How to disable caching of left menu?

Author Message

Vytautas Germanavičius

Friday 25 February 2005 11:30:44 am

I have menu

{cache-block keys=$uri_string}
    {menu name=LeftMenu}
{/cache-block}

It shows 3 folders for anonymous users and additional 3 accesible only for registered users.
To test it, I logged in, clicked on first menu item, then i logged out. But after logout i still have 6 menu items in menu.(this is bug)
beeg anonymous i clicked on second menu item, then menu changed and only 3 menu items left (this is ok). I clicked on 3rd menu item - menu has 3 menu items(this is ok). Then i clicked on first menu item - and i got 6 menu items again (this is bug).

It seems, problem is with cashing... Anyone has idea how to solve it?

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

Sascha Frinken

Friday 25 February 2005 2:12:18 pm

In your case you nee to get the user id into the cache key...

{cache-block keys=array($uri_string,$current_user.contentobject_id)}
   {menu name=LeftMenu}
{/cache-block}

hth

Sascha

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 31 2025 01:26:39
Script start
Timing: Jan 31 2025 01:26:39
Module start 'layout'
Timing: Jan 31 2025 01:26:39
Module start 'content'
Timing: Jan 31 2025 01:26:40
Module end 'content'
Timing: Jan 31 2025 01:26:40
Script end

Main resources:

Total runtime0.7304 sec
Peak memory usage8,192.0000 KB
Database Queries54

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0043 588.1563151.2109
Module start 'layout' 0.00440.0031 739.3672220.6875
Module start 'content' 0.00750.7221 960.05474,429.5156
Module end 'content' 0.72960.0008 5,389.57037.8438
Script end 0.7304  5,397.4141 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00320.4430160.0002
Check MTime0.00120.1684160.0001
Mysql Total
Database connection0.00080.103010.0008
Mysqli_queries0.649088.8567540.0120
Looping result0.00050.0696520.0000
Template Total0.679793.120.3399
Template load0.00200.267320.0010
Template processing0.677792.791720.3389
Template load and register function0.00150.203610.0015
states
state_id_array0.00120.164810.0012
state_identifier_array0.00120.164620.0006
Override
Cache load0.00160.2170150.0001
Sytem overhead
Fetch class attribute can translate value0.00160.218320.0008
Fetch class attribute name0.00230.321630.0008
XML
Image XML parsing0.00280.378420.0014
class_abstraction
Instantiating content class attribute0.00000.001030.0000
General
dbfile0.00390.5285160.0002
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
1content/datatype/view/ezimage.tpl<No override>extension/sevenx/design/simple/templates/content/datatype/view/ezimage.tplEdit templateOverride template
2content/datatype/view/ezxmltext.tpl<No override>extension/community_design/design/suncana/templates/content/datatype/view/ezxmltext.tplEdit templateOverride template
4content/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
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: 12
 Number of unique templates used: 7

Time used to render debug report: 0.0001 secs