Skip to content

andyphillips82/wp-page-transient-flush

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

=== Transient Page Flush === Contributors: andyphillips Tags: Tested up to: 4.5 Stable tag: 0.1.0 Requires at least: 3.1

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.

= 0.1 = Initial Release

== Installation ==

Use automatic installer.

About

A wordpress plugin that works in conjunction with Debug Bar (unofficially) that flushes transient cache at a page level.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published