Skip to content

Commit b830b43

Browse files
authored
chore: roll devtools-frontend and update snapshots (#59)
1 parent 320314e commit b830b43

File tree

4 files changed

+20
-20
lines changed

4 files changed

+20
-20
lines changed

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"@types/yargs": "^17.0.33",
5151
"@typescript-eslint/eslint-plugin": "^8.43.0",
5252
"@typescript-eslint/parser": "^8.43.0",
53-
"chrome-devtools-frontend": "1.0.1515796",
53+
"chrome-devtools-frontend": "1.0.1516909",
5454
"eslint": "^9.35.0",
5555
"globals": "^16.4.0",
5656
"prettier": "^3.6.2",

tests/tools/performance.test.js.snapshot

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,18 @@ exports[`performance > performance_analyze_insight > returns the information on
55
This insight is used to analyze the time spent that contributed to the final LCP time and identify which of the 4 phases (or 2 if there was no LCP resource) are contributing most to the delay in rendering the LCP element.
66

77
## Detailed analysis:
8-
The Largest Contentful Paint (LCP) time for this navigation was 129.2 ms.
8+
The Largest Contentful Paint (LCP) time for this navigation was 129 ms.
99
The LCP element is an image fetched from \`https://web-dev.imgix.net/image/kheDArv5csY6rvQUJDbWRscckLr1/4i7JstVZvgTFk9dxCe4a.svg\`.
1010
## LCP resource network request: https://web-dev.imgix.net/image/kheDArv5csY6rvQUJDbWRscckLr1/4i7JstVZvgTFk9dxCe4a.svg
1111
Timings:
12-
- Queued at: 41.1 ms
13-
- Request sent at: 46.6 ms
14-
- Download complete at: 55.8 ms
15-
- Main thread processing completed at: 58.2 ms
12+
- Queued at: 41 ms
13+
- Request sent at: 47 ms
14+
- Download complete at: 56 ms
15+
- Main thread processing completed at: 58 ms
1616
Durations:
1717
- Download time: 0.3 ms
18-
- Main thread processing time: 2.3 ms
19-
- Total duration: 17.1 ms
18+
- Main thread processing time: 2 ms
19+
- Total duration: 17 ms
2020
Redirects: no redirects
2121
Status code: 200
2222
MIME Type: image/svg+xml
@@ -29,10 +29,10 @@ Initiators (root request to the request that directly loaded this one): none
2929

3030
We can break this time down into the 4 phases that combine to make the LCP time:
3131

32-
- Time to first byte: 7.9 ms (6.1% of total LCP time)
33-
- Resource load delay: 33.2 ms (25.7% of total LCP time)
34-
- Resource load duration: 14.7 ms (11.4% of total LCP time)
35-
- Element render delay: 73.4 ms (56.8% of total LCP time)
32+
- Time to first byte: 8 ms (6.1% of total LCP time)
33+
- Resource load delay: 33 ms (25.7% of total LCP time)
34+
- Resource load duration: 15 ms (11.4% of total LCP time)
35+
- Element render delay: 73 ms (56.8% of total LCP time)
3636

3737
## Estimated savings: none
3838

tests/trace-processing/parse.test.js.snapshot

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ Network throttling: none
66
Metrics (lab / observed):
77
- LCP: 129 ms, event: (eventKey: r-6063, ts: 122411126100)
88
- LCP breakdown:
9-
- TTFB: 7.9 ms, bounds: {min: 122410996889, max: 122411004828}
10-
- Load delay: 33.2 ms, bounds: {min: 122411004828, max: 122411037986}
11-
- Load duration: 14.7 ms, bounds: {min: 122411037986, max: 122411052690}
12-
- Render delay: 73.4 ms, bounds: {min: 122411052690, max: 122411126100}
9+
- TTFB: 8 ms, bounds: {min: 122410996889, max: 122411004828}
10+
- Load delay: 33 ms, bounds: {min: 122411004828, max: 122411037986}
11+
- Load duration: 15 ms, bounds: {min: 122411037986, max: 122411052690}
12+
- Render delay: 73 ms, bounds: {min: 122411052690, max: 122411126100}
1313
- CLS: 0.00
1414
Metrics (field / real users): n/a – no data for this page in CrUX
1515
Available insights:

0 commit comments

Comments
 (0)