On 4/17/07, Gavin Vess <[EMAIL PROTECTED]> wrote:
Also see the section "Performance optimization when using a default locale": http://framework.zend.com/wiki/x/S1c
I couldn't find anything about performance optimization on that page. Even if I search for "performance optimizaiton locale" in whole ZF wiki I don't find anything. Maybe what you mean is, after Zend _Locale instance is created, I can serialize it and keep in cache for subsequent requests. In my situation, I initialize Zend_Locale for every session using Zend_Locale() to detect browser locale. So I should serialize and save Zend_Locale for every session? I have from ten to hundred concurrent users. I can't let Zend_Locale load and parse xml file on every request. What can you suggest for me? Thanks.
