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

Derick Rethans' Blog: XDebug 2.0.2

Joshua Thijssen's Blog: Setting up a development environment

NetTuts.com: Zend Framework from Scratch - Models and Integrating Doctrine ORM

Andi Gutmans' Blog: Zend Framework to be part of Ubuntu!

Juozas Kaziukenas' Blog: Why Zend Framework?


Community Events











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


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

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