I need help with Bloggers' (Blogspot) Leverage Browser Caching

elmostreet

Junior Member
Joined
Feb 8, 2011
Messages
117
Reaction score
14
Recently when I checked my adsense account, I was advised by the system to improve my site wherein I have to fix the Leverage Browser Caching. Does anybody knows how to do this on the Blogger Blogspot platform?
 
I am not sure what your website has. However it simply means reduce your page load time that can be done through multiple ways
a) Reduce images
b) Reduce videos
 
I am not sure what your website has. However it simply means reduce your page load time that can be done through multiple ways
a) Reduce images
b) Reduce videos

Its something close to it.

I have been reading the issue and its related to caching. Its something like when you have visited my site containing images with some contents, it will create a cache. So the next time that you are to visit that particular page for the second time, it will load quicker or faster. The issue talks something about making an adjustment with the time on how long the cache should expire or something like that.

For wordpress platform, leverage browsing caching seems easier to be configured but for blogger is I wanted to know.
 
Here is a tutorial on how to do it on blogger

Thank goodness. That's what I have been looking for. How come that site never came out on google search engine result...

Thank you very much :)
 
Thank goodness. That's what I have been looking for. How come that site never came out on google search engine result...

Thank you very much :)

After checking the site over-and-over again, it doesn't explain how to do it in blogger. :(
 
You can add leverage browser caching using following code. Just Login your blogger account and then Goto Dashboard -> Template -> Edit HTML


<include path="/assets/**.css" expiration="7d" />
<include path="/assets/**.js" expiration="7d" />
<include path="/assets/**.gif" expiration="3d" />
<include path="/assets/**.jpeg" expiration="3d" />
<include path="/assets/**.jpg" expiration="3d" />
<include path="/assets/**.png" expiration="3d" />


add the the above code in after < head > tag.

Source: dinetricks. blog

I hope it will useful to you..

Recently when I checked my adsense account, I was advised by the system to improve my site wherein I have to fix the Leverage Browser Caching. Does anybody knows how to do this on the Blogger Blogspot platform?
 
Thank goodness. That's what I have been looking for. How come that site never came out on google search engine result...

Thank you very much :)

That's a great example how Google is making SERPS more useful for the end user.
 
MOreover if Adsense is telling you to do that, that's a big mistake on their part as Google owns Blogger.
 
Google should give blogger users a config option with a default or custom setup for leverage browser caching.
 
Google should give blogger users a config option with a default or custom setup for leverage browser caching.

Yes they should give us some access .
These meta tags are not working still getting the same error on my blog > unity3diy
 
Back
Top