By default, WordPress includes a feature called pingbacks and trackbacks, which notifies other blogs when you link to them and vice versa. While it was originally designed to foster community interaction, this system is now heavily abused by spammers to flood websites with fake links. Every time your site receives or sends one of these automated pings, it forces your server to process the request and query your database, which can cause significant CPU spikes and slow down your page loading speeds.
Disabling this outdated feature instantly eliminates this unnecessary server load. You can easily turn off pingbacks and trackbacks directly from your WordPress dashboard without needing any extra plugins or server modifications.
Step 1: Accessing the Discussion Settings
The controls for this feature are located within your core WordPress settings area.
-
Log in to your WordPress admin dashboard.
-
In the left-hand sidebar, hover over the Settings menu.
-
Click on Discussion to open the commenting and pingback configurations.
Step 2: Turning Off the Ping Settings
Once you are on the Discussion Settings page, you only need to uncheck a couple of boxes to completely deactivate the feature.
-
Look for the very first section at the top of the page labeled "Default post settings".
-
Uncheck the box that says "Attempt to notify any blogs linked to from the article".
-
Uncheck the box directly below it that says "Allow link notifications from other blogs (pingbacks and trackbacks) on new articles".
-
Scroll to the very bottom of the page and click the Save Changes button.
Why Disabling Pings Improves Performance
-
Reduces Database Queries: Your server no longer has to constantly write incoming spam pings to your database, keeping your tables lightweight and responsive.
-
Prevents Self-DDoS: It stops your own website from getting bogged down processing thousands of automated, malicious requests from spam botnets.
-
Eliminates Comment Spam: Because pingbacks appear as comments, disabling them drastically reduces the amount of spam you have to manually moderate, saving you time and server processing power.
