Is there any caching add-on and speed tune-up tutorial available for 2021?

ritesh

Member
Licensed customer
I mentioned in my last thread that I'm interested in starting a Xenforo community. Speed is an important factor in 2021.

Is there any caching add-on and tutorial available for 2021? I see [bd] Cache is there but it's unmaintained.

Any other solution?
 
XenForo already has some caches "out-of-box". Also you can set up additionals.
 
XenForo already has some caches "out-of-box". Also you can set up additionals.

So, the out-of-box settings are enough? I mean don't we need an add-on just like we need a plugin for WordPress?
 
Probably not. Ask your host if they can enable that.
Won't make much sense, XCache is not available for PHP 7.0+ (even the official project homepage is no longer available ...) and XenForo 2.2 does require at least PHP 7.0

Zend Opcache is included in vanilla PHP releases and should be used if possible.
 
Any other solution?
  • Properly configure/optimize your server (OpCache, MariaDB, etc.)
  • Use XFES
  • Configure XF to use a cache (Memcache, Redis, etc.)
  • Enable Guest Cache
  • Carefully analyze your Add-ons
  • Try to limit usage of 3rd party resources
This should give you decent performance (if the server hardware isn't a bottleneck by itself).
 
Back
Top Bottom