Mobile 375 × 812

Desktop 1440 × 900

Score: 68 / 100
Based on 8 categories, 0 sections
Room to improve — your 10.0s load time is above Google's 2.5s 'Good' threshold.
Several missing protections leave your users and data exposed.
Several issues make your site difficult for assistive technology users.
Well-optimized for search — your content is discoverable.
Good server performance with room for optimization.
Mostly compliant — a few items need attention.
Rich content metadata — your pages look great everywhere.
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.
Content-Security-Policy header is missing
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.
No Content-Security-Policy header found
Security gaps expose your site and users to attacks, eroding trust.
Page weighs 20.2 MB (11.8 MB transferred)
Performance issues directly impact user engagement and conversion rates.
17 link(s) with no accessible 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/4e94faf4-1e85-441e-a38b-9b8b11f439f7)<a href="https://beavercheck.com/results/4e94faf4-1e85-441e-a38b-9b8b11f439f7"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fdazeddigital.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fdazeddigital.comThis badge auto-updates with your latest scan result.
Your site has several issues that may be affecting user experience and business outcomes. Your LCP of 10.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 ~32%.
Page takes 10.0s to load
+12% bounceUsers abandon at ~3s — you're 7.5s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 4.6s
+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
4 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
Viewport disables user zoom
+2% bounceVisitors with low vision can't read the page — and some jurisdictions treat this as a legal risk
Fix: Remove user-scalable=no; drop maximum-scale if it's below 2
17 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
1 broken link(s) on the page
+2% 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.
€425 investment → €4,511/month returns + EUR 20,500,000 risk avoided
€425
5h · 5 findings
€4,511 /mo
~€54,135 / year
EUR 20,500,000
if kept compliant
€128 — 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 €85/hr
Based on European Union rates (€85/hr)
Start here for the best return on investment
€1,708,336 / month at risk
~€20,500,033 / year if left unfixed
€20,500,000
+4 more
€2.76 /mo
37226.6 MB/mo × 0.074 EUR/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.
3.47 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
10.00 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
4.59 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.099
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
8.68 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.
34.11 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.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
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.
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.
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 | |
|---|---|---|---|
Kendall and Kylie Jenner, Coachella 2015 div.feature__img-wrapper > span.image-container > span.preserve-aspect-ratio > img | images-prod.dazeddigital.com/1280/azure/dazed-prod/1440/3/1443606.jpg | 259.7 KiB | 167.1 KiB |
Naturism nudism naked in public body image self esteem div.card-trending__img-container > span.image-container > span.preserve-aspect-ratio > img | images-prod.dazeddigital.com/786/azure/dazed-prod/1440/3/1443364.jpg | 240.8 KiB | 144.3 KiB |
Sofía Abadi – Heaven is Outside div.feature__img-wrapper > span.image-container > span.preserve-aspect-ratio > img | images-prod.dazeddigital.com/1280/azure/dazed-prod/1440/3/1443651.jpg | 144.5 KiB | 96.3 KiB |
beauty-logo main#main > div.grid > a.beauty-section__svg-link > img.beauty-section__svg | www.dazeddigital.com/Content/images/png/beauty-logo.png | 88.0 KiB | 80.5 KiB |
Oakley div.card-trending__img-container > span.image-container > span.preserve-aspect-ratio > img | images-prod.dazeddigital.com/786/azure/dazed-prod/1440/3/1443523.JPG | 174.7 KiB | 71.3 KiB |
Juliette Cassidy, 24 Hour Party, People div.card-trending__img-container > span.image-container > span.preserve-aspect-ratio > img | images-prod.dazeddigital.com/1280/azure/dazed-prod/1440/3/1443323.jpg | 104.3 KiB | 66.4 KiB |
DC290_Covers_4x5_RGB_07 div.card-issue__img-container > span.image-container > span.preserve-aspect-ratio > img | images-prod.dazeddigital.com/786/azure/dazed-prod/1430/2/1432270.jpg | 144.7 KiB | 57.3 KiB |
Sofía Abadi – Heaven is Outside div.card__img-container > span.image-container > span.preserve-aspect-ratio > img | images-prod.dazeddigital.com/786/azure/dazed-prod/1440/3/1443651.jpg | 89.7 KiB | 53.1 KiB |
EM_OakleyDazedFieldLab-30 div.card-latest__img-wrapper > span.image-container > span.preserve-aspect-ratio > img | /786/0-316-1987-1322/azure/dazed-prod/1440/3/1443431.jpg | 94.9 KiB | 49.0 KiB |
sexiest hottest art erotica Instagram div.card-trending__img-container > span.image-container > span.preserve-aspect-ratio > img | images-prod.dazeddigital.com/689/azure/dazed-prod/1340/4/1344209.jpg | 114.6 KiB | 44.5 KiB |
Brody-Oceans-8 div.card-latest__img-wrapper > span.image-container > span.preserve-aspect-ratio > img | /786/0-2-2560-1702/azure/dazed-prod/1440/3/1443761.jpeg | 88.0 KiB | 42.1 KiB |
Brody-Oceans-8 div.card-trending__img-container > span.image-container > span.preserve-aspect-ratio > img | images-prod.dazeddigital.com/786/azure/dazed-prod/1440/3/1443761.jpeg | 86.3 KiB | 40.3 KiB |
Sofía Abadi – Heaven is Outside div.card-latest__img-wrapper > span.image-container > span.preserve-aspect-ratio > img | /786/0-11-1284-854/azure/dazed-prod/1440/3/1443651.jpg | 84.0 KiB | 38.1 KiB |
insecure div.card-latest__img-wrapper > span.image-container > span.preserve-aspect-ratio > img | /786/91-0-1082-720/azure/dazed-prod/1440/3/1443661.jpg | 76.2 KiB | 30.3 KiB |
Owen Cooper – The Winter Issue 2025 div.card-issue__img-container > span.image-container > span.preserve-aspect-ratio > img | images-prod.dazeddigital.com/786/azure/dazed-prod/1430/2/1432032.jpg | 77.2 KiB | 24.2 KiB |
DC290_Covers_4x5_RGB_05 div.card-issue__img-container > span.image-container > span.preserve-aspect-ratio > img | images-prod.dazeddigital.com/786/azure/dazed-prod/1430/1/1431987.jpg | 75.0 KiB | 23.6 KiB |
Perfect Days (2023) div.card-trending__img-container > span.image-container > span.preserve-aspect-ratio > img | images-prod.dazeddigital.com/786/azure/dazed-prod/1440/3/1443430.jpg | 63.1 KiB | 19.8 KiB |
IMG_6285 div.card-trending__img-container > span.image-container > span.preserve-aspect-ratio > img | images-prod.dazeddigital.com/786/azure/dazed-prod/1440/3/1443674.jpeg | 60.5 KiB | 19.0 KiB |
Silver Arrows – Winter 2025 div.card-issue__img-container > span.image-container > span.preserve-aspect-ratio > img | images-prod.dazeddigital.com/786/azure/dazed-prod/1430/2/1432031.jpg | 49.5 KiB | 15.5 KiB |
Chase Infiniti – The Winter Issue 2025 div.card-issue__img-container > span.image-container > span.preserve-aspect-ratio > img | images-prod.dazeddigital.com/786/azure/dazed-prod/1430/1/1431986.jpg | 44.7 KiB | 14.0 KiB |
Zara Larsson Main Rose swimwear div.card-trending__img-container > span.image-container > span.preserve-aspect-ratio > img | images-prod.dazeddigital.com/786/azure/dazed-prod/1440/3/1443667.jpg | 44.1 KiB | 13.8 KiB |
DC291_CoverIndex_08 div.card-issue__img-container > span.image-container > span.preserve-aspect-ratio > img | images-prod.dazeddigital.com/629/azure/dazed-prod/1440/0/1440141.jpg | 89.1 KiB | 4.1 KiB |
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.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Duration |
|---|---|---|
| www.dazeddigital.com/assets/css/homepage/homepage.css?version=20260422-133 | 32.2 KiB | 456 ms |
| cdn.fonts.net/t/1.css?apiType=css&projectid=330f01a0-5385-11ec-a5d8-0612727c9b06 | 655 B | 776 ms |
| cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.css | 5.4 KiB | 771 ms |
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.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| dazeddigital.com/ | 1.1 s |
| www.dazeddigital.com/ | 0.0 ms |
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.
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 |
|---|---|---|
| www.dazeddigital.com/assets/css/homepage/homepage.css?version=20260422-133 | 31.9 KiB | 22.2 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.
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 | 8.0 s |
| Other | 3.2 s |
| Style & Layout | 1.3 s |
| Script Parsing & Compilation | 1.2 s |
| Rendering | 306 ms |
| Parse HTML & CSS | 237 ms |
| Garbage Collection | 229 ms |
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 |
|---|---|---|
| altura-advertising.s3.eu-west-2.amazonaws.com/dazeddigital.com/ads-style.css | 2.8 KiB | 2.8 KiB |
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| j.bids.ws/dazeddigital | 157.4 KiB | 37.8 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
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 | |
|---|---|
Dazed Maxx LA div.card-issue__img-container > span.image-container > span.preserve-aspect-ratio > img | images-prod.dazeddigital.com/786/azure/dazed-prod/1400/4/1404651.jpeg |
Dazed Maxx LA div.card-issue__img-container > span.image-container > span.preserve-aspect-ratio > img | images-prod.dazeddigital.com/786/azure/dazed-prod/1400/6/1406367.jpeg |
Kendall and Kylie Jenner, Coachella 2015 div.card__img-container > span.image-container > span.preserve-aspect-ratio > img | images-prod.dazeddigital.com/1280/azure/dazed-prod/1440/3/1443606.jpg |
Kendall and Kylie Jenner, Coachella 2015 div.card__img-container > span.image-container > span.preserve-aspect-ratio > img | images-prod.dazeddigital.com/1280/azure/dazed-prod/1440/3/1443606.jpg |
Dazed Maxx NYC div.card-issue__img-container > span.image-container > span.preserve-aspect-ratio > img | images-prod.dazeddigital.com/786/azure/dazed-prod/1400/6/1406371.jpeg |
Dazed Maxx New York div.card-issue__img-container > span.image-container > span.preserve-aspect-ratio > img | images-prod.dazeddigital.com/786/azure/dazed-prod/1400/4/1404630.jpeg |
Dazed Maxx NY div.card-issue__img-container > span.image-container > span.preserve-aspect-ratio > img | images-prod.dazeddigital.com/786/azure/dazed-prod/1400/6/1406365.jpeg |
Dazed Maxx Atlanta div.card-issue__img-container > span.image-container > span.preserve-aspect-ratio > img | images-prod.dazeddigital.com/786/azure/dazed-prod/1400/6/1406737.jpg |
DAZED MAXX Atlanta div.card-issue__img-container > span.image-container > span.preserve-aspect-ratio > img | images-prod.dazeddigital.com/786/azure/dazed-prod/1400/4/1404692.jpeg |
DAZED MAXX Atlanta div.card-issue__img-container > span.image-container > span.preserve-aspect-ratio > img | images-prod.dazeddigital.com/786/azure/dazed-prod/1400/6/1406369.jpeg |
Dazed Maxx Atlanta div.card-issue__img-container > span.image-container > span.preserve-aspect-ratio > img | images-prod.dazeddigital.com/786/azure/dazed-prod/1400/6/1406380.jpeg |
Oakley div.card-trending__img-container > span.image-container > span.preserve-aspect-ratio > img | images-prod.dazeddigital.com/786/azure/dazed-prod/1440/3/1443523.JPG |
Naturism nudism naked in public body image self esteem div.card-trending__img-container > span.image-container > span.preserve-aspect-ratio > img | images-prod.dazeddigital.com/786/azure/dazed-prod/1440/3/1443364.jpg |
Kendall and Kylie Jenner, Coachella 2015 div.card-trending__img-container > span.image-container > span.preserve-aspect-ratio > img | images-prod.dazeddigital.com/1280/azure/dazed-prod/1440/3/1443606.jpg |
IMG_6285 div.card-trending__img-container > span.image-container > span.preserve-aspect-ratio > img | images-prod.dazeddigital.com/786/azure/dazed-prod/1440/3/1443674.jpeg |
DC291_CoverIndex_04 div.card-issue__img-container > span.image-container > span.preserve-aspect-ratio > img | images-prod.dazeddigital.com/629/azure/dazed-prod/1440/0/1440287.jpg |
DC291_CoverIndex_06 div.card-issue__img-container > span.image-container > span.preserve-aspect-ratio > img | images-prod.dazeddigital.com/629/azure/dazed-prod/1440/0/1440242.jpg |
DC291_CoverIndex_08 div.card-issue__img-container > span.image-container > span.preserve-aspect-ratio > img | images-prod.dazeddigital.com/629/azure/dazed-prod/1440/0/1440141.jpg |
DC291_CoverIndex_01 div.card-issue__img-container > span.image-container > span.preserve-aspect-ratio > img | images-prod.dazeddigital.com/629/azure/dazed-prod/1440/0/1440144.jpg |
DC291_CoverIndex_02 div.card-issue__img-container > span.image-container > span.preserve-aspect-ratio > img | images-prod.dazeddigital.com/629/azure/dazed-prod/1440/0/1440143.jpg |
DC291_CoverIndex_03 div.card-issue__img-container > span.image-container > span.preserve-aspect-ratio > img | images-prod.dazeddigital.com/629/azure/dazed-prod/1430/8/1438599.jpg |
DC291_CoverIndex_05 div.card-issue__img-container > span.image-container > span.preserve-aspect-ratio > img | images-prod.dazeddigital.com/629/azure/dazed-prod/1440/0/1440142.jpg |
DC290_Covers_4x5_RGB_07 div.card-issue__img-container > span.image-container > span.preserve-aspect-ratio > img | images-prod.dazeddigital.com/786/azure/dazed-prod/1430/2/1432270.jpg |
Silver Arrows – Winter 2025 div.card-issue__img-container > span.image-container > span.preserve-aspect-ratio > img | images-prod.dazeddigital.com/786/azure/dazed-prod/1430/2/1432031.jpg |
DC290_Covers_4x5_RGB_05 div.card-issue__img-container > span.image-container > span.preserve-aspect-ratio > img | images-prod.dazeddigital.com/786/azure/dazed-prod/1430/1/1431987.jpg |
Owen Cooper – The Winter Issue 2025 div.card-issue__img-container > span.image-container > span.preserve-aspect-ratio > img | images-prod.dazeddigital.com/786/azure/dazed-prod/1430/2/1432032.jpg |
Chase Infiniti – The Winter Issue 2025 div.card-issue__img-container > span.image-container > span.preserve-aspect-ratio > img | images-prod.dazeddigital.com/786/azure/dazed-prod/1430/1/1431986.jpg |
beauty-logo main#main > div.grid > a.beauty-section__svg-link > img.beauty-section__svg | www.dazeddigital.com/Content/images/png/beauty-logo.png |
Marius Sperlich div.card-trending__img-container > span.image-container > span.preserve-aspect-ratio > img | images-prod.dazeddigital.com/634/azure/dazed-prod/1350/0/1350162.jpg |
sexiest hottest art erotica Instagram div.card-trending__img-container > span.image-container > span.preserve-aspect-ratio > img | images-prod.dazeddigital.com/689/azure/dazed-prod/1340/4/1344209.jpg |
1080x1080_Swoosh_V1 div.card-trending__img-container > span.image-container > span.preserve-aspect-ratio > img | images-prod.dazeddigital.com/786/azure/dazed-prod/1440/2/1442031.jpg |
Zara Larsson Main Rose swimwear div.card__img-container > span.image-container > span.preserve-aspect-ratio > img | images-prod.dazeddigital.com/786/azure/dazed-prod/1440/3/1443667.jpg |
Zara Larsson Main Rose swimwear div.card__img-container > span.image-container > span.preserve-aspect-ratio > img | images-prod.dazeddigital.com/786/azure/dazed-prod/1440/3/1443667.jpg |
Sofía Abadi – Heaven is Outside div.card__img-container > span.image-container > span.preserve-aspect-ratio > img | images-prod.dazeddigital.com/786/azure/dazed-prod/1440/3/1443651.jpg |
Dazed Maxx LA div.card-issue__img-container > span.image-container > span.preserve-aspect-ratio > img | images-prod.dazeddigital.com/786/azure/dazed-prod/1400/7/1407449.jpg |
Juliette Cassidy, 24 Hour Party, People div.card-trending__img-container > span.image-container > span.preserve-aspect-ratio > img | images-prod.dazeddigital.com/1280/azure/dazed-prod/1440/3/1443323.jpg |
DAZED MAXX editorial announcement div.card-issue__img-container > span.image-container > span.preserve-aspect-ratio > img | images-prod.dazeddigital.com/786/azure/dazed-prod/1400/8/1408500.jpg |
DAZED MAXX div.card-issue__img-container > span.image-container > span.preserve-aspect-ratio > img | images-prod.dazeddigital.com/786/azure/dazed-prod/1400/7/1407862.jpg |
Perfect Days (2023) div.card-trending__img-container > span.image-container > span.preserve-aspect-ratio > img | images-prod.dazeddigital.com/786/azure/dazed-prod/1440/3/1443430.jpg |
More information about the performance of your application. These numbers don't directly affect the Performance score.
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
Some ARIA child roles must be contained by specific parent roles to properly perform their intended accessibility functions. Learn more about ARIA roles and required parent element.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Personal Data Processing Opt Outs div.qc-cmp2-scrollable-section > ul.qc-cmp2-consent-list > li#1 > button.qc-cmp2-list-item-header |
These are opportunities to improve the usage of ARIA in your application which may enhance the experience for users of assistive technology, like a screen reader.
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Opted In li#1 > div > div.css-cf00qb > p.css-jg567y |
Opted In li#1 > div > div.css-cf00qb > p.css-jg567y |
Opted In li#1 > div > div.css-cf00qb > p.css-jg567y |
The former High Fashion Twitter lynchpin makes whimsical clothes that speak to … a.feature > div.grid > div.feature__wrapper > h2.feature__subtitle |
the internet div.grid > div.feature__wrapper > h2.feature__subtitle > span.nowrap |
Influencer culture has turned the California festival into a stale parody of it… a.feature > div.grid > div.feature__wrapper > h2.feature__subtitle |
former self div.grid > div.feature__wrapper > h2.feature__subtitle > span.nowrap |
From Olivia Rodrigo’s jeans and cute top combo to Madonna dusting off her Confe… a.feature > div.grid > div.feature__wrapper > h2.feature__subtitle |
style moments div.grid > div.feature__wrapper > h2.feature__subtitle > span.nowrap |
These are opportunities to improve the legibility of your content.
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Building a cyberdeck is the most rebellious thing you can do right now div.card-feature > div.card-feature__content > a.card-feature__content-primary > h3.card-feature__title |
These are opportunities to improve keyboard navigation in your application.
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 |
|---|
form#search-mob > div.input-box > div.search-wrapper > input#search-box-mobile form#search-mob > div.input-box > div.search-wrapper > input#search-box-mobile |
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.footer-container-inner > nav.footer-navigation > div.social-links > a.menu-link div.footer-container-inner > nav.footer-navigation > div.social-links > a.menu-link |
div.footer-container-inner > nav.footer-navigation > div.social-links > a.menu-link div.footer-container-inner > nav.footer-navigation > div.social-links > a.menu-link |
div.footer-container-inner > nav.footer-navigation > div.social-links > a.menu-link div.footer-container-inner > nav.footer-navigation > div.social-links > a.menu-link |
div.footer-container-inner > nav.footer-navigation > div.social-links > a.menu-link div.footer-container-inner > nav.footer-navigation > div.social-links > a.menu-link |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
Screen readers have a specific way of announcing lists. Ensuring proper list structure aids screen reader output. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Personal Data Processing Opt Outs
I want to opt-out of the Sharing of my Perso… div.qc-usp-ui-content > div.qc-usp-ui-form-content > div.qc-usp-container > ul.qc-cmp2-consent-list |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
Disabling zooming is problematic for users with low vision who rely on screen magnification to properly see the contents of a web page. Learn more about the viewport meta tag.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
head > meta head > meta |
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 |
|---|
LIFE & CULTURE main#main > div.grid > div.card-feature > a.card-feature__ribbon |
BEAUTY main#main > div.grid > div.card-feature > a.card-feature__ribbon |
LIFE & CULTURE main#main > div.grid > div.card-feature > a.card-feature__ribbon |
MUSIC main#main > div.grid > div.card-feature > a.card-feature__ribbon |
LIFE & CULTURE main#main > div.grid > div.card-feature > a.card-feature__ribbon |
MUSIC main#main > div.grid > div.card-feature > a.card-feature__ribbon |
CONTACT div.footer-container-inner > nav.footer-navigation > div.tertiary-links > a.menu-link |
These items highlight common accessibility best practices.
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Performance issues directly impact user engagement and conversion rates.
| Deprecation / Warning | Source |
|---|---|
| AttributionReporting | connect.facebook.net/en_US/fbevents.js line 279, col 769 |
| Topics | a.teads.tv/analytics/tag.js line 19, col 2291 |
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.
| Description |
|---|
Framing 'https://www.google.com/' violates the following report-only Content Security Policy directive: "frame-ancestors 'self'". The violation has been logged, but no further action has been taken.
|
Issues logged to the `Issues` panel in Chrome Devtools indicate unresolved problems. They can come from network request failures, insufficient security controls, and other browser concerns. Open up the Issues panel in Chrome DevTools for more details on each issue.
Performance issues directly impact user engagement and conversion rates.
| Issue type |
|---|
| Content security policy |
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.
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.25 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.84 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
380 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.035
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
2.76 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.
6.36 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.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
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.
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.
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 | |
|---|---|---|---|
beauty-logo main#main > div.grid > a.beauty-section__svg-link > img.beauty-section__svg | www.dazeddigital.com/Content/images/png/beauty-logo.png | 88.0 KiB | 84.6 KiB |
DC290_Covers_4x5_RGB_07 div.card-issue__img-container > span.image-container > span.preserve-aspect-ratio > img | images-prod.dazeddigital.com/640/azure/dazed-prod/1430/2/1432270.jpg | 63.3 KiB | 52.5 KiB |
Zara Larsson Main Rose swimwear div.homepage-feature__img-wrapper > span.image-container > span.preserve-aspect-ratio > img | /1280/485-486-2324-1544/azure/dazed-prod/1440/3/1443667.jpg | 81.5 KiB | 50.9 KiB |
Kendall and Kylie Jenner, Coachella 2015 div.card__img-container > span.image-container > span.preserve-aspect-ratio > img | images-prod.dazeddigital.com/640/azure/dazed-prod/1440/3/1443606.jpg | 70.5 KiB | 46.9 KiB |
DC290_Covers_4x5_RGB_05 div.card-issue__img-container > span.image-container > span.preserve-aspect-ratio > img | images-prod.dazeddigital.com/640/azure/dazed-prod/1430/1/1431987.jpg | 50.0 KiB | 41.4 KiB |
DC291_CoverIndex_05 div.card-issue__img-container > span.image-container > span.preserve-aspect-ratio > img | images-prod.dazeddigital.com/629/azure/dazed-prod/1440/0/1440142.jpg | 47.9 KiB | 39.4 KiB |
Silver Arrows – Winter 2025 div.card-issue__img-container > span.image-container > span.preserve-aspect-ratio > img | images-prod.dazeddigital.com/640/azure/dazed-prod/1430/2/1432031.jpg | 35.8 KiB | 29.7 KiB |
Chase Infiniti – The Winter Issue 2025 div.card-issue__img-container > span.image-container > span.preserve-aspect-ratio > img | images-prod.dazeddigital.com/640/azure/dazed-prod/1430/1/1431986.jpg | 29.9 KiB | 24.8 KiB |
Zara Larsson Main Rose swimwear div.card__img-container > span.image-container > span.preserve-aspect-ratio > img | images-prod.dazeddigital.com/640/azure/dazed-prod/1440/3/1443667.jpg | 34.3 KiB | 22.8 KiB |
Owen Cooper – The Winter Issue 2025 div.card-issue__img-container > span.image-container > span.preserve-aspect-ratio > img | images-prod.dazeddigital.com/640/azure/dazed-prod/1430/2/1432032.jpg | 24.8 KiB | 20.6 KiB |
DC291_CoverIndex_03 div.card-issue__img-container > span.image-container > span.preserve-aspect-ratio > img | images-prod.dazeddigital.com/629/azure/dazed-prod/1430/8/1438599.jpg | 22.9 KiB | 18.8 KiB |
Boycott Landscape div.card-latest__img-wrapper > span.image-container > span.preserve-aspect-ratio > img | /480/257-185-1505-1001/azure/dazed-prod/1440/3/1443619.jpg | 38.1 KiB | 13.2 KiB |
My Undesirable Friends Part I_ALT still_archival_E div.card-latest__img-wrapper > span.image-container > span.preserve-aspect-ratio > img | /480/0-119-3000-1995/azure/dazed-prod/1440/3/1443362.JPG | 35.5 KiB | 10.5 KiB |
Sofía Abadi – Heaven is Outside div.card-latest__img-wrapper > span.image-container > span.preserve-aspect-ratio > img | /480/0-11-1284-854/azure/dazed-prod/1440/3/1443651.jpg | 33.2 KiB | 8.2 KiB |
Sofía Abadi – Heaven is Outside div.feature__img-wrapper > span.image-container > span.preserve-aspect-ratio > img | images-prod.dazeddigital.com/640/azure/dazed-prod/1440/3/1443651.jpg | 54.0 KiB | 7.3 KiB |
Kris Jenner Ai Social Media div.card-latest__img-wrapper > span.image-container > span.preserve-aspect-ratio > img | /480/0-201-1440-957/azure/dazed-prod/1440/3/1443308.jpeg | 31.9 KiB | 7.0 KiB |
Coachella 2026: Best dressed weekend two div.card-latest__img-wrapper > span.image-container > span.preserve-aspect-ratio > img | /480/0-204-2000-1330/azure/dazed-prod/1440/3/1443588.jpg | 29.9 KiB | 4.9 KiB |
Brody-Oceans-8 div.card-latest__img-wrapper > span.image-container > span.preserve-aspect-ratio > img | /480/0-2-2560-1702/azure/dazed-prod/1440/3/1443761.jpeg | 29.8 KiB | 4.9 KiB |
DC291_U11_TheMusicIsBlack_ABritishHistory_08 div.card-latest__img-wrapper > span.image-container > span.preserve-aspect-ratio > img | /480/0-1-1035-688/azure/dazed-prod/1440/0/1440627.jpg | 29.1 KiB | 4.1 KiB |
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.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Duration |
|---|---|---|
| cdn.fonts.net/t/1.css?apiType=css&projectid=330f01a0-5385-11ec-a5d8-0612727c9b06 | 656 B | 232 ms |
| cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.css | 5.4 KiB | 218 ms |
| www.dazeddigital.com/assets/css/homepage/homepage.css?version=20260422-133 | 32.1 KiB | 84 ms |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| dazeddigital.com/ | 604 ms |
| www.dazeddigital.com/ | 0.0 ms |
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.
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 |
|---|---|---|
| www.dazeddigital.com/assets/css/homepage/homepage.css?version=20260422-133 | 31.9 KiB | 20.8 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.
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 |
| Other | 739 ms |
| Style & Layout | 373 ms |
| Script Parsing & Compilation | 291 ms |
| Rendering | 75 ms |
| Garbage Collection | 65 ms |
| Parse HTML & CSS | 53 ms |
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 |
|---|---|---|
| altura-advertising.s3.eu-west-2.amazonaws.com/dazeddigital.com/ads-style.css | 2.8 KiB | 2.8 KiB |
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| j.bids.ws/dazeddigital | 157.5 KiB | 37.8 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
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 | |
|---|---|
Kendall and Kylie Jenner, Coachella 2015 div.card__img-container > span.image-container > span.preserve-aspect-ratio > img | images-prod.dazeddigital.com/640/azure/dazed-prod/1440/3/1443606.jpg |
Dazed Maxx LA div.card-issue__img-container > span.image-container > span.preserve-aspect-ratio > img | images-prod.dazeddigital.com/640/azure/dazed-prod/1400/4/1404651.jpeg |
Dazed Maxx LA div.card-issue__img-container > span.image-container > span.preserve-aspect-ratio > img | images-prod.dazeddigital.com/640/azure/dazed-prod/1400/6/1406367.jpeg |
Dazed Maxx NYC div.card-issue__img-container > span.image-container > span.preserve-aspect-ratio > img | images-prod.dazeddigital.com/640/azure/dazed-prod/1400/6/1406371.jpeg |
Dazed Maxx New York div.card-issue__img-container > span.image-container > span.preserve-aspect-ratio > img | images-prod.dazeddigital.com/640/azure/dazed-prod/1400/4/1404630.jpeg |
Dazed Maxx NY div.card-issue__img-container > span.image-container > span.preserve-aspect-ratio > img | images-prod.dazeddigital.com/640/azure/dazed-prod/1400/6/1406365.jpeg |
Dazed Maxx Atlanta div.card-issue__img-container > span.image-container > span.preserve-aspect-ratio > img | images-prod.dazeddigital.com/640/azure/dazed-prod/1400/6/1406737.jpg |
Mikey Madison Dazed cover div.navigation-sl__list--right > div.navigation-sl__images > a.navigation-sl__image-one > img.navigation-sl__image | images-prod.dazeddigital.com/300/azure/dazed-prod/1390/4/1394540.jpg |
Drew Starkey Dazed cover div.navigation-sl__list--right > div.navigation-sl__images > a.navigation-sl__image-two > img.navigation-sl__image | images-prod.dazeddigital.com/300/azure/dazed-prod/1390/4/1394570.jpg |
DAZED MAXX Atlanta div.card-issue__img-container > span.image-container > span.preserve-aspect-ratio > img | images-prod.dazeddigital.com/640/azure/dazed-prod/1400/4/1404692.jpeg |
DAZED MAXX Atlanta div.card-issue__img-container > span.image-container > span.preserve-aspect-ratio > img | images-prod.dazeddigital.com/640/azure/dazed-prod/1400/6/1406369.jpeg |
Dazed Maxx Atlanta div.card-issue__img-container > span.image-container > span.preserve-aspect-ratio > img | images-prod.dazeddigital.com/640/azure/dazed-prod/1400/6/1406380.jpeg |
Oakley div.card-trending__img-container > span.image-container > span.preserve-aspect-ratio > img | images-prod.dazeddigital.com/640/azure/dazed-prod/1440/3/1443523.JPG |
Naturism nudism naked in public body image self esteem div.card-trending__img-container > span.image-container > span.preserve-aspect-ratio > img | images-prod.dazeddigital.com/640/azure/dazed-prod/1440/3/1443364.jpg |
beauty-logo main#main > div.grid > a.beauty-section__svg-link > img.beauty-section__svg | www.dazeddigital.com/Content/images/png/beauty-logo.png |
Zara Larsson Main Rose swimwear div.card__img-container > span.image-container > span.preserve-aspect-ratio > img | images-prod.dazeddigital.com/640/azure/dazed-prod/1440/3/1443667.jpg |
Sofía Abadi – Heaven is Outside div.card__img-container > span.image-container > span.preserve-aspect-ratio > img | images-prod.dazeddigital.com/640/azure/dazed-prod/1440/3/1443651.jpg |
Kendall and Kylie Jenner, Coachella 2015 div.card-trending__img-container > span.image-container > span.preserve-aspect-ratio > img | images-prod.dazeddigital.com/640/azure/dazed-prod/1440/3/1443606.jpg |
IMG_6285 div.card-trending__img-container > span.image-container > span.preserve-aspect-ratio > img | images-prod.dazeddigital.com/640/azure/dazed-prod/1440/3/1443674.jpeg |
DC291_CoverIndex_04 div.card-issue__img-container > span.image-container > span.preserve-aspect-ratio > img | images-prod.dazeddigital.com/629/azure/dazed-prod/1440/0/1440287.jpg |
DC291_CoverIndex_06 div.card-issue__img-container > span.image-container > span.preserve-aspect-ratio > img | images-prod.dazeddigital.com/629/azure/dazed-prod/1440/0/1440242.jpg |
DC291_CoverIndex_08 div.card-issue__img-container > span.image-container > span.preserve-aspect-ratio > img | images-prod.dazeddigital.com/629/azure/dazed-prod/1440/0/1440141.jpg |
DC291_CoverIndex_01 div.card-issue__img-container > span.image-container > span.preserve-aspect-ratio > img | images-prod.dazeddigital.com/629/azure/dazed-prod/1440/0/1440144.jpg |
DC291_CoverIndex_02 div.card-issue__img-container > span.image-container > span.preserve-aspect-ratio > img | images-prod.dazeddigital.com/629/azure/dazed-prod/1440/0/1440143.jpg |
DC291_CoverIndex_03 div.card-issue__img-container > span.image-container > span.preserve-aspect-ratio > img | images-prod.dazeddigital.com/629/azure/dazed-prod/1430/8/1438599.jpg |
DC291_CoverIndex_05 div.card-issue__img-container > span.image-container > span.preserve-aspect-ratio > img | images-prod.dazeddigital.com/629/azure/dazed-prod/1440/0/1440142.jpg |
DC290_Covers_4x5_RGB_07 div.card-issue__img-container > span.image-container > span.preserve-aspect-ratio > img | images-prod.dazeddigital.com/640/azure/dazed-prod/1430/2/1432270.jpg |
Silver Arrows – Winter 2025 div.card-issue__img-container > span.image-container > span.preserve-aspect-ratio > img | images-prod.dazeddigital.com/640/azure/dazed-prod/1430/2/1432031.jpg |
DC290_Covers_4x5_RGB_05 div.card-issue__img-container > span.image-container > span.preserve-aspect-ratio > img | images-prod.dazeddigital.com/640/azure/dazed-prod/1430/1/1431987.jpg |
Owen Cooper – The Winter Issue 2025 div.card-issue__img-container > span.image-container > span.preserve-aspect-ratio > img | images-prod.dazeddigital.com/640/azure/dazed-prod/1430/2/1432032.jpg |
Chase Infiniti – The Winter Issue 2025 div.card-issue__img-container > span.image-container > span.preserve-aspect-ratio > img | images-prod.dazeddigital.com/640/azure/dazed-prod/1430/1/1431986.jpg |
Marius Sperlich div.card-trending__img-container > span.image-container > span.preserve-aspect-ratio > img | images-prod.dazeddigital.com/634/azure/dazed-prod/1350/0/1350162.jpg |
sexiest hottest art erotica Instagram div.card-trending__img-container > span.image-container > span.preserve-aspect-ratio > img | images-prod.dazeddigital.com/640/azure/dazed-prod/1340/4/1344209.jpg |
1080x1080_Swoosh_V1 div.card-trending__img-container > span.image-container > span.preserve-aspect-ratio > img | images-prod.dazeddigital.com/640/azure/dazed-prod/1440/2/1442031.jpg |
Dazed Maxx LA div.card-issue__img-container > span.image-container > span.preserve-aspect-ratio > img | images-prod.dazeddigital.com/640/azure/dazed-prod/1400/7/1407449.jpg |
DAZED MAXX editorial announcement div.card-issue__img-container > span.image-container > span.preserve-aspect-ratio > img | images-prod.dazeddigital.com/640/azure/dazed-prod/1400/8/1408500.jpg |
DAZED MAXX div.card-issue__img-container > span.image-container > span.preserve-aspect-ratio > img | images-prod.dazeddigital.com/640/azure/dazed-prod/1400/7/1407862.jpg |
Juliette Cassidy, 24 Hour Party, People div.card-trending__img-container > span.image-container > span.preserve-aspect-ratio > img | images-prod.dazeddigital.com/640/azure/dazed-prod/1440/3/1443323.jpg |
Perfect Days (2023) div.card-trending__img-container > span.image-container > span.preserve-aspect-ratio > img | images-prod.dazeddigital.com/640/azure/dazed-prod/1440/3/1443430.jpg |
Zara Larsson Main Rose swimwear div.card-trending__img-container > span.image-container > span.preserve-aspect-ratio > img | images-prod.dazeddigital.com/640/azure/dazed-prod/1440/3/1443667.jpg |
DON JON div.card-trending__img-container > span.image-container > span.preserve-aspect-ratio > img | images-prod.dazeddigital.com/640/azure/dazed-prod/1440/2/1442783.jpeg |
Brody-Oceans-8 div.card-trending__img-container > span.image-container > span.preserve-aspect-ratio > img | images-prod.dazeddigital.com/640/azure/dazed-prod/1440/3/1443761.jpeg |
More information about the performance of your application. These numbers don't directly affect the Performance score.
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
Some ARIA child roles must be contained by specific parent roles to properly perform their intended accessibility functions. Learn more about ARIA roles and required parent element.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Personal Data Processing Opt Outs div.qc-cmp2-scrollable-section > ul.qc-cmp2-consent-list > li#1 > button.qc-cmp2-list-item-header |
These are opportunities to improve the usage of ARIA in your application which may enhance the experience for users of assistive technology, like a screen reader.
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Opted In li#1 > div > div.css-cf00qb > p.css-jg567y |
Opted In li#1 > div > div.css-cf00qb > p.css-jg567y |
Opted In li#1 > div > div.css-cf00qb > p.css-jg567y |
The former High Fashion Twitter lynchpin makes whimsical clothes that speak to … a.feature > div.grid > div.feature__wrapper > h2.feature__subtitle |
the internet div.grid > div.feature__wrapper > h2.feature__subtitle > span.nowrap |
Influencer culture has turned the California festival into a stale parody of it… a.feature > div.grid > div.feature__wrapper > h2.feature__subtitle |
former self div.grid > div.feature__wrapper > h2.feature__subtitle > span.nowrap |
From Olivia Rodrigo’s jeans and cute top combo to Madonna dusting off her Confe… a.feature > div.grid > div.feature__wrapper > h2.feature__subtitle |
style moments div.grid > div.feature__wrapper > h2.feature__subtitle > span.nowrap |
These are opportunities to improve the legibility of your content.
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Building a cyberdeck is the most rebellious thing you can do right now div.card-feature > div.card-feature__content > a.card-feature__content-primary > h3.card-feature__title |
These are opportunities to improve keyboard navigation in your application.
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.footer-container-inner > nav.footer-navigation > div.social-links > a.menu-link div.footer-container-inner > nav.footer-navigation > div.social-links > a.menu-link |
div.footer-container-inner > nav.footer-navigation > div.social-links > a.menu-link div.footer-container-inner > nav.footer-navigation > div.social-links > a.menu-link |
div.footer-container-inner > nav.footer-navigation > div.social-links > a.menu-link div.footer-container-inner > nav.footer-navigation > div.social-links > a.menu-link |
div.footer-container-inner > nav.footer-navigation > div.social-links > a.menu-link div.footer-container-inner > nav.footer-navigation > div.social-links > a.menu-link |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
Screen readers have a specific way of announcing lists. Ensuring proper list structure aids screen reader output. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Personal Data Processing Opt Outs
I want to opt-out of the Sharing of my Perso… div.qc-usp-ui-content > div.qc-usp-ui-form-content > div.qc-usp-container > ul.qc-cmp2-consent-list |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
Disabling zooming is problematic for users with low vision who rely on screen magnification to properly see the contents of a web page. Learn more about the viewport meta tag.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
head > meta head > meta |
These items highlight common accessibility best practices.
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Performance issues directly impact user engagement and conversion rates.
| Deprecation / Warning | Source |
|---|---|
| Topics | a.teads.tv/analytics/tag.js line 19, col 2291 |
| AttributionReporting | connect.facebook.net/en_US/fbevents.js line 279, col 769 |
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.
Send Feedback