An alternate solution would be to use a static cache, and skip php altogether if the page has been cached. See: http://framework.zend.com/manual/en/zend.cache.frontends.html#zend.cache.frontends.capture http://framework.zend.com/manual/en/zend.cache.backends.html#zend.cache.backends.static
Cheers, David -- View this message in context: http://zend-framework-community.634137.n4.nabble.com/How-to-not-enter-in-the-frontController-s-dispatch-loop-properly-tp3095719p3112919.html Sent from the Zend Framework mailing list archive at Nabble.com.
