<?xml version="1.0"?>
<rss version="2.0">
  <channel>
    <title>PHPDeveloper.org</title>
    <link>http://www.phpdeveloper.org</link>
    <description>Up-to-the Minute PHP News, views and community</description>
    <language>en-us</language>
    <pubDate>Fri, 04 Jul 2008 22:05:12 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Stuart Herbert's Blog: More about Performance Tuning]]></title>
      <guid>http://www.phpdeveloper.org/news/9566</guid>
      <link>http://www.phpdeveloper.org/news/9566</link>
      <description><![CDATA[<p>
Based off of a <a href="http://www.phpdeveloper.org/news/9538">previous article</a> from <i>Mike Willbanks</i>, <i>Stuart Herbert</i> has posted some of his <a href="http://blog.stuartherbert.com/php/2008/01/31/more-about-performance-tuning/">own thoughts</a> on tuning and tweaking your applications for the best performance you can get out of them.
</p>
<blockquote>
There's some good advice in there, and I thought it'd be a good idea to quickly add a bit more detail about the separate approaches that Mike raises.
</blockquote>
<p>
He <a href="http://blog.stuartherbert.com/php/2008/01/31/more-about-performance-tuning/">goes over</a> the APC caching, memcache, the "gzip trick", the "Not Modified" header and optimized SQL statements.
</p>
<p>
He also mentions one thing that <i>Mike</i> didn't mention - a split between static files (no PHP needed) and their dynamic cousins. Having a more pure Apache (no PHP installed) can help give a minute jump in speed that, depending on the size of the site, could really add up from a user's perspective.
</p>]]></description>
      <pubDate>Tue, 05 Feb 2008 07:57:00 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Leon Chevalier's Blog: Improve website load time by 500% with 3 lines of code]]></title>
      <guid>http://www.phpdeveloper.org/news/9477</guid>
      <link>http://www.phpdeveloper.org/news/9477</link>
      <description><![CDATA[<p>
<i>Leon Chevalier</i> has <a href="http://aciddrop.com/2008/01/21/boost-your-website-load-time-with-3-lines-of-code/">posted about a class</a> he's developed (you can download it <a href="http://aciddrop.com/2008/01/23/site-speed-boost-script-updated/">here</a>) that can help to speed up the load times for your site.
</p>
<blockquote>
There are 4 relatively easy ways by which you can speed up the time it takes a browser to download a page. Following on from my post on <a href="http://aciddrop.com/2008/01/03/automatically-join-your-javascript-and-css-into-a-single-file/">joining CSS and JavaScript files</a>, I have written a PHP script which will automatically do all of the above.
</blockquote>
<p>
He <a href="http://aciddrop.com/2008/01/21/boost-your-website-load-time-with-3-lines-of-code/">gives example code</a> of the class in action and includes some screenshots of the benchmarks from the <a href="http://developer.yahoo.com/yslow/">YSlow</a> Firefox extension showing the improvements.
</p>]]></description>
      <pubDate>Wed, 23 Jan 2008 12:09:00 -0600</pubDate>
    </item>
  </channel>
</rss>
