Skip to content

Performance Analytics

The Performance tab shows how your site's backend is behaving: API request volume, error rates, response times, and client-side activity. It sits alongside the Summary and Traffic tabs inside Site Analytics.

Where the numbers come from

Performance data is read from Azure Application Insights. If Application Insights has not been configured for your site, the cards show "App Insights not configured" instead of a value — nothing is estimated or filled in.

Opening the Performance tab

  1. Open Site Analytics for your site.
  2. Select the Performance tab (next to Summary and Traffic).
  3. Use the date-range picker in the top-right to change the reporting window.

API Performance

The top row reports on requests handled for your site over the selected date range:

CardWhat it measures
API RequestsTotal requests recorded in the window
Failed RequestsRequests that returned an error
Error RateFailed requests as a percentage of the total
Avg Response TimeMean server response time
P95 Response Time95th-percentile response time (the slow tail)

Client Activity

When client-side telemetry is available, a second section summarises what visitors' browsers reported:

  • Total Page Views, Avg Page Duration, Total Events, and Total Exceptions as headline cards.
  • Top Pages — most-viewed pages with their view count and average duration.
  • Top Events — most-frequent tracked events with counts.
  • Top Exceptions — most-common client-side errors, with the error type, message, and when it was last seen.

Where a section does not have enough data yet, it shows "Not enough data yet" rather than placeholder figures.

Next Steps