<?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>Comments on: Making web-pages go faster using PHP</title>
	<atom:link href="http://www.techfounder.net/2008/11/16/making-web-pages-go-faster-using-php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.techfounder.net/2008/11/16/making-web-pages-go-faster-using-php/</link>
	<description>Blog about web development and Internet entrepreneurship</description>
	<lastBuildDate>Sat, 04 Feb 2012 15:46:41 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
	<item>
		<title>By: Norma</title>
		<link>http://www.techfounder.net/2008/11/16/making-web-pages-go-faster-using-php/comment-page-1/#comment-1236</link>
		<dc:creator>Norma</dc:creator>
		<pubDate>Mon, 29 Aug 2011 16:38:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.techfounder.net/?p=121#comment-1236</guid>
		<description>I do not what you all are talking about all I want to do is to get my web pages to loud up faster that is all you guys have just gone way of base with the matter.</description>
		<content:encoded><![CDATA[<p>I do not what you all are talking about all I want to do is to get my web pages to loud up faster that is all you guys have just gone way of base with the matter.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kai Sellgren</title>
		<link>http://www.techfounder.net/2008/11/16/making-web-pages-go-faster-using-php/comment-page-1/#comment-740</link>
		<dc:creator>Kai Sellgren</dc:creator>
		<pubDate>Fri, 06 Mar 2009 23:02:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.techfounder.net/?p=121#comment-740</guid>
		<description>If we are talking about having the website to load up fast for the user, then 14 kB vs 102 kB is not a big deal nowadays. However, 2 requests vs 24 requests is a big deal.</description>
		<content:encoded><![CDATA[<p>If we are talking about having the website to load up fast for the user, then 14 kB vs 102 kB is not a big deal nowadays. However, 2 requests vs 24 requests is a big deal.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kai Sellgren</title>
		<link>http://www.techfounder.net/2008/11/16/making-web-pages-go-faster-using-php/comment-page-1/#comment-1040</link>
		<dc:creator>Kai Sellgren</dc:creator>
		<pubDate>Fri, 06 Mar 2009 23:02:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.techfounder.net/?p=121#comment-1040</guid>
		<description>If we are talking about having the website to load up fast for the user, then 14 kB vs 102 kB is not a big deal nowadays. However, 2 requests vs 24 requests is a big deal.</description>
		<content:encoded><![CDATA[<p>If we are talking about having the website to load up fast for the user, then 14 kB vs 102 kB is not a big deal nowadays. However, 2 requests vs 24 requests is a big deal.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mrclay.org &#187; Archive &#187; Minify getting out there</title>
		<link>http://www.techfounder.net/2008/11/16/making-web-pages-go-faster-using-php/comment-page-1/#comment-729</link>
		<dc:creator>mrclay.org &#187; Archive &#187; Minify getting out there</dc:creator>
		<pubDate>Sat, 10 Jan 2009 15:37:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.techfounder.net/?p=121#comment-729</guid>
		<description>[...] Eran Galperin is using Minify in his startup Octabox (the site screams) and wrote a nice Minify deployment guide. [...]</description>
		<content:encoded><![CDATA[<p>[...] Eran Galperin is using Minify in his startup Octabox (the site screams) and wrote a nice Minify deployment guide. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve Clay</title>
		<link>http://www.techfounder.net/2008/11/16/making-web-pages-go-faster-using-php/comment-page-1/#comment-711</link>
		<dc:creator>Steve Clay</dc:creator>
		<pubDate>Wed, 26 Nov 2008 01:09:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.techfounder.net/?p=121#comment-711</guid>
		<description>@Arik, you&#039;re right, pre-encoding files to cut PHP from the client request cycle is one of &lt;a href=&quot;http://code.google.com/p/minify/wiki/ProjectGoals&quot; rel=&quot;nofollow&quot;&gt;Minify&#039;s goals&lt;/a&gt;, but it&#039;s already pretty fast. The ab testing I did on my (admittedly wimpy) servers showed that Minify served files at least faster than Apache alone with mod_deflate. mod_deflate seems to compress on every request.</description>
		<content:encoded><![CDATA[<p>@Arik, you&#8217;re right, pre-encoding files to cut PHP from the client request cycle is one of <a href="http://code.google.com/p/minify/wiki/ProjectGoals" rel="nofollow">Minify&#8217;s goals</a>, but it&#8217;s already pretty fast. The ab testing I did on my (admittedly wimpy) servers showed that Minify served files at least faster than Apache alone with mod_deflate. mod_deflate seems to compress on every request.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve Clay</title>
		<link>http://www.techfounder.net/2008/11/16/making-web-pages-go-faster-using-php/comment-page-1/#comment-1039</link>
		<dc:creator>Steve Clay</dc:creator>
		<pubDate>Wed, 26 Nov 2008 01:09:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.techfounder.net/?p=121#comment-1039</guid>
		<description>@Arik, you&#039;re right, pre-encoding files to cut PHP from the client request cycle is one of &lt;a href=&quot;http://code.google.com/p/minify/wiki/ProjectGoals&quot; rel=&quot;nofollow&quot;&gt;Minify&#039;s goals&lt;/a&gt;, but it&#039;s already pretty fast. The ab testing I did on my (admittedly wimpy) servers showed that Minify served files at least faster than Apache alone with mod_deflate. mod_deflate seems to compress on every request.</description>
		<content:encoded><![CDATA[<p>@Arik, you&#8217;re right, pre-encoding files to cut PHP from the client request cycle is one of <a href="http://code.google.com/p/minify/wiki/ProjectGoals" rel="nofollow">Minify&#8217;s goals</a>, but it&#8217;s already pretty fast. The ab testing I did on my (admittedly wimpy) servers showed that Minify served files at least faster than Apache alone with mod_deflate. mod_deflate seems to compress on every request.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: links for 2008-11-18 &#124; Yostivanich.com</title>
		<link>http://www.techfounder.net/2008/11/16/making-web-pages-go-faster-using-php/comment-page-1/#comment-695</link>
		<dc:creator>links for 2008-11-18 &#124; Yostivanich.com</dc:creator>
		<pubDate>Tue, 18 Nov 2008 15:30:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.techfounder.net/?p=121#comment-695</guid>
		<description>[...] techfounder » Making web-pages go faster using PHP Built in minification of CSS and JS without needing to change your code. (tags: programming javascript html performance webprogramming xhtml php optimization minify) [...]</description>
		<content:encoded><![CDATA[<p>[...] techfounder » Making web-pages go faster using PHP Built in minification of CSS and JS without needing to change your code. (tags: programming javascript html performance webprogramming xhtml php optimization minify) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob</title>
		<link>http://www.techfounder.net/2008/11/16/making-web-pages-go-faster-using-php/comment-page-1/#comment-694</link>
		<dc:creator>Rob</dc:creator>
		<pubDate>Tue, 18 Nov 2008 06:53:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.techfounder.net/?p=121#comment-694</guid>
		<description>&lt;i&gt;What you suggest is yet another method for static deployment of files.&lt;/i&gt;

Actually, no. Michael&#039;s suggestion is to have apache (rather than php) serve the file from the cache if it exists, otherwise it is generated, cached and served by php.

This cuts the php interpreter out entirely for the common case.</description>
		<content:encoded><![CDATA[<p><i>What you suggest is yet another method for static deployment of files.</i></p>
<p>Actually, no. Michael&#8217;s suggestion is to have apache (rather than php) serve the file from the cache if it exists, otherwise it is generated, cached and served by php.</p>
<p>This cuts the php interpreter out entirely for the common case.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob</title>
		<link>http://www.techfounder.net/2008/11/16/making-web-pages-go-faster-using-php/comment-page-1/#comment-1038</link>
		<dc:creator>Rob</dc:creator>
		<pubDate>Tue, 18 Nov 2008 06:53:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.techfounder.net/?p=121#comment-1038</guid>
		<description>&lt;i&gt;What you suggest is yet another method for static deployment of files.&lt;/i&gt;

Actually, no. Michael&#039;s suggestion is to have apache (rather than php) serve the file from the cache if it exists, otherwise it is generated, cached and served by php.

This cuts the php interpreter out entirely for the common case.</description>
		<content:encoded><![CDATA[<p><i>What you suggest is yet another method for static deployment of files.</i></p>
<p>Actually, no. Michael&#8217;s suggestion is to have apache (rather than php) serve the file from the cache if it exists, otherwise it is generated, cached and served by php.</p>
<p>This cuts the php interpreter out entirely for the common case.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eran Galperin</title>
		<link>http://www.techfounder.net/2008/11/16/making-web-pages-go-faster-using-php/comment-page-1/#comment-693</link>
		<dc:creator>Eran Galperin</dc:creator>
		<pubDate>Mon, 17 Nov 2008 10:59:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.techfounder.net/?p=121#comment-693</guid>
		<description>Hi Michael,
What you suggest is yet another method for static deployment of files. In my post I described a dynamic way to serve scripts, which depends on the parameters sent to the minify script. As I&#039;ve told Arik, this is of course possible if this is the route you want to go.</description>
		<content:encoded><![CDATA[<p>Hi Michael,<br />
What you suggest is yet another method for static deployment of files. In my post I described a dynamic way to serve scripts, which depends on the parameters sent to the minify script. As I&#8217;ve told Arik, this is of course possible if this is the route you want to go.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

