<?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>Sat, 19 Jul 2008 05:42:25 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Mike Willbanks' Blog: PHP Performance Series: Caching Techniques]]></title>
      <guid>http://www.phpdeveloper.org/news/9711</guid>
      <link>http://www.phpdeveloper.org/news/9711</link>
      <description><![CDATA[<p>
On his blog today, <i>Mike Willbanks</i> has <a href="http://blog.digitalstruct.com/2008/02/27/php-performance-series-caching-techniques/">started up</a> a new series that will look at various caching techniques that are available to PHP developers now:
</p>
<blockquote>
Welcome to the first edition of the PHP performance series, a new series that I will be explaining ways to gain efficiencies and squeezing more performance out of your applications. This first edition, caching techniques, focuses on ways to cache data to optimize your current sites. Some of the concepts here are fairly easy to implement while others may take strategic design in the architecture of your application.
</blockquote>
<p>
The methods he looks at <a href="http://blog.digitalstruct.com/2008/02/27/php-performance-series-caching-techniques/">this time</a> are:
</p>
<ul>
<li>Opcode Caching
<li>File Priming
<li>Caching Variables
<li>File Caching
<li>Memory Caching
<li>Database Memory Tables
<li>RAM Disk
</ul>]]></description>
      <pubDate>Wed, 27 Feb 2008 10:25:00 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[IBM developerWorks: Make PHP apps fast, faster, fastest (Part 1)]]></title>
      <guid>http://www.phpdeveloper.org/news/7339</guid>
      <link>http://www.phpdeveloper.org/news/7339</link>
      <description><![CDATA[<p>
The IBM developerWorks website has <a href="http://www-128.ibm.com/developerworks/library/os-php-fastapps1/index.html?ca=drs-">posted the first part</a> of a series looking at boosting the performance and throughput of your PHP applications through an opcode caching software, specifically XCache.
</p>
<blockquote>
PHP is a scripting language most often used to create Web applications. It's easy to learn and produces visible results quickly. However, because PHP is interpreted, PHP code is parsed and translated to opcodes every time it executes. An opcode cache eliminates that rework, making PHP applications faster.
</blockquote>
<p>
They start with the installation of the software (just XCache, they assume everything else is installed) and what to edit in the php.ini file to get things up and running. They follow this up with a sample benchmark for a local phpmyadmin installation.
</p>]]></description>
      <pubDate>Fri, 23 Feb 2007 12:35:00 -0600</pubDate>
    </item>
  </channel>
</rss>
