You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe your use case and the problem you are facing
Flushing the entire cache can be expensive, and sometimes you can flush just a group but that doesn't cover everything.
On the other hand there are functions that clear term caches that also touch some options, these aren't represented in CLI without forcing you to open a shell and execute the PHP call directly. Not all hosts allow this.
Of note, a wp cache flush on a large site can have significant impacts for performance, sometimes you only need to flush specific types of cached data.
Feature Request
Describe your use case and the problem you are facing
Flushing the entire cache can be expensive, and sometimes you can flush just a group but that doesn't cover everything.
On the other hand there are functions that clear term caches that also touch some options, these aren't represented in CLI without forcing you to open a shell and execute the PHP call directly. Not all hosts allow this.
Describe the solution you'd like
A way to do something like https://developer.wordpress.org/reference/functions/clean_term_cache/ or https://developer.wordpress.org/reference/functions/clean_comment_cache/ etc without writing raw PHP code
The text was updated successfully, but these errors were encountered: