Manifest position 451 · CrUX rank bucket 1000

https://luticlip.com

Coverage complete

Coverage-complete audit of four representative public templates and the primary browse-to-watch journey.

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
issueshighThe dark/reduced probe found a black body and color-scheme "light dark", while screenshots and CSS inspection show no prefers-color-scheme rule. The UI does not offer a preference-driven light variant.
F01 low: The site imposes the same dark palette for both color preferences.
respect-user-preferences
respects-reduced-motion
passhighThe reduced-motion probe matched reduce and document.getAnimations() returned no active animations.
respect-user-preferences
respects-contrast
passhighForced-colors emulation remained legible in the captured dark surface; Lighthouse contrast failures are separately recorded under the explicit WCAG contrast check.
implement-natural-interactions
view-transitions
issueshighThe platform probe found no view-transition CSS and recon found a traditional MPA with detail and listing navigation.
F02 low: Navigation and state changes have no authored View Transition treatment.
implement-natural-interactions
scroll-driven-animations
not-applicablehighNo scroll-linked animation exists on the representative listing or detail templates.
implement-natural-interactions
physical-gestures
passhighRepresentative listing and detail paths use native scrolling and native video controls; no custom pointermove gesture layer was found.
provide-guided-navigation
scroll-state-aware-chrome
issueshighThe platform probe found no view-transition CSS and recon found a traditional MPA with detail and listing navigation.
F02 low: Navigation and state changes have no authored View Transition treatment.
provide-guided-navigation
anchored-positioning
not-applicablehighNo tooltip, popover, or edge-positioned menu was present on the representative paths.
provide-guided-navigation
directs-attention
issueshighThe platform probe found no view-transition CSS and recon found a traditional MPA with detail and listing navigation.
F02 low: Navigation and state changes have no authored View Transition treatment.
maximize-content-reduce-noise
no-intrusive-interruptions
passhighThe only load-time modal is a proportionate age-verification gate for an adult site, with clear Yes and No choices.
maximize-content-reduce-noise
semantic-dismissible-primitives
issueshighThe platform probe identified a DIV with role=dialog, and screenshots show the modal on load. Native dialog focus containment, Escape behavior, and return-focus semantics are therefore hand-implemented or absent.
F19 medium: The mandatory age confirmation uses a custom role-dialog instead of the native dialog primitive.
maximize-content-reduce-noise
reduced-chrome
passhighMobile screenshots devote the page primarily to search, listings, and the video player, with compact header chrome.
adapt-to-the-form-factor
responsive-no-horizontal-scroll
passhighLayout at 360x800 reported scrollWidth 360, clientWidth 360, horizontalOverflowPx 0 on both listing and detail templates.
adapt-to-the-form-factor
component-level-responsiveness
issueshighMobile layout has no overflow, but CSS inspection found no @container rules on reusable listing cards or navigation components.
F18 low: Responsive behavior relies on viewport rules rather than component-level adaptation.
adapt-to-the-form-factor
input-modality-aware
issueshighThe active focus probe reported outline-style none or a zero-width dotted outline for search, submit, navigation, and card links.
F06 high: Keyboard focus is often visually absent.
support-core-task-success
clear-purpose-and-primary-action
passhighThe first viewport identifies the video catalogue, exposes search, and presents latest content; the detail path exposes native playback controls immediately.
support-core-task-success
primary-flow-completion
issueshighThe HAR recorded 30 HTTP 503 responses, predominantly content thumbnails. The mobile screenshot visibly contains broken image icons in primary listing cards.
F03 high: A large share of listing thumbnails fail, undermining browsing and selection.
support-core-task-success
clear-system-state-and-recovery
issueshighThe HAR recorded 30 HTTP 503 responses, predominantly content thumbnails. The mobile screenshot visibly contains broken image icons in primary listing cards.
F03 high: A large share of listing thumbnails fail, undermining browsing and selection.
be-fast-and-stable
good-core-web-vitals
issueshighHAR measured 982 KB transferred, with 712 KB from third parties. Lighthouse reported LCP 4.1s, TTI 8.8s, 261 KiB unused JavaScript, 310ms render-blocking savings, and 1,262 KiB cache-lifetime savings.
F09 high: Third-party and legacy scripts dominate delivery and delay interactivity.
be-fast-and-stable
visual-stability
passhighMobile layout observers reported CLS 0 with no captured shifts on listing and detail pages.
be-fast-and-stable
efficient-main-thread
passhighTrace found one 54.15ms long task and only 4.15ms total blocking time; layout observed one borderline task.
be-fast-and-stable
efficient-resource-delivery
issueshighHAR measured 982 KB transferred, with 712 KB from third parties. Lighthouse reported LCP 4.1s, TTI 8.8s, 261 KiB unused JavaScript, 310ms render-blocking savings, and 1,262 KiB cache-lifetime savings.
F09 high: Third-party and legacy scripts dominate delivery and delay interactivity.
be-fast-and-stable
trim-unused-and-duplicate-code
issueshighHAR measured 982 KB transferred, with 712 KB from third parties. Lighthouse reported LCP 4.1s, TTI 8.8s, 261 KiB unused JavaScript, 310ms render-blocking savings, and 1,262 KiB cache-lifetime savings.
F09 high: Third-party and legacy scripts dominate delivery and delay interactivity.
be-inclusive
names-roles-labels
issueshighLighthouse failed both form-label and link-name audits. The DOM probe shows the search text input and icon submit input without labels or aria-labels, plus multiple empty links.
F04 high: Key controls and links lack accessible names or labels.
be-inclusive
sufficient-contrast
issueshighLighthouse color-contrast audit failed. Screenshots show muted gray Persian copy and metadata against black or dark gray surfaces.
F05 high: Text and essential UI fail minimum color contrast.
be-inclusive
structure-and-focus
issueshighThe active focus probe reported outline-style none or a zero-width dotted outline for search, submit, navigation, and card links.
F06 high: Keyboard focus is often visually absent.
be-inclusive
legible-text
passhighMobile listing and detail screenshots show text reflowing within the viewport without clipping; contrast defects are recorded separately.
be-inclusive
zoom-reflow-targets-and-media
issueshighThe live meta viewport is width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0; Lighthouse failed meta-viewport.
F07 high: The viewport explicitly prevents user zoom.
follow-best-practices
no-console-errors
issueshighLighthouse failed errors-in-console and BFCache audits with three BFCache failure reasons; its best-practices score was 0.73.
F10 medium: The page logs browser errors and blocks back-forward cache restoration.
follow-best-practices
sound-document-and-assets
issueshighThe HAR recorded 30 HTTP 503 responses, predominantly content thumbnails. The mobile screenshot visibly contains broken image icons in primary listing cards. The image audit found 32 of 32 images without srcset, all 32 in legacy PNG/JPEG formats, 28 below-fold images without loading=lazy, and two images without dimensions.
F03 high: A large share of listing thumbnails fail, undermining browsing and selection.
F08 medium: Images are not delivered responsively or efficiently.
follow-best-practices
browser-platform-hygiene
issueshighLighthouse failed errors-in-console and BFCache audits with three BFCache failure reasons; its best-practices score was 0.73.
F10 medium: The page logs browser errors and blocks back-forward cache restoration.
be-discoverable
title-and-description
issueshighDiscoverability found title and h1 in raw HTML but metaDescriptionPresentInRaw was null on the audited detail page.
F11 medium: Representative detail pages omit a meta description.
be-discoverable
crawlable-and-mobile-friendly
passhighRecon found real href links and a viewport meta; robots allows public content crawling and Lighthouse SEO scored 1.0.
be-discoverable
canonical-and-indexing-signals
passhighHomepage exposes a canonical URL; robots points to a reachable sitemap index and the audited pages returned HTTP 200 without noindex.
be-discoverable
structured-and-shareable-metadata
passhighRecon found an application/ld+json block and Lighthouse SEO scored 1.0 on the representative entry page.
be-private-and-secure
secure-transport-and-headers
issueshighThe header audit found no document Content-Security-Policy. Both Google Analytics cookies were not Secure, SameSite=None, and persisted for 400 days.
F12 high: Security policy and cookie posture are incomplete.
be-private-and-secure
data-minimisation-and-third-parties
issueshighTracker capture found 16 third-party origins including Google Analytics and ad networks. HAR attributed 24 requests and 712,455 bytes, about 73% of transfer, to third parties.
F13 high: The page has a disproportionate advertising and tracking footprint.
be-private-and-secure
in-context-permissions-and-modern-auth
issueshighRecon found password-based login and reset forms with empty autocomplete attributes and no evidence of WebAuthn or passkey registration.
F14 medium: Account forms lack modern authentication and autofill affordances.
be-private-and-secure
defensive-browser-policies
issueshighThe header audit found no document Content-Security-Policy. Both Google Analytics cookies were not Secure, SameSite=None, and persisted for 400 days.
F12 high: Security policy and cookie posture are incomplete.
be-resilient
progressive-enhancement
passhighRaw HTML returned 200 and retained title, h1, and 68% to 78% of rendered content tokens on listing and detail paths; neither is a JS shell.
be-resilient
resilient-runtime-behaviour
passhighNative navigation, video, and the bounded mobile layouts remained usable without overlay clipping on tested paths.
be-resilient
offline-and-installable
not-applicablehighThis public media catalogue is not presented as an installable application; offline video delivery is not a proportionate expectation.
be-resilient
network-and-http-failure-states
issueshighThe HAR recorded 30 HTTP 503 responses, predominantly content thumbnails. The mobile screenshot visibly contains broken image icons in primary listing cards.
F03 high: A large share of listing thumbnails fail, undermining browsing and selection.
be-internationalised
lang-dir-and-logical-properties
issueshighThe DOM reports html lang="en-US" and no dir although primary titles, navigation, and content are Persian. Detail metadata also renders an English date label.
F15 high: Persian pages declare English and omit document direction.
be-internationalised
locale-aware-data
issueshighThe DOM reports html lang="en-US" and no dir although primary titles, navigation, and content are Persian. Detail metadata also renders an English date label.
F15 high: Persian pages declare English and omit document direction.
be-internationalised
time-zone-correctness
not-applicablehighThe representative pages expose only publication dates, not scheduled events or cross-zone time coordination.
be-trustworthy
no-dark-patterns
issueshighDOM recon found empty links, including one directly to adexchangerapid.com, while the tracker probe found numerous ad-tech origins. Users cannot identify the destination before activation.
F16 high: Unnamed advertising links make destination and intent opaque.
be-trustworthy
humane-error-handling
issueshighThe form probes show empty autocomplete values on username, password, email/reset, and search inputs, while several fields also lack explicit labels.
F17 medium: Search and account forms provide weak input assistance.
be-trustworthy
trustworthy-input-assistance
issueshighThe form probes show empty autocomplete values on username, password, email/reset, and search inputs, while several fields also lack explicit labels.
F17 medium: Search and account forms provide weak input assistance.
be-trustworthy
safe-commercial-and-account-flows
issueshighRecon found password-based login and reset forms with empty autocomplete attributes and no evidence of WebAuthn or passkey registration.
F14 medium: Account forms lack modern authentication and autofill affordances.
be-sustainable
optimised-assets
issueshighThe image audit found 32 of 32 images without srcset, all 32 in legacy PNG/JPEG formats, 28 below-fold images without loading=lazy, and two images without dimensions.
F08 medium: Images are not delivered responsively or efficiently.
be-sustainable
no-wasteful-work
issueshighTracker capture found 16 third-party origins including Google Analytics and ad networks. HAR attributed 24 requests and 712,455 bytes, about 73% of transfer, to third parties.
F13 high: The page has a disproportionate advertising and tracking footprint.
be-sustainable
third-party-and-media-budget
issueshighTracker capture found 16 third-party origins including Google Analytics and ad networks. HAR attributed 24 requests and 712,455 bytes, about 73% of transfer, to third parties.
F13 high: The page has a disproportionate advertising and tracking footprint.
be-agent-ready
structured-agent-capabilities
not-applicablehighNo declared agent-facing intent or transactional agent capability was found.
be-agent-ready
on-device-inference
not-applicablehighNo summarisation, generation, or other inference surface exists where on-device AI would improve the core experience.
be-memory-efficient
no-leak-under-repeated-interaction
passmediumBaseline and post-menu-toggle heap summaries were 14.33 MB and 14.95 MB after ten toggle cycles, a bounded 4.3% difference across fresh loads, with no Detached constructor in either top summary.
be-memory-efficient
bounded-footprint
passhighHeap summaries measured 14.33 MB to 14.95 MB and about 226k to 234k nodes for an ad-heavy media listing; no unbounded run growth was observed.
be-memory-efficient
no-detached-dom-or-unbounded-listeners
passhighNeither heap summary contained a Detached* constructor among top allocations after ten attempted menu toggle cycles.

Provenance

Canonical report: results/atomic/reports/0451-luticlip_com.json
Report SHA-256: 57b80bb216c246804553ebcf8e70bc1958355a28b6a0add8f056665e421732e4
Local retained report: runs/2026-07-17T17-27-24-856Z/atomic-reports/luticlip_com/2026-07-20T22-22-46-564Z/report.json
Local evidence root: runs/2026-07-17T17-27-24-856Z/atomic-reports/luticlip_com/2026-07-20T22-22-46-564Z
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.