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 | |
|---|---|---|---|
Brandi Love Shows the Pool Cleaner How Appreciative She Is for His Hard Work div.relative > a.group > div.relative > img.object-cover | /scenes/seducedbyacougar-brandi-love-shows-the-pool-clean... | 100.0 KiB | 75.8 KiB |
Prime div.relative > a.group > div.relative > img.object-cover | /scenes/vixencompilations-prime-13f1b684-755d231209af00cc... | 99.1 KiB | 75.1 KiB |
Sexy Professor Reagan Foxx Will Grade Rion on How Well He Fucks!!! a.group > div.relative > div.absolute > img.object-cover | /scenes/myfirstsexteacher-sexy-professor-reagan-foxx-will... | 61.4 KiB | 42.0 KiB |
Best Of Brazzers: Anal Extravaganza div.relative > a.group > div.relative > img.object-cover | /scenes/brazzersexxtra-best-of-brazzers-anal-extravaganza... | 45.3 KiB | 34.3 KiB |
My Wife Threatened To Fuck Five Black Guys So I'd Stay Home And I Ended Up Givi… div.relative > a.group > div.relative > img.object-cover | /scenes/christianclay-my-wife-threatened-to-fuck-five-bla... | 34.9 KiB | 26.5 KiB |
Big Dick Hunk Justice Gives To Brunette Jayden James All His Load! div.relative > a.group > div.relative > img.object-cover | /scenes/pornstarplatinum-big-dick-hunk-justice-gives-to-b... | 27.1 KiB | 20.6 KiB |
HTTP/2 and HTTP/3 offer many benefits over HTTP/1.1, such as multiplexing. Learn more about using modern HTTP.
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.
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 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 |
|---|---|---|
| ratemyscene.com/_next/static/chunks/19tzvvdmjuk-1.js | 69.1 KiB | 27.9 KiB |
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 | 785 ms |
| Other | 767 ms |
| Style & Layout | 296 ms |
| Rendering | 178 ms |
| Script Parsing & Compilation | 147 ms |
| Parse HTML & CSS | 118 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 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 |
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 |
|---|
Start your diary div.max-w-3xl > div.mt-9 > a > button.inline-flex |
Create your free account div.rounded-[2rem] > div.mt-8 > a > button.inline-flex |
These are opportunities to improve the legibility of your content.
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.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
body.geist_a71539c9-module__T19VSG__variable > header.glass > div.mx-auto > a.flex body.geist_a71539c9-module__T19VSG__variable > header.glass > div.mx-auto > a.flex |
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.
Best Practices
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.