Mobile 375 × 812

Desktop 1440 × 900

Score: 72 / 100
Based on 8 categories, 0 sections
Decent speed, but optimizing further could improve engagement.
Several missing protections leave your users and data exposed.
Several issues make your site difficult for assistive technology users.
Well-optimized for search — your content is discoverable.
Solid infrastructure — fast server responses across the board.
Mostly compliant — a few items need attention.
Good content signals with minor gaps.
Reasonable footprint with room for optimization.
The overall score is a weighted average of individual category scores. Categories with more impact on user experience and security carry more weight.
Weights reflect general web best practices. Individual needs may differ.
Content-Security-Policy header is missing
Security gaps expose your site and users to attacks, eroding trust.
Cookie 'FTR_Cache_Status' is missing the Secure flag
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.
16 image(s) missing alt attribute
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
16 image-in-link 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/062fed9b-d02f-4ada-9654-8891ead63c0e)<a href="https://beavercheck.com/results/062fed9b-d02f-4ada-9654-8891ead63c0e"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fcinemablend.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fcinemablend.comThis badge auto-updates with your latest scan result.
Your site performs reasonably well, but a few targeted fixes could meaningfully improve results. Accessibility issues exclude users who rely on assistive technology — an estimated 15% of your potential audience. Addressing the critical issues below would have the most immediate impact on your user trust.
6 barrier(s) likely increasing bounce by ~32%.
Page takes 5.3s to load
+12% bounceUsers abandon at ~3s — you're 2.8s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 1.4s
+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
18 form field(s) without a label
+6% bounceScreen readers skip unlabeled fields; autofill can't identify them; checkout abandonment spikes
Fix: Associate every input with a visible <label for="…">; add autocomplete attributes
No Open Graph tags
+2% bounceLinks shared on LinkedIn / Slack / Facebook show bare URLs — referral clicks drop
Fix: Add og:title, og:description, og:image, og:url to the page head
6 broken link(s) on the page
+5% bounceClicks land on 404s — trust drops and the session often ends
Fix: Fix or remove the broken destinations surfaced on the Content tab
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
€383 investment → €3,241/month returns + EUR 120,500,000 risk avoided
€383
4h · 5 findings
€3,241 /mo
~€38,887 / year
EUR 120,500,000
if kept compliant
€128 — in quick wins — start here for the fastest payback
Figures combine localized regulatory fine ceilings, search/conversion value priced against local CPC, and bandwidth waste estimates. Results depend on implementation quality and audience composition. Not legal or financial advice.
4.5 developer hours at €85/hr
Based on European Union rates (€85/hr)
Start here for the best return on investment
€10,041,667 / month at risk
~€120,500,007 / year if left unfixed
€120,500,000
+8 more
€0.56 /mo
7522.4 MB/mo × 0.074 EUR/GB
Compliance figures represent the statutory maximum fine for the most severe triggered category, capped per regulation — not the sum of per-finding penalties. Based on published regulatory fine ranges. This is not legal advice.
Unique monthly visitors from your analytics
Purchases, signups, or key actions
Optional — for revenue estimation
more engaged visitors from reduced bounce
Fix 5 critical issues to capture this value
Based on Google/Deloitte research ("Milliseconds Make Millions") showing a ~7% bounce rate increase per additional second of LCP above the 2.5s "Good" threshold.
Your site's LCP: → estimated after fixes.
These are estimates based on industry research — actual results vary
Your data stays in your browser — nothing is sent to our servers
Thanks for your feedback!
We'll use a cached audit if available, or offer to scan.
Industry-standard audits powered by Google Lighthouse.
Key metrics that affect user experience.
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
3.73 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
5.26 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
1.38 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.000
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
4.02 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.
18.23 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
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.
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img | assets-jpcust.jwpsrv.com/thumbnails/hneosqh4-720.jpg | 99.2 KiB | 93.4 KiB |
div#botr_homepage-video-playlist_utdFDEYD_div_1 > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img div#botr_homepage-video-playlist_utdFDEYD_div_1 > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img | assets-jpcust.jwpsrv.com/thumbnails/O7YEyJIH-720.jpg | 81.3 KiB | 65.7 KiB |
div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img | assets-jpcust.jwpsrv.com/thumbnails/k645mel7-720.jpg | 59.0 KiB | 53.2 KiB |
Thor praying to Odin in Avengers: Doomsday div.image-remove-flow-width-setter > div.image-remove-reflow-container > picture > img | cdn.mos.cms.futurecdn.net/UucBhT8tuV2h3jQzZto8u-970-80.jpg.webp | 20.2 KiB | 16.5 KiB |
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Duration |
|---|---|---|
| search-api.fie.futurecdn.net/css/browser/master-f8e9977d/responsive.min.css | 10.6 KiB | 754 ms |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| cinemablend.com/ | 751 ms |
| www.cinemablend.com/ | 0.0 ms |
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| bordeaux.futurecdn.net/bordeaux.js | 178.6 KiB | 101.4 KiB |
| search-api.fie.futurecdn.net/js/w/es6/master-f8e9977d/responsive.js | 140.4 KiB | 86.7 KiB |
| vanilla.futurecdn.net/cinemablend/1611924/media/shared/js/bundle.connect.js | 138.1 KiB | 85.4 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-WHLXGS3C>m=4e64k0 | 165.9 KiB | 83.3 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-N2P8Q2TW>m=4e64k0 | 124.9 KiB | 72.6 KiB |
| www.googletagmanager.com/gtag/js?id=G-YZXJWP8LVC&cx=c>m=4e64k0 | 145.1 KiB | 59.4 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-WWBWRXL | 143.0 KiB | 47.4 KiB |
| /cinemablend/1611924/media/shared/js/main.DcB9tpsv.bundle.js | 104.0 KiB | 42.4 KiB |
| content.jwplatform.com/libraries/utdFDEYD.js | 67.7 KiB | 42.1 KiB |
| sdk.mrf.io/statics/marfeel-sdk.js?id=7842 | 64.6 KiB | 23.8 KiB |
| www.cinemablend.com/vite/assets/vendor-DH-HcC7C.js | 40.4 KiB | 23.0 KiB |
| search-api.fie.futurecdn.net/js/w/es6/master-f8e9977d/hawklinks.js | 38.4 KiB | 22.2 KiB |
| sdk.mrf.io/statics/47bd3e88b6bda15c34ce.js | 23.9 KiB | 22.1 KiB |
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.
Performance issues directly impact user engagement and conversion rates.
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Script Evaluation | 3.6 s |
| Other | 1.6 s |
| Style & Layout | 772 ms |
| Script Parsing & Compilation | 473 ms |
| Garbage Collection | 192 ms |
| Rendering | 185 ms |
| Parse HTML & CSS | 173 ms |
Many navigations are performed by going back to a previous page, or forwards again. The back/forward cache (bfcache) can speed up these return navigations. Learn more about the bfcache
Performance issues directly impact user engagement and conversion rates.
| Failure reason | Failure type |
|---|---|
| The page has an unload handler in the main frame. | Actionable |
| Pages with cache-control:no-store header cannot enter back/forward cache. | Actionable |
| Pages whose main resource has cache-control:no-store cannot enter back/forward cache. | Not actionable |
| Back/forward cache is disabled because some JavaScript network request received resource with Cache-Control: no-store header. | Not actionable |
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 | |
|---|---|
div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img | cdn.jwplayer.com/v2/media/EowwJsn3/poster.jpg |
div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img | cdn.jwplayer.com/v2/media/EHj9ipls/poster.jpg |
div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img | cdn.jwplayer.com/v2/media/KmD9vIrL/poster.jpg |
div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img | cdn.jwplayer.com/v2/media/qERs3x7p/poster.jpg |
div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img | cdn.jwplayer.com/v2/media/IDxeMuS3/poster.jpg |
div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img | cdn.jwplayer.com/v2/media/1Nwe0jjR/poster.jpg |
div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img | cdn.jwplayer.com/v2/media/9r3MUumQ/poster.jpg |
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.
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div#botr_homepage-video-playlist_utdFDEYD_div_1 > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img div#botr_homepage-video-playlist_utdFDEYD_div_1 > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img |
div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img |
div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img |
div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img |
div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img |
div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img |
div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img |
div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img |
div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img |
div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img |
div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img |
div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img |
div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img |
div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img |
div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img |
div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img |
Labels ensure that form controls are announced properly by assistive technologies, like screen readers. Learn more about form element labels.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.newsletter-form__container > section.newsletter-form__main-section > form.newsletter-form__form > input.form__email-input div.newsletter-form__container > section.newsletter-form__main-section > form.newsletter-form__form > input.form__email-input |
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.
Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
A Wild Elden Ring Character From The Games Will Appear In The Movie, And I'm Hy… div.wdn-fte-rcr > div.list-text-links > div.listingResult > a.article-link |
Hulk Hogan Got Real About One Career Change He Would've Made (And I Was Genuine… div.wdn-fte-rcr > div.list-text-links > div.listingResult > a.article-link |
One Of Geena Davis' First Instagram Posts Is A Madonna Reunion, And A League Of… div.wdn-fte-rcr > div.list-text-links > div.listingResult > a.article-link |
Michael Jackson's Nephew Called Out The Media's Coverage Of The ‘Thriller’ Sing… div.wdn-fte-rcr > div.list-text-links > div.listingResult > a.article-link |
Welp, Another OG Dexter Character Is Now (Seemingly) Doomed In Resurrection Sea… div.wdn-fte-rcr > div.list-text-links > div.listingResult > a.article-link |
It's Hard To Believe It's Been 4 Years Since Ozark Brought Kaley Cuoco And Tom … div.wdn-fte-rcr > div.list-text-links > div.listingResult > a.article-link |
I Didn't Get To See The Avengers: Doomsday Trailer Because I Wasn't At CinemaCo… div.mainCarousel > section#homePageCarousel > div#Item1 > a.article-link |
‘Nothing Can Stop’ JLo From Proving Gen X Can Still Rock Low Rise Pants As The … div.mainCarousel > section#homePageCarousel > div#Item4 > a.article-link |
Project Hail Mary's Author Lives In Fear Of Getting Called Out By Neil DeGrasse… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link |
‘Funny Sight.’ Emily Blunt Went To Great Lengths To Keep Devil Wears Prada 2 Dr… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link |
How Timothèe Chalamet Awards And One ‘Alpha’ Sister Moment Reportedly Hooked Ke… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link |
It Was Basically The Hunger Games Online When Josh Hutcherson Mentioned He Wasn… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link |
Get Some Great Stranger Things: Tales From '85 Gifts With The Latest Issue Of S… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link |
Jonah Hill Has One Resounding Memory After Filming This Is the End with Rihanna… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link |
A How To Train Your Dragon 2 Crew Member Lost Fingers While The Sequel Was Film… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link |
The 10 Biggest Winners In Jeopardy History
By Heidi Venable, Hugh Scott last u… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link |
Big Brother Could Get A Major Shakeup Ahead Of Season 28, And Netflix Is Involv… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link |
I Didn't Have An Office Reunion On My Devil Wears Prada Bingo Card, But See Joh… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link |
Hassie Harrison Is Gonna Go Ahead And Agree To Disagree With Stephen Amell Over… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link |
The Sweet Gesture Lorne Michaels Made For SNL’s Maya Rudolph After Finding Out … section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link |
'Be Honest': Jim Parsons Was Asked How He Really Feels About People Yelling 'Ba… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link |
More Drama At CBS News? What’s Going On With Gayle King And Those Contract Comm… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link |
I Wish More People Talked About This 2009 Rom Com And How It Depicts Asperger's… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link |
Could Scarlett Johansson Or Another Actress Break Zoe Saldaña’s Box Office Reco… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link |
The Wildly Short Amount Of Time It Took For Love On The Spectrum To Decide To C… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link |
‘Hollywood Is A Different Animal For Women.’ Florence Pugh On The Double Standa… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link |
The Rock Says Moana Represents ‘What Real Masculinity Looks Like’ (And Say It L… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link |
I’m Still Sad Good Omens’ Final Season Is Just One Long Episode, But The Direct… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link |
The Boys Is Ending With Season 5, But Jensen Ackles Says The Run Has A Big Impa… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link |
The 'Moment' In Mother Mary Where Anne Hathaway Proved She Could Nail Playing A… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link |
Rob Cesternino Explains How Cirie’s Been Flying Under The Radar In Survivor 50
… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link |
Stranger Things: Tales From ‘85 EP Shares Take On New Character Not Being Menti… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link |
The Wildly Short Amount Of Time It Took For Love On The Spectrum To Decide To C… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link |
Lee Cronin's The Mummy Has Some Gnarly Skin-Flaying Scenes (And We Had To Ask H… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link |
I Love The Cool Story Behind How Jaafar Jackson Debuted His Moonwalk
By Sarah … section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link |
You, Me & Tuscany Review: Halle Bailey And Regé-Jean Page’s Rom-Com Is Giving R… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link |
The Drama Review: Zendaya And Robert Pattinson’s Anti-Rom Com Delivers On The T… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link |
The Super Mario Galaxy Movie Review: I Really Wish They Just Made A Star Fox Mo… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link |
Peaky Blinders: The Immortal Man Review: Cillian Murphy And Barry Keoghan Prope… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link |
Project Hail Mary's Author Lives In Fear Of Getting Called Out By Neil DeGrasse… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link |
19 Sexually Explicit Movies Streaming On Paramount+
By Philip Sledge last upda… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link |
WWE Got The Randy Orton And Cody Rhodes WrestleMania Finish Wrong, But There's … section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link |
I'm Against Scott Bakula's Star Trek Enterprise Sequel Pitch. Here's Why
By Mi… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link |
Prime Video Subscription: The Plan, The Price And What’s Included
By Philip Sl… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link |
The Boys Is Ending With Season 5, But Jensen Ackles Says The Run Has A Big Impa… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link |
The 'Moment' In Mother Mary Where Anne Hathaway Proved She Could Nail Playing A… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link |
Did Elle Fanning Use A Body Double For Margo’s Got Money Troubles’ Nude Scenes?… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link |
I Love The Cool Story Behind How Jaafar Jackson Debuted His Moonwalk
By Sarah … section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link |
What Happened When Gina Carano Spoke With Lucasfilm’s Dave Filoni And Jon Favre… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link |
Beef Season 2 Director Breaks Down The Finale’s Wild Fight Sequence (And The Th… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link |
Why PR Experts And Social Media Stars Think Megan Fox Is Losing Out On Millions… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link |
Why Is Body Horror Making A Big Comeback? James Wan And Lee Cronin Have Thought… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link |
X-Men Got A Blunt Piece Of Feedback From Execs Ahead Of Its Release Decades Ago… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link |
One Star Definitely Won't Be Returning For The Secret Lives Of Mormon Wives, Bu… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link |
I Just Learned Tim McGraw Is Playing The Most Brutal Role Of His Career, And I’… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link |
19 Sexually Explicit Movies Streaming On Paramount+
By Philip Sledge last upda… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link |
Just A Friendly Reminder Scott Patterson’s Exit On Sullivan’s Crossing Didn’t G… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link |
WWE Got The Randy Orton And Cody Rhodes WrestleMania Finish Wrong, But There's … section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link |
Marvel Merch Seemingly Confirmed A Fan Theory About Hulk’s Return To The MCU
B… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link |
ESPN Jeopardy Is Reportedly Locking In Its Host, And It's The Perfect Choice
B… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link |
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Performance issues directly impact user engagement and conversion rates.
| Deprecation / Warning | Source |
|---|---|
| Unload event listeners are deprecated and will be removed. | bordeaux.futurecdn.net/bordeaux.js line 31, col 6976 |
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 |
|---|
Ryan Gosling Explains Why He Doesn't Pick The Same Kind Of Movies Anymore div#homepage-video-playlist > ul.wdn-listv2-items > li.wdn-listv2-item > a.wdn-listv2-item-link |
The One Iconic 'Peaky Blinders' Line Barry Keoghan Honestly Didn't Feel He 'Ear… li.wdn-listv2-item-wrapper > ul.wdn-listv2-item-lists > li.wdn-listv2-item > a.wdn-listv2-item-link |
Samara Weaving Personally Pitched One Of The Best 'Ready Or Not' Moments li.wdn-listv2-item-wrapper > ul.wdn-listv2-item-lists > li.wdn-listv2-item > a.wdn-listv2-item-link |
We Did Not Anticipate Jacob Elordi Referencing 'Jackass' When We Asked About Th… li.wdn-listv2-item-wrapper > ul.wdn-listv2-item-lists > li.wdn-listv2-item > a.wdn-listv2-item-link |
Rumors Keep Rolling Around About Halle Berry In 'Doomsday,' And Chris Hemsworth… li.wdn-listv2-item-wrapper > ul.wdn-listv2-item-lists > li.wdn-listv2-item > a.wdn-listv2-item-link |
'Hamnet' Has A Tie-In To 'Eternals,' And Chloé Zhao Pointed It Out To Us li.wdn-listv2-item-wrapper > ul.wdn-listv2-item-lists > li.wdn-listv2-item > a.wdn-listv2-item-link |
Halle Berry Shared How She And Van Hunt Happened: 'I'm Convinced I Manifested M… li.wdn-listv2-item-wrapper > ul.wdn-listv2-item-lists > li.wdn-listv2-item > a.wdn-listv2-item-link |
Emerald Fennell Reveals The Reason 'Wuthering Heights' Is Rated-R, Despite Want… li.wdn-listv2-item-wrapper > ul.wdn-listv2-item-lists > li.wdn-listv2-item > a.wdn-listv2-item-link |
'GOAT' Does One Thing I've Never Seen In A Movie Before, And I Had To Ask Gabri… li.wdn-listv2-item-wrapper > ul.wdn-listv2-item-lists > li.wdn-listv2-item > a.wdn-listv2-item-link |
Chris Hemsworth Opens Up About Feeling Like A ‘Fraud’ Playing Charming Characte… li.wdn-listv2-item-wrapper > ul.wdn-listv2-item-lists > li.wdn-listv2-item > a.wdn-listv2-item-link |
Priyanka Chopra Jonas Is Making Her First Indian Movie In Years, And She Had On… li.wdn-listv2-item-wrapper > ul.wdn-listv2-item-lists > li.wdn-listv2-item > a.wdn-listv2-item-link |
I Loved Paul Mescal In 'Hamnet,' But His Favorite Part Of The Movie Surprised Me li.wdn-listv2-item-wrapper > ul.wdn-listv2-item-lists > li.wdn-listv2-item > a.wdn-listv2-item-link |
Callum Turner Shares The Sweet Moment That Made Him Fall In Love With Fiancé Du… li.wdn-listv2-item-wrapper > ul.wdn-listv2-item-lists > li.wdn-listv2-item > a.wdn-listv2-item-link |
‘IT’ Filmmakers Andy And Barbara Muschietti Explain A Line In Horror Films They… li.wdn-listv2-item-wrapper > ul.wdn-listv2-item-lists > li.wdn-listv2-item > a.wdn-listv2-item-link |
Why Vincent D’Onofrio And Charlie Cox Keep Coming Back To Play Daredevil And Fi… li.wdn-listv2-item-wrapper > ul.wdn-listv2-item-lists > li.wdn-listv2-item > a.wdn-listv2-item-link |
George Clooney Opens Up About How Much He Failed Before 'ER' li.wdn-listv2-item-wrapper > ul.wdn-listv2-item-lists > li.wdn-listv2-item > a.wdn-listv2-item-link |
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 |
|---|
div#botr_homepage-video-playlist_utdFDEYD_div_1 > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img div#botr_homepage-video-playlist_utdFDEYD_div_1 > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img |
div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img |
div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img |
div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img |
div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img |
div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img |
div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img |
div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img |
div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img |
div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img |
div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img |
div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img |
div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img |
div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img |
div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img |
div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-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.00 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.38 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
0 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.001
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
1.52 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.
1.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.
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.
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img | assets-jpcust.jwpsrv.com/thumbnails/syUOTVRF-720.jpg | 99.7 KiB | 94.3 KiB |
div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img | assets-jpcust.jwpsrv.com/thumbnails/hneosqh4-720.jpg | 99.2 KiB | 93.8 KiB |
div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img | assets-jpcust.jwpsrv.com/thumbnails/a7votg7m-720.jpg | 99.5 KiB | 93.8 KiB |
div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img | assets-jpcust.jwpsrv.com/thumbnails/elwb57ux-720.jpg | 76.7 KiB | 71.3 KiB |
div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img | assets-jpcust.jwpsrv.com/thumbnails/242YLo7e-720.jpg | 72.8 KiB | 67.4 KiB |
div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img | assets-jpcust.jwpsrv.com/thumbnails/3IXf1HFI-720.jpg | 69.1 KiB | 63.7 KiB |
div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img | assets-jpcust.jwpsrv.com/thumbnails/mfz1Rkjb-720.jpg | 65.3 KiB | 59.9 KiB |
div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img | assets-jpcust.jwpsrv.com/thumbnails/k645mel7-720.jpg | 59.0 KiB | 53.6 KiB |
div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img | assets-jpcust.jwpsrv.com/thumbnails/Bq0Swief-720.jpg | 55.7 KiB | 50.3 KiB |
div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img | assets-jpcust.jwpsrv.com/thumbnails/xSZZE1Ej-720.jpg | 49.6 KiB | 44.2 KiB |
div#botr_homepage-video-playlist_utdFDEYD_div_1 > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img div#botr_homepage-video-playlist_utdFDEYD_div_1 > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img | assets-jpcust.jwpsrv.com/thumbnails/O7YEyJIH-720.jpg | 81.3 KiB | 43.1 KiB |
Ryan Gosling holding up a ball in Project Hail Mary div.image-remove-flow-width-setter > div.image-remove-reflow-container > picture > img | cdn.mos.cms.futurecdn.net/TWfShbuLVsVDmqHdoMdp3Y-840-80.jpg.webp | 51.1 KiB | 36.1 KiB |
From right to left, Timothee Chalamet, Kylie Jenner, Kendall Jenner, and Jacob … div.image-remove-flow-width-setter > div.image-remove-reflow-container > picture > img | cdn.mos.cms.futurecdn.net/exD3WmRiWNsGpwC4Nkshq9-840-80.jpg.webp | 38.9 KiB | 34.0 KiB |
Josh Hutcherson in Hunger Games: Catching Fire and Taylor Swift in Eras Tour se… div.image-remove-flow-width-setter > div.image-remove-reflow-container > picture > img | cdn.mos.cms.futurecdn.net/F8QoNY4opzZGvs7LTExBFg-840-80.png.webp | 24.9 KiB | 21.8 KiB |
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Duration |
|---|---|---|
| search-api.fie.futurecdn.net/css/browser/master-f8e9977d/responsive.min.css | 10.6 KiB | 203 ms |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
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 |
|---|---|---|
| bordeaux.futurecdn.net/bordeaux.js | 178.6 KiB | 101.5 KiB |
| search-api.fie.futurecdn.net/js/w/es6/master-f8e9977d/responsive.js | 140.4 KiB | 86.7 KiB |
| vanilla.futurecdn.net/cinemablend/1611924/media/shared/js/bundle.connect.js | 138.1 KiB | 85.4 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-WHLXGS3C>m=4e64k0 | 165.9 KiB | 83.3 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-N2P8Q2TW>m=4e64k0 | 124.9 KiB | 72.6 KiB |
| www.googletagmanager.com/gtag/js?id=G-YZXJWP8LVC&cx=c>m=4e64k0 | 145.1 KiB | 58.8 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-WWBWRXL | 143.0 KiB | 47.4 KiB |
| content.jwplatform.com/libraries/utdFDEYD.js | 67.6 KiB | 42.2 KiB |
| /cinemablend/1611924/media/shared/js/main.DcB9tpsv.bundle.js | 104.0 KiB | 41.9 KiB |
| sdk.mrf.io/statics/marfeel-sdk.js?id=7842 | 64.6 KiB | 24.1 KiB |
| www.cinemablend.com/vite/assets/vendor-DH-HcC7C.js | 40.4 KiB | 22.7 KiB |
| search-api.fie.futurecdn.net/js/w/es6/master-f8e9977d/hawklinks.js | 38.4 KiB | 22.2 KiB |
| sdk.mrf.io/statics/47bd3e88b6bda15c34ce.js | 23.9 KiB | 22.1 KiB |
Many navigations are performed by going back to a previous page, or forwards again. The back/forward cache (bfcache) can speed up these return navigations. Learn more about the bfcache
Performance issues directly impact user engagement and conversion rates.
| Failure reason | Failure type |
|---|---|
| The page has an unload handler in the main frame. | Actionable |
| Pages with cache-control:no-store header cannot enter back/forward cache. | Actionable |
| Pages whose main resource has cache-control:no-store cannot enter back/forward cache. | Not actionable |
| Back/forward cache is disabled because some JavaScript network request received resource with Cache-Control: no-store header. | Not actionable |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
More information about the performance of your application. These numbers don't directly affect the Performance score.
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 |
|---|---|
| cinemablend.com/ | 240 ms |
| www.cinemablend.com/ | 0.0 ms |
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.
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div#botr_homepage-video-playlist_utdFDEYD_div_1 > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img div#botr_homepage-video-playlist_utdFDEYD_div_1 > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img |
div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img |
div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img |
div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img |
div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img |
div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img |
div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img |
div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img |
div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img |
div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img |
div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img |
div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img |
div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img |
div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img |
div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img |
div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img |
Labels ensure that form controls are announced properly by assistive technologies, like screen readers. Learn more about form element labels.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.newsletter-form__container > section.newsletter-form__main-section > form.newsletter-form__form > input.form__email-input div.newsletter-form__container > section.newsletter-form__main-section > form.newsletter-form__form > input.form__email-input |
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.
Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
A Wild Elden Ring Character From The Games Will Appear In The Movie, And I'm Hy… div.wdn-fte-rcr > div.list-text-links > div.listingResult > a.article-link |
Hulk Hogan Got Real About One Career Change He Would've Made (And I Was Genuine… div.wdn-fte-rcr > div.list-text-links > div.listingResult > a.article-link |
One Of Geena Davis' First Instagram Posts Is A Madonna Reunion, And A League Of… div.wdn-fte-rcr > div.list-text-links > div.listingResult > a.article-link |
I Didn't Get To See The Avengers: Doomsday Trailer Because I Wasn't At CinemaCo… div.mainCarousel > section#homePageCarousel > div#Item1 > a.article-link |
‘Nothing Can Stop’ JLo From Proving Gen X Can Still Rock Low Rise Pants As The … div.mainCarousel > section#homePageCarousel > div#Item4 > a.article-link |
Project Hail Mary's Author Lives In Fear Of Getting Called Out By Neil DeGrasse… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link |
‘Funny Sight.’ Emily Blunt Went To Great Lengths To Keep Devil Wears Prada 2 Dr… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link |
How Timothèe Chalamet Awards And One ‘Alpha’ Sister Moment Reportedly Hooked Ke… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link |
It Was Basically The Hunger Games Online When Josh Hutcherson Mentioned He Wasn… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link |
Get Some Great Stranger Things: Tales From '85 Gifts With The Latest Issue Of S… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link |
Jonah Hill Has One Resounding Memory After Filming This Is the End with Rihanna… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link |
A How To Train Your Dragon 2 Crew Member Lost Fingers While The Sequel Was Film… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link |
The 10 Biggest Winners In Jeopardy History
By Heidi Venable, Hugh Scott last u… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link |
Big Brother Could Get A Major Shakeup Ahead Of Season 28, And Netflix Is Involv… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link |
I Didn't Have An Office Reunion On My Devil Wears Prada Bingo Card, But See Joh… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link |
Hassie Harrison Is Gonna Go Ahead And Agree To Disagree With Stephen Amell Over… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link |
The Sweet Gesture Lorne Michaels Made For SNL’s Maya Rudolph After Finding Out … section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link |
'Be Honest': Jim Parsons Was Asked How He Really Feels About People Yelling 'Ba… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link |
More Drama At CBS News? What’s Going On With Gayle King And Those Contract Comm… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link |
I Wish More People Talked About This 2009 Rom Com And How It Depicts Asperger's… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link |
Could Scarlett Johansson Or Another Actress Break Zoe Saldaña’s Box Office Reco… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link |
The Wildly Short Amount Of Time It Took For Love On The Spectrum To Decide To C… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link |
‘Hollywood Is A Different Animal For Women.’ Florence Pugh On The Double Standa… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link |
The Rock Says Moana Represents ‘What Real Masculinity Looks Like’ (And Say It L… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link |
I’m Still Sad Good Omens’ Final Season Is Just One Long Episode, But The Direct… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link |
The Boys Is Ending With Season 5, But Jensen Ackles Says The Run Has A Big Impa… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link |
The 'Moment' In Mother Mary Where Anne Hathaway Proved She Could Nail Playing A… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link |
Rob Cesternino Explains How Cirie’s Been Flying Under The Radar In Survivor 50
… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link |
Stranger Things: Tales From ‘85 EP Shares Take On New Character Not Being Menti… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link |
The Wildly Short Amount Of Time It Took For Love On The Spectrum To Decide To C… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link |
Lee Cronin's The Mummy Has Some Gnarly Skin-Flaying Scenes (And We Had To Ask H… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link |
I Love The Cool Story Behind How Jaafar Jackson Debuted His Moonwalk
By Sarah … section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link |
You, Me & Tuscany Review: Halle Bailey And Regé-Jean Page’s Rom-Com Is Giving R… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link |
The Drama Review: Zendaya And Robert Pattinson’s Anti-Rom Com Delivers On The T… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link |
The Super Mario Galaxy Movie Review: I Really Wish They Just Made A Star Fox Mo… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link |
Peaky Blinders: The Immortal Man Review: Cillian Murphy And Barry Keoghan Prope… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link |
Project Hail Mary's Author Lives In Fear Of Getting Called Out By Neil DeGrasse… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link |
19 Sexually Explicit Movies Streaming On Paramount+
By Philip Sledge last upda… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link |
WWE Got The Randy Orton And Cody Rhodes WrestleMania Finish Wrong, But There's … section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link |
I'm Against Scott Bakula's Star Trek Enterprise Sequel Pitch. Here's Why
By Mi… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link |
Prime Video Subscription: The Plan, The Price And What’s Included
By Philip Sl… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link |
The Boys Is Ending With Season 5, But Jensen Ackles Says The Run Has A Big Impa… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link |
The 'Moment' In Mother Mary Where Anne Hathaway Proved She Could Nail Playing A… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link |
Did Elle Fanning Use A Body Double For Margo’s Got Money Troubles’ Nude Scenes?… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link |
I Love The Cool Story Behind How Jaafar Jackson Debuted His Moonwalk
By Sarah … section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link |
What Happened When Gina Carano Spoke With Lucasfilm’s Dave Filoni And Jon Favre… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link |
Beef Season 2 Director Breaks Down The Finale’s Wild Fight Sequence (And The Th… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link |
Why PR Experts And Social Media Stars Think Megan Fox Is Losing Out On Millions… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link |
Why Is Body Horror Making A Big Comeback? James Wan And Lee Cronin Have Thought… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link |
X-Men Got A Blunt Piece Of Feedback From Execs Ahead Of Its Release Decades Ago… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link |
One Star Definitely Won't Be Returning For The Secret Lives Of Mormon Wives, Bu… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link |
I Just Learned Tim McGraw Is Playing The Most Brutal Role Of His Career, And I’… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link |
19 Sexually Explicit Movies Streaming On Paramount+
By Philip Sledge last upda… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link |
Just A Friendly Reminder Scott Patterson’s Exit On Sullivan’s Crossing Didn’t G… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link |
WWE Got The Randy Orton And Cody Rhodes WrestleMania Finish Wrong, But There's … section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link |
Marvel Merch Seemingly Confirmed A Fan Theory About Hulk’s Return To The MCU
B… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link |
ESPN Jeopardy Is Reportedly Locking In Its Host, And It's The Perfect Choice
B… section.listingResultsWrapper > div.listingResults > div.listingResult > a.article-link |
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Performance issues directly impact user engagement and conversion rates.
| Deprecation / Warning | Source |
|---|---|
| Unload event listeners are deprecated and will be removed. | bordeaux.futurecdn.net/bordeaux.js line 31, col 6976 |
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 |
|---|
Ryan Gosling Explains Why He Doesn't Pick The Same Kind Of Movies Anymore div#homepage-video-playlist > ul.wdn-listv2-items > li.wdn-listv2-item > a.wdn-listv2-item-link |
The One Iconic 'Peaky Blinders' Line Barry Keoghan Honestly Didn't Feel He 'Ear… li.wdn-listv2-item-wrapper > ul.wdn-listv2-item-lists > li.wdn-listv2-item > a.wdn-listv2-item-link |
Samara Weaving Personally Pitched One Of The Best 'Ready Or Not' Moments li.wdn-listv2-item-wrapper > ul.wdn-listv2-item-lists > li.wdn-listv2-item > a.wdn-listv2-item-link |
We Did Not Anticipate Jacob Elordi Referencing 'Jackass' When We Asked About Th… li.wdn-listv2-item-wrapper > ul.wdn-listv2-item-lists > li.wdn-listv2-item > a.wdn-listv2-item-link |
Rumors Keep Rolling Around About Halle Berry In 'Doomsday,' And Chris Hemsworth… li.wdn-listv2-item-wrapper > ul.wdn-listv2-item-lists > li.wdn-listv2-item > a.wdn-listv2-item-link |
'Hamnet' Has A Tie-In To 'Eternals,' And Chloé Zhao Pointed It Out To Us li.wdn-listv2-item-wrapper > ul.wdn-listv2-item-lists > li.wdn-listv2-item > a.wdn-listv2-item-link |
Halle Berry Shared How She And Van Hunt Happened: 'I'm Convinced I Manifested M… li.wdn-listv2-item-wrapper > ul.wdn-listv2-item-lists > li.wdn-listv2-item > a.wdn-listv2-item-link |
Emerald Fennell Reveals The Reason 'Wuthering Heights' Is Rated-R, Despite Want… li.wdn-listv2-item-wrapper > ul.wdn-listv2-item-lists > li.wdn-listv2-item > a.wdn-listv2-item-link |
'GOAT' Does One Thing I've Never Seen In A Movie Before, And I Had To Ask Gabri… li.wdn-listv2-item-wrapper > ul.wdn-listv2-item-lists > li.wdn-listv2-item > a.wdn-listv2-item-link |
Chris Hemsworth Opens Up About Feeling Like A ‘Fraud’ Playing Charming Characte… li.wdn-listv2-item-wrapper > ul.wdn-listv2-item-lists > li.wdn-listv2-item > a.wdn-listv2-item-link |
Priyanka Chopra Jonas Is Making Her First Indian Movie In Years, And She Had On… li.wdn-listv2-item-wrapper > ul.wdn-listv2-item-lists > li.wdn-listv2-item > a.wdn-listv2-item-link |
I Loved Paul Mescal In 'Hamnet,' But His Favorite Part Of The Movie Surprised Me li.wdn-listv2-item-wrapper > ul.wdn-listv2-item-lists > li.wdn-listv2-item > a.wdn-listv2-item-link |
Callum Turner Shares The Sweet Moment That Made Him Fall In Love With Fiancé Du… li.wdn-listv2-item-wrapper > ul.wdn-listv2-item-lists > li.wdn-listv2-item > a.wdn-listv2-item-link |
‘IT’ Filmmakers Andy And Barbara Muschietti Explain A Line In Horror Films They… li.wdn-listv2-item-wrapper > ul.wdn-listv2-item-lists > li.wdn-listv2-item > a.wdn-listv2-item-link |
Why Vincent D’Onofrio And Charlie Cox Keep Coming Back To Play Daredevil And Fi… li.wdn-listv2-item-wrapper > ul.wdn-listv2-item-lists > li.wdn-listv2-item > a.wdn-listv2-item-link |
George Clooney Opens Up About How Much He Failed Before 'ER' li.wdn-listv2-item-wrapper > ul.wdn-listv2-item-lists > li.wdn-listv2-item > a.wdn-listv2-item-link |
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 |
|---|
div#botr_homepage-video-playlist_utdFDEYD_div_1 > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img div#botr_homepage-video-playlist_utdFDEYD_div_1 > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img |
div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img |
div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img |
div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img |
div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img |
div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img |
div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img |
div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img |
div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img |
div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img |
div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img |
div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img |
div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img |
div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img |
div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img |
div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img div.v2-listing-image-layout > div.v2-listing-image-wrapper > picture > img.v2-listing-image-img |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Send Feedback