Downsize your WordPress database by removing transients
Transients are a simple and standardized way of temporarily storing cached data in the database by giving it a custom name and a timeframe after which it will expire and be deleted. But sometimes, transients set by WP and countless plugins can take a lot of space in your database. Using a simple SQL query, you can easily getting rid of them. First of it all, login to your phpmyadmin and choose your WordPress database. Once done, click on the… Read More »Downsize your WordPress database by removing transients