Mobile 375 × 812

Desktop 1440 × 900

Score: 75 / 100
Based on 8 categories, 0 sections
Decent speed, but optimizing further could improve engagement.
Several missing protections leave your users and data exposed.
Mostly accessible, but some users still face barriers.
Well-optimized for search — your content is discoverable.
Good server performance with room for optimization.
Strong compliance posture across regulations.
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.
HSTS header is missing
Security gaps expose your site and users to attacks, eroding trust.
No Content-Security-Policy header found
Security gaps expose your site and users to attacks, eroding trust.
Page weighs 21.9 MB (4.7 MB transferred)
Performance issues directly impact user engagement and conversion rates.
1 control(s) without accessible label
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/fc3b4156-e84e-4be6-859c-5a014a9994e2)<a href="https://beavercheck.com/results/fc3b4156-e84e-4be6-859c-5a014a9994e2"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fbfi.org.uk" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fbfi.org.ukThis badge auto-updates with your latest scan result.
Your site performs reasonably well, but a few targeted fixes could meaningfully improve results. Your LCP of 9.5s exceeds Google's 2.5s 'Good' threshold and the 1 performance issue below directly contributes to it. Addressing the critical issues below would have the most immediate impact on your user trust.
5 barrier(s) likely increasing bounce by ~25%.
Page takes 9.5s to load
+12% bounceUsers abandon at ~3s — you're 7.0s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 2.0s
+5% bounceClicks on the primary CTA are ignored while JavaScript runs
Fix: Break up long tasks; defer non-critical JavaScript to post-hydration
No 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
1 form field(s) without a label
+2% 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
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
£375 investment → £4,735/month returns + GBP 50,000 risk avoided
£375
5h · 5 findings
£4,735 /mo
~£56,818 / year
GBP 50,000
if kept compliant
£113 — 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.0 developer hours at £75/hr
Based on United Kingdom rates (£75/hr)
Start here for the best return on investment
£4,168 / month at risk
~£50,011 / year if left unfixed
£50,000
£0.94 /mo
14870.6 MB/mo × 0.063 GBP/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.01 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
9.51 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
1.98 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.019
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
5.31 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.
21.52 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.
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Duration |
|---|---|---|
| fonts.googleapis.com/css?family=Open+Sans:400,600,700&display=swap | 2.2 KiB | 832 ms |
| hello.myfonts.net/count/3bb155 | 373 B | 813 ms |
| cookie-cdn.cookiepro.com/scripttemplates/otSDKStub.js | 9.3 KiB | 811 ms |
| www.bfi.org.uk/dist/client/header.91accebbcdc09556dc84.css | 929 B | |
| www.bfi.org.uk/dist/client/main.91accebbcdc09556dc84.css | 859 B |
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.ArticleGrid__Articles-sc-j2cf0b-1 > article.ArticleCard__Outer-sc-1t7vdfb-0 > div.ArticleCard__PageImageContainer-sc-1t7vdfb-5 > div.ArticleCard__PageImage-sc-1t7vdfb-6 div.ArticleGrid__Articles-sc-j2cf0b-1 > article.ArticleCard__Outer-sc-1t7vdfb-0 > div.ArticleCard__PageImageContainer-sc-1t7vdfb-5 > div.ArticleCard__PageImage-sc-1t7vdfb-6 | /sites/default/files/styles/responsive/public/2026-04/sup... | 933.7 KiB | 849.3 KiB |
div.ArticleGrid__Articles-sc-j2cf0b-1 > article.ArticleCard__Outer-sc-1t7vdfb-0 > div.ArticleCard__PageImageContainer-sc-1t7vdfb-5 > div.ArticleCard__PageImage-sc-1t7vdfb-6 div.ArticleGrid__Articles-sc-j2cf0b-1 > article.ArticleCard__Outer-sc-1t7vdfb-0 > div.ArticleCard__PageImageContainer-sc-1t7vdfb-5 > div.ArticleCard__PageImage-sc-1t7vdfb-6 | /sites/default/files/styles/responsive/public/2026-04/bfi... | 113.5 KiB | 29.1 KiB |
div.ArticleGrid__Articles-sc-j2cf0b-1 > article.ArticleCard__Outer-sc-1t7vdfb-0 > div.ArticleCard__PageImageContainer-sc-1t7vdfb-5 > div.ArticleCard__PageImage-sc-1t7vdfb-6 div.ArticleGrid__Articles-sc-j2cf0b-1 > article.ArticleCard__Outer-sc-1t7vdfb-0 > div.ArticleCard__PageImageContainer-sc-1t7vdfb-5 > div.ArticleCard__PageImage-sc-1t7vdfb-6 | /sites/default/files/styles/responsive/public/2026-04/exi... | 92.1 KiB | 7.7 KiB |
div.ArticleGrid__Articles-sc-j2cf0b-1 > article.ArticleCard__Outer-sc-1t7vdfb-0 > div.ArticleCard__PageImageContainer-sc-1t7vdfb-5 > div.ArticleCard__PageImage-sc-1t7vdfb-6 div.ArticleGrid__Articles-sc-j2cf0b-1 > article.ArticleCard__Outer-sc-1t7vdfb-0 > div.ArticleCard__PageImageContainer-sc-1t7vdfb-5 > div.ArticleCard__PageImage-sc-1t7vdfb-6 | /sites/default/files/styles/responsive/public/2026-04/rom... | 89.9 KiB | 5.6 KiB |
div.PageLinks__Outer-sc-1ef9da-0 > div.Link__Outer-sc-740r5z-0 > div.Link__PageImageContainer-sc-740r5z-6 > div.Link__PageImage-sc-740r5z-7 div.PageLinks__Outer-sc-1ef9da-0 > div.Link__Outer-sc-740r5z-0 > div.Link__PageImageContainer-sc-740r5z-6 > div.Link__PageImage-sc-740r5z-7 | /sites/default/files/styles/responsive/public/2020-08/bfi... | 89.8 KiB | 5.4 KiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| bfi.org.uk/ | 752 ms |
| www.bfi.org.uk/ | 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.
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.bfi.org.uk/dist/client/main.35f4e4ddf81dfc0d5a66.js | 210.4 KiB | 82.5 KiB |
| www.bfi.org.uk/dist/client/header.3d71a25a335fdeada447.js | 172.7 KiB | 79.6 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-TPS5SNQ | 150.5 KiB | 70.8 KiB |
| cookie-cdn.cookiepro.com/scripttemplates/6.34.0/otBannerSdk.js | 82.8 KiB | 42.6 KiB |
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.
Performance issues directly impact user engagement and conversion rates.
| URL | Total CPU Time | Script Evaluation | Script Parse |
|---|---|---|---|
| www.bfi.org.uk/dist/client/header.3d71a25a335fdeada447.js | 2.2 s | 2.1 s | 47 ms |
| Unattributable | 772 ms | 115 ms | 0.0 ms |
| www.bfi.org.uk/ | 490 ms | 7.3 ms | 27 ms |
| www.googletagmanager.com/gtm.js?id=GTM-TPS5SNQ | 291 ms | 217 ms | 36 ms |
| cookie-cdn.cookiepro.com/scripttemplates/6.34.0/otBannerSdk.js | 270 ms | 190 ms | 34 ms |
| www.bfi.org.uk/dist/client/main.35f4e4ddf81dfc0d5a66.js | 261 ms | 196 ms | 53 ms |
| loader.wisepops.com/get-loader.js?v=1&site=vhfQzVz3qj | 89 ms | 78 ms | 5.2 ms |
| www.bfi.org.uk/dist/client/458.6fecf68cf57238bed5e0.js | 51 ms | 34 ms | 16 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.9 s |
| Other | 806 ms |
| Style & Layout | 272 ms |
| Script Parsing & Compilation | 231 ms |
| Rendering | 119 ms |
| Garbage Collection | 99 ms |
| Parse HTML & CSS | 74 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 |
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 |
|---|---|---|
| #onetrust-banner-sdk{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%} … | 20.9 KiB | 16.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.
| URL | |
|---|---|
Sight and Sound logo div.slices__Slices-sc-1b0qhft-0 > div.getPromoBanner__BannerWrapper-sc-12jtskq-5 > div.getPromoBanner__PromoWrapper-sc-12jtskq-0 > img | /sites/default/files/styles/responsive/public/2023-01/sig... |
BFI Player logo div.slices__Slices-sc-1b0qhft-0 > div.getPromoBanner__BannerWrapper-sc-12jtskq-5 > div.getPromoBanner__PromoWrapper-sc-12jtskq-0 > img | /sites/default/files/styles/responsive/public/2020-07/bfi... |
Funded by UK Government figure.ImageSponsorLinks__Outer-sc-fogxlc-0 > div.ImageSponsorLinks__ImagesHolder-sc-fogxlc-1 > div.ImageSponsorLinks__ImageContainer-sc-fogxlc-2 > img.ImageSponsorLinks__Image-sc-fogxlc-4 | |
Culture Recovery Fund figure.ImageSponsorLinks__Outer-sc-fogxlc-0 > div.ImageSponsorLinks__ImagesHolder-sc-fogxlc-1 > div.ImageSponsorLinks__ImageContainer-sc-fogxlc-2 > img.ImageSponsorLinks__Image-sc-fogxlc-4 | |
BFI receives National Lottery funding figure.ImageSponsorLinks__Outer-sc-fogxlc-0 > div.ImageSponsorLinks__ImagesHolder-sc-fogxlc-1 > div.ImageSponsorLinks__ImageContainer-sc-fogxlc-2 > img.ImageSponsorLinks__Image-sc-fogxlc-4 |
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.
A value greater than 0 implies an explicit navigation ordering. Although technically valid, this often creates frustrating experiences for users who rely on assistive technologies. Learn more about the `tabindex` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Cookies on BFI websites
We use some essential cookies to make this website wor… body > div#onetrust-consent-sdk > div#onetrust-banner-sdk |
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
What’s on at BFI Southbank div.PageLinks__Outer-sc-1ef9da-0 > div.Link__Outer-sc-740r5z-0 > div > h3.Link__Heading-sc-740r5z-1 |
These are opportunities to improve keyboard navigation in your application.
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 |
|---|
BFI cookies policy div#onetrust-group-container > div#onetrust-policy > p#onetrust-policy-text > a.ot-cookie-policy-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. | line 1, col 290 |
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 |
|---|---|
www.bfi.org.uk/dist/client/main.35f4e4ddf81dfc0d5a66.js line 1, col 28467 | Error: Changing the iframe title is forbidden
at HTMLIFrameElement.setAttribute (https://www.bfi.org.uk/dist/client/main.35f4e4ddf81dfc0d5a66.js:2:28468)
at Hb (https://www.youtube.com/s/player/1bb6ee63/www-widgetapi.vflset/www-widgetapi.js:215:238)
at https://www.youtube.com/s/player/1bb6ee63/www-widgetapi.vflset/www-widgetapi.js:225:487 |
www.bfi.org.uk/dist/client/main.35f4e4ddf81dfc0d5a66.js line 1, col 28467 | Error: Changing the iframe title is forbidden
at HTMLIFrameElement.setAttribute (https://www.bfi.org.uk/dist/client/main.35f4e4ddf81dfc0d5a66.js:2:28468)
at Hb (https://www.youtube.com/s/player/1bb6ee63/www-widgetapi.vflset/www-widgetapi.js:215:238)
at https://www.youtube.com/s/player/1bb6ee63/www-widgetapi.vflset/www-widgetapi.js:225:487 |
www.bfi.org.uk/dist/client/main.35f4e4ddf81dfc0d5a66.js line 1, col 28467 | Error: Changing the iframe title is forbidden
at HTMLIFrameElement.setAttribute (https://www.bfi.org.uk/dist/client/main.35f4e4ddf81dfc0d5a66.js:2:28468)
at Hb (https://www.youtube.com/s/player/1bb6ee63/www-widgetapi.vflset/www-widgetapi.js:215:238)
at https://www.youtube.com/s/player/1bb6ee63/www-widgetapi.vflset/www-widgetapi.js:225:487 |
Source maps translate minified code to the original source code. This helps developers debug in production. In addition, Lighthouse is able to provide further insights. Consider deploying source maps to take advantage of these benefits. Learn more about source maps.
Performance issues directly impact user engagement and conversion rates.
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
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.
810 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.99 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
336 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.002
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
1.42 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.
4.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 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.
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Duration |
|---|---|---|
| fonts.googleapis.com/css?family=Open+Sans:400,600,700&display=swap | 2.2 KiB | 282 ms |
| hello.myfonts.net/count/3bb155 | 370 B | 265 ms |
| cookie-cdn.cookiepro.com/scripttemplates/otSDKStub.js | 9.3 KiB | 264 ms |
| www.bfi.org.uk/dist/client/main.91accebbcdc09556dc84.css | 733 B | |
| www.bfi.org.uk/dist/client/header.91accebbcdc09556dc84.css | 1.1 KiB |
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.ArticleGrid__Articles-sc-j2cf0b-1 > article.ArticleCard__Outer-sc-1t7vdfb-0 > div.ArticleCard__PageImageContainer-sc-1t7vdfb-5 > div.ArticleCard__PageImage-sc-1t7vdfb-6 div.ArticleGrid__Articles-sc-j2cf0b-1 > article.ArticleCard__Outer-sc-1t7vdfb-0 > div.ArticleCard__PageImageContainer-sc-1t7vdfb-5 > div.ArticleCard__PageImage-sc-1t7vdfb-6 | /sites/default/files/styles/responsive/public/2026-04/sup... | 933.7 KiB | 849.3 KiB |
div.ArticleGrid__Articles-sc-j2cf0b-1 > article.ArticleCard__Outer-sc-1t7vdfb-0 > div.ArticleCard__PageImageContainer-sc-1t7vdfb-5 > div.ArticleCard__PageImage-sc-1t7vdfb-6 div.ArticleGrid__Articles-sc-j2cf0b-1 > article.ArticleCard__Outer-sc-1t7vdfb-0 > div.ArticleCard__PageImageContainer-sc-1t7vdfb-5 > div.ArticleCard__PageImage-sc-1t7vdfb-6 | /sites/default/files/styles/responsive/public/2026-04/bfi... | 113.5 KiB | 29.1 KiB |
div.ArticleGrid__Articles-sc-j2cf0b-1 > article.ArticleCard__Outer-sc-1t7vdfb-0 > div.ArticleCard__PageImageContainer-sc-1t7vdfb-5 > div.ArticleCard__PageImage-sc-1t7vdfb-6 div.ArticleGrid__Articles-sc-j2cf0b-1 > article.ArticleCard__Outer-sc-1t7vdfb-0 > div.ArticleCard__PageImageContainer-sc-1t7vdfb-5 > div.ArticleCard__PageImage-sc-1t7vdfb-6 | /sites/default/files/styles/responsive/public/2026-04/exi... | 92.1 KiB | 7.7 KiB |
div.ArticleGrid__Articles-sc-j2cf0b-1 > article.ArticleCard__Outer-sc-1t7vdfb-0 > div.ArticleCard__PageImageContainer-sc-1t7vdfb-5 > div.ArticleCard__PageImage-sc-1t7vdfb-6 div.ArticleGrid__Articles-sc-j2cf0b-1 > article.ArticleCard__Outer-sc-1t7vdfb-0 > div.ArticleCard__PageImageContainer-sc-1t7vdfb-5 > div.ArticleCard__PageImage-sc-1t7vdfb-6 | /sites/default/files/styles/responsive/public/2026-04/rom... | 89.9 KiB | 5.6 KiB |
div.PageLinks__Outer-sc-1ef9da-0 > div.Link__Outer-sc-740r5z-0 > div.Link__PageImageContainer-sc-740r5z-6 > div.Link__PageImage-sc-740r5z-7 div.PageLinks__Outer-sc-1ef9da-0 > div.Link__Outer-sc-740r5z-0 > div.Link__PageImageContainer-sc-740r5z-6 > div.Link__PageImage-sc-740r5z-7 | /sites/default/files/styles/responsive/public/2020-08/bfi... | 89.8 KiB | 5.4 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 |
|---|---|
| bfi.org.uk/ | 244 ms |
| www.bfi.org.uk/ | 0.0 ms |
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.bfi.org.uk/dist/client/main.35f4e4ddf81dfc0d5a66.js | 210.4 KiB | 84.8 KiB |
| www.bfi.org.uk/dist/client/header.3d71a25a335fdeada447.js | 172.7 KiB | 80.9 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-TPS5SNQ | 150.5 KiB | 70.8 KiB |
| cookie-cdn.cookiepro.com/scripttemplates/6.34.0/otBannerSdk.js | 82.8 KiB | 42.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 |
|---|---|---|
| #onetrust-banner-sdk{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%} … | 20.9 KiB | 16.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.
| URL | |
|---|---|
Sight and Sound logo div.slices__Slices-sc-1b0qhft-0 > div.getPromoBanner__BannerWrapper-sc-12jtskq-5 > div.getPromoBanner__PromoWrapper-sc-12jtskq-0 > img | /sites/default/files/styles/responsive/public/2023-01/sig... |
BFI Player logo div.slices__Slices-sc-1b0qhft-0 > div.getPromoBanner__BannerWrapper-sc-12jtskq-5 > div.getPromoBanner__PromoWrapper-sc-12jtskq-0 > img | /sites/default/files/styles/responsive/public/2020-07/bfi... |
Funded by UK Government figure.ImageSponsorLinks__Outer-sc-fogxlc-0 > div.ImageSponsorLinks__ImagesHolder-sc-fogxlc-1 > div.ImageSponsorLinks__ImageContainer-sc-fogxlc-2 > img.ImageSponsorLinks__Image-sc-fogxlc-4 | |
Culture Recovery Fund figure.ImageSponsorLinks__Outer-sc-fogxlc-0 > div.ImageSponsorLinks__ImagesHolder-sc-fogxlc-1 > div.ImageSponsorLinks__ImageContainer-sc-fogxlc-2 > img.ImageSponsorLinks__Image-sc-fogxlc-4 | |
BFI receives National Lottery funding figure.ImageSponsorLinks__Outer-sc-fogxlc-0 > div.ImageSponsorLinks__ImagesHolder-sc-fogxlc-1 > div.ImageSponsorLinks__ImageContainer-sc-fogxlc-2 > img.ImageSponsorLinks__Image-sc-fogxlc-4 |
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.
A value greater than 0 implies an explicit navigation ordering. Although technically valid, this often creates frustrating experiences for users who rely on assistive technologies. Learn more about the `tabindex` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Cookies on BFI websites
We use some essential cookies to make this website wor… body > div#onetrust-consent-sdk > div#onetrust-banner-sdk |
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
What’s on at BFI Southbank div.PageLinks__Outer-sc-1ef9da-0 > div.Link__Outer-sc-740r5z-0 > div > h3.Link__Heading-sc-740r5z-1 |
These are opportunities to improve keyboard navigation in your application.
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 |
|---|
BFI cookies policy div#onetrust-group-container > div#onetrust-policy > p#onetrust-policy-text > a.ot-cookie-policy-link |
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 |
|---|---|
www.bfi.org.uk/dist/client/main.35f4e4ddf81dfc0d5a66.js line 1, col 28467 | Error: Changing the iframe title is forbidden
at HTMLIFrameElement.setAttribute (https://www.bfi.org.uk/dist/client/main.35f4e4ddf81dfc0d5a66.js:2:28468)
at Hb (https://www.youtube.com/s/player/1bb6ee63/www-widgetapi.vflset/www-widgetapi.js:215:238)
at https://www.youtube.com/s/player/1bb6ee63/www-widgetapi.vflset/www-widgetapi.js:225:487 |
www.bfi.org.uk/dist/client/main.35f4e4ddf81dfc0d5a66.js line 1, col 28467 | Error: Changing the iframe title is forbidden
at HTMLIFrameElement.setAttribute (https://www.bfi.org.uk/dist/client/main.35f4e4ddf81dfc0d5a66.js:2:28468)
at Hb (https://www.youtube.com/s/player/1bb6ee63/www-widgetapi.vflset/www-widgetapi.js:215:238)
at https://www.youtube.com/s/player/1bb6ee63/www-widgetapi.vflset/www-widgetapi.js:225:487 |
www.bfi.org.uk/dist/client/main.35f4e4ddf81dfc0d5a66.js line 1, col 28467 | Error: Changing the iframe title is forbidden
at HTMLIFrameElement.setAttribute (https://www.bfi.org.uk/dist/client/main.35f4e4ddf81dfc0d5a66.js:2:28468)
at Hb (https://www.youtube.com/s/player/1bb6ee63/www-widgetapi.vflset/www-widgetapi.js:215:238)
at https://www.youtube.com/s/player/1bb6ee63/www-widgetapi.vflset/www-widgetapi.js:225:487 |
Source maps translate minified code to the original source code. This helps developers debug in production. In addition, Lighthouse is able to provide further insights. Consider deploying source maps to take advantage of these benefits. Learn more about source maps.
Performance issues directly impact user engagement and conversion rates.
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Send Feedback