Mobile 375 × 812

Desktop 1440 × 900

Score: 70 / 100
Based on 8 categories, 0 sections
Room to improve — your 22.0s load time is above Google's 2.5s 'Good' threshold.
Several missing protections leave your users and data exposed.
Major barriers for users with disabilities — up to 15% of your audience.
Well-optimized for search — your content is discoverable.
Solid infrastructure — fast server responses across the board.
Strong compliance posture across regulations.
Missing metadata means poor previews on social media and search.
Reasonable footprint with room for optimization.
The overall score is a weighted average of individual category scores. Categories with more impact on user experience and security carry more weight.
Weights reflect general web best practices. Individual needs may differ.
Content-Security-Policy header is missing
Security gaps expose your site and users to attacks, eroding trust.
HSTS header is missing
Security gaps expose your site and users to attacks, eroding trust.
No Content-Security-Policy header found
Security gaps expose your site and users to attacks, eroding trust.
1 control(s) without accessible label
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
1 image(s) missing alt attribute
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
High impact, low effort — start here.
High impact, requires investment.
Small gains, minimal effort.
Nothing in this quadrant — good news.
Low impact, high effort — do last.
Nothing in this quadrant — good news.
[](https://beavercheck.com/results/5f8429e4-15ed-4f04-b24a-842677fd0498)<a href="https://beavercheck.com/results/5f8429e4-15ed-4f04-b24a-842677fd0498"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fcomputerweekly.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fcomputerweekly.comThis badge auto-updates with your latest scan result.
Your site performs reasonably well, but a few targeted fixes could meaningfully improve results. Accessibility issues exclude users who rely on assistive technology — an estimated 15% of your potential audience. Addressing the critical issues below would have the most immediate impact on your user trust.
10 barrier(s) likely increasing bounce by ~33%.
Page takes 22.0s to load
+12% bounceUsers abandon at ~3s — you're 19.5s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 3.0s
+5% bounceClicks on the primary CTA are ignored while JavaScript runs
Fix: Break up long tasks; defer non-critical JavaScript to post-hydration
No HSTS header
+1% bounceReturning visitors are briefly exposed to downgrade attacks on first request
Fix: Set Strict-Transport-Security: max-age=31536000; includeSubDomains
No Content-Security-Policy header
+1% bounceHigher XSS blast radius — one compromised script can exfiltrate the checkout form
Fix: Ship a reporting-only CSP first, then enforce once violations are clean
1 form field(s) without a label
+2% bounceScreen readers skip unlabeled fields; autofill can't identify them; checkout abandonment spikes
Fix: Associate every input with a visible <label for="…">; add autocomplete attributes
No Open Graph tags
+2% bounceLinks shared on LinkedIn / Slack / Facebook show bare URLs — referral clicks drop
Fix: Add og:title, og:description, og:image, og:url to the page head
No structured data
+2% bounceNo rich-result eligibility in Google — lower SERP CTR vs competitors with stars and prices
Fix: Add JSON-LD for your page type (Product, Article, FAQPage, LocalBusiness, …)
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.
€383 investment → €0.88/month returns + EUR 20,500,000 risk avoided
€383
4h · 5 findings
€0.88 /mo
~€11 / year
EUR 20,500,000
if kept compliant
€128 — in quick wins — start here for the fastest payback
Figures combine localized regulatory fine ceilings, search/conversion value priced against local CPC, and bandwidth waste estimates. Results depend on implementation quality and audience composition. Not legal or financial advice.
4.5 developer hours at €85/hr
Based on European Union rates (€85/hr)
Start here for the best return on investment
€1,708,334 / month at risk
~€20,500,011 / year if left unfixed
€20,500,000
+11 more
€0.88 /mo
11855.8 MB/mo × 0.074 EUR/GB
Compliance figures represent the statutory maximum fine for the most severe triggered category, capped per regulation — not the sum of per-finding penalties. Based on published regulatory fine ranges. This is not legal advice.
Unique monthly visitors from your analytics
Purchases, signups, or key actions
Optional — for revenue estimation
more engaged visitors from reduced bounce
Fix 5 critical issues to capture this value
Based on Google/Deloitte research ("Milliseconds Make Millions") showing a ~7% bounce rate increase per additional second of LCP above the 2.5s "Good" threshold.
Your site's LCP: → estimated after fixes.
These are estimates based on industry research — actual results vary
Your data stays in your browser — nothing is sent to our servers
Thanks for your feedback!
We'll use a cached audit if available, or offer to scan.
Industry-standard audits powered by Google Lighthouse.
Key metrics that affect user experience.
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
10.15 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
22.04 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
3.03 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.060
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
10.15 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.41 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.
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
Performance issues directly impact user engagement and conversion rates.
| URL | Est Savings |
|---|---|
| www.computerweekly.com/rms/ux/responsive/fonts/TechTarget-Icon.woff | 30 ms |
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
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.
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 | |
|---|---|---|---|
Will the UK’s datacentre strategy deliver? div#ehandbooksHome > div.ps-item-img > a > img | cdn.ttgtmedia.com/rms/computerweekly/CWE-210426-cover-842px.jpg | 86.1 KiB | 73.4 KiB |
Suki Fuller, most influential woman in UK tech 2023, winner’s speech div.video-img > a > div.videoThumbnailHolder > img.getVideoThumbnail | /v1/jit/1367663370/7c973282-9a78-4d26-ba98-709081a6b88a/m... | 78.1 KiB | 72.9 KiB |
Diversity in tech 2022: Explaining employee resource groups div.video-img > a > div.videoThumbnailHolder > img.getVideoThumbnail | /v1/jit/1367663370/e25ef367-8597-4001-ae49-f9a8a02fc736/m... | 76.3 KiB | 71.2 KiB |
Diversity in tech 2022: Mehdi Mobayen-Rahni, Tyl by NatWest div.video-img > a > div.videoThumbnailHolder > img.getVideoThumbnail | /v1/jit/1367663370/778ac3c7-6606-4d63-bf34-47748a01638f/m... | 72.6 KiB | 67.7 KiB |
Diversity in tech 2023: Bev White, Nash Squared div.video-img > a > div.videoThumbnailHolder > img.getVideoThumbnail | /v1/jit/1367663370/cbc76adf-2f53-4ff8-90a7-140a06377bb8/m... | 70.7 KiB | 65.9 KiB |
span#6323748380138435672032 > div#google_image_div > a#aw0 > img.img_ad span#6323748380138435672032 > div#google_image_div > a#aw0 > img.img_ad | tpc.googlesyndication.com/simgad/12723141910370811277 | 67.2 KiB | 55.0 KiB |
CW EMEA: Stepping into the future li.pd-item-2 > div.image-resize > a > img | cdn.ttgtmedia.com/rms/computerweekly/CW-EMEA-Apr-Jun-26-cover.jpg | 34.2 KiB | 33.4 KiB |
M&S one year on: turning anticipation into secure by design li.opinions-item-1 > a > div.imageWithCredit > img | /visuals/ComputerWeekly/Hero Images/retail-supermarket-ve... | 34.0 KiB | 28.0 KiB |
More finance firms join FCA’s AI testing initiative div.ts-item-img > a > div.imageWithCredit > img | /visuals/ComputerWeekly/HeroImages/AI-artificial-intellig... | 29.4 KiB | 23.5 KiB |
Don't debate digital ID, trial it - the Isle of Wight could settle the argument li.opinions-item-3 > a > div.imageWithCredit > img | /visuals/ComputerWeekly/Hero Images/Isle-of-Wight-England... | 22.5 KiB | 16.5 KiB |
Storage implications of a modern IT architecture div.id-item-img > a > div.imageWithCredit > img | /visuals/German/article/cloud-storage-costs-adobe_searchs... | 21.1 KiB | 15.2 KiB |
Privacy, power, and encryption: why end-to-end security matters li.opinions-item-2 > a > div.imageWithCredit > img | /visuals/LeMagIT/hero_article/Security-data-protection_se... | 19.3 KiB | 13.3 KiB |
Nation states responsible for ‘nationally significant’ cyber attacks against UK… div.ln-item-img > a > div.imageWithCredit > img | /visuals/ComputerWeekly/Hero Images/War-Missiles-Weapons-... | 12.8 KiB | 7.4 KiB |
span#6323748380138346197215 > div#google_image_div > a#aw0 > img.img_ad span#6323748380138346197215 > div#google_image_div > a#aw0 > img.img_ad | tpc.googlesyndication.com/simgad/10176357575464342451 | 8.7 KiB | 6.3 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 |
|---|---|
| computerweekly.com/ | 762 ms |
| www.computerweekly.com/ | 0.0 ms |
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.computerweekly.com/rms/ux/responsive/css/main.css?v=9.80 | 130.1 KiB | 123.8 KiB |
| @font-face{font-family:"Public Sans"; … } … | 21.2 KiB | 18.9 KiB |
| www.computerweekly.com/rms/ux/responsive/css/computerweekly.css | 14.3 KiB | 12.6 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 |
|---|---|---|
| /pagead/managed/js/gpt/m202604160201/pubads_impl.js | 187.7 KiB | 92.3 KiB |
| consent.computerweekly.com/PrivacyManagerUS.3cbad.js | 92.2 KiB | 67.1 KiB |
| www.googletagmanager.com/gtag/js?id=G-ZNPSXD4LFC&cx=c>m=4e64h1 | 156.5 KiB | 66.0 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-PWWZSH | 130.9 KiB | 65.0 KiB |
| www.computerweekly.com/rms/ux/responsive/js/responsive-ui.min.js?v=9.80 | 101.3 KiB | 61.8 KiB |
| www.googletagmanager.com/gtag/js?id=G-TQKE4GS5P9&cx=c>m=4e64h1 | 158.0 KiB | 60.1 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-MKCV6V9 | 147.9 KiB | 54.4 KiB |
| cdn.doubleverify.com/dv-measurements9761.js | 93.9 KiB | 36.5 KiB |
| cdn.doubleverify.com/dv-measurements9761.js | 93.9 KiB | 36.1 KiB |
| /pagead/managed/js/activeview/current/ufs_web_display.js | 73.1 KiB | 31.0 KiB |
| /pagead/managed/js/activeview/current/ufs_web_display.js | 73.1 KiB | 30.3 KiB |
| www.computerweekly.com/rms/ux/responsive/js/responsive.min.js?v=9.80 | 44.1 KiB | 21.1 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 | 8.0 s |
| Other | 1.5 s |
| Script Parsing & Compilation | 938 ms |
| Style & Layout | 548 ms |
| Garbage Collection | 388 ms |
| Parse HTML & CSS | 255 ms |
| Rendering | 53 ms |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Performance issues directly impact user engagement and conversion rates.
| URL | |
|---|---|
Will the UK’s datacentre strategy deliver? div#ehandbooksHome > div.ps-item-img > a > img | cdn.ttgtmedia.com/rms/computerweekly/CWE-210426-cover-842px.jpg |
Will the UK’s datacentre strategy deliver? div.latest-news-sidebar > div.sidebar-ezine > a > img | cdn.ttgtmedia.com/rms/computerweekly/CWE-210426-cover-842px.jpg |
More finance firms join FCA’s AI testing initiative div.ts-item-img > a > div.imageWithCredit > img | /visuals/ComputerWeekly/HeroImages/AI-artificial-intellig... |
Nation states responsible for ‘nationally significant’ cyber attacks against UK… div.ln-item-img > a > div.imageWithCredit > img | /visuals/ComputerWeekly/Hero Images/War-Missiles-Weapons-... |
Storage implications of a modern IT architecture div.id-item-img > a > div.imageWithCredit > img | /visuals/German/article/cloud-storage-costs-adobe_searchs... |
M&S one year on: turning anticipation into secure by design li.opinions-item-1 > a > div.imageWithCredit > img | /visuals/ComputerWeekly/Hero Images/retail-supermarket-ve... |
Privacy, power, and encryption: why end-to-end security matters li.opinions-item-2 > a > div.imageWithCredit > img | /visuals/LeMagIT/hero_article/Security-data-protection_se... |
Don't debate digital ID, trial it - the Isle of Wight could settle the argument li.opinions-item-3 > a > div.imageWithCredit > img | /visuals/ComputerWeekly/Hero Images/Isle-of-Wight-England... |
header#page-header > a.header-logo > span.header-logo-mobile > img header#page-header > a.header-logo > span.header-logo-mobile > img | cdn.ttgtmedia.com/rms/ux/responsive/img/cw_logo_mobile.png |
body#home > img.track body#home > img.track | /clicktrack-r/activity/activity.gif?activityTypeId=22&a=2... |
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.
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.light > div.container > div.line-message > button.btn-toggle div.light > div.container > div.line-message > button.btn-toggle |
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.container > div.line-message > button.btn-toggle > img.logo-text div.container > div.line-message > button.btn-toggle > img.logo-text |
div.container > div.line-message > button.btn-toggle > img.icon-downArrow div.container > div.line-message > button.btn-toggle > img.icon-downArrow |
div.container > div.line-message > p > img.icon-info div.container > div.line-message > p > img.icon-info |
header#page-header > a.header-logo > span.header-logo-mobile > img header#page-header > a.header-logo > span.header-logo-mobile > img |
div.container > div.lower-message > a.btn-logo-link > img.logo-image div.container > div.lower-message > a.btn-logo-link > img.logo-image |
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 |
|---|
body#home > div#site-container > header#page-header > a.header-logo body#home > div#site-container > header#page-header > a.header-logo |
div.light > div.container > div.lower-message > a.btn-logo-link div.light > div.container > div.lower-message > a.btn-logo-link |
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.
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 |
|---|
CW+ section#pro-downloads > div.pro-downloads-title-bar > h2 > span |
SECURITY nav.latest-nav-wrapper > ul.latest-nav > li > a.latest-nav-item |
NETWORKING nav.latest-nav-wrapper > ul.latest-nav > li > a.latest-nav-item |
DATA CENTER nav.latest-nav-wrapper > ul.latest-nav > li > a.latest-nav-item |
DATA MANAGEMENT nav.latest-nav-wrapper > ul.latest-nav > li > a.latest-nav-item |
Low-contrast text is difficult or impossible for many users to read. Link text that is discernible improves the experience for users with low vision. Learn how to make links distinguishable.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
©2026 TechTarget div.column > p.footer-legal > span > a |
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 |
|---|
More finance firms join FCA’s AI testing initiative section#top-stories > div.top-stories-left > div.ts-home-item > h4 |
NCSC: Nation states behind ‘nationally significant’ cyber attacks section#latest-news > ul > li.ln-item-1 > h4 |
Storage implications of a modern IT architecture section#latest-in-depth > ul > li.id-item-1 > h4 |
Photonics - Scintil: Why AI’s next bottleneck is the network, not the chip
- CW… section#blogs > ul.blog-sections > li.blog-section-1 > h4 |
M&S one year on: turning anticipation into secure by design section#latest-opinion > ul > li.opinions-item-1 > h4 |
Diversity in tech 2023: Bev White, Nash Squared section#latest-videos > ul > li.video-item-1 > h4 |
These are opportunities to improve keyboard navigation in your application.
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 |
|---|
About Us div.content-center > ul.column > li.footer-item > a |
Editorial Ethics Policy div.content-center > ul.column > li.footer-item > a |
Contact Us div.content-center > ul.column > li.footer-item > a |
Our Use of Cookies div.content-center > ul.column > li.footer-item > a |
Media Kit div.content-center > ul.column > li.footer-item > a |
Contributors div.content-center > ul.column > li.footer-item > a |
Guides div.content-center > ul.column > li.footer-item > a |
Cookie Preferences div.column > p.footer-legal > span#cPrefCCPA > a |
Do Not Sell or Share My Personal Information div.column > p.footer-legal > span > a |
One main landmark helps screen reader users navigate a web page. Learn more about landmarks.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html.no-js html.no-js |
These items highlight common accessibility best practices.
Image natural dimensions should be proportional to the display size and the pixel ratio to maximize image clarity. Learn how to provide responsive images.
Performance issues directly impact user engagement and conversion rates.
| URL | Displayed size | Actual size | Expected size | |
|---|---|---|---|---|
header#page-header > a.header-logo > span.header-logo-mobile > img header#page-header > a.header-logo > span.header-logo-mobile > img | cdn.ttgtmedia.com/rms/ux/responsive/img/cw_logo_mobile.png | 146 x 26 | 146 x 26 | 219 x 39 |
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Performance issues directly impact user engagement and conversion rates.
| Deprecation / Warning | Source |
|---|---|
| SharedStorage | /pagead/managed/js/activeview/current/ufs_web_display.js line 252, col 234 |
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.
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.container > div.line-message > button.btn-toggle > img.logo-text div.container > div.line-message > button.btn-toggle > img.logo-text |
div.container > div.line-message > button.btn-toggle > img.icon-downArrow div.container > div.line-message > button.btn-toggle > img.icon-downArrow |
div.container > div.line-message > p > img.icon-info div.container > div.line-message > p > img.icon-info |
header#page-header > a.header-logo > span.header-logo-mobile > img header#page-header > a.header-logo > span.header-logo-mobile > img |
div.container > div.lower-message > a.btn-logo-link > img.logo-image div.container > div.lower-message > a.btn-logo-link > img.logo-image |
Format your HTML in a way that enables crawlers to better understand your app’s content.
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.
580 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.10 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
190 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.041
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
3.36 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.
5.64 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.
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.
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.
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.
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
Performance issues directly impact user engagement and conversion rates.
| URL | Est Savings |
|---|---|
| www.computerweekly.com/rms/ux/responsive/fonts/TechTarget-Icon.woff | 20 ms |
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
div#creative-wrapper > div#fullscreen-interstitial > div#actual-content > div div#creative-wrapper > div#fullscreen-interstitial > div#actual-content > div | /webp/9e0da84b31caaea588cd70c845089051_Image2026-03-12Del... | 771.6 KiB | 537.2 KiB |
Developing a storage strategy to support AI li.pd-item-5 > div.image-resize > a > img | cdn.ttgtmedia.com/rms/computerweekly/Guide_to_AI_and_storage_cover.png | 281.8 KiB | 280.2 KiB |
Cyber resilience under pressure: How to demonstrate readiness li.pd-item-3 > div.image-resize > a > img | cdn.ttgtmedia.com/rms/computerweekly/Demonstrating_cyber_resilience.png | 294.1 KiB | 267.6 KiB |
How a risky move paid off for Nvidia li.pd-item-4 > div.image-resize > a > img | cdn.ttgtmedia.com/rms/computerweekly/CWE-140426-cover-800px.jpg | 95.7 KiB | 93.1 KiB |
span#6323748380138435672032 > div#google_image_div > a#aw0 > img.img_ad span#6323748380138435672032 > div#google_image_div > a#aw0 > img.img_ad | tpc.googlesyndication.com/simgad/12723141910370811277 | 67.2 KiB | 55.0 KiB |
span#6323748380138436419862 > div#google_image_div > a#aw0 > img.img_ad span#6323748380138436419862 > div#google_image_div > a#aw0 > img.img_ad | tpc.googlesyndication.com/simgad/15681186784840884760 | 67.2 KiB | 55.0 KiB |
Will the UK’s datacentre strategy deliver? li.pd-item-1 > div.image-resize > a > img | cdn.ttgtmedia.com/rms/computerweekly/CWE-210426-cover-842px.jpg | 86.1 KiB | 44.6 KiB |
span#6323748380138436419859 > div#google_image_div > a#aw0 > img.img_ad span#6323748380138436419859 > div#google_image_div > a#aw0 > img.img_ad | tpc.googlesyndication.com/simgad/4398292772866554707 | 46.2 KiB | 35.5 KiB |
Danish logistics giant under pressure to rush world’s largest IT integration li.ln-item-5 > div.ln-item-img > a > img | /visuals/LeMagIT/hero_article/Bollore_Logistics_hero_sear... | 31.6 KiB | 28.6 KiB |
Danish logistics giant under pressure to rush world’s largest IT integration div.ts-home-item > div.ts-item-img > a > img | /visuals/LeMagIT/hero_article/Bollore_Logistics_hero_sear... | 31.6 KiB | 28.6 KiB |
M&S one year on: turning anticipation into secure by design li.opinions-item-1 > a > div.imageWithCredit > img | /visuals/ComputerWeekly/Hero Images/retail-supermarket-ve... | 34.0 KiB | 27.5 KiB |
More finance firms join FCA’s AI testing initiative div.ln-item-img > a > div.imageWithCredit > img | /visuals/ComputerWeekly/HeroImages/AI-artificial-intellig... | 29.4 KiB | 26.5 KiB |
Middle East CIOs move from cloud-first to sovereign-first in a high-risk digita… div.ln-item-img > a > div.imageWithCredit > img | /visuals/ComputerWeekly/HeroImages/Dubai-skyline-UAE-Oleg... | 28.0 KiB | 25.0 KiB |
Don't debate digital ID, trial it - the Isle of Wight could settle the argument li.opinions-item-3 > a > div.imageWithCredit > img | /visuals/ComputerWeekly/Hero Images/Isle-of-Wight-England... | 22.5 KiB | 16.0 KiB |
More finance firms join FCA’s AI testing initiative div.ts-item-img > a > div.imageWithCredit > img | /visuals/ComputerWeekly/HeroImages/AI-artificial-intellig... | 29.4 KiB | 15.5 KiB |
Sans Institute preps live systems for Nato cyber exercise div.ts-item-img > a > div.imageWithCredit > img | /visuals/ComputerWeekly/HeroImages/energy-power-electrici... | 17.4 KiB | 14.5 KiB |
Sans Institute preps live systems for Nato cyber exercise div.ln-item-img > a > div.imageWithCredit > img | /visuals/ComputerWeekly/HeroImages/energy-power-electrici... | 17.4 KiB | 14.5 KiB |
One year on from the M&S cyber attack: What did we learn? div.id-item-img > a > div.imageWithCredit > img | /visuals/German/article/social-engineering-hacker-fotolia... | 27.0 KiB | 13.2 KiB |
Privacy, power, and encryption: why end-to-end security matters li.opinions-item-2 > a > div.imageWithCredit > img | /visuals/LeMagIT/hero_article/Security-data-protection_se... | 19.3 KiB | 12.8 KiB |
‘Platitudes’ hide struggle as Post Office scandal redress scheme closing date a… div.ts-item-img > a > div.imageWithCredit > img | /visuals/ComputerWeekly/HeroImages/Post-Office-sign-on-po... | 13.3 KiB | 10.5 KiB |
‘Platitudes’ hide struggle as Post Office scandal redress scheme closing date a… div.ln-item-img > a > div.imageWithCredit > img | /visuals/ComputerWeekly/HeroImages/Post-Office-sign-on-po... | 13.3 KiB | 10.5 KiB |
Nation states responsible for ‘nationally significant’ cyber attacks against UK… div.ln-item-img > a > div.imageWithCredit > img | /visuals/ComputerWeekly/Hero Images/War-Missiles-Weapons-... | 12.8 KiB | 10.1 KiB |
Oslo’s robots aren’t yet taking over, but are already punching above their weig… div.id-item-img > a > div.imageWithCredit > img | /visuals/German/Ai-KI-robot-with-machine-Summit-Art-Creat... | 21.3 KiB | 7.5 KiB |
Storage implications of a modern IT architecture div.id-item-img > a > div.imageWithCredit > img | /visuals/German/article/cloud-storage-costs-adobe_searchs... | 21.1 KiB | 7.3 KiB |
CW EMEA: Stepping into the future li.pd-item-2 > div.image-resize > a > img | cdn.ttgtmedia.com/rms/computerweekly/CW-EMEA-Apr-Jun-26-cover.jpg | 34.2 KiB | 5.3 KiB |
HTTP/2 and HTTP/3 offer many benefits over HTTP/1.1, such as multiplexing. Learn more about using modern HTTP.
Performance issues directly impact user engagement and conversion rates.
| URL | Protocol |
|---|---|
| /dvtp_src.js | http/1.1 |
| /dvtp_src.js | http/1.1 |
| /dvtp_src.js | http/1.1 |
| /dvtp_src.js | http/1.1 |
| cdn.doubleverify.com/dv-measurements9761.js | http/1.1 |
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.
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 |
|---|---|
| computerweekly.com/ | 208 ms |
| www.computerweekly.com/ | 0.0 ms |
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.computerweekly.com/rms/ux/responsive/css/main.css?v=9.80 | 130.1 KiB | 121.3 KiB |
| @font-face{font-family:"Public Sans"; … } … | 21.2 KiB | 15.5 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 | 2.6 s |
| Other | 482 ms |
| Script Parsing & Compilation | 276 ms |
| Style & Layout | 226 ms |
| Garbage Collection | 121 ms |
| Parse HTML & CSS | 72 ms |
| Rendering | 62 ms |
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| cdn.airtory.com/61c7a8ed2b9d1e701b28fef1c1555b8b.js?806331029 | 18.7 KiB | 5.0 KiB |
| cdn.airtory.com/61c7a8ed2b9d1e701b28fef1c1555b8b.js?806331029 | 18.7 KiB | 5.0 KiB |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Performance issues directly impact user engagement and conversion rates.
| URL | |
|---|---|
Will the UK’s datacentre strategy deliver? div#ehandbooksHome > div.ps-item-img > a > img | cdn.ttgtmedia.com/rms/computerweekly/CWE-210426-cover-842px.jpg |
Will the UK’s datacentre strategy deliver? div.latest-news-sidebar > div.sidebar-ezine > a > img | cdn.ttgtmedia.com/rms/computerweekly/CWE-210426-cover-842px.jpg |
More finance firms join FCA’s AI testing initiative div.ts-item-img > a > div.imageWithCredit > img | /visuals/ComputerWeekly/HeroImages/AI-artificial-intellig... |
Sans Institute preps live systems for Nato cyber exercise div.ts-item-img > a > div.imageWithCredit > img | /visuals/ComputerWeekly/HeroImages/energy-power-electrici... |
‘Platitudes’ hide struggle as Post Office scandal redress scheme closing date a… div.ts-item-img > a > div.imageWithCredit > img | /visuals/ComputerWeekly/HeroImages/Post-Office-sign-on-po... |
Danish logistics giant under pressure to rush world’s largest IT integration div.ts-home-item > div.ts-item-img > a > img | /visuals/LeMagIT/hero_article/Bollore_Logistics_hero_sear... |
Nation states responsible for ‘nationally significant’ cyber attacks against UK… div.ln-item-img > a > div.imageWithCredit > img | /visuals/ComputerWeekly/Hero Images/War-Missiles-Weapons-... |
More finance firms join FCA’s AI testing initiative div.ln-item-img > a > div.imageWithCredit > img | /visuals/ComputerWeekly/HeroImages/AI-artificial-intellig... |
Sans Institute preps live systems for Nato cyber exercise div.ln-item-img > a > div.imageWithCredit > img | /visuals/ComputerWeekly/HeroImages/energy-power-electrici... |
‘Platitudes’ hide struggle as Post Office scandal redress scheme closing date a… div.ln-item-img > a > div.imageWithCredit > img | /visuals/ComputerWeekly/HeroImages/Post-Office-sign-on-po... |
Danish logistics giant under pressure to rush world’s largest IT integration li.ln-item-5 > div.ln-item-img > a > img | /visuals/LeMagIT/hero_article/Bollore_Logistics_hero_sear... |
Middle East CIOs move from cloud-first to sovereign-first in a high-risk digita… div.ln-item-img > a > div.imageWithCredit > img | /visuals/ComputerWeekly/HeroImages/Dubai-skyline-UAE-Oleg... |
Storage implications of a modern IT architecture div.id-item-img > a > div.imageWithCredit > img | /visuals/German/article/cloud-storage-costs-adobe_searchs... |
Oslo’s robots aren’t yet taking over, but are already punching above their weig… div.id-item-img > a > div.imageWithCredit > img | /visuals/German/Ai-KI-robot-with-machine-Summit-Art-Creat... |
One year on from the M&S cyber attack: What did we learn? div.id-item-img > a > div.imageWithCredit > img | /visuals/German/article/social-engineering-hacker-fotolia... |
M&S one year on: turning anticipation into secure by design li.opinions-item-1 > a > div.imageWithCredit > img | /visuals/ComputerWeekly/Hero Images/retail-supermarket-ve... |
Privacy, power, and encryption: why end-to-end security matters li.opinions-item-2 > a > div.imageWithCredit > img | /visuals/LeMagIT/hero_article/Security-data-protection_se... |
Don't debate digital ID, trial it - the Isle of Wight could settle the argument li.opinions-item-3 > a > div.imageWithCredit > img | /visuals/ComputerWeekly/Hero Images/Isle-of-Wight-England... |
TechTarget div#site-container > header#page-header > a.header-logo-tt-desktop > img.replace_2x | cdn.ttgtmedia.com/rms/ux/responsive/img/cw_tt_logo.png |
body#home > img.track body#home > img.track | /clicktrack-r/activity/activity.gif?activityTypeId=22&a=2... |
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.
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.light > div.container > div.line-message > button.btn-toggle div.light > div.container > div.line-message > button.btn-toggle |
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.container > div.line-message > button.btn-toggle > img.logo-text div.container > div.line-message > button.btn-toggle > img.logo-text |
div.container > div.line-message > button.btn-toggle > img.icon-downArrow div.container > div.line-message > button.btn-toggle > img.icon-downArrow |
div.container > div.line-message > p > img.icon-info div.container > div.line-message > p > img.icon-info |
div.container > div.lower-message > a.btn-logo-link > img.logo-image div.container > div.lower-message > a.btn-logo-link > img.logo-image |
Screen reader users rely on frame titles to describe the contents of frames. Learn more about frame titles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div#interstitial > div#google_ads_iframe_/3618/CW/HOME_0__container__ > div#air_init_holder > iframe.ay-ad-frame div#interstitial > div#google_ads_iframe_/3618/CW/HOME_0__container__ > div#air_init_holder > iframe.ay-ad-frame |
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 |
|---|
ComputerWeekly body#home > div#site-container > header#page-header > a.header-logo |
header#page-header > nav#page-nav > div.nav-languages > a header#page-header > nav#page-nav > div.nav-languages > a |
div.light > div.container > div.lower-message > a.btn-logo-link div.light > div.container > div.lower-message > a.btn-logo-link |
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.
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 |
|---|
SECURITY nav.latest-nav-wrapper > ul.latest-nav > li > a.latest-nav-item |
NETWORKING nav.latest-nav-wrapper > ul.latest-nav > li > a.latest-nav-item |
DATA CENTER nav.latest-nav-wrapper > ul.latest-nav > li > a.latest-nav-item |
DATA MANAGEMENT nav.latest-nav-wrapper > ul.latest-nav > li > a.latest-nav-item |
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 |
|---|
More finance firms join FCA’s AI testing initiative section#top-stories > div.top-stories-left > div.ts-home-item > h4 |
NCSC: Nation states behind ‘nationally significant’ cyber attacks section#latest-news > ul > li.ln-item-1 > h4 |
Storage implications of a modern IT architecture section#latest-in-depth > ul > li.id-item-1 > h4 |
Photonics - Scintil: Why AI’s next bottleneck is the network, not the chip
- CW… section#blogs > ul.blog-sections > li.blog-section-1 > h4 |
M&S one year on: turning anticipation into secure by design section#latest-opinion > ul > li.opinions-item-1 > h4 |
Diversity in tech 2023: Bev White, Nash Squared section#latest-videos > ul > li.video-item-1 > h4 |
These are opportunities to improve keyboard navigation in your application.
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 div.column > p.footer-legal > span > a |
Cookie Preferences div.column > p.footer-legal > span#cPrefCCPA > a |
These items highlight common accessibility best practices.
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Performance issues directly impact user engagement and conversion rates.
| Deprecation / Warning | Source |
|---|---|
| SharedStorage | /pagead/managed/js/activeview/current/ufs_web_display.js line 252, col 234 |
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 () | |
cdn.airtory.com/61c7a8ed2b9d1e701b28fef1c1555b8b.js?806331029 line 700, col 28 | Uncaught Loading to TopFrame! (controlledError) |
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.
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.container > div.line-message > button.btn-toggle > img.logo-text div.container > div.line-message > button.btn-toggle > img.logo-text |
div.container > div.line-message > button.btn-toggle > img.icon-downArrow div.container > div.line-message > button.btn-toggle > img.icon-downArrow |
div.container > div.line-message > p > img.icon-info div.container > div.line-message > p > img.icon-info |
div.container > div.lower-message > a.btn-logo-link > img.logo-image div.container > div.lower-message > a.btn-logo-link > img.logo-image |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Send Feedback