Performance
· 27 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.Performance-focused optimization plan with CWV assessment, top offenders, and time estimates
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
3.80 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
7.90 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
286 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.002
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
6.96 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.
13.48 s
Page Load Progression
FPage Weight BudgetAction12.9 MB transferred, 140 requestsFIX
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
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.
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.
Font payload is large — subset to used glyphs only, or fall back to system fonts (zero load time).
Source: web.dev font loading
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
High HTTP request count — bundling, sprite-ing, and HTTP/2 server push can reduce per-request overhead.
Source: web.dev
FJS Execution CostAction4142ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.pinewoodpro.com/?BranchKey=7dbefe8b5aeef341e9fa25a9a8f35230 | 1473ms | 204ms | 8ms | 1st |
| https://www.pinewoodpro.com/mm5/clientside.mvc?T=166675e6&Filename=admin/ui.js | 797ms | 134ms | 75ms | 1st |
| Unattributable | 584ms | 15ms | 0ms | 3rd |
| https://www.pinewoodpro.com/mm5/json.mvc?Store_Code=PinewoodDerbyCar&Function=JavaScriptResource_Output&JavaScriptResource_Code=mmx-base&T=97583d53 | 396ms | 139ms | 2ms | 1st |
| https://www.shopperapproved.com/widgets/24935/merchant/rotating-widget/default.js?v=1 | 265ms | 48ms | 10ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=AW-971138695 | 231ms | 201ms | 28ms | 3rd |
| https://www.pinewoodpro.com/glide/glide.min.js | 165ms | 2ms | 2ms | 1st |
| https://www.pinewoodpro.com/mm5/json.mvc?Store_Code=PinewoodDerbyCar&Function=JavaScriptResource_Output&JavaScriptCombinedResource_Code=scripts&T=371bb801 | 90ms | 42ms | 11ms | 1st |
| https://s.pinimg.com/ct/lib/main.8bbbbe54.js | 71ms | 56ms | 11ms | 3rd |
| https://www.pinewoodpro.com/mm5/json.mvc?Store_Code=PinewoodDerbyCar&Function=CSSResource_Output&CSSCombinedResource_Code=stylesheet&T=d48f9686 | 69ms | 0ms | 0ms | 1st |
DJS BundlesAction39 scripts, 202 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.pinewoodpro.com/mm5/clientside.mvc?T=166675e6&Filename=admin/ui.js | 166 KB | 109 KB (66%) | ✗ | 1st |
| https://www.googletagmanager.com/gtag/js?id=AW-971138695 | 145 KB | 62 KB (43%) | ✓ | 3rd |
| https://www.pinewoodpro.com/mm5/json.mvc?Store_Code=PinewoodDerbyCar&Function=JavaScriptResource_Output&JavaScriptCombinedResource_Code=scripts&T=371bb801 | 48 KB | 32 KB (67%) | ✗ | 1st |
| https://www.shopperapproved.com/widgets/24935/merchant/rotating-widget/default.js?v=1 | 33 KB | — | ✓ | 3rd |
| https://www.pinewoodpro.com/mm5/clientside.mvc?T=166675e6&Filename=features/tui/branchpreviewdatepicker.js | 5 KB | — | ✓ | 1st |
| https://www.pinewoodpro.com/mm5/clientside.mvc?T=166675e6&Filename=features/tui/branchpreview.js | 5 KB | — | ✓ | 1st |
| https://pine.pinewoodpro.com/static/array.js?_=1778607870521 | 0 KB | — | ✓ | 3rd |
| https://www.pinewoodpro.com/mm5/json.mvc?Store_Code=PinewoodDerbyCar&Function=JavaScriptResource_Output&JavaScriptResource_Code=hero-slider&T=b426621c | 1 KB | — | ✓ | 1st |
| https://www.pinewoodpro.com/mm5/json.mvc?Store_Code=PinewoodDerbyCar&Function=JavaScriptResource_Output&JavaScriptResource_Code=mmx-base&T=97583d53 | 8 KB | — | ✓ | 1st |
| https://www.pinewoodpro.com/mm5/json.mvc?Store_Code=PinewoodDerbyCar&Function=JavaScriptResource_Output&JavaScriptResource_Code=mmx-text&T=a245b214 | 2 KB | — | ✓ | 1st |
Consider code splitting or tree shaking to reduce unused code.
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.
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.
This bundle has high unused code — code-split or tree-shake to ship only what executes.
Source: web.dev / Lighthouse coverage
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
CImage OptimizationAction62 images, 0 KB saveableREVIEW
Set explicit width and height to prevent CLS.
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.
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.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
BHTTP/3 (QUIC)HTTP/3 not advertisedREVIEW
CCompression AlgorithmActionMain response served uncompressedREVIEW
BMain HTML Cache-ControlNo Cache-Control header on main HTML responseREVIEW
BServer-Timing ObservabilityNo Server-Timing header foundREVIEW
CPage Weight InventoryAction140 resources · 12.9 MB · 202 KB savings availableREVIEW
~202.4 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 140 resources | 12.9 MiB | ||||||
BJavaScript Blocking2 JS blocking issue(s) detectedREVIEW
CGreen HostingActionWhether the site is served from green-energy infrastructureREVIEW
Green Hosting
No green hosting detected
A+Third-Party Impact7% third-party, 0 ms blockingPASS
A+Text CompressionAll text resources are compressedPASS
A+Font Loading5 fonts (261 KB)PASS
Web fonts
5
261 KB total
Render-blocking
0
of 5
Dominant font-display
swap
Most common across fonts
Font loading timeline
- Convert to woff2 for ~30% smaller file size
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 ~7 KB and ~14 ms
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource Hints3 hints, 0 missing preconnectsPASS
Current Resource Hints
3 resource hints configured
A+LCP Image PreloadLCP preload audit not availablePASS
A+Server Response Intelligence2 server-response signal(s) detectedPASS
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
ACSS Performance Depth1 CSS depth issue(s) detectedPASS
Network Waterfall140 requests over 3995msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
Unattributable Unattributable | Other | 584ms | 0 KB | — | $3/mo | Costly |
www.shopperapproved.com www.shopperapproved.com | Other | 265ms | 33 KB | — | $2/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 231ms | 145 KB | 43% | $1/mo | Costly |
s.pinimg.com s.pinimg.com | Other | 71ms | 27 KB | — | $0/mo | Optional |
These scripts may cost more than they're worth
- Unattributable adds 584ms and costs ~$3/month
- www.shopperapproved.com adds 265ms and costs ~$2/month
- Google Tag Manager adds 231ms and costs ~$1/month
Unattributable takes 584ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
www.shopperapproved.com takes 265ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
Google Tag Manager takes 231ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
Real-User Performance (CrUX)Field metrics from the Chrome User Experience ReportINFO
Chrome User Experience (CrUX)
Real-user metrics from the Chrome UX Report (2026-04-13 — 2026-05-10)
LCP (p75)
1941 ms
83% good
INP (p75)
0 ms
0% good
CLS (p75)
0.000
96% good
FCP (p75)
1667 ms
TTFB (p75)
1099 ms
Image Optimization25 images, 905 KB total, 270 KB wastedINFO
Image Optimization Audit
Total Images
25
Total Size
905 KB
Oversized
12
Wasted
270 KB