WordPress Log Analyst
Put the first useful layer of traffic investigation inside WordPress so a site owner can see patterns before reaching for a terminal or external dashboard.
01
The challenge
Raw access logs are rich but hostile. The signal is buried in thousands of repetitive requests, and the people who need the answer often do not work in command-line tools every day.
02
The approach
- Fetch current and previous access logs from the hosting environment.
- Summarize top URLs, IPs, user agents, status patterns, and daily volume.
- Call out admin-ajax traffic and suspicious concentration instead of dumping rows.
- Keep the first version deterministic before adding an AI explanation layer.
03
Where it stands
The MVP scope and primary analyses are defined. The next implementation decision is how the plugin should retrieve logs safely and present large files without making wp-admin feel heavy.
04