Question PHP 5.5 inbuilt opcode cache: what settings to choose?

Status
Not open for further replies.

furnival

Customer
From what I understand PHP 5.5 has its own inbuilt opcode cache feature. With the upcoming release of the PHP 5.5 compliant VBulletin 4.23 I wanted to ask which Opcache Operator setting I should choose with PHP 5.5, should I choose "Filecache"? Thanks for any insight you can give.
 
vBulletin does not support this opcode cacher at this time. I may actually do some research and see if I can implement it into vB Optimise, though :)


EDIT: Never mind. This opcode cacher does not include variable storage, which makes it 100% useless for vBulletin and vB Optimise.
 
Zend opcache is a code cache and it will make your execution faster but it wont cache objects like APC or Xcache does. You need Memcached along with zend opcache.

I use Zend opcache along with memcached and it works very well. memcached can be used as an option in vboptimize to cache objects.
 
Status
Not open for further replies.

Legacy vB Optimise

vBulletin 3.8.x vBulletin 4.x.x
Seller
DragonByte Technologies
Release date
Last update
Total downloads
1,980
Customer rating
0.00 star(s) 0 ratings
Back
Top