Cache-block Expiry vs. set-block scope=root variable=cache_ttl

Author Message

Alex Jones

Monday 08 March 2004 9:36:51 am

I am curious as to whether it is more efficient to use a cache block with an expiry in the page layout, or to use the set-block within a file that is pulled via an include from the page layout. For example, I could use either of the two following methods to call an include that should change every two hours:
<b>In <i>pagelayout.tpl</i></b>

{cache-block expiry=7200}
{include uri="design:rotating_header.tpl"}
{/cache-block}

<b>In <i>rotating_header.tpl</i> (instead of using the above cache-block)</b>

{set-block scope=root variable=cache_ttl}7200{/set-block}

They both do the same thing, but I am curious if page rendering will be any faster with one, than the other.

Alex

Alex
[ bald_technologist on the IRC channel (irc.freenode.net): #eZpublish ]

<i>When in doubt, clear the cache.</i>

Alex Jones

Wednesday 10 March 2004 11:13:31 am

Anyone?

Alex

Alex
[ bald_technologist on the IRC channel (irc.freenode.net): #eZpublish ]

<i>When in doubt, clear the cache.</i>

Paul Borgermans

Wednesday 10 March 2004 11:44:38 am

Hi Alex

I think the first one will be a bit faster (the include call overhead), but why don't you check the performance yourself?

-paul

eZ Publish, eZ Find, Solr expert consulting and training
http://twitter.com/paulborgermans

Alex Jones

Wednesday 10 March 2004 12:11:14 pm

Thanks for your thoughts on this Paul.Your explanation makese sens.

I would check the performance myself except for the fact that my installation doesn't respond when I enable debugging. Rather annoying to say the least. Check this thread for more info on that: http://ez.no/community/forum/setup_design/frustrating_debug_issue

Thanks again,

Alex

Alex
[ bald_technologist on the IRC channel (irc.freenode.net): #eZpublish ]

<i>When in doubt, clear the cache.</i>

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 22:25:28
Script start
Timing: Jan 18 2025 22:25:28
Module start 'layout'
Timing: Jan 18 2025 22:25:28
Module start 'content'
Timing: Jan 18 2025 22:25:29
Module end 'content'
Timing: Jan 18 2025 22:25:29
Script end

Main resources:

Total runtime1.0771 sec
Peak memory usage4,096.0000 KB
Database Queries60

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0069 589.2813152.6563
Module start 'layout' 0.00690.0029 741.937539.5078
Module start 'content' 0.00981.0656 781.4453555.8906
Module end 'content' 1.07540.0017 1,337.335912.0938
Script end 1.0771  1,349.4297 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00350.3253160.0002
Check MTime0.00160.1505160.0001
Mysql Total
Database connection0.00080.074010.0008
Mysqli_queries1.017494.4576600.0170
Looping result0.00070.0692580.0000
Template Total1.044497.020.5222
Template load0.00200.182420.0010
Template processing1.042496.777220.5212
Template load and register function0.00010.010610.0001
states
state_id_array0.00090.083510.0009
state_identifier_array0.00140.130420.0007
Override
Cache load0.00160.1512260.0001
Sytem overhead
Fetch class attribute can translate value0.00120.111320.0006
Fetch class attribute name0.00190.177160.0003
XML
Image XML parsing0.00110.098720.0005
class_abstraction
Instantiating content class attribute0.00000.001680.0000
General
dbfile0.00090.0845230.0000
String conversion0.00000.000840.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/ezimage.tpl<No override>extension/sevenx/design/simple/templates/content/datatype/view/ezimage.tplEdit templateOverride template
4content/datatype/view/ezxmltext.tpl<No override>extension/community_design/design/suncana/templates/content/datatype/view/ezxmltext.tplEdit templateOverride template
1content/datatype/view/ezxmltags/line.tpl<No override>design/standard/templates/content/datatype/view/ezxmltags/line.tplEdit templateOverride template
6content/datatype/view/ezxmltags/paragraph.tpl<No override>extension/ezwebin/design/ezwebin/templates/content/datatype/view/ezxmltags/paragraph.tplEdit templateOverride template
2content/datatype/view/ezxmltags/literal.tpl<No override>extension/community/design/standard/templates/content/datatype/view/ezxmltags/literal.tplEdit templateOverride template
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 19
 Number of unique templates used: 7

Time used to render debug report: 0.0002 secs