Jump to content

nginx fastcgi_cache ?

Featured Replies

Posted

Hello, anyone tried enabling this on a IPB forum? its kinda like varnish, but I'm not able to get any files cached, I thing it might be because of the session cookie which im not sure if i should ignore it

  • Author

i finally tracked this to the session_id cookie, however im not sure if i should block it, also im not sure what/how to do to also react on member_id cookie being non existent or 0 :S

  • 3 weeks later...

got this working?

  • Author

no, not really to be honest, i got stuck on the cookie logic and after some apache tweaking i realized im still ok with it

  • 1 month later...

Have you (or anyone else) made any progress configuring fastcgi_cache?

I'm just starting to play around, I'll post my conf if I get it working well.

You're reaching a same fundamental problem.
http://community.inv...ost__p__2214895

How are you going to cache something that's 100% dynamic?

Only way around it is to:
1. turn off all IPB tracking for guests
2. serve static caches to guests
3. set the guest polling to a separate ajax call which is not cached so that their stats are still counted for and hook it upto the IPB's tracking.

There would really be no way to do it for members without seriously hampering their abilities on the forum.

  • 1 month later...

Using memcached gets arround this for very dynamic sites.

Archived

This topic is now archived and is closed to further replies.

Recently Browsing 0

  • No registered users viewing this page.