• Hello what should i need to optimize speed of wordpress site. i have edited htaccess file for leverage browser caching in past which cause internal error. So now i m so carefully about speed optimization. to not make something that breaks my site again. i also watcehd youtube tried set up caching plugin. but in comments i saw someone said i set up this way and my website broke. So i just gave up speed optimization and focused on other things but speed is one of the most important as well. what should i do to optimize website speed. i have cloudflare free plan. i have smush image compressor. but in speed tools my site speed is even 28 sometimes up to 40. how can i get more scores. and how should i configure caching plugin without any breaks and unexpected errors?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Moderator Yui

    (@fierevere)

    永子

    i have edited htaccess file for leverage browser caching in past which cause internal error.

    maybe you made a typo in directives.
    maybe your webserver software (Apache) did not loaded required modules:
    mod_headers ( https://httpd.apache.org/docs/2.4/mod/mod_headers.html )
    mod_expires ( https://httpd.apache.org/docs/2.4/mod/mod_expires.html )
    mod_deflate ( https://httpd.apache.org/docs/2.4/mod/mod_deflate.html )

    Maybe you are not allowed to AllowOverride All for your site folder ( https://httpd.apache.org/docs/2.4/mod/core.html#allowoverride )

    If you are managing your server/vds by yourself – you have to check your webserver configuration (see docs links above), else – contact your webhosting support, so they can check this for you.

    Related to caching plugin: 1) problems can occur because of your server config (see above)
    2) static page caching does not necessarily speed up your site, it helps when your visitors are mostly anonymous and requesting same pages, for dynamic sites static page caching is not so efficient.

    Alberuni Azad.

    (@alberuni-azad)

    I’ll suggest you make a satging or clone of the main site & then work into the cloned site. This way you will not have any problem arising the unexpected behaviours for the main site. Once you are satisfied with the optimisation replace the main site by the optimised site.

    Thread Starter 445887485124

    (@levanii)

    how can i make clone of the main site?

    Thread Starter 445887485124

    (@levanii)

    thank you all for support

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘speed optimize of wordpress’ is closed to new replies.