Skip to content
https://tableau.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.

23

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.

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

headings: [map[key:node label:Element subItemsHeading:map[key:extra] valueType:node] map[granularity:0.001 key:score label:Layout shift score subItemsHeading:map[key:cause valueType:text] valueType:numeric]]
items: [map[node:map[type:text value:Total] score:0.19827] map[node:map[boundingRect:map[bottom:1090 height:1076 left:0 right:412 top:14 width:412] lhId:page-4-DIV nodeLabel:main#main-content > div > section#1759776859576_1ei8 > div.blade__background path:1,HTML,1,BODY,1,DIV,2,MAIN,1,DIV,0,SECTION,3,DIV selector:main#main-content > div > section#1759776859576_1ei8 > div.blade__background snippet:<div class="blade__background blade__background--custom-mobile"> type:node] score:0.19827]]

Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.

Why this matters

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

headings: [map[key:source label:Source valueType:source-location] map[granularity:1 key:reflowTime label:Total reflow time valueType:ms]]
items: [map[reflowTime:109.803 source:map[type:text value:[unattributed]]]]

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
div > section#1759776859576_1ei8 > div.blade__background > img.background__image div > section#1759776859576_1ei8 > div.blade__background > img.background__image
/tableau/en-us/wp-content/uploads/sites/47/2026/01/TabDC-...206.7 KiB141.4 KiB
div.card__image__wrapper > span > a > img.card__image div.card__image__wrapper > span > a > img.card__image
/tableau/en-us/wp-content/uploads/sites/47/2025/09/tablea...105.6 KiB93.2 KiB
div.card__image__wrapper > span > a > img.card__image div.card__image__wrapper > span > a > img.card__image
/tableau/en-us/wp-content/uploads/sites/47/2025/10/Tablea...88.2 KiB76.0 KiB
div.container > article.grid > div.image__wrapper > img.image__asset div.container > article.grid > div.image__wrapper > img.image__asset
/tableau/en-us/wp-content/uploads/sites/47/2026/03/SFDC-A...53.8 KiB41.7 KiB

Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading

Why this matters

Performance issues directly impact user engagement and conversion rates.

lhId: page-0-IMG
nodeLabel: div > section#1759776859576_1ei8 > div.blade__background > img.background__image
path: 1,HTML,1,BODY,1,DIV,2,MAIN,1,DIV,0,SECTION,3,DIV,0,IMG
selector: div > section#1759776859576_1ei8 > div.blade__background > img.background__image
snippet: <img src="https://wp.sfdcdigital.com/tableau/en-us/wp-content/uploads/sites/47/2026/…" class="background__image background__image--custom" alt="" sizes="100vw" srcset="https://wp.sfdcdigital.com/tableau/en-us/wp-content/uploads/sites/47/2026/…" height="100%" width="100%">

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

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.

Why this matters

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

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.

Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Estimated savings: 770 ms
URLTime Spent
tableau.com/770 ms
www.tableau.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

Why this matters

Performance issues directly impact user engagement and conversion rates.

ElementLayout shift score
main#main-content > div > section#1759776859576_1ei8 > div.blade__background main#main-content > div > section#1759776859576_1ei8 > div.blade__background
0.198

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Estimated savings: 2.3 s 2.0 MiB
URLTransfer SizeEst Savings
www.googletagmanager.com/gtag/js?id=AW-11150957808&cx=c&gtm=4e64h1144.4 KiB106.1 KiB
www.googletagmanager.com/gtag/js?id=GT-TNHGZTKZ&cx=c&gtm=4e64h1137.5 KiB102.8 KiB
www.googletagmanager.com/gtag/js?id=AW-11360289967&cx=c&gtm=4e64h1136.5 KiB102.7 KiB
www.tableau.com/c/public/exp/pbc/lwc/prod.DpQ48YaW.js109.7 KiB102.2 KiB
www.googletagmanager.com/gtag/js?id=DC-11463663&cx=c&gtm=4e64h1129.3 KiB98.0 KiB
www.tableau.com/c/public/exp/pbc/server/templates.9ee7b849434b2a023a1b.js82.1 KiB80.8 KiB
www.googletagmanager.com/gtm.js?id=GTM-BVCN201.5 KiB64.9 KiB
www.googletagmanager.com/gtag/js?id=DC-11549600&cx=c&gtm=4e64h1129.3 KiB60.2 KiB
www.googletagmanager.com/gtag/js?id=DC-9908883&cx=c&gtm=4e64h1129.3 KiB60.2 KiB
www.googletagmanager.com/gtag/js?id=DC-8292931&cx=c&gtm=4e64h1129.3 KiB60.2 KiB
www.googletagmanager.com/gtag/js?id=G-8YLN0SNXVS&cx=c&gtm=4e64h1145.5 KiB59.5 KiB
www.googletagmanager.com/gtm.js?id=GTM-MDW3BV4G&gtm=4e64h1132.9 KiB57.5 KiB
www.googletagmanager.com/gtag/js?id=DC-11597767&cx=c&gtm=4e64h1129.3 KiB56.6 KiB
www.googletagmanager.com/gtag/js?id=GT-PZZMQM7&cx=c&gtm=4e64h1144.4 KiB56.0 KiB
www.googletagmanager.com/gtag/js?id=AW-749031162&cx=c&gtm=4e64h1144.5 KiB55.9 KiB
www.googletagmanager.com/gtag/js?id=AW-1040019177&cx=c&gtm=4e64h1146.3 KiB55.8 KiB
www.googletagmanager.com/gtag/js?id=GT-WK2DGFTC&cx=c&gtm=4e64h1129.3 KiB55.5 KiB
www.googletagmanager.com/gtag/js?id=AW-1070358085&cx=c&gtm=4e64h1136.5 KiB55.1 KiB
www.googletagmanager.com/gtag/js?id=AW-1040284089&cx=c&gtm=4e64h1137.0 KiB55.0 KiB
www.googletagmanager.com/gtag/js?id=GT-M3KFGVTH&cx=c&gtm=4e64h1136.5 KiB54.9 KiB
www.googletagmanager.com/gtag/js?id=AW-1061316053&cx=c&gtm=4e64h1137.4 KiB54.0 KiB
www.googletagmanager.com/gtag/js?id=AW-1059959353&cx=c&gtm=4e64h1137.5 KiB54.0 KiB
www.googletagmanager.com/gtag/js?id=AW-1041211059&cx=c&gtm=4e64h1137.4 KiB53.9 KiB
www.googletagmanager.com/gtag/js?id=AW-830457760&cx=c&gtm=4e64h1141.4 KiB53.9 KiB
www.googletagmanager.com/gtag/js?id=AW-11100665600&cx=c&gtm=4e64h1137.5 KiB53.8 KiB
www.googletagmanager.com/gtag/js?id=AW-16551358627&cx=c&gtm=4e64h1137.5 KiB53.8 KiB
www.googletagmanager.com/gtag/js?id=AW-842161014&cx=c&gtm=4e64h1138.0 KiB53.1 KiB
www.googletagmanager.com/gtag/js?id=AW-996391663&cx=c&gtm=4e64h1137.4 KiB50.8 KiB
/enterprise/tableau/prod/2024012/v1/oneTrust/scripttempla...81.9 KiB45.4 KiB
t.contentsquare.net/uxa/6cfa29ccf79a7.js90.4 KiB37.2 KiB
cdn.optimizely.com/js/25742810060.js95.7 KiB34.2 KiB
www.tableau.com/c/public/exp/pbc/server/scripts.1dbd8e09eac729e2673a.js45.0 KiB33.5 KiB
s.go-mpulse.net/boomerang/77T96-MLQ6A-56U4U-YVXFN-SV48P58.2 KiB26.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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

URLTotal CPU TimeScript EvaluationScript Parse
www.googletagmanager.com/gtag/js?id=DC-11597767&cx=c&gtm=4e64h12.6 s2.4 s51 ms
www.googletagmanager.com/gtm.js?id=GTM-BVCN1.4 s1.3 s78 ms
Unattributable1.2 s157 ms0.0 ms
a.sfdcstatic.com/digital/@sfdc-www-emu/pbc-core-analytics/v1-stable/comp-data.js895 ms811 ms2.0 ms
www.tableau.com/786 ms16 ms11 ms
snap.licdn.com/li.lms-analytics/insight.min.js533 ms413 ms103 ms
cdn.optimizely.com/js/25742810060.js409 ms372 ms30 ms
t.contentsquare.net/uxa/6cfa29ccf79a7.js399 ms356 ms31 ms
/enterprise/tableau/prod/2024012/v1/oneTrust/scripttempla...383 ms215 ms44 ms
www.tableau.com/c/public/exp/pbc/lwc/prod.DpQ48YaW.js313 ms181 ms124 ms
c.salesforce.com/digital/@sfdc-ogs/v1-stable/sdk/interactions.js301 ms233 ms0.3 ms
www.googletagmanager.com/gtag/js?id=AW-1041211059&cx=c&gtm=4e64h1262 ms217 ms43 ms
www.googletagmanager.com/gtag/js?id=G-8YLN0SNXVS&cx=c&gtm=4e64h1252 ms213 ms38 ms
www.googletagmanager.com/gtag/js?id=AW-996391663&cx=c&gtm=4e64h1251 ms184 ms39 ms
www.googletagmanager.com/gtm.js?id=GTM-MDW3BV4G&gtm=4e64h1251 ms139 ms109 ms
www.googletagmanager.com/gtag/js?id=AW-749031162&cx=c&gtm=4e64h1246 ms208 ms35 ms
www.googletagmanager.com/gtag/js?id=AW-1040019177&cx=c&gtm=4e64h1239 ms199 ms37 ms
s.go-mpulse.net/boomerang/77T96-MLQ6A-56U4U-YVXFN-SV48P232 ms97 ms19 ms
www.googletagmanager.com/gtag/js?id=GT-WK2DGFTC&cx=c&gtm=4e64h1231 ms182 ms46 ms
www.googletagmanager.com/gtag/js?id=AW-1040284089&cx=c&gtm=4e64h1227 ms189 ms37 ms
www.googletagmanager.com/gtag/js?id=GT-PZZMQM7&cx=c&gtm=4e64h1220 ms180 ms39 ms
www.googletagmanager.com/gtag/js?id=AW-1061316053&cx=c&gtm=4e64h1218 ms178 ms38 ms
www.googletagmanager.com/gtag/js?id=AW-842161014&cx=c&gtm=4e64h1216 ms179 ms35 ms
www.googletagmanager.com/gtag/js?id=AW-830457760&cx=c&gtm=4e64h1213 ms175 ms37 ms
www.googletagmanager.com/gtag/js?id=AW-1059959353&cx=c&gtm=4e64h1212 ms177 ms34 ms
www.googletagmanager.com/gtag/js?id=AW-1070358085&cx=c&gtm=4e64h1211 ms179 ms30 ms
www.googletagmanager.com/gtag/js?id=DC-11549600&cx=c&gtm=4e64h1209 ms166 ms42 ms
www.googletagmanager.com/gtag/js?id=DC-9908883&cx=c&gtm=4e64h1209 ms177 ms31 ms
www.googletagmanager.com/gtag/js?id=AW-11100665600&cx=c&gtm=4e64h1202 ms169 ms32 ms
www.googletagmanager.com/gtag/js?id=GT-M3KFGVTH&cx=c&gtm=4e64h1192 ms155 ms36 ms
www.googletagmanager.com/gtag/js?id=AW-16551358627&cx=c&gtm=4e64h1191 ms157 ms33 ms
www.googletagmanager.com/gtag/js?id=DC-8292931&cx=c&gtm=4e64h1190 ms156 ms32 ms
a.sfdcstatic.com/digital/one-trust/ext/v1-stable/gdpr.js170 ms165 ms0.1 ms
www.tableau.com/c/public/exp/pbc/server/scripts.1dbd8e09eac729e2673a.js170 ms77 ms23 ms
cdn3.optimizely.com/js/geo4.js156 ms152 ms0.3 ms
a.sfdcstatic.com/digital/@sfdc-www/clientlibs-web-components/v1-stable/bottom.js132 ms90 ms4.8 ms
www.redditstatic.com/ads/pixel.js119 ms89 ms5.3 ms
/digital/@sfdc-www/clientlibs-web-components/v1-stable/us...109 ms74 ms0.1 ms
www.googletagmanager.com/gtag/js?id=AW-11150957808&cx=c&gtm=4e64h1109 ms51 ms57 ms
www.tableau.com/c/public/exp/pbc/tableau/app-CLR4QWWL.js104 ms100 ms0.3 ms
/digital/@sfdc-www/clientlibs-web-components/v1-stable/an...93 ms68 ms0.1 ms
tag.demandbase.com/n1qTRo0B.min.js92 ms71 ms5.9 ms
www.tableau.com/c/public/exp/pbc/server/css/style.9a6e24bd01000d1e800f.css86 ms0.0 ms0.0 ms
www.tableau.com/c/public/exp/pbc/server/templates.9ee7b849434b2a023a1b.js83 ms1.6 ms81 ms
www.googletagmanager.com/gtag/js?id=GT-TNHGZTKZ&cx=c&gtm=4e64h166 ms28 ms38 ms
static.ads-twitter.com/uwt.js63 ms57 ms4.6 ms
www.googletagmanager.com/gtag/js?id=AW-11360289967&cx=c&gtm=4e64h163 ms27 ms35 ms
www.googletagmanager.com/gtag/js?id=DC-11463663&cx=c&gtm=4e64h159 ms25 ms33 ms
a.sfdcstatic.com/digital/@sfdc-www/clientlibs-web-components/v1-stable/top.js51 ms41 ms1.9 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

Why this matters

Performance issues directly impact user engagement and conversion rates.

CategoryTime Spent
Script Evaluation11.5 s
Script Parsing & Compilation1.6 s
Other1.6 s
Style & Layout748 ms
Garbage Collection228 ms
Parse HTML & CSS205 ms
Rendering56 ms

Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Estimated savings: 0.0 ms 3.0 KiB
URLTransfer SizeEst Savings
www.tableau.com/c/public/exp/pbc/tableau/app-CLR4QWWL.js10.0 KiB3.0 KiB

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.card__image__wrapper > span > a > img.card__image div.card__image__wrapper > span > a > img.card__image
/tableau/en-us/wp-content/uploads/sites/47/2025/09/tablea...
div.card__image__wrapper > span > a > img.card__image div.card__image__wrapper > span > a > img.card__image
/tableau/en-us/wp-content/uploads/sites/47/2025/10/Tablea...
Tableau, from Salesforce div.global-header__nav-wrapper > div#block-tableau-logo > a.site-logo > img
www.tableau.com/themes/custom/tableau_www/logo.v2.svg

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

Optimize DOM size
LCP breakdown
Modern HTTP
Optimize viewport for mobile
Minify CSS
User Timing marks and measures 96 user timings
Avoid long main-thread tasks 20 long tasks found
Page didn't prevent back/forward cache restoration
Network Requests
Network Round Trip Times 70 ms
Server Backend Latencies 200 ms
Tasks
Diagnostics
Metrics
Screenshot Thumbnails
Final Screenshot
Script Treemap Data
Resources Summary
Initial server response time was short Root document took 20 ms
INP breakdown
Avoid non-composited animations
96

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.

Names and labels

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
div.card--card_resource > div.card__image__wrapper > span > a div.card--card_resource > div.card__image__wrapper > span > a
div.card__content__wrapper > div.card__image__wrapper > span > a div.card__content__wrapper > div.card__image__wrapper > span > a
div.card__content__wrapper > div.card__image__wrapper > span > a div.card__content__wrapper > div.card__image__wrapper > span > a
div.card__content__wrapper > div.card__image__wrapper > span > a div.card__content__wrapper > div.card__image__wrapper > span > a
div.card__content__wrapper > div.card__image__wrapper > span > a div.card__content__wrapper > div.card__image__wrapper > span > a
div.card__content__wrapper > div.card__image__wrapper > span > a div.card__content__wrapper > div.card__image__wrapper > span > a
div.card__content__wrapper > div.card__image__wrapper > span > a div.card__content__wrapper > div.card__image__wrapper > span > a
div.card__content__wrapper > div.card__image__wrapper > span > a div.card__content__wrapper > div.card__image__wrapper > span > a
div.card__content__wrapper > div.card__image__wrapper > span > a div.card__content__wrapper > div.card__image__wrapper > span > a
div.card__content__wrapper > div.card__image__wrapper > span > a div.card__content__wrapper > div.card__image__wrapper > span > a
div.card__content__wrapper > div.card__image__wrapper > span > a div.card__content__wrapper > div.card__image__wrapper > span > a
div.card__content__wrapper > div.card__image__wrapper > span > a div.card__content__wrapper > div.card__image__wrapper > span > a
div.card__content__wrapper > div.card__image__wrapper > span > a div.card__content__wrapper > div.card__image__wrapper > span > 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.

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
English (US) nav.content-container > div.global-footer__first > div#lang-dropdown > button.global-footer__language__toggle
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]` 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.
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
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
Touch targets have sufficient size and spacing.
Heading elements appear in a sequentially-descending order
Document has a main landmark.
Deprecated ARIA roles were not used
`[accesskey]` values are unique
`button`, `link`, and `menuitem` elements have accessible names
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 an ARIA `[role]` that require children to contain a specific `[role]` have all required children.
`[role]`s are contained by their required parent element
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
Links are distinguishable without relying on color.
The document does not use `<meta http-equiv="refresh">`
`<object>` elements have alternate text
Select elements have associated label elements.
Skip links are focusable.
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.
81

Best Practices

General

Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Deprecation / WarningSource
AttributionReporting

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.

URLMap URL
www.tableau.com/c/public/exp/pbc/server/templates.9ee7b849434b2a023a1b.js
www.tableau.com/c/public/exp/pbc/lwc/prod.DpQ48YaW.js
c.salesforce.com/digital/@sfdc-ogs/v1-stable/sdk/interactions.jsc.salesforce.com/digital/@sfdc-ogs/v1-stable/sdk/interactions.js.map
a.sfdcstatic.com/digital/one-trust/ext/v1-stable/gdpr.jsa.sfdcstatic.com/digital/one-trust/ext/v1-stable/gdpr.js.map
/digital/@sfdc-www/clientlibs-web-components/v1-stable/us.../digital/@sfdc-www/clientlibs-web-components/v1-stable/us...
a.sfdcstatic.com/digital/@sfdc-www/clientlibs-web-components/v1-stable/top.js/digital/@sfdc-www/clientlibs-web-components/v1-stable/to...
/digital/@sfdc-www/clientlibs-web-components/v1-stable/pa.../digital/@sfdc-www/clientlibs-web-components/v1-stable/pa...
a.sfdcstatic.com/digital/@sfdc-www/clientlibs-web-components/v1-stable/ot-ext.js/digital/@sfdc-www/clientlibs-web-components/v1-stable/ot...
a.sfdcstatic.com/digital/@sfdc-www/clientlibs-web-components/v1-stable/legacy.js/digital/@sfdc-www/clientlibs-web-components/v1-stable/le...
/digital/@sfdc-www/clientlibs-web-components/v1-stable/le.../digital/@sfdc-www/clientlibs-web-components/v1-stable/le...
/digital/@sfdc-www/clientlibs-web-components/v1-stable/id.../digital/@sfdc-www/clientlibs-web-components/v1-stable/id...
/digital/@sfdc-www/clientlibs-web-components/v1-stable/ge.../digital/@sfdc-www/clientlibs-web-components/v1-stable/ge...
a.sfdcstatic.com/digital/@sfdc-www/clientlibs-web-components/v1-stable/bottom.js/digital/@sfdc-www/clientlibs-web-components/v1-stable/bo...
/digital/@sfdc-www/clientlibs-web-components/v1-stable/at.../digital/@sfdc-www/clientlibs-web-components/v1-stable/at...
/digital/@sfdc-www/clientlibs-web-components/v1-stable/an.../digital/@sfdc-www/clientlibs-web-components/v1-stable/an...
a.sfdcstatic.com/digital/@sfdc-www-emu/pbc-core-analytics/v1-stable/comp-data.js/digital/@sfdc-www-emu/pbc-core-analytics/v1-stable/comp-...
style-assets.tableau.com/v16.1.2/js/nav-bundle.min.jsstyle-assets.tableau.com/v16.1.2/js/nav-bundle.min.js.map
a.sfdcstatic.com/shared/js/public/nunjucks-slim.min.jsa.sfdcstatic.com/shared/js/public/nunjucks-slim.min.js.map
Uses HTTPS
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
92

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.

Content Best Practices

Format your HTML in a way that enables crawlers to better understand your app’s content.

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 are crawlable
Image elements have `[alt]` attributes
Document has a valid `hreflang`
Document has a valid `rel=canonical`
robots.txt is valid

Send Feedback