The (zf2) classmap autoloader is everywhere considered as super fast autoloader. (40 - 80% perfomance win)
In our zf1 project we are currently benchmarking the codebase, inclusive the zend bottlenecks. So i imported the zf1 backport of the new classmap autoloader on github to see the difference to the standard zf1 autoloader. In addition i stripped out the required_once in the zf codebase, which is also a recommendation of zend. The page i benchmarked loaded ca. 250 classes. I´m using xdebug profiler and apache benchmark to test performance. In fact i can´t see any performance win at all (load time, requests/second), so i´m not quite sure wether it´s a configuration issue (wrong usage) or a benchmarking issue. The classmap thing brings some deployment issues, so i want to be sure about the benefit. Greetings sebastian -- View this message in context: http://zend-framework-community.634137.n4.nabble.com/classmap-autoloader-performance-benchmark-tp3780962p3780962.html Sent from the Zend Framework mailing list archive at Nabble.com. -- List: [email protected] Info: http://framework.zend.com/archives Unsubscribe: [email protected]
