cintaabadi

Search Engine to Find Software and Mp3

Sponsored IMG

Polls

Are You interested in supporting this website by clicking the Google Ads that appear on this website?
 

Newsflash

zoom

All Image is Thumbnail Size

Clik Image for Enlarge In Article

 

logoshareme

Sharing is Caring

angel-of-change-kaskus-ycab

Let's Be Part Of Little Change

Read Here....

Site Search

Supported By







This Site Member of AntiSpam-Crawlers





TopOfBlogs

Free PageRank Checker





Disclaimer

Disclaimer
 
How to leverage browser caching for google
User Rating: / 0
PoorBest 
News - it-stuff
Written by mangthjik riche   
Monday, 19 July 2010 11:34
AddThis Social Bookmark Button

speedtest_google

Optimize your webpage speed is now is important factor of SEO

To make your webpage load faster one if the factor is leverage browser caching. Use one if this cache method to optimize your webpage and increase the score if google speed test result

And Add the following code :


# For Caching 1 YEAR item
<Files Match "\.(ico|pdf|flv)$">
Header set Cache-Control "max-age=29030400, public"
</FilesMatch>
# For Caching 1 YEAR item
<FilesMatch "\.(jpg|jpeg|png|gif|swf)$">
Header set Cache-Control "max-age=29030400, public"
</FilesMatch>
# For Caching 2 Month item
<FilesMatch "\.(xml|txt|css|js)$">
Header set Cache-Control "max-age=4838400, proxy-revalidate"
</FilesMatch>
# For Caching 1 MIN item
<FilesMatch "\.(html|htm|php)$">
Header set Cache-Control "max-age=60, private, proxy-revalidate"
</FilesMatch>

save and upload to root of your website


blog comments powered by Disqus