neilime / zf2-assets-bundle

AssetsBundle is a module for Zend Framework 2 allowing asset managment (bundling & caching)
https://neilime.github.io/zf2-assets-bundle/
MIT License
33 stars 20 forks source link

Should this be adding 600ms to every request? Am I doing something wrong? #23

Closed bcuff closed 9 years ago

bcuff commented 10 years ago

I tried this module out but it seems to add 600ms to my response time. Does this sound right to you?

I would expect it to take longer on the first request when it generates the bundle but it's consistently adding 600ms on every request. Am I missing something?

Thanks in advance.

neilime commented 10 years ago

If your isProduction config is defned to false, it could be a normal behavior because the module checks every assets that have been updated