Xenforo on NFO website

Connect with other users about what to run on your webhosting (and how to run it) here.
User avatar
TacTicToe
This is my homepage
This is my homepage
Posts: 848
https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
Joined: Fri Feb 18, 2011 1:08 pm
Location: USA
Contact:

Re: Xenforo on NFO website

Post by TacTicToe »

Weird thing is, I read conflicting info about APC. Xenforo said it wasn't compatible, and I read it had been deprecated and no longer supported since there is some built in cache mechanism in PHP now.

Then there is this....

https://xenforo.com/help/cache/
APC Back-End

If you have APC (Alternative PHP Cache) installed on your server, you may use it to store cache data.

Note that some versions of APC may be susceptible to cache-slam issues, so if you do enable APC caching of data (in addition to the PHP opcode cache that it maintains automatically without requiring any configuration), you should monitor your server carefully for a time to ensure that it is running smoothly.

$config['cache']['backend'] = 'Apc';
User avatar
Edge100x
Founder
Founder
Posts: 13120
Joined: Thu Apr 18, 2002 11:04 pm
Location: Seattle
Contact:

Re: Xenforo on NFO website

Post by Edge100x »

Memcached and APC do not do the same things. APC is primarily an opcode cache.

APC is a third party module that is important to achieve high performance in PHP 5.4 and earlier versions. While there are versions of APC that work with PHP 5.5, it also has a built-in opcode cache that is meant to replace the third-party functionality. PHP 5.5 is installed on our webhosting machines but currently has to remain disabled because Zend Guard has not come out with a new version that is compatible with it.
Post Reply