Black Friday - Cyber Monday Sale
30% OFF All Premium Licenses
  • 00 Days
  • 00 Hrs
  • 00 Mins
  • 00 Secs
Use code
SIGMA30

This 30% discount applies only to the first year. From the second year, renewals are charged at the regular price.

What are WordPress dashboard transient feeds and how to clean them?

Younes JFR.

A transient is a way for storing cached data temporarily in your database by giving it a name and a timeframe after which it will expire and be deleted.

To clean this dashboard transient feeds, you can either use our plugin Advanced Database Cleaner or execute the following SQL code (which is used by the plugin) directly via your phpMyAdmin:

DELETE FROM options WHERE option_name LIKE '_site_transient_browser_%' OR option_name LIKE '_site_transient_timeout_browser_%' OR option_name LIKE '_transient_feed_%' OR option_name LIKE '_transient_timeout_feed_%'