Skip to content
https://www.databricks.com

Lighthouse Mobile

· 0 checks — Mobile Lighthouse audit -- Performance, Accessibility, Best Practices, and SEO category breakdown.
SCORE
0
GRADE
FIX
0
REVIEW
0
PASS
0
INFO
0

Detailed Report

Audit breakdown by category with detailed findings.

30

Performance

Insights

Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.

Why this matters

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

Why this matters

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.

Why this matters

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

RequestCache TTLTransfer Size
/en-website-assets/09e28184553ed2519de7ca45fec366af00a90c...14400.0 s300.6 KiB
/en-website-assets/0434d2dad8b0064360a78ff53f1fc2cc8b8362...14400.0 s153.4 KiB
www.databricks.com/en-website-assets/app-c4450c99660bffa0d15a.js14400.0 s88.8 KiB
www.databricks.com/en-website-assets/320c792b-f0a06de50e1fcff148e6.js14400.0 s76.5 KiB
/en-website-assets/c8f7fe3b0e41be846d5687592cf2018ff6e226...14400.0 s61.1 KiB
/en-website-assets/2760db51e6f8366a4f18618ca34f89087d05b9...14400.0 s45.3 KiB
www.databricks.com/en-website-assets/74cfde4e-bf7a8735c413b1734424.js14400.0 s38.6 KiB
/en-website-assets/d7d1a8e5a0d734d1af0b9fceef29630afed323...14400.0 s27.0 KiB
www.databricks.com/en-website-assets/static/sans_600.woff214400.0 s23.6 KiB
www.databricks.com/en-website-assets/static/sans_500.woff214400.0 s23.1 KiB
www.databricks.com/en-website-assets/static/sans_700.woff214400.0 s23.1 KiB
www.databricks.com/en-website-assets/8069-56b68d69cb3efa767d02.js14400.0 s23.1 KiB
www.databricks.com/en-website-assets/static/sans_400.woff214400.0 s22.6 KiB
cdn.schemaapp.com/javascript/highlight.js0.0 ms11.8 KiB
www.databricks.com/en-website-assets/static/mono_400.woff214400.0 s14.3 KiB
/dcdn/settings.js?a=326926&settings_type=4&ts=1775567931&...1800.0 s10.7 KiB
/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da177152312...86400.0 s10.7 KiB
www.databricks.com/en-website-assets/webpack-runtime-ac57ba8f243c55228835.js14400.0 s4.6 KiB
www.databricks.com/en-website-assets/6960-4ddf8dd86b1fe96d4592.js14400.0 s3.8 KiB
www.databricks.com/en-website-assets/4511-3ae4458092d4eb771fc9.js14400.0 s3.4 KiB
/en-website-assets/component---packages-gatsby-theme-data...14400.0 s2.5 KiB
www.databricks.com/en-website-assets/6458-8df3a9241f1b02a6440c.js14400.0 s2.5 KiB
js.maxmind.com/js/apis/geoip2/v2.1/geoip2.js14400.0 s1.6 KiB
www.databricks.com/en-website-assets/5473.adfcfde2c6c6d5e5fde4.css14400.0 s494 B
www.databricks.com/en-website-assets/styles-ac30959183603c0a3ad2.js14400.0 s345 B
/en-website-assets/stylesafelist.splitCss-47caf5b35fc22ac...14400.0 s251 B
/v.gif?cd=0&a=326926&d=databricks.com&u=DD49D6A7ED437A7DE...43200.0 s145 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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

headings: [map[key:source label:Top function call valueType:source-location] map[granularity:1 key:reflowTime label:Total reflow time valueType:ms]]
items: [map[reflowTime:50.216 source:map[column:100389 line:2 type:source-location url:https://www.databricks.com/en-website-assets/c8f7fe3b0e41be846d5687592cf2018ff6e22687-7ad1797c312a9bb0cb5d.js urlProvider:network]]]
headings: [map[key:source label:Source valueType:source-location] map[granularity:1 key:reflowTime label:Total reflow time valueType:ms]]
items: [map[reflowTime:54.91 source:map[type:text value:[unattributed]]] map[reflowTime:50.216 source:map[column:80573 line:1 type:source-location url:https://www.databricks.com/en-website-assets/c8f7fe3b0e41be846d5687592cf2018ff6e22687-7ad1797c312a9bb0cb5d.js urlProvider:network]] map[reflowTime:0.834 source:map[column:61184 line:1 type:source-location url:https://www.databricks.com/en-website-assets/c8f7fe3b0e41be846d5687592cf2018ff6e22687-7ad1797c312a9bb0cb5d.js urlProvider:network]]]

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

More than 4 preconnect connections were found. These should be used sparingly and only to the most important origins.
description: [preconnect](https://developer.chrome.com/docs/lighthouse/performance/uses-rel-preconnect/) hints help the browser establish a connection earlier in the page load, saving time when the first request for that origin is made. The following are the origins that the page preconnected to.
title: Preconnected origins
description: Add [preconnect](https://developer.chrome.com/docs/lighthouse/performance/uses-rel-preconnect/) hints to your most important origins, but try to use no more than 4.
title: Preconnect candidates
value: No additional origins are good candidates for preconnecting

Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size

Why this matters

Performance issues directly impact user engagement and conversion rates.

URLResource SizeEst Savings
figure.duration-250 > div.h-full > div.gatsby-image-wrapper > img figure.duration-250 > div.h-full > div.gatsby-image-wrapper > img
/sites/default/files/2025-09/fox-sports-2x-min.png?v=1758...495.0 KiB446.7 KiB
figure.duration-250 > div.h-full > div.gatsby-image-wrapper > img figure.duration-250 > div.h-full > div.gatsby-image-wrapper > img
www.databricks.com/sites/default/files/2025-09/mastercard-2x.png?v=1758842712422.7 KiB374.4 KiB
figure.duration-250 > div.h-full > div.gatsby-image-wrapper > img figure.duration-250 > div.h-full > div.gatsby-image-wrapper > img
www.databricks.com/sites/default/files/2025-09/adidas-2x.png?v=1758842650356.7 KiB308.4 KiB
figure.duration-250 > div.h-full > div.gatsby-image-wrapper > img figure.duration-250 > div.h-full > div.gatsby-image-wrapper > img
www.databricks.com/sites/default/files/2025-09/unilever-2x.png?v=1758842682321.2 KiB272.9 KiB
div.overflow-hidden > figure > div.h-full > img.transition-transform div.overflow-hidden > figure > div.h-full > img.transition-transform
/sites/default/files/2026-01/d3c3ad9f7f7210c27599b3bb727b...20.6 KiB14.5 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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

TTI

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Diagnostics

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

Why this matters

Performance issues directly impact user engagement and conversion rates.

CategoryTime Spent
Other27.2 s
Script Evaluation20.0 s
Rendering13.6 s
Style & Layout11.8 s
Garbage Collection827 ms
Script Parsing & Compilation521 ms
Parse HTML & CSS150 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.

Why this matters

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

Why this matters

Performance issues directly impact user engagement and conversion rates.

URL
div.overflow-hidden > figure > div.h-full > img.transition-transform div.overflow-hidden > figure > div.h-full > img.transition-transform
/sites/default/files/2026-01/d3c3ad9f7f7210c27599b3bb727b...
Santander div.mr-6 > figure > div.h-full > img.w-auto
/sites/default/files/2023-11/logo-homepage-santander.svg?...
Santander div.mr-6 > figure > div.h-full > img.w-auto
/sites/default/files/2023-11/logo-homepage-santander.svg?...
Santander div.mr-6 > figure > div.h-full > img.w-auto
/sites/default/files/2023-11/logo-homepage-santander.svg?...
Block div.mr-6 > figure > div.h-full > img.w-auto
/sites/default/files/2023-11/logo-homepage-block.svg?v=17...
Block div.mr-6 > figure > div.h-full > img.w-auto
/sites/default/files/2023-11/logo-homepage-block.svg?v=17...
Block div.mr-6 > figure > div.h-full > img.w-auto
/sites/default/files/2023-11/logo-homepage-block.svg?v=17...
Michelin div.mr-6 > figure > div.h-full > img.w-auto
/sites/default/files/2023-11/logo-homepage-michelin.svg?v...
Michelin div.mr-6 > figure > div.h-full > img.w-auto
/sites/default/files/2023-11/logo-homepage-michelin.svg?v...
Michelin div.mr-6 > figure > div.h-full > img.w-auto
/sites/default/files/2023-11/logo-homepage-michelin.svg?v...
Mercedes div.mr-6 > figure > div.h-full > img.w-auto
/sites/default/files/2023-11/logo-homepage-mercedes.svg?v...
Mercedes div.mr-6 > figure > div.h-full > img.w-auto
/sites/default/files/2023-11/logo-homepage-mercedes.svg?v...
Mercedes div.mr-6 > figure > div.h-full > img.w-auto
/sites/default/files/2023-11/logo-homepage-mercedes.svg?v...
Burberry div.mr-6 > figure > div.h-full > img.w-auto
/sites/default/files/2023-11/logo-homepage-burberry.svg?v...
Burberry div.mr-6 > figure > div.h-full > img.w-auto
/sites/default/files/2023-11/logo-homepage-burberry.svg?v...
Burberry div.mr-6 > figure > div.h-full > img.w-auto
/sites/default/files/2023-11/logo-homepage-burberry.svg?v...
OpenAI logo div.mr-6 > figure > div.h-full > img.w-auto
/sites/default/files/2025-09/logo-white-open-ai.svg?v=175...
OpenAI logo div.mr-6 > figure > div.h-full > img.w-auto
/sites/default/files/2025-09/logo-white-open-ai.svg?v=175...
OpenAI logo div.mr-6 > figure > div.h-full > img.w-auto
/sites/default/files/2025-09/logo-white-open-ai.svg?v=175...
logo white gartner div.flex > div.space-y-4 > div.h-4 > img.h-full
/sites/default/files/2026-01/logo-white-gartner.svg?v=176...
rating group image div.flex > div.space-y-4 > div.h-4 > img.h-full
www.databricks.com/sites/default/files/2026-01/group-41006.svg?v=1767822782
Heineken div.mr-6 > figure > div.h-full > img.w-auto
/sites/default/files/2025-01/logo-color-heineken.svg?v=17...
Heineken div.mr-6 > figure > div.h-full > img.w-auto
/sites/default/files/2025-01/logo-color-heineken.svg?v=17...
Heineken div.mr-6 > figure > div.h-full > img.w-auto
/sites/default/files/2025-01/logo-color-heineken.svg?v=17...
FDA div.mr-6 > figure > div.h-full > img.w-auto
/sites/default/files/2023-11/logo-homepage-fda.svg?v=1724...
FDA div.mr-6 > figure > div.h-full > img.w-auto
/sites/default/files/2023-11/logo-homepage-fda.svg?v=1724...
FDA div.mr-6 > figure > div.h-full > img.w-auto
/sites/default/files/2023-11/logo-homepage-fda.svg?v=1724...
Logo dark At&t div.mr-6 > figure > div.h-full > img.w-auto
www.databricks.com/sites/default/files/2024-10/logo-dark-at-t.svg?v=1729051931
Logo dark At&t div.mr-6 > figure > div.h-full > img.w-auto
www.databricks.com/sites/default/files/2024-10/logo-dark-at-t.svg?v=1729051931
Logo dark At&t div.mr-6 > figure > div.h-full > img.w-auto
www.databricks.com/sites/default/files/2024-10/logo-dark-at-t.svg?v=1729051931
Shell div.mr-6 > figure > div.h-full > img.w-auto
/sites/default/files/2023-11/logo-homepage-shell.svg?v=17...
Shell div.mr-6 > figure > div.h-full > img.w-auto
/sites/default/files/2023-11/logo-homepage-shell.svg?v=17...
Shell div.mr-6 > figure > div.h-full > img.w-auto
/sites/default/files/2023-11/logo-homepage-shell.svg?v=17...
Siemens div.mr-6 > figure > div.h-full > img.w-auto
Toyota div.mr-6 > figure > div.h-full > img.w-auto
Walgreens div.mr-6 > figure > div.h-full > img.w-auto
Warner Bros Discovery div.mr-6 > figure > div.h-full > img.w-auto
Siemens div.mr-6 > figure > div.h-full > img.w-auto
Toyota div.mr-6 > figure > div.h-full > img.w-auto
Walgreens div.mr-6 > figure > div.h-full > img.w-auto

More information about the performance of your application. These numbers don't directly affect the Performance score.

Layout shift culprits
Document request latency
Optimize DOM size
Font display
LCP breakdown
Modern HTTP
Render blocking requests
Optimize viewport for mobile
Minify CSS
Minify JavaScript
User Timing marks and measures 2 user timings
Avoid long main-thread tasks 20 long tasks found
Avoid non-composited animations 13 animated elements found
Page didn't prevent back/forward cache restoration
Network Requests
Network Round Trip Times 40 ms
Server Backend Latencies 170 ms
Tasks
Diagnostics
Metrics
Screenshot Thumbnails
Final Screenshot
Script Treemap Data
Resources Summary
Avoid multiple page redirects
Initial server response time was short Root document took 100 ms
INP breakdown
LCP request discovery
Avoid large layout shifts
92

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

Some ARIA parent roles must contain specific child roles to perform their intended accessibility functions. Learn more about roles and required children elements.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
Navigate between customer stories div.new-row-item > div.large-step-slider > div.flex > div.flex

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.

Best practices

Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
See Careers div.inner-wrapper > div.rich-text-body > p > a
at Databricks div.inner-wrapper > div.rich-text-body > p > a

These items highlight common accessibility best practices.

Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
173B transactions Mastercard tackles AI governance Watch the video div.swiper-wrapper > div#carousel_item-step-1_heading > div > a.group-arrow-exclude-hover
Leader in the Gartner® Magic Quadrant™ for Data Science and Machine Learning 
 … div.w-full > div.flex > div.w-full > a.bg-navy-600
Databricks has been recognized by G2 as a leader across key categories for Wint… div.w-full > div.flex > div.w-full > a.bg-navy-800
REPORT Key findings in multi-agent systems, AI use cases, evaluations and more … div.contents > section > div.grid > a.variant-spotlight
VIRTUAL EVENT Learn how to create and deploy apps on Databricks. Join us on May… div.contents > section > div.grid > a.variant-spotlight
JUNE 15–18 / SAN FRANCISCO The must-attend event for data and AI professionals … div.contents > section > div.grid > a.variant-spotlight
RESEARCH REPORT AI agents need a new martech model — a blueprint for what’s nex… div.contents > section > div.grid > a.variant-spotlight
Interactive controls are keyboard focusable
Interactive elements indicate their purpose and state
The page has a logical tab order
Visual order on the page follows DOM order
User focus is not accidentally trapped in a region
The user's focus is directed to new content added to the page
HTML5 landmark elements are used to improve navigation
Offscreen content is hidden from assistive technology
Custom controls have associated labels
Custom controls have ARIA roles
`[aria-*]` attributes match their roles
`[aria-hidden="true"]` is not present on the document `<body>`
`[role]`s have all required `[aria-*]` attributes
`[role]`s are contained by their required parent element
`[role]` values are valid
`[aria-*]` attributes have valid values
`[aria-*]` attributes are valid and not misspelled
Buttons have an accessible name
Image elements have `[alt]` attributes
`[user-scalable="no"]` is not used in the `<meta name="viewport">` element and the `[maximum-scale]` attribute is not less than 5.
`button`, `link`, and `menuitem` elements have accessible names
ARIA attributes are used as specified for the element's role
`[aria-hidden="true"]` elements do not contain focusable descendents
Elements use only permitted ARIA attributes
Background and foreground colors have a sufficient contrast ratio
Document has a `<title>` element
`<html>` element has a `[lang]` attribute
`<html>` element has a valid value for its `[lang]` attribute
Links are distinguishable without relying on color.
Links have a discernible name
Lists contain only `<li>` elements and script supporting elements (`<script>` and `<template>`).
List items (`<li>`) are contained within `<ul>`, `<ol>` or `<menu>` parent elements
No element has a `[tabindex]` value greater than 0
Heading elements appear in a sequentially-descending order
Skip links are focusable.
Document has a main landmark.
Deprecated ARIA roles were not used
`[accesskey]` values are unique
Elements with `role="dialog"` or `role="alertdialog"` have accessible names.
ARIA input fields have accessible names
ARIA `meter` elements have accessible names
ARIA `progressbar` elements have accessible names
Elements with the `role=text` attribute do not have focusable descendents.
ARIA toggle fields have accessible names
ARIA `tooltip` elements have accessible names
ARIA `treeitem` elements have accessible names
The page contains a heading, skip link, or landmark region
`<dl>`'s contain only properly-ordered `<dt>` and `<dd>` groups, `<script>`, `<template>` or `<div>` elements.
Definition list items are wrapped in `<dl>` elements
ARIA IDs are unique
No form fields have multiple labels
`<frame>` or `<iframe>` elements have a title
`<html>` element has an `[xml:lang]` attribute with the same base language as the `[lang]` attribute.
Input buttons have discernible text.
`<input type="image">` elements have `[alt]` text
Form elements have associated labels
The document does not use `<meta http-equiv="refresh">`
`<object>` elements have alternate text
Select elements have associated label elements.
Cells in a `<table>` element that use the `[headers]` attribute refer to table cells within the same table.
`<th>` elements and elements with `[role="columnheader"/"rowheader"]` have data cells they describe.
`[lang]` attributes have a valid value
`<video>` elements contain a `<track>` element with `[kind="captions"]`
Tables have different content in the summary attribute and `<caption>`.
All heading elements contain content.
Uses ARIA roles only on compatible elements
Image elements do not have `[alt]` attributes that are redundant text.
Identical links have the same purpose.
Tables use `<caption>` instead of cells with the `[colspan]` attribute to indicate a caption.
`<td>` elements in a large `<table>` have one or more table headers.
100

Best Practices

General

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Uses HTTPS
Avoids deprecated APIs
Avoids third-party cookies
Allows users to paste into input fields
Avoids requesting the geolocation permission on page load
Avoids requesting the notification permission on page load
Displays images with correct aspect ratio
Serves images with appropriate resolution
Page has the HTML doctype
Properly defines charset
No browser errors logged to the console
No issues in the `Issues` panel in Chrome Devtools
Ensure CSP is effective against XSS attacks
Ensure proper origin isolation with COOP
Mitigate DOM-based XSS with Trusted Types
Detected JavaScript libraries
Redirects HTTP traffic to HTTPS
Use a strong HSTS policy
Mitigate clickjacking with XFO or CSP
100

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.

Structured data is valid
Page isn’t blocked from indexing
Document has a `<title>` element
Document has a meta description
Page has successful HTTP status code
Links have descriptive text
Links are crawlable
robots.txt is valid
Image elements have `[alt]` attributes
Document has a valid `hreflang`
Document has a valid `rel=canonical`

Send Feedback