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.
889 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.19 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
46 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.002
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
1.15 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.
1.64 s
Page Load Progression
DPage Weight BudgetAction2.3 MB transferred, 66 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 ImpactAction97% third-party, 0 ms blockingFIX
DJS BundlesAction37 scripts, 356 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://static.canva.com/web/aa53b7465260c9eb.js | 308 KB | 147 KB (48%) | ✓ | 3rd |
| https://accounts.google.com/gsi/client | 93 KB | 70 KB (75%) | ✓ | 3rd |
| 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+d49f4bdb9b809b2a.js+5ae4d2a1074a88b4.js+98de1580b778033a.js+ed32e9c8b46dc312.js+17d36fe0e16202a0.js+abc448338056b342.js+d1078d7462a60250.js+abbcffe85b27ef49.js+206c41a05d4b12a3.js+cb42223c8816c3fc.js+5ab23fda42c25da5.js+a96773e621062d0d.js+43d380f9735ac9d1.js+d3eed95dfc589b41.js+193800cd0e05dbb3.js+d4afb55f4d058304.js+cc4248cc828d2a6a.strings.js+dbc9e26bfd93d52a.js+4a28527a6b1d1e69.js+6a3a8eb69c2ae133.js+026ecc255fba30d1.strings.js+6964b9790e9899b6.js+e97be6bfedbf462c.js+892cc3c0bc664dfa.js+9ff00f87b94d7202.js | 89 KB | 39 KB (44%) | ✓ | 3rd |
| https://static.canva.com/web/243a21c2549ef88e.vendor.js | 35 KB | 30 KB (90%) | ✓ | 3rd |
| https://static.canva.com/web/ad1181f53942b02c.s4le6a.vendor.js | 78 KB | 25 KB (32%) | ✓ | 3rd |
| https://static.canva.com/web/a2ac72e9800c50ea.1ul071.vendor.js | 41 KB | 23 KB (58%) | ✓ | 3rd |
| https://static.canva.com/web/f3cf4411110060c6.sentry_browser.js | 38 KB | 22 KB (61%) | ✓ | 3rd |
| https://static.canva.com/web/6fd8b9cb29d22a2d.js | 5 KB | — | ✓ | 3rd |
| https://www.canva.com/cdn-cgi/challenge-platform/h/b/scripts/jsd/625261456364/main.js? | 12 KB | — | ✓ | 1st |
| https://static.canva.com/web/7d238f3518d9fca3.en.js | 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
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
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 |
CImage OptimizationAction13 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
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 Execution CostAction1697ms total JS executionREVIEW
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.canva.com/ | 543ms | 12ms | 5ms | 1st |
| https://static.canva.com/web/ad1181f53942b02c.s4le6a.vendor.js | 362ms | 232ms | 6ms | 3rd |
| https://static.canva.com/web/aa53b7465260c9eb.js | 312ms | 251ms | 23ms | 3rd |
| https://static.canva.com/web/f3cf4411110060c6.sentry_browser.js | 236ms | 105ms | 2ms | 3rd |
| Unattributable | 112ms | 4ms | 0ms | 3rd |
| https://www.canva.com/cdn-cgi/challenge-platform/scripts/jsd/main.js | 77ms | 72ms | 1ms | 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+d49f4bdb9b809b2a.js+5ae4d2a1074a88b4.js+98de1580b778033a.js+ed32e9c8b46dc312.js+17d36fe0e16202a0.js+abc448338056b342.js+d1078d7462a60250.js+abbcffe85b27ef49.js+206c41a05d4b12a3.js+cb42223c8816c3fc.js+5ab23fda42c25da5.js+a96773e621062d0d.js+43d380f9735ac9d1.js+d3eed95dfc589b41.js+193800cd0e05dbb3.js+d4afb55f4d058304.js+cc4248cc828d2a6a.strings.js+dbc9e26bfd93d52a.js+4a28527a6b1d1e69.js+6a3a8eb69c2ae133.js+026ecc255fba30d1.strings.js+6964b9790e9899b6.js+e97be6bfedbf462c.js+892cc3c0bc664dfa.js+9ff00f87b94d7202.js | 55ms | 42ms | 9ms | 3rd |
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+Green HostingWhether the site is served from green-energy infrastructurePASS
Green Hosting
This site is hosted on green energy infrastructure
Provider: Cloudflare
Network Waterfall66 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 | 362ms | 78 KB | 32% | $5/mo | Costly |
static.canva.com static.canva.com | Other | 312ms | 308 KB | 48% | $4/mo | Costly |
static.canva.com static.canva.com | Other | 236ms | 38 KB | 61% | $3/mo | Costly |
Unattributable Unattributable | Other | 112ms | 0 KB | — | $1/mo | Optional |
chunk-composing.canva.com chunk-composing.canva.com | Other | 55ms | 89 KB | 44% | $1/mo | Optional |
These scripts may cost more than they're worth
- static.canva.com adds 362ms and costs ~$5/month
- static.canva.com adds 312ms and costs ~$4/month
- static.canva.com adds 236ms and costs ~$3/month
63% of JavaScript execution time comes from third-party scripts.
Third-party scripts (analytics, ads, social, A/B testing) often dominate execution time — every one is a perf-and-privacy tax.
Learn more ▾ ▴
Each third-party script is a black box: you don't control when it loads, what it executes, or how much it grows. They often account for a major share of total blocking time on average sites (HTTP Archive's Web Almanac documents the trend). Audit which ones you actually need, defer the rest, and use facade patterns (lite-youtube, lite-vimeo) for embedded media.
Source: web.dev / HTTP Archive Web Almanac
static.canva.com takes 362ms 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 312ms 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 236ms 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