Skip to content
https://alternativeto.net

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 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:54.705 source:map[column:197 line:854 type:source-location url:https://www.googletagmanager.com/gtag/js?id=G-LBPG8X9HFM&cx=c&gtm=4e64k1h1 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:35.425 source:map[column:19693 line:0 type:source-location url:https://alternativeto.net/_next/static/chunks/d9831d1b7e8993f9.js urlProvider:network]] map[reflowTime:54.705 source:map[column:55 line:851 type:source-location url:https://www.googletagmanager.com/gtag/js?id=G-LBPG8X9HFM&cx=c&gtm=4e64k1h1 urlProvider:network]] map[reflowTime:4.019 source:map[column:25 line:179 type:source-location url:https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-8332396259212490 urlProvider:network]] map[reflowTime:4.799 source:map[column:680 line:67 type:source-location url:https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-8332396259212490 urlProvider:network]] map[reflowTime:0.725 source:map[column:425 line:181 type:source-location url:https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-8332396259212490 urlProvider:network]] map[reflowTime:0.357 source:map[type:text value:[unattributed]]] map[reflowTime:55.574 source:map[column:1157 line:549 type:source-location url:https://pagead2.googlesyndication.com/pagead/managed/js/adsense/m202604170101/show_ads_impl_fy2021.js urlProvider:network]] map[reflowTime:1.042 source:map[column:176 line:715 type:source-location url:https://pagead2.googlesyndication.com/pagead/managed/js/adsense/m202604170101/show_ads_impl_fy2021.js urlProvider:network]] map[reflowTime:0.201 source:map[column:224 line:706 type:source-location url:https://pagead2.googlesyndication.com/pagead/managed/js/adsense/m202604170101/show_ads_impl_fy2021.js urlProvider:network]] map[reflowTime:0.413 source:map[column:36 line:708 type:source-location url:https://pagead2.googlesyndication.com/pagead/managed/js/adsense/m202604170101/show_ads_impl_fy2021.js urlProvider:network]] map[reflowTime:0.133 source:map[column:415 line:439 type:source-location url:https://pagead2.googlesyndication.com/pagead/managed/js/adsense/m202604170101/show_ads_impl_fy2021.js urlProvider:network]]]

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.w-full > div.aspect-625/364 > a.block > video.h-full div.w-full > div.aspect-625/364 > a.block > video.h-full
img.alternativeto.net/s/625x364/protonvpn_811965_full.png192.7 KiB155.6 KiB

Each subpart has specific improvement strategies. Ideally, most of the LCP time should be spent on loading the resources, not within delays.

Why this matters

Performance issues directly impact user engagement and conversion rates.

headings: [map[key:label label:Subpart valueType:text] map[key:duration label:Duration valueType:ms]]
items: [map[duration:316.907 label:Time to first byte subpart:timeToFirstByte] map[duration:24.904 label:Resource load delay subpart:resourceLoadDelay] map[duration:278.206 label:Resource load duration subpart:resourceLoadDuration] map[duration:1886.849 label:Element render delay subpart:elementRenderDelay]]
lhId: page-1-IMG
nodeLabel: Claude Desktop app was reportedly found changing browser access settings withou…
path: 1,HTML,1,BODY,3,MAIN,3,SECTION,1,DIV,0,DIV,0,DIV,0,DIV,0,A,0,DIV,0,PICTURE,2,IMG
selector: a.block > div.relative > picture > img
snippet: <img src="https://img.alternativeto.net/news/1148x574/avif/1776897236565.png" srcset="https://img.alternativeto.net/news/1148x574/jpeg/1776897236565.png 2x" alt="Claude Desktop app was reportedly found changing browser access settings w…" style="border-radius: 16px; border: 1px solid var(--brandLight4); width: 100%;" width="574" height="287" loading="eager" fetchpriority="high">

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

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.

Diagnostics

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

Why this matters

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 reduce Javascript execution time.

Why this matters

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

Why this matters

Performance issues directly impact user engagement and conversion rates.

CategoryTime Spent
Script Evaluation4.9 s
Other1.8 s
Style & Layout1.4 s
Script Parsing & Compilation575 ms
Parse HTML & CSS303 ms
Rendering200 ms
Garbage Collection195 ms

Many navigations are performed by going back to a previous page, or forwards again. The back/forward cache (bfcache) can speed up these return navigations. Learn more about the bfcache

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failure reasonFailure type
Pages with cache-control:no-store header cannot enter back/forward cache.Actionable
Pages whose main resource has cache-control:no-store cannot enter back/forward cache.Not actionable
Back/forward cache is disabled because some JavaScript network request received resource with Cache-Control: no-store header.Not actionable

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
Brave Origin screenshot 1 div.ImageCollection-modern-module-scss-module__jR_llq__thumbnail > div > picture > img.ImageCollectionImage-module-scss-module__xq82wq__fill
img.alternativeto.net/s/618x394/avif/brave-origin_340534_full.png
TeamBridge screenshot 1 div.ImageCollection-modern-module-scss-module__jR_llq__thumbnail > div > picture > img.ImageCollectionImage-module-scss-module__xq82wq__fill
img.alternativeto.net/s/618x394/avif/teambridge_704175_full.gif
Open Pencil screenshot 1 div.ImageCollection-modern-module-scss-module__jR_llq__thumbnail > div > picture > img.ImageCollectionImage-module-scss-module__xq82wq__fill
img.alternativeto.net/s/618x394/avif/open-pencil_147493_full.png
Personal Computer screenshot 1 div.ImageCollection-modern-module-scss-module__jR_llq__thumbnail > div > picture > img.ImageCollectionImage-module-scss-module__xq82wq__fill
img.alternativeto.net/s/618x394/avif/personal-computer_686591_full.webp
Dinky screenshot 1 div.ImageCollection-modern-module-scss-module__jR_llq__thumbnail > div > picture > img.ImageCollectionImage-module-scss-module__xq82wq__fill
img.alternativeto.net/s/618x394/avif/dinky_765288_full.webp
WiiFin screenshot 1 div.ImageCollection-modern-module-scss-module__jR_llq__thumbnail > div > picture > img.ImageCollectionImage-module-scss-module__xq82wq__fill
img.alternativeto.net/s/618x394/avif/wiifin_594895_full.png
Notch Pilot screenshot 1 div.ImageCollection-modern-module-scss-module__jR_llq__thumbnail > div > picture > img.ImageCollectionImage-module-scss-module__xq82wq__fill
img.alternativeto.net/s/618x394/avif/notch-pilot_645766_full.png
Merlin Bird ID screenshot 1 div.ImageCollection-modern-module-scss-module__jR_llq__thumbnail > div > picture > img.ImageCollectionImage-module-scss-module__xq82wq__fill
img.alternativeto.net/s/618x394/avif/merlin-bird-id_710852_full.webp
Typefully screenshot 1 div.ImageCollection-modern-module-scss-module__jR_llq__thumbnail > div > picture > img.ImageCollectionImage-module-scss-module__xq82wq__fill
img.alternativeto.net/s/618x394/avif/typefully_212318_full.webp
Welcome tab div.ImageCollection-modern-module-scss-module__jR_llq__thumbnail > div > picture > img.ImageCollectionImage-module-scss-module__xq82wq__fill
img.alternativeto.net/s/618x394/avif/pulsar-or-pulsar-edit-_360943_full.png
Amberol screenshot 1 div.ImageCollection-modern-module-scss-module__jR_llq__thumbnail > div > picture > img.ImageCollectionImage-module-scss-module__xq82wq__fill
img.alternativeto.net/s/618x394/avif/amberol_530883_full.png
Essentials screenshot 1 div.ImageCollection-modern-module-scss-module__jR_llq__thumbnail > div > picture > img.ImageCollectionImage-module-scss-module__xq82wq__fill
img.alternativeto.net/s/618x394/avif/essentials_730597_full.png
FairScan screenshot 1 div.ImageCollection-modern-module-scss-module__jR_llq__thumbnail > div > picture > img.ImageCollectionImage-module-scss-module__xq82wq__fill
img.alternativeto.net/s/618x394/avif/fairscan_989571_full.jpg
Onlook screenshot 1 div.ImageCollection-modern-module-scss-module__jR_llq__thumbnail > div > picture > img.ImageCollectionImage-module-scss-module__xq82wq__fill
img.alternativeto.net/s/618x394/avif/onlook_968991_full.png
QuakeNotch screenshot 1 div.ImageCollection-modern-module-scss-module__jR_llq__thumbnail > div > picture > img.ImageCollectionImage-module-scss-module__xq82wq__fill
img.alternativeto.net/s/618x394/avif/quakenotch_259075_full.png
WinPurge screenshot 1 div.ImageCollection-modern-module-scss-module__jR_llq__thumbnail > div > picture > img.ImageCollectionImage-module-scss-module__xq82wq__fill
img.alternativeto.net/s/618x394/avif/winpurge_924465_full.png
Powerful interaction design tool for designers and developers. div.ImageCollection-modern-module-scss-module__jR_llq__thumbnail > div > picture > img.ImageCollectionImage-module-scss-module__xq82wq__fill
img.alternativeto.net/s/618x394/avif/penpot_864820_full.webp
With live video collaboration. Using Talk in the right side bar. div.ImageCollection-modern-module-scss-module__jR_llq__thumbnail > div > picture > img.ImageCollectionImage-module-scss-module__xq82wq__fill
img.alternativeto.net/s/618x394/avif/collabora-online_324549_full.png

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 request discovery
Modern HTTP
Optimize viewport for mobile
Minify CSS
Minify JavaScript
Reduce unused CSS
User Timing marks and measures 8 user timings
Avoid long main-thread tasks 20 long tasks found
Network Requests
Network Round Trip Times 30 ms
Server Backend Latencies 160 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 300 ms
INP breakdown
Avoid non-composited animations
Avoid large layout shifts
89

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
NEW APPS span.flex > nav.flex > a.ml-1.5 > span.md:hidden
ALL APPS span.flex > nav.flex > a.ml-1.5 > span.md:hidden
NEWS span.flex > nav.flex > a.ml-1.5 > span.md:hidden
OFFICIAL PARTNER div.flex > a.inline-flex > div.inline-flex > span.text-[10px]
142,026 div.WelcomeMsg-module-scss-module__hfLFdq__wrapper > div.WelcomeMsg-module-scss-module__hfLFdq__introText > h3.Heading-module-scss-module__br2CUG__h3 > span.NumberCounter-module-scss-module__1rEiaG__num
1,994,916 div.WelcomeMsg-module-scss-module__hfLFdq__wrapper > div.WelcomeMsg-module-scss-module__hfLFdq__introText > h3.Heading-module-scss-module__br2CUG__h3 > span.NumberCounter-module-scss-module__1rEiaG__num
TODAY div > div.relative > div.flex > time
TODAY div > div.relative > div.flex > time
TODAY div > div.relative > div.flex > time
TODAY div > div.relative > div.flex > time
TODAY div > div.relative > div.flex > time
TODAY div > div.relative > div.flex > time
OFFICIAL PARTNER div.flex > a.no-underline > div.inline-flex > span.text-[9px]
Visit website div.flex > div.flex > div.mt-auto > a.flex
Alternative to   Mozilla Firefox div.flex > span.flex > span.flex > span.inline-flex
Alternative to   Toggl Track and Insightful div.flex > span.flex > span.flex > span.inline-flex
and span.flex > span.flex > span.inline-flex > span.mx-1
Alternative to   Penpot and Figma div.flex > span.flex > span.flex > span.inline-flex
and span.flex > span.flex > span.inline-flex > span.mx-1
Alternative to   OpenClaw and Poe div.flex > span.flex > span.flex > span.inline-flex
and span.flex > span.flex > span.inline-flex > span.mx-1
Alternative to   ImageMagick div.flex > span.flex > span.flex > span.inline-flex
Alternative to   VLC Media Player and Kodi div.flex > span.flex > span.flex > span.inline-flex
and span.flex > span.flex > span.inline-flex > span.mx-1
Alternative to   Sculptor and Vibe Island div.flex > span.flex > span.flex > span.inline-flex
and span.flex > span.flex > span.inline-flex > span.mx-1
Alternative to  Mozilla Firefox div.AlternativeInGrid-module-scss-module__DM1Aqa__customMeta > div > span.flex > span.inline-flex
Alternative to  OpenClaw and Poe div.AlternativeInGrid-module-scss-module__DM1Aqa__customMeta > div > span.flex > span.inline-flex
and div > span.flex > span.inline-flex > span.mx-1
Alternative to  OpenClaw and GPT4ALL div.AlternativeInGrid-module-scss-module__DM1Aqa__customMeta > div > span.flex > span.inline-flex
and div > span.flex > span.inline-flex > span.mx-1
TODAY div > div.relative > div.flex > time
YESTERDAY div > div.relative > div.flex > time
YESTERDAY div > div.relative > div.flex > time
YESTERDAY div > div.relative > div.flex > time
YESTERDAY div > div.relative > div.flex > time
APR 20, 2026 div > div.relative > div.flex > time
APR 20, 2026 div > div.relative > div.flex > time
APR 20, 2026 div > div.relative > div.flex > time
Alternative to   whoBIRD div.flex > span.flex > span.flex > span.inline-flex
Alternative to   Buffer and Postiz div.flex > span.flex > span.flex > span.inline-flex
and span.flex > span.flex > span.inline-flex > span.mx-1
Alternative to   Notepad++ div.flex > span.flex > span.flex > span.inline-flex
Alternative to   foobar2000 and AIMP div.flex > span.flex > span.flex > span.inline-flex
and span.flex > span.flex > span.inline-flex > span.mx-1
Alternative to   Tasker and Island div.flex > span.flex > span.flex > span.inline-flex
and span.flex > span.flex > span.inline-flex > span.mx-1
Alternative to   NAPS2 div.flex > span.flex > span.flex > span.inline-flex
Alternative to   Webstudio and Silex div.flex > span.flex > span.flex > span.inline-flex
and span.flex > span.flex > span.inline-flex > span.mx-1
Alternative to   NotchNook and Alcove div.flex > span.flex > span.flex > span.inline-flex
and span.flex > span.flex > span.inline-flex > span.mx-1
Alternative to   BleachBit div.flex > span.flex > span.flex > span.inline-flex
Alternative to   Affinity and Canva div.flex > span.flex > span.flex > span.inline-flex
and span.flex > span.flex > span.inline-flex > span.mx-1
Excellent div.flex > div.inline-flex > div.flex > span.font-medium
30 reviews div.flex > div.inline-flex > div.flex > span.text-muted-foreground
Alternative to   LibreOffice div.flex > span.flex > span.flex > span.inline-flex
List by andrealc with 37 apps, updated Feb 12, 2026 div.Box-module-scss-module__vptFpa__box > div.grid > div.wrapper > div.text-xs
List by andrealc div.grid > div.wrapper > div.text-xs > span
Feb 12, 2026 div.grid > div.wrapper > div.text-xs > time
List by cel with 16 apps, updated Feb 15, 2026 div.Box-module-scss-module__vptFpa__box > div.grid > div.wrapper > div.text-xs
List by cel div.grid > div.wrapper > div.text-xs > span
Feb 15, 2026 div.grid > div.wrapper > div.text-xs > time
List by Akshith Anoop with 18 apps, updated Mar 12, 2026 div.Box-module-scss-module__vptFpa__box > div.grid > div.wrapper > div.text-xs
List by Akshith Anoop div.grid > div.wrapper > div.text-xs > span
Mar 12, 2026 div.grid > div.wrapper > div.text-xs > time
MS div > span.UserWithImage-module-scss-module__Nb_vda__userWithImage > div > div.UserAvatar-module-scss-module__ZiwqLW__innerAvatar
ur div > span.UserWithImage-module-scss-module__Nb_vda__userWithImage > div > div.UserAvatar-module-scss-module__ZiwqLW__innerAvatar
Be div > span.UserWithImage-module-scss-module__Nb_vda__userWithImage > div > div.UserAvatar-module-scss-module__ZiwqLW__innerAvatar
bu div > span.UserWithImage-module-scss-module__Nb_vda__userWithImage > div > div.UserAvatar-module-scss-module__ZiwqLW__innerAvatar

These are opportunities to improve the legibility of your content.

Best practices

Disabling zooming is problematic for users with low vision who rely on screen magnification to properly see the contents of a web page. Learn more about the viewport meta tag.

Why this matters

Informational: a Permissions-Policy directive showing feature -> allowed origins.

Source: MDN Permissions-Policy

Failing Elements
head > meta head > meta

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
CLAUDE div > div.relative > div.flex > a.text-blue-600
ALTERNATIVES div > div.relative > div.flex > a.text-blue-600
BRAVE ORIGIN div > div.relative > div.flex > a.text-blue-600
ALTERNATIVES div > div.relative > div.flex > a.text-blue-600
MOZILLA FIREFOX div > div.relative > div.flex > a.text-blue-600
OSMAND div > div.relative > div.flex > a.text-blue-600
YELP div > div.relative > div.flex > a.text-blue-600
PLAYSTATION NET... div > div.relative > div.flex > a.text-blue-600
Mozilla Firefox span.flex > span.inline-flex > span.inline-flex > a.text-meta
OpenClaw span.flex > span.inline-flex > span.inline-flex > a.text-meta
OpenClaw span.flex > span.inline-flex > span.inline-flex > a.text-meta
Microsoft Word div.flex > div.min-w-0 > h3.Heading-module-scss-module__br2CUG__h5 > a.no-link-color
CapCut div.flex > div.min-w-0 > h3.Heading-module-scss-module__br2CUG__h5 > a.no-link-color
ChatGPT div.flex > div.min-w-0 > h3.Heading-module-scss-module__br2CUG__h5 > a.no-link-color
YouTube div.flex > div.min-w-0 > h3.Heading-module-scss-module__br2CUG__h5 > a.no-link-color
CHATGPT div > div.relative > div.flex > a.text-blue-600
XBOX GAME PASS div > div.relative > div.flex > a.text-blue-600
WHATSAPP div > div.relative > div.flex > a.text-blue-600
JIRA div > div.relative > div.flex > a.text-blue-600
KIMI div > div.relative > div.flex > a.text-blue-600
ANDROID div > div.relative > div.flex > a.text-blue-600
LXQT div > div.relative > div.flex > a.text-blue-600
GITEA div > div.relative > div.flex > a.text-blue-600
ChatGPT div.flex > div.min-w-0 > h3.Heading-module-scss-module__br2CUG__h5 > a.no-link-color
CapCut div.flex > div.min-w-0 > h3.Heading-module-scss-module__br2CUG__h5 > a.no-link-color
YouTube div.flex > div.min-w-0 > h3.Heading-module-scss-module__br2CUG__h5 > a.no-link-color
Obsidian div.flex > div.min-w-0 > h3.Heading-module-scss-module__br2CUG__h5 > a.no-link-color
Microsoft Word div.flex > div.min-w-0 > h3.Heading-module-scss-module__br2CUG__h5 > a.no-link-color
Notion div.flex > div.min-w-0 > h3.Heading-module-scss-module__br2CUG__h5 > a.no-link-color
Android span.flex > span.inline-flex > span.inline-flex > a.text-meta
42 alternatives span.meta > span.flex > span.flex > a.no-link-color
DottedSign span.flex > span.inline-flex > span.inline-flex > a.text-meta
113 alternatives span.meta > span.flex > span.flex > a.no-link-color
Privacy Policy div.lg:inline-block > ul.space-y-0.5 > li > a
Cookie Policy div.lg:inline-block > ul.space-y-0.5 > li > a
About AlternativeTo div.lg:inline-block > ul.space-y-0.5 > li > a
Become a Partner div.lg:inline-block > ul.space-y-0.5 > li > 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
 3 likes div.flex > div#like-button-container > div.ModernLikeButton-module-scss-module__xuujAq__likeWrapper > span.ModernLikeButton-module-scss-module__xuujAq__heart
 1 like div.flex > div#like-button-container > div.ModernLikeButton-module-scss-module__xuujAq__likeWrapper > span.ModernLikeButton-module-scss-module__xuujAq__heart
 8 likes div.flex > div#like-button-container > div.ModernLikeButton-module-scss-module__xuujAq__likeWrapper > span.ModernLikeButton-module-scss-module__xuujAq__heart
 1 like div.flex > div#like-button-container > div.ModernLikeButton-module-scss-module__xuujAq__likeWrapper > span.ModernLikeButton-module-scss-module__xuujAq__heart
 6 likes div.flex > div#like-button-container > div.ModernLikeButton-module-scss-module__xuujAq__likeWrapper > span.ModernLikeButton-module-scss-module__xuujAq__heart
 5 likes div.flex > div#like-button-container > div.ModernLikeButton-module-scss-module__xuujAq__likeWrapper > span.ModernLikeButton-module-scss-module__xuujAq__heart
 3 likes div.flex > div#like-button-container > div.ModernLikeButton-module-scss-module__xuujAq__likeWrapper > span.ModernLikeButton-module-scss-module__xuujAq__heart
 8 likes div.flex > div#like-button-container > div.ModernLikeButton-module-scss-module__xuujAq__likeWrapper > span.ModernLikeButton-module-scss-module__xuujAq__heart
 3 likes div.flex > div#like-button-container > div.ModernLikeButton-module-scss-module__xuujAq__likeWrapper > span.ModernLikeButton-module-scss-module__xuujAq__heart
 48 likes div.flex > div#like-button-container > div.ModernLikeButton-module-scss-module__xuujAq__likeWrapper > span.ModernLikeButton-module-scss-module__xuujAq__heart
 13 likes div.flex > div#like-button-container > div.ModernLikeButton-module-scss-module__xuujAq__likeWrapper > span.ModernLikeButton-module-scss-module__xuujAq__heart
 16 likes div.flex > div#like-button-container > div.ModernLikeButton-module-scss-module__xuujAq__likeWrapper > span.ModernLikeButton-module-scss-module__xuujAq__heart
 33 likes div.flex > div#like-button-container > div.ModernLikeButton-module-scss-module__xuujAq__likeWrapper > span.ModernLikeButton-module-scss-module__xuujAq__heart
 7 likes div.flex > div#like-button-container > div.ModernLikeButton-module-scss-module__xuujAq__likeWrapper > span.ModernLikeButton-module-scss-module__xuujAq__heart
 2 likes div.flex > div#like-button-container > div.ModernLikeButton-module-scss-module__xuujAq__likeWrapper > span.ModernLikeButton-module-scss-module__xuujAq__heart
 16 likes div.flex > div#like-button-container > div.ModernLikeButton-module-scss-module__xuujAq__likeWrapper > span.ModernLikeButton-module-scss-module__xuujAq__heart
 246 likes div.flex > div#like-button-container > div.ModernLikeButton-module-scss-module__xuujAq__likeWrapper > span.ModernLikeButton-module-scss-module__xuujAq__heart
 12 likes div.flex > div#like-button-container > div.ModernLikeButton-module-scss-module__xuujAq__likeWrapper > span.ModernLikeButton-module-scss-module__xuujAq__heart
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
Form elements have associated labels
`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
Document has a `<title>` element
`<frame>` or `<iframe>` elements have a title
`<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
Document has a main landmark.
Deprecated ARIA roles were not used
ARIA IDs are unique
`<video>` elements contain a `<track>` element with `[kind="captions"]`
Identical links have the same purpose.
`[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 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
No form fields have multiple labels
`<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
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
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.
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.
77

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
SharedStorage
StorageType.persistent is deprecated. Please use standardized navigator.storage instead.
Fledge

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

Why this matters

Performance issues directly impact user engagement and conversion rates.

SourceDescription
Failed to load resource: the server responded with a status of 401 ()
Failed to load resource: the server responded with a status of 401 ()
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 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
Page has valid source maps
Redirects HTTP traffic to HTTPS
Use a strong HSTS policy
Mitigate clickjacking with XFO or CSP
Detected JavaScript libraries
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