XenForo 2.x + Nginx fastcgi_cache full page guest caching

XF 2 Tip XenForo 2.x + Nginx fastcgi_cache full page guest caching

  • Benefits? Same as Varnish and LiteSpeed Full Page Caching.
  • This implementation works similar with [bd] Cache Cache Pages and [DBTech] DragonByte Optimise Guest Full Page Caching but works way BETTER.
  • For ngx_pagespeed users, add to your config pagespeed ModifyCachingHeaders off;.
  • How to verify if fastcgi_cache is working properly?
Look at the HTTP header.
What you are looking for is something that says "X-Cache-Status HIT"
HIT means that fastcgi is working.
MISS or anything else means that the page was not served from cache.
Top