Lighthouse Mobile
· 0 checks — Mobile Lighthouse audit -- Performance, Accessibility, Best Practices, and SEO category breakdown.Detailed Report
Audit breakdown by category with detailed findings.
Performance
Insights
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
Performance issues directly impact user engagement and conversion rates.
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.
Diagnostics
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.
Performance issues directly impact user engagement and conversion rates.
| 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.
Accessibility
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.
Contrast
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.
Navigation
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.
Best Practices
SEO
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.