<?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>Thu, 23 May 2013 07:53:03 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Matt Curry's Blog: 8 Ways to Speed Up CakePHP Apps]]></title>
      <guid>http://www.phpdeveloper.org/news/12160</guid>
      <link>http://www.phpdeveloper.org/news/12160</link>
      <description><![CDATA[<p>
<i>Matt Curry</i> has <a href="http://www.pseudocoder.com/archives/2009/03/17/8-ways-to-speed-up-cakephp-apps/">a new post</a> to his blog listing a few ways that you can help get the most out of your CakePHP application's performance.
</p>
<blockquote>
It's a not so well kept secret that CakePHP is slow. What isn't well know is that this is done by design. I could get in a lot of trouble by revealing this, but I'm willing to take that risk. [...] Every time you use one of the tips in this article it's one less gold chain on the neck of a Cake developer.
</blockquote>
<p>Here's his list of eight tips:</p>
<ul>
<li>Set Debug to 0
<li>Cache your slow queries/web service requests/whatever
<li>View Caching
<li>HTML Caching
<li>APC (or some other opcode cache)
<li>Persistent Models
<li>Store The Persistent Cache in APC
<li>Speed Up Reverse Routing
</ul>
<p>
Some of the tips are CakePHP specific, but several of them (the caching) can be useful no matter what sort of application you're using - framework or not.
</p>]]></description>
      <pubDate>Wed, 18 Mar 2009 10:23:26 -0500</pubDate>
    </item>
  </channel>
</rss>
