XF 1.4 Zend OPcache and minify CSS

trman

Active member
I upgraded to PHP 5.5.2 and installed the Zend OPcache. I previously was using eaccelerator on PHP 5.3. Zend OPcache seems to work as good or better than eaccelerator in speeding things up.

I was looking in in the ACP under options > performance and saw the CSS minify option.

Will I gain anything from enabling it?

In the instructions I do not see anything about enabling it with the Zend OPcache (just APC). So could someone provide instructions for enabling it with Zend OPcache?

Below is the results of php -v on my server:

PHP 5.5.20 (cli) (built: Jan 24 2015 12:14:47)
Copyright (c) 1997-2014 The PHP Group
Zend Engine v2.5.0, Copyright (c) 1998-2014 Zend Technologies
with the ionCube PHP Loader v4.6.1, Copyright (c) 2002-2014, by ionCube Ltd., and
with Zend OPcache v7.0.4-dev, Copyright (c) 1999-2014, by Zend Technologies
 
Top Bottom