Closed DASPRiD closed 10 years ago
Caching is pointless thanks to Zend\Cache, closing.
Uh, is Zend\Cache the problem or just caching in general ?
@macnibblet Zend\Cache is pretty much the problem. It introduces so many function calls for getting an item, that it takes more time than parsing the pattern.
I'd like to get some feedback on this before merging into master.
Usage: Within any of your application modules
onBootstrap()
methods, you can do:Update: Okay, we can completely forget about this. I just ran a benchmark with the caching, and apparently Zend\Cache has such a bottleneck that it's not worth using it: