Skip to content

Commit 4419220

Browse files
committed
Lowercase SpeedCurve TTLB var
1 parent 4d89195 commit 4419220

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

_layouts/default.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,4 +102,4 @@
102102
//# sourceURL=sw.inline.js
103103
</script>
104104

105-
<script src=/js/obs.speedcurve.js?v=0002 type=module></script>
105+
<script src=/js/obs.speedcurve.js?v=0003 type=module></script>

js/obs.speedcurve.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
if (navigation.responseEnd && navigation.startTime >= 0) {
6969
const ttlb = Math.round(navigation.responseEnd - navigation.startTime);
7070
if (Number.isFinite(ttlb) && ttlb >= 0) {
71-
LUX.addData('TTLB', ttlb);
71+
LUX.addData('ttlb', ttlb);
7272
}
7373
}
7474

0 commit comments

Comments
 (0)