Jump to content

nginx fastcgi_cache ?


Recommended Posts

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

Posted

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...
  • 1 month later...
Posted

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...

Archived

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

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...