<?xml version="1.0" encoding="utf-8"?> <rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
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/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
> <channel><title>killdash9.org &#187; caching</title> <atom:link href="http://www.killdash9.org/tag/caching/feed/" rel="self" type="application/rss+xml" /><link>http://www.killdash9.org</link> <description>babblings</description> <lastBuildDate>Mon, 25 Jul 2011 14:37:29 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>PHP and MySQL caching.</title><link>http://www.killdash9.org/2008/10/14/php-and-mysql-caching/</link> <comments>http://www.killdash9.org/2008/10/14/php-and-mysql-caching/#comments</comments> <pubDate>Tue, 14 Oct 2008 15:31:02 +0000</pubDate> <dc:creator>Ren West</dc:creator> <category><![CDATA[General]]></category> <category><![CDATA[Apache]]></category> <category><![CDATA[caching]]></category> <category><![CDATA[MySQL]]></category> <category><![CDATA[PHP]]></category> <guid
isPermaLink="false">http://www.killdash9.org/?p=161</guid> <description><![CDATA[Hoping to squeeze a few more cycles out of my VPS, I recently implementing PHP and MySQL caching. So far, I haven&#8217;t noticed much in the way of performance increases, but the Apache Bench test results show there is some improvement. For PHP I used xcache and followed the guide I found here. For MySQL [...]]]></description> <content:encoded><![CDATA[<p>Hoping to squeeze a few more cycles out of my VPS, I recently implementing PHP and MySQL caching.  So far, I haven&#8217;t noticed much in the way of performance increases, but the Apache Bench test results show there is some improvement.</p><p>For PHP I used <a
href="http://xcache.lighttpd.net/">xcache</a> and followed the guide I found <a
href="http://www.tummblr.com/linux/speed-up-php-with-xcache-on-gentoo-linux/">here</a>.</p><p>For MySQL I followed <a
href="http://www.howtogeek.com/howto/programming/speed-up-your-web-site-with-mysql-query-caching/">this</a> guide.  I only need to set the value of <em>query_cache_size</em> to enable it.  Running <strong>mysql> SHOW STATUS LIKE &#8216;Qc%&#8217;;</strong> shows that it&#8217;s being used.</p> ]]></content:encoded> <wfw:commentRss>http://www.killdash9.org/2008/10/14/php-and-mysql-caching/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>
