Run 3 summary

https://www.sitespeed.io/

Tested 2026-07-30 19:02:57 using Chrome 150.0.7871.186 (runtime settings)

SummaryWaterfallMetricsRenderingCoachPageXrayThird party

Summary

Google Web Vitals

206 msTTFB
600 msLargest Contentful Paint
0.000Cumulative Layout Shift

Loading

475 msFirst Paint
566 msFully Loaded

Page weight & requests

59.6 KBTotal transfer size
102.9 KBTotal content size
9Requests

CPU

1Long tasks
428 msLast long task at

Visual progress

467 msFirst Visual Change
528 msSpeed Index
600 msVisual Complete 85%
600 msVisual Complete 99%
600 msLast Visual Change
Screenshot
Run 3 · after page complete

Waterfall

First paintFCPLCPDOMContentLoadedDOM interactiveLoadRender-blockingRedirectError

Rendering

Run 3
0.000 s
0s0.5s

The red band on the timeline marks when the main thread was busy with long tasks: moments when the page could not paint or respond, however the video looks.

Download video

Filmstrip

4 frames

Use --filmstrip.showAll to show all filmstrips.

Frame at 0 ms
0 ms
0 %
Frame at 400 ms
400 ms
0 %
Frame at 500 ms
500 ms
54 %
Frame at 600 ms
600 ms
100 %

Click a frame to seek the video to that moment. The dot marks frames where the page changed visually.

Why was rendering delayed?

Rendering was not meaningfully delayed. First paint landed at 475 ms on a 206 ms first byte; the 1 render-blocking request was done by 344 ms and the remaining ~131 ms is style and layout work. The largest paint followed at 600 ms.

Want to see how much CSS style-recalculation work delayed FCP and LCP, plus CPU long tasks? Run with --cpu.

Render blocking requests

2 requests · 6.1 KB

Blocking requests delay both paints: the browser renders nothing until they arrive, so they push First Contentful Paint and everything after it, including the largest paint (LCP). Requests that block the parser inside the body stall everything after them in the document. Load JavaScript with defer or async, and keep non-critical CSS off the critical path with media attributes. Bars show when each request loaded on a clock that runs to the last paint (the dashed line is FCP, the clock ends at LCP); the gap after the bars is style and layout work.

RequestWhen it loadedTransferDownload
document
www.sitespeed.io · TTFB 206 ms
188 ms
6.1 KB187 ms
css · www.sitespeed.io
75 ms
5.9 KB75 ms
user-timing-header.jsblocks parser in body
javascript · www.sitespeed.io
72 ms
223 B72 ms
LCP resource
h68bRaVGAJ-500.avif — downloaded by 401 ms, rendered at 600 ms
126 ms
34.4 KB126 ms
0150 ms300 msFCP 475 msLCP 600 ms

Coach

The coach helps you find performance problems on your web page using web performance best practice rules. And gives you advice on privacy and best practices. Tested using Coach-core version 9.2.1.

Performance advice

99
1 warning
warn(80)Avoid CPU Long TaskslongTasks

The page has 1 CPU long task with the total of 64 ms. The total blocking time is 0 ms and 1 long task before first contentful paint with total time of 64 ms. However the CPU Long Task is depending on the computer/phones actual CPU speed, so you should measure this on the same type of the device that your user is using. Use Geckoprofiler for Firefox or Chromes tracelog to debug your long tasks.

Long CPU tasks locks the thread. To the user this is commonly visible as a "locked up" page where the browser is unable to respond to user input; this is a major source of bad user experience on the web today. However the CPU Long Task is depending on the computer/phones actual CPU speed, so you should measure this on the same type of the device that your user is using. To debug you should use the Chrome timeline log and drag/drop it into devtools or use Firefox Geckoprofiler.

Offenders
  • self

Best practice advice

100
1 info
infoAvoid unnecessary headersunnecessaryHeaders

There are 9 responses that sets a server header.

Do not send headers that you don't need. We look for p3p, cache-control and max-age, pragma, server and x-frame-options headers. Have a look at Andrew Betts - Headers for Hackers talk as a guide https://www.youtube.com/watch?v=k92ZbrY815c or read https://www.fastly.com/blog/headers-we-dont-want.

Offenders

Privacy advice

100
2 info
infoSet a NEL header so the browser reports network errors back to you.nelHeader

Set a NEL header (paired with Reporting-Endpoints) to collect connection-level error reports from the field.

The NEL (Network Error Logging) response header tells the browser to record connection-level failures (DNS, TLS, HTTP errors) and ship them to a reporting endpoint. NEL pairs with the Reporting-Endpoints / Report-To header — the page declares the endpoint group and NEL points at it. Together they give you visibility into errors that never reach your origin server. https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/NEL

Offenders
infoDeclare reporting endpoints so the browser can deliver Reporting-API events.reportingEndpointsHeader

Set a Reporting-Endpoints header (or the legacy Report-To header) so CSP reports, NEL data and other Reporting-API events have an endpoint to land at.

The Reporting-Endpoints response header (the successor to Report-To) names the URLs that browsers should POST reports to. Without it, CSP report-to directives, Cross-Origin-Opener-Policy reports, NEL data and other Reporting-API events have nowhere to go. The legacy Report-To header is still accepted for older Chromium versions. https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Reporting-Endpoints

Offenders

Page info

A snapshot of what the browser actually built for this page: the document, how big and deep the DOM tree is and what it kept in storage. Big, deep trees are slower to style and lay out, so the counts Chrome warns about carry a flag.

Page info

Document

What the page says it is and how large it rendered.

TitleWelcome to the wonderful world of Web PerformanceThe document title, shown in the browser tab and used by search results.
Layout viewport1350 × 4790 pxThe width the page laid out at, and the full height of the rendered document.

DOM structure

How much markup the browser has to build, style and lay out.

DOM elements445Total HTML elements. Fewer means less for the browser to style, lay out and paint.
Avg DOM depth8How deeply elements are nested on average.
Max DOM depth13The deepest nesting on the page. Deep branches cost more style recalculation.
Iframes0No embedded documents on this page.
Script tags3Number of script elements. More scripts usually means more main-thread work.

Storage and connection

What the page stored on the client, and the network it was tested on.

Local storage0 bData the page saved in localStorage, kept across visits.
Session storage0 bData kept in sessionStorage for this tab session only.
Connection type4GWhat the Network Information API reported for the test connection.

Technologies used to build the page

Data collected using Coach-core version 9.2.1. With updated code from Webappanalyzer 2026-05-04. Use --browsertime.firefox.includeResponseBodies html or --browsertime.chrome.includeResponseBodies html to help Wappalyzer find more information about technologies used.

Detected technologies

2 technologies

Visual Metrics

Visual milestones

all times from navigation start
Speed Index0.53 show quickly the page looked done
First Visual Change0.47 sfirst paint reaches the screen
Last Visual Change0.60 sscreen stops changing · 0.13 s after first
nothing painted yet
First Visual Change0.47 s
Visual Complete 85% · Visual Complete 95% · Visual Complete 99% · Last Visual Change0.60 s
Visual Readiness0.13 s· first to last change
00.1 s0.2 s0.3 s0.4 s0.5 s
Content milestones
Perception index
Visual progress
Visual progress at 0 s0.0s
Visual progress at 0.4 s0.4s
Visual progress at 0.5 s0.5s
Visual progress at 0.6 s0.6s
FCP0.47s
LCP0.60s
VC850.60s
Long tasks
0.0s0.1s0.2s0.4s0.5s0.6s

Google Web Vitals

Largest Contentful Paint

When the page main content is rendered, collected via the Largest Contentful Paint API. Read more about Largest Contentful Paint.

600 msLCP render time

Phase breakdown

  • TTFB206 ms
  • Resource load delay63 ms
  • Resource load duration151 ms
  • Element render delay181 ms

Element

Element type
<img>
Size (w × h)
216500
URL
https://www.sitespee...8bRaVGAJ-500.avif
Load time
442 ms

DOM path

body > main > div:eq(0) > div > div:eq(0) > picture > img
LCP

The LCP element is highlighted in the screenshot. If nothing is highlighted the element was removed before the screenshot or the LCP API couldn't find it.

The Largest Contentful Paint API matched this image:

LCP element

Cumulative Layout Shift

How much the page's content shifts as it loads, collected via the Cumulative Layout Shift API.

0.000cumulative layout shift score

No layout shifts were detected on this page.

Browser Metrics

Navigation Timing
Extra timings
User Timing marks
userTimingHeader376 ms
userTimingFooter428 ms
User Timing measures
exampleMeasurement376 msduration 52 ms
Element timings2
header-logo
header-logoIMG
Render time475 ms
Load time379 ms
Natural size200 × 62
logo
logoIMG
Render time600 ms
Load time442 ms
Natural size500 × 433

Custom metrics collected through JavaScript

There are no custom configured scripts.

Extra metrics collected using scripting

There are no custom extra metrics from scripting.

Chrome internal metrics (CDP)33
Audio handlers0
Audio worklet processors0
Documents2
Frames2
JS event listeners7
Layout objects793
Media key sessions0
Media keys0
Nodes1112
Resources14
Context lifecycle state observers6
V8 per context datas1
Worker global scopes0
Uacss resources0
Rtc peer connections0
Resource fetchers2
Ad subframes0
Detached script states0
Array buffer contents0
Layout count3
Recalc style count3
Layout duration67
Recalc style duration13
Dev tools command duration11
Script duration5
V8 compile duration0
Task duration178
Task other duration81
Thread time0
Process time0
JS heap used size886580
JS heap total size2359296
First meaningful paint600

PageXray

How the page is built.

HTTP versionHTTP/2.0
Total requests9
Total domains1
Transfer size59.6 KB
Content size102.9 KB
Missing compression0

Main document

status 200 · 0 redirects

https://www.sitespeed.io/

HeaderValue
accept-rangesbytes
age10059
cache-controlpublic,max-age=0,must-revalidate,no-transform
cache-status"Netlify Edge"; hit
content-encodingbr
content-length5610
content-security-policydefault-src 'self'; script-src 'self' 'wasm-unsafe-eval'; style-src 'self'; img-src 'self' data:; object-src 'none'; base-uri 'self'; frame-ancestors 'self'
content-typetext/html; charset=UTF-8
cross-origin-embedder-policyrequire-corp
cross-origin-opener-policysame-origin
cross-origin-resource-policysame-origin
dateThu, 30 Jul 2026 19:02:58 GMT
etag"651b72cff08aef13e551bbd7a84a7d36-ssl-df"
permissions-policyinterest-cohort=()
referrer-policyno-referrer
serverNetlify
strict-transport-securitymax-age=31536000; includeSubDomains
varyAccept-Encoding
x-content-type-optionsnosniff
x-nf-request-id01KYT6H3GN8FPW42SJDDW05YB4
x-xss-protection1; mode=block

Response codes

200
9100.0%

Largest assets on the page (by transfer size)

9 assets

Requests and sizes per content type

5 types

Transfer size59.6 KB

  • image73.1%
  • html10.2%
  • css9.9%
  • favicon4.9%
  • javascript2.0%

Content size102.9 KB

  • image42.0%
  • css25.9%
  • html24.0%
  • favicon6.2%
  • javascript1.9%

Requests9

  • javascript33.3%
  • image33.3%
  • html11.1%
  • css11.1%
  • favicon11.1%
ContentHeader SizeTransfer SizeContent SizeRequests
html0 b6.1 KB24.7 KB1
css0 b5.9 KB26.7 KB1
javascript0 b1.2 KB1.9 KB3
image0 b43.5 KB43.2 KB3
favicon0 b2.9 KB6.4 KB1
Total0 b59.6 KB102.9 KB9

Data per domain

1 domain
DomainTotal download timeTransfer SizeContent SizeRequests
www.sitespeed.io998 ms59.6 KB102.9 KB9

Expires & last-modified statistics

typeminmedianmax
Expires0 seconds1 year1 year

Requests loaded after onLoad event

2 requests

Includes requests done after load event end.

ContentTransfer SizeRequests
html0 b0
css0 b0
javascript0 b0
image6.9 KB1
font0 b0
favicon2.9 KB1
Total9.8 KB2

Requests loaded after onContentLoad

2 requests

Includes requests done after DOM content loaded.

ContentTransfer SizeRequests
html0 b0
css0 b0
javascript0 b0
image6.9 KB1
font0 b0
favicon2.9 KB1
Total9.8 KB2

Third party

Third party requests categorised by Third party web version 0.29.2.

No third-party requests detected

Every request on this page resolved to a first-party domain. There are no entries in Third party web to attribute, no third-party tools to enumerate, and no third-party cookies set. If you expected to see entries here you can fine-tune the first-party domain list with --firstParty.

First party requests and sizes per content type

9 requests

Calculated using .*sitespeed.* (use --firstParty to configure).

ContentHeader SizeTransfer SizeContent SizeRequests
html0 b6.1 KB24.7 KB1
css0 b5.9 KB26.7 KB1
javascript0 b1.2 KB1.9 KB3
image0 b43.5 KB43.2 KB3
font0 b0 b0 b0
favicon0 b2.9 KB6.4 KB1
TotalN/A59.6 KB102.9 KB9