Skip to content
https://doodle.com

Performance

· 15 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
82
GRADE
B
FIX
2
REVIEW
3
PASS
8
INFO
2

Performance-focused optimization plan with CWV assessment, top offenders, and time estimates

98
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
94
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
100
Best Practices Checks for modern web development best practices including HTTPS, no console errors, and secure JavaScript.
100
SEO Measures basic SEO optimizations: meta tags, crawlability, link text, and mobile friendliness.

First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.

397 ms

Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.

1.16 s

Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.

2 ms

Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.

0.001

Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.

913 ms

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.16 s

Page Load Progression

393 ms
786 ms
1.2 s
1.6 s
2.0 s
2.4 s
2.8 s
3.1 s
Checks
15
8 PASS 3 REVIEW 2 FIX
F
Page Weight Budget
Action
5.6 MB transferred, 33 requests
FIX
5.6 MB transferred, 33 requests
Critical::
Page weighs 6.2 MB (5.6 MB transferred)
Warning::
Images are 1.2 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 1.2 MB
Info::
Fonts are 422 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 422 KB
Info::
33 HTTP requests
Info::
Estimated 1.2 g CO2 per page load
5.6 MB / 2.4 MB budget
5.6 MB transferred
33 requests
1.2 g CO2 per page load
Other 3.7 MiB 67%
Images 1.2 MiB 22%
Fonts 421.7 KiB 7%
JavaScript 211.9 KiB 4%
HTML 14.9 KiB 0%
CSS 12.4 KiB 0%
Other 5.6 KiB 0%
Other 1.1 KiB 0%
0 2.4 MB 4.9 MB
Over budget

Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.

Why this matters

Image bandwidth is high — modern formats (WebP/AVIF) and resizing typically cut it 50%+.

Source: web.dev

Subset fonts to include only used characters, or switch to system font stacks.

Why this matters

Font payload is large — subset to used glyphs only, or fall back to system fonts (zero load time).

Source: web.dev font loading

F
HTTP Caching
Action
No cache headers
FIX
No cache headers
Warning::
No Cache-Control header found
Browsers will use heuristic caching, which can be unpredictable. Set explicit cache headers.

No Cache-Control header

Adding a Cache-Control header can significantly improve repeat-visit performance.

B
Image Optimization
10 images, 0 KB saveable
REVIEW
10 images, 0 KB saveable
Info::
All images are well-optimized
10 images 1.2 MB
0 oversized -0 KB
10 legacy format
0 missing dimensions CLS risk
B
JS Bundles
10 scripts, 51 KB unused
REVIEW
10 scripts, 51 KB unused
Warning::
https://doodle.com/static-site/_next/static/chunks...: 27 KB unused (47%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://doodle.com/static-site/_next/static/chunks...: 24 KB unused (39%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 51 KB
51 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://doodle.com/static-site/_next/static/chunks/826-342bc9ad6db91a4a.js58 KB27 KB (47%)1st
https://doodle.com/static-site/_next/static/chunks/4bd1b696-cf1248645ccd404e.js62 KB24 KB (39%)1st
https://doodle.com/static-site/_next/static/chunks/webpack-f1cbfa29c0696125.js2 KB1st
https://doodle.com/static-site/_next/static/chunks/main-app-72a72184c53ea859.js0 KB1st
https://doodle.com/static-site/_next/static/chunks/327-85ab3584d3e663fa.js41 KB1st
https://doodle.com/static-site/_next/static/chunks/518-d34389f20be1d4d5.js28 KB1st
https://doodle.com/static-site/_next/static/chunks/app/%5Blang%5D/layout-522ee7e1f84352c2.js4 KB1st
https://doodle.com/static-site/_next/static/chunks/494-fa1b6575f4c75dd5.js6 KB1st
https://doodle.com/static-site/_next/static/chunks/265-12ae1a25f6ecff0b.js10 KB1st
https://doodle.com/static-site/_next/static/chunks/app/%5Blang%5D/page-cf711d5a78e4e340.js2 KB1st

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

C
Page Weight Inventory
Action
33 resources · 5.6 MB · 51 KB savings available
REVIEW
33 resources · 5.6 MB · 51 KB savings available
Warning::
Page weight 4.6 MB over 1MB target
Got: 5.6 MB Expected: ≤ 1 MB
Info::
~51 KB of savings available
Info::
4 third-party resources (0% of weight)
Info::
5 resources over 200KB
33 resources · 5.6 MiB · 4 third-party 4.6 MiB over 1MB target
Media 67% · 3.7 MiB
Image 22% · 1.2 MiB
Font 7% · 421.7 KiB
JavaScript 4% · 211.9 KiB
Document 0% · 15.2 KiB
CSS 0% · 12.4 KiB
Other 0% · 1.1 KiB

~50.9 KiB of savings available

Remove unused JavaScript: 50.9 KiB
A+
Third-Party Impact
0% third-party, 0 ms blocking
PASS
0% third-party, 0 ms blocking
Info::
Third-party code accounts for 0% of page weight (6.4 KiB of 5.6 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
A+
Text Compression
All text resources are compressed
PASS
All text resources are compressed
Info::
All text resources are compressed
All text resources are properly compressed.
A+
JS Execution Cost
387ms total JS execution
PASS
387ms total JS execution
Info::
https://doodle.com/static-site/_next/static/chunks...: 159ms CPU time
Info::
https://doodle.com/en/: 123ms CPU time
Info::
Unattributable: 105ms CPU time
Info::
Third-party scripts: 105ms (27% of total)

Main Thread Breakdown

Script Evaluation 41% Other 28% Style & Layout 21% Script Parsing & Compilation 6%
ScriptTotalScriptingParse/CompileParty
https://doodle.com/static-site/_next/static/chunks/826-342bc9ad6db91a4a.js159ms144ms6ms1st
https://doodle.com/en/123ms4ms4ms1st
Unattributable105ms2ms0ms3rd
A+
Font Loading
4 fonts (422 KB)
PASS
4 fonts (422 KB)
Info::
4 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

4

422 KB total

Render-blocking

0

of 4

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 500 ms 1.0 s FCP 397 ms LCP 1.2 shttps://doodle.com/static-site/_next/static/media/e5f448bdf22d4ede-s.p.woff2e5f448bdf22d4ede-s.p.woff2 https://doodle.com/static-site/_next/static/media/e5f448bdf22d4ede-s.p.woff2 — 131.2 KiB — 28 ms — font-display: swaphttps://doodle.com/static-site/_next/static/media/f1c328b8a9761933-s.p.woff2f1c328b8a9761933-s.p.woff2 https://doodle.com/static-site/_next/static/media/f1c328b8a9761933-s.p.woff2 — 182.7 KiB — 68 ms — font-display: swaphttps://doodle.com/static-site/_next/static/media/32b04a225cda6443-s.woff232b04a225cda6443-s.woff2 https://doodle.com/static-site/_next/static/media/32b04a225cda6443-s.woff2 — 71.6 KiB — 45 ms — font-display: swaphttps://doodle.com/static-site/_next/static/media/30d74baa196fe88a-s.woff230d74baa196fe88a-s.woff2 https://doodle.com/static-site/_next/static/media/30d74baa196fe88a-s.woff2 — 36.2 KiB — 41 ms — font-display: swap
e5f448bdf22d4ede-s.p.woff2 woff2 swap
Size 131 KB
Load time 28 ms
Start 358 ms
Risk FOUT — text flashes from fallback to web font
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
f1c328b8a9761933-s.p.woff2 woff2 swap
Size 183 KB
Load time 68 ms
Start 358 ms
Risk FOUT — text flashes from fallback to web font
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
32b04a225cda6443-s.woff2 woff2 swap
Size 72 KB
Load time 45 ms
Start 481 ms
Risk FOUT — text flashes from fallback to web font
30d74baa196fe88a-s.woff2 woff2 swap
Size 36 KB
Load time 41 ms
Start 482 ms
Risk FOUT — text flashes from fallback to web font
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 ~157 KB and ~314 ms

A+
Resource Caching
All resources properly cached
PASS
All resources properly cached
Info::
No caching issues found
All static resources have appropriate caching headers.
A+
Critical Rendering Path
No render-blocking resources
PASS
No render-blocking resources
Info::
No render-blocking resources detected
A+
Resource Hints
No optimization needed
PASS
No optimization needed
Info::
No resource hint issues
A+
Green Hosting
Whether the site is served from green-energy infrastructure
PASS

Green Hosting

This site is hosted on green energy infrastructure

Provider: Cloudflare

Network Waterfall
33 requests over 934ms
INFO
0 ms 500 ms 1.0 s FCP 397 ms LCP 1.2 shttps://doodle.com// https://doodle.com/ — 302 — 319 B — 186 ms — h2https://doodle.com/en//en/ https://doodle.com/en/ — 200 — 14.9 KiB — 161 ms — h2https://doodle.com/static-site/_next/static/media/e5f448bdf22d4ede-s.p.woff2/static-site/_next/static/media/e5f... https://doodle.com/static-site/_next/static/media/e5f448bdf22d4ede-s.p.woff2 — 200 — 131.2 KiB — 28 ms — h2https://doodle.com/static-site/_next/static/media/f1c328b8a9761933-s.p.woff2/static-site/_next/static/media/f1c... https://doodle.com/static-site/_next/static/media/f1c328b8a9761933-s.p.woff2 — 200 — 182.7 KiB — 68 ms — h2https://doodle.com/static-site/_next/static/css/a22f1a916fce1e75.css/static-site/_next/static/css/a22f1... https://doodle.com/static-site/_next/static/css/a22f1a916fce1e75.css — 200 — 12.4 KiB — 36 ms — h2https://doodle.com/static-site/next-assets/homepage/product-image.png/static-site/next-assets/homepage/p... https://doodle.com/static-site/next-assets/homepage/product-image.png — 200 — 234.3 KiB — 35 ms — h2https://doodle.com/static-site/_next/static/chunks/webpack-f1cbfa29c0696125.js/static-site/_next/static/chunks/we... https://doodle.com/static-site/_next/static/chunks/webpack-f1cbfa29c0696125.js — 200 — 1.8 KiB — 56 ms — h2https://doodle.com/static-site/_next/static/chunks/4bd1b696-cf1248645ccd404e.js/static-site/_next/static/chunks/4b... https://doodle.com/static-site/_next/static/chunks/4bd1b696-cf1248645ccd404e.js — 200 — 61.6 KiB — 57 ms — h2https://doodle.com/static-site/_next/static/chunks/826-342bc9ad6db91a4a.js/static-site/_next/static/chunks/82... https://doodle.com/static-site/_next/static/chunks/826-342bc9ad6db91a4a.js — 200 — 57.6 KiB — 59 ms — h2https://doodle.com/static-site/_next/static/chunks/main-app-72a72184c53ea859.js/static-site/_next/static/chunks/ma... https://doodle.com/static-site/_next/static/chunks/main-app-72a72184c53ea859.js — 200 — 395 B — 30 ms — h2https://doodle.com/static-site/_next/static/chunks/327-85ab3584d3e663fa.js/static-site/_next/static/chunks/32... https://doodle.com/static-site/_next/static/chunks/327-85ab3584d3e663fa.js — 200 — 40.6 KiB — 62 ms — h2https://doodle.com/static-site/_next/static/chunks/518-d34389f20be1d4d5.js/static-site/_next/static/chunks/51... https://doodle.com/static-site/_next/static/chunks/518-d34389f20be1d4d5.js — 200 — 27.6 KiB — 62 ms — h2https://doodle.com/static-site/_next/static/chunks/app/%5Blang%5D/layout-522ee7e1f84352c2.js/static-site/_next/static/chunks/ap... https://doodle.com/static-site/_next/static/chunks/app/%5Blang%5D/layout-522ee7e1f84352c2.js — 200 — 4.1 KiB — 59 ms — h2https://doodle.com/static-site/_next/static/chunks/494-fa1b6575f4c75dd5.js/static-site/_next/static/chunks/49... https://doodle.com/static-site/_next/static/chunks/494-fa1b6575f4c75dd5.js — 200 — 5.7 KiB — 57 ms — h2https://doodle.com/static-site/_next/static/chunks/265-12ae1a25f6ecff0b.js/static-site/_next/static/chunks/26... https://doodle.com/static-site/_next/static/chunks/265-12ae1a25f6ecff0b.js — 200 — 10.3 KiB — 57 ms — h2https://doodle.com/static-site/_next/static/chunks/app/%5Blang%5D/page-cf711d5a78e4e340.js/static-site/_next/static/chunks/ap... https://doodle.com/static-site/_next/static/chunks/app/%5Blang%5D/page-cf711d5a78e4e340.js — 200 — 2.2 KiB — 57 ms — h2https://doodle.com/static-site/next-assets/homepage/hero-animation.mp4/static-site/next-assets/homepage/h... https://doodle.com/static-site/next-assets/homepage/hero-animation.mp4 — 206 — 1.7 MiB — 147 ms — h2https://doodle.com/static-site/next-assets/homepage/product-animation.mp4/static-site/next-assets/homepage/p... https://doodle.com/static-site/next-assets/homepage/product-animation.mp4 — 206 — 2.1 MiB — 229 ms — h2https://marketing-cdn.doodle.com/branding/2026/favicon/site.webmanifestmarketing-cdn.doodle.com/branding/2... https://marketing-cdn.doodle.com/branding/2026/favicon/site.webmanifest — 200 — 1.1 KiB — 557 ms — h2https://doodle.com/static-site/_next/static/media/32b04a225cda6443-s.woff2/static-site/_next/static/media/32b... https://doodle.com/static-site/_next/static/media/32b04a225cda6443-s.woff2 — 200 — 71.6 KiB — 45 ms — h2https://doodle.com/static-site/_next/static/media/30d74baa196fe88a-s.woff2/static-site/_next/static/media/30d... https://doodle.com/static-site/_next/static/media/30d74baa196fe88a-s.woff2 — 200 — 36.2 KiB — 41 ms — h2https://doodle.com/static-site/next-assets/homepage/hero-logos.svg/static-site/next-assets/homepage/h... https://doodle.com/static-site/next-assets/homepage/hero-logos.svg — 200 — 14.2 KiB — 49 ms — h2https://doodle.com/static-site/next-assets/homepage/time-exhaustion-image.png/static-site/next-assets/homepage/t... https://doodle.com/static-site/next-assets/homepage/time-exhaustion-image.png — 200 — 234.3 KiB — 85 ms — h2https://doodle.com/static-site/next-assets/homepage/icon-download.svg/static-site/next-assets/homepage/i... https://doodle.com/static-site/next-assets/homepage/icon-download.svg — 200 — 675 B — 77 ms — h2https://doodle.com/static-site/next-assets/homepage/time-os-bg.jpg/static-site/next-assets/homepage/t... https://doodle.com/static-site/next-assets/homepage/time-os-bg.jpg — 200 — 106.2 KiB — 77 ms — h2https://doodle.com/static-site/next-assets/homepage/badge-soc.png/static-site/next-assets/homepage/b... https://doodle.com/static-site/next-assets/homepage/badge-soc.png — 200 — 72.1 KiB — 85 ms — h2https://doodle.com/static-site/next-assets/homepage/badge-gdpr.png/static-site/next-assets/homepage/b... https://doodle.com/static-site/next-assets/homepage/badge-gdpr.png — 200 — 92.4 KiB — 92 ms — h2https://doodle.com/static-site/next-assets/homepage/badge-ccpa.png/static-site/next-assets/homepage/b... https://doodle.com/static-site/next-assets/homepage/badge-ccpa.png — 200 — 174.4 KiB — 107 ms — h2https://doodle.com/static-site/next-assets/homepage/badge-cyber-verify.png/static-site/next-assets/homepage/b... https://doodle.com/static-site/next-assets/homepage/badge-cyber-verify.png — 200 — 264.2 KiB — 119 ms — h2https://doodle.com/static-site/next-assets/homepage/badge-hipaa.png/static-site/next-assets/homepage/b... https://doodle.com/static-site/next-assets/homepage/badge-hipaa.png — 200 — 69.2 KiB — 118 ms — h2
0 ms 500 ms 1.0 s FCP 397 ms LCP 1.2 shttps://doodle.com// https://doodle.com/ — 302 — 319 B — 186 ms — h2https://doodle.com/en//en/ https://doodle.com/en/ — 200 — 14.9 KiB — 161 ms — h2https://doodle.com/static-site/_next/static/media/e5f448bdf22d4ede-s.p.woff2/static-site/_next/static/media/e5f... https://doodle.com/static-site/_next/static/media/e5f448bdf22d4ede-s.p.woff2 — 200 — 131.2 KiB — 28 ms — h2https://doodle.com/static-site/_next/static/media/f1c328b8a9761933-s.p.woff2/static-site/_next/static/media/f1c... https://doodle.com/static-site/_next/static/media/f1c328b8a9761933-s.p.woff2 — 200 — 182.7 KiB — 68 ms — h2https://doodle.com/static-site/_next/static/css/a22f1a916fce1e75.css/static-site/_next/static/css/a22f1... https://doodle.com/static-site/_next/static/css/a22f1a916fce1e75.css — 200 — 12.4 KiB — 36 ms — h2https://doodle.com/static-site/next-assets/homepage/product-image.png/static-site/next-assets/homepage/p... https://doodle.com/static-site/next-assets/homepage/product-image.png — 200 — 234.3 KiB — 35 ms — h2https://doodle.com/static-site/_next/static/chunks/webpack-f1cbfa29c0696125.js/static-site/_next/static/chunks/we... https://doodle.com/static-site/_next/static/chunks/webpack-f1cbfa29c0696125.js — 200 — 1.8 KiB — 56 ms — h2https://doodle.com/static-site/_next/static/chunks/4bd1b696-cf1248645ccd404e.js/static-site/_next/static/chunks/4b... https://doodle.com/static-site/_next/static/chunks/4bd1b696-cf1248645ccd404e.js — 200 — 61.6 KiB — 57 ms — h2https://doodle.com/static-site/_next/static/chunks/826-342bc9ad6db91a4a.js/static-site/_next/static/chunks/82... https://doodle.com/static-site/_next/static/chunks/826-342bc9ad6db91a4a.js — 200 — 57.6 KiB — 59 ms — h2https://doodle.com/static-site/_next/static/chunks/main-app-72a72184c53ea859.js/static-site/_next/static/chunks/ma... https://doodle.com/static-site/_next/static/chunks/main-app-72a72184c53ea859.js — 200 — 395 B — 30 ms — h2https://doodle.com/static-site/_next/static/chunks/327-85ab3584d3e663fa.js/static-site/_next/static/chunks/32... https://doodle.com/static-site/_next/static/chunks/327-85ab3584d3e663fa.js — 200 — 40.6 KiB — 62 ms — h2https://doodle.com/static-site/_next/static/chunks/518-d34389f20be1d4d5.js/static-site/_next/static/chunks/51... https://doodle.com/static-site/_next/static/chunks/518-d34389f20be1d4d5.js — 200 — 27.6 KiB — 62 ms — h2https://doodle.com/static-site/_next/static/chunks/app/%5Blang%5D/layout-522ee7e1f84352c2.js/static-site/_next/static/chunks/ap... https://doodle.com/static-site/_next/static/chunks/app/%5Blang%5D/layout-522ee7e1f84352c2.js — 200 — 4.1 KiB — 59 ms — h2https://doodle.com/static-site/_next/static/chunks/494-fa1b6575f4c75dd5.js/static-site/_next/static/chunks/49... https://doodle.com/static-site/_next/static/chunks/494-fa1b6575f4c75dd5.js — 200 — 5.7 KiB — 57 ms — h2https://doodle.com/static-site/_next/static/chunks/265-12ae1a25f6ecff0b.js/static-site/_next/static/chunks/26... https://doodle.com/static-site/_next/static/chunks/265-12ae1a25f6ecff0b.js — 200 — 10.3 KiB — 57 ms — h2https://doodle.com/static-site/_next/static/chunks/app/%5Blang%5D/page-cf711d5a78e4e340.js/static-site/_next/static/chunks/ap... https://doodle.com/static-site/_next/static/chunks/app/%5Blang%5D/page-cf711d5a78e4e340.js — 200 — 2.2 KiB — 57 ms — h2https://doodle.com/static-site/next-assets/homepage/hero-animation.mp4/static-site/next-assets/homepage/h... https://doodle.com/static-site/next-assets/homepage/hero-animation.mp4 — 206 — 1.7 MiB — 147 ms — h2https://doodle.com/static-site/next-assets/homepage/product-animation.mp4/static-site/next-assets/homepage/p... https://doodle.com/static-site/next-assets/homepage/product-animation.mp4 — 206 — 2.1 MiB — 229 ms — h2https://marketing-cdn.doodle.com/branding/2026/favicon/site.webmanifestmarketing-cdn.doodle.com/branding/2... https://marketing-cdn.doodle.com/branding/2026/favicon/site.webmanifest — 200 — 1.1 KiB — 557 ms — h2https://doodle.com/static-site/_next/static/media/32b04a225cda6443-s.woff2/static-site/_next/static/media/32b... https://doodle.com/static-site/_next/static/media/32b04a225cda6443-s.woff2 — 200 — 71.6 KiB — 45 ms — h2https://doodle.com/static-site/_next/static/media/30d74baa196fe88a-s.woff2/static-site/_next/static/media/30d... https://doodle.com/static-site/_next/static/media/30d74baa196fe88a-s.woff2 — 200 — 36.2 KiB — 41 ms — h2https://doodle.com/static-site/next-assets/homepage/hero-logos.svg/static-site/next-assets/homepage/h... https://doodle.com/static-site/next-assets/homepage/hero-logos.svg — 200 — 14.2 KiB — 49 ms — h2https://doodle.com/static-site/next-assets/homepage/time-exhaustion-image.png/static-site/next-assets/homepage/t... https://doodle.com/static-site/next-assets/homepage/time-exhaustion-image.png — 200 — 234.3 KiB — 85 ms — h2https://doodle.com/static-site/next-assets/homepage/icon-download.svg/static-site/next-assets/homepage/i... https://doodle.com/static-site/next-assets/homepage/icon-download.svg — 200 — 675 B — 77 ms — h2https://doodle.com/static-site/next-assets/homepage/time-os-bg.jpg/static-site/next-assets/homepage/t... https://doodle.com/static-site/next-assets/homepage/time-os-bg.jpg — 200 — 106.2 KiB — 77 ms — h2https://doodle.com/static-site/next-assets/homepage/badge-soc.png/static-site/next-assets/homepage/b... https://doodle.com/static-site/next-assets/homepage/badge-soc.png — 200 — 72.1 KiB — 85 ms — h2https://doodle.com/static-site/next-assets/homepage/badge-gdpr.png/static-site/next-assets/homepage/b... https://doodle.com/static-site/next-assets/homepage/badge-gdpr.png — 200 — 92.4 KiB — 92 ms — h2https://doodle.com/static-site/next-assets/homepage/badge-ccpa.png/static-site/next-assets/homepage/b... https://doodle.com/static-site/next-assets/homepage/badge-ccpa.png — 200 — 174.4 KiB — 107 ms — h2https://doodle.com/static-site/next-assets/homepage/badge-cyber-verify.png/static-site/next-assets/homepage/b... https://doodle.com/static-site/next-assets/homepage/badge-cyber-verify.png — 200 — 264.2 KiB — 119 ms — h2https://doodle.com/static-site/next-assets/homepage/badge-hipaa.png/static-site/next-assets/homepage/b... https://doodle.com/static-site/next-assets/homepage/badge-hipaa.png — 200 — 69.2 KiB — 118 ms — h2https://marketing-cdn.doodle.com/branding/2026/favicon/favicon.svgmarketing-cdn.doodle.com/branding/2... https://marketing-cdn.doodle.com/branding/2026/favicon/favicon.svg — 200 — 4.4 KiB — 25 ms — h2https://marketing-cdn.doodle.com/branding/2026/favicon/favicon.icomarketing-cdn.doodle.com/branding/2... https://marketing-cdn.doodle.com/branding/2026/favicon/favicon.ico — 200 — 926 B — 19 ms — h2https://marketing-cdn.doodle.com/branding/2026/favicon/favicon.icomarketing-cdn.doodle.com/branding/2... https://marketing-cdn.doodle.com/branding/2026/favicon/favicon.ico — 200 — 0 B — 2 ms — h2
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
27% of JavaScript execution is third-party
First-party Third-party 105ms · 0KB · €1/mo
Unattributable
Other
Optional
Execution 105ms
Transfer 0 KB
Monthly Cost €1/mo

How third-party costs are calculated

All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback