Mobile 375 × 812

Desktop 1440 × 900

Score: 74 / 100
Based on 8 categories, 0 sections
Room to improve — your 8.6s 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.
Solid infrastructure — fast server responses across the board.
Strong compliance posture across regulations.
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.
No Content-Security-Policy header found
Security gaps expose your site and users to attacks, eroding trust.
2 link(s) with no accessible text
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
is missing width/height — may cause layout shift
Performance issues directly impact user engagement and conversion rates.
67 third-party resources (100% of weight)
Performance issues directly impact user engagement and conversion rates.
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/94e2229c-21af-45e6-841a-d7d2db96fd7f)<a href="https://beavercheck.com/results/94e2229c-21af-45e6-841a-d7d2db96fd7f"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fgq-magazine.co.uk" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fgq-magazine.co.ukThis badge auto-updates with your latest scan result.
Your site performs reasonably well, but a few targeted fixes could meaningfully improve results. Your LCP of 8.6s exceeds Google's 2.5s 'Good' threshold and the 2 performance issues below directly contribute to it. Addressing the critical issues below would have the most immediate impact on your user trust.
7 barrier(s) likely increasing bounce by ~31%.
Page takes 8.6s to load
+12% bounceUsers abandon at ~3s — you're 6.1s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 3.7s
+5% bounceClicks on the primary CTA are ignored while JavaScript runs
Fix: Break up long tasks; defer non-critical JavaScript to post-hydration
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
Content is hard to read
+2% bounceGraduate-level reading difficulty — limits the addressable audience for product or blog pages
Fix: Shorten sentences; replace jargon with plain language; target Flesch ease ≥60
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
3 broken link(s) on the page
+5% 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.
£488 investment → £4,807/month returns + GBP 17,550,000 risk avoided
£488
6h · 5 findings
£4,807 /mo
~£57,688 / year
GBP 17,550,000
if kept compliant
£75 — 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.
6.5 developer hours at £75/hr
Based on United Kingdom rates (£75/hr)
Start here for the best return on investment
£1,462,501 / month at risk
~£17,550,008 / year if left unfixed
£17,550,000
+1 more
£0.68 /mo
10757.7 MB/mo × 0.063 GBP/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 3 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.
2.36 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
8.60 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
3.69 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.171
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
5.99 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.74 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.
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.
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.
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.
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 | |
|---|---|---|---|
Frank Lampard's unrivalled watch rotation puts him top of the league div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/69e8cd81abf0f1347f1ec599/1:1/w_640,c_limit/GQHead... | 110.1 KiB | 104.0 KiB |
Chronopolis, Geneva's vibey new watch fair, is “the party you want to be at” div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/69e8fc32046f95929a117708/1:1/w_640,c_limit/GQHead... | 82.2 KiB | 76.1 KiB |
Want one of the latest watch releases from Watches and Wonders? Be ready to wait div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/69e757aed87529115f44f372/1:1/w_640,c_limit/GQHead... | 80.7 KiB | 74.6 KiB |
TAG Heuer's new pastel pieces are exactly what the watch doctor ordered div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/69e73c012c8d82f717cbc5d4/1:1/w_320,c_limit/GQHead... | 26.7 KiB | 20.6 KiB |
Is this Adidas' answer to the Vibram FiveFingers? div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/69e79878a453a09d09095134/1:1/w_320,c_limit/Ground... | 22.1 KiB | 16.0 KiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
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.
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 |
|---|---|
| gq-magazine.co.uk/ | 786 ms |
| www.gq-magazine.co.uk/ | 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 |
|---|---|
Grooming
Josh Hutcherson likes what he sees in the mirror
After two decades in … div#6756b71ce7f6e202e92d8e08 > div.SummaryCollageOneGridWithMargin-fxGYHw > div.SummaryItemWrapper-bFycXm > div.SummaryItemContent-gZTTmz | 0.171 |
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 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
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.gq-magazine.co.uk/verso/static/1113.e5d6201548a2ec9583d0.js | 553.1 KiB | 274.5 KiB |
| www.gq-magazine.co.uk/verso/static/2880.865952f35702ddfb7152.js | 295.7 KiB | 150.3 KiB |
| /pagead/managed/js/gpt/m202604200101/pubads_impl.js?cb=31... | 187.7 KiB | 145.0 KiB |
| www.gq-magazine.co.uk/verso/static/2519.8a55e989ba5af70e92d1.js | 304.1 KiB | 141.1 KiB |
| www.gq-magazine.co.uk/verso/static/1292.40f59c87ae47d8b12033.js | 155.5 KiB | 115.8 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-W2K49QH&l=dataLayer | 178.2 KiB | 73.1 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-KSK3JJ9>m=4e64k0 | 131.0 KiB | 56.8 KiB |
| ads-static.conde.digital/production/cns/builds/gq-uk/v6.js?v=12573 | 40.5 KiB | 31.7 KiB |
| /LhkRFBJdaK72DvK7relfPgE_jSl73hrZ84XBXCDoLbgm1e97LS1U89T4... | 45.0 KiB | 23.2 KiB |
| globalservices.conde.digital/p77xzrbz9z.js | 25.6 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 | 5.2 s |
| Script Parsing & Compilation | 1.1 s |
| Style & Layout | 1.0 s |
| Other | 761 ms |
| Garbage Collection | 162 ms |
| Parse HTML & CSS | 160 ms |
| Rendering | 104 ms |
Many navigations are performed by going back to a previous page, or forwards again. The back/forward cache (bfcache) can speed up these return navigations. Learn more about the bfcache
Performance issues directly impact user engagement and conversion rates.
| Failure reason | Failure type |
|---|---|
| The page has an unload handler in the main frame. | Actionable |
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 |
|---|---|---|
| .dZoWtJ { margin: 0px; } … | 55.0 KiB | 5.4 KiB |
| /* Show Continue without Accepting a.k.a. dismiss */ .pri_1cbe431f-25a8-4af9-8ee7-61e8645c2b94 .fid… | 32.7 KiB | 3.2 KiB |
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 |
|---|---|---|
| .dZoWtJ { margin: 0px; } … | 55.0 KiB | 41.5 KiB |
| /* Show Continue without Accepting a.k.a. dismiss */ .pri_1cbe431f-25a8-4af9-8ee7-61e8645c2b94 .fid… | 32.7 KiB | 19.6 KiB |
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 | |
|---|---|
Josh Hutcherson likes what he sees in the mirror span.SummaryItemImageContent-fgPiMg > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/69d7b6c4887be4bb5bf115fc/1:1/w_640,c_limit/GQ HYP... |
How Graham Norton transcended the chat show (and came back anyway) div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/69d77910a27c09279d8c4d98/1:1/w_640,c_limit/April ... |
The Nigo x Nike Air Force 1 puts the sneakerverse's biggest beef to bed div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/69e8e41992dd88f8cc887443/1:1/w_640,c_limit/Header... |
Chronopolis, Geneva's vibey new watch fair, is “the party you want to be at” div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/69e8fc32046f95929a117708/1:1/w_640,c_limit/GQHead... |
Frank Lampard's unrivalled watch rotation puts him top of the league div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/69e8cd81abf0f1347f1ec599/1:1/w_640,c_limit/GQHead... |
Want one of the latest watch releases from Watches and Wonders? Be ready to wait div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/69e757aed87529115f44f372/1:1/w_640,c_limit/GQHead... |
How Euphoria season 3 shaped its heinous cowboy villain, Alamo Brown div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/69e636e7a7786960877ac5c8/4:3/w_640,c_limit/EUP_30... |
At Coachella, Justin Bieber looked straight out of MTV's TRL div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/69e5f38f19a927fc0468e11d/4:3/w_640,c_limit/227211... |
Cos is making Blade Runner, '80s sci-fi jackets pretty wearable div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/69e612e79d363582f9f2a9a5/4:3/w_640,c_limit/GQHead... |
Chronopolis, Geneva's vibey new watch fair, is “the party you want to be at” div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/69e8fc32046f95929a117708/1:1/w_640,c_limit/GQHead... |
The Nigo x Nike Air Force 1 puts the sneakerverse's biggest beef to bed div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/69e8e41992dd88f8cc887443/1:1/w_640,c_limit/Header... |
Frank Lampard's unrivalled watch rotation puts him top of the league div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/69e8cd81abf0f1347f1ec599/1:1/w_640,c_limit/GQHead... |
Want one of the latest watch releases from Watches and Wonders? Be ready to wait div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/69e757aed87529115f44f372/1:1/w_640,c_limit/GQHead... |
TAG Heuer's new pastel pieces are exactly what the watch doctor ordered div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/69e73c012c8d82f717cbc5d4/1:1/w_320,c_limit/GQHead... |
Michael B. Jordan's Thomas Crown Affair is a swing for Oscar number two div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/69e75f17594e5ffcf5e193e2/1:1/w_320,c_limit/GettyI... |
Is this Adidas' answer to the Vibram FiveFingers? div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/69e79878a453a09d09095134/1:1/w_320,c_limit/Ground... |
div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/6924683cd071a9099e786330/master/w_120,c_limit/GQ_... |
div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/6502fc75f54a6ec1d4e743e2/master/w_120,c_limit/IMG... |
GQ-UK a > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /verso/static/gq-global/assets/logo-reverse-international... |
Riz Ahmed on the messy vulnerability of his Bond-baiting new show div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | |
Behind the curtain on Saturday Night Live UK div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | |
Hero Fiennes Tiffin takes Sherlock home div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | |
The best cardigans for men are absolute layering catnip div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | |
Like Harry Styles and Zoë Kravitz, couples who wear niche caps together, stay t… div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | |
Mr Porter's new-in is brimming with SS26 gems – and I'll prove it div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | |
Is this Adidas' answer to the Vibram FiveFingers? div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | |
How to watch the 2026 Met Gala livestream div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | |
Michael B. Jordan's Thomas Crown Affair is a swing for Oscar number two div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | |
How Euphoria season 3 shaped its heinous cowboy villain, Alamo Brown div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | |
With Highlander, Henry Cavill will take another nerdy franchise to the moon div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | |
The best (and most anticipated) movies of 2026 div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | |
Timothée Chalamet is officially in a relationship with this indie watchmaker div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | |
The best fragrances for men that'll set you ahead in the bedroom and boardroom div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | |
The best men’s sales and fashion finds of the week div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | |
The best wedding guest suits for 2026, and how to wear them div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | |
Even New Balance's legendary 550 sneaker is 40% off right now div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | |
The best men’s suit sales for top-tier tailoring on a budget div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | |
The best Amazon luggage for stylish suitcases with speedy delivery div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | |
Over 40 and thinking about doing your first marathon? Reggie Yates has some tips div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | |
The 8 best golf polos that actually look good div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | |
GQ's running essentials: The best running gear to line up PBs with div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | |
The best golf clothing brands to improve your handicap (and look good doing it) div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | |
Why the 2026 World Cup will be the most delightfully chaotic tournament yet div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | |
GQ Shops: Sports, gadgets and grooming must-haves div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | |
Everything you need to know about the 2026 Formula 1 rule changes div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | |
England's 2026 World Cup kit is finally out. Here's where to shop it div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | |
The best hampers are your easiest gifting hack in 2026 div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | |
The best gifts for dads that are definitely on his wishlist in 2026 div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | |
The best gifts for mums that she actually wants in 2026 div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | |
The best women’s jewellery brands for thoughtful gifting that always delivers div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | |
The best gifts for him that he actually wants in 2026 div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | |
The best gifts for her have birthdays and anniversaries all tied up with ribbon div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL |
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.
Using ARIA attributes in roles where they are prohibited can mean that important information is not communicated to users of assistive technologies. Learn more about prohibited ARIA roles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Navigation Area header.OneNavContainer-kolMaZ > div.OneNavRowGrid-dOvkpA > div.OneNavRowContent-iBmA-dB > div.OneNavAreaContainer-bbElNi |
Navigation Area header.OneNavContainer-kolMaZ > div.OneNavRowGrid-dOvkpA > div.OneNavRowContent-iBmA-dB > div.OneNavAreaContainer-bbElNi |
Navigation Area header.OneNavContainer-kolMaZ > div.OneNavRowGrid-dOvkpA > div.OneNavRowContent-iBmA-dB > div.OneNavAreaContainer-bbElNi |
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 |
|---|
By Josiah Gogarty div.BylinesWrapper-hmpxZW > span.BylineWrapper-ikmJep > span.BylineNamesWrapper-dbXjdp > span.BylineName-cMqVZp |
By span.BylineWrapper-ikmJep > span.BylineNamesWrapper-dbXjdp > span.BylineName-cMqVZp > span.BaseText-fEwdHD |
By Jack King div.BylinesWrapper-hmpxZW > span.BylineWrapper-ikmJep > span.BylineNamesWrapper-dbXjdp > span.BylineName-cMqVZp |
By span.BylineWrapper-ikmJep > span.BylineNamesWrapper-dbXjdp > span.BylineName-cMqVZp > span.BaseText-fEwdHD |
By Adam Cheung div.BylinesWrapper-hmpxZW > span.BylineWrapper-ikmJep > span.BylineNamesWrapper-dbXjdp > span.BylineName-cMqVZp |
By span.BylineWrapper-ikmJep > span.BylineNamesWrapper-dbXjdp > span.BylineName-cMqVZp > span.BaseText-fEwdHD |
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 |
|---|
Select international site div.SiteFooterNoticesContainerWrapper-cAtlnM > div.SiteFooterCollectionContainer-guXHPY > div.NavigationDropdownWrapper-dFqPxV > h6#assistive-label-site-footer-dropdown |
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.ticker-view > div#647ede69406976fe334ee483 > section.TickerWrapper-ejmRwZ > a.BaseLink-haTOKm div.ticker-view > div#647ede69406976fe334ee483 > section.TickerWrapper-ejmRwZ > a.BaseLink-haTOKm |
div.BaseWrap-sc-SkJtP > div#646b43f08651bb7da9ad301a > section.TickerWrapper-ejmRwZ > a.BaseLink-haTOKm div.BaseWrap-sc-SkJtP > div#646b43f08651bb7da9ad301a > section.TickerWrapper-ejmRwZ > a.BaseLink-haTOKm |
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.
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 |
|---|
Privacy Policy & Cookie statement nav.NavigationWrapper-cegDjS > ul.NavigationListWrapper-iMMryI > li.NavigationListItemWrapper-bdXEUV > a.external-link |
Code of conduct nav.NavigationWrapper-cegDjS > ul.NavigationListWrapper-iMMryI > li.NavigationListItemWrapper-bdXEUV > a.external-link |
Terms & Conditions nav.NavigationWrapper-cegDjS > ul.NavigationListWrapper-iMMryI > li.NavigationListItemWrapper-bdXEUV > a.external-link |
Contact nav.NavigationWrapper-cegDjS > ul.NavigationListWrapper-iMMryI > li.NavigationListItemWrapper-bdXEUV > a.NavigationInternalLink-dqrnq |
Editorial Complaints Policy nav.NavigationWrapper-cegDjS > ul.NavigationListWrapper-iMMryI > li.NavigationListItemWrapper-bdXEUV > a.external-link |
Careers nav.NavigationWrapper-cegDjS > ul.NavigationListWrapper-iMMryI > li.NavigationListItemWrapper-bdXEUV > a.external-link |
Newsletter nav.NavigationWrapper-cegDjS > ul.NavigationListWrapper-iMMryI > li.NavigationListItemWrapper-bdXEUV > a.NavigationInternalLink-dqrnq |
Subscribe nav.NavigationWrapper-cegDjS > ul.NavigationListWrapper-iMMryI > li.NavigationListItemWrapper-bdXEUV > a.NavigationInternalLink-dqrnq |
Site Map nav.NavigationWrapper-cegDjS > ul.NavigationListWrapper-iMMryI > li.NavigationListItemWrapper-bdXEUV > a.NavigationInternalLink-dqrnq |
These items highlight common accessibility best practices.
Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Britain div.SiteFooterNoticesContainerWrapper-cAtlnM > div.SiteFooterCollectionContainer-guXHPY > div.NavigationDropdownWrapper-dFqPxV > button#menu-button-site-footer-dropdown |
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 |
|---|---|
| Unload event listeners are deprecated and will be removed. | www.gq-magazine.co.uk/verso/static/1113.e5d6201548a2ec9583d0.js line 32689, col 7551 |
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 emitting a Snowplow event window.trackSelfDescribingEvent is not a function | |
globalservices.conde.digital/p77xzrbz9z.js line 6, col 54673 | Snowplow: Tracker callback failed
TypeError: window.trackSelfDescribingEvent is not a function
at https://www.gq-magazine.co.uk/fwUq3maaQeOr75onpbK_pwb_8ZXXxd077tzuHOza-wMuIpn6i2Ymm-0_P1EA7TeYjha6etKH9ep771co-aHpuGDF625NWLxWgQJrxiYFR5zUy_jw6BfLiyeQFH9NY47h__4eC5J_2_TSg8_Hiza_QRkg:1:15070
at new a (https://www.gq-magazine.co.uk/verso/static/1113.e5d6201548a2ec9583d0.js:21366:181)
at Object.<anonymous> (https://www.gq-magazine.co.uk/verso/static/1113.e5d6201548a2ec9583d0.js:21366:1008)
at s (https://globalservices.conde.digital/p77xzrbz9z.js:7:79741)
at https://globalservices.conde.digital/p77xzrbz9z.js:7:80165
at https://globalservices.conde.digital/p77xzrbz9z.js:7:80188
at https://globalservices.conde.digital/p77xzrbz9z.js:7:80198 |
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.
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.
937 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.69 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
324 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.000
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
2.87 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.35 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.
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.
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.
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 | |
|---|---|---|---|
Riz Ahmed on the messy vulnerability of his Bond-baiting new show div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/69b18f831a1f2ec5f37250f1/1:1/w_1600,c_limit/March... | 845.8 KiB | 832.9 KiB |
Frank Lampard's unrivalled watch rotation puts him top of the league div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/69e8cd81abf0f1347f1ec599/1:1/w_1600,c_limit/GQHea... | 368.6 KiB | 367.5 KiB |
TAG Heuer's new pastel pieces are exactly what the watch doctor ordered div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/69e73c012c8d82f717cbc5d4/1:1/w_1600,c_limit/GQHea... | 348.9 KiB | 347.0 KiB |
Behind the curtain on Saturday Night Live UK div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/69aff3873a4a2bd33907ef60/1:1/w_1600,c_limit/March... | 331.7 KiB | 321.4 KiB |
Want one of the latest watch releases from Watches and Wonders? Be ready to wait div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/69e757aed87529115f44f372/1:1/w_1600,c_limit/GQHea... | 278.6 KiB | 277.4 KiB |
Is this Adidas' answer to the Vibram FiveFingers? div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/69e79878a453a09d09095134/1:1/w_1600,c_limit/Groun... | 278.8 KiB | 276.9 KiB |
Chronopolis, Geneva's vibey new watch fair, is “the party you want to be at” div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/69e8fc32046f95929a117708/1:1/w_1600,c_limit/GQHea... | 265.9 KiB | 264.8 KiB |
Hero Fiennes Tiffin takes Sherlock home div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/699ec7a378a63eb7b6a288e1/1:1/w_1600,c_limit/March... | 254.4 KiB | 246.5 KiB |
Michael B. Jordan's Thomas Crown Affair is a swing for Oscar number two div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/69e75f17594e5ffcf5e193e2/1:1/w_1600,c_limit/Getty... | 138.7 KiB | 138.1 KiB |
How Graham Norton transcended the chat show (and came back anyway) div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/69d77910a27c09279d8c4d98/1:1/w_1600,c_limit/April... | 77.3 KiB | 74.9 KiB |
The best cardigans for men are absolute layering catnip div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/6938105842af44cf7503d55b/1:1/w_640,c_limit/Cardig... | 80.8 KiB | 71.0 KiB |
How Euphoria season 3 shaped its heinous cowboy villain, Alamo Brown div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/69e636e7a7786960877ac5c8/4:3/w_1280,c_limit/EUP_3... | 71.2 KiB | 55.8 KiB |
The Nigo x Nike Air Force 1 puts the sneakerverse's biggest beef to bed div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/69e8e41992dd88f8cc887443/1:1/w_1600,c_limit/Heade... | 49.4 KiB | 48.5 KiB |
Josh Hutcherson likes what he sees in the mirror span.SummaryItemImageContent-fgPiMg > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/69d7b6c4887be4bb5bf115fc/16:9/w_1600,c_limit/GQ H... | 108.6 KiB | 45.3 KiB |
The Nigo x Nike Air Force 1 puts the sneakerverse's biggest beef to bed div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/69e8e41992dd88f8cc887443/1:1/w_640,c_limit/Header... | 49.4 KiB | 41.4 KiB |
Like Harry Styles and Zoë Kravitz, couples who wear niche caps together, stay t… div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/69e8bd732c226b231bc535f2/1:1/w_640,c_limit/EROTEM... | 41.1 KiB | 35.1 KiB |
Cos is making Blade Runner, '80s sci-fi jackets pretty wearable div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/69e612e79d363582f9f2a9a5/4:3/w_640,c_limit/GQHead... | 35.9 KiB | 29.0 KiB |
At Coachella, Justin Bieber looked straight out of MTV's TRL div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/69e5f38f19a927fc0468e11d/4:3/w_640,c_limit/227211... | 17.5 KiB | 14.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 |
|---|---|
| gq-magazine.co.uk/ | 456 ms |
| www.gq-magazine.co.uk/ | 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.
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.
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.
| URL | Total CPU Time | Script Evaluation | Script Parse |
|---|---|---|---|
| www.gq-magazine.co.uk/verso/static/2880.865952f35702ddfb7152.js | 589 ms | 457 ms | 24 ms |
| www.gq-magazine.co.uk/verso/static/presenter-bundles.d7384530fdc10d8b1f48.js | 393 ms | 382 ms | 2.2 ms |
| www.gq-magazine.co.uk/ | 324 ms | 7.9 ms | 34 ms |
| Unattributable | 206 ms | 5.5 ms | 0.0 ms |
| privacy.condenastdigital.com/fides.js?property_id=FDS-JL76N6 | 149 ms | 80 ms | 40 ms |
| www.gq-magazine.co.uk/verso/static/1113.e5d6201548a2ec9583d0.js | 120 ms | 62 ms | 44 ms |
| www.googletagmanager.com/gtm.js?id=GTM-W2K49QH&l=dataLayer | 110 ms | 97 ms | 11 ms |
| /0QKoMo5O31lcigXEmm9t8Ann_inBNiYRr3BpSmYG5h1LRgp4y7i-g9aP... | 64 ms | 55 ms | 3.9 ms |
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.3 s |
| Style & Layout | 298 ms |
| Script Parsing & Compilation | 235 ms |
| Other | 226 ms |
| Garbage Collection | 46 ms |
| Parse HTML & CSS | 46 ms |
| Rendering | 41 ms |
Many navigations are performed by going back to a previous page, or forwards again. The back/forward cache (bfcache) can speed up these return navigations. Learn more about the bfcache
Performance issues directly impact user engagement and conversion rates.
| Failure reason | Failure type |
|---|---|
| The page has an unload handler in the main frame. | Actionable |
| The page has an unload handler in a sub frame. | Actionable |
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 |
|---|---|---|
| .dZoWtJ { margin: 0px; } … | 55.0 KiB | 5.4 KiB |
| /* Show Continue without Accepting a.k.a. dismiss */ .pri_1cbe431f-25a8-4af9-8ee7-61e8645c2b94 .fid… | 32.7 KiB | 3.2 KiB |
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 |
|---|---|---|
| .dZoWtJ { margin: 0px; } … | 55.0 KiB | 35.5 KiB |
| /* Show Continue without Accepting a.k.a. dismiss */ .pri_1cbe431f-25a8-4af9-8ee7-61e8645c2b94 .fid… | 32.7 KiB | 20.5 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
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.gq-magazine.co.uk/verso/static/1113.e5d6201548a2ec9583d0.js | 553.1 KiB | 274.2 KiB |
| www.gq-magazine.co.uk/verso/static/2880.865952f35702ddfb7152.js | 295.7 KiB | 150.2 KiB |
| /pagead/managed/js/gpt/m202604210101/pubads_impl.js?cb=31... | 187.5 KiB | 143.2 KiB |
| www.gq-magazine.co.uk/verso/static/2519.8a55e989ba5af70e92d1.js | 304.1 KiB | 141.1 KiB |
| www.gq-magazine.co.uk/verso/static/1292.40f59c87ae47d8b12033.js | 155.5 KiB | 115.8 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-W2K49QH&l=dataLayer | 178.2 KiB | 73.1 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-KSK3JJ9>m=4e64k1h2 | 131.0 KiB | 56.8 KiB |
| ads-static.conde.digital/production/cns/builds/gq-uk/v6.js?v=12573 | 40.5 KiB | 31.7 KiB |
| /0QKoMo5O31lcigXEmm9t8Ann_inBNiYRr3BpSmYG5h1LRgp4y7i-g9aP... | 45.0 KiB | 23.2 KiB |
| globalservices.conde.digital/p77xzrbz9z.js | 25.6 KiB | 20.8 KiB |
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 | |
|---|---|
Josh Hutcherson likes what he sees in the mirror span.SummaryItemImageContent-fgPiMg > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/69d7b6c4887be4bb5bf115fc/16:9/w_1600,c_limit/GQ H... |
How Euphoria season 3 shaped its heinous cowboy villain, Alamo Brown div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/69e636e7a7786960877ac5c8/4:3/w_1280,c_limit/EUP_3... |
How Graham Norton transcended the chat show (and came back anyway) div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/69d77910a27c09279d8c4d98/1:1/w_1600,c_limit/April... |
Riz Ahmed on the messy vulnerability of his Bond-baiting new show div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/69b18f831a1f2ec5f37250f1/1:1/w_1600,c_limit/March... |
Behind the curtain on Saturday Night Live UK div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/69aff3873a4a2bd33907ef60/1:1/w_1600,c_limit/March... |
Hero Fiennes Tiffin takes Sherlock home div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/699ec7a378a63eb7b6a288e1/1:1/w_1600,c_limit/March... |
Michael B. Jordan's Thomas Crown Affair is a swing for Oscar number two div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/69e75f17594e5ffcf5e193e2/1:1/w_1600,c_limit/Getty... |
Chronopolis, Geneva's vibey new watch fair, is “the party you want to be at” div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/69e8fc32046f95929a117708/1:1/w_1600,c_limit/GQHea... |
Frank Lampard's unrivalled watch rotation puts him top of the league div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/69e8cd81abf0f1347f1ec599/1:1/w_1600,c_limit/GQHea... |
Want one of the latest watch releases from Watches and Wonders? Be ready to wait div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/69e757aed87529115f44f372/1:1/w_1600,c_limit/GQHea... |
The Nigo x Nike Air Force 1 puts the sneakerverse's biggest beef to bed div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/69e8e41992dd88f8cc887443/1:1/w_640,c_limit/Header... |
The best cardigans for men are absolute layering catnip div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/6938105842af44cf7503d55b/1:1/w_640,c_limit/Cardig... |
Like Harry Styles and Zoë Kravitz, couples who wear niche caps together, stay t… div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/69e8bd732c226b231bc535f2/1:1/w_640,c_limit/EROTEM... |
At Coachella, Justin Bieber looked straight out of MTV's TRL div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/69e5f38f19a927fc0468e11d/4:3/w_640,c_limit/227211... |
Cos is making Blade Runner, '80s sci-fi jackets pretty wearable div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/69e612e79d363582f9f2a9a5/4:3/w_640,c_limit/GQHead... |
TAG Heuer's new pastel pieces are exactly what the watch doctor ordered div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/69e73c012c8d82f717cbc5d4/1:1/w_1600,c_limit/GQHea... |
Michael B. Jordan's Thomas Crown Affair is a swing for Oscar number two div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/69e75f17594e5ffcf5e193e2/1:1/w_1600,c_limit/Getty... |
Is this Adidas' answer to the Vibram FiveFingers? div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/69e79878a453a09d09095134/1:1/w_1600,c_limit/Groun... |
Chronopolis, Geneva's vibey new watch fair, is “the party you want to be at” div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/69e8fc32046f95929a117708/1:1/w_1600,c_limit/GQHea... |
The Nigo x Nike Air Force 1 puts the sneakerverse's biggest beef to bed div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/69e8e41992dd88f8cc887443/1:1/w_1600,c_limit/Heade... |
Frank Lampard's unrivalled watch rotation puts him top of the league div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/69e8cd81abf0f1347f1ec599/1:1/w_1600,c_limit/GQHea... |
Want one of the latest watch releases from Watches and Wonders? Be ready to wait div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/69e757aed87529115f44f372/1:1/w_1600,c_limit/GQHea... |
div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/6924683cd071a9099e786330/master/w_120,c_limit/GQ_... |
div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /photos/6502fc75f54a6ec1d4e743e2/master/w_120,c_limit/IMG... |
GQ-UK a > span.SpanWrapper-kFnjvc > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | /verso/static/gq-global/assets/logo-reverse-international... |
Mr Porter's new-in is brimming with SS26 gems – and I'll prove it div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | |
Is this Adidas' answer to the Vibram FiveFingers? div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | |
How to watch the 2026 Met Gala livestream div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | |
How Euphoria season 3 shaped its heinous cowboy villain, Alamo Brown div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | |
With Highlander, Henry Cavill will take another nerdy franchise to the moon div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | |
The best (and most anticipated) movies of 2026 div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | |
Timothée Chalamet is officially in a relationship with this indie watchmaker div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | |
The best fragrances for men that'll set you ahead in the bedroom and boardroom div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | |
The best men’s sales and fashion finds of the week div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | |
The best wedding guest suits for 2026, and how to wear them div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | |
Even New Balance's legendary 550 sneaker is 40% off right now div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | |
The best men’s suit sales for top-tier tailoring on a budget div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | |
The best Amazon luggage for stylish suitcases with speedy delivery div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | |
Over 40 and thinking about doing your first marathon? Reggie Yates has some tips div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | |
The 8 best golf polos that actually look good div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | |
GQ's running essentials: The best running gear to line up PBs with div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | |
The best golf clothing brands to improve your handicap (and look good doing it) div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | |
Why the 2026 World Cup will be the most delightfully chaotic tournament yet div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | |
GQ Shops: Sports, gadgets and grooming must-haves div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | |
Everything you need to know about the 2026 Formula 1 rule changes div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | |
England's 2026 World Cup kit is finally out. Here's where to shop it div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | |
The best hampers are your easiest gifting hack in 2026 div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | |
The best gifts for dads that are definitely on his wishlist in 2026 div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | |
The best gifts for mums that she actually wants in 2026 div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | |
The best women’s jewellery brands for thoughtful gifting that always delivers div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | |
The best gifts for him that he actually wants in 2026 div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL | |
The best gifts for her have birthdays and anniversaries all tied up with ribbon div.AspectRatioContainer-dijQOF > div.aspect-ratio--overlay-container > picture.ResponsiveImagePicture-jKunQM > img.ResponsiveImageContainer-dkeESL |
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.
Using ARIA attributes in roles where they are prohibited can mean that important information is not communicated to users of assistive technologies. Learn more about prohibited ARIA roles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Navigation Area header.OneNavContainer-kolMaZ > div.OneNavRowGrid-dOvkpA > div.OneNavRowContent-iBmA-dB > div.OneNavAreaContainer-bbElNi |
Navigation Area header.OneNavContainer-kolMaZ > div.OneNavRowGrid-dOvkpA > div.OneNavRowContent-iBmA-dB > div.OneNavAreaContainer-bbElNi |
Navigation Area header.OneNavContainer-kolMaZ > div.OneNavRowGrid-dOvkpA > div.OneNavRowContent-iBmA-dB > div.OneNavAreaContainer-bbElNi |
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 |
|---|
By Josiah Gogarty div.BylinesWrapper-hmpxZW > span.BylineWrapper-ikmJep > span.BylineNamesWrapper-dbXjdp > span.BylineName-cMqVZp |
By span.BylineWrapper-ikmJep > span.BylineNamesWrapper-dbXjdp > span.BylineName-cMqVZp > span.BaseText-fEwdHD |
By Jack King div.BylinesWrapper-hmpxZW > span.BylineWrapper-ikmJep > span.BylineNamesWrapper-dbXjdp > span.BylineName-cMqVZp |
By span.BylineWrapper-ikmJep > span.BylineNamesWrapper-dbXjdp > span.BylineName-cMqVZp > span.BaseText-fEwdHD |
By Adam Cheung div.BylinesWrapper-hmpxZW > span.BylineWrapper-ikmJep > span.BylineNamesWrapper-dbXjdp > span.BylineName-cMqVZp |
By span.BylineWrapper-ikmJep > span.BylineNamesWrapper-dbXjdp > span.BylineName-cMqVZp > span.BaseText-fEwdHD |
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 |
|---|
Select international site div.SiteFooterNoticesContainerWrapper-cAtlnM > div.SiteFooterCollectionContainer-guXHPY > div.NavigationDropdownWrapper-dFqPxV > h6#assistive-label-site-footer-dropdown |
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.ticker-view > div#647ede69406976fe334ee483 > section.TickerWrapper-ejmRwZ > a.BaseLink-haTOKm div.ticker-view > div#647ede69406976fe334ee483 > section.TickerWrapper-ejmRwZ > a.BaseLink-haTOKm |
div.BaseWrap-sc-SkJtP > div#646b43f08651bb7da9ad301a > section.TickerWrapper-ejmRwZ > a.BaseLink-haTOKm div.BaseWrap-sc-SkJtP > div#646b43f08651bb7da9ad301a > section.TickerWrapper-ejmRwZ > a.BaseLink-haTOKm |
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.
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 |
|---|
Fashion nav.NavigationWrapper-cegDjS > ul.NavigationListWrapper-iMMryI > li.NavigationListItemWrapper-bdXEUV > a.NavigationInternalLink-dqrnq |
Grooming nav.NavigationWrapper-cegDjS > ul.NavigationListWrapper-iMMryI > li.NavigationListItemWrapper-bdXEUV > a.NavigationInternalLink-dqrnq |
Culture nav.NavigationWrapper-cegDjS > ul.NavigationListWrapper-iMMryI > li.NavigationListItemWrapper-bdXEUV > a.NavigationInternalLink-dqrnq |
Watches nav.NavigationWrapper-cegDjS > ul.NavigationListWrapper-iMMryI > li.NavigationListItemWrapper-bdXEUV > a.NavigationInternalLink-dqrnq |
Lifestyle nav.NavigationWrapper-cegDjS > ul.NavigationListWrapper-iMMryI > li.NavigationListItemWrapper-bdXEUV > a.NavigationInternalLink-dqrnq |
GQ Sports nav.NavigationWrapper-cegDjS > ul.NavigationListWrapper-iMMryI > li.NavigationListItemWrapper-bdXEUV > a.NavigationInternalLink-dqrnq |
Fitness nav.NavigationWrapper-cegDjS > ul.NavigationListWrapper-iMMryI > li.NavigationListItemWrapper-bdXEUV > a.NavigationInternalLink-dqrnq |
GQ Heroes nav.NavigationWrapper-cegDjS > ul.NavigationListWrapper-iMMryI > li.NavigationListItemWrapper-bdXEUV > a.NavigationInternalLink-dqrnq |
Gift Guides nav.NavigationWrapper-cegDjS > ul.NavigationListWrapper-iMMryI > li.NavigationListItemWrapper-bdXEUV > a.NavigationInternalLink-dqrnq |
How We Test nav.NavigationWrapper-cegDjS > ul.NavigationListWrapper-iMMryI > li.NavigationListItemWrapper-bdXEUV > a.NavigationInternalLink-dqrnq |
CN Traveller nav.NavigationWrapper-cegDjS > ul.NavigationListWrapper-iMMryI > li.NavigationListItemWrapper-bdXEUV > a.external-link |
Glamour nav.NavigationWrapper-cegDjS > ul.NavigationListWrapper-iMMryI > li.NavigationListItemWrapper-bdXEUV > a.external-link |
Vogue nav.NavigationWrapper-cegDjS > ul.NavigationListWrapper-iMMryI > li.NavigationListItemWrapper-bdXEUV > a.external-link |
Wired nav.NavigationWrapper-cegDjS > ul.NavigationListWrapper-iMMryI > li.NavigationListItemWrapper-bdXEUV > a.external-link |
These items highlight common accessibility best practices.
Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Britain div.SiteFooterNoticesContainerWrapper-cAtlnM > div.SiteFooterCollectionContainer-guXHPY > div.NavigationDropdownWrapper-dFqPxV > button#menu-button-site-footer-dropdown |
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 |
|---|---|
| Unload event listeners are deprecated and will be removed. | www.gq-magazine.co.uk/verso/static/1113.e5d6201548a2ec9583d0.js line 32689, col 7551 |
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 emitting a Snowplow event window.trackSelfDescribingEvent is not a function | |
globalservices.conde.digital/p77xzrbz9z.js line 6, col 54673 | Snowplow: Tracker callback failed
TypeError: window.trackSelfDescribingEvent is not a function
at https://www.gq-magazine.co.uk/-JYxuUNesoT6SAqM1xWKPgzUbvRsZuXYY01WWnPpkmQ9oro3r0XuAXE5QN2LjmXxEJ3YlI6SsP9veOgTU47w_A5j3_1XpSNgJMD15Cs9mBXi1fN-wZGHjOQegE78cikm_6goRpicFvpaWXFCNT81K_sg:1:15070
at new a (https://www.gq-magazine.co.uk/verso/static/1113.e5d6201548a2ec9583d0.js:21366:181)
at Object.<anonymous> (https://www.gq-magazine.co.uk/verso/static/1113.e5d6201548a2ec9583d0.js:21366:1008)
at s (https://globalservices.conde.digital/p77xzrbz9z.js:7:79741)
at https://globalservices.conde.digital/p77xzrbz9z.js:7:80165
at https://globalservices.conde.digital/p77xzrbz9z.js:7:80188
at https://globalservices.conde.digital/p77xzrbz9z.js:7:80198 |
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.
Send Feedback