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.
Layout shifts occur when elements move absent any user interaction. Investigate the causes of layout shifts, such as elements being added, removed, or their fonts changing as the page loads.
Performance issues directly impact user engagement and conversion rates.
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.
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 |
|---|---|---|
| www.tigerdata.com/_next/static/css/7300596a68eb7a49.css | 34.8 KiB | 603 ms |
| www.tigerdata.com/_next/static/css/0ee28025fb146c8a.css | 3.7 KiB | 151 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 | |
|---|---|---|---|
hero div.flex > div.flex > div.lg:hidden > img.w-full | www.tigerdata.com/_next/image?url=%2Fimages%2Fhomepage%2Fdiagram.png&w=1920&q=75 | 109.3 KiB | 81.2 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.
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 |
|---|---|
| www.timescale.com/ | 820 ms |
| www.tigerdata.com/ | 0.0 ms |
These are the largest layout shifts observed on the page. Each table item represents a single layout shift, and shows the element that shifted the most. Below each item are possible root causes that led to the layout shift. Some of these layout shifts may not be included in the CLS metric value due to windowing. Learn how to improve CLS
Performance issues directly impact user engagement and conversion rates.
| Element | Layout shift score |
|---|---|
CREATORS OF TIMESCALEDB
Postgres for live
telemetry data
sensor data
event dat… body > div.overflow-hidden | 0.352 |
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 |
|---|---|---|
| www.tigerdata.com/_next/static/css/7300596a68eb7a49.css | 31.7 KiB | 29.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 |
|---|---|---|
| www.tigerdata.com/_next/static/chunks/3682-d40b87e6d0012e56.js | 1.4 MiB | 998.7 KiB |
| www.googletagmanager.com/gtag/js?id=G-ZTB67HR2PP&cx=c>m=4e6460 | 172.0 KiB | 64.6 KiB |
| www.googletagmanager.com/gtag/js?id=AW-11435110917&cx=c>m=4e6460 | 144.7 KiB | 63.8 KiB |
| www.googletagmanager.com/gtag/js?id=AW-10850589437&cx=c>m=4e6460 | 139.2 KiB | 63.5 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-PFLX3HP | 167.8 KiB | 63.1 KiB |
| cdn.segment.com/next-integrations/actions/hubspot-web/f25ba9be5f530adf0e00.js | 52.8 KiB | 33.0 KiB |
| www.tigerdata.com/_next/static/chunks/1625-22adf316ebb49651.js | 69.7 KiB | 32.3 KiB |
| cmp.osano.com/AzZddaT60OPzDMhS/ecab821a-f266-44a2-b472-c69ded89555c/osano.js | 68.6 KiB | 23.4 KiB |
| cmp.osano.com/AzZddaT60OPzDMhS/ecab821a-f266-44a2-b472-c69ded89555c/osano.js | 68.6 KiB | 22.4 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.
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 | 7.4 s |
| Other | 3.0 s |
| Style & Layout | 974 ms |
| Script Parsing & Compilation | 908 ms |
| Rendering | 437 ms |
| Garbage Collection | 165 ms |
| Parse HTML & CSS | 112 ms |
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.
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 |
|---|
OIL & GAS div.flex > div.grid > div.flex > p.text-md |
MANUFACTURING div.flex > div.grid > div.flex > p.text-md |
TELECOMMUNICATIONS div.flex > div.grid > div.flex > p.text-md |
UTILITIES div.flex > div.grid > div.flex > p.text-md |
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 |
|---|
1 QUADRILLION div.flex > div.flex > div.flex > h4.tracking-[-0.02em] |
START BUILDING OR MIGRATE TODAY div.bg-texture-electricYellow > section.w-full > div.flex > h4.font-bold |
These are opportunities to improve keyboard navigation in your application.
Best Practices
General
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Performance issues directly impact user engagement and conversion rates.
| Deprecation / Warning | Source |
|---|---|
| AttributionReporting |
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 |
|---|---|
Access to XMLHttpRequest at 'https://secure.adnxs.com/getuidj' from origin 'https://www.tigerdata.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. | |
www.tigerdata.com/_next/static/chunks/1625-22adf316ebb49651.js line 4, col 10210 | Connecting to 'https://k.clarity.ms/collect' violates the following Content Security Policy directive: "connect-src 'self' https://accounts.google.com https://www.google.com https://api.segment.io https://cdn.segment.com https://api.cr-proxy.com https://*.google-analytics.com https://*.analytics.google.com https://*.googletagmanager.com https://stats.g.doubleclick.net https://region1.google-analytics.com https://region1.analytics.google.com https://*.sentry.io https://o417395.ingest.us.sentry.io http://ib.adnxs.com https://secure.adnxs.com http://c.6sc.co https://j.6sc.co https://ipv6.6sc.co https://api.clearbit.com https://reveal.clearbit.com https://cdn.heapanalytics.com https://heapanalytics.com https://pixel.ad.samsungads.com https://px.ads.linkedin.com https://analytics.twitter.com https://cdn.pendo.io https://app.pendo.io https://data.pendo.io https://pendo-io-static.storage.googleapis.com https://*.qualified.com https://wss.qualified.com wss://*.qualified.com https://api.github.com https://api.vector.co https://cta-service-cms2.hubspot.com https://forms.hsforms.com https://hubspot-forms-static-embed.s3.amazonaws.com https://cmp.osano.com https://consent.api.osano.com https://tattle.api.osano.com https://*.liadm.com https://*.leandata.com https://pixel-config.reddit.com https://api.unifyintent.com https://z.clarity.ms https://jobs.ashbyhq.com https://*.algolianet.com https://*.algolia.net https://pagead2.googlesyndication.com https://responses.timescale.com https://dev-responses.timescale.com https://studio.plasmic.app https://studio.dev.plasmic.app https://a.plasmic.app https://api2.amplitude.com https://*.userpilot.io". The action has been blocked. |
www.tigerdata.com/_next/static/chunks/1625-22adf316ebb49651.js line 4, col 10210 | Connecting to 'https://k.clarity.ms/collect' violates the following Content Security Policy directive: "connect-src 'self' https://accounts.google.com https://www.google.com https://api.segment.io https://cdn.segment.com https://api.cr-proxy.com https://*.google-analytics.com https://*.analytics.google.com https://*.googletagmanager.com https://stats.g.doubleclick.net https://region1.google-analytics.com https://region1.analytics.google.com https://*.sentry.io https://o417395.ingest.us.sentry.io http://ib.adnxs.com https://secure.adnxs.com http://c.6sc.co https://j.6sc.co https://ipv6.6sc.co https://api.clearbit.com https://reveal.clearbit.com https://cdn.heapanalytics.com https://heapanalytics.com https://pixel.ad.samsungads.com https://px.ads.linkedin.com https://analytics.twitter.com https://cdn.pendo.io https://app.pendo.io https://data.pendo.io https://pendo-io-static.storage.googleapis.com https://*.qualified.com https://wss.qualified.com wss://*.qualified.com https://api.github.com https://api.vector.co https://cta-service-cms2.hubspot.com https://forms.hsforms.com https://hubspot-forms-static-embed.s3.amazonaws.com https://cmp.osano.com https://consent.api.osano.com https://tattle.api.osano.com https://*.liadm.com https://*.leandata.com https://pixel-config.reddit.com https://api.unifyintent.com https://z.clarity.ms https://jobs.ashbyhq.com https://*.algolianet.com https://*.algolia.net https://pagead2.googlesyndication.com https://responses.timescale.com https://dev-responses.timescale.com https://studio.plasmic.app https://studio.dev.plasmic.app https://a.plasmic.app https://api2.amplitude.com https://*.userpilot.io". The action has been blocked. |
scripts.clarity.ms/0.8.59/clarity.js line 1, col 58889 | Connecting to 'https://k.clarity.ms/collect' violates the following Content Security Policy directive: "connect-src 'self' https://accounts.google.com https://www.google.com https://api.segment.io https://cdn.segment.com https://api.cr-proxy.com https://*.google-analytics.com https://*.analytics.google.com https://*.googletagmanager.com https://stats.g.doubleclick.net https://region1.google-analytics.com https://region1.analytics.google.com https://*.sentry.io https://o417395.ingest.us.sentry.io http://ib.adnxs.com https://secure.adnxs.com http://c.6sc.co https://j.6sc.co https://ipv6.6sc.co https://api.clearbit.com https://reveal.clearbit.com https://cdn.heapanalytics.com https://heapanalytics.com https://pixel.ad.samsungads.com https://px.ads.linkedin.com https://analytics.twitter.com https://cdn.pendo.io https://app.pendo.io https://data.pendo.io https://pendo-io-static.storage.googleapis.com https://*.qualified.com https://wss.qualified.com wss://*.qualified.com https://api.github.com https://api.vector.co https://cta-service-cms2.hubspot.com https://forms.hsforms.com https://hubspot-forms-static-embed.s3.amazonaws.com https://cmp.osano.com https://consent.api.osano.com https://tattle.api.osano.com https://*.liadm.com https://*.leandata.com https://pixel-config.reddit.com https://api.unifyintent.com https://z.clarity.ms https://jobs.ashbyhq.com https://*.algolianet.com https://*.algolia.net https://pagead2.googlesyndication.com https://responses.timescale.com https://dev-responses.timescale.com https://studio.plasmic.app https://studio.dev.plasmic.app https://a.plasmic.app https://api2.amplitude.com https://*.userpilot.io". The action has been blocked. |
scripts.clarity.ms/0.8.59/clarity.js line 1, col 58889 | Connecting to 'https://k.clarity.ms/collect' violates the following Content Security Policy directive: "connect-src 'self' https://accounts.google.com https://www.google.com https://api.segment.io https://cdn.segment.com https://api.cr-proxy.com https://*.google-analytics.com https://*.analytics.google.com https://*.googletagmanager.com https://stats.g.doubleclick.net https://region1.google-analytics.com https://region1.analytics.google.com https://*.sentry.io https://o417395.ingest.us.sentry.io http://ib.adnxs.com https://secure.adnxs.com http://c.6sc.co https://j.6sc.co https://ipv6.6sc.co https://api.clearbit.com https://reveal.clearbit.com https://cdn.heapanalytics.com https://heapanalytics.com https://pixel.ad.samsungads.com https://px.ads.linkedin.com https://analytics.twitter.com https://cdn.pendo.io https://app.pendo.io https://data.pendo.io https://pendo-io-static.storage.googleapis.com https://*.qualified.com https://wss.qualified.com wss://*.qualified.com https://api.github.com https://api.vector.co https://cta-service-cms2.hubspot.com https://forms.hsforms.com https://hubspot-forms-static-embed.s3.amazonaws.com https://cmp.osano.com https://consent.api.osano.com https://tattle.api.osano.com https://*.liadm.com https://*.leandata.com https://pixel-config.reddit.com https://api.unifyintent.com https://z.clarity.ms https://jobs.ashbyhq.com https://*.algolianet.com https://*.algolia.net https://pagead2.googlesyndication.com https://responses.timescale.com https://dev-responses.timescale.com https://studio.plasmic.app https://studio.dev.plasmic.app https://a.plasmic.app https://api2.amplitude.com https://*.userpilot.io". The action has been blocked. |
Failed to load resource: net::ERR_FAILED |
Issues logged to the `Issues` panel in Chrome Devtools indicate unresolved problems. They can come from network request failures, insufficient security controls, and other browser concerns. Open up the Issues panel in Chrome DevTools for more details on each issue.
Performance issues directly impact user engagement and conversion rates.
| Issue type |
|---|
| Content security policy |
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.