It is great that we now have a "delete all" cache button BUT together with the change to filter the cache site/admin in the list it is causing a usability option
Enable file cache in system configuration and then visit a few pages in the site and admin
Go to System-> Clear Cache and press "delete all" on the toolbar
All cache files are deleted
Only the site cache files are actually deleted because the Site filter is preselected
To clear the admin cache you need to select Admin from the filter before press "delete all" on the toolbar
So the user thinks they have cleared the cache but they haven't - and we know how important it is to clear the admin cache on an update!!
I think we need to make sure that the Delete All really deletes all and as I cant see any real benefit here for the site/admin filter I would recommend we remove that filter
I think it's better to change the button itself on language level.
The Delete all per site or Admin makes it possible for to choose what to clear.
Yes, now we have a UX problem.
So I would suggest to make the button based on the selected filter, then you will get "Delete All Site" and "Delete All Admin" depending on the selected filter.
The button currently deletes based on the filter that is the usability
problem!!
What is the usability benefit for having the cache split into two views?
Is there even any reasons for the admin to be cached at all?
When using tools like RSFirewall you want the black and whitelist to be cached, do the checks will go much faster. Because it's a administrator tool, it's cached in that part as you can see in the screen.
On 23 July 2016 at 13:28, Wilco Alsemgeest notifications@github.com wrote:
When using tools like RSFirewall you want the black and whitelist to be
cached, do the checks will go much faster. Because it's a administratortool, it's cached in that part as you can see in the screen.
This comment was created with the J!Tracker Application
https://github.com/joomla/jissues at issues.joomla.org/joomla-cms/11195
https://issues.joomla.org/tracker/joomla-cms/11195.—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
#11195 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/ABPH8UjkOKsOaocdASZlkHbKxBfQddbXks5qYfrxgaJpZM4JPi6V
.
Brian Teeman
Co-founder Joomla! and OpenSourceMatters Inc.
http://brian.teeman.net/
@brianteeman
Please see and test PR #11286
But it should be discussed if we really need 2 cache folders in Joomla core. I compared FE cache with BE cache and it looks like some folders are redundant like com_plugins.
The filesystem cache uses a JPATH_CACHE
path which is relative to each application. I have no idea when that started or why, but IMO there isn't a need to differentiate cache in this way. With that said, yes there are valid reasons to cache data in the admin separately from the site, but with proper cache ID generation having different folders is a non-issue (and one that only exists now in the filesystem adapter; other caching adapters don't have this separation between applications).
Closed as we have a PR
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2016-07-28 12:28:16 |
Closed_By | ⇒ | brianteeman |
Honestly the only time it has any benefit is when you're using filesystem cache and haven't specified a custom cache path. Any other handler and internally it makes no difference.