Jump to content
xt:Commerce Community Forum

Caching aktivieren


Recommended Posts

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

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

Archived

This topic is now archived and is closed to further replies.

×
  • Create New...