Performance
· 15 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.
1.97 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
2.80 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
8 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.092
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
2.35 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.
3.47 s
Page Load Progression
DHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
BPage Weight Budget1.5 MB transferred, 125 requestsREVIEW
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
Remove unused CSS rules with tools like PurgeCSS to reduce stylesheet size.
CSS bundle is large — purge unused styles (PurgeCSS, Tailwind JIT) to reduce CSS payload.
Source: web.dev
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
CImage OptimizationAction18 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
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
CJS Execution CostAction1129ms total JS executionREVIEW
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://pccc.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1 | 629ms | 222ms | 4ms | 1st |
| Unattributable | 180ms | 4ms | 0ms | 3rd |
| https://pccc.com/ | 137ms | 18ms | 20ms | 1st |
| https://www.googletagmanager.com/gtag/js?id=G-24H18FYP4P | 128ms | 102ms | 23ms | 3rd |
| https://pccc.com/wp-content/plugins/elementor-pro/assets/js/carousel.e2af910b095554625156.bundle.min.js | 57ms | 44ms | 0ms | 1st |
CJS BundlesAction38 scripts, 217 KB unusedREVIEW
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://pccc.com/wp-content/plugins/slider-revolution/public/assets/js/rs6.min.js?ver=6.5.19 | 99 KB | 96 KB (97%) | ✓ | 1st |
| https://www.googletagmanager.com/gtag/js?id=G-24H18FYP4P | 169 KB | 68 KB (40%) | ✓ | 3rd |
| https://pccc.com/wp-content/plugins/slider-revolution/public/assets/js/rbtools.min.js?ver=6.5.18 | 48 KB | 31 KB (65%) | ✓ | 1st |
| https://pccc.com/wp-content/plugins/elementor/assets/lib/swiper/v8/swiper.min.js?ver=8.4.5 | 39 KB | 22 KB (57%) | ✓ | 1st |
| https://pccc.com/wp-includes/js/jquery/ui/core.min.js?ver=1.13.3 | 7 KB | — | ✓ | 1st |
| https://pccc.com/wp-content/plugins/elementor-pro/assets/js/webpack-pro.runtime.min.js?ver=4.0.2 | 3 KB | — | ✓ | 1st |
| https://cdn.lordicon.com/lordicon.js | 77 KB | — | ✓ | 3rd |
| https://pccc.com/wp-content/plugins/saasland-core/assets/vendors/merge/magnify-pop/jquery.magnific-popup.min.js?ver=1.1.0 | 8 KB | — | ✓ | 1st |
| https://pccc.com/wp-content/plugins/saasland-core/assets/vendors/merge/magnify-pop/magnifier.js?ver=1.0 | 4 KB | — | ✓ | 1st |
| https://pccc.com/wp-content/plugins/saasland-core/assets/vendors/wow/wow.min.js?ver=1.1.3 | 3 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
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
CPage Weight InventoryAction125 resources · 1.5 MB · 217 KB savings availableREVIEW
~217.2 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 125 resources | 1.5 MiB | ||||||
CGreen HostingActionWhether the site is served from green-energy infrastructureREVIEW
Green Hosting
No green hosting detected
A+Third-Party Impact18% third-party, 0 ms blockingPASS
A+Text CompressionAll text resources are compressedPASS
A+Font Loading10 fonts (192 KB)PASS
Web fonts
10
192 KB total
Render-blocking
0
of 10
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 ~10 KB and ~20 ms
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource HintsNo optimization neededPASS
Network Waterfall125 requests over 3667msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
Unattributable Unattributable | Other | 180ms | 0 KB | — | $2/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 128ms | 169 KB | 40% | $2/mo | Optional |