Website Speed Problem

Author Message

Amal Haouet

Tuesday 24 August 2010 3:11:43 am

Hi guys!

I'm having a big problem with the speed of my website. It's too slow. Can it be linked to the ez publish platform? Have you ever had the same problem of slowness ?

Please answer me as soon as possible!

Thank you!

Carlos Revillo

Tuesday 24 August 2010 3:44:19 am

Hi there.

eZ Publish provides a lot of cache stuff to make your web works like a charm. It could be extremely slow if you don't use them.

At a first try i would try to see TemplateCache and ViewCache. If those settings are enabled, (i think they come like that by default) check also permissions for your [document_root]/var folder. User running webserver (www-data in debian based versions) should have the rights to write in that folder. If not, no cache will be generated...

Hope it helps.

André R.

Tuesday 24 August 2010 4:19:49 am

After that, enable site.ini\[DebugSettings] debug ouput (see settings/site.ini for settings doc), either by ip or by user id to be able to see how many database calls you have pr page and such.

If you have more then 5 then you need to look into your cache-block use and other stuff, if you have more then 100 then you have either a lot to do or you have forgot to enable some cache.

There is several old by still valid forum thread here somewhere about eZ Publish setup optimization that covers most of these things.

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

Romeo Antony

Wednesday 25 August 2010 1:43:16 am

Please read this article for better debugging and speed for your site

http://share.ez.no/articles/ez-publish/ez-publish-performance-optimization-part-2-of-3-identifying-trouble-spots-by-debugging

also enable the template compile feature in site,ini .

Check in debug results, how much time each templates taking to load. So you can understand where you need optimzations..

Regards

Romeo.

Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2014 eZ Systems AS (except where otherwise noted). All rights reserved.

eZ debug

Timing: Jan 18 2025 00:59:28
Script start
Timing: Jan 18 2025 00:59:28
Module start 'layout'
Timing: Jan 18 2025 00:59:28
Module start 'content'
Timing: Jan 18 2025 00:59:28
Module end 'content'
Timing: Jan 18 2025 00:59:28
Script end

Main resources:

Total runtime0.6740 sec
Peak memory usage4,096.0000 KB
Database Queries64

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0058 587.8047152.6094
Module start 'layout' 0.00580.0034 740.414139.4141
Module start 'content' 0.00920.6633 779.8281621.2813
Module end 'content' 0.67240.0015 1,401.109412.1875
Script end 0.6740  1,413.2969 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00340.4993160.0002
Check MTime0.00130.1976160.0001
Mysql Total
Database connection0.00090.126310.0009
Mysqli_queries0.621292.1730640.0097
Looping result0.00060.0879620.0000
Template Total0.643695.520.3218
Template load0.00180.269420.0009
Template processing0.641895.223120.3209
Template load and register function0.00020.036510.0002
states
state_id_array0.00110.169110.0011
state_identifier_array0.00080.120220.0004
Override
Cache load0.00150.2183250.0001
Sytem overhead
Fetch class attribute can translate value0.00070.108740.0002
Fetch class attribute name0.00090.132860.0001
XML
Image XML parsing0.00130.188940.0003
class_abstraction
Instantiating content class attribute0.00000.001760.0000
General
dbfile0.00200.2931230.0001
String conversion0.00000.001240.0000
Note: percentages do not add up to 100% because some accumulators overlap

Templates used to render the page:

UsageRequested templateTemplateTemplate loadedEditOverride
1node/view/full.tplfull/forum_topic.tplextension/sevenx/design/simple/override/templates/full/forum_topic.tplEdit templateOverride template
4content/datatype/view/ezxmltext.tpl<No override>extension/community_design/design/suncana/templates/content/datatype/view/ezxmltext.tplEdit templateOverride template
4content/datatype/view/ezxmltags/paragraph.tpl<No override>extension/ezwebin/design/ezwebin/templates/content/datatype/view/ezxmltags/paragraph.tplEdit templateOverride template
2content/datatype/view/ezimage.tpl<No override>extension/sevenx/design/simple/templates/content/datatype/view/ezimage.tplEdit templateOverride template
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 12
 Number of unique templates used: 5

Time used to render debug report: 0.0001 secs