Mobile 375 × 812

Desktop 1440 × 900

Score: 65 / 100
Based on 8 categories, 0 sections
Room to improve — your 23.3s load time is above Google's 2.5s 'Good' threshold.
Several missing protections leave your users and data exposed.
Major barriers for users with disabilities — up to 15% of your audience.
Solid SEO basics — a few optimizations could boost rankings.
Solid infrastructure — fast server responses across the board.
Mostly compliant — a few items need attention.
Missing metadata means poor previews on social media and search.
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.
No <main> landmark found
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
No favicon or icon links detected
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/e9f6ccca-4123-4494-867a-dfcec0f7fd46)<a href="https://beavercheck.com/results/e9f6ccca-4123-4494-867a-dfcec0f7fd46"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fhypebeast.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fhypebeast.comThis badge auto-updates with your latest scan result.
Your site has several issues that may be affecting user experience and business outcomes. 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 23.3s to load
+12% bounceUsers abandon at ~3s — you're 20.8s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 1.4s
+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
Layout shifts during page load
+3% bounceContent movement causes mis-clicks on CTAs and form fields
Fix: Add width/height to images; reserve space for late-loading embeds
No Open Graph tags
+2% bounceLinks shared on LinkedIn / Slack / Facebook show bare URLs — referral clicks drop
Fix: Add og:title, og:description, og:image, og:url to the page head
No structured data
+2% bounceNo rich-result eligibility in Google — lower SERP CTR vs competitors with stars and prices
Fix: Add JSON-LD for your page type (Product, Article, FAQPage, LocalBusiness, …)
Thin content
+3% bounceUnder 300 words — visitors bounce looking for substance, search engines rank competitors first
Fix: Add a substantive FAQ, product detail, or case-study section
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
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
$450 investment → $0.84/month returns + USD 157,500 risk avoided
$450
4h · 5 findings
$0.84 /mo
~$10 / year
USD 157,500
if kept compliant
$150 — in quick wins — start here for the fastest payback
Figures combine localized regulatory fine ceilings, search/conversion value priced against local CPC, and bandwidth waste estimates. Results depend on implementation quality and audience composition. Not legal or financial advice.
4.5 developer hours at $100/hr
Based on United States rates ($100/hr)
Start here for the best return on investment
$13,126 / month at risk
~$157,510 / year if left unfixed
$157,500
+5 more
$0.84 /mo
10493.4 MB/mo × 0.080 USD/GB
Compliance figures represent the statutory maximum fine for the most severe triggered category, capped per regulation — not the sum of per-finding penalties. Based on published regulatory fine ranges. This is not legal advice.
Unique monthly visitors from your analytics
Purchases, signups, or key actions
Optional — for revenue estimation
more engaged visitors from reduced bounce
Fix 5 critical issues to capture this value
Based on Google/Deloitte research ("Milliseconds Make Millions") showing a ~7% bounce rate increase per additional second of LCP above the 2.5s "Good" threshold.
Your site's LCP: → estimated after fixes.
These are estimates based on industry research — actual results vary
Your data stays in your browser — nothing is sent to our servers
Thanks for your feedback!
We'll use a cached audit if available, or offer to scan.
Industry-standard audits powered by Google Lighthouse.
Key metrics that affect user experience.
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
9.39 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
23.29 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
1.45 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.101
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
9.39 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.
23.66 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
Layout shifts occur when elements move absent any user interaction. Investigate the causes of layout shifts, such as elements being added, removed, or their fonts changing as the page loads.
Performance issues directly impact user engagement and conversion rates.
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 |
|---|---|---|
| app.termly.io/resource-blocker/951c4eb2-ccc3-47a0-b968-dc53a42f7196?autoBlock=on | 161.8 KiB | 3.2 s |
| www.googleoptimize.com/optimize.js?id=GTM-MSNGKV9 | 112.9 KiB | 2.7 s |
| apis.google.com/js/platform.js | 24.3 KiB | 1.4 s |
| a.pub.network/hypebeast-com/cls.css | 1.5 KiB | 813 ms |
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 | |
|---|---|---|---|
Did Justin Bieber Just Tease a 'SWAG' World Tour? div.post-thumbnail-wrapper > div.fixed-ratio-3-2 > a.thumbnail > img.lazy-load | /https://hypebeast.com/image/2026/04/19/justin-bieber-swa... | 6.5 KiB | 5.3 KiB |
IKEA is Bringing Back Inflatable Furniture div.post-thumbnail-wrapper > div.fixed-ratio-3-2 > a.thumbnail > img.lazy-load | /https://hypebeast.com/image/2026/04/20/ikea-ps-2026-coll... | 6.3 KiB | 5.1 KiB |
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 |
|---|---|
| hypebeast.com/ | 755 ms |
| hypebeast.com/ | 0.0 ms |
These are the largest layout shifts observed on the page. Each table item represents a single layout shift, and shows the element that shifted the most. Below each item are possible root causes that led to the layout shift. Some of these layout shifts may not be included in the CLS metric value due to windowing. Learn how to improve CLS
Performance issues directly impact user engagement and conversion rates.
| Element | Layout shift score |
|---|---|
Slawn: Jester With the Keys
Olaolu Slawn doesn’t need a title, a label, or anyo… body.editorial_homepage > div#root > div.homepage-featured-banner-main-wrapper | 0.079 |
Slawn: Jester With the Keys
Olaolu Slawn doesn’t need a title, a label, or anyo… body.editorial_homepage > div#root > div.homepage-featured-banner-main-wrapper | 0.022 |
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 |
|---|---|---|
| static.hypebeast.com/dist/hypebeast/357e6c0fc219b9c1ad7b.css | 148.7 KiB | 140.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
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 | 3.5 s |
| Other | 968 ms |
| Script Parsing & Compilation | 658 ms |
| Style & Layout | 305 ms |
| Parse HTML & CSS | 147 ms |
| Rendering | 91 ms |
| Garbage Collection | 42 ms |
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 | |
|---|---|
Did Justin Bieber Just Tease a 'SWAG' World Tour? div.post-thumbnail-wrapper > div.fixed-ratio-3-2 > a.thumbnail > img.lazy-load | /https://hypebeast.com/image/2026/04/19/justin-bieber-swa... |
IKEA is Bringing Back Inflatable Furniture div.post-thumbnail-wrapper > div.fixed-ratio-3-2 > a.thumbnail > img.lazy-load | /https://hypebeast.com/image/2026/04/20/ikea-ps-2026-coll... |
Slawn: Jester With the Keys div#homepage-feature-banner-1 > a.banner-image > picture > img.entered | /https://hypebeast.com/image/2026/04/17/HBM37-Slawn-Featu... |
'ICEMAN's Release Date Revealed: Everything We Loved in Music This Week div.post-box-image-container > a.thumbnail > picture > img.img-fluid | |
C.P. Company x Alessi's Coffee Set Pairs With a Garment-Dyed Capsule div.post-box-image-container > a.thumbnail > picture > img.img-fluid | |
Louis Vuitton Reissues First-Ever Piece in Art Deco-Inspired Furniture Collecti… div.post-box-image-container > a.thumbnail > picture > img.img-fluid | |
Beats and JENNIE Reunite for Special Edition "Onyx Black" Solo 4 Headphones div.post-box-image-container > a.thumbnail > picture > img.img-fluid | |
‘The World’s Smallest Coffee Shop’ Is Taking Orders at Milan Design Week div.post-box-image-container > a.thumbnail > picture > img.img-fluid | |
Announcing 'Hypebeast Magazine #37: The Architects Issue' with Cover Stars Slaw… div.post-box-image-container > a.thumbnail > picture > img.img-fluid | |
Drake's 'ICEMAN' Release Date Is at the Bottom of This Ice Sculpture in the Bon… div#homepage-feature-banner-2 > a.banner-image > picture > img.entered | /https://hypebeast.com/image/2026/04/20/drake-iceman-rele... |
Hypebeast div.header-top > div.logo > a > img.img-fluid | static.hypebeast.com/dist/hypebeast/images/hypebeast-logo.4d6a6810.svg |
6:AM is the Milanese Studio Breathing Life into Murano Glass div.post-box-image-container > a.thumbnail > picture > img.img-fluid | |
How Adam Himebauch Made His Fake Museum a Reality div.post-box-image-container > a.thumbnail > picture > img.img-fluid | |
Snøhetta and USM’s Milan Installation Oozes Inflatables div.post-box-image-container > a.thumbnail > picture > img.img-fluid | |
Chloé Gives Home Decor the Tomato Treatment div.post-box-image-container > a.thumbnail > picture > img.img-fluid | |
New Arrivals From HBX: Protocol-Index div.post-box-image-container > a.thumbnail > picture > img.img-fluid | |
Slawn: Jester With the Keys div.post-box-image-container > a.thumbnail > picture > img.img-fluid | |
New Balance Debuts the Bold TF100 in a "Dark Brown" and "Black" Colorway div.post-thumbnail-wrapper > div.fixed-ratio-3-2 > a.thumbnail > img.lazy-load | |
Carhartt WIP Unveils SS26 Delivery Two Is Where Mid-Century Denim Meets Camo Sn… div.post-thumbnail-wrapper > div.fixed-ratio-3-2 > a.thumbnail > img.lazy-load |
More information about the performance of your application. These numbers don't directly affect the Performance score.
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Olaolu Slawn doesn’t need a title, a label, or anyone’s permission. Just the ne… div#homepage-feature-banner-1 > div.post-meta-wrapper > div.post-meta-container > div.banner-post-excerpt |
854 div.post-box-content-meta-time-info > div.post-box-stats > trend-count > span.hype-count |
8.5K div.post-metas > span.count > trend-count > span.hype-count |
6.2K div.post-metas > span.count > trend-count > span.hype-count |
5.9K div.post-metas > span.count > trend-count > span.hype-count |
3.5K div.post-metas > span.count > trend-count > span.hype-count |
Design div#post-6708488 > div.post-box-content-container > div.post-box-content-categories-title > a.category |
The Maison unveiled a re-edition of the original 1970 Tomato Chair design by Ch… div.posts > div#post-6708488 > div.post-box-content-container > div.post-box-content-excerpt |
3 Hrs ago div.post-box-content-meta > div.post-box-content-meta-time-info > span.time > time.timeago |
66 div.post-box-content-meta-time-info > div.post-box-stats > trend-count > span.hype-count |
Design div#post-6708477 > div.post-box-content-container > div.post-box-content-categories-title > a.category |
A surreal, modular showcase in Milan’s Fondazione Luigi Rovati garden. div.posts > div#post-6708477 > div.post-box-content-container > div.post-box-content-excerpt |
3 Hrs ago div.post-box-content-meta > div.post-box-content-meta-time-info > span.time > time.timeago |
69 div.post-box-content-meta-time-info > div.post-box-stats > trend-count > span.hype-count |
Music div#post-6707491 > div.post-box-content-container > div.post-box-content-categories-title > a.category |
All of the biggest music headlines in one place and playlist. Updated live thro… div.posts > div#post-6707491 > div.post-box-content-container > div.post-box-content-excerpt |
4 Hrs ago div.post-box-content-meta > div.post-box-content-meta-time-info > span.time > time.timeago |
569 div.post-box-content-meta-time-info > div.post-box-stats > trend-count > span.hype-count |
Design div#post-6708449 > div.post-box-content-container > div.post-box-content-categories-title > a.category |
Unveiled for Milan Design Week, the collaboration features garment-dyed overshi… div.posts > div#post-6708449 > div.post-box-content-container > div.post-box-content-excerpt |
4 Hrs ago div.post-box-content-meta > div.post-box-content-meta-time-info > span.time > time.timeago |
81 div.post-box-content-meta-time-info > div.post-box-stats > trend-count > span.hype-count |
Art div#post-6708401 > div.post-box-content-container > div.post-box-content-categories-title > a.category |
NYC MOCA was a performance art piece — until it wasn’t. div.posts > div#post-6708401 > div.post-box-content-container > div.post-box-content-excerpt |
5 Hrs ago div.post-box-content-meta > div.post-box-content-meta-time-info > span.time > time.timeago |
126 div.post-box-content-meta-time-info > div.post-box-stats > trend-count > span.hype-count |
Design div#post-6708399 > div.post-box-content-container > div.post-box-content-categories-title > a.category |
At Milan Design Week 2026, the maison took over Palazzo Serbelloni with an Obje… div.posts > div#post-6708399 > div.post-box-content-container > div.post-box-content-excerpt |
6 Hrs ago div.post-box-content-meta > div.post-box-content-meta-time-info > span.time > time.timeago |
366 div.post-box-content-meta-time-info > div.post-box-stats > trend-count > span.hype-count |
Fashion div#post-6708342 > div.post-box-content-container > div.post-box-content-categories-title > a.category |
Shop now. div.posts > div#post-6708342 > div.post-box-content-container > div.post-box-content-excerpt |
10 Hrs ago div.post-box-content-meta > div.post-box-content-meta-time-info > span.time > time.timeago |
888 div.post-box-content-meta-time-info > div.post-box-stats > trend-count > span.hype-count |
Tech & Gadgets div#post-6706131 > div.post-box-content-container > div.post-box-content-categories-title > a.category |
Featuring a custom bow design while arriving alongside an exclusive preview of … div.posts > div#post-6706131 > div.post-box-content-container > div.post-box-content-excerpt |
10 Hrs ago div.post-box-content-meta > div.post-box-content-meta-time-info > span.time > time.timeago |
396 div.post-box-content-meta-time-info > div.post-box-stats > trend-count > span.hype-count |
As part of a new concept from De’Longhi and Simon Weisse Studio. div.posts > div#post-6706389 > div.post-box-content-container > div.post-box-content-excerpt |
Presented by De'Longhi div.post-box-content-meta > div.post-box-meta-author-time > span.author > span.presented-by |
908 div.post-box-content-meta-time-info > div.post-box-stats > trend-count > span.hype-count |
Art div#post-6700508 > div.post-box-content-container > div.post-box-content-categories-title > a.category |
Hypebeast Magazine div#post-6700508 > div.post-box-content-container > div.post-box-content-categories-title > a.category |
Olaolu Slawn doesn’t need a title, a label, or anyone’s permission. Just the ne… div.posts > div#post-6700508 > div.post-box-content-container > div.post-box-content-excerpt |
11 Hrs ago div.post-box-content-meta > div.post-box-content-meta-time-info > span.time > time.timeago |
854 div.post-box-content-meta-time-info > div.post-box-stats > trend-count > span.hype-count |
Sports div#post-6703706 > div.post-box-content-container > div.post-box-content-categories-title > a.category |
Look inside our Spring/Summer 2026 issue, highlighting exclusive covers, the ta… div.posts > div#post-6703706 > div.post-box-content-container > div.post-box-content-excerpt |
11 Hrs ago div.post-box-content-meta > div.post-box-content-meta-time-info > span.time > time.timeago |
552 div.post-box-content-meta-time-info > div.post-box-stats > trend-count > span.hype-count |
Design div#post-6705226 > div.post-box-content-container > div.post-box-content-categories-title > a.category |
You know *the* glass Bottega Veneta stools, now get to know the designers behin… div.posts > div#post-6705226 > div.post-box-content-container > div.post-box-content-excerpt |
15 Hrs ago div.post-box-content-meta > div.post-box-content-meta-time-info > span.time > time.timeago |
345 div.post-box-content-meta-time-info > div.post-box-stats > trend-count > span.hype-count |
See More div.heading > h3 > a.see-more > span.see-more-text |
2026 Hypebeast Limited. All Rights Reserved. div.container-fluid > div.footer-lower > div > span |
Hypebeast Limited div.footer-lower > div > span > a |
Hypebeast ® is a registered trademark of Hypebeast Hong Kong Ltd. div.container-fluid > div.footer-lower > div > span |
Terms & Conditions div.footer-lower > div > span.footer-links > a |
Privacy Policy div.footer-lower > div > span.footer-links > a |
Cookie Policy div.footer-lower > div > span.footer-links > a |
Investment Disclaimer div.footer-lower > div > span.footer-links > a |
These are opportunities to improve the legibility of your content.
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div#main-banner > div.hb-wrapper > div.logo > img div#main-banner > div.hb-wrapper > div.logo > img |
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.inner-nav-bar > ul.settings > li > a div.inner-nav-bar > ul.settings > li > a |
div.inner-nav-bar > ul.settings > li.account-popup-hook > a.mobile div.inner-nav-bar > ul.settings > li.account-popup-hook > a.mobile |
div.header-top > div.left-aside > div.hamburger > a#mobile-menu-toggle div.header-top > div.left-aside > div.hamburger > a#mobile-menu-toggle |
div.aside > ul.nav > li.dark-mode > a.btn div.aside > ul.nav > li.dark-mode > a.btn |
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 |
|---|
FASHION
FOOTWEAR
ART
DESIGN
MUSIC
LIFESTYLE
VIDEOS
BRANDS
MAGAZINE
HYPEBEAST100… body.editorial_homepage > div#root > div.mobile-header-bottom > ul#swiper-wrapper-c3958013b2e3de27 |
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 |
|---|
Art div#post-6700508 > div.post-box-content-container > div.post-box-content-categories-title > a.category |
Privacy Policy div.footer-lower > div > span.footer-links > a |
Investment Disclaimer div.footer-lower > div > span.footer-links > a |
One main landmark helps screen reader users navigate a web page. Learn more about landmarks.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
These items highlight common accessibility best practices.
Image natural dimensions should be proportional to the display size and the pixel ratio to maximize image clarity. Learn how to provide responsive images.
Performance issues directly impact user engagement and conversion rates.
| URL | Displayed size | Actual size | Expected size | |
|---|---|---|---|---|
Slawn: Jester With the Keys div#homepage-feature-banner-1 > a.banner-image > picture > img.entered | /https://hypebeast.com/image/2026/04/17/HBM37-Slawn-Featu... | 412 x 274 | 320 x 213 | 618 x 411 |
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.pub.network/hypebeast-com/prebid.js line 89, col 1157 |
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. Learn more about this errors in console diagnostic audit
Performance issues directly impact user engagement and conversion rates.
| Source | Description |
|---|---|
Uncaught TypeError: s.pubads is not a function |
Source maps translate minified code to the original source code. This helps developers debug in production. In addition, Lighthouse is able to provide further insights. Consider deploying source maps to take advantage of these benefits. Learn more about source maps.
Performance issues directly impact user engagement and conversion rates.
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Descriptive link text helps search engines understand your content. Learn how to make links more accessible.
Performance issues directly impact user engagement and conversion rates.
| Link destination | Link Text |
|---|---|
| hypebeast.com/app/ | Learn More |
| hypebeast.com/brands/ranking | See More |
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div#main-banner > div.hb-wrapper > div.logo > img div#main-banner > div.hb-wrapper > div.logo > img |
Format your HTML in a way that enables crawlers to better understand your app’s content.
If your robots.txt file is malformed, crawlers may not be able to understand how you want your website to be crawled or indexed. Learn more about robots.txt.
Performance issues directly impact user engagement and conversion rates.
| Line # | Content | Error |
|---|---|---|
| 11 | Create-delay: 10 | Unknown directive |
To appear in search results, crawlers need access to your app.
Industry-standard audits powered by Google Lighthouse. — Desktop
Key metrics that affect user experience. — Desktop
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
2.15 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
2.51 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
17 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.002
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
2.25 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.
4.91 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.
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.googleoptimize.com/optimize.js?id=GTM-MSNGKV9 | 112.9 KiB | 596 ms |
| a.pub.network/hypebeast-com/cls.css | 1.5 KiB | 266 ms |
| app.termly.io/resource-blocker/951c4eb2-ccc3-47a0-b968-dc53a42f7196?autoBlock=on | 161.8 KiB | 690 ms |
| apis.google.com/js/platform.js | 24.3 KiB | 365 ms |
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 | |
|---|---|---|---|
Slawn: Jester With the Keys div#homepage-feature-banner-1 > a.banner-image > picture > img.entered | /https://hypebeast.com/image/2026/04/17/HBM37-Slawn-Featu... | 119.5 KiB | 96.3 KiB |
New Balance div.name > div.avatar > a > img.entered | /s3.store.hypebeast.com/media/wiki/brands/01/83/d02d9dca8... | 67.8 KiB | 67.8 KiB |
adidas div.name > div.avatar > a > img.entered | i0.wp.com/s3.store.hypebeast.com/media/wiki/fixtures/brand/adidas.jpeg | 53.7 KiB | 53.7 KiB |
Carhartt WIP Unveils SS26 Delivery Two Is Where Mid-Century Denim Meets Camo Sn… div.post-thumbnail-wrapper > div.fixed-ratio-3-2 > a.thumbnail > img.lazy-load | /https://hypebeast.com/image/2026/04/20/carhartt-wip-ss26... | 53.3 KiB | 44.7 KiB |
Nike div.name > div.avatar > a > img.entered | i0.wp.com/s3.store.hypebeast.com/media/wiki/fixtures/brand/Nike.jpeg | 35.8 KiB | 35.8 KiB |
Drake's 'ICEMAN' Release Date Is at the Bottom of This Ice Sculpture in the Bon… div#homepage-feature-banner-2 > a.banner-image > picture > img.entered | /https://hypebeast.com/image/2026/04/20/drake-iceman-rele... | 27.7 KiB | 23.7 KiB |
Chloé Gives Home Decor the Tomato Treatment div.post-box-image-container > a.thumbnail > picture > img.img-fluid | /https://hypebeast.com/image/2026/04/21/Chloe-MDW-Cover.j... | 32.5 KiB | 20.1 KiB |
Did Justin Bieber Just Tease a 'SWAG' World Tour? div.post-thumbnail-wrapper > div.fixed-ratio-3-2 > a.thumbnail > img.lazy-load | /https://hypebeast.com/image/2026/04/19/justin-bieber-swa... | 6.5 KiB | 4.7 KiB |
New Balance Debuts the Bold TF100 in a "Dark Brown" and "Black" Colorway div.post-thumbnail-wrapper > div.fixed-ratio-3-2 > a.thumbnail > img.lazy-load | /https://hypebeast.com/image/2026/04/20/new-balance-tf100... | 6.4 KiB | 4.6 KiB |
IKEA is Bringing Back Inflatable Furniture div.post-thumbnail-wrapper > div.fixed-ratio-3-2 > a.thumbnail > img.lazy-load | /https://hypebeast.com/image/2026/04/20/ikea-ps-2026-coll... | 6.3 KiB | 4.6 KiB |
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 |
|---|---|
| hypebeast.com/ | 205 ms |
| hypebeast.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.
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 |
|---|---|---|
| static.hypebeast.com/dist/hypebeast/357e6c0fc219b9c1ad7b.css | 148.7 KiB | 140.9 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 | |
|---|---|
Nike div.name > div.avatar > a > img.entered | i0.wp.com/s3.store.hypebeast.com/media/wiki/fixtures/brand/Nike.jpeg |
adidas div.name > div.avatar > a > img.entered | i0.wp.com/s3.store.hypebeast.com/media/wiki/fixtures/brand/adidas.jpeg |
New Balance div.name > div.avatar > a > img.entered | /s3.store.hypebeast.com/media/wiki/brands/01/83/d02d9dca8... |
Slawn: Jester With the Keys div#homepage-feature-banner-1 > a.banner-image > picture > img.entered | /https://hypebeast.com/image/2026/04/17/HBM37-Slawn-Featu... |
Did Justin Bieber Just Tease a 'SWAG' World Tour? div.post-thumbnail-wrapper > div.fixed-ratio-3-2 > a.thumbnail > img.lazy-load | /https://hypebeast.com/image/2026/04/19/justin-bieber-swa... |
IKEA is Bringing Back Inflatable Furniture div.post-thumbnail-wrapper > div.fixed-ratio-3-2 > a.thumbnail > img.lazy-load | /https://hypebeast.com/image/2026/04/20/ikea-ps-2026-coll... |
New Balance Debuts the Bold TF100 in a "Dark Brown" and "Black" Colorway div.post-thumbnail-wrapper > div.fixed-ratio-3-2 > a.thumbnail > img.lazy-load | /https://hypebeast.com/image/2026/04/20/new-balance-tf100... |
Carhartt WIP Unveils SS26 Delivery Two Is Where Mid-Century Denim Meets Camo Sn… div.post-thumbnail-wrapper > div.fixed-ratio-3-2 > a.thumbnail > img.lazy-load | /https://hypebeast.com/image/2026/04/20/carhartt-wip-ss26... |
Chloé Gives Home Decor the Tomato Treatment div.post-box-image-container > a.thumbnail > picture > img.img-fluid | /https://hypebeast.com/image/2026/04/21/Chloe-MDW-Cover.j... |
Drake's 'ICEMAN' Release Date Is at the Bottom of This Ice Sculpture in the Bon… div#homepage-feature-banner-2 > a.banner-image > picture > img.entered | /https://hypebeast.com/image/2026/04/20/drake-iceman-rele... |
Supreme div.name > div.avatar > a > img.entered | /https://hypebeast.com/image/2021/06/27993285_10156160510... |
'ICEMAN's Release Date Revealed: Everything We Loved in Music This Week div.post-box-image-container > a.thumbnail > picture > img.img-fluid | |
Louis Vuitton Reissues First-Ever Piece in Art Deco-Inspired Furniture Collecti… div.post-box-image-container > a.thumbnail > picture > img.img-fluid | |
Beats and JENNIE Reunite for Special Edition "Onyx Black" Solo 4 Headphones div.post-box-image-container > a.thumbnail > picture > img.img-fluid | |
Announcing 'Hypebeast Magazine #37: The Architects Issue' with Cover Stars Slaw… div.post-box-image-container > a.thumbnail > picture > img.img-fluid | |
Hypebeast div.header-top > div.logo > a > img.img-fluid | static.hypebeast.com/dist/hypebeast/images/hypebeast-logo.4d6a6810.svg |
Hypebeast div.header-bottom > div.header-bottom__left > a > img.img-fluid | static.hypebeast.com/dist/hypebeast/images/hypebeast-logo.4d6a6810.svg |
‘The World’s Smallest Coffee Shop’ Is Taking Orders at Milan Design Week div.post-box-image-container > a.thumbnail > picture > img.img-fluid | |
C.P. Company x Alessi's Coffee Set Pairs With a Garment-Dyed Capsule div.post-box-image-container > a.thumbnail > picture > img.img-fluid | |
6:AM is the Milanese Studio Breathing Life into Murano Glass div.post-box-image-container > a.thumbnail > picture > img.img-fluid | |
How Adam Himebauch Made His Fake Museum a Reality div.post-box-image-container > a.thumbnail > picture > img.img-fluid | |
Snøhetta and USM’s Milan Installation Oozes Inflatables div.post-box-image-container > a.thumbnail > picture > img.img-fluid | |
New Arrivals From HBX: Protocol-Index div.post-box-image-container > a.thumbnail > picture > img.img-fluid | |
Slawn: Jester With the Keys div.post-box-image-container > a.thumbnail > picture > img.img-fluid | |
Jordan Brand div.name > div.avatar > a > img | |
adidas Originals div.name > div.avatar > a > img | |
YEEZY div.name > div.avatar > a > img | |
Rimowa div.name > div.avatar > a > img | |
Louis Vuitton div.name > div.avatar > a > img | |
Salomon div.name > div.avatar > a > img |
More information about the performance of your application. These numbers don't directly affect the Performance score.
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Hypebae div.nav-bar > div.inner-nav-bar > div.websites > a |
Hypemaps div.nav-bar > div.inner-nav-bar > div.websites > a |
HBX div.nav-bar > div.inner-nav-bar > div.websites > a |
Get HYPE App div.inner-nav-bar > ul.settings > li#master-nav-bar-setting-app-button > span |
Hypecoins ul.settings > li > a > span |
Account ul.settings > li.account-popup-hook > a#master-nav-bar-setting-account-button > span |
EN div.inner-nav-bar > ul.settings > li > span |
Olaolu Slawn doesn’t need a title, a label, or anyone’s permission. Just the ne… div#homepage-feature-banner-1 > div.post-meta-wrapper > div.post-meta-container > div.banner-post-excerpt |
854 div.post-box-content-meta-time-info > div.post-box-stats > trend-count > span.hype-count |
Set up in the middle of Toronto. div#homepage-feature-banner-2 > div.post-meta-wrapper > div.post-meta-container > div.banner-post-excerpt |
31.9K div.post-box-content-meta-time-info > div.post-box-stats > trend-count > span.hype-count |
8.5K div.post-metas > span.count > trend-count > span.hype-count |
6.2K div.post-metas > span.count > trend-count > span.hype-count |
5.9K div.post-metas > span.count > trend-count > span.hype-count |
3.5K div.post-metas > span.count > trend-count > span.hype-count |
The Maison unveiled a re-edition of the original 1970 Tomato Chair design by Ch… div.posts > div#post-6708488 > div.post-box-content-container > div.post-box-content-excerpt |
By Kayla Curtis Evans div.post-box-content-meta > div.post-box-meta-author-time > span.author > span.author-name |
Kayla Curtis Evans div.post-box-meta-author-time > span.author > span.author-name > a.article-author |
3 Hrs ago div.post-box-content-meta > div.post-box-meta-author-time > span.time > time.timeago |
66 div.post-box-content-meta-time-info > div.post-box-stats > trend-count > span.hype-count |
A surreal, modular showcase in Milan’s Fondazione Luigi Rovati garden. div.posts > div#post-6708477 > div.post-box-content-container > div.post-box-content-excerpt |
By Kayla Curtis Evans div.post-box-content-meta > div.post-box-meta-author-time > span.author > span.author-name |
Kayla Curtis Evans div.post-box-meta-author-time > span.author > span.author-name > a.article-author |
3 Hrs ago div.post-box-content-meta > div.post-box-meta-author-time > span.time > time.timeago |
69 div.post-box-content-meta-time-info > div.post-box-stats > trend-count > span.hype-count |
All of the biggest music headlines in one place and playlist. Updated live thro… div.posts > div#post-6707491 > div.post-box-content-container > div.post-box-content-excerpt |
By Elaina Bernstein div.post-box-content-meta > div.post-box-meta-author-time > span.author > span.author-name |
Elaina Bernstein div.post-box-meta-author-time > span.author > span.author-name > a.article-author |
4 Hrs ago div.post-box-content-meta > div.post-box-meta-author-time > span.time > time.timeago |
569 div.post-box-content-meta-time-info > div.post-box-stats > trend-count > span.hype-count |
Unveiled for Milan Design Week, the collaboration features garment-dyed overshi… div.posts > div#post-6708449 > div.post-box-content-container > div.post-box-content-excerpt |
By Nico Gavino div.post-box-content-meta > div.post-box-meta-author-time > span.author > span.author-name |
Nico Gavino div.post-box-meta-author-time > span.author > span.author-name > a.article-author |
4 Hrs ago div.post-box-content-meta > div.post-box-meta-author-time > span.time > time.timeago |
81 div.post-box-content-meta-time-info > div.post-box-stats > trend-count > span.hype-count |
NYC MOCA was a performance art piece — until it wasn’t. div.posts > div#post-6708401 > div.post-box-content-container > div.post-box-content-excerpt |
By Erin Ikeuchi div.post-box-content-meta > div.post-box-meta-author-time > span.author > span.author-name |
Erin Ikeuchi div.post-box-meta-author-time > span.author > span.author-name > a.article-author |
5 Hrs ago div.post-box-content-meta > div.post-box-meta-author-time > span.time > time.timeago |
126 div.post-box-content-meta-time-info > div.post-box-stats > trend-count > span.hype-count |
At Milan Design Week 2026, the maison took over Palazzo Serbelloni with an Obje… div.posts > div#post-6708399 > div.post-box-content-container > div.post-box-content-excerpt |
By Nico Gavino div.post-box-content-meta > div.post-box-meta-author-time > span.author > span.author-name |
Nico Gavino div.post-box-meta-author-time > span.author > span.author-name > a.article-author |
6 Hrs ago div.post-box-content-meta > div.post-box-meta-author-time > span.time > time.timeago |
366 div.post-box-content-meta-time-info > div.post-box-stats > trend-count > span.hype-count |
Shop now. div.posts > div#post-6708342 > div.post-box-content-container > div.post-box-content-excerpt |
By HBX Editorial div.post-box-content-meta > div.post-box-meta-author-time > span.author > span.author-name |
HBX Editorial div.post-box-meta-author-time > span.author > span.author-name > a.article-author |
10 Hrs ago div.post-box-content-meta > div.post-box-meta-author-time > span.time > time.timeago |
888 div.post-box-content-meta-time-info > div.post-box-stats > trend-count > span.hype-count |
Featuring a custom bow design while arriving alongside an exclusive preview of … div.posts > div#post-6706131 > div.post-box-content-container > div.post-box-content-excerpt |
By Joyce Li div.post-box-content-meta > div.post-box-meta-author-time > span.author > span.author-name |
Joyce Li div.post-box-meta-author-time > span.author > span.author-name > a.article-author |
10 Hrs ago div.post-box-content-meta > div.post-box-meta-author-time > span.time > time.timeago |
396 div.post-box-content-meta-time-info > div.post-box-stats > trend-count > span.hype-count |
As part of a new concept from De’Longhi and Simon Weisse Studio. div.posts > div#post-6706389 > div.post-box-content-container > div.post-box-content-excerpt |
Presented by De'Longhi div.post-box-content-meta > div.post-box-meta-author-time > span.author > span.presented-by |
11 Hrs ago div.post-box-content-meta > div.post-box-meta-author-time > span.time > time.timeago |
908 div.post-box-content-meta-time-info > div.post-box-stats > trend-count > span.hype-count |
Olaolu Slawn doesn’t need a title, a label, or anyone’s permission. Just the ne… div.posts > div#post-6700508 > div.post-box-content-container > div.post-box-content-excerpt |
By HB Team div.post-box-content-meta > div.post-box-meta-author-time > span.author > span.author-name |
HB Team div.post-box-meta-author-time > span.author > span.author-name > a.article-author |
11 Hrs ago div.post-box-content-meta > div.post-box-meta-author-time > span.time > time.timeago |
854 div.post-box-content-meta-time-info > div.post-box-stats > trend-count > span.hype-count |
Look inside our Spring/Summer 2026 issue, highlighting exclusive covers, the ta… div.posts > div#post-6703706 > div.post-box-content-container > div.post-box-content-excerpt |
By HB Team div.post-box-content-meta > div.post-box-meta-author-time > span.author > span.author-name |
HB Team div.post-box-meta-author-time > span.author > span.author-name > a.article-author |
11 Hrs ago div.post-box-content-meta > div.post-box-meta-author-time > span.time > time.timeago |
552 div.post-box-content-meta-time-info > div.post-box-stats > trend-count > span.hype-count |
You know *the* glass Bottega Veneta stools, now get to know the designers behin… div.posts > div#post-6705226 > div.post-box-content-container > div.post-box-content-excerpt |
By HB Team div.post-box-content-meta > div.post-box-meta-author-time > span.author > span.author-name |
HB Team div.post-box-meta-author-time > span.author > span.author-name > a.article-author |
15 Hrs ago div.post-box-content-meta > div.post-box-meta-author-time > span.time > time.timeago |
345 div.post-box-content-meta-time-info > div.post-box-stats > trend-count > span.hype-count |
Change div.trending-header-wrapper > div.trending-header > div.trending-stats-header > span |
Prev. div.trending-header-wrapper > div.trending-header > div.trending-stats-header > span |
10 div#trending-brand-salomon > div.brand-item > div.ranking-name > div.ranking |
10 div#trending-brand-salomon > div.brand-item > div.prev-rank > span.text-muted |
Fashion div.footer-block > ul#footer-nav-content-sections > li > a |
Footwear div.footer-block > ul#footer-nav-content-sections > li > a |
Art div.footer-block > ul#footer-nav-content-sections > li > a |
Design div.footer-block > ul#footer-nav-content-sections > li > a |
Music div.footer-block > ul#footer-nav-content-sections > li > a |
Lifestyle div.footer-block > ul#footer-nav-content-sections > li > a |
Videos div.footer-block > ul#footer-nav-content-more > li > a |
Magazine div.footer-block > ul#footer-nav-content-more > li > a |
Hypebeast 100 div.footer-block > ul#footer-nav-content-more > li > a |
Hypebeast 20 div.footer-block > ul#footer-nav-content-more > li > a |
Brand Ranking div.footer-block > ul#footer-nav-content-brands > li > a |
Brand Directory div.footer-block > ul#footer-nav-content-brands > li > a |
Men div.footer-block > ul#footer-nav-content-store > li > a |
Women div.footer-block > ul#footer-nav-content-store > li > a |
Life div.footer-block > ul#footer-nav-content-store > li > a |
Golf div.footer-block > ul#footer-nav-content-store > li > a |
Archives div.footer-block > ul#footer-nav-content-store > li > a |
Sale div.footer-block > ul#footer-nav-content-store > li > a |
Hypebeast div.footer-block > ul#footer-nav-content-elsewhere > li > a |
Hypemaps div.footer-block > ul#footer-nav-content-elsewhere > li > a |
Hypebae div.footer-block > ul#footer-nav-content-elsewhere > li > a |
HBX div.footer-block > ul#footer-nav-content-elsewhere > li > a |
Hypebeast Group div.footer-block > ul#footer-nav-content-about-us > li > a |
Newsroom div.footer-block > ul#footer-nav-content-about-us > li > a |
Leadership div.footer-block > ul#footer-nav-content-about-us > li > a |
Career Opportunities div.footer-block > ul#footer-nav-content-about-us > li > a |
Investor div.footer-block > ul#footer-nav-content-about-us > li > a |
Advertising div.footer-block > ul#footer-nav-content-about-us > li > a |
Legal div.footer-block > ul#footer-nav-content-about-us > li > a |
Contact Us div.footer-block > ul#footer-nav-content-about-us > li > a |
By subscribing, you agree to our Terms of Use and Privacy Policy. li.footer-widgets-item-subscribe-news > div.footer-block > div.agreement-wrapper > span |
Terms of Use div.footer-block > div.agreement-wrapper > span > a |
Privacy Policy div.footer-block > div.agreement-wrapper > span > a |
2026 Hypebeast Limited. All Rights Reserved. div.container-fluid > div.footer-lower > div > span |
Hypebeast Limited div.footer-lower > div > span > a |
Hypebeast ® is a registered trademark of Hypebeast Hong Kong Ltd. div.container-fluid > div.footer-lower > div > span |
Terms & Conditions div.footer-lower > div > span.footer-links > a |
Privacy Policy div.footer-lower > div > span.footer-links > a |
Cookie Policy div.footer-lower > div > span.footer-links > a |
Investment Disclaimer div.footer-lower > div > span.footer-links > a |
These are opportunities to improve the legibility of your content.
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.header-top > div.left-aside > div.hamburger > a#mobile-menu-toggle div.header-top > div.left-aside > div.hamburger > a#mobile-menu-toggle |
div.left-aside > ul.nav > li > a div.left-aside > ul.nav > li > a |
div.left-aside > ul.nav > li > a div.left-aside > ul.nav > li > a |
div.left-aside > ul.nav > li > a div.left-aside > ul.nav > li > a |
div.left-aside > ul.nav > li > a div.left-aside > ul.nav > li > a |
div.left-aside > ul.nav > li > a div.left-aside > ul.nav > li > a |
div.aside > ul.nav > li.dark-mode > a.btn div.aside > ul.nav > li.dark-mode > a.btn |
li.footer-widgets-item-follow-us > div.footer-block > div.social-btns > a li.footer-widgets-item-follow-us > div.footer-block > div.social-btns > a |
li.footer-widgets-item-follow-us > div.footer-block > div.social-btns > a li.footer-widgets-item-follow-us > div.footer-block > div.social-btns > a |
li.footer-widgets-item-follow-us > div.footer-block > div.social-btns > a li.footer-widgets-item-follow-us > div.footer-block > div.social-btns > a |
li.footer-widgets-item-follow-us > div.footer-block > div.social-btns > a li.footer-widgets-item-follow-us > div.footer-block > div.social-btns > a |
li.footer-widgets-item-follow-us > div.footer-block > div.social-btns > a li.footer-widgets-item-follow-us > div.footer-block > div.social-btns > a |
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.
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 |
|---|
div.left-aside > ul.nav > li > a div.left-aside > ul.nav > li > a |
div.left-aside > ul.nav > li > a div.left-aside > ul.nav > li > a |
div.left-aside > ul.nav > li > a div.left-aside > ul.nav > li > a |
div.left-aside > ul.nav > li > a div.left-aside > ul.nav > li > a |
div.left-aside > ul.nav > li > a div.left-aside > ul.nav > li > a |
Art div#post-6700508 > div.post-box-content-container > div.post-box-content-categories-title > a.category |
Jordan Brand div.brand-item > div.ranking-name > div.name > a |
adidas Originals div.brand-item > div.ranking-name > div.name > a |
YEEZY div.brand-item > div.ranking-name > div.name > a |
Rimowa div.brand-item > div.ranking-name > div.name > a |
Louis Vuitton div.brand-item > div.ranking-name > div.name > a |
Salomon div.brand-item > div.ranking-name > div.name > a |
One main landmark helps screen reader users navigate a web page. Learn more about landmarks.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
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.pub.network/hypebeast-com/prebid.js line 89, col 1157 |
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. Learn more about this errors in console diagnostic audit
Performance issues directly impact user engagement and conversion rates.
| Source | Description |
|---|---|
Uncaught TypeError: s.pubads is not a function |
Source maps translate minified code to the original source code. This helps developers debug in production. In addition, Lighthouse is able to provide further insights. Consider deploying source maps to take advantage of these benefits. Learn more about source maps.
Performance issues directly impact user engagement and conversion rates.
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Descriptive link text helps search engines understand your content. Learn how to make links more accessible.
Performance issues directly impact user engagement and conversion rates.
| Link destination | Link Text |
|---|---|
| hypebeast.com/app/ | Learn More |
| hypebeast.com/brands/ranking | See More |
Format your HTML in a way that enables crawlers to better understand your app’s content.
If your robots.txt file is malformed, crawlers may not be able to understand how you want your website to be crawled or indexed. Learn more about robots.txt.
Performance issues directly impact user engagement and conversion rates.
| Line # | Content | Error |
|---|---|---|
| 11 | Create-delay: 10 | Unknown directive |
To appear in search results, crawlers need access to your app.
Send Feedback