By CnnmnSchnpps on
I would like to know if there is a way to enable caching of content even for authenticated users? Most of my content is pretty static but I want people to log in while they use the site. Not really sure of all the issues involved in this?
Comments
bump
bump
I am creating a site which needs to handle thousands of visitors per day, with content generated from a huge database and spanning tens of thousands of pages. In some of these, it is unavoidable that I have multiple SQL queries per page, which would really spoil my day once the load goes up.
So my question is: before I start to invent my own ways of duplicating and temporarily storying data, is there any simple way to use the core drupal caching feature to serve cached pages to logged-in users? For example, telling it that it's ok to cache pages of a certain type regardless of whether a user is logged in?