Manifest position 337 · CrUX rank bucket 1000

https://xhamster.com

Coverage complete

Coverage-complete representative-template audit; no source changes requested.

Attempts
1 / 3
Judged checks
58 / 58
Blocked
0
Not run
0
This report has no published overall score. Blocked and not-run checks are not passes. A coverage-complete report means every check has a judged outcome; it does not mean every check passed.

All 58 atomic check outcomes

Principle / checkStatusConfidenceEvidence or reason
respect-user-preferences
respects-color-scheme
passhighLight and dark emulation produced deliberately retinted light and dark themes with readable content.
respect-user-preferences
respects-reduced-motion
issueshighThe reduced-motion evaluate probe found eight running 2,000 ms placeholder animations and zero accessible prefers-reduced-motion rules while the emulated preference was active.
F01 medium: Loading placeholders continue animating when reduced motion is requested.
respect-user-preferences
respects-contrast
passmediumUnder prefers-contrast: more, controls and text remained visible; the capture showed no disappearing essential affordances.
implement-natural-interactions
view-transitions
issueshighDOM snapshots identify a multi-page site with ordinary links, while route screenshots show independent full loads and no view-transition declaration was present in the rendered document.
F02 low: Navigation uses abrupt full-document swaps without a declared cross-document transition.
implement-natural-interactions
scroll-driven-animations
not-applicablehighNo parallax, scrollytelling, or scroll-linked animation was present on the audited listing, detail, search, signup, or error templates.
implement-natural-interactions
physical-gestures
not-applicablehighThe audited core paths use links, buttons, search, and native scrolling; no swipe, pull, carousel, or gesture-driven control was present.
provide-guided-navigation
scroll-state-aware-chrome
issueshighThe categories DOM computed nav as position: sticky with a fixed 40 px height; mobile and desktop captures show the same large two-row header regardless of content depth.
F03 low: Persistent navigation is sticky but does not adapt to scroll position.
provide-guided-navigation
anchored-positioning
not-applicablehighNo tooltip, transient popover, or edge-positioned menu was encountered in the representative paths.
provide-guided-navigation
directs-attention
passhighActive navigation uses a clear red underline/highlight, the newest page highlights its selected destination, and the 404 state exposes a Return to Home action.
maximize-content-reduce-noise
no-intrusive-interruptions
issueshighDesktop, detail, search, signup, and 404 screenshots show a large centered consent panel covering the page before interaction; on the default viewport it occupies most of the usable content area.
F04 medium: The cookie prompt obscures the primary content on every fresh page load.
maximize-content-reduce-noise
semantic-dismissible-primitives
issueshighThe screenshot shows modal behavior, but the recon probe found no dialog element and no element with role=dialog; keyboard and assistive-technology modal semantics therefore are not inherent.
F05 medium: The blocking consent UI is not exposed as a dialog.
maximize-content-reduce-noise
reduced-chrome
issueshighThe desktop and mobile screenshots devote substantial first-viewport area to two navigation rows, a bright age-verification banner, a promotion strip, a permanent category rail, and the consent overlay.
F06 medium: Navigation, promotion bars, side rails and consent chrome crowd the content.
adapt-to-the-form-factor
responsive-no-horizontal-scroll
issueshighThe mobile layout primitive measured scrollWidth 1,024 px against a 360 px visual viewport, 664 px of horizontal overflow; the screenshot shows the sidebar consuming most of the screen and clipped content.
F07 high: The desktop layout is forced into a 360 px mobile viewport.
adapt-to-the-form-factor
component-level-responsiveness
issueshighAt 360 px the same 1,024 px desktop body, permanent sidebar, and content grid remain, demonstrating that reused layout components do not adapt to their available container.
F07 high: The desktop layout is forced into a 360 px mobile viewport.
adapt-to-the-form-factor
input-modality-aware
issueshighThe focus probe focused the first visible link and computed outline: none and box-shadow: none; it also counted 53 visible targets under 24 px in at least one dimension. Lighthouse separately failed target-size.
F08 high: Keyboard focus is invisible and many targets are undersized.
support-core-task-success
clear-purpose-and-primary-action
passhighThe first viewport clearly identifies a media catalogue, exposes search and category navigation, and presents recognizable content cards.
support-core-task-success
primary-flow-completion
passmediumA listing route, category index, individual detail route, search request, and signup entry route all loaded without a dead end.
support-core-task-success
clear-system-state-and-recovery
passhighAn invalid URL produced a clear Page not found state with explanatory copy, a Return to Home action, and alternative content.
be-fast-and-stable
good-core-web-vitals
issueshighLighthouse measured FCP 10.3 s, LCP 10.6 s and Speed Index 12.5 s (performance score 0.55); the first-party trace also measured LCP 3.58 s, above the 2.5 s good threshold.
F09 high: Largest Contentful Paint is slow under a throttled mobile audit.
be-fast-and-stable
visual-stability
passhighThe layout observer recorded CLS 0 with no shifts, and Lighthouse independently reported CLS 0.
be-fast-and-stable
efficient-main-thread
passmediumThe trace recorded two long tasks, 101 ms total blocking time and a 139 ms longest task; Lighthouse measured 0 ms TBT under its run.
be-fast-and-stable
efficient-resource-delivery
issueshighThe HAR recorded 154 requests and 1,959,472 transferred bytes, including 65 scripts totaling 1,167,373 bytes and three parser-inserted VeryHigh-priority stylesheets. Lighthouse estimated 26 KiB unused JS and 57 KiB unused CSS.
F10 medium: The entry page ships a large, script-dominated request graph.
be-fast-and-stable
trim-unused-and-duplicate-code
issueshighLighthouse estimated 26 KiB unused JavaScript and 57 KiB unused CSS while the HAR recorded 65 script requests and 1.17 MB of script transfer.
F10 medium: The entry page ships a large, script-dominated request graph.
be-inclusive
names-roles-labels
issueshighLighthouse accessibility scored 0.72 and found two unnamed buttons, two unnamed links, and nine visible-label/accessibility-name mismatches.
F11 high: Interactive controls have missing or mismatched accessible names.
be-inclusive
sufficient-contrast
issueshighLighthouse found 13 contrast failures, including age-verification copy at 2.15:1 and 1.75:1 and video metadata at 3.29:1, below the required 4.5:1 for normal text.
F12 high: Important text does not meet minimum color contrast.
be-inclusive
structure-and-focus
issueshighLighthouse found invalid list structure and the keyboard probe computed no outline or box shadow on the first focused interactive element.
F08 high: Keyboard focus is invisible and many targets are undersized.
be-inclusive
legible-text
issueshighLighthouse found 13 low-contrast text instances and the narrow capture shows clipped, cramped content beside a fixed sidebar.
F12 high: Important text does not meet minimum color contrast.
F07 high: The desktop layout is forced into a 360 px mobile viewport.
be-inclusive
zoom-reflow-targets-and-media
issueshighLighthouse failed meta-viewport because the served mobile metadata includes user-scalable=no; the independent 360 px layout test also found 664 px horizontal overflow.
F13 high: The mobile viewport disables user scaling and the page does not reflow.
follow-best-practices
no-console-errors
passhighLighthouse errors-in-console scored 1 with no collected console error items.
follow-best-practices
sound-document-and-assets
passhighRendered DOM has an HTML doctype, UTF-8 charset and viewport metadata; Lighthouse passed image aspect ratio and responsive image sizing.
follow-best-practices
browser-platform-hygiene
passmediumLighthouse best-practices scored 1.0 and no permission prompt appeared on load across fresh sessions.
be-discoverable
title-and-description
passhighHome, category and detail DOM snapshots contain unique descriptive titles; home and detail expose descriptive meta descriptions.
be-discoverable
crawlable-and-mobile-friendly
passhighLighthouse SEO scored 1.0, crawlable anchors and robots passed, and DOM snapshots contain viewport metadata and real href links.
be-discoverable
canonical-and-indexing-signals
passhighHome and detail expose canonical links, robots.txt is reachable and permits public catalogue paths, and both discoverability fetches returned HTTP 200.
be-discoverable
structured-and-shareable-metadata
passmediumThe detail DOM contains accurate Open Graph and Twitter title, description, image, URL and video-type metadata matching visible content.
be-private-and-secure
secure-transport-and-headers
issueshighThe headers primitive found no CSP, HSTS, nosniff, clickjacking, Referrer-Policy, or Permissions-Policy headers. The cookies primitive found three cookies without Secure, including two SameSite=None cookies.
F14 high: Security headers are absent and three first-party cookies lack Secure.
be-private-and-secure
data-minimisation-and-third-parties
issueshighThe tracker primitive observed 13 third-party origins among 17 total and an active Google Tag Manager request; the HAR recorded 154 requests before any consent choice.
F15 medium: The initial load contacts a broad third-party surface before consent.
be-private-and-secure
in-context-permissions-and-modern-auth
passmediumNo permission prompt appeared on load; the signup surface offers federated/email choices and rendered markup includes passkey/WebAuthn capability text.
be-private-and-secure
defensive-browser-policies
issueshighThe header probe found no HSTS, clickjacking defense, Referrer-Policy, Permissions-Policy or CSP frame-ancestors policy.
F14 high: Security headers are absent and three first-party cookies lack Secure.
be-resilient
progressive-enhancement
passhighRaw HTML retained 89% of home content and 100% of category content; neither route was a JS shell and both retained title, H1 and description without JavaScript.
be-resilient
resilient-runtime-behaviour
passmediumListing, category, detail, search, signup and error routes rendered stable content; the consent overlay remained contained within the desktop viewport.
be-resilient
offline-and-installable
passmediumThe page links a complete web app manifest and a live service-worker registration at /pwa.js; continuous video delivery is intrinsically online, so the installability evidence is judged proportionally.
be-resilient
network-and-http-failure-states
passhighA deliberately invalid route returned a branded 404 with useful explanation, Return to Home recovery and alternative content rather than a blank shell.
be-internationalised
lang-dir-and-logical-properties
passmediumAll sampled templates declare lang=en, use implicit LTR direction, and expose a prominent language selector; text and controls remained ordered correctly.
be-internationalised
locale-aware-data
not-applicablehighThe audited catalogue, search, signup and detail states did not expose dates, currency, numeric input, durations requiring localization, or calendar selection as user-entered locale-sensitive data.
be-internationalised
time-zone-correctness
not-applicablehighNo scheduled events, user-entered times, recurring intervals, or time-zone-sensitive primary flow was present on the audited paths.
be-trustworthy
no-dark-patterns
passhighThe consent surface gives Accept and Reject equal visual prominence and links privacy/cookie policies; the signup surface clearly labels its choices.
be-trustworthy
humane-error-handling
passmediumThe only directly exercised error state was an invalid route, which used neutral explanatory language and provided immediate recovery rather than blame.
be-trustworthy
trustworthy-input-assistance
passmediumThe search input has a descriptive placeholder and accessible label; the signup entry offers explicit sign-up methods rather than forcing hidden data entry.
be-trustworthy
safe-commercial-and-account-flows
passmediumThe sampled account entry clearly offers social and email sign-up methods, while consent is reversible through a Manage cookies link and equal Reject action.
be-sustainable
optimised-assets
issueshighThe images primitive found 29 of 36 images without dimensions, 13 oversized images, 16 legacy-format resources, eight below-fold images not lazy-loaded, and three images without responsive sources.
F16 medium: Image delivery wastes bytes and omits layout dimensions.
be-sustainable
no-wasteful-work
issueshighThe initial idle load issued 154 requests, including 65 scripts and known-tracker traffic, before the user selected a consent choice.
F10 medium: The entry page ships a large, script-dominated request graph.
F15 medium: The initial load contacts a broad third-party surface before consent.
be-sustainable
third-party-and-media-budget
issueshighThe initial catalogue transferred 1.96 MB and contacted 13 third-party origins; one uncached third-party image alone transferred 94 KB.
F15 medium: The initial load contacts a broad third-party surface before consent.
F16 medium: Image delivery wastes bytes and omits layout dimensions.
be-agent-ready
structured-agent-capabilities
not-applicablehighNo developer intent to expose agent-executable account, publishing, or commerce capabilities was available, and this emerging capability is not required for a public media catalogue.
be-agent-ready
on-device-inference
not-applicablehighNo summarisation, generation, translation, or other inference task is part of the representative media-browsing and account-entry journeys.
be-memory-efficient
no-leak-under-repeated-interaction
passmediumAfter ten top-to-bottom scroll cycles, heap self-size was 42.08 MB versus a 40.59 MB baseline (+3.68%) and nodes were +3.15%; no Detached constructor appeared in either summary. The bounded increase is consistent with loaded feed content, not unbounded retention.
be-memory-efficient
bounded-footprint
passmediumHeap summaries measured 40.59 MB baseline and 42.08 MB after repeated feed scrolling, proportionate to a media-rich catalogue with hundreds of interactive elements.
be-memory-efficient
no-detached-dom-or-unbounded-listeners
passmediumNeither heap summary contained a Detached constructor and repeated scrolling did not produce disproportionate node growth; nodes increased 3.15% after loading additional feed states.

Provenance

Canonical report: results/atomic/reports/0337-xhamster_com.json
Report SHA-256: a96881f920d62057412bde65dac6f1aa6fce9311fb9640ee63cfa0274c360840
Local retained report: runs/2026-07-17T17-27-24-856Z/atomic-reports/xhamster_com/2026-07-20T01-16-51-227Z/report.json
Local evidence root: runs/2026-07-17T17-27-24-856Z/atomic-reports/xhamster_com/2026-07-20T01-16-51-227Z
Catalog SHA-256: sha256:78ccfdb2d483f4c57d9dafed80fd86c6265585a56457c8dcfddc254b80fb44d7

Raw screenshots, HARs, traces, heaps, and other browser artifacts are retained at the local evidence root and intentionally are not committed. Artifact paths in the canonical report are relative to that root.