Mobile 375 × 812

Desktop 1440 × 900

Score: 73 / 100
Based on 8 categories, 0 sections
Room to improve — your 6.1s load time is above Google's 2.5s 'Good' threshold.
Good foundation, but a few gaps could be exploited.
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.
Mostly compliant — a few items need attention.
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.
'unsafe-eval' found in script source
Security gaps expose your site and users to attacks, eroding trust.
'unsafe-inline' found in script source
Security gaps expose your site and users to attacks, eroding trust.
Wildcard '*' found in script source
Security gaps expose your site and users to attacks, eroding trust.
15 link(s) with no accessible text
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
2 button(s) with no accessible text
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/c23efe68-5593-4bb4-b4ad-b9934cb0f329)<a href="https://beavercheck.com/results/c23efe68-5593-4bb4-b4ad-b9934cb0f329"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fcbr.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fcbr.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.
6 barrier(s) likely increasing bounce by ~29%.
Page takes 6.1s to load
+12% bounceUsers abandon at ~3s — you're 3.6s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 1.9s
+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
5 form field(s) without a label
+6% 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
16 link(s) with generic text ("click here", "read more")
+1% bounceScreen-reader users navigating by link list see no context — and search engines can't infer relevance
Fix: Rewrite with descriptive phrases that identify the destination
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
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
€383 investment → €3,735/month returns + EUR 120,500,000 risk avoided
€383
4h · 5 findings
€3,735 /mo
~€44,816 / year
EUR 120,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
€10,041,667 / month at risk
~€120,500,009 / year if left unfixed
€120,500,000
+12 more
€0.77 /mo
10383.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.
3.28 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
6.06 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
1.86 s
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.
5.19 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.
21.36 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.
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 | |
|---|---|---|---|
We're Not Really Strangers - CBR div.w-img > div.bc-img > picture > img | /wordpress/wp-content/uploads/2026/04/we-re-not-really-st... | 48.4 KiB | 39.7 KiB |
TBP-Sean Thumbnail div.w-img > div.bc-img > picture > img | /wordpress/wp-content/uploads/2026/04/tbp-sean-thumbnail.... | 31.7 KiB | 26.0 KiB |
Harold Perrineau div.w-img > div.bc-img > picture > img | /wordpress/wp-content/uploads/2026/04/harold-perrineau.pn... | 29.2 KiB | 23.9 KiB |
Ryan Gosling as Ryland Grace in Project Hail Mary-1 a.dc-img-link > div.dc-img > picture > img | /wordpress/wp-content/uploads/2026/03/ryan-gosling-as-ryl... | 23.2 KiB | 19.0 KiB |
Avery Brooks as Ben Sisko from Star Trek Deep Space Nine a.dc-img-link > div.dc-img > picture > img | /wordpress/wp-content/uploads/2026/03/avery-brooks-as-ben... | 23.1 KiB | 19.0 KiB |
Leah Lewis as Sarah Franklin in Matlock Season 2 Finale a.dc-img-link > div.dc-img > picture > img | /wordpress/wp-content/uploads/2026/04/leah-lewis-as-sarah... | 21.7 KiB | 17.8 KiB |
Gil-galad and Elrond in The Lord of the Rings: The Rings of Power a.dc-img-link > div.dc-img > picture > img | /wordpress/wp-content/uploads/2026/04/the-lord-of-the-rin... | 21.4 KiB | 17.5 KiB |
Dragon breathing fire on the album cover art for Dungeon Masters Soundtrack a.dc-img-link > div.dc-img > picture > img | /wordpress/wp-content/uploads/2026/04/dragon-breathing-fi... | 17.8 KiB | 14.6 KiB |
Warner Bros logo a.dc-img-link > div.dc-img > picture > img | /wordpress/wp-content/uploads/2022/08/Warner-Bros-logo.jp... | 17.1 KiB | 14.1 KiB |
Transformers RIse of the Beasts Optimus Prime a.dc-img-link > div.dc-img > picture > img | /wordpress/wp-content/uploads/2026/04/transformers-rise-o... | 16.3 KiB | 13.3 KiB |
Robert Redford and Paul Newman pose as Butch Cassidy and the Sundance Kid div.display-card > a.dc-img-link > div.dc-img > img | /wordpress/wp-content/uploads/2024/12/mixcollage-27-dec-2... | 9.0 KiB | 7.3 KiB |
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 |
|---|---|---|
| cdn.adsninja.ca/an_sn.js | 3.1 KiB | 757 ms |
| static0.cbrimages.com/assets/quick-rating-widget.b6cbcc96.css | 8.7 KiB | 757 ms |
| /assets/css/general-pinned-widgets/mp-tcg-widget.f7095165... | 2.1 KiB | 150 ms |
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 |
|---|---|
| cbr.com/ | 1.1 s |
| www.cbr.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 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 |
|---|---|---|
| cdn.adsninja.ca/adsninja_client.js?v=3648 | 316.8 KiB | 273.3 KiB |
| www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js | 361.8 KiB | 176.6 KiB |
| cdn.adsninja.ca/biddertypelibrary/live/CBR/Prebid_Default.js?v=3648 | 186.2 KiB | 151.7 KiB |
| cdn.jsdelivr.net/npm/hls.js@latest | 159.5 KiB | 145.2 KiB |
| /pagead/managed/js/gpt/m202604200101/pubads_impl.js?cb=31... | 187.7 KiB | 134.8 KiB |
| imasdk.googleapis.com/js/sdkloader/ima3.js | 146.7 KiB | 107.0 KiB |
| www.googletagmanager.com/gtag/js?id=G-Z0DTR9KMTE | 157.1 KiB | 65.5 KiB |
| c.amazon-adsystem.com/aax2/apstag.js | 90.5 KiB | 57.1 KiB |
| static0.cbrimages.com/assets/valnet-footer.66f46bad.js | 65.8 KiB | 51.1 KiB |
| cdn.privacy-mgmt.com/unified/4.40.1/usnat.f12613136193900e32e2.bundle.js | 42.0 KiB | 21.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 | 3.7 s |
| Other | 1.2 s |
| Script Parsing & Compilation | 665 ms |
| Style & Layout | 627 ms |
| Garbage Collection | 233 ms |
| Rendering | 157 ms |
| Parse HTML & CSS | 128 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 |
|---|---|---|
| launchpad.privacymanager.io/latest/launchpad.bundle.js | 40.2 KiB | 12.7 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 |
|---|---|---|
| .design-system--grid{width:100%} … | 39.6 KiB | 36.2 KiB |
| cdn.adsninja.ca/adsninja_client_style.css?v=3648 | 22.4 KiB | 21.4 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.
4 div.w-display-card-meta > div.dc-author-img > a > img |
4 div.w-display-card-meta > div.dc-author-img > a > img |
4 div.w-display-card-meta > div.dc-author-img > a > img |
4 div.w-display-card-meta > div.dc-author-img > a > img |
4 div.w-display-card-meta > div.dc-author-img > a > img |
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.w-hub-video > div#left-block-articles > div.w-control-arrows > button#previous-btn div.w-hub-video > div#left-block-articles > div.w-control-arrows > button#previous-btn |
div.w-hub-video > div#left-block-articles > div.w-control-arrows > button#next-btn div.w-hub-video > div#left-block-articles > div.w-control-arrows > button#next-btn |
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.w-side-navigation-social > ul#menu-follow > li.social-elements > a.social-links div.w-side-navigation-social > ul#menu-follow > li.social-elements > a.social-links |
div.w-side-navigation-social > ul#menu-follow > li.social-elements > a.social-links div.w-side-navigation-social > ul#menu-follow > li.social-elements > a.social-links |
div.w-side-navigation-social > ul#menu-follow > li.social-elements > a.social-links div.w-side-navigation-social > ul#menu-follow > li.social-elements > a.social-links |
div.w-side-navigation-social > ul#menu-follow > li.social-elements > a.social-links div.w-side-navigation-social > ul#menu-follow > li.social-elements > a.social-links |
div.w-side-navigation-social > ul#menu-follow > li.social-elements > a.social-links div.w-side-navigation-social > ul#menu-follow > li.social-elements > a.social-links |
div.footer-content-el > ul.social-media > li.social-elements > a.text div.footer-content-el > ul.social-media > li.social-elements > a.text |
div.footer-content-el > ul.social-media > li.social-elements > a.text div.footer-content-el > ul.social-media > li.social-elements > a.text |
div.footer-content-el > ul.social-media > li.social-elements > a.text div.footer-content-el > ul.social-media > li.social-elements > a.text |
div.footer-content-el > ul.social-media > li.social-elements > a.text div.footer-content-el > ul.social-media > li.social-elements > a.text |
div.footer-content-el > ul.social-media > li.social-elements > a.text div.footer-content-el > ul.social-media > li.social-elements > a.text |
div.footer-content-el > ul.social-media > li.social-elements > a.text div.footer-content-el > ul.social-media > li.social-elements > a.text |
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 |
|---|
SEE MORE div.left-column > div.w-hub-video > div.hub-header > a.section-view-all-link |
Apr 22, 2026 div.w-display-card-details > div.w-display-card-meta > div.meta_txt > span.display-card-date |
Apr 22, 2026 div.w-display-card-details > div.w-display-card-meta > div.meta_txt > span.display-card-date |
Apr 22, 2026 div.w-display-card-details > div.w-display-card-meta > div.meta_txt > span.display-card-date |
SEE MORE section#category/cbr-exclusives > div.w-hub-widgets > div.hub-header > a.section-view-all-link |
SEE MORE section#shorts > div.w-hub-widgets > div.hub-header > a.section-view-all-link |
SEE MORE div.wrapper > div.w-hub-widgets > div.hub-header > a.section-view-all-link |
Market Price: $132.25 div.mp-tcg-widget__cards > div.mp-tcg-widget__card > div.mp-tcg-widget__card-info > p.mp-tcg-widget__card-market |
Market Price: $216.95 div.mp-tcg-widget__cards > div.mp-tcg-widget__card > div.mp-tcg-widget__card-info > p.mp-tcg-widget__card-market |
Market Price: $668.44 div.mp-tcg-widget__cards > div.mp-tcg-widget__card > div.mp-tcg-widget__card-info > p.mp-tcg-widget__card-market |
Market Price: $77.65 div.mp-tcg-widget__cards > div.mp-tcg-widget__card > div.mp-tcg-widget__card-info > p.mp-tcg-widget__card-market |
Market Price: $152.27 div.mp-tcg-widget__cards > div.mp-tcg-widget__card > div.mp-tcg-widget__card-info > p.mp-tcg-widget__card-market |
Market Price: $98.5 div.mp-tcg-widget__cards > div.mp-tcg-widget__card > div.mp-tcg-widget__card-info > p.mp-tcg-widget__card-market |
10 minutes ago div.w-display-card-details > div.w-display-card-meta > div.meta_txt > span.display-card-date |
20 minutes ago div.w-display-card-details > div.w-display-card-meta > div.meta_txt > span.display-card-date |
20 minutes ago div.w-display-card-details > div.w-display-card-meta > div.meta_txt > span.display-card-date |
20 minutes ago div.w-display-card-details > div.w-display-card-meta > div.meta_txt > span.display-card-date |
30 minutes ago div.w-display-card-details > div.w-display-card-meta > div.meta_txt > span.display-card-date |
50 minutes ago div.w-display-card-details > div.w-display-card-meta > div.meta_txt > span.display-card-date |
50 minutes ago div.w-display-card-details > div.w-display-card-meta > div.meta_txt > span.display-card-date |
55 minutes ago div.w-display-card-details > div.w-display-card-meta > div.meta_txt > span.display-card-date |
1 hour ago div.w-display-card-details > div.w-display-card-meta > div.meta_txt > span.display-card-date |
1 hour ago div.w-display-card-details > div.w-display-card-meta > div.meta_txt > span.display-card-date |
1 hour ago div.w-display-card-details > div.w-display-card-meta > div.meta_txt > span.display-card-date |
1 hour ago div.w-display-card-details > div.w-display-card-meta > div.meta_txt > span.display-card-date |
2 hours ago div.w-display-card-details > div.w-display-card-meta > div.meta_txt > span.display-card-date |
2 hours ago div.w-display-card-details > div.w-display-card-meta > div.meta_txt > span.display-card-date |
2 hours ago div.w-display-card-details > div.w-display-card-meta > div.meta_txt > span.display-card-date |
2 hours ago div.w-display-card-details > div.w-display-card-meta > div.meta_txt > span.display-card-date |
2 hours ago div.w-display-card-details > div.w-display-card-meta > div.meta_txt > span.display-card-date |
2 hours ago div.w-display-card-details > div.w-display-card-meta > div.meta_txt > span.display-card-date |
2 hours ago div.w-display-card-details > div.w-display-card-meta > div.meta_txt > span.display-card-date |
2 hours ago div.w-display-card-details > div.w-display-card-meta > div.meta_txt > span.display-card-date |
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 |
|---|
Get to know the cast of Michael | with Jafaar Jackson, Colman Domingo, Nia Long… div#left-block-articles > div.display-card > div.w-display-card-content > h5.display-card-title |
Bob Odenkirk's New John Wick Replacement Sets Streaming Release Date After Unde… div.hub-vertical-list > div.display-card > div.w-display-card-content > h5.display-card-title |
This X-Files Theory May Explain 1 of the Biggest Mysteries Surrounding the Show… div.sentinel-home-list > div.display-card > div.w-display-card-content > h5.display-card-title |
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 |
|---|
Join Our Team div.footer-content-el > ul > li > a.text |
Our Audience div.footer-content-el > ul > li > a.text |
About Us div.footer-content-el > ul > li > a.text |
Press & Events div.footer-content-el > ul > li > a.text |
Media Coverage div.footer-content-el > ul > li > a.text |
Contact Us div.footer-content-el > ul > li > a.text |
Advertising div.footer-content-el > ul.align-right > li > a.text |
Careers div.footer-content-el > ul.align-right > li > a.text |
Terms div.footer-content-el > ul.align-right > li > a.text |
Privacy div.footer-content-el > ul.align-right > li > a.text |
Policies div.footer-content-el > ul.align-right > li > a.text |
These items highlight common accessibility best practices.
Image display dimensions should match natural aspect ratio. Learn more about image aspect ratio.
Performance issues directly impact user engagement and conversion rates.
| URL | Aspect Ratio (Displayed) | Aspect Ratio (Actual) | |
|---|---|---|---|
Normal Bob Odenkirk div.w-img > div.bc-img > picture > img | /wordpress/wp-content/uploads/2026/04/normal-bob-odenkirk... | 120 x 107 (1.12) | 240 x 230 (1.04) |
Sanrio's Pompompurin with 30th anniversary limited edition Seiko watch div.w-img > div.bc-img > picture > img | /wordpress/wp-content/uploads/2026/04/seiko-pompompurin-3... | 120 x 107 (1.12) | 240 x 230 (1.04) |
Joseph Fiennes as Silas Holmes in Young Sherlock div.w-img > div.bc-img > picture > img | /wordpress/wp-content/uploads/2026/04/joseph-fiennes-as-s... | 120 x 107 (1.12) | 240 x 230 (1.04) |
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 () |
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.
Performance issues directly impact user engagement and conversion rates.
| Link destination | Link Text |
|---|---|
| www.cbr.com/videos/ | SEE MORE |
| www.cbr.com/category/cbr-exclusives/ | SEE MORE |
| www.cbr.com/shorts/ | SEE MORE |
| www.cbr.com/trading-cards/pokemon-tcg/ | SEE MORE |
| www.cbr.com/archive/2/ | SEE MORE |
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.
1.11 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.76 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
94 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.184
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
2.57 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.
3.70 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.
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
610517_in_1000x1000.jpg div.mp-tcg-widget__cards > div.mp-tcg-widget__card > a.mp-tcg-widget__card-image-link > img.mp-tcg-widget__card-image | /wordpress/wp-content/uploads/2026/04/610517_in_1000x1000... | 212.9 KiB | 206.2 KiB |
478100_in_1000x1000.jpg div.mp-tcg-widget__cards > div.mp-tcg-widget__card > a.mp-tcg-widget__card-image-link > img.mp-tcg-widget__card-image | /wordpress/wp-content/uploads/2026/04/478100_in_1000x1000... | 190.7 KiB | 184.0 KiB |
272484_in_1000x1000.jpg div.mp-tcg-widget__cards > div.mp-tcg-widget__card > a.mp-tcg-widget__card-image-link > img.mp-tcg-widget__card-image | /wordpress/wp-content/uploads/2026/04/272484_in_1000x1000... | 163.6 KiB | 157.0 KiB |
567429_in_1000x1000.jpg div.mp-tcg-widget__cards > div.mp-tcg-widget__card > a.mp-tcg-widget__card-image-link > img.mp-tcg-widget__card-image | /wordpress/wp-content/uploads/2026/04/567429_in_1000x1000... | 118.6 KiB | 111.9 KiB |
527938_in_1000x1000.jpg div.mp-tcg-widget__cards > div.mp-tcg-widget__card > a.mp-tcg-widget__card-image-link > img.mp-tcg-widget__card-image | /wordpress/wp-content/uploads/2026/04/527938_in_1000x1000... | 118.5 KiB | 111.8 KiB |
518861_in_1000x1000.jpg div.mp-tcg-widget__cards > div.mp-tcg-widget__card > a.mp-tcg-widget__card-image-link > img.mp-tcg-widget__card-image | /wordpress/wp-content/uploads/2026/04/518861_in_1000x1000... | 90.5 KiB | 85.3 KiB |
Gil-galad and Elrond in The Lord of the Rings: The Rings of Power a.dc-img-link > div.dc-img > picture > img | /wordpress/wp-content/uploads/2026/04/the-lord-of-the-rin... | 42.8 KiB | 32.9 KiB |
Robert Redford and Paul Newman pose as Butch Cassidy and the Sundance Kid div.w-img > div.bc-img > picture > img | /wordpress/wp-content/uploads/2024/12/mixcollage-27-dec-2... | 38.5 KiB | 28.9 KiB |
Avery Brooks as Ben Sisko from Star Trek Deep Space Nine a.dc-img-link > div.dc-img > picture > img | /wordpress/wp-content/uploads/2026/03/avery-brooks-as-ben... | 23.8 KiB | 21.3 KiB |
Ryan Gosling as Ryland Grace in Project Hail Mary-1 a.dc-img-link > div.dc-img > picture > img | /wordpress/wp-content/uploads/2026/03/ryan-gosling-as-ryl... | 23.6 KiB | 21.1 KiB |
Screenshot 2026-04-17 at 5.33.52 PM div.display-card > div.dc-img-link > div.dc-img > img | /wordpress/wp-content/uploads/2026/04/screenshot-2026-04-... | 25.1 KiB | 20.0 KiB |
We're Not Really Strangers - CBR div.w-img > div.bc-img > picture > img | /wordpress/wp-content/uploads/2026/04/we-re-not-really-st... | 59.2 KiB | 18.5 KiB |
My_Brother_The_Minotaur_Premiere_Date_Announcement_Big_Image_03-1 a.dc-img-link > div.dc-img > picture > img | /wordpress/wp-content/uploads/2026/04/my_brother_the_mino... | 19.7 KiB | 16.1 KiB |
Leah Lewis as Sarah Franklin in Matlock Season 2 Finale a.dc-img-link > div.dc-img > picture > img | /wordpress/wp-content/uploads/2026/04/leah-lewis-as-sarah... | 21.1 KiB | 16.1 KiB |
Warner Bros logo a.dc-img-link > div.dc-img > picture > img | /wordpress/wp-content/uploads/2022/08/Warner-Bros-logo.jp... | 17.5 KiB | 15.5 KiB |
Transformers RIse of the Beasts Optimus Prime a.dc-img-link > div.dc-img > picture > img | /wordpress/wp-content/uploads/2026/04/transformers-rise-o... | 17.0 KiB | 15.2 KiB |
Ash shows off his boom stick div.w-img > div.bc-img > picture > img | /wordpress/wp-content/uploads/2025/09/army-of-darkness-he... | 17.5 KiB | 13.1 KiB |
Screenshot 2026-04-17 094717 div.display-card > div.dc-img-link > div.dc-img > img | /wordpress/wp-content/uploads/2026/04/screenshot-2026-04-... | 14.7 KiB | 11.4 KiB |
Screenshot 2026-04-17 095442 div.display-card > div.dc-img-link > div.dc-img > img | /wordpress/wp-content/uploads/2026/04/screenshot-2026-04-... | 13.0 KiB | 10.1 KiB |
Screenshot 2026-04-14 134123 div.display-card > div.dc-img-link > div.dc-img > img | /wordpress/wp-content/uploads/2026/04/screenshot-2026-04-... | 12.5 KiB | 9.7 KiB |
Robert Redford and Paul Newman pose as Butch Cassidy and the Sundance Kid div.display-card > a.dc-img-link > div.dc-img > img | /wordpress/wp-content/uploads/2024/12/mixcollage-27-dec-2... | 9.0 KiB | 7.3 KiB |
Screenshot 2026-04-14 134622 div.display-card > div.dc-img-link > div.dc-img > img | /wordpress/wp-content/uploads/2026/04/screenshot-2026-04-... | 8.3 KiB | 6.4 KiB |
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 |
|---|---|---|
| cdn.adsninja.ca/an_sn.js | 3.1 KiB | 203 ms |
| /assets/css/general-pinned-widgets/mp-tcg-widget.f7095165... | 2.1 KiB | |
| static0.cbrimages.com/assets/quick-rating-widget.b6cbcc96.css | 8.7 KiB | 209 ms |
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
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 |
|---|---|
| cbr.com/ | 487 ms |
| www.cbr.com/ | 0.0 ms |
These are the largest layout shifts observed on the page. Each table item represents a single layout shift, and shows the element that shifted the most. Below each item are possible root causes that led to the layout shift. Some of these layout shifts may not be included in the CLS metric value due to windowing. Learn how to improve CLS
Performance issues directly impact user engagement and conversion rates.
| Element | Layout shift score |
|---|---|
head > meta head > meta | 0.184 |
div#adsninja-ad-zone-adsninja-ad-unit-stickyFooter-5f5dc366836b08 > div#dynamically-injected-refresh-ad-zone-adsninja-ad-unit-stickyFooter-5f5dc366836b08 > div.ad-current > div#ad-zone-container-adsninja-ad-unit-stickyFooter-5f5dc366836b08 div#adsninja-ad-zone-adsninja-ad-unit-stickyFooter-5f5dc366836b08 > div#dynamically-injected-refresh-ad-zone-adsninja-ad-unit-stickyFooter-5f5dc366836b08 > div.ad-current > div#ad-zone-container-adsninja-ad-unit-stickyFooter-5f5dc366836b08 | 0.000 |
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 |
|---|---|---|
| cdn.adsninja.ca/adsninja_client.js?v=3648 | 316.8 KiB | 273.2 KiB |
| www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js | 361.8 KiB | 176.6 KiB |
| cdn.adsninja.ca/biddertypelibrary/live/CBR/Prebid_Default.js?v=3648 | 186.2 KiB | 151.7 KiB |
| cdn.jsdelivr.net/npm/hls.js@latest | 159.5 KiB | 145.2 KiB |
| /pagead/managed/js/gpt/m202604160201/pubads_impl.js | 187.7 KiB | 133.1 KiB |
| imasdk.googleapis.com/js/sdkloader/ima3.js | 146.7 KiB | 107.0 KiB |
| www.googletagmanager.com/gtag/js?id=G-Z0DTR9KMTE | 157.1 KiB | 65.1 KiB |
| c.amazon-adsystem.com/aax2/apstag.js | 90.5 KiB | 57.1 KiB |
| static0.cbrimages.com/assets/valnet-footer.66f46bad.js | 65.8 KiB | 50.6 KiB |
| cdn.privacy-mgmt.com/unified/4.40.1/usnat.f12613136193900e32e2.bundle.js | 42.0 KiB | 21.5 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 |
|---|---|---|
| .design-system--grid{width:100%} … | 39.5 KiB | 34.6 KiB |
| cdn.adsninja.ca/adsninja_client_style.css?v=3648 | 22.4 KiB | 21.4 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 | |
|---|---|
4 div.w-display-card-meta > div.dc-author-img > a > img | /wordpress/wp-content/authors/60e07ff8f0369-Screen Shot 2... |
4 div.w-display-card-meta > div.dc-author-img > a > img | /wordpress/wp-content/authors/678a8de73b01a-Grae Drake sq... |
4 div.w-display-card-meta > div.dc-author-img > a > img | /wordpress/wp-content/authors/678a8de73b01a-Grae Drake sq... |
4 div.w-display-card-meta > div.dc-author-img > a > img | /wordpress/wp-content/authors/678a8de73b01a-Grae Drake sq... |
4 div.w-display-card-meta > div.dc-author-img > a > img | /wordpress/wp-content/authors/678a8de73b01a-Grae Drake sq... |
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.w-hub-video > div#left-block-articles > div.w-control-arrows > button#previous-btn div.w-hub-video > div#left-block-articles > div.w-control-arrows > button#previous-btn |
div.w-hub-video > div#left-block-articles > div.w-control-arrows > button#next-btn div.w-hub-video > div#left-block-articles > div.w-control-arrows > button#next-btn |
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.w-side-navigation-social > ul#menu-follow > li.social-elements > a.social-links div.w-side-navigation-social > ul#menu-follow > li.social-elements > a.social-links |
div.w-side-navigation-social > ul#menu-follow > li.social-elements > a.social-links div.w-side-navigation-social > ul#menu-follow > li.social-elements > a.social-links |
div.w-side-navigation-social > ul#menu-follow > li.social-elements > a.social-links div.w-side-navigation-social > ul#menu-follow > li.social-elements > a.social-links |
div.w-side-navigation-social > ul#menu-follow > li.social-elements > a.social-links div.w-side-navigation-social > ul#menu-follow > li.social-elements > a.social-links |
div.w-side-navigation-social > ul#menu-follow > li.social-elements > a.social-links div.w-side-navigation-social > ul#menu-follow > li.social-elements > a.social-links |
div.footer-content-el > ul.social-media > li.social-elements > a.text div.footer-content-el > ul.social-media > li.social-elements > a.text |
div.footer-content-el > ul.social-media > li.social-elements > a.text div.footer-content-el > ul.social-media > li.social-elements > a.text |
div.footer-content-el > ul.social-media > li.social-elements > a.text div.footer-content-el > ul.social-media > li.social-elements > a.text |
div.footer-content-el > ul.social-media > li.social-elements > a.text div.footer-content-el > ul.social-media > li.social-elements > a.text |
div.footer-content-el > ul.social-media > li.social-elements > a.text div.footer-content-el > ul.social-media > li.social-elements > a.text |
div.footer-content-el > ul.social-media > li.social-elements > a.text div.footer-content-el > ul.social-media > li.social-elements > a.text |
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 |
|---|
Apr 22, 2026 div.w-display-card-details > div.w-display-card-meta > div.meta_txt > span.display-card-date |
Apr 22, 2026 div.w-display-card-details > div.w-display-card-meta > div.meta_txt > span.display-card-date |
SEE MORE section#category/cbr-exclusives > div.w-hub-widgets > div.hub-header > a.section-view-all-link |
SEE MORE section#shorts > div.w-hub-widgets > div.hub-header > a.section-view-all-link |
SEE MORE div.wrapper > div.w-hub-widgets > div.hub-header > a.section-view-all-link |
Market Price: $132.25 div.mp-tcg-widget__cards > div.mp-tcg-widget__card > div.mp-tcg-widget__card-info > p.mp-tcg-widget__card-market |
Market Price: $216.95 div.mp-tcg-widget__cards > div.mp-tcg-widget__card > div.mp-tcg-widget__card-info > p.mp-tcg-widget__card-market |
Market Price: $668.44 div.mp-tcg-widget__cards > div.mp-tcg-widget__card > div.mp-tcg-widget__card-info > p.mp-tcg-widget__card-market |
Market Price: $77.65 div.mp-tcg-widget__cards > div.mp-tcg-widget__card > div.mp-tcg-widget__card-info > p.mp-tcg-widget__card-market |
Market Price: $152.27 div.mp-tcg-widget__cards > div.mp-tcg-widget__card > div.mp-tcg-widget__card-info > p.mp-tcg-widget__card-market |
Market Price: $98.5 div.mp-tcg-widget__cards > div.mp-tcg-widget__card > div.mp-tcg-widget__card-info > p.mp-tcg-widget__card-market |
11 minutes ago div.w-display-card-details > div.w-display-card-meta > div.meta_txt > span.display-card-date |
21 minutes ago div.w-display-card-details > div.w-display-card-meta > div.meta_txt > span.display-card-date |
21 minutes ago div.w-display-card-details > div.w-display-card-meta > div.meta_txt > span.display-card-date |
21 minutes ago div.w-display-card-details > div.w-display-card-meta > div.meta_txt > span.display-card-date |
30 minutes ago div.w-display-card-details > div.w-display-card-meta > div.meta_txt > span.display-card-date |
51 minutes ago div.w-display-card-details > div.w-display-card-meta > div.meta_txt > span.display-card-date |
51 minutes ago div.w-display-card-details > div.w-display-card-meta > div.meta_txt > span.display-card-date |
56 minutes ago div.w-display-card-details > div.w-display-card-meta > div.meta_txt > span.display-card-date |
1 hour ago div.w-display-card-details > div.w-display-card-meta > div.meta_txt > span.display-card-date |
1 hour ago div.w-display-card-details > div.w-display-card-meta > div.meta_txt > span.display-card-date |
1 hour ago div.w-display-card-details > div.w-display-card-meta > div.meta_txt > span.display-card-date |
1 hour ago div.w-display-card-details > div.w-display-card-meta > div.meta_txt > span.display-card-date |
2 hours ago div.w-display-card-details > div.w-display-card-meta > div.meta_txt > span.display-card-date |
2 hours ago div.w-display-card-details > div.w-display-card-meta > div.meta_txt > span.display-card-date |
2 hours ago div.w-display-card-details > div.w-display-card-meta > div.meta_txt > span.display-card-date |
2 hours ago div.w-display-card-details > div.w-display-card-meta > div.meta_txt > span.display-card-date |
2 hours ago div.w-display-card-details > div.w-display-card-meta > div.meta_txt > span.display-card-date |
2 hours ago div.w-display-card-details > div.w-display-card-meta > div.meta_txt > span.display-card-date |
2 hours ago div.w-display-card-details > div.w-display-card-meta > div.meta_txt > span.display-card-date |
2 hours ago div.w-display-card-details > div.w-display-card-meta > div.meta_txt > span.display-card-date |
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 |
|---|
Get to know the cast of Michael | with Jafaar Jackson, Colman Domingo, Nia Long… div#left-block-articles > div.display-card > div.w-display-card-content > h5.display-card-title |
NBC's Forgotten 4-Part Superhero Series With 52% RT Is a PVOD Sensation 16 Year… div.hub-vertical-list > div.display-card > div.w-display-card-content > h5.display-card-title |
This X-Files Theory May Explain 1 of the Biggest Mysteries Surrounding the Show… div.sentinel-home-list > div.display-card > div.w-display-card-content > h5.display-card-title |
7 Sega Genesis Games That Are Perfect From Start to Finish div.sentinel-home-sidebarSticky > div.display-card > div.w-display-card-content > h5.display-card-title |
These are opportunities to improve keyboard navigation in your application.
Image display dimensions should match natural aspect ratio. Learn more about image aspect ratio.
Performance issues directly impact user engagement and conversion rates.
| URL | Aspect Ratio (Displayed) | Aspect Ratio (Actual) | |
|---|---|---|---|
Kristen Bell as Elle Bishop in Heroes div.w-img > div.bc-img > picture > img | /wordpress/wp-content/uploads/2026/04/kristen-bell-as-ell... | 179 x 107 (1.67) | 400 x 230 (1.74) |
Sanrio's Pompompurin with 30th anniversary limited edition Seiko watch div.w-img > div.bc-img > picture > img | /wordpress/wp-content/uploads/2026/04/seiko-pompompurin-3... | 179 x 107 (1.67) | 400 x 230 (1.74) |
Normal Bob Odenkirk div.w-img > div.bc-img > picture > img | /wordpress/wp-content/uploads/2026/04/normal-bob-odenkirk... | 179 x 107 (1.67) | 400 x 230 (1.74) |
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 () |
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.
Performance issues directly impact user engagement and conversion rates.
| Link destination | Link Text |
|---|---|
| www.cbr.com/videos/ | SEE MORE |
| www.cbr.com/category/cbr-exclusives/ | SEE MORE |
| www.cbr.com/shorts/ | SEE MORE |
| www.cbr.com/trading-cards/pokemon-tcg/ | SEE MORE |
| www.cbr.com/archive/2/ | SEE MORE |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Send Feedback