Mobile 375 × 812

Desktop 1440 × 900

Score: 74 / 100
Based on 8 categories, 0 sections
Decent speed, but optimizing further could improve engagement.
Several missing protections leave your users and data exposed.
Several issues make your site difficult for assistive technology users.
Well-optimized for search — your content is discoverable.
Solid infrastructure — fast server responses across the board.
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.
Cookie 'articlesLimitDepth' is missing the Secure flag
Security gaps expose your site and users to attacks, eroding trust.
Cookie 'campaign' is missing the Secure flag
Security gaps expose your site and users to attacks, eroding trust.
Cookie 'newsletterTrackingCampaign' is missing the Secure flag
Security gaps expose your site and users to attacks, eroding trust.
High impact, low effort — start here.
High impact, requires investment.
Nothing in this quadrant — good news.
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/8ad913f2-f9e9-4cdc-9cac-39a377846fb7)<a href="https://beavercheck.com/results/8ad913f2-f9e9-4cdc-9cac-39a377846fb7"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fmovieweb.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fmovieweb.comThis badge auto-updates with your latest scan result.
Your site performs reasonably well, but a few targeted fixes could meaningfully improve results. Addressing the critical issues below would have the most immediate impact on your user trust.
7 barrier(s) likely increasing bounce by ~32%.
Page takes 7.1s to load
+12% bounceUsers abandon at ~3s — you're 4.6s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 1.6s
+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
17 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
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.
€213 investment → €4,370/month returns + EUR 120,500,000 risk avoided
€213
2h · 5 findings
€4,370 /mo
~€52,445 / year
EUR 120,500,000
if kept compliant
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.
2.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,007 / year if left unfixed
€120,500,000
+9 more
€0.60 /mo
8042.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.
2.40 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
7.09 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
1.62 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.048
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
4.95 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.
16.73 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.
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
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 |
|---|---|---|
| static0.moviewebimages.com/assets/quick-rating-widget.d900a935.css | 8.7 KiB | 767 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 | |
|---|---|---|---|
Hugh Jackman in Death of Robin Hood a.dc-img-link > div.dc-img > picture > img | /wordpress/wp-content/uploads/2026/04/vv-2.jpg?q=49&fit=c... | 65.2 KiB | 29.3 KiB |
The Mandalorian and Grogu meditation a.dc-img-link > div.dc-img > picture > img | /wordpress/wp-content/uploads/2026/02/the-mandalorian-and... | 28.4 KiB | 12.8 KiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
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 |
|---|---|---|
| www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js | 361.8 KiB | 176.6 KiB |
| cdn.jsdelivr.net/npm/hls.js@latest | 159.6 KiB | 145.3 KiB |
| /pagead/managed/js/gpt/m202604160201/pubads_impl.js | 197.9 KiB | 104.9 KiB |
| client.aps.amazon-adsystem.com/publisher.js | 117.5 KiB | 70.2 KiB |
| www.googletagmanager.com/gtag/destination?id=G-XXXXXXXXXX&cx=c>m=4e64k1 | 125.6 KiB | 67.5 KiB |
| www.googletagmanager.com/gtag/js?id=G-3476XM8ZTS | 158.4 KiB | 62.7 KiB |
| static0.moviewebimages.com/assets/valnet-footer.08dab0d7.js | 63.9 KiB | 49.3 KiB |
| eu-us-cdn.consentmanager.net/delivery/js/cmp_final.min.js?t=2026-4-22 | 100.6 KiB | 47.9 KiB |
| cdn.id5-sync.com/api/1.0/esp.js | 39.0 KiB | 34.9 KiB |
| scripts.mediavine.com/tags/5944/4b6cc4881fc6f886316a.min.js | 83.8 KiB | 23.5 KiB |
| scripts.mediavine.com/tags/3.44.10-valnetEnt.1/wrapper.min.js?bust=1901876217 | 77.6 KiB | 22.3 KiB |
| cdn.adsninja.ca/adsninja_client_no_ads.js?v=3648 | 23.2 KiB | 20.6 KiB |
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.
Performance issues directly impact user engagement and conversion rates.
| URL | Total CPU Time | Script Evaluation | Script Parse |
|---|---|---|---|
| movieweb.com/ | 1.2 s | 177 ms | 36 ms |
| www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js | 1.1 s | 920 ms | 168 ms |
| static0.moviewebimages.com/assets/valnet-footer.08dab0d7.js | 993 ms | 305 ms | 34 ms |
| Unattributable | 811 ms | 24 ms | 0.0 ms |
| /delivery/customdata/bV8xLndfMTM0MzQ5LnJfLmxfZW4uZF80NDUx... | 600 ms | 555 ms | 25 ms |
| www.googletagmanager.com/gtag/js?id=G-3476XM8ZTS | 372 ms | 301 ms | 67 ms |
| scripts.mediavine.com/tags/cmp/e8484401c62373a45398.min.js | 266 ms | 257 ms | 3.7 ms |
| scripts.mediavine.com/tags/3.44.10-valnetEnt.1/wrapper.min.js?bust=1901876217 | 215 ms | 167 ms | 36 ms |
| silo58.p7cloud.net/as1.js?uri=https://movieweb.com | 172 ms | 123 ms | 44 ms |
| scripts.mediavine.com/tags/movieweb.js | 158 ms | 123 ms | 9.5 ms |
| cdn.jsdelivr.net/npm/hls.js@latest | 124 ms | 48 ms | 76 ms |
| eu-us-cdn.consentmanager.net/delivery/js/cmp_final.min.js?t=2026-4-22 | 101 ms | 41 ms | 59 ms |
| scripts.mediavine.com/tags/1501/0d8396149004c52954cf.min.js | 59 ms | 50 ms | 0.8 ms |
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Script Evaluation | 3.7 s |
| Other | 1.4 s |
| Style & Layout | 716 ms |
| Script Parsing & Compilation | 651 ms |
| Parse HTML & CSS | 241 ms |
| Rendering | 168 ms |
| Garbage Collection | 113 ms |
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| .design-system--grid{width:100%} … | 43.2 KiB | 39.8 KiB |
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 section#exclusives > div.w-hub-widgets > 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 div.right-column > div.w-hub-video > div.hub-header > a.section-view-all-link |
SEE MORE section#features > div.w-hub-widgets > div.hub-header > a.section-view-all-link |
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 |
3 hours ago div.w-display-card-details > div.w-display-card-meta > div.meta_txt > span.display-card-date |
3 hours ago div.w-display-card-details > div.w-display-card-meta > div.meta_txt > span.display-card-date |
4 hours ago div.w-display-card-details > div.w-display-card-meta > div.meta_txt > span.display-card-date |
4 hours ago div.w-display-card-details > div.w-display-card-meta > div.meta_txt > span.display-card-date |
5 hours ago div.w-display-card-details > div.w-display-card-meta > div.meta_txt > span.display-card-date |
5 hours ago div.w-display-card-details > div.w-display-card-meta > div.meta_txt > span.display-card-date |
6 hours ago div.w-display-card-details > div.w-display-card-meta > div.meta_txt > span.display-card-date |
6 hours ago div.w-display-card-details > div.w-display-card-meta > div.meta_txt > span.display-card-date |
6 hours ago div.w-display-card-details > div.w-display-card-meta > div.meta_txt > span.display-card-date |
7 hours ago div.w-display-card-details > div.w-display-card-meta > div.meta_txt > span.display-card-date |
8 hours ago div.w-display-card-details > div.w-display-card-meta > div.meta_txt > span.display-card-date |
8 hours ago div.w-display-card-details > div.w-display-card-meta > div.meta_txt > span.display-card-date |
10 hours ago div.w-display-card-details > div.w-display-card-meta > div.meta_txt > span.display-card-date |
10 hours ago div.w-display-card-details > div.w-display-card-meta > div.meta_txt > span.display-card-date |
10 hours ago div.w-display-card-details > div.w-display-card-meta > div.meta_txt > span.display-card-date |
11 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 |
|---|
Rebel Wilson Has Allegedly Made Life "Nightmarish" For 'The Deb' Co-Star div.hub-vertical-list > div.display-card > div.w-display-card-content > h5.display-card-title |
One of the Greatest Sci-Fi Action Movies Ever Made Is Making a Comeback on Free… div#left-block-articles > div.display-card > div.w-display-card-content > h5.display-card-title |
Mark Ruffalo Seemingly Teases Spider-Man vs. Venom Fight in the MCU 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 |
|---|
SEE MORE section#exclusives > div.w-hub-widgets > div.hub-header > a.section-view-all-link |
Daniel Bibby div.w-display-card-meta > div.w-author > div.w-author-name > a.meta_txt |
div.w-display-card-details > div.w-display-card-extra > div.total-info > a.total-info-number div.w-display-card-details > div.w-display-card-extra > div.total-info > a.total-info-number |
Tim McClelland div.w-display-card-meta > div.w-author > div.w-author-name > a.meta_txt |
div.w-display-card-details > div.w-display-card-extra > div.total-info > a.total-info-number div.w-display-card-details > div.w-display-card-extra > div.total-info > a.total-info-number |
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) | |
|---|---|---|---|
Rebel Wilson as Stephanie sitting in class in a scene from Senior Year div.w-img > div.bc-img > picture > img | /wordpress/wp-content/uploads/2024/07/senior-year-rebel-w... | 120 x 107 (1.12) | 240 x 230 (1.04) |
Robert Pattinson The Batman Part II script update dcu div.w-img > div.bc-img > picture > img | /wordpress/wp-content/uploads/2026/03/robert-pattinson-th... | 120 x 107 (1.12) | 240 x 230 (1.04) |
Still from Vengeance div.w-img > div.bc-img > picture > img | /wordpress/wp-content/uploads/2026/04/xx-4.jpg?q=49&fit=c... | 120 x 107 (1.12) | 240 x 230 (1.04) |
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 |
|---|---|
| Topics | scripts.mediavine.com/tags/3688/cfd6427c7a16a00c51b2.min.js line 1, col 99228 |
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 |
|---|---|
Access to fetch at 'https://api.rlcdn.com/api/identity/envelope?pid=44' from origin 'https://movieweb.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. | |
Failed to load resource: net::ERR_FAILED | |
cdn.adsninja.ca/adsninja_client_no_ads.js?v=3648 line 1, col 80405 | Uncaught ReferenceError: ANBenchmarker is not defined |
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 |
|---|---|
| movieweb.com/exclusives/ | SEE MORE |
| movieweb.com/hot-on-streaming/ | SEE MORE |
| movieweb.com/features/ | SEE MORE |
| movieweb.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.
885 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.75 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
80 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.000
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
2.35 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.21 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 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 | |
|---|---|---|---|
Hugh Jackman in Death of Robin Hood a.dc-img-link > div.dc-img > picture > img | /wordpress/wp-content/uploads/2026/04/vv-2.jpg?q=49&fit=c... | 66.7 KiB | 59.8 KiB |
The Mandalorian and Grogu meditation a.dc-img-link > div.dc-img > picture > img | /wordpress/wp-content/uploads/2026/02/the-mandalorian-and... | 45.9 KiB | 37.7 KiB |
Still from Vengeance div.w-img > div.bc-img > picture > img | /wordpress/wp-content/uploads/2026/04/xx-4.jpg?q=49&fit=c... | 32.2 KiB | 25.4 KiB |
Clayface a.dc-img-link > div.dc-img > picture > img | /wordpress/wp-content/uploads/2026/04/clayface.jpg?q=49&f... | 27.1 KiB | 20.8 KiB |
Bob Odenkirk in Normal a.dc-img-link > div.dc-img > picture > img | /wordpress/wp-content/uploads/2025/12/mv5bzdywmgrjztitzmy... | 22.5 KiB | 20.2 KiB |
Tom Cruise as Captain Pete a.dc-img-link > div.dc-img > picture > img | /wordpress/wp-content/uploads/2026/04/8740969.jpg?q=49&fi... | 19.2 KiB | 17.2 KiB |
Will Forte in Coyote vs ACME a.dc-img-link > div.dc-img > picture > img | /wordpress/wp-content/uploads/2026/04/will-forte-in-coyot... | 17.8 KiB | 16.0 KiB |
Harold Perrineau in FROM a.dc-img-link > div.dc-img > picture > img | /wordpress/wp-content/uploads/2025/03/untitled-design-132... | 18.6 KiB | 14.2 KiB |
People in cages in Children of Men a.dc-img-link > div.dc-img > picture > img | /wordpress/wp-content/uploads/2026/04/people-in-cages-in-... | 17.5 KiB | 13.4 KiB |
Custom image of The Last of Us, Tomb Raider, and Resident Evil live-action adap… a.dc-img-link > div.dc-img > picture > img | /wordpress/wp-content/uploads/2026/04/29-years-ago-the-gr... | 15.7 KiB | 12.1 KiB |
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.
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 |
|---|---|---|
| static0.moviewebimages.com/assets/quick-rating-widget.d900a935.css | 8.7 KiB | 216 ms |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
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
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 | 987 ms |
| Style & Layout | 379 ms |
| Other | 372 ms |
| Script Parsing & Compilation | 162 ms |
| Parse HTML & CSS | 56 ms |
| Rendering | 41 ms |
| Garbage Collection | 28 ms |
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| .design-system--grid{width:100%} … | 43.2 KiB | 38.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.
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 section#exclusives > div.w-hub-widgets > 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 div.right-column > div.w-hub-video > div.hub-header > a.section-view-all-link |
SEE MORE section#features > div.w-hub-widgets > div.hub-header > a.section-view-all-link |
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 |
3 hours ago div.w-display-card-details > div.w-display-card-meta > div.meta_txt > span.display-card-date |
4 hours ago div.w-display-card-details > div.w-display-card-meta > div.meta_txt > span.display-card-date |
4 hours ago div.w-display-card-details > div.w-display-card-meta > div.meta_txt > span.display-card-date |
4 hours ago div.w-display-card-details > div.w-display-card-meta > div.meta_txt > span.display-card-date |
5 hours ago div.w-display-card-details > div.w-display-card-meta > div.meta_txt > span.display-card-date |
6 hours ago div.w-display-card-details > div.w-display-card-meta > div.meta_txt > span.display-card-date |
6 hours ago div.w-display-card-details > div.w-display-card-meta > div.meta_txt > span.display-card-date |
6 hours ago div.w-display-card-details > div.w-display-card-meta > div.meta_txt > span.display-card-date |
7 hours ago div.w-display-card-details > div.w-display-card-meta > div.meta_txt > span.display-card-date |
8 hours ago div.w-display-card-details > div.w-display-card-meta > div.meta_txt > span.display-card-date |
8 hours ago div.w-display-card-details > div.w-display-card-meta > div.meta_txt > span.display-card-date |
10 hours ago div.w-display-card-details > div.w-display-card-meta > div.meta_txt > span.display-card-date |
10 hours ago div.w-display-card-details > div.w-display-card-meta > div.meta_txt > span.display-card-date |
10 hours ago div.w-display-card-details > div.w-display-card-meta > div.meta_txt > span.display-card-date |
11 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 |
|---|
One of the Greatest Sci-Fi Action Movies Ever Made Is Making a Comeback on Free… div.hub-vertical-list > div.display-card > div.w-display-card-content > h5.display-card-title |
Amazon's "Punisher Meets Batman" Action Thriller Shoots up Streaming Ranks div#left-block-articles > div.display-card > div.w-display-card-content > h5.display-card-title |
Mark Ruffalo Seemingly Teases Spider-Man vs. Venom Fight in the MCU 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 |
|---|
Daniel Bibby div.w-display-card-meta > div.w-author > div.w-author-name > a.meta_txt |
div.w-display-card-details > div.w-display-card-extra > div.total-info > a.total-info-number div.w-display-card-details > div.w-display-card-extra > div.total-info > a.total-info-number |
Tim McClelland div.w-display-card-meta > div.w-author > div.w-author-name > a.meta_txt |
div.w-display-card-details > div.w-display-card-extra > div.total-info > a.total-info-number div.w-display-card-details > div.w-display-card-extra > div.total-info > a.total-info-number |
Tim McClelland div.w-display-card-meta > div.w-author > div.w-author-name > a.meta_txt |
div.w-display-card-details > div.w-display-card-extra > div.total-info > a.total-info-number div.w-display-card-details > div.w-display-card-extra > div.total-info > a.total-info-number |
Christine Persaud div.w-display-card-meta > div.w-author > div.w-author-name > a.meta_txt |
div.w-display-card-details > div.w-display-card-extra > div.total-info > a.total-info-number div.w-display-card-details > div.w-display-card-extra > div.total-info > a.total-info-number |
Matt Watkins div.w-display-card-meta > div.w-author > div.w-author-name > a.meta_txt |
div.w-display-card-details > div.w-display-card-extra > div.total-info > a.total-info-number div.w-display-card-details > div.w-display-card-extra > div.total-info > a.total-info-number |
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) | |
|---|---|---|---|
Predator best sci-fi action movie 1980s streaming free tubi Billy div.w-img > div.bc-img > picture > img | /wordpress/wp-content/uploads/2026/04/predator-best-sci-f... | 179 x 107 (1.67) | 400 x 230 (1.74) |
Emily Blunt in Disclosure Day div.w-img > div.bc-img > picture > img | /wordpress/wp-content/uploads/2026/03/emily-blunt-in-disc... | 179 x 107 (1.67) | 400 x 230 (1.74) |
Leatherface in The Texas Chain Saw Massacre div.w-img > div.bc-img > picture > img | /wordpress/wp-content/uploads/2025/10/leatherface-in-the-... | 179 x 107 (1.67) | 400 x 230 (1.74) |
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 |
|---|---|
| Topics | scripts.mediavine.com/tags/3688/cfd6427c7a16a00c51b2.min.js line 1, col 99228 |
| 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 |
|---|---|
Access to fetch at 'https://api.rlcdn.com/api/identity/envelope?pid=44' from origin 'https://movieweb.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. | |
Failed to load resource: net::ERR_FAILED | |
cdn.adsninja.ca/adsninja_client_no_ads.js?v=3648 line 1, col 80405 | Uncaught ReferenceError: ANBenchmarker is not defined |
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 |
|---|---|
| movieweb.com/exclusives/ | SEE MORE |
| movieweb.com/hot-on-streaming/ | SEE MORE |
| movieweb.com/features/ | SEE MORE |
| movieweb.com/archive/2/ | SEE MORE |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Send Feedback