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 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.
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 | |
|---|---|---|---|
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.png | 192.7 KiB | 155.6 KiB |
Each subpart has specific improvement strategies. Ideally, most of the LCP time should be spent on loading the resources, not within delays.
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 |
|---|---|---|
| alternativeto.net/_next/static/chunks/52bae9ee2e1bdfde.css | 3.2 KiB | 570 ms |
| alternativeto.net/_next/static/chunks/bc5979ab252b5bc7.css | 2.9 KiB | 570 ms |
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.
| Request | Cache TTL | Transfer Size |
|---|---|---|
| /pagead/managed/js/activeview/current/ufs_web_display.js | 3600.0 s | 73.1 KiB |
| pagead2.googlesyndication.com/pagead/js/rum.js?fcd=true | 3600.0 s | 25.1 KiB |
| /pagead/managed/js/adsense/m202604170101/show_ads_impl_fy... | 1209600.0 s | 177.5 KiB |
| cdn.requestmetrics.com/agent/current/rm.js | 1200.0 s | 14.7 KiB |
| contextual.media.net/__media__/fonts/worksans-medium/worksans-medium.woff | 86400.0 s | 32.1 KiB |
| /cdn-cgi/challenge-platform/h/b/scripts/jsd/0b8fb825cb67/... | 14400.0 s | 14.6 KiB |
| contextual.media.net/__media__/fonts/Roboto-Regular/Roboto-Regular.woff | 86400.0 s | 24.6 KiB |
| /beacon.min.js/v8c78df7c7c0f484497ecbca7046644da177152312... | 86400.0 s | 10.7 KiB |
| /pagead/js/r20260422/r20110914/client/qs_click_protection... | 1209600.0 s | 8.9 KiB |
| /pagead/js/r20260422/r20110914/client/window_focus_fy2021.js | 1209600.0 s | 1.3 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.
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 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 |
|---|---|---|
| /pagead/managed/js/adsense/m202604170101/show_ads_impl_fy... | 177.5 KiB | 124.5 KiB |
| www.googletagmanager.com/gtag/js?id=G-LBPG8X9HFM&cx=c>m=4e64k1h1 | 168.4 KiB | 63.5 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-N56PL75 | 129.6 KiB | 60.0 KiB |
| fundingchoicesmessages.google.com/i/pub-8332396259212490?ers=1 | 68.7 KiB | 31.2 KiB |
| /pagead/js/adsbygoogle.js?client=ca-pub-8332396259212490 | 54.3 KiB | 26.1 KiB |
| alternativeto.net/_next/static/chunks/57b396ecb26ed1f0.js | 26.2 KiB | 24.1 KiB |
| alternativeto.net/_next/static/chunks/643a5236fe3e56aa.js | 68.3 KiB | 20.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 | 4.9 s |
| Other | 1.8 s |
| Style & Layout | 1.4 s |
| Script Parsing & Compilation | 575 ms |
| Parse HTML & CSS | 303 ms |
| Rendering | 200 ms |
| Garbage Collection | 195 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
Performance issues directly impact user engagement and conversion rates.
| Failure reason | Failure 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 |
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.
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
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.
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 |
|---|
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.
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.
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.
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 |
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 |
|---|---|
| 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
Performance issues directly impact user engagement and conversion rates.
| Source | Description |
|---|---|
Failed to load resource: the server responded with a status of 401 () | |
Failed to load resource: the server responded with a status of 401 () |
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.