Lighthouse Mobile
· 0 checks — Mobile Lighthouse audit -- Performance, Accessibility, Best Practices, and SEO category breakdown.Detailed Report
Audit breakdown by category with detailed findings.
Performance
Insights
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Performance issues directly impact user engagement and conversion rates.
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
| Request | Cache TTL | Transfer Size |
|---|---|---|
| /consent/b8f6c3bf-2519-4023-963a-974547789e46/a40645f8-e3... | 0.0 ms | 93.2 KiB |
| sdk.snapkit.com/js/v1/create.js | 3600.0 s | 51.0 KiB |
| assets.production.linktr.ee/cep/cep.min.js?v2 | 0.0 ms | 4.8 KiB |
| assets.production.linktr.ee/client-brfp/br-fp-script.js | 604800.0 s | 23.8 KiB |
| api.consentjs.datagrail.io/b8f6c3bf-2519-4023-963a-974547789e46/gpp-usnat.js | 0.0 ms | 2.4 KiB |
| /b8f6c3bf-2519-4023-963a-974547789e46/bdebe460-46f3-470f-... | 0.0 ms | 1.2 KiB |
| assets.production.linktr.ee/consent-scripts/geo-consent.js | 604800.0 s | 658 B |
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
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 | |
|---|---|---|---|
Alex Mack OnlyFans Official - Exclusive Content & Account div.relative > div.flex > div#profile-picture > img.rounded-full | /SK4vYM70StQqZRGrgbjF_7KARr7s8myt4hF10?io=true&size=avata... | 21.5 KiB | 17.7 KiB |
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.
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
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.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| alexmackxxx.com/ | 765 ms |
| linktr.ee/AlexMackXXX | 0.0 ms |
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.
Diagnostics
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| assets.production.linktr.ee/profiles/_next/static/css/d761597de1bfc443.css | 31.2 KiB | 29.0 KiB |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| /profiles/_next/static/chunks/9077-fe35ebd718eb1a6d.js | 210.4 KiB | 152.8 KiB |
| /profiles/_next/static/chunks/6058-9b31a8b50745a57a.js | 81.2 KiB | 70.9 KiB |
| /profiles/_next/static/chunks/pages/_app-823ab4a5112bd2f9.js | 90.9 KiB | 37.5 KiB |
| sdk.snapkit.com/js/v1/create.js | 50.7 KiB | 28.4 KiB |
| /profiles/_next/static/chunks/main-ebcfada43a2b527d.js | 40.1 KiB | 22.1 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.
| URL | Total CPU Time | Script Evaluation | Script Parse |
|---|---|---|---|
| edge.browser-fp.production.linktr.ee/script.js | 1.4 s | 1.4 s | 0.9 ms |
| /profiles/_next/static/chunks/framework-0ff0ba78b4de3484.js | 1.3 s | 1.2 s | 23 ms |
| linktr.ee/AlexMackXXX | 1.3 s | 9.2 ms | 2.2 ms |
| /profiles/_next/static/chunks/pages/[profile]-c2d52ad3eb4... | 1.2 s | 1.2 s | 8.1 ms |
| Unattributable | 774 ms | 38 ms | 0.0 ms |
| /profiles/_next/static/chunks/pages/_app-823ab4a5112bd2f9.js | 396 ms | 344 ms | 50 ms |
| /consent/b8f6c3bf-2519-4023-963a-974547789e46/a40645f8-e3... | 314 ms | 200 ms | 38 ms |
| /profiles/_next/static/chunks/main-ebcfada43a2b527d.js | 207 ms | 165 ms | 38 ms |
| sdk.snapkit.com/js/v1/create.js | 133 ms | 97 ms | 25 ms |
| /profiles/_next/static/chunks/9077-fe35ebd718eb1a6d.js | 130 ms | 6.4 ms | 115 ms |
| /profiles/_next/static/chunks/profiles-FontTags-8b38e97b3... | 92 ms | 1.4 ms | 90 ms |
| assets.production.linktr.ee/cep/cep.min.js?v2 | 55 ms | 50 ms | 2.4 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
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Script Evaluation | 4.8 s |
| Other | 1.1 s |
| Style & Layout | 762 ms |
| Script Parsing & Compilation | 738 ms |
| Rendering | 181 ms |
| Parse HTML & CSS | 146 ms |
| Garbage Collection | 140 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 |
|---|---|
| The page has an unload handler in the main frame. | Actionable |
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.
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 |
|---|
Cookie Preferences div.relative > div.flex > div.flex > button.text-xs |
Report div.relative > div.flex > div.flex > a.text-xs |
Privacy div.relative > div.flex > div.flex > a.text-xs |
About this account div.relative > div.flex > div.flex > button.text-xs |
More from Linktree div.relative > div.flex > div.flex > button.text-xs |
These items highlight common accessibility best practices.
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 |
|---|---|
| Unload event listeners are deprecated and will be removed. |
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 () |
Source maps translate minified code to the original source code. This helps developers debug in production. In addition, Lighthouse is able to provide further insights. Consider deploying source maps to take advantage of these benefits. Learn more about source maps.
Performance issues directly impact user engagement and conversion rates.
SEO
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Crawling and Indexing
Search engines are unable to include your pages in search results if they don't have permission to crawl them. Learn more about crawler directives.
Performance issues directly impact user engagement and conversion rates.
| Blocking Directive Source |
|---|
head > meta |
https://linktr.ee/robots.txt |
To appear in search results, crawlers need access to your app.