Mobile 375 × 812

Desktop 1440 × 900

Score: 74 / 100
Based on 8 categories, 0 sections
Decent speed, but optimizing further could improve engagement.
Several missing protections leave your users and data exposed.
Several issues make your site difficult for assistive technology users.
Well-optimized for search — your content is discoverable.
Solid infrastructure — fast server responses across the board.
Mostly compliant — a few items need attention.
Rich content metadata — your pages look great everywhere.
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.
No Content-Security-Policy header found
Security gaps expose your site and users to attacks, eroding trust.
14 button(s) with no accessible text
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
4 link(s) with no accessible text
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
No <main> landmark found
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/5c1a0096-8adb-46b7-9002-db40a741bee0)<a href="https://beavercheck.com/results/5c1a0096-8adb-46b7-9002-db40a741bee0"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Findiewire.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Findiewire.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 ~28%.
Page takes 4.4s to load
+12% bounceUsers abandon at ~3s — you're 1.9s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 1.2s
+5% bounceClicks on the primary CTA are ignored while JavaScript runs
Fix: Break up long tasks; defer non-critical JavaScript to post-hydration
No HSTS header
+1% bounceReturning visitors are briefly exposed to downgrade attacks on first request
Fix: Set Strict-Transport-Security: max-age=31536000; includeSubDomains
No Content-Security-Policy header
+1% bounceHigher XSS blast radius — one compromised script can exfiltrate the checkout form
Fix: Ship a reporting-only CSP first, then enforce once violations are clean
No skip-to-content link
+1% bounceKeyboard and screen-reader users must tab through the entire header on every page
Fix: Add a visible-on-focus <a href="#main">Skip to content</a> as the first focusable element
4 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.
$550 investment → $3,302/month returns + USD 157,500 risk avoided
$550
6h · 5 findings
$3,302 /mo
~$39,623 / 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.
5.5 developer hours at $100/hr
Based on United States rates ($100/hr)
Start here for the best return on investment
$13,125 / month at risk
~$157,506 / year if left unfixed
$157,500
+5 more
$0.50 /mo
6234.6 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.
3.86 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
4.38 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
1.18 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.
5.76 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.
14.96 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.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
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.
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.
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 | |
|---|---|---|---|
Breaking News
Breaking News Alerts, when it happens, delivered throughout the d… div._gutenbergContent_1njrp_1 > div._inner_1njrp_1 > div._newsletter_ixyx8_1 > div._inner_ixyx8_1 | /wp-content/plugins/pmc-plugins/pmc-nova/wp-assets/compon... | 252.1 KiB | 189.6 KiB |
Mile End Kicks figure._imageWrapper_8h59m_1 > a > div._image_8h59m_1 > img | /wp-content/uploads/2025/09/mile-end-kicks-01.webp?w=600&... | 37.1 KiB | 4.2 KiB |
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 |
|---|---|
| indiewire.com/ | 899 ms |
| www.indiewire.com/ | 0.0 ms |
Keep the server response time for the main document short because all other requests depend on it. Learn more about the Time to First Byte metric.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| www.indiewire.com/ | 860 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.
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 |
|---|---|---|---|
| cdn.cookielaw.org/scripttemplates/202511.1.0/otBannerSdk.js | 643 ms | 521 ms | 47 ms |
| Unattributable | 640 ms | 124 ms | 0.0 ms |
| www.indiewire.com/ | 623 ms | 60 ms | 23 ms |
| cdn.cookielaw.org/scripttemplates/202511.1.0/otTCF.js | 525 ms | 463 ms | 5.7 ms |
| www.indiewire.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1 | 469 ms | 32 ms | 8.3 ms |
| ads.blogherads.com/static/chunks/5273.eec6f62e6c9beefc4be4.js | 299 ms | 268 ms | 28 ms |
| www.googletagmanager.com/gtag/js?id=G-3QZ1BLEPP5&ver=6.7.5 | 177 ms | 134 ms | 42 ms |
| /p/320810193/connatix.player.js?cid=1ffe63de-eb53-11e9-b4... | 136 ms | 86 ms | 49 ms |
| www.googletagmanager.com/gtm.js?id=GTM-W3K4Q7 | 126 ms | 90 ms | 35 ms |
| html-load.com/loader.min.js | 112 ms | 96 ms | 12 ms |
| /_static/??-eJylksFOxDAMRH+IbMQKbbkgvsWNva2L60Rx0tK/JwtCg... | 106 ms | 65 ms | 5.4 ms |
| pagead2.googlesyndication.com/pagead/js/adsbygoogle.js | 70 ms | 55 ms | 15 ms |
| phoneresult.com/chunks/l99ump/k60tc0.module.js | 61 ms | 48 ms | 8.8 ms |
| cdn.cookielaw.org/scripttemplates/otSDKStub.js | 60 ms | 51 ms | 3.2 ms |
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Script Evaluation | 2.2 s |
| Style & Layout | 776 ms |
| Other | 633 ms |
| Script Parsing & Compilation | 335 ms |
| Parse HTML & CSS | 143 ms |
| Garbage Collection | 96 ms |
| Rendering | 67 ms |
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| cdn.cookielaw.org/opt-out/otCCPAiab.js | 5.8 KiB | 2.6 KiB |
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| 21.8 KiB | 18.7 KiB | |
| /* Nova Component Token Definitions */ /* Nova Component Styles */ ._adUnit_bmiei_1[data-disable-s… | 24.7 KiB | 13.8 KiB |
| /_static/??-eJydktFuwyAMRX9oFLWamr1M+xZivMUq4Mg2qdKvH4kya... | 15.8 KiB | 12.7 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 |
|---|---|---|
| ads.blogherads.com/static/chunks/5273.eec6f62e6c9beefc4be4.js | 131.9 KiB | 105.3 KiB |
| /p/320810193/connatix.player.js?cid=1ffe63de-eb53-11e9-b4... | 138.5 KiB | 94.7 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-W3K4Q7 | 128.6 KiB | 64.2 KiB |
| www.googletagmanager.com/gtag/js?id=G-3QZ1BLEPP5&ver=6.7.5 | 153.0 KiB | 62.7 KiB |
| cdn.cookielaw.org/scripttemplates/202511.1.0/otBannerSdk.js | 124.3 KiB | 58.6 KiB |
| ads.blogherads.com/static/chunks/3622.7d0e84ccad5146cd86e6.js | 50.1 KiB | 41.3 KiB |
| pagead2.googlesyndication.com/pagead/js/adsbygoogle.js | 54.1 KiB | 35.0 KiB |
| ads.blogherads.com/static/chunks/831.b113b40433677910de75.js | 43.0 KiB | 34.9 KiB |
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.
Ramy Youssef Trolls MAGA Backlash to His ‘Sesame Street’ Episode Where Elmo Spo… div > figure._imageWrapper_8h59m_1 > div._image_8h59m_1 > img |
Bob Dylan Adds Even More ‘Rough and Rowdy Ways’ Tour Dates div > figure._imageWrapper_8h59m_1 > div._image_8h59m_1 > img |
Melissa McCarthy In Talks To Star In Thriller ‘Turpentine’ From Director Craig … div > figure._imageWrapper_8h59m_1 > div._image_8h59m_1 > img |
Haslams Pay $205M for NWSL Expansion Team in Columbus div > figure._imageWrapper_8h59m_1 > div._image_8h59m_1 > img |
More information about the performance of your application. These numbers don't directly affect the Performance score.
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
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 |
|---|
IndieWire is a part of Penske Media Corporation. © 2026 IndieWire Media, LLC. A… div._footerWrapper_1o0kf_1 > div._footerCopyright_akspj_1 > div._inner_akspj_1 > div._text_y7yck_1 |
List of Partners (vendors) div.ot-dpd-container > div.ot-dpd-content > p.ot-dpd-desc > button.ot-link-btn |
These are opportunities to improve the legibility of your content.
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div._headerMobile_1bjnv_1 > div._inner_1bjnv_1 > div._logo_1bjnv_1 > a div._headerMobile_1bjnv_1 > div._inner_1bjnv_1 > div._logo_1bjnv_1 > a |
ul._list_hgv74_1 > li > div._button_1tc6x_1 > a._inner_1tc6x_1 ul._list_hgv74_1 > li > div._button_1tc6x_1 > a._inner_1tc6x_1 |
ul._list_hgv74_1 > li > div._button_1tc6x_1 > a._inner_1tc6x_1 ul._list_hgv74_1 > li > div._button_1tc6x_1 > a._inner_1tc6x_1 |
ul._list_hgv74_1 > li > div._button_1tc6x_1 > a._inner_1tc6x_1 ul._list_hgv74_1 > li > div._button_1tc6x_1 > a._inner_1tc6x_1 |
ul._list_hgv74_1 > li > div._button_1tc6x_1 > a._inner_1tc6x_1 ul._list_hgv74_1 > li > div._button_1tc6x_1 > a._inner_1tc6x_1 |
ul._list_hgv74_1 > li > div._button_1tc6x_1 > a._inner_1tc6x_1 ul._list_hgv74_1 > li > div._button_1tc6x_1 > a._inner_1tc6x_1 |
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.
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Performance issues directly impact user engagement and conversion rates.
| Deprecation / Warning | Source |
|---|---|
| Topics | ads.blogherads.com/static/chunks/3622.7d0e84ccad5146cd86e6.js line 1, col 55741 |
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 |
|---|---|
ads.blogherads.com/static/chunks/5273.eec6f62e6c9beefc4be4.js line 1, col 288164 | %cP%cM%cC Atlas MG padding: 2px 1px 2px 10px; border-radius: 7px 0 0 7px; background-color: black; color: white; padding: 2px 1px; background-color: black; color: #ed1c24; padding: 2px 10px 2px 1px; border-radius: 0 7px 7px 0; background-color: black; color: white; Error: Time to wait for consent has expired.
at s (https://ads.blogherads.com/static/chunks/5273.eec6f62e6c9beefc4be4.js:2:106729)
at Y (<anonymous>:1:2216) |
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Descriptive link text helps search engines understand your content. Learn how to make links more accessible.
Performance issues directly impact user engagement and conversion rates.
| Link destination | Link Text |
|---|---|
| www.indiewire.com/t/top-of-the-line/ | SEE MORE |
| www.indiewire.com/t/film/ | SEE MORE |
| www.indiewire.com/t/tv/ | SEE MORE |
| www.indiewire.com/c/awards/ | SEE MORE |
| pmc.com/privacy-policy/#cookies | More information |
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.12 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.59 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
16 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.000
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
1.56 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.
2.48 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.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
Digger figure._imageWrapper_8h59m_1 > a > div._image_8h59m_1 > img | www.indiewire.com/wp-content/uploads/2026/01/Digger.png?w=1781&h=1002&crop=1 | 672.6 KiB | 666.7 KiB |
MICHAEL, Jaafar Jackson as Michael Jackson, 2026. ph: Glen Wilson / © Lionsgate… figure._imageWrapper_8h59m_1 > a > div._image_8h59m_1 > img | /wp-content/uploads/2026/04/MCDMICH_LG034.jpg?w=3000&h=16... | 516.1 KiB | 485.7 KiB |
Blue Heron figure._imageWrapper_8h59m_1 > a > div._image_8h59m_1 > img | /wp-content/uploads/2025/08/Blue-Heron_1.jpg?w=3000&h=168... | 360.4 KiB | 357.8 KiB |
Barbie Ferreira at the 98th Annual Oscars held at Dolby Theatre on March 15, 20… figure._imageWrapper_8h59m_1 > a > div._image_8h59m_1 > img | /wp-content/uploads/2026/04/GettyImages-2266262257.jpg?w=... | 175.6 KiB | 169.5 KiB |
Brad Pitt and Jason Patric in 'Sleepers' figure._imageWrapper_8h59m_1 > a > div._image_8h59m_1 > img | /wp-content/uploads/2026/04/Sleepers_4K_H_KitPhoto04_3840... | 170.4 KiB | 168.2 KiB |
Patton Oswalt, Jason Momoa, Timothée Chalamet, Zendaya and Denis Villeneuve at … figure._imageWrapper_8h59m_1 > a > div._image_8h59m_1 > img | www.indiewire.com/wp-content/uploads/2026/04/P105JQRW.jpg?w=2000&h=1333&crop=1 | 137.0 KiB | 134.4 KiB |
HOLLYWOOD, CALIFORNIA - DECEMBER 12: Robert Eggers attends the Los Angeles prem… figure._imageWrapper_8h59m_1 > a > div._image_8h59m_1 > img | /wp-content/uploads/2026/04/GettyImages-2189693668.jpg?w=... | 119.0 KiB | 118.1 KiB |
Jason Bateman in 'DTF St. Louis' Episode 7, the finale figure._imageWrapper_8h59m_1 > a > div._image_8h59m_1 > img | /wp-content/uploads/2026/04/DTF-St-Louis-Episode-7-Jason-... | 94.8 KiB | 89.7 KiB |
Breaking News
Breaking News Alerts, when it happens, delivered throughout the d… div._gutenbergContent_1njrp_1 > div._inner_1njrp_1 > div._newsletter_ixyx8_1 > div._inner_ixyx8_1 | /wp-content/plugins/pmc-plugins/pmc-nova/wp-assets/compon... | 149.3 KiB | 64.1 KiB |
Mile End Kicks figure._imageWrapper_8h59m_1 > a > div._image_8h59m_1 > img | /wp-content/uploads/2025/09/mile-end-kicks-01.webp?w=1200... | 68.1 KiB | 63.7 KiB |
Michelle Pfeiffer and Elle Fanning in 'Margo's Got Money Troubles,' a new serie… figure._imageWrapper_8h59m_1 > a > div._image_8h59m_1 > img | /wp-content/uploads/2026/03/Margos-Got-Money-Troubles-ser... | 60.0 KiB | 56.7 KiB |
Anne Hathaway in Mother Mary figure._imageWrapper_8h59m_1 > a > div._image_8h59m_1 > img | /wp-content/uploads/2026/04/Mother-Mary-1.webp?w=1200&h=6... | 66.3 KiB | 52.0 KiB |
'The Odyssey' figure._imageWrapper_8h59m_1 > a > div._image_8h59m_1 > img | /wp-content/uploads/2025/03/Gm4zagNXYAAzn-o.jpg?w=1200&h=... | 50.5 KiB | 48.2 KiB |
Lee Cronin's The Mummy figure._imageWrapper_8h59m_1 > a > div._image_8h59m_1 > img | /wp-content/uploads/2026/04/rev-1-TMY-TRL-018_High_Res_JP... | 47.6 KiB | 44.3 KiB |
Hannah Einbinder and Jean Smart in 'Hacks' Season 5, the final season of the HB… figure._imageWrapper_8h59m_1 > a > div._image_8h59m_1 > img | /wp-content/uploads/2026/04/Hacks-Season-5-Jean-Smart-Han... | 42.9 KiB | 40.8 KiB |
MALCOLM IN THE MIDDLE new season stars JANE KACZMAREK, BRYAN CRANSTON figure._imageWrapper_8h59m_1 > a > div._image_8h59m_1 > img | /wp-content/uploads/2026/04/Malcolm-in-the-Middle-new-sea... | 43.1 KiB | 40.8 KiB |
Michaela Coel and Ian McKellen in The Christophers figure._imageWrapper_8h59m_1 > a > div._image_8h59m_1 > img | /wp-content/uploads/2025/09/THE-CHRISTOPHERS_STILL-1.jpeg... | 42.7 KiB | 40.0 KiB |
Zendaya in 'Euphoria' Season 3 figure._imageWrapper_8h59m_1 > a > div._image_8h59m_1 > img | /wp-content/uploads/2025/12/Euphoria-Season-3-release-dat... | 41.1 KiB | 37.2 KiB |
New HBO series 'Half Man' stars Jamie Bell and Richard Gadd. The show will be r… figure._imageWrapper_8h59m_1 > a > div._image_8h59m_1 > img | /wp-content/uploads/2026/03/Half-Man-series-HBO-release-d... | 37.2 KiB | 33.5 KiB |
Beef Season 2 stars Oscar Isaac as Josh Martin and Carey Mulligan as Lindsay Cr… figure._imageWrapper_8h59m_1 > a > div._image_8h59m_1 > img | /wp-content/uploads/2026/04/Beef-Season-2-Netflix-release... | 29.1 KiB | 26.6 KiB |
Charli XCX in Erupcja figure._imageWrapper_8h59m_1 > a > div._image_8h59m_1 > img | www.indiewire.com/wp-content/uploads/2025/09/erupcja.jpg?w=1200&h=675&crop=1 | 26.9 KiB | 25.7 KiB |
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
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.
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 |
|---|---|
| indiewire.com/ | 413 ms |
| www.indiewire.com/ | 0.0 ms |
Keep the server response time for the main document short because all other requests depend on it. Learn more about the Time to First Byte metric.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| www.indiewire.com/ | 1.1 s |
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| /* Nova Component Token Definitions */ /* Nova Component Styles */ ._adUnit_bmiei_1[data-disable-s… | 24.7 KiB | 16.5 KiB |
| /_static/??-eJydksFuAyEMRH+oDkpUZXup+i2scbtWAK8wbLT9+kJEp... | 15.8 KiB | 12.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 |
|---|---|---|
| ads.blogherads.com/static/chunks/5273.eec6f62e6c9beefc4be4.js | 131.8 KiB | 106.0 KiB |
| /p/320810193/connatix.player.js?cid=1ffe63de-eb53-11e9-b4... | 138.5 KiB | 94.8 KiB |
| www.googletagmanager.com/gtag/js?id=G-3QZ1BLEPP5&ver=6.7.5 | 153.0 KiB | 73.9 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-W3K4Q7 | 128.6 KiB | 68.3 KiB |
| ads.blogherads.com/static/chunks/3622.7d0e84ccad5146cd86e6.js | 50.3 KiB | 41.4 KiB |
| pagead2.googlesyndication.com/pagead/js/adsbygoogle.js | 54.1 KiB | 34.9 KiB |
| ads.blogherads.com/static/chunks/831.b113b40433677910de75.js | 43.0 KiB | 34.9 KiB |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Performance issues directly impact user engagement and conversion rates.
Ramy Youssef Trolls MAGA Backlash to His ‘Sesame Street’ Episode Where Elmo Spo… div > figure._imageWrapper_8h59m_1 > div._image_8h59m_1 > img |
Bob Dylan Adds Even More ‘Rough and Rowdy Ways’ Tour Dates div > figure._imageWrapper_8h59m_1 > div._image_8h59m_1 > img |
Melissa McCarthy In Talks To Star In Thriller ‘Turpentine’ From Director Craig … div > figure._imageWrapper_8h59m_1 > div._image_8h59m_1 > img |
Haslams Pay $205M for NWSL Expansion Team in Columbus div > figure._imageWrapper_8h59m_1 > div._image_8h59m_1 > img |
More information about the performance of your application. These numbers don't directly affect the Performance score.
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
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 |
|---|
IndieWire is a part of Penske Media Corporation. © 2026 IndieWire Media, LLC. A… div._footerWrapper_1o0kf_1 > div._footerCopyright_akspj_1 > div._inner_akspj_1 > div._text_y7yck_1 |
These are opportunities to improve the legibility of your content.
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div._top_1s1vw_1 > div._inner_1s1vw_1 > div._logo_1s1vw_1 > a div._top_1s1vw_1 > div._inner_1s1vw_1 > div._logo_1s1vw_1 > 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.
Screen readers have a specific way of announcing lists. Ensuring proper list structure aids screen reader output. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
NEWS
FILM
TV
AWARDS
VIDEO
FUTURE OF FILMMAKING
TOOLKIT div > div._menu_krgw8_1 > nav._inner_krgw8_1 > ul |
ABOUT
TEAM
HOW TO PITCH STORIES AND ARTICLES TO INDIEWIRE
ADVERTISE WITH INDIEW… div._column_1d9qw_1 > div._menu_krgw8_1 > nav._inner_krgw8_1 > ul |
TERMS OF USE
PRIVACY POLICY
EU PRIVACY PREFERENCES
AD CHOICES div._column_1d9qw_1 > div._menu_krgw8_1 > nav._inner_krgw8_1 > ul |
Screen readers require list items (`<li>`) to be contained within a parent `<ul>`, `<ol>` or `<menu>` to be announced properly. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
NEWS ul > div._menuItem_k8deq_1 > div._menuItemTextWrapper_k8deq_1 > li._text_y7yck_1 |
FILM ul > div._menuItem_k8deq_1 > div._menuItemTextWrapper_k8deq_1 > li._text_y7yck_1 |
TV ul > div._menuItem_k8deq_1 > div._menuItemTextWrapper_k8deq_1 > li._text_y7yck_1 |
AWARDS ul > div._menuItem_k8deq_1 > div._menuItemTextWrapper_k8deq_1 > li._text_y7yck_1 |
VIDEO ul > div._menuItem_k8deq_1 > div._menuItemTextWrapper_k8deq_1 > li._text_y7yck_1 |
FUTURE OF FILMMAKING ul > div._menuItem_k8deq_1 > div._menuItemTextWrapper_k8deq_1 > li._text_y7yck_1 |
TOOLKIT ul > div._menuItem_k8deq_1 > div._menuItemTextWrapper_k8deq_1 > li._text_y7yck_1 |
ABOUT ul > div._menuItem_k8deq_1 > div._menuItemTextWrapper_k8deq_1 > li._text_y7yck_1 |
TEAM ul > div._menuItem_k8deq_1 > div._menuItemTextWrapper_k8deq_1 > li._text_y7yck_1 |
HOW TO PITCH STORIES AND ARTICLES TO INDIEWIRE ul > div._menuItem_k8deq_1 > div._menuItemTextWrapper_k8deq_1 > li._text_y7yck_1 |
ADVERTISE WITH INDIEWIRE ul > div._menuItem_k8deq_1 > div._menuItemTextWrapper_k8deq_1 > li._text_y7yck_1 |
CONTACT US ul > div._menuItem_k8deq_1 > div._menuItemTextWrapper_k8deq_1 > li._text_y7yck_1 |
ACCESSIBILITY STATEMENT ul > div._menuItem_k8deq_1 > div._menuItemTextWrapper_k8deq_1 > li._text_y7yck_1 |
TERMS OF USE ul > div._menuItem_k8deq_1 > div._menuItemTextWrapper_k8deq_1 > li._text_y7yck_1 |
PRIVACY POLICY ul > div._menuItem_k8deq_1 > div._menuItemTextWrapper_k8deq_1 > li._text_y7yck_1 |
EU PRIVACY PREFERENCES ul > div._menuItem_k8deq_1 > div._menuItemTextWrapper_k8deq_1 > li._text_y7yck_1 |
AD CHOICES ul > div._menuItem_k8deq_1 > div._menuItemTextWrapper_k8deq_1 > li._text_y7yck_1 |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
One main landmark helps screen reader users navigate a web page. Learn more about landmarks.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
These items highlight common accessibility best practices.
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Performance issues directly impact user engagement and conversion rates.
| Deprecation / Warning | Source |
|---|---|
| Topics | ads.blogherads.com/static/chunks/3622.7d0e84ccad5146cd86e6.js line 1, col 55741 |
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 |
|---|---|
ads.blogherads.com/static/chunks/5273.eec6f62e6c9beefc4be4.js line 1, col 288164 | %cP%cM%cC Atlas MG padding: 2px 1px 2px 10px; border-radius: 7px 0 0 7px; background-color: black; color: white; padding: 2px 1px; background-color: black; color: #ed1c24; padding: 2px 10px 2px 1px; border-radius: 0 7px 7px 0; background-color: black; color: white; Error: Time to wait for consent has expired.
at s (https://ads.blogherads.com/static/chunks/5273.eec6f62e6c9beefc4be4.js:2:106729)
at Y (<anonymous>:1:2216) |
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Descriptive link text helps search engines understand your content. Learn how to make links more accessible.
Performance issues directly impact user engagement and conversion rates.
| Link destination | Link Text |
|---|---|
| www.indiewire.com/t/top-of-the-line/ | SEE MORE |
| www.indiewire.com/t/film/ | SEE MORE |
| www.indiewire.com/t/tv/ | SEE MORE |
| www.indiewire.com/c/awards/ | SEE MORE |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Send Feedback