Performance
· 15 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.
1.74 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
3.49 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
90 ms
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.
1.74 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.
3.49 s
Page Load Progression
DPage Weight BudgetAction2.4 MB transferred, 50 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
DJS BundlesAction23 scripts, 404 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://content.powerapps.com/resource/powerbiwfe/scripts/powerbiportal.externals.bundle.min.82bb7f5ead3b12509d70.js | 0 KB | 143 KB (75%) | ✓ | 3rd |
| https://content.powerapps.com/resource/powerbiwfe/scripts/powerbiportal.externals.bundle.min.82bb7f5ead3b12509d70.js | 218 KB | 143 KB (75%) | ✓ | 3rd |
| https://content.powerapps.com/resource/powerbiwfe/scripts/signInProvider.min.001b240154e415aa6825.js | 79 KB | 62 KB (79%) | ✓ | 3rd |
| https://content.powerapps.com/resource/powerbiwfe/scripts/telemetry.bundle.min.3eccc104bef906fbeb17.js | 50 KB | 32 KB (65%) | ✓ | 3rd |
| https://content.powerapps.com/resource/powerbiwfe/scripts/telemetry.app-insights.min.3d3ada0655d09bf45771.js | 62 KB | 23 KB (38%) | ✓ | 3rd |
| https://content.powerapps.com/resource/powerbiwfe/scripts/web.clients.min.1ada15a5dd3bdcbe0db2.js | 835 KB | — | ✓ | 3rd |
| https://app.powerbi.com/13.0.28141.25/scripts/hash-manifest.js | 0 KB | — | ✓ | 3rd |
| https://content.powerapps.com/resource/powerbiwfe/scripts/polyfills.min.df3aa0f48485141665ae.js | 26 KB | — | ✓ | 3rd |
| https://content.powerapps.com/resource/powerbiwfe/scripts/DefaultSignIn.min.a5f48a15153486582dc6.js | 4 KB | — | ✓ | 3rd |
| https://content.powerapps.com/resource/powerbiwfe/scripts/jquery.globalize/globalize.min.c64f544570ca82c93ed3.js | 7 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
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
FPage Weight InventoryAction50 resources · 2.4 MB · 404 KB savings availableFIX
~403.7 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 50 resources | 2.4 MiB | ||||||
DHTTP CachingActionno-store (uncacheable)FIX
no-cache, no-store, must-revalidate, max-age=0
| Directive | Value | Meaning |
|---|---|---|
| no-cache | — | Cache but always revalidate first |
| no-store | — | Never cache this response |
| must-revalidate | — | Must recheck with server after expiry |
| max-age | 0 | Cache for 0 seconds |
BJS Execution Cost881ms total JS executionREVIEW
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://app.powerbi.com/singleSignOn?ru=https%3A%2F%2Fapp.powerbi.com%2F%3FnoSignUpCheck%3D1 | 357ms | 15ms | 6ms | 3rd |
| Unattributable | 209ms | 12ms | 0ms | 3rd |
| https://content.powerapps.com/resource/powerbiwfe/scripts/polyfills.min.df3aa0f48485141665ae.js | 106ms | 70ms | 8ms | 3rd |
| https://content.powerapps.com/resource/powerbiwfe/scripts/powerbiportal.externals.bundle.min.82bb7f5ead3b12509d70.js | 86ms | 56ms | 29ms | 3rd |
| https://content.powerapps.com/resource/powerbiwfe/scripts/telemetry.app-insights.min.3d3ada0655d09bf45771.js | 70ms | 60ms | 8ms | 3rd |
| https://app.powerbi.com/13.0.28141.25/scripts/hash-manifest.js | 53ms | 2ms | 50ms | 3rd |
CGreen HostingActionWhether the site is served from green-energy infrastructureREVIEW
Green Hosting
No green hosting detected
A+Text CompressionAll text resources are compressedPASS
AImage Optimization2 images, 0 KB saveablePASS
A+Font Loading3 fonts (64 KB)PASS
Web fonts
3
64 KB total
Render-blocking
0
of 3
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
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 ~19 KB and ~38 ms
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource HintsNo optimization neededPASS
Network Waterfall50 requests over 1910msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
app.powerbi.com app.powerbi.com | Other | 357ms | 6 KB | — | $5/mo | Costly |
Unattributable Unattributable | Other | 209ms | 0 KB | — | $3/mo | Costly |
content.powerapps.com content.powerapps.com | Other | 106ms | 26 KB | — | $1/mo | Optional |
content.powerapps.com content.powerapps.com | Other | 86ms | 0 KB | 75% | $1/mo | Optional |
content.powerapps.com content.powerapps.com | Other | 70ms | 62 KB | 38% | $1/mo | Optional |
app.powerbi.com app.powerbi.com | Other | 53ms | 0 KB | — | $1/mo | Optional |
These scripts may cost more than they're worth
- app.powerbi.com adds 357ms and costs ~$5/month
- Unattributable adds 209ms and costs ~$3/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
app.powerbi.com takes 357ms 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 209ms 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
75% of content.powerapps.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