News Feed
Jobs Feed
Sections



Recent Jobs

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




Community Events





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


release development podcast package community language conference framework test api opinion symfony2 introduction extension interview application unittest phpunit series custom

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