[development] Object caching
Dries Buytaert
dries.buytaert at gmail.com
Fri Jul 28 06:12:58 UTC 2006
On 26 Jul 2006, at 09:57, Bèr Kessels wrote:
> A few other concepts to look at are:
> * routers: menus not only handle incoming links but the outgoing
> ones too.
> (detail:http://lists.drupal.org/archives/development/2006-05/
> msg00864.html )
> * hook_alias (with caching, quit-after-first-hit and other speed
> optimisations): pathauto can deliver a on-the-fly-crafted link.
> path.module
> can deliver aliases from the DB
> * callbacks: simple version of routers: each path *pattern* gets
> a callback
> function that will handle the (de)composing of that path.
I don't understand how the proposed solutions would work AND be more
lightweight than what we have now. Please be more specific or post
some pseudo-code. Would love to know more about these.
--
Dries Buytaert :: http://www.buytaert.net/
More information about the development
mailing list