Forums / Install & configuration / Very slow admin interface
Pascal France
Saturday 11 April 2009 11:37:37 am
Hi,
I face with a very slow admin interface (about 35 seconds each time I click on a content tree's node).
The debug output can be seen here: http://linuxorable.fr/tmp/realy_slow_admin_inerface.png and the end of this screenshot ends with this table of statistics:http://linuxorable.fr/tmp/realy_slow_admin_inerface_2.png
Is there someone who can explain me what means the debug output messages ?
I use eZ Publish 3.9.4, MySQL 5.0.32, PHP 4.4.4 and apache 2.2.3
Pascal
Ce qui embellit le désert c'est qu'il cache un puits... quelque part... (A. de Saint-Exupéry) - http://luxpopuli.fr/eZ-Publish
Damien Pobel
Sunday 12 April 2009 2:41:34 pm
Hi Pascal,
682 MySQL queries ! It seems that caches are disabled, you should check the following settings in site.ini (use /settings/view in your admin interface) : * [ContentSettings]/ViewCaching * [TemplateSettings]/TemplateCompile* [TemplateSettings]/TemplateCache
Cheers
Damien Planet eZ Publish.fr : http://www.planet-ezpublish.fr Certification : http://auth.ez.no/certification/verify/372448 Publications about eZ Publish : http://pwet.fr/tags/keywords/weblog/ez_publish
André R.
Sunday 12 April 2009 3:43:00 pm
and changing your settings to something like
[TemplateSettings] Debug=disabled ShowXHTMLCode=disabled # better to use this to see witch templates are used then the ones above, but disable in production ShowUsedTemplates=enabled TemplateCompile=enabled TemplateCache=enabled # enable during development, makes the code check modified time on templates (clear compiled cache when you change this!) DevelopmentMode=disabled
And install ezjaxx or any other ajax content structure menu extension.
eZ Online Editor 5: http://projects.ez.no/ezoe || eZJSCore (Ajax): http://projects.ez.no/ezjscore || eZ Publish EE http://ez.no/eZPublish/eZ-Publish-Enterprise-Subscription @: http://twitter.com/andrerom