Skip to content

Monitoring & Analytics

The Monitoring page shows you what’s happening with your website on nsin — how many people visit, how much data you use, how fast pages load, and how well caching is working.

You’ll find it under Monitoring in your domain’s sidebar.

At the top, choose how far back you want to look:

  • Last 3, 6, 12, or 24 hours
  • Last 7 days
  • Last 30 days

Everything on the page updates to match the period you pick.

Four cards give you the headline numbers at a glance:

  • Total Requests — how many requests your site received.
  • Usage — total data (bandwidth) used, shown in easy-to-read sizes.
  • Unique Visitors — how many different people visited.
  • Error Rate — the share of requests that failed (lower is better).
  • Requests Over Time — a chart of how request traffic rises and falls.
  • Cache Hit Rate — a donut chart showing Hits (served fast from cache), Misses (had to fetch from your server), and Bypass (skipped the cache on purpose). The middle shows your hit-rate percentage. A higher hit rate means a faster site and less load on your server. See How Caching Works.
  • Bandwidth Over Time — data sent out and received, over time.
  • Status Codes — a breakdown of the response codes your site returned, with the top three highlighted.

nsin serves your site from many locations. These charts show where your traffic is handled:

  • Egress by Cache Status — how much data was served from cache vs. missed vs. bypassed. You can filter by a single location.
  • Egress by Request Status — how much data was served from cache, proxied to your server, or sent directly. You can filter by a single location.
  • Traffic by Edge Node — a table with each location’s country, total requests and data, its cache breakdown, and its share of your total traffic.
  • Cache Storage — how many items are cached, the total cache size, and your hit/miss counts.
  • Performance — your response times:
    • Avg Response — the average load time.
    • P90 / P95 / P99 — load times for your slower requests (for example, P95 means 95% of requests were at least this fast).
    • These are color-coded: green is fast (≤200ms), yellow is okay (≤1000ms), red is slow (over 1000ms).
  • User Agents — which browsers and bots are visiting, and how often.
  • Requests by Country — where your visitors are, plus your most-visited pages.

I don’t see the Monitoring page. Your plan may not include it. See Plans to upgrade.

It says “No data available”. There may be no traffic yet for the period you chose. Try a longer period, or check back after your site gets some visitors.

My hit rate is low — is that bad? A low hit rate means more requests go to your server, which can be slower. You can improve it with Cache Rules.

My response times are red. Red means slow. A higher cache hit rate usually helps, since cached pages are served instantly.