• Hello,

    I need some help of someone who’s good at optimizing wordpress because I have a huge problem : my wordpress site is very slow.

    I’d like to be able to know why and what to do to solve this issue : is it due to my server, the hosting or something else ? I’m ready to change host if needed but I need to be sure the site will work ok then.

    Anyone willing to help me ?

    Thanks in advance.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Use a tool like https://gtmetrix.com/ to get the report about the site performance. This tool will help you to identify the speed-related issues.

    Thread Starter bmontgomery

    (@bmontgomery)

    I already did and here’s what it says :

    1. Minify JavaScript : I can’t do it because when I do it always causes bad behaviors in the scripts.

    2. Leverage browser caching : I’m not sure how to do that… Maybe in htaccess ?

    3. Defer parsing of JavaScript
    1.0MiB of JavaScript is parsed during initial page load. Is it a lot ?
    I’m not sure how to do because the biggest js are the one coming from plugins, like for example revolution slider. If it doesn’t load first, then the slideshow won’t appear…

    4. Optimize images : i will try to do it but I need a good tool and I must admit all the tools I tested were not good for image quality. And GTmetrix says i will gain 65kb which is not much.

    5. Combine images using CSS sprites
    I can do that too but I have D for this one so it’s not that bad.

    Then all the others are green.

    Do you think I can improve speed with another hosting, another server ? (for now I have D for page speed).

    Also, inside the site I developed a module and when I go from one page to another, it takes a lot of time too. But GTMetric can’t help with this.

    Thanks for your help.

    1. Minify JavaScript: I can’t do it because when I do it always causes bad behaviors in the scripts.

    If you developed the theme then you should use the webpack for your JavaScript and CSS files. That will automatically take care of minify the js and css on both sides ( development and production ).

    2. Leverage browser caching: I’m not sure how to do that… Maybe in htaccess?

    Yes, .htaccess trick will help you.

    3. Defer parsing of JavaScript
    1.0MiB of JavaScript is parsed during initial page load. Is it a lot?
    I’m not sure how to do because the biggest js are the one coming from plugins, like for example revolution slider. If it doesn’t load first, then the slideshow won’t appear…

    This is something that you can’t handle. This is the biggest issue comes with most of the plugins.

    4. Optimize images: I will try to do it but I need a good tool and I must admit all the tools I tested were not good for image quality. And GTmetrix says I will gain 65kb which is not much.

    There are many online tools to compress images such as https://compressjpeg.com/

    5. Combine images using CSS sprites
    I can do that too but I have D for this one so it’s not that bad.

    If you can do this then you should.

    And finally, if the internal pages take more time to load the site, then there are two possible issues.
    1. Make sure to not use too many plugins for your site.
    2. It is the bandwidth issue provided by your server.

    But before changing your host, I recommend you install this plugin to identify if it because of any plugin or your server.

    https://www.ads-software.com/plugins/query-monitor/

    Hope this will help you.

    I would start with Cloudflare – it offers a free tier that includes global distributed caching and many other performance and security features. Caching locally is also helpful. If your host offers a server-side cache solution like LiteSpeed or Varnish, that’s the way to go. If not, I’d use Comet Cache or another highly rated WP caching plugin. If you do decide to switch hosts I would look for one that offers LiteSpeed server.

    Thread Starter bmontgomery

    (@bmontgomery)

    Thanks a lot for your help, I will try all these things and use the plugin you mentioned.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘WordPress speed’ is closed to new replies.