<?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>Comentarios en: Consejos para optimizar la carga un blog o web (I)</title>
	<atom:link href="http://blog.chefuri.com/articulos/consejos-para-optimizar-la-carga-un-blog-o-web-i/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.chefuri.com/articulos/consejos-para-optimizar-la-carga-un-blog-o-web-i/</link>
	<description>Blog de cocina</description>
	<lastBuildDate>Tue, 16 Mar 2010 21:55:41 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Por: chefwww</title>
		<link>http://blog.chefuri.com/articulos/consejos-para-optimizar-la-carga-un-blog-o-web-i/comment-page-1/#comment-864</link>
		<dc:creator>chefwww</dc:creator>
		<pubDate>Fri, 10 Apr 2009 12:03:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.chefuri.com/?p=2132#comment-864</guid>
		<description>Lo pongo como comentario. El plugin de wordpress wp-super-cache me ha dado un poco de problemas con el internet explorer. Al final he decido usar el wp-cache original ( http://wordpress.org/extend/plugins/wp-cache/ ). Eso si he tenido que hacer dos cambios para que funcionase.

1) Deshabilitar la compresión gzip para páginas HTML (del plugin php speedy --&gt; minify page off). El problema es que hay una verificación que prohibe cachear la página si no tiene algun tag de cierre . (wp-cache-phase2.php --&gt; linea 126-129)

2)La caché no me funcionaba, al final he realizado un cambio (wp-cache-phase2.php --&gt; linea 237). 
Cambiar:
if ($new_cache) {

Por:
if(!file_exists($cache_path . $meta_file)) {

Bueno a ver si alguien le es de utilidad. Ahora la web carga bastante más rápido que antes. He puesto el caché en todas las páginas incluída la portada. Ya iré mirando si va bien o falla algo.</description>
		<content:encoded><![CDATA[<p>Lo pongo como comentario. El plugin de wordpress wp-super-cache me ha dado un poco de problemas con el internet explorer. Al final he decido usar el wp-cache original ( <a href="http://wordpress.org/extend/plugins/wp-cache/" rel="nofollow">http://wordpress.org/extend/plugins/wp-cache/</a> ). Eso si he tenido que hacer dos cambios para que funcionase.</p>
<p>1) Deshabilitar la compresión gzip para páginas HTML (del plugin php speedy &#8211;&gt; minify page off). El problema es que hay una verificación que prohibe cachear la página si no tiene algun tag de cierre . (wp-cache-phase2.php &#8211;&gt; linea 126-129)</p>
<p>2)La caché no me funcionaba, al final he realizado un cambio (wp-cache-phase2.php &#8211;&gt; linea 237).<br />
Cambiar:<br />
if ($new_cache) {</p>
<p>Por:<br />
if(!file_exists($cache_path . $meta_file)) {</p>
<p>Bueno a ver si alguien le es de utilidad. Ahora la web carga bastante más rápido que antes. He puesto el caché en todas las páginas incluída la portada. Ya iré mirando si va bien o falla algo.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
