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.32 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
6.26 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
1.35 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.000
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
4.37 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.64 s
Page Load Progression
DJS Execution CostAction3233ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.swift.org/assets/javascripts/new-javascripts/vendor/anime.iife.min.js | 2730ms | 150ms | 9ms | 1st |
| https://www.swift.org/assets/javascripts/new-javascripts/hero.js | 214ms | 86ms | 1ms | 1st |
| Unattributable | 204ms | 5ms | 0ms | 3rd |
| https://www.swift.org/ | 85ms | 31ms | 2ms | 1st |
BImage Optimization16 images, 0 KB saveableREVIEW
CGreen HostingActionWhether the site is served from green-energy infrastructureREVIEW
Green Hosting
No green hosting detected
A+Page Weight Budget657 KB transferred, 32 requestsPASS
A+Third-Party Impact13% third-party, 0 ms blockingPASS
A+Text CompressionAll text resources are compressedPASS
A+Font LoadingNo web fonts (system fonts)PASS
AJS Bundles6 scripts, 45 KB unusedPASS
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.swift.org/assets/javascripts/new-javascripts/vendor/anime.iife.min.js | 75 KB | 45 KB (60%) | ✓ | 1st |
| https://www.swift.org/assets/javascripts/new-javascripts/color-scheme-toggle.js | 4 KB | — | ✓ | 1st |
| https://www.swift.org/assets/javascripts/new-javascripts/hero.js | 9 KB | — | ✗ | 1st |
| https://www.swift.org/assets/javascripts/new-javascripts/application.js | 7 KB | — | ✓ | 1st |
| https://www.swift.org/assets/javascripts/new-javascripts/landing.js | 2 KB | — | ✓ | 1st |
| https://developer.apple.com/assets/metrics/scripts/analytics.js | 83 KB | — | ✗ | 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
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource Hints6 hints, 0 missing preconnectsPASS
Current Resource Hints
6 resource hints configured
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
A+HTTP Cachingmax-age=180 (3 minutes)PASS
max-age=180, public
| Directive | Value | Meaning |
|---|---|---|
| max-age | 180 | Cache for 3 minutes |
| public | — | Any cache may store this response |
Network Waterfall32 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 | 204ms | 0 KB | — | $3/mo | Costly |
These scripts may cost more than they're worth
- Unattributable adds 204ms and costs ~$3/month
Unattributable takes 204ms 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