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.
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.
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 |
|---|---|---|
| /consent/d6184387-4576-4218-9f38-639c735ffe2e/OtAutoBlock... | 4.3 KiB | 221 ms |
| cdn-ukwest.onetrust.com/scripttemplates/otSDKStub.js | 9.1 KiB |
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.
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 | |
|---|---|---|---|
People left section.content > yg-member-panel > section.content > img.img | /images/panel-people-left.format-webp.webp?pw=280 | 55.5 KiB | 27.6 KiB |
c div.card-body > yg-card-image > div.image-container > img.image | /images/LondonCouncil.format-webp.webp?pw=384 | 26.3 KiB | 21.1 KiB |
People right section.content > yg-member-panel > section.content > img.img | /images/panel-people-right.format-webp.webp?pw=340 | 50.4 KiB | 17.9 KiB |
App screenshot section.content > yg-member-panel > section.content > img.img | /images/panel-phone-screenshot.format-webp.webp?pw=360 | 53.0 KiB | 14.1 KiB |
a.card > span.card-content > span.image-container > img.desktop a.card > span.card-content > span.image-container > img.desktop | /images/why-real-people-desktop.format-webp.webp?pw=548 | 16.9 KiB | 9.8 KiB |
YouGov logo footer.site-footer > section.container > header.header > img.logo | dnc08nwcya6mg.cloudfront.net/original_images/YG_Logo.png?pw=84 | 10.6 KiB | 8.1 KiB |
s div.card-body > yg-card-image > div.image-container > img.image | ygo-assets-websites-public.yougov.net/images/SeneddFull.format-webp.webp?pw=384 | 19.1 KiB | 7.7 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 |
|---|---|
| yougov.co.uk/ | 428 ms |
| yougov.com/en-gb/ | 0.0 ms |
Keep the server response time for the main document short because all other requests depend on it. Learn more about the Time to First Byte metric.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| yougov.com/en-gb/ | 933 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.
Diagnostics
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 |
|---|---|---|
| cdn-ukwest.onetrust.com/scripttemplates/202512.1.0/otBannerSdk.js | 125.9 KiB | 66.5 KiB |
| d18w79e3uiqk2z.cloudfront.net/39b5939e/chunk-WWXHZVDN.js | 102.2 KiB | 48.8 KiB |
| d18w79e3uiqk2z.cloudfront.net/39b5939e/main-5VDDFA2F.js | 61.1 KiB | 21.3 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.
| URL | Total CPU Time | Script Evaluation | Script Parse |
|---|---|---|---|
| d18w79e3uiqk2z.cloudfront.net/39b5939e/polyfills-5CFQRCPP.js | 1.8 s | 433 ms | 0.1 ms |
| yougov.com/en-gb/ | 1.2 s | 112 ms | 34 ms |
| Unattributable | 821 ms | 94 ms | 0.0 ms |
| d1z3r0i09bwium.cloudfront.net/v1.0/creep.js | 767 ms | 721 ms | 12 ms |
| d18w79e3uiqk2z.cloudfront.net/39b5939e/chunk-22BXOX6I.js | 386 ms | 315 ms | 0.4 ms |
| d18w79e3uiqk2z.cloudfront.net/39b5939e/chunk-CSRV2LAD.js | 190 ms | 184 ms | 0.1 ms |
| cdn-ukwest.onetrust.com/scripttemplates/202512.1.0/otBannerSdk.js | 113 ms | 79 ms | 16 ms |
| /consent/d6184387-4576-4218-9f38-639c735ffe2e/OtAutoBlock... | 97 ms | 82 ms | 0.5 ms |
| js-agent.newrelic.com/nr-spa-1.313.1.min.js | 81 ms | 57 ms | 3.1 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 |
|---|---|
| Other | 2.8 s |
| Script Evaluation | 2.1 s |
| Style & Layout | 368 ms |
| Parse HTML & CSS | 128 ms |
| Script Parsing & Compilation | 73 ms |
| Rendering | 66 ms |
| Garbage Collection | 45 ms |
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 |
|---|---|---|
| 23.4 KiB | 19.5 KiB | |
| d18w79e3uiqk2z.cloudfront.net/39b5939e/styles-FIQXGEXU.css | 19.5 KiB | 15.9 KiB |
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 | |
|---|---|
en-us div.geo-banner-body > section.message > span.flag > img | /39b5939e/assets/images/svg/menu/icon-nav-menu-lang-us.svg |
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.
Names and labels
When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers. Learn how to make buttons more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.geo-banner > div.geo-banner-body > section.dismiss > button div.geo-banner > div.geo-banner-body > section.dismiss > button |
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.
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 |
|---|
UK yg-tooltip-group > yg-tooltip > button.language-menu-button > div.menu-option |
Editorial & free data div.main-menu > yg-tooltip-group.main > yg-tooltip > button#desktop-main-menu-top-level-button-0 |
Research solutions div.main-menu > yg-tooltip-group.main > yg-tooltip > button#desktop-main-menu-top-level-button-1 |
Why YouGov div.main-menu > yg-tooltip-group.main > yg-tooltip > button#desktop-main-menu-top-level-button-2 |
Sign up div.secondary-menu > yg-tooltip-group.main > yg-tooltip > button#desktop-secondary-menu-top-level-button-3 |
Log in div.secondary-menu > yg-tooltip-group.main > yg-tooltip > button#desktop-secondary-menu-top-level-button-4 |
Featured div.tab-slide > button.tab-button > span.tab > span |
Agencies div.tab-slide > button.tab-button > span.tab > span |
Consumer div.tab-slide > button.tab-button > span.tab > span |
Economy div.tab-slide > button.tab-button > span.tab > span |
Entertainment div.tab-slide > button.tab-button > span.tab > span |
Health div.tab-slide > button.tab-button > span.tab > span |
Politics div.tab-slide > button.tab-button > span.tab > span |
Society div.tab-slide > button.tab-button > span.tab > span |
Sports div.tab-slide > button.tab-button > span.tab > span |
Technology div.tab-slide > button.tab-button > span.tab > span |
Travel div.tab-slide > button.tab-button > span.tab > span |
These are opportunities to improve the legibility of your content.
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 |
|---|
Featured div.tab-slides-container > div.tab-slides > div.tab-slide > button.tab-button |
Agencies div.tab-slides-container > div.tab-slides > div.tab-slide > button.tab-button |
Consumer div.tab-slides-container > div.tab-slides > div.tab-slide > button.tab-button |
Economy div.tab-slides-container > div.tab-slides > div.tab-slide > button.tab-button |
Entertainment div.tab-slides-container > div.tab-slides > div.tab-slide > button.tab-button |
Health div.tab-slides-container > div.tab-slides > div.tab-slide > button.tab-button |
Politics div.tab-slides-container > div.tab-slides > div.tab-slide > button.tab-button |
Society div.tab-slides-container > div.tab-slides > div.tab-slide > button.tab-button |
Sports div.tab-slides-container > div.tab-slides > div.tab-slide > button.tab-button |
Technology div.tab-slides-container > div.tab-slides > div.tab-slide > button.tab-button |
Travel div.tab-slides-container > div.tab-slides > div.tab-slide > button.tab-button |
Learn more div#onetrust-group-container > div#onetrust-policy > div#onetrust-policy-text > a.ot-cookie-policy-link |
Best Practices
General
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 |
|---|---|
Failed to load resource: the server responded with a status of 404 () |
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.
Content Best Practices
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 |
|---|---|
| platform.yougov.com/legal/privacy-notice | Learn more |
| yougov.co.uk/about/policy | More information |
Format your HTML in a way that enables crawlers to better understand your app’s content.