KevinDBC Posted July 20, 2016 Share Posted July 20, 2016 Hey guys I am having really slow load times on my front end. When I ran a test im getting an F for Leverage browser caching. In my back office ive got Apache Optimization enabled. How can I fix this? Link to comment Share on other sites More sharing options...
JPresta.com Posted July 20, 2016 Share Posted July 20, 2016 Try to save the Performance form again, maybe the .htaccess file has not been updated Link to comment Share on other sites More sharing options...
KevinDBC Posted July 20, 2016 Author Share Posted July 20, 2016 Turned it off, saved, turned it on, saved. Still getting an F Link to comment Share on other sites More sharing options...
El Patron Posted July 21, 2016 Share Posted July 21, 2016 what is shop link? Link to comment Share on other sites More sharing options...
Knowband Plugins Posted July 22, 2016 Share Posted July 22, 2016 Where are you running this test? Could you please try after inserting below code in .htaccess file. Don't forget to make backup of .htaccess file. ## EXPIRES CACHING ## <IfModule mod_expires.c> ExpiresActive On ExpiresByType image/jpg "access 1 year" ExpiresByType image/jpeg "access 1 year" ExpiresByType image/gif "access 1 year" ExpiresByType image/png "access 1 year" ExpiresByType text/css "access 1 month" ExpiresByType text/html "access 1 month" ExpiresByType application/pdf "access 1 month" ExpiresByType text/x-javascript "access 1 month" ExpiresByType application/x-shockwave-flash "access 1 month" ExpiresByType image/x-icon "access 1 year" ExpiresDefault "access 1 month" </IfModule> ## EXPIRES CACHING ## Don't forget to make backup of .htaccess file. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now