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
Flush transient cache for a specific page. Works in conjunction with Debug Bar. Good for high traffic sites where flushing all transients isn’t ideal.
== Description ==
Adds a button to the debug bar - object cache tab to flush the page specific transients. Inserts a piece of javascript which reads the object cache stats, aggregates the transients and fires a WP API call with the transients attached as the query string.
A WPI API end point is added which ingests the query variables (transients) and loops through firing delete_transient for each item.