Forums / Setup & design / eZ Flow - Refresh cache for a special block type periodically

eZ Flow - Refresh cache for a special block type periodically

Author Message

Kelly Milligan

Friday 10 September 2010 9:44:45 am

Ez publish 4.3

Latest version of ez flow.

I have a block that fetches upcoming events in the calendar for the site. the challenge is that I need it to refresh it's own cache every hour, so that events that are in the past are not shown. I have tried similar approaches from regular node templates, such as:

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

and having a {cache-block} around the fetch code in order to have it refresh it's cache on a timed basis with the expiry, but it doesn't seem to be working. when I create new events and expire the event(make it in the past), the frontpage is updated through the view cache settings, which works great.

any ideas on this?

also, the ezflowupdate cronjob is running every minute, and this doesn't help either.

here's the full template:

{set-block scope=root variable=cache_ttl}0{/set-block}
{def $today = currentdate()}
{def $events = fetch( 'content', 'list',
hash( 'parent_node_id', $block.custom_attributes.subtree_node_id,
'class_filter_type', 'include',
'class_filter_array', array('event'),
'sort_by', array('attribute',true(),'event/from_time'),
'attribute_filter', array(array('event/from_time','>',$today)),
'limit', 20))}
{def $calendar_node = fetch( 'content', 'node', hash( 'node_id', $block.custom_attributes.subtree_node_id))}
{cache-block keys=$block.id expiry=1800}
<div class="homepage-promo-module">
<h4><a href="{$calendar_node.url|ezurl(no)}">{$block.name}</a></h4>
<div class="content-container wrapper">
<ul>
{foreach $events as $event}
<li>
<a href="{$event.url|ezurl(no)}">{$event.data_map.short_title.content|wash()}</a> |
{$event.data_map.category.content.keyword_string} |
{$event.data_map.from_time.content.timestamp|l10n('date')}
</li>
{/foreach}
</ul>
</div>
</div>
{/cache-block}

SEBBANE Alexandre

Saturday 18 September 2010 8:45:00 pm

Hello

i 'm a great cahe expert but do you try to delete the {cache-block keys=$block.id expiry=1800} because you ask not to have caceh on the fetch and you set a cache in the array traitment.

i hope it's help..

Alex

Paris, France

eZ debug

Timing: Jan 17 2025 23:58:45
Script start
Timing: Jan 17 2025 23:58:45
Module start 'content'
Timing: Jan 17 2025 23:58:45
Module end 'content'
Timing: Jan 17 2025 23:58:45
Script end

Main resources:

Total runtime0.1425 sec
Peak memory usage4,096.0000 KB
Database Queries141

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0078 587.9688180.7969
Module start 'content' 0.00780.0058 768.765693.9766
Module end 'content' 0.01370.1288 862.7422529.4531
Script end 0.1425  1,392.1953 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00332.2970200.0002
Check MTime0.00120.8726200.0001
Mysql Total
Database connection0.00090.618710.0009
Mysqli_queries0.095867.19971410.0007
Looping result0.00130.91511390.0000
Template Total0.128590.210.1285
Template load0.00070.472210.0007
Template processing0.127989.701910.1279
Override
Cache load0.00050.328310.0005
Sytem overhead
Fetch class attribute can translate value0.00080.568210.0008
XML
Image XML parsing0.00040.264410.0004
General
dbfile0.00604.2157200.0003
String conversion0.00000.006430.0000
Note: percentages do not add up to 100% because some accumulators overlap

CSS/JS files loaded with "ezjscPacker" during request:

CacheTypePacklevelSourceFiles
CSS0extension/community/design/community/stylesheets/ext/jquery.autocomplete.css
extension/community_design/design/suncana/stylesheets/scrollbars.css
extension/community_design/design/suncana/stylesheets/tabs.css
extension/community_design/design/suncana/stylesheets/roadmap.css
extension/community_design/design/suncana/stylesheets/content.css
extension/community_design/design/suncana/stylesheets/star-rating.css
extension/community_design/design/suncana/stylesheets/syntax_and_custom_tags.css
extension/community_design/design/suncana/stylesheets/buttons.css
extension/community_design/design/suncana/stylesheets/tweetbox.css
extension/community_design/design/suncana/stylesheets/jquery.fancybox-1.3.4.css
extension/bcsmoothgallery/design/standard/stylesheets/magnific-popup.css
extension/sevenx/design/simple/stylesheets/star_rating.css
extension/sevenx/design/simple/stylesheets/libs/fontawesome/css/all.min.css
extension/sevenx/design/simple/stylesheets/main.v02.css
extension/sevenx/design/simple/stylesheets/main.v02.res.css
JS0extension/ezjscore/design/standard/lib/yui/3.17.2/build/yui/yui-min.js
extension/ezjscore/design/standard/javascript/jquery-3.7.0.min.js
extension/community_design/design/suncana/javascript/jquery.ui.core.min.js
extension/community_design/design/suncana/javascript/jquery.ui.widget.min.js
extension/community_design/design/suncana/javascript/jquery.easing.1.3.js
extension/community_design/design/suncana/javascript/jquery.ui.tabs.js
extension/community_design/design/suncana/javascript/jquery.hoverIntent.min.js
extension/community_design/design/suncana/javascript/jquery.popmenu.js
extension/community_design/design/suncana/javascript/jScrollPane.js
extension/community_design/design/suncana/javascript/jquery.mousewheel.js
extension/community_design/design/suncana/javascript/jquery.cycle.all.js
extension/sevenx/design/simple/javascript/jquery.scrollTo.js
extension/community_design/design/suncana/javascript/jquery.cookie.js
extension/community_design/design/suncana/javascript/ezstarrating_jquery.js
extension/community_design/design/suncana/javascript/jquery.initboxes.js
extension/community_design/design/suncana/javascript/app.js
extension/community_design/design/suncana/javascript/twitterwidget.js
extension/community_design/design/suncana/javascript/community.js
extension/community_design/design/suncana/javascript/roadmap.js
extension/community_design/design/suncana/javascript/ez.js
extension/community_design/design/suncana/javascript/ezshareevents.js
extension/sevenx/design/simple/javascript/main.js

Templates used to render the page:

UsageRequested templateTemplateTemplate loadedEditOverride
1pagelayout.tpl<No override>extension/sevenx/design/simple/templates/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