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.
683 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.68 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
239 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.154
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
2.29 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.
2.95 s
Page Load Progression
FPage Weight BudgetAction15.2 MB transferred, 238 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
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 ImpactAction87% third-party, 0 ms blockingFIX
FJS Execution CostAction3797ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.postman.com/ | 1234ms | 7ms | 8ms | 1st |
| https://www.postman.com/_mk-www-next/_next/static/chunks/0vdsih5a69_f4.js | 1123ms | 773ms | 14ms | 1st |
| Unattributable | 1004ms | 230ms | 0ms | 3rd |
| https://www.postman.com/_mk-www-next/_next/static/chunks/0gszrb.tymn7g.js | 237ms | 168ms | 3ms | 1st |
| https://www.postman.com/_mk-www-next/scripts/index.js?8de21b007d8a7bb06c9a1dd39e9a8141a0e7300b-360 | 72ms | 58ms | 2ms | 1st |
| https://transcend-cdn.com/cm/1f0cf102-c592-4eb4-834f-e07f2fe68ef1/ui.js | 64ms | 50ms | 14ms | 3rd |
| https://transcend-cdn.com/cm/1f0cf102-c592-4eb4-834f-e07f2fe68ef1/airgap.js | 63ms | 55ms | 6ms | 3rd |
DJS BundlesAction49 scripts, 311 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.postman.com/_mk-www-next/_next/static/chunks/0r_9m.yojazts.js | 97 KB | 90 KB (96%) | ✓ | 1st |
| https://www.postman.com/_mk-www-next/_next/static/chunks/0vdsih5a69_f4.js | 178 KB | 70 KB (40%) | ✓ | 1st |
| https://www.postman.com/_mk-www-next/_next/static/chunks/02b6pof6~5-r7.js | 41 KB | 38 KB (100%) | ✓ | 1st |
| https://transcend-cdn.com/cm/1f0cf102-c592-4eb4-834f-e07f2fe68ef1/ui.js | 99 KB | 37 KB (38%) | ✓ | 3rd |
| https://www.postman.com/_mk-www-next/_next/static/chunks/15uqpo55k~c~~.js | 31 KB | 27 KB (99%) | ✓ | 1st |
| https://www.postman.com/_mk-www-next/_next/static/chunks/0na4itfnub6re.js | 31 KB | 27 KB (96%) | ✓ | 1st |
| https://evs.cdp.postman.com/6C88CYC9Neo3CfCCSD2BHa/xae7HN2EeK3mLEpFypgqAS.min.js | 29 KB | 21 KB (76%) | ✓ | 3rd |
| https://www.postman.com/_mk-www-next/_next/static/chunks/08.zoq-ygx7ke.js | 15 KB | — | ✓ | 1st |
| https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516 | 11 KB | — | ✓ | 3rd |
| https://www.postman.com/_mk-www-next/_next/static/chunks/086ubv3i~ifk1.js | 16 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
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 Optimization29 images, 0 KB saveableREVIEW
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 Loading5 fonts (306 KB)PASS
Web fonts
5
306 KB total
Render-blocking
0
of 5
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 ~55 KB and ~110 ms
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource HintsNo optimization neededPASS
A+Green HostingWhether the site is served from green-energy infrastructurePASS
Green Hosting
This site is hosted on green energy infrastructure
Provider: Cloudflare
Network Waterfall238 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 | 1004ms | 0 KB | — | €11/mo | Costly |
transcend-cdn.com transcend-cdn.com | Other | 64ms | 99 KB | 38% | €1/mo | Optional |
transcend-cdn.com transcend-cdn.com | Other | 63ms | 55 KB | — | €1/mo | Optional |
These scripts may cost more than they're worth
- Unattributable adds 1004ms and costs ~€11/month
Unattributable takes 1004ms 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