fastcgi cache how-to cache for logged-in users and make it custom for each user

Linux99 nginx-forum at nginx.us
Wed Sep 19 16:07:58 UTC 2012


António P. P. Almeida Wrote:
-------------------------------------------------------
> On 19 Set 2012 17h04 CEST, nginx-forum at nginx.us wrote:
> 
> > Hello,
> >
> > Currently I'm doing cache using fastcgi_cache for non-logged-in
> > users, and using ( if + fastcgi_no_cache + fastcgi_cache_bypass ) to
> > pass logged-in users directly to backend which is PHP-FPM.
> >
> > this work good enough, but when PHP-FPM start hitting 500+ req/s the
> > slow/load start. 
> >
> > So what i'm thinking about is to create a cache for logged-in users
> > and each user has it's own cached files, is that possible? if yes
> > can you please provide me some tips about that. I've goggled a lot
> > but nothing help with that.
> 
> Use the session ID as part of the cache key. I have a drupal config
> that uses that:
> 
> https://github.com/perusio/drupal-with-nginx/blob/master/map_cache.con
> f
> 
> HTH,
> --- appa
> 
> _______________________________________________
> nginx mailing list
> nginx at nginx.org
> http://mailman.nginx.org/mailman/listinfo/nginx


Woow, It's very useful tip,

 Could you illustrate this in details .? , Also Does it need to change the
way php cms run his own cookies .?

Posted at Nginx Forum: http://forum.nginx.org/read.php?2,230878,230881#msg-230881



More information about the nginx mailing list