<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Commentaires sur : Et un nouveau plugin de cache ! W3 Total Cache</title>
	<atom:link href="http://www.herewithme.fr/2009/09/06/et-un-nouveau-plugin-de-cache-w3-total-cache/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.herewithme.fr/2009/09/06/et-un-nouveau-plugin-de-cache-w3-total-cache/</link>
	<description>Blog personnel et technique, Blog technique et personnel, Blog avant tout.</description>
	<lastBuildDate>Tue, 07 Feb 2012 14:43:49 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Par : Daniel Roch</title>
		<link>http://www.herewithme.fr/2009/09/06/et-un-nouveau-plugin-de-cache-w3-total-cache/#comment-35255</link>
		<dc:creator>Daniel Roch</dc:creator>
		<pubDate>Fri, 10 Dec 2010 11:24:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.herewithme.fr/?p=767#comment-35255</guid>
		<description>Excellent article de présentation de W3 Total Cache.
Je vois que certains ici critiquent Super Cache, que j&#039;utilise sur mon blog. Il est pourtant devenu le meilleur plugin de cache pour WordPress (cf &lt;a href=&quot;http://www.seomix.fr/wordpress/plugins/meilleur-plugin-cache-wp/&quot; rel=&quot;nofollow&quot;&gt;test des plugins de cache&lt;/a&gt;), surtout s&#039;il est utilisé avec un autre plugin appelé DB Cache reloaded. Surtout que maintenant, Super Cache possèdent d&#039;autres options comme le préchargement ou la mise en place d&#039;un CDN (content delivery network).
Et je rejoins l&#039;avis de Gobiel : un bon fichier ht access est un excéllent complément pour la rapidité d&#039;un site (comme ici sur mon guide &lt;a href=&quot;http://www.seomix.fr/web/developpement/guide-htaccess-performances-et-temps-de-chargement/&quot; rel=&quot;nofollow&quot;&gt;Htaccess&lt;/a&gt;).</description>
		<content:encoded><![CDATA[<p>Excellent article de présentation de W3 Total Cache.</p>
<p>Je vois que certains ici critiquent Super Cache, que j&#8217;utilise sur mon blog. Il est pourtant devenu le meilleur plugin de cache pour WordPress (cf <a href="http://www.seomix.fr/wordpress/plugins/meilleur-plugin-cache-wp/" rel="nofollow">test des plugins de cache</a>), surtout s&#8217;il est utilisé avec un autre plugin appelé DB Cache reloaded. Surtout que maintenant, Super Cache possèdent d&#8217;autres options comme le préchargement ou la mise en place d&#8217;un CDN (content delivery network).</p>
<p>Et je rejoins l&#8217;avis de Gobiel : un bon fichier ht access est un excéllent complément pour la rapidité d&#8217;un site (comme ici sur mon guide <a href="http://www.seomix.fr/web/developpement/guide-htaccess-performances-et-temps-de-chargement/" rel="nofollow">Htaccess</a>).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Par : Monsieur Buzz</title>
		<link>http://www.herewithme.fr/2009/09/06/et-un-nouveau-plugin-de-cache-w3-total-cache/#comment-34743</link>
		<dc:creator>Monsieur Buzz</dc:creator>
		<pubDate>Tue, 04 May 2010 09:27:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.herewithme.fr/?p=767#comment-34743</guid>
		<description>Merci, je vais tester ça.</description>
		<content:encoded><![CDATA[<p>Merci, je vais tester ça.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Par : Gobiel</title>
		<link>http://www.herewithme.fr/2009/09/06/et-un-nouveau-plugin-de-cache-w3-total-cache/#comment-34740</link>
		<dc:creator>Gobiel</dc:creator>
		<pubDate>Sun, 02 May 2010 19:49:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.herewithme.fr/?p=767#comment-34740</guid>
		<description>Pour moi, c&#039;est Quick Cache (le meilleur à mon sens) + WP Minify et j&#039;ai ceci dans mon .htaccess:
# Tricks OVH :
SetEnv PHP_VER 5
SetEnv IONCUBE 1
SetEnv ZEND_OPTIMIZER 0
SetEnv REGISTER_GLOBALS 0
SetEnv MAGIC_QUOTES 0
# Compression générale :
 AddOutputFilterByType DEFLATE text/html text/xml text/css text/plain
 AddOutputFilterByType DEFLATE image/svg+xml application/xhtml+xml application/xml
 AddOutputFilterByType DEFLATE application/rdf+xml application/rss+xml application/atom+xml
 AddOutputFilterByType DEFLATE text/javascript application/javascript application/x-javascript
 AddOutputFilterByType DEFLATE application/x-font-ttf application/x-font-otf
 AddOutputFilterByType DEFLATE font/truetype font/opentype
# Virer les ETags :
FileETag none
# Cache du navigateur :
# 480 SEMAINES
Header set Cache-Control &quot;max-age=290304000, public&quot;
# 2 JOURS
Header set Cache-Control &quot;max-age=172800, public, must-revalidate&quot;
# 2 HEURES
Header set Cache-Control &quot;max-age=7200, must-revalidate&quot;
(Zend Optimizer ne fonctionnant pas avec Quick Cache ni WP Minify)</description>
		<content:encoded><![CDATA[<p>Pour moi, c&#8217;est Quick Cache (le meilleur à mon sens) + WP Minify et j&#8217;ai ceci dans mon .htaccess:</p>
<p># Tricks OVH :<br />
SetEnv PHP_VER 5<br />
SetEnv IONCUBE 1<br />
SetEnv ZEND_OPTIMIZER 0<br />
SetEnv REGISTER_GLOBALS 0<br />
SetEnv MAGIC_QUOTES 0</p>
<p># Compression générale :</p>
<p> AddOutputFilterByType DEFLATE text/html text/xml text/css text/plain<br />
 AddOutputFilterByType DEFLATE image/svg+xml application/xhtml+xml application/xml<br />
 AddOutputFilterByType DEFLATE application/rdf+xml application/rss+xml application/atom+xml<br />
 AddOutputFilterByType DEFLATE text/javascript application/javascript application/x-javascript<br />
 AddOutputFilterByType DEFLATE application/x-font-ttf application/x-font-otf<br />
 AddOutputFilterByType DEFLATE font/truetype font/opentype</p>
<p># Virer les ETags :<br />
FileETag none</p>
<p># Cache du navigateur :<br />
# 480 SEMAINES</p>
<p>Header set Cache-Control &laquo;&nbsp;max-age=290304000, public&nbsp;&raquo;</p>
<p># 2 JOURS</p>
<p>Header set Cache-Control &laquo;&nbsp;max-age=172800, public, must-revalidate&nbsp;&raquo;</p>
<p># 2 HEURES</p>
<p>Header set Cache-Control &laquo;&nbsp;max-age=7200, must-revalidate&nbsp;&raquo;</p>
<p>(Zend Optimizer ne fonctionnant pas avec Quick Cache ni WP Minify)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Par : fredo</title>
		<link>http://www.herewithme.fr/2009/09/06/et-un-nouveau-plugin-de-cache-w3-total-cache/#comment-34315</link>
		<dc:creator>fredo</dc:creator>
		<pubDate>Mon, 01 Feb 2010 05:49:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.herewithme.fr/?p=767#comment-34315</guid>
		<description>bizarre , j&#039; utilisais wpsupercache et j&#039; avais de gros soucis avec la charge serveur . depuis la mise en place d&#039; hyper-cache je n&#039; ai plus jamais eu aucun soucis . existe-t-il un comparatif des performances entre les deux plugins ?</description>
		<content:encoded><![CDATA[<p>bizarre , j&#8217; utilisais wpsupercache et j&#8217; avais de gros soucis avec la charge serveur . depuis la mise en place d&#8217; hyper-cache je n&#8217; ai plus jamais eu aucun soucis . existe-t-il un comparatif des performances entre les deux plugins ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Par : Olivier</title>
		<link>http://www.herewithme.fr/2009/09/06/et-un-nouveau-plugin-de-cache-w3-total-cache/#comment-34090</link>
		<dc:creator>Olivier</dc:creator>
		<pubDate>Fri, 25 Dec 2009 10:11:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.herewithme.fr/?p=767#comment-34090</guid>
		<description>Moi j&#039;utilise WP Super Cache depuis peu et j&#039;en suis assez content. Je n&#039;ai pas vraiment vu de boulversement au niveau de la vitesse de chargement de mes pages mais bon, ça a l&#039;air un poil plus rapide...
De toutes façons, il faudrait à terme que WP intègre en natif une fonction de cache, cela serait le plus simple.</description>
		<content:encoded><![CDATA[<p>Moi j&#8217;utilise WP Super Cache depuis peu et j&#8217;en suis assez content. Je n&#8217;ai pas vraiment vu de boulversement au niveau de la vitesse de chargement de mes pages mais bon, ça a l&#8217;air un poil plus rapide&#8230;</p>
<p>De toutes façons, il faudrait à terme que WP intègre en natif une fonction de cache, cela serait le plus simple.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Par : Meilleur Fournisseur</title>
		<link>http://www.herewithme.fr/2009/09/06/et-un-nouveau-plugin-de-cache-w3-total-cache/#comment-33988</link>
		<dc:creator>Meilleur Fournisseur</dc:creator>
		<pubDate>Sun, 15 Nov 2009 11:32:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.herewithme.fr/?p=767#comment-33988</guid>
		<description>Je partage un peu ton avis Amaury sur WP-supercache.
Alors qu&#039;il fonctionne assez bien sur un sous dossier de mon domaine, il est inutilisable à la racine à cause de certaines restrictions de l&#039;hébergeur.
Il serait peut être intéressant d&#039;avoir un terme un comparatif des plugins de cahe sous wordpress ;)</description>
		<content:encoded><![CDATA[<p>Je partage un peu ton avis Amaury sur WP-supercache.</p>
<p>Alors qu&#8217;il fonctionne assez bien sur un sous dossier de mon domaine, il est inutilisable à la racine à cause de certaines restrictions de l&#8217;hébergeur.</p>
<p>Il serait peut être intéressant d&#8217;avoir un terme un comparatif des plugins de cahe sous wordpress ;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Par : Cache sous WP &#124; Wordpress &#38; Cie</title>
		<link>http://www.herewithme.fr/2009/09/06/et-un-nouveau-plugin-de-cache-w3-total-cache/#comment-33941</link>
		<dc:creator>Cache sous WP &#124; Wordpress &#38; Cie</dc:creator>
		<pubDate>Thu, 22 Oct 2009 15:20:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.herewithme.fr/?p=767#comment-33941</guid>
		<description>[...] plugin de cache annoncé ici, la page du plugin étant [...]</description>
		<content:encoded><![CDATA[<p>[...] plugin de cache annoncé ici, la page du plugin étant [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Par : Amaury</title>
		<link>http://www.herewithme.fr/2009/09/06/et-un-nouveau-plugin-de-cache-w3-total-cache/#comment-33905</link>
		<dc:creator>Amaury</dc:creator>
		<pubDate>Thu, 10 Sep 2009 06:23:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.herewithme.fr/?p=767#comment-33905</guid>
		<description>WP-SuperCache n&#039;est pas adapté à tous les usages... il est loin d&#039;être le meilleur à mon sens.
Par contre, il est le plus utilisé de part sa simplicité d&#039;usage, et sa compatibilité avec quasiment tous les hébergeurs !</description>
		<content:encoded><![CDATA[<p>WP-SuperCache n&#8217;est pas adapté à tous les usages&#8230; il est loin d&#8217;être le meilleur à mon sens.</p>
<p>Par contre, il est le plus utilisé de part sa simplicité d&#8217;usage, et sa compatibilité avec quasiment tous les hébergeurs !</p>
]]></content:encoded>
	</item>
	<item>
		<title>Par : Blog astuce web</title>
		<link>http://www.herewithme.fr/2009/09/06/et-un-nouveau-plugin-de-cache-w3-total-cache/#comment-33904</link>
		<dc:creator>Blog astuce web</dc:creator>
		<pubDate>Thu, 10 Sep 2009 03:15:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.herewithme.fr/?p=767#comment-33904</guid>
		<description>Salut,
Je crois que le meilleur restera wp-supercache :-)</description>
		<content:encoded><![CDATA[<p>Salut,<br />
Je crois que le meilleur restera wp-supercache :-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Par : Amaury</title>
		<link>http://www.herewithme.fr/2009/09/06/et-un-nouveau-plugin-de-cache-w3-total-cache/#comment-33895</link>
		<dc:creator>Amaury</dc:creator>
		<pubDate>Sun, 06 Sep 2009 20:03:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.herewithme.fr/?p=767#comment-33895</guid>
		<description>C&#039;est rajouté ;)</description>
		<content:encoded><![CDATA[<p>C&#8217;est rajouté ;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Par : Billyboylindien</title>
		<link>http://www.herewithme.fr/2009/09/06/et-un-nouveau-plugin-de-cache-w3-total-cache/#comment-33894</link>
		<dc:creator>Billyboylindien</dc:creator>
		<pubDate>Sun, 06 Sep 2009 19:27:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.herewithme.fr/?p=767#comment-33894</guid>
		<description>Manque que le lien ;)
http://wordpress.org/extend/plugins/w3-total-cache/</description>
		<content:encoded><![CDATA[<p>Manque que le lien ;)<br />
<a href="http://wordpress.org/extend/plugins/w3-total-cache/" rel="nofollow">http://wordpress.org/extend/plugins/w3-total-cache/</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

