Performant Transients Icon

Performant Transients

By Peter Wilson

Active Installs

0+

Last Updated

June 24, 2025

First Released

June 24, 2025

Download History (Last one month)


Contributors

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 reduce the number of database queries on sites running plugins making heavy use of transients.

No installation instructions provided.

I can’t see this plugin’s admin menu

This plugin doesn’t include any options to configure so no admin menu is required.

Simply install the plugin and activate.

Changelog

1.0.0

Initial release

<br />
<b>Warning</b>:  Undefined array key /home/ylinkin/truewp.net/wp-content/plugins/truewp-plugin-info/truewp-plugin-info.php on line 756
" width="120" height="120">

Available Versions

Version Download Type
1.0.0 Download Stable
Development Download Trunk

Plugin Info

  • Version: 1.0.0
  • Last Updated: June 24, 2025
  • Active Installs: 0+
  • WordPress Version: 6.4 or higher
  • Tested up to: 6.6.5
  • PHP Version: 7.2 or higher
  • Tags:    
    performance transients

Ratings


0.0 out of 5 stars. (0 reviews)

See all reviews
Scroll to Top