plugin-icon

Delete Expired Transients

delete old, expired transients from WordPress wp_options table
评级
5
最后更新
March 17, 2024
版本
2.0.7
活跃安装
6K
Delete Expired Transients

Delete old, expired transients from the WordPress options table (wp_options), to prevent them from bloating your database and even slowing down your website.

Unless you are using an object cache (like memcached), WordPress stores transient records in the options table. Many transients are given an expiration time, so in theory they should disappear after some time. In practise, because old transients are only deleted when requested again after they’ve expired, many transients stay in the database. After a while, there can be thousands or even millions of expired transients needlessly taking up space in your options table, depending on what your plugins are doing.

Delete Expired Transients schedules a daily task to delete any expired transients from the options table. It performs this operation with a single SQL query, and then runs a second query to find any orphaned expiration records and deletes them too.

There are a few other plugins around that clean up expired transients. This one is written for fast performance, set-and-forget scheduled housekeeping, and maximum compatibility. It uses the PHP time to determine whether transients are expired, not the database time (which can be different). It does only one job, and it does it well with the minimum of resources.

Now optimised for WordPress Multisite.

翻译

感谢我们的翻译者所做出的慷慨贡献:

If you’d like to help out by translating this plugin, please sign up for an account and dig in.

贡献

Privacy

Delete Expired Transients does not collect any personally identifying information, and does not set any cookies. It removes some old information from the database, potentially reducing a website’s exposure to leakage of personally identifying information.

免费使用Creator套餐
活跃安装
6K
目前已测试版本
6.5.5
此插件可供下载,可用于您的 WordPress 自托管安装。