Closed (fixed)
Project:
Panels
Version:
5.x-2.0-rc1a
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
7 Sep 2008 at 13:58 UTC
Updated:
26 Sep 2008 at 22:11 UTC
Hi,
What is Panels simple cache? How effective is it? How does it compare to block cache or boost?
How reliable is it?
Cheers,
G
Comments
Comment #1
neclimdulSimple cache is a simple caching module for panels. It provides basic caching through drupal's cache system at different levels of the panels api.
It doesn't really compare to block cache or boost in its job is specific to panels. It caches panes or the entire panel based on you choices in the panels content tab. This could be used on its own or in tandem with Drupals other caches, block caching, boost, or any other cache methods to meet your performance needs.
As far as reliability, its built on top of the drupal cache system so I'd say its as reliable as that... I don't know how you're looking to quantify it.
Comment #2
giorgio79 commentedDear Neclimdul,
Thank you very much for your kind response!
I was using block cache in panels indirectly, by putting the cached block in the panels page, but I will give the panels simple cache a shot instead :)
Will be curious of the results :)
Cheers,
Gyuri
Comment #3
merlinofchaos commentedThe simple cache module caches on purely time based criteria; this means that updates to content will not be seen until the next time that it decides it needs to update the cache. It's reliable in the sense that it doesn't need to dirty the cache for anything and cause problems, but it's unreliable in that long cache times can lead to long delays in material. This can really affect how useful it is.
Comment #4
sunI think the question has been answered.
Comment #5
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.