Reduce the number of database calls querying transients.
As of April 2026, Performant Transients is a WordPress transients plugin with 0 active installations and a 0/5 rating0. It has been downloaded 365 times in total. Requires WordPress 6.4+ and PHP 7.2+. Available on WordPress.org since 2025. Top alternative: Delete Expired Transients.
This is a utility plugin for backporting a minor performance improvement scheduled for inclusion in WordPress 6.6 to earlier versions.
In WordPress 6.4 the function wp_prime_option_caches() was introduced to allow for multiple options to be queried in a single database call.
On sites without a persistent cache, temporary transients are stored in two options. One containing the transient itself, the other containing the timeout. These are stored as _transient_[transient name] and _transient_timeout_[transient name].
In WordPress 6.6 and later, these options are primed by a single database call using the priming function. This plugin can be used on WordPress 6.4 and 6.5 to backport the functionality.
While a mild improvement on sites making limited use of transients, this can significantly…
| WordPress | 6.4+ requiredTested up to 6.6.5 |
| PHP | 7.2+ required |
Initial release
Plugin data sourced from WordPress.org. Analysis and metrics by PluginSift.