Performance
· 16 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.
3.58 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
22.45 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
1.95 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.189
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
10.49 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.
28.23 s
Page Load Progression
FPage Weight BudgetAction10.2 MB transferred, 115 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
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 ImpactAction77% third-party, 0 ms blockingFIX
FJS Execution CostAction7897ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.airtable.com/_next/static/chunks/bd1001c5f3e89735.js?dpl=dpl_AoNDcemAgxit8yEyauh6cSBizDSu | 1403ms | 251ms | 180ms | 1st |
| https://www.airtable.com/_next/static/chunks/025945c9af47bc0c.js?dpl=dpl_AoNDcemAgxit8yEyauh6cSBizDSu | 1301ms | 1153ms | 17ms | 1st |
| https://www.airtable.com/ | 1242ms | 43ms | 3ms | 1st |
| Unattributable | 1154ms | 167ms | 0ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-NCLXNTS | 615ms | 535ms | 70ms | 3rd |
| https://www.airtable.com/_next/static/chunks/turbopack-d9509d892eb10b4f.js?dpl=dpl_AoNDcemAgxit8yEyauh6cSBizDSu | 614ms | 597ms | 2ms | 1st |
| https://www.googletagmanager.com/gtag/js?id=AW-16698155605&cx=c>m=4e6460 | 431ms | 385ms | 39ms | 3rd |
| https://www.airtable.com/_next/static/chunks/turbopack-3cf1c88b3ab4a4fd.js?dpl=dpl_AoNDcemAgxit8yEyauh6cSBizDSu | 420ms | 418ms | 2ms | 1st |
| https://cookie-cdn.cookiepro.com/scripttemplates/202511.1.0/otBannerSdk.js | 211ms | 96ms | 82ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=AW-1020373621&cx=c>m=4e6460 | 181ms | 142ms | 38ms | 3rd |
Showing top 10 of 15 scripts
FJS BundlesAction53 scripts, 1.4 MB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.airtable.com/_next/static/chunks/bd1001c5f3e89735.js?dpl=dpl_AoNDcemAgxit8yEyauh6cSBizDSu | 664 KB | 526 KB (79%) | ✓ | 1st |
| https://www.airtable.com/_next/static/chunks/41bcea1936d1b7cb.js?dpl=dpl_AoNDcemAgxit8yEyauh6cSBizDSu | 132 KB | 131 KB (100%) | ✓ | 1st |
| https://www.airtable.com/_next/static/chunks/712d7bdc5166c86b.js?dpl=dpl_AoNDcemAgxit8yEyauh6cSBizDSu | 131 KB | 130 KB (100%) | ✓ | 1st |
| https://www.airtable.com/_next/static/chunks/216171430aeb734b.js?dpl=dpl_AoNDcemAgxit8yEyauh6cSBizDSu | 132 KB | 109 KB (83%) | ✓ | 1st |
| https://cookie-cdn.cookiepro.com/scripttemplates/202511.1.0/otBannerSdk.js | 125 KB | 74 KB (60%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=AW-1020373621&cx=c>m=4e6460 | 144 KB | 65 KB (45%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-NCLXNTS | 172 KB | 65 KB (38%) | ✓ | 3rd |
| https://www.airtable.com/_next/static/chunks/94f43d537ec108cf.js?dpl=dpl_AoNDcemAgxit8yEyauh6cSBizDSu | 81 KB | 65 KB (91%) | ✓ | 1st |
| https://www.googletagmanager.com/gtag/js?id=AW-16698155605&cx=c>m=4e6460 | 168 KB | 63 KB (37%) | ✓ | 3rd |
| https://www.airtable.com/_next/static/chunks/eb66c26139185530.js?dpl=dpl_AoNDcemAgxit8yEyauh6cSBizDSu | 89 KB | 60 KB (68%) | ✓ | 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
BImage Optimization22 images, 0 KB saveableREVIEW
CGreen HostingActionWhether the site is served from green-energy infrastructureREVIEW
Green Hosting
No green hosting detected
BHTTP Cachingpublic, max-age=0, must-revalidateREVIEW
public, max-age=0, must-revalidate
| Directive | Value | Meaning |
|---|---|---|
| public | — | Any cache may store this response |
| max-age | 0 | Cache for 0 seconds |
| must-revalidate | — | Must recheck with server after expiry |
A+Text CompressionAll text resources are compressedPASS
A+Font Loading10 fonts (454 KB)PASS
Web fonts
10
454 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
- Convert to woff2 for ~30% smaller file size
- Convert to woff2 for ~30% smaller file size
- Convert to woff2 for ~30% smaller file size
- 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 ~79 KB and ~158 ms
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource Hints32 hints, 0 missing preconnectsPASS
Current Resource Hints
32 resource hints configured
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
Network Waterfall115 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 | 1154ms | 0 KB | — | €13/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 615ms | 172 KB | 38% | €7/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 431ms | 168 KB | 37% | €5/mo | Costly |
cookie-cdn.cookiepro.com cookie-cdn.cookiepro.com | Other | 211ms | 125 KB | 60% | €2/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 181ms | 144 KB | 45% | €2/mo | Optional |
LinkedIn Insight snap.licdn.com | Advertising | 59ms | 19 KB | — | €1/mo | Optional |
These scripts may cost more than they're worth
- Unattributable adds 1154ms and costs ~€13/month
- Google Tag Manager adds 615ms and costs ~€7/month
- Google Tag Manager adds 431ms and costs ~€5/month
- cookie-cdn.cookiepro.com adds 211ms and costs ~€2/month
Unattributable takes 1154ms 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 615ms 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 431ms 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
cookie-cdn.cookiepro.com takes 211ms 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
60% of cookie-cdn.cookiepro.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