Limy Agent Analytics
·
Lightweight HTTP request logging for advanced bot detection and AI agent traffic insights.
Limy Agent Analytics captures HTTP request metadata from your WordPress site and sends it to Limy’s analytics platform for bot detection and traffic analysis.
What it does:
- Logs request method, path, status code, user agent, and timing
- Queues logs locally and sends them in compressed batches via cron
- Provides an admin dashboard to configure and monitor the plugin
- Redacts sensitive query parameters automatically
Key features:
- Gzip-compressed API delivery — saves 60-80% bandwidth
- Size-aware batch chunking — no oversized payloads
- Jittered retry backoff — prevents thundering-herd failures
- O(1) event capture — zero overhead on every page load
- Lazy service loading — admin code never loads on the frontend
External Service
This plugin sends request log data to the Limy analytics API at https://stream.getlimy.ai. An API key is required.
Data sent includes: HTTP method, request path, response status code, client IP, user agent, referer, request duration, and content length. No personally identifiable information beyond IP address is collected, and sensitive query parameters are redacted before transmission.