cache expire / disable doesn't work

Author Message

Brendan Pike

Tuesday 11 May 2004 8:52:10 pm

I am using 3.3-4 and in my pagelayout.tpl files I have used the following cache blocks:

{cache-block keys=array('my_cache_block_2',$uri_string,$current_user.role_id_list|implode(',')) expiry=86400}

Which have helped speed the site a good deal. But I have several templates that used ezmatrix datatypes and I can not allow caching on those or they stop working. I have tried adding both

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

and even

{cache-block expiry=0}
code
{/cache-block}

to the attribute tpl for matrix rows and even to the edit.tpl but they still get cached. :( Also worth noting is that if I edit from the admin area everything works fine.
Can anyone shed any light as to why this happens?

www.dbinformatics.com.au

We are always interested in hearing from experienced eZ PHP programmers and eZ template designers interested in contract work.

Willie Seabrook

Friday 14 May 2004 10:33:11 pm

Are you sure you are adding the cache exclusion code to the correct template? You may have another template for the matrix that is overriding it somewhere.

Alternatively:

{cache-block attributes etc...}


{/cache-block}

where ez matrix appears

{another cache-block attributes etc...}


{/cache-block}

should work.

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

Main resources:

Total runtime1.0310 sec
Peak memory usage4,096.0000 KB
Database Queries54

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0072 589.0547152.6250
Module start 'layout' 0.00720.0035 741.679739.4609
Module start 'content' 0.01071.0188 781.1406490.3672
Module end 'content' 1.02950.0015 1,271.50788.1563
Script end 1.0309  1,279.6641 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00340.3283160.0002
Check MTime0.00140.1314160.0001
Mysql Total
Database connection0.00130.125710.0013
Mysqli_queries0.978194.8747540.0181
Looping result0.00080.0756520.0000
Template Total0.990596.120.4953
Template load0.00220.217520.0011
Template processing0.988295.857720.4941
Template load and register function0.00020.020710.0002
states
state_id_array0.00200.195010.0020
state_identifier_array0.00110.111320.0006
Override
Cache load0.00180.1779160.0001
Sytem overhead
Fetch class attribute can translate value0.00060.059520.0003
Fetch class attribute name0.00120.119120.0006
XML
Image XML parsing0.00020.020620.0001
class_abstraction
Instantiating content class attribute0.00000.000620.0000
General
dbfile0.00110.1024100.0001
String conversion0.00000.001040.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
2content/datatype/view/ezxmltext.tpl<No override>extension/community_design/design/suncana/templates/content/datatype/view/ezxmltext.tplEdit templateOverride template
6content/datatype/view/ezxmltags/paragraph.tpl<No override>extension/ezwebin/design/ezwebin/templates/content/datatype/view/ezxmltags/paragraph.tplEdit templateOverride template
4content/datatype/view/ezxmltags/literal.tpl<No override>extension/community/design/standard/templates/content/datatype/view/ezxmltags/literal.tplEdit templateOverride template
1content/datatype/view/ezxmltags/line.tpl<No override>design/standard/templates/content/datatype/view/ezxmltags/line.tplEdit templateOverride template
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 15
 Number of unique templates used: 6

Time used to render debug report: 0.0001 secs