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.01 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.16 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
2 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.074
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
1.11 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.59 s
Page Load Progression
DPage Weight BudgetAction2.4 MB transferred, 91 requestsFIX
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
DThird-Party ImpactAction72% third-party, 0 ms blockingFIX
FJS BundlesAction42 scripts, 698 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://pagead2.googlesyndication.com/pagead/managed/js/adsense/m202604160101/show_ads_impl_fy2021.js | 178 KB | 134 KB (75%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-LJD5FWDH41&cx=c>m=4e64h1 | 157 KB | 110 KB (70%) | ✓ | 3rd |
| https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604200101/pubads_impl.js?cb=31097964 | 188 KB | 109 KB (58%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-PMTRBJDM | 112 KB | 70 KB (63%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-LJD5FWDH41 | 158 KB | 66 KB (42%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-TCRTV4 | 168 KB | 66 KB (39%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-JZC6866YFK&cx=c>m=4e64h1h1 | 156 KB | 63 KB (40%) | ✓ | 3rd |
| https://client.rum.us-east-1.amazonaws.com/1.18.0/cwr.js | 56 KB | 32 KB (57%) | ✓ | 3rd |
| https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?ver=28092017 | 54 KB | 28 KB (51%) | ✓ | 3rd |
| https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js | 30 KB | 21 KB (70%) | ✓ | 3rd |
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 InventoryAction91 resources · 2.4 MB · 698 KB savings availableFIX
~698.4 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 91 resources | 2.4 MiB | ||||||
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
BImage Optimization13 images, 0 KB saveableREVIEW
BJS Execution Cost613ms total JS executionREVIEW
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| Unattributable | 134ms | 12ms | 0ms | 3rd |
| https://searchenginewatch.com/ | 120ms | 11ms | 1ms | 1st |
| https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604200101/pubads_impl.js?cb=31097964 | 103ms | 89ms | 11ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-LJD5FWDH41 | 76ms | 67ms | 8ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-TCRTV4 | 67ms | 55ms | 10ms | 3rd |
| https://pagead2.googlesyndication.com/pagead/managed/js/adsense/m202604160101/show_ads_impl_fy2021.js | 61ms | 46ms | 12ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-JZC6866YFK&cx=c>m=4e64h1h1 | 52ms | 43ms | 8ms | 3rd |
CGreen HostingActionWhether the site is served from green-energy infrastructureREVIEW
Green Hosting
No green hosting detected
A+Text CompressionAll text resources are compressedPASS
A+Font Loading4 fonts (250 KB)PASS
Web fonts
4
250 KB total
Render-blocking
0
of 4
Dominant font-display
swap
Most common across fonts
Font loading timeline
- 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 ~63 KB and ~126 ms
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource HintsNo optimization neededPASS
Network Waterfall91 requests over 2352msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
Unattributable Unattributable | Other | 134ms | 0 KB | — | $2/mo | Optional |
securepubads.g.doubleclick.net securepubads.g.doubleclick.net | Other | 103ms | 188 KB | 58% | $1/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 76ms | 158 KB | 42% | $1/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 67ms | 168 KB | 39% | $1/mo | Optional |
pagead2.googlesyndication.com pagead2.googlesyndication.com | Other | 61ms | 178 KB | 75% | $1/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 52ms | 156 KB | 40% | $1/mo | Optional |
80% of JavaScript execution time is spent on third-party scripts. Consider auditing which scripts are essential.
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
58% 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
75% of pagead2.googlesyndication.com'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