JvB94 Posted July 10, 2012 Report Share Posted July 10, 2012 Guten Morgen, ich führe derzeit "Page Speed tests" mit Firebug durch und Firebug weißt mich darauf hin, dass ich das Caching aktivieren soll. In dem genauen Protokoll ziegt er mir an, dass von semtlichen Produkt und Scripts das "Ablauf nicht festgelegt" ist. Ich weiß nicht ob das eine Rolle spielt jedoch benutze ich die MagicZoomBox. Wo aktiviere ich das Caching bzw. was muss ich ändern damit die Ablauf zeit festgelegt ist? Vielen Dank Joni Link to comment Share on other sites More sharing options...
JvB94 Posted July 10, 2012 Author Report Share Posted July 10, 2012 Hab ich nun gelöst mit hinzufügen dieses .htaccess codes <IfModule mod_expires.c> ExpiresActive On ExpiresByType text/css "access plus 1 week" ExpiresByType application/javascript "access plus 1 week" ExpiresByType application/x-javascript "access plus 1 week" ExpiresByType image/gif "access plus 1 week" ExpiresByType image/jpeg "access plus 1 week" ExpiresByType image/png "access plus 1 week" ExpiresByType image/x-icon "access plus 1 week" </IfModule> Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.