Files
2026-04-21 07:08:31 -06:00

25 lines
1.1 KiB
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"_comment": "Admin Web Vitals dashboard copy",
"title": "Web Vitals Dashboard",
"historicalMetricsTitle": "Historical Metrics",
"performanceGuidelinesTitle": "Performance Guidelines",
"valueLabel": "Value",
"ratingLabel": "Rating",
"countLabel": "Count",
"averageLabel": "Average",
"rangeLabel": "Range",
"goodLabel": "Good",
"needsImprovementLabel": "Needs Improvement",
"poorLabel": "Poor",
"externalNoticeTitle": "Server-side aggregates",
"externalNoticeBody": "Production uses external storage for web vitals. Historical totals are not kept in this app; use your log pipeline or metrics dashboard. Live values below still reflect this browser session.",
"externalDashboardLinkLabel": "Open metrics dashboard",
"guidelines": {
"lcp": "LCP: Good < 2.5s, Needs Improvement 2.54s, Poor > 4s",
"fid": "FID: Good < 100ms, Needs Improvement 100300ms, Poor > 300ms",
"cls": "CLS: Good < 0.1, Needs Improvement 0.10.25, Poor > 0.25",
"fcp": "FCP: Good < 1.8s, Needs Improvement 1.83s, Poor > 3s",
"ttfb": "TTFB: Good < 800ms, Needs Improvement 8001800ms, Poor > 1800ms"
}
}