Mobile 375 × 812

Desktop 1440 × 900

Score: 75 / 100
Based on 8 categories, 0 sections
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
No Content-Security-Policy header found
12 link(s) with no accessible text
123 HTTP requests — consider bundling or reducing
Cross-Origin-Embedder-Policy header is missing
[](https://beavercheck.com/results/d79d57fd-8c0e-4e6a-b591-e45ee0e68fc2)<a href="https://beavercheck.com/results/d79d57fd-8c0e-4e6a-b591-e45ee0e68fc2"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fsupabase.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fsupabase.comThis badge auto-updates with your latest scan result.
Thanks for your feedback!
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.74 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
8.11 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
2.11 s
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.
5.76 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.
8.74 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
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
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
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.
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.
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
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.
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.
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
| URL | Transfer Size | Est Savings |
|---|---|---|
| /www/b9e83b25e1ba/_next/static/chunks/pages/_app-2d07652e... | 186.6 KiB | 108.2 KiB |
| /www/b9e83b25e1ba/_next/static/chunks/7378.44982109f3d544... | 37.7 KiB | 37.6 KiB |
| /www/b9e83b25e1ba/_next/static/chunks/805cecbb.30fda05387... | 66.8 KiB | 37.5 KiB |
| /www/b9e83b25e1ba/_next/static/chunks/pages/edge-function... | 39.6 KiB | 37.3 KiB |
| /www/b9e83b25e1ba/_next/static/chunks/pages/database-710f... | 40.3 KiB | 33.5 KiB |
| /www/b9e83b25e1ba/_next/static/chunks/pages/storage-34d20... | 34.0 KiB | 26.8 KiB |
| /www/b9e83b25e1ba/_next/static/chunks/5486-98c06dd7fb3a92... | 35.3 KiB | 25.0 KiB |
| /www/b9e83b25e1ba/_next/static/chunks/1561-8f889340731437... | 39.7 KiB | 21.5 KiB |
| /www/b9e83b25e1ba/_next/static/chunks/pages/auth-5d3542c3... | 26.6 KiB | 21.2 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.
| URL | Total CPU Time | Script Evaluation | Script Parse |
|---|---|---|---|
| supabase.com/ | 2.2 s | 32 ms | 2.4 ms |
| /www/b9e83b25e1ba/_next/static/chunks/framework-9ae46c84f... | 2.0 s | 1.5 s | 25 ms |
| Unattributable | 1.2 s | 74 ms | 0.0 ms |
| /www/b9e83b25e1ba/_next/static/chunks/pages/_app-2d07652e... | 619 ms | 482 ms | 119 ms |
| /www/b9e83b25e1ba/_next/static/chunks/8763-daf7a2eb58789e... | 499 ms | 76 ms | 15 ms |
| /www/b9e83b25e1ba/_next/static/chunks/3864.80dc9df12fe3a3... | 482 ms | 409 ms | 1.6 ms |
| /www/b9e83b25e1ba/_next/static/chunks/main-e3da317e4f576b... | 316 ms | 274 ms | 27 ms |
| /www/b9e83b25e1ba/_next/static/chunks/1561-8f889340731437... | 309 ms | 32 ms | 19 ms |
| /www/b9e83b25e1ba/_next/static/chunks/pages/index-dc39e2e... | 309 ms | 306 ms | 2.1 ms |
| /www/b9e83b25e1ba/_next/static/chunks/805cecbb.30fda05387... | 185 ms | 126 ms | 58 ms |
| /www/b9e83b25e1ba/_next/static/chunks/webpack-77433fcd68d... | 92 ms | 83 ms | 4.5 ms |
| /www/b9e83b25e1ba/_next/static/chunks/5486-98c06dd7fb3a92... | 54 ms | 15 ms | 35 ms |
| /www/b9e83b25e1ba/_next/static/chunks/7378.44982109f3d544... | 54 ms | 1.9 ms | 51 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
| Category | Time Spent |
|---|---|
| Script Evaluation | 3.6 s |
| Other | 2.7 s |
| Style & Layout | 1.5 s |
| Script Parsing & Compilation | 507 ms |
| Rendering | 256 ms |
| Parse HTML & CSS | 177 ms |
| Garbage Collection | 93 ms |
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.
| URL | Transfer Size | Est Savings |
|---|---|---|
| /www/b9e83b25e1ba/_next/static/css/1e91c8038fcf8b04.css?d... | 23.4 KiB | 19.5 KiB |
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
| URL | |
|---|---|
langchain div.relative > div.gap-4 > div.h-12 > img.h-12 | supabase.com/images/logos/publicity/langchain.svg |
langchain div.relative > div.gap-4 > div.h-12 > img.h-12 | supabase.com/images/logos/publicity/langchain.svg |
langchain div.relative > div.gap-4 > div.h-12 > img.h-12 | supabase.com/images/logos/publicity/langchain.svg |
langchain div.relative > div.gap-4 > div.h-12 > img.h-12 | supabase.com/images/logos/publicity/langchain.svg |
submagic div.relative > div.gap-4 > div.h-12 > img.h-12 | supabase.com/images/logos/publicity/submagic.svg |
submagic div.relative > div.gap-4 > div.h-12 > img.h-12 | supabase.com/images/logos/publicity/submagic.svg |
submagic div.relative > div.gap-4 > div.h-12 > img.h-12 | supabase.com/images/logos/publicity/submagic.svg |
submagic div.relative > div.gap-4 > div.h-12 > img.h-12 | supabase.com/images/logos/publicity/submagic.svg |
betashares div.relative > div.gap-4 > div.h-12 > img.h-12 | supabase.com/images/logos/publicity/betashares.svg |
betashares div.relative > div.gap-4 > div.h-12 > img.h-12 | supabase.com/images/logos/publicity/betashares.svg |
betashares div.relative > div.gap-4 > div.h-12 > img.h-12 | supabase.com/images/logos/publicity/betashares.svg |
betashares div.relative > div.gap-4 > div.h-12 > img.h-12 | supabase.com/images/logos/publicity/betashares.svg |
chatbase div.relative > div.gap-4 > div.h-12 > img.h-12 | supabase.com/images/logos/publicity/chatbase.svg |
chatbase div.relative > div.gap-4 > div.h-12 > img.h-12 | supabase.com/images/logos/publicity/chatbase.svg |
chatbase div.relative > div.gap-4 > div.h-12 > img.h-12 | supabase.com/images/logos/publicity/chatbase.svg |
chatbase div.relative > div.gap-4 > div.h-12 > img.h-12 | supabase.com/images/logos/publicity/chatbase.svg |
github div.relative > div.gap-4 > div.h-12 > img.h-12 | supabase.com/images/logos/publicity/github.svg |
github div.relative > div.gap-4 > div.h-12 > img.h-12 | supabase.com/images/logos/publicity/github.svg |
github div.relative > div.gap-4 > div.h-12 > img.h-12 | supabase.com/images/logos/publicity/github.svg |
github div.relative > div.gap-4 > div.h-12 > img.h-12 | supabase.com/images/logos/publicity/github.svg |
1password div.relative > div.gap-4 > div.h-12 > img.h-12 | supabase.com/images/logos/publicity/1password.svg |
1password div.relative > div.gap-4 > div.h-12 > img.h-12 | supabase.com/images/logos/publicity/1password.svg |
1password div.relative > div.gap-4 > div.h-12 > img.h-12 | supabase.com/images/logos/publicity/1password.svg |
1password div.relative > div.gap-4 > div.h-12 > img.h-12 | supabase.com/images/logos/publicity/1password.svg |
mobbin div.relative > div.gap-4 > div.h-12 > img.h-12 | supabase.com/images/logos/publicity/mobbin.svg |
mobbin div.relative > div.gap-4 > div.h-12 > img.h-12 | supabase.com/images/logos/publicity/mobbin.svg |
mobbin div.relative > div.gap-4 > div.h-12 > img.h-12 | supabase.com/images/logos/publicity/mobbin.svg |
mobbin div.relative > div.gap-4 > div.h-12 > img.h-12 | supabase.com/images/logos/publicity/mobbin.svg |
loops div.relative > div.gap-4 > div.h-12 > img.h-12 | supabase.com/images/logos/publicity/loops.svg |
loops div.relative > div.gap-4 > div.h-12 > img.h-12 | supabase.com/images/logos/publicity/loops.svg |
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.
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.
| Failing Elements |
|---|
Product div.mt-12 > div.grid > div > h6.text-foreground |
These are opportunities to improve keyboard navigation in your application.
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.
| Failing Elements |
|---|
div#frameworks > div.relative > div.grid > a.transition-opacity div#frameworks > div.relative > div.grid > a.transition-opacity |
div#frameworks > div.relative > div.grid > a.transition-opacity div#frameworks > div.relative > div.grid > a.transition-opacity |
div#frameworks > div.relative > div.grid > a.transition-opacity div#frameworks > div.relative > div.grid > a.transition-opacity |
div#frameworks > div.relative > div.grid > a.transition-opacity div#frameworks > div.relative > div.grid > a.transition-opacity |
div#frameworks > div.relative > div.grid > a.transition-opacity div#frameworks > div.relative > div.grid > a.transition-opacity |
div#frameworks > div.relative > div.grid > a.transition-opacity div#frameworks > div.relative > div.grid > a.transition-opacity |
div#frameworks > div.relative > div.grid > a.transition-opacity div#frameworks > div.relative > div.grid > a.transition-opacity |
div#frameworks > div.relative > div.grid > a.transition-opacity div#frameworks > div.relative > div.grid > a.transition-opacity |
div#frameworks > div.relative > div.grid > a.transition-opacity div#frameworks > div.relative > div.grid > a.transition-opacity |
div#frameworks > div.relative > div.grid > a.transition-opacity div#frameworks > div.relative > div.grid > a.transition-opacity |
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.
Screen readers have a specific way of announcing lists. Ensuring proper list structure aids screen reader output. Learn more about proper list structure.
| Failing Elements |
|---|
We use cookies to collect data and improve our services.
Learn more
•
Privacy … body > div#__next > section > ol.toaster |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
Image display dimensions should match natural aspect ratio. Learn more about image aspect ratio.
| URL | Aspect Ratio (Displayed) | Aspect Ratio (Actual) | |
|---|---|---|---|
Quivr div.flex > div.group/panel > div.relative > img.w-full | /_next/image?url=%2Fimages%2Fcustomers%2Flogos%2Fquivr.pn... | 300 x 150 (2.00) | 600 x 178 (3.37) |
Tinloof div.flex > div.group/panel > div.relative > img.w-full | /_next/image?url=%2Fimages%2Fcustomers%2Flogos%2Ftinloof.... | 300 x 150 (2.00) | 1200 x 319 (3.76) |
Next Door Lending a.col-span-12 > div.group/panel > div.relative > img.w-full | /_next/image?url=%2Fimages%2Fcustomers%2Flogos%2Fnext-doo... | 300 x 150 (2.00) | 600 x 147 (4.08) |
Shotgun a.col-span-12 > div.group/panel > div.relative > img.w-full | /_next/image?url=%2Fimages%2Fcustomers%2Flogos%2Fshotgun.... | 300 x 150 (2.00) | 600 x 112 (5.36) |
Mozilla div.flex > div.group/panel > div.relative > img.w-full | /_next/image?url=%2Fimages%2Fcustomers%2Flogos%2Fmozilla.... | 300 x 150 (2.00) | 600 x 131 (4.58) |
Mobbin a.col-span-12 > div.group/panel > div.relative > img.w-full | /_next/image?url=%2Fimages%2Fcustomers%2Flogos%2Fmobbin.p... | 300 x 150 (2.00) | 640 x 91 (7.03) |
HappyTeams a.col-span-12 > div.group/panel > div.relative > img.w-full | /_next/image?url=%2Fimages%2Fcustomers%2Flogos%2Fhappytea... | 300 x 150 (2.00) | 809 x 180 (4.49) |
Quivr div.flex > div.group/panel > div.relative > img.w-full | /_next/image?url=%2Fimages%2Fcustomers%2Flogos%2Fquivr.pn... | 300 x 150 (2.00) | 600 x 178 (3.37) |
Tinloof div.flex > div.group/panel > div.relative > img.w-full | /_next/image?url=%2Fimages%2Fcustomers%2Flogos%2Ftinloof.... | 300 x 150 (2.00) | 1200 x 319 (3.76) |
Next Door Lending a.col-span-12 > div.group/panel > div.relative > img.w-full | /_next/image?url=%2Fimages%2Fcustomers%2Flogos%2Fnext-doo... | 300 x 150 (2.00) | 600 x 147 (4.08) |
Shotgun a.col-span-12 > div.group/panel > div.relative > img.w-full | /_next/image?url=%2Fimages%2Fcustomers%2Flogos%2Fshotgun.... | 300 x 150 (2.00) | 600 x 112 (5.36) |
Mozilla div.flex > div.group/panel > div.relative > img.w-full | /_next/image?url=%2Fimages%2Fcustomers%2Flogos%2Fmozilla.... | 300 x 150 (2.00) | 600 x 131 (4.58) |
Mobbin a.col-span-12 > div.group/panel > div.relative > img.w-full | /_next/image?url=%2Fimages%2Fcustomers%2Flogos%2Fmobbin.p... | 300 x 150 (2.00) | 640 x 91 (7.03) |
HappyTeams a.col-span-12 > div.group/panel > div.relative > img.w-full | /_next/image?url=%2Fimages%2Fcustomers%2Flogos%2Fhappytea... | 300 x 150 (2.00) | 809 x 180 (4.49) |
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.
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.
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.
634 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
915 ms
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
350 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.001
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
944 ms
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.98 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
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
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
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.
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.
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
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.
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.
| URL | Transfer Size | Est Savings |
|---|---|---|
| /www/b9e83b25e1ba/_next/static/css/1e91c8038fcf8b04.css?d... | 63.4 KiB | 50.7 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.
| URL | Transfer Size | Est Savings |
|---|---|---|
| /www/b9e83b25e1ba/_next/static/chunks/pages/_app-2d07652e... | 186.6 KiB | 108.2 KiB |
| /www/b9e83b25e1ba/_next/static/chunks/7378.44982109f3d544... | 37.7 KiB | 37.6 KiB |
| /www/b9e83b25e1ba/_next/static/chunks/805cecbb.30fda05387... | 66.9 KiB | 37.5 KiB |
| /www/b9e83b25e1ba/_next/static/chunks/pages/edge-function... | 39.6 KiB | 37.3 KiB |
| /www/b9e83b25e1ba/_next/static/chunks/pages/database-710f... | 40.3 KiB | 32.4 KiB |
| /www/b9e83b25e1ba/_next/static/chunks/5486-98c06dd7fb3a92... | 35.4 KiB | 24.9 KiB |
| /www/b9e83b25e1ba/_next/static/chunks/1561-8f889340731437... | 39.8 KiB | 21.6 KiB |
| /www/b9e83b25e1ba/_next/static/chunks/pages/auth-5d3542c3... | 26.6 KiB | 21.2 KiB |
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
| Category | Time Spent |
|---|---|
| Other | 1.0 s |
| Script Evaluation | 988 ms |
| Style & Layout | 634 ms |
| Rendering | 122 ms |
| Script Parsing & Compilation | 104 ms |
| Parse HTML & CSS | 64 ms |
| Garbage Collection | 32 ms |
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
| URL | |
|---|---|
langchain div.relative > div.gap-4 > div.h-12 > img.h-12 | supabase.com/images/logos/publicity/langchain.svg |
langchain div.relative > div.gap-4 > div.h-12 > img.h-12 | supabase.com/images/logos/publicity/langchain.svg |
langchain div.relative > div.gap-4 > div.h-12 > img.h-12 | supabase.com/images/logos/publicity/langchain.svg |
langchain div.relative > div.gap-4 > div.h-12 > img.h-12 | supabase.com/images/logos/publicity/langchain.svg |
submagic div.relative > div.gap-4 > div.h-12 > img.h-12 | supabase.com/images/logos/publicity/submagic.svg |
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.
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.
| Failing Elements |
|---|
Product div.mt-12 > div.grid > div > h6.text-foreground |
These are opportunities to improve keyboard navigation in your application.
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.
| Failing Elements |
|---|
div#frameworks > div.relative > div.grid > a.transition-opacity div#frameworks > div.relative > div.grid > a.transition-opacity |
div#frameworks > div.relative > div.grid > a.transition-opacity div#frameworks > div.relative > div.grid > a.transition-opacity |
div#frameworks > div.relative > div.grid > a.transition-opacity div#frameworks > div.relative > div.grid > a.transition-opacity |
div#frameworks > div.relative > div.grid > a.transition-opacity div#frameworks > div.relative > div.grid > a.transition-opacity |
div#frameworks > div.relative > div.grid > a.transition-opacity div#frameworks > div.relative > div.grid > a.transition-opacity |
div#frameworks > div.relative > div.grid > a.transition-opacity div#frameworks > div.relative > div.grid > a.transition-opacity |
div#frameworks > div.relative > div.grid > a.transition-opacity div#frameworks > div.relative > div.grid > a.transition-opacity |
div#frameworks > div.relative > div.grid > a.transition-opacity div#frameworks > div.relative > div.grid > a.transition-opacity |
div#frameworks > div.relative > div.grid > a.transition-opacity div#frameworks > div.relative > div.grid > a.transition-opacity |
div#frameworks > div.relative > div.grid > a.transition-opacity div#frameworks > div.relative > div.grid > a.transition-opacity |
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.
Screen readers have a specific way of announcing lists. Ensuring proper list structure aids screen reader output. Learn more about proper list structure.
| Failing Elements |
|---|
We use cookies to collect data and improve our services. Learn more
Accept
Opt… body > div#__next > section > ol.toaster |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
Image display dimensions should match natural aspect ratio. Learn more about image aspect ratio.
| URL | Aspect Ratio (Displayed) | Aspect Ratio (Actual) | |
|---|---|---|---|
Quivr div.flex > div.group/panel > div.relative > img.w-full | /_next/image?url=%2Fimages%2Fcustomers%2Flogos%2Fquivr.pn... | 300 x 150 (2.00) | 600 x 178 (3.37) |
Tinloof div.flex > div.group/panel > div.relative > img.w-full | /_next/image?url=%2Fimages%2Fcustomers%2Flogos%2Ftinloof.... | 300 x 150 (2.00) | 384 x 102 (3.76) |
Next Door Lending a.col-span-12 > div.group/panel > div.relative > img.w-full | /_next/image?url=%2Fimages%2Fcustomers%2Flogos%2Fnext-doo... | 300 x 150 (2.00) | 600 x 147 (4.08) |
Shotgun a.col-span-12 > div.group/panel > div.relative > img.w-full | /_next/image?url=%2Fimages%2Fcustomers%2Flogos%2Fshotgun.... | 300 x 150 (2.00) | 600 x 112 (5.36) |
Mozilla div.flex > div.group/panel > div.relative > img.w-full | /_next/image?url=%2Fimages%2Fcustomers%2Flogos%2Fmozilla.... | 300 x 150 (2.00) | 600 x 131 (4.58) |
Mobbin a.col-span-12 > div.group/panel > div.relative > img.w-full | /_next/image?url=%2Fimages%2Fcustomers%2Flogos%2Fmobbin.p... | 300 x 150 (2.00) | 384 x 55 (6.98) |
HappyTeams a.col-span-12 > div.group/panel > div.relative > img.w-full | /_next/image?url=%2Fimages%2Fcustomers%2Flogos%2Fhappytea... | 300 x 150 (2.00) | 809 x 180 (4.49) |
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
| Deprecation / Warning | Source |
|---|---|
| Specifying overflow: visible on img, video and canvas tags may cause them to produce visual content outside of the element bounds. See https://github.com/WICG/shared-element-transitions/blob/main/debugging_overflow_on_images.md. |
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.
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.
Format your HTML in a way that enables crawlers to better understand your app’s content.
Send Feedback