By robhamm on
It is my understanding that Drupal serves cached pages only to anonymous users, and makes multiple database hits for registered users.
On a site I am developing, though, I would like to be able to serve certain pages and/or sections cached even to registered users, since the info there will not change often and I'd like to avoid the database hits if the content has not been recently updated. Is there a way I can do this?
I am curious about this for both 4.7 and 5.
Thanks in advance.
Comments
Block cache
I'm not sure if it considered complete yet, but there is a new function that might help. While I don't think it will cache entire pages fro registered users, it does cache some of the blocks used to make up the page. And from what I understand it has a good impact since the majority of page creation work often comes from just a few of the blocks on a page
http://drupal.org/project/blockcache
-------------------
http://www.PrivacyDigest.com/ News from the Privacy Front
http://www.SunflowerChildren.org/ Helping children around the world
Thanks, man! I'll check it
Thanks, man! I'll check it out.
Rob Hamm
http://www.bluecrashkit.com (my current webcomic and means of support)
http://www.syberfang.com (my upcoming webcomic)
No other solution
Hello,
this is something I've been thinking about a lot: is there really no way to cache pages for registered users? Usually, I suppose that 99 % of the users will be in no specific role and will see the same page.
Has no one any idea about this?
Thank you in advance,
Felix
advanced cache module
Have a look to http://drupal.org/project/advcache