User tests: Successful: Unsuccessful:
Status | New | ⇒ | Pending |
Category | ⇒ | Administration com_config |
Title |
|
i've only opcache available to test
Something should be done one way or the other.
Anyhow this works.
OPcache improves PHP performance by storing precompiled script bytecode in shared memory, thereby removing the need for PHP to load and parse scripts on each request.
This extension is bundled with PHP 5.5.0 and later.
OPcache is the most usual. It is used on cloudaccess.net servers. I think the others are optional, as I did in these commits:
76b4634
eb5c9b5
Some of the other functions are not longer maintained and are deprecated.
See joomla-framework/filesystem#19 (comment)
I have tested this item
This has effectively been merged with the merging in of 3.9.1 earlier today. I still think we should add in all the cache functions that we support officially (obviously no issues dropping the ones no longer required in php 7)
Status | Pending | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2019-05-05 12:51:21 |
Closed_By | ⇒ | wilsonge | |
Labels |
Added:
?
|
If we're doing this we should probably call the full suite of functions
joomla-cms/administrator/components/com_joomlaupdate/restore.php
Lines 8317 to 8333 in 34faac6