Lighthouse Desktop
· 0 checks — Desktop Lighthouse audit -- Performance, Accessibility, Best Practices, and SEO category breakdown.Detailed Report
Audit breakdown by category with detailed findings.
Performance
Insights
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
Performance issues directly impact user engagement and conversion rates.
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.
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.
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 | |
|---|---|---|---|
Church House by Neil Dusheiko Architects a > figure > picture > img.lazyloaded | /uploads/2026/04/neil-dusheiko-architects-church-house-ex... | 1.8 MiB | 1.8 MiB |
Pink labyrinth by Lina Ghotmeh at Milan design week a > figure > picture > img.lazyloaded | /uploads/2026/04/lina-ghotmeh-pink-labyrinth-milan-design... | 1.1 MiB | 1.0 MiB |
TPAC in Nashville by BIG li.carousel_block_1 > a > figure > img.attachment-medium | /uploads/2026/04/big-tpac-nashville-metal-curtain_dezeen_... | 1.0 MiB | 1.0 MiB |
Issey Miyake furniture li.carousel_block_2 > a > figure > img.attachment-medium | /uploads/2026/04/the-paper-log-shell-and-core-issey-miyak... | 1002.8 KiB | 991.9 KiB |
Ryugyong Hotel in Pyongyang li.carousel_block_1 > a > figure > img.attachment-medium | /uploads/2026/04/famously-stalled-construction-projects_d... | 924.8 KiB | 914.2 KiB |
Issey Miyake furniture a > figure > picture > img.lazyloaded | /uploads/2026/04/the-paper-log-shell-and-core-issey-miyak... | 938.9 KiB | 880.0 KiB |
Eden Gardens by Populous li.carousel_block_1 > a > figure > img.attachment-medium | /uploads/2026/04/eden-gardens-populous-renovation-india-c... | 708.1 KiB | 698.1 KiB |
Capsule Plaza 2024 li.carousel_block_1 > a > figure > img.attachment-medium | /uploads/2026/04/capsule-plaza-news_dezeen_2364_col_99_de... | 684.3 KiB | 673.6 KiB |
a > figure > picture > img.lazyloaded a > figure > picture > img.lazyloaded | /uploads/2026/04/safdie-architects-cherokee-center-oklaho... | 604.4 KiB | 537.5 KiB |
Clock with hands made of people li.carousel_block_1 > a > figure > img.attachment-medium | /uploads/2026/04/The-Peoples-Clock-marten-baas-schiphol_d... | 512.6 KiB | 505.2 KiB |
Sofa in front of yellow blocks a > figure > picture > img.lazyloaded | /uploads/2026/04/secolo-x-tableau-soft-matters-milan-desi... | 501.6 KiB | 481.2 KiB |
a selection of wooden chair designs by students at estonian academy of arts a > figure > picture > img.lazyloaded | static.dezeen.com/uploads/2026/04/estonian-academy-dezeen_dezeen_2364_col_1.jpg | 423.9 KiB | 403.6 KiB |
WatchHouse Park Avenue South by Thomas-McBrien Architects a > figure > picture > img.lazyloaded | /uploads/2026/04/watchhouse-park-avenue-south_thomas-mcbr... | 342.5 KiB | 321.6 KiB |
a > figure > picture > img.lazyloaded a > figure > picture > img.lazyloaded | /uploads/2026/04/revisiting-richter-vjenceslav-richter-sa... | 357.0 KiB | 308.0 KiB |
Google data centre a > figure > picture > img.lazyloaded | /uploads/2023/08/google-data-centre-sq_dezeen_1704_col_0-... | 52.7 KiB | 25.2 KiB |
The Corner Store li.carousel_block_3 > a > figure > img.attachment-homepage_carousel | /uploads/2026/04/the-corner-store-residential-extension-i... | 15.9 KiB | 8.5 KiB |
Brutalist house on Jeju Island li.carousel_block_3 > a > figure > img.attachment-homepage_carousel | /uploads/2026/04/brutalist-korea-book-paul-tulett_dezeen_... | 12.3 KiB | 4.9 KiB |
Vatea by Nicolas Laisné Architectes li.carousel_block_3 > a > figure > img.attachment-homepage_carousel | /uploads/2026/04/nicolas-laisne-architectes-vatea-apartme... | 12.0 KiB | 4.6 KiB |
President Trump arch li.carousel_block_3 > a > figure > img.attachment-homepage_carousel | /uploads/2026/04/triumphal-arch-donald-trump-washington-d... | 18.9 KiB | 4.2 KiB |
| static.dezeen.com/uploads/2026/02/gunia-temp-project-sq-300x300.jpg | 18.7 KiB | 4.0 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.
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.
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 |
|---|---|
| dezeen.com/ | 251 ms |
| www.dezeen.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 |
|---|---|
body.home > div.page-wrap > ::before body.home > div.page-wrap > ::before | 0.147 |
body.home > div.page-wrap > ::before body.home > div.page-wrap > ::before | 0.016 |
body.home > div.page-wrap > ::before body.home > div.page-wrap > ::before | 0.015 |
body.home > div.page-wrap > ::before body.home > div.page-wrap > ::before | 0.008 |
Welcome
This site asks for consent to use your data
Personalised advertising a… body.home > div.fc-consent-root > div.fc-dialog-container | 0.001 |
Follow: div.branding-navigation-row > nav.main-nav > aside.header-search > div.social-buttons | 0.000 |
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.
Diagnostics
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.dezeen.com/assets/css/most-loved/fonts/729836/15B289529921CCB42.css | 41.0 KiB | 41.0 KiB |
| /d/assets/css/dezeen-global-style-min.css?ver=ed35850729a... | 22.4 KiB | 17.9 KiB |
| /d/assets/css/style-min.css?ver=ed35850729ab3f15290aeaf78... | 16.3 KiB | 16.0 KiB |
| .fc-consent-root .fc-dialog-container.fc-fullscreen { height: 100% !important; … } … | 16.3 KiB | 14.1 KiB |
| www.dezeen.com/wp-includes/css/dist/block-library/style.min.css?ver=6.2.2 | 12.5 KiB | 12.4 KiB |
| span.PIN_1776805568899_embed_grid { width: 100%; max-width: 257px; min-width: 140px; … } … | 12.0 KiB | 12.0 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.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| /pagead/managed/js/gpt/m202604160201/pubads_impl.js | 187.7 KiB | 128.8 KiB |
| www.googletagmanager.com/gtag/js?id=G-YXJFEVMRK4&cx=c>m=4e64k0h2 | 173.0 KiB | 64.8 KiB |
| www.googletagmanager.com/gtag/js?id=G-81J1SDJ3LY&cx=c&_slc=1 | 150.5 KiB | 62.7 KiB |
| /gtm.js?id=GTM-TK852M>m_auth=HVP1CTQmin1RLkLPfBngAg>m... | 144.7 KiB | 62.2 KiB |
| connect.facebook.net/en_GB/all.js?hash=9a55eca00f67611e4fbaa3349192bb86 | 82.5 KiB | 53.7 KiB |
| static.dezeen.com/d/assets/js/algolia/instantsearch.production.min.js?ver=1.1.5 | 68.3 KiB | 49.2 KiB |
| c.amazon-adsystem.com/aax2/apstag.js | 90.5 KiB | 39.5 KiB |
| fundingchoicesmessages.google.com/i/1224966?ers=3 | 68.8 KiB | 36.2 KiB |
| cdn.jsdelivr.net/mediaelement/latest/mediaelement-and-player.min.js | 33.2 KiB | 26.6 KiB |
| macro.adnami.io/macro/gen/adsm.macro.rmb.js | 25.1 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 minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Script Evaluation | 1.1 s |
| Style & Layout | 471 ms |
| Other | 311 ms |
| Script Parsing & Compilation | 148 ms |
| Rendering | 59 ms |
| Parse HTML & CSS | 50 ms |
| Garbage Collection | 19 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 | |
|---|---|
Subscribe form > div#newsletter-step-1 > div.sidebar-newsletter-image > img | www.dezeen.com/wp-content/themes/2016dezeen/assets/img/edificio@1x.jpg |
More information about the performance of your application. These numbers don't directly affect the Performance score.
Accessibility
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.
Contrast
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 |
|---|
Learn more div.fc-dialog-content > div.fc-dialog-scrollable-content > button.fc-faq-header > span.fc-faq-label |
List of partners. div.fc-dialog-scrollable-content > div.fc-footer > p > a.fc-vendors-list-dialog |
These are opportunities to improve the legibility of your content.
Navigation
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 |
|---|
News li.carousel_block_1 > a > div.carousel-true-title > h4 |
News li.carousel_block_1 > a > div.carousel-true-title > h4 |
These are opportunities to improve keyboard navigation in your application.
Names and labels
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 |
|---|
li.feature-story > article > header > a li.feature-story > article > header > 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.
Tables and lists
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 |
|---|
Architecture
Ship-like apartment block
Architecture
"Wall of light" house
… div#main-content > div.featured-articles-top > aside.carousel-wrap > ul.carousel |
Promotion
XL Extralight debuts stone-like tote bag at Milan design week
Promot… div#main-content > div.page-columns > main.left-column > ul.main-story-list |
Architecture
Ship-like apartment block
Architecture
"Wall of light" house
… div#main-content > aside.carousel-bottom > aside.carousel-wrap > ul.carousel |
Screen readers require list items (`<li>`) to be contained within a parent `<ul>`, `<ol>` or `<menu>` to be announced properly. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
News
Capsule non-payment allegations ul.carousel > div.slick-list > div.slick-track > li.carousel_block_1 |
News
BIG Nashville arts centre ul.carousel > div.slick-list > div.slick-track > li.carousel_block_1 |
Design
Clock made of people ul.carousel > div.slick-list > div.slick-track > li.carousel_block_1 |
Architecture
Famously delayed buildings ul.carousel > div.slick-list > div.slick-track > li.carousel_block_1 |
News
"Home of Indian cricket" revamp ul.carousel > div.slick-list > div.slick-track > li.carousel_block_1 |
News
Capsule non-payment allegations ul.carousel > div.slick-list > div.slick-track > li.carousel_block_1 |
News
BIG Nashville arts centre ul.carousel > div.slick-list > div.slick-track > li.carousel_block_1 |
Design
Clock made of people ul.carousel > div.slick-list > div.slick-track > li.carousel_block_1 |
Architecture
Famously delayed buildings ul.carousel > div.slick-list > div.slick-track > li.carousel_block_1 |
News
"Home of Indian cricket" revamp ul.carousel > div.slick-list > div.slick-track > li.carousel_block_1 |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
Best practices
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 |
|---|
Awards nav.main-nav > ul#menu-header-menu-3 > li#menu-item-2174394 > a.nav-link |
Jobs nav.main-nav > ul#menu-header-menu-3 > li#menu-item-2174395 > a.nav-link |
Events Guide nav.main-nav > ul#menu-header-menu-3 > li#menu-item-2174396 > a.nav-link |
Showroom nav.main-nav > ul#menu-header-menu-3 > li#menu-item-2174397 > a.nav-link |
School Shows nav.main-nav > ul#menu-header-menu-3 > li#menu-item-2174398 > a.nav-link |
Courses nav.main-nav > ul#menu-header-menu-3 > li#menu-item-2174399 > a.nav-link |
Competitions nav.main-nav > ul#menu-header-menu-3 > li#menu-item-2174400 > a.nav-link |
Series nav.main-nav > ul#menu-header-menu-2 > li#menu-item-2174388 > a.nav-link |
Interviews nav.main-nav > ul#menu-header-menu-2 > li#menu-item-2174389 > a.nav-link |
Opinion nav.main-nav > ul#menu-header-menu-2 > li#menu-item-2174390 > a.nav-link |
Talks nav.main-nav > ul#menu-header-menu-2 > li#menu-item-2174391 > a.nav-link |
Videos nav.main-nav > ul#menu-header-menu-2 > li#menu-item-2174392 > a.nav-link |
Newsletters nav.main-nav > ul#menu-header-menu-2 > li#menu-item-2174393 > a.nav-link |
Magazine nav.main-nav > ul#menu-header-menu-1 > li#menu-item-987254 > a.nav-link |
Architecture nav.main-nav > ul#menu-header-menu-1 > li#menu-item-2174384 > a.nav-link |
Interiors nav.main-nav > ul#menu-header-menu-1 > li#menu-item-2174385 > a.nav-link |
Design nav.main-nav > ul#menu-header-menu-1 > li#menu-item-2174386 > a.nav-link |
Technology nav.main-nav > ul#menu-header-menu-1 > li#menu-item-2174387 > a.nav-link |
These items highlight common accessibility best practices.
Best Practices
General
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 |
|---|---|
| SharedStorage | |
| StorageType.persistent is deprecated. Please use standardized navigator.storage instead. | |
| Fledge |
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 |
|---|---|
Error with Permissions-Policy header: Parse of permissions policy failed because of errors reported by structured header parser. | |
Failed to load resource: the server responded with a status of 403 () | |
Failed to load resource: the server responded with a status of 403 () | |
Failed to load resource: the server responded with a status of 404 () | |
Manifest fetch from https://www.dezeen.com/wp-content/themes/2016dezeen/assets/img/favicons/dezeen/site.webmanifest failed, code 403 | |
Manifest fetch from https://www.dezeen.com/wp-content/themes/2016dezeen/assets/img/favicons/dezeen/site.webmanifest failed, code 403 |
SEO
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.