Welcome Guest. Please Login or Register  


You are here: Index > Webuzo > General Support > Topic : Leverage browser caching



Threaded Mode | Print  

 Leverage browser caching (1 Replies, Read 8593 times)
ibnuroem
Group: Member
Post Group: Newbie
Posts: 1
Status:
Hi all,

Please help me to increase my leverage browser caching score



Thanks a lot
IP: --   

Leverage browser caching
Drake
Group: Member
Post Group: Newbie
Posts: 7
Status:
You have to work on your .htacess file.

This is an example of a configuration in one of my sites:

Code
<IfModule mod_expires.c>
    ExpiresActive On 
    ExpiresByType text/html "access plus 1 seconds"
    ExpiresByType image/x-icon "access plus 2592000 seconds"
    ExpiresByType image/gif "access plus 2592000 seconds"
    ExpiresByType image/jpeg "access plus 2592000 seconds"
    ExpiresByType image/png "access plus 2592000 seconds"
    ExpiresByType application/font-woff "access plus 2592000 seconds"
    ExpiresByType application/vnd.ms-fontobject "access plus 2592000 seconds"
    ExpiresByType application/x-shockwave-flash "access plus 2592000 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/x-js "access plus 604800 seconds"
</IfModule>


I hope it helps
IP: --   

« Previous    Next »

Threaded Mode | Print  



Jump To :


Users viewing this topic
1 guests, 0 users.


All times are GMT. The time now is March 29, 2024, 10:23 am.

  Powered By AEF 1.0.8 © 2007-2008 Electron Inc.Queries: 11  |  Page Created In:0.026