Disqus is a very powerful WordPress commenting system. I’m using it on Crunchify.com since long time and found it very effective. Sometimes people switch between their comment system. Below are few options available for WordPress Comment system.
- Disqus
- WordPress.com Comment System (Comes with Jetpack)
- Theme’s default Comment System
When you sync your comment systems, all above tools add respective metadatas to your wp_commentmeta
table. I’ve published one article long time back on how to clean up all transient variable from wp_options table.
Below steps will help you clean this table:
Step-1.
Open phpMyAdmin
from your cPanel.
Step-2.
Select your Database and Click on wp_commentmeta
table. Click on “Search” button.
Step-3.
Enter dsq_
as mentioned below.
Another must read:
Step-4.
Select all and click Delete. Click Go Button.
Step-5.
Now let’s work on table wp_options
.
Follow the same above flow and search for disqus_
values from table as mentioned below.
Let me know if you have any better way to clean these all metadata. This will help our blog running very fast.