News Feed
Jobs Feed
Sections




News Archive
Jani Hartikainen's Blog:
Optimizing Zend Framework and Doctrine applications
January 27, 2009 @ 09:30:37

In a quick post Jani Hartikainen take a look at some optimization tricks you can do to help get the most out of your Zend Framework/Doctrine application.

I decided to try profiling my quiz application to see if I could speed it up. Not surprisingly, biggest performance penalties came from loading classes and Doctrine's ORM magic. [...] As you may have heard, optimizing without profiling first is a bad idea, as you may think something is slow when something completely different would be better to optimize.

some of his suggestions include:

  • Removing all require_once calls from the Zend Framework library
  • Change the include_once_override setting if you're using APC
  • Using the query cache in Doctrine
  • Using the Doctrine_Table find functions rather than the Doctrine_Query objects
0 comments voice your opinion now!
zendframework optimize profile xdebug doctrine


blog comments powered by Disqus

Similar Posts

Sephiroth.it: Debugging PHP with XDebug

DevShed: Working with the XDebug extension's var_dump() function

Mike Willbanks' Blog: Android C2DM with PHP and Zend Framework

Rob Allen's Blog: Zend Framework Tutorial Zip File Updated

PHPImpact Blog: Zend Framework Architecture


Community Events











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


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

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