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.91 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
3.91 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
2.04 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.
3.91 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.
16.24 s
Page Load Progression
DPage Weight BudgetAction2.4 MB transferred, 83 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
DThird-Party ImpactAction100% third-party, 0 ms blockingFIX
FJS Execution CostAction5305ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://bxp-content-static.prod.public.atl-paas.net/js/vendors.b0b83a2116ee27958c23.min.js | 1810ms | 1662ms | 12ms | 3rd |
| https://trello.com/ | 797ms | 43ms | 1ms | 3rd |
| Unattributable | 658ms | 43ms | 0ms | 3rd |
| https://bxp-content-static.prod.public.atl-paas.net/js/UiListCarousel.99ed7793f6d67ac442b5.min.js | 599ms | 551ms | 4ms | 3rd |
| https://atl-global.atlassian.com/js/2.313.0/xid/atl-xid.js | 343ms | 1ms | 15ms | 3rd |
| https://bxp-content-static.prod.public.atl-paas.net/js/main.6bf254a1eb35d2372aa5.min.js | 335ms | 315ms | 10ms | 3rd |
| https://www.gstatic.com/recaptcha/releases/kUYUkUlSyqkjTSMaN2w3RaOh/recaptcha__en.js | 305ms | 151ms | 82ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-PJ8M5SK | 197ms | 153ms | 43ms | 3rd |
| https://atl-global.atlassian.com/js/atl-global.min.js | 108ms | 89ms | 7ms | 3rd |
| https://bxp-content-static.prod.public.atl-paas.net/js/UiHeaderNav.72558e1bf02d3433476c.min.js | 102ms | 2ms | 6ms | 3rd |
Showing top 10 of 11 scripts
FJS BundlesAction49 scripts, 624 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.gstatic.com/recaptcha/releases/kUYUkUlSyqkjTSMaN2w3RaOh/recaptcha__en.js | 363 KB | 179 KB (49%) | ✓ | 3rd |
| https://www.gstatic.com/recaptcha/releases/kUYUkUlSyqkjTSMaN2w3RaOh/recaptcha__en.js | 0 KB | 179 KB (49%) | ✓ | 3rd |
| https://www.gstatic.com/recaptcha/releases/kUYUkUlSyqkjTSMaN2w3RaOh/recaptcha__en.js | 363 KB | 179 KB (49%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-PJ8M5SK | 158 KB | 86 KB (55%) | ✓ | 3rd |
| https://bxp-content-static.prod.public.atl-paas.net/js/UiListCarousel.99ed7793f6d67ac442b5.min.js | 10 KB | — | ✓ | 3rd |
| https://bxp-content-static.prod.public.atl-paas.net/js/UiModal.d470cf3ef13268d7b64e.min.js | 3 KB | — | ✓ | 3rd |
| https://bxp-content-static.prod.public.atl-paas.net/js/8288.6779b452f0cfa870566d.min.js | 6 KB | — | ✓ | 3rd |
| https://bxp-content-static.prod.public.atl-paas.net/js/9029.9c2216f19b459086802a.min.js | 4 KB | — | ✓ | 3rd |
| https://bxp-content-static.prod.public.atl-paas.net/js/UiHeaderNav.72558e1bf02d3433476c.min.js | 11 KB | — | ✓ | 3rd |
| https://bxp-content-static.prod.public.atl-paas.net/js/UiNavLink.a7da7a9e7d78949e1fd0.min.js | 3 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
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
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
BImage Optimization7 images, 0 KB saveableREVIEW
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 Loading5 fonts (138 KB)PASS
Web fonts
5
138 KB total
Render-blocking
0
of 5
Dominant font-display
swap
Most common across fonts
Font loading timeline
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)
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource Hints33 hints, 0 missing preconnectsPASS
Current Resource Hints
33 resource hints configured
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
Network Waterfall83 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 |
|---|---|---|---|---|---|---|
bxp-content-static.prod.public.atl-paas.net bxp-content-static.prod.public.atl-paas.net | Other | 1810ms | 44 KB | — | $24/mo | Costly |
trello.com trello.com | Other | 797ms | 64 KB | — | $11/mo | Costly |
Unattributable Unattributable | Other | 658ms | 0 KB | — | $9/mo | Costly |
bxp-content-static.prod.public.atl-paas.net bxp-content-static.prod.public.atl-paas.net | Other | 599ms | 10 KB | — | $8/mo | Costly |
atl-global.atlassian.com atl-global.atlassian.com | Other | 343ms | 14 KB | — | $5/mo | Costly |
bxp-content-static.prod.public.atl-paas.net bxp-content-static.prod.public.atl-paas.net | Other | 335ms | 15 KB | — | $4/mo | Costly |
www.gstatic.com www.gstatic.com | Other | 305ms | 0 KB | 49% | $4/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 197ms | 158 KB | 55% | $3/mo | Optional |
atl-global.atlassian.com atl-global.atlassian.com | Other | 108ms | 16 KB | — | $1/mo | Optional |
bxp-content-static.prod.public.atl-paas.net bxp-content-static.prod.public.atl-paas.net | Other | 102ms | 11 KB | — | $1/mo | Optional |
atl-onetrust-wrapper.atlassian.com atl-onetrust-wrapper.atlassian.com | Other | 53ms | 32 KB | — | $1/mo | Optional |
These scripts may cost more than they're worth
- bxp-content-static.prod.public.atl-paas.net adds 1810ms and costs ~$24/month
- trello.com adds 797ms and costs ~$11/month
- Unattributable adds 658ms and costs ~$9/month
- bxp-content-static.prod.public.atl-paas.net adds 599ms and costs ~$8/month
- atl-global.atlassian.com adds 343ms and costs ~$5/month
- bxp-content-static.prod.public.atl-paas.net adds 335ms and costs ~$4/month
- www.gstatic.com adds 305ms and costs ~$4/month
100% 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
bxp-content-static.prod.public.atl-paas.net takes 1810ms 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
trello.com takes 797ms 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
Unattributable takes 658ms 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
bxp-content-static.prod.public.atl-paas.net takes 599ms 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
atl-global.atlassian.com takes 343ms 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
bxp-content-static.prod.public.atl-paas.net takes 335ms 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
www.gstatic.com takes 305ms 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
55% of Google Tag Manager'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