Това разширение не е обновявано повече от 2 години. Може вече да не се поддържа и да има проблеми със съвместимостта при използването му на по-нови версии на WordPress.

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

ЧЗВ

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.

Отзиви

There are no reviews for this plugin.

Сътрудници и разработчици

“Performant Transients” е софтуер с отворен код. Към разширението са допринесли следните хора:

Сътрудници

“Performant Transients” е преведено на 1 език. Благодарности на преводачите за техния принос.

Превеждане на “Performant Transients” на вашия език.

Имате интерес към разработване?

Преглеждане на кода, разглеждане на SVN хранилище, или абонамент към програмната история (log) чрез RSS.

Списък с промени

1.0.0

Initial release