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.
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.
Performance issues directly impact user engagement and conversion rates.
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.
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.
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.
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
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 |
|---|---|---|
| fonts.googleapis.com/css?family=Roboto:400 | 1.6 KiB | 152 ms |
| fonts.googleapis.com/css?family=Open%20Sans|Open%20Sans:%20700|Roboto | 2.2 KiB | 788 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 |
|---|---|---|
| www.gstatic.com/recaptcha/api2/logo_48.png | 604800.0 s | 2.3 KiB |
| www.gstatic.com/recaptcha/api2/logo_48.png | 604800.0 s | 0 B |
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.
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
Performance issues directly impact user engagement and conversion rates.
| Element | Layout shift score |
|---|---|
Bang Bros is your all-inclusive destination for the Hottest Girls on the intern… div.sc-yo7o1v-0 > div.sc-1fep8qc-0 > div.sc-1deoyo3-0 > div.sc-m77v5k-0 | 0.800 |
Top Porn Categories
Black
Big Tits
Big Ass
Teens 18+ div.sc-yo7o1v-0 > div.sc-yo7o1v-0 > div.sc-1fep8qc-0 > div.sc-1deoyo3-0 | 0.230 |
Top Porn Categories
Black
Big Tits
Big Ass
Teens 18+ div.sc-yo7o1v-0 > div.sc-yo7o1v-0 > div.sc-1fep8qc-0 > div.sc-1deoyo3-0 | 0.160 |
Top Porn Categories
Black
Big Tits
Big Ass
Teens 18+ div.sc-yo7o1v-0 > div.sc-yo7o1v-0 > div.sc-1fep8qc-0 > div.sc-1deoyo3-0 | 0.143 |
Bang Bros is your all-inclusive destination for the Hottest Girls on the intern… div.sc-yo7o1v-0 > div.sc-1fep8qc-0 > div.sc-1deoyo3-0 > div.sc-m77v5k-0 | 0.098 |
Bang Bros Videos
Cubbi Thompson, Tony Marzo
Jul 11, 2026
Cubbi Bounces on Repai… body > div#root > div.sc-yo7o1v-0 > div.sc-yo7o1v-0 | 0.057 |
| 0.055 | |
Bang Bros is your all-inclusive destination for the Hottest Girls on the intern… div.sc-yo7o1v-0 > div.sc-1fep8qc-0 > div.sc-1deoyo3-0 > div.sc-m77v5k-0 | 0.025 |
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 |
|---|---|---|
| app-assets.project1content.com/tour/vendors~main.76af9848.js | 703.6 KiB | 394.3 KiB |
| onelist.project1content.com/static/js/main.485836b9.js | 383.9 KiB | 254.8 KiB |
| www.gstatic.com/recaptcha/releases/rL1ELiQAg1kPezz6_H9hTZ_i/recaptcha__en.js | 374.0 KiB | 249.5 KiB |
| www.gstatic.com/recaptcha/releases/rL1ELiQAg1kPezz6_H9hTZ_i/recaptcha__en.js | 374.0 KiB | 186.1 KiB |
| onenavigation.project1content.com/static/js/main.0a00a1d5.js | 194.4 KiB | 94.5 KiB |
| app-assets.project1content.com/tour/main.b00ba48d.js | 133.6 KiB | 67.2 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 |
|---|---|---|---|
| app-assets.project1content.com/tour/main.b00ba48d.js | 2.9 s | 2.6 s | 39 ms |
| app-assets.project1content.com/tour/vendors~main.76af9848.js | 2.8 s | 1.8 s | 201 ms |
| www.gstatic.com/recaptcha/releases/rL1ELiQAg1kPezz6_H9hTZ_i/recaptcha__en.js | 2.5 s | 1.8 s | 624 ms |
| bangbros.com/ | 2.2 s | 33 ms | 239 ms |
| Unattributable | 1.3 s | 58 ms | 0.0 ms |
| onenavigation.project1content.com/static/js/main.0a00a1d5.js | 750 ms | 628 ms | 97 ms |
| onelist.project1content.com/static/js/main.485836b9.js | 732 ms | 511 ms | 120 ms |
| bangbros.com/_p1cdn/tour/atlaslib-js.ef4819d8.js | 262 ms | 216 ms | 5.6 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 | 7.8 s |
| Style & Layout | 1.9 s |
| Other | 1.8 s |
| Script Parsing & Compilation | 1.4 s |
| Rendering | 312 ms |
| Parse HTML & CSS | 278 ms |
| Garbage Collection | 267 ms |
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| bangbros.com/_p1cdn/tour/vortex.modern.min.js | 9.6 KiB | 5.2 KiB |
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 | |
|---|---|
A background image div.sc-op08w7-0 > div.sc-y3rqay-0 > div.sc-1x5utiu-0 > img.sc-1x5utiu-3 | /Common_Images/TransparentPNGs/5be0c6e66eb0d3.54138192.png |
The Original Amateur Porn Network div.sc-188caa2-0 > div.sc-mahl5e-1 > a > img.sc-mahl5e-0 | /assets/brand/1151/media_assets/1221/6908ca3d6ba6a9.40710... |
Hot Black Girls on Bang Bros div.sc-188caa2-0 > div.sc-mahl5e-1 > a > img.sc-mahl5e-0 | /assets/brand/1151/media_assets/5581/684740f8ae01d9.65252... |
All the Biggest Tits are on Bang Bros div.sc-188caa2-0 > div.sc-mahl5e-1 > a > img.sc-mahl5e-0 | /assets/brand/1151/media_assets/5571/684740eb026898.48338... |
The Best Big Butts are on Bang Bros div.sc-188caa2-0 > div.sc-mahl5e-1 > a > img.sc-mahl5e-0 | /assets/brand/1151/media_assets/5561/689b849b2993d3.96563... |
The Hottest 18+ Teens are on Bang Bros div.sc-188caa2-0 > div.sc-mahl5e-1 > a > img.sc-mahl5e-0 | /assets/brand/1151/media_assets/5591/68474141c0dcc4.10750... |
Billers div.sc-qq931q-0 > div.sc-qq931q-2 > div.sc-qq931q-0 > img.sc-b55cfq-0 | /BangBros/FooterImage/11-13-2025/69161669c66b69.85598719.png |
This is an advertisement banner for Bang Bros div.sc-je45mb-1 > div.sc-je45mb-0 > a.sc-je45mb-2 > img.sc-je45mb-4 | /assets/brand/1151/catfish/7381/69728bc504ecd4.21609140.png |
Cubbi Bounces on Repair Man’s Cock Porn Photo with Cubbi Thompson, Tony Marzo n… div.one-list-1h1zi5u > div.one-list-1g85vkz > picture.one-list-q4dzvk > img.one-list-q4dzvk | /m=eeEaOFFb/d18/966/972/55f/4fe/9bb/42d/b0b/054/e87/38/po... |
Threesome With My Friend’s Stepmom Porn Photo with Johnny Love, Cami Strella, M… div.one-list-1h1zi5u > div.one-list-1g85vkz > picture.one-list-q4dzvk > img.one-list-q4dzvk | /m=eeEaOFFb/732/6f0/bde/7d5/465/ea3/71b/607/b84/386/80/po... |
A logo for Bang Bros div.sc-op08w7-0 > div.sc-y3rqay-0 > div.sc-y3rqay-1 > img.sc-1a5uj7b-0 | /BangBros/Gateway/646cd8474b53f9.64584357.png |
div.sc-1deoyo3-0 > div.sc-188caa2-0 > div.sc-mahl5e-1 > img.sc-mahl5e-0 div.sc-1deoyo3-0 > div.sc-188caa2-0 > div.sc-mahl5e-1 > img.sc-mahl5e-0 | /BangBros/Logo/Tour/647e469f859474.83534213.png |
Probiller div.sc-qq931q-0 > div.sc-qq931q-2 > div.sc-1p82nyv-0 > img | app-assets.project1content.com/tour/assets/probiller.5f27a427.png |
Bang Bros Porn Videos div#MobileHeader_69774434457 > div#ContainerAlignment_74558306793 > a#Logo_37501916057 > img | /BangBros/Logo/Tour/647e45f4aaeec6.89220280.png |
RTA div.sc-qq931q-0 > div.sc-qq931q-2 > div.sc-qq931q-0 > img | app-assets.project1content.com/tour/assets/rta.6e25c31d.jpg |
Bang Bros div.sc-188caa2-0 > div.sc-mahl5e-1 > a > img.sc-mahl5e-0 | /assets/brand/1151/media_assets/23521/68e3e60884df57.6863... |
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 |
|---|
JOIN NOW div.sc-1fep8qc-0 > div.sc-1deoyo3-0 > div.sc-xw93q8-0 > a.sc-xw93q8-1 |
Watch it All! div.sc-1fep8qc-0 > div.sc-1deoyo3-0 > div.sc-xw93q8-0 > a.sc-xw93q8-1 |
View All section#List-container-82646894739 > div > div.one-list-qv8n5q > a.font-primary |
View All section#List-container-18301128238 > div > div.one-list-qv8n5q > a.font-primary |
JOIN NOW div.sc-y3rqay-0 > div.sc-1dhvf0w-0 > div.sc-1dhvf0w-1 > a.sc-3byr16-0 |
Enter div.sc-y3rqay-0 > div.sc-y3rqay-1 > div.sc-rkkkdv-0 > button.sc-3byr16-0 |
These are opportunities to improve the legibility of your content.
Names and labels
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.sc-1deoyo3-0 > div.sc-188caa2-0 > div.sc-mahl5e-1 > img.sc-mahl5e-0 div.sc-1deoyo3-0 > div.sc-188caa2-0 > div.sc-mahl5e-1 > img.sc-mahl5e-0 |
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
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 |
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 |
|---|
LOGIN nav.sc-13v34sz-0 > ul.sc-13v34sz-1 > li.sc-13v34sz-2 > a.sc-13v34sz-3 |
CUSTOMER SUPPORT nav.sc-13v34sz-0 > ul.sc-13v34sz-1 > li.sc-13v34sz-2 > a.sc-13v34sz-3 |
MODELING OPPORTUNITIES nav.sc-13v34sz-0 > ul.sc-13v34sz-1 > li.sc-13v34sz-2 > a.sc-13v34sz-3 |
PRIVACY NOTICE nav.sc-13v34sz-0 > ul.sc-13v34sz-1 > li.sc-13v34sz-2 > a.sc-13v34sz-3 |
TERMS AND CONDITIONS nav.sc-13v34sz-0 > ul.sc-13v34sz-1 > li.sc-13v34sz-2 > a.sc-13v34sz-3 |
VIRTUAL REALITY PORN nav.sc-13v34sz-0 > ul.sc-13v34sz-1 > li.sc-13v34sz-2 > a.sc-13v34sz-3 |
BILLING SUPPORT nav.sc-13v34sz-0 > ul.sc-13v34sz-1 > li.sc-13v34sz-2 > a.sc-13v34sz-3 |
ACCESSIBILITY nav.sc-13v34sz-0 > ul.sc-13v34sz-1 > li.sc-13v34sz-2 > a.sc-13v34sz-3 |
ANTI-TRAFFICKING STATEMENT nav.sc-13v34sz-0 > ul.sc-13v34sz-1 > li.sc-13v34sz-2 > a.sc-13v34sz-3 |
2257 statement page div.sc-c12nx1-0 > div.sc-qq931q-0 > p.sc-hq7nt5-0 > a |
Vendo div.sc-c12nx1-0 > div.sc-qq931q-0 > p.sc-hq7nt5-0 > a |
Segpay div.sc-c12nx1-0 > div.sc-qq931q-0 > p.sc-hq7nt5-0 > a |
LOG IN div.sc-y3rqay-0 > div.sc-1dhvf0w-0 > div.sc-1dhvf0w-1 > a.sc-3byr16-0 |
TERMS AND CONDITIONS div.sc-y3rqay-1 > div.sc-1eyb95j-0 > p.sc-1eyb95j-1 > a |
Exit div.sc-y3rqay-0 > div.sc-y3rqay-1 > div.sc-rkkkdv-0 > a.sc-3byr16-0 |
Best Practices
User Experience
Image natural dimensions should be proportional to the display size and the pixel ratio to maximize image clarity. Learn how to provide responsive images.
Performance issues directly impact user engagement and conversion rates.
| URL | Displayed size | Actual size | Expected size | |
|---|---|---|---|---|
A logo for Bang Bros div.sc-op08w7-0 > div.sc-y3rqay-0 > div.sc-y3rqay-1 > img.sc-1a5uj7b-0 | /BangBros/Gateway/646cd8474b53f9.64584357.png | 210 x 43 | 210 x 43 | 315 x 65 |
Bang Bros Porn Videos div#MobileHeader_69774434457 > div#ContainerAlignment_74558306793 > a#Logo_37501916057 > img | /BangBros/Logo/Tour/647e45f4aaeec6.89220280.png | 157 x 24 | 157 x 24 | 236 x 36 |
General
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.
Content Best Practices
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.sc-1deoyo3-0 > div.sc-188caa2-0 > div.sc-mahl5e-1 > img.sc-mahl5e-0 div.sc-1deoyo3-0 > div.sc-188caa2-0 > div.sc-mahl5e-1 > img.sc-mahl5e-0 |
Format your HTML in a way that enables crawlers to better understand your app’s content.