News Feed
Jobs Feed
Sections




News Archive
PHPImpact Blog:
Improving the performance of Zend_Controller
July 15, 2008 @ 09:32:23

The PHP::Impact blog has a quick performance tip posted today for all of the Zend Framework-ers out there that are seeing some poor performance with their Zend_Controllers.

Zend_Controller_Front gets an instance of Zend_Controller_Router_Rewrite, routes the request, iterates through all the provided routes and matches its definitions to the current request URI. The problem with this is that the more routes you add, the more time the router will take to find a positive match.

Federico includes a few benchmarking stats to back this up ranging from four routes up to forty. His solution is to place the routes in different files and set the location with a Zend_Config_Ini object. This makes the controller only load the ones that are needed instead of pulling all forty into memory to have to parse through.

0 comments voice your opinion now!
performance zendframework zendcontroller routing route


blog comments powered by Disqus

Similar Posts

Zend Developer Zone: PHP Abstract Podcast Episode 37: Zend Framework 1.5

Christopher Jones' Blog: Statement caching bug fix to improve performance of OCI8 extension

Zend Developer Zone: Announcing July's Zend Framework Bug Hunt Days

Konr Ness' Blog: Zend_Config Benchmark - JSON, Array, INI, XML, YAML

Patrick Allaert: Composer: speeding up class autoloading


Community Events











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


composer code opinion language framework interview introduction functional example testing object tool series community development release unittest conference podcast zendframework2

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