Mobile 375 × 812

Desktop 1440 × 900

Score: 68 / 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.
Solid SEO basics — a few optimizations could boost rankings.
Good server performance with room for optimization.
Mostly compliant — a few items need attention.
Rich content metadata — your pages look great everywhere.
Heavier than average — reducing page weight saves energy and bandwidth.
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 13.0 MB (11.8 MB transferred)
Performance issues directly impact user engagement and conversion rates.
1 image(s) missing alt attribute
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/12fc63b3-2359-40c1-bbe3-dc4ef4c0e02f)<a href="https://beavercheck.com/results/12fc63b3-2359-40c1-bbe3-dc4ef4c0e02f"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fnikkeibp.co.jp" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fnikkeibp.co.jpThis badge auto-updates with your latest scan result.
Your site has several issues that may be affecting user experience and business outcomes. Your LCP of 7.7s exceeds Google's 2.5s 'Good' threshold and the 1 performance issue below directly contributes to it. 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.
8 barrier(s) likely increasing bounce by ~30%.
Page takes 7.7s to load
+12% bounceUsers abandon at ~3s — you're 5.2s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 614ms
+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
Viewport disables user zoom
+2% bounceVisitors with low vision can't read the page — and some jurisdictions treat this as a legal risk
Fix: Remove user-scalable=no; drop maximum-scale if it's below 2
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
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
¥40,000 investment → ¥604,248/month returns + JPY 100,000,000 risk avoided
¥40,000
5h · 5 findings
¥604,248 /mo
~¥7,250,972 / year
JPY 100,000,000
if kept compliant
¥12,000 — 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 ¥8000/hr
Based on Japan rates (¥8000/hr)
Start here for the best return on investment
¥8,333,778 / month at risk
~¥100,005,339 / year if left unfixed
¥100,000,000
+1 more
¥445 /mo
37260.1 MB/mo × 11.940 JPY/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.47 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
7.70 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
614 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.
5.79 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.
11.82 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.
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.
| URL | Est Savings |
|---|---|
| www.nikkeibp.co.jp/css/www/2018/font/oswald-v16-latin-regular.woff2 | 100 ms |
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 |
|---|---|---|
| www.nikkeibp.co.jp/js/bpcommon/jquery-1.x.min.js | 95.3 KiB | 655 ms |
| www.nikkeibp.co.jp/js/www/2018/index.js?20200826 | 3.5 KiB | 218 ms |
| www.nikkeibp.co.jp/js/www/2018/common.js?20200121 | 2.4 KiB | |
| www.nikkeibp.co.jp/js/www/2018/form.js?20181212 | 1.3 KiB | |
| www.nikkeibp.co.jp/js/www/2018/slick.min.js?20200826 | 41.2 KiB | 218 ms |
| www.nikkeibp.co.jp/css/www/2018/font.css | 601 B | |
| www.nikkeibp.co.jp/js/www/2018/jquery.matchHeight-min.js | 3.5 KiB | |
| www.nikkeibp.co.jp/css/www/2018/common.css?20231122 | 17.9 KiB | |
| www.nikkeibp.co.jp/css/www/2018/index.css?251020 | 24.2 KiB | 218 ms |
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 | |
|---|---|---|---|
ソリューション
SOLUTION div#services > div.col2 > div.col > a | www.nikkeibp.co.jp/images/www/2018/index/bgi-services_02.jpg | 208.6 KiB | 135.7 KiB |
出版・書籍
PUBLICATION div#services > div.col2 > div.col > a | www.nikkeibp.co.jp/images/www/2018/index/bgi-services_03.jpg | 139.4 KiB | 66.5 KiB |
イベント・セミナー
EVENT SEMINAR div#services > div.col2 > div.col > a | www.nikkeibp.co.jp/images/www/2018/index/bgi-services_04.jpg | 136.7 KiB | 63.8 KiB |
日経BPとは
会社概要
日経BPのあゆみ
SDGs/ESG への取り組み body#top > div#wrap > div#other | www.nikkeibp.co.jp/images/www/2018/index/bgi-other_01.jpg | 121.5 KiB | 56.9 KiB |
メディア
MEDIA div#services > div.col2 > div.col > a | www.nikkeibp.co.jp/images/www/2018/index/bgi-services_01.jpg | 123.0 KiB | 50.1 KiB |
日経BP採用案内 ul#bnr > li > a > img.sp | www.nikkeibp.co.jp/images/www/2018/index/bnr-recruit_02.jpg?230118 | 42.3 KiB | 26.3 KiB |
div.col2 > div.col > a > img div.col2 > div.col > a > img | www.nikkeibp.co.jp/images/www/2018/index/ico-services_04.png | 12.4 KiB | 5.9 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 |
|---|---|
| nikkeibp.co.jp/ | 951 ms |
| www.nikkeibp.co.jp/ | 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.googletagmanager.com/gtag/js?id=G-PM8FXLP65G&cx=c>m=4e64h1 | 151.7 KiB | 63.9 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-N67TT5M | 143.0 KiB | 63.2 KiB |
| www.nikkeibp.co.jp/js/bpcommon/jquery-1.x.min.js | 95.0 KiB | 48.7 KiB |
| www.nikkeibp.co.jp/js/www/2018/slick.min.js?20200826 | 41.0 KiB | 37.8 KiB |
| connect.facebook.net/en_US/fbevents.js | 96.5 KiB | 34.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 |
|---|---|---|---|
| www.nikkeibp.co.jp/ | 1.2 s | 202 ms | 1.5 ms |
| Unattributable | 900 ms | 69 ms | 0.0 ms |
| www.googletagmanager.com/gtag/js?id=G-PM8FXLP65G&cx=c>m=4e64h1 | 422 ms | 327 ms | 91 ms |
| www.googletagmanager.com/gtm.js?id=GTM-N67TT5M | 356 ms | 252 ms | 73 ms |
| /signals/config/151720335485995?v=2.9.303&r=stable&domain... | 301 ms | 272 ms | 28 ms |
| connect.facebook.net/en_US/fbevents.js | 219 ms | 146 ms | 67 ms |
| cdn.cxense.com/cx.js | 210 ms | 181 ms | 17 ms |
| img.ak.impact-ad.jp/ut/a1/tracking.min.js | 202 ms | 157 ms | 33 ms |
| www.nikkeibp.co.jp/js/bpcommon/jquery-1.x.min.js | 180 ms | 117 ms | 13 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.8 s |
| Other | 1.2 s |
| Style & Layout | 618 ms |
| Script Parsing & Compilation | 342 ms |
| Rendering | 73 ms |
| Parse HTML & CSS | 38 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 |
|---|---|---|
| www.nikkeibp.co.jp/css/www/2018/index.css?251020 | 24.2 KiB | 3.8 KiB |
| www.nikkeibp.co.jp/css/www/2018/common.css?20231122 | 17.9 KiB | 3.1 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 |
|---|---|---|
| www.nikkeibp.co.jp/css/www/2018/common.css?20231122 | 17.7 KiB | 11.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.
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.
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 |
|---|
head > meta head > meta |
One main landmark helps screen reader users navigate a web page. Learn more about landmarks.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
These items highlight common accessibility best practices.
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Performance issues directly impact user engagement and conversion rates.
| Deprecation / Warning | Source |
|---|---|
| AttributionReporting | connect.facebook.net/en_US/fbevents.js line 279, col 769 |
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.
1.31 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.33 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
22 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.55 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
2.59 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.
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.
| URL | Est Savings |
|---|---|
| www.nikkeibp.co.jp/css/www/2018/font/oswald-v16-latin-regular.woff2 | 85 ms |
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.
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 | |
|---|---|---|---|
ソリューション
SOLUTION
独自の視点・分析、専門領域の人脈・場の創出。
真似のできないソリューション div#services > div.col2 > div.col > a | www.nikkeibp.co.jp/images/www/2018/index/bgi-services_02.jpg | 208.6 KiB | 135.7 KiB |
出版・書籍
PUBLICATION
ロングセラーから時流のテーマまで
独自視点のラインナップ div#services > div.col2 > div.col > a | www.nikkeibp.co.jp/images/www/2018/index/bgi-services_03.jpg | 139.4 KiB | 66.5 KiB |
イベント・セミナー
EVENT SEMINAR
「体感型メディア」で
効果的なコミュニケーションを div#services > div.col2 > div.col > a | www.nikkeibp.co.jp/images/www/2018/index/bgi-services_04.jpg | 136.7 KiB | 63.8 KiB |
日経BPとは
会社概要
日経BPのあゆみ
SDGs/ESG への
取り組み body#top > div#wrap > div#other | www.nikkeibp.co.jp/images/www/2018/index/bgi-other_01.jpg | 121.5 KiB | 56.9 KiB |
メディア
MEDIA
経営・技術・生活の先端・
専門情報を幅広く発信 div#services > div.col2 > div.col > a | www.nikkeibp.co.jp/images/www/2018/index/bgi-services_01.jpg | 123.0 KiB | 50.1 KiB |
日経BP採用案内 ul#bnr > li > a > img.pc | www.nikkeibp.co.jp/images/www/2018/index/bnr-recruit_01.jpg?230118 | 55.5 KiB | 17.3 KiB |
div.col2 > div.col > a > img div.col2 > div.col > a > img | www.nikkeibp.co.jp/images/www/2018/index/ico-services_04.png | 12.4 KiB | 5.9 KiB |
年間約1,000回のセミナー・イベント ul > li > div.box > img | www.nikkeibp.co.jp/images/www/2018/index/bnr-data_06_2.png | 8.7 KiB | 4.8 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 |
|---|---|
| nikkeibp.co.jp/ | 408 ms |
| www.nikkeibp.co.jp/ | 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 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.nikkeibp.co.jp/css/www/2018/index.css?251020 | 24.0 KiB | 15.7 KiB |
| www.nikkeibp.co.jp/css/www/2018/common.css?20231122 | 17.7 KiB | 13.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 |
|---|---|---|
| www.googletagmanager.com/gtag/js?id=G-PM8FXLP65G&cx=c>m=4e64h1 | 151.7 KiB | 63.9 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-N67TT5M | 143.0 KiB | 63.2 KiB |
| www.nikkeibp.co.jp/js/bpcommon/jquery-1.x.min.js | 95.0 KiB | 48.9 KiB |
| www.nikkeibp.co.jp/js/www/2018/slick.min.js?20200826 | 41.0 KiB | 37.8 KiB |
| connect.facebook.net/en_US/fbevents.js | 96.5 KiB | 34.5 KiB |
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 |
|---|---|---|
| www.nikkeibp.co.jp/css/www/2018/index.css?251020 | 24.2 KiB | 3.8 KiB |
| www.nikkeibp.co.jp/css/www/2018/common.css?20231122 | 17.9 KiB | 3.1 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.
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.
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 |
|---|
head > meta head > 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 |
|---|---|
| AttributionReporting | connect.facebook.net/en_US/fbevents.js line 279, col 769 |
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