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?
|