How to Fix Leverage Browser Caching in GTmetrix - KhalistaBlog -->
Skip to content Skip to sidebar Skip to footer

How to Fix Leverage Browser Caching in GTmetrix

How to Fix Leverage Browser Caching in GTmetrix - A blog with fast loading is indeed important, one of the main reasons why we have to "optimize fast loading blog" is for the convenience of visitors. A blog with fast loading is not just to pamper visitors in exploring our blog pages, but is also good for blog SEO.
How to Fix Leverage Browser Caching in GTmetrix

One site that could be our reference is GTmetrix. GTmetrix.com is a site that is commonly used as a tool to see how fast a site loads. In the GTmetrix analysis results we will see several data and problems that need to be fixed, one of which is the Leverage Browser Caching problem which often appears and has an impact on the loading speed of our blog.

Leverage Browser Caching functions to set the expiration period or maximum age limit for HTTP / HTTPS headers that have relationships with sources such as JavaScript, CSS and static images. Leverage Browser Caching Problem in GTmetrix instructs the browser to load source code that has been previously downloaded in internal storage.

How to Fix Leverage Browser Caching in GTmetrix

Please open the Blogger dashboard, select the Theme menu and Edit HTML.
Then copy the code below and add it just below the <head> code or you can also add it before the </head> code.
<include expiration='7d' path='*.css'/>
<include expiration='7d' path='*.js'/>
<include expiration='3d' path='*.gif'/>
<include expiration='3d' path='*.jpeg'/>
<include expiration='3d' path='*.jpg'/>
<include expiration='3d' path='*.png'/>

Next, click the Save theme button

To see the results of improving Leverage Browser Caching on Blogger will take at least approximately one month. You can check the results of the changes again on the GTmetrix.com site.

That's what we can provide for How to Overcome GTmetrix Browser Caching Leverage. I hope that what I have shared can be useful and useful for all of you bloggers, especially those who are experiencing the same problem. That is all and thank you.

Post a Comment for "How to Fix Leverage Browser Caching in GTmetrix"