ViewCaching problem

Author Message

Nicolas Ottavi

Monday 26 June 2006 7:30:32 am

Hi there,

The site I am currently working on has a class named product.

Object of this class have several fields "price".

The price vary in function of the user groups.

If you are not logged in, prices are not displayed.
If you are logged in then, depending of the groups you belong to, a different price is displayed.

It works well ... when ViewCaching is disabled. When viewCaching is enabled (cause I was ready to move onto prod), as the view is cached, it doesn't update. So before finding a fine solution, I was thinking of disabling ViewCache only for object of the product class. But couldn't find how and could not figure out if it is possible ?

Any help ?

Thanks,
Nicolas

Ɓukasz Serwatka

Monday 26 June 2006 10:58:55 pm

You can disable view cache for that template and warp content which should be cache around {cache-blocks}.

Example:

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

Your price

{cache-block}
    Some cached content here
{/cache-block}

First line disable view cache for template.

http://ez.no/doc/ez_publish/technical_manual/3_8/reference/template_functions/miscellaneous/cache_block

Personal website -> http://serwatka.net
Blog (about eZ Publish) -> http://serwatka.net/blog

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 19:19:14
Script start
Timing: Jan 18 2025 19:19:14
Module start 'layout'
Timing: Jan 18 2025 19:19:14
Module start 'content'
Timing: Jan 18 2025 19:19:15
Module end 'content'
Timing: Jan 18 2025 19:19:15
Script end

Main resources:

Total runtime0.6628 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.0074 588.9219152.6094
Module start 'layout' 0.00740.0043 741.531339.4297
Module start 'content' 0.01180.6495 780.9609528.2109
Module end 'content' 0.66130.0015 1,309.17198.1875
Script end 0.6628  1,317.3594 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00380.5685160.0002
Check MTime0.00140.2076160.0001
Mysql Total
Database connection0.00070.112610.0007
Mysqli_queries0.611692.2716540.0113
Looping result0.00070.1001520.0000
Template Total0.628794.920.3144
Template load0.00230.341020.0011
Template processing0.626494.508120.3132
Template load and register function0.00020.034710.0002
states
state_id_array0.00150.226010.0015
state_identifier_array0.00210.316520.0010
Override
Cache load0.00190.2879200.0001
Sytem overhead
Fetch class attribute can translate value0.00100.149320.0005
Fetch class attribute name0.00150.221730.0005
XML
Image XML parsing0.00070.106220.0004
class_abstraction
Instantiating content class attribute0.00000.001530.0000
General
dbfile0.00090.1367180.0001
String conversion0.00000.001940.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
5content/datatype/view/ezxmltags/paragraph.tpl<No override>extension/ezwebin/design/ezwebin/templates/content/datatype/view/ezxmltags/paragraph.tplEdit templateOverride template
2content/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
1content/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: 13
 Number of unique templates used: 7

Time used to render debug report: 0.0001 secs