?
avatar PhilETaylor
PhilETaylor
2 Apr 2021

Steps to reproduce the issue

File Cache Storage class uses a lot of unlink instead of using the Filesystem layer and so removed PHP files from the cache are not removed from the opcache.

if (@unlink($files) !== true)

if (@unlink($file) !== true)

* @note For performance reasons this class does not use the Filesystem package's API

Soooooo anyone know why the Filesystem package has such a performance issue that Joomla itself refuses to use it? Without using the Filesystem class its not invalidating Opcache

avatar PhilETaylor PhilETaylor - open - 2 Apr 2021
avatar joomla-cms-bot joomla-cms-bot - change - 2 Apr 2021
Labels Added: ?
avatar joomla-cms-bot joomla-cms-bot - labeled - 2 Apr 2021
avatar PhilETaylor PhilETaylor - change - 2 Apr 2021
The description was changed
avatar PhilETaylor PhilETaylor - edited - 2 Apr 2021
avatar PhilETaylor PhilETaylor - change - 2 Apr 2021
The description was changed
avatar PhilETaylor PhilETaylor - edited - 2 Apr 2021
avatar PhilETaylor PhilETaylor - change - 4 Apr 2021
Status New Closed
Closed_Date 0000-00-00 00:00:00 2021-04-04 11:57:21
Closed_By PhilETaylor
avatar PhilETaylor PhilETaylor - close - 4 Apr 2021
avatar PhilETaylor
PhilETaylor - comment - 4 Apr 2021

PR #32993

Add a Comment

Login with GitHub to post a comment