Mobile 375 × 812

Desktop 1440 × 900

Score: 72 / 100
Based on 8 categories, 0 sections
Decent speed, but optimizing further could improve engagement.
Several missing protections leave your users and data exposed.
Several issues make your site difficult for assistive technology users.
Solid SEO basics — a few optimizations could boost rankings.
Solid infrastructure — fast server responses across the board.
Mostly compliant — a few items need attention.
Good content signals with minor gaps.
Heavier than average — reducing page weight saves energy and bandwidth.
The overall score is a weighted average of individual category scores. Categories with more impact on user experience and security carry more weight.
Weights reflect general web best practices. Individual needs may differ.
Content-Security-Policy header is missing
Security gaps expose your site and users to attacks, eroding trust.
HSTS header is missing
Security gaps expose your site and users to attacks, eroding trust.
No Content-Security-Policy header found
Security gaps expose your site and users to attacks, eroding trust.
Page weighs 7.7 MB (5.8 MB transferred)
Performance issues directly impact user engagement and conversion rates.
1 control(s) without accessible label
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
High impact, low effort — start here.
High impact, requires investment.
Small gains, minimal effort.
Nothing in this quadrant — good news.
Low impact, high effort — do last.
Nothing in this quadrant — good news.
[](https://beavercheck.com/results/9545fe31-3467-4429-8aeb-47ce018c5769)<a href="https://beavercheck.com/results/9545fe31-3467-4429-8aeb-47ce018c5769"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fopenclipart.org" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fopenclipart.orgThis badge auto-updates with your latest scan result.
Your site performs reasonably well, but a few targeted fixes could meaningfully improve results. Your LCP of 28.4s exceeds Google's 2.5s 'Good' threshold and the 1 performance issue below directly contributes to it. Accessibility issues exclude users who rely on assistive technology — an estimated 15% of your potential audience. Addressing the critical issues below would have the most immediate impact on your user trust.
8 barrier(s) likely increasing bounce by ~28%.
Page takes 28.4s to load
+12% bounceUsers abandon at ~3s — you're 25.9s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
High main-thread blocking time
+2% bouncePage is non-interactive for 319ms after first paint
Fix: Defer third-party scripts and split large bundles
No HSTS header
+1% bounceReturning visitors are briefly exposed to downgrade attacks on first request
Fix: Set Strict-Transport-Security: max-age=31536000; includeSubDomains
No Content-Security-Policy header
+1% bounceHigher XSS blast radius — one compromised script can exfiltrate the checkout form
Fix: Ship a reporting-only CSP first, then enforce once violations are clean
1 form field(s) without a label
+2% bounceScreen readers skip unlabeled fields; autofill can't identify them; checkout abandonment spikes
Fix: Associate every input with a visible <label for="…">; add autocomplete attributes
No Open Graph tags
+2% bounceLinks shared on LinkedIn / Slack / Facebook show bare URLs — referral clicks drop
Fix: Add og:title, og:description, og:image, og:url to the page head
Thin content
+3% bounceUnder 300 words — visitors bounce looking for substance, search engines rank competitors first
Fix: Add a substantive FAQ, product detail, or case-study section
No skip-to-content link
+1% bounceKeyboard and screen-reader users must tab through the entire header on every page
Fix: Add a visible-on-focus <a href="#main">Skip to content</a> as the first focusable element
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
€425 investment → €1.35/month returns + EUR 120,500,000 risk avoided
€425
5h · 5 findings
€1.35 /mo
~€16 / year
EUR 120,500,000
if kept compliant
€128 — in quick wins — start here for the fastest payback
Figures combine localized regulatory fine ceilings, search/conversion value priced against local CPC, and bandwidth waste estimates. Results depend on implementation quality and audience composition. Not legal or financial advice.
5.0 developer hours at €85/hr
Based on European Union rates (€85/hr)
Start here for the best return on investment
€10,041,668 / month at risk
~€120,500,016 / year if left unfixed
€120,500,000
+8 more
€1.35 /mo
18162.3 MB/mo × 0.074 EUR/GB
Compliance figures represent the statutory maximum fine for the most severe triggered category, capped per regulation — not the sum of per-finding penalties. Based on published regulatory fine ranges. This is not legal advice.
Unique monthly visitors from your analytics
Purchases, signups, or key actions
Optional — for revenue estimation
more engaged visitors from reduced bounce
Fix 5 critical issues to capture this value
Based on Google/Deloitte research ("Milliseconds Make Millions") showing a ~7% bounce rate increase per additional second of LCP above the 2.5s "Good" threshold.
Your site's LCP: → estimated after fixes.
These are estimates based on industry research — actual results vary
Your data stays in your browser — nothing is sent to our servers
Thanks for your feedback!
We'll use a cached audit if available, or offer to scan.
Industry-standard audits powered by Google Lighthouse.
Key metrics that affect user experience.
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
7.86 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
28.39 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
319 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.
7.86 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.
28.95 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
Performance issues directly impact user engagement and conversion rates.
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
Parchment borderless div.gallery > div.artwork > a > img | openclipart.org/image/800px/355476 | 618.6 KiB | 617.7 KiB |
Vintage Parchment Frame - Colour Remix div.gallery > div.artwork > a > img | openclipart.org/image/800px/355478 | 520.5 KiB | 519.6 KiB |
Grill div.gallery > div.artwork > a > img | openclipart.org/image/800px/355473 | 361.4 KiB | 361.0 KiB |
Sketched red love heart black outline and curly tail div.gallery > div.artwork > a > img | openclipart.org/image/800px/355480 | 345.7 KiB | 345.0 KiB |
Abstract Pink Chaos div.gallery > div.artwork > a > img | openclipart.org/image/800px/355475 | 262.5 KiB | 262.0 KiB |
Birth Scene div.gallery > div.artwork > a > img | openclipart.org/image/800px/355484 | 221.2 KiB | 220.7 KiB |
Abstract Yellow Background div.gallery > div.artwork > a > img | openclipart.org/image/800px/355474 | 189.4 KiB | 188.9 KiB |
Elektro and Sparko div.gallery > div.artwork > a > img | openclipart.org/image/800px/355501 | 179.6 KiB | 179.1 KiB |
Finch div.gallery > div.artwork > a > img | openclipart.org/image/800px/355496 | 138.2 KiB | 137.3 KiB |
Earthquake Font div.gallery > div.artwork > a > img | openclipart.org/image/800px/355488 | 127.1 KiB | 126.7 KiB |
Mochitsuki div.gallery > div.artwork > a > img | openclipart.org/image/800px/355485 | 127.4 KiB | 126.7 KiB |
Classic Trolley Problem div.gallery > div.artwork > a > img | openclipart.org/image/800px/355477 | 127.0 KiB | 126.7 KiB |
Cuckoo div.gallery > div.artwork > a > img | openclipart.org/image/800px/355491 | 124.6 KiB | 123.9 KiB |
Old Car div.gallery > div.artwork > a > img | openclipart.org/image/800px/355487 | 119.7 KiB | 119.2 KiB |
Fishing in a Small Pond div.gallery > div.artwork > a > img | openclipart.org/image/800px/355486 | 117.0 KiB | 116.3 KiB |
Man and a Dog div.gallery > div.artwork > a > img | openclipart.org/image/800px/355495 | 116.6 KiB | 115.9 KiB |
Horse div.gallery > div.artwork > a > img | openclipart.org/image/800px/355490 | 111.7 KiB | 111.0 KiB |
Kingfisher div.gallery > div.artwork > a > img | openclipart.org/image/800px/355497 | 109.1 KiB | 108.4 KiB |
Katakana Classic Font div.gallery > div.artwork > a > img | openclipart.org/image/800px/355489 | 107.8 KiB | 107.5 KiB |
Firefighter extinguishing a fire div.gallery > div.artwork > a > img | openclipart.org/image/800px/355472 | 107.7 KiB | 107.0 KiB |
Flag of Delaware div.gallery > div.artwork > a > img | openclipart.org/image/800px/355494 | 99.4 KiB | 99.0 KiB |
Mink div.gallery > div.artwork > a > img | openclipart.org/image/800px/355482 | 99.3 KiB | 98.7 KiB |
Nightingale div.gallery > div.artwork > a > img | openclipart.org/image/800px/355492 | 96.3 KiB | 95.7 KiB |
Three Wise Monkeys div.gallery > div.artwork > a > img | openclipart.org/image/800px/355479 | 95.3 KiB | 94.9 KiB |
Canary div.gallery > div.artwork > a > img | openclipart.org/image/800px/355493 | 93.0 KiB | 92.4 KiB |
Termite div.gallery > div.artwork > a > img | openclipart.org/image/800px/355499 | 80.6 KiB | 80.1 KiB |
Moth div.gallery > div.artwork > a > img | openclipart.org/image/800px/355502 | 72.3 KiB | 71.9 KiB |
Cicada div.gallery > div.artwork > a > img | openclipart.org/image/800px/355498 | 67.5 KiB | 67.1 KiB |
Earthquake - Text div.gallery > div.artwork > a > img | openclipart.org/image/800px/355483 | 63.3 KiB | 63.2 KiB |
Mantis div.gallery > div.artwork > a > img | openclipart.org/image/800px/355500 | 53.8 KiB | 53.5 KiB |
A game of Konigsberg that played by two strong AI, the man stalecheck! div.gallery > div.artwork > a > img | openclipart.org/image/800px/355471 | 39.5 KiB | 39.2 KiB |
Handdrawn heart doodle outline transparent div.gallery > div.artwork > a > img | openclipart.org/image/800px/355481 | 17.2 KiB | 17.1 KiB |
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Duration |
|---|---|---|
| openclipart.org/assets/css/style.css?v=1776898119 | 3.3 KiB | |
| openclipart.org/vendor/twbs/bootstrap/dist/js/bootstrap.bundle.min.js | 27.5 KiB | 436 ms |
| openclipart.org/vendor/components/jquery/jquery.slim.min.js | 28.2 KiB | 654 ms |
| openclipart.org/vendor/twbs/bootstrap/dist/css/bootstrap.min.css | 31.3 KiB | 871 ms |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| openclipart.org/vendor/twbs/bootstrap/dist/css/bootstrap.min.css | 30.9 KiB | 29.6 KiB |
| .fc-consent-root .fc-dialog-container.fc-fullscreen { height: 100% !important; … } … | 16.3 KiB | 14.1 KiB |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| /pagead/managed/js/adsense/m202604170101/show_ads_impl_fy... | 177.5 KiB | 147.9 KiB |
| www.googletagmanager.com/gtag/js?id=G-QLBW7R5K54&cx=c>m=4e64k1 | 164.8 KiB | 67.1 KiB |
| www.googletagmanager.com/gtag/js?id=UA-7908533-1 | 124.8 KiB | 63.7 KiB |
| /i/ca-pub-0352842915813820?href=https%3A%2F%2Fopenclipart... | 68.8 KiB | 35.9 KiB |
| openclipart.org/vendor/twbs/bootstrap/dist/js/bootstrap.bundle.min.js | 27.1 KiB | 21.3 KiB |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size |
|---|---|
| openclipart.org/image/800px/355476 | 619.6 KiB |
| openclipart.org/image/800px/355478 | 521.4 KiB |
| openclipart.org/image/800px/355473 | 362.2 KiB |
| openclipart.org/image/800px/355480 | 346.4 KiB |
| openclipart.org/image/800px/355475 | 263.1 KiB |
| openclipart.org/image/800px/355484 | 221.8 KiB |
| openclipart.org/image/800px/355474 | 189.9 KiB |
| openclipart.org/image/800px/355501 | 180.2 KiB |
| /pagead/managed/js/adsense/m202604170101/show_ads_impl_fy... | 177.5 KiB |
| www.googletagmanager.com/gtag/js?id=G-QLBW7R5K54&cx=c>m=4e64k1 | 164.9 KiB |
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Performance issues directly impact user engagement and conversion rates.
| URL | |
|---|---|
Openclipart nav#header > div#logo > a > img | openclipart.org/assets/images/openclipart-logo-2019.svg |
Elektro and Sparko div.gallery > div.artwork > a > img | openclipart.org/image/800px/355501 |
Fishing in a Small Pond div.gallery > div.artwork > a > img | openclipart.org/image/800px/355486 |
Finch div.gallery > div.artwork > a > img | openclipart.org/image/800px/355496 |
Parchment borderless div.gallery > div.artwork > a > img | openclipart.org/image/800px/355476 |
Firefighter extinguishing a fire div.gallery > div.artwork > a > img | openclipart.org/image/800px/355472 |
Vintage Parchment Frame - Colour Remix div.gallery > div.artwork > a > img | openclipart.org/image/800px/355478 |
Mink div.gallery > div.artwork > a > img | openclipart.org/image/800px/355482 |
Horse div.gallery > div.artwork > a > img | openclipart.org/image/800px/355490 |
Mochitsuki div.gallery > div.artwork > a > img | openclipart.org/image/800px/355485 |
Moth div.gallery > div.artwork > a > img | openclipart.org/image/800px/355502 |
Termite div.gallery > div.artwork > a > img | openclipart.org/image/800px/355499 |
Man and a Dog div.gallery > div.artwork > a > img | openclipart.org/image/800px/355495 |
Handdrawn heart doodle outline transparent div.gallery > div.artwork > a > img | openclipart.org/image/800px/355481 |
Sketched red love heart black outline and curly tail div.gallery > div.artwork > a > img | openclipart.org/image/800px/355480 |
Kingfisher div.gallery > div.artwork > a > img | openclipart.org/image/800px/355497 |
Canary div.gallery > div.artwork > a > img | openclipart.org/image/800px/355493 |
Nightingale div.gallery > div.artwork > a > img | openclipart.org/image/800px/355492 |
Cuckoo div.gallery > div.artwork > a > img | openclipart.org/image/800px/355491 |
Cicada div.gallery > div.artwork > a > img | openclipart.org/image/800px/355498 |
Birth Scene div.gallery > div.artwork > a > img | openclipart.org/image/800px/355484 |
Old Car div.gallery > div.artwork > a > img | openclipart.org/image/800px/355487 |
Abstract Yellow Background div.gallery > div.artwork > a > img | openclipart.org/image/800px/355474 |
Abstract Pink Chaos div.gallery > div.artwork > a > img | openclipart.org/image/800px/355475 |
Three Wise Monkeys div.gallery > div.artwork > a > img | openclipart.org/image/800px/355479 |
Mantis div.gallery > div.artwork > a > img | openclipart.org/image/800px/355500 |
Flag of Delaware div.gallery > div.artwork > a > img | openclipart.org/image/800px/355494 |
A game of Konigsberg that played by two strong AI, the man stalecheck! div.gallery > div.artwork > a > img | openclipart.org/image/800px/355471 |
Grill div.gallery > div.artwork > a > img | openclipart.org/image/800px/355473 |
Classic Trolley Problem div.gallery > div.artwork > a > img | openclipart.org/image/800px/355477 |
Earthquake Font div.gallery > div.artwork > a > img | openclipart.org/image/800px/355488 |
Katakana Classic Font div.gallery > div.artwork > a > img | openclipart.org/image/800px/355489 |
Earthquake - Text div.gallery > div.artwork > a > img | openclipart.org/image/800px/355483 |
More information about the performance of your application. These numbers don't directly affect the Performance score.
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Join & Become Member div.ml-auto > div#logged > span > a.btn |
Search form#search > div.input-group > div.input-group-append > button#button-search |
Random form#search > div.input-group > div.input-group-append > a#button-random |
Improve Openclipart by Becoming a Member body > div#content > center > a.btn |
Browse Latest Clipart body > div#content > p.text-center > a#browse |
Learn more div.fc-dialog-content > div.fc-dialog-scrollable-content > button.fc-faq-header > span.fc-faq-label |
List of partners. div.fc-dialog-scrollable-content > div.fc-footer > p > a.fc-vendors-list-dialog |
These are opportunities to improve the legibility of your content.
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
For questions, please email support@openclipart.org body > div#footer > div#forfooter > h4#support |
These are opportunities to improve keyboard navigation in your application.
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Industry-standard audits powered by Google Lighthouse. — Desktop
Key metrics that affect user experience. — Desktop
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
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
Layout shifts occur when elements move absent any user interaction. Investigate the causes of layout shifts, such as elements being added, removed, or their fonts changing as the page loads.
Performance issues directly impact user engagement and conversion rates.
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
Performance issues directly impact user engagement and conversion rates.
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Duration |
|---|---|---|
| openclipart.org/vendor/twbs/bootstrap/dist/js/bootstrap.bundle.min.js | 27.5 KiB | 107 ms |
| openclipart.org/vendor/components/jquery/jquery.slim.min.js | 28.2 KiB | |
| openclipart.org/vendor/twbs/bootstrap/dist/css/bootstrap.min.css | 31.3 KiB | 213 ms |
| openclipart.org/assets/css/style.css?v=1776898119 | 3.3 KiB |
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
Parchment borderless div.gallery > div.artwork > a > img | openclipart.org/image/800px/355476 | 618.6 KiB | 605.5 KiB |
Vintage Parchment Frame - Colour Remix div.gallery > div.artwork > a > img | openclipart.org/image/800px/355478 | 520.5 KiB | 507.3 KiB |
Grill div.gallery > div.artwork > a > img | openclipart.org/image/800px/355473 | 361.4 KiB | 352.1 KiB |
Sketched red love heart black outline and curly tail div.gallery > div.artwork > a > img | openclipart.org/image/800px/355480 | 345.7 KiB | 329.8 KiB |
Abstract Pink Chaos div.gallery > div.artwork > a > img | openclipart.org/image/800px/355475 | 262.5 KiB | 250.5 KiB |
Birth Scene div.gallery > div.artwork > a > img | openclipart.org/image/800px/355484 | 221.2 KiB | 209.0 KiB |
Abstract Yellow Background div.gallery > div.artwork > a > img | openclipart.org/image/800px/355474 | 189.4 KiB | 177.4 KiB |
Elektro and Sparko div.gallery > div.artwork > a > img | openclipart.org/image/800px/355501 | 179.6 KiB | 173.6 KiB |
Finch div.gallery > div.artwork > a > img | openclipart.org/image/800px/355496 | 138.2 KiB | 128.4 KiB |
Earthquake Font div.gallery > div.artwork > a > img | openclipart.org/image/800px/355488 | 127.1 KiB | 119.1 KiB |
Classic Trolley Problem div.gallery > div.artwork > a > img | openclipart.org/image/800px/355477 | 127.0 KiB | 118.8 KiB |
Mochitsuki div.gallery > div.artwork > a > img | openclipart.org/image/800px/355485 | 127.4 KiB | 111.7 KiB |
Cuckoo div.gallery > div.artwork > a > img | openclipart.org/image/800px/355491 | 124.6 KiB | 109.4 KiB |
Fishing in a Small Pond div.gallery > div.artwork > a > img | openclipart.org/image/800px/355486 | 117.0 KiB | 108.9 KiB |
Old Car div.gallery > div.artwork > a > img | openclipart.org/image/800px/355487 | 119.7 KiB | 107.7 KiB |
Man and a Dog div.gallery > div.artwork > a > img | openclipart.org/image/800px/355495 | 116.6 KiB | 100.6 KiB |
Katakana Classic Font div.gallery > div.artwork > a > img | openclipart.org/image/800px/355489 | 107.8 KiB | 100.3 KiB |
Firefighter extinguishing a fire div.gallery > div.artwork > a > img | openclipart.org/image/800px/355472 | 107.7 KiB | 98.1 KiB |
Horse div.gallery > div.artwork > a > img | openclipart.org/image/800px/355490 | 111.7 KiB | 97.8 KiB |
Kingfisher div.gallery > div.artwork > a > img | openclipart.org/image/800px/355497 | 109.1 KiB | 94.0 KiB |
Flag of Delaware div.gallery > div.artwork > a > img | openclipart.org/image/800px/355494 | 99.4 KiB | 89.8 KiB |
Mink div.gallery > div.artwork > a > img | openclipart.org/image/800px/355482 | 99.3 KiB | 88.9 KiB |
Three Wise Monkeys div.gallery > div.artwork > a > img | openclipart.org/image/800px/355479 | 95.3 KiB | 84.5 KiB |
Nightingale div.gallery > div.artwork > a > img | openclipart.org/image/800px/355492 | 96.3 KiB | 83.0 KiB |
Canary div.gallery > div.artwork > a > img | openclipart.org/image/800px/355493 | 93.0 KiB | 80.1 KiB |
Termite div.gallery > div.artwork > a > img | openclipart.org/image/800px/355499 | 80.6 KiB | 69.4 KiB |
Moth div.gallery > div.artwork > a > img | openclipart.org/image/800px/355502 | 72.3 KiB | 62.3 KiB |
Earthquake - Text div.gallery > div.artwork > a > img | openclipart.org/image/800px/355483 | 63.3 KiB | 60.6 KiB |
Cicada div.gallery > div.artwork > a > img | openclipart.org/image/800px/355498 | 67.5 KiB | 58.2 KiB |
Mantis div.gallery > div.artwork > a > img | openclipart.org/image/800px/355500 | 53.8 KiB | 46.4 KiB |
A game of Konigsberg that played by two strong AI, the man stalecheck! div.gallery > div.artwork > a > img | openclipart.org/image/800px/355471 | 39.5 KiB | 34.0 KiB |
Handdrawn heart doodle outline transparent div.gallery > div.artwork > a > img | openclipart.org/image/800px/355481 | 17.2 KiB | 14.9 KiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| openclipart.org/vendor/twbs/bootstrap/dist/css/bootstrap.min.css | 30.9 KiB | 29.5 KiB |
| .fc-consent-root .fc-dialog-container.fc-fullscreen { height: 100% !important; … } … | 16.3 KiB | 14.1 KiB |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| /pagead/managed/js/adsense/m202604170101/show_ads_impl_fy... | 177.5 KiB | 147.9 KiB |
| www.googletagmanager.com/gtag/js?id=G-QLBW7R5K54&cx=c>m=4e64k1 | 164.8 KiB | 67.1 KiB |
| www.googletagmanager.com/gtag/js?id=UA-7908533-1 | 124.8 KiB | 63.7 KiB |
| /i/ca-pub-0352842915813820?href=https%3A%2F%2Fopenclipart... | 68.8 KiB | 35.8 KiB |
| openclipart.org/vendor/twbs/bootstrap/dist/js/bootstrap.bundle.min.js | 27.1 KiB | 21.3 KiB |
| pagead2.googlesyndication.com/pagead/js/adsbygoogle.js | 54.3 KiB | 20.3 KiB |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size |
|---|---|
| openclipart.org/image/800px/355476 | 619.6 KiB |
| openclipart.org/image/800px/355478 | 521.4 KiB |
| openclipart.org/image/800px/355473 | 362.2 KiB |
| openclipart.org/image/800px/355480 | 346.4 KiB |
| openclipart.org/image/800px/355475 | 263.1 KiB |
| openclipart.org/image/800px/355484 | 221.8 KiB |
| openclipart.org/image/800px/355474 | 189.9 KiB |
| openclipart.org/image/800px/355501 | 180.2 KiB |
| /pagead/managed/js/adsense/m202604170101/show_ads_impl_fy... | 177.5 KiB |
| www.googletagmanager.com/gtag/js?id=G-QLBW7R5K54&cx=c>m=4e64k1 | 164.9 KiB |
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Performance issues directly impact user engagement and conversion rates.
| URL | |
|---|---|
Openclipart nav#header > div#logo > a > img | openclipart.org/assets/images/openclipart-logo-2019.svg |
Elektro and Sparko div.gallery > div.artwork > a > img | openclipart.org/image/800px/355501 |
Fishing in a Small Pond div.gallery > div.artwork > a > img | openclipart.org/image/800px/355486 |
Finch div.gallery > div.artwork > a > img | openclipart.org/image/800px/355496 |
Parchment borderless div.gallery > div.artwork > a > img | openclipart.org/image/800px/355476 |
Firefighter extinguishing a fire div.gallery > div.artwork > a > img | openclipart.org/image/800px/355472 |
Vintage Parchment Frame - Colour Remix div.gallery > div.artwork > a > img | openclipart.org/image/800px/355478 |
Mink div.gallery > div.artwork > a > img | openclipart.org/image/800px/355482 |
Horse div.gallery > div.artwork > a > img | openclipart.org/image/800px/355490 |
Mochitsuki div.gallery > div.artwork > a > img | openclipart.org/image/800px/355485 |
Moth div.gallery > div.artwork > a > img | openclipart.org/image/800px/355502 |
Termite div.gallery > div.artwork > a > img | openclipart.org/image/800px/355499 |
Man and a Dog div.gallery > div.artwork > a > img | openclipart.org/image/800px/355495 |
Handdrawn heart doodle outline transparent div.gallery > div.artwork > a > img | openclipart.org/image/800px/355481 |
Sketched red love heart black outline and curly tail div.gallery > div.artwork > a > img | openclipart.org/image/800px/355480 |
Kingfisher div.gallery > div.artwork > a > img | openclipart.org/image/800px/355497 |
Canary div.gallery > div.artwork > a > img | openclipart.org/image/800px/355493 |
Nightingale div.gallery > div.artwork > a > img | openclipart.org/image/800px/355492 |
Cuckoo div.gallery > div.artwork > a > img | openclipart.org/image/800px/355491 |
Cicada div.gallery > div.artwork > a > img | openclipart.org/image/800px/355498 |
Birth Scene div.gallery > div.artwork > a > img | openclipart.org/image/800px/355484 |
Old Car div.gallery > div.artwork > a > img | openclipart.org/image/800px/355487 |
Abstract Yellow Background div.gallery > div.artwork > a > img | openclipart.org/image/800px/355474 |
Abstract Pink Chaos div.gallery > div.artwork > a > img | openclipart.org/image/800px/355475 |
Three Wise Monkeys div.gallery > div.artwork > a > img | openclipart.org/image/800px/355479 |
Mantis div.gallery > div.artwork > a > img | openclipart.org/image/800px/355500 |
Flag of Delaware div.gallery > div.artwork > a > img | openclipart.org/image/800px/355494 |
A game of Konigsberg that played by two strong AI, the man stalecheck! div.gallery > div.artwork > a > img | openclipart.org/image/800px/355471 |
Grill div.gallery > div.artwork > a > img | openclipart.org/image/800px/355473 |
Classic Trolley Problem div.gallery > div.artwork > a > img | openclipart.org/image/800px/355477 |
Earthquake Font div.gallery > div.artwork > a > img | openclipart.org/image/800px/355488 |
Katakana Classic Font div.gallery > div.artwork > a > img | openclipart.org/image/800px/355489 |
Earthquake - Text div.gallery > div.artwork > a > img | openclipart.org/image/800px/355483 |
More information about the performance of your application. These numbers don't directly affect the Performance score.
These are the largest layout shifts observed on the page. Each table item represents a single layout shift, and shows the element that shifted the most. Below each item are possible root causes that led to the layout shift. Some of these layout shifts may not be included in the CLS metric value due to windowing. Learn how to improve CLS
Performance issues directly impact user engagement and conversion rates.
| Element | Layout shift score |
|---|---|
185,014 clipart by 8,231 artists. 21 clipart by 2 artists today.
Improve Opencl… body > div#content | 0.188 |
For questions, please email support@openclipart.org
FAQ Privacy License Members… body > div#footer | 0.098 |
Kingfisher body > div#content > div.gallery > div.artwork | 0.026 |
Kingfisher body > div#content > div.gallery > div.artwork | 0.024 |
Termite body > div#content > div.gallery > div.artwork | 0.015 |
Elektro and Sparko body > div#content > div.gallery > div.artwork | 0.009 |
Welcome
This site asks for consent to use your data
Personalised advertising a… body > div.fc-consent-root > div.fc-dialog-container | 0.001 |
185,014 clipart by 8,231 artists. 21 clipart by 2 artists today. body > div#content > h2.text-center | 0.000 |
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Join & Become Member div.ml-auto > div#logged > span > a.btn |
Search form#search > div.input-group > div.input-group-append > button#button-search |
Random form#search > div.input-group > div.input-group-append > a#button-random |
Improve Openclipart by Becoming a Member body > div#content > center > a.btn |
Browse Latest Clipart body > div#content > p.text-center > a#browse |
Learn more div.fc-dialog-content > div.fc-dialog-scrollable-content > button.fc-faq-header > span.fc-faq-label |
List of partners. div.fc-dialog-scrollable-content > div.fc-footer > p > a.fc-vendors-list-dialog |
These are opportunities to improve the legibility of your content.
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
For questions, please email support@openclipart.org body > div#footer > div#forfooter > h4#support |
These are opportunities to improve keyboard navigation in your application.
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Send Feedback