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.
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.
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 |
|---|---|---|
| superuser.com/px.js?ch=1 | 369 B | |
| superuser.com/px.js?ch=2 | 543 B | |
| superuser.com/Content/Js/stub.en.js?v=e307fb81e738 | 18.0 KiB | |
| superuser.com/Content/Shared/stacks.css?v=b2264ccf0463 | 110.2 KiB | 1.4 s |
| superuser.com/Content/Sites/superuser/primary.css?v=ae45545ad649 | 69.6 KiB | 313 ms |
| superuser.com/Content/Js/google-analytics.en.js?v=48615a9a9bc4 | 2.4 KiB | 157 ms |
| superuser.com/Content/Shared/Channels/channels.css?v=d431b1be5a03 | 4.6 KiB | |
| cdn.cookielaw.org/scripttemplates/gpp.stub.js | 1.9 KiB | 768 ms |
| ajax.googleapis.com/ajax/libs/jquery/3.7.1/jquery.min.js | 30.4 KiB | 1.2 s |
| cdn.cookielaw.org/scripttemplates/otSDKStub.js | 9.1 KiB | 152 ms |
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#hot-network-questions > ul > li.js-hidden > div.favicon div#hot-network-questions > ul > li.js-hidden > div.favicon | superuser.com/Content/Img/favicons-sprite32.png?v=91e30776b0a0 | 274.8 KiB | 200.7 KiB |
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 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 |
|---|---|---|
| superuser.com/Content/Shared/stacks.css?v=b2264ccf0463 | 110.1 KiB | 104.5 KiB |
| superuser.com/Content/Sites/superuser/primary.css?v=ae45545ad649 | 69.5 KiB | 65.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 |
|---|---|---|
| /pagead/managed/js/gpt/m202604200101/pubads_impl.js?cb=31... | 187.7 KiB | 125.9 KiB |
| superuser.com/Content/Js/full-anon.en.js?v=037e97b07fca | 128.7 KiB | 94.3 KiB |
| /prebid/9.30.0.js?fork=1&v=bf6611fc0393cee6578a23c9bb5689... | 130.3 KiB | 93.9 KiB |
| accounts.google.com/gsi/client | 95.3 KiB | 71.7 KiB |
| raven-static.aditude.io/prod/1.19.14-y0ptsc/raven.js | 106.9 KiB | 63.3 KiB |
| www.googletagmanager.com/gtag/js?id=G-S812YQPLT2 | 154.3 KiB | 60.1 KiB |
| cdn.cookielaw.org/scripttemplates/202602.1.0/otBannerSdk.js | 89.0 KiB | 49.9 KiB |
| /stackoverflow-M6HzSe6yue/mapping.base/prebid-wrapper.js | 83.7 KiB | 32.7 KiB |
| superuser.com/Content/Js/webpack-chunks/svelte.en.js?v=f773033c4e0b | 32.0 KiB | 31.8 KiB |
| securepubads.g.doubleclick.net/tag/js/gpt.js | 33.8 KiB | 24.1 KiB |
| /Content/Js/third-party/npm/@stackoverflow/stacks/dist/js... | 30.4 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.8 s |
| Style & Layout | 914 ms |
| Other | 897 ms |
| Script Parsing & Compilation | 840 ms |
| Parse HTML & CSS | 225 ms |
| Garbage Collection | 172 ms |
| Rendering | 85 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 WebSocket cannot enter back/forward cache. | Pending browser support |
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 | |
|---|---|
Super User header.site-header > div.site-header--container > a.site-header--link > img.h-auto | superuser.com/Content/Sites/superuser/Img/logo.svg?v=4bc8a703ebac |
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 |
|---|
Ask Question div#mainbar > div.d-flex > div.ml12 > a.ws-nowrap |
more tags div#mainbar > div.d-flex > div.flex--item > a.more-tags |
Broken name resolution and connection on wireguard interface when devices are o… div#question-summary-1936943 > div.s-post-summary--content > h3.s-post-summary--content-title > a.s-link |
Mihir div.s-user-card--info > div.s-user-card--link > a.flex--item > span |
8k div#question-summary-1128864 > div.s-post-summary--stats > div.s-post-summary--stats-item > span.s-post-summary--stats-item-number |
views div#question-summary-1128864 > div.s-post-summary--stats > div.s-post-summary--stats-item > span.s-post-summary--stats-item-unit |
Automated PuTTY session load and commands div#question-summary-1128864 > div.s-post-summary--content > h3.s-post-summary--content-title > a.s-link |
Community div.s-user-card--info > div.s-user-card--link > a.flex--item > span |
4k div#question-summary-334139 > div.s-post-summary--stats > div.s-post-summary--stats-item > span.s-post-summary--stats-item-number |
views div#question-summary-334139 > div.s-post-summary--stats > div.s-post-summary--stats-item > span.s-post-summary--stats-item-unit |
Executable does not exist in /usr/local/bin, but it does in /usr/bin, yet it st… div#question-summary-334139 > div.s-post-summary--content > h3.s-post-summary--content-title > a.s-link |
Community div.s-user-card--info > div.s-user-card--link > a.flex--item > span |
How to set an alias in Windows Command Line? div#question-summary-560519 > div.s-post-summary--content > h3.s-post-summary--content-title > a.s-link |
Qwerty div.s-user-card--info > div.s-user-card--link > a.flex--item > span |
Windows batch files: popd returns 0 error code but still triggers || conditiona… div#question-summary-1936942 > div.s-post-summary--content > h3.s-post-summary--content-title > a.s-link |
Regus Pregus div.s-user-card--info > div.s-user-card--link > a.flex--item > span |
How do I preview a camera in Microsoft Teams? div#question-summary-1936916 > div.s-post-summary--content > h3.s-post-summary--content-title > a.s-link |
Manngo div.s-user-card--info > div.s-user-card--link > a.flex--item > span |
How do you find out the version number of Microsoft Publisher by clicking butto… div#question-summary-1936902 > div.s-post-summary--content > h3.s-post-summary--content-title > a.s-link |
cachius div.s-user-card--info > div.s-user-card--link > a.flex--item > span |
33k div#question-summary-926077 > div.s-post-summary--stats > div.s-post-summary--stats-item > span.s-post-summary--stats-item-number |
views div#question-summary-926077 > div.s-post-summary--stats > div.s-post-summary--stats-item > span.s-post-summary--stats-item-unit |
Remove entry from Microsoft Word Navigation Pane div#question-summary-926077 > div.s-post-summary--content > h3.s-post-summary--content-title > a.s-link |
AJM div.s-user-card--info > div.s-user-card--link > a.flex--item > span |
7k div#question-summary-1491600 > div.s-post-summary--stats > div.s-post-summary--stats-item > span.s-post-summary--stats-item-number |
views div#question-summary-1491600 > div.s-post-summary--stats > div.s-post-summary--stats-item > span.s-post-summary--stats-item-unit |
How can I set my preferred game controller through the registry? div#question-summary-1491600 > div.s-post-summary--content > h3.s-post-summary--content-title > a.s-link |
Community div.s-user-card--info > div.s-user-card--link > a.flex--item > span |
8k div#question-summary-1004515 > div.s-post-summary--stats > div.s-post-summary--stats-item > span.s-post-summary--stats-item-number |
views div#question-summary-1004515 > div.s-post-summary--stats > div.s-post-summary--stats-item > span.s-post-summary--stats-item-unit |
how to fix unknown directive error in nginx? div#question-summary-1004515 > div.s-post-summary--content > h3.s-post-summary--content-title > a.s-link |
Community div.s-user-card--info > div.s-user-card--link > a.flex--item > span |
9k div#question-summary-1485706 > div.s-post-summary--stats > div.s-post-summary--stats-item > span.s-post-summary--stats-item-number |
views div#question-summary-1485706 > div.s-post-summary--stats > div.s-post-summary--stats-item > span.s-post-summary--stats-item-unit |
How to delete Search History in Outlook 2016 div#question-summary-1485706 > div.s-post-summary--content > h3.s-post-summary--content-title > a.s-link |
AJM div.s-user-card--info > div.s-user-card--link > a.flex--item > span |
1k div#question-summary-1718873 > div.s-post-summary--stats > div.s-post-summary--stats-item > span.s-post-summary--stats-item-number |
views div#question-summary-1718873 > div.s-post-summary--stats > div.s-post-summary--stats-item > span.s-post-summary--stats-item-unit |
Windows Unable to delete file with reserved name div#question-summary-1718873 > div.s-post-summary--content > h3.s-post-summary--content-title > a.s-link |
AJM div.s-user-card--info > div.s-user-card--link > a.flex--item > span |
10k div#question-summary-725630 > div.s-post-summary--stats > div.s-post-summary--stats-item > span.s-post-summary--stats-item-number |
views div#question-summary-725630 > div.s-post-summary--stats > div.s-post-summary--stats-item > span.s-post-summary--stats-item-unit |
Where can I find the xmodemsend command in TeraTerm? div#question-summary-725630 > div.s-post-summary--content > h3.s-post-summary--content-title > a.s-link |
Fady GG div.s-user-card--info > div.s-user-card--link > a.flex--item > span |
1k div#question-summary-1186984 > div.s-post-summary--stats > div.s-post-summary--stats-item > span.s-post-summary--stats-item-number |
views div#question-summary-1186984 > div.s-post-summary--stats > div.s-post-summary--stats-item > span.s-post-summary--stats-item-unit |
Combine multiple ifs in bash div#question-summary-1186984 > div.s-post-summary--content > h3.s-post-summary--content-title > a.s-link |
Kamil Maciorowski div.s-user-card--info > div.s-user-card--link > a.flex--item > span |
Browse more Questions div#content > div.inner-content > div#mainbar > a.s-btn |
Numerical iterative solution of a self-consistent non-linear integral equation div#hot-network-questions > ul > li > a.js-gps-track |
If I throw a dildo during a basketball game to win a Kalshi bet, am I guilty of… div#hot-network-questions > ul > li > a.js-gps-track |
What did Jesus mean by we will do greater things than he did div#hot-network-questions > ul > li > a.js-gps-track |
How do I preview a camera in Microsoft Teams? div#hot-network-questions > ul > li > a.js-gps-track |
Intro to Smooth Manifolds by Lee, Problem 6-13c div#hot-network-questions > ul > li > a.js-gps-track |
80’s sci-fi show where the main character is picking up random stuff from trash… div#hot-network-questions > ul > li > a.js-gps-track |
Strange bracket matching problem in exam class with the use of `\half` command div#hot-network-questions > ul > li > a.js-gps-track |
How to get the timestamp of an electronic signature in PDF? div#hot-network-questions > ul > li > a.js-gps-track |
Op-amp LED driver: residual current at Vin = 0 V div#hot-network-questions > ul > li > a.js-gps-track |
How can I easily get an approximate measurement for the soil bearing strength w… div#hot-network-questions > ul > li > a.js-gps-track |
An editor told to resubmit my journal paper as a new submission; I did and a di… div#hot-network-questions > ul > li > a.js-gps-track |
HTTP 400 "Bad Request" - how may I diagnose this from server side? div#hot-network-questions > ul > li > a.js-gps-track |
Story of planet where people telepathically know others' needs, show up where n… div#hot-network-questions > ul > li.js-hidden > a.js-gps-track |
Isn't the voltage divider on the right equivalent of the one on the left? div#hot-network-questions > ul > li.js-hidden > a.js-gps-track |
LibreOffice added blue dots and a "Responsible" field on each page after saving… div#hot-network-questions > ul > li.js-hidden > a.js-gps-track |
Why does a mixed regression model return only one of two highly correlated vari… div#hot-network-questions > ul > li.js-hidden > a.js-gps-track |
Why present perfect simple but not continuous? div#hot-network-questions > ul > li.js-hidden > a.js-gps-track |
Why is "cross" used for stage movements in scripts? div#hot-network-questions > ul > li.js-hidden > a.js-gps-track |
How should I contextualise group theory results? div#hot-network-questions > ul > li.js-hidden > a.js-gps-track |
What are the impacts of a homebrew feature allowing Ready as a bonus action? div#hot-network-questions > ul > li.js-hidden > a.js-gps-track |
Determining a quadrilateral up to similarity with four angles div#hot-network-questions > ul > li.js-hidden > a.js-gps-track |
How do believers in ontological randomness explain why the universe follows sta… div#hot-network-questions > ul > li.js-hidden > a.js-gps-track |
Be troubled with div#hot-network-questions > ul > li.js-hidden > a.js-gps-track |
KVM bridged networking with a single network adapter and external DHCP? div#hot-network-questions > ul > li.js-hidden > a.js-gps-track |
Recent questions feed div.inner-content > div#sidebar > div#feed-link > a |
SUPER USER nav.site-footer--nav > div.site-footer--col > h5.-title > a |
COMPANY nav.site-footer--nav > div.site-footer--col > h5.-title > a.js-gps-track |
STACK EXCHANGE NETWORK div.site-footer--col > div > h5.-title > a |
Site design / logo © 2026 Stack Exchange Inc; div.site-footer--container > div.site-footer--copyright > p.md:mb0 > span |
user contributions licensed under div.site-footer--container > div.site-footer--copyright > p.md:mb0 > span |
rev 2026.4.21.42306 div.site-footer--container > div.site-footer--copyright > p.md:mb0 > span#svnrev |
These are opportunities to improve the legibility of your content.
Navigation
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Broken name resolution and connection on wireguard interface when devices are o… div > div#question-summary-1936943 > div.s-post-summary--content > h3.s-post-summary--content-title |
These are opportunities to improve keyboard navigation in your application.
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.home-page > header.s-topbar > div.s-topbar--container > a.s-topbar--menu-btn body.home-page > header.s-topbar > div.s-topbar--container > a.s-topbar--menu-btn |
body.home-page > header.s-topbar > div.s-topbar--container > a.s-topbar--logo body.home-page > header.s-topbar > div.s-topbar--container > a.s-topbar--logo |
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
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 |
|---|
Technology div > ul.-list > li > a.-link |
Business div > ul.-list > li > a.-link |
These items highlight common accessibility best practices.
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 | |
|---|---|---|---|---|
site logo div.s-modal--dialog > h1#signup-modal-title > div.s-modal--header > img.h48 | superuser.com/Content/Sites/superuser/Img/icon-48.png?v=9e499a07ff97 | 48 x 48 | 48 x 48 | 72 x 72 |
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 |
|---|---|
Not signed in with the identity provider. |
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
Descriptive link text helps search engines understand your content. Learn how to make links more accessible.
Performance issues directly impact user engagement and conversion rates.
| Link destination | Link Text |
|---|---|
| /internal/?utm_medium=referral&utm_source=superuser-commu... | Learn more |
| /internal/?utm_medium=referral&utm_source=superuser-commu... | Learn more |
Format your HTML in a way that enables crawlers to better understand your app’s content.