Skip to content
https://Brickderby.com

Performance

· 22 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
80
GRADE
B
FIX
4
REVIEW
4
PASS
11
INFO
3

Performance-focused optimization plan with CWV assessment, top offenders, and time estimates

92
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
86
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
69
Best Practices Checks for modern web development best practices including HTTPS, no console errors, and secure JavaScript.
92
SEO Measures basic SEO optimizations: meta tags, crawlability, link text, and mobile friendliness.

First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.

1.05 s

Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.

1.05 s

Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.

19 ms

Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.

0.000

Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.

2.29 s

Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.

2.11 s

Page Load Progression

749 ms
1.5 s
2.2 s
3.0 s
3.7 s
4.5 s
5.2 s
6.0 s
Checks
22
11 PASS 4 REVIEW 4 FIX
F
Page Weight Budget
Action
6.7 MB transferred, 74 requests
FIX
6.7 MB transferred, 74 requests
Critical::
Page weighs 10.2 MB (6.7 MB transferred)
Warning::
JavaScript is 788 KB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 788 KB
Info::
Fonts are 237 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 237 KB
Info::
74 HTTP requests
Info::
Estimated 1.4 g CO2 per page load
6.7 MB / 2.4 MB budget
6.7 MB transferred
74 requests
1.4 g CO2 per page load
Other 4.7 MiB 70%
JavaScript 788.1 KiB 11%
Images 665.3 KiB 10%
Fonts 237.2 KiB 3%
HTML 179.3 KiB 3%
Other 169.3 KiB 2%
Other 22.6 KiB 0%
CSS 14.3 KiB 0%
Other 1.1 KiB 0%
0 2.4 MB 4.9 MB
Over budget

Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.

Why this matters

JavaScript bundle is large — code-split routes and lazy-load off-screen components to defer.

Source: web.dev

Subset fonts to include only used characters, or switch to system font stacks.

Why this matters

Font payload is large — subset to used glyphs only, or fall back to system fonts (zero load time).

Source: web.dev font loading

D
Third-Party Impact
Action
100% third-party, 0 ms blocking
FIX
100% third-party, 0 ms blocking
Warning::
Third-party code accounts for 100% of page weight (6.7 MiB of 6.7 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
D
Page Weight Inventory
Action
74 resources · 6.7 MB · 141 KB savings available
FIX
74 resources · 6.7 MB · 141 KB savings available
Warning::
Page weight 6.7 MB exceeds 1 MB target by 5.7 MB
Got: 6.7 MB Expected: ≤ 1 MB
Info::
~141 KB of savings available
Warning::
73 third-party resources (100% of weight)
Info::
3 resources over 200KB
74 resources · 6.7 MiB · 73 third-party 5.7 MiB over 1MB target
Media 70% · 4.7 MiB
Image 12% · 837.1 KiB
JavaScript 11% · 788.1 KiB
Font 3% · 237.2 KiB
Document 3% · 180.8 KiB
Other 0% · 19.7 KiB
CSS 0% · 14.3 KiB

~140.7 KiB of savings available

Remove unused JavaScript: 140.7 KiB
D
HTTP Caching
Action
no-store (uncacheable)
FIX
no-store (uncacheable)
Info::
Cache-Control: no-store prevents all caching
Intentional for dynamic content, but increases server load for every page view.
Got: private, no-store
Info::
No ETag or Last-Modified header
Conditional requests (304 Not Modified) are not possible without validators.
Cache-Control

private, no-store

DirectiveValueMeaning
privateOnly browser cache, not CDN/proxy
no-storeNever cache this response
B
Image Optimization
18 images, 0 KB saveable
REVIEW
18 images, 0 KB saveable
Warning::
https://cdn.shopify.com/s/files/1/0646/2980/1025/f... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cdn.shopify.com/s/files/1/0646/2980/1025/f... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cdn.shopify.com/s/files/1/0646/2980/1025/f... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cdn.shopify.com/s/files/1/0646/2980/1025/f... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cdn.shopify.com/s/files/1/0646/2980/1025/f... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cdn.shopify.com/s/files/1/0646/2980/1025/f... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
18 images 665 KB
0 oversized -0 KB
3 legacy format
6 missing dimensions CLS risk

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

B
JS Execution Cost
840ms total JS execution
REVIEW
840ms total JS execution
Info::
Unattributable: 234ms CPU time
Info::
https://cdn.shopify.com/oxygen-v2/42123/36368/7637...: 226ms CPU time
Info::
https://www.brickderby.com/: 195ms CPU time
Info::
https://us-assets.i.posthog.com/static/array.js: 126ms CPU time
Info::
https://js.hcaptcha.com/1/api.js?render=explicit: 57ms CPU time
Warning::
Third-party scripts: 840ms (100% of total)

Main Thread Breakdown

Script Evaluation 48% Other 31% Style & Layout 12% Script Parsing & Compilation 4% Rendering 3%
ScriptTotalScriptingParse/CompileParty
Unattributable234ms16ms0ms3rd
https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js226ms208ms0ms3rd
https://www.brickderby.com/195ms14ms2ms3rd
https://us-assets.i.posthog.com/static/array.js126ms122ms3ms3rd
https://js.hcaptcha.com/1/api.js?render=explicit57ms31ms10ms3rd
B
JS Bundles
32 scripts, 141 KB unused
REVIEW
32 scripts, 141 KB unused
Warning::
https://us-assets.i.posthog.com/static/array.js: 37 KB unused (53%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://js.hcaptcha.com/1/api.js?render=explicit: 30 KB unused (35%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://us-assets.i.posthog.com/static/surveys.js?...: 27 KB unused (81%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://cdn.shopify.com/oxygen-v2/42123/36368/7637...: 27 KB unused (36%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://us-assets.i.posthog.com/static/posthog-rec...: 20 KB unused (40%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 141 KB
141 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://us-assets.i.posthog.com/static/array.js69 KB37 KB (53%)3rd
https://js.hcaptcha.com/1/api.js?render=explicit86 KB30 KB (35%)3rd
https://us-assets.i.posthog.com/static/surveys.js?v=1.372.1033 KB27 KB (81%)3rd
https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js75 KB27 KB (36%)3rd
https://us-assets.i.posthog.com/static/posthog-recorder.js?v=1.372.1051 KB20 KB (40%)3rd
https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/hcaptcha-Bt8A3OJo.js1 KB3rd
https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/download-D3zG-AGV.js1 KB3rd
https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/shopping-bag-B35a_Ms5.js1 KB3rd
https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/CartMain-SxRewnAz.js5 KB3rd
https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/search-DOeYwaXi.js1 KB3rd

Consider code splitting or tree shaking to reduce unused code.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

C
Compression Algorithm
Action
Main response served uncompressed
REVIEW
Main response served uncompressed
Info::
Main HTML response has no Content-Encoding (uncompressed)
The main HTML document is served without compression. The Text Compression section above lists the broader picture; for the main response specifically, even gzip would shave ~70-80% off most text payloads.
A+
Text Compression
All text resources are compressed
PASS
All text resources are compressed
Info::
All text resources are compressed
All text resources are properly compressed.
A+
Font Loading
2 fonts (237 KB)
PASS
2 fonts (237 KB)
Info::
2 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

2

237 KB total

Render-blocking

0

of 2

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 500 ms 1.0 s FCP 1.0 s LCP 1.0 shttps://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/fonts/source-sans-pro/SourceSansPro-Bold.otfSourceSansPro-Bold.otf https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/fonts/source-sans-pro/SourceSansPro-Bold.otf — 119.4 KiB — 88 ms — font-display: swaphttps://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/fonts/source-sans-pro/SourceSansPro-Regular.otfSourceSansPro-Regular.otf https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/fonts/source-sans-pro/SourceSansPro-Regular.otf — 117.8 KiB — 102 ms — font-display: swap
SourceSansPro-Bold.otf otf swap
Size 119 KB
Load time 88 ms
Start 445 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
SourceSansPro-Regular.otf otf swap
Size 118 KB
Load time 102 ms
Start 446 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
Optimization checklist
  • Preload critical fonts (priority=high)
  • Use woff2 format for all fonts
  • Set font-display to swap, optional, or fallback
  • Subset large fonts (≤100 KB each)

Fixing the unchecked items could save ~190 KB and ~380 ms

A+
Resource Caching
All resources properly cached
PASS
All resources properly cached
Info::
No caching issues found
All static resources have appropriate caching headers.
A+
Critical Rendering Path
No render-blocking resources
PASS
No render-blocking resources
Info::
No render-blocking resources detected
A+
Resource Hints
No optimization needed
PASS
No optimization needed
Info::
No resource hint issues
A+
HTTP/3 (QUIC)
HTTP/3 advertised via Alt-Svc
PASS
HTTP/3 advertised via Alt-Svc
Info::
HTTP/3 (QUIC) is supported
First-load mobile users on cellular networks see meaningful latency improvements with HTTP/3. The QUIC transport collapses TLS + TCP handshakes into one and recovers faster from packet loss.
A+
LCP Image Preload
LCP preload audit not available
PASS
LCP preload audit not available
Info::
LCP image preload audit not available for this scan
A+
Main HTML Cache-Control
Main HTML uses no-store -- correct for sensitive/dynamic content
PASS
Main HTML uses no-store -- correct for sensitive/dynamic content
Info::
Main HTML uses no-store -- correct for sensitive/dynamic content
Got: private, no-store
A+
Server-Timing Observability
13 Server-Timing entries advertised
PASS
13 Server-Timing entries advertised
Info::
Server-Timing header advertises 13 timing entries
A+
Server Response Intelligence
1 server-response signal(s) detected
PASS
1 server-response signal(s) detected
Info::
No `ETag` or `Last-Modified` -- conditional GET not supported
Without either header, browsers can't issue conditional GETs and refresh always re-downloads the full response body even when nothing changed. Add `ETag: "<hash>"` (or `Last-Modified: <date>`) on cacheable responses; the server returns 304 Not Modified when the client's cached copy is still valid, saving bandwidth.
A+
Green Hosting
Whether the site is served from green-energy infrastructure
PASS

Green Hosting

This site is hosted on green energy infrastructure

Provider: Cloudflare

Network Waterfall
74 requests over 3778ms
INFO
0 ms 1.0 s 2.0 s 3.0 s FCP 1.0 s LCP 1.0 shttps://brickderby.com// https://brickderby.com/ — 301 — 1.5 KiB — 130 ms — h2https://www.brickderby.com/www.brickderby.com/ https://www.brickderby.com/ — 200 — 14.7 KiB — 118 ms — h2https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/tailwind-Bhk0M0cb.csscdn.shopify.com/oxygen-v2/42123/363... https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/tailwind-Bhk0M0cb.css — 200 — 8.6 KiB — 110 ms — h2https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/reset-2E0RnPfB.csscdn.shopify.com/oxygen-v2/42123/363... https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/reset-2E0RnPfB.css — 200 — 847 B — 84 ms — h2https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/app-CDFheVjm.csscdn.shopify.com/oxygen-v2/42123/363... https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/app-CDFheVjm.css — 200 — 2.5 KiB — 82 ms — h2https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/fonts-C3LzMJ8b.csscdn.shopify.com/oxygen-v2/42123/363... https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/fonts-C3LzMJ8b.css — 200 — 947 B — 81 ms — h2https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/recommendations-DIApTNfD.csscdn.shopify.com/oxygen-v2/42123/363... https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/recommendations-DIApTNfD.css — 200 — 1.4 KiB — 83 ms — h2https://cdn.shopify.com/s/files/1/0646/2980/1025/files/BD-Logo-cars.png?v=1745787365cdn.shopify.com/s/files/1/0646/2980... https://cdn.shopify.com/s/files/1/0646/2980/1025/files/BD-Logo-cars.png?v=1745787365 — 200 — 14.6 KiB — 79 ms — h2https://www.brickderby.com/campaign/brick-derby-sizzle-poster.jpgwww.brickderby.com/campaign/brick-d... https://www.brickderby.com/campaign/brick-derby-sizzle-poster.jpg — 200 — 109.1 KiB — 110 ms — h2https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/entry.client-BY4gdQlY.jscdn.shopify.com/oxygen-v2/42123/363... https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/entry.client-BY4gdQlY.js — 200 — 1.8 KiB — 88 ms — h2https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/jsx-runtime-CASrxSZM.jscdn.shopify.com/oxygen-v2/42123/363... https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/jsx-runtime-CASrxSZM.js — 200 — 3.2 KiB — 121 ms — h2https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.jscdn.shopify.com/oxygen-v2/42123/363... https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js — 200 — 74.8 KiB — 120 ms — h2https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/index-BQdRp_0x.jscdn.shopify.com/oxygen-v2/42123/363... https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/index-BQdRp_0x.js — 200 — 11.5 KiB — 126 ms — h2https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/(_locale).404-CTiCYmkE.jscdn.shopify.com/oxygen-v2/42123/363... https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/(_locale).404-CTiCYmkE.js — 200 — 1.2 KiB — 94 ms — h2https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/ProductPrice-Ba-huhmR.jscdn.shopify.com/oxygen-v2/42123/363... https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/ProductPrice-Ba-huhmR.js — 200 — 1.6 KiB — 85 ms — h2https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/createLucideIcon-CXQrHnrv.jscdn.shopify.com/oxygen-v2/42123/363... https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/createLucideIcon-CXQrHnrv.js — 200 — 1.1 KiB — 88 ms — h2https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/shopping-bag-B35a_Ms5.jscdn.shopify.com/oxygen-v2/42123/363... https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/shopping-bag-B35a_Ms5.js — 200 — 777 B — 89 ms — h2https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/CartMain-SxRewnAz.jscdn.shopify.com/oxygen-v2/42123/363... https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/CartMain-SxRewnAz.js — 200 — 4.5 KiB — 92 ms — h2https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/search-DOeYwaXi.jscdn.shopify.com/oxygen-v2/42123/363... https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/search-DOeYwaXi.js — 200 — 676 B — 83 ms — h2https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/Image-Cb8ns8_Z.jscdn.shopify.com/oxygen-v2/42123/363... https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/Image-Cb8ns8_Z.js — 200 — 2.0 KiB — 90 ms — h2https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/Money-BJlzSldM.jscdn.shopify.com/oxygen-v2/42123/363... https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/Money-BJlzSldM.js — 200 — 1.9 KiB — 82 ms — h2https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/variants-DqVFN3a-.jscdn.shopify.com/oxygen-v2/42123/363... https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/variants-DqVFN3a-.js — 200 — 1.1 KiB — 86 ms — h2https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/root-2Mp_EjKi.jscdn.shopify.com/oxygen-v2/42123/363... https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/root-2Mp_EjKi.js — 200 — 7.3 KiB — 119 ms — h2https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/(_locale)-l0sNRNKZ.jscdn.shopify.com/oxygen-v2/42123/363... https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/(_locale)-l0sNRNKZ.js — 200 — 492 B — 97 ms — h2https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/ProductItem-CWLhOH-B.jscdn.shopify.com/oxygen-v2/42123/363... https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/ProductItem-CWLhOH-B.js — 200 — 3.2 KiB — 95 ms — h2https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/hcaptcha-Bt8A3OJo.jscdn.shopify.com/oxygen-v2/42123/363... https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/hcaptcha-Bt8A3OJo.js — 200 — 542 B — 93 ms — h2https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/AddToCartButton-CwwCKYGD.jscdn.shopify.com/oxygen-v2/42123/363... https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/AddToCartButton-CwwCKYGD.js — 200 — 1.4 KiB — 97 ms — h2https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/download-D3zG-AGV.jscdn.shopify.com/oxygen-v2/42123/363... https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/download-D3zG-AGV.js — 200 — 814 B — 99 ms — h2https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/(_locale)._index-BLwHVFoo.jscdn.shopify.com/oxygen-v2/42123/363... https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/(_locale)._index-BLwHVFoo.js — 200 — 5.6 KiB — 91 ms — h2https://cdn.shopify.com/s/files/1/0646/2980/1025/files/Yellow-Arrow-Right.png?v=1745581165cdn.shopify.com/s/files/1/0646/2980... https://cdn.shopify.com/s/files/1/0646/2980/1025/files/Yellow-Arrow-Right.png?v=1745581165 — 200 — 5.6 KiB — 45 ms — h2
0 ms 1.0 s 2.0 s 3.0 s FCP 1.0 s LCP 1.0 shttps://brickderby.com// https://brickderby.com/ — 301 — 1.5 KiB — 130 ms — h2https://www.brickderby.com/www.brickderby.com/ https://www.brickderby.com/ — 200 — 14.7 KiB — 118 ms — h2https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/tailwind-Bhk0M0cb.csscdn.shopify.com/oxygen-v2/42123/363... https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/tailwind-Bhk0M0cb.css — 200 — 8.6 KiB — 110 ms — h2https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/reset-2E0RnPfB.csscdn.shopify.com/oxygen-v2/42123/363... https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/reset-2E0RnPfB.css — 200 — 847 B — 84 ms — h2https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/app-CDFheVjm.csscdn.shopify.com/oxygen-v2/42123/363... https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/app-CDFheVjm.css — 200 — 2.5 KiB — 82 ms — h2https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/fonts-C3LzMJ8b.csscdn.shopify.com/oxygen-v2/42123/363... https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/fonts-C3LzMJ8b.css — 200 — 947 B — 81 ms — h2https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/recommendations-DIApTNfD.csscdn.shopify.com/oxygen-v2/42123/363... https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/recommendations-DIApTNfD.css — 200 — 1.4 KiB — 83 ms — h2https://cdn.shopify.com/s/files/1/0646/2980/1025/files/BD-Logo-cars.png?v=1745787365cdn.shopify.com/s/files/1/0646/2980... https://cdn.shopify.com/s/files/1/0646/2980/1025/files/BD-Logo-cars.png?v=1745787365 — 200 — 14.6 KiB — 79 ms — h2https://www.brickderby.com/campaign/brick-derby-sizzle-poster.jpgwww.brickderby.com/campaign/brick-d... https://www.brickderby.com/campaign/brick-derby-sizzle-poster.jpg — 200 — 109.1 KiB — 110 ms — h2https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/entry.client-BY4gdQlY.jscdn.shopify.com/oxygen-v2/42123/363... https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/entry.client-BY4gdQlY.js — 200 — 1.8 KiB — 88 ms — h2https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/jsx-runtime-CASrxSZM.jscdn.shopify.com/oxygen-v2/42123/363... https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/jsx-runtime-CASrxSZM.js — 200 — 3.2 KiB — 121 ms — h2https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.jscdn.shopify.com/oxygen-v2/42123/363... https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/components-Dran8p4v.js — 200 — 74.8 KiB — 120 ms — h2https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/index-BQdRp_0x.jscdn.shopify.com/oxygen-v2/42123/363... https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/index-BQdRp_0x.js — 200 — 11.5 KiB — 126 ms — h2https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/(_locale).404-CTiCYmkE.jscdn.shopify.com/oxygen-v2/42123/363... https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/(_locale).404-CTiCYmkE.js — 200 — 1.2 KiB — 94 ms — h2https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/ProductPrice-Ba-huhmR.jscdn.shopify.com/oxygen-v2/42123/363... https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/ProductPrice-Ba-huhmR.js — 200 — 1.6 KiB — 85 ms — h2https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/createLucideIcon-CXQrHnrv.jscdn.shopify.com/oxygen-v2/42123/363... https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/createLucideIcon-CXQrHnrv.js — 200 — 1.1 KiB — 88 ms — h2https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/shopping-bag-B35a_Ms5.jscdn.shopify.com/oxygen-v2/42123/363... https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/shopping-bag-B35a_Ms5.js — 200 — 777 B — 89 ms — h2https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/CartMain-SxRewnAz.jscdn.shopify.com/oxygen-v2/42123/363... https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/CartMain-SxRewnAz.js — 200 — 4.5 KiB — 92 ms — h2https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/search-DOeYwaXi.jscdn.shopify.com/oxygen-v2/42123/363... https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/search-DOeYwaXi.js — 200 — 676 B — 83 ms — h2https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/Image-Cb8ns8_Z.jscdn.shopify.com/oxygen-v2/42123/363... https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/Image-Cb8ns8_Z.js — 200 — 2.0 KiB — 90 ms — h2https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/Money-BJlzSldM.jscdn.shopify.com/oxygen-v2/42123/363... https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/Money-BJlzSldM.js — 200 — 1.9 KiB — 82 ms — h2https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/variants-DqVFN3a-.jscdn.shopify.com/oxygen-v2/42123/363... https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/variants-DqVFN3a-.js — 200 — 1.1 KiB — 86 ms — h2https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/root-2Mp_EjKi.jscdn.shopify.com/oxygen-v2/42123/363... https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/root-2Mp_EjKi.js — 200 — 7.3 KiB — 119 ms — h2https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/(_locale)-l0sNRNKZ.jscdn.shopify.com/oxygen-v2/42123/363... https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/(_locale)-l0sNRNKZ.js — 200 — 492 B — 97 ms — h2https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/ProductItem-CWLhOH-B.jscdn.shopify.com/oxygen-v2/42123/363... https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/ProductItem-CWLhOH-B.js — 200 — 3.2 KiB — 95 ms — h2https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/hcaptcha-Bt8A3OJo.jscdn.shopify.com/oxygen-v2/42123/363... https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/hcaptcha-Bt8A3OJo.js — 200 — 542 B — 93 ms — h2https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/AddToCartButton-CwwCKYGD.jscdn.shopify.com/oxygen-v2/42123/363... https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/AddToCartButton-CwwCKYGD.js — 200 — 1.4 KiB — 97 ms — h2https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/download-D3zG-AGV.jscdn.shopify.com/oxygen-v2/42123/363... https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/download-D3zG-AGV.js — 200 — 814 B — 99 ms — h2https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/(_locale)._index-BLwHVFoo.jscdn.shopify.com/oxygen-v2/42123/363... https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/assets/(_locale)._index-BLwHVFoo.js — 200 — 5.6 KiB — 91 ms — h2https://cdn.shopify.com/s/files/1/0646/2980/1025/files/Yellow-Arrow-Right.png?v=1745581165cdn.shopify.com/s/files/1/0646/2980... https://cdn.shopify.com/s/files/1/0646/2980/1025/files/Yellow-Arrow-Right.png?v=1745581165 — 200 — 5.6 KiB — 45 ms — h2https://cdn.shopify.com/s/files/1/0646/2980/1025/files/Chassis-to-Full-Build.png?v=1745580256cdn.shopify.com/s/files/1/0646/2980... https://cdn.shopify.com/s/files/1/0646/2980/1025/files/Chassis-to-Full-Build.png?v=1745580256 — 200 — 68.3 KiB — 70 ms — h2https://cdn.shopify.com/s/files/1/0646/2980/1025/files/Two-Chassis.png?v=1745492337cdn.shopify.com/s/files/1/0646/2980... https://cdn.shopify.com/s/files/1/0646/2980/1025/files/Two-Chassis.png?v=1745492337 — 200 — 67.6 KiB — 80 ms — h2https://cdn.shopify.com/s/files/1/0646/2980/1025/files/Yellow-Arrow-Down.png?v=1745492348cdn.shopify.com/s/files/1/0646/2980... https://cdn.shopify.com/s/files/1/0646/2980/1025/files/Yellow-Arrow-Down.png?v=1745492348 — 200 — 5.7 KiB — 80 ms — h2https://cdn.shopify.com/s/files/1/0646/2980/1025/files/BD-Logo.png?v=1745347096cdn.shopify.com/s/files/1/0646/2980... https://cdn.shopify.com/s/files/1/0646/2980/1025/files/BD-Logo.png?v=1745347096 — 200 — 51.2 KiB — 83 ms — h2https://cdn.shopify.com/s/files/1/0646/2980/1025/files/PWP-Logo-rounded.png?v=1747404627cdn.shopify.com/s/files/1/0646/2980... https://cdn.shopify.com/s/files/1/0646/2980/1025/files/PWP-Logo-rounded.png?v=1747404627 — 200 — 234.5 KiB — 87 ms — h2https://us-assets.i.posthog.com/static/array.jsus-assets.i.posthog.com/static/arra... https://us-assets.i.posthog.com/static/array.js — 200 — 69.1 KiB — 88 ms — h2https://app.chatwoot.com/packs/js/sdk.jsapp.chatwoot.com/packs/js/sdk.js https://app.chatwoot.com/packs/js/sdk.js — 200 — 28.3 KiB — 393 ms — h2https://cdn.shopify.com/s/files/1/0646/2980/1025/files/lego-background-yellow.jpg?v=1745431244cdn.shopify.com/s/files/1/0646/2980... https://cdn.shopify.com/s/files/1/0646/2980/1025/files/lego-background-yellow.jpg?v=1745431244 — 200 — 46.0 KiB — 65 ms — h3https://cdn.shopify.com/s/files/1/0646/2980/1025/files/FooterGradient.jpg?v=1745337519cdn.shopify.com/s/files/1/0646/2980... https://cdn.shopify.com/s/files/1/0646/2980/1025/files/FooterGradient.jpg?v=1745337519 — 200 — 7.6 KiB — 31 ms — h3https://cdn.shopify.com/s/files/1/0646/2980/1025/files/brick-derby-chassis-in-blue_285abec3-d110-40a7-bc65-6bfb56679943-blue.webp?v=1749128447&width=600&height=600&crop=centercdn.shopify.com/s/files/1/0646/2980... https://cdn.shopify.com/s/files/1/0646/2980/1025/files/brick-derby-chassis-in-blue_285abec3-d110-40a7-bc65-6bfb56679943-blue.webp?v=1749128447&width=600&height=600&crop=center — 200 — 20.3 KiB — 456 ms — h3https://cdn.shopify.com/s/files/1/0646/2980/1025/files/wheel-assembly-set-01.webp?v=1745875393&width=600&height=600&crop=centercdn.shopify.com/s/files/1/0646/2980... https://cdn.shopify.com/s/files/1/0646/2980/1025/files/wheel-assembly-set-01.webp?v=1745875393&width=600&height=600&crop=center — 200 — 17.7 KiB — 650 ms — h3https://cdn.shopify.com/s/files/1/0646/2980/1025/files/zinc-bricks-01.webp?v=1745876320&width=600&height=600&crop=centercdn.shopify.com/s/files/1/0646/2980... https://cdn.shopify.com/s/files/1/0646/2980/1025/files/zinc-bricks-01.webp?v=1745876320&width=600&height=600&crop=center — 200 — 17.0 KiB — 163 ms — h3https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/fonts/source-sans-pro/SourceSansPro-Bold.otfcdn.shopify.com/oxygen-v2/42123/363... https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/fonts/source-sans-pro/SourceSansPro-Bold.otf — 200 — 119.4 KiB — 88 ms — h3https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/fonts/source-sans-pro/SourceSansPro-Regular.otfcdn.shopify.com/oxygen-v2/42123/363... https://cdn.shopify.com/oxygen-v2/42123/36368/76374/3523295/fonts/source-sans-pro/SourceSansPro-Regular.otf — 200 — 117.8 KiB — 102 ms — h3https://www.brickderby.com/campaign/brick-derby-sizzle.webmwww.brickderby.com/campaign/brick-d... https://www.brickderby.com/campaign/brick-derby-sizzle.webm — 200 — 4.7 MiB — 75 ms — h3https://www.brickderby.com/campaign/brick-derby-sizzle.webmwww.brickderby.com/campaign/brick-d... https://www.brickderby.com/campaign/brick-derby-sizzle.webm — -1 — 0 B — 0 ms — https://www.brickderby.com/__manifest?p=%2F&p=%2Faccount&p=%2Fcollections%2Fall&p=%2Fcontact&p=%2Fdownloads&version=d8fee812www.brickderby.com/__manifest?p=%2F... https://www.brickderby.com/__manifest?p=%2F&p=%2Faccount&p=%2Fcollections%2Fall&p=%2Fcontact&p=%2Fdownloads&version=d8fee812 — 200 — 2.5 KiB — 116 ms — h3https://www.brickderby.com/api/reviews?handle=brick-derby%E2%84%A2-chassis-1www.brickderby.com/api/reviews?hand... https://www.brickderby.com/api/reviews?handle=brick-derby%E2%84%A2-chassis-1 — 200 — 4.6 KiB — 83 ms — h3https://www.brickderby.com/api/reviews?handle=brick-derby%E2%84%A2-wheel-assembly-setwww.brickderby.com/api/reviews?hand... https://www.brickderby.com/api/reviews?handle=brick-derby%E2%84%A2-wheel-assembly-set — 200 — 4.1 KiB — 85 ms — h3https://www.brickderby.com/api/reviews?handle=brick-derby%E2%84%A2-zinc-brick-weights-set-of-2-88oz-totalwww.brickderby.com/api/reviews?hand... https://www.brickderby.com/api/reviews?handle=brick-derby%E2%84%A2-zinc-brick-weights-set-of-2-88oz-total — 200 — 4.9 KiB — 67 ms — h3https://js.hcaptcha.com/1/api.js?render=explicitjs.hcaptcha.com/1/api.js?render=exp... https://js.hcaptcha.com/1/api.js?render=explicit — 200 — 86.3 KiB — 136 ms — h3https://cdn.shopify.com/shopifycloud/perf-kit/shopify-perf-kit-1.0.1.min.jscdn.shopify.com/shopifycloud/perf-k... https://cdn.shopify.com/shopifycloud/perf-kit/shopify-perf-kit-1.0.1.min.js — 200 — 6.4 KiB — 46 ms — h3https://us-assets.i.posthog.com/array/phc_XXywZf7oc34Nl7m7rMKKSCh7wTLqoAVQQwNe9KYz2qb/config.jsus-assets.i.posthog.com/array/phc_X... https://us-assets.i.posthog.com/array/phc_XXywZf7oc34Nl7m7rMKKSCh7wTLqoAVQQwNe9KYz2qb/config.js — 200 — 896 B — 27 ms — h2https://us.i.posthog.com/e/?ip=0&_=1778412084257&ver=1.372.10&compression=gzip-jsus.i.posthog.com/e/?ip=0&_=17784120... https://us.i.posthog.com/e/?ip=0&_=1778412084257&ver=1.372.10&compression=gzip-js — 200 — 294 B — 364 ms — h2https://cdn.shopify.com/shopifycloud/consent-tracking-api/v0.1/consent-tracking-api.jscdn.shopify.com/shopifycloud/consen... https://cdn.shopify.com/shopifycloud/consent-tracking-api/v0.1/consent-tracking-api.js — 200 — 7.4 KiB — 31 ms — h3https://us-assets.i.posthog.com/static/posthog-recorder.js?v=1.372.10us-assets.i.posthog.com/static/post... https://us-assets.i.posthog.com/static/posthog-recorder.js?v=1.372.10 — 200 — 51.4 KiB — 51 ms — h2https://us-assets.i.posthog.com/static/surveys.js?v=1.372.10us-assets.i.posthog.com/static/surv... https://us-assets.i.posthog.com/static/surveys.js?v=1.372.10 — 200 — 33.4 KiB — 52 ms — h2https://us-assets.i.posthog.com/static/dead-clicks-autocapture.js?v=1.372.10us-assets.i.posthog.com/static/dead... https://us-assets.i.posthog.com/static/dead-clicks-autocapture.js?v=1.372.10 — 200 — 5.1 KiB — 43 ms — h2https://newassets.hcaptcha.com/captcha/v1/c6e277da86802178b920b24f7bd79dd5d0c81e0d/static/hcaptcha.htmlnewassets.hcaptcha.com/captcha/v1/c... https://newassets.hcaptcha.com/captcha/v1/c6e277da86802178b920b24f7bd79dd5d0c81e0d/static/hcaptcha.html — 200 — 164.6 KiB — 132 ms — h3https://newassets.hcaptcha.com/captcha/v1/c6e277da86802178b920b24f7bd79dd5d0c81e0d/static/hcaptcha.htmlnewassets.hcaptcha.com/captcha/v1/c... https://newassets.hcaptcha.com/captcha/v1/c6e277da86802178b920b24f7bd79dd5d0c81e0d/static/hcaptcha.html — 200 — 0 B — 125 ms — h3data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABNEAAABkBAMAAABayruYAAAAJFBMVEUAAADa2tr/////9/e6urpTU…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABNEAAABkBAMAAABayruYAAAAJFBMVEUAAADa2tr/////9/e6urpTU… — 200 — 0 B — 0 ms — datadata:image/png;base64,iVBORw0KGgoAAAANSUhEUgAACY4AAADCCAMAAADT9DSoAAAANlBMVEUAAADa2tr/////9/e5ubn39…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAACY4AAADCCAMAAADT9DSoAAAANlBMVEUAAADa2tr/////9/e5ubn39… — 200 — 0 B — 0 ms — datadata:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAABIAQMAAABvIyEEAAAABlBMVEUAAABTU1OoaSf/AAAAAXRST…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAABIAQMAAABvIyEEAAAABlBMVEUAAABTU1OoaSf/AAAAAXRST… — 200 — 0 B — 0 ms — datahttps://www.brickderby.com/__manifest?p=%2Fproducts%2Fbrick-derby%25E2%2584%25A2-chassis-1&p=%2Fproducts%2Fbrick-derby%25E2%2584%25A2-wheel-assembly-set&p=%2Fproducts%2Fbrick-derby%25E2%2584%25A2-zinc-brick-weights-set-of-2-88oz-total&p=%2Fshipping&p=%2Fterms&version=d8fee812www.brickderby.com/__manifest?p=%2F... https://www.brickderby.com/__manifest?p=%2Fproducts%2Fbrick-derby%25E2%2584%25A2-chassis-1&p=%2Fproducts%2Fbrick-derby%25E2%2584%25A2-wheel-assembly-set&p=%2Fproducts%2Fbrick-derby%25E2%2584%25A2-zinc-brick-weights-set-of-2-88oz-total&p=%2Fshipping&p=%2Fterms&version=d8fee812 — 200 — 2.3 KiB — 56 ms — h3https://0658a345240a.w.hcaptcha.com/logo.png0658a345240a.w.hcaptcha.com/logo.pn... https://0658a345240a.w.hcaptcha.com/logo.png — 200 — 2.0 KiB — 91 ms — http/1.1data:image/gif;base64,R0lGODlhyADIAPQZAPb29vX19e3t7fT09Orq6vLy8u7u7vv7++np6ezs7Ovr6+jo6O/v7/r6+vj4+…data:image/gif;base64,R0lGODlhyADIA... data:image/gif;base64,R0lGODlhyADIAPQZAPb29vX19e3t7fT09Orq6vLy8u7u7vv7++np6ezs7Ovr6+jo6O/v7/r6+vj4+… — 200 — 0 B — 0 ms — datadata:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAABmJLR0QA/wD/AP+gvaeTAAAC00lEQ…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAABmJLR0QA/wD/AP+gvaeTAAAC00lEQ… — 200 — 0 B — 0 ms — datadata:image/gif;base64,R0lGODlhyADIAPQZAPb29vX19e3t7fT09Orq6vLy8u7u7vv7++np6ezs7Ovr6+jo6O/v7/r6+vj4+…data:image/gif;base64,R0lGODlhyADIA... data:image/gif;base64,R0lGODlhyADIAPQZAPb29vX19e3t7fT09Orq6vLy8u7u7vv7++np6ezs7Ovr6+jo6O/v7/r6+vj4+… — 200 — 0 B — 1 ms — datahttps://688694017130.w.hcaptcha.com/logo.png688694017130.w.hcaptcha.com/logo.pn... https://688694017130.w.hcaptcha.com/logo.png — 200 — 2.0 KiB — 95 ms — http/1.1https://api.hcaptcha.com/checksiteconfig?v=c6e277da86802178b920b24f7bd79dd5d0c81e0d&host=www.brickderby.com&sitekey=f0040d84-5b68-4f44-ade4-30dcf7ce80d4&sc=1&swa=1&spst=1api.hcaptcha.com/checksiteconfig?v=... https://api.hcaptcha.com/checksiteconfig?v=c6e277da86802178b920b24f7bd79dd5d0c81e0d&host=www.brickderby.com&sitekey=f0040d84-5b68-4f44-ade4-30dcf7ce80d4&sc=1&swa=1&spst=1 — 200 — 1.1 KiB — 48 ms — h3https://newassets.hcaptcha.com/c/c0270a7339340a0a780dbcf5f11e79202f79f9fecc08ca3a625a53c097ab87a4/hsw.jsnewassets.hcaptcha.com/c/c0270a7339... https://newassets.hcaptcha.com/c/c0270a7339340a0a780dbcf5f11e79202f79f9fecc08ca3a625a53c097ab87a4/hsw.js — 200 — 374.6 KiB — 60 ms — h3blob:https://newassets.hcaptcha.com/57804075-9065-4730-83f3-a28b0b01415enewassets.hcaptcha.com/57804075-906... blob:https://newassets.hcaptcha.com/57804075-9065-4730-83f3-a28b0b01415e — 200 — -1 B — 368 ms — blobblob:https://newassets.hcaptcha.com/f157a51b-42a0-4043-85cc-50c406fe1b17newassets.hcaptcha.com/f157a51b-42a... blob:https://newassets.hcaptcha.com/f157a51b-42a0-4043-85cc-50c406fe1b17 — -1 — 0 B — 0 ms — https://www.brickderby.com/images/BD-Logo.pngwww.brickderby.com/images/BD-Logo.p... https://www.brickderby.com/images/BD-Logo.png — 200 — 167.8 KiB — 82 ms — h3
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
100% of JavaScript execution is third-party
First-party Third-party 840ms · 245KB · $5/mo
Unattributable
Other
Costly
Execution 234ms
Transfer 0 KB
Monthly Cost $1/mo
cdn.shopify.com
Other
Costly
Execution 226ms
Transfer 75 KB
Unused 36%
Monthly Cost $1/mo
www.brickderby.com
Other
Optional
Execution 195ms
Transfer 15 KB
Monthly Cost $1/mo
us-assets.i.posthog.com
Other
Optional
Execution 126ms
Transfer 69 KB
Unused 53%
Monthly Cost $1/mo
js.hcaptcha.com
Other
Optional
Execution 57ms
Transfer 86 KB
Unused 35%
Monthly Cost $0/mo

These scripts may cost more than they're worth

  • Unattributable adds 234ms and costs ~$1/month
  • cdn.shopify.com adds 226ms and costs ~$1/month

100% of JavaScript execution time is spent on third-party scripts. Consider auditing which scripts are essential.

Why this matters

When third-party JS execution time exceeds your own, performance gains from frontend work are capped by code you don't own.

Learn more

Every millisecond of third-party JS competes with your own for main-thread time. If their share is bigger than yours, optimization on your code base barely moves the needle. Audit, defer, or remove third-parties before further frontend optimization. Use Lighthouse's third-party audit to identify the worst offenders.

Source: web.dev

Unattributable takes 234ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

cdn.shopify.com takes 226ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

53% of us-assets.i.posthog.com's code is unused. The script may be loading features you don't use.

Why this matters

Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.

Source: web.dev

How third-party costs are calculated

Image Optimization
13 images, 706 KB total, 457 KB wasted
INFO

Image Optimization Audit

Total Images

13

Total Size

706 KB

Oversized

8

Wasted

457 KB

8 missing dimensions 8 missing lazy loading
All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback