Community « Discussion forum « Post your requirements here « full page cache in render_skin «
Comment: full page cache in render_skin
| << Previous | Next >> |
Comment inspired from Bernard
Bernard:
I have been looking at when caching for the entire page is used...
items are added to the cache on every render. But then the cached pages only seem to be called on index.php files, not on view.php
eg articles\index.php
76 Cache::pass_through($root_cache_id);
but on view.php this line is not there.
Is there a reason for this (as I cannot see why pass_through is not called on every page) ?
Cheers, Nick
I have been looking at when caching for the entire page is used...
items are added to the cache on every render. But then the cached pages only seem to be called on index.php files, not on view.php
eg articles\index.php
76 Cache::pass_through($root_cache_id);
but on view.php this line is not there.
Is there a reason for this (as I cannot see why pass_through is not called on every page) ?
Cheers, Nick
This comment has inspired:
by NickR on Oct. 31 2006
