Mobile 375 × 812

Desktop 1440 × 900

Score: 72 / 100
Based on 8 categories, 0 sections
Room to improve — your 21.9s 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.
Well-optimized for search — your content is discoverable.
Solid infrastructure — fast server responses across the board.
Strong compliance posture across regulations.
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.
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 9.3 MB (4.3 MB transferred)
Performance issues directly impact user engagement and conversion rates.
11 link(s) with no accessible text
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
13 image-only link(s) without alt 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/a8611293-af58-404c-b608-a5b35650a7fd)<a href="https://beavercheck.com/results/a8611293-af58-404c-b608-a5b35650a7fd"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Frottentomatoes.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Frottentomatoes.comThis badge auto-updates with your latest scan result.
Your site performs reasonably well, but a few targeted fixes could meaningfully improve results. Your LCP of 21.9s exceeds Google's 2.5s 'Good' threshold and the 1 performance issue below directly contributes 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.
8 barrier(s) likely increasing bounce by ~32%.
Page takes 21.9s to load
+12% bounceUsers abandon at ~3s — you're 19.4s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 10.3s
+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
Layout shifts during page load
+3% bounceContent movement causes mis-clicks on CTAs and form fields
Fix: Add width/height to images; reserve space for late-loading embeds
2 form field(s) without a label
+4% bounceScreen readers skip unlabeled fields; autofill can't identify them; checkout abandonment spikes
Fix: Associate every input with a visible <label for="…">; add autocomplete attributes
No structured data
+2% bounceNo rich-result eligibility in Google — lower SERP CTR vs competitors with stars and prices
Fix: Add JSON-LD for your page type (Product, Article, FAQPage, LocalBusiness, …)
Content is hard to read
+2% bounceGraduate-level reading difficulty — limits the addressable audience for product or blog pages
Fix: Shorten sentences; replace jargon with plain language; target Flesch ease ≥60
12 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
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
$600 investment → $1.08/month returns + USD 157,500 risk avoided
$600
6h · 5 findings
$1.08 /mo
~$13 / 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.0 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,513 / year if left unfixed
$157,500
+4 more
$1.08 /mo
13491.2 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 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.
5.16 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
21.88 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
10.30 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.109
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
9.86 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
23.38 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.
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.
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.
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.
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.
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
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 |
|---|---|
| rottentomatoes.com/ | 762 ms |
| www.rottentomatoes.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 |
|---|---|
Movies in Theaters
Brought to you by
VIEW ALL
New movies opening this week and … main#main_container > div#main-page-content > div.home-body > section#media-lists | 0.042 |
This site is now part of Versant. By continuing to use this service, you agree … body.body > div#onetrust-consent-sdk > div#onetrust-banner-sdk | 0.021 |
This site is now part of Versant. By continuing to use this service, you agree … body.body > div#onetrust-consent-sdk > div#onetrust-banner-sdk | 0.019 |
This site is now part of Versant. By continuing to use this service, you agree … body.body > div#onetrust-consent-sdk > div#onetrust-banner-sdk | 0.018 |
This site is now part of Versant. By continuing to use this service, you agree … body.body > div#onetrust-consent-sdk > div#onetrust-banner-sdk | 0.013 |
This site is now part of Versant. By continuing to use this service, you agree … body.body > div#onetrust-consent-sdk > div#onetrust-banner-sdk | 0.009 |
This site is now part of Versant. By continuing to use this service, you agree … body.body > div#onetrust-consent-sdk > div#onetrust-banner-sdk | 0.008 |
This site is now part of Versant. By continuing to use this service, you agree … body.body > div#onetrust-consent-sdk > div#onetrust-banner-sdk | 0.006 |
This site is now part of Versant. By continuing to use this service, you agree … body.body > div#onetrust-consent-sdk > div#onetrust-banner-sdk | 0.006 |
This site is now part of Versant. By continuing to use this service, you agree … div.ot-sdk-row > div#onetrust-group-container > div#onetrust-policy > div#onetrust-policy-text | 0.005 |
This site is now part of Versant. By continuing to use this service, you agree … body.body > div#onetrust-consent-sdk > div#onetrust-banner-sdk | 0.004 |
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.
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 |
|---|---|---|
| app.mps.vsnt.net/fetch/ext/load-rottentomatoes-web.js?nowrite=2 | 57.6 KiB | 17.8 KiB |
| cdn.cookielaw.org/opt-out/otCCPAiab.js | 5.8 KiB | 2.6 KiB |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| /pagead/managed/js/gpt/m202604160201/pubads_impl.js | 187.7 KiB | 129.6 KiB |
| micro.rubiconproject.com/prebid/dynamic/27850.js | 112.2 KiB | 63.2 KiB |
| assets.adobedtm.com/launch-EN549327edc13e414a9beb5d61bfd9aac6.min.js | 132.3 KiB | 62.3 KiB |
| cdn.cookielaw.org/scripttemplates/202601.2.0/otBannerSdk.js | 128.2 KiB | 60.9 KiB |
| cdn.jwplayer.com/libraries/U8MHzHHR.js | 65.6 KiB | 43.3 KiB |
| sb.scorecardresearch.com/c2/plugins/streamingtag_plugin_jwplayer.js | 53.0 KiB | 42.6 KiB |
| c.amazon-adsystem.com/aax2/apstag.js | 90.6 KiB | 38.8 KiB |
| /assets/pizza-pie/javascripts/bundles/roma/default.abb548... | 205.4 KiB | 37.7 KiB |
| /assets/pizza-pie/javascripts/bundles/roma/vendors.a4cc40... | 38.7 KiB | 28.2 KiB |
| app.mps.vsnt.net/fetch/ext/load-rottentomatoes-web.js?nowrite=2 | 57.6 KiB | 26.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.
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 | 14.2 s |
| Other | 5.2 s |
| Style & Layout | 3.4 s |
| Rendering | 1.3 s |
| Parse HTML & CSS | 1.3 s |
| Script Parsing & Compilation | 988 ms |
| Garbage Collection | 377 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.
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 | |
|---|---|
editorial-spotlight > a.article > editorial-spotlight-tile > img editorial-spotlight > a.article > editorial-spotlight-tile > img | /Q8fqEE8su6t_hHArfT-5nR8_YNA=/550x310/v2/https://images.f... |
editorial-spotlight > a.article > editorial-spotlight-tile > img editorial-spotlight > a.article > editorial-spotlight-tile > img | /wAgj1yQTdHQV2BNyfzCP1PeA7Nc=/550x310/v2/https://images.f... |
editorial-spotlight > a.article > editorial-spotlight-tile > img editorial-spotlight > a.article > editorial-spotlight-tile > img | /EyvQZjWlCXCw8IbPgdoI2VOHvwA=/550x310/v2/https://images.f... |
editorial-spotlight > a.article > editorial-spotlight-tile > img editorial-spotlight > a.article > editorial-spotlight-tile > img | /oKkDHPf8SHP_NqMiIfu0iJ_uAUA=/550x310/v2/https://images.f... |
editorial-spotlight > a.article > editorial-spotlight-tile > img editorial-spotlight > a.article > editorial-spotlight-tile > img | /pj1KeNw-FD_DJnVpq9dpPdrBLeU=/550x310/v2/https://images.f... |
editorial-spotlight > a.article > editorial-spotlight-tile > img editorial-spotlight > a.article > editorial-spotlight-tile > img | /UgymWYCSzllyvj2kOrab0gVhC_c=/550x310/v2/https://images.f... |
editorial-spotlight > a.article > editorial-spotlight-tile > img editorial-spotlight > a.article > editorial-spotlight-tile > img | /wrqRj4Hu5IAK0TeBVbZraDk6mXw=/550x310/v2/https://images.f... |
Rotten Tomatoes div#main > rt-header#header-main > a#navbar > img | www.rottentomatoes.com/assets/pizza-pie/images/rtlogo.9b892cff3fd.png |
arti div#main > rt-header#header-main > button.arti-mobile > img | www.rottentomatoes.com/assets/pizza-pie/images/arti.041d204c4a4.svg |
<em>Star Wars: The Mandalorian and Grogu</em> a > div.trailers-and-videos-item__body > div.trailers-and-videos-item__thumbnail-group > img.trailers-and-videos-item__thumbnail-image | |
<em>Evil Dead Burn</em> a > div.trailers-and-videos-item__body > div.trailers-and-videos-item__thumbnail-group > img.trailers-and-videos-item__thumbnail-image | |
<em>Star Wars: The Mandalorian and Grogu</em> a > div.trailers-and-videos-item__body > div.trailers-and-videos-item__thumbnail-group > img.trailers-and-videos-item__thumbnail-image | |
<em>CINEMACON 2026</em> a > div.trailers-and-videos-item__body > div.trailers-and-videos-item__thumbnail-group > img.trailers-and-videos-item__thumbnail-image | |
<em>You, Me & Tuscany</em> a > div.trailers-and-videos-item__body > div.trailers-and-videos-item__thumbnail-group > img.trailers-and-videos-item__thumbnail-image |
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 |
|---|
Close div.menu > div.header > action-icon.close-button |
Submit search rt-header#header-main > search-results-nav > search-results-controls > rt-link.search-submit |
Play Michael trailer tiles-carousel-responsive-deprecated > media-info-tile.tile-first > poster-tile > play-button |
Play Lee Cronin's The Mummy trailer tiles-carousel-responsive-deprecated > media-info-tile > poster-tile > play-button |
Play Fuze trailer tiles-carousel-responsive-deprecated > media-info-tile > poster-tile > play-button |
Play Over Your Dead Body trailer tiles-carousel-responsive-deprecated > media-info-tile > poster-tile > play-button |
Play Normal trailer tiles-carousel-responsive-deprecated > media-info-tile > poster-tile > play-button |
Play Mother Mary trailer tiles-carousel-responsive-deprecated > media-info-tile > poster-tile > play-button |
Play The Super Mario Galaxy Movie trailer tiles-carousel-responsive-deprecated > media-info-tile > poster-tile > play-button |
Play Lorne trailer tiles-carousel-responsive-deprecated > media-info-tile > poster-tile > play-button |
Play You, Me & Tuscany trailer tiles-carousel-responsive-deprecated > media-info-tile > poster-tile > play-button |
Play Project Hail Mary trailer tiles-carousel-responsive-deprecated > media-info-tile > poster-tile > play-button |
Play The Drama trailer tiles-carousel-responsive-deprecated > media-info-tile > poster-tile > play-button |
Play Faces of Death trailer tiles-carousel-responsive-deprecated > media-info-tile > poster-tile > play-button |
Play Exit 8 trailer tiles-carousel-responsive-deprecated > media-info-tile > poster-tile > play-button |
Play The Christophers trailer tiles-carousel-responsive-deprecated > media-info-tile > poster-tile > play-button |
Play Newborn trailer tiles-carousel-responsive-deprecated > media-info-tile > poster-tile > play-button |
Play Hamlet trailer tiles-carousel-responsive-deprecated > media-info-tile > poster-tile > play-button |
Play A Great Awakening trailer tiles-carousel-responsive-deprecated > media-info-tile > poster-tile > play-button |
Play They Will Kill You trailer tiles-carousel-responsive-deprecated > media-info-tile > poster-tile > play-button |
Play Fantasy Life trailer tiles-carousel-responsive-deprecated > media-info-tile > poster-tile > play-button |
Play Ready or Not 2: Here I Come trailer tiles-carousel-responsive-deprecated > media-info-tile.tile-last > poster-tile > play-button |
Play From trailer tiles-carousel-responsive-deprecated > media-info-tile.tile-first > poster-tile > play-button |
Play Stranger Things: Tales From '85 trailer tiles-carousel-responsive-deprecated > media-info-tile > poster-tile > play-button |
Play Half Man trailer tiles-carousel-responsive-deprecated > media-info-tile > poster-tile > play-button |
Play Criminal Record trailer tiles-carousel-responsive-deprecated > media-info-tile > poster-tile > play-button |
Play Kevin trailer tiles-carousel-responsive-deprecated > media-info-tile > poster-tile > play-button |
Play Euphoria trailer tiles-carousel-responsive-deprecated > media-info-tile > poster-tile > play-button |
Play Beef trailer tiles-carousel-responsive-deprecated > media-info-tile > poster-tile > play-button |
Play Margo's Got Money Troubles trailer tiles-carousel-responsive-deprecated > media-info-tile > poster-tile > play-button |
Play The Audacity trailer tiles-carousel-responsive-deprecated > media-info-tile > poster-tile > play-button |
Play Balls Up trailer tiles-carousel-responsive-deprecated > media-info-tile > poster-tile > play-button |
Play The Boys trailer tiles-carousel-responsive-deprecated > media-info-tile > poster-tile > play-button |
Play Roommates trailer tiles-carousel-responsive-deprecated > media-info-tile > poster-tile > play-button |
Play Star Wars: Maul - Shadow Lord trailer tiles-carousel-responsive-deprecated > media-info-tile > poster-tile > play-button |
Play The Testaments trailer tiles-carousel-responsive-deprecated > media-info-tile > poster-tile > play-button |
Play Hacks trailer tiles-carousel-responsive-deprecated > media-info-tile > poster-tile > play-button |
Play Malcolm in the Middle: Life's Still Unfair trailer tiles-carousel-responsive-deprecated > media-info-tile > poster-tile > play-button |
Play THE BRIDE! trailer tiles-carousel-responsive-deprecated > media-info-tile > poster-tile > play-button |
Play The Miniature Wife trailer tiles-carousel-responsive-deprecated > media-info-tile.tile-last > poster-tile > play-button |
Play Reminders of Him trailer tiles-carousel-responsive-deprecated > media-info-tile.tile-first > poster-tile > play-button |
Play Avatar: Fire and Ash trailer tiles-carousel-responsive-deprecated > media-info-tile > poster-tile > play-button |
Play undertone trailer tiles-carousel-responsive-deprecated > media-info-tile > poster-tile > play-button |
Play The Super Mario Bros. Movie trailer tiles-carousel-responsive-deprecated > media-info-tile > poster-tile > play-button |
Play Protector trailer tiles-carousel-responsive-deprecated > media-info-tile > poster-tile > play-button |
Play Scream 7 trailer tiles-carousel-responsive-deprecated > media-info-tile > poster-tile > play-button |
Play Drive trailer tiles-carousel-responsive-deprecated > media-info-tile > poster-tile > play-button |
Play The Housemaid trailer tiles-carousel-responsive-deprecated > media-info-tile > poster-tile > play-button |
Play Shelter trailer tiles-carousel-responsive-deprecated > media-info-tile > poster-tile > play-button |
Play Send Help trailer tiles-carousel-responsive-deprecated > media-info-tile > poster-tile > play-button |
Play Wuthering Heights trailer tiles-carousel-responsive-deprecated > media-info-tile > poster-tile > play-button |
Play GOAT trailer tiles-carousel-responsive-deprecated > media-info-tile > poster-tile > play-button |
Play THE BRIDE! trailer tiles-carousel-responsive-deprecated > media-info-tile > poster-tile > play-button |
Play Fast X trailer tiles-carousel-responsive-deprecated > media-info-tile > poster-tile > play-button |
Play Psycho Killer trailer tiles-carousel-responsive-deprecated > media-info-tile > poster-tile > play-button |
Play How to Make a Killing trailer tiles-carousel-responsive-deprecated > media-info-tile > poster-tile > play-button |
Play Dracula trailer tiles-carousel-responsive-deprecated > media-info-tile.tile-last > poster-tile > play-button |
Play The Devil Wears Prada 2 trailer tiles-carousel-responsive-deprecated > media-info-tile.tile-first > poster-tile > play-button |
Play Hokum trailer tiles-carousel-responsive-deprecated > media-info-tile > poster-tile > play-button |
Play Deep Water trailer tiles-carousel-responsive-deprecated > media-info-tile > poster-tile > play-button |
Play Animal Farm trailer tiles-carousel-responsive-deprecated > media-info-tile > poster-tile > play-button |
Play Fight Club trailer tiles-carousel-responsive-deprecated > media-info-tile > poster-tile > play-button |
Play Star Wars: The Mandalorian and Grogu trailer tiles-carousel-responsive-deprecated > media-info-tile > poster-tile > play-button |
Play The Sheep Detectives trailer tiles-carousel-responsive-deprecated > media-info-tile > poster-tile > play-button |
Play Mortal Kombat II trailer tiles-carousel-responsive-deprecated > media-info-tile > poster-tile > play-button |
Play Billie Eilish - Hit Me Hard and Soft: The Tour (Live in 3D) trailer tiles-carousel-responsive-deprecated > media-info-tile > poster-tile > play-button |
Play Bridesmaids trailer tiles-carousel-responsive-deprecated > media-info-tile > poster-tile > play-button |
Play Desert Warrior trailer tiles-carousel-responsive-deprecated > media-info-tile > poster-tile > play-button |
Play Obsession trailer tiles-carousel-responsive-deprecated > media-info-tile > poster-tile > play-button |
Play In the Grey trailer tiles-carousel-responsive-deprecated > media-info-tile > poster-tile > play-button |
Play I Love Boosters trailer tiles-carousel-responsive-deprecated > media-info-tile > poster-tile > play-button |
Play Is God Is trailer tiles-carousel-responsive-deprecated > media-info-tile > poster-tile > play-button |
Play The Amazing Digital Circus: The Last Act trailer tiles-carousel-responsive-deprecated > media-info-tile > poster-tile > play-button |
Play Passenger trailer tiles-carousel-responsive-deprecated > media-info-tile > poster-tile > play-button |
Play The Breadwinner trailer tiles-carousel-responsive-deprecated > media-info-tile > poster-tile > play-button |
Play Backrooms trailer tiles-carousel-responsive-deprecated > media-info-tile.tile-last > poster-tile > play-button |
Play Street Fighter trailer tiles-carousel-responsive-deprecated > media-info-tile.tile-first > poster-tile > play-button |
Play Billie Eilish - Hit Me Hard and Soft: The Tour (Live in 3D) trailer tiles-carousel-responsive-deprecated > media-info-tile > poster-tile > play-button |
Play Scary Movie trailer tiles-carousel-responsive-deprecated > media-info-tile > poster-tile > play-button |
Play Star Wars: The Mandalorian and Grogu trailer tiles-carousel-responsive-deprecated > media-info-tile > poster-tile > play-button |
Play Minions & Monsters trailer tiles-carousel-responsive-deprecated > media-info-tile > poster-tile > play-button |
Play The Odyssey trailer tiles-carousel-responsive-deprecated > media-info-tile > poster-tile > play-button |
Play Focker-In-Law trailer tiles-carousel-responsive-deprecated > media-info-tile > poster-tile > play-button |
Play Disclosure Day trailer tiles-carousel-responsive-deprecated > media-info-tile > poster-tile > play-button |
Play Supergirl trailer tiles-carousel-responsive-deprecated > media-info-tile > poster-tile > play-button |
Play Spider-Man: Brand New Day trailer tiles-carousel-responsive-deprecated > media-info-tile > poster-tile > play-button |
Play Mortal Kombat II trailer tiles-carousel-responsive-deprecated > media-info-tile > poster-tile > play-button |
Play Hokum trailer tiles-carousel-responsive-deprecated > media-info-tile > poster-tile > play-button |
Play I Love Boosters trailer tiles-carousel-responsive-deprecated > media-info-tile > poster-tile > play-button |
Play The Cat in the Hat trailer tiles-carousel-responsive-deprecated > media-info-tile > poster-tile > play-button |
Play Young Washington trailer tiles-carousel-responsive-deprecated > media-info-tile > poster-tile > play-button |
Play Dune: Part Three trailer tiles-carousel-responsive-deprecated > media-info-tile > poster-tile > play-button |
Play Godzilla Minus Zero trailer tiles-carousel-responsive-deprecated > media-info-tile > poster-tile > play-button |
Play Evil Dead Burn trailer tiles-carousel-responsive-deprecated > media-info-tile > poster-tile > play-button |
Play Digger trailer tiles-carousel-responsive-deprecated > media-info-tile.tile-last > poster-tile > play-button |
Play Mile End Kicks trailer tiles-carousel-responsive-deprecated > media-info-tile.tile-first > poster-tile > play-button |
Play Wasteman trailer tiles-carousel-responsive-deprecated > media-info-tile > poster-tile > play-button |
Play Crumb Catcher trailer tiles-carousel-responsive-deprecated > media-info-tile > poster-tile > play-button |
Play Erupcja trailer tiles-carousel-responsive-deprecated > media-info-tile > poster-tile > play-button |
Play For All Mankind trailer tiles-carousel-responsive-deprecated > media-info-tile > poster-tile > play-button |
Play Normal trailer tiles-carousel-responsive-deprecated > media-info-tile > poster-tile > play-button |
Play Beef trailer tiles-carousel-responsive-deprecated > media-info-tile > poster-tile > play-button |
Play Cactus Pears trailer tiles-carousel-responsive-deprecated > media-info-tile > poster-tile > play-button |
Play Star Wars: Maul - Shadow Lord trailer tiles-carousel-responsive-deprecated > media-info-tile > poster-tile > play-button |
Play The Audacity trailer tiles-carousel-responsive-deprecated > media-info-tile > poster-tile > play-button |
Play Margo's Got Money Troubles trailer tiles-carousel-responsive-deprecated > media-info-tile > poster-tile > play-button |
Play The Miniature Wife trailer tiles-carousel-responsive-deprecated > media-info-tile > poster-tile > play-button |
Play Big Mistakes trailer tiles-carousel-responsive-deprecated > media-info-tile > poster-tile > play-button |
Play Pompei: Below the Clouds trailer tiles-carousel-responsive-deprecated > media-info-tile > poster-tile > play-button |
Play Hacks trailer tiles-carousel-responsive-deprecated > media-info-tile > poster-tile > play-button |
Play Malcolm in the Middle: Life's Still Unfair trailer tiles-carousel-responsive-deprecated > media-info-tile.tile-last > poster-tile > play-button |
Play Mr. Malcolm's List trailer tiles-carousel-responsive-deprecated > media-info-tile > poster-tile > play-button |
Play Shin Ultraman trailer tiles-carousel-responsive-deprecated > media-info-tile > poster-tile > play-button |
Play Pi trailer tiles-carousel-responsive-deprecated > media-info-tile > poster-tile > play-button |
Play The Head Hunter trailer tiles-carousel-responsive-deprecated > media-info-tile > poster-tile > play-button |
Play Puss in Boots trailer tiles-carousel-responsive-deprecated > media-info-tile > poster-tile > play-button |
Play Border trailer tiles-carousel-responsive-deprecated > media-info-tile > poster-tile > play-button |
Play The Last Unicorn trailer tiles-carousel-responsive-deprecated > media-info-tile > poster-tile > play-button |
Play Drive trailer tiles-carousel-responsive-deprecated > media-info-tile > poster-tile > play-button |
Play Arco trailer tiles-carousel-responsive-deprecated > media-info-tile > poster-tile > play-button |
Play It Happened One Night trailer tiles-carousel-responsive-deprecated > media-info-tile > poster-tile > play-button |
Play Sleepless in Seattle trailer tiles-carousel-responsive-deprecated > media-info-tile > poster-tile > play-button |
Play No Other Choice trailer tiles-carousel-responsive-deprecated > media-info-tile > poster-tile > play-button |
Play The Housemaid trailer tiles-carousel-responsive-deprecated > media-info-tile > poster-tile > play-button |
Play Send Help trailer tiles-carousel-responsive-deprecated > media-info-tile > poster-tile > play-button |
Play Marty Supreme trailer tiles-carousel-responsive-deprecated > media-info-tile.tile-last > poster-tile > play-button |
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.
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 |
|---|
span > button span > button |
span > button span > button |
span > button span > button |
span > button span > button |
span > button span > button |
span > button span > button |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
editorial-spotlight > a.article > editorial-spotlight-tile > img editorial-spotlight > a.article > editorial-spotlight-tile > img |
editorial-spotlight > a.article > editorial-spotlight-tile > img editorial-spotlight > a.article > editorial-spotlight-tile > img |
editorial-spotlight > a.article > editorial-spotlight-tile > img editorial-spotlight > a.article > editorial-spotlight-tile > img |
editorial-spotlight > a.article > editorial-spotlight-tile > img editorial-spotlight > a.article > editorial-spotlight-tile > img |
editorial-spotlight > a.article > editorial-spotlight-tile > img editorial-spotlight > a.article > editorial-spotlight-tile > img |
editorial-spotlight > a.article > editorial-spotlight-tile > img editorial-spotlight > a.article > editorial-spotlight-tile > img |
editorial-spotlight > a.article > editorial-spotlight-tile > img editorial-spotlight > a.article > editorial-spotlight-tile > img |
editorial-spotlight > a#spotlight1 > editorial-spotlight-tile > img editorial-spotlight > a#spotlight1 > editorial-spotlight-tile > img |
editorial-spotlight > a#spotlight2 > editorial-spotlight-tile > img editorial-spotlight > a#spotlight2 > editorial-spotlight-tile > img |
a > div.dynamic-poster-list__sponsor-group > div.dynamic-poster-list__image-container > img a > div.dynamic-poster-list__sponsor-group > div.dynamic-poster-list__image-container > img |
a > div.dynamic-poster-list__sponsor-group > div.dynamic-poster-list__image-container > img a > div.dynamic-poster-list__sponsor-group > div.dynamic-poster-list__image-container > img |
a > div.dynamic-poster-list__sponsor-group > div.dynamic-poster-list__image-container > img a > div.dynamic-poster-list__sponsor-group > div.dynamic-poster-list__image-container > img |
a > div.dynamic-poster-list__sponsor-group > div.dynamic-poster-list__image-container > img a > div.dynamic-poster-list__sponsor-group > div.dynamic-poster-list__image-container > img |
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 |
|---|
a a |
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 |
|---|
Brought to you by div.dynamic-poster-list__sponsored-header > a > div.dynamic-poster-list__sponsor-group > span |
VIEW ALL section.dynamic-poster-list > div.dynamic-poster-list__header-container > div > a.a--short |
VIEW ALL section.dynamic-poster-list > div.dynamic-poster-list__header-container > div > a.a--short |
Brought to you by div.dynamic-poster-list__sponsored-header > a > div.dynamic-poster-list__sponsor-group > span |
VIEW ALL section.dynamic-poster-list > div.dynamic-poster-list__header-container > div > a.a--short |
Brought to you by div.dynamic-poster-list__sponsored-header > a > div.dynamic-poster-list__sponsor-group > span |
VIEW ALL section.dynamic-poster-list > div.dynamic-poster-list__header-container--hide-h3 > div > a.a--short |
VIEW ALL div.ordered-layout__list > section.dynamic-text-list > text-list > a.dynamic-text-list__see-all-link |
Fandango at Home | Netflix | Prime Video | HBO Max | More... div.ordered-layout__list > section.dynamic-text-list > text-list > div.dynamic-text-list__streaming-links |
Fandango at Home section.dynamic-text-list > text-list > div.dynamic-text-list__streaming-links > a#vudu-affililate-link |
Netflix section.dynamic-text-list > text-list > div.dynamic-text-list__streaming-links > a#netflix-affiliate-link |
Prime Video section.dynamic-text-list > text-list > div.dynamic-text-list__streaming-links > a#amazon-affiliate-link |
HBO Max section.dynamic-text-list > text-list > div.dynamic-text-list__streaming-links > a#hbo-affiliate-link |
More... section.dynamic-text-list > text-list > div.dynamic-text-list__streaming-links > a#all-affiliates-link |
VIEW ALL div.ordered-layout__list > section.dynamic-text-list > text-list > a.dynamic-text-list__see-all-link |
VIEW ALL section.dynamic-poster-list > div.dynamic-poster-list__header-container > div > a.a--short |
VIEW ALL section.dynamic-poster-list > div.dynamic-poster-list__header-container > div > a.a--short |
WHAT'S ON TONIGHT div.ordered-layout__list > section.dynamic-text-list > text-list > a.dynamic-text-list__see-all-link |
VIEW ALL div.ordered-layout__list > section.dynamic-text-list > text-list > a.dynamic-text-list__see-all-link |
Watch Now On div.dynamic-poster-list__sponsored-header > a > div.dynamic-poster-list__sponsor-group > span |
VIEW ALL section.dynamic-poster-list > div.dynamic-poster-list__header-container > div > a.a--short |
VIEW ALL section.dynamic-poster-list > div.dynamic-poster-list__header-container > div > a.a--short |
VIEW ALL div.home-body > section#trailers-and-videos > div.trailers-and-videos__header > a.a--short |
Interview a > div.trailers-and-videos-item__body > div.trailers-and-videos-item__thumbnail-group > rt-badge |
Trailer a > div.trailers-and-videos-item__body > div.trailers-and-videos-item__thumbnail-group > rt-badge |
Big Ticket a > div.trailers-and-videos-item__body > div.trailers-and-videos-item__thumbnail-group > rt-badge |
Exclusive Interviews a > div.trailers-and-videos-item__body > div.trailers-and-videos-item__thumbnail-group > rt-badge |
Seen on the Screen a > div.trailers-and-videos-item__body > div.trailers-and-videos-item__thumbnail-group > rt-badge |
VIEW ALL div.home-body > section#movie-and-tv-guides > div.movie-and-tv-guides__header > a.a--short |
span span |
span > button span > button |
These are opportunities to improve the legibility of your content.
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 |
|---|
a a |
These items highlight common accessibility best practices.
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 |
|---|---|
assets.adobedtm.com/launch-EN549327edc13e414a9beb5d61bfd9aac6.min.js line 6, col 6593 | Uncaught TypeError: Cannot read properties of undefined (reading 'gqp') |
Source maps translate minified code to the original source code. This helps developers debug in production. In addition, Lighthouse is able to provide further insights. Consider deploying source maps to take advantage of these benefits. Learn more about source maps.
Performance issues directly impact user engagement and conversion rates.
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.
Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. Learn how to make links crawlable
Performance issues directly impact user engagement and conversion rates.
| Uncrawlable Link |
|---|
span > a.hide |
span > a.hide |
span > a.hide |
span > a.hide |
Advertise With Us
div > a.hide |
Advertise With Us
div > a.hide |
span > a.hide |
span > a.hide |
span > a.hide |
span > a.hide |
span > a.hide |
span > a.hide |
span > a.hide |
span > a.hide |
span > a.hide |
span > a.hide |
Advertise With Us
div > a.hide |
span > a.hide |
span > a.hide |
rt-header#header-main > ul > li.hide > a.masthead-user-link |
ul > li.hide > rt-header-user-info.hide > a |
ul > li.hide > rt-header-user-info.hide > a.username ul > li.hide > rt-header-user-info.hide > a.username |
Wants to See
ul > li.hide > rt-header-user-info.hide > a.wts-count-block |
Reviews
ul > li.hide > rt-header-user-info.hide > a.rating-count-block |
Profile ul > li.hide > rt-header-user-info.hide > a.dropdown-link |
Account ul > li.hide > rt-header-user-info.hide > a.dropdown-link |
Log Out ul > li.hide > rt-header-user-info.hide > a.dropdown-link |
Advertise With Us
div > a.hide |
span > a.hide |
Advertise With Us
div > a.hide |
Advertise With Us
div > a.hide |
Advertise With Us
div > a.hide |
Advertise With Us
div > a.hide |
Advertise With Us
div > a.hide |
Advertise With Us
div > a.hide |
Advertise With Us
div > a.hide |
Advertise With Us
div > a.hide |
Advertise With Us
div > a.hide |
span > a.hide |
span > a.hide |
Advertise With Us
div > a.hide |
span > a.hide |
Join The Newsletter
footer.footer > div.footer__content-desktop-block > div.footer__content-group > a.button |
span > a.hide |
Join The Newsletter footer.footer > div.footer__content-mobile-block > div.footer__content-group > a.button |
Cookie Preferences div.footer__content-group > ul.footer__links-list > li.footer__links-list-item > a#ot-sdk-btn |
Cookie Preferences div.footer__copyright > ul.footer__links-list > li.footer__links-list-item > a#ot-sdk-btn |
span > a.hide |
To appear in search results, crawlers need access to your app.
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
editorial-spotlight > a.article > editorial-spotlight-tile > img editorial-spotlight > a.article > editorial-spotlight-tile > img |
editorial-spotlight > a.article > editorial-spotlight-tile > img editorial-spotlight > a.article > editorial-spotlight-tile > img |
editorial-spotlight > a.article > editorial-spotlight-tile > img editorial-spotlight > a.article > editorial-spotlight-tile > img |
editorial-spotlight > a.article > editorial-spotlight-tile > img editorial-spotlight > a.article > editorial-spotlight-tile > img |
editorial-spotlight > a.article > editorial-spotlight-tile > img editorial-spotlight > a.article > editorial-spotlight-tile > img |
editorial-spotlight > a.article > editorial-spotlight-tile > img editorial-spotlight > a.article > editorial-spotlight-tile > img |
editorial-spotlight > a.article > editorial-spotlight-tile > img editorial-spotlight > a.article > editorial-spotlight-tile > img |
editorial-spotlight > a#spotlight1 > editorial-spotlight-tile > img editorial-spotlight > a#spotlight1 > editorial-spotlight-tile > img |
editorial-spotlight > a#spotlight2 > editorial-spotlight-tile > img editorial-spotlight > a#spotlight2 > editorial-spotlight-tile > img |
a > div.dynamic-poster-list__sponsor-group > div.dynamic-poster-list__image-container > img a > div.dynamic-poster-list__sponsor-group > div.dynamic-poster-list__image-container > img |
a > div.dynamic-poster-list__sponsor-group > div.dynamic-poster-list__image-container > img a > div.dynamic-poster-list__sponsor-group > div.dynamic-poster-list__image-container > img |
a > div.dynamic-poster-list__sponsor-group > div.dynamic-poster-list__image-container > img a > div.dynamic-poster-list__sponsor-group > div.dynamic-poster-list__image-container > img |
a > div.dynamic-poster-list__sponsor-group > div.dynamic-poster-list__image-container > img a > div.dynamic-poster-list__sponsor-group > div.dynamic-poster-list__image-container > img |
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.21 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
4.68 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
1.87 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.035
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
3.51 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
5.19 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.
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.
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 | |
|---|---|---|---|
For All Mankind poster img | /fFJ_E2W7FkEeeOFtIceun9FXGh4=/164x246/v2/https://resizing... | 62.7 KiB | 56.1 KiB |
Criminal Record poster img | /40-8Ztix09B2NJQJxosX1m-x-YM=/164x246/v2/https://resizing... | 62.6 KiB | 56.0 KiB |
editorial-spotlight > a#spotlight1 > editorial-spotlight-tile > img editorial-spotlight > a#spotlight1 > editorial-spotlight-tile > img | /oqn68vKRFCttHnYFZayb4h0xbs0=/540x610/v2/https://images.f... | 58.8 KiB | 44.9 KiB |
editorial-spotlight > a#spotlight2 > editorial-spotlight-tile > img editorial-spotlight > a#spotlight2 > editorial-spotlight-tile > img | /MVvdMD79EXI1qYp4UJamrowBvXs=/540x610/v2/https://images.f... | 52.9 KiB | 39.2 KiB |
editorial-spotlight > a.article > editorial-spotlight-tile > img editorial-spotlight > a.article > editorial-spotlight-tile > img | /oKkDHPf8SHP_NqMiIfu0iJ_uAUA=/550x310/v2/https://images.f... | 51.9 KiB | 24.2 KiB |
editorial-spotlight > a.article > editorial-spotlight-tile > img editorial-spotlight > a.article > editorial-spotlight-tile > img | /wAgj1yQTdHQV2BNyfzCP1PeA7Nc=/550x310/v2/https://images.f... | 45.1 KiB | 17.4 KiB |
Street Fighter poster img | /KMI97W_98kuvqFjO7WIlnYG8Th4=/164x246/v2/https://resizing... | 21.0 KiB | 14.4 KiB |
The Super Mario Bros. Movie poster img | /OlApJq62-xaEj-WNqXviu_3r-nQ=/164x246/v2/https://resizing... | 20.6 KiB | 14.0 KiB |
The Super Mario Galaxy Movie poster img | /HqaKqYRCQOAgGpSVzoSrgmOpkYU=/164x246/v2/https://resizing... | 20.4 KiB | 13.9 KiB |
The Sheep Detectives poster img | /g2nkvhVVjeUEUnGGpcxv6GmcUsI=/164x246/v2/https://resizing... | 19.6 KiB | 13.0 KiB |
Mile End Kicks poster img | /Pt1INGnJkH8Z-Z4b70v1baZCk70=/164x246/v2/https://resizing... | 19.5 KiB | 13.0 KiB |
Scary Movie poster img | /wGSt7yYBBed_onsTS8f-NfjEaSY=/164x246/v2/https://resizing... | 19.2 KiB | 12.6 KiB |
editorial-spotlight > a.article > editorial-spotlight-tile > img editorial-spotlight > a.article > editorial-spotlight-tile > img | /UgymWYCSzllyvj2kOrab0gVhC_c=/550x310/v2/https://images.f... | 39.3 KiB | 11.6 KiB |
From poster img | /dpMV_mcH78I4J9_7kq0flpugbbo=/164x246/v2/https://resizing... | 17.5 KiB | 11.0 KiB |
Euphoria poster img | /FDqTf7tktkbiSxtbA7T5cKMRXh4=/164x246/v2/https://resizing... | 17.4 KiB | 10.9 KiB |
Running Point poster img | /-bxx-cxBB-JOyFuwo6rev8PYTfU=/164x246/v2/https://resizing... | 17.3 KiB | 10.7 KiB |
Resident Evil poster img | /51MUKl3GfZbnY_qdI8g41QSU5pE=/164x246/v2/https://resizing... | 17.2 KiB | 10.6 KiB |
Animal Farm poster img | /fYQui1IpDc1DsBbzOAH5NlZV3Ww=/164x246/v2/https://resizing... | 16.7 KiB | 10.2 KiB |
Stranger Things: Tales From '85 poster img | /4Z3OUoz3o9D2Ie24ZCdcKYHSYpQ=/164x246/v2/https://resizing... | 16.7 KiB | 10.1 KiB |
Fuze poster img | /bVIqIyV6F5NL8ZWdbwUzKDpMQLI=/164x246/v2/https://resizing... | 16.5 KiB | 10.0 KiB |
Over Your Dead Body poster img | /LOeB433GV5YB3ol2cqT8AwfyRng=/164x246/v2/https://resizing... | 16.4 KiB | 9.8 KiB |
Billie Eilish - Hit Me Hard and Soft: The Tour (Live in 3D) poster img | /4x1Uf7hx9nuMIbupZzSUuReo0zw=/164x246/v2/https://resizing... | 16.4 KiB | 9.8 KiB |
Avatar: Fire and Ash poster img | /nQlhuLjnJgjDPfksG4IcVTche0Y=/164x246/v2/https://resizing... | 16.1 KiB | 9.5 KiB |
The Devil Wears Prada 2 poster img | /rG89atyND_1eGk3cIwIUTlOyS5A=/164x246/v2/https://resizing... | 15.7 KiB | 9.1 KiB |
Fight Club poster img | /2-MlR3dbiuXwHRgd3_ohBEGkkxg=/164x246/v2/https://resizing... | 15.6 KiB | 9.1 KiB |
Half Man poster img | /qqmnQaB50nzBGgkIDzM2GzpwISg=/164x246/v2/https://resizing... | 15.6 KiB | 9.0 KiB |
California Schemin' poster img | /-vbDDy-N7Nakqe_ZwhlhlgUdTRs=/164x246/v2/https://resizing... | 15.1 KiB | 8.5 KiB |
Kevin poster img | /cYVCihKTwYaxQC7R3Xt7uCxeqD0=/164x246/v2/https://resizing... | 15.0 KiB | 8.4 KiB |
a > div.dynamic-poster-list__sponsor-group > div.dynamic-poster-list__image-container > img a > div.dynamic-poster-list__sponsor-group > div.dynamic-poster-list__image-container > img | /cms/assets/7e756a00-550b-11ef-a588-3b078e6b3d8a--0440efb... | 7.7 KiB | 7.4 KiB |
Erupcja poster img | /F9PduEqNfKhzzIyHbbjuhPbAirg=/164x246/v2/https://resizing... | 13.5 KiB | 7.0 KiB |
Rotten Tomatoes div#main > rt-header#header-main > a#navbar > img | www.rottentomatoes.com/assets/pizza-pie/images/rtlogo.9b892cff3fd.png | 8.2 KiB | 6.8 KiB |
Michael Jackson's This Is It poster img | /2B3l-Mbxp9rVdv071QZR4TMl4eI=/164x246/v2/https://resizing... | 12.9 KiB | 6.4 KiB |
Star Wars: The Mandalorian and Grogu poster img | /d9XcP8iKIcS7Zvcyj15sMJes490=/164x246/v2/https://resizing... | 12.8 KiB | 6.2 KiB |
Reminders of Him poster img | /fVk2Bjj0CJ-lk3J63n7HGweZV3I=/164x246/v2/https://resizing... | 12.8 KiB | 6.2 KiB |
editorial-spotlight > a.article > editorial-spotlight-tile > img editorial-spotlight > a.article > editorial-spotlight-tile > img | /Q8fqEE8su6t_hHArfT-5nR8_YNA=/550x310/v2/https://images.f... | 33.8 KiB | 6.1 KiB |
Michael poster img | /zxtp2THE0MuhgkwkzUtMiird2kI=/164x246/v2/https://resizing... | 12.7 KiB | 6.1 KiB |
Crumb Catcher poster img | /HeyTe4ZGYNY4g762cR4cta7Iwtk=/164x246/v2/https://resizing... | 12.6 KiB | 6.1 KiB |
Normal poster img | /Ax3cvPyj4AaBL4cO_SrT6h44dII=/164x246/v2/https://resizing... | 12.6 KiB | 6.0 KiB |
Deep Water poster img | /PQ2PhStrDQ919BtK8gHXjet2QCM=/164x246/v2/https://resizing... | 12.5 KiB | 5.9 KiB |
Wasteman poster img | /5uQd9Gd0Cjg9luS8OIgzeGDSzcI=/164x246/v2/https://resizing... | 12.3 KiB | 5.7 KiB |
Hokum poster img | /ODQpcZzmLUVo__w2Lh87m3XY5ag=/164x246/v2/https://resizing... | 12.3 KiB | 5.7 KiB |
Lee Cronin's The Mummy poster img | /53lFBQvX1GngLVPJ_HjH-SzjqcU=/164x246/v2/https://resizing... | 11.4 KiB | 4.9 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.
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.
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 |
|---|---|
| rottentomatoes.com/ | 224 ms |
| www.rottentomatoes.com/ | 0.0 ms |
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.
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.
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 |
|---|---|---|
| app.mps.vsnt.net/fetch/ext/load-rottentomatoes-web.js?nowrite=2 | 57.6 KiB | 17.8 KiB |
| cdn.cookielaw.org/opt-out/otCCPAiab.js | 5.8 KiB | 2.6 KiB |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| /pagead/managed/js/gpt/m202604160201/pubads_impl.js | 187.7 KiB | 127.9 KiB |
| micro.rubiconproject.com/prebid/dynamic/27850.js | 111.1 KiB | 62.4 KiB |
| assets.adobedtm.com/launch-EN549327edc13e414a9beb5d61bfd9aac6.min.js | 132.3 KiB | 62.3 KiB |
| cdn.cookielaw.org/scripttemplates/202601.2.0/otBannerSdk.js | 128.2 KiB | 60.9 KiB |
| cdn.jwplayer.com/libraries/U8MHzHHR.js | 65.6 KiB | 43.3 KiB |
| sb.scorecardresearch.com/c2/plugins/streamingtag_plugin_jwplayer.js | 53.0 KiB | 42.6 KiB |
| c.amazon-adsystem.com/aax2/apstag.js | 90.6 KiB | 38.4 KiB |
| /assets/pizza-pie/javascripts/bundles/roma/default.abb548... | 205.4 KiB | 37.7 KiB |
| /assets/pizza-pie/javascripts/bundles/roma/vendors.a4cc40... | 38.7 KiB | 28.2 KiB |
| app.mps.vsnt.net/fetch/ext/load-rottentomatoes-web.js?nowrite=2 | 57.6 KiB | 27.0 KiB |
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.
Performance issues directly impact user engagement and conversion rates.
| URL | Total CPU Time | Script Evaluation | Script Parse |
|---|---|---|---|
| /rt-common.js?seed=AADSoLGdAQAA5F9XMOrUvLmuQzMI-JfOiDG4oF... | 1.4 s | 1.2 s | 17 ms |
| www.rottentomatoes.com/ | 1.0 s | 44 ms | 11 ms |
| /assets/pizza-pie/javascripts/roma/bundles/home.3ba6bd866... | 705 ms | 518 ms | 13 ms |
| /assets/pizza-pie/javascripts/bundles/roma/default.abb548... | 668 ms | 461 ms | 30 ms |
| Unattributable | 635 ms | 119 ms | 0.9 ms |
| assets.adobedtm.com/launch-EN549327edc13e414a9beb5d61bfd9aac6.min.js | 524 ms | 472 ms | 25 ms |
| cdn.cookielaw.org/scripttemplates/202601.2.0/otBannerSdk.js | 311 ms | 109 ms | 21 ms |
| /pagead/managed/js/gpt/m202604160201/pubads_impl.js | 290 ms | 241 ms | 27 ms |
| c.amazon-adsystem.com/aax2/apstag.js | 142 ms | 120 ms | 17 ms |
| app.mps.vsnt.net/fetch/ext/load-rottentomatoes-web.js?nowrite=2 | 113 ms | 57 ms | 19 ms |
| micro.rubiconproject.com/prebid/dynamic/27850.js | 69 ms | 55 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 | 3.7 s |
| Other | 840 ms |
| Style & Layout | 838 ms |
| Parse HTML & CSS | 347 ms |
| Script Parsing & Compilation | 230 ms |
| Rendering | 228 ms |
| Garbage Collection | 70 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.
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 | |
|---|---|
Rotten Tomatoes div#main > rt-header#header-main > a#navbar > img | www.rottentomatoes.com/assets/pizza-pie/images/rtlogo.9b892cff3fd.png |
arti rt-header#header-main > rt-header-nav > button.arti-desktop > img | www.rottentomatoes.com/assets/pizza-pie/images/arti.041d204c4a4.svg |
<em>Star Wars: The Mandalorian and Grogu</em> a > div.trailers-and-videos-item__body > div.trailers-and-videos-item__thumbnail-group > img.trailers-and-videos-item__thumbnail-image | |
<em>Evil Dead Burn</em> a > div.trailers-and-videos-item__body > div.trailers-and-videos-item__thumbnail-group > img.trailers-and-videos-item__thumbnail-image | |
<em>Star Wars: The Mandalorian and Grogu</em> a > div.trailers-and-videos-item__body > div.trailers-and-videos-item__thumbnail-group > img.trailers-and-videos-item__thumbnail-image | |
<em>CINEMACON 2026</em> a > div.trailers-and-videos-item__body > div.trailers-and-videos-item__thumbnail-group > img.trailers-and-videos-item__thumbnail-image | |
<em>You, Me & Tuscany</em> a > div.trailers-and-videos-item__body > div.trailers-and-videos-item__thumbnail-group > img.trailers-and-videos-item__thumbnail-image | |
Awards Tour ul.movie-and-tv-guides__items > li.movie-and-tv-guides-item > a > img.movie-and-tv-guides-item__image | |
What to Watch ul.movie-and-tv-guides__items > li.movie-and-tv-guides-item > a > img.movie-and-tv-guides-item__image | |
Rotten Tomatoes App ul.movie-and-tv-guides__items > li.movie-and-tv-guides-item > a > img.movie-and-tv-guides-item__image | |
Scene on the Screen ul.movie-and-tv-guides__items > li.movie-and-tv-guides-item > a > img.movie-and-tv-guides-item__image |
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 |
|---|
Submit search rt-header#header-main > search-results-nav > search-results-controls > rt-link.search-submit |
Play Michael trailer tiles-carousel-responsive-deprecated > media-info-tile.tile-first > poster-tile > play-button |
Play Lee Cronin's The Mummy trailer tiles-carousel-responsive-deprecated > media-info-tile.visible > poster-tile > play-button |
Play Fuze trailer tiles-carousel-responsive-deprecated > media-info-tile.visible > poster-tile > play-button |
Play Over Your Dead Body trailer tiles-carousel-responsive-deprecated > media-info-tile.visible > poster-tile > play-button |
Play Normal trailer tiles-carousel-responsive-deprecated > media-info-tile.visible > poster-tile > play-button |
Play Mother Mary trailer tiles-carousel-responsive-deprecated > media-info-tile.visible > poster-tile > play-button |
Play The Super Mario Galaxy Movie trailer tiles-carousel-responsive-deprecated > media-info-tile.visible > poster-tile > play-button |
Play Lorne trailer tiles-carousel-responsive-deprecated > media-info-tile.visible > poster-tile > play-button |
Play You, Me & Tuscany trailer tiles-carousel-responsive-deprecated > media-info-tile.visible > poster-tile > play-button |
Play Project Hail Mary trailer tiles-carousel-responsive-deprecated > media-info-tile.visible > poster-tile > play-button |
Play The Drama trailer tiles-carousel-responsive-deprecated > media-info-tile.visible > poster-tile > play-button |
Play Faces of Death trailer tiles-carousel-responsive-deprecated > media-info-tile.visible > poster-tile > play-button |
Play Exit 8 trailer tiles-carousel-responsive-deprecated > media-info-tile.visible > poster-tile > play-button |
Play The Christophers trailer tiles-carousel-responsive-deprecated > media-info-tile.visible > poster-tile > play-button |
Play Newborn trailer tiles-carousel-responsive-deprecated > media-info-tile.visible > poster-tile > play-button |
Play Hamlet trailer tiles-carousel-responsive-deprecated > media-info-tile.visible > poster-tile > play-button |
Play A Great Awakening trailer tiles-carousel-responsive-deprecated > media-info-tile.visible > poster-tile > play-button |
Play They Will Kill You trailer tiles-carousel-responsive-deprecated > media-info-tile.visible > poster-tile > play-button |
Play Fantasy Life trailer tiles-carousel-responsive-deprecated > media-info-tile.visible > poster-tile > play-button |
Play Ready or Not 2: Here I Come trailer tiles-carousel-responsive-deprecated > media-info-tile.tile-last > poster-tile > play-button |
Play From trailer tiles-carousel-responsive-deprecated > media-info-tile.tile-first > poster-tile > play-button |
Play Stranger Things: Tales From '85 trailer tiles-carousel-responsive-deprecated > media-info-tile.visible > poster-tile > play-button |
Play Half Man trailer tiles-carousel-responsive-deprecated > media-info-tile.visible > poster-tile > play-button |
Play Criminal Record trailer tiles-carousel-responsive-deprecated > media-info-tile.visible > poster-tile > play-button |
Play Kevin trailer tiles-carousel-responsive-deprecated > media-info-tile.visible > poster-tile > play-button |
Play Euphoria trailer tiles-carousel-responsive-deprecated > media-info-tile.visible > poster-tile > play-button |
Play Beef trailer tiles-carousel-responsive-deprecated > media-info-tile.visible > poster-tile > play-button |
Play Margo's Got Money Troubles trailer tiles-carousel-responsive-deprecated > media-info-tile.visible > poster-tile > play-button |
Play The Audacity trailer tiles-carousel-responsive-deprecated > media-info-tile.visible > poster-tile > play-button |
Play Balls Up trailer tiles-carousel-responsive-deprecated > media-info-tile.visible > poster-tile > play-button |
Play The Boys trailer tiles-carousel-responsive-deprecated > media-info-tile.visible > poster-tile > play-button |
Play Roommates trailer tiles-carousel-responsive-deprecated > media-info-tile.visible > poster-tile > play-button |
Play Star Wars: Maul - Shadow Lord trailer tiles-carousel-responsive-deprecated > media-info-tile.visible > poster-tile > play-button |
Play The Testaments trailer tiles-carousel-responsive-deprecated > media-info-tile.visible > poster-tile > play-button |
Play Hacks trailer tiles-carousel-responsive-deprecated > media-info-tile.visible > poster-tile > play-button |
Play Malcolm in the Middle: Life's Still Unfair trailer tiles-carousel-responsive-deprecated > media-info-tile.visible > poster-tile > play-button |
Play THE BRIDE! trailer tiles-carousel-responsive-deprecated > media-info-tile.visible > poster-tile > play-button |
Play The Miniature Wife trailer tiles-carousel-responsive-deprecated > media-info-tile.tile-last > poster-tile > play-button |
Play Reminders of Him trailer tiles-carousel-responsive-deprecated > media-info-tile.tile-first > poster-tile > play-button |
Play Avatar: Fire and Ash trailer tiles-carousel-responsive-deprecated > media-info-tile.visible > poster-tile > play-button |
Play undertone trailer tiles-carousel-responsive-deprecated > media-info-tile.visible > poster-tile > play-button |
Play The Super Mario Bros. Movie trailer tiles-carousel-responsive-deprecated > media-info-tile.visible > poster-tile > play-button |
Play Protector trailer tiles-carousel-responsive-deprecated > media-info-tile.visible > poster-tile > play-button |
Play Scream 7 trailer tiles-carousel-responsive-deprecated > media-info-tile.visible > poster-tile > play-button |
Play Drive trailer tiles-carousel-responsive-deprecated > media-info-tile.visible > poster-tile > play-button |
Play The Housemaid trailer tiles-carousel-responsive-deprecated > media-info-tile.visible > poster-tile > play-button |
Play Shelter trailer tiles-carousel-responsive-deprecated > media-info-tile.visible > poster-tile > play-button |
Play Send Help trailer tiles-carousel-responsive-deprecated > media-info-tile.visible > poster-tile > play-button |
Play Wuthering Heights trailer tiles-carousel-responsive-deprecated > media-info-tile.visible > poster-tile > play-button |
Play GOAT trailer tiles-carousel-responsive-deprecated > media-info-tile.visible > poster-tile > play-button |
Play THE BRIDE! trailer tiles-carousel-responsive-deprecated > media-info-tile.visible > poster-tile > play-button |
Play Fast X trailer tiles-carousel-responsive-deprecated > media-info-tile.visible > poster-tile > play-button |
Play Psycho Killer trailer tiles-carousel-responsive-deprecated > media-info-tile.visible > poster-tile > play-button |
Play How to Make a Killing trailer tiles-carousel-responsive-deprecated > media-info-tile.visible > poster-tile > play-button |
Play Dracula trailer tiles-carousel-responsive-deprecated > media-info-tile.tile-last > poster-tile > play-button |
Play The Devil Wears Prada 2 trailer tiles-carousel-responsive-deprecated > media-info-tile.tile-first > poster-tile > play-button |
Play Hokum trailer tiles-carousel-responsive-deprecated > media-info-tile.visible > poster-tile > play-button |
Play Deep Water trailer tiles-carousel-responsive-deprecated > media-info-tile.visible > poster-tile > play-button |
Play Animal Farm trailer tiles-carousel-responsive-deprecated > media-info-tile.visible > poster-tile > play-button |
Play Fight Club trailer tiles-carousel-responsive-deprecated > media-info-tile.visible > poster-tile > play-button |
Play Star Wars: The Mandalorian and Grogu trailer tiles-carousel-responsive-deprecated > media-info-tile.visible > poster-tile > play-button |
Play The Sheep Detectives trailer tiles-carousel-responsive-deprecated > media-info-tile.visible > poster-tile > play-button |
Play Mortal Kombat II trailer tiles-carousel-responsive-deprecated > media-info-tile.visible > poster-tile > play-button |
Play Billie Eilish - Hit Me Hard and Soft: The Tour (Live in 3D) trailer tiles-carousel-responsive-deprecated > media-info-tile.visible > poster-tile > play-button |
Play Bridesmaids trailer tiles-carousel-responsive-deprecated > media-info-tile.visible > poster-tile > play-button |
Play Desert Warrior trailer tiles-carousel-responsive-deprecated > media-info-tile.visible > poster-tile > play-button |
Play Obsession trailer tiles-carousel-responsive-deprecated > media-info-tile.visible > poster-tile > play-button |
Play In the Grey trailer tiles-carousel-responsive-deprecated > media-info-tile.visible > poster-tile > play-button |
Play I Love Boosters trailer tiles-carousel-responsive-deprecated > media-info-tile.visible > poster-tile > play-button |
Play Is God Is trailer tiles-carousel-responsive-deprecated > media-info-tile.visible > poster-tile > play-button |
Play The Amazing Digital Circus: The Last Act trailer tiles-carousel-responsive-deprecated > media-info-tile.visible > poster-tile > play-button |
Play Passenger trailer tiles-carousel-responsive-deprecated > media-info-tile.visible > poster-tile > play-button |
Play The Breadwinner trailer tiles-carousel-responsive-deprecated > media-info-tile.visible > poster-tile > play-button |
Play Backrooms trailer tiles-carousel-responsive-deprecated > media-info-tile.tile-last > poster-tile > play-button |
Play Street Fighter trailer tiles-carousel-responsive-deprecated > media-info-tile.tile-first > poster-tile > play-button |
Play Billie Eilish - Hit Me Hard and Soft: The Tour (Live in 3D) trailer tiles-carousel-responsive-deprecated > media-info-tile.visible > poster-tile > play-button |
Play Scary Movie trailer tiles-carousel-responsive-deprecated > media-info-tile.visible > poster-tile > play-button |
Play Star Wars: The Mandalorian and Grogu trailer tiles-carousel-responsive-deprecated > media-info-tile.visible > poster-tile > play-button |
Play Minions & Monsters trailer tiles-carousel-responsive-deprecated > media-info-tile.visible > poster-tile > play-button |
Play The Odyssey trailer tiles-carousel-responsive-deprecated > media-info-tile.visible > poster-tile > play-button |
Play Focker-In-Law trailer tiles-carousel-responsive-deprecated > media-info-tile.visible > poster-tile > play-button |
Play Disclosure Day trailer tiles-carousel-responsive-deprecated > media-info-tile.visible > poster-tile > play-button |
Play Supergirl trailer tiles-carousel-responsive-deprecated > media-info-tile.visible > poster-tile > play-button |
Play Spider-Man: Brand New Day trailer tiles-carousel-responsive-deprecated > media-info-tile.visible > poster-tile > play-button |
Play Mortal Kombat II trailer tiles-carousel-responsive-deprecated > media-info-tile.visible > poster-tile > play-button |
Play Hokum trailer tiles-carousel-responsive-deprecated > media-info-tile.visible > poster-tile > play-button |
Play I Love Boosters trailer tiles-carousel-responsive-deprecated > media-info-tile.visible > poster-tile > play-button |
Play The Cat in the Hat trailer tiles-carousel-responsive-deprecated > media-info-tile.visible > poster-tile > play-button |
Play Young Washington trailer tiles-carousel-responsive-deprecated > media-info-tile.visible > poster-tile > play-button |
Play Dune: Part Three trailer tiles-carousel-responsive-deprecated > media-info-tile.visible > poster-tile > play-button |
Play Godzilla Minus Zero trailer tiles-carousel-responsive-deprecated > media-info-tile.visible > poster-tile > play-button |
Play Evil Dead Burn trailer tiles-carousel-responsive-deprecated > media-info-tile.visible > poster-tile > play-button |
Play Digger trailer tiles-carousel-responsive-deprecated > media-info-tile.tile-last > poster-tile > play-button |
Play Mile End Kicks trailer tiles-carousel-responsive-deprecated > media-info-tile.tile-first > poster-tile > play-button |
Play Wasteman trailer tiles-carousel-responsive-deprecated > media-info-tile.visible > poster-tile > play-button |
Play Crumb Catcher trailer tiles-carousel-responsive-deprecated > media-info-tile.visible > poster-tile > play-button |
Play Erupcja trailer tiles-carousel-responsive-deprecated > media-info-tile.visible > poster-tile > play-button |
Play For All Mankind trailer tiles-carousel-responsive-deprecated > media-info-tile.visible > poster-tile > play-button |
Play Normal trailer tiles-carousel-responsive-deprecated > media-info-tile.visible > poster-tile > play-button |
Play Beef trailer tiles-carousel-responsive-deprecated > media-info-tile.visible > poster-tile > play-button |
Play Cactus Pears trailer tiles-carousel-responsive-deprecated > media-info-tile.visible > poster-tile > play-button |
Play Star Wars: Maul - Shadow Lord trailer tiles-carousel-responsive-deprecated > media-info-tile.visible > poster-tile > play-button |
Play The Audacity trailer tiles-carousel-responsive-deprecated > media-info-tile.visible > poster-tile > play-button |
Play Margo's Got Money Troubles trailer tiles-carousel-responsive-deprecated > media-info-tile.visible > poster-tile > play-button |
Play The Miniature Wife trailer tiles-carousel-responsive-deprecated > media-info-tile.visible > poster-tile > play-button |
Play Big Mistakes trailer tiles-carousel-responsive-deprecated > media-info-tile.visible > poster-tile > play-button |
Play Pompei: Below the Clouds trailer tiles-carousel-responsive-deprecated > media-info-tile.visible > poster-tile > play-button |
Play Hacks trailer tiles-carousel-responsive-deprecated > media-info-tile.visible > poster-tile > play-button |
Play Malcolm in the Middle: Life's Still Unfair trailer tiles-carousel-responsive-deprecated > media-info-tile.tile-last > poster-tile > play-button |
Play Mr. Malcolm's List trailer tiles-carousel-responsive-deprecated > media-info-tile.visible > poster-tile > play-button |
Play Shin Ultraman trailer tiles-carousel-responsive-deprecated > media-info-tile.visible > poster-tile > play-button |
Play Pi trailer tiles-carousel-responsive-deprecated > media-info-tile.visible > poster-tile > play-button |
Play The Head Hunter trailer tiles-carousel-responsive-deprecated > media-info-tile.visible > poster-tile > play-button |
Play Puss in Boots trailer tiles-carousel-responsive-deprecated > media-info-tile.visible > poster-tile > play-button |
Play Border trailer tiles-carousel-responsive-deprecated > media-info-tile.visible > poster-tile > play-button |
Play The Last Unicorn trailer tiles-carousel-responsive-deprecated > media-info-tile.visible > poster-tile > play-button |
Play Drive trailer tiles-carousel-responsive-deprecated > media-info-tile.visible > poster-tile > play-button |
Play Arco trailer tiles-carousel-responsive-deprecated > media-info-tile.visible > poster-tile > play-button |
Play It Happened One Night trailer tiles-carousel-responsive-deprecated > media-info-tile.visible > poster-tile > play-button |
Play Sleepless in Seattle trailer tiles-carousel-responsive-deprecated > media-info-tile.visible > poster-tile > play-button |
Play No Other Choice trailer tiles-carousel-responsive-deprecated > media-info-tile.visible > poster-tile > play-button |
Play The Housemaid trailer tiles-carousel-responsive-deprecated > media-info-tile.visible > poster-tile > play-button |
Play Send Help trailer tiles-carousel-responsive-deprecated > media-info-tile.visible > poster-tile > play-button |
Play Marty Supreme trailer tiles-carousel-responsive-deprecated > media-info-tile.tile-last > poster-tile > play-button |
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.
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.home-body > section#editorial-spotlight > editorial-spotlight > button div.home-body > section#editorial-spotlight > editorial-spotlight > button |
div.home-body > section#editorial-spotlight > editorial-spotlight > button div.home-body > section#editorial-spotlight > editorial-spotlight > button |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
div.ordered-layout__list > section.dynamic-poster-list > tiles-carousel-responsive-deprecated > button div.ordered-layout__list > section.dynamic-poster-list > tiles-carousel-responsive-deprecated > button |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
div.ordered-layout__list > section.dynamic-poster-list > tiles-carousel-responsive-deprecated > button div.ordered-layout__list > section.dynamic-poster-list > tiles-carousel-responsive-deprecated > button |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
div.ordered-layout__list > section.dynamic-poster-list > tiles-carousel-responsive-deprecated > button div.ordered-layout__list > section.dynamic-poster-list > tiles-carousel-responsive-deprecated > button |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
div.ordered-layout__list > section.dynamic-poster-list > tiles-carousel-responsive-deprecated > button div.ordered-layout__list > section.dynamic-poster-list > tiles-carousel-responsive-deprecated > button |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
div.ordered-layout__list > section.dynamic-poster-list > tiles-carousel-responsive-deprecated > button div.ordered-layout__list > section.dynamic-poster-list > tiles-carousel-responsive-deprecated > button |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
div.ordered-layout__list > section.dynamic-poster-list > tiles-carousel-responsive-deprecated > button div.ordered-layout__list > section.dynamic-poster-list > tiles-carousel-responsive-deprecated > button |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
div.ordered-layout__list > section.dynamic-poster-list > tiles-carousel-responsive-deprecated > button div.ordered-layout__list > section.dynamic-poster-list > tiles-carousel-responsive-deprecated > button |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
button.wrap button.wrap |
div.ordered-layout__list > section.dynamic-poster-list > tiles-carousel-responsive-deprecated > button div.ordered-layout__list > section.dynamic-poster-list > tiles-carousel-responsive-deprecated > button |
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
editorial-spotlight > a.article > editorial-spotlight-tile > img editorial-spotlight > a.article > editorial-spotlight-tile > img |
editorial-spotlight > a.article > editorial-spotlight-tile > img editorial-spotlight > a.article > editorial-spotlight-tile > img |
editorial-spotlight > a.article > editorial-spotlight-tile > img editorial-spotlight > a.article > editorial-spotlight-tile > img |
editorial-spotlight > a.article > editorial-spotlight-tile > img editorial-spotlight > a.article > editorial-spotlight-tile > img |
editorial-spotlight > a.article > editorial-spotlight-tile > img editorial-spotlight > a.article > editorial-spotlight-tile > img |
editorial-spotlight > a.article > editorial-spotlight-tile > img editorial-spotlight > a.article > editorial-spotlight-tile > img |
editorial-spotlight > a.article > editorial-spotlight-tile > img editorial-spotlight > a.article > editorial-spotlight-tile > img |
editorial-spotlight > a#spotlight1 > editorial-spotlight-tile > img editorial-spotlight > a#spotlight1 > editorial-spotlight-tile > img |
editorial-spotlight > a#spotlight2 > editorial-spotlight-tile > img editorial-spotlight > a#spotlight2 > editorial-spotlight-tile > img |
a > div.dynamic-poster-list__sponsor-group > div.dynamic-poster-list__image-container > img a > div.dynamic-poster-list__sponsor-group > div.dynamic-poster-list__image-container > img |
a > div.dynamic-poster-list__sponsor-group > div.dynamic-poster-list__image-container > img a > div.dynamic-poster-list__sponsor-group > div.dynamic-poster-list__image-container > img |
a > div.dynamic-poster-list__sponsor-group > div.dynamic-poster-list__image-container > img a > div.dynamic-poster-list__sponsor-group > div.dynamic-poster-list__image-container > img |
a > div.dynamic-poster-list__sponsor-group > div.dynamic-poster-list__image-container > img a > div.dynamic-poster-list__sponsor-group > div.dynamic-poster-list__image-container > img |
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 |
|---|
a a |
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 |
|---|
About Rotten Tomatoes® rt-header#header-main > ul > li > a |
Critics rt-header#header-main > ul > li > a |
LOGIN/SIGNUP li > ul > li > button#masthead-show-login-btn |
MOVIES rt-header#header-main > rt-header-nav > rt-header-nav-item > a.unset |
TV SHOWS rt-header#header-main > rt-header-nav > rt-header-nav-item > a.unset |
RT APP
NEW rt-header#header-main > rt-header-nav > rt-header-nav-item > a#appLink |
NEW rt-header-nav-item > a#appLink > temporary-display > rt-badge |
NEWS rt-header#header-main > rt-header-nav > rt-header-nav-item > a.unset |
SHOWTIMES rt-header#header-main > rt-header-nav > rt-header-nav-item > a.unset |
TRENDING ON RT section.trending-bar > div#trending-bar-start > ul.list-inline > li.trending-bar__header |
Brought to you by div.dynamic-poster-list__sponsored-header > a > div.dynamic-poster-list__sponsor-group > span |
VIEW ALL section.dynamic-poster-list > div.dynamic-poster-list__header-container > div > a.a--short |
VIEW ALL section.dynamic-poster-list > div.dynamic-poster-list__header-container > div > a.a--short |
Brought to you by div.dynamic-poster-list__sponsored-header > a > div.dynamic-poster-list__sponsor-group > span |
VIEW ALL section.dynamic-poster-list > div.dynamic-poster-list__header-container > div > a.a--short |
Brought to you by div.dynamic-poster-list__sponsored-header > a > div.dynamic-poster-list__sponsor-group > span |
VIEW ALL section.dynamic-poster-list > div.dynamic-poster-list__header-container--hide-h3 > div > a.a--short |
VIEW ALL div.ordered-layout__list > section.dynamic-text-list > text-list > a.dynamic-text-list__see-all-link |
Fandango at Home | Netflix | Prime Video | HBO Max | More... div.ordered-layout__list > section.dynamic-text-list > text-list > div.dynamic-text-list__streaming-links |
Fandango at Home section.dynamic-text-list > text-list > div.dynamic-text-list__streaming-links > a#vudu-affililate-link |
Netflix section.dynamic-text-list > text-list > div.dynamic-text-list__streaming-links > a#netflix-affiliate-link |
Prime Video section.dynamic-text-list > text-list > div.dynamic-text-list__streaming-links > a#amazon-affiliate-link |
HBO Max section.dynamic-text-list > text-list > div.dynamic-text-list__streaming-links > a#hbo-affiliate-link |
More... section.dynamic-text-list > text-list > div.dynamic-text-list__streaming-links > a#all-affiliates-link |
VIEW ALL div.ordered-layout__list > section.dynamic-text-list > text-list > a.dynamic-text-list__see-all-link |
VIEW ALL section.dynamic-poster-list > div.dynamic-poster-list__header-container > div > a.a--short |
VIEW ALL section.dynamic-poster-list > div.dynamic-poster-list__header-container > div > a.a--short |
WHAT'S ON TONIGHT div.ordered-layout__list > section.dynamic-text-list > text-list > a.dynamic-text-list__see-all-link |
VIEW ALL div.ordered-layout__list > section.dynamic-text-list > text-list > a.dynamic-text-list__see-all-link |
Watch Now On div.dynamic-poster-list__sponsored-header > a > div.dynamic-poster-list__sponsor-group > span |
VIEW ALL section.dynamic-poster-list > div.dynamic-poster-list__header-container > div > a.a--short |
VIEW ALL section.dynamic-poster-list > div.dynamic-poster-list__header-container > div > a.a--short |
VIEW ALL div.home-body > section#trailers-and-videos > div.trailers-and-videos__header > a.a--short |
Interview a > div.trailers-and-videos-item__body > div.trailers-and-videos-item__thumbnail-group > rt-badge |
Trailer a > div.trailers-and-videos-item__body > div.trailers-and-videos-item__thumbnail-group > rt-badge |
Big Ticket a > div.trailers-and-videos-item__body > div.trailers-and-videos-item__thumbnail-group > rt-badge |
Exclusive Interviews a > div.trailers-and-videos-item__body > div.trailers-and-videos-item__thumbnail-group > rt-badge |
Seen on the Screen a > div.trailers-and-videos-item__body > div.trailers-and-videos-item__thumbnail-group > rt-badge |
VIEW ALL div.home-body > section#movie-and-tv-guides > div.movie-and-tv-guides__header > a.a--short |
span > button span > button |
Copyright © Fandango. A Versant Media company. All rights reserved. div#main > footer.footer > div.footer__copyright > span.footer__copyright-legal |
Versant Media footer.footer > div.footer__copyright > span.footer__copyright-legal > a |
These are opportunities to improve the legibility of your content.
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 |
|---|
a a |
Facebook div.social-media-icons > a.light |
X div.social-media-icons > a.light |
Instagram div.social-media-icons > a.light |
TikTok div.social-media-icons > a.light |
Bluesky div.social-media-icons > a.light |
These items highlight common accessibility best practices.
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 |
|---|---|
assets.adobedtm.com/launch-EN549327edc13e414a9beb5d61bfd9aac6.min.js line 6, col 6593 | Uncaught TypeError: Cannot read properties of undefined (reading 'gqp') |
Source maps translate minified code to the original source code. This helps developers debug in production. In addition, Lighthouse is able to provide further insights. Consider deploying source maps to take advantage of these benefits. Learn more about source maps.
Performance issues directly impact user engagement and conversion rates.
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.
Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. Learn how to make links crawlable
Performance issues directly impact user engagement and conversion rates.
| Uncrawlable Link |
|---|
span > a.hide |
span > a.hide |
span > a.hide |
span > a.hide |
Advertise With Us
div > a.hide |
Advertise With Us
div > a.hide |
span > a.hide |
span > a.hide |
span > a.hide |
span > a.hide |
span > a.hide |
span > a.hide |
span > a.hide |
span > a.hide |
span > a.hide |
span > a.hide |
Advertise With Us
div > a.hide |
span > a.hide |
span > a.hide |
rt-header#header-main > ul > li.hide > a.masthead-user-link |
ul > li.hide > rt-header-user-info.hide > a |
ul > li.hide > rt-header-user-info.hide > a.username ul > li.hide > rt-header-user-info.hide > a.username |
Wants to See
ul > li.hide > rt-header-user-info.hide > a.wts-count-block |
Reviews
ul > li.hide > rt-header-user-info.hide > a.rating-count-block |
Profile ul > li.hide > rt-header-user-info.hide > a.dropdown-link |
Account ul > li.hide > rt-header-user-info.hide > a.dropdown-link |
Log Out ul > li.hide > rt-header-user-info.hide > a.dropdown-link |
Advertise With Us
div > a.hide |
span > a.hide |
Advertise With Us
div > a.hide |
Advertise With Us
div > a.hide |
Advertise With Us
div > a.hide |
Advertise With Us
div > a.hide |
Advertise With Us
div > a.hide |
Advertise With Us
div > a.hide |
Advertise With Us
div > a.hide |
Advertise With Us
div > a.hide |
Advertise With Us
div > a.hide |
span > a.hide |
span > a.hide |
Advertise With Us
div > a.hide |
span > a.hide |
Join The Newsletter
footer.footer > div.footer__content-desktop-block > div.footer__content-group > a.button |
span > a.hide |
Join The Newsletter footer.footer > div.footer__content-mobile-block > div.footer__content-group > a.button |
Cookie Preferences div.footer__content-group > ul.footer__links-list > li.footer__links-list-item > a#ot-sdk-btn |
Cookie Preferences div.footer__copyright > ul.footer__links-list > li.footer__links-list-item > a#ot-sdk-btn |
span > a.hide |
To appear in search results, crawlers need access to your app.
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
editorial-spotlight > a.article > editorial-spotlight-tile > img editorial-spotlight > a.article > editorial-spotlight-tile > img |
editorial-spotlight > a.article > editorial-spotlight-tile > img editorial-spotlight > a.article > editorial-spotlight-tile > img |
editorial-spotlight > a.article > editorial-spotlight-tile > img editorial-spotlight > a.article > editorial-spotlight-tile > img |
editorial-spotlight > a.article > editorial-spotlight-tile > img editorial-spotlight > a.article > editorial-spotlight-tile > img |
editorial-spotlight > a.article > editorial-spotlight-tile > img editorial-spotlight > a.article > editorial-spotlight-tile > img |
editorial-spotlight > a.article > editorial-spotlight-tile > img editorial-spotlight > a.article > editorial-spotlight-tile > img |
editorial-spotlight > a.article > editorial-spotlight-tile > img editorial-spotlight > a.article > editorial-spotlight-tile > img |
editorial-spotlight > a#spotlight1 > editorial-spotlight-tile > img editorial-spotlight > a#spotlight1 > editorial-spotlight-tile > img |
editorial-spotlight > a#spotlight2 > editorial-spotlight-tile > img editorial-spotlight > a#spotlight2 > editorial-spotlight-tile > img |
a > div.dynamic-poster-list__sponsor-group > div.dynamic-poster-list__image-container > img a > div.dynamic-poster-list__sponsor-group > div.dynamic-poster-list__image-container > img |
a > div.dynamic-poster-list__sponsor-group > div.dynamic-poster-list__image-container > img a > div.dynamic-poster-list__sponsor-group > div.dynamic-poster-list__image-container > img |
a > div.dynamic-poster-list__sponsor-group > div.dynamic-poster-list__image-container > img a > div.dynamic-poster-list__sponsor-group > div.dynamic-poster-list__image-container > img |
a > div.dynamic-poster-list__sponsor-group > div.dynamic-poster-list__image-container > img a > div.dynamic-poster-list__sponsor-group > div.dynamic-poster-list__image-container > img |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Send Feedback