Change request re:Delete Cache in menu
-
I’ve always found the “Delete Cache” button in the menu to be confusing and unhelpful. For ages I thought it was broken, until I learned it was apparently just supposed to be deleting the current page from the cache, not the whole cache. That being the case, I’d request the following changes:
1. Do not show the button on pages that have not been cached (or at the very least, do not show it when
is_admin() == true
). Presenting a control that does nothing in a given context is bad UX.2. Rephrase the button from “Delete Cache” to “Delete from Cache” to more precisely indicate what clicking it is intended to do. “Delete Cache” implies deleting the cache, as in, the entire cache, whereas “Delete from Cache” implies that something will be removed, but not the whole thing. This more-precise language will improve the UX.
Thank you for developing and maintaining this great plugin!
- The topic ‘Change request re:Delete Cache in menu’ is closed to new replies.