Monday 18 May 2009 7:25:29 am
Hello guys, I'm running ezpublish 4.0 and i am facing an issue with the ProcessCache() fonction. My index page is getting a long timeout but other pages is working fine. I figured out with xdebug that the processCache fonction is called several time and generate a lock. That's why i have a php sleep of 0.5s each time the processCache fonction is called... I tried to remove ProcessCaching by adding this line on my override/site.ini.append.php without any success :
[TemplateSettings]
TemplateCache=enabled
TemplateCompile=enabled
TemplateOptimization=enabled
ProcessCaching=disabled
So my question dear friends, how can I really disabled ProcessCaching and how can I be sure it is really disabled ? Thanks for your help. Regards, Kin
|