Skip to content

Commit d694381

Browse files
committed
docs(cli): add hero image
1 parent ff3519d commit d694381

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

pages/CLI.mdx

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,21 @@ type: guide
66

77
Run curated WebPerf Snippets headlessly via Playwright. Diagnose Core Web Vitals beyond what Lighthouse exposes and gate CI on real performance budgets.
88

9+
<picture style={{ marginTop: "20px", display: "block" }}>
10+
<img
11+
width="1200"
12+
height="749"
13+
sizes="85vw"
14+
srcSet="https://res.cloudinary.com/nucliweb/image/upload/c_scale,f_auto,q_auto,w_600/v1777928598/webperf-snippets/webperf-snippets-CLI.png 600w,
15+
https://res.cloudinary.com/nucliweb/image/upload/c_scale,f_auto,q_auto,w_1200/v1777928598/webperf-snippets/webperf-snippets-CLI.png 1200w"
16+
src="https://res.cloudinary.com/nucliweb/image/upload/c_scale,f_auto,q_auto,w_342/v1777928598/webperf-snippets/webperf-snippets-CLI.png"
17+
loading="eager"
18+
decoding="sync"
19+
fetchpriority="high"
20+
alt="WebPerf Snippets CLI"
21+
/>
22+
</picture>
23+
924
## Why
1025

1126
Lighthouse gives you a score. The DevTools snippets give you the _diagnosis_ — TTFB / Resource Load Delay / Element Render Delay sub-parts, LoAF script attribution, render-blocking resources, and more. The CLI runs the same curated snippets in a headless browser so you can:

0 commit comments

Comments
 (0)