Clean-up Unnecessary Plugin RSS Feed in WordPress Database

Previously we look at on how to Clean up Comment Meta in WordPress Database. If you would like to optimize your database further you may want to Cleanup Unnecessary Plugin RSS Feed as well.

Remember to backup your database prior to removing these entries.

Once done with the database backup log in to phpMyAdmin, select the right database & click on “SQL” menu on the top.

DELETE FROM wp_options WHERE option_name
LIKE '_transient_timeout_rss%';

 

DELETE FROM wp_options WHERE option_name
LIKE '_transient_rss_%';

 

DELETE FROM wp_options WHERE option_name
LIKE '_transient_timeout_feed_%';

 

DELETE FROM wp_options WHERE option_name
LIKE '_transient_feed_%';

Update the Latest Version of LiteSpeed PHP LSAPI in cPanel/WHM

There is new version of LiteSpeed and LiteSpeed PHP LSAPI. So you went ahead to upgrade LiteSpeed in LiteSpeed admin Panel or LiteSpeed plugins page in WHM. The process is rather fast but you may see that LiteSpeed PHP LSAPI my not upgraded to the latest version.

To solve this problem you need to rebuild PHP with LSAPI.

To do this login to WHM and follow the path below.

WHM → LiteSpeed Web Server → Build Matching PHP Binary → Tick Confirmation Check box → Click Next

The process may take a few minutes. By the time it is done, you should have the latest version of LiteSpeed PHP LSAPI.