What do you think are the best ways to speed up WordPress?

Rootix Weblog 6 Reputation points
2022-06-18T06:20:38.387+00:00

What do you think are the best ways to speed up WordPress?
I want to slow down my WordPress to less than 3 seconds, of course with an economical host
tnx

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,974 questions
{count} votes

4 answers

Sort by: Most helpful
  1. Sreeju Nair 12,666 Reputation points
    2022-06-18T08:00:22.107+00:00

    There is an excellent blog, about speeding up Wordpress in Azure. Though it is old blog post, the points mentioned in the post are relevant.

    https://azure.microsoft.com/sv-se/blog/10-ways-to-speed-up-your-wordpress-site-on-azure-websites/

    Hope this helps

    1 person found this answer helpful.
    0 comments No comments

  2. Naglaa Hussein Abed Elhamed Mohammed 206 Reputation points
    2022-06-18T08:37:24.863+00:00

    How to Speed Up Your WordPress Site

    Run performance tests.  
    Choose a reliable hosting provider.  
    Update everything.  
    Use the latest version of PHP.  
    Delete unused plugins.  
    Install high-quality plugins only.  
    Use a lightweight theme.  
    Optimize images.  
    Try lazy loading your content.  
    Don’t host videos on your server.  
    Reduce CSS and JavaScript file sizes.  
    Install a WordPress caching plugin.  
    Simplify your page designs and content.  
    Tidy up your WordPress database.  
    Limit or disable post revisions.  
    Avoid redirects.  
    Turn off pingbacks and trackbacks.  
    Use a CDN.  
    Compress files with GZIP.  
    Limit external scripts.  
    Don’t fall victim to hotlinking.  
    Schedule tasks for low-traffic periods.  
    Split long posts into multiple parts.  
    Paginate posts.  
    Paginate comments.  
    

    https://blog.hubspot.com/website/easy-steps-to-speed-up-your-wordpress-site

    1 person found this answer helpful.
    0 comments No comments

  3. SnehaAgrawal-MSFT 22,706 Reputation points Moderator
    2022-06-21T10:06:22.44+00:00

    Thanks for reaching here! If Understand right your query is speeding up Wordpress in Azure.

    To elaborate on this: The key design elements in App Service that may contribute to the latency.

    • App Service uses Azure Storage as the persistent storage for Web Apps, WordPress is installed on the persistent storage by default.
    • If you are not using MySQL in-app feature (Windows only), then any other MySQL solution used with Web App is not living on the same virtual machine as the website.

    You may consider implementing below easy steps to speed up your WordPress site.

    1. Co-locate WordPress site and database
    2. Choose the right MySQL database solution for your WordPress needs
    3. Optimize your database
    4. consider adding some form of caching for your site
    5. For low traffic web site, you can enable AlwaysOn to keep your web app always loaded, as by default, apps are unloaded if they are idle for some period of time.
    6. Compress images
    7. Reduce HTTP requests
    8. Use Azure CDN
    9. Diagnose if your theme is slowing down your site
    10. Diagnose if any plugin is slowing down your site
    11. Check Permalink format
    12. Turn off Pingbacks and Trackbacks if you don't use it
    13. Specify image dimension

    Reference: Best Practices for Hosting WordPress Site on Azure App Service

    Please let us know if further query.

    If response helps please click ‘Accept Answer’ & ‘Up-Vote’ to benefit the community find the right answers.

    1 person found this answer helpful.
    0 comments No comments

  4. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.


    Comments have been turned off. Learn more

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.