XF 1.5 XenForo and Cache setting in config?

GazCBG

Member
Hi,

I have installed XenForo and now looking at Cache options that is set in the config.
Now I see XenForo support APC, Memcached and File.
I did see a reference to OPcache

I am wondering does it support Zend OPcache and if so how would I call it in the config, would I use APC?
As described here: https://xenforo.com/help/cache/
 
The caching referred to there is data caching. Opcache is opcode caching and is not something you'd configure within XenForo; it'd apply to all PHP scripts that you run.

Opcode caching is a huge benefit though.
 
Top Bottom