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

Adding config options #24

Closed ThaDafinser closed 9 years ago

ThaDafinser commented 10 years ago

Adding the ability to only cache a part of the request

e.g. only the init() part

ping @EvanDotPro

ThaDafinser commented 10 years ago

Reference: https://github.com/EvanDotPro/EdpSuperluminal/issues/22

ThaDafinser commented 10 years ago

new option to not strip all whitespaces/comments (for debug)

ThaDafinser commented 10 years ago

Last ping try... @EvanDotPro