Mobile 375 × 812

Desktop 1440 × 900

Score: 70 / 100
Based on 8 categories, 0 sections
Room to improve — your 27.0s load time is above Google's 2.5s 'Good' threshold.
Good foundation, but a few gaps could be exploited.
Major barriers for users with disabilities — up to 15% of your audience.
Well-optimized for search — your content is discoverable.
Solid infrastructure — fast server responses across the board.
Mostly compliant — a few items need attention.
Good content signals with minor gaps.
Heavier than average — reducing page weight saves energy and bandwidth.
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.
'unsafe-eval' found in script source
Security gaps expose your site and users to attacks, eroding trust.
'unsafe-inline' found in script source
Security gaps expose your site and users to attacks, eroding trust.
HSTS header is missing
Security gaps expose your site and users to attacks, eroding trust.
Page weighs 10.9 MB (8.3 MB transferred)
Performance issues directly impact user engagement and conversion rates.
10 image-only link(s) without alt text
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
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/ca3f443f-16c7-48db-9111-a84d43eb1e78)<a href="https://beavercheck.com/results/ca3f443f-16c7-48db-9111-a84d43eb1e78"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fsteamcommunity.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fsteamcommunity.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 27.0s exceeds Google's 2.5s 'Good' threshold and the 1 performance issue below directly contributes to it. Accessibility issues exclude users who rely on assistive technology — an estimated 15% of your potential audience. Addressing the critical issues below would have the most immediate impact on your user trust.
9 barrier(s) likely increasing bounce by ~34%.
Page takes 27.0s to load
+12% bounceUsers abandon at ~3s — you're 24.5s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 1.3s
+5% bounceClicks on the primary CTA are ignored while JavaScript runs
Fix: Break up long tasks; defer non-critical JavaScript to post-hydration
No HSTS header
+1% bounceReturning visitors are briefly exposed to downgrade attacks on first request
Fix: Set Strict-Transport-Security: max-age=31536000; includeSubDomains
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
5 form field(s) without a label
+6% bounceScreen readers skip unlabeled fields; autofill can't identify them; checkout abandonment spikes
Fix: Associate every input with a visible <label for="…">; add autocomplete attributes
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, …)
27 link(s) with generic text ("click here", "read more")
+1% bounceScreen-reader users navigating by link list see no context — and search engines can't infer relevance
Fix: Rewrite with descriptive phrases that identify the destination
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
31 broken link(s) on the page
+5% bounceClicks land on 404s — trust drops and the session often ends
Fix: Fix or remove the broken destinations surfaced on the Content tab
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
$500 investment → $2.08/month returns + USD 157,500 risk avoided
$500
5h · 5 findings
$2.08 /mo
~$25 / year
USD 157,500
if kept compliant
$150 — 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.
5.0 developer hours at $100/hr
Based on United States rates ($100/hr)
Start here for the best return on investment
$13,127 / month at risk
~$157,525 / year if left unfixed
$157,500
+7 more
$2.08 /mo
25984.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 5 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.
7.95 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
27.02 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
1.33 s
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.
10.11 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.
28.41 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.
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.
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.
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.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage | /ugc/12332695996834785093/A16152838E538131A2D48050F81032C... | 802.1 KiB | 569.5 KiB |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage | /ugc/9482650995774537807/CBF6803DFDD478C7288C09EBB83A489E... | 176.1 KiB | 162.8 KiB |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage | /ugc/14946232986894421426/893DF316341A466984F18FAC87ACD28... | 116.3 KiB | 92.6 KiB |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage | /ugc/12782419535832187517/959F2A0D2587F068633D35FB9E68EF0... | 84.1 KiB | 72.4 KiB |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage | /ugc/12291580877745359398/EEEBEEBC4F40FEF79D76DB9CAC40566... | 80.9 KiB | 57.1 KiB |
div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > div.apphub_CardContentGuideTitle > img.apphub_CardContentGuideImage div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > div.apphub_CardContentGuideTitle > img.apphub_CardContentGuideImage | /ugc/14585484102942685036/D829AB9CCCD06A632A8C2529B69582D... | 74.7 KiB | 56.0 KiB |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage | /ugc/10111095162167206041/D2AA153C8D4987A9947476A8C4C7DB5... | 48.6 KiB | 35.3 KiB |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage | img.youtube.com/vi/DQSASQ3sFQs/0.jpg | 47.8 KiB | 30.0 KiB |
div#page_1_row_8_template_threeSmall > div#apphub_Card_3705851170 > div.apphub_CardContentClickable > div.apphub_CardBG div#page_1_row_8_template_threeSmall > div#apphub_Card_3705851170 > div.apphub_CardContentClickable > div.apphub_CardBG | /public/shared/images/apphubs/bg_workshopitem.png?v=1 | 23.8 KiB | 17.5 KiB |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage | /ugc/9491605847286903340/AD88B3BB1EE312F2B30EBB70D1473E31... | 33.7 KiB | 14.9 KiB |
STEAM div.responsive_header_content > div.responsive_header_logo > a > img | community.fastly.steamstatic.com/public/shared/images/responsive/header_logo.png | 10.6 KiB | 10.1 KiB |
div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > div.apphub_CardContentGuideTitle > img.apphub_CardContentGuideImage div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > div.apphub_CardContentGuideTitle > img.apphub_CardContentGuideImage | /ugc/18078726464846175539/6E35A632E044CF9A3750282B171465C... | 8.9 KiB | 8.3 KiB |
div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > div.apphub_CardContentGuideTitle > img.apphub_CardContentGuideImage div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > div.apphub_CardContentGuideTitle > img.apphub_CardContentGuideImage | /ugc/15375603705264698586/8CC8CFF523577958014EB0C8B159DB2... | 8.7 KiB | 8.0 KiB |
div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > div.apphub_CardContentGuideTitle > img.apphub_CardContentGuideImage div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > div.apphub_CardContentGuideTitle > img.apphub_CardContentGuideImage | /ugc/17010186843729652460/F9ABF5346F72578476389E43CB5BA03... | 7.5 KiB | 6.9 KiB |
div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > div.apphub_CardContentGuideTitle > img.apphub_CardContentGuideImage div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > div.apphub_CardContentGuideTitle > img.apphub_CardContentGuideImage | /ugc/10544244663834210899/191920C77798A0BF04BE4ACF84D3B25... | 7.1 KiB | 6.4 KiB |
div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > div.apphub_CardContentGuideTitle > img.apphub_CardContentGuideImage div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > div.apphub_CardContentGuideTitle > img.apphub_CardContentGuideImage | /ugc/10677585106980380751/0E1D24DDFB7F8A6D99DCC9A749AA81C... | 6.1 KiB | 5.4 KiB |
div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > div.apphub_CardContentGuideTitle > img.apphub_CardContentGuideImage div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > div.apphub_CardContentGuideTitle > img.apphub_CardContentGuideImage | /ugc/9709227351978729663/D0D845EE9DE931FFC3BF8B6BA7FEEAA1... | 6.0 KiB | 5.3 KiB |
div.apphub_CardRatingButtons > a#vote_down_3707854548 > span > i.ico16 div.apphub_CardRatingButtons > a#vote_down_3707854548 > span > i.ico16 | community.fastly.steamstatic.com/public/shared/images/buttons/icons_16.png?v=5 | 6.6 KiB | 4.9 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.
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.
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.
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 |
|---|---|---|
| /public/shared/javascript/shared_global.js?v=74PhtZvVZD8D... | 37.8 KiB | 10.1 KiB |
| /public/javascript/prototype-1.7.js?v=npJElBnrEO6W&l=engl... | 36.3 KiB | 9.3 KiB |
| /public/javascript/scriptaculous/_combined.js?v=pbdAKOcDI... | 27.3 KiB | 7.8 KiB |
| /public/javascript/global.js?v=k-tLJ9X2-caJ&l=english&_cd... | 23.5 KiB | 4.4 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 |
|---|---|---|
| /public/css/applications/community/main.css?v=IIL4Pck9CjA... | 54.7 KiB | 51.2 KiB |
| /public/css/applications/community/communityawardsapp.css... | 18.9 KiB | 18.9 KiB |
| /public/shared/css/shared_global.css?v=SfURN_DHgBxt&l=eng... | 18.2 KiB | 17.2 KiB |
| /public/css/globalv2.css?v=mqN7ADLkgcvP&l=english&_cdn=fa... | 12.3 KiB | 11.1 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 |
|---|---|---|
| /public/javascript/applications/community/main.js?v=58dVz... | 327.5 KiB | 327.2 KiB |
| /public/javascript/applications/community/main.js?v=58dVz... | 327.5 KiB | 282.3 KiB |
| /public/javascript/applications/community/libraries~b28b7... | 164.2 KiB | 164.0 KiB |
| /public/javascript/applications/community/libraries~b28b7... | 164.2 KiB | 94.9 KiB |
| /public/javascript/applications/community/chunk~c7a3fa389... | 51.0 KiB | 46.7 KiB |
| /public/shared/javascript/shared_global.js?v=74PhtZvVZD8D... | 37.8 KiB | 32.4 KiB |
| /public/javascript/applications/community/libraries~4b330... | 40.5 KiB | 30.6 KiB |
| /public/javascript/applications/community/chunk~4b330692b... | 32.6 KiB | 28.6 KiB |
| /public/javascript/scriptaculous/_combined.js?v=pbdAKOcDI... | 27.3 KiB | 23.2 KiB |
| /public/javascript/prototype-1.7.js?v=npJElBnrEO6W&l=engl... | 36.3 KiB | 20.6 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 |
|---|---|---|---|
| /public/javascript/apphub_home.js?v=Wrx8P7TKQqiT&l=englis... | 1.4 s | 222 ms | 1.2 ms |
| /public/javascript/applications/community/main.js?v=58dVz... | 1.1 s | 584 ms | 488 ms |
| Unattributable | 1.0 s | 7.0 ms | 0.0 ms |
| /public/javascript/applications/community/libraries~b28b7... | 539 ms | 292 ms | 224 ms |
| /public/javascript/jquery-1.11.1.min.js?v=gQHVlrK4-jX-&l=... | 376 ms | 174 ms | 8.5 ms |
| steamcommunity.com/ | 320 ms | 13 ms | 7.1 ms |
| /public/javascript/prototype-1.7.js?v=npJElBnrEO6W&l=engl... | 219 ms | 61 ms | 81 ms |
| /public/javascript/applications/community/localization/sa... | 203 ms | 163 ms | 39 ms |
| /public/javascript/applications/community/localization/ma... | 183 ms | 150 ms | 33 ms |
| /public/javascript/applications/community/localization/sh... | 180 ms | 151 ms | 28 ms |
| /public/javascript/applications/community/manifest.js?v=4... | 107 ms | 100 ms | 6.8 ms |
| /public/javascript/applications/community/chunk~4b330692b... | 53 ms | 50 ms | 3.3 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 | 2.0 s |
| Style & Layout | 1.6 s |
| Other | 1.1 s |
| Script Parsing & Compilation | 988 ms |
| Parse HTML & CSS | 143 ms |
| Garbage Collection | 71 ms |
| Rendering | 58 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 |
Minifying CSS files can reduce network payload sizes. Learn how to minify CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| /public/shared/css/shared_global.css?v=SfURN_DHgBxt&l=eng... | 18.4 KiB | 2.6 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 | |
|---|---|
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage | /ugc/12291580877745359398/EEEBEEBC4F40FEF79D76DB9CAC40566... |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage | /ugc/9491605847286903340/AD88B3BB1EE312F2B30EBB70D1473E31... |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage | /ugc/14946232986894421426/893DF316341A466984F18FAC87ACD28... |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage | /ugc/14125352764280535051/60F2772853DEFCDAF04EE18091C23C8... |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage | /ugc/10507939992451054066/F71C7657F05959DDA96C14CF951B168... |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage | /ugc/15656411715060191171/A5C5E3188BDE396019C16D8B52B603D... |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage | /ugc/11665084989573816419/32A0D9C3CF1E0E0D5CB57A59990BE3E... |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage | img.youtube.com/vi/DQSASQ3sFQs/0.jpg |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage | img.youtube.com/vi/ll8qSDb17Us/0.jpg |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage | img.youtube.com/vi/8gS_mZ3up-g/0.jpg |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage | img.youtube.com/vi/-Ij2i0wAT8g/0.jpg |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage | img.youtube.com/vi/cZR-lWGM0jI/0.jpg |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage | img.youtube.com/vi/DT2eGVMf79A/0.jpg |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage | img.youtube.com/vi/xxfJRiAKeeY/0.jpg |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage | img.youtube.com/vi/39LgMZV2f7o/0.jpg |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage | img.youtube.com/vi/eaYshSktLcY/0.jpg |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage | img.youtube.com/vi/EZKLF8CuyuU/0.jpg |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage | /ugc/10111095162167206041/D2AA153C8D4987A9947476A8C4C7DB5... |
STEAM div.responsive_header_content > div.responsive_header_logo > a > img | community.fastly.steamstatic.com/public/shared/images/responsive/header_logo.png |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage | /ugc/12332695996834785093/A16152838E538131A2D48050F81032C... |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage | /ugc/15464197659893839197/C32064C7A37EA1796CC9AF66ECB9839... |
div.responsive_header > div.responsive_header_content > div#responsive_menu_logo > img div.responsive_header > div.responsive_header_content > div#responsive_menu_logo > img | /public/shared/images/responsive/header_menu_hamburger.png |
div.mainmenu_contents > div.mainmenu_footer > div.mainmenu_footer_logo > img div.mainmenu_contents > div.mainmenu_footer > div.mainmenu_footer_logo > img | /public/shared/images/responsive/footerLogo_valve_new.png |
div.apphub_UserReviewCardContent > div.found_helpful > div.review_award_aggregated > img.reward_btn_icon div.apphub_UserReviewCardContent > div.found_helpful > div.review_award_aggregated > img.reward_btn_icon | community.fastly.steamstatic.com/public/shared/images//award_icon_blue.svg |
div.apphub_UserReviewCardContent > div.found_helpful > div.review_award_aggregated > img.reward_btn_icon div.apphub_UserReviewCardContent > div.found_helpful > div.review_award_aggregated > img.reward_btn_icon | community.fastly.steamstatic.com/public/shared/images//award_icon_blue.svg |
div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon | community.fastly.steamstatic.com/public/shared/images//award_icon_blue.svg |
div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon | community.fastly.steamstatic.com/public/shared/images//award_icon_blue.svg |
div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon | community.fastly.steamstatic.com/public/shared/images//award_icon_blue.svg |
div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon | community.fastly.steamstatic.com/public/shared/images//award_icon_blue.svg |
div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon | community.fastly.steamstatic.com/public/shared/images//award_icon_blue.svg |
div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon | community.fastly.steamstatic.com/public/shared/images//award_icon_blue.svg |
div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon | community.fastly.steamstatic.com/public/shared/images//award_icon_blue.svg |
div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon | community.fastly.steamstatic.com/public/shared/images//award_icon_blue.svg |
div.apphub_CardRatingButtons > a.btn_grey_grey > span > img.reward_btn_icon div.apphub_CardRatingButtons > a.btn_grey_grey > span > img.reward_btn_icon | community.fastly.steamstatic.com/public/shared/images//award_icon.svg |
div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon | community.fastly.steamstatic.com/public/shared/images//award_icon_blue.svg |
div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon | community.fastly.steamstatic.com/public/shared/images//award_icon_blue.svg |
div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon | community.fastly.steamstatic.com/public/shared/images//award_icon_blue.svg |
div.apphub_CardRatingButtons > a.btn_grey_grey > span > img.reward_btn_icon div.apphub_CardRatingButtons > a.btn_grey_grey > span > img.reward_btn_icon | community.fastly.steamstatic.com/public/shared/images//award_icon.svg |
div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon | community.fastly.steamstatic.com/public/shared/images//award_icon_blue.svg |
div.apphub_CardRatingButtons > a.btn_grey_grey > span > img.reward_btn_icon div.apphub_CardRatingButtons > a.btn_grey_grey > span > img.reward_btn_icon | community.fastly.steamstatic.com/public/shared/images//award_icon.svg |
div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon | community.fastly.steamstatic.com/public/shared/images//award_icon_blue.svg |
div.apphub_CardRatingButtons > a.btn_grey_grey > span > img.reward_btn_icon div.apphub_CardRatingButtons > a.btn_grey_grey > span > img.reward_btn_icon | community.fastly.steamstatic.com/public/shared/images//award_icon.svg |
div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon | community.fastly.steamstatic.com/public/shared/images//award_icon_blue.svg |
div.apphub_CardRatingButtons > a.btn_grey_grey > span > img.reward_btn_icon div.apphub_CardRatingButtons > a.btn_grey_grey > span > img.reward_btn_icon | community.fastly.steamstatic.com/public/shared/images//award_icon.svg |
div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon | community.fastly.steamstatic.com/public/shared/images//award_icon_blue.svg |
div.apphub_CardRatingButtons > a.btn_grey_grey > span > img.reward_btn_icon div.apphub_CardRatingButtons > a.btn_grey_grey > span > img.reward_btn_icon | community.fastly.steamstatic.com/public/shared/images//award_icon.svg |
div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon | community.fastly.steamstatic.com/public/shared/images//award_icon_blue.svg |
div.apphub_CardRatingButtons > a.btn_grey_grey > span > img.reward_btn_icon div.apphub_CardRatingButtons > a.btn_grey_grey > span > img.reward_btn_icon | community.fastly.steamstatic.com/public/shared/images//award_icon.svg |
div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon | community.fastly.steamstatic.com/public/shared/images//award_icon_blue.svg |
div.apphub_CardRatingButtons > a.btn_grey_grey > span > img.reward_btn_icon div.apphub_CardRatingButtons > a.btn_grey_grey > span > img.reward_btn_icon | community.fastly.steamstatic.com/public/shared/images//award_icon.svg |
div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon | community.fastly.steamstatic.com/public/shared/images//award_icon_blue.svg |
div.apphub_UserReviewCardContent > div.found_helpful > div.review_award_aggregated > img.reward_btn_icon div.apphub_UserReviewCardContent > div.found_helpful > div.review_award_aggregated > img.reward_btn_icon | community.fastly.steamstatic.com/public/shared/images//award_icon_blue.svg |
div.apphub_CardRatingButtons > a.btn_grey_grey > span > img.reward_btn_icon div.apphub_CardRatingButtons > a.btn_grey_grey > span > img.reward_btn_icon | community.fastly.steamstatic.com/public/shared/images//award_icon.svg |
div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon | community.fastly.steamstatic.com/public/shared/images//award_icon_blue.svg |
div.apphub_CardRatingButtons > a.btn_grey_grey > span > img.reward_btn_icon div.apphub_CardRatingButtons > a.btn_grey_grey > span > img.reward_btn_icon | community.fastly.steamstatic.com/public/shared/images//award_icon.svg |
div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon | community.fastly.steamstatic.com/public/shared/images//award_icon_blue.svg |
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.
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 |
|---|
15 new screenshots this week div.community_home_app_shortcuts_list > div.appHubShortcut > div.appHubShortcutText > div.new_items_num |
this week div.appHubShortcut > div.appHubShortcutText > div.new_items_num > span.new_items_text |
48 new artwork this week div.community_home_app_shortcuts_list > div.appHubShortcut > div.appHubShortcutText > div.new_items_num |
this week div.appHubShortcut > div.appHubShortcutText > div.new_items_num > span.new_items_text |
1 new artwork this week div.community_home_app_shortcuts_list > div.appHubShortcut > div.appHubShortcutText > div.new_items_num |
this week div.appHubShortcut > div.appHubShortcutText > div.new_items_num > span.new_items_text |
212 new artwork this week div.community_home_app_shortcuts_list > div.appHubShortcut > div.appHubShortcutText > div.new_items_num |
this week div.appHubShortcut > div.appHubShortcutText > div.new_items_num > span.new_items_text |
div.community_home_search_content > div.community_home_search_apps > form#AppHubSearch > input#appHubsSearchText div.community_home_search_content > div.community_home_search_apps > form#AppHubSearch > input#appHubsSearchText |
div.community_home_search_content > div.community_home_search_players > form > input#SearchPlayers div.community_home_search_content > div.community_home_search_players > form > input#SearchPlayers |
1,635 people found this review helpful
163 people found this review funny 175 div.apphub_Card > div.apphub_CardContentMain > div.apphub_UserReviewCardContent > div.found_helpful |
EARLY ACCESS REVIEW div.apphub_CardContentMain > div.apphub_UserReviewCardContent > div.apphub_CardTextContent > div.early_access_review |
Road to Vostok div.apphub_Card > div.apphub_CardContentAuthorBlock > div.apphub_CardContentAppName > a |
447 people found this review helpful
25 people found this review funny 50 div.apphub_Card > div.apphub_CardContentMain > div.apphub_UserReviewCardContent > div.found_helpful |
EARLY ACCESS REVIEW div.apphub_CardContentMain > div.apphub_UserReviewCardContent > div.apphub_CardTextContent > div.early_access_review |
Road to Vostok div.apphub_Card > div.apphub_CardContentAuthorBlock > div.apphub_CardContentAppName > a |
Windrose div#apphub_Card_3706337486 > div.apphub_CardContentAuthorBlock > div.apphub_CardContentAppName > a |
REPLACED div#apphub_Card_3706820572 > div.apphub_CardContentAuthorBlock > div.apphub_CardContentAppName > a |
Warhammer 40,000: Fire Warrior (Classic) div#apphub_Card_3706714342 > div.apphub_CardContentAuthorBlock > div.apphub_CardContentAppName > a |
Contra Anniversary Collection div#apphub_Card_3707954006 > div.apphub_CardContentAuthorBlock > div.apphub_CardContentAppName > a |
The Walking Dead: The Final Season div#apphub_Card_3706850048 > div.apphub_CardContentAuthorBlock > div.apphub_CardContentAppName > a |
Resident Evil 4 div#apphub_Card_3706490020 > div.apphub_CardContentAuthorBlock > div.apphub_CardContentAppName > a |
Screamer div#apphub_Card_3699623379 > div.apphub_CardContentAuthorBlock > div.apphub_CardContentAppName > a |
Warhammer 40,000: Darktide div#apphub_Card_3706297345 > div.apphub_CardContentAuthorBlock > div.apphub_CardContentAppName > a |
Samson div#apphub_Card_3705726544 > div.apphub_CardContentAuthorBlock > div.apphub_CardContentAppName > a |
Unique Weapons Unbound div#page_1_row_6_template_twoLarge > div#apphub_Card_3707263149 > div.apphub_CardMetaData > div.apphub_CardContentTitle |
RimWorld div#apphub_Card_3707263149 > div.apphub_CardContentAuthorBlock > div.apphub_CardContentAppName > a |
DARK SOULS™: REMASTERED div#apphub_Card_3707333832 > div.apphub_CardContentAuthorBlock > div.apphub_CardContentAppName > a |
Final Liberation: Warhammer Epic 40,000 (Classic) div#apphub_Card_3707032837 > div.apphub_CardContentAuthorBlock > div.apphub_CardContentAppName > a |
Windrose div#apphub_Card_3706988305 > div.apphub_CardContentAuthorBlock > div.apphub_CardContentAppName > a |
Garry's Mod div#apphub_Card_3705662940 > div.apphub_CardContentAuthorBlock > div.apphub_CardContentAppName > a |
Left 4 Dead 2 div#apphub_Card_3707084824 > div.apphub_CardContentAuthorBlock > div.apphub_CardContentAppName > a |
Hibbing High School div#page_1_row_8_template_threeSmall > div#apphub_Card_3705851170 > div.apphub_CardMetaData > div.apphub_CardContentTitle |
Cities: Skylines div#apphub_Card_3705851170 > div.apphub_CardContentAuthorBlock > div.apphub_CardContentAppName > a |
The Witcher 2: Assassins of Kings Enhanced Edition div#apphub_Card_3707854548 > div.apphub_CardContentAuthorBlock > div.apphub_CardContentAppName > a |
Resident Evil 6 div#apphub_Card_3707208645 > div.apphub_CardContentAuthorBlock > div.apphub_CardContentAppName > a |
Queen Blush's L4D1 Arms div#page_1_row_10_template_twoSmall > div#apphub_Card_3706211526 > div.apphub_CardMetaData > div.apphub_CardContentTitle |
Crimson Desert div#apphub_Card_3707468007 > div.apphub_CardContentAuthorBlock > div.apphub_CardContentAppName > a |
[Endo] Spellsinger div#page_1_row_11_template_threeSmall > div#apphub_Card_3707419547 > div.apphub_CardMetaData > div.apphub_CardContentTitle |
Total War: WARHAMMER III div#apphub_Card_3707419547 > div.apphub_CardContentAuthorBlock > div.apphub_CardContentAppName > a |
gm_playground div#page_1_row_11_template_threeSmall > div#apphub_Card_3706675177 > div.apphub_CardMetaData > div.apphub_CardContentTitle |
Garry's Mod div#apphub_Card_3706675177 > div.apphub_CardContentAuthorBlock > div.apphub_CardContentAppName > a |
imma designer it final div#page_1_row_11_template_threeSmall > div#apphub_Card_3707870251 > div.apphub_CardMetaData > div.apphub_CardContentTitle |
Golf It! div#apphub_Card_3707870251 > div.apphub_CardContentAuthorBlock > div.apphub_CardContentAppName > a |
Reverse: 1999 div#apphub_Card_3706078084 > div.apphub_CardContentAuthorBlock > div.apphub_CardContentAppName > a |
Resident Evil 6 div#apphub_Card_3706662765 > div.apphub_CardContentAuthorBlock > div.apphub_CardContentAppName > a |
Warhammer: End Times - Vermintide div#apphub_Card_3707593300 > div.apphub_CardContentAuthorBlock > div.apphub_CardContentAppName > a |
Hail to the Rainbow div#apphub_Card_3707557821 > div.apphub_CardContentAuthorBlock > div.apphub_CardContentAppName > a |
Nioh 3 div#apphub_Card_3707221223 > div.apphub_CardContentAuthorBlock > div.apphub_CardContentAppName > a |
Crimson Desert div#apphub_Card_3707301297 > div.apphub_CardContentAuthorBlock > div.apphub_CardContentAppName > a |
RetroArch div#apphub_Card_3706747023 > div.apphub_CardContentAuthorBlock > div.apphub_CardContentAppName > a |
Cyberpunk 2077 div#apphub_Card_3706274546 > div.apphub_CardContentAuthorBlock > div.apphub_CardContentAppName > a |
The cops staged a Demolition Derby div#page_1_row_16_template_twoLarge > div#apphub_Card_3706094674 > div.apphub_CardMetaData > div.apphub_CardContentTitle |
Cyberpunk 2077 div#apphub_Card_3706094674 > div.apphub_CardContentAuthorBlock > div.apphub_CardContentAppName > a |
The Walking Dead: The Final Season div#apphub_Card_3706005978 > div.apphub_CardContentAuthorBlock > div.apphub_CardContentAppName > a |
The Walking Dead: The Final Season div#apphub_Card_3706701375 > div.apphub_CardContentAuthorBlock > div.apphub_CardContentAppName > a |
Baldur's Gate 3 div#apphub_Card_3707445800 > div.apphub_CardContentAuthorBlock > div.apphub_CardContentAppName > a |
The Elder Scrolls V: Skyrim div#apphub_Card_3707082329 > div.apphub_CardContentAuthorBlock > div.apphub_CardContentAppName > a |
261 people found this review helpful
5 people found this review funny 39 div.apphub_Card > div.apphub_CardContentMain > div.apphub_UserReviewCardContent > div.found_helpful |
Retro Rewind - Video Store Simulator div.apphub_Card > div.apphub_CardContentAuthorBlock > div.apphub_CardContentAppName > a |
Black Myth: Wukong div#apphub_Card_3707001152 > div.apphub_CardContentAuthorBlock > div.apphub_CardContentAppName > a |
Black Myth: Wukong div#apphub_Card_3707704516 > div.apphub_CardContentAuthorBlock > div.apphub_CardContentAppName > a |
These are opportunities to improve the legibility of your content.
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.mainmenu_contents > div.mainmenu_footer > div.mainmenu_footer_logo > img div.mainmenu_contents > div.mainmenu_footer > div.mainmenu_footer_logo > img |
div.community_home_app_shortcuts_list > div.appHubShortcut > a > img.appHubShortcut_Icon div.community_home_app_shortcuts_list > div.appHubShortcut > a > img.appHubShortcut_Icon |
div.community_home_app_shortcuts_list > div.appHubShortcut > a > img.appHubShortcut_Icon div.community_home_app_shortcuts_list > div.appHubShortcut > a > img.appHubShortcut_Icon |
div.community_home_app_shortcuts_list > div.appHubShortcut > a > img.appHubShortcut_Icon div.community_home_app_shortcuts_list > div.appHubShortcut > a > img.appHubShortcut_Icon |
div.community_home_app_shortcuts_list > div.appHubShortcut > a > img.appHubShortcut_Icon div.community_home_app_shortcuts_list > div.appHubShortcut > a > img.appHubShortcut_Icon |
div.responsive_header > div.responsive_header_content > div#responsive_menu_logo > img div.responsive_header > div.responsive_header_content > div#responsive_menu_logo > img |
div.apphub_UserReviewCardContent > div.found_helpful > div.review_award_aggregated > img.reward_btn_icon div.apphub_UserReviewCardContent > div.found_helpful > div.review_award_aggregated > img.reward_btn_icon |
div.vote_header > div.reviewInfo > div.thumb > img div.vote_header > div.reviewInfo > div.thumb > img |
div.apphub_UserReviewCardContent > div.found_helpful > div.review_award_aggregated > img.reward_btn_icon div.apphub_UserReviewCardContent > div.found_helpful > div.review_award_aggregated > img.reward_btn_icon |
div.vote_header > div.reviewInfo > div.thumb > img div.vote_header > div.reviewInfo > div.thumb > img |
div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > div.apphub_CardContentGuideTitle > img.apphub_CardContentGuideImage div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > div.apphub_CardContentGuideTitle > img.apphub_CardContentGuideImage |
div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon |
div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > div.apphub_CardContentGuideTitle > img.apphub_CardContentGuideImage div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > div.apphub_CardContentGuideTitle > img.apphub_CardContentGuideImage |
div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon |
div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > div.apphub_CardContentGuideTitle > img.apphub_CardContentGuideImage div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > div.apphub_CardContentGuideTitle > img.apphub_CardContentGuideImage |
div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPlayVideoIcon div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPlayVideoIcon |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage |
div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > div.apphub_CardContentGuideTitle > img.apphub_CardContentGuideImage div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > div.apphub_CardContentGuideTitle > img.apphub_CardContentGuideImage |
div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon |
div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > div.apphub_CardContentGuideTitle > img.apphub_CardContentGuideImage div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > div.apphub_CardContentGuideTitle > img.apphub_CardContentGuideImage |
div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon |
div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > div.apphub_CardContentGuideTitle > img.apphub_CardContentGuideImage div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > div.apphub_CardContentGuideTitle > img.apphub_CardContentGuideImage |
div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon |
div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > div.apphub_CardContentGuideTitle > img.apphub_CardContentGuideImage div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > div.apphub_CardContentGuideTitle > img.apphub_CardContentGuideImage |
div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon |
div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > div.apphub_CardContentGuideTitle > img.apphub_CardContentGuideImage div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > div.apphub_CardContentGuideTitle > img.apphub_CardContentGuideImage |
div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage |
div.apphub_CardRatingButtons > a.btn_grey_grey > span > img.reward_btn_icon div.apphub_CardRatingButtons > a.btn_grey_grey > span > img.reward_btn_icon |
div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon |
div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > div.apphub_CardContentGuideTitle > img.apphub_CardContentGuideImage div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > div.apphub_CardContentGuideTitle > img.apphub_CardContentGuideImage |
div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon |
div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > div.apphub_CardContentGuideTitle > img.apphub_CardContentGuideImage div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > div.apphub_CardContentGuideTitle > img.apphub_CardContentGuideImage |
div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage |
div.apphub_CardRatingButtons > a.btn_grey_grey > span > img.reward_btn_icon div.apphub_CardRatingButtons > a.btn_grey_grey > span > img.reward_btn_icon |
div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage |
div.apphub_CardRatingButtons > a.btn_grey_grey > span > img.reward_btn_icon div.apphub_CardRatingButtons > a.btn_grey_grey > span > img.reward_btn_icon |
div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage |
div.apphub_CardRatingButtons > a.btn_grey_grey > span > img.reward_btn_icon div.apphub_CardRatingButtons > a.btn_grey_grey > span > img.reward_btn_icon |
div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage |
div.apphub_CardRatingButtons > a.btn_grey_grey > span > img.reward_btn_icon div.apphub_CardRatingButtons > a.btn_grey_grey > span > img.reward_btn_icon |
div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage |
div.apphub_CardRatingButtons > a.btn_grey_grey > span > img.reward_btn_icon div.apphub_CardRatingButtons > a.btn_grey_grey > span > img.reward_btn_icon |
div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage |
div.apphub_CardRatingButtons > a.btn_grey_grey > span > img.reward_btn_icon div.apphub_CardRatingButtons > a.btn_grey_grey > span > img.reward_btn_icon |
div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage |
div.apphub_CardRatingButtons > a.btn_grey_grey > span > img.reward_btn_icon div.apphub_CardRatingButtons > a.btn_grey_grey > span > img.reward_btn_icon |
div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPlayVideoIcon div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPlayVideoIcon |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPlayVideoIcon div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPlayVideoIcon |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPlayVideoIcon div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPlayVideoIcon |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPlayVideoIcon div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPlayVideoIcon |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPlayVideoIcon div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPlayVideoIcon |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPlayVideoIcon div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPlayVideoIcon |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPlayVideoIcon div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPlayVideoIcon |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPlayVideoIcon div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPlayVideoIcon |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPlayVideoIcon div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPlayVideoIcon |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage |
div.apphub_UserReviewCardContent > div.found_helpful > div.review_award_aggregated > img.reward_btn_icon div.apphub_UserReviewCardContent > div.found_helpful > div.review_award_aggregated > img.reward_btn_icon |
div.vote_header > div.reviewInfo > div.thumb > img div.vote_header > div.reviewInfo > div.thumb > img |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage |
div.apphub_CardRatingButtons > a.btn_grey_grey > span > img.reward_btn_icon div.apphub_CardRatingButtons > a.btn_grey_grey > span > img.reward_btn_icon |
div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage |
div.apphub_CardRatingButtons > a.btn_grey_grey > span > img.reward_btn_icon div.apphub_CardRatingButtons > a.btn_grey_grey > span > img.reward_btn_icon |
div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon |
Labels ensure that form controls are announced properly by assistive technologies, like screen readers. Learn more about form element labels.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.community_home_search_content > div.community_home_search_apps > form#AppHubSearch > input#appHubsSearchText div.community_home_search_content > div.community_home_search_apps > form#AppHubSearch > input#appHubsSearchText |
div.community_home_search_content > div.community_home_search_players > form > input#SearchPlayers div.community_home_search_content > div.community_home_search_players > form > input#SearchPlayers |
Form elements without effective labels can create frustrating experiences for screen reader users. Learn more about the `select` element.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
All
Screenshots
Artwork
Broadcasts
Videos
Workshop
News
Guides
Reviews div.nonresponsive_hidden > div.responsive_tab_control > div.responsive_tab_control_inner > select#responsive_tab_select69e11ccd0f9ba |
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.localmenu_content > div.community_home_app_shortcuts_list > div.appHubShortcut > a div.localmenu_content > div.community_home_app_shortcuts_list > div.appHubShortcut > a |
div.localmenu_content > div.community_home_app_shortcuts_list > div.appHubShortcut > a div.localmenu_content > div.community_home_app_shortcuts_list > div.appHubShortcut > a |
div.localmenu_content > div.community_home_app_shortcuts_list > div.appHubShortcut > a div.localmenu_content > div.community_home_app_shortcuts_list > div.appHubShortcut > a |
div.localmenu_content > div.community_home_app_shortcuts_list > div.appHubShortcut > a div.localmenu_content > div.community_home_app_shortcuts_list > div.appHubShortcut > a |
div.apphub_CardMetaData > div.apphub_CardControls > div.apphub_CardRatingButtons > a#vote_up_3707333832 div.apphub_CardMetaData > div.apphub_CardControls > div.apphub_CardRatingButtons > a#vote_up_3707333832 |
div.apphub_CardMetaData > div.apphub_CardControls > div.apphub_CardRatingButtons > a#vote_down_3707333832 div.apphub_CardMetaData > div.apphub_CardControls > div.apphub_CardRatingButtons > a#vote_down_3707333832 |
div.apphub_CardMetaData > div.apphub_CardControls > div.apphub_CardRatingButtons > a#vote_up_3707854548 div.apphub_CardMetaData > div.apphub_CardControls > div.apphub_CardRatingButtons > a#vote_up_3707854548 |
div.apphub_CardMetaData > div.apphub_CardControls > div.apphub_CardRatingButtons > a#vote_down_3707854548 div.apphub_CardMetaData > div.apphub_CardControls > div.apphub_CardRatingButtons > a#vote_down_3707854548 |
div.apphub_CardMetaData > div.apphub_CardControls > div.apphub_CardRatingButtons > a#vote_up_3707208645 div.apphub_CardMetaData > div.apphub_CardControls > div.apphub_CardRatingButtons > a#vote_up_3707208645 |
div.apphub_CardMetaData > div.apphub_CardControls > div.apphub_CardRatingButtons > a#vote_down_3707208645 div.apphub_CardMetaData > div.apphub_CardControls > div.apphub_CardRatingButtons > a#vote_down_3707208645 |
div.apphub_CardMetaData > div.apphub_CardControls > div.apphub_CardRatingButtons > a#vote_up_3707468007 div.apphub_CardMetaData > div.apphub_CardControls > div.apphub_CardRatingButtons > a#vote_up_3707468007 |
div.apphub_CardMetaData > div.apphub_CardControls > div.apphub_CardRatingButtons > a#vote_down_3707468007 div.apphub_CardMetaData > div.apphub_CardControls > div.apphub_CardRatingButtons > a#vote_down_3707468007 |
div.apphub_CardMetaData > div.apphub_CardControls > div.apphub_CardRatingButtons > a#vote_up_3706078084 div.apphub_CardMetaData > div.apphub_CardControls > div.apphub_CardRatingButtons > a#vote_up_3706078084 |
div.apphub_CardMetaData > div.apphub_CardControls > div.apphub_CardRatingButtons > a#vote_down_3706078084 div.apphub_CardMetaData > div.apphub_CardControls > div.apphub_CardRatingButtons > a#vote_down_3706078084 |
div.apphub_CardMetaData > div.apphub_CardControls > div.apphub_CardRatingButtons > a#vote_up_3706662765 div.apphub_CardMetaData > div.apphub_CardControls > div.apphub_CardRatingButtons > a#vote_up_3706662765 |
div.apphub_CardMetaData > div.apphub_CardControls > div.apphub_CardRatingButtons > a#vote_down_3706662765 div.apphub_CardMetaData > div.apphub_CardControls > div.apphub_CardRatingButtons > a#vote_down_3706662765 |
div.apphub_CardMetaData > div.apphub_CardControls > div.apphub_CardRatingButtons > a#vote_up_3707593300 div.apphub_CardMetaData > div.apphub_CardControls > div.apphub_CardRatingButtons > a#vote_up_3707593300 |
div.apphub_CardMetaData > div.apphub_CardControls > div.apphub_CardRatingButtons > a#vote_down_3707593300 div.apphub_CardMetaData > div.apphub_CardControls > div.apphub_CardRatingButtons > a#vote_down_3707593300 |
div.apphub_CardMetaData > div.apphub_CardControls > div.apphub_CardRatingButtons > a#vote_up_3707557821 div.apphub_CardMetaData > div.apphub_CardControls > div.apphub_CardRatingButtons > a#vote_up_3707557821 |
div.apphub_CardMetaData > div.apphub_CardControls > div.apphub_CardRatingButtons > a#vote_down_3707557821 div.apphub_CardMetaData > div.apphub_CardControls > div.apphub_CardRatingButtons > a#vote_down_3707557821 |
div.apphub_CardMetaData > div.apphub_CardControls > div.apphub_CardRatingButtons > a#vote_up_3707001152 div.apphub_CardMetaData > div.apphub_CardControls > div.apphub_CardRatingButtons > a#vote_up_3707001152 |
div.apphub_CardMetaData > div.apphub_CardControls > div.apphub_CardRatingButtons > a#vote_down_3707001152 div.apphub_CardMetaData > div.apphub_CardControls > div.apphub_CardRatingButtons > a#vote_down_3707001152 |
div.apphub_CardMetaData > div.apphub_CardControls > div.apphub_CardRatingButtons > a#vote_up_3707704516 div.apphub_CardMetaData > div.apphub_CardControls > div.apphub_CardRatingButtons > a#vote_up_3707704516 |
div.apphub_CardMetaData > div.apphub_CardControls > div.apphub_CardRatingButtons > a#vote_down_3707704516 div.apphub_CardMetaData > div.apphub_CardControls > div.apphub_CardRatingButtons > a#vote_down_3707704516 |
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.
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 | |
|---|---|---|---|---|
div.vote_header > div.reviewInfo > div.thumb > img div.vote_header > div.reviewInfo > div.thumb > img | /public/shared/images/userreviews/icon_thumbsUp.png?v=1 | 44 x 44 | 40 x 40 | 66 x 66 |
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. | /public/javascript/prototype-1.7.js?v=npJElBnrEO6W&l=engl... line 5621, col 11 |
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 |
|---|---|
/public/javascript/applications/community/main.js?v=58dVz... line 13, col 768017 | Missing config element # application_config |
/public/javascript/applications/community/main.js?v=58dVz... line 13, col 768017 | Missing config element # application_config |
/public/javascript/applications/community/main.js?v=58dVz... line 13, col 768017 | Missing config element # application_config |
/public/javascript/applications/community/main.js?v=58dVz... line 13, col 768017 | Missing config element # application_config |
/public/javascript/applications/community/main.js?v=58dVz... line 13, col 768017 | Missing config element # application_config |
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 |
|---|---|
| store.steampowered.com/about/ | Learn more |
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.mainmenu_contents > div.mainmenu_footer > div.mainmenu_footer_logo > img div.mainmenu_contents > div.mainmenu_footer > div.mainmenu_footer_logo > img |
div.community_home_app_shortcuts_list > div.appHubShortcut > a > img.appHubShortcut_Icon div.community_home_app_shortcuts_list > div.appHubShortcut > a > img.appHubShortcut_Icon |
div.community_home_app_shortcuts_list > div.appHubShortcut > a > img.appHubShortcut_Icon div.community_home_app_shortcuts_list > div.appHubShortcut > a > img.appHubShortcut_Icon |
div.community_home_app_shortcuts_list > div.appHubShortcut > a > img.appHubShortcut_Icon div.community_home_app_shortcuts_list > div.appHubShortcut > a > img.appHubShortcut_Icon |
div.community_home_app_shortcuts_list > div.appHubShortcut > a > img.appHubShortcut_Icon div.community_home_app_shortcuts_list > div.appHubShortcut > a > img.appHubShortcut_Icon |
div.responsive_header > div.responsive_header_content > div#responsive_menu_logo > img div.responsive_header > div.responsive_header_content > div#responsive_menu_logo > img |
div.apphub_UserReviewCardContent > div.found_helpful > div.review_award_aggregated > img.reward_btn_icon div.apphub_UserReviewCardContent > div.found_helpful > div.review_award_aggregated > img.reward_btn_icon |
div.vote_header > div.reviewInfo > div.thumb > img div.vote_header > div.reviewInfo > div.thumb > img |
div.apphub_UserReviewCardContent > div.found_helpful > div.review_award_aggregated > img.reward_btn_icon div.apphub_UserReviewCardContent > div.found_helpful > div.review_award_aggregated > img.reward_btn_icon |
div.vote_header > div.reviewInfo > div.thumb > img div.vote_header > div.reviewInfo > div.thumb > img |
div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > div.apphub_CardContentGuideTitle > img.apphub_CardContentGuideImage div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > div.apphub_CardContentGuideTitle > img.apphub_CardContentGuideImage |
div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon |
div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > div.apphub_CardContentGuideTitle > img.apphub_CardContentGuideImage div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > div.apphub_CardContentGuideTitle > img.apphub_CardContentGuideImage |
div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon |
div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > div.apphub_CardContentGuideTitle > img.apphub_CardContentGuideImage div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > div.apphub_CardContentGuideTitle > img.apphub_CardContentGuideImage |
div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPlayVideoIcon div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPlayVideoIcon |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage |
div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > div.apphub_CardContentGuideTitle > img.apphub_CardContentGuideImage div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > div.apphub_CardContentGuideTitle > img.apphub_CardContentGuideImage |
div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon |
div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > div.apphub_CardContentGuideTitle > img.apphub_CardContentGuideImage div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > div.apphub_CardContentGuideTitle > img.apphub_CardContentGuideImage |
div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon |
div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > div.apphub_CardContentGuideTitle > img.apphub_CardContentGuideImage div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > div.apphub_CardContentGuideTitle > img.apphub_CardContentGuideImage |
div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon |
div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > div.apphub_CardContentGuideTitle > img.apphub_CardContentGuideImage div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > div.apphub_CardContentGuideTitle > img.apphub_CardContentGuideImage |
div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon |
div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > div.apphub_CardContentGuideTitle > img.apphub_CardContentGuideImage div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > div.apphub_CardContentGuideTitle > img.apphub_CardContentGuideImage |
div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage |
div.apphub_CardRatingButtons > a.btn_grey_grey > span > img.reward_btn_icon div.apphub_CardRatingButtons > a.btn_grey_grey > span > img.reward_btn_icon |
div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon |
div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > div.apphub_CardContentGuideTitle > img.apphub_CardContentGuideImage div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > div.apphub_CardContentGuideTitle > img.apphub_CardContentGuideImage |
div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon |
div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > div.apphub_CardContentGuideTitle > img.apphub_CardContentGuideImage div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > div.apphub_CardContentGuideTitle > img.apphub_CardContentGuideImage |
div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage |
div.apphub_CardRatingButtons > a.btn_grey_grey > span > img.reward_btn_icon div.apphub_CardRatingButtons > a.btn_grey_grey > span > img.reward_btn_icon |
div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage |
div.apphub_CardRatingButtons > a.btn_grey_grey > span > img.reward_btn_icon div.apphub_CardRatingButtons > a.btn_grey_grey > span > img.reward_btn_icon |
div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage |
div.apphub_CardRatingButtons > a.btn_grey_grey > span > img.reward_btn_icon div.apphub_CardRatingButtons > a.btn_grey_grey > span > img.reward_btn_icon |
div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage |
div.apphub_CardRatingButtons > a.btn_grey_grey > span > img.reward_btn_icon div.apphub_CardRatingButtons > a.btn_grey_grey > span > img.reward_btn_icon |
div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage |
div.apphub_CardRatingButtons > a.btn_grey_grey > span > img.reward_btn_icon div.apphub_CardRatingButtons > a.btn_grey_grey > span > img.reward_btn_icon |
div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage |
div.apphub_CardRatingButtons > a.btn_grey_grey > span > img.reward_btn_icon div.apphub_CardRatingButtons > a.btn_grey_grey > span > img.reward_btn_icon |
div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage |
div.apphub_CardRatingButtons > a.btn_grey_grey > span > img.reward_btn_icon div.apphub_CardRatingButtons > a.btn_grey_grey > span > img.reward_btn_icon |
div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPlayVideoIcon div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPlayVideoIcon |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPlayVideoIcon div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPlayVideoIcon |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPlayVideoIcon div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPlayVideoIcon |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPlayVideoIcon div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPlayVideoIcon |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPlayVideoIcon div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPlayVideoIcon |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPlayVideoIcon div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPlayVideoIcon |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPlayVideoIcon div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPlayVideoIcon |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPlayVideoIcon div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPlayVideoIcon |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPlayVideoIcon div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPlayVideoIcon |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage |
div.apphub_UserReviewCardContent > div.found_helpful > div.review_award_aggregated > img.reward_btn_icon div.apphub_UserReviewCardContent > div.found_helpful > div.review_award_aggregated > img.reward_btn_icon |
div.vote_header > div.reviewInfo > div.thumb > img div.vote_header > div.reviewInfo > div.thumb > img |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage |
div.apphub_CardRatingButtons > a.btn_grey_grey > span > img.reward_btn_icon div.apphub_CardRatingButtons > a.btn_grey_grey > span > img.reward_btn_icon |
div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage |
div.apphub_CardRatingButtons > a.btn_grey_grey > span > img.reward_btn_icon div.apphub_CardRatingButtons > a.btn_grey_grey > span > img.reward_btn_icon |
div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. Learn how to make links crawlable
Performance issues directly impact user engagement and conversion rates.
| Uncrawlable Link |
|---|
div.apphub_CardMetaData > div.apphub_CardControls > div.apphub_CardRatingButtons > a#vote_up_3707333832 div.apphub_CardMetaData > div.apphub_CardControls > div.apphub_CardRatingButtons > a#vote_up_3707333832 |
div.apphub_CardMetaData > div.apphub_CardControls > div.apphub_CardRatingButtons > a#vote_down_3707333832 div.apphub_CardMetaData > div.apphub_CardControls > div.apphub_CardRatingButtons > a#vote_down_3707333832 |
Award div.apphub_CardMetaData > div.apphub_CardControls > div.apphub_CardRatingButtons > a.btn_grey_grey |
div.apphub_CardMetaData > div.apphub_CardControls > div.apphub_CardRatingButtons > a#vote_up_3707854548 div.apphub_CardMetaData > div.apphub_CardControls > div.apphub_CardRatingButtons > a#vote_up_3707854548 |
div.apphub_CardMetaData > div.apphub_CardControls > div.apphub_CardRatingButtons > a#vote_down_3707854548 div.apphub_CardMetaData > div.apphub_CardControls > div.apphub_CardRatingButtons > a#vote_down_3707854548 |
Award div.apphub_CardMetaData > div.apphub_CardControls > div.apphub_CardRatingButtons > a.btn_grey_grey |
div.apphub_CardMetaData > div.apphub_CardControls > div.apphub_CardRatingButtons > a#vote_up_3707208645 div.apphub_CardMetaData > div.apphub_CardControls > div.apphub_CardRatingButtons > a#vote_up_3707208645 |
div.apphub_CardMetaData > div.apphub_CardControls > div.apphub_CardRatingButtons > a#vote_down_3707208645 div.apphub_CardMetaData > div.apphub_CardControls > div.apphub_CardRatingButtons > a#vote_down_3707208645 |
Award div.apphub_CardMetaData > div.apphub_CardControls > div.apphub_CardRatingButtons > a.btn_grey_grey |
div.apphub_CardMetaData > div.apphub_CardControls > div.apphub_CardRatingButtons > a#vote_up_3707468007 div.apphub_CardMetaData > div.apphub_CardControls > div.apphub_CardRatingButtons > a#vote_up_3707468007 |
div.apphub_CardMetaData > div.apphub_CardControls > div.apphub_CardRatingButtons > a#vote_down_3707468007 div.apphub_CardMetaData > div.apphub_CardControls > div.apphub_CardRatingButtons > a#vote_down_3707468007 |
Award div.apphub_CardMetaData > div.apphub_CardControls > div.apphub_CardRatingButtons > a.btn_grey_grey |
div.apphub_CardMetaData > div.apphub_CardControls > div.apphub_CardRatingButtons > a#vote_up_3706078084 div.apphub_CardMetaData > div.apphub_CardControls > div.apphub_CardRatingButtons > a#vote_up_3706078084 |
div.apphub_CardMetaData > div.apphub_CardControls > div.apphub_CardRatingButtons > a#vote_down_3706078084 div.apphub_CardMetaData > div.apphub_CardControls > div.apphub_CardRatingButtons > a#vote_down_3706078084 |
Award div.apphub_CardMetaData > div.apphub_CardControls > div.apphub_CardRatingButtons > a.btn_grey_grey |
div.apphub_CardMetaData > div.apphub_CardControls > div.apphub_CardRatingButtons > a#vote_up_3706662765 div.apphub_CardMetaData > div.apphub_CardControls > div.apphub_CardRatingButtons > a#vote_up_3706662765 |
div.apphub_CardMetaData > div.apphub_CardControls > div.apphub_CardRatingButtons > a#vote_down_3706662765 div.apphub_CardMetaData > div.apphub_CardControls > div.apphub_CardRatingButtons > a#vote_down_3706662765 |
Award div.apphub_CardMetaData > div.apphub_CardControls > div.apphub_CardRatingButtons > a.btn_grey_grey |
div.apphub_CardMetaData > div.apphub_CardControls > div.apphub_CardRatingButtons > a#vote_up_3707593300 div.apphub_CardMetaData > div.apphub_CardControls > div.apphub_CardRatingButtons > a#vote_up_3707593300 |
div.apphub_CardMetaData > div.apphub_CardControls > div.apphub_CardRatingButtons > a#vote_down_3707593300 div.apphub_CardMetaData > div.apphub_CardControls > div.apphub_CardRatingButtons > a#vote_down_3707593300 |
Award div.apphub_CardMetaData > div.apphub_CardControls > div.apphub_CardRatingButtons > a.btn_grey_grey |
div.apphub_CardMetaData > div.apphub_CardControls > div.apphub_CardRatingButtons > a#vote_up_3707557821 div.apphub_CardMetaData > div.apphub_CardControls > div.apphub_CardRatingButtons > a#vote_up_3707557821 |
div.apphub_CardMetaData > div.apphub_CardControls > div.apphub_CardRatingButtons > a#vote_down_3707557821 div.apphub_CardMetaData > div.apphub_CardControls > div.apphub_CardRatingButtons > a#vote_down_3707557821 |
Award div.apphub_CardMetaData > div.apphub_CardControls > div.apphub_CardRatingButtons > a.btn_grey_grey |
div.apphub_CardMetaData > div.apphub_CardControls > div.apphub_CardRatingButtons > a#vote_up_3707001152 div.apphub_CardMetaData > div.apphub_CardControls > div.apphub_CardRatingButtons > a#vote_up_3707001152 |
div.apphub_CardMetaData > div.apphub_CardControls > div.apphub_CardRatingButtons > a#vote_down_3707001152 div.apphub_CardMetaData > div.apphub_CardControls > div.apphub_CardRatingButtons > a#vote_down_3707001152 |
Award div.apphub_CardMetaData > div.apphub_CardControls > div.apphub_CardRatingButtons > a.btn_grey_grey |
div.apphub_CardMetaData > div.apphub_CardControls > div.apphub_CardRatingButtons > a#vote_up_3707704516 div.apphub_CardMetaData > div.apphub_CardControls > div.apphub_CardRatingButtons > a#vote_up_3707704516 |
div.apphub_CardMetaData > div.apphub_CardControls > div.apphub_CardRatingButtons > a#vote_down_3707704516 div.apphub_CardMetaData > div.apphub_CardControls > div.apphub_CardRatingButtons > a#vote_down_3707704516 |
Award div.apphub_CardMetaData > div.apphub_CardControls > div.apphub_CardRatingButtons > a.btn_grey_grey |
To appear in search results, crawlers need access to your app.
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.
1.76 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
2.11 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
144 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.248
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
1.98 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.
3.25 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.
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.
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.
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.
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.
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.
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.
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.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage | /ugc/14125352764280535051/60F2772853DEFCDAF04EE18091C23C8... | 3.4 MiB | 3.1 MiB |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage | /ugc/12332695996834785093/A16152838E538131A2D48050F81032C... | 802.1 KiB | 569.5 KiB |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage | /ugc/12032084091355082517/A534F43B0885DB2F0C8030B27DE6C78... | 563.9 KiB | 532.8 KiB |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage | /ugc/9482650995774537807/CBF6803DFDD478C7288C09EBB83A489E... | 489.0 KiB | 470.4 KiB |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage | /ugc/10329799443589698862/B3DFED6E64FECB25B027CAF250707C8... | 337.8 KiB | 319.2 KiB |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage | /ugc/12782419535832187517/959F2A0D2587F068633D35FB9E68EF0... | 209.6 KiB | 198.0 KiB |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage | /ugc/14376322860383212613/D64F47A53FDCFFA6674D7AB020A5597... | 134.2 KiB | 126.8 KiB |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage | /ugc/14946232986894421426/893DF316341A466984F18FAC87ACD28... | 116.3 KiB | 102.3 KiB |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage | /ugc/15535312591193365998/E85D6B8234E041A6C41C28AD8AC7CFC... | 103.6 KiB | 97.9 KiB |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage | /ugc/11665084989573816419/32A0D9C3CF1E0E0D5CB57A59990BE3E... | 90.2 KiB | 76.3 KiB |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage | /ugc/12291580877745359398/EEEBEEBC4F40FEF79D76DB9CAC40566... | 80.9 KiB | 66.9 KiB |
div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > div.apphub_CardContentGuideTitle > img.apphub_CardContentGuideImage div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > div.apphub_CardContentGuideTitle > img.apphub_CardContentGuideImage | /ugc/14585484102942685036/D829AB9CCCD06A632A8C2529B69582D... | 74.7 KiB | 56.0 KiB |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage | /ugc/10507939992451054066/F71C7657F05959DDA96C14CF951B168... | 57.2 KiB | 43.2 KiB |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage | /ugc/15656411715060191171/A5C5E3188BDE396019C16D8B52B603D... | 45.3 KiB | 31.3 KiB |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage | /ugc/10111095162167206041/D2AA153C8D4987A9947476A8C4C7DB5... | 48.6 KiB | 30.0 KiB |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage | img.youtube.com/vi/DQSASQ3sFQs/0.jpg | 47.8 KiB | 23.0 KiB |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage | /ugc/9491605847286903340/AD88B3BB1EE312F2B30EBB70D1473E31... | 33.7 KiB | 22.6 KiB |
div#page_1_row_11_template_threeSmall > div#apphub_Card_3707870251 > div.apphub_CardContentClickable > div.apphub_CardBG div#page_1_row_11_template_threeSmall > div#apphub_Card_3707870251 > div.apphub_CardContentClickable > div.apphub_CardBG | /public/shared/images/apphubs/bg_workshopitem.png?v=1 | 23.8 KiB | 17.5 KiB |
div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > div.apphub_CardContentGuideTitle > img.apphub_CardContentGuideImage div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > div.apphub_CardContentGuideTitle > img.apphub_CardContentGuideImage | /ugc/18078726464846175539/6E35A632E044CF9A3750282B171465C... | 8.9 KiB | 8.3 KiB |
div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > div.apphub_CardContentGuideTitle > img.apphub_CardContentGuideImage div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > div.apphub_CardContentGuideTitle > img.apphub_CardContentGuideImage | /ugc/15375603705264698586/8CC8CFF523577958014EB0C8B159DB2... | 8.7 KiB | 8.0 KiB |
div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > div.apphub_CardContentGuideTitle > img.apphub_CardContentGuideImage div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > div.apphub_CardContentGuideTitle > img.apphub_CardContentGuideImage | /ugc/17010186843729652460/F9ABF5346F72578476389E43CB5BA03... | 7.5 KiB | 6.9 KiB |
div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > div.apphub_CardContentGuideTitle > img.apphub_CardContentGuideImage div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > div.apphub_CardContentGuideTitle > img.apphub_CardContentGuideImage | /ugc/10544244663834210899/191920C77798A0BF04BE4ACF84D3B25... | 7.1 KiB | 6.4 KiB |
div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > div.apphub_CardContentGuideTitle > img.apphub_CardContentGuideImage div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > div.apphub_CardContentGuideTitle > img.apphub_CardContentGuideImage | /ugc/10677585106980380751/0E1D24DDFB7F8A6D99DCC9A749AA81C... | 6.1 KiB | 5.4 KiB |
div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > div.apphub_CardContentGuideTitle > img.apphub_CardContentGuideImage div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > div.apphub_CardContentGuideTitle > img.apphub_CardContentGuideImage | /ugc/9709227351978729663/D0D845EE9DE931FFC3BF8B6BA7FEEAA1... | 6.0 KiB | 5.3 KiB |
div.apphub_CardRatingButtons > a#vote_down_3707468007 > span > i.ico16 div.apphub_CardRatingButtons > a#vote_down_3707468007 > span > i.ico16 | community.akamai.steamstatic.com/public/shared/images/buttons/icons_16.png?v=5 | 6.6 KiB | 4.9 KiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
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 |
|---|---|
Loading
div#responsive_page_template_content > div#ModalContentContainer > div.apphub_background > div#action_wait | 0.248 |
COMMUNITY div#global_header > div.content > div.supernav_container > a.menuitem | 0.000 |
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 |
|---|---|---|
| /public/shared/javascript/shared_global.js?v=MZ63Bj2bxVCi... | 37.8 KiB | 10.1 KiB |
| /public/javascript/prototype-1.7.js?v=npJElBnrEO6W&l=engl... | 36.3 KiB | 9.3 KiB |
| /public/javascript/scriptaculous/_combined.js?v=pbdAKOcDI... | 27.3 KiB | 7.8 KiB |
| /public/javascript/global.js?v=cgDJZ-rr7J6K&l=english&_cd... | 23.5 KiB | 4.4 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 |
|---|---|---|
| /public/css/applications/community/main.css?v=IIL4Pck9CjA... | 54.7 KiB | 51.2 KiB |
| /public/shared/css/shared_global.css?v=f56qj9GlMzaW&l=eng... | 18.2 KiB | 16.5 KiB |
| /public/css/globalv2.css?v=_jX4ol69vwzY&l=english&_cdn=ak... | 12.3 KiB | 11.2 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 |
|---|---|---|
| /public/javascript/applications/community/main.js?v=58dVz... | 327.3 KiB | 327.0 KiB |
| /public/javascript/applications/community/main.js?v=58dVz... | 327.3 KiB | 282.1 KiB |
| /public/javascript/applications/community/libraries~b28b7... | 164.1 KiB | 163.9 KiB |
| /public/javascript/applications/community/libraries~b28b7... | 164.1 KiB | 94.8 KiB |
| /public/shared/javascript/shared_global.js?v=MZ63Bj2bxVCi... | 37.8 KiB | 32.0 KiB |
| /public/javascript/scriptaculous/_combined.js?v=pbdAKOcDI... | 27.3 KiB | 23.2 KiB |
| /public/javascript/prototype-1.7.js?v=npJElBnrEO6W&l=engl... | 36.3 KiB | 20.5 KiB |
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 |
Minifying CSS files can reduce network payload sizes. Learn how to minify CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| /public/shared/css/shared_global.css?v=f56qj9GlMzaW&l=eng... | 18.6 KiB | 2.7 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 | |
|---|---|
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage | /ugc/12291580877745359398/EEEBEEBC4F40FEF79D76DB9CAC40566... |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage | /ugc/9491605847286903340/AD88B3BB1EE312F2B30EBB70D1473E31... |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage | /ugc/14946232986894421426/893DF316341A466984F18FAC87ACD28... |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage | /ugc/14125352764280535051/60F2772853DEFCDAF04EE18091C23C8... |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage | /ugc/10507939992451054066/F71C7657F05959DDA96C14CF951B168... |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage | /ugc/15656411715060191171/A5C5E3188BDE396019C16D8B52B603D... |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage | /ugc/11665084989573816419/32A0D9C3CF1E0E0D5CB57A59990BE3E... |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage | img.youtube.com/vi/DQSASQ3sFQs/0.jpg |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage | img.youtube.com/vi/ll8qSDb17Us/0.jpg |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage | img.youtube.com/vi/8gS_mZ3up-g/0.jpg |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage | img.youtube.com/vi/-Ij2i0wAT8g/0.jpg |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage | img.youtube.com/vi/cZR-lWGM0jI/0.jpg |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage | img.youtube.com/vi/DT2eGVMf79A/0.jpg |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage | img.youtube.com/vi/xxfJRiAKeeY/0.jpg |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage | img.youtube.com/vi/39LgMZV2f7o/0.jpg |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage | img.youtube.com/vi/eaYshSktLcY/0.jpg |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage | img.youtube.com/vi/EZKLF8CuyuU/0.jpg |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage | /ugc/10111095162167206041/D2AA153C8D4987A9947476A8C4C7DB5... |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage | /ugc/12332695996834785093/A16152838E538131A2D48050F81032C... |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage | /ugc/15464197659893839197/C32064C7A37EA1796CC9AF66ECB9839... |
div.apphub_UserReviewCardContent > div.found_helpful > div.review_award_aggregated > img.reward_btn_icon div.apphub_UserReviewCardContent > div.found_helpful > div.review_award_aggregated > img.reward_btn_icon | community.fastly.steamstatic.com/public/shared/images//award_icon_blue.svg |
div.apphub_UserReviewCardContent > div.found_helpful > div.review_award_aggregated > img.reward_btn_icon div.apphub_UserReviewCardContent > div.found_helpful > div.review_award_aggregated > img.reward_btn_icon | community.fastly.steamstatic.com/public/shared/images//award_icon_blue.svg |
div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon | community.fastly.steamstatic.com/public/shared/images//award_icon_blue.svg |
div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon | community.fastly.steamstatic.com/public/shared/images//award_icon_blue.svg |
div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon | community.fastly.steamstatic.com/public/shared/images//award_icon_blue.svg |
div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon | community.fastly.steamstatic.com/public/shared/images//award_icon_blue.svg |
div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon | community.fastly.steamstatic.com/public/shared/images//award_icon_blue.svg |
div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon | community.fastly.steamstatic.com/public/shared/images//award_icon_blue.svg |
div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon | community.fastly.steamstatic.com/public/shared/images//award_icon_blue.svg |
div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon | community.fastly.steamstatic.com/public/shared/images//award_icon_blue.svg |
div.apphub_CardRatingButtons > a.btn_grey_grey > span > img.reward_btn_icon div.apphub_CardRatingButtons > a.btn_grey_grey > span > img.reward_btn_icon | community.fastly.steamstatic.com/public/shared/images//award_icon.svg |
div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon | community.fastly.steamstatic.com/public/shared/images//award_icon_blue.svg |
div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon | community.fastly.steamstatic.com/public/shared/images//award_icon_blue.svg |
div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon | community.fastly.steamstatic.com/public/shared/images//award_icon_blue.svg |
div.apphub_CardRatingButtons > a.btn_grey_grey > span > img.reward_btn_icon div.apphub_CardRatingButtons > a.btn_grey_grey > span > img.reward_btn_icon | community.fastly.steamstatic.com/public/shared/images//award_icon.svg |
div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon | community.fastly.steamstatic.com/public/shared/images//award_icon_blue.svg |
div.apphub_CardRatingButtons > a.btn_grey_grey > span > img.reward_btn_icon div.apphub_CardRatingButtons > a.btn_grey_grey > span > img.reward_btn_icon | community.fastly.steamstatic.com/public/shared/images//award_icon.svg |
div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon | community.fastly.steamstatic.com/public/shared/images//award_icon_blue.svg |
div.apphub_CardRatingButtons > a.btn_grey_grey > span > img.reward_btn_icon div.apphub_CardRatingButtons > a.btn_grey_grey > span > img.reward_btn_icon | community.fastly.steamstatic.com/public/shared/images//award_icon.svg |
div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon | community.fastly.steamstatic.com/public/shared/images//award_icon_blue.svg |
div.apphub_CardRatingButtons > a.btn_grey_grey > span > img.reward_btn_icon div.apphub_CardRatingButtons > a.btn_grey_grey > span > img.reward_btn_icon | community.fastly.steamstatic.com/public/shared/images//award_icon.svg |
div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon | community.fastly.steamstatic.com/public/shared/images//award_icon_blue.svg |
div.apphub_CardRatingButtons > a.btn_grey_grey > span > img.reward_btn_icon div.apphub_CardRatingButtons > a.btn_grey_grey > span > img.reward_btn_icon | community.fastly.steamstatic.com/public/shared/images//award_icon.svg |
div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon | community.fastly.steamstatic.com/public/shared/images//award_icon_blue.svg |
div.apphub_CardRatingButtons > a.btn_grey_grey > span > img.reward_btn_icon div.apphub_CardRatingButtons > a.btn_grey_grey > span > img.reward_btn_icon | community.fastly.steamstatic.com/public/shared/images//award_icon.svg |
div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon | community.fastly.steamstatic.com/public/shared/images//award_icon_blue.svg |
div.apphub_CardRatingButtons > a.btn_grey_grey > span > img.reward_btn_icon div.apphub_CardRatingButtons > a.btn_grey_grey > span > img.reward_btn_icon | community.fastly.steamstatic.com/public/shared/images//award_icon.svg |
div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon | community.fastly.steamstatic.com/public/shared/images//award_icon_blue.svg |
div.apphub_UserReviewCardContent > div.found_helpful > div.review_award_aggregated > img.reward_btn_icon div.apphub_UserReviewCardContent > div.found_helpful > div.review_award_aggregated > img.reward_btn_icon | community.fastly.steamstatic.com/public/shared/images//award_icon_blue.svg |
div.apphub_CardRatingButtons > a.btn_grey_grey > span > img.reward_btn_icon div.apphub_CardRatingButtons > a.btn_grey_grey > span > img.reward_btn_icon | community.fastly.steamstatic.com/public/shared/images//award_icon.svg |
div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon | community.fastly.steamstatic.com/public/shared/images//award_icon_blue.svg |
div.apphub_CardRatingButtons > a.btn_grey_grey > span > img.reward_btn_icon div.apphub_CardRatingButtons > a.btn_grey_grey > span > img.reward_btn_icon | community.fastly.steamstatic.com/public/shared/images//award_icon.svg |
div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon | community.fastly.steamstatic.com/public/shared/images//award_icon_blue.svg |
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.
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 |
|---|
div.community_home_search_content > div.community_home_search_apps > form#AppHubSearch > input#appHubsSearchText div.community_home_search_content > div.community_home_search_apps > form#AppHubSearch > input#appHubsSearchText |
div.community_home_search_content > div.community_home_search_players > form > input#SearchPlayers div.community_home_search_content > div.community_home_search_players > form > input#SearchPlayers |
1,635 people found this review helpful
163 people found this review funny 175 div.apphub_Card > div.apphub_CardContentMain > div.apphub_UserReviewCardContent > div.found_helpful |
EARLY ACCESS REVIEW div.apphub_CardContentMain > div.apphub_UserReviewCardContent > div.apphub_CardTextContent > div.early_access_review |
Road to Vostok div.apphub_Card > div.apphub_CardContentAuthorBlock > div.apphub_CardContentAppName > a |
447 people found this review helpful
25 people found this review funny 50 div.apphub_Card > div.apphub_CardContentMain > div.apphub_UserReviewCardContent > div.found_helpful |
EARLY ACCESS REVIEW div.apphub_CardContentMain > div.apphub_UserReviewCardContent > div.apphub_CardTextContent > div.early_access_review |
Road to Vostok div.apphub_Card > div.apphub_CardContentAuthorBlock > div.apphub_CardContentAppName > a |
Windrose div#apphub_Card_3706337486 > div.apphub_CardContentAuthorBlock > div.apphub_CardContentAppName > a |
REPLACED div#apphub_Card_3706820572 > div.apphub_CardContentAuthorBlock > div.apphub_CardContentAppName > a |
Contra Anniversary Collection div#apphub_Card_3707954006 > div.apphub_CardContentAuthorBlock > div.apphub_CardContentAppName > a |
The Walking Dead: The Final Season div#apphub_Card_3706850048 > div.apphub_CardContentAuthorBlock > div.apphub_CardContentAppName > a |
Resident Evil 4 div#apphub_Card_3706490020 > div.apphub_CardContentAuthorBlock > div.apphub_CardContentAppName > a |
Screamer div#apphub_Card_3699623379 > div.apphub_CardContentAuthorBlock > div.apphub_CardContentAppName > a |
Warhammer 40,000: Darktide div#apphub_Card_3706297345 > div.apphub_CardContentAuthorBlock > div.apphub_CardContentAppName > a |
Samson div#apphub_Card_3705726544 > div.apphub_CardContentAuthorBlock > div.apphub_CardContentAppName > a |
Unique Weapons Unbound div#page_1_row_6_template_twoLarge > div#apphub_Card_3707263149 > div.apphub_CardMetaData > div.apphub_CardContentTitle |
RimWorld div#apphub_Card_3707263149 > div.apphub_CardContentAuthorBlock > div.apphub_CardContentAppName > a |
DARK SOULS™: REMASTERED div#apphub_Card_3707333832 > div.apphub_CardContentAuthorBlock > div.apphub_CardContentAppName > a |
Final Liberation: Warhammer Epic 40,000 (Classic) div#apphub_Card_3707032837 > div.apphub_CardContentAuthorBlock > div.apphub_CardContentAppName > a |
Windrose div#apphub_Card_3706988305 > div.apphub_CardContentAuthorBlock > div.apphub_CardContentAppName > a |
Garry's Mod div#apphub_Card_3705662940 > div.apphub_CardContentAuthorBlock > div.apphub_CardContentAppName > a |
Left 4 Dead 2 div#apphub_Card_3707084824 > div.apphub_CardContentAuthorBlock > div.apphub_CardContentAppName > a |
Cities: Skylines div#apphub_Card_3705851170 > div.apphub_CardContentAuthorBlock > div.apphub_CardContentAppName > a |
The Witcher 2: Assassins of Kings Enhanced Edition div#apphub_Card_3707854548 > div.apphub_CardContentAuthorBlock > div.apphub_CardContentAppName > a |
Resident Evil 6 div#apphub_Card_3707208645 > div.apphub_CardContentAuthorBlock > div.apphub_CardContentAppName > a |
Queen Blush's L4D1 Arms div#page_1_row_10_template_twoSmall > div#apphub_Card_3706211526 > div.apphub_CardMetaData > div.apphub_CardContentTitle |
Left 4 Dead 2 div#apphub_Card_3706211526 > div.apphub_CardContentAuthorBlock > div.apphub_CardContentAppName > a |
Crimson Desert div#apphub_Card_3707468007 > div.apphub_CardContentAuthorBlock > div.apphub_CardContentAppName > a |
Total War: WARHAMMER III div#apphub_Card_3707419547 > div.apphub_CardContentAuthorBlock > div.apphub_CardContentAppName > a |
Garry's Mod div#apphub_Card_3706675177 > div.apphub_CardContentAuthorBlock > div.apphub_CardContentAppName > a |
Golf It! div#apphub_Card_3707870251 > div.apphub_CardContentAuthorBlock > div.apphub_CardContentAppName > a |
Reverse: 1999 div#apphub_Card_3706078084 > div.apphub_CardContentAuthorBlock > div.apphub_CardContentAppName > a |
Resident Evil 6 div#apphub_Card_3706662765 > div.apphub_CardContentAuthorBlock > div.apphub_CardContentAppName > a |
Warhammer: End Times - Vermintide div#apphub_Card_3707593300 > div.apphub_CardContentAuthorBlock > div.apphub_CardContentAppName > a |
Cyberpunk 2077 div#apphub_Card_3706274546 > div.apphub_CardContentAuthorBlock > div.apphub_CardContentAppName > a |
Cyberpunk 2077 div#apphub_Card_3706094674 > div.apphub_CardContentAuthorBlock > div.apphub_CardContentAppName > a |
Baldur's Gate 3 div#apphub_Card_3707445800 > div.apphub_CardContentAuthorBlock > div.apphub_CardContentAppName > a |
The Elder Scrolls V: Skyrim div#apphub_Card_3707082329 > div.apphub_CardContentAuthorBlock > div.apphub_CardContentAppName > a |
261 people found this review helpful
5 people found this review funny 39 div.apphub_Card > div.apphub_CardContentMain > div.apphub_UserReviewCardContent > div.found_helpful |
Retro Rewind - Video Store Simulator div.apphub_Card > div.apphub_CardContentAuthorBlock > div.apphub_CardContentAppName > a |
Black Myth: Wukong div#apphub_Card_3707001152 > div.apphub_CardContentAuthorBlock > div.apphub_CardContentAppName > a |
Black Myth: Wukong div#apphub_Card_3707704516 > div.apphub_CardContentAuthorBlock > div.apphub_CardContentAppName > a |
These are opportunities to improve the legibility of your content.
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.community_home_app_shortcuts_list > div.appHubShortcut > a > img.appHubShortcut_Icon div.community_home_app_shortcuts_list > div.appHubShortcut > a > img.appHubShortcut_Icon |
div.community_home_app_shortcuts_list > div.appHubShortcut > a > img.appHubShortcut_Icon div.community_home_app_shortcuts_list > div.appHubShortcut > a > img.appHubShortcut_Icon |
div.community_home_app_shortcuts_list > div.appHubShortcut > a > img.appHubShortcut_Icon div.community_home_app_shortcuts_list > div.appHubShortcut > a > img.appHubShortcut_Icon |
div.community_home_app_shortcuts_list > div.appHubShortcut > a > img.appHubShortcut_Icon div.community_home_app_shortcuts_list > div.appHubShortcut > a > img.appHubShortcut_Icon |
div.apphub_UserReviewCardContent > div.found_helpful > div.review_award_aggregated > img.reward_btn_icon div.apphub_UserReviewCardContent > div.found_helpful > div.review_award_aggregated > img.reward_btn_icon |
div.vote_header > div.reviewInfo > div.thumb > img div.vote_header > div.reviewInfo > div.thumb > img |
div.apphub_UserReviewCardContent > div.found_helpful > div.review_award_aggregated > img.reward_btn_icon div.apphub_UserReviewCardContent > div.found_helpful > div.review_award_aggregated > img.reward_btn_icon |
div.vote_header > div.reviewInfo > div.thumb > img div.vote_header > div.reviewInfo > div.thumb > img |
div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > div.apphub_CardContentGuideTitle > img.apphub_CardContentGuideImage div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > div.apphub_CardContentGuideTitle > img.apphub_CardContentGuideImage |
div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon |
div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > div.apphub_CardContentGuideTitle > img.apphub_CardContentGuideImage div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > div.apphub_CardContentGuideTitle > img.apphub_CardContentGuideImage |
div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon |
div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > div.apphub_CardContentGuideTitle > img.apphub_CardContentGuideImage div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > div.apphub_CardContentGuideTitle > img.apphub_CardContentGuideImage |
div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPlayVideoIcon div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPlayVideoIcon |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage |
div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > div.apphub_CardContentGuideTitle > img.apphub_CardContentGuideImage div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > div.apphub_CardContentGuideTitle > img.apphub_CardContentGuideImage |
div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon |
div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > div.apphub_CardContentGuideTitle > img.apphub_CardContentGuideImage div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > div.apphub_CardContentGuideTitle > img.apphub_CardContentGuideImage |
div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon |
div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > div.apphub_CardContentGuideTitle > img.apphub_CardContentGuideImage div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > div.apphub_CardContentGuideTitle > img.apphub_CardContentGuideImage |
div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon |
div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > div.apphub_CardContentGuideTitle > img.apphub_CardContentGuideImage div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > div.apphub_CardContentGuideTitle > img.apphub_CardContentGuideImage |
div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon |
div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > div.apphub_CardContentGuideTitle > img.apphub_CardContentGuideImage div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > div.apphub_CardContentGuideTitle > img.apphub_CardContentGuideImage |
div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage |
div.apphub_CardRatingButtons > a.btn_grey_grey > span > img.reward_btn_icon div.apphub_CardRatingButtons > a.btn_grey_grey > span > img.reward_btn_icon |
div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon |
div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > div.apphub_CardContentGuideTitle > img.apphub_CardContentGuideImage div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > div.apphub_CardContentGuideTitle > img.apphub_CardContentGuideImage |
div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon |
div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > div.apphub_CardContentGuideTitle > img.apphub_CardContentGuideImage div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > div.apphub_CardContentGuideTitle > img.apphub_CardContentGuideImage |
div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage |
div.apphub_CardRatingButtons > a.btn_grey_grey > span > img.reward_btn_icon div.apphub_CardRatingButtons > a.btn_grey_grey > span > img.reward_btn_icon |
div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage |
div.apphub_CardRatingButtons > a.btn_grey_grey > span > img.reward_btn_icon div.apphub_CardRatingButtons > a.btn_grey_grey > span > img.reward_btn_icon |
div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage |
div.apphub_CardRatingButtons > a.btn_grey_grey > span > img.reward_btn_icon div.apphub_CardRatingButtons > a.btn_grey_grey > span > img.reward_btn_icon |
div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage |
div.apphub_CardRatingButtons > a.btn_grey_grey > span > img.reward_btn_icon div.apphub_CardRatingButtons > a.btn_grey_grey > span > img.reward_btn_icon |
div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage |
div.apphub_CardRatingButtons > a.btn_grey_grey > span > img.reward_btn_icon div.apphub_CardRatingButtons > a.btn_grey_grey > span > img.reward_btn_icon |
div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage |
div.apphub_CardRatingButtons > a.btn_grey_grey > span > img.reward_btn_icon div.apphub_CardRatingButtons > a.btn_grey_grey > span > img.reward_btn_icon |
div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage |
div.apphub_CardRatingButtons > a.btn_grey_grey > span > img.reward_btn_icon div.apphub_CardRatingButtons > a.btn_grey_grey > span > img.reward_btn_icon |
div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPlayVideoIcon div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPlayVideoIcon |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPlayVideoIcon div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPlayVideoIcon |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPlayVideoIcon div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPlayVideoIcon |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPlayVideoIcon div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPlayVideoIcon |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPlayVideoIcon div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPlayVideoIcon |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPlayVideoIcon div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPlayVideoIcon |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPlayVideoIcon div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPlayVideoIcon |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPlayVideoIcon div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPlayVideoIcon |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPlayVideoIcon div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPlayVideoIcon |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage |
div.apphub_UserReviewCardContent > div.found_helpful > div.review_award_aggregated > img.reward_btn_icon div.apphub_UserReviewCardContent > div.found_helpful > div.review_award_aggregated > img.reward_btn_icon |
div.vote_header > div.reviewInfo > div.thumb > img div.vote_header > div.reviewInfo > div.thumb > img |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage |
div.apphub_CardRatingButtons > a.btn_grey_grey > span > img.reward_btn_icon div.apphub_CardRatingButtons > a.btn_grey_grey > span > img.reward_btn_icon |
div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage |
div.apphub_CardRatingButtons > a.btn_grey_grey > span > img.reward_btn_icon div.apphub_CardRatingButtons > a.btn_grey_grey > span > img.reward_btn_icon |
div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon |
Labels ensure that form controls are announced properly by assistive technologies, like screen readers. Learn more about form element labels.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.community_home_search_content > div.community_home_search_apps > form#AppHubSearch > input#appHubsSearchText div.community_home_search_content > div.community_home_search_apps > form#AppHubSearch > input#appHubsSearchText |
div.community_home_search_content > div.community_home_search_players > form > input#SearchPlayers div.community_home_search_content > div.community_home_search_players > form > input#SearchPlayers |
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.community_home_shortcut_content > div.community_home_app_shortcuts_list > div.appHubShortcut > a div.community_home_shortcut_content > div.community_home_app_shortcuts_list > div.appHubShortcut > a |
div.community_home_shortcut_content > div.community_home_app_shortcuts_list > div.appHubShortcut > a div.community_home_shortcut_content > div.community_home_app_shortcuts_list > div.appHubShortcut > a |
div.community_home_shortcut_content > div.community_home_app_shortcuts_list > div.appHubShortcut > a div.community_home_shortcut_content > div.community_home_app_shortcuts_list > div.appHubShortcut > a |
div.community_home_shortcut_content > div.community_home_app_shortcuts_list > div.appHubShortcut > a div.community_home_shortcut_content > div.community_home_app_shortcuts_list > div.appHubShortcut > a |
div.apphub_CardMetaData > div.apphub_CardControls > div.apphub_CardRatingButtons > a#vote_up_3707333832 div.apphub_CardMetaData > div.apphub_CardControls > div.apphub_CardRatingButtons > a#vote_up_3707333832 |
div.apphub_CardMetaData > div.apphub_CardControls > div.apphub_CardRatingButtons > a#vote_down_3707333832 div.apphub_CardMetaData > div.apphub_CardControls > div.apphub_CardRatingButtons > a#vote_down_3707333832 |
div.apphub_CardMetaData > div.apphub_CardControls > div.apphub_CardRatingButtons > a#vote_up_3707854548 div.apphub_CardMetaData > div.apphub_CardControls > div.apphub_CardRatingButtons > a#vote_up_3707854548 |
div.apphub_CardMetaData > div.apphub_CardControls > div.apphub_CardRatingButtons > a#vote_down_3707854548 div.apphub_CardMetaData > div.apphub_CardControls > div.apphub_CardRatingButtons > a#vote_down_3707854548 |
div.apphub_CardMetaData > div.apphub_CardControls > div.apphub_CardRatingButtons > a#vote_up_3707208645 div.apphub_CardMetaData > div.apphub_CardControls > div.apphub_CardRatingButtons > a#vote_up_3707208645 |
div.apphub_CardMetaData > div.apphub_CardControls > div.apphub_CardRatingButtons > a#vote_down_3707208645 div.apphub_CardMetaData > div.apphub_CardControls > div.apphub_CardRatingButtons > a#vote_down_3707208645 |
div.apphub_CardMetaData > div.apphub_CardControls > div.apphub_CardRatingButtons > a#vote_up_3707468007 div.apphub_CardMetaData > div.apphub_CardControls > div.apphub_CardRatingButtons > a#vote_up_3707468007 |
div.apphub_CardMetaData > div.apphub_CardControls > div.apphub_CardRatingButtons > a#vote_down_3707468007 div.apphub_CardMetaData > div.apphub_CardControls > div.apphub_CardRatingButtons > a#vote_down_3707468007 |
div.apphub_CardMetaData > div.apphub_CardControls > div.apphub_CardRatingButtons > a#vote_up_3706078084 div.apphub_CardMetaData > div.apphub_CardControls > div.apphub_CardRatingButtons > a#vote_up_3706078084 |
div.apphub_CardMetaData > div.apphub_CardControls > div.apphub_CardRatingButtons > a#vote_down_3706078084 div.apphub_CardMetaData > div.apphub_CardControls > div.apphub_CardRatingButtons > a#vote_down_3706078084 |
div.apphub_CardMetaData > div.apphub_CardControls > div.apphub_CardRatingButtons > a#vote_up_3706662765 div.apphub_CardMetaData > div.apphub_CardControls > div.apphub_CardRatingButtons > a#vote_up_3706662765 |
div.apphub_CardMetaData > div.apphub_CardControls > div.apphub_CardRatingButtons > a#vote_down_3706662765 div.apphub_CardMetaData > div.apphub_CardControls > div.apphub_CardRatingButtons > a#vote_down_3706662765 |
div.apphub_CardMetaData > div.apphub_CardControls > div.apphub_CardRatingButtons > a#vote_up_3707593300 div.apphub_CardMetaData > div.apphub_CardControls > div.apphub_CardRatingButtons > a#vote_up_3707593300 |
div.apphub_CardMetaData > div.apphub_CardControls > div.apphub_CardRatingButtons > a#vote_down_3707593300 div.apphub_CardMetaData > div.apphub_CardControls > div.apphub_CardRatingButtons > a#vote_down_3707593300 |
div.apphub_CardMetaData > div.apphub_CardControls > div.apphub_CardRatingButtons > a#vote_up_3707557821 div.apphub_CardMetaData > div.apphub_CardControls > div.apphub_CardRatingButtons > a#vote_up_3707557821 |
div.apphub_CardMetaData > div.apphub_CardControls > div.apphub_CardRatingButtons > a#vote_down_3707557821 div.apphub_CardMetaData > div.apphub_CardControls > div.apphub_CardRatingButtons > a#vote_down_3707557821 |
div.apphub_CardMetaData > div.apphub_CardControls > div.apphub_CardRatingButtons > a#vote_up_3707001152 div.apphub_CardMetaData > div.apphub_CardControls > div.apphub_CardRatingButtons > a#vote_up_3707001152 |
div.apphub_CardMetaData > div.apphub_CardControls > div.apphub_CardRatingButtons > a#vote_down_3707001152 div.apphub_CardMetaData > div.apphub_CardControls > div.apphub_CardRatingButtons > a#vote_down_3707001152 |
div.apphub_CardMetaData > div.apphub_CardControls > div.apphub_CardRatingButtons > a#vote_up_3707704516 div.apphub_CardMetaData > div.apphub_CardControls > div.apphub_CardRatingButtons > a#vote_up_3707704516 |
div.apphub_CardMetaData > div.apphub_CardControls > div.apphub_CardRatingButtons > a#vote_down_3707704516 div.apphub_CardMetaData > div.apphub_CardControls > div.apphub_CardRatingButtons > a#vote_down_3707704516 |
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.
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 |
|---|
Submit div.community_home_search_content > div.community_home_search_apps > form#AppHubSearch > input.community_home_search_apps_image |
Submit div.community_home_search_content > div.community_home_search_players > form > input.community_home_search_players_image |
These items highlight common accessibility best practices.
Image display dimensions should match natural aspect ratio. Learn more about image aspect ratio.
Performance issues directly impact user engagement and conversion rates.
| URL | Aspect Ratio (Displayed) | Aspect Ratio (Actual) | |
|---|---|---|---|
STEAM div.responsive_header_content > div.responsive_header_logo > a > img | community.akamai.steamstatic.com/public/shared/images/responsive/header_logo.png | 744 x 36 (20.67) | 744 x 171 (4.35) |
div.responsive_header > div.responsive_header_content > div#responsive_menu_logo > img div.responsive_header > div.responsive_header_content > div#responsive_menu_logo > img | /public/shared/images/responsive/header_menu_hamburger.png | 244 x 100 (2.44) | 244 x 212 (1.15) |
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 | |
|---|---|---|---|---|
div.vote_header > div.reviewInfo > div.thumb > img div.vote_header > div.reviewInfo > div.thumb > img | /public/shared/images/userreviews/icon_thumbsUp.png?v=1 | 44 x 44 | 40 x 40 | 44 x 44 |
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. | /public/javascript/prototype-1.7.js?v=npJElBnrEO6W&l=engl... line 5621, col 11 |
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 |
|---|---|
/public/javascript/applications/community/main.js?v=58dVz... line 13, col 768017 | Missing config element # application_config |
/public/javascript/applications/community/main.js?v=58dVz... line 13, col 768017 | Missing config element # application_config |
/public/javascript/applications/community/main.js?v=58dVz... line 13, col 768017 | Missing config element # application_config |
/public/javascript/applications/community/main.js?v=58dVz... line 13, col 768017 | Missing config element # application_config |
/public/javascript/applications/community/main.js?v=58dVz... line 13, col 768017 | Missing config element # application_config |
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 |
|---|---|
| store.steampowered.com/about/ | Learn more |
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.community_home_app_shortcuts_list > div.appHubShortcut > a > img.appHubShortcut_Icon div.community_home_app_shortcuts_list > div.appHubShortcut > a > img.appHubShortcut_Icon |
div.community_home_app_shortcuts_list > div.appHubShortcut > a > img.appHubShortcut_Icon div.community_home_app_shortcuts_list > div.appHubShortcut > a > img.appHubShortcut_Icon |
div.community_home_app_shortcuts_list > div.appHubShortcut > a > img.appHubShortcut_Icon div.community_home_app_shortcuts_list > div.appHubShortcut > a > img.appHubShortcut_Icon |
div.community_home_app_shortcuts_list > div.appHubShortcut > a > img.appHubShortcut_Icon div.community_home_app_shortcuts_list > div.appHubShortcut > a > img.appHubShortcut_Icon |
div.apphub_UserReviewCardContent > div.found_helpful > div.review_award_aggregated > img.reward_btn_icon div.apphub_UserReviewCardContent > div.found_helpful > div.review_award_aggregated > img.reward_btn_icon |
div.vote_header > div.reviewInfo > div.thumb > img div.vote_header > div.reviewInfo > div.thumb > img |
div.apphub_UserReviewCardContent > div.found_helpful > div.review_award_aggregated > img.reward_btn_icon div.apphub_UserReviewCardContent > div.found_helpful > div.review_award_aggregated > img.reward_btn_icon |
div.vote_header > div.reviewInfo > div.thumb > img div.vote_header > div.reviewInfo > div.thumb > img |
div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > div.apphub_CardContentGuideTitle > img.apphub_CardContentGuideImage div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > div.apphub_CardContentGuideTitle > img.apphub_CardContentGuideImage |
div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon |
div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > div.apphub_CardContentGuideTitle > img.apphub_CardContentGuideImage div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > div.apphub_CardContentGuideTitle > img.apphub_CardContentGuideImage |
div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon |
div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > div.apphub_CardContentGuideTitle > img.apphub_CardContentGuideImage div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > div.apphub_CardContentGuideTitle > img.apphub_CardContentGuideImage |
div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPlayVideoIcon div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPlayVideoIcon |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage |
div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > div.apphub_CardContentGuideTitle > img.apphub_CardContentGuideImage div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > div.apphub_CardContentGuideTitle > img.apphub_CardContentGuideImage |
div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon |
div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > div.apphub_CardContentGuideTitle > img.apphub_CardContentGuideImage div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > div.apphub_CardContentGuideTitle > img.apphub_CardContentGuideImage |
div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon |
div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > div.apphub_CardContentGuideTitle > img.apphub_CardContentGuideImage div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > div.apphub_CardContentGuideTitle > img.apphub_CardContentGuideImage |
div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon |
div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > div.apphub_CardContentGuideTitle > img.apphub_CardContentGuideImage div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > div.apphub_CardContentGuideTitle > img.apphub_CardContentGuideImage |
div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon |
div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > div.apphub_CardContentGuideTitle > img.apphub_CardContentGuideImage div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > div.apphub_CardContentGuideTitle > img.apphub_CardContentGuideImage |
div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage |
div.apphub_CardRatingButtons > a.btn_grey_grey > span > img.reward_btn_icon div.apphub_CardRatingButtons > a.btn_grey_grey > span > img.reward_btn_icon |
div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon |
div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > div.apphub_CardContentGuideTitle > img.apphub_CardContentGuideImage div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > div.apphub_CardContentGuideTitle > img.apphub_CardContentGuideImage |
div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon |
div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > div.apphub_CardContentGuideTitle > img.apphub_CardContentGuideImage div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > div.apphub_CardContentGuideTitle > img.apphub_CardContentGuideImage |
div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage |
div.apphub_CardRatingButtons > a.btn_grey_grey > span > img.reward_btn_icon div.apphub_CardRatingButtons > a.btn_grey_grey > span > img.reward_btn_icon |
div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage |
div.apphub_CardRatingButtons > a.btn_grey_grey > span > img.reward_btn_icon div.apphub_CardRatingButtons > a.btn_grey_grey > span > img.reward_btn_icon |
div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage |
div.apphub_CardRatingButtons > a.btn_grey_grey > span > img.reward_btn_icon div.apphub_CardRatingButtons > a.btn_grey_grey > span > img.reward_btn_icon |
div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage |
div.apphub_CardRatingButtons > a.btn_grey_grey > span > img.reward_btn_icon div.apphub_CardRatingButtons > a.btn_grey_grey > span > img.reward_btn_icon |
div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage |
div.apphub_CardRatingButtons > a.btn_grey_grey > span > img.reward_btn_icon div.apphub_CardRatingButtons > a.btn_grey_grey > span > img.reward_btn_icon |
div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage |
div.apphub_CardRatingButtons > a.btn_grey_grey > span > img.reward_btn_icon div.apphub_CardRatingButtons > a.btn_grey_grey > span > img.reward_btn_icon |
div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage |
div.apphub_CardRatingButtons > a.btn_grey_grey > span > img.reward_btn_icon div.apphub_CardRatingButtons > a.btn_grey_grey > span > img.reward_btn_icon |
div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPlayVideoIcon div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPlayVideoIcon |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPlayVideoIcon div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPlayVideoIcon |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPlayVideoIcon div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPlayVideoIcon |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPlayVideoIcon div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPlayVideoIcon |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPlayVideoIcon div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPlayVideoIcon |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPlayVideoIcon div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPlayVideoIcon |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPlayVideoIcon div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPlayVideoIcon |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPlayVideoIcon div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPlayVideoIcon |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPlayVideoIcon div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPlayVideoIcon |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage |
div.apphub_UserReviewCardContent > div.found_helpful > div.review_award_aggregated > img.reward_btn_icon div.apphub_UserReviewCardContent > div.found_helpful > div.review_award_aggregated > img.reward_btn_icon |
div.vote_header > div.reviewInfo > div.thumb > img div.vote_header > div.reviewInfo > div.thumb > img |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage |
div.apphub_CardRatingButtons > a.btn_grey_grey > span > img.reward_btn_icon div.apphub_CardRatingButtons > a.btn_grey_grey > span > img.reward_btn_icon |
div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon |
div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage div.apphub_CardContentClickable > div.apphub_CardContentPreviewImageBorder > div.apphub_CardContentMain > img.apphub_CardContentPreviewImage |
div.apphub_CardRatingButtons > a.btn_grey_grey > span > img.reward_btn_icon div.apphub_CardRatingButtons > a.btn_grey_grey > span > img.reward_btn_icon |
div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon div.apphub_CardControls > div.apphub_CardRightData > div.review_award_aggregated > img.reward_btn_icon |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. Learn how to make links crawlable
Performance issues directly impact user engagement and conversion rates.
| Uncrawlable Link |
|---|
div.apphub_CardMetaData > div.apphub_CardControls > div.apphub_CardRatingButtons > a#vote_up_3707333832 div.apphub_CardMetaData > div.apphub_CardControls > div.apphub_CardRatingButtons > a#vote_up_3707333832 |
div.apphub_CardMetaData > div.apphub_CardControls > div.apphub_CardRatingButtons > a#vote_down_3707333832 div.apphub_CardMetaData > div.apphub_CardControls > div.apphub_CardRatingButtons > a#vote_down_3707333832 |
Award div.apphub_CardMetaData > div.apphub_CardControls > div.apphub_CardRatingButtons > a.btn_grey_grey |
div.apphub_CardMetaData > div.apphub_CardControls > div.apphub_CardRatingButtons > a#vote_up_3707854548 div.apphub_CardMetaData > div.apphub_CardControls > div.apphub_CardRatingButtons > a#vote_up_3707854548 |
div.apphub_CardMetaData > div.apphub_CardControls > div.apphub_CardRatingButtons > a#vote_down_3707854548 div.apphub_CardMetaData > div.apphub_CardControls > div.apphub_CardRatingButtons > a#vote_down_3707854548 |
Award div.apphub_CardMetaData > div.apphub_CardControls > div.apphub_CardRatingButtons > a.btn_grey_grey |
div.apphub_CardMetaData > div.apphub_CardControls > div.apphub_CardRatingButtons > a#vote_up_3707208645 div.apphub_CardMetaData > div.apphub_CardControls > div.apphub_CardRatingButtons > a#vote_up_3707208645 |
div.apphub_CardMetaData > div.apphub_CardControls > div.apphub_CardRatingButtons > a#vote_down_3707208645 div.apphub_CardMetaData > div.apphub_CardControls > div.apphub_CardRatingButtons > a#vote_down_3707208645 |
Award div.apphub_CardMetaData > div.apphub_CardControls > div.apphub_CardRatingButtons > a.btn_grey_grey |
div.apphub_CardMetaData > div.apphub_CardControls > div.apphub_CardRatingButtons > a#vote_up_3707468007 div.apphub_CardMetaData > div.apphub_CardControls > div.apphub_CardRatingButtons > a#vote_up_3707468007 |
div.apphub_CardMetaData > div.apphub_CardControls > div.apphub_CardRatingButtons > a#vote_down_3707468007 div.apphub_CardMetaData > div.apphub_CardControls > div.apphub_CardRatingButtons > a#vote_down_3707468007 |
Award div.apphub_CardMetaData > div.apphub_CardControls > div.apphub_CardRatingButtons > a.btn_grey_grey |
div.apphub_CardMetaData > div.apphub_CardControls > div.apphub_CardRatingButtons > a#vote_up_3706078084 div.apphub_CardMetaData > div.apphub_CardControls > div.apphub_CardRatingButtons > a#vote_up_3706078084 |
div.apphub_CardMetaData > div.apphub_CardControls > div.apphub_CardRatingButtons > a#vote_down_3706078084 div.apphub_CardMetaData > div.apphub_CardControls > div.apphub_CardRatingButtons > a#vote_down_3706078084 |
Award div.apphub_CardMetaData > div.apphub_CardControls > div.apphub_CardRatingButtons > a.btn_grey_grey |
div.apphub_CardMetaData > div.apphub_CardControls > div.apphub_CardRatingButtons > a#vote_up_3706662765 div.apphub_CardMetaData > div.apphub_CardControls > div.apphub_CardRatingButtons > a#vote_up_3706662765 |
div.apphub_CardMetaData > div.apphub_CardControls > div.apphub_CardRatingButtons > a#vote_down_3706662765 div.apphub_CardMetaData > div.apphub_CardControls > div.apphub_CardRatingButtons > a#vote_down_3706662765 |
Award div.apphub_CardMetaData > div.apphub_CardControls > div.apphub_CardRatingButtons > a.btn_grey_grey |
div.apphub_CardMetaData > div.apphub_CardControls > div.apphub_CardRatingButtons > a#vote_up_3707593300 div.apphub_CardMetaData > div.apphub_CardControls > div.apphub_CardRatingButtons > a#vote_up_3707593300 |
div.apphub_CardMetaData > div.apphub_CardControls > div.apphub_CardRatingButtons > a#vote_down_3707593300 div.apphub_CardMetaData > div.apphub_CardControls > div.apphub_CardRatingButtons > a#vote_down_3707593300 |
Award div.apphub_CardMetaData > div.apphub_CardControls > div.apphub_CardRatingButtons > a.btn_grey_grey |
div.apphub_CardMetaData > div.apphub_CardControls > div.apphub_CardRatingButtons > a#vote_up_3707557821 div.apphub_CardMetaData > div.apphub_CardControls > div.apphub_CardRatingButtons > a#vote_up_3707557821 |
div.apphub_CardMetaData > div.apphub_CardControls > div.apphub_CardRatingButtons > a#vote_down_3707557821 div.apphub_CardMetaData > div.apphub_CardControls > div.apphub_CardRatingButtons > a#vote_down_3707557821 |
Award div.apphub_CardMetaData > div.apphub_CardControls > div.apphub_CardRatingButtons > a.btn_grey_grey |
div.apphub_CardMetaData > div.apphub_CardControls > div.apphub_CardRatingButtons > a#vote_up_3707001152 div.apphub_CardMetaData > div.apphub_CardControls > div.apphub_CardRatingButtons > a#vote_up_3707001152 |
div.apphub_CardMetaData > div.apphub_CardControls > div.apphub_CardRatingButtons > a#vote_down_3707001152 div.apphub_CardMetaData > div.apphub_CardControls > div.apphub_CardRatingButtons > a#vote_down_3707001152 |
Award div.apphub_CardMetaData > div.apphub_CardControls > div.apphub_CardRatingButtons > a.btn_grey_grey |
div.apphub_CardMetaData > div.apphub_CardControls > div.apphub_CardRatingButtons > a#vote_up_3707704516 div.apphub_CardMetaData > div.apphub_CardControls > div.apphub_CardRatingButtons > a#vote_up_3707704516 |
div.apphub_CardMetaData > div.apphub_CardControls > div.apphub_CardRatingButtons > a#vote_down_3707704516 div.apphub_CardMetaData > div.apphub_CardControls > div.apphub_CardRatingButtons > a#vote_down_3707704516 |
Award div.apphub_CardMetaData > div.apphub_CardControls > div.apphub_CardRatingButtons > a.btn_grey_grey |
To appear in search results, crawlers need access to your app.
Send Feedback