Last updated: March 14, 2026
Monitor Website Overview
The Overview tab is the landing view inside each website. It gives you an at-a-glance picture of traffic volume, frontend performance, and user geography — all in a single scrollable page.
Use the Traffic KPIs
The Overview section at the top of the tab shows six counters for the selected time window:
| KPI | What it measures |
|---|---|
| Sessions | Total number of user sessions started |
| Page Views | Total number of page loads and SPA navigations |
| Users | Number of distinct users who created those sessions |
| Bounce Rate | Percentage of sessions where the user left without a second interaction |
| Backend Requests | Total HTTP requests made by the frontend to backend services |
| Errors | Total unhandled JavaScript exceptions and promise rejections |
A session begins when a user opens the website and ends after 24 hours of inactivity or when the browser tab is closed. A single session can span multiple page views and multiple tabs.
Use the Experience Gauges
The Experience section shows the p75 Core Web Vital score for each of the three vitals, displayed using Google's own thresholds and labels:
| Vital | Good | Needs Improvement | Poor |
|---|---|---|---|
| LCP | < 2.5 s | 2.5 s – 4.0 s | > 4.0 s |
| INP | < 200 ms | 200 ms – 500 ms | > 500 ms |
| CLS | < 0.1 | 0.1 – 0.25 | > 0.25 |
Each gauge shows the current p75 value on a colour-coded scale from Good (left) to Poor (right). A score in the red zone means more than 25% of your users are experiencing performance below the Poor threshold.
Click View details on any gauge to jump directly to that vital's section on the Web Vitals tab.

Explore Top Visited Pages
The Pages section shows which pages receive the most traffic over the selected time window. It includes both a stacked bar chart and a ranked table:
- The chart plots page view counts over time, with each colour representing a different URL path. Hover over any bar to see a tooltip with the per-path breakdown for that time slice.
- The table ranks pages by total page view count, making it easy to see which paths drive the most traffic.

Use this section to understand which parts of your website are most actively used, detect traffic shifts after deployments, or identify pages that may warrant extra performance attention.
View Sessions by Geography
The Sessions by Geography section at the bottom of the Overview tab displays a world map with session volume encoded as shade intensity, alongside a ranked country table showing geo_country_iso_code and session count.

Use the geography view to:
- Understand where your users are located
- Detect unexpected traffic from unusual regions
- Prioritise CDN or infrastructure investments based on user distribution
Apply filters
The filter bar beneath the tab navigation lets you narrow all Overview data by Path, Environment, Deployment Name, and Deployment ID.
Filters apply simultaneously to the traffic KPIs, web vital gauges, pages chart, and geography map — making it straightforward to compare the experience of users on a specific deployment or environment.
