cache
Anyone could help with this issue?
There is an issue for the Support file cache related to the Zen theme here: http://drupal.org/node/234313. It seems that because the Zen theme doesn't have the _phptemplate_page function in the template.php, this might be happening. I found the _phptemplate_page function in the template-subtheme.php file. I tried adding the command they suggested right under it, but I would get errors like: Fatal error: Call to undefined function sf_cache_dispatch(). Can anyone please help solve this issue?
New caching module for Drupal 6
So, some people have been asking about memcache for Drupal 6 and my personal modules have been neglected, but meanwhile I decided to come up with something new.
Let me introduce you to Cache Router. http://drupal.org/project/cacherouter
From the project page:
"CacheRouter is a caching system for Drupal allowing you to assign individual cache tables to specific cache technology. CacheRouter also utilizes the page_fast_cache part of Drupal in order to reduce the amount of resources needed for serving pages to anonymous users."
Caching panels
Hi,
in my site i have used block cache with panels for caching tabs panel.
First i have created mini panels with tabs (last items,more view,more voted) for any contents (news,events...) .
After i have added this mini panels in panel page in home using the block cache version for caching it.
My ideas is of add cache capacibility for any type of contents in panels (view,block,nodes and custom contents) with the same options in block cache:
-cache per user
-cache per page
-cache time limit
-cache where a node is creatred,updated,deleted
-cache when login/logut
what you think?
Captcha and page caching
As expected captcha does not play nice with page caching: the captcha system wants each form to have a different challenge. With the current implementation of captcha (and also my rewrite), when caching is enabled, each anonymous users gets the same challenge. Only the first user that requested the form will be able to successfully solve the captcha because the solution is in his session, all other users can't pass the captcha challenge.




