What is the best caching mechanism for a drupal website
What is the best caching mechanism for a drupal website
We currently have memcache for NON logged in members and Nqix for members who are logged into the site
Is their a better option?
DrupalContent ManagementPHP
Last Comment
nanharbison
8/22/2022 - Mon
stephencolson
There is no such thing as "what is the best" in this scenario.
It does completely depend on how your users interact with your site. There is nothing wrong with your set up (and I'm assuming you meant Nginx for as a reverse-proxy page cache for auth'ed users).
Is there something your current architecture is not satisfying?
bsharath
ASKER
Yes the pages load time is too slow and i have 50 users accessing every min
And the server is a 4 core with 6 Gb ram
It does completely depend on how your users interact with your site. There is nothing wrong with your set up (and I'm assuming you meant Nginx for as a reverse-proxy page cache for auth'ed users).
Is there something your current architecture is not satisfying?