Lighthouse Desktop
· 0 checks — Desktop 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.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
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.
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 | |
|---|---|---|---|
All images
Search for stock images, vectors and videos
OVER 400 MILLION IMAGES … div#__next > div.flex > div.relative > div.w-full | /kdawwlsweh27/6BYm7iGnHtGtbsKVgvHHox/3d3a2aa9d28d0b90616b... | 1.4 MiB | 1.0 MiB |
modern architecture of the metro station picture > div.h-full > div.h-full > img.HomeLatestCollections_latestCollectionsImage__px88h | /kdawwlsweh27/3KVkLxnIhGjhtCEFgb13xM/8096f12fa9daa103d689... | 519.3 KiB | 435.2 KiB |
San Antonio Spurs forward Harrison Ingram watches the ball go in as the Spurs s… picture > div.h-full > div.h-full > img.flex | /kdawwlsweh27/cf4QTogBX5iDpZwHv2Zfw/4c457b221082bbf5d8a0b... | 424.2 KiB | 379.3 KiB |
Young woman looking away while sitting with mouth open against sky picture > div.h-full > div.h-full > img.flex | /kdawwlsweh27/4rD71fJaF8g5Zi4gnFzTlX/df1061ece0e9218193ba... | 363.5 KiB | 318.7 KiB |
Lake Lucerne Switzerland Ship Ferry Vocation div.swiper-slide > div.flex > picture > img.max-h-75 | /kdawwlsweh27/5gXiH11vdGR5JXGZINEcni/e594186bb6039bd9a4d2... | 107.2 KiB | 79.2 KiB |
Classic Italian vintage convertible car, retro design and Mediterranean atmosph… div.swiper-slide > div.flex > picture > img.max-h-75 | /kdawwlsweh27/6iwAqgiFlduIFgiMn5zG00/7441340fceb3d666df4d... | 74.0 KiB | 54.7 KiB |
Hotel Mondschein in Bolzano, Italy with Alpine charm, elegant rooms and Italian… div.swiper-slide > div.flex > picture > img.max-h-75 | /kdawwlsweh27/7xCWIdGyJ9p9qRzPnVjHEO/addd66d21ec4e249cf60... | 73.3 KiB | 54.2 KiB |
vintage photography process with hands loading film roll into classic camera div.swiper-slide > div.flex > picture > img.max-h-75 | /kdawwlsweh27/70YLFCDfkZKgmC7rW8u56P/185c7402921b0d9ca048... | 46.9 KiB | 34.6 KiB |
Elegant architecture and historic facades in Como, Italy with lake reflections … div.swiper-slide > div.flex > picture > img.max-h-75 | /kdawwlsweh27/6cKcMekNhgUw8OS8BC3x8h/2e9c88d9c41e3733b2b4... | 41.9 KiB | 31.0 KiB |
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.
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 |
|---|---|---|
| app.termly.io/resource-blocker/f7214a34-e542-45ec-82db-3c3753e845df?autoBlock=on | 14400.0 s | 143.4 KiB |
| d.impactradius-event.com/A2041089-decc-4ea4-9202-8e37d54c89031.js | 900.0 s | 20.1 KiB |
| app.termly.io/resource-blocker/support/894-6156b36a131577c56e7e.min.js | 14400.0 s | 8.4 KiB |
| try.abtasty.com/57ca8ee2424c7a70d6cf925b0c5c5290.js | 30.0 s | 3.0 KiB |
| app.termly.io/resource-blocker/support/524-7d36cb122791702e3df2.min.js | 14400.0 s | 2.7 KiB |
| app.termly.io/resource-blocker/support/861-8c5cb8c2beda05e3176b.min.js | 14400.0 s | 2.3 KiB |
| app.termly.io/resource-blocker/support/377-e518d8a5c599aa1c5977.min.js | 14400.0 s | 873 B |
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 |
|---|---|---|
| try.abtasty.com/57ca8ee2424c7a70d6cf925b0c5c5290.js | 3.0 KiB | 210 ms |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| alamy.com/ | 440 ms |
| www.alamy.com/ | 0.0 ms |
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 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 |
|---|---|---|
| s.alamy.com/product2/_next/static/chunks/pages/_app-2d44e388d89c1c48.js | 1.2 MiB | 589.4 KiB |
| www.googletagmanager.com/gtag/js?id=G-M5V9H9N7G8&cx=c>m=4e64k0 | 167.6 KiB | 65.1 KiB |
| www.googletagmanager.com/gtag/destination?id=AW-734901949&cx=c>m=4e64k0 | 144.2 KiB | 61.0 KiB |
| app.termly.io/resource-blocker/f7214a34-e542-45ec-82db-3c3753e845df?autoBlock=on | 143.2 KiB | 53.3 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-KXPKCR3 | 182.3 KiB | 50.7 KiB |
| try.abtasty.com/57ca8ee2424c7a70d6cf925b0c5c5290/main.4fa4eeeafe5d91297ec3.js | 68.8 KiB | 34.8 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 |
|---|---|---|---|
| s.alamy.com/product2/_next/static/chunks/pages/_app-2d44e388d89c1c48.js | 422 ms | 233 ms | 148 ms |
| s.alamy.com/product2/_next/static/chunks/framework-c4b022aeb4540e36.js | 392 ms | 306 ms | 8.4 ms |
| www.alamy.com/ | 262 ms | 91 ms | 6.3 ms |
| Unattributable | 189 ms | 8.9 ms | 0.0 ms |
| www.googletagmanager.com/gtm.js?id=GTM-KXPKCR3 | 170 ms | 146 ms | 20 ms |
| www.googletagmanager.com/gtag/js?id=G-M5V9H9N7G8&cx=c>m=4e64k0 | 119 ms | 103 ms | 15 ms |
| app.termly.io/resource-blocker/f7214a34-e542-45ec-82db-3c3753e845df?autoBlock=on | 110 ms | 90 ms | 13 ms |
| try.abtasty.com/57ca8ee2424c7a70d6cf925b0c5c5290/main.4fa4eeeafe5d91297ec3.js | 103 ms | 70 ms | 11 ms |
| www.googletagmanager.com/gtag/destination?id=AW-734901949&cx=c>m=4e64k0 | 86 ms | 72 ms | 12 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.3 s |
| Script Parsing & Compilation | 258 ms |
| Other | 251 ms |
| Style & Layout | 174 ms |
| Garbage Collection | 42 ms |
| Parse HTML & CSS | 27 ms |
| Rendering | 21 ms |
Many navigations are performed by going back to a previous page, or forwards again. The back/forward cache (bfcache) can speed up these return navigations. Learn more about the bfcache
Performance issues directly impact user engagement and conversion rates.
| Failure reason | Failure type |
|---|---|
| Pages with cache-control:no-store header cannot enter back/forward cache. | Actionable |
| Pages whose main resource has cache-control:no-store cannot enter back/forward cache. | Not actionable |
| Back/forward cache is disabled because some JavaScript network request received resource with Cache-Control: no-store header. | Not actionable |
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 | |
|---|---|
Hotel Mondschein in Bolzano, Italy with Alpine charm, elegant rooms and Italian… div.swiper-slide > div.flex > picture > img.max-h-75 | /kdawwlsweh27/7xCWIdGyJ9p9qRzPnVjHEO/addd66d21ec4e249cf60... |
Lake Lucerne Switzerland Ship Ferry Vocation div.swiper-slide > div.flex > picture > img.max-h-75 | /kdawwlsweh27/5gXiH11vdGR5JXGZINEcni/e594186bb6039bd9a4d2... |
vintage photography process with hands loading film roll into classic camera div.swiper-slide > div.flex > picture > img.max-h-75 | /kdawwlsweh27/70YLFCDfkZKgmC7rW8u56P/185c7402921b0d9ca048... |
Elegant architecture and historic facades in Como, Italy with lake reflections … div.swiper-slide > div.flex > picture > img.max-h-75 | /kdawwlsweh27/6cKcMekNhgUw8OS8BC3x8h/2e9c88d9c41e3733b2b4... |
Classic Italian vintage convertible car, retro design and Mediterranean atmosph… div.swiper-slide > div.flex > picture > img.max-h-75 | /kdawwlsweh27/6iwAqgiFlduIFgiMn5zG00/7441340fceb3d666df4d... |
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.
ARIA
ARIA dialog elements without accessible names may prevent screen readers users from discerning the purpose of these elements. Learn how to make ARIA dialog elements more accessible.
Informational: a Permissions-Policy directive showing feature -> allowed origins.
Source: MDN Permissions-Policy
| Failing Elements |
|---|
We use essential cookies to make our site work. With your consent, we may also … div#termly-code-snippet-support > div > div.termly-styles-root-f9c495 > div.termly-styles-consent-banner-fa199d |
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.
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 |
|---|
Search for stock images, vectors and videos div.relative > div.relative > label.absolute > span.hidden |
Enter your email address div.flex > form.flex > div.relative > label.3xs:text-4xs |
Email address div.md-4:mt-10 > form.flex > div.relative > label.pointer-events-none |
These are opportunities to improve the legibility of your content.
Best Practices
General
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 |
|---|---|
Uncaught Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings. | |
Uncaught Error: Minified React error #423; visit https://reactjs.org/docs/error-decoder.html?invariant=423 for the full message or use the non-minified dev environment for full errors and additional helpful warnings. |
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.
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.