Mobile 375 × 812

Desktop 1440 × 900

Score: 77 / 100
Based on 8 categories, 0 sections
Decent speed, but optimizing further could improve engagement.
Good foundation, but a few gaps could be exploited.
Mostly accessible, but some users still face barriers.
Missing signals may be hurting your search visibility.
Solid infrastructure — fast server responses across the board.
Mostly compliant — a few items need attention.
Missing metadata means poor previews on social media and search.
Lean and efficient — low environmental impact per visit.
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.
32 third-party resources (58% of weight)
Performance issues directly impact user engagement and conversion rates.
Cookie '__cf_bm' has no SameSite attribute
Security gaps expose your site and users to attacks, eroding trust.
Cross-Origin-Embedder-Policy header is missing
Security gaps expose your site and users to attacks, eroding trust.
External script from challenges.cloudflare.com lacks integrity attribute
Security gaps expose your site and users to attacks, eroding trust.
HSTS max-age is too short (3600s, should be ≥ 31536000s)
Security gaps expose your site and users to attacks, eroding trust.
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/039f00e1-f73b-4a44-b494-040ad0068a57)<a href="https://beavercheck.com/results/039f00e1-f73b-4a44-b494-040ad0068a57"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fpixabay.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fpixabay.comThis 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 5.0s exceeds Google's 2.5s 'Good' threshold and the 1 performance issue below directly contributes to it. Addressing the critical issues below would have the most immediate impact on your conversion rate.
9 barrier(s) likely increasing bounce by ~29%.
Page takes 5.0s to load
+12% bounceUsers abandon at ~3s — you're 2.5s 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 520ms 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
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
No structured data
+2% bounceNo rich-result eligibility in Google — lower SERP CTR vs competitors with stars and prices
Fix: Add JSON-LD for your page type (Product, Article, FAQPage, LocalBusiness, …)
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
Content is hard to read
+2% bounceGraduate-level reading difficulty — limits the addressable audience for product or blog pages
Fix: Shorten sentences; replace jargon with plain language; target Flesch ease ≥60
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.
$400 investment → $1,895/month returns + USD 150,000 risk avoided
$400
4h · 5 findings
$1,895 /mo
~$22,735 / year
USD 150,000
if kept compliant
$200 — 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.
4.0 developer hours at $100/hr
Based on United States rates ($100/hr)
Start here for the best return on investment
$12,500 / month at risk
~$150,005 / year if left unfixed
$150,000
$0.42 /mo
5204.0 MB/mo × 0.080 USD/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
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.
2.51 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
5.03 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
520 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.020
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
4.89 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.
10.97 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.
| Request | Cache TTL | Transfer Size |
|---|---|---|
| connect.facebook.net/en_US/bundle/sdk.js/ | 1200.0 s | 77.7 KiB |
| cdn-au.onetrust.com/scripttemplates/202603.1.0/otBannerSdk.js | 86400.0 s | 129.9 KiB |
| connect.facebook.net/en_US/sdk.js | 1200.0 s | 5.1 KiB |
| cdn-au.onetrust.com/scripttemplates/otSDKStub.js | 86400.0 s | 9.1 KiB |
| /logos/3dbea99f-abc0-4dbd-bcd7-8f6dfcaea28d/a8edfeb6-b733... | 86400.0 s | 2.8 KiB |
| cdn-au.onetrust.com/logos/static/powered_by_logo.svg | 86400.0 s | 2.5 KiB |
| cdn-au.onetrust.com/logos/static/ot_close.svg | 86400.0 s | 658 B |
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
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 |
|---|---|---|
| pixabay.com/static/frontend/client.7b8b11838056221e.css | 110.4 KiB | 1.6 s |
| cdn-au.onetrust.com/scripttemplates/otSDKStub.js | 9.1 KiB | 925 ms |
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.
| URL | Est Savings |
|---|---|
| /static/frontend/pixabayiconfont.b9a6cccdb7b442c8.woff2?9... | 20 ms |
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 | |
|---|---|---|---|
Free Wedding Couple photo and picture div.contentContainer--bSrgC > div.container--MwyXl > a.link--WHWzm > img | cdn.pixabay.com/photo/2026/03/31/10/37/10-37-51-592_1280.jpg | 172.3 KiB | 138.1 KiB |
Free Fashion Woman photo and picture div.contentContainer--bSrgC > div.container--MwyXl > a.link--WHWzm > img | cdn.pixabay.com/photo/2026/04/01/10/37/mukula-fashion-10203709_1280.jpg | 123.8 KiB | 99.2 KiB |
Free Frog Tree Frog photo and picture div.contentContainer--bSrgC > div.container--MwyXl > a.link--WHWzm > img | cdn.pixabay.com/photo/2026/03/18/11/30/slavan_art-frog-10180402_1280.jpg | 87.8 KiB | 70.4 KiB |
Free Feathery Cosmos Flower photo and picture div.item--j4ghZ > div.media--AGQ9j > div.overlayContainer--0ZpHP > img | /photo/2025/04/06/09/44/feathery-cosmos-9516583_1920__8e9... | 94.1 KiB | 68.6 KiB |
Frog, Tree Frog, Small Frog, Amphibian div.mediaTypeTile--rnZVw > div.mediaTypeTileItem--LBHn0 > div.overlayContainer--0ZpHP > img | cdn.pixabay.com/photo/2026/03/18/11/30/slavan_art-frog-10180402_640.jpg | 30.3 KiB | 26.8 KiB |
Flower, Bunch Of Flowers, Plants div.mediaTypeTile--rnZVw > div.mediaTypeTileItem--LBHn0 > div.overlayContainer--0ZpHP > img | cdn.pixabay.com/photo/2025/07/03/16/44/flower-9694798_640.png | 23.6 KiB | 20.3 KiB |
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 |
|---|---|---|
| pixabay.com/static/frontend/client.7b8b11838056221e.css | 110.0 KiB | 105.2 KiB |
| 23.2 KiB | 20.8 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 |
|---|---|---|
| pixabay.com/static/frontend/chunk-client_startup.2ac2ad36dc1c45db.js | 162.9 KiB | 97.3 KiB |
| accounts.google.com/gsi/client | 95.4 KiB | 79.6 KiB |
| pixabay.com/static/frontend/chunk-2137.216bc23c4523528b.js | 134.1 KiB | 69.1 KiB |
| cdn-au.onetrust.com/scripttemplates/202603.1.0/otBannerSdk.js | 129.7 KiB | 68.4 KiB |
| connect.facebook.net/en_US/bundle/sdk.js/ | 77.6 KiB | 56.2 KiB |
| pixabay.com/static/frontend/client.bafce0abe11a840b.js | 42.9 KiB | 24.6 KiB |
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.
Performance issues directly impact user engagement and conversion rates.
| URL | Total CPU Time | Script Evaluation | Script Parse |
|---|---|---|---|
| pixabay.com/ | 1.6 s | 43 ms | 4.4 ms |
| pixabay.com/static/frontend/chunk-2137.216bc23c4523528b.js | 896 ms | 636 ms | 55 ms |
| Unattributable | 858 ms | 94 ms | 0.0 ms |
| cdn-au.onetrust.com/scripttemplates/202603.1.0/otBannerSdk.js | 432 ms | 284 ms | 70 ms |
| pixabay.com/static/frontend/chunk-client_startup.2ac2ad36dc1c45db.js | 376 ms | 279 ms | 85 ms |
| pixabay.com/static/frontend/chunk-5863.f3fc47c028bc17ec.js | 166 ms | 86 ms | 7.9 ms |
| cdn.jsdelivr.net/npm/@snowplow/javascript-tracker@3.14.0/dist/sp.js | 136 ms | 124 ms | 11 ms |
| connect.facebook.net/en_US/bundle/sdk.js/ | 104 ms | 64 ms | 36 ms |
| accounts.google.com/gsi/client | 62 ms | 27 ms | 34 ms |
| pixabay.com/static/frontend/client.7b8b11838056221e.css | 59 ms | 0.0 ms | 0.0 ms |
| cdn-au.onetrust.com/scripttemplates/otSDKStub.js | 55 ms | 44 ms | 3.8 ms |
| pixabay.com/static/frontend/chunk-1949.ed50d73566774cf0.js | 51 ms | 49 ms | 2.1 ms |
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Script Evaluation | 1.9 s |
| Other | 1.6 s |
| Style & Layout | 574 ms |
| Script Parsing & Compilation | 402 ms |
| Rendering | 337 ms |
| Parse HTML & CSS | 167 ms |
| Garbage Collection | 112 ms |
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 | |
|---|---|
Free Frog Tree Frog photo and picture div.contentContainer--bSrgC > div.container--MwyXl > a.link--WHWzm > img | cdn.pixabay.com/photo/2026/03/18/11/30/slavan_art-frog-10180402_1280.jpg |
Free Fashion Woman photo and picture div.contentContainer--bSrgC > div.container--MwyXl > a.link--WHWzm > img | cdn.pixabay.com/photo/2026/04/01/10/37/mukula-fashion-10203709_1280.jpg |
Free Wedding Couple photo and picture div.contentContainer--bSrgC > div.container--MwyXl > a.link--WHWzm > img | cdn.pixabay.com/photo/2026/03/31/10/37/10-37-51-592_1280.jpg |
Free Dog Australian Shepherd photo and picture div.contentContainer--bSrgC > div.container--MwyXl > a.link--WHWzm > img | pixabay.com/static/img/blank.gif |
Free Lion Nature photo and picture div.contentContainer--bSrgC > div.container--MwyXl > a.link--WHWzm > img | pixabay.com/static/img/blank.gif |
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.
When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers. Learn how to make buttons more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.collapsibleLinks--TSUVj > div.container--8EFER > div.mainline--I1f8v > button.toggleArrow--4+kAJ div.collapsibleLinks--TSUVj > div.container--8EFER > div.mainline--I1f8v > button.toggleArrow--4+kAJ |
div.collapsibleLinks--TSUVj > div.container--8EFER > div.mainline--I1f8v > button.toggleArrow--4+kAJ div.collapsibleLinks--TSUVj > div.container--8EFER > div.mainline--I1f8v > button.toggleArrow--4+kAJ |
div.collapsibleLinks--TSUVj > div.container--8EFER > div.mainline--I1f8v > button.toggleArrow--4+kAJ div.collapsibleLinks--TSUVj > div.container--8EFER > div.mainline--I1f8v > button.toggleArrow--4+kAJ |
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.imageContainer--d5pZs > div.image--ZCMCI > div.overlayContainer--0ZpHP > img div.imageContainer--d5pZs > div.image--ZCMCI > div.overlayContainer--0ZpHP > img |
div.imageContainer--d5pZs > div.image--ZCMCI > div.overlayContainer--0ZpHP > img div.imageContainer--d5pZs > div.image--ZCMCI > div.overlayContainer--0ZpHP > img |
div.imageContainer--d5pZs > div.image--ZCMCI > div.overlayContainer--0ZpHP > img div.imageContainer--d5pZs > div.image--ZCMCI > div.overlayContainer--0ZpHP > img |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
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 |
|---|
Upload div.ctaCard--gokWF > div.ctaButtonContainer--9dh+S > button.button--9NFL8 > span.label--7u8or |
Cookies Settings div.ot-sdk-row > div#onetrust-button-group-parent > div#onetrust-button-group > button#onetrust-pc-btn-handler |
Reject All div.ot-sdk-row > div#onetrust-button-group-parent > div#onetrust-button-group > button#onetrust-reject-all-handler |
Accept All Cookies div.ot-sdk-row > div#onetrust-button-group-parent > div#onetrust-button-group > button#onetrust-accept-btn-handler |
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 |
|---|
Free assets for any project div.container--LN3CA > div.mediaIndexSection--ftpTl > div.layout--od9JT > h3.h3--ZgVKf |
These are opportunities to improve keyboard navigation in your application.
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. Learn more about this errors in console diagnostic audit
Performance issues directly impact user engagement and conversion rates.
| Source | Description |
|---|---|
Failed to load resource: the server responded with a status of 403 () |
Source maps translate minified code to the original source code. This helps developers debug in production. In addition, Lighthouse is able to provide further insights. Consider deploying source maps to take advantage of these benefits. Learn more about source maps.
Performance issues directly impact user engagement and conversion rates.
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.
Descriptive link text helps search engines understand your content. Learn how to make links more accessible.
Performance issues directly impact user engagement and conversion rates.
| Link destination | Link Text |
|---|---|
| cookiepedia.co.uk/giving-consent-to-cookies | More information |
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.imageContainer--d5pZs > div.image--ZCMCI > div.overlayContainer--0ZpHP > img div.imageContainer--d5pZs > div.image--ZCMCI > div.overlayContainer--0ZpHP > img |
div.imageContainer--d5pZs > div.image--ZCMCI > div.overlayContainer--0ZpHP > img div.imageContainer--d5pZs > div.image--ZCMCI > div.overlayContainer--0ZpHP > img |
div.imageContainer--d5pZs > div.image--ZCMCI > div.overlayContainer--0ZpHP > img div.imageContainer--d5pZs > div.image--ZCMCI > div.overlayContainer--0ZpHP > img |
Format your HTML in a way that enables crawlers to better understand your app’s content.
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.
614 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.24 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
48 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.004
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
2.05 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.
2.42 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 forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
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 |
|---|---|---|
| pixabay.com/static/frontend/client.7b8b11838056221e.css | 110.5 KiB | 342 ms |
| cdn-au.onetrust.com/scripttemplates/otSDKStub.js | 9.1 KiB | 224 ms |
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.
| Request | Cache TTL | Transfer Size |
|---|---|---|
| connect.facebook.net/en_US/bundle/sdk.js/ | 1200.0 s | 77.7 KiB |
| cdn-au.onetrust.com/scripttemplates/202603.1.0/otBannerSdk.js | 86400.0 s | 129.9 KiB |
| connect.facebook.net/en_US/sdk.js | 1200.0 s | 5.1 KiB |
| cdn-au.onetrust.com/scripttemplates/otSDKStub.js | 86400.0 s | 9.1 KiB |
| /logos/3dbea99f-abc0-4dbd-bcd7-8f6dfcaea28d/a8edfeb6-b733... | 86400.0 s | 2.8 KiB |
| cdn-au.onetrust.com/logos/static/powered_by_logo.svg | 86400.0 s | 2.6 KiB |
| cdn-au.onetrust.com/logos/static/ot_close.svg | 86400.0 s | 639 B |
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 | |
|---|---|---|---|
Bear, Teddy, Toy, Cute, Fun, Cartoon, Astronaut div.mediaTypeTile--rnZVw > div.mediaTypeTileItem--LBHn0 > div.overlayContainer--0ZpHP > img | cdn.pixabay.com/animation/2026/04/06/08/43/08-43-37-287_256.gif | 117.8 KiB | 97.2 KiB |
Tv, Device, Old, Cartoon, Out Of Air div.container--MwyXl > a.link--WHWzm > div.threeDPreview--7Wt5z > img.thumbnail--jGqM5 | cdn.pixabay.com/objects3d/2026/02/24/15-46-09-871_720x720.png | 101.1 KiB | 86.1 KiB |
Free Frog Tree Frog photo and picture div.contentContainer--bSrgC > div.container--MwyXl > a.link--WHWzm > img | cdn.pixabay.com/photo/2026/03/18/11/30/slavan_art-frog-10180402_1280.jpg | 87.8 KiB | 76.7 KiB |
Free Classic Bike photo and picture div.contentContainer--bSrgC > div.container--MwyXl > a.link--WHWzm > img | cdn.pixabay.com/photo/2026/02/12/05/21/jupilu-classic-10119091_640.jpg | 77.5 KiB | 67.5 KiB |
Astronomy, Night Sky, Space, Universe, Stars div.mediaTypeTile--rnZVw > div.mediaTypeTileItem--LBHn0 > div.overlayContainer--0ZpHP > img | cdn.pixabay.com/photo/2025/07/31/09/38/astronomy-9746537_640.png | 45.2 KiB | 43.5 KiB |
Free Honey Bee Insect photo and picture div.contentContainer--bSrgC > div.container--MwyXl > a.link--WHWzm > img | cdn.pixabay.com/photo/2026/01/04/14/35/honey-bee-10052324_640.jpg | 51.9 KiB | 42.4 KiB |
Free Lion Nature photo and picture div.contentContainer--bSrgC > div.container--MwyXl > a.link--WHWzm > img | cdn.pixabay.com/photo/2026/01/12/14/42/lion-10064513_640.jpg | 61.1 KiB | 38.6 KiB |
Frog, Tree Frog, Small Frog, Amphibian div.mediaTypeTile--rnZVw > div.mediaTypeTileItem--LBHn0 > div.overlayContainer--0ZpHP > img | cdn.pixabay.com/photo/2026/03/18/11/30/slavan_art-frog-10180402_640.jpg | 30.3 KiB | 26.8 KiB |
Free Fashion Woman photo and picture div.contentContainer--bSrgC > div.container--MwyXl > a.link--WHWzm > img | cdn.pixabay.com/photo/2026/04/01/10/37/mukula-fashion-10203709_640.jpg | 46.9 KiB | 24.4 KiB |
Free Dog Australian Shepherd photo and picture div.contentContainer--bSrgC > div.container--MwyXl > a.link--WHWzm > img | cdn.pixabay.com/photo/2026/04/08/19/58/19-58-41-198_640.jpg | 46.5 KiB | 24.0 KiB |
Free Wedding Couple photo and picture div.contentContainer--bSrgC > div.container--MwyXl > a.link--WHWzm > img | cdn.pixabay.com/photo/2026/03/31/10/37/10-37-51-592_640.jpg | 34.0 KiB | 16.8 KiB |
Free Butterfly Nature photo and picture div.contentContainer--bSrgC > div.container--MwyXl > a.link--WHWzm > img | cdn.pixabay.com/photo/2026/01/16/16/32/16-32-05-869_640.jpg | 20.1 KiB | 15.6 KiB |
Elegant, Corporate, Logo, Channel, Company, Air div.mediaTypeTile--rnZVw > div.mediaTypeTileItem--LBHn0 > div.overlayContainer--0ZpHP > img | cdn.pixabay.com/audio/2026/04/13/19-13-17-657_200x200.jpg | 15.9 KiB | 13.5 KiB |
Free Flower Nature illustration and picture div.contentContainer--bSrgC > div.container--MwyXl > a.link--WHWzm > img | cdn.pixabay.com/photo/2025/07/03/16/44/flower-9694798_640.png | 23.6 KiB | 13.0 KiB |
Bright, Catchy, Cheerful, Dance, Tropical House div.mediaTypeTile--rnZVw > div.mediaTypeTileItem--LBHn0 > div.overlayContainer--0ZpHP > img | cdn.pixabay.com/audio/2026/03/29/19-36-10-990_200x200.jpg | 12.3 KiB | 10.0 KiB |
Free Feathery Cosmos Flower photo and picture div.item--j4ghZ > div.media--AGQ9j > div.overlayContainer--0ZpHP > img | /photo/2025/04/06/09/44/feathery-cosmos-9516583_1920__8e9... | 94.1 KiB | 8.7 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 |
|---|---|---|
| pixabay.com/static/frontend/client.7b8b11838056221e.css | 110.1 KiB | 104.9 KiB |
| 23.2 KiB | 20.5 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 |
|---|---|---|
| pixabay.com/static/frontend/chunk-client_startup.2ac2ad36dc1c45db.js | 163.0 KiB | 93.2 KiB |
| accounts.google.com/gsi/client | 95.4 KiB | 79.6 KiB |
| cdn-au.onetrust.com/scripttemplates/202603.1.0/otBannerSdk.js | 129.7 KiB | 69.2 KiB |
| pixabay.com/static/frontend/chunk-2137.216bc23c4523528b.js | 133.9 KiB | 69.0 KiB |
| connect.facebook.net/en_US/bundle/sdk.js/ | 77.6 KiB | 56.1 KiB |
| pixabay.com/static/frontend/client.bafce0abe11a840b.js | 42.8 KiB | 24.5 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.
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 | |
|---|---|
Free Frog Tree Frog photo and picture div.contentContainer--bSrgC > div.container--MwyXl > a.link--WHWzm > img | cdn.pixabay.com/photo/2026/03/18/11/30/slavan_art-frog-10180402_1280.jpg |
Free Fashion Woman photo and picture div.contentContainer--bSrgC > div.container--MwyXl > a.link--WHWzm > img | cdn.pixabay.com/photo/2026/04/01/10/37/mukula-fashion-10203709_640.jpg |
Free Lion Nature photo and picture div.contentContainer--bSrgC > div.container--MwyXl > a.link--WHWzm > img | cdn.pixabay.com/photo/2026/01/12/14/42/lion-10064513_640.jpg |
Free Wedding Couple photo and picture div.contentContainer--bSrgC > div.container--MwyXl > a.link--WHWzm > img | cdn.pixabay.com/photo/2026/03/31/10/37/10-37-51-592_640.jpg |
Free Dog Australian Shepherd photo and picture div.contentContainer--bSrgC > div.container--MwyXl > a.link--WHWzm > img | cdn.pixabay.com/photo/2026/04/08/19/58/19-58-41-198_640.jpg |
Free Flower Nature illustration and picture div.contentContainer--bSrgC > div.container--MwyXl > a.link--WHWzm > img | cdn.pixabay.com/photo/2025/07/03/16/44/flower-9694798_640.png |
Free Red-Breasted Stonechat photo and picture div.contentContainer--bSrgC > div.container--MwyXl > a.link--WHWzm > img | /photo/2026/04/08/16/48/bertvthul-red-breasted-stonechat-... |
Free Classic Bike photo and picture div.contentContainer--bSrgC > div.container--MwyXl > a.link--WHWzm > img | cdn.pixabay.com/photo/2026/02/12/05/21/jupilu-classic-10119091_640.jpg |
Free Butterfly Nature photo and picture div.contentContainer--bSrgC > div.container--MwyXl > a.link--WHWzm > img | cdn.pixabay.com/photo/2026/01/16/16/32/16-32-05-869_640.jpg |
Free Honey Bee Insect photo and picture div.contentContainer--bSrgC > div.container--MwyXl > a.link--WHWzm > img | cdn.pixabay.com/photo/2026/01/04/14/35/honey-bee-10052324_640.jpg |
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.
When an input field doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. Learn more about input field labels.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.card--nOZ7t > div.cardInner--+vIUm > div.botline--cBxBP > div.waveform--YBTjD div.card--nOZ7t > div.cardInner--+vIUm > div.botline--cBxBP > div.waveform--YBTjD |
These are opportunities to improve the usage of ARIA in your application which may enhance the experience for users of assistive technology, like a screen reader.
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 |
|---|
Upload div.actionsRight--cgZPe > div.desktopOnly--ytUtZ > button.button--9NFL8 > span.label--7u8or |
Upload div.ctaCard--gokWF > div.ctaButtonContainer--9dh+S > button.button--9NFL8 > span.label--7u8or |
NEW div.links--3a0vE > a > div.badge--qBaGS > span.h5--SGXxb |
NEW div.links--3a0vE > a > div.badge--qBaGS > span.h5--SGXxb |
By clicking “Accept All Cookies”, you agree to the storing of cookies on your d… div.ot-sdk-row > div#onetrust-group-container > div#onetrust-policy > div#onetrust-policy-text |
Cookies Settings div.ot-sdk-row > div#onetrust-button-group-parent > div#onetrust-button-group > button#onetrust-pc-btn-handler |
Reject All div.ot-sdk-row > div#onetrust-button-group-parent > div#onetrust-button-group > button#onetrust-reject-all-handler |
Accept All Cookies div.ot-sdk-row > div#onetrust-button-group-parent > div#onetrust-button-group > button#onetrust-accept-btn-handler |
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 |
|---|
Free assets for any project div.container--LN3CA > div.mediaIndexSection--ftpTl > div.layout--od9JT > h3.h3--ZgVKf |
These are opportunities to improve keyboard navigation in your application.
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.creator--9cruo > div.featuredCreator--p14fd > div.container--eBEkE > img.image--vdlQM div.creator--9cruo > div.featuredCreator--p14fd > div.container--eBEkE > img.image--vdlQM |
div.overlay--s9Ih- > div.creatorDetails--uoidj > div.container--eBEkE > img.image--vdlQM div.overlay--s9Ih- > div.creatorDetails--uoidj > div.container--eBEkE > img.image--vdlQM |
div.overlay--s9Ih- > div.creatorDetails--uoidj > div.container--eBEkE > img.image--vdlQM div.overlay--s9Ih- > div.creatorDetails--uoidj > div.container--eBEkE > img.image--vdlQM |
div.overlay--s9Ih- > div.creatorDetails--uoidj > div.container--eBEkE > img.image--vdlQM div.overlay--s9Ih- > div.creatorDetails--uoidj > div.container--eBEkE > img.image--vdlQM |
div.overlay--s9Ih- > div.creatorDetails--uoidj > div.container--eBEkE > img.image--vdlQM div.overlay--s9Ih- > div.creatorDetails--uoidj > div.container--eBEkE > img.image--vdlQM |
div.overlay--s9Ih- > div.creatorDetails--uoidj > div.container--eBEkE > img.image--vdlQM div.overlay--s9Ih- > div.creatorDetails--uoidj > div.container--eBEkE > img.image--vdlQM |
div.overlay--s9Ih- > div.creatorDetails--uoidj > div.container--eBEkE > img.image--vdlQM div.overlay--s9Ih- > div.creatorDetails--uoidj > div.container--eBEkE > img.image--vdlQM |
div.overlay--s9Ih- > div.creatorDetails--uoidj > div.container--eBEkE > img.image--vdlQM div.overlay--s9Ih- > div.creatorDetails--uoidj > div.container--eBEkE > img.image--vdlQM |
div.overlay--s9Ih- > div.creatorDetails--uoidj > div.container--eBEkE > img.image--vdlQM div.overlay--s9Ih- > div.creatorDetails--uoidj > div.container--eBEkE > img.image--vdlQM |
div.overlay--s9Ih- > div.creatorDetails--uoidj > div.container--eBEkE > img.image--vdlQM div.overlay--s9Ih- > div.creatorDetails--uoidj > div.container--eBEkE > img.image--vdlQM |
div.overlay--s9Ih- > div.creatorDetails--uoidj > div.container--eBEkE > img.image--vdlQM div.overlay--s9Ih- > div.creatorDetails--uoidj > div.container--eBEkE > img.image--vdlQM |
div.imageContainer--d5pZs > div.image--ZCMCI > div.overlayContainer--0ZpHP > img div.imageContainer--d5pZs > div.image--ZCMCI > div.overlayContainer--0ZpHP > img |
div.imageContainer--d5pZs > div.image--ZCMCI > div.overlayContainer--0ZpHP > img div.imageContainer--d5pZs > div.image--ZCMCI > div.overlayContainer--0ZpHP > img |
div.imageContainer--d5pZs > div.image--ZCMCI > div.overlayContainer--0ZpHP > img div.imageContainer--d5pZs > div.image--ZCMCI > div.overlayContainer--0ZpHP > img |
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.card--nOZ7t > div.cardInner--+vIUm > div.topline--1tDU0 > a div.card--nOZ7t > div.cardInner--+vIUm > div.topline--1tDU0 > a |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. Learn more about this errors in console diagnostic audit
Performance issues directly impact user engagement and conversion rates.
| Source | Description |
|---|---|
Failed to load resource: the server responded with a status of 403 () |
Source maps translate minified code to the original source code. This helps developers debug in production. In addition, Lighthouse is able to provide further insights. Consider deploying source maps to take advantage of these benefits. Learn more about source maps.
Performance issues directly impact user engagement and conversion rates.
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.
Descriptive link text helps search engines understand your content. Learn how to make links more accessible.
Performance issues directly impact user engagement and conversion rates.
| Link destination | Link Text |
|---|---|
| cookiepedia.co.uk/giving-consent-to-cookies | More information |
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.creator--9cruo > div.featuredCreator--p14fd > div.container--eBEkE > img.image--vdlQM div.creator--9cruo > div.featuredCreator--p14fd > div.container--eBEkE > img.image--vdlQM |
div.overlay--s9Ih- > div.creatorDetails--uoidj > div.container--eBEkE > img.image--vdlQM div.overlay--s9Ih- > div.creatorDetails--uoidj > div.container--eBEkE > img.image--vdlQM |
div.overlay--s9Ih- > div.creatorDetails--uoidj > div.container--eBEkE > img.image--vdlQM div.overlay--s9Ih- > div.creatorDetails--uoidj > div.container--eBEkE > img.image--vdlQM |
div.overlay--s9Ih- > div.creatorDetails--uoidj > div.container--eBEkE > img.image--vdlQM div.overlay--s9Ih- > div.creatorDetails--uoidj > div.container--eBEkE > img.image--vdlQM |
div.overlay--s9Ih- > div.creatorDetails--uoidj > div.container--eBEkE > img.image--vdlQM div.overlay--s9Ih- > div.creatorDetails--uoidj > div.container--eBEkE > img.image--vdlQM |
div.overlay--s9Ih- > div.creatorDetails--uoidj > div.container--eBEkE > img.image--vdlQM div.overlay--s9Ih- > div.creatorDetails--uoidj > div.container--eBEkE > img.image--vdlQM |
div.overlay--s9Ih- > div.creatorDetails--uoidj > div.container--eBEkE > img.image--vdlQM div.overlay--s9Ih- > div.creatorDetails--uoidj > div.container--eBEkE > img.image--vdlQM |
div.overlay--s9Ih- > div.creatorDetails--uoidj > div.container--eBEkE > img.image--vdlQM div.overlay--s9Ih- > div.creatorDetails--uoidj > div.container--eBEkE > img.image--vdlQM |
div.overlay--s9Ih- > div.creatorDetails--uoidj > div.container--eBEkE > img.image--vdlQM div.overlay--s9Ih- > div.creatorDetails--uoidj > div.container--eBEkE > img.image--vdlQM |
div.overlay--s9Ih- > div.creatorDetails--uoidj > div.container--eBEkE > img.image--vdlQM div.overlay--s9Ih- > div.creatorDetails--uoidj > div.container--eBEkE > img.image--vdlQM |
div.overlay--s9Ih- > div.creatorDetails--uoidj > div.container--eBEkE > img.image--vdlQM div.overlay--s9Ih- > div.creatorDetails--uoidj > div.container--eBEkE > img.image--vdlQM |
div.imageContainer--d5pZs > div.image--ZCMCI > div.overlayContainer--0ZpHP > img div.imageContainer--d5pZs > div.image--ZCMCI > div.overlayContainer--0ZpHP > img |
div.imageContainer--d5pZs > div.image--ZCMCI > div.overlayContainer--0ZpHP > img div.imageContainer--d5pZs > div.image--ZCMCI > div.overlayContainer--0ZpHP > img |
div.imageContainer--d5pZs > div.image--ZCMCI > div.overlayContainer--0ZpHP > img div.imageContainer--d5pZs > div.image--ZCMCI > div.overlayContainer--0ZpHP > img |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. Learn how to make links crawlable
Performance issues directly impact user engagement and conversion rates.
| Uncrawlable Link |
|---|
Attach body.hydration-complete > div > div.contextMenu--gWI6u > a.menuItem--mjtMC |
Attach body.hydration-complete > div > div.contextMenu--gWI6u > a.menuItem--mjtMC |
Attach body.hydration-complete > div > div.contextMenu--gWI6u > a.menuItem--mjtMC |
Attach body.hydration-complete > div > div.contextMenu--gWI6u > a.menuItem--mjtMC |
Attach body.hydration-complete > div > div.contextMenu--gWI6u > a.menuItem--mjtMC |
Attach body.hydration-complete > div > div.contextMenu--gWI6u > a.menuItem--mjtMC |
Attach body.hydration-complete > div > div.contextMenu--gWI6u > a.menuItem--mjtMC |
Attach body.hydration-complete > div > div.contextMenu--gWI6u > a.menuItem--mjtMC |
Attach body.hydration-complete > div > div.contextMenu--gWI6u > a.menuItem--mjtMC |
Attach body.hydration-complete > div > div.contextMenu--gWI6u > a.menuItem--mjtMC |
To appear in search results, crawlers need access to your app.
Send Feedback