<?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 Wordpress faster with Apache and PHP</title>
	<atom:link href="http://www.cheb.com.au/making-wordpress-faster-with-php-mod_gzip/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cheb.com.au/making-wordpress-faster-with-php-mod_gzip/</link>
	<description>A blog about Australia/Sydney Web design, Web 2.0, Technology, Gadgets, CSS/XHTML and more!</description>
	<lastBuildDate>Fri, 12 Feb 2010 05:06:46 +1100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Cheb</title>
		<link>http://www.cheb.com.au/making-wordpress-faster-with-php-mod_gzip/comment-page-1/#comment-2693</link>
		<dc:creator>Cheb</dc:creator>
		<pubDate>Mon, 01 Sep 2008 07:13:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.cheb.com.au/making-wordpress-faster-with-php-mod_gzip/#comment-2693</guid>
		<description>Thanks for the extra information mate. C</description>
		<content:encoded><![CDATA[<p>Thanks for the extra information mate. C</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Make it faster &#124; www.redips.net</title>
		<link>http://www.cheb.com.au/making-wordpress-faster-with-php-mod_gzip/comment-page-1/#comment-2502</link>
		<dc:creator>Make it faster &#124; www.redips.net</dc:creator>
		<pubDate>Wed, 27 Aug 2008 06:24:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.cheb.com.au/making-wordpress-faster-with-php-mod_gzip/#comment-2502</guid>
		<description>Nice trick to minimize bandwidth especially if your site is hosted. On the other hand you can make wordpress even faster by turning on MySQL and PHP caching. I have found that PHP 5 engine spends about 40% of time to compile PHP page. PHP cache (like APC) will compile page once and store it to memory. Every other request pulls compiled page from cache and proceeds normally from that point. That way overhead on PHP engine level is minimal.</description>
		<content:encoded><![CDATA[<p>Nice trick to minimize bandwidth especially if your site is hosted. On the other hand you can make wordpress even faster by turning on MySQL and PHP caching. I have found that PHP 5 engine spends about 40% of time to compile PHP page. PHP cache (like APC) will compile page once and store it to memory. Every other request pulls compiled page from cache and proceeds normally from that point. That way overhead on PHP engine level is minimal.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: WebSHOUT</title>
		<link>http://www.cheb.com.au/making-wordpress-faster-with-php-mod_gzip/comment-page-1/#comment-1949</link>
		<dc:creator>WebSHOUT</dc:creator>
		<pubDate>Thu, 14 Aug 2008 04:37:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.cheb.com.au/making-wordpress-faster-with-php-mod_gzip/#comment-1949</guid>
		<description>Hi Cheb, that&#039;s a great share of information you&#039;ve got here. I&#039;m interested in know if it&#039;s possible to commpressing large images too.
Anyways, will be looking forward to part 2.

Regards,
WebSHOUT</description>
		<content:encoded><![CDATA[<p>Hi Cheb, that&#8217;s a great share of information you&#8217;ve got here. I&#8217;m interested in know if it&#8217;s possible to commpressing large images too.<br />
Anyways, will be looking forward to part 2.</p>
<p>Regards,<br />
WebSHOUT</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cheb</title>
		<link>http://www.cheb.com.au/making-wordpress-faster-with-php-mod_gzip/comment-page-1/#comment-776</link>
		<dc:creator>Cheb</dc:creator>
		<pubDate>Tue, 17 Jun 2008 13:38:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.cheb.com.au/making-wordpress-faster-with-php-mod_gzip/#comment-776</guid>
		<description>That&#039;s correct tAz! MIME Types would help too. Nice going! Cheers for the info, Cheb.</description>
		<content:encoded><![CDATA[<p>That&#8217;s correct tAz! MIME Types would help too. Nice going! Cheers for the info, Cheb.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tAz</title>
		<link>http://www.cheb.com.au/making-wordpress-faster-with-php-mod_gzip/comment-page-1/#comment-752</link>
		<dc:creator>tAz</dc:creator>
		<pubDate>Fri, 13 Jun 2008 14:40:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.cheb.com.au/making-wordpress-faster-with-php-mod_gzip/#comment-752</guid>
		<description>You could always skip the file rename and use .htaccess to parse all js/css as php :)

Something along the lines of:

AddType application/x-httpd-php .css .js

Would do it at root (in your .htaccess) - or per directory if your file structure allows</description>
		<content:encoded><![CDATA[<p>You could always skip the file rename and use .htaccess to parse all js/css as php <img src='http://www.cheb.com.au/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Something along the lines of:</p>
<p>AddType application/x-httpd-php .css .js</p>
<p>Would do it at root (in your .htaccess) &#8211; or per directory if your file structure allows</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fwboodol</title>
		<link>http://www.cheb.com.au/making-wordpress-faster-with-php-mod_gzip/comment-page-1/#comment-703</link>
		<dc:creator>fwboodol</dc:creator>
		<pubDate>Fri, 06 Jun 2008 18:04:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.cheb.com.au/making-wordpress-faster-with-php-mod_gzip/#comment-703</guid>
		<description>I am new here and looking to have a great time and learning experience 
within your community.</description>
		<content:encoded><![CDATA[<p>I am new here and looking to have a great time and learning experience<br />
within your community.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 5 Wordpress plugins to boost your search engine ranking and help with SEO &#124; Cheb 2.0 Web design blog</title>
		<link>http://www.cheb.com.au/making-wordpress-faster-with-php-mod_gzip/comment-page-1/#comment-332</link>
		<dc:creator>5 Wordpress plugins to boost your search engine ranking and help with SEO &#124; Cheb 2.0 Web design blog</dc:creator>
		<pubDate>Sat, 12 Apr 2008 16:56:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.cheb.com.au/making-wordpress-faster-with-php-mod_gzip/#comment-332</guid>
		<description>[...] online with a blogging application. Not only is Wordpress these days used as more than just a blogging engine, the popularity of the software package as can be seen by the Google Trends chart [...]</description>
		<content:encoded><![CDATA[<p>[...] online with a blogging application. Not only is Wordpress these days used as more than just a blogging engine, the popularity of the software package as can be seen by the Google Trends chart [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cheb</title>
		<link>http://www.cheb.com.au/making-wordpress-faster-with-php-mod_gzip/comment-page-1/#comment-41</link>
		<dc:creator>Cheb</dc:creator>
		<pubDate>Sun, 09 Dec 2007 17:48:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.cheb.com.au/making-wordpress-faster-with-php-mod_gzip/#comment-41</guid>
		<description>Hey Hank.
Thanks for your post mate! In regards to changes to the actual theme files - you shouldn&#039;t have a great deal of problems... All I had to do with mine was edit &#039;Header.php&#039; so the links to my CSS and/or JS files now link to filename.css.php instead of just .css; or filename.js.php instead of just .js. That should do it!

But you &lt;em&gt;are&lt;/em&gt; correct in saying sometimes there &lt;em&gt;are&lt;/em&gt; functions and/or plugins that auto-add links to CSS or JavaScript files on the fly and that would be a tad harder to change. Will definitely post something on this topic soon.

Thanks for the visit mate! :)</description>
		<content:encoded><![CDATA[<p>Hey Hank.<br />
Thanks for your post mate! In regards to changes to the actual theme files &#8211; you shouldn&#8217;t have a great deal of problems&#8230; All I had to do with mine was edit &#8216;Header.php&#8217; so the links to my CSS and/or JS files now link to filename.css.php instead of just .css; or filename.js.php instead of just .js. That should do it!</p>
<p>But you <em>are</em> correct in saying sometimes there <em>are</em> functions and/or plugins that auto-add links to CSS or JavaScript files on the fly and that would be a tad harder to change. Will definitely post something on this topic soon.</p>
<p>Thanks for the visit mate! <img src='http://www.cheb.com.au/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hank</title>
		<link>http://www.cheb.com.au/making-wordpress-faster-with-php-mod_gzip/comment-page-1/#comment-40</link>
		<dc:creator>hank</dc:creator>
		<pubDate>Sun, 09 Dec 2007 14:24:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.cheb.com.au/making-wordpress-faster-with-php-mod_gzip/#comment-40</guid>
		<description>Hey Chebs, 

A good technique, I shaved of some significant KB from my bigger CSS and JS files. 

Your post would be even more useful if you discussed the changes you need to make to Wordpress&#039; PHP files to make it accept PHP instead of CSS or JS, etc. I had to change functions.php and a few other files in my theme in order for it to recognise the php files, but it&#039;s going sweet now.</description>
		<content:encoded><![CDATA[<p>Hey Chebs, </p>
<p>A good technique, I shaved of some significant KB from my bigger CSS and JS files. </p>
<p>Your post would be even more useful if you discussed the changes you need to make to Wordpress&#8217; PHP files to make it accept PHP instead of CSS or JS, etc. I had to change functions.php and a few other files in my theme in order for it to recognise the php files, but it&#8217;s going sweet now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cheb</title>
		<link>http://www.cheb.com.au/making-wordpress-faster-with-php-mod_gzip/comment-page-1/#comment-33</link>
		<dc:creator>Cheb</dc:creator>
		<pubDate>Thu, 06 Dec 2007 14:18:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.cheb.com.au/making-wordpress-faster-with-php-mod_gzip/#comment-33</guid>
		<description>Hey Michael, welcome and thank you for your reply. I have WP-cache installed as well and you are correct in saying it needs gzip disabled.

I currently have gzip disabled natively through Wordpress, but that hasn&#039;t turned gzip off in terms of Apache (server-side).

Effectively, what the method above does, is dramatically reduce the file size of particular files; in this case CSS - but can easily be applied to JavaScript such as prototype.js, etc.

You can run both WP-cache and implement the above method with no hassles. I mean I&#039;m currently running both and have &lt;em&gt;so far&lt;/em&gt; witnessed no dramas. :)

I think the difference between WP-cache and WP-Super Cache is that the former still needs to load the PHP engine to serve the cached files - whereas apparently, WP-Super Cache actually &lt;em&gt;generates&lt;/em&gt; HTML files on the fly!

It should be interesting to see how those two pan out though. For my money; I think anything you can do to make your blog/site faster - go for it. If that means cutting down files to a fifth of their previous size (something I believe neither cache plugins are capable of, at the moment) through gzip compression then all power to ya! :)

Thanks for visiting Michael and for your nice comment. I&#039;ll keep checking out your latest. Keep up the good work!</description>
		<content:encoded><![CDATA[<p>Hey Michael, welcome and thank you for your reply. I have WP-cache installed as well and you are correct in saying it needs gzip disabled.</p>
<p>I currently have gzip disabled natively through Wordpress, but that hasn&#8217;t turned gzip off in terms of Apache (server-side).</p>
<p>Effectively, what the method above does, is dramatically reduce the file size of particular files; in this case CSS &#8211; but can easily be applied to JavaScript such as prototype.js, etc.</p>
<p>You can run both WP-cache and implement the above method with no hassles. I mean I&#8217;m currently running both and have <em>so far</em> witnessed no dramas. <img src='http://www.cheb.com.au/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I think the difference between WP-cache and WP-Super Cache is that the former still needs to load the PHP engine to serve the cached files &#8211; whereas apparently, WP-Super Cache actually <em>generates</em> HTML files on the fly!</p>
<p>It should be interesting to see how those two pan out though. For my money; I think anything you can do to make your blog/site faster &#8211; go for it. If that means cutting down files to a fifth of their previous size (something I believe neither cache plugins are capable of, at the moment) through gzip compression then all power to ya! <img src='http://www.cheb.com.au/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Thanks for visiting Michael and for your nice comment. I&#8217;ll keep checking out your latest. Keep up the good work!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
