{t("performanceTab.tfftGauge")}
+{t("performanceTab.ttfbGauge")}
- {normalizedTfftMs >= 1000 - ? `${(normalizedTfftMs / 1000).toFixed(2)}s` - : `${Math.round(normalizedTfftMs)}ms`} + {normalizedTtfbMs >= 1000 + ? `${(normalizedTtfbMs / 1000).toFixed(2)}s` + : `${Math.round(normalizedTtfbMs)}ms`} +
+ {ttfbAssessment && ( +{t("performanceTab.ttftGauge")}
++ {normalizedTtftMs >= 1000 + ? `${(normalizedTtftMs / 1000).toFixed(2)}s` + : `${Math.round(normalizedTtftMs)}ms`}
- {tfftAssessment && ( -{t("sessionSnapshotStore")}
++ {t("sessionSnapshotStoreDesc", { ttl: sessionTtlSeconds })} +
+{activeSummary.range}
) : null} -