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.
1.72 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.72 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
14.01 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.38 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.
48.08 s
Page Load Progression
FPage Weight BudgetAction14.6 MB transferred, 45 requestsFIX
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Image bandwidth is high — modern formats (WebP/AVIF) and resizing typically cut it 50%+.
Source: web.dev
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
FJS Execution CostAction44494ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.midjourney.com/public/out/clientSideEntry-fawaqcm4.js | 43326ms | 9231ms | 5ms | 1st |
| Unattributable | 739ms | 39ms | 0ms | 3rd |
| https://www.midjourney.com/ | 248ms | 34ms | 1ms | 1st |
| https://www.googletagmanager.com/gtag/js?id=AW-16508112792 | 101ms | 86ms | 14ms | 3rd |
| https://www.midjourney.com/cdn-cgi/challenge-platform/scripts/jsd/main.js | 80ms | 77ms | 1ms | 1st |
FJS BundlesAction6 scripts, 917 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.midjourney.com/public/out/clientSideEntry-fawaqcm4.js | 1262 KB | 868 KB (69%) | ✓ | 1st |
| https://www.googletagmanager.com/gtag/js?id=AW-16508112792 | 146 KB | 50 KB (34%) | ✓ | 3rd |
| https://www.midjourney.com/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js | 1 KB | — | ✓ | 1st |
| https://challenges.cloudflare.com/turnstile/v0/b/625261456364/api.js | 17 KB | — | ✓ | 3rd |
| https://www.midjourney.com/cdn-cgi/challenge-platform/h/b/scripts/jsd/625261456364/main.js? | 13 KB | — | ✓ | 1st |
| https://googleads.g.doubleclick.net/pagead/viewthroughconversion/16508112792/?random=1775594190450&cv=11&fst=1775594190450&bg=ffffff&guid=ON&async=1&en=gtag.config>m=45be6460v9180911394za200zd9180911394xec&gcd=13n3n3n3n5l1&dma=0&tag_exp=0~115938466~115938468~116991817~117384406&frm=0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=542347552.1775594190&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&data=event%3Dgtag.config&rfmt=3&fmt=4 | 2 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
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
BImage Optimization16 images, 0 KB saveableREVIEW
A+Third-Party Impact4% third-party, 0 ms blockingPASS
A+Text CompressionAll text resources are compressedPASS
A+Font Loading2 fonts (82 KB)PASS
Web fonts
2
82 KB total
Render-blocking
0
of 2
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 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 Waterfall45 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 | 739ms | 0 KB | — | $10/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 101ms | 146 KB | 34% | $1/mo | Optional |
These scripts may cost more than they're worth
- Unattributable adds 739ms and costs ~$10/month
Unattributable takes 739ms 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