Monday 08 August 2011 3:02:10 am
"Is the machine underpowered for your site - does it have multiple CPUs allocated" There are ezpublish sites already hosted in this server. And working perfect . That is what support teams says. No idea about multiple CPU used or not Are the uploaded files huge? like 2000x1000 and 10MB each? Are the uploaded files huge? like 2000x1000 and 10MB each? I am only testing with sample data of ezflow package. No content objects created with image datatype. .Caching everything perfect. Usually I test image loading time, by clear the cache from the backend and then you clear all. "If that is the case then maybe you want to comment this section of kernel/classes/ezcache.php out on your production machine: " <span style="color: #808080; font-style: italic;">/* Hack ARE IMAGE ALIASES CAUSING SLOWDOWN AFTER CLEAR ALL
array( 'name' => ezpI18n::tr( 'kernel/cache', 'Image alias' ),
'id' => 'imagealias',
'tag' => array( 'image' ),
'path' => false,
'enabled' => true,
'function' => array( 'eZCache', 'clearImageAlias' ),
'is-clustered' => true ),
*/</span>
by commenting out above array values, I can save uption 25% time in loading pages after clear all caches from admin. That is what the results shows Steven. But still some issues in image loading time . image magic version should be 6.4.x shared hsoting using 6.2.8 .Will this be the issue?
|