Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Younes JFR.

    (@symptote)

    Hi dear “remery”,

    The plugin cleans transients but not all of them. It cleans only the browser and feed transients. Here is the sql query used by the plugin to clean these transients:

    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_%'

    Thread Starter private

    (@remery)

    Are these transients removed from the wp_options table?

    Plugin Author Younes JFR.

    (@symptote)

    Yes.

    Thread Starter private

    (@remery)

    Where is the setting/function to purge transients?

    Plugin Author Younes JFR.

    (@symptote)

    Please go to the screenshots here: https://ww.wp.xz.cn/plugins/advanced-database-cleaner/screenshots/

    In the first screenshot, you will find “Dashboard Transient Feed”, you can clean it to purge transients.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Clean transients?’ is closed to new replies.