Luis Manson Posted October 31, 2011 Share Posted October 31, 2011 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 Link to comment Share on other sites More sharing options...
Luis Manson Posted November 2, 2011 Author Share Posted November 2, 2011 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 Link to comment Share on other sites More sharing options...
altenerg Posted November 23, 2011 Share Posted November 23, 2011 got this working? Link to comment Share on other sites More sharing options...
Luis Manson Posted November 23, 2011 Author Share Posted November 23, 2011 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 Link to comment Share on other sites More sharing options...
Codehusker Posted January 1, 2012 Share Posted January 1, 2012 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. Link to comment Share on other sites More sharing options...
Grumpy Posted January 1, 2012 Share Posted January 1, 2012 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. Link to comment Share on other sites More sharing options...
altenerg Posted February 20, 2012 Share Posted February 20, 2012 Using memcached gets arround this for very dynamic sites. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.