Mobile 375 × 812

Desktop 1440 × 900

Score: 66 / 100
Based on 8 categories, 0 sections
Room to improve — your 28.1s load time is above Google's 2.5s 'Good' threshold.
Several missing protections leave your users and data exposed.
Several issues make your site difficult for assistive technology users.
Solid SEO basics — a few optimizations could boost rankings.
Solid infrastructure — fast server responses across the board.
Mostly compliant — a few items need attention.
Missing metadata means poor previews on social media and search.
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.
Content-Security-Policy header is missing
Security gaps expose your site and users to attacks, eroding trust.
No Content-Security-Policy header found
Security gaps expose your site and users to attacks, eroding trust.
Page weighs 14.9 MB (5.0 MB transferred)
Performance issues directly impact user engagement and conversion rates.
No <main> landmark found
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
258 third-party resources (100% of weight)
Performance issues directly impact user engagement and conversion rates.
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/6c32bf0e-39e4-4f52-9afc-f91826986636)<a href="https://beavercheck.com/results/6c32bf0e-39e4-4f52-9afc-f91826986636"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fimdb.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fimdb.comThis badge auto-updates with your latest scan result.
Your site has several issues that may be affecting user experience and business outcomes. Your LCP of 28.1s exceeds Google's 2.5s 'Good' threshold and the 2 performance issues below directly contribute to it. 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.
7 barrier(s) likely increasing bounce by ~29%.
Page takes 28.1s to load
+12% bounceUsers abandon at ~3s — you're 25.6s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 4.0s
+5% bounceClicks on the primary CTA are ignored while JavaScript runs
Fix: Break up long tasks; defer non-critical JavaScript to post-hydration
No 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
No Open Graph tags
+2% bounceLinks shared on LinkedIn / Slack / Facebook show bare URLs — referral clicks drop
Fix: Add og:title, og:description, og:image, og:url to the page head
No structured data
+2% bounceNo rich-result eligibility in Google — lower SERP CTR vs competitors with stars and prices
Fix: Add JSON-LD for your page type (Product, Article, FAQPage, LocalBusiness, …)
Thin content
+3% bounceUnder 300 words — visitors bounce looking for substance, search engines rank competitors first
Fix: Add a substantive FAQ, product detail, or case-study section
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.
$650 investment → $1.25/month returns + USD 157,500 risk avoided
$650
6h · 5 findings
$1.25 /mo
~$15 / year
USD 157,500
if kept compliant
$100 — 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.
6.5 developer hours at $100/hr
Based on United States rates ($100/hr)
Start here for the best return on investment
$13,126 / month at risk
~$157,515 / year if left unfixed
$157,500
+5 more
$1.25 /mo
15687.3 MB/mo × 0.080 USD/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 4 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.
12.47 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
28.11 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
3.99 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.093
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
14.22 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.
36.01 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.
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 | |
|---|---|---|---|
'Street Fighter' div.sc-20cc914d-1 > div.ipc-slate > div.ipc-media > img.ipc-image | /images/M/MV5BZGUwODMxNzYtMmI2OS00NjhmLWI4YTQtMWJjNjY1N2Z... | 86.8 KiB | 42.8 KiB |
Street Fighter div.sc-20cc914d-1 > div.ipc-poster > div.ipc-media > img.ipc-image | /images/M/MV5BNjBlNjEwODUtMTEyZi00Y2ZiLTg1ZjItM2M0ZDhlMjk... | 41.3 KiB | 35.4 KiB |
Tom Clancy's Jack Ryan: Ghost War div.sc-20cc914d-1 > div.ipc-poster > div.ipc-media > img.ipc-image | /images/M/MV5BZGVkZjAxMzYtNGE5YS00ZWEwLTk0NGMtY2Q4MWJiN2Y... | 28.4 KiB | 22.5 KiB |
Poster div.ipc-slate-card > div.ipc-slate > div.ipc-media > img.ipc-image | /images/M/MV5BYmQ2NDE2YWYtMDU5OS00ZDg3LWJkODAtNTBlYzBiYWF... | 54.4 KiB | 20.4 KiB |
Poster div.ipc-slate-card > div.ipc-slate > div.ipc-media > img.ipc-image | /images/M/MV5BMzZkZDM3YmMtZGViYy00MTNlLWJhNmYtY2RkMDI5MWY... | 51.5 KiB | 18.4 KiB |
Good Omens div.sc-20cc914d-1 > div.ipc-poster > div.ipc-media > img.ipc-image | /images/M/MV5BYTUwOWQ3NDgtMjMxZi00MjFjLWE4N2EtODAzNTA4NWJ... | 23.5 KiB | 17.5 KiB |
"Little House on the Prairie" div.sc-20cc914d-1 > div.ipc-slate > div.ipc-media > img.ipc-image | /images/M/MV5BMGZlZTZmNDQtYjVmNS00YTRkLTgyYmQtZmE0ODEyMDg... | 68.8 KiB | 17.2 KiB |
The Hunger Games: Sunrise on the Reaping div.sc-20cc914d-1 > div.ipc-poster > div.ipc-media > img.ipc-image | /images/M/MV5BNGRkYmM2MjUtZTY4Yi00YTNhLTk1MDEtYTQ3YjFiOTl... | 22.5 KiB | 16.6 KiB |
The Terror div.sc-20cc914d-1 > div.ipc-poster > div.ipc-media > img.ipc-image | /images/M/MV5BNWQxY2Q1NGItZTM5MS00M2EzLTg2MjgtNDQ5ZDBmMWY... | 21.7 KiB | 15.8 KiB |
The Boroughs div.sc-20cc914d-1 > div.ipc-poster > div.ipc-media > img.ipc-image | /images/M/MV5BNzU2ZGRmNjEtYmVkOC00Y2UwLTk2YmEtODY3ZWFiYjY... | 21.0 KiB | 15.1 KiB |
Little House on the Prairie div.sc-20cc914d-1 > div.ipc-poster > div.ipc-media > img.ipc-image | /images/M/MV5BODQyNzI4Y2EtODE4ZC00MjFjLTg1ZjMtYzJkNDYwZjU... | 20.7 KiB | 14.7 KiB |
Focker In-Law div.sc-20cc914d-1 > div.ipc-poster > div.ipc-media > img.ipc-image | /images/M/MV5BOGI0NjhmMmEtNDAxZC00MDFjLThlNzUtYTUwMDkzMjM... | 20.4 KiB | 14.4 KiB |
Poster div.ipc-slate-card > div.ipc-slate > div.ipc-media > img.ipc-image | /images/M/MV5BYTYxMzdhNjEtN2IyOS00NjhmLWJlODktYjM4ZmNiYzE... | 38.6 KiB | 13.8 KiB |
Production art div.ipc-slate-card > div.ipc-slate > div.ipc-media > img.ipc-image | /images/M/MV5BMjdiNTA2NGQtMTllZC00N2Q2LTlkOGUtYjY1MzEwMjQ... | 38.3 KiB | 13.7 KiB |
Insidious: Out of the Further div.sc-20cc914d-1 > div.ipc-poster > div.ipc-media > img.ipc-image | /images/M/MV5BMTY4YjM1OGItMDlmMi00OTU1LWEzM2MtZGMyZTQ1Nzh... | 18.6 KiB | 12.7 KiB |
Poster div.ipc-slate-card > div.ipc-slate > div.ipc-media > img.ipc-image | /images/M/MV5BM2RkNmRjYjQtYmEzYS00Mzk2LTgwMjktODExM2Q4ZTk... | 34.0 KiB | 12.2 KiB |
Each subpart has specific improvement strategies. Ideally, most of the LCP time should be spent on loading the resources, not within delays.
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 |
|---|---|---|
| m.media-amazon.com/images/S/sash/YMiu29nntKTB2N2.js | 71.4 KiB | 451 ms |
| m.media-amazon.com/images/I/11QhRZqmoxL.js | 1.3 KiB | |
| m.media-amazon.com/images/S/sash/k1xdrK9nfuxl731.js | 13.0 KiB | 150 ms |
| m.media-amazon.com/images/S/sash/6WQdCE8Mjrz1328.css | 1.6 KiB | 767 ms |
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
Performance issues directly impact user engagement and conversion rates.
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.
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 |
|---|---|
| imdb.com/ | 772 ms |
| www.imdb.com/ | 946 ms |
| www.imdb.com/ | 0.0 ms |
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 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 | 9.5 s |
| Other | 2.8 s |
| Script Parsing & Compilation | 1.3 s |
| Style & Layout | 963 ms |
| Garbage Collection | 308 ms |
| Parse HTML & CSS | 250 ms |
| Rendering | 243 ms |
Many navigations are performed by going back to a previous page, or forwards again. The back/forward cache (bfcache) can speed up these return navigations. Learn more about the bfcache
Performance issues directly impact user engagement and conversion rates.
| Failure reason | Failure type |
|---|---|
| Pages with cache-control:no-store header cannot enter back/forward cache. | Actionable |
| The page has an unload handler in a sub frame. | Actionable |
| Pages whose main resource has cache-control:no-store cannot enter back/forward cache. | Not actionable |
| Back/forward cache is disabled because some JavaScript network request received resource with Cache-Control: no-store header. | Not actionable |
Minifying CSS files can reduce network payload sizes. Learn how to minify CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| .dWcPgV { display: flex; flex-direction: row; min-width: 0px; margin: 16px 16px 0px; … } … | 25.7 KiB | 2.2 KiB |
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 |
|---|---|---|
| socialcanvas-cdn.kargo.com/js/ksopb.js | 143.7 KiB | 65.6 KiB |
| launchpad.privacymanager.io/latest/launchpad.bundle.js | 40.3 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 |
|---|---|---|
| .dWcPgV { display: flex; flex-direction: row; min-width: 0px; margin: 16px 16px 0px; … } … | 25.7 KiB | 10.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.
Using ARIA attributes in roles where they are prohibited can mean that important information is not communicated to users of assistive technologies. Learn more about prohibited ARIA roles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
The Hunger Games: Sunrise on the Reaping figure.sc-20cc914d-0 > div.sc-20cc914d-1 > div.ipc-poster > div.ipc-lockup-overlay |
Street Fighter figure.sc-20cc914d-0 > div.sc-20cc914d-1 > div.ipc-poster > div.ipc-lockup-overlay |
Tom Clancy's Jack Ryan: Ghost War figure.sc-20cc914d-0 > div.sc-20cc914d-1 > div.ipc-poster > div.ipc-lockup-overlay |
How Oscar Isaac & Carey Mulligan Connected with Their Flawed "Beef" Characters figure.sc-20cc914d-0 > div.sc-20cc914d-1 > div.ipc-poster > div.ipc-lockup-overlay |
"Euphoria" Cast Reveal Their Characters' Warning Labels figure.sc-20cc914d-0 > div.sc-20cc914d-1 > div.ipc-poster > div.ipc-lockup-overlay |
Passenger figure.sc-20cc914d-0 > div.sc-20cc914d-1 > div.ipc-poster > div.ipc-lockup-overlay |
"The Boys" Share Their Favorite Moments From the Show figure.sc-20cc914d-0 > div.sc-20cc914d-1 > div.ipc-poster > div.ipc-lockup-overlay |
Insidious: Out of the Further figure.sc-20cc914d-0 > div.sc-20cc914d-1 > div.ipc-poster > div.ipc-lockup-overlay |
Good Omens figure.sc-20cc914d-0 > div.sc-20cc914d-1 > div.ipc-poster > div.ipc-lockup-overlay |
The Boroughs figure.sc-20cc914d-0 > div.sc-20cc914d-1 > div.ipc-poster > div.ipc-lockup-overlay |
The Terror figure.sc-20cc914d-0 > div.sc-20cc914d-1 > div.ipc-poster > div.ipc-lockup-overlay |
Focker In-Law figure.sc-20cc914d-0 > div.sc-20cc914d-1 > div.ipc-poster > div.ipc-lockup-overlay |
Little House on the Prairie figure.sc-20cc914d-0 > div.sc-20cc914d-1 > div.ipc-poster > div.ipc-lockup-overlay |
The Hunger Games: Sunrise on the Reaping figure.sc-20cc914d-0 > div.sc-20cc914d-1 > div.ipc-poster > div.ipc-lockup-overlay |
Street Fighter figure.sc-20cc914d-0 > div.sc-20cc914d-1 > div.ipc-poster > div.ipc-lockup-overlay |
These are opportunities to improve the usage of ARIA in your application which may enhance the experience for users of assistive technology, like a screen reader.
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) | |
|---|---|---|---|
Tom Clancy's Jack Ryan: Ghost War div.sc-74a1e67f-4 > div.sc-74a1e67f-5 > div.ipc-media > img.ipc-image | /images/M/MV5BZGVkZjAxMzYtNGE5YS00ZWEwLTk0NGMtY2Q4MWJiN2Y... | 140 x 414 (0.34) | 280 x 414 (0.68) |
How Oscar Isaac & Carey Mulligan Connected with Their Flawed "Beef" Characters div.sc-74a1e67f-4 > div.sc-74a1e67f-5 > div.ipc-media > img.ipc-image | /images/M/MV5BNTI3MDkzNjctOTY2Ni00ZTJiLWI5N2ItNDI2MzI4MWJ... | 140 x 414 (0.34) | 280 x 414 (0.68) |
"Euphoria" Cast Reveal Their Characters' Warning Labels div.sc-74a1e67f-4 > div.sc-74a1e67f-5 > div.ipc-media > img.ipc-image | /images/M/MV5BNTI3MDkzNjctOTY2Ni00ZTJiLWI5N2ItNDI2MzI4MWJ... | 140 x 414 (0.34) | 280 x 414 (0.68) |
Passenger div.sc-74a1e67f-4 > div.sc-74a1e67f-5 > div.ipc-media > img.ipc-image | /images/M/MV5BMThhNTE5NGQtMWFmNC00ODlmLTk1YTUtNzVmMGVhZjl... | 140 x 414 (0.34) | 280 x 414 (0.68) |
"The Boys" Share Their Favorite Moments From the Show div.sc-74a1e67f-4 > div.sc-74a1e67f-5 > div.ipc-media > img.ipc-image | /images/M/MV5BNTI3MDkzNjctOTY2Ni00ZTJiLWI5N2ItNDI2MzI4MWJ... | 140 x 414 (0.34) | 280 x 414 (0.68) |
Insidious: Out of the Further div.sc-74a1e67f-4 > div.sc-74a1e67f-5 > div.ipc-media > img.ipc-image | /images/M/MV5BMTY4YjM1OGItMDlmMi00OTU1LWEzM2MtZGMyZTQ1Nzh... | 140 x 414 (0.34) | 280 x 414 (0.68) |
Good Omens div.sc-74a1e67f-4 > div.sc-74a1e67f-5 > div.ipc-media > img.ipc-image | /images/M/MV5BYTUwOWQ3NDgtMjMxZi00MjFjLWE4N2EtODAzNTA4NWJ... | 140 x 414 (0.34) | 280 x 414 (0.68) |
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=13310' from origin 'https://www.imdb.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 |
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 |
|---|---|
| /imdbpicks/stars-we-lost-in-2026/ls4154313445/mediaviewer... | 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.51 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
2.31 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
547 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.186
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
3.15 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
6.35 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.
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 | |
|---|---|---|---|
'Street Fighter' div.sc-20cc914d-1 > div.ipc-slate > div.ipc-media > img.ipc-image | /images/M/MV5BZGUwODMxNzYtMmI2OS00NjhmLWI4YTQtMWJjNjY1N2Z... | 142.8 KiB | 76.8 KiB |
"Little House on the Prairie" div.sc-20cc914d-1 > div.ipc-slate > div.ipc-media > img.ipc-image | /images/M/MV5BMGZlZTZmNDQtYjVmNS00YTRkLTgyYmQtZmE0ODEyMDg... | 112.0 KiB | 45.9 KiB |
Production art div.ipc-slate-card > div.ipc-slate > div.ipc-media > img.ipc-image | /images/M/MV5BNjk5YTE0YWUtNjgzMy00NTljLTljMDEtNDc4OGZhNjc... | 59.0 KiB | 44.2 KiB |
Poster div.ipc-slate-card > div.ipc-slate > div.ipc-media > img.ipc-image | /images/M/MV5BYmQ2NDE2YWYtMDU5OS00ZDg3LWJkODAtNTBlYzBiYWF... | 54.4 KiB | 39.6 KiB |
Event photo div.ipc-slate-card > div.ipc-slate > div.ipc-media > img.ipc-image | /images/M/MV5BNWVkNDgyOWEtZTQ1OC00N2NjLWE2NmQtMDg1MzMyOGM... | 51.2 KiB | 36.9 KiB |
Street Fighter div.sc-20cc914d-1 > div.ipc-poster > div.ipc-media > img.ipc-image | /images/M/MV5BNjBlNjEwODUtMTEyZi00Y2ZiLTg1ZjItM2M0ZDhlMjk... | 41.3 KiB | 34.8 KiB |
Poster div.ipc-slate-card > div.ipc-slate > div.ipc-media > img.ipc-image | /images/M/MV5BYTYxMzdhNjEtN2IyOS00NjhmLWJlODktYjM4ZmNiYzE... | 38.6 KiB | 27.8 KiB |
Poster div.ipc-slate-card > div.ipc-slate > div.ipc-media > img.ipc-image | /images/M/MV5BM2RkNmRjYjQtYmEzYS00Mzk2LTgwMjktODExM2Q4ZTk... | 34.0 KiB | 24.5 KiB |
Get the IMDb App div.sc-b73c80ef-6 > div.ipc-photo > div.ipc-media > img.ipc-image | m.media-amazon.com/images/G/01/IMDb/Mobile/DesktopQRCode-png.png | 23.2 KiB | 22.9 KiB |
Production art div.ipc-slate-card > div.ipc-slate > div.ipc-media > img.ipc-image | /images/M/MV5BNWE3ZTZlNGMtYjhhOS00NjNmLWJkY2UtZjQ0NmFlNGV... | 31.2 KiB | 22.5 KiB |
Tom Clancy's Jack Ryan: Ghost War div.sc-20cc914d-1 > div.ipc-poster > div.ipc-media > img.ipc-image | /images/M/MV5BZGVkZjAxMzYtNGE5YS00ZWEwLTk0NGMtY2Q4MWJiN2Y... | 28.4 KiB | 21.9 KiB |
'Focker-in-Law' div.sc-20cc914d-1 > div.ipc-slate > div.ipc-media > img.ipc-image | /images/M/MV5BNzM3ZGU4NDItZWRjOS00YmVmLWJmZTktZmM2MzlkNTM... | 72.4 KiB | 20.2 KiB |
Oscar Isaac & Carey Mulligan Reunite for "Beef" Season 2 div.sc-20cc914d-1 > div.ipc-slate > div.ipc-media > img.ipc-image | /images/M/MV5BYTk3NTlkODMtNTZjZC00NjJkLThjZDMtZjE3NzgzZDB... | 67.1 KiB | 18.7 KiB |
"The Terror: Devil in Silver" div.sc-20cc914d-1 > div.ipc-slate > div.ipc-media > img.ipc-image | /images/M/MV5BNzc0NWZmYmItZTdjMS00ZjZlLTkyNDYtMzY1MDViMzN... | 66.6 KiB | 18.6 KiB |
'The Hunger Games: Sunrise on the Reaping' div.sc-20cc914d-1 > div.ipc-slate > div.ipc-media > img.ipc-image | /images/M/MV5BYTMzZmNhODctYTcyNS00M2UyLWJmNDUtZDg1MzA2NDA... | 66.5 KiB | 18.6 KiB |
"The Boys" Share Their Favorite Moments From the Show div.sc-20cc914d-1 > div.ipc-slate > div.ipc-media > img.ipc-image | /images/M/MV5BYmNkZGEyOTgtYzJjMi00OGYzLTg4MDgtOWE2ODUzM2J... | 66.2 KiB | 18.5 KiB |
'Insidious: Out of the Further' div.sc-20cc914d-1 > div.ipc-slate > div.ipc-media > img.ipc-image | /images/M/MV5BN2MzNzM5OGUtYzA5ZC00Nzc3LWE4OWUtZjI4N2NmMDI... | 63.8 KiB | 17.8 KiB |
Good Omens div.sc-20cc914d-1 > div.ipc-poster > div.ipc-media > img.ipc-image | /images/M/MV5BYTUwOWQ3NDgtMjMxZi00MjFjLWE4N2EtODAzNTA4NWJ... | 23.5 KiB | 16.9 KiB |
"Tom Clancy's Jack Ryan: Ghost War" div.sc-20cc914d-1 > div.ipc-slate > div.ipc-media > img.ipc-image | /images/M/MV5BOTk3NTZjNjctMTc3ZC00MGM4LTllODAtODU3NTc2MmM... | 57.2 KiB | 16.0 KiB |
The Hunger Games: Sunrise on the Reaping div.sc-20cc914d-1 > div.ipc-poster > div.ipc-media > img.ipc-image | /images/M/MV5BNGRkYmM2MjUtZTY4Yi00YTNhLTk1MDEtYTQ3YjFiOTl... | 22.5 KiB | 16.0 KiB |
The Terror div.sc-20cc914d-1 > div.ipc-poster > div.ipc-media > img.ipc-image | /images/M/MV5BNWQxY2Q1NGItZTM5MS00M2EzLTg2MjgtNDQ5ZDBmMWY... | 21.7 KiB | 15.2 KiB |
The "Euphoria" Cast Reveal Their Characters' Warning Labels div.sc-20cc914d-1 > div.ipc-slate > div.ipc-media > img.ipc-image | /images/M/MV5BNDdkMmRlOTctYzcyYS00YzJiLThmZWItOTRiNzQwY2M... | 52.1 KiB | 14.6 KiB |
The Boroughs div.sc-20cc914d-1 > div.ipc-poster > div.ipc-media > img.ipc-image | /images/M/MV5BNzU2ZGRmNjEtYmVkOC00Y2UwLTk2YmEtODY3ZWFiYjY... | 21.0 KiB | 14.5 KiB |
Little House on the Prairie div.sc-20cc914d-1 > div.ipc-poster > div.ipc-media > img.ipc-image | /images/M/MV5BODQyNzI4Y2EtODE4ZC00MjFjLTg1ZjMtYzJkNDYwZjU... | 20.7 KiB | 14.2 KiB |
Focker In-Law div.sc-20cc914d-1 > div.ipc-poster > div.ipc-media > img.ipc-image | /images/M/MV5BOGI0NjhmMmEtNDAxZC00MDFjLThlNzUtYTUwMDkzMjM... | 20.4 KiB | 13.8 KiB |
Insidious: Out of the Further div.sc-20cc914d-1 > div.ipc-poster > div.ipc-media > img.ipc-image | /images/M/MV5BMTY4YjM1OGItMDlmMi00OTU1LWEzM2MtZGMyZTQ1Nzh... | 18.6 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.
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 |
|---|---|---|
| m.media-amazon.com/images/S/sash/hh6I6WSPpzGYpSU.js | 71.9 KiB | 121 ms |
| m.media-amazon.com/images/S/sash/1yEt16VRmUcwTym.js | 14.1 KiB | |
| m.media-amazon.com/images/I/11QhRZqmoxL.js | 1.7 KiB | |
| m.media-amazon.com/images/S/sash/6WQdCE8Mjrz1328.css | 2.1 KiB | 271 ms |
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
Performance issues directly impact user engagement and conversion rates.
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 |
|---|---|
| imdb.com/ | 230 ms |
| www.imdb.com/ | 238 ms |
| www.imdb.com/ | 0.0 ms |
Keep the server response time for the main document short because all other requests depend on it. Learn more about the Time to First Byte metric.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| www.imdb.com/ | 626 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 |
|---|---|
'Passenger'
2:23
Watch the Trailer
'Street Fighter'
2:43
Watch the Trailer
3120… div#__next > main.ipc-page-wrapper > div.ipc-page-content-container > div.ipc-page-content-container | 0.186 |
5:35Oscar Isaac & Carey Mulligan Reunite for "Beef" Season 2Watch the Interview… div.sc-74a1e67f-4 | 0.015 |
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 reduce Javascript execution time.
Performance issues directly impact user engagement and conversion rates.
| URL | Total CPU Time | Script Evaluation | Script Parse |
|---|---|---|---|
| dqpnq362acqdi.cloudfront.net/_next/static/chunks/framework-a909d885f472f220.js | 738 ms | 579 ms | 7.1 ms |
| socialcanvas-cdn.kargo.com/js/rh.min.js | 518 ms | 120 ms | 12 ms |
| www.imdb.com/ | 498 ms | 105 ms | 22 ms |
| Unattributable | 369 ms | 56 ms | 0.0 ms |
| /pagead/managed/js/gpt/m202604140101/pubads_impl.js?cb=31... | 352 ms | 312 ms | 19 ms |
| dqpnq362acqdi.cloudfront.net/_next/static/chunks/pages/_app-ae7c17a0904993dc.js | 240 ms | 156 ms | 80 ms |
| /fb423e1ef94f/c3382d439950/916d943f6a58/challenge.js | 226 ms | 166 ms | 42 ms |
| dqpnq362acqdi.cloudfront.net/_next/static/chunks/pages/index-928b159ea8405366.js | 161 ms | 141 ms | 2.9 ms |
| m.media-amazon.com/images/S/sash/hh6I6WSPpzGYpSU.js | 112 ms | 83 ms | 12 ms |
| c.amazon-adsystem.com/aax2/apstag.js | 83 ms | 67 ms | 11 ms |
| socialcanvas-cdn.kargo.com/js/ksopb.js | 66 ms | 46 ms | 19 ms |
| www.googletagmanager.com/gtag/js?id=G-FVWZ0RM4DH&l=audDataLayer | 58 ms | 46 ms | 12 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 | 2.2 s |
| Other | 785 ms |
| Script Parsing & Compilation | 332 ms |
| Style & Layout | 318 ms |
| Rendering | 123 ms |
| Parse HTML & CSS | 64 ms |
| Garbage Collection | 51 ms |
Many navigations are performed by going back to a previous page, or forwards again. The back/forward cache (bfcache) can speed up these return navigations. Learn more about the bfcache
Performance issues directly impact user engagement and conversion rates.
| Failure reason | Failure type |
|---|---|
| Pages with cache-control:no-store header cannot enter back/forward cache. | Actionable |
| Pages whose main resource has cache-control:no-store cannot enter back/forward cache. | Not actionable |
| Back/forward cache is disabled because some JavaScript network request received resource with Cache-Control: no-store header. | Not actionable |
Minifying CSS files can reduce network payload sizes. Learn how to minify CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| .dWcPgV { display: flex; flex-direction: row; min-width: 0px; margin: 16px 16px 0px; … } … | 25.8 KiB | 2.2 KiB |
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 |
|---|---|---|
| socialcanvas-cdn.kargo.com/js/ksopb.js | 143.7 KiB | 65.6 KiB |
| launchpad.privacymanager.io/latest/launchpad.bundle.js | 40.3 KiB | 12.7 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.
Using ARIA attributes in roles where they are prohibited can mean that important information is not communicated to users of assistive technologies. Learn more about prohibited ARIA roles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Passenger figure.sc-20cc914d-0 > div.sc-20cc914d-1 > div.ipc-poster > div.ipc-lockup-overlay |
Street Fighter figure.sc-20cc914d-0 > div.sc-20cc914d-1 > div.ipc-poster > div.ipc-lockup-overlay |
Tom Clancy's Jack Ryan: Ghost War figure.sc-20cc914d-0 > div.sc-20cc914d-1 > div.ipc-poster > div.ipc-lockup-overlay |
How Oscar Isaac & Carey Mulligan Connected with Their Flawed "Beef" Characters figure.sc-20cc914d-0 > div.sc-20cc914d-1 > div.ipc-poster > div.ipc-lockup-overlay |
"Euphoria" Cast Reveal Their Characters' Warning Labels figure.sc-20cc914d-0 > div.sc-20cc914d-1 > div.ipc-poster > div.ipc-lockup-overlay |
Good Omens figure.sc-20cc914d-0 > div.sc-20cc914d-1 > div.ipc-poster > div.ipc-lockup-overlay |
Focker In-Law figure.sc-20cc914d-0 > div.sc-20cc914d-1 > div.ipc-poster > div.ipc-lockup-overlay |
Insidious: Out of the Further figure.sc-20cc914d-0 > div.sc-20cc914d-1 > div.ipc-poster > div.ipc-lockup-overlay |
The Hunger Games: Sunrise on the Reaping figure.sc-20cc914d-0 > div.sc-20cc914d-1 > div.ipc-poster > div.ipc-lockup-overlay |
Little House on the Prairie figure.sc-20cc914d-0 > div.sc-20cc914d-1 > div.ipc-poster > div.ipc-lockup-overlay |
The Boroughs figure.sc-20cc914d-0 > div.sc-20cc914d-1 > div.ipc-poster > div.ipc-lockup-overlay |
The Terror figure.sc-20cc914d-0 > div.sc-20cc914d-1 > div.ipc-poster > div.ipc-lockup-overlay |
"The Boys" Share Their Favorite Moments From the Show figure.sc-20cc914d-0 > div.sc-20cc914d-1 > div.ipc-poster > div.ipc-lockup-overlay |
Passenger figure.sc-20cc914d-0 > div.sc-20cc914d-1 > div.ipc-poster > div.ipc-lockup-overlay |
Street Fighter figure.sc-20cc914d-0 > div.sc-20cc914d-1 > div.ipc-poster > div.ipc-lockup-overlay |
These are opportunities to improve the usage of ARIA in your application which may enhance the experience for users of assistive technology, like a screen reader.
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=13310' from origin 'https://www.imdb.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 |
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 |
|---|---|
| /imdbpicks/stars-we-lost-in-2026/ls4154313445/mediaviewer... | See more |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Send Feedback