XenForo 2.x + Nginx fastcgi_cache full page guest caching

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

DareSec

Inforc3r
Staff member
Administrator
Moderator
S.V.I.P Member
Collaborate
Registered
Joined
May 25, 2019
Messages
1,388
Points
523

Reputation:

DareDevil submitted a new resource:

XenForo 2.x with nginx fastcgi_cache full page guest caching - Capture returned data and persist it to a disk based cache store for a configurable amount of time.

Nginx includes a FastCGI module which has directives for caching dynamic content that are served from the PHP backend. Setting this up removes the need for additional page caching solutions like reverse proxies (think Varnish) or application specific plugins. Content can also be excluded from caching based on the request method, URL, cookies, or any other server variable.
  • 1st: Install required...

Read more about this resource...
 

falan

New member
Registered
Joined
Aug 25, 2021
Messages
1
Points
1

Reputation:

Whoever started this thread made me laugh out loud. don't be so inexperienced.
 

Cumminator

Well-known member
Registered
Joined
Mar 18, 2021
Messages
123
Points
38

Reputation:

i have never actually tried nginx with fastcgi cache for my xenforo site. I have always been using openlitespeed. My current stack is OLS + Lscache + Redis(code n session cache).

Am i missing out anything? is nginx fastcgi + redis faster than my current stack? i dont have expertise to test these myself...
 
Top