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.26 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
7.77 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
558 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.
6.28 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
DThird-Party ImpactAction97% third-party, 0 ms blockingFIX
FJS Execution CostAction4920ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://static.canva.com/web/ad1181f53942b02c.s4le6a.vendor.js | 1224ms | 899ms | 20ms | 3rd |
| https://static.canva.com/web/aa53b7465260c9eb.js | 1117ms | 1004ms | 77ms | 3rd |
| https://www.canva.com/ | 1111ms | 32ms | 18ms | 1st |
| https://static.canva.com/web/f3cf4411110060c6.sentry_browser.js | 631ms | 296ms | 16ms | 3rd |
| Unattributable | 411ms | 14ms | 0ms | 3rd |
| https://www.canva.com/cdn-cgi/challenge-platform/scripts/jsd/main.js | 241ms | 230ms | 2ms | 1st |
| https://chunk-composing.canva.com/chunk-batch/b2c9703216bc654e.js+df74c84aec180a18.js+6c6fd1a53f5f87d1.vendor.js+649a0a1545100fc3.js+2bbbf906d2d22701.js+780e82335fb5a3eb.js+478a195d95e297dc.js+f3219372eb283ef9.js+a98b35a2b2808169.js+940d34c047e3f516.js+66ba7c171f380755.js+c831595e2c34d12c.js+ccc1b8eaea9ec1d9.js+2455273bfa86bfe3.js+bb77680c12ea9ca7.js+1b9a0955acaf92b2.js | 185ms | 156ms | 5ms | 3rd |
DHTTP CachingActionno-store (uncacheable)FIX
private, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0
| Directive | Value | Meaning |
|---|---|---|
| private | — | Only browser cache, not CDN/proxy |
| max-age | 0 | Cache for 0 seconds |
| no-store | — | Never cache this response |
| no-cache | — | Cache but always revalidate first |
| must-revalidate | — | Must recheck with server after expiry |
| post-check | 0 | |
| pre-check | 0 |
CPage Weight BudgetAction2.1 MB transferred, 61 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
CImage OptimizationAction11 images, 0 KB saveableREVIEW
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
CJS BundlesAction34 scripts, 243 KB unusedREVIEW
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://static.canva.com/web/aa53b7465260c9eb.js | 308 KB | 144 KB (47%) | ✓ | 3rd |
| https://static.canva.com/web/243a21c2549ef88e.vendor.js | 34 KB | 30 KB (90%) | ✓ | 3rd |
| https://static.canva.com/web/ad1181f53942b02c.s4le6a.vendor.js | 78 KB | 24 KB (31%) | ✓ | 3rd |
| https://static.canva.com/web/a2ac72e9800c50ea.1ul071.vendor.js | 41 KB | 22 KB (56%) | ✓ | 3rd |
| https://static.canva.com/web/f3cf4411110060c6.sentry_browser.js | 38 KB | 22 KB (61%) | ✓ | 3rd |
| https://static.canva.com/web/7fc89d1b3ce2cab2.js | 1 KB | — | ✓ | 3rd |
| https://www.canva.com/cdn-cgi/challenge-platform/h/b/scripts/jsd/625261456364/main.js? | 13 KB | — | ✓ | 1st |
| https://static.canva.com/web/27eea0609765ee5e.strings.js | 12 KB | — | ✓ | 3rd |
| https://static.cloudflareinsights.com/beacon.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015 | 7 KB | — | ✓ | 3rd |
| https://static.canva.com/web/6fd8b9cb29d22a2d.js | 4 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
A+Text CompressionAll text resources are compressedPASS
A+Font Loading1 fonts (39 KB)PASS
Web fonts
1
39 KB total
Render-blocking
0
of 1
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+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
A+Green HostingWhether the site is served from green-energy infrastructurePASS
Green Hosting
This site is hosted on green energy infrastructure
Provider: Cloudflare
Network Waterfall61 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 |
|---|---|---|---|---|---|---|
static.canva.com static.canva.com | Other | 1224ms | 78 KB | 31% | $16/mo | Costly |
static.canva.com static.canva.com | Other | 1117ms | 308 KB | 47% | $15/mo | Costly |
static.canva.com static.canva.com | Other | 631ms | 38 KB | 61% | $8/mo | Costly |
Unattributable Unattributable | Other | 411ms | 0 KB | — | $5/mo | Costly |
chunk-composing.canva.com chunk-composing.canva.com | Other | 185ms | 25 KB | — | $2/mo | Optional |
These scripts may cost more than they're worth
- static.canva.com adds 1224ms and costs ~$16/month
- static.canva.com adds 1117ms and costs ~$15/month
- static.canva.com adds 631ms and costs ~$8/month
- Unattributable adds 411ms and costs ~$5/month
73% 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
static.canva.com takes 1224ms 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
static.canva.com takes 1117ms 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
static.canva.com takes 631ms 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
61% of static.canva.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
Unattributable takes 411ms 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