Mobile 375 × 812

Desktop 1440 × 900

Score: 75 / 100
Based on 8 categories, 0 sections
Decent speed, but optimizing further could improve engagement.
Good foundation, but a few gaps could be exploited.
Several issues make your site difficult for assistive technology users.
Solid SEO basics — a few optimizations could boost rankings.
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.
Cookie 'MUIDB' is missing the Secure flag
Security gaps expose your site and users to attacks, eroding trust.
Cookie '_EDGE_S' is missing the Secure flag
Security gaps expose your site and users to attacks, eroding trust.
Cookie '_EDGE_V' is missing the Secure flag
Security gaps expose your site and users to attacks, eroding trust.
1 control(s) without accessible label
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/3a087afe-d280-423d-87ca-abd11001f958)<a href="https://beavercheck.com/results/3a087afe-d280-423d-87ca-abd11001f958"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fbing.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fbing.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.
9 barrier(s) likely increasing bounce by ~30%.
Page takes 4.9s to load
+12% bounceUsers abandon at ~3s — you're 2.4s 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 396ms 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
Layout shifts during page load
+3% bounceContent movement causes mis-clicks on CTAs and form fields
Fix: Add width/height to images; reserve space for late-loading embeds
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
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, …)
Thin content
+3% bounceUnder 300 words — visitors bounce looking for substance, search engines rank competitors first
Fix: Add a substantive FAQ, product detail, or case-study section
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
1 broken link(s) on the page
+2% 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.
$450 investment → $3,684/month returns + USD 157,500 risk avoided
$450
4h · 5 findings
$3,684 /mo
~$44,210 / year
USD 157,500
if kept compliant
$150 — in quick wins — start here for the fastest payback
Figures combine localized regulatory fine ceilings, search/conversion value priced against local CPC, and bandwidth waste estimates. Results depend on implementation quality and audience composition. Not legal or financial advice.
4.5 developer hours at $100/hr
Based on United States rates ($100/hr)
Start here for the best return on investment
$13,125 / month at risk
~$157,502 / year if left unfixed
$157,500
+8 more
$0.18 /mo
2248.8 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.
1.93 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
4.89 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
396 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.105
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
2.87 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
5.09 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.
Layout shifts occur when elements move absent any user interaction. Investigate the causes of layout shifts, such as elements being added, removed, or their fonts changing as the page loads.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
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.
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 | |
|---|---|---|---|
© FCUpdate li.pntile > a > span.crs_item > img | /th?id=OPN.TOBP2_CB3FDE739A33D04FE78781E2FDE5EE73&w=186&h... | 7.6 KiB | 5.0 KiB |
© Kek Mama li.pntile > a > span.crs_item > img | /th?id=OPN.TOBP2_7858FAC3AEA5AA018D61BC4E26CDFFC1&w=186&h... | 6.9 KiB | 4.2 KiB |
© Pure Luxe li.pntile > a > span.crs_item > img | /th?id=OPN.TOBP2_D47C85C195275CD1812CE9D25E51D333&w=186&h... | 6.8 KiB | 4.1 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 |
|---|---|
| bing.com/ | 810 ms |
| www.bing.com/?toWww=1&redig=6C1A8275675D4FA79804642D11E50788 | 0.0 ms |
These are the largest layout shifts observed on the page. Each table item represents a single layout shift, and shows the element that shifted the most. Below each item are possible root causes that led to the layout shift. Some of these layout shifts may not be included in the CLS metric value due to windowing. Learn how to improve CLS
Performance issues directly impact user engagement and conversion rates.
| Element | Layout shift score |
|---|---|
© 2026 Microsoft
Privacy
Legal
Advertise
Ad Info
Manage Cookie Preferences div.bottom_row > div#scroll_cont > div#vs_cont > footer#footer | 0.077 |
Info div#vs_cont > div.mc_caro_newmuse > div.musCard > div.headline | 0.024 |
Nieuwe eigenaar krijgt voormalige villa van Gordon niet verkocht en dus haalt h… li.pntile > a > span.crs_item > h2.hp_text | 0.004 |
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.bing.com/rp/MKCHxuap9z6nn6M3vHPNlbOBR_Q.br.js | 132.4 KiB | 82.8 KiB |
| www.bing.com/rp/5RUBu5dEYIDzWQtuZRVAHjBjuyc.br.js | 84.4 KiB | 58.7 KiB |
| www.bing.com/rp/9uYIRoQB-ThMq970XKGeKvrMhL0.br.js | 63.6 KiB | 45.9 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.bing.com/?toWww=1&redig=6C1A8275675D4FA79804642D11E50788 | 1.3 s | 161 ms | 34 ms |
| Unattributable | 763 ms | 41 ms | 0.0 ms |
| www.bing.com/rp/9NwqIQwu95pDvoeGfAyWcixCiJ0.br.js | 526 ms | 343 ms | 13 ms |
| www.bing.com/rp/n23ANye7L3wtUcgKxoGHb7_ezc4.br.js | 364 ms | 271 ms | 10 ms |
| www.bing.com/rp/5RUBu5dEYIDzWQtuZRVAHjBjuyc.br.js | 232 ms | 141 ms | 90 ms |
| www.bing.com/rp/MKCHxuap9z6nn6M3vHPNlbOBR_Q.br.js | 171 ms | 104 ms | 59 ms |
| www.bing.com/rp/LDPtmbi_w4y1oa90D_hi6HqB1QI.br.js | 168 ms | 68 ms | 12 ms |
| www.bing.com/rp/mT1cnTkjEhBUTpHXbB8F4UhxFnc.br.js | 93 ms | 66 ms | 15 ms |
| www.bing.com/rp/9uYIRoQB-ThMq970XKGeKvrMhL0.br.js | 74 ms | 25 ms | 48 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 |
|---|---|
| Other | 1.4 s |
| Script Evaluation | 1.4 s |
| Style & Layout | 573 ms |
| Script Parsing & Compilation | 313 ms |
| Rendering | 189 ms |
| Parse HTML & CSS | 83 ms |
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.bing.com/rp/0yKRkahHgilUPDT6ZPRr5FxoCu8.br.css | 16.7 KiB | 16.5 KiB |
| @media(max-width:1440px){#id_n{white-space:nowrap;overflow:hidden;text-overflow:ellipsis; … } … | 19.0 KiB | 15.6 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.
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 |
|---|
Microsoft and our third-party vendors use cookies and similar technologies to d… body#bpage > div#bnp.nid.63245 > div#bnp_cookie_banner |
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.
Disabling zooming is problematic for users with low vision who rely on screen magnification to properly see the contents of a web page. Learn more about the viewport meta tag.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
body#bpage > div#bnp.nid.63245 > div#cookie_preference > meta body#bpage > div#bnp.nid.63245 > div#cookie_preference > meta |
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 |
|---|---|
| chrome.loadTimes() is deprecated, instead use standardized API: Paint Timing. | www.bing.com/rp/70rhlhm1764HLXYuwL6dxslNwPk.br.js line 1, col 16769 |
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.bing.com/?toWww=1&redig=6C1A8275675D4FA79804642D11E50788 line 5, col 530 | ReferenceError: sj_evt is not defined
at https://www.bing.com/?toWww=1&redig=6C1A8275675D4FA79804642D11E50788:6:531 |
Issues logged to the `Issues` panel in Chrome Devtools indicate unresolved problems. They can come from network request failures, insufficient security controls, and other browser concerns. Open up the Issues panel in Chrome DevTools for more details on each issue.
Performance issues directly impact user engagement and conversion rates.
| Issue type |
|---|
| Cookie |
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 |
|---|
Accept div.bnp_content > div.bnp_action_container > div#bnp_btn_accept > a |
Reject div.bnp_content > div.bnp_action_container > div#bnp_btn_reject > a |
More options div#bnp_container > div.bnp_content > div.bnp_action_container > a#bnp_btn_preference |
Info div.musCard > div.headline > div.icon_text > 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.
602 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.47 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
1.11 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.208
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
2.33 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
5.22 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
Layout shifts occur when elements move absent any user interaction. Investigate the causes of layout shifts, such as elements being added, removed, or their fonts changing as the page loads.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
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.root > div.content-card-container > div.video-container > video.media div.root > div.content-card-container > div.video-container > video.media | /th?id=ORMS.9238a14cd8e6ad0139b4a5a47da0c41f&pid=Wdp&w=61... | 60.5 KiB | 30.2 KiB |
div.root > div.content-card-container > div.video-container > video.media div.root > div.content-card-container > div.video-container > video.media | /th?id=ORMS.f2246b395d64b7f61424c512eef7273b&pid=Wdp&w=26... | 17.4 KiB | 11.3 KiB |
div.root > div.content-card-container > div.video-container > video.media div.root > div.content-card-container > div.video-container > video.media | /th?id=ORMS.a413995d4d5f35fb0f89cd79a79d6607&pid=Wdp&w=61... | 41.6 KiB | 11.3 KiB |
static map image div.weather-minimap-container > a.weather-minimap-link > img.weather-minimap-base | /REST/v1/Imagery/Map/roadondemandfull/52.326,4.939/6?mapS... | 15.6 KiB | 9.7 KiB |
Van lange liefde naar breuk: dít is de ex van Buddy Vedder met wie hij zeven ja… div.root > div.content-card-container > img.media | /th?id=ORMS.f827e91b94998fda5e0898b69a00b509&pid=Wdp&w=26... | 15.0 KiB | 8.9 KiB |
Trump heeft zojuist opnieuw van Biden verloren op een belangrijk thema div.root > div.content-card-container > img.media | /th?id=ORMS.53302ac82db0dbd5de85798499becd57&pid=Wdp&w=61... | 38.2 KiB | 7.9 KiB |
Loi Wah Chung bracht een compleet Rotterdams gezin om het leven, maar kreeg gra… div.root > div.content-card-container > img.media | /th?id=ORMS.f52e910116695583e2460fc293d236b1&pid=Wdp&w=26... | 13.1 KiB | 7.0 KiB |
Deze schoentrend, gespot bij Gigi Hadid, zou wel eens de lente van 2026 kunnen … div.root > div.content-card-container > img.media | /th?id=ORMS.6a4c813ea4316e80d89165e1d64aada7&pid=Wdp&w=26... | 12.9 KiB | 6.8 KiB |
© FCUpdate li.pntile > a > span.crs_item > img | /th?id=OPN.TOBP2_CB3FDE739A33D04FE78781E2FDE5EE73&w=186&h... | 7.6 KiB | 5.0 KiB |
div.root > div.content-card-container > div.video-container > video.media div.root > div.content-card-container > div.video-container > video.media | /th?id=ORMS.90cd841e4549a305fdc86069170290d3&pid=Wdp&w=26... | 11.0 KiB | 4.9 KiB |
Koning: Trump duidelijk gemaakt dat we het oneens zijn div.root > div.content-card-container > img.media | /th?id=ORMS.0b283b5426d98ad714b16eaac4a26a9d&pid=Wdp&w=26... | 10.5 KiB | 4.4 KiB |
© Kek Mama li.pntile > a > span.crs_item > img | /th?id=OPN.TOBP2_7858FAC3AEA5AA018D61BC4E26CDFFC1&w=186&h... | 6.9 KiB | 4.2 KiB |
© Pure Luxe li.pntile > a > span.crs_item > img | /th?id=OPN.TOBP2_D47C85C195275CD1812CE9D25E51D333&w=186&h... | 6.8 KiB | 4.1 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 |
|---|---|
| bing.com/ | 257 ms |
| www.bing.com/?toWww=1&redig=A9099CAC254044AAA7027755C508F90C | 0.0 ms |
These are the largest layout shifts observed on the page. Each table item represents a single layout shift, and shows the element that shifted the most. Below each item are possible root causes that led to the layout shift. Some of these layout shifts may not be included in the CLS metric value due to windowing. Learn how to improve CLS
Performance issues directly impact user engagement and conversion rates.
| Element | Layout shift score |
|---|---|
Skagit Valley Tulip Fields, Washington, United States
© Alan Majchrowicz/Getty … div.hpl > div.bottom_row > div#scroll_cont > div#vs_cont | 0.204 |
Nederlands
Sign in
Rewards
Mobile div.hpl > header#hdr > div.identity_wrapper > div#idCont | 0.004 |
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 |
|---|---|---|
| /rb/2A/cir3,cc,nc/4ABiuKROv34E7qhyTZ_wLLxQPk8.css?bu=CIED... | 128.8 KiB | 118.4 KiB |
| #id_h #id_mobile{display:inline-block} … | 13.6 KiB | 10.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 |
|---|---|---|
| assets.msn.com/bundles/v1/bingHomepage/latest/common.a4ad2f71fb53d1c05461.js | 533.6 KiB | 245.5 KiB |
| r.bing.com/rp/MKCHxuap9z6nn6M3vHPNlbOBR_Q.br.js | 132.5 KiB | 80.9 KiB |
| assets.msn.com/bundles/v1/bingHomepage/latest/experience.d195d449f05fc5e9a702.js | 194.3 KiB | 74.5 KiB |
| r.bing.com/rp/5RUBu5dEYIDzWQtuZRVAHjBjuyc.br.js | 84.5 KiB | 58.7 KiB |
| r.bing.com/rp/9uYIRoQB-ThMq970XKGeKvrMhL0.br.js | 63.6 KiB | 45.9 KiB |
| assets.msn.com/bundles/v1/bingHomepage/latest/vendors.73f602651a98bdaba83a.js | 64.6 KiB | 39.2 KiB |
| /bundles/v1/bingHomepage/latest/experiences_bing-homepage... | 61.5 KiB | 34.6 KiB |
| assets.msn.com/bundles/v1/bingHomepage/latest/microsoft.6bd5a246b0eb6c0424a9.js | 114.5 KiB | 30.0 KiB |
| /bundles/v1/bingHomepage/latest/card-actions-wc.3f6af3c61... | 44.7 KiB | 29.7 KiB |
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.
Performance issues directly impact user engagement and conversion rates.
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Script Evaluation | 3.4 s |
| Other | 1.2 s |
| Style & Layout | 478 ms |
| Script Parsing & Compilation | 419 ms |
| Parse HTML & CSS | 238 ms |
| Rendering | 108 ms |
| Garbage Collection | 97 ms |
Minifying CSS files can reduce network payload sizes. Learn how to minify CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| div[data-rewards-widget].medallion .dailyCheckAnimationContainer { height: 32px; width: 32px; … } … | 6.5 KiB | 4.6 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.
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 |
|---|
Microsoft and our third-party vendors use cookies and similar technologies to d… body > div#bnp.nid.63245 > div#bnp_cookie_banner |
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.
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 |
|---|
Skagit Valley Tulip Fields, Washington, United States div.mc_caro > div.musCard > div.musCardCont > h3 |
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 |
|---|
15
°C div.weather-top-template > div.weather-current-leftpane > div.weather-current-temp-container > a.weather-current-temperature |
Image display dimensions should match natural aspect ratio. Learn more about image aspect ratio.
Performance issues directly impact user engagement and conversion rates.
| URL | Aspect Ratio (Displayed) | Aspect Ratio (Actual) | |
|---|---|---|---|
Dit Meisje Verraste de Keeper met Haar Schot cs-card.card-outer > cs-content-card#contentcard_AA20bipx > div > img.card-image | /tenant/amp/entityid/AA20b31d.img?w=220&h=124&q=60&m=6&f=... | 200 x 126 (1.59) | 220 x 124 (1.77) |
Prinses Amalia Onherkenbaar na Grote Transformatie cs-card.card-outer > cs-content-card#contentcard_AA20Ut1B > div > img.card-image | /th?id=ORMS.6e36067cea1d93d74de6649aae63ab47&pid=Wdp&w=22... | 200 x 126 (1.59) | 220 x 124 (1.77) |
Wat er gebeurt als auto's net iets te snel een carmeet verlaten cs-card.card-outer > cs-content-card#contentcard_AA210lTu > div > img.card-image | /th?id=ORMS.59a3ac5bba56392a51a2ccf7e39f7c8d&pid=Wdp&w=22... | 200 x 126 (1.59) | 220 x 124 (1.77) |
34 Weken Zwanger Update – Babynaam Onthuld, Zwangerschapsshoot & Budget Jurken cs-card.card-outer > cs-content-card#contentcard_AA1FI1lN > div > img.card-image | /th?id=ORMS.0368dd38769c1f059e5481cf7f95cfdc&pid=Wdp&w=22... | 200 x 126 (1.59) | 220 x 124 (1.77) |
Politie Pantservoertuigen bij Ritz-Carlton Berlin – Beveiliging voor President … cs-card.card-outer > cs-content-card#contentcard_AA1FrrjS > div > img.card-image | /th?id=ORMS.f48d56bd3be6bf4917979ea32bc8a701&pid=Wdp&w=22... | 200 x 126 (1.59) | 220 x 124 (1.77) |
Amerikaan Blundert in het Kroatisch Tegen Natives 😅 | Taaluitdaging Dag 2 cs-card.card-outer > cs-content-card#contentcard_AA1DxFY6 > div > img.card-image | /th?id=ORMS.83ddfae0b6ad5881012c4514f275e218&pid=Wdp&w=22... | 200 x 126 (1.59) | 220 x 124 (1.77) |
Er verscheen iets onverwachts op onze wildcamera cs-card.card-outer > cs-content-card#contentcard_AA211iM5 > div > img.card-image | /th?id=ORMS.9467f6ea4a9c9c5513bfd9081eac4993&pid=Wdp&w=22... | 200 x 126 (1.59) | 220 x 124 (1.77) |
Bassey vol ongeloof over Nederlander in de Premier League: 'Hij is té sterk!' cs-card.card-outer > cs-content-card#contentcard_AA20RgXt > div > img.card-image | /th?id=ORMS.367682a2447f7fa380f00f0dd109ce98&pid=Wdp&w=22... | 200 x 126 (1.59) | 220 x 124 (1.77) |
Het Amerikaanse marineschip dat spoorloos verdween cs-card.card-outer > cs-content-card#contentcard_AA1Toi9e > div > img.card-image | /th?id=ORMS.857be03282df758d5e87791a52622d9c&pid=Wdp&w=22... | 200 x 126 (1.59) | 220 x 124 (1.77) |
Zou jij hier rijden? cs-card.card-outer > cs-content-card#contentcard_AA2112gh > div > img.card-image | /th?id=ORMS.03bca199a7fe867de965e17eb420077d&pid=Wdp&w=22... | 200 x 126 (1.59) | 220 x 124 (1.77) |
Dit Was Het Dan Laatste Herinnering Voordat Don de Jong Verdwijnt cs-card.card-outer > cs-content-card#contentcard_AA211jXm > div > img.card-image | /th?id=ORMS.a413995d4d5f35fb0f89cd79a79d6607&pid=Wdp&w=22... | 200 x 126 (1.59) | 220 x 124 (1.77) |
Skatetalent Uit Argentinië cs-card.card-outer > cs-content-card#contentcard_AA1Kda0j > div > img.card-image | /th?id=ORMS.ce35cc997e77ffe7f4236e11234002f1&pid=Wdp&w=22... | 200 x 126 (1.59) | 220 x 124 (1.77) |
Hyundai Ioniq 5N Elektrische raket voor het gezin cs-card.card-outer > cs-content-card#contentcard_AA1WM9HE > div > img.card-image | /th?id=ORMS.b17159a99070edba8006cccfaf48b7fe&pid=Wdp&w=22... | 200 x 126 (1.59) | 220 x 124 (1.77) |
Mijn Man en Onze Duitse Herder Hebben een Hechtere Band dan Wij cs-card.card-outer > cs-content-card#contentcard_AA1To6Ck > div > img.card-image | /th?id=ORMS.6f32b67175848329cfeba0fa06179aa0&pid=Wdp&w=22... | 200 x 126 (1.59) | 220 x 124 (1.77) |
Tiny Tim bekijkt zijn allereerste video’s! 📼😂 Cringe of klassieker? cs-card.card-outer > cs-content-card#contentcard_AA1FGFfM > div > img.card-image | /th?id=ORMS.d7da3c22ad49e71cfb296e5220ef67d3&pid=Wdp&w=22... | 200 x 126 (1.59) | 220 x 124 (1.77) |
5 Minuten Ochtendmeditatie met Affirmaties | Dagelijkse Routine voor Positieve … cs-card.card-outer > cs-content-card#contentcard_AA1KfnKW > div > img.card-image | /th?id=ORMS.256cd23409e54fd96502e3aa9fab942e&pid=Wdp&w=22... | 200 x 126 (1.59) | 220 x 124 (1.77) |
Backflip Stunt in Actie cs-card.card-outer > cs-content-card#contentcard_AA1P1HHp > div > img.card-image | /th?id=ORMS.c91451cabf15fadcd9aee224f1617344&pid=Wdp&w=22... | 200 x 126 (1.59) | 220 x 124 (1.77) |
Een draak uit één blok rood hout snijden cs-card.card-outer > cs-content-card#contentcard_AA1V90hM > div > img.card-image | /th?id=ORMS.f021a4fdd316f2919939bda098c48edd&pid=Wdp&w=22... | 200 x 126 (1.59) | 220 x 124 (1.77) |
Mijn Porsche 911-Droom Ging Mis… Wat Er Echt Gebeurde | Deel 2 🛠️💔 cs-card.card-outer > cs-content-card#contentcard_AA1HWMS8 > div > img.card-image | /th?id=ORMS.afe581ba39c380f42d7e4baa254eebce&pid=Wdp&w=22... | 200 x 126 (1.59) | 220 x 124 (1.77) |
Wandeling door de indrukwekkende Sint-Pietersbasiliek cs-card.card-outer > cs-content-card#contentcard_AA1VUtJ9 > div > img.card-image | /th?id=ORMS.65f190dbf964288198fd94f7a509b9e7&pid=Wdp&w=22... | 200 x 126 (1.59) | 220 x 124 (1.77) |
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 |
|---|---|
| chrome.loadTimes() is deprecated, instead use standardized API: Paint Timing. | r.bing.com/rp/70rhlhm1764HLXYuwL6dxslNwPk.br.js line 1, col 16769 |
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 |
|---|---|
Permissions policy violation: unload is not allowed in this document. | |
Permissions policy violation: unload is not allowed in this document. | |
www.bing.com/?toWww=1&redig=A9099CAC254044AAA7027755C508F90C line 5, col 530 | ReferenceError: sj_evt is not defined
at https://www.bing.com/?toWww=1&redig=A9099CAC254044AAA7027755C508F90C:6:531 |
Issues logged to the `Issues` panel in Chrome Devtools indicate unresolved problems. They can come from network request failures, insufficient security controls, and other browser concerns. Open up the Issues panel in Chrome DevTools for more details on each issue.
Performance issues directly impact user engagement and conversion rates.
| Issue type |
|---|
| Cookie |
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 |
|---|
Accept div.bnp_content > div.bnp_action_container > div#bnp_btn_accept > a |
Reject div.bnp_content > div.bnp_action_container > div#bnp_btn_reject > a |
More options div#bnp_container > div.bnp_content > div.bnp_action_container > a#bnp_btn_preference |
Microsoft 365 ul.overflow_menu > li#office_overflow > span > a |
Sign in div.identity_wrapper > div#idCont > div#id_h > a#id_l |
To appear in search results, crawlers need access to your app.
Send Feedback