Skip to content
https://openclipart.org

Performance

· 15 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
78
GRADE
C
FIX
3
REVIEW
3
PASS
7
INFO
2

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

77
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
95
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.

1.03 s

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

1.03 s

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

0 ms

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

0.362

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

1.73 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.03 s

Page Load Progression

375 ms
750 ms
1.1 s
1.5 s
1.9 s
2.2 s
2.6 s
3.0 s
Checks
15
7 PASS 3 REVIEW 3 FIX
F
Page Weight Budget
Action
5.8 MB transferred, 59 requests
FIX
5.8 MB transferred, 59 requests
Critical::
Page weighs 7.7 MB (5.8 MB transferred)
Warning::
Images are 4.9 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 4.9 MB
Warning::
JavaScript is 736 KB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 736 KB
Info::
59 HTTP requests
Info::
Estimated 1.2 g CO2 per page load
5.8 MB / 2.4 MB budget
5.8 MB transferred
59 requests
1.2 g CO2 per page load
Images 4.9 MiB 85%
JavaScript 736.4 KiB 12%
Fonts 93.6 KiB 2%
CSS 41.1 KiB 1%
HTML 4.2 KiB 0%
Other 2.3 KiB 0%
Other 1.0 KiB 0%
Other 549 B 0%
Other 168 B 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

Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.

Why this matters

JavaScript bundle is large — code-split routes and lazy-load off-screen components to defer.

Source: web.dev

D
JS Bundles
Action
9 scripts, 356 KB unused
FIX
9 scripts, 356 KB unused
Warning::
https://pagead2.googlesyndication.com/pagead/manag...: 148 KB unused (83%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=G-QLBW...: 67 KB unused (41%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=UA-790...: 64 KB unused (51%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://fundingchoicesmessages.google.com/i/ca-pub...: 36 KB unused (52%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://openclipart.org/vendor/twbs/bootstrap/dist...: 21 KB unused (79%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 356 KB
356 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://pagead2.googlesyndication.com/pagead/managed/js/adsense/m202604170101/show_ads_impl_fy2021.js178 KB148 KB (83%)3rd
https://www.googletagmanager.com/gtag/js?id=G-QLBW7R5K54&cx=c&gtm=4e64k1165 KB67 KB (41%)3rd
https://www.googletagmanager.com/gtag/js?id=UA-7908533-1125 KB64 KB (51%)3rd
https://fundingchoicesmessages.google.com/i/ca-pub-0352842915813820?href=https%3A%2F%2Fopenclipart.org&ers=270 KB36 KB (52%)3rd
https://openclipart.org/vendor/twbs/bootstrap/dist/js/bootstrap.bundle.min.js27 KB21 KB (79%)1st
https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js54 KB20 KB (38%)3rd
https://openclipart.org/vendor/components/jquery/jquery.slim.min.js28 KB1st
https://www.google-analytics.com/analytics.js21 KB3rd
https://fundingchoicesmessages.google.com/f/AGSKWxW4vQhUl7OKYB2hA3mhPskqtj65D59slt18MnfRDzkiste0AwoTUiwYaPkaO2eh52VAxxaVckDAr2kJ2AjrGhD9LiOR1LPmZqn5JKRMa5pNNLxbbC6sdzxYBlmL_6q9E-lD12XsxQ==?fccs=W251bGwsbnVsbCxudWxsLG51bGwsbnVsbCxudWxsLFsxNzc2ODk4MTQyLDU4NjAwMDAwMF0sbnVsbCxudWxsLG51bGwsW251bGwsWzddXSwiaHR0cHM6Ly9vcGVuY2xpcGFydC5vcmcvIixudWxsLFtbOCwicFNKa28xOTZJSDAiXSxbOSwiZW4tVVMiXSxbMTgsIltbW251bGwsMTI2Nl1dXSJdLFszNSwiMTc3Njg5ODE0MiJdLFsyNiwiMTMiXSxbMTksIjEiXSxbMTcsIlswXSJdLFsyNCwiIl0sWzI1LCJbWzk1Mzg2MTkwXV0iXSxbMjksInRydWUiXV1d68 KB3rd

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

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

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

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.

C
Image Optimization
Action
33 images, 0 KB saveable
REVIEW
33 images, 0 KB saveable
Warning::
https://openclipart.org/image/800px/355487 is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://openclipart.org/image/800px/355484 is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://openclipart.org/assets/images/openclipart-... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://openclipart.org/image/800px/355499 is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://openclipart.org/image/800px/355474 is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://openclipart.org/image/800px/355502 is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://openclipart.org/image/800px/355496 is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://openclipart.org/image/800px/355492 is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://openclipart.org/image/800px/355491 is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://openclipart.org/image/800px/355481 is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://openclipart.org/image/800px/355501 is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://openclipart.org/image/800px/355498 is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://openclipart.org/image/800px/355494 is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://openclipart.org/image/800px/355486 is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://openclipart.org/image/800px/355483 is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://openclipart.org/image/800px/355479 is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://openclipart.org/image/800px/355472 is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://openclipart.org/image/800px/355478 is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://openclipart.org/image/800px/355475 is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://openclipart.org/image/800px/355471 is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://openclipart.org/image/800px/355482 is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://openclipart.org/image/800px/355495 is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://openclipart.org/image/800px/355490 is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://openclipart.org/image/800px/355489 is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://openclipart.org/image/800px/355480 is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://openclipart.org/image/800px/355477 is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://openclipart.org/image/800px/355500 is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://openclipart.org/image/800px/355497 is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://openclipart.org/image/800px/355493 is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://openclipart.org/image/800px/355488 is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://openclipart.org/image/800px/355485 is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://openclipart.org/image/800px/355476 is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://openclipart.org/image/800px/355473 is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
33 images 4.9 MB
0 oversized -0 KB
33 legacy format
33 missing dimensions CLS risk

Set explicit width and height to prevent CLS.

Why this matters

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.

Why this matters

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.

Why this matters

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.

Why this matters

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.

Why this matters

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.

Why this matters

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.

Why this matters

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.

Why this matters

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.

Why this matters

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.

Why this matters

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.

Why this matters

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.

Why this matters

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.

Why this matters

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.

Why this matters

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.

Why this matters

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.

Why this matters

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.

Why this matters

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.

Why this matters

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.

Why this matters

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.

Why this matters

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.

Why this matters

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.

Why this matters

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.

Why this matters

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.

Why this matters

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.

Why this matters

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.

Why this matters

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.

Why this matters

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.

Why this matters

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.

Why this matters

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.

Why this matters

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.

Why this matters

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.

Why this matters

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.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

C
Page Weight Inventory
Action
59 resources · 5.8 MB · 356 KB savings available
REVIEW
59 resources · 5.8 MB · 356 KB savings available
Warning::
Page weight 4.8 MB over 1MB target
Got: 5.8 MB Expected: ≤ 1 MB
Info::
~356 KB of savings available
Info::
19 third-party resources (13% of weight)
Info::
6 resources over 200KB
59 resources · 5.8 MiB · 19 third-party 4.8 MiB over 1MB target
Image 85% · 4.9 MiB
JavaScript 12% · 736.4 KiB
Font 2% · 93.6 KiB
CSS 1% · 41.1 KiB
Document 0% · 4.3 KiB
Other 0% · 1.6 KiB

~356.1 KiB of savings available

Remove unused JavaScript: 356.1 KiB
C
Green Hosting
Action
Whether the site is served from green-energy infrastructure
REVIEW

Green Hosting

No green hosting detected

A+
Third-Party Impact
13% third-party, 0 ms blocking
PASS
13% third-party, 0 ms blocking
Info::
Third-party code accounts for 13% of page weight (781.6 KiB of 5.8 MiB)
Info::
Third-party blocking time is low (0 ms)
87%
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
210ms total JS execution
PASS
210ms total JS execution
Info::
https://openclipart.org/: 81ms CPU time
Info::
Unattributable: 74ms CPU time
Info::
https://fundingchoicesmessages.google.com/f/AGSKWx...: 56ms CPU time
Warning::
Third-party scripts: 130ms (62% of total)

Main Thread Breakdown

Script Evaluation 45% Other 25% Script Parsing & Compilation 12% Style & Layout 11% Parse HTML & CSS 4% Rendering 4%
ScriptTotalScriptingParse/CompileParty
https://openclipart.org/81ms6ms0ms1st
Unattributable74ms2ms0ms3rd
https://fundingchoicesmessages.google.com/f/AGSKWxW4vQhUl7OKYB2hA3mhPskqtj65D59slt18MnfRDzkiste0AwoTUiwYaPkaO2eh52VAxxaVckDAr2kJ2AjrGhD9LiOR1LPmZqn5JKRMa5pNNLxbbC6sdzxYBlmL_6q9E-lD12XsxQ==?fccs=W251bGwsbnVsbCxudWxsLG51bGwsbnVsbCxudWxsLFsxNzc2ODk4MTQyLDU4NjAwMDAwMF0sbnVsbCxudWxsLG51bGwsW251bGwsWzddXSwiaHR0cHM6Ly9vcGVuY2xpcGFydC5vcmcvIixudWxsLFtbOCwicFNKa28xOTZJSDAiXSxbOSwiZW4tVVMiXSxbMTgsIltbW251bGwsMTI2Nl1dXSJdLFszNSwiMTc3Njg5ODE0MiJdLFsyNiwiMTMiXSxbMTksIjEiXSxbMTcsIlswXSJdLFsyNCwiIl0sWzI1LCJbWzk1Mzg2MTkwXV0iXSxbMjksInRydWUiXV1d56ms27ms9ms3rd
A+
Font Loading
4 fonts (94 KB)
PASS
4 fonts (94 KB)
Info::
4 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

4

94 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 1.5 s FCP 1.0 s LCP 1.0 shttps://fonts.gstatic.com/s/roboto/v48/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWubEbVmUiAr0klQmz24.woff2KFOMCnqEu92Fr1ME7kSn66a... https://fonts.gstatic.com/s/roboto/v48/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWubEbVmUiAr0klQmz24.woff2 — 14.8 KiB — 106 ms — font-display: swaphttps://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2memvYaGs126MiZpBA-UvWbX... https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2 — 42.1 KiB — 104 ms — font-display: swaphttps://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2memvYaGs126MiZpBA-UvWbX... https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2 — 0 B — 104 ms — font-display: swaphttps://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2KFO7CnqEu92Fr1ME7kSn66a... https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 36.7 KiB — 43 ms — font-display: swap
KFOMCnqEu92Fr1ME7kSn66a... woff2 swap
Size 15 KB
Load time 106 ms
Start 1.6 s
Risk FOUT — text flashes from fallback to web font
memvYaGs126MiZpBA-UvWbX... woff2 swap
Size 42 KB
Load time 104 ms
Start 1.6 s
Risk FOUT — text flashes from fallback to web font
memvYaGs126MiZpBA-UvWbX... woff2 swap
Size 0 KB
Load time 104 ms
Start 1.6 s
Risk FOUT — text flashes from fallback to web font
KFO7CnqEu92Fr1ME7kSn66a... woff2 swap
Size 37 KB
Load time 43 ms
Start 1.7 s
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)
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
Network Waterfall
59 requests over 1734ms
INFO
0 ms 500 ms 1.0 s 1.5 s FCP 1.0 s LCP 1.0 shttps://openclipart.org// https://openclipart.org/ — 200 — 4.2 KiB — 284 ms — h2https://openclipart.org/assets/css/style.css?v=1776898119/assets/css/style.css?v=1776898119 https://openclipart.org/assets/css/style.css?v=1776898119 — 200 — 3.3 KiB — 96 ms — h2https://openclipart.org/vendor/twbs/bootstrap/dist/css/bootstrap.min.css/vendor/twbs/bootstrap/dist/css/boo... https://openclipart.org/vendor/twbs/bootstrap/dist/css/bootstrap.min.css — 200 — 31.3 KiB — 190 ms — h2https://openclipart.org/vendor/components/jquery/jquery.slim.min.js/vendor/components/jquery/jquery.sl... https://openclipart.org/vendor/components/jquery/jquery.slim.min.js — 200 — 28.2 KiB — 285 ms — h2https://openclipart.org/vendor/twbs/bootstrap/dist/js/bootstrap.bundle.min.js/vendor/twbs/bootstrap/dist/js/boot... https://openclipart.org/vendor/twbs/bootstrap/dist/js/bootstrap.bundle.min.js — 200 — 27.5 KiB — 285 ms — h2https://openclipart.org/assets/images/openclipart-logo-2019.svg/assets/images/openclipart-logo-201... https://openclipart.org/assets/images/openclipart-logo-2019.svg — 200 — 6.2 KiB — 284 ms — h2https://openclipart.org/image/800px/355502/image/800px/355502 https://openclipart.org/image/800px/355502 — 200 — 72.7 KiB — 375 ms — h2https://openclipart.org/image/800px/355501/image/800px/355501 https://openclipart.org/image/800px/355501 — 200 — 180.2 KiB — 184 ms — h2https://openclipart.org/image/800px/355500/image/800px/355500 https://openclipart.org/image/800px/355500 — 200 — 54.2 KiB — 173 ms — h2https://openclipart.org/image/800px/355499/image/800px/355499 https://openclipart.org/image/800px/355499 — 200 — 81.0 KiB — 174 ms — h2https://openclipart.org/assets/images/favicons/manifest.json/assets/images/favicons/manifest.js... https://openclipart.org/assets/images/favicons/manifest.json — 200 — 1.0 KiB — 288 ms — h2https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.jspagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js — 200 — 54.3 KiB — 125 ms — h3https://openclipart.org/image/800px/355498/image/800px/355498 https://openclipart.org/image/800px/355498 — 200 — 67.9 KiB — 259 ms — h2https://openclipart.org/image/800px/355497/image/800px/355497 https://openclipart.org/image/800px/355497 — 200 — 109.6 KiB — 262 ms — h2https://openclipart.org/image/800px/355496/image/800px/355496 https://openclipart.org/image/800px/355496 — 200 — 138.6 KiB — 266 ms — h2https://openclipart.org/image/800px/355495/image/800px/355495 https://openclipart.org/image/800px/355495 — 200 — 117.1 KiB — 268 ms — h2https://openclipart.org/image/800px/355494/image/800px/355494 https://openclipart.org/image/800px/355494 — 200 — 99.8 KiB — 299 ms — h2https://openclipart.org/image/800px/355493/image/800px/355493 https://openclipart.org/image/800px/355493 — 200 — 93.4 KiB — 352 ms — h2https://openclipart.org/image/800px/355492/image/800px/355492 https://openclipart.org/image/800px/355492 — 200 — 96.8 KiB — 354 ms — h2https://openclipart.org/image/800px/355491/image/800px/355491 https://openclipart.org/image/800px/355491 — 200 — 125.1 KiB — 356 ms — h2https://openclipart.org/image/800px/355490/image/800px/355490 https://openclipart.org/image/800px/355490 — 200 — 112.2 KiB — 358 ms — h2https://openclipart.org/image/800px/355489/image/800px/355489 https://openclipart.org/image/800px/355489 — 200 — 108.3 KiB — 360 ms — h2https://openclipart.org/image/800px/355488/image/800px/355488 https://openclipart.org/image/800px/355488 — 200 — 127.5 KiB — 364 ms — h2https://openclipart.org/image/800px/355487/image/800px/355487 https://openclipart.org/image/800px/355487 — 200 — 120.2 KiB — 367 ms — h2https://openclipart.org/image/800px/355486/image/800px/355486 https://openclipart.org/image/800px/355486 — 200 — 117.5 KiB — 369 ms — h2https://openclipart.org/image/800px/355485/image/800px/355485 https://openclipart.org/image/800px/355485 — 200 — 127.9 KiB — 391 ms — h2https://openclipart.org/image/800px/355484/image/800px/355484 https://openclipart.org/image/800px/355484 — 200 — 221.8 KiB — 451 ms — h2https://openclipart.org/image/800px/355483/image/800px/355483 https://openclipart.org/image/800px/355483 — 200 — 63.7 KiB — 444 ms — h2https://openclipart.org/image/800px/355482/image/800px/355482 https://openclipart.org/image/800px/355482 — 200 — 99.7 KiB — 451 ms — h2https://openclipart.org/image/800px/355481/image/800px/355481 https://openclipart.org/image/800px/355481 — 200 — 17.6 KiB — 445 ms — h2
0 ms 500 ms 1.0 s 1.5 s FCP 1.0 s LCP 1.0 shttps://openclipart.org// https://openclipart.org/ — 200 — 4.2 KiB — 284 ms — h2https://openclipart.org/assets/css/style.css?v=1776898119/assets/css/style.css?v=1776898119 https://openclipart.org/assets/css/style.css?v=1776898119 — 200 — 3.3 KiB — 96 ms — h2https://openclipart.org/vendor/twbs/bootstrap/dist/css/bootstrap.min.css/vendor/twbs/bootstrap/dist/css/boo... https://openclipart.org/vendor/twbs/bootstrap/dist/css/bootstrap.min.css — 200 — 31.3 KiB — 190 ms — h2https://openclipart.org/vendor/components/jquery/jquery.slim.min.js/vendor/components/jquery/jquery.sl... https://openclipart.org/vendor/components/jquery/jquery.slim.min.js — 200 — 28.2 KiB — 285 ms — h2https://openclipart.org/vendor/twbs/bootstrap/dist/js/bootstrap.bundle.min.js/vendor/twbs/bootstrap/dist/js/boot... https://openclipart.org/vendor/twbs/bootstrap/dist/js/bootstrap.bundle.min.js — 200 — 27.5 KiB — 285 ms — h2https://openclipart.org/assets/images/openclipart-logo-2019.svg/assets/images/openclipart-logo-201... https://openclipart.org/assets/images/openclipart-logo-2019.svg — 200 — 6.2 KiB — 284 ms — h2https://openclipart.org/image/800px/355502/image/800px/355502 https://openclipart.org/image/800px/355502 — 200 — 72.7 KiB — 375 ms — h2https://openclipart.org/image/800px/355501/image/800px/355501 https://openclipart.org/image/800px/355501 — 200 — 180.2 KiB — 184 ms — h2https://openclipart.org/image/800px/355500/image/800px/355500 https://openclipart.org/image/800px/355500 — 200 — 54.2 KiB — 173 ms — h2https://openclipart.org/image/800px/355499/image/800px/355499 https://openclipart.org/image/800px/355499 — 200 — 81.0 KiB — 174 ms — h2https://openclipart.org/assets/images/favicons/manifest.json/assets/images/favicons/manifest.js... https://openclipart.org/assets/images/favicons/manifest.json — 200 — 1.0 KiB — 288 ms — h2https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.jspagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js — 200 — 54.3 KiB — 125 ms — h3https://openclipart.org/image/800px/355498/image/800px/355498 https://openclipart.org/image/800px/355498 — 200 — 67.9 KiB — 259 ms — h2https://openclipart.org/image/800px/355497/image/800px/355497 https://openclipart.org/image/800px/355497 — 200 — 109.6 KiB — 262 ms — h2https://openclipart.org/image/800px/355496/image/800px/355496 https://openclipart.org/image/800px/355496 — 200 — 138.6 KiB — 266 ms — h2https://openclipart.org/image/800px/355495/image/800px/355495 https://openclipart.org/image/800px/355495 — 200 — 117.1 KiB — 268 ms — h2https://openclipart.org/image/800px/355494/image/800px/355494 https://openclipart.org/image/800px/355494 — 200 — 99.8 KiB — 299 ms — h2https://openclipart.org/image/800px/355493/image/800px/355493 https://openclipart.org/image/800px/355493 — 200 — 93.4 KiB — 352 ms — h2https://openclipart.org/image/800px/355492/image/800px/355492 https://openclipart.org/image/800px/355492 — 200 — 96.8 KiB — 354 ms — h2https://openclipart.org/image/800px/355491/image/800px/355491 https://openclipart.org/image/800px/355491 — 200 — 125.1 KiB — 356 ms — h2https://openclipart.org/image/800px/355490/image/800px/355490 https://openclipart.org/image/800px/355490 — 200 — 112.2 KiB — 358 ms — h2https://openclipart.org/image/800px/355489/image/800px/355489 https://openclipart.org/image/800px/355489 — 200 — 108.3 KiB — 360 ms — h2https://openclipart.org/image/800px/355488/image/800px/355488 https://openclipart.org/image/800px/355488 — 200 — 127.5 KiB — 364 ms — h2https://openclipart.org/image/800px/355487/image/800px/355487 https://openclipart.org/image/800px/355487 — 200 — 120.2 KiB — 367 ms — h2https://openclipart.org/image/800px/355486/image/800px/355486 https://openclipart.org/image/800px/355486 — 200 — 117.5 KiB — 369 ms — h2https://openclipart.org/image/800px/355485/image/800px/355485 https://openclipart.org/image/800px/355485 — 200 — 127.9 KiB — 391 ms — h2https://openclipart.org/image/800px/355484/image/800px/355484 https://openclipart.org/image/800px/355484 — 200 — 221.8 KiB — 451 ms — h2https://openclipart.org/image/800px/355483/image/800px/355483 https://openclipart.org/image/800px/355483 — 200 — 63.7 KiB — 444 ms — h2https://openclipart.org/image/800px/355482/image/800px/355482 https://openclipart.org/image/800px/355482 — 200 — 99.7 KiB — 451 ms — h2https://openclipart.org/image/800px/355481/image/800px/355481 https://openclipart.org/image/800px/355481 — 200 — 17.6 KiB — 445 ms — h2https://openclipart.org/image/800px/355480/image/800px/355480 https://openclipart.org/image/800px/355480 — 200 — 346.4 KiB — 457 ms — h2https://openclipart.org/image/800px/355479/image/800px/355479 https://openclipart.org/image/800px/355479 — 200 — 95.8 KiB — 458 ms — h2https://openclipart.org/image/800px/355478/image/800px/355478 https://openclipart.org/image/800px/355478 — 200 — 521.4 KiB — 469 ms — h2https://openclipart.org/image/800px/355477/image/800px/355477 https://openclipart.org/image/800px/355477 — 200 — 127.5 KiB — 474 ms — h2https://openclipart.org/image/800px/355476/image/800px/355476 https://openclipart.org/image/800px/355476 — 200 — 619.6 KiB — 485 ms — h2https://openclipart.org/image/800px/355475/image/800px/355475 https://openclipart.org/image/800px/355475 — 200 — 263.1 KiB — 544 ms — h2https://openclipart.org/image/800px/355474/image/800px/355474 https://openclipart.org/image/800px/355474 — 200 — 189.9 KiB — 545 ms — h2https://openclipart.org/image/800px/355473/image/800px/355473 https://openclipart.org/image/800px/355473 — 200 — 362.2 KiB — 552 ms — h2https://openclipart.org/image/800px/355472/image/800px/355472 https://openclipart.org/image/800px/355472 — 200 — 108.1 KiB — 552 ms — h2https://openclipart.org/image/800px/355471/image/800px/355471 https://openclipart.org/image/800px/355471 — 200 — 39.8 KiB — 541 ms — h2https://www.googletagmanager.com/gtag/js?id=UA-7908533-1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=UA-7908533-1 — 200 — 125.1 KiB — 160 ms — h2https://www.googletagmanager.com/gtag/js?id=G-QLBW7R5K54&cx=c&gtm=4e64k1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-QLBW7R5K54&cx=c&gtm=4e64k1 — 200 — 164.9 KiB — 62 ms — h2https://www.google-analytics.com/analytics.jswww.google-analytics.com/analytics.... https://www.google-analytics.com/analytics.js — 200 — 20.9 KiB — 91 ms — h2https://region1.google-analytics.com/g/collect?v=2&tid=G-QLBW7R5K54&gtm=45je64k1v9134580272za20g&_p=1776898141717&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&_eu=EAAI&are=1&cid=782773382.1776898142&frm=0&ir=1&pscdl=noapi&rcb=12&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115938465~115938469~117266400~117512542~118167059~118463261&sid=1776898142&sct=1&seg=0&dl=https%3A%2F%2Fopenclipart.org%2F&dt=Openclipart%20-%20Clipping%20Culture&en=page_view&_fv=1&_nsi=1&_ss=1&tfd=915region1.google-analytics.com/g/coll... https://region1.google-analytics.com/g/collect?v=2&tid=G-QLBW7R5K54&gtm=45je64k1v9134580272za20g&_p=1776898141717&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&_eu=EAAI&are=1&cid=782773382.1776898142&frm=0&ir=1&pscdl=noapi&rcb=12&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115938465~115938469~117266400~117512542~118167059~118463261&sid=1776898142&sct=1&seg=0&dl=https%3A%2F%2Fopenclipart.org%2F&dt=Openclipart%20-%20Clipping%20Culture&en=page_view&_fv=1&_nsi=1&_ss=1&tfd=915 — 204 — 549 B — 85 ms — h2https://pagead2.googlesyndication.com/pagead/managed/js/adsense/m202604170101/show_ads_impl_fy2021.jspagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/managed/js/adsense/m202604170101/show_ads_impl_fy2021.js — 200 — 177.5 KiB — 69 ms — h3https://openclipart.org/assets/images/favicons/favicon-32x32.png/assets/images/favicons/favicon-32x... https://openclipart.org/assets/images/favicons/favicon-32x32.png — 200 — 2.3 KiB — 95 ms — h2https://fundingchoicesmessages.google.com/i/ca-pub-0352842915813820?href=https%3A%2F%2Fopenclipart.org&ers=2fundingchoicesmessages.google.com/i... https://fundingchoicesmessages.google.com/i/ca-pub-0352842915813820?href=https%3A%2F%2Fopenclipart.org&ers=2 — 200 — 70.1 KiB — 155 ms — h2https://fundingchoicesmessages.google.com/el/AGSKWxV0PAV3mcC46O0dkyXVFH3xgMWfrq7ckYDjkyJJpKajfe3fxTx2Kj42YShEzw7urld76lf3nEVT8n2Apa2cZ-BaptVgLTbLJbthw47zVnR3ac9eyZGf7RkuHPWUKllmaf-j-Ipp1g==fundingchoicesmessages.google.com/e... https://fundingchoicesmessages.google.com/el/AGSKWxV0PAV3mcC46O0dkyXVFH3xgMWfrq7ckYDjkyJJpKajfe3fxTx2Kj42YShEzw7urld76lf3nEVT8n2Apa2cZ-BaptVgLTbLJbthw47zVnR3ac9eyZGf7RkuHPWUKllmaf-j-Ipp1g== — 204 — 28 B — 91 ms — h3https://fundingchoicesmessages.google.com/el/AGSKWxV0PAV3mcC46O0dkyXVFH3xgMWfrq7ckYDjkyJJpKajfe3fxTx2Kj42YShEzw7urld76lf3nEVT8n2Apa2cZ-BaptVgLTbLJbthw47zVnR3ac9eyZGf7RkuHPWUKllmaf-j-Ipp1g==fundingchoicesmessages.google.com/e... https://fundingchoicesmessages.google.com/el/AGSKWxV0PAV3mcC46O0dkyXVFH3xgMWfrq7ckYDjkyJJpKajfe3fxTx2Kj42YShEzw7urld76lf3nEVT8n2Apa2cZ-BaptVgLTbLJbthw47zVnR3ac9eyZGf7RkuHPWUKllmaf-j-Ipp1g== — 204 — 28 B — 87 ms — h3https://fundingchoicesmessages.google.com/el/AGSKWxV0PAV3mcC46O0dkyXVFH3xgMWfrq7ckYDjkyJJpKajfe3fxTx2Kj42YShEzw7urld76lf3nEVT8n2Apa2cZ-BaptVgLTbLJbthw47zVnR3ac9eyZGf7RkuHPWUKllmaf-j-Ipp1g==fundingchoicesmessages.google.com/e... https://fundingchoicesmessages.google.com/el/AGSKWxV0PAV3mcC46O0dkyXVFH3xgMWfrq7ckYDjkyJJpKajfe3fxTx2Kj42YShEzw7urld76lf3nEVT8n2Apa2cZ-BaptVgLTbLJbthw47zVnR3ac9eyZGf7RkuHPWUKllmaf-j-Ipp1g== — 204 — 28 B — 82 ms — h3https://fundingchoicesmessages.google.com/f/AGSKWxW4vQhUl7OKYB2hA3mhPskqtj65D59slt18MnfRDzkiste0AwoTUiwYaPkaO2eh52VAxxaVckDAr2kJ2AjrGhD9LiOR1LPmZqn5JKRMa5pNNLxbbC6sdzxYBlmL_6q9E-lD12XsxQ==?fccs=W251bGwsbnVsbCxudWxsLG51bGwsbnVsbCxudWxsLFsxNzc2ODk4MTQyLDU4NjAwMDAwMF0sbnVsbCxudWxsLG51bGwsW251bGwsWzddXSwiaHR0cHM6Ly9vcGVuY2xpcGFydC5vcmcvIixudWxsLFtbOCwicFNKa28xOTZJSDAiXSxbOSwiZW4tVVMiXSxbMTgsIltbW251bGwsMTI2Nl1dXSJdLFszNSwiMTc3Njg5ODE0MiJdLFsyNiwiMTMiXSxbMTksIjEiXSxbMTcsIlswXSJdLFsyNCwiIl0sWzI1LCJbWzk1Mzg2MTkwXV0iXSxbMjksInRydWUiXV1dfundingchoicesmessages.google.com/f... https://fundingchoicesmessages.google.com/f/AGSKWxW4vQhUl7OKYB2hA3mhPskqtj65D59slt18MnfRDzkiste0AwoTUiwYaPkaO2eh52VAxxaVckDAr2kJ2AjrGhD9LiOR1LPmZqn5JKRMa5pNNLxbbC6sdzxYBlmL_6q9E-lD12XsxQ==?fccs=W251bGwsbnVsbCxudWxsLG51bGwsbnVsbCxudWxsLFsxNzc2ODk4MTQyLDU4NjAwMDAwMF0sbnVsbCxudWxsLG51bGwsW251bGwsWzddXSwiaHR0cHM6Ly9vcGVuY2xpcGFydC5vcmcvIixudWxsLFtbOCwicFNKa28xOTZJSDAiXSxbOSwiZW4tVVMiXSxbMTgsIltbW251bGwsMTI2Nl1dXSJdLFszNSwiMTc3Njg5ODE0MiJdLFsyNiwiMTMiXSxbMTksIjEiXSxbMTcsIlswXSJdLFsyNCwiIl0sWzI1LCJbWzk1Mzg2MTkwXV0iXSxbMjksInRydWUiXV1d — 200 — 68.0 KiB — 79 ms — h2https://fonts.googleapis.com/css?family=Archivo:400,500|Arimo:400,500|Bitter:400,500|EB+Garamond:400,500|Lato|Libre+Baskervill|Libre+Franklin:400,500|Lora:400,500|Google+Sans:regular,medium:400,500|Material+Icons|Google+Symbols|Merriweather|Montserrat:400,500|Mukta:400,500|Muli:400,500|Nunito:400,500|Open+Sans:400,500,600|Open+Sans+Condensed:400,600|Oswald:500|Playfair+Display:400,500|Poppins:400,500|Raleway:400,500|Roboto:400,500|Roboto+Condensed:400,500|Roboto+Slab:400,500|Slabo+27px|Source+Sans+Pro|Ubuntu:400,500|Volkhov&display=swapfonts.googleapis.com/css?family=Arc... https://fonts.googleapis.com/css?family=Archivo:400,500|Arimo:400,500|Bitter:400,500|EB+Garamond:400,500|Lato|Libre+Baskervill|Libre+Franklin:400,500|Lora:400,500|Google+Sans:regular,medium:400,500|Material+Icons|Google+Symbols|Merriweather|Montserrat:400,500|Mukta:400,500|Muli:400,500|Nunito:400,500|Open+Sans:400,500,600|Open+Sans+Condensed:400,600|Oswald:500|Playfair+Display:400,500|Poppins:400,500|Raleway:400,500|Roboto:400,500|Roboto+Condensed:400,500|Roboto+Slab:400,500|Slabo+27px|Source+Sans+Pro|Ubuntu:400,500|Volkhov&display=swap — 200 — 6.6 KiB — 98 ms — h2https://fonts.gstatic.com/s/roboto/v48/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWubEbVmUiAr0klQmz24.woff2fonts.gstatic.com/s/roboto/v48/KFOM... https://fonts.gstatic.com/s/roboto/v48/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWubEbVmUiAr0klQmz24.woff2 — 200 — 14.8 KiB — 106 ms — h3https://fundingchoicesmessages.google.com/el/AGSKWxV0PAV3mcC46O0dkyXVFH3xgMWfrq7ckYDjkyJJpKajfe3fxTx2Kj42YShEzw7urld76lf3nEVT8n2Apa2cZ-BaptVgLTbLJbthw47zVnR3ac9eyZGf7RkuHPWUKllmaf-j-Ipp1g==fundingchoicesmessages.google.com/e... https://fundingchoicesmessages.google.com/el/AGSKWxV0PAV3mcC46O0dkyXVFH3xgMWfrq7ckYDjkyJJpKajfe3fxTx2Kj42YShEzw7urld76lf3nEVT8n2Apa2cZ-BaptVgLTbLJbthw47zVnR3ac9eyZGf7RkuHPWUKllmaf-j-Ipp1g== — 204 — 28 B — 33 ms — h3https://fundingchoicesmessages.google.com/el/AGSKWxV0PAV3mcC46O0dkyXVFH3xgMWfrq7ckYDjkyJJpKajfe3fxTx2Kj42YShEzw7urld76lf3nEVT8n2Apa2cZ-BaptVgLTbLJbthw47zVnR3ac9eyZGf7RkuHPWUKllmaf-j-Ipp1g==fundingchoicesmessages.google.com/e... https://fundingchoicesmessages.google.com/el/AGSKWxV0PAV3mcC46O0dkyXVFH3xgMWfrq7ckYDjkyJJpKajfe3fxTx2Kj42YShEzw7urld76lf3nEVT8n2Apa2cZ-BaptVgLTbLJbthw47zVnR3ac9eyZGf7RkuHPWUKllmaf-j-Ipp1g== — 204 — 28 B — 37 ms — h3https://fundingchoicesmessages.google.com/el/AGSKWxV0PAV3mcC46O0dkyXVFH3xgMWfrq7ckYDjkyJJpKajfe3fxTx2Kj42YShEzw7urld76lf3nEVT8n2Apa2cZ-BaptVgLTbLJbthw47zVnR3ac9eyZGf7RkuHPWUKllmaf-j-Ipp1g==fundingchoicesmessages.google.com/e... https://fundingchoicesmessages.google.com/el/AGSKWxV0PAV3mcC46O0dkyXVFH3xgMWfrq7ckYDjkyJJpKajfe3fxTx2Kj42YShEzw7urld76lf3nEVT8n2Apa2cZ-BaptVgLTbLJbthw47zVnR3ac9eyZGf7RkuHPWUKllmaf-j-Ipp1g== — 204 — 28 B — 35 ms — h3https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2fonts.gstatic.com/s/opensans/v40/me... https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2 — 200 — 42.1 KiB — 104 ms — h3https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2fonts.gstatic.com/s/opensans/v40/me... https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2 — 200 — 0 B — 104 ms — h3https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2fonts.gstatic.com/s/roboto/v51/KFO7... https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 200 — 36.7 KiB — 43 ms — h3
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
62% of JavaScript execution is third-party
First-party Third-party 130ms · 68KB · €2/mo
Unattributable
Other
Optional
Execution 74ms
Transfer 0 KB
Monthly Cost €1/mo
fundingchoicesmessages.google.com
Other
Optional
Execution 56ms
Transfer 68 KB
Monthly Cost €1/mo

62% of JavaScript execution time comes from third-party scripts.

Why this matters

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

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