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.
299 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
2.88 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
10 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.
979 ms
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.54 s
Page Load Progression
FPage Weight BudgetAction3.4 MB transferred, 74 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, 480 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202609010101/pubads_impl.js | 211 KB | 157 KB (74%) | ✓ | 3rd |
| https://edge.aditude.io/prebid/9.19.0.js?var=tudePbjs&fork=1&v=8f0ecc3c28aa76a82deb2a9c7bffa161&modules=WyIzM2Fjcm9zc0JpZEFkYXB0ZXIiLCIzM2Fjcm9zc0lkU3lzdGVtIiwiYWRhZ2lvQmlkQWRhcHRlciIsImFkaXR1ZGUiLCJhZHlvdWxpa2VCaWRBZGFwdGVyIiwiYWxsb3dBY3Rpdml0aWVzIiwiYXBwbmV4dXNCaWRBZGFwdGVyIiwiYXRzQW5hbHl0aWNzQWRhcHRlciIsImNvbnNlbnRNYW5hZ2VtZW50IiwiY29uc2VudE1hbmFnZW1lbnRHcHAiLCJjb25zZW50TWFuYWdlbWVudFVzcCIsImNyaXRlb0JpZEFkYXB0ZXIiLCJjcml0ZW9JZFN5c3RlbSIsImVucmljaG1lbnRGcGRNb2R1bGUiLCJnZHByRW5mb3JjZW1lbnQiLCJncHRQcmVBdWN0aW9uIiwiZ3JpZEJpZEFkYXB0ZXIiLCJndW1ndW1CaWRBZGFwdGVyIiwiaWQ1SWRTeXN0ZW0iLCJpZGVudGl0eUxpbmtJZFN5c3RlbSIsImluc3RpY2F0b3JCaWRBZGFwdGVyIiwiaXhCaWRBZGFwdGVyIiwibWVkaWFuZXRCaWRBZGFwdGVyIiwibXNmdEJpZEFkYXB0ZXIiLCJuYXRpdm9CaWRBZGFwdGVyIiwib3BlbnhCaWRBZGFwdGVyIiwicGFpcklkU3lzdGVtIiwicHJlYmlkU2VydmVyQmlkQWRhcHRlciIsInByaWNlRmxvb3JzIiwicHViUHJvdmlkZWRJZFN5c3RlbSIsInB1Ym1hdGljQmlkQWRhcHRlciIsInJ1Ymljb25CaWRBZGFwdGVyIiwic2VlZHRhZ0JpZEFkYXB0ZXIiLCJzaGFyZWRJZFN5c3RlbSIsInNtYXJ0YWRzZXJ2ZXJCaWRBZGFwdGVyIiwic29ub2JpQmlkQWRhcHRlciIsInRyaXBsZWxpZnRCaWRBZGFwdGVyIiwidW5pZmllZElkU3lzdGVtIl0%3D | 162 KB | 124 KB (76%) | ✓ | 3rd |
| https://raven-static.aditude.io/prod/1.23.1-8v5bsy/raven.js | 106 KB | 64 KB (61%) | ✓ | 3rd |
| https://dn0qt3r0xannq.cloudfront.net/wordpress-2Pvwql52OT/wordpress-longform/prebid-wrapper.js | 117 KB | 61 KB (52%) | ✓ | 3rd |
| https://c.amazon-adsystem.com/aax2/apstag.js | 93 KB | 54 KB (58%) | ✓ | 3rd |
| https://cadmus.script.ac/dy5zgrznaumwk/script.js | 96 KB | 21 KB (22%) | ✓ | 3rd |
| blob:https://unmineable.wordpress.com/3159b974-9553-4a46-8cec-92d225a069a7 | -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/moon/_inc/blocks/subscriptions/view.js?m=1782389597i&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
FPage Weight InventoryAction74 resources · 3.4 MB · 480 KB savings availableFIX
~480.3 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 74 resources | 3.4 MiB | ||||||
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
BThird-Party Impact42% third-party, 0 ms blockingREVIEW
BImage Optimization20 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
A+Text CompressionAll text resources are compressedPASS
A+JS Execution Cost445ms total JS executionPASS
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://unmineable.wordpress.com/ | 118ms | 10ms | 3ms | 1st |
| Unattributable | 101ms | 21ms | 0ms | 1st |
| https://edge.aditude.io/prebid/9.19.0.js?var=tudePbjs&fork=1&v=8f0ecc3c28aa76a82deb2a9c7bffa161&modules=WyIzM2Fjcm9zc0JpZEFkYXB0ZXIiLCIzM2Fjcm9zc0lkU3lzdGVtIiwiYWRhZ2lvQmlkQWRhcHRlciIsImFkaXR1ZGUiLCJhZHlvdWxpa2VCaWRBZGFwdGVyIiwiYWxsb3dBY3Rpdml0aWVzIiwiYXBwbmV4dXNCaWRBZGFwdGVyIiwiYXRzQW5hbHl0aWNzQWRhcHRlciIsImNvbnNlbnRNYW5hZ2VtZW50IiwiY29uc2VudE1hbmFnZW1lbnRHcHAiLCJjb25zZW50TWFuYWdlbWVudFVzcCIsImNyaXRlb0JpZEFkYXB0ZXIiLCJjcml0ZW9JZFN5c3RlbSIsImVucmljaG1lbnRGcGRNb2R1bGUiLCJnZHByRW5mb3JjZW1lbnQiLCJncHRQcmVBdWN0aW9uIiwiZ3JpZEJpZEFkYXB0ZXIiLCJndW1ndW1CaWRBZGFwdGVyIiwiaWQ1SWRTeXN0ZW0iLCJpZGVudGl0eUxpbmtJZFN5c3RlbSIsImluc3RpY2F0b3JCaWRBZGFwdGVyIiwiaXhCaWRBZGFwdGVyIiwibWVkaWFuZXRCaWRBZGFwdGVyIiwibXNmdEJpZEFkYXB0ZXIiLCJuYXRpdm9CaWRBZGFwdGVyIiwib3BlbnhCaWRBZGFwdGVyIiwicGFpcklkU3lzdGVtIiwicHJlYmlkU2VydmVyQmlkQWRhcHRlciIsInByaWNlRmxvb3JzIiwicHViUHJvdmlkZWRJZFN5c3RlbSIsInB1Ym1hdGljQmlkQWRhcHRlciIsInJ1Ymljb25CaWRBZGFwdGVyIiwic2VlZHRhZ0JpZEFkYXB0ZXIiLCJzaGFyZWRJZFN5c3RlbSIsInNtYXJ0YWRzZXJ2ZXJCaWRBZGFwdGVyIiwic29ub2JpQmlkQWRhcHRlciIsInRyaXBsZWxpZnRCaWRBZGFwdGVyIiwidW5pZmllZElkU3lzdGVtIl0%3D | 62ms | 48ms | 14ms | 3rd |
| https://dn0qt3r0xannq.cloudfront.net/wordpress-2Pvwql52OT/wordpress-longform/prebid-wrapper.js | 58ms | 52ms | 6ms | 3rd |
| https://s0.wp.com/wp-content/blog-plugins/wordads-classes/js/cmp/v2/notice.bundle.js?id=09a90b609879d5cf593b | 53ms | 48ms | 1ms | 3rd |
| https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202609010101/pubads_impl.js | 52ms | 37ms | 14ms | 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 Waterfall74 requests over 1483msINFO
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 | 62ms | 162 KB | 76% | $1/mo | Optional |
dn0qt3r0xannq.cloudfront.net dn0qt3r0xannq.cloudfront.net | Other | 58ms | 117 KB | 52% | $1/mo | Optional |
s0.wp.com s0.wp.com | Other | 53ms | 7 KB | — | $1/mo | Optional |
securepubads.g.doubleclick.net securepubads.g.doubleclick.net | Other | 52ms | 211 KB | 74% | $1/mo | Optional |
51% of JavaScript execution time comes from third-party scripts.
Third-party scripts (analytics, ads, social, A/B testing) often dominate execution time — every one is a perf-and-privacy tax.
Learn more ▾ ▴
Each third-party script is a black box: you don't control when it loads, what it executes, or how much it grows. They often account for a major share of total blocking time on average sites (HTTP Archive's Web Almanac documents the trend). Audit which ones you actually need, defer the rest, and use facade patterns (lite-youtube, lite-vimeo) for embedded media.
Source: web.dev / HTTP Archive Web Almanac
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
74% 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 Optimization13 images, 1390 KB total, 0 KB wastedINFO
Image Optimization Audit
Total Images
13
Total Size
1390 KB