-- Michael Depetrillo <[EMAIL PROTECTED]> wrote
(on Thursday, 06 November 2008, 09:33 PM -0800):
> Does using autoload improve or reduce performance?
> 
> I thought I saw an email by you where you stated in did.

It improves performance, particularly when you strip out the
require_once calls within Zend Framework (which you can do with a simple
one-liner using find and sed). 


> On Thu, Nov 6, 2008 at 6:28 PM, Matthew Weier O'Phinney <[EMAIL PROTECTED]>
> wrote:
> 
>     -- Sander van de Graaf <[EMAIL PROTECTED]> wrote
>     (on Friday, 07 November 2008, 01:36 AM +0100):
>     > Hi all,
>     >
>     > Just wanted to point you to a blog post about some optimizations I found
>     > for a ZF project we're finishing up. It might be of interest to some of
>     > you:
>     >
>     > http://www.svdgraaf.nl/2008/11/07/optimizing-your-zf-web-application/
>     >
>     > If you have any comments, please let me know.
> 
>     You have some interesting points about tuning the server and using CDNs
>     that many people overlook when they consider optimizing their *site*,
>     not just the applications.
> 
>     I also want to announce that I've been working on a performance guide
>     appendix to the manual, and those of you following the subversion
>     commits have likely noticed these commits. I have a lot of detail on
>     ways you can reduce things like class loading overhead, how to optimize
>     your views, etc. More tips will be added in the coming week as we
>     approach the 1.7.0 release.

-- 
Matthew Weier O'Phinney
Software Architect       | [EMAIL PROTECTED]
Zend Framework           | http://framework.zend.com/

Reply via email to