Mobile 375 × 812

Desktop 1440 × 900

Score: 78 / 100
Based on 8 categories, 0 sections
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.
'unsafe-eval' found in script source
'unsafe-inline' found in script source
Cookie 'gu_client_ab_tests' is missing the Secure flag
Cookie 'gu_v2_mvt_id' is missing the Secure flag
No H1 heading found
[](https://beavercheck.com/results/c0a56ac5-386c-46ed-aab8-fa8b28a3ccf1)<a href="https://beavercheck.com/results/c0a56ac5-386c-46ed-aab8-fa8b28a3ccf1"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fwww.theguardian.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fwww.theguardian.comThis badge auto-updates with your latest scan result.
Thanks for your feedback!
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.
4.82 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
7.70 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
692 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.005
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
4.82 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.
9.05 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
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
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
| Request | Cache TTL | Transfer Size |
|---|---|---|
| sourcepoint.theguardian.com/Notice.8f529.js | 3600.0 s | 91.2 KiB |
| sourcepoint.theguardian.com/unified/wrapperMessagingWithoutDetection.js | 3600.0 s | 42.0 KiB |
| /fonts/guss-webfonts/GuardianTextSansWeb/GuardianTextSans... | 302400.0 s | 38.8 KiB |
| /fonts/guss-webfonts/GuardianTextSansWeb/GuardianTextSans... | 302400.0 s | 35.7 KiB |
| sourcepoint.theguardian.com/Notice.30929.css | 3600.0 s | 6.7 KiB |
| interactive.guim.co.uk/fonts/garnett/GTGuardianTitlepiece-Bold.woff2 | 604800.0 s | 26.1 KiB |
| sourcepoint.theguardian.com/polyfills.01516.js | 3600.0 s | 2.4 KiB |
| /polyfill.io/v3/polyfill.min.js?rum=0&features=es6%2Ces7%... | 604800.0 s | 0 B |
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.
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.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
| URL | Resource Size | Est Savings | |
|---|---|---|---|
Golestan Palace, Tehran, a Unesco world heritage site li.dcr-11wtom7 > figure > picture.dcr-1ydxyte > img.dcr-l300o4 | /img/media/42a87959721423d78d72379c3f03d67893269f28/747_0... | 67.3 KiB | 30.7 KiB |
Heavy damage at a laboratory in Shahid Beheshti University, Tehran, Iran li.dcr-11wtom7 > figure > picture.dcr-1ydxyte > img.dcr-l300o4 | /img/media/ac994e5bae89ab034cb6ca8b0fc22355cff9a4bf/914_0... | 60.4 KiB | 27.6 KiB |
The aftermath of an Israeli strike in Tyre, Lebanon li.dcr-11wtom7 > figure > picture.dcr-1ydxyte > img.dcr-l300o4 | /img/media/3648d482d7ce8fa714cd974e6cee4b49f2226e60/760_0... | 53.9 KiB | 24.6 KiB |
Images published by Iranian state media purporting to show the fighter jet wrec… li.dcr-11wtom7 > figure > picture.dcr-1ydxyte > img.dcr-l300o4 | /img/media/482982697628386efabd0a787d9590da0690e8a1/0_0_5... | 52.0 KiB | 23.7 KiB |
The Earth seen from space div.dcr-1ummryo > div.dcr-1iak74q > picture.dcr-1ydxyte > img.dcr-l300o4 | /img/media/0f90c4547316152cac838b2f5fbf06d714f443ce/659_0... | 36.3 KiB | 16.6 KiB |
Trainee operators test out an unmanned ground robot in the snow div.dcr-1ummryo > div.dcr-1iak74q > picture.dcr-1ydxyte > img.dcr-l300o4 | /img/media/a4d06fabd2a74d9c7fdd7bd06b14232abaaf4638/441_0... | 34.0 KiB | 15.5 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.
| URL | Time Spent |
|---|---|
| www.theguardian.com/ | 786 ms |
| www.theguardian.com/international | 0.0 ms |
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
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.
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
| URL | Transfer Size | Est Savings |
|---|---|---|
| sourcepoint.theguardian.com/Notice.8f529.js | 90.8 KiB | 61.4 KiB |
| assets.guim.co.uk/assets/index.client.web.18dee422f56822d692d5.js | 167.2 KiB | 53.7 KiB |
| assets.guim.co.uk/commercial/4209b0b7fab4ca3f32ab/graun.standalone.commercial.js | 55.9 KiB | 34.0 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.
| URL | Total CPU Time | Script Evaluation | Script Parse |
|---|---|---|---|
| www.theguardian.com/international | 1.8 s | 55 ms | 13 ms |
| Unattributable | 994 ms | 67 ms | 0.0 ms |
| sourcepoint.theguardian.com/Notice.8f529.js | 894 ms | 579 ms | 50 ms |
| assets.guim.co.uk/assets/index.client.web.18dee422f56822d692d5.js | 640 ms | 439 ms | 1.0 ms |
| sourcepoint.theguardian.com/unified/wrapperMessagingWithoutDetection.js | 274 ms | 200 ms | 19 ms |
| assets.guim.co.uk/assets/Metrics-island.client.web.89d0611e576844a15b71.js | 211 ms | 207 ms | 1.5 ms |
| assets.guim.co.uk/assets/0.client.web.9123216163237343ed91.js | 156 ms | 141 ms | 15 ms |
| assets.guim.co.uk/assets/Titlepiece-island.client.web.ff2455b029191d3f4985.js | 146 ms | 137 ms | 8.5 ms |
| assets.guim.co.uk/assets/frameworks.client.web.8844a1b3ccdb9ca9be92.js | 108 ms | 58 ms | 0.6 ms |
| /assets/StickyBottomBanner-island.client.web.cec82945865a... | 108 ms | 105 ms | 2.5 ms |
| /unified/4.40.1/gdpr-tcf.27718c8cb9d29947d2c1.bundle.js | 81 ms | 59 ms | 22 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
| Category | Time Spent |
|---|---|
| Script Evaluation | 2.4 s |
| Style & Layout | 1.4 s |
| Other | 1.2 s |
| Parse HTML & CSS | 469 ms |
| Script Parsing & Compilation | 209 ms |
| Rendering | 181 ms |
| Garbage Collection | 74 ms |
More information about the performance of your application. These numbers don't directly affect the Performance score.
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
Some ARIA parent roles must contain specific child roles to perform their intended accessibility functions. Learn more about roles and required children elements.
| Failing Elements |
|---|
News
Opinion
Sport
Culture
Lifestyle
Search input
google-search
Search
Support … div#header-expanded-menu > div.dcr-1srap2j > div.dcr-1ndqjmr > ul.dcr-6sl420 |
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.
Screen readers have a specific way of announcing lists. Ensuring proper list structure aids screen reader output. Learn more about proper list structure.
| Failing Elements |
|---|
Bally Bagayoko
Newly elected French mayor on tackling the far right
Simon Tisda… div.dcr-1ykr3rf > gu-island > div.dcr-1beghel > ul.dcr-1tj3ydw |
Images published by Iranian state media purporting to show the fighter jet wrec… gu-island > div.dcr-dz92n5 > a > ul.dcr-x0nc1o |
These are opportunities to improve the experience of reading tabular or list data using 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.
| Failing Elements |
|---|
Barney RonayKane is finally getting the love he deserves ul.sublinks > li.dcr-b5asvx > div.dcr-b5c991 > a.dcr-1ij2qgb |
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.
| Failing Elements |
|---|
Images published by Iranian state media purporting to show the fighter jet wrec… div.dcr-19y4zys > gu-island > div.dcr-dz92n5 > a |
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Descriptive link text helps search engines understand your content. Learn how to make links more accessible.
| Link destination | Link Text |
|---|---|
| www.theguardian.com/info/2024/feb/28/what-is-the-deeply-read-list | Learn more |
Canonical links suggest which URL to show in search results. Learn more about canonical links.
Format your HTML in a way that enables crawlers to better understand your app’s content.
If your robots.txt file is malformed, crawlers may not be able to understand how you want your website to be crawled or indexed. Learn more about robots.txt.
| Line # | Content | Error |
|---|---|---|
| 101 | License: https://theguardian.com/license.xml | Unknown directive |
To appear in search results, crawlers need access to your app.
Industry-standard audits powered by Google Lighthouse. — Desktop
Key metrics that affect user experience. — Desktop
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
698 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
827 ms
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
20 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.001
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
1.11 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.
881 ms
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
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
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
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.
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
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.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
| Request | Cache TTL | Transfer Size |
|---|---|---|
| sourcepoint.theguardian.com/Notice.8f529.js | 3600.0 s | 91.2 KiB |
| sourcepoint.theguardian.com/unified/wrapperMessagingWithoutDetection.js | 3600.0 s | 42.1 KiB |
| /fonts/guss-webfonts/GuardianTextSansWeb/GuardianTextSans... | 302400.0 s | 38.8 KiB |
| /fonts/guss-webfonts/GuardianTextSansWeb/GuardianTextSans... | 302400.0 s | 35.6 KiB |
| sourcepoint.theguardian.com/Notice.30929.css | 3600.0 s | 6.7 KiB |
| interactive.guim.co.uk/fonts/garnett/GTGuardianTitlepiece-Bold.woff2 | 604800.0 s | 26.1 KiB |
| sourcepoint.theguardian.com/polyfills.01516.js | 3600.0 s | 2.4 KiB |
| /polyfill.io/v3/polyfill.min.js?rum=0&features=es6%2Ces7%... | 604800.0 s | 0 B |
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
| URL | Resource Size | Est Savings | |
|---|---|---|---|
Golestan Palace, Tehran, a Unesco world heritage site li.dcr-11wtom7 > figure > picture.dcr-1ydxyte > img.dcr-l300o4 | /img/media/42a87959721423d78d72379c3f03d67893269f28/747_0... | 73.3 KiB | 23.2 KiB |
Donald Trump says 'Cuba's next' but what what does it mean? div.dcr-pwlslf > button.dcr-rvfwnd > picture > img.dcr-1qi2at0 | /img/media/c93875fbb4f6e5c593d8b37c73f83f1a10bc0b57/47_0_... | 37.7 KiB | 17.7 KiB |
Heavy damage at a laboratory in Shahid Beheshti University, Tehran, Iran li.dcr-11wtom7 > figure > picture.dcr-1ydxyte > img.dcr-l300o4 | /img/media/ac994e5bae89ab034cb6ca8b0fc22355cff9a4bf/914_0... | 67.7 KiB | 17.6 KiB |
The aftermath of an Israeli strike in Tyre, Lebanon li.dcr-11wtom7 > figure > picture.dcr-1ydxyte > img.dcr-l300o4 | /img/media/3648d482d7ce8fa714cd974e6cee4b49f2226e60/760_0... | 57.6 KiB | 7.6 KiB |
Images published by Iranian state media purporting to show the fighter jet wrec… li.dcr-11wtom7 > figure > picture.dcr-1ydxyte > img.dcr-l300o4 | /img/media/482982697628386efabd0a787d9590da0690e8a1/0_0_5... | 57.0 KiB | 7.0 KiB |
Aerial view of the Pentagon building. div.dcr-9z444h > div.dcr-17jliau > picture.dcr-1ydxyte > img.dcr-l300o4 | /img/media/934755303f5380d328b0d1d9140a6be39d349d04/317_0... | 13.0 KiB | 6.7 KiB |
Mock-up image of Charles as a circus master and Trump as a lion on a podium div.dcr-8ierls > div.dcr-kkt25y > picture.dcr-19yn8oe > img.dcr-l300o4 | /img/media/ab78c5043708ff7ab60eb0838476927897628ee2/65_19... | 92.5 KiB | 6.2 KiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
| URL | Transfer Size | Est Savings |
|---|---|---|
| sourcepoint.theguardian.com/Notice.8f529.js | 90.8 KiB | 61.4 KiB |
| assets.guim.co.uk/assets/index.client.web.18dee422f56822d692d5.js | 167.2 KiB | 53.7 KiB |
| assets.guim.co.uk/commercial/4209b0b7fab4ca3f32ab/graun.standalone.commercial.js | 55.9 KiB | 34.0 KiB |
More information about the performance of your application. These numbers don't directly affect the Performance score.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
| URL | Time Spent |
|---|---|
| www.theguardian.com/ | 235 ms |
| www.theguardian.com/international | 0.0 ms |
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.
Screen readers have a specific way of announcing lists. Ensuring proper list structure aids screen reader output. Learn more about proper list structure.
| Failing Elements |
|---|
Bally Bagayoko
Newly elected French mayor on tackling the far right
Simon Tisda… div.dcr-1ykr3rf > gu-island > div.dcr-1beghel > ul.dcr-1tj3ydw |
Images published by Iranian state media purporting to show the fighter jet wrec… gu-island > div.dcr-dz92n5 > a > ul.dcr-x0nc1o |
These are opportunities to improve the experience of reading tabular or list data using 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.
| Failing Elements |
|---|
Video'You look beautiful': Artemis II crew makes contact from space ul.sublinks > li.dcr-tkgy > div.dcr-1e8pf3e > a.dcr-1ij2qgb |
In picturesArtemis II lifts off from the Kennedy Space Center ul.sublinks > li.dcr-tkgy > div.dcr-1e8pf3e > a.dcr-1ij2qgb |
ItalyGattuso exits as manager after World Cup qualifying failure ul.sublinks > li.dcr-b5asvx > div.dcr-ak74t3 > a.dcr-1ij2qgb |
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.
| Failing Elements |
|---|
Images published by Iranian state media purporting to show the fighter jet wrec… div.dcr-19y4zys > gu-island > div.dcr-dz92n5 > a |
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Descriptive link text helps search engines understand your content. Learn how to make links more accessible.
| Link destination | Link Text |
|---|---|
| www.theguardian.com/info/2024/feb/28/what-is-the-deeply-read-list | Learn more |
Canonical links suggest which URL to show in search results. Learn more about canonical links.
Format your HTML in a way that enables crawlers to better understand your app’s content.
If your robots.txt file is malformed, crawlers may not be able to understand how you want your website to be crawled or indexed. Learn more about robots.txt.
| Line # | Content | Error |
|---|---|---|
| 101 | License: https://theguardian.com/license.xml | Unknown directive |
To appear in search results, crawlers need access to your app.
Send Feedback