cache-ttl only for logged in users?

Author Message

Carlos Revillo

Sunday 15 February 2009 10:48:28 pm

Hi. I'm looking for a way to play with cache-ttl but only for logged in users. i mean, if a user is not logged in, cache-ttl will not be used.

I think this could be useful for articles, in terms of performance, for pages where you put links to "add to your bookmarks" or something like that, and only registered uses can use this functionality. (maybe the same could be applied for rating articles...). Normally no all your visitors are registered users and registered user doesn't always log in.

as far i know, if you use something

{if $current_user.is_logged_in}
{set-block scope=root variable=cache_ttl}0{/set-block}
{/if}

pages is always "regenerated" and not cache file is loaded even if the user is not logged in.

Any ideas? Could this be an enchancement?

André R.

Monday 16 February 2009 12:54:53 am

The code above should work if your logged in users have different roles then your anonymous users.
BUT: this is the lazy way of solving the "issue", as there are ways to get personalized content (ajax), or alternatively you can take advantage of 4.1 that has support for caching specific pages pr user:
http://issues.ez.no/IssueView.php?Id=13274
http://issues.ez.no/IssueView.php?Id=14344

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

Carlos Revillo

Monday 16 February 2009 1:11:51 am

Hi André. Thanks for your reply.

Ajax doesn't exactly solve my needs, because accesibility reasons. i will need javascript for ajax and i wouldn't want to depend on javascript for this.

About caching specific pages pr user, i am already using it for some pages, but my problem is that i would need soemthing similar for every content of a class.

I mean, if i have a class article with maybe 10.000 articles in my site, i wouldn't want to modify my ini files any time a new article is added.

We have discussed about the same some weeks ago ;-)
http://ez.no/developer/forum/general/add_to_bookmarks_and_viewcache

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

Main resources:

Total runtime0.0246 sec
Peak memory usage2,048.0000 KB
Database Queries3

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0077 589.0469152.6250
Module start 'layout' 0.00770.0031 741.671939.4453
Module start 'content' 0.01080.0105 781.117289.4297
Module end 'content' 0.02120.0034 870.546934.3047
Script end 0.0246  904.8516 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.003815.4738140.0003
Check MTime0.00124.7856140.0001
Mysql Total
Database connection0.00208.277010.0020
Mysqli_queries0.003112.783630.0010
Looping result0.00000.052310.0000
Template Total0.00218.410.0021
Template load0.00125.038510.0012
Template processing0.00083.388710.0008
Override
Cache load0.00103.876910.0010
General
dbfile0.00041.498780.0000
String conversion0.00000.020340.0000
Note: percentages do not add up to 100% because some accumulators overlap

Templates used to render the page:

UsageRequested templateTemplateTemplate loadedEditOverride
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_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