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.
6.23 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
6.53 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
2.06 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.054
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
6.23 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.
8.81 s
Page Load Progression
FJS Execution CostAction7668ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://angular.dev/ | 3486ms | 18ms | 2ms | 1st |
| Unattributable | 2904ms | 2090ms | 0ms | 3rd |
| https://angular.dev/main-ODORI6IS.js | 819ms | 691ms | 9ms | 1st |
| https://www.googletagmanager.com/gtag/js?id=G-XB6NEVW32B | 459ms | 353ms | 99ms | 3rd |
BPage Weight Budget1.3 MB transferred, 27 requestsREVIEW
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
BThird-Party Impact52% third-party, 0 ms blockingREVIEW
CJS BundlesAction10 scripts, 185 KB unusedREVIEW
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://angular.dev/main-ODORI6IS.js | 267 KB | 121 KB (45%) | ✓ | 1st |
| https://www.googletagmanager.com/gtag/js?id=G-XB6NEVW32B | 156 KB | 64 KB (41%) | ✓ | 3rd |
| https://angular.dev/chunk-CONbj4sA.js | 3 KB | — | ✓ | 1st |
| https://angular.dev/chunk-UPzlWjdi.js | 6 KB | — | ✓ | 1st |
| https://angular.dev/chunk-CGY2Lzob.js | 3 KB | — | ✓ | 1st |
| https://angular.dev/chunk-DDxS0XVV.js | 72 KB | — | ✓ | 1st |
| https://angular.dev/chunk-Dm15vQv9.js | 1 KB | — | ✓ | 1st |
| https://angular.dev/chunk-DqNpavbC.js | 2 KB | — | ✓ | 1st |
| https://angular.dev/chunk-DOE0vbFw.js | 1 KB | — | ✓ | 1st |
| https://angular.dev/chunk-D_aHl8k9.js | 146 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
CGreen HostingActionWhether the site is served from green-energy infrastructureREVIEW
Green Hosting
No green hosting detected
A+Text CompressionAll text resources are compressedPASS
AImage Optimization3 images, 0 KB saveablePASS
A+Font Loading6 fonts (510 KB)PASS
Web fonts
6
510 KB total
Render-blocking
0
of 6
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 ~154 KB and ~308 ms
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource Hints2 hints, 0 missing preconnectsPASS
Current Resource Hints
2 resource hints configured
A+HTTP Cachingmax-age=3600 (1 hour)PASS
max-age=3600
| Directive | Value | Meaning |
|---|---|---|
| max-age | 3600 | Cache for 1 hour |
Network Waterfall27 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 | 2904ms | 0 KB | — | $39/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 459ms | 156 KB | 41% | $6/mo | Costly |
These scripts may cost more than they're worth
- Unattributable adds 2904ms and costs ~$39/month
- Google Tag Manager adds 459ms and costs ~$6/month
44% 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
Unattributable takes 2904ms 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 459ms 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