Home Forums Themes Support LaForat – Gardening WordPress Theme Theme is sloooooowwwww

Tagged: ,

Viewing 1 reply thread
  • Author
    Posts
    • #9870

      Hello, I’m experiencing a significant amount of loading time for the LaForat theme compared to other themes. I have caching activated but load time is still extreme (5-10 seconds).

      Do you have any suggestions?

    • #9968

      Hi!
      Your loadding time is about 6.5second http://prntscr.com/gz6jt8 , it is good time for you!
      To reduce lopadding time you can make some change:
      – Optimize your image (you can use WP smush plugin)
      – Enable Gzip (you can ask your host to know more)
      – Leverage browser caching (add this lines to .htaccess file)

      
      ## EXPIRES CACHING ##
      <IfModule mod_expires.c>
      ExpiresActive On
      ExpiresByType image/jpg "access plus 1 year"
      ExpiresByType image/jpeg "access plus 1 year"
      ExpiresByType image/gif "access plus 1 year"
      ExpiresByType image/png "access plus 1 year"
      ExpiresByType text/css "access plus 1 month"
      ExpiresByType application/pdf "access plus 1 month"
      ExpiresByType text/x-javascript "access plus 1 month"
      ExpiresByType application/x-shockwave-flash "access plus 1 month"
      ExpiresByType image/x-icon "access plus 1 year"
      ExpiresDefault "access plus 2 days"
      </IfModule>
      ## EXPIRES CACHING ##
      

      Thank you for waiting!

Viewing 1 reply thread

You must be logged in to reply to this topic.