Re: [development] Object caching
Karoly- What's the location of the cache.inc patch, or is it already in HEAD. As of Sunday, I see reference to page_cache_fastpath() in bootstrap.inc but can't actually find the function itself. - Ken Rickard drupal: agentrickard gmail: agentrickard
a) Drupal configuration is loaded from settings.php. If herein we find $conf['page_cache_fastpath'] = TRUE then the following happens: b) cache.inc is loaded c) page_cache_fastpath is called d) Drupal exits.
That avoids pretty much all of Drupal. This was added to the cache.inc patch to let you serve the files as fast as possible. I added this with an eye on the file caching patch.
On Mon, 17 Jul 2006 15:32:02 +0200, Ken Rickard <agentrickard@gmail.com> wrote:
Karoly-
What's the location of the cache.inc patch, or is it already in HEAD.
HEAD
As of Sunday, I see reference to page_cache_fastpath() in bootstrap.inc but can't actually find the function itself.
Not implemented in HEAD. You are free to implement if you have a cache.inc that does not use database.
participants (2)
-
Karoly Negyesi -
Ken Rickard