Skip to content
https://goodfair.com

Performance

· 14 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
77
GRADE
C
FIX
4
REVIEW
2
PASS
6
INFO
2

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

87
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
78
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
81
Best Practices Checks for modern web development best practices including HTTPS, no console errors, and secure JavaScript.
85
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.

872 ms

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

1.82 s

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

116 ms

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

0.004

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

1.81 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.

4.75 s

Page Load Progression

908 ms
1.8 s
2.7 s
3.6 s
4.5 s
5.4 s
6.4 s
7.3 s
Checks
14
6 PASS 2 REVIEW 4 FIX
F
Page Weight Budget
Action
3.5 MB transferred, 301 requests
FIX
3.5 MB transferred, 301 requests
Warning::
Page weighs 5.7 MB (3.5 MB transferred)
Warning::
Images are 1.2 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 1.2 MB
Warning::
JavaScript is 1.0 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 1.0 MB
Warning::
301 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 0.73 g CO2 per page load
3.5 MB / 2.4 MB budget
3.5 MB transferred
301 requests
0.73 g CO2 per page load
Images 1.2 MiB 35%
JavaScript 1.0 MiB 30%
Other 885.9 KiB 25%
Fonts 169.8 KiB 5%
HTML 86.2 KiB 2%
CSS 71.1 KiB 2%
Other 23.1 KiB 1%
Other 9.5 KiB 0%
Other 8.3 KiB 0%
Other 0 B 0%
0 2.4 MB 4.9 MB
Over budget

Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.

Why this matters

Image bandwidth is high — modern formats (WebP/AVIF) and resizing typically cut it 50%+.

Source: web.dev

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

Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.

Why this matters

High HTTP request count — bundling, sprite-ing, and HTTP/2 server push can reduce per-request overhead.

Source: web.dev

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 (3.5 MiB of 3.5 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
D
JS Execution Cost
Action
2878ms total JS execution
FIX
2878ms total JS execution
Warning::
https://goodfair1.myshopify.com/: 1066ms CPU time
Warning::
Unattributable: 582ms CPU time
Warning::
https://ajax.googleapis.com/ajax/libs/jquery/1.11....: 264ms CPU time
Info::
https://goodfair1.myshopify.com/cdn/shop/t/360/ass...: 170ms CPU time
Info::
https://www.googletagmanager.com/gtag/js?id=G-0JCF...: 146ms CPU time
Warning::
Third-party scripts: 2878ms (100% of total)

Main Thread Breakdown

Other 31% Style & Layout 31% Script Evaluation 28% Script Parsing & Compilation 4% Rendering 4%
ScriptTotalScriptingParse/CompileParty
https://goodfair1.myshopify.com/1066ms34ms8ms3rd
Unattributable582ms55ms0ms3rd
https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js264ms57ms5ms3rd
https://goodfair1.myshopify.com/cdn/shop/t/360/assets/critical.js?v=169402557219780209121766433240170ms6ms0ms3rd
https://www.googletagmanager.com/gtag/js?id=G-0JCF4YLMMR146ms121ms23ms3rd
https://goodfair1.myshopify.com/cdn/wpm/b0e8c7c7aw41bd75a1p837d7fd4m8b145375m.js136ms81ms10ms3rd
https://www.googletagmanager.com/gtag/destination?id=AW-11305189733&cx=c&gtm=4e6470h291ms72ms18ms3rd
https://www.googletagmanager.com/gtag/destination?id=MC-ELYEDT6X9J&cx=c&gtm=4e6470h279ms65ms14ms3rd
https://goodfair1.myshopify.com/cdn/shopifycloud/shop-js/modules/v2/chunk.index_4uAqGWkW.en.esm.js65ms49ms0ms3rd
https://goodfair1.myshopify.com/cdn/s/trekkie.storefront.e683ac02f599017ff9915d0144977db42ea1653f.min.js63ms50ms7ms3rd

Showing top 10 of 14 scripts

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, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Info::
No ETag or Last-Modified header
Conditional requests (304 Not Modified) are not possible without validators.
Cache-Control

private, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0

DirectiveValueMeaning
privateOnly browser cache, not CDN/proxy
max-age0Cache for 0 seconds
no-storeNever cache this response
no-cacheCache but always revalidate first
must-revalidateMust recheck with server after expiry
post-check0
pre-check0
B
Image Optimization
43 images, 0 KB saveable
REVIEW
43 images, 0 KB saveable
Info::
All images are well-optimized
43 images 1.2 MB
0 oversized -0 KB
37 legacy format
0 missing dimensions CLS risk
C
JS Bundles
Action
181 scripts, 266 KB unused
REVIEW
181 scripts, 266 KB unused
Warning::
https://www.googletagmanager.com/gtag/destination?...: 65 KB unused (48%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=G-0JCF...: 63 KB unused (38%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/destination?...: 57 KB unused (42%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://connect.facebook.net/en_US/fbevents.js: 33 KB unused (35%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://cdn1.stamped.io/files/widget.min.js?shop=g...: 25 KB unused (82%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 266 KB
266 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.googletagmanager.com/gtag/destination?id=MC-ELYEDT6X9J&cx=c&gtm=4e6470h2136 KB65 KB (48%)3rd
https://www.googletagmanager.com/gtag/js?id=G-0JCF4YLMMR164 KB63 KB (38%)3rd
https://www.googletagmanager.com/gtag/destination?id=AW-11305189733&cx=c&gtm=4e6470h2137 KB57 KB (42%)3rd
https://connect.facebook.net/en_US/fbevents.js95 KB33 KB (35%)3rd
https://cdn1.stamped.io/files/widget.min.js?shop=goodfair1.myshopify.com31 KB25 KB (82%)3rd
https://goodfair1.myshopify.com/cdn/wpm/b0e8c7c7aw41bd75a1p837d7fd4m8b145375m.js61 KB24 KB (40%)3rd
https://goodfair1.myshopify.com/cdn/shopifycloud/shop-js/modules/v2/chunk.useEmailListener_Dt_9YC85.en.esm.js2 KB3rd
https://goodfair1.myshopify.com/cdn/shopifycloud/shop-js/modules/v2/chunk.document_wK9XgDsR.esm.js1 KB3rd
https://goodfair1.myshopify.com/cdn/shop/t/360/assets/component.js?v=742391225725242960417664332402 KB3rd
https://goodfair1.myshopify.com/cdn/shop/t/360/assets/section-renderer.js?v=1172734085211145690617664332402 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

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
6 fonts (170 KB)
PASS
6 fonts (170 KB)
Info::
6 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

6

170 KB total

Render-blocking

0

of 6

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 500 ms 1.0 s 1.5 s FCP 872 ms LCP 1.8 shttps://goodfair1.myshopify.com/cdn/fonts/inter/inter_n4.b2a3f24c19b4de56e8871f609e73ca7f6d2e2bb9.woff2inter_n4.b2a3f24c19b4de... https://goodfair1.myshopify.com/cdn/fonts/inter/inter_n4.b2a3f24c19b4de56e8871f609e73ca7f6d2e2bb9.woff2 — 38.9 KiB — 0 ms — font-display: swaphttps://goodfair1.myshopify.com/cdn/fonts/inter/inter_n5.d7101d5e168594dd06f56f290dd759fba5431d97.woff2inter_n5.d7101d5e168594... https://goodfair1.myshopify.com/cdn/fonts/inter/inter_n5.d7101d5e168594dd06f56f290dd759fba5431d97.woff2 — 39.6 KiB — 0 ms — font-display: swaphttps://goodfair1.myshopify.com/cdn/fonts/inter/inter_n7.02711e6b374660cfc7915d1afc1c204e633421e4.woff2inter_n7.02711e6b374660... https://goodfair1.myshopify.com/cdn/fonts/inter/inter_n7.02711e6b374660cfc7915d1afc1c204e633421e4.woff2 — 39.5 KiB — 0 ms — font-display: swaphttps://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2memvYaGs126MiZpBA-UvWbX... https://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2 — 42.0 KiB — 0 ms — font-display: swaphttps://cdn1.stamped.io/fonts/stamped-font.ttf?rkevfistamped-font.ttf https://cdn1.stamped.io/fonts/stamped-font.ttf?rkevfi — 9.8 KiB — 0 ms — font-display: swaphttps://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2memvYaGs126MiZpBA-UvWbX... https://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2 — 0 B — 0 ms — font-display: swap
inter_n4.b2a3f24c19b4de... woff2 swap
Size 39 KB
Load time 0 ms
Start 0 ms
Risk FOUT — text flashes from fallback to web font
inter_n5.d7101d5e168594... woff2 swap
Size 40 KB
Load time 0 ms
Start 0 ms
Risk FOUT — text flashes from fallback to web font
inter_n7.02711e6b374660... woff2 swap
Size 39 KB
Load time 0 ms
Start 0 ms
Risk FOUT — text flashes from fallback to web font
memvYaGs126MiZpBA-UvWbX... woff2 swap
Size 42 KB
Load time 0 ms
Start 0 ms
Risk FOUT — text flashes from fallback to web font
stamped-font.ttf ttf swap
Size 10 KB
Load time 0 ms
Start 0 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
memvYaGs126MiZpBA-UvWbX... woff2 swap
Size 0 KB
Load time 0 ms
Start 0 ms
Risk FOUT — text flashes from fallback to web font
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 ~3 KB and ~6 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+
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
301 requests over 0ms
INFO

Performance analysis not available for this result.

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 2878ms · 807KB · €15/mo
goodfair1.myshopify.com
Other
Costly
Execution 1066ms
Transfer 53 KB
Monthly Cost €6/mo
Unattributable
Other
Costly
Execution 582ms
Transfer 0 KB
Monthly Cost €3/mo
ajax.googleapis.com
Other
Costly
Execution 264ms
Transfer 33 KB
Monthly Cost €1/mo
goodfair1.myshopify.com
Other
Optional
Execution 170ms
Transfer 3 KB
Monthly Cost €1/mo
Google Tag Manager
Tag Manager
Optional
Execution 146ms
Transfer 164 KB
Unused 38%
Monthly Cost €1/mo
goodfair1.myshopify.com
Other
Optional
Execution 136ms
Transfer 61 KB
Unused 40%
Monthly Cost €1/mo
Google Tag Manager
Tag Manager
Optional
Execution 91ms
Transfer 137 KB
Unused 42%
Monthly Cost €0/mo
Google Tag Manager
Tag Manager
Optional
Execution 79ms
Transfer 136 KB
Unused 48%
Monthly Cost €0/mo
goodfair1.myshopify.com
Other
Optional
Execution 65ms
Transfer 31 KB
Monthly Cost €0/mo
goodfair1.myshopify.com
Other
Optional
Execution 63ms
Transfer 28 KB
Monthly Cost €0/mo
Facebook Pixel
Advertising
Optional
Execution 59ms
Transfer 95 KB
Unused 35%
Monthly Cost €0/mo
Facebook Pixel
Advertising
Optional
Execution 54ms
Transfer 42 KB
Monthly Cost €0/mo
goodfair1.myshopify.com
Other
Optional
Execution 52ms
Transfer 3 KB
Monthly Cost €0/mo
goodfair1.myshopify.com
Other
Optional
Execution 52ms
Transfer 21 KB
Monthly Cost €0/mo

These scripts may cost more than they're worth

  • goodfair1.myshopify.com adds 1066ms and costs ~€6/month
  • Unattributable adds 582ms and costs ~€3/month
  • ajax.googleapis.com adds 264ms 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

goodfair1.myshopify.com takes 1066ms 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

Unattributable takes 582ms 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

ajax.googleapis.com takes 264ms 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

How third-party costs are calculated

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

Send Feedback