Clear Transients
-
There needs to be a way to automatically free up transients in the database.
Just cleared out a 18GB wp_options table that had 155,237 rows from _transient_ontrapages_% transients
MariaDB [db]> DELETE FROM
wp_optionsWHERE
option_name` LIKE (‘_transient_ontrapages_%’);
Query OK, 155237 rows affected (3 min 11.456 sec)`
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Clear Transients’ is closed to new replies.