Page Load Time:
{(systemInfo.performance.timing.loadTime / 1000).toFixed(2)}s
DOM Ready Time:
{(systemInfo.performance.timing.domReadyTime / 1000).toFixed(2)}s
Request Time:
{(systemInfo.performance.timing.requestTime / 1000).toFixed(2)}s
Redirect Time:
{(systemInfo.performance.timing.redirectTime / 1000).toFixed(2)}s
JS Heap Usage:
{(systemInfo.performance.memory.usedJSHeapSize / (1024 * 1024)).toFixed(1)}MB /{' '}
{(systemInfo.performance.memory.totalJSHeapSize / (1024 * 1024)).toFixed(1)}MB
Heap Utilization:
{systemInfo.performance.memory.usagePercentage.toFixed(1)}%
Navigation Type:
{systemInfo.performance.navigation.type === 0
? 'Navigate'
: systemInfo.performance.navigation.type === 1
? 'Reload'
: systemInfo.performance.navigation.type === 2
? 'Back/Forward'
: 'Other'}
Redirects:
{systemInfo.performance.navigation.redirectCount}