How to fix browser leverage cache in blogspot/blog?

The faster loading times are essential for attracting more people to our websites and blogs as well as ranking high in search engine results. Generally, the whole caching process on a web browser,it code for leverage browser caching all blogspot blog.

The leverage browser caching in blogspot/blogger

Following some simple steps for use this code for browser leverage caching in blogspot/blogger-

Step 1.) Go to Blogger Dashboard.

Step 2.) Click on Themes.

Step 3.) Click on Edit HTML

Step 4.) Copy below caching code and paste after <head> tag.


<meta content='name=data; path=path; expires=Thursday, 01-Jan-2099 00:00:00 GMT' http-equiv='Set-Cookie'/>
<include expiration='7d' path='*.css'/>
<include expiration='30d' path='*.js'/>
<include expiration='30d' path='*.gif'/>
<include expiration='30d' path='*.jpeg'/>
<include expiration='30d' path='*.jpg'/>
<include expiration='30d' path='*.png'/>

Note:- You can do set expiry date, time and year as you want to show on your blogger.

Post a Comment

0 Comments