Limy Agent Analytics

外掛說明

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.

安裝方式

  1. Upload the limy-agent-analytics folder to /wp-content/plugins/.
  2. Activate the plugin through the Plugins menu.
  3. Go to Settings > Limy Agent Analytics and enter your API key.
  4. Check the “Activate Tracking” checkbox and save.

常見問題集

Where do I get an API key?

Sign up at getlimy.ai to obtain your API key.

What data is sent?

Request metadata only: method, path, status code, IP, user agent, referer, timing, and content length. Sensitive query parameters are automatically redacted.

Does this slow down my site?

No. Event capture uses a single O(1) database insert on the shutdown hook. No external HTTP calls are made during the page load — events are dispatched in the background via WP-Cron.

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

以下人員參與了開源軟體〈Limy Agent Analytics〉的開發相關工作。

參與者

將〈Limy Agent Analytics〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

1.0.0

  • Initial release.