Performance
· 22 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.
325 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
4.89 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
17 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.149
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
1.38 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.
5.23 s
Page Load Progression
FPage Weight BudgetAction5.0 MB transferred, 75 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
DJS BundlesAction30 scripts, 472 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202608270101/pubads_impl.js | 211 KB | 157 KB (75%) | ✓ | 3rd |
| https://edge.aditude.io/prebid/9.19.0.js?var=tudePbjs&fork=1&v=359da6cc5bd6046ed15ad64d2fafd3b8&modules=WyIzM2Fjcm9zc0JpZEFkYXB0ZXIiLCIzM2Fjcm9zc0lkU3lzdGVtIiwiYWRhZ2lvQmlkQWRhcHRlciIsImFkaXR1ZGUiLCJhZHlvdWxpa2VCaWRBZGFwdGVyIiwiYWxsb3dBY3Rpdml0aWVzIiwiYXBwbmV4dXNCaWRBZGFwdGVyIiwiYXRzQW5hbHl0aWNzQWRhcHRlciIsImNvbnNlbnRNYW5hZ2VtZW50IiwiY29uc2VudE1hbmFnZW1lbnRHcHAiLCJjb25zZW50TWFuYWdlbWVudFVzcCIsImNyaXRlb0JpZEFkYXB0ZXIiLCJjcml0ZW9JZFN5c3RlbSIsImVucmljaG1lbnRGcGRNb2R1bGUiLCJnZHByRW5mb3JjZW1lbnQiLCJncHRQcmVBdWN0aW9uIiwiZ3JpZEJpZEFkYXB0ZXIiLCJndW1ndW1CaWRBZGFwdGVyIiwiaWQ1SWRTeXN0ZW0iLCJpZGVudGl0eUxpbmtJZFN5c3RlbSIsImluc3RpY2F0b3JCaWRBZGFwdGVyIiwiaXhCaWRBZGFwdGVyIiwibWVkaWFuZXRCaWRBZGFwdGVyIiwibXNmdEJpZEFkYXB0ZXIiLCJuYXRpdm9CaWRBZGFwdGVyIiwib3BlbnhCaWRBZGFwdGVyIiwicGFpcklkU3lzdGVtIiwicHJlYmlkU2VydmVyQmlkQWRhcHRlciIsInByaWNlRmxvb3JzIiwicHViUHJvdmlkZWRJZFN5c3RlbSIsInB1Ym1hdGljQmlkQWRhcHRlciIsInJ1Ymljb25CaWRBZGFwdGVyIiwic2VlZHRhZ0JpZEFkYXB0ZXIiLCJzaGFyZWRJZFN5c3RlbSIsInNtYXJ0YWRzZXJ2ZXJCaWRBZGFwdGVyIiwic29ub2JpQmlkQWRhcHRlciIsInRyaXBsZWxpZnRCaWRBZGFwdGVyIiwidW5pZmllZElkU3lzdGVtIl0%3D | 163 KB | 124 KB (76%) | ✓ | 3rd |
| https://raven-static.aditude.io/prod/1.22.2-6hoy9q/raven.js | 106 KB | 64 KB (61%) | ✓ | 3rd |
| https://c.amazon-adsystem.com/aax2/apstag.js | 93 KB | 53 KB (58%) | ✓ | 3rd |
| https://dn0qt3r0xannq.cloudfront.net/wordpress-2Pvwql52OT/wordpress-longform/prebid-wrapper.js | 102 KB | 53 KB (52%) | ✓ | 3rd |
| https://cadmus.script.ac/dy5zgrznaumwk/script.js | 93 KB | 20 KB (22%) | ✓ | 3rd |
| blob:https://unmineable.wordpress.com/4799bb49-4258-47b0-a0c4-d82d70aba566 | -0 KB | — | ✓ | 3rd |
| https://raven-edge.aditude.io/raven/wordpress-main-Uv94n/library.js | 3 KB | — | ✓ | 3rd |
| https://unmineable.wordpress.com/wp-content/plugins/gutenberg-core/v23.9.0/build/modules/block-library/navigation/view.min.js?m=1788366818i&ver=1bf28ded04f9f188bdcb | 1 KB | — | ✓ | 1st |
| https://unmineable.wordpress.com/wp-content/mu-plugins/jetpack-plugin/sun/_inc/blocks/subscriptions/view.js?m=1782393827i&minify=false&ver=16.2-a.6 | 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
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
DPage Weight InventoryAction75 resources · 5.0 MB · 472 KB savings availableFIX
~472.2 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 75 resources | 5.0 MiB | ||||||
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
BImage Optimization21 images, 0 KB saveableREVIEW
BHTTP/3 (QUIC)HTTP/3 not advertisedREVIEW
BMain HTML Cache-ControlNo Cache-Control header on main HTML responseREVIEW
CGreen HostingActionWhether the site is served from green-energy infrastructureREVIEW
Green Hosting
No green hosting detected
AThird-Party Impact28% third-party, 0 ms blockingPASS
A+Text CompressionAll text resources are compressedPASS
A+JS Execution Cost455ms total JS executionPASS
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://unmineable.wordpress.com/ | 143ms | 12ms | 2ms | 1st |
| Unattributable | 132ms | 18ms | 0ms | 1st |
| https://edge.aditude.io/prebid/9.19.0.js?var=tudePbjs&fork=1&v=359da6cc5bd6046ed15ad64d2fafd3b8&modules=WyIzM2Fjcm9zc0JpZEFkYXB0ZXIiLCIzM2Fjcm9zc0lkU3lzdGVtIiwiYWRhZ2lvQmlkQWRhcHRlciIsImFkaXR1ZGUiLCJhZHlvdWxpa2VCaWRBZGFwdGVyIiwiYWxsb3dBY3Rpdml0aWVzIiwiYXBwbmV4dXNCaWRBZGFwdGVyIiwiYXRzQW5hbHl0aWNzQWRhcHRlciIsImNvbnNlbnRNYW5hZ2VtZW50IiwiY29uc2VudE1hbmFnZW1lbnRHcHAiLCJjb25zZW50TWFuYWdlbWVudFVzcCIsImNyaXRlb0JpZEFkYXB0ZXIiLCJjcml0ZW9JZFN5c3RlbSIsImVucmljaG1lbnRGcGRNb2R1bGUiLCJnZHByRW5mb3JjZW1lbnQiLCJncHRQcmVBdWN0aW9uIiwiZ3JpZEJpZEFkYXB0ZXIiLCJndW1ndW1CaWRBZGFwdGVyIiwiaWQ1SWRTeXN0ZW0iLCJpZGVudGl0eUxpbmtJZFN5c3RlbSIsImluc3RpY2F0b3JCaWRBZGFwdGVyIiwiaXhCaWRBZGFwdGVyIiwibWVkaWFuZXRCaWRBZGFwdGVyIiwibXNmdEJpZEFkYXB0ZXIiLCJuYXRpdm9CaWRBZGFwdGVyIiwib3BlbnhCaWRBZGFwdGVyIiwicGFpcklkU3lzdGVtIiwicHJlYmlkU2VydmVyQmlkQWRhcHRlciIsInByaWNlRmxvb3JzIiwicHViUHJvdmlkZWRJZFN5c3RlbSIsInB1Ym1hdGljQmlkQWRhcHRlciIsInJ1Ymljb25CaWRBZGFwdGVyIiwic2VlZHRhZ0JpZEFkYXB0ZXIiLCJzaGFyZWRJZFN5c3RlbSIsInNtYXJ0YWRzZXJ2ZXJCaWRBZGFwdGVyIiwic29ub2JpQmlkQWRhcHRlciIsInRyaXBsZWxpZnRCaWRBZGFwdGVyIiwidW5pZmllZElkU3lzdGVtIl0%3D | 67ms | 57ms | 8ms | 3rd |
| https://dn0qt3r0xannq.cloudfront.net/wordpress-2Pvwql52OT/wordpress-longform/prebid-wrapper.js | 57ms | 49ms | 8ms | 3rd |
| https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202608270101/pubads_impl.js | 56ms | 44ms | 11ms | 3rd |
A+Font Loading5 fonts (549 KB)PASS
Web fonts
5
549 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
- Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
- Convert to woff2 for ~30% smaller file size
- 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
- Convert to woff2 for ~30% smaller file size
- 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 ~401 KB and ~802 ms
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource HintsNo optimization neededPASS
A+Compression AlgorithmMain response uses brotliPASS
A+LCP Image PreloadLCP preload audit not availablePASS
A+Server-Timing Observability3 Server-Timing entries advertisedPASS
A+Server Response Intelligence2 server-response signal(s) detectedPASS
Network Waterfall75 requests over 1182msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
edge.aditude.io edge.aditude.io | Other | 67ms | 163 KB | 76% | $1/mo | Optional |
dn0qt3r0xannq.cloudfront.net dn0qt3r0xannq.cloudfront.net | Other | 57ms | 102 KB | 52% | $1/mo | Optional |
securepubads.g.doubleclick.net securepubads.g.doubleclick.net | Other | 56ms | 211 KB | 75% | $1/mo | Optional |
76% of edge.aditude.io's code is unused. The script may be loading features you don't use.
Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.
Source: web.dev
52% of dn0qt3r0xannq.cloudfront.net's code is unused. The script may be loading features you don't use.
Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.
Source: web.dev
75% of securepubads.g.doubleclick.net's code is unused. The script may be loading features you don't use.
Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.
Source: web.dev
Image Optimization14 images, 3060 KB total, 0 KB wastedINFO
Image Optimization Audit
Total Images
14
Total Size
3060 KB