Hi all, I'm recently looking into speeding up a Zend application. It looks the bootstrap process takes a very long time. I'm using the common structure and installed the ZFDebug toolbar (you might still know it as the Scienta debug bar). In the Bootstrap->run() method I added a time mark before the frontController->dispatch() method.
Average is the process taking 1000ms. The dispatch() method is called at 650ms. This means running the application is 33% of the process. Preparing the application takes 66% of the time. Can this be shortened (e.g. by caching some objects)? Requesting a lot of pages shows bootstrapping is between 25% and 75% of the total time (but more often towards 75% than 25%). R, Jurian -- Jurian Sluiman Soflomo.com
