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.
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. -- View this message in context: http://zend-framework-community.634137.n4.nabble.com/classmap-autoloader-performance-benchmark-tp3780962p3847244.html Sent from the Zend Framework mailing list archive at Nabble.com. -- List: [email protected] Info: http://framework.zend.com/archives Unsubscribe: [email protected]
