Back to Community

Troubleshooting Wordfence Live Traffic: When Your Logs Are Empty or Not Working

23 threads Sep 7, 2025 PluginWordfence security

Content

Wordfence Security's Live Traffic view is an essential tool for monitoring your website's activity in real-time. However, users frequently encounter issues where this feature stops displaying data, shows incomplete results, or behaves unexpectedly. Based on community reports and solutions, this guide outlines the most common causes and their fixes.

Why is My Live Traffic Data Missing or Incomplete?

Several factors can cause Live Traffic problems. The most common culprits are configuration settings, database issues, hosting environment changes, or plugin conflicts.

Common Causes and Their Solutions

1. Basic Configuration Check

First, ensure the Live Traffic menu is even visible. Navigate to Wordfence > All Options > View Customization and verify that the "Display 'Live Traffic' menu item" box is checked. If it was unchecked, checking it should restore the tab.

2. Data Limits and Filter Settings

By default, the free version of Wordfence stores a maximum of 2000 entries for up to 30 days. On a very active site, 2000 entries may not cover a full 30 days, so older traffic is automatically purged. You can adjust how many rows are saved in Wordfence > Tools > Live Traffic > Live Traffic Options.

Also, check your viewing mode. The default is often set to "SECURITY ONLY." Change the toggle to "ALL TRAFFIC" to see if regular page visits are being logged correctly.

3. Database Table Corruption

A frequent technical cause is a corrupted wfhits database table. To address this:

  • Use a database management tool like PHPMyAdmin.
  • Locate the wfhits table in your WordPress database (it will have a prefix like wp_).
  • Run a "Repair table" operation on it.

4. Hosting and IP Detection Issues

If Live Traffic suddenly only shows the IP address of your hosting server instead of visitor IPs, a change at your host is likely the cause. This often happens when a host implements a new proxy, load balancer, or CDN like Cloudflare.

To fix this, you need to correct Wordfence's IP detection:

  1. Find your actual public IP address using a site like whatsmyip.org.
  2. Go to Wordfence > All Options > General Wordfence Options > How does Wordfence get IPs.
  3. Use the tool provided to find which detection method correctly identifies your IP and select it.

5. Plugin and Theme Conflicts

JavaScript conflicts from other plugins or your theme can prevent the Live Traffic page from loading or auto-updating correctly. To test for this:

  1. Temporarily disable all other plugins except Wordfence.
  2. Switch to a default WordPress theme like Twenty Twenty-Four.
  3. Check if Live Traffic works normally. If it does, reactivate your plugins and theme one by one to identify the culprit.

6. Caching Conflicts

Caching plugins, such as WP Fastest Cache, can sometimes interfere with the dynamic data on the Live Traffic page. If you recently installed or updated a caching plugin around the time the problem started, try clearing all your cache. As a test, you can also temporarily disable caching to see if it resolves the issue.

7. Understanding What Live Traffic Logs

It's important to understand the feature's limitations. Live Traffic does not log everything. For example, certain AJAX requests and automated bots may not appear. The 'Wordfence Security' team has stated that there is no option to log all requests, and for comprehensive data, you may need to consult your server's raw access logs.

When All Else Fails

If the steps above don't resolve the issue, a more drastic measure is a clean reinstall:

  1. Go to Wordfence > All Options > Import/Export Options and Export your settings. Save the token it provides.
  2. Deactivate and delete the Wordfence plugin. During deletion, choose the option to delete all data and tables.
  3. Reinstall Wordfence fresh from the plugin repository.
  4. Use the import token from step 1 to restore your configuration.

By methodically working through these common issues, you can usually identify and resolve what's preventing Wordfence Live Traffic from functioning correctly.

Related Support Threads Support