••
I'll show why the page feels slow.
Free speed audit

Find what is slowing your site.

Three C-only directions: wires, layers, counters, and a clear hero-image bottleneck.

C1. Pipeline Layers

steps + layer timing
request
hero image
content
3.2s
HTML0.4s
Hero3.2s
Content1.1s

Readout

The hero image layer is the long step before content.

C2. Dependency Graph

wired cause path
page
request
hero image
content
+2.1s

Readout

The slow path runs through the hero image.

C3. Layer Timing Table

clearest bottleneck
HTML0.4s
Hero image3.2s
Content1.1s
bottleneck

Readout

Hero image takes longest, so content waits.