Mobile 375 × 812

Desktop 1440 × 900

Score: 77 / 100
Based on 8 categories, 0 sections
Fast site — your users get a smooth experience.
Good foundation, but a few gaps could be exploited.
Several issues make your site difficult for assistive technology users.
Missing signals may be hurting your search visibility.
Solid infrastructure — fast server responses across the board.
Mostly compliant — a few items need attention.
Missing metadata means poor previews on social media and search.
Lean and efficient — low environmental impact per visit.
The overall score is a weighted average of individual category scores. Categories with more impact on user experience and security carry more weight.
Weights reflect general web best practices. Individual needs may differ.
Cookie '__cflb' is missing the Secure flag
Security gaps expose your site and users to attacks, eroding trust.
Cookie 'prov' is missing the Secure flag
Security gaps expose your site and users to attacks, eroding trust.
72 third-party resources (89% of weight)
Performance issues directly impact user engagement and conversion rates.
Cookie '__cf_bm' has no SameSite attribute
Security gaps expose your site and users to attacks, eroding trust.
Cookie 'prov' has no SameSite attribute
Security gaps expose your site and users to attacks, eroding trust.
High impact, low effort — start here.
High impact, requires investment.
Small gains, minimal effort.
Nothing in this quadrant — good news.
Low impact, high effort — do last.
Nothing in this quadrant — good news.
[](https://beavercheck.com/results/88ba3871-c7c1-4749-98c6-a34fbaf69605)<a href="https://beavercheck.com/results/88ba3871-c7c1-4749-98c6-a34fbaf69605"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fstackexchange.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fstackexchange.comThis badge auto-updates with your latest scan result.
Your site performs reasonably well, but a few targeted fixes could meaningfully improve results. Your LCP of 5.1s exceeds Google's 2.5s 'Good' threshold and the 1 performance issue below directly contributes to it. Addressing the critical issues below would have the most immediate impact on your user trust.
7 barrier(s) likely increasing bounce by ~27%.
Page takes 5.1s to load
+12% bounceUsers abandon at ~3s — you're 2.6s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
No Content-Security-Policy header
+1% bounceHigher XSS blast radius — one compromised script can exfiltrate the checkout form
Fix: Ship a reporting-only CSP first, then enforce once violations are clean
No Open Graph tags
+2% bounceLinks shared on LinkedIn / Slack / Facebook show bare URLs — referral clicks drop
Fix: Add og:title, og:description, og:image, og:url to the page head
No structured data
+2% bounceNo rich-result eligibility in Google — lower SERP CTR vs competitors with stars and prices
Fix: Add JSON-LD for your page type (Product, Article, FAQPage, LocalBusiness, …)
Thin content
+3% bounceUnder 300 words — visitors bounce looking for substance, search engines rank competitors first
Fix: Add a substantive FAQ, product detail, or case-study section
Content is hard to read
+2% bounceGraduate-level reading difficulty — limits the addressable audience for product or blog pages
Fix: Shorten sentences; replace jargon with plain language; target Flesch ease ≥60
No skip-to-content link
+1% bounceKeyboard and screen-reader users must tab through the entire header on every page
Fix: Add a visible-on-focus <a href="#main">Skip to content</a> as the first focusable element
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
$400 investment → $3,099/month returns + USD 150,000 risk avoided
$400
4h · 5 findings
$3,099 /mo
~$37,190 / year
USD 150,000
if kept compliant
$200 — in quick wins — start here for the fastest payback
Figures combine localized regulatory fine ceilings, search/conversion value priced against local CPC, and bandwidth waste estimates. Results depend on implementation quality and audience composition. Not legal or financial advice.
4.0 developer hours at $100/hr
Based on United States rates ($100/hr)
Start here for the best return on investment
$12,500 / month at risk
~$150,001 / year if left unfixed
$150,000
$0.08 /mo
1044.2 MB/mo × 0.080 USD/GB
Compliance figures represent the statutory maximum fine for the most severe triggered category, capped per regulation — not the sum of per-finding penalties. Based on published regulatory fine ranges. This is not legal advice.
Unique monthly visitors from your analytics
Purchases, signups, or key actions
Optional — for revenue estimation
more engaged visitors from reduced bounce
Fix 2 critical issues to capture this value
Based on Google/Deloitte research ("Milliseconds Make Millions") showing a ~7% bounce rate increase per additional second of LCP above the 2.5s "Good" threshold.
Your site's LCP: → estimated after fixes.
These are estimates based on industry research — actual results vary
Your data stays in your browser — nothing is sent to our servers
Thanks for your feedback!
We'll use a cached audit if available, or offer to scan.
Industry-standard audits powered by Google Lighthouse.
Key metrics that affect user experience.
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
2.58 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
5.14 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
121 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.000
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
4.86 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
5.26 s
Audit breakdown by category with detailed findings.
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
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
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.
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 |
|---|---|---|
| cdn.sstatic.net/stackexchange/Js/master.js?v=ef8b6ed08310 | 10.4 KiB | 150 ms |
| cdn.sstatic.net/stackexchange/all.css?v=db31a2669ca3 | 15.1 KiB | 1.0 s |
| cdn.sstatic.net/stackexchange/Js/topbar.js?v=b2367277c351 | 11.4 KiB | 150 ms |
| cdn.sstatic.net/stackexchange/Js/universal-login.js?v=30968200101f | 2.0 KiB | |
| ajax.googleapis.com/ajax/libs/jquery/3.7.1/jquery.min.js | 30.4 KiB | 1.2 s |
| stackoverflow.com/Content/shared/chrome/chrome.css?v=764504b195d8 | 98.9 KiB | 1.7 s |
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 | |
|---|---|---|---|
Italian Philosopher div.module > div.userDetails > a > img.bar-sm | i.sstatic.net/xajrG.png?s=64 | 4.8 KiB | 4.3 KiB |
Tap interactions may be delayed by up to 300 ms if the viewport is not optimized for mobile.
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.
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 |
|---|---|---|
| cdn.sstatic.net/stackexchange/Js/topbar.js?v=b2367277c351 | 11.0 KiB | 5.3 KiB |
| cdn.sstatic.net/stackexchange/Js/master.js?v=ef8b6ed08310 | 9.9 KiB | 5.2 KiB |
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 |
|---|---|---|
| stackoverflow.com/Content/shared/chrome/chrome.css?v=764504b195d8 | 98.1 KiB | 92.7 KiB |
| cdn.sstatic.net/stackexchange/all.css?v=db31a2669ca3 | 14.5 KiB | 12.4 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.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| ajax.googleapis.com/ajax/libs/jquery/3.7.1/jquery.min.js | 29.8 KiB | 20.4 KiB |
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 | |
|---|---|
Voting arrows div.row > div > div.column > img | stackexchange.com/Content/Img/hero/vote.png |
Speech bubbles div.row > div > div.column > img | stackexchange.com/Content/Img/hero/bubble.png |
checkmark div.row > div > div.column > img | stackexchange.com/Content/Img/hero/check.png |
close div.hero-box > div.close > a > img | stackexchange.com/Content/Img/hero/close.png |
More information about the performance of your application. These numbers don't directly affect the Performance score.
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.
Some ARIA roles have required attributes that describe the state of the element to screen readers. Learn more about roles and required attributes.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Search div.s-topbar--container > form#search > div.s-topbar--searchbar--input-group > input.s-input |
These are opportunities to improve the usage of ARIA in your application which may enhance the experience for users of assistive technology, like a screen reader.
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 |
|---|
hot div#mainArea > div.subheader > div.tabs > a.youarehere |
4 answers | asked 10 hours ago by vsz on scifi div.question-container > div.question > div.metaInfo > span.va-middle |
by vsz on div.question > div.metaInfo > span.va-middle > span.owner |
4 answers | asked 13 hours ago by Erwann on tex div.question-container > div.question > div.metaInfo > span.va-middle |
by Erwann on div.question > div.metaInfo > span.va-middle > span.owner |
4 answers | asked 18 hours ago by pie on matheducators div.question-container > div.question > div.metaInfo > span.va-middle |
by pie on div.question > div.metaInfo > span.va-middle > span.owner |
2 answers | asked 22 hours ago by Rafał Mach on mathoverflow div.question-container > div.question > div.metaInfo > span.va-middle |
by Rafał Mach on div.question > div.metaInfo > span.va-middle > span.owner |
1 answers | asked 9 hours ago by RidiculousRichard on space div.question-container > div.question > div.metaInfo > span.va-middle |
by RidiculousRichard on div.question > div.metaInfo > span.va-middle > span.owner |
1 answers | asked 17 hours ago by honestSalami on history div.question-container > div.question > div.metaInfo > span.va-middle |
by honestSalami on div.question > div.metaInfo > span.va-middle > span.owner |
3 answers | asked 20 hours ago by Sebastiano on tex div.question-container > div.question > div.metaInfo > span.va-middle |
by Sebastiano on div.question > div.metaInfo > span.va-middle > span.owner |
2 answers | asked yesterday by Mike on rpg div.question-container > div.question > div.metaInfo > span.va-middle |
by Mike on div.question > div.metaInfo > span.va-middle > span.owner |
2 answers | asked yesterday by Italian Philosopher on politics div.question-container > div.question > div.metaInfo > span.va-middle |
by Italian Philosopher on div.question > div.metaInfo > span.va-middle > span.owner |
3 answers | asked 14 hours ago by Rio C on puzzling div.question-container > div.question > div.metaInfo > span.va-middle |
by Rio C on div.question > div.metaInfo > span.va-middle > span.owner |
1 answers | asked yesterday by Raj on scifi div.question-container > div.question > div.metaInfo > span.va-middle |
by Raj on div.question > div.metaInfo > span.va-middle > span.owner |
2 answers | asked 22 hours ago by karlh on tex div.question-container > div.question > div.metaInfo > span.va-middle |
by karlh on div.question > div.metaInfo > span.va-middle > span.owner |
2 answers | asked 21 hours ago by TomY on physics div.question-container > div.question > div.metaInfo > span.va-middle |
by TomY on div.question > div.metaInfo > span.va-middle > span.owner |
2 answers | asked 18 hours ago by Trevor on english div.question-container > div.question > div.metaInfo > span.va-middle |
by Trevor on div.question > div.metaInfo > span.va-middle > span.owner |
2 answers | asked 9 hours ago by Zachary Barbanell on crypto div.question-container > div.question > div.metaInfo > span.va-middle |
by Zachary Barbanell on div.question > div.metaInfo > span.va-middle > span.owner |
3 answers | asked 22 hours ago by Alma Arjuna on math div.question-container > div.question > div.metaInfo > span.va-middle |
by Alma Arjuna on div.question > div.metaInfo > span.va-middle > span.owner |
2 answers | asked yesterday by Rajorshi Chattopadhyay on academia div.question-container > div.question > div.metaInfo > span.va-middle |
by Rajorshi Chattopadhyay on div.question > div.metaInfo > span.va-middle > span.owner |
1 answers | asked 12 hours ago by robertspierre on superuser div.question-container > div.question > div.metaInfo > span.va-middle |
by robertspierre on div.question > div.metaInfo > span.va-middle > span.owner |
6 answers | asked Apr 18 at 15:36 by Dmyt on worldbuilding div.question-container > div.question > div.metaInfo > span.va-middle |
by Dmyt on div.question > div.metaInfo > span.va-middle > span.owner |
2 answers | asked yesterday by Mike on rpg div.question-container > div.question > div.metaInfo > span.va-middle |
by Mike on div.question > div.metaInfo > span.va-middle > span.owner |
2 answers | asked yesterday by Jay Bee on space div.question-container > div.question > div.metaInfo > span.va-middle |
by Jay Bee on div.question > div.metaInfo > span.va-middle > span.owner |
2 answers | asked 18 hours ago by Student_Number_249812341 on physics div.question-container > div.question > div.metaInfo > span.va-middle |
by Student_Number_249812341 on div.question > div.metaInfo > span.va-middle > span.owner |
4 answers | asked 2 days ago by qwerty on mathematica div.question-container > div.question > div.metaInfo > span.va-middle |
by qwerty on div.question > div.metaInfo > span.va-middle > span.owner |
7 answers | asked 2 days ago by Alex on electronics div.question-container > div.question > div.metaInfo > span.va-middle |
by Alex on div.question > div.metaInfo > span.va-middle > span.owner |
1 answers | asked 23 hours ago by Howard Hinnant on stackoverflow div.question-container > div.question > div.metaInfo > span.va-middle |
by Howard Hinnant on div.question > div.metaInfo > span.va-middle > span.owner |
2 answers | asked yesterday by dsollen on law div.question-container > div.question > div.metaInfo > span.va-middle |
by dsollen on div.question > div.metaInfo > span.va-middle > span.owner |
9 answers | asked 2 days ago by Syed on philosophy div.question-container > div.question > div.metaInfo > span.va-middle |
by Syed on div.question > div.metaInfo > span.va-middle > span.owner |
4 answers | asked 2 days ago by Rean on academia div.question-container > div.question > div.metaInfo > span.va-middle |
by Rean on div.question > div.metaInfo > span.va-middle > span.owner |
2 answers | asked 15 hours ago by Vincent on tex div.question-container > div.question > div.metaInfo > span.va-middle |
by Vincent on div.question > div.metaInfo > span.va-middle > span.owner |
2 answers | asked 20 hours ago by Joseph Rose on crafts div.question-container > div.question > div.metaInfo > span.va-middle |
by Joseph Rose on div.question > div.metaInfo > span.va-middle > span.owner |
per page div#mainArea > div#question-list > div.page-sizer > span.page-numbers |
6.5k div.featured-site > div.site-stats > div.stats-container > div.stats |
20k div.featured-site > div.site-stats > div.stats-container > div.stats |
97% div.featured-site > div.site-stats > div.stats-container > div.stats |
hot questions feed section#content > div.contentWrapper > div#feed-link > a |
About div.site-footer--col > ul.-list > li > a.js-gps-track |
Contact div.site-footer--col > ul.-list > li > a.js-gps-track |
Feedback div.site-footer--col > ul.-list > li > a.js-gps-track |
Stack Overflow div.site-footer--col > ul.-list > li > a.js-gps-track |
Stack Internal div.site-footer--col > ul.-list > li > a.js-gps-track |
Stack Data Licensing div.site-footer--col > ul.-list > li > a.js-gps-track |
Stack Ads div.site-footer--col > ul.-list > li > a.js-gps-track |
Press div.site-footer--col > ul.-list > li > a.js-gps-track |
Legal div.site-footer--col > ul.-list > li > a.js-gps-track |
Privacy Policy div.site-footer--col > ul.-list > li > a.js-gps-track |
Terms of Service div.site-footer--col > ul.-list > li > a.js-gps-track |
Cookie Settings div.site-footer--col > ul.-list > li#consent-footer-link > button.s-btn |
Cookie Policy div.site-footer--col > ul.-list > li > a.js-gps-track |
Technology div > ul.-list > li > a.-link |
Culture & recreation div > ul.-list > li > a.-link |
Life & arts div > ul.-list > li > a.-link |
Science div > ul.-list > li > a.-link |
Professional div > ul.-list > li > a.-link |
Business div > ul.-list > li > a.-link |
API div > ul.-list > li.mt16 > a.-link |
Data div > ul.-list > li > a.-link |
Blog div.site-footer--copyright > ul.-list > li > a.js-gps-track |
Facebook div.site-footer--copyright > ul.-list > li > a.-link |
Twitter div.site-footer--copyright > ul.-list > li > a.-link |
LinkedIn div.site-footer--copyright > ul.-list > li > a.-link |
Instagram div.site-footer--copyright > ul.-list > li > a.-link |
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 |
CC BY-SA div.site-footer--container > div.site-footer--copyright > p.md:mb0 > a.-link |
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.
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 |
|---|
Stack Exchange Q&A communities are different. Here's how: div.hero-box > div.row > div.text > h3.title |
STACK EXCHANGE div.site-footer--container > nav.site-footer--nav > div.site-footer--col > h5.-title |
These are opportunities to improve keyboard navigation in your application.
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 |
|---|
div.wrapper > header.s-topbar > div.s-topbar--container > a.s-topbar--logo div.wrapper > 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.
Screen readers require list items (`<li>`) to be contained within a parent `<ul>`, `<ol>` or `<menu>` to be announced properly. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Tour header.s-topbar > div.s-topbar--container > ol.s-navigation > li |
About Us header.s-topbar > div.s-topbar--container > ol.s-navigation > li |
Meta header.s-topbar > div.s-topbar--container > ol.s-navigation > li |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
One main landmark helps screen reader users navigate a web page. Learn more about landmarks.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
These items highlight common accessibility best practices.
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 | |
|---|---|---|---|---|
Voting arrows div.row > div > div.column > img | stackexchange.com/Content/Img/hero/vote.png | 141 x 86 | 141 x 86 | 212 x 129 |
Speech bubbles div.row > div > div.column > img | stackexchange.com/Content/Img/hero/bubble.png | 107 x 86 | 107 x 86 | 161 x 129 |
checkmark div.row > div > div.column > img | stackexchange.com/Content/Img/hero/check.png | 90 x 86 | 90 x 86 | 135 x 129 |
Dmyt div.module > div.userDetails > a > img.bar-sm | /avatar/03508d221da4d3ebb99c724e19370b55?s=36&d=identicon... | 30 x 30 | 30 x 30 | 45 x 45 |
Rean div.module > div.userDetails > a > img.bar-sm | /avatar/10128c971dfa3ca3d89f471b693c9d72?s=36&d=identicon... | 30 x 30 | 30 x 30 | 45 x 45 |
Sebastiano div.module > div.userDetails > a > img.bar-sm | /avatar/168f7b509dd534671cb52c7ff58a6cf6?s=36&d=identicon... | 30 x 30 | 30 x 30 | 45 x 45 |
Rio C div.module > div.userDetails > a > img.bar-sm | /avatar/29221d8b990c741f510ddddcb67ec47e?s=36&d=identicon... | 30 x 30 | 30 x 30 | 45 x 45 |
Howard Hinnant div.module > div.userDetails > a > img.bar-sm | /avatar/2a2941970f141aad669d13375dc57c4f?s=36&d=identicon... | 30 x 30 | 30 x 30 | 45 x 45 |
Alex div.module > div.userDetails > a > img.bar-sm | /avatar/31f2b9cfa1cd901e508101b38d1af8ff?s=36&d=identicon... | 30 x 30 | 30 x 30 | 45 x 45 |
Rajorshi Chattopadhyay div.module > div.userDetails > a > img.bar-sm | /avatar/456b30a6c93001f930a726ff05217518?s=36&d=identicon... | 30 x 30 | 30 x 30 | 45 x 45 |
Alma Arjuna div.module > div.userDetails > a > img.bar-sm | /avatar/58c3cb5e1dac8d62442514f34ab84a0e?s=36&d=identicon... | 30 x 30 | 30 x 30 | 45 x 45 |
Zachary Barbanell div.module > div.userDetails > a > img.bar-sm | /avatar/8bfaa20f8775b87a2c0a6d9f4193ecbb?s=36&d=identicon... | 30 x 30 | 30 x 30 | 45 x 45 |
vsz div.module > div.userDetails > a > img.bar-sm | /avatar/96f5e5d858f1562ac8075c2664451b3b?s=36&d=identicon... | 30 x 30 | 30 x 30 | 45 x 45 |
qwerty div.module > div.userDetails > a > img.bar-sm | /avatar/9d36c6c0fe72160847d8aff404d9f1a0?s=36&d=identicon... | 30 x 30 | 30 x 30 | 45 x 45 |
Vincent div.module > div.userDetails > a > img.bar-sm | /avatar/ab85c6b652a16b8135438e80cf480c48?s=36&d=identicon... | 30 x 30 | 30 x 30 | 45 x 45 |
robertspierre div.module > div.userDetails > a > img.bar-sm | /avatar/d764dae6d3b6b39bc8ff40e28367d78a?s=36&d=identicon... | 30 x 30 | 30 x 30 | 45 x 45 |
Mike div.module > div.userDetails > a > img.bar-sm | /avatar/df1d710f79509457b8603d60608772c8?s=36&d=identicon... | 30 x 30 | 30 x 30 | 45 x 45 |
TomY div.module > div.userDetails > a > img.bar-sm | /avatar/e301b767390b98cb298cd04ee196ac58?s=36&d=identicon... | 30 x 30 | 30 x 30 | 45 x 45 |
Erwann div.module > div.userDetails > a > img.bar-sm | /avatar/e3887f18263b27e21575a5912b39a006?s=36&d=identicon... | 30 x 30 | 30 x 30 | 45 x 45 |
Raj div.module > div.userDetails > a > img.bar-sm | /avatar/e8458cd805d568cfbc85636614d9d098?s=36&d=identicon... | 30 x 30 | 30 x 30 | 45 x 45 |
dsollen div.module > div.userDetails > a > img.bar-sm | /avatar/efdd0371ee7b983ab3b858ea92653aeb?s=36&d=identicon... | 30 x 30 | 30 x 30 | 45 x 45 |
Syed div.module > div.userDetails > a > img.bar-sm | /avatar/f12a0330c5264e0c0872cf83898e0059?s=36&d=identicon... | 30 x 30 | 30 x 30 | 45 x 45 |
Jay Bee div.module > div.userDetails > a > img.bar-sm | /a-/AOh14GiU9JJ1lMC8Ux8lye9FUkCF46ri4wL2hfMtMERbNA=k-s36 | 30 x 30 | 36 x 36 | 45 x 45 |
Trevor div.module > div.userDetails > a > img.bar-sm | lh3.googleusercontent.com/a/ALm5wu2ZKm-HZQlbttbBrwGc1C9gtZ7Ij-K1hAqD9WhN=k-s36 | 30 x 30 | 36 x 36 | 45 x 45 |
close div.hero-box > div.close > a > img | stackexchange.com/Content/Img/hero/close.png | 11 x 11 | 11 x 11 | 17 x 17 |
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 |
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.
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 |
|---|---|
| stackexchange.com/tour | Learn more |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Industry-standard audits powered by Google Lighthouse. — Desktop
Key metrics that affect user experience. — Desktop
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
660 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
937 ms
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
4 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.000
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
826 ms
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
1.15 s
Audit breakdown by category with detailed findings.
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
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
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.
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 |
|---|---|---|
| cdn.sstatic.net/stackexchange/Js/topbar.js?v=b2367277c351 | 11.4 KiB | |
| cdn.sstatic.net/stackexchange/Js/master.js?v=ef8b6ed08310 | 10.4 KiB | |
| cdn.sstatic.net/stackexchange/all.css?v=db31a2669ca3 | 15.0 KiB | 372 ms |
| cdn.sstatic.net/stackexchange/Js/universal-login.js?v=30968200101f | 2.0 KiB | |
| stackoverflow.com/Content/shared/chrome/chrome.css?v=764504b195d8 | 98.9 KiB | 390 ms |
| ajax.googleapis.com/ajax/libs/jquery/3.7.1/jquery.min.js | 30.4 KiB | 273 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.
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 | |
|---|---|---|---|
Italian Philosopher div.module > div.userDetails > a > img.bar-sm | i.sstatic.net/xajrG.png?s=64 | 4.8 KiB | 4.6 KiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
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 |
|---|---|---|
| stackoverflow.com/Content/shared/chrome/chrome.css?v=764504b195d8 | 98.1 KiB | 92.8 KiB |
| cdn.sstatic.net/stackexchange/all.css?v=db31a2669ca3 | 14.5 KiB | 12.5 KiB |
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 |
|---|---|---|
| cdn.sstatic.net/stackexchange/Js/topbar.js?v=b2367277c351 | 11.0 KiB | 5.3 KiB |
| cdn.sstatic.net/stackexchange/Js/master.js?v=ef8b6ed08310 | 10.0 KiB | 5.2 KiB |
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 | |
|---|---|
Voting arrows div.row > div > div.column > img | stackexchange.com/Content/Img/hero/vote.png |
Speech bubbles div.row > div > div.column > img | stackexchange.com/Content/Img/hero/bubble.png |
checkmark div.row > div > div.column > img | stackexchange.com/Content/Img/hero/check.png |
close div.hero-box > div.close > a > img | stackexchange.com/Content/Img/hero/close.png |
More information about the performance of your application. These numbers don't directly affect the Performance score.
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.
Some ARIA roles have required attributes that describe the state of the element to screen readers. Learn more about roles and required attributes.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Search div.s-topbar--container > form#search > div.s-topbar--searchbar--input-group > input.s-input |
These are opportunities to improve the usage of ARIA in your application which may enhance the experience for users of assistive technology, like a screen reader.
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 |
|---|
hot div#mainArea > div.subheader > div.tabs > a.youarehere |
4 answers | asked 10 hours ago by vsz on scifi div.question-container > div.question > div.metaInfo > span.va-middle |
by vsz on div.question > div.metaInfo > span.va-middle > span.owner |
4 answers | asked 13 hours ago by Erwann on tex div.question-container > div.question > div.metaInfo > span.va-middle |
by Erwann on div.question > div.metaInfo > span.va-middle > span.owner |
4 answers | asked 18 hours ago by pie on matheducators div.question-container > div.question > div.metaInfo > span.va-middle |
by pie on div.question > div.metaInfo > span.va-middle > span.owner |
2 answers | asked 22 hours ago by Rafał Mach on mathoverflow div.question-container > div.question > div.metaInfo > span.va-middle |
by Rafał Mach on div.question > div.metaInfo > span.va-middle > span.owner |
1 answers | asked 9 hours ago by RidiculousRichard on space div.question-container > div.question > div.metaInfo > span.va-middle |
by RidiculousRichard on div.question > div.metaInfo > span.va-middle > span.owner |
1 answers | asked 17 hours ago by honestSalami on history div.question-container > div.question > div.metaInfo > span.va-middle |
by honestSalami on div.question > div.metaInfo > span.va-middle > span.owner |
3 answers | asked 20 hours ago by Sebastiano on tex div.question-container > div.question > div.metaInfo > span.va-middle |
by Sebastiano on div.question > div.metaInfo > span.va-middle > span.owner |
2 answers | asked yesterday by Mike on rpg div.question-container > div.question > div.metaInfo > span.va-middle |
by Mike on div.question > div.metaInfo > span.va-middle > span.owner |
2 answers | asked yesterday by Italian Philosopher on politics div.question-container > div.question > div.metaInfo > span.va-middle |
by Italian Philosopher on div.question > div.metaInfo > span.va-middle > span.owner |
3 answers | asked 14 hours ago by Rio C on puzzling div.question-container > div.question > div.metaInfo > span.va-middle |
by Rio C on div.question > div.metaInfo > span.va-middle > span.owner |
1 answers | asked yesterday by Raj on scifi div.question-container > div.question > div.metaInfo > span.va-middle |
by Raj on div.question > div.metaInfo > span.va-middle > span.owner |
2 answers | asked 22 hours ago by karlh on tex div.question-container > div.question > div.metaInfo > span.va-middle |
by karlh on div.question > div.metaInfo > span.va-middle > span.owner |
2 answers | asked 21 hours ago by TomY on physics div.question-container > div.question > div.metaInfo > span.va-middle |
by TomY on div.question > div.metaInfo > span.va-middle > span.owner |
2 answers | asked 18 hours ago by Trevor on english div.question-container > div.question > div.metaInfo > span.va-middle |
by Trevor on div.question > div.metaInfo > span.va-middle > span.owner |
2 answers | asked 9 hours ago by Zachary Barbanell on crypto div.question-container > div.question > div.metaInfo > span.va-middle |
by Zachary Barbanell on div.question > div.metaInfo > span.va-middle > span.owner |
3 answers | asked 22 hours ago by Alma Arjuna on math div.question-container > div.question > div.metaInfo > span.va-middle |
by Alma Arjuna on div.question > div.metaInfo > span.va-middle > span.owner |
2 answers | asked yesterday by Rajorshi Chattopadhyay on academia div.question-container > div.question > div.metaInfo > span.va-middle |
by Rajorshi Chattopadhyay on div.question > div.metaInfo > span.va-middle > span.owner |
1 answers | asked 12 hours ago by robertspierre on superuser div.question-container > div.question > div.metaInfo > span.va-middle |
by robertspierre on div.question > div.metaInfo > span.va-middle > span.owner |
6 answers | asked Apr 18 at 15:36 by Dmyt on worldbuilding div.question-container > div.question > div.metaInfo > span.va-middle |
by Dmyt on div.question > div.metaInfo > span.va-middle > span.owner |
2 answers | asked yesterday by Mike on rpg div.question-container > div.question > div.metaInfo > span.va-middle |
by Mike on div.question > div.metaInfo > span.va-middle > span.owner |
2 answers | asked yesterday by Jay Bee on space div.question-container > div.question > div.metaInfo > span.va-middle |
by Jay Bee on div.question > div.metaInfo > span.va-middle > span.owner |
2 answers | asked 18 hours ago by Student_Number_249812341 on physics div.question-container > div.question > div.metaInfo > span.va-middle |
by Student_Number_249812341 on div.question > div.metaInfo > span.va-middle > span.owner |
4 answers | asked 2 days ago by qwerty on mathematica div.question-container > div.question > div.metaInfo > span.va-middle |
by qwerty on div.question > div.metaInfo > span.va-middle > span.owner |
7 answers | asked 2 days ago by Alex on electronics div.question-container > div.question > div.metaInfo > span.va-middle |
by Alex on div.question > div.metaInfo > span.va-middle > span.owner |
1 answers | asked 23 hours ago by Howard Hinnant on stackoverflow div.question-container > div.question > div.metaInfo > span.va-middle |
by Howard Hinnant on div.question > div.metaInfo > span.va-middle > span.owner |
2 answers | asked yesterday by dsollen on law div.question-container > div.question > div.metaInfo > span.va-middle |
by dsollen on div.question > div.metaInfo > span.va-middle > span.owner |
9 answers | asked 2 days ago by Syed on philosophy div.question-container > div.question > div.metaInfo > span.va-middle |
by Syed on div.question > div.metaInfo > span.va-middle > span.owner |
4 answers | asked 2 days ago by Rean on academia div.question-container > div.question > div.metaInfo > span.va-middle |
by Rean on div.question > div.metaInfo > span.va-middle > span.owner |
2 answers | asked 15 hours ago by Vincent on tex div.question-container > div.question > div.metaInfo > span.va-middle |
by Vincent on div.question > div.metaInfo > span.va-middle > span.owner |
2 answers | asked 20 hours ago by Joseph Rose on crafts div.question-container > div.question > div.metaInfo > span.va-middle |
by Joseph Rose on div.question > div.metaInfo > span.va-middle > span.owner |
per page div#mainArea > div#question-list > div.page-sizer > span.page-numbers |
6.5k div.featured-site > div.site-stats > div.stats-container > div.stats |
20k div.featured-site > div.site-stats > div.stats-container > div.stats |
97% div.featured-site > div.site-stats > div.stats-container > div.stats |
hot questions feed section#content > div.contentWrapper > div#feed-link > a |
About div.site-footer--col > ul.-list > li > a.js-gps-track |
Contact div.site-footer--col > ul.-list > li > a.js-gps-track |
Feedback div.site-footer--col > ul.-list > li > a.js-gps-track |
Stack Overflow div.site-footer--col > ul.-list > li > a.js-gps-track |
Stack Internal div.site-footer--col > ul.-list > li > a.js-gps-track |
Stack Data Licensing div.site-footer--col > ul.-list > li > a.js-gps-track |
Stack Ads div.site-footer--col > ul.-list > li > a.js-gps-track |
Press div.site-footer--col > ul.-list > li > a.js-gps-track |
Legal div.site-footer--col > ul.-list > li > a.js-gps-track |
Privacy Policy div.site-footer--col > ul.-list > li > a.js-gps-track |
Terms of Service div.site-footer--col > ul.-list > li > a.js-gps-track |
Cookie Settings div.site-footer--col > ul.-list > li#consent-footer-link > button.s-btn |
Cookie Policy div.site-footer--col > ul.-list > li > a.js-gps-track |
Technology div > ul.-list > li > a.-link |
Culture & recreation div > ul.-list > li > a.-link |
Life & arts div > ul.-list > li > a.-link |
Science div > ul.-list > li > a.-link |
Professional div > ul.-list > li > a.-link |
Business div > ul.-list > li > a.-link |
API div > ul.-list > li.mt16 > a.-link |
Data div > ul.-list > li > a.-link |
Blog div.site-footer--copyright > ul.-list > li > a.js-gps-track |
Facebook div.site-footer--copyright > ul.-list > li > a.-link |
Twitter div.site-footer--copyright > ul.-list > li > a.-link |
LinkedIn div.site-footer--copyright > ul.-list > li > a.-link |
Instagram div.site-footer--copyright > ul.-list > li > a.-link |
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 |
CC BY-SA div.site-footer--container > div.site-footer--copyright > p.md:mb0 > a.-link |
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.
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 |
|---|
Stack Exchange Q&A communities are different. Here's how: div.hero-box > div.row > div.text > h3.title |
STACK EXCHANGE div.site-footer--container > nav.site-footer--nav > div.site-footer--col > h5.-title |
These are opportunities to improve keyboard navigation in your application.
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 |
|---|
div.wrapper > header.s-topbar > div.s-topbar--container > a.s-topbar--logo div.wrapper > 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.
Screen readers require list items (`<li>`) to be contained within a parent `<ul>`, `<ol>` or `<menu>` to be announced properly. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Tour header.s-topbar > div.s-topbar--container > ol.s-navigation > li |
About Us header.s-topbar > div.s-topbar--container > ol.s-navigation > li |
Meta header.s-topbar > div.s-topbar--container > ol.s-navigation > li |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
One main landmark helps screen reader users navigate a web page. Learn more about landmarks.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
These items highlight common accessibility best practices.
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 |
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.
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 |
|---|---|
| stackexchange.com/tour | Learn more |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Send Feedback