RE: [fw-general] Speed up Zend framework

2009-05-08 Thread aselvais
I have 2 tips for you; 1. Use APC (PHP accelerator) 2. mount a memory drive and copy ZF in it Check an article I wrote about that on my blog: http://webtechtalks.blogspot.com/2009/05/zend-framework-performance-test-with.html

RE: [fw-general] Speed up Zend framework

2008-11-03 Thread Wil Sinclair
:[EMAIL PROTECTED] Sent: Monday, November 03, 2008 2:24 AM To: fw-general@lists.zend.com Subject: RE: [fw-general] Speed up Zend framework Guys, Has anyone got some tips on how to speed up Zend Framework applications? I have noticed that using Zend framework although speeding up

RE: [fw-general] Speed up Zend framework

2008-11-03 Thread Karol Grecki
I suggest you just run it through a profiler and analyse bottlenecks, try Xdebug+KCachegrind. If bottlenecks are in ZF code that you have no control over you can always suggest an improvement or at least raise an issue. Some generic tips that might help: enable APC, put ZF library at the

Re: [fw-general] Speed up Zend framework

2008-11-03 Thread till
On Mon, Nov 3, 2008 at 11:23 AM, O'BRIEN, Steven X [EMAIL PROTECTED] wrote: Guys, Has anyone got some tips on how to speed up Zend Framework applications? Indeed I do (sorry for the shameless plug): http://till.vox.com/library/post/zendframework-performance.html I'm working on a follow-up

RE: [fw-general] Speed up Zend framework

2008-11-03 Thread O'BRIEN, Steven X
Guys, Has anyone got some tips on how to speed up Zend Framework applications? I have noticed that using Zend framework although speeding up development time, does slow down the runtime app. The information in this e-mail is confidential. The contents may not be disclosed or used by

Re: [fw-general] Speed up Zend framework

2008-11-03 Thread Matthew Ratzloff
Steve, can you remove the duplicate disclaimer? -Matt On Mon, Nov 3, 2008 at 2:23 AM, O'BRIEN, Steven X [EMAIL PROTECTED] wrote: Guys, Has anyone got some tips on how to speed up Zend Framework applications? I have noticed that using Zend framework although speeding up development time,