User tests: Successful: 0 Unsuccessful: 0
Pull Request for Issue #32961
When purging your cache, we need to clear the PHP Opcache of these files you are deleting.
THIS PR RELIES ON THE NEW METHODS IN #32915 and so you first need to apply that PR, or wait until its merged before testing this.
Set up your PHP to aggressively use the PHP Opcache and never use the files on the disk after compiling. Instructions for that are in #32915 (comment)
Turn on Joomla Global Configuration Caching to file system. Generate a load of cache. Purge your cache in the cache manner in admin.
Files are removed from the hard disk, but not from the PHP OPcache
Files are removed from the hard disk, and expired in the PHP OPcache
None.
Status | New | ⇒ | Pending |
Category | ⇒ | Libraries |
Title |
|
Labels |
Added:
?
|
Thanks - I think it was the GitHub iPhone App just being silly. I have reported it this morning to their developers.
Status | Pending | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2021-04-06 16:54:26 |
Closed_By | ⇒ | PhilETaylor |
@PhilETaylor I was able to commit Quy's suggested CS change here on GitHub.