News Feed
Jobs Feed
Sections




News Archive
Debuggable Blog:
How To Save Half A Second On Every CakePHP Request
February 27, 2009 @ 12:09:51

CakePHP users might want to listen to this suggestion from Tim Koschutzki on the Debuggable blog - he wants to help you save a half second on each request.

There are several ways to improve the performance of your CakePHP application. [...] Any performance improvement that does not effect how data is retrieved, stored and cached is welcome. If it affects your entire site and not only parts of it, it's all the better.

The performance boost comes in the form of an update to CakePHP's reverse route lookup functionality. Normally a lookup would have to be parsed and resolved back to their original location. They figured a bit faster way around it though - breaking the reverse routing feature for the sake of speed. The code for the hack is included in the post.

0 comments voice your opinion now!
half second request performance cakephp framework reverse route lookup


blog comments powered by Disqus

Similar Posts

Developer.com: Forms Validation with CakePHP

Fabien Potencier's Blog: Create your own framework...on top of the Symfony2 Components (parts 3 & 4)

The Bakery: CakePHP's routing explained

Chris Shiflett\'s Blog: Zend Framework Update

ArsMagnaTutorials: FuelPHP Tutorial Videos


Community Events











Don't see your event here?
Let us know!


conference phpunit functional community rest zendframework2 opinion symfony2 interview database release development introduction podcast usergroup testing language framework google series

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework