2.5 HTTP Status Statistics

⚠️ HTTP Status Statistics

🎯 Purpose

This panel breaks down HTTP response codes to assess website performance, stability, and user experience.

📌 Key Components

  • Success (2xx): Indicates functional routes and services.

  • Redirects (3xx): Shows navigation flows and redirection behavior.

  • Client Errors (4xx): Typically caused by bad requests (e.g., 404, 403).

  • Server Errors (5xx): Usually reflect backend problems or overloads (e.g., 500, 503).

📈 Visual Indicators

  • Donut or pie chart distribution of status codes.

  • Highlight of the most frequent status code.

  • Each code includes total count and percentage share.

✅ Use Cases

  • Monitor for increasing 4xx/5xx errors.

  • Detect broken links or misconfigured services.

  • Ensure high 2xx ratio for healthy performance.

Last updated