Dennis Fogg wrote:
> 
> I completed the basic structure of my ZF infrastructure 
> and noticed that it seemed quite slow.
> 

Summary:
My Zend framework page generation time went from 1.2 sec to 0.4 sec using a
number of techniques. I compare my performance with Rob Allen's tutorial
code (which has minimal excess code -- being a tutorial). Allen's code also
runs at 0.4 sec
(http://www.nabble.com/Re%3A-ZF-performance-advice-p13185506s16154.html), so
my ZF infrastructure has negligible overhead now.

Details at:
http://beach-blogger.blogspot.com/2007/10/php-performance-improvements.html

One note: 
A ZF performance suggestion: have a "packed version" of the zend framework
that combines classes into fewer files -- this would improve performance on
every ZF script execution and be of no detriment!  
I have not been involved in the development of ZF, so maybe this has already
been suggested or there are problems with it.  It would be great to hear
opinions on this. If you think this is a good idea, tell me and I can file a
ZF Issue.


-- 
View this message in context: 
http://www.nabble.com/ZF-performance-advice-tf4610974s16154.html#a13267557
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to