We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8897fbe commit cf46305Copy full SHA for cf46305
1 file changed
src/static/js/send-web-vitals.js
@@ -24,7 +24,7 @@ function sendWebVitals() {
24
return entry.startTime < (loaf.startTime + loaf.duration) && loaf.startTime < (entry.startTime + entry.duration);
25
}).forEach(loaf => {
26
loaf.scripts.forEach(script => {
27
- const totalDuration = script.startTime + script.duration - script.desiredExecutionStart;
+ const totalDuration = script.startTime + script.duration;
28
if (totalDuration > loafAttribution.debug_loaf_script_total_duration) {
29
loafAttribution = {
30
// Stats for the LoAF entry itself.
0 commit comments