Quantcast
Channel: Drupal Groups - caching
Viewing all articles
Browse latest Browse all 26

Best caching for thousands of authenticated users?

$
0
0

Hi.

Currently I'm developing drupal page (as knowing drupal on medium+ level) for ONLY authenticated users.

Aim is to get even more than 1 mln loged in users.

Site will be quite simple. Users can add some nodes, that are visible ONLY for their friends. Users can search (currenlty using views filter) for a node (still ONLY their friends nodes), and can watch others friends profile (with nodes friend submitted).

I think that all page should be cached exept searching result. And if a user submitted a new node his profile should be updated (cache cleared).

So 2 core things are:

  • maximum fast page display for authenticated users
  • fast searching (maybe views filter is not good for that? but using it to get only friends node, not all nodes, that would regular drupal searching engine give)

I know boost is working only for anonymous and authcache says working for specific roles, and my users are the same role... So what kind of cache shall I use? Sth else? Any suggestions (with some details if possible)? Does drupal also cache forms for auth users to improve submitting node speed (shorten waiting for the form, as it's the same for every user)?

Regards


Viewing all articles
Browse latest Browse all 26

Trending Articles