ariehh Posted November 23, 2011 Share Posted November 23, 2011 Bonjour, Je suis actuellement confronté à un problème très connu mais assez rarement pointé du doigt dans un contexte de production. Lors d’une mise à jour majeure de ma page d'accueil, les visiteurs qui avaient visité le site la veille ont eu une drôle de surprise sur la nouvelle page d’accueil : leur navigateur ayant gardé en cache une partie des feuilles de style et javascript, la home ne ressemblait à RIEN, à moins de faire un Ctrl+F5. Avez-vous une solution à ce problème ? Merci d'avance. Link to comment Share on other sites More sharing options...
Carl Favre Posted November 23, 2011 Share Posted November 23, 2011 Bonjour ariehh, Jhnstcks a donné une solutiondans le sujet suivant : http://www.prestashop.com/forums/topic/142207-prestashop-1451-cache-problem-solved/page__view__findpost__p__684840 Pour résumer, tu peux définir le délai du cache dans ton fichier htaccess : <IfModule mod_expires.c> ExpiresActive On ExpiresByType image/gif "access plus 1 month" ExpiresByType image/jpeg "access plus 1 month" ExpiresByType image/png "access plus 1 month" ExpiresByType text/css "access plus 1 week" ExpiresByType text/javascript "access plus 1 week" ExpiresByType application/javascript "access plus 1 week" ExpiresByType application/x-javascript "access plus 1 week" ExpiresByType image/x-icon "access plus 1 year" </IfModule> Link to comment Share on other sites More sharing options...
Whirly Posted January 19, 2012 Share Posted January 19, 2012 Bonjour à tous, Est-ce que une solution comme celle-ci peut marcher? Je l'ai vue sur un autre forum non prestashop : <link href="css/style.css?<?php echo filemtime('css/style.css'); ?>" type="text/css" rel="stylesheet" /> Ca m'a l'air plus simple... Trop simple? Je préfère vous demander! Merci! Link to comment Share on other sites More sharing options...
Whirly Posted February 13, 2012 Share Posted February 13, 2012 Solution en une seule modification dans le header.tpl http://www.prestashop.com/forums/index.php?/topic/153780-renommer-globalcss-pour-forcer-le-cache-navigateur-client/page__view__findpost__p__753316 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now