Cache block problem

Author Message

Andrew White

Tuesday 10 March 2009 8:39:13 am

Afternoon:

I have a script that pulls down an XML feed, formats it, and saves it as a .tpl file. I include that .tpl in another .tpl file. I want that file to be refreshed every two hours. However, its being cached along with everything else. I need help debugging. Think of the structure like this:

script.php -writes-> a.tpl
pagelayout.tpl -includes-> main_area.tpl -calls-> b.tpl -includes-> a.tpl

To include a.tpl, I'm using

{cache-block scope=global expiry=7200}
	{include uri="design:parts/a.tpl"}
{/cache-block}

However, this is not working, the file does not get refreshed. What is wrong with this cache block definition? Where else should I be looking for the caching?

Tero Auralinna

Tuesday 10 March 2009 9:39:31 am

There is no scope parameter in cache-block.

View cache might be a problem as well if a.tpl is included in node view.

NXC Finland - Open Source solutions, Internet marketing and web analytics
http://www.nxc.fi
http://www.auralinna.fi
http://twitter.com/teroauralinna

Andrew White

Tuesday 10 March 2009 9:47:55 am

Thank you, Tero, that was indeed the problem (the view cache, the scope was already out.)

Andrew White

Wednesday 11 March 2009 4:20:13 am

Hmm. I seem to be wrong; its still caching. Does the {set-block scope=global variable=cache_ttl}0{/set-block} need to be in the calling template (b.tpl) or the included template (a.tpl)?

Thanks,
a.

Andrew White

Wednesday 11 March 2009 4:21:27 am

I used the following code to disable view caching, btw, is it correct?

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

André R.

Wednesday 11 March 2009 4:35:29 am

yes, if its inside a node template or it's included templates(as in it will have no effect in pagelayout an it's included templates).

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

Andrew White

Wednesday 11 March 2009 4:59:48 am

Thanks! Looking into it more.

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

Main resources:

Total runtime1.4426 sec
Peak memory usage4,096.0000 KB
Database Queries71

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0060 587.9063152.6250
Module start 'layout' 0.00600.0033 740.531339.4297
Module start 'content' 0.00931.4321 779.9609610.9453
Module end 'content' 1.44140.0012 1,390.906316.1875
Script end 1.4426  1,407.0938 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00330.2280160.0002
Check MTime0.00140.0969160.0001
Mysql Total
Database connection0.00090.063310.0009
Mysqli_queries1.387096.1420710.0195
Looping result0.00070.0499690.0000
Template Total1.405497.420.7027
Template load0.00220.150520.0011
Template processing1.403297.269620.7016
Template load and register function0.00020.016210.0002
states
state_id_array0.00340.234810.0034
state_identifier_array0.00320.220520.0016
Override
Cache load0.00180.1269270.0001
Sytem overhead
Fetch class attribute can translate value0.00090.061130.0003
Fetch class attribute name0.00230.161480.0003
XML
Image XML parsing0.00070.047030.0002
class_abstraction
Instantiating content class attribute0.00000.001380.0000
General
dbfile0.00080.0557170.0000
String conversion0.00000.000640.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
7content/datatype/view/ezxmltext.tpl<No override>extension/community_design/design/suncana/templates/content/datatype/view/ezxmltext.tplEdit templateOverride template
10content/datatype/view/ezxmltags/paragraph.tpl<No override>extension/ezwebin/design/ezwebin/templates/content/datatype/view/ezxmltags/paragraph.tplEdit templateOverride template
3content/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
1content/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: 24
 Number of unique templates used: 7

Time used to render debug report: 0.0001 secs