[development] memcache

Dries Buytaert dries.buytaert at gmail.com
Thu Mar 8 07:22:09 UTC 2007


On 07 Mar 2007, at 19:23, Steve Rude wrote:
> I don't think this is really a question of what to do for anonymous  
> users.  The problem is that authenticated users who have pages  
> built for them based on permissions or anything else will never  
> benefit from full page caching.

Correct.  Serving cached pages to anonymous users is blazing fast.   
If we want to improve Drupal's scalability we need to focus on the  
page generation time of non-cached pages.  We want to parse and  
execute less code in the slow path.

--
Dries Buytaert  ::  http://www.buytaert.net/


More information about the development mailing list