Mobile 375 × 812

Desktop 1440 × 900

Score: 73 / 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.
Strong compliance posture across regulations.
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.
No Content-Security-Policy header found
Security gaps expose your site and users to attacks, eroding trust.
2 button(s) with no accessible text
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
2 control(s) without accessible label
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
83 third-party resources (100% of weight)
Performance issues directly impact user engagement and conversion rates.
High impact, low effort — start here.
High impact, requires investment.
Small gains, minimal effort.
Nothing in this quadrant — good news.
Low impact, high effort — do last.
Nothing in this quadrant — good news.
[](https://beavercheck.com/results/381040db-b041-4ef2-9030-b1c76e4dbde9)<a href="https://beavercheck.com/results/381040db-b041-4ef2-9030-b1c76e4dbde9"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Ffb.watch" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Ffb.watchThis 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 15.0s exceeds Google's 2.5s 'Good' threshold and the 1 performance issue below directly contributes to it. The 2 security gaps leave your users exposed — modern browsers increasingly warn visitors about insecure sites. Addressing the critical issues below would have the most immediate impact on your user trust.
6 barrier(s) likely increasing bounce by ~26%.
Page takes 15.0s to load
+12% bounceUsers abandon at ~3s — you're 12.5s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
High main-thread blocking time
+2% bouncePage is non-interactive for 506ms after first paint
Fix: Defer third-party scripts and split large bundles
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
2 form field(s) without a label
+4% bounceScreen readers skip unlabeled fields; autofill can't identify them; checkout abandonment spikes
Fix: Associate every input with a visible <label for="…">; add autocomplete attributes
No structured data
+2% bounceNo rich-result eligibility in Google — lower SERP CTR vs competitors with stars and prices
Fix: Add JSON-LD for your page type (Product, Article, FAQPage, LocalBusiness, …)
No skip-to-content link
+1% bounceKeyboard and screen-reader users must tab through the entire header on every page
Fix: Add a visible-on-focus <a href="#main">Skip to content</a> as the first focusable element
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
$600 investment → $0.52/month returns + USD 150,000 risk avoided
$600
6h · 5 findings
$0.52 /mo
~$6.23 / year
USD 150,000
if kept compliant
$100 — in quick wins — start here for the fastest payback
Figures combine localized regulatory fine ceilings, search/conversion value priced against local CPC, and bandwidth waste estimates. Results depend on implementation quality and audience composition. Not legal or financial advice.
6.0 developer hours at $100/hr
Based on United States rates ($100/hr)
Start here for the best return on investment
$12,501 / month at risk
~$150,006 / year if left unfixed
$150,000
+1 more
$0.52 /mo
6494.4 MB/mo × 0.080 USD/GB
Compliance figures represent the statutory maximum fine for the most severe triggered category, capped per regulation — not the sum of per-finding penalties. Based on published regulatory fine ranges. This is not legal advice.
Unique monthly visitors from your analytics
Purchases, signups, or key actions
Optional — for revenue estimation
more engaged visitors from reduced bounce
Fix 4 critical issues to capture this value
Based on Google/Deloitte research ("Milliseconds Make Millions") showing a ~7% bounce rate increase per additional second of LCP above the 2.5s "Good" threshold.
Your site's LCP: → estimated after fixes.
These are estimates based on industry research — actual results vary
Your data stays in your browser — nothing is sent to our servers
Thanks for your feedback!
We'll use a cached audit if available, or offer to scan.
Industry-standard audits powered by Google Lighthouse.
Key metrics that affect user experience.
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
4.25 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
15.03 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
506 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.011
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
7.50 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.
15.20 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.
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
Performance issues directly impact user engagement and conversion rates.
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
div.m > div.m > div.m > img.img div.m > div.m > div.m > img.img | /v/t15.5256-10/670680089_1289338773328734_397252620571607... | 84.9 KiB | 68.8 KiB |
Video player div.m > div.m > div.m > img.img | /v/t15.5256-10/673953121_2155621928624151_451783271075456... | 61.2 KiB | 40.4 KiB |
Video player div.m > div.m > div.m > img.img | /v/t15.5256-10/673687735_873788189060005_2055009846444776... | 53.0 KiB | 35.0 KiB |
div.m > div.m > div.m > img.img div.m > div.m > div.m > img.img | /v/t15.5256-10/674585426_831596909984690_5868860360332780... | 37.1 KiB | 24.5 KiB |
div.m > div.m > div.m > img.img div.m > div.m > div.m > img.img | /v/t15.5256-10/673953121_2155621928624151_451783271075456... | 29.9 KiB | 19.7 KiB |
div.m > div.m > div.m > img.img div.m > div.m > div.m > img.img | /v/t15.5256-10/675348389_1313039064045770_872478623059401... | 24.5 KiB | 16.2 KiB |
div.m > div.m > div.m > img.img div.m > div.m > div.m > img.img | /v/t15.5256-10/672811928_2112319506290582_336476407716206... | 23.6 KiB | 15.6 KiB |
div.m > div.m > div.m > img.img div.m > div.m > div.m > img.img | /v/t15.5256-10/675751778_1664967484839388_313908078535474... | 23.6 KiB | 15.6 KiB |
div.m > div.m > div.m > img.img div.m > div.m > div.m > img.img | /v/t15.5256-10/675965637_815919041582704_7307410913367699... | 18.2 KiB | 12.0 KiB |
div.m > div.m > div.m > img.img div.m > div.m > div.m > img.img | /v/t15.5256-10/676076434_1565292565163720_246538909046495... | 15.3 KiB | 10.1 KiB |
div.m > div.m > div.m > img.img div.m > div.m > div.m > img.img | /v/t15.5256-10/677101672_1711728219821572_593411319684206... | 15.2 KiB | 10.1 KiB |
div.m > div.m > div.m > img.img div.m > div.m > div.m > img.img | static.xx.fbcdn.net/rsrc.php/yw/r/lb9AGDLh1hK.webp | 7.5 KiB | 7.4 KiB |
div.m > div.m > div.m > img.img div.m > div.m > div.m > img.img | static.xx.fbcdn.net/rsrc.php/y_/r/pPeZK9-k_Ca.webp | 6.9 KiB | 6.8 KiB |
div.m > div.m > div.m > img.img div.m > div.m > div.m > img.img | /v/t15.5256-10/676923952_3195142070874537_428316204147434... | 9.9 KiB | 6.5 KiB |
div.m > div.m > div.m > img.img div.m > div.m > div.m > img.img | /v/t51.71878-10/670634525_1472450500898024_63857629341327... | 8.8 KiB | 5.8 KiB |
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
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.
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 |
|---|---|
| fb.watch/ | 953 ms |
| www.facebook.com/watch/ | 929 ms |
| m.facebook.com/watch/?wtsid=rdr_0fZJkr2aPRh6hC387 | 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 |
|---|---|---|
| z-m-static.xx.fbcdn.net/rsrc.php/v4/ys/r/hgyh9VX6CGz.js?_nc_wlbi=mb | 417.1 KiB | 243.9 KiB |
| z-m-static.xx.fbcdn.net/rsrc.php/v4/yb/r/kEGNHTlCuU3.js?_nc_wlbi=3f64ff6a | 116.8 KiB | 88.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.
| URL | Total CPU Time | Script Evaluation | Script Parse |
|---|---|---|---|
| z-m-static.xx.fbcdn.net/rsrc.php/v4/ys/r/hgyh9VX6CGz.js?_nc_wlbi=mb | 1.2 s | 698 ms | 211 ms |
| m.facebook.com/watch/?wtsid=rdr_0fZJkr2aPRh6hC387# | 996 ms | 563 ms | 30 ms |
| Unattributable | 639 ms | 21 ms | 0.0 ms |
| m.facebook.com/watch/?wtsid=rdr_0fZJkr2aPRh6hC387 | 508 ms | 12 ms | 2.3 ms |
| z-m-static.xx.fbcdn.net/rsrc.php/v4/yb/r/kEGNHTlCuU3.js?_nc_wlbi=3f64ff6a | 286 ms | 214 ms | 64 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 | 1.5 s |
| Style & Layout | 812 ms |
| Other | 734 ms |
| Script Parsing & Compilation | 315 ms |
| Parse HTML & CSS | 98 ms |
| Garbage Collection | 81 ms |
| Rendering | 70 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 with WebSocket cannot enter back/forward cache. | Pending browser support |
| 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 |
| Back/forward cache is disabled because WebSocket has been used. | Not 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 |
|---|---|---|
| z-m-static.xx.fbcdn.net/rsrc.php/v5/yF/l/0,cross/6KNv-fzEftQ.css | 11.8 KiB | 10.2 KiB |
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.
Screen reader users rely on frame titles to describe the contents of frames. Learn more about frame titles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
body#app-body > iframe#sem_pixel_iframe body#app-body > iframe#sem_pixel_iframe |
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.m > div.m > div.m > a div.m > div.m > div.m > a |
div.m > div.m > div.m > a div.m > div.m > div.m > 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.
Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Mary Lovett Fowler div.m > div.m > div.m > div.m |
Mary Lovett Fowler div.m > div.m > div.native-text > span.f2 |
1.7M div.m > div.m > div.m > div.m |
Myo div.m > div.m > div.m > div.m |
Myo div.m > div.m > div.native-text > span.f2 |
40K div.m > div.m > div.m > div.m |
Bangladesh Pratidin Entertainment div.m > div.m > div.m > div.m |
Bangladesh Pratidin Entertainment div.m > div.m > div.native-text > span.f2 |
619,637 reactions div.m > div.m > div.m > div.m |
Tap to open profile page div.m > div.m > div.m > div.m |
div.m > div.m > div.native-text > span.f2 div.m > div.m > div.native-text > span.f2 |
4,751 reactions div.m > div.m > div.m > div.m |
Tap to open profile page div.m > div.m > div.m > div.m |
div.m > div.m > div.native-text > span.f2 div.m > div.m > div.native-text > span.f2 |
43,559 reactions div.m > div.m > div.m > div.m |
Tap to open profile page div.m > div.m > div.m > div.m |
div.m > div.m > div.native-text > span.f2 div.m > div.m > div.native-text > span.f2 |
981,433 reactions div.m > div.m > div.m > div.m |
Tap to open profile page div.m > div.m > div.m > div.m |
div.m > div.m > div.native-text > span.f2 div.m > div.m > div.native-text > span.f2 |
226,588 reactions div.m > div.m > div.m > div.m |
Tap to open profile page div.m > div.m > div.m > div.m |
div.m > div.m > div.native-text > span.f2 div.m > div.m > div.native-text > span.f2 |
289,082 reactions div.m > div.m > div.m > div.m |
These items highlight common accessibility best practices.
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 |
|---|
22M
div.m > div.m > div.m > div.m |
8.2M
div.m > div.m > div.m > div.m |
7.5M
div.m > div.m > div.m > div.m |
Mary Lovett Fowler div.m > div.m > div.m > div.m |
Myo div.m > div.m > div.m > div.m |
Bangladesh Pratidin Entertainment div.m > div.m > div.m > div.m |
Tap to open profile page div.m > div.m > div.m > div.m |
Tap to open profile page div.m > div.m > div.m > div.m |
Tap to open profile page div.m > div.m > div.m > div.m |
Tap to open profile page div.m > div.m > div.m > div.m |
Tap to open profile page div.m > div.m > div.m > div.m |
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. | z-m-static.xx.fbcdn.net/rsrc.php/v4/yb/r/kEGNHTlCuU3.js?_nc_wlbi=3f64ff6a line 15, col 229441 |
Source maps translate minified code to the original source code. This helps developers debug in production. In addition, Lighthouse is able to provide further insights. Consider deploying source maps to take advantage of these benefits. Learn more about source maps.
Performance issues directly impact user engagement and conversion rates.
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. Learn how to make links crawlable
Performance issues directly impact user engagement and conversion rates.
| Uncrawlable Link |
|---|
body#app-body > a body#app-body > a |
To appear in search results, crawlers need access to your app.
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.69 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
3.19 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
260 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.
2.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.
3.36 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 | |
|---|---|---|---|
Video thumbnail div.html-div > div.html-div > div.x5yr21d > img.xz74otr | /v/t15.5256-10/650056388_3198423287011321_286326950236211... | 64.7 KiB | 59.4 KiB |
Video thumbnail div.html-div > div.html-div > div.x5yr21d > img.xz74otr | /v/t15.5256-10/675517533_1488187393103543_680524711961329... | 58.2 KiB | 52.8 KiB |
Video thumbnail div.html-div > div.html-div > div.x5yr21d > img.xz74otr | /v/t15.5256-10/675467368_2173147796772706_585421612117522... | 54.0 KiB | 48.5 KiB |
Video thumbnail div.html-div > div.html-div > div.x5yr21d > img.xz74otr | /v/t15.5256-10/675751778_1664967484839388_313908078535474... | 38.0 KiB | 33.6 KiB |
Video thumbnail div.html-div > div.html-div > div.x5yr21d > img.xz74otr | /v/t15.5256-10/673687735_873788189060005_2055009846444776... | 37.0 KiB | 32.7 KiB |
Video thumbnail div.html-div > div.html-div > div.x5yr21d > img.xz74otr | /v/t51.71878-10/673047050_2892319074432762_42551270828013... | 33.5 KiB | 29.6 KiB |
Video thumbnail div.html-div > div.html-div > div.x5yr21d > img.xz74otr | /v/t15.5256-10/674442191_1524590532338167_754178681043599... | 32.2 KiB | 28.4 KiB |
Video thumbnail div.html-div > div.html-div > div.x5yr21d > img.xz74otr | /v/t51.82787-10/670915720_18587671906010852_4332118903654... | 22.6 KiB | 20.0 KiB |
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Duration |
|---|---|---|
| /rsrc.php/v5/yF/l/0,cross/Ub3N3UJ4z_hSRcPYBIrKwmoii7yv5Xg... | 270.0 KiB | 688 ms |
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.
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 |
|---|---|
| fb.watch/ | 501 ms |
| www.facebook.com/watch/ | 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 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 |
|---|---|---|
| /rsrc.php/v5/yF/l/0,cross/Ub3N3UJ4z_hSRcPYBIrKwmoii7yv5Xg... | 269.9 KiB | 255.3 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 |
|---|---|---|
| /rsrc.php/v4iY5o4/yT/l/en_GB-j/eXuNl-hBb1XKhD2nLdyIYBws7I... | 647.1 KiB | 434.0 KiB |
| static.xx.fbcdn.net/rsrc.php/v4iSVg4/yu/l/en_GB-j/JshSlPNui4y.js | 232.8 KiB | 88.6 KiB |
| static.xx.fbcdn.net/rsrc.php/v4/yF/r/0gdcbeCC4AI.js | 56.5 KiB | 50.2 KiB |
| /rsrc.php/v4iT1Q4/y0/l/en_GB-j/X3EHhe2z3NNapUw4VP-PvzjncE... | 66.1 KiB | 39.6 KiB |
| static.xx.fbcdn.net/rsrc.php/v4/yV/r/ce-O1eEeZ9o.js | 72.4 KiB | 34.3 KiB |
| static.xx.fbcdn.net/rsrc.php/v4i2VD4/yQ/l/en_GB-j/sLOTs4dhB6z.js | 26.8 KiB | 24.9 KiB |
| static.xx.fbcdn.net/rsrc.php/v4/yO/r/GTyAdGuz8x-.js | 24.6 KiB | 23.5 KiB |
| static.xx.fbcdn.net/rsrc.php/v4ij3W4/yT/l/en_GB-j/HvJdohBMAYb.js | 24.4 KiB | 23.1 KiB |
| /rsrc.php/v4in404/yJ/l/en_GB-j/9sxasPF6Mr2LMusfBKLXXDRi7m... | 39.8 KiB | 20.5 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 |
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.
ARIA dialog elements without accessible names may prevent screen readers users from discerning the purpose of these elements. Learn how to make ARIA dialog elements more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
See more on Facebook
Email address or phone number
Password
Log in
Forgotten pa… div.x1uvtmcs > div.__fb-light-mode > div.x1cy8zhl > div.x1n2onr6 |
These are opportunities to improve the usage of ARIA in your application which may enhance the experience for users of assistive technology, like a screen reader.
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 |
|---|
Create new account div.html-div > div.x9f619 > span.x193iq5w > span.x1lliihq |
These are opportunities to improve the legibility of your content.
A character encoding declaration is required. It can be done with a `<meta>` tag in the first 1024 bytes of the HTML or in the Content-Type HTTP response header. Learn more about declaring the character encoding.
Performance issues directly impact user engagement and conversion rates.
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. | static.xx.fbcdn.net/rsrc.php/v4/yV/r/ce-O1eEeZ9o.js line 238, col 362 |
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 |
|---|---|
static.xx.fbcdn.net/rsrc.php/v4/yV/r/ce-O1eEeZ9o.js line 78, col 566 | ErrorUtils caught an error:
terminate stream because StartStreamFailure with msg : UNAUTHENTICATED [Caught in: Subscription error in preprocessResponse]
Subsequent non-fatal errors won't be logged; see https://fburl.com/debugjs. [object Object] |
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