Performance
· 14 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.
827 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.58 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
634 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.021
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
2.15 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.
6.69 s
Page Load Progression
FPage Weight BudgetAction6.9 MB transferred, 201 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
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
DThird-Party ImpactAction99% third-party, 0 ms blockingFIX
DJS Execution CostAction2835ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.grammarly.com/ | 571ms | 44ms | 1ms | 1st |
| Unattributable | 483ms | 15ms | 0ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-NQ3XB9&l=dataLayerAt1333 | 329ms | 266ms | 24ms | 3rd |
| https://static-web.grammarly.com/cms/master/_next/static/chunks/framework-18871a3a7164e80f.js | 253ms | 229ms | 5ms | 3rd |
| https://static-web.grammarly.com/cms/master/_next/static/chunks/pages/render-b5a9ba44889e5a7a.js | 219ms | 214ms | 0ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=AW-956476927&l=dataLayerAt1333&cx=c>m=4e6460 | 147ms | 106ms | 24ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-CBK9K2ZWWE&l=dataLayerAt1333&cx=c>m=4e6460 | 130ms | 110ms | 14ms | 3rd |
| https://transcend-cdn.com/cm/1c1f8e90-47d0-4bba-a1a2-472d59b002a2/airgap.js | 108ms | 92ms | 6ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=DC-11910764&l=dataLayerAt1333&cx=c>m=4e6460 | 107ms | 97ms | 9ms | 3rd |
| https://analytics.tiktok.com/i18n/pixel/static/main.MWE0ZWQ3ZWQwMQ.js | 95ms | 80ms | 12ms | 3rd |
Showing top 10 of 16 scripts
FJS BundlesAction58 scripts, 1.1 MB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://static-web.grammarly.com/cms/master/_next/static/chunks/345-b3c0ea41a809d894.js | 490 KB | 317 KB (65%) | ✓ | 3rd |
| https://static-web.grammarly.com/cms/master/_next/static/chunks/151-c24adecc0ed805dc.js | 160 KB | 101 KB (63%) | ✓ | 3rd |
| https://static-web.grammarly.com/cms/master/_next/static/chunks/2665999f-54d41965add03933.js | 122 KB | 81 KB (67%) | ✓ | 3rd |
| https://accounts.google.com/gsi/client | 93 KB | 70 KB (75%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=DC-10353179&l=dataLayerAt1333&cx=c>m=4e6460 | 130 KB | 60 KB (46%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=DC-10353176&l=dataLayerAt1333&cx=c>m=4e6460 | 130 KB | 60 KB (46%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-CBK9K2ZWWE&l=dataLayerAt1333&cx=c>m=4e6460 | 167 KB | 59 KB (36%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-NQ3XB9&l=dataLayerAt1333 | 200 KB | 57 KB (28%) | ✓ | 3rd |
| https://analytics.tiktok.com/i18n/pixel/static/main.MWE0ZWQ3ZWQwMQ.js | 110 KB | 56 KB (51%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=AW-956476927&l=dataLayerAt1333&cx=c>m=4e6460 | 146 KB | 54 KB (37%) | ✓ | 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
DHTTP CachingActionno-store (uncacheable)FIX
max-age=0, no-store, no-cache
| Directive | Value | Meaning |
|---|---|---|
| max-age | 0 | Cache for 0 seconds |
| no-store | — | Never cache this response |
| no-cache | — | Cache but always revalidate first |
CImage OptimizationAction51 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.
Performance issues directly impact user engagement and conversion rates.
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 Loading10 fonts (790 KB)PASS
Web fonts
10
790 KB total
Render-blocking
0
of 10
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
- 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 ~188 KB and ~376 ms
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource HintsNo optimization neededPASS
Network Waterfall201 requests over 0msINFO
Performance analysis not available for this result.
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
Unattributable Unattributable | Other | 483ms | 0 KB | — | $6/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 329ms | 200 KB | 28% | $4/mo | Costly |
static-web.grammarly.com static-web.grammarly.com | Other | 253ms | 54 KB | 45% | $3/mo | Costly |
static-web.grammarly.com static-web.grammarly.com | Other | 219ms | 1 KB | — | $3/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 147ms | 146 KB | 37% | $2/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 130ms | 167 KB | 36% | $2/mo | Optional |
transcend-cdn.com transcend-cdn.com | Other | 108ms | 53 KB | 44% | $1/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 107ms | 131 KB | 41% | $1/mo | Optional |
analytics.tiktok.com analytics.tiktok.com | Other | 95ms | 110 KB | 51% | $1/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 84ms | 130 KB | 46% | $1/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 71ms | 130 KB | 46% | $1/mo | Optional |
Microsoft Clarity scripts.clarity.ms | Session Replay | 65ms | 26 KB | — | $1/mo | Optional |
Facebook Pixel connect.facebook.net | Advertising | 64ms | 95 KB | 36% | $1/mo | Optional |
transcend-cdn.com transcend-cdn.com | Other | 58ms | 93 KB | 48% | $1/mo | Optional |
cdn.taboola.com cdn.taboola.com | Other | 52ms | 27 KB | — | $1/mo | Optional |
These scripts may cost more than they're worth
- Unattributable adds 483ms and costs ~$6/month
- Google Tag Manager adds 329ms and costs ~$4/month
- static-web.grammarly.com adds 253ms and costs ~$3/month
- static-web.grammarly.com adds 219ms and costs ~$3/month
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
Unattributable takes 483ms 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 329ms 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
static-web.grammarly.com takes 253ms 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
static-web.grammarly.com takes 219ms 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
51% of analytics.tiktok.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