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.
<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.
0 Comments