EvanDotPro / EdpSuperluminal

This module caches the common Zend\* classes used by your application into a single cache file, reducing reliance on the autoloader. This greatly improves the performance of ZF2.
BSD 2-Clause "Simplified" License
170 stars 45 forks source link

Feature/better autoloader handling #3

Closed weierophinney closed 12 years ago

weierophinney commented 12 years ago

These commits achieve several things:

I've tested on a local copy of my site, and all is working correctly now. I'm only seeing ~10% gains, but even a 10% gain is worthwhile.

EvanDotPro commented 12 years ago

Merged. Great additions, thanks!