Caching Query

Mister.T

Member
Hi,

I have LiteSpeed Web Server installed on my VPS, and was wondering do I need these installing on my system?

1. LiteSpeed Memcached or Memcached.
2. Imagick
3. LiteSpeed Cache for XenForo
4. OPCache

Or don't I need any of these with the LSWS installed.

Thankyou
 
Last edited:
2. Imagick
You need this if you want support for GIF avatars.
3. LiteSpeed Cache for XenForo
For frontend caching it is good. Though try and configure it without addon available for XF.
1. LiteSpeed Memcached or Memcached.
I would recommend using Redis for XF. You will be able to take benefit from the various addons that are supported for Redis.

4. OPCache
OPcache with JIT is better for performance.

Or don't I need any of these with the LSWS installed.
The reason that you require this is performance, otherwise when your forum will grow it will lack speed.
 
Last edited:
Back
Top Bottom