MCPcopy Create free account
hub / github.com/ampproject/amphtml / measureTimeToInteractive

Function measureTimeToInteractive

testing/amp-performance-extension/measure.js:62–64  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

60}
61
62function measureTimeToInteractive() {
63 measureStarted = Date.now();
64}
65
66function getMaxFirstInputDelay(firstContentfulPaint) {
67 let longest = 0;

Callers 1

measure.jsFile · 0.85

Calls 1

nowMethod · 0.80

Tested by

no test coverage detected