Manifest position 774 · CrUX rank bucket 1000
https://www.desitelugusex.com
Coverage complete
Coverage complete: all 58 catalog checks have conclusive outcomes across five representative paths.
All 58 atomic check outcomes
| Principle / check | Status | Confidence | Evidence or reason |
|---|---|---|---|
respect-user-preferencesrespects-color-scheme | issues | high | The dark-preference screenshot is pixel-identical to the light view; the probe reports body background rgb(255,255,255) and color-scheme: normal while the dark media query matches. F01 medium: The site ignores the user’s dark colour preference. |
respect-user-preferencesrespects-reduced-motion | pass | high | The reduced-motion media query matched and the page exposed zero running animations; no auto-advance or autoplay was present. |
respect-user-preferencesrespects-contrast | pass | medium | Lighthouse contrast audit passed and native links, inputs, buttons, and video controls remained semantic and visible. |
implement-natural-interactionsview-transitions | issues | high | CSS inspection found no view-transition declarations, and all navigation uses full-document links with no cross-document view transition rule. F02 low: Route changes are abrupt and provide no directional continuity. |
implement-natural-interactionsscroll-driven-animations | pass | high | CSS and animation probes found no scroll-linked animation or scroll-event animation to burden the main thread. |
implement-natural-interactionsphysical-gestures | pass | high | Scrolling and playback use native browser behavior; no custom pointer/gesture handlers or fighting overscroll behavior was observed. |
provide-guided-navigationscroll-state-aware-chrome | issues | high | The homepage is 5,829 CSS px tall on mobile, while the platform probe found no sticky/fixed elements or scroll-state UI. F03 low: Long listing pages provide no scroll-aware orientation or return affordance. |
provide-guided-navigationanchored-positioning | not-applicable | high | No tooltip, popover, anchored menu, or viewport-edge overlay exists on the representative templates. |
provide-guided-navigationdirects-attention | pass | high | Descriptive links, conventional navigation, and native focus movement preserve destination context across the sampled paths. |
maximize-content-reduce-noiseno-intrusive-interruptions | pass | high | Desktop/mobile load screenshots show content immediately with no popup, consent wall, autoplay, or obscuring interstitial. |
maximize-content-reduce-noisesemantic-dismissible-primitives | pass | high | No transient overlay is used; disclosure is a Bootstrap navigation collapse and playback uses the native video element. |
maximize-content-reduce-noisereduced-chrome | pass | high | The first viewport is dominated by listing/video content with one compact navigation/search header and little decorative frame. |
adapt-to-the-form-factorresponsive-no-horizontal-scroll | pass | high | All three mobile layout captures report scrollWidth=clientWidth=360 and zero horizontal overflow; viewport meta is present. |
adapt-to-the-form-factorcomponent-level-responsiveness | issues | high | CSS inspection found no @container rules; the card list is reused across listing and related-video contexts. F04 low: Repeated cards adapt only through the global Bootstrap grid, not their own container. |
adapt-to-the-form-factorinput-modality-aware | issues | high | The active focus probe measured the 40x40 hamburger with outline style none; the control is below a 44x44 touch target. F05 medium: The mobile menu control lacks a visible keyboard focus indicator and is smaller than the recommended target. |
support-core-task-successclear-purpose-and-primary-action | pass | high | Homepage and detail screenshots clearly expose browse/search and native play as the primary actions. |
support-core-task-successprimary-flow-completion | pass | high | A benign GET search completed to /porn/telugu/ with results; a listing link reached a playable native video detail page. |
support-core-task-successclear-system-state-and-recovery | issues | high | Navigating to a unique nonexistent route ended at the homepage URL and rendered the normal listing, with no 404 heading or message. F06 medium: Invalid routes silently become the homepage, leaving users without an error or recovery explanation. |
be-fast-and-stablegood-core-web-vitals | pass | high | Lighthouse performance is 1.00 with LCP 1.3s, CLS 0, and TBT 30ms; trace LCP is about 0.99s homepage and 1.05s detail. |
be-fast-and-stablevisual-stability | pass | high | Homepage, popular, and detail layout captures report CLS 0 with images dimensioned; Lighthouse also reports CLS 0. |
be-fast-and-stableefficient-main-thread | pass | high | Homepage trace TBT is 13.41ms and detail trace TBT 42.35ms, each with one modest long task. |
be-fast-and-stableefficient-resource-delivery | issues | high | HAR identifies Bootstrap CSS as VeryHigh parser-blocking and bootstrap.min.js as a High-priority parser-inserted script; DOM confirms the head script has neither async nor defer. F07 medium: A parser-blocking framework script and stylesheet sit on the critical path. |
be-fast-and-stabletrim-unused-and-duplicate-code | issues | high | Lighthouse reports 25 KiB wasted from bootstrap.min.css, 94.98% of the stylesheet. F08 low: Nearly all shipped Bootstrap CSS is unused on the homepage. |
be-inclusivenames-roles-labels | pass | high | Lighthouse image-alt and label audits pass; search has an aria-label, images have alt text, and video uses native controls. |
be-inclusivesufficient-contrast | pass | high | Lighthouse color-contrast audit reports no failing nodes across the sampled homepage. |
be-inclusivestructure-and-focus | issues | high | Lighthouse flags no main landmark; DOM contains H2 headings but no H1, and the keyboard probe shows outline none on the hamburger. F09 medium: The homepage lacks a main landmark and top-level heading, and the menu trigger has no visible focus ring. |
be-inclusivelegible-text | pass | high | Desktop and mobile screenshots show readable text sizing, wrapping, spacing, and no clipping on the sampled templates. |
be-inclusivezoom-reflow-targets-and-media | issues | high | The representative detail page contains a video with controls but zero track elements; the visible keyword paragraph is not a synchronized caption alternative. F10 high: The core video has no captions or equivalent text track. |
follow-best-practicesno-console-errors | pass | high | Lighthouse errors-in-console reports no console errors or uncaught exceptions. |
follow-best-practicessound-document-and-assets | pass | high | DOCTYPE, UTF-8 charset, viewport meta, image dimensions/aspect ratios, and image alt attributes are present; relevant Lighthouse audits pass. |
follow-best-practicesbrowser-platform-hygiene | pass | high | Lighthouse found no deprecated API or console issue, and no permission prompt or paste-prevention behavior occurred. |
be-discoverabletitle-and-description | pass | high | Homepage and detail both expose descriptive titles and meta descriptions in raw server HTML. |
be-discoverablecrawlable-and-mobile-friendly | issues | high | The DOM probe found the “1” pagination anchor uses href="javascript:;", so it is not a crawlable navigation target. F11 low: Current-page pagination is implemented as a JavaScript pseudo-link. |
be-discoverablecanonical-and-indexing-signals | pass | high | HTTP fetches return 200, canonical links are present, robots allows crawling, and sitemap.xml lists video/image/category maps. |
be-discoverablestructured-and-shareable-metadata | issues | high | The detail page has Open Graph video tags but zero JSON-LD blocks despite representing a video entity. F12 medium: Video pages omit VideoObject structured data. |
be-private-and-securesecure-transport-and-headers | issues | high | The header probe reports missing CSP, HSTS, nosniff, frame protection, Referrer-Policy, and Permissions-Policy. The sole first-party cookie is not Secure, SameSite=None, non-HttpOnly, and lasts 399 days. F13 high: Transport is HTTPS, but baseline security headers and secure cookie flags are absent. |
be-private-and-securedata-minimisation-and-third-parties | issues | high | The platform/network evidence shows driverhugoverblown.com requests carrying plugin names, canvas/WebGL, screen, language, hardware, and timing signals; four third-party origins load on entry. F14 high: A third-party advertising script receives an unusually broad browser fingerprint without visible consent. |
be-private-and-securein-context-permissions-and-modern-auth | not-applicable | high | No authentication surface exists and no geolocation/notification permission prompt occurred on load. |
be-private-and-securedefensive-browser-policies | issues | high | No CSP/frame-ancestors or X-Frame-Options, Referrer-Policy, Permissions-Policy, HSTS, or nosniff header was observed. F15 medium: Browser-enforced isolation, clickjacking, referrer, and permissions defenses are not configured. |
be-resilientprogressive-enhancement | pass | high | Raw HTML is substantial, not a JS shell; title/description and detail H1 survive without JavaScript, with 66% homepage and 49% detail token overlap. |
be-resilientresilient-runtime-behaviour | pass | high | Native links, native video controls, and the simple responsive collapse remained usable at desktop/mobile sizes with no clipped overlays. |
be-resilientoffline-and-installable | not-applicable | high | This server-rendered streaming/content site is not presented as an installable application; an offline video experience is not a proportionate requirement. |
be-resilientnetwork-and-http-failure-states | issues | high | The nonexistent-route test redirects to a successful homepage with no not-found state, status context, retry, or recovery explanation. F16 medium: HTTP failure states are masked rather than handled intentionally. |
be-internationalisedlang-dir-and-logical-properties | issues | high | The homepage contains Telugu and Hindi text, but html lang is en and the probe found no hreflang; content snippets have no language attributes. F17 medium: Mixed-language content is declared globally as English with no per-language annotations. |
be-internationalisedlocale-aware-data | not-applicable | high | The audited templates display no dates, currencies, measurements, or other locale-formatted data. |
be-internationalisedtime-zone-correctness | not-applicable | high | The audited templates contain no scheduled events or time-zone-sensitive values. |
be-trustworthyno-dark-patterns | pass | high | No consent wall, forced signup, disguised action, autoplay, paid continuity, or cancel obstruction appeared on sampled public flows. |
be-trustworthyhumane-error-handling | pass | high | The only form is a required search field using native validation; successful GET submission preserves a direct URL and returns results. |
be-trustworthytrustworthy-input-assistance | pass | high | The search field has an accessible purpose and requires no identity, address, payment, or other autofill-sensitive data. |
be-trustworthysafe-commercial-and-account-flows | not-applicable | high | No checkout, subscription, authentication, account, or consent-management flow exists on the audited public paths. |
be-sustainableoptimised-assets | issues | high | The image audit found 17/17 legacy JPG/PNG images, 16 without srcset, and 13 below-fold images without loading="lazy" on the homepage. F18 medium: All thumbnails use legacy formats and most below-fold images load eagerly. |
be-sustainableno-wasteful-work | issues | high | The HAR and platform probe show an advertising/fingerprinting script plus beacon activity on load, including on static listing pages. F19 low: Background third-party measurement runs on every page without task value. |
be-sustainablethird-party-and-media-budget | issues | high | The detail image audit found all 17 images below the fold and none lazy-loaded; third-party scripts account for the largest individual script transfer. F20 medium: Related thumbnails and third-party scripts are loaded before users approach them. |
be-agent-readystructured-agent-capabilities | not-applicable | high | No declared agent-facing intent or transactional capability; this is a simple public media catalog. |
be-agent-readyon-device-inference | not-applicable | high | No summarisation or language-model task is necessary to complete the catalog’s primary browse/search/watch journey. |
be-memory-efficientno-leak-under-repeated-interaction | pass | medium | After ten mobile menu cycles DOM element count remained 205; cross-snapshot heap increased only about 167KB (4.4%), not evidence of unbounded retained growth. |
be-memory-efficientbounded-footprint | pass | high | Settled heap summary is about 3.8MB self size with 76,870 nodes, proportionate to a small Bootstrap listing page. |
be-memory-efficientno-detached-dom-or-unbounded-listeners | pass | medium | Heap summaries list no Detached constructors; repeated menu interaction left DOM count unchanged and did not show accumulating controls. |
Provenance
Canonical report: results/atomic/reports/0774-www_desitelugusex_com.json
Report SHA-256: 7eba0d18b16e9b7c529ff477ba2d3938fb207d6d45e4238a303e8d6334c264a0
Local retained report: runs/2026-07-17T17-27-24-856Z/atomic-reports/www_desitelugusex_com/2026-07-22T23-26-19-624Z/report.json
Local evidence root: runs/2026-07-17T17-27-24-856Z/atomic-reports/www_desitelugusex_com/2026-07-22T23-26-19-624Z
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.