?
avatar JensKirk
JensKirk
22 Feb 2016

Using OpCache speeds up sites very much (at least for our sites), but it sometimes makes conflicts when installing or opgrading Joomla extensions.

The solution is to empty the opcache before the installation / upgrade (and perhaps also after). If we empty the OpCache manually before and after an opgrade it does not make conflicts at all.

The solution is to insert this in the installer:

if (extension_loaded('Zend OPcache') opcache_reset())

Can this be done in a future version?

Votes

# of Users Experiencing Issue
1/1
Average Importance Score
5.00

avatar JensKirk JensKirk - open - 22 Feb 2016
avatar brianteeman brianteeman - change - 22 Feb 2016
Status New Duplicate Report
Closed_Date 0000-00-00 00:00:00 2016-02-22 14:07:11
Closed_By brianteeman
avatar brianteeman brianteeman - close - 22 Feb 2016
avatar brianteeman
brianteeman - comment - 22 Feb 2016

Closing as a duplicate of your own issue #8249

If you want to see this change in Joomla then please consider submitting a Pull Request


This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/9192.

Add a Comment

Login with GitHub to post a comment