Are you facing Leverage Browser Caching in your WP blog? then here is its solution which is simple but has the effective results. My own blog loud blogging has got the same error while checking the performance on gtmetrix which is an amazing analyzing website. After that, I have searched “Fix the Leverage Browser Caching Error” in Google and start studying about that particular error and found solution, now I am sharing it with all of you. I also tried to Increase Internet Speed to solve that error but I was wrong because the error was not related to my internet speed. How to Fix the Leverage Browser Caching Error? check out this below;

Fix the Leverage Browser Caching Error
If you are newbies and don’t know about hosting, Cpanel, installing WP themes & plugins or modify it then read something about it first. A un-experienced person can face some issues at the end of that activity. You need to edit & modify your .htaccess file in C panel which is a bit risky if you are a newbie.
- Check blog speed at GTMETRIX.
- Got Leverage Browser Caching Error?
- Go to your hosting C panel.
- Find the .htaccess file in the file manager.
- Edit .htaccess
- First copy your original coding of the .htaccess file
- Save the coding in the word document.
- Now copy the given below code and paste it below the original code of your .htaccess file.
- Save it and recheck your blog at GTMETRIX.
- All Done
## 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 application/pdf “access 1 month”
ExpiresByType application/javascript “access 1 month”
ExpiresByType application/x-javascript “access 1 month”
ExpiresByType application/x-shockwave-flash “access 1 month”
ExpiresByType image/x-icon “access 1 year”
ExpiresDefault “access 2 days”
</IfModule>
## EXPIRES CACHING ##
I again repeat you need some basic skills to modify or edit your the .htaccess file in C-Panel. If your blog got the error then immediately remove the pasted code from the .htaccess file and save it. If you are still facing any error then select all from .htaccess file code and delete it then copy your originally saved code and paste it in the .htaccess file and save it. Now your blog will be on original setting. This is better to delete browsing history instantly.
Leave a Reply
You must be logged in to post a comment.