Page 1 of 1

Zend DB overhead is huge?

Posted: Fri Jul 18, 2008 10:55 am
by nutkenz
Benchmarking my site shows the following:

Code: Select all

    time index  ex time %
Start   1216395577.17879600 -   0.00%
Functions: Start    1216395577.17919400 0.000398    0.69%
Functions: Finish   1216395577.18845500 0.009261    16.02%
DB: Start   1216395577.19268700 0.004232    7.32%
DB: Zend included   1216395577.20334400 0.010657    18.43%
DB: Finish  1216395577.20881200 0.005468    9.46%
Apparently, just including the DB class and staring a connection counts for 25% of total execution time... That seems like a lot?

Re: Zend DB overhead is huge?

Posted: Fri Jul 18, 2008 11:21 am
by alex.barylski
Everything about Zend framework is bloated...