-- sebastian keßler <[email protected]> wrote
(on Tuesday, 27 September 2011, 06:04 AM -0700):
> After some research we finally found the problem.
> 
> The classmap files were too big.
> After splitting them into several smaller ones, we had a huge improve in
> performance. 

Out of curiosity, how big were they? How many classes did they map? This
would be good information to have, as it will help us tune autoloading
strategies.

> So perhaps that could be an interesting point others could benefit from.
> 
> We indeed used APC, but the opcode cache was defeated by the size,
> obviously.  
> 
> So either increasing the opcode cache or splitting the classmap files into
> smaller ones could be the solution in such cases. 
> 
> So, like you mentioned, the opcode is really important in the context of
> classmap autoloading, but one have to make sure that the files are actually
> cached and not drop out because of some filesize limits. 

-- 
Matthew Weier O'Phinney
Project Lead            | [email protected]
Zend Framework          | http://framework.zend.com/
PGP key: http://framework.zend.com/zf-matthew-pgp-key.asc

--
List: [email protected]
Info: http://framework.zend.com/archives
Unsubscribe: [email protected]


Reply via email to