How to leverage browser catching

Posted in: Newspaper
Post count: 3

Dear Team,

i would like to do leverage browser catching in GCC Guide and blog actually focusing guide and assist gulf expatriate and tourists

i just add below mentioned as mentioned in tutorial, but still google page speed check, gtmatrix showing to leverage browser catche

# BEGIN Expire headers
<ifModule mod_expires.c>
ExpiresActive On
ExpiresDefault “access plus 5 seconds”
ExpiresByType image/x-icon “access plus 604800 seconds”
ExpiresByType image/jpeg “access plus 604800 seconds”
ExpiresByType image/png “access plus 604800 seconds”
ExpiresByType image/gif “access plus 604800 seconds”
ExpiresByType application/x-shockwave-flash “access plus 604800 seconds”
ExpiresByType text/css “access plus 604800 seconds”
ExpiresByType text/javascript “access plus 604800 seconds”
ExpiresByType application/javascript “access plus 604800 seconds”
ExpiresByType application/x-javascript “access plus 604800 seconds”
#ExpiresByType text/html “access plus 600 seconds”
#ExpiresByType application/xhtml+xml “access plus 600 seconds”
</ifModule>
# END Expire headers

Post count: 22421

Hello,

Leverage browser caching is not done by copying the code we provided. It is only a sample of how it;s done. You need to adapt the code to your specific case. You will have to search for a few tutorials on how it;s made. We only provided an example, not a guide on how to customize the code to your specific case.
You will find many online resources for this such as https://varvy.com/pagespeed/leverage-browser-caching.html that can help you on your quest for page speed improvement.

Thank you!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.