Caching doesn't seem to be fully working...

Author Message

Bertrand Dunogier

Monday 19 September 2005 5:05:44 am

I have a website in production that is not as fast as it should...

I usually have > 1s of content processing, and > 1s of template processing.

ViewCaching, TemplateCompile, Override cache, all of these are enabled. I have content in the cache folders, which let me think that permissions are okay...

Any hint ?

Bruce Prochnau

Monday 19 September 2005 5:52:01 am

Could it be something else, heavy graphics etc?

Bertrand Dunogier

Monday 19 September 2005 6:02:30 am

I doubt that... check it: http://www.egca.lu/. As you can see, it's mainly rich text and maybe one image per page. Nothing too fancy :)

Bruce Prochnau

Monday 19 September 2005 6:22:31 am

I looked it over, nice website, well done.
I find all the pages load in less than 3 seconds both in firefox and in internet explorer.

You have all tables for layout. And tables inside tables so that the page doesn't show until the entire page loads.
Alternative would be to convert to a CSS based layout. See the http://webstandards.org/learn/resources/ - The Web Standards Group for more info, of which I am a member.
Most of the styles I have seen for EZ are CSS based giving faster and lighter pages.

Hope this helps :-)

Bertrand Dunogier

Monday 19 September 2005 6:34:36 am

Yeah, I know it should have been done with full CSS2, but I'm just the programmer, not the designer... I do with what I'm given, and the designer is not really convinced of the usefulness of CSS :)

Anyway, even if the page may take some time to display completely, I can see in the debug output (enabled for me), that eZ Processing is always > 2 seconds, and imho this is waaaaaay too much. On other sites I have it's always < 0.5s...

That's what makes me think it may be a setup related issue rather than a design one.

Olav Bringedal

Tuesday 20 September 2005 2:07:27 am

some plugins (like xmlarea) disables templatecompiling. Can that be the reason?


Senior Consultant
http://Umoe-consulting.no

Bertrand Dunogier

Tuesday 20 September 2005 2:16:56 am

I have OE installed, I hope it doesn't do that :)

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 31 2025 01:25:08
Script start
Timing: Jan 31 2025 01:25:08
Module start 'layout'
Timing: Jan 31 2025 01:25:08
Module start 'content'
Timing: Jan 31 2025 01:25:08
Module end 'content'
Timing: Jan 31 2025 01:25:08
Script end

Main resources:

Total runtime0.0228 sec
Peak memory usage6,144.0000 KB
Database Queries3

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0043 588.2891151.2266
Module start 'layout' 0.00430.0030 739.5156220.7188
Module start 'content' 0.00730.0141 960.23441,001.8672
Module end 'content' 0.02140.0014 1,962.101637.9922
Script end 0.0228  2,000.0938 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.002510.7452140.0002
Check MTime0.00104.2945140.0001
Mysql Total
Database connection0.00062.439110.0006
Mysqli_queries0.00146.122830.0005
Looping result0.00000.043910.0000
Template Total0.00104.510.0010
Template load0.00083.367310.0008
Template processing0.00021.059810.0002
Override
Cache load0.00052.308610.0005
General
dbfile0.00177.499080.0002
String conversion0.00000.026140.0000
Note: percentages do not add up to 100% because some accumulators overlap

Templates used to render the page:

UsageRequested templateTemplateTemplate loadedEditOverride
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 1
 Number of unique templates used: 1

Time used to render debug report: 0.0001 secs