Mobile 375 × 812

Desktop 1440 × 900

Score: 77 / 100
Based on 8 categories, 0 sections
Fast site — your users get a smooth experience.
Several missing protections leave your users and data exposed.
Several issues make your site difficult for assistive technology users.
Well-optimized for search — your content is discoverable.
Solid infrastructure — fast server responses across the board.
Mostly compliant — a few items need attention.
Rich content metadata — your pages look great everywhere.
Lean and efficient — low environmental impact per visit.
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.
1 image(s) missing alt attribute
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.
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/34787017-79e5-47c5-9314-5e9c1ccc8bbb)<a href="https://beavercheck.com/results/34787017-79e5-47c5-9314-5e9c1ccc8bbb"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fschneier.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fschneier.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.
7 barrier(s) likely increasing bounce by ~22%.
Page loads in 3.2s
+5% bounceEvery additional 100ms above 2.5s costs conversions — you're 657ms over
Fix: Target <2.5s LCP: defer non-critical scripts and optimize the hero image
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
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
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 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
2 broken link(s) on the page
+3% bounceClicks land on 404s — trust drops and the session often ends
Fix: Fix or remove the broken destinations surfaced on the Content tab
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
$550 investment → $1,237/month returns + USD 150,000 risk avoided
$550
6h · 5 findings
$1,237 /mo
~$14,843 / 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.
5.5 developer hours at $100/hr
Based on United States rates ($100/hr)
Start here for the best return on investment
$12,500 / month at risk
~$150,001 / year if left unfixed
$150,000
+4 more
$0.07 /mo
856.3 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.
2.71 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
3.16 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
42 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.004
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
2.71 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.92 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.
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.
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 |
|---|---|
| schneier.com/ | 777 ms |
| www.schneier.com/ | 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.
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| /wp-content/themes/schneier/assets/vendor/socialsharepriv... | 7.2 KiB | 2.2 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.
| URL | |
|---|---|
Support Bloggers' Rights! section > div#schneier_promotion-2 > a > img#effbutton | www.schneier.com/wp-content/themes/schneier/assets/images/join-eff@2x.png |
Rewiring Democracy section > div#schneier_latest_book-3 > a > img.sidepic | www.schneier.com/wp-content/uploads/2025/05/book-rewiring-200w.jpg |
Defend Privacy--Support Epic section > div#schneier_promotion-2 > a > img | www.schneier.com/wp-content/themes/schneier/assets/images/support-epic@2x.png |
div#sidebar-two > section > div#schneier_about-2 > img div#sidebar-two > section > div#schneier_about-2 > img | www.schneier.com/wp-content/uploads/2019/10/Bruce-Schneier.jpg |
"Tweet this"-Dummy ul.social_share_privacy_area > li.help_info > div.dummy_btn > img.tweet_privacy_dummy | /wp-content/themes/schneier/assets/vendor/socialsharepriv... |
"Tweet this"-Dummy ul.social_share_privacy_area > li.help_info > div.dummy_btn > img.tweet_privacy_dummy | /wp-content/themes/schneier/assets/vendor/socialsharepriv... |
"Tweet this"-Dummy ul.social_share_privacy_area > li.help_info > div.dummy_btn > img.tweet_privacy_dummy | /wp-content/themes/schneier/assets/vendor/socialsharepriv... |
"Tweet this"-Dummy ul.social_share_privacy_area > li.help_info > div.dummy_btn > img.tweet_privacy_dummy | /wp-content/themes/schneier/assets/vendor/socialsharepriv... |
"Tweet this"-Dummy ul.social_share_privacy_area > li.help_info > div.dummy_btn > img.tweet_privacy_dummy | /wp-content/themes/schneier/assets/vendor/socialsharepriv... |
"Tweet this"-Dummy ul.social_share_privacy_area > li.help_info > div.dummy_btn > img.tweet_privacy_dummy | /wp-content/themes/schneier/assets/vendor/socialsharepriv... |
"Tweet this"-Dummy ul.social_share_privacy_area > li.help_info > div.dummy_btn > img.tweet_privacy_dummy | /wp-content/themes/schneier/assets/vendor/socialsharepriv... |
"Tweet this"-Dummy ul.social_share_privacy_area > li.help_info > div.dummy_btn > img.tweet_privacy_dummy | /wp-content/themes/schneier/assets/vendor/socialsharepriv... |
"Tweet this"-Dummy ul.social_share_privacy_area > li.help_info > div.dummy_btn > img.tweet_privacy_dummy | /wp-content/themes/schneier/assets/vendor/socialsharepriv... |
"Tweet this"-Dummy ul.social_share_privacy_area > li.help_info > div.dummy_btn > img.tweet_privacy_dummy | /wp-content/themes/schneier/assets/vendor/socialsharepriv... |
Facebook "Like"-Dummy ul.social_share_privacy_area > li.help_info > div.dummy_btn > img.fb_like_privacy_dummy | /wp-content/themes/schneier/assets/vendor/socialsharepriv... |
Facebook "Like"-Dummy ul.social_share_privacy_area > li.help_info > div.dummy_btn > img.fb_like_privacy_dummy | /wp-content/themes/schneier/assets/vendor/socialsharepriv... |
Facebook "Like"-Dummy ul.social_share_privacy_area > li.help_info > div.dummy_btn > img.fb_like_privacy_dummy | /wp-content/themes/schneier/assets/vendor/socialsharepriv... |
Facebook "Like"-Dummy ul.social_share_privacy_area > li.help_info > div.dummy_btn > img.fb_like_privacy_dummy | /wp-content/themes/schneier/assets/vendor/socialsharepriv... |
Facebook "Like"-Dummy ul.social_share_privacy_area > li.help_info > div.dummy_btn > img.fb_like_privacy_dummy | /wp-content/themes/schneier/assets/vendor/socialsharepriv... |
Facebook "Like"-Dummy ul.social_share_privacy_area > li.help_info > div.dummy_btn > img.fb_like_privacy_dummy | /wp-content/themes/schneier/assets/vendor/socialsharepriv... |
Facebook "Like"-Dummy ul.social_share_privacy_area > li.help_info > div.dummy_btn > img.fb_like_privacy_dummy | /wp-content/themes/schneier/assets/vendor/socialsharepriv... |
Facebook "Like"-Dummy ul.social_share_privacy_area > li.help_info > div.dummy_btn > img.fb_like_privacy_dummy | /wp-content/themes/schneier/assets/vendor/socialsharepriv... |
Facebook "Like"-Dummy ul.social_share_privacy_area > li.help_info > div.dummy_btn > img.fb_like_privacy_dummy | /wp-content/themes/schneier/assets/vendor/socialsharepriv... |
Facebook "Like"-Dummy ul.social_share_privacy_area > li.help_info > div.dummy_btn > img.fb_like_privacy_dummy | /wp-content/themes/schneier/assets/vendor/socialsharepriv... |
Atom div#schneier_social-4 > div#subscription-buttons > a > img | www.schneier.com/wp-content/uploads/2019/10/rss-32px.png |
Facebook div#schneier_social-4 > div#subscription-buttons > a > img | www.schneier.com/wp-content/uploads/2019/10/facebook-32px.png |
Twitter div#schneier_social-4 > div#subscription-buttons > a > img | www.schneier.com/wp-content/uploads/2019/10/twitter-32px.png |
Email div#schneier_social-4 > div#subscription-buttons > a > img | www.schneier.com/wp-content/uploads/2019/10/email-32px.png |
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.
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 |
|---|
Search div#sidebar-one > section > div#schneier_search-3 > h3 |
These are opportunities to improve keyboard navigation in your application.
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div#sidebar-two > section > div#schneier_about-2 > img div#sidebar-two > section > div#schneier_about-2 > img |
Labels ensure that form controls are announced properly by assistive technologies, like screen readers. Learn more about form element labels.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
section > div#schneier_search-3 > form > input#search section > div#schneier_search-3 > form > input#search |
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 |
|---|
ul.social_share_privacy_area > li.settings_info > div.settings_info_menu > a ul.social_share_privacy_area > li.settings_info > div.settings_info_menu > a |
ul.social_share_privacy_area > li.settings_info > div.settings_info_menu > a ul.social_share_privacy_area > li.settings_info > div.settings_info_menu > a |
ul.social_share_privacy_area > li.settings_info > div.settings_info_menu > a ul.social_share_privacy_area > li.settings_info > div.settings_info_menu > a |
ul.social_share_privacy_area > li.settings_info > div.settings_info_menu > a ul.social_share_privacy_area > li.settings_info > div.settings_info_menu > a |
ul.social_share_privacy_area > li.settings_info > div.settings_info_menu > a ul.social_share_privacy_area > li.settings_info > div.settings_info_menu > a |
ul.social_share_privacy_area > li.settings_info > div.settings_info_menu > a ul.social_share_privacy_area > li.settings_info > div.settings_info_menu > a |
ul.social_share_privacy_area > li.settings_info > div.settings_info_menu > a ul.social_share_privacy_area > li.settings_info > div.settings_info_menu > a |
ul.social_share_privacy_area > li.settings_info > div.settings_info_menu > a ul.social_share_privacy_area > li.settings_info > div.settings_info_menu > a |
ul.social_share_privacy_area > li.settings_info > div.settings_info_menu > a ul.social_share_privacy_area > li.settings_info > div.settings_info_menu > a |
ul.social_share_privacy_area > li.settings_info > div.settings_info_menu > a ul.social_share_privacy_area > li.settings_info > div.settings_info_menu > 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.
Low-contrast text is difficult or impossible for many users to read. Link text that is discernible improves the experience for users with low vision. Learn how to make links distinguishable.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
public-interest technologist section > div#schneier_about-2 > p.small > a |
blog section > div#schneier_about-2 > p.small > a |
newsletter section > div#schneier_about-2 > p.small > a |
Kennedy School section > div#schneier_about-2 > p.small > a |
EFF section > div#schneier_about-2 > p.small > a |
Inrupt, Inc. section > div#schneier_about-2 > p.small > a |
These are opportunities to improve the legibility of your content.
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 |
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 |
|---|
3d printers div#schneier_archives-2 > ul.top-tags > li > a |
9/11 div#schneier_archives-2 > ul.top-tags > li > a |
A Hacker's Mind div#schneier_archives-2 > ul.top-tags > li > a |
Aaron Swartz div#schneier_archives-2 > ul.top-tags > li > a |
academic div#schneier_archives-2 > ul.top-tags > li > a |
academic papers div#schneier_archives-2 > ul.top-tags > li > a |
accountability div#schneier_archives-2 > ul.top-tags > li > a |
ACLU div#schneier_archives-2 > ul.top-tags > li > a |
activism div#schneier_archives-2 > ul.top-tags > li > a |
Adobe div#schneier_archives-2 > ul.top-tags > li > a |
advanced persistent threats div#schneier_archives-2 > ul.top-tags > li > a |
adware div#schneier_archives-2 > ul.top-tags > li > a |
AES div#schneier_archives-2 > ul.top-tags > li > a |
Afghanistan div#schneier_archives-2 > ul.top-tags > li > a |
AI div#schneier_archives-2 > ul.top-tags > li > a |
air marshals div#schneier_archives-2 > ul.top-tags > li > a |
air travel div#schneier_archives-2 > ul.top-tags > li > a |
airgaps div#schneier_archives-2 > ul.top-tags > li > a |
al Qaeda div#schneier_archives-2 > ul.top-tags > li > a |
alarms div#schneier_archives-2 > ul.top-tags > li > a |
algorithms div#schneier_archives-2 > ul.top-tags > li > a |
alibis div#schneier_archives-2 > ul.top-tags > li > a |
Amazon div#schneier_archives-2 > ul.top-tags > li > a |
Android div#schneier_archives-2 > ul.top-tags > li > a |
anonymity div#schneier_archives-2 > ul.top-tags > li > a |
Anonymous div#schneier_archives-2 > ul.top-tags > li > a |
Apache div#schneier_archives-2 > ul.top-tags > li > a |
Apple div#schneier_archives-2 > ul.top-tags > li > a |
Applied Cryptography div#schneier_archives-2 > ul.top-tags > li > a |
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.
Image natural dimensions should be proportional to the display size and the pixel ratio to maximize image clarity. Learn how to provide responsive images.
Performance issues directly impact user engagement and conversion rates.
| URL | Displayed size | Actual size | Expected size | |
|---|---|---|---|---|
Email div#schneier_social-4 > div#subscription-buttons > a > img | www.schneier.com/wp-content/uploads/2019/10/email-32px.png | 32 x 32 | 32 x 32 | 48 x 48 |
Facebook div#schneier_social-4 > div#subscription-buttons > a > img | www.schneier.com/wp-content/uploads/2019/10/facebook-32px.png | 32 x 32 | 32 x 32 | 48 x 48 |
Atom div#schneier_social-4 > div#subscription-buttons > a > img | www.schneier.com/wp-content/uploads/2019/10/rss-32px.png | 32 x 32 | 32 x 32 | 48 x 48 |
Twitter div#schneier_social-4 > div#subscription-buttons > a > img | www.schneier.com/wp-content/uploads/2019/10/twitter-32px.png | 32 x 32 | 32 x 32 | 48 x 48 |
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.
Meta descriptions may be included in search results to concisely summarize page content. Learn more about the meta description.
Performance issues directly impact user engagement and conversion rates.
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div#sidebar-two > section > div#schneier_about-2 > img div#sidebar-two > section > div#schneier_about-2 > img |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Industry-standard audits powered by Google Lighthouse. — Desktop
Key metrics that affect user experience. — Desktop
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
814 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
952 ms
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
0 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.003
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
814 ms
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
961 ms
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.
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.
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 | |
|---|---|---|---|
Defend Privacy--Support Epic section > div#schneier_promotion-2 > a > img | www.schneier.com/wp-content/themes/schneier/assets/images/support-epic@2x.png | 30.3 KiB | 28.0 KiB |
Schneier on Security div#wrapper > div#main > header > div#header | www.schneier.com/wp-content/themes/schneier/assets/images/header-lock.jpg | 24.8 KiB | 13.3 KiB |
Rewiring Democracy section > div#schneier_latest_book-3 > a > img.sidepic | www.schneier.com/wp-content/uploads/2025/05/book-rewiring-200w.jpg | 23.1 KiB | 13.2 KiB |
Support Bloggers' Rights! section > div#schneier_promotion-2 > a > img#effbutton | www.schneier.com/wp-content/themes/schneier/assets/images/join-eff@2x.png | 13.2 KiB | 9.9 KiB |
div#sidebar-two > section > div#schneier_about-2 > img div#sidebar-two > section > div#schneier_about-2 > img | www.schneier.com/wp-content/uploads/2019/10/Bruce-Schneier.jpg | 10.4 KiB | 4.3 KiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| /wp-content/themes/schneier/assets/vendor/socialsharepriv... | 7.2 KiB | 2.2 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.
| URL | |
|---|---|
Support Bloggers' Rights! section > div#schneier_promotion-2 > a > img#effbutton | www.schneier.com/wp-content/themes/schneier/assets/images/join-eff@2x.png |
Rewiring Democracy section > div#schneier_latest_book-3 > a > img.sidepic | www.schneier.com/wp-content/uploads/2025/05/book-rewiring-200w.jpg |
Defend Privacy--Support Epic section > div#schneier_promotion-2 > a > img | www.schneier.com/wp-content/themes/schneier/assets/images/support-epic@2x.png |
div#sidebar-two > section > div#schneier_about-2 > img div#sidebar-two > section > div#schneier_about-2 > img | www.schneier.com/wp-content/uploads/2019/10/Bruce-Schneier.jpg |
"Tweet this"-Dummy ul.social_share_privacy_area > li.help_info > div.dummy_btn > img.tweet_privacy_dummy | /wp-content/themes/schneier/assets/vendor/socialsharepriv... |
"Tweet this"-Dummy ul.social_share_privacy_area > li.help_info > div.dummy_btn > img.tweet_privacy_dummy | /wp-content/themes/schneier/assets/vendor/socialsharepriv... |
"Tweet this"-Dummy ul.social_share_privacy_area > li.help_info > div.dummy_btn > img.tweet_privacy_dummy | /wp-content/themes/schneier/assets/vendor/socialsharepriv... |
"Tweet this"-Dummy ul.social_share_privacy_area > li.help_info > div.dummy_btn > img.tweet_privacy_dummy | /wp-content/themes/schneier/assets/vendor/socialsharepriv... |
"Tweet this"-Dummy ul.social_share_privacy_area > li.help_info > div.dummy_btn > img.tweet_privacy_dummy | /wp-content/themes/schneier/assets/vendor/socialsharepriv... |
"Tweet this"-Dummy ul.social_share_privacy_area > li.help_info > div.dummy_btn > img.tweet_privacy_dummy | /wp-content/themes/schneier/assets/vendor/socialsharepriv... |
"Tweet this"-Dummy ul.social_share_privacy_area > li.help_info > div.dummy_btn > img.tweet_privacy_dummy | /wp-content/themes/schneier/assets/vendor/socialsharepriv... |
"Tweet this"-Dummy ul.social_share_privacy_area > li.help_info > div.dummy_btn > img.tweet_privacy_dummy | /wp-content/themes/schneier/assets/vendor/socialsharepriv... |
"Tweet this"-Dummy ul.social_share_privacy_area > li.help_info > div.dummy_btn > img.tweet_privacy_dummy | /wp-content/themes/schneier/assets/vendor/socialsharepriv... |
"Tweet this"-Dummy ul.social_share_privacy_area > li.help_info > div.dummy_btn > img.tweet_privacy_dummy | /wp-content/themes/schneier/assets/vendor/socialsharepriv... |
Facebook "Like"-Dummy ul.social_share_privacy_area > li.help_info > div.dummy_btn > img.fb_like_privacy_dummy | /wp-content/themes/schneier/assets/vendor/socialsharepriv... |
Facebook "Like"-Dummy ul.social_share_privacy_area > li.help_info > div.dummy_btn > img.fb_like_privacy_dummy | /wp-content/themes/schneier/assets/vendor/socialsharepriv... |
Facebook "Like"-Dummy ul.social_share_privacy_area > li.help_info > div.dummy_btn > img.fb_like_privacy_dummy | /wp-content/themes/schneier/assets/vendor/socialsharepriv... |
Facebook "Like"-Dummy ul.social_share_privacy_area > li.help_info > div.dummy_btn > img.fb_like_privacy_dummy | /wp-content/themes/schneier/assets/vendor/socialsharepriv... |
Facebook "Like"-Dummy ul.social_share_privacy_area > li.help_info > div.dummy_btn > img.fb_like_privacy_dummy | /wp-content/themes/schneier/assets/vendor/socialsharepriv... |
Facebook "Like"-Dummy ul.social_share_privacy_area > li.help_info > div.dummy_btn > img.fb_like_privacy_dummy | /wp-content/themes/schneier/assets/vendor/socialsharepriv... |
Facebook "Like"-Dummy ul.social_share_privacy_area > li.help_info > div.dummy_btn > img.fb_like_privacy_dummy | /wp-content/themes/schneier/assets/vendor/socialsharepriv... |
Facebook "Like"-Dummy ul.social_share_privacy_area > li.help_info > div.dummy_btn > img.fb_like_privacy_dummy | /wp-content/themes/schneier/assets/vendor/socialsharepriv... |
Facebook "Like"-Dummy ul.social_share_privacy_area > li.help_info > div.dummy_btn > img.fb_like_privacy_dummy | /wp-content/themes/schneier/assets/vendor/socialsharepriv... |
Facebook "Like"-Dummy ul.social_share_privacy_area > li.help_info > div.dummy_btn > img.fb_like_privacy_dummy | /wp-content/themes/schneier/assets/vendor/socialsharepriv... |
Atom div#schneier_social-4 > div#subscription-buttons > a > img | www.schneier.com/wp-content/uploads/2019/10/rss-32px.png |
Facebook div#schneier_social-4 > div#subscription-buttons > a > img | www.schneier.com/wp-content/uploads/2019/10/facebook-32px.png |
Twitter div#schneier_social-4 > div#subscription-buttons > a > img | www.schneier.com/wp-content/uploads/2019/10/twitter-32px.png |
Email div#schneier_social-4 > div#subscription-buttons > a > img | www.schneier.com/wp-content/uploads/2019/10/email-32px.png |
More information about the performance of your application. These numbers don't directly affect the Performance score.
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 |
|---|---|
| schneier.com/ | 234 ms |
| www.schneier.com/ | 0.0 ms |
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.
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 |
|---|
Search div#sidebar-one > section > div#schneier_search-3 > h3 |
These are opportunities to improve keyboard navigation in your application.
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div#sidebar-two > section > div#schneier_about-2 > img div#sidebar-two > section > div#schneier_about-2 > img |
Labels ensure that form controls are announced properly by assistive technologies, like screen readers. Learn more about form element labels.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
section > div#schneier_search-3 > form > input#search section > div#schneier_search-3 > form > input#search |
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 |
|---|
ul.social_share_privacy_area > li.settings_info > div.settings_info_menu > a ul.social_share_privacy_area > li.settings_info > div.settings_info_menu > a |
ul.social_share_privacy_area > li.settings_info > div.settings_info_menu > a ul.social_share_privacy_area > li.settings_info > div.settings_info_menu > a |
ul.social_share_privacy_area > li.settings_info > div.settings_info_menu > a ul.social_share_privacy_area > li.settings_info > div.settings_info_menu > a |
ul.social_share_privacy_area > li.settings_info > div.settings_info_menu > a ul.social_share_privacy_area > li.settings_info > div.settings_info_menu > a |
ul.social_share_privacy_area > li.settings_info > div.settings_info_menu > a ul.social_share_privacy_area > li.settings_info > div.settings_info_menu > a |
ul.social_share_privacy_area > li.settings_info > div.settings_info_menu > a ul.social_share_privacy_area > li.settings_info > div.settings_info_menu > a |
ul.social_share_privacy_area > li.settings_info > div.settings_info_menu > a ul.social_share_privacy_area > li.settings_info > div.settings_info_menu > a |
ul.social_share_privacy_area > li.settings_info > div.settings_info_menu > a ul.social_share_privacy_area > li.settings_info > div.settings_info_menu > a |
ul.social_share_privacy_area > li.settings_info > div.settings_info_menu > a ul.social_share_privacy_area > li.settings_info > div.settings_info_menu > a |
ul.social_share_privacy_area > li.settings_info > div.settings_info_menu > a ul.social_share_privacy_area > li.settings_info > div.settings_info_menu > 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.
Low-contrast text is difficult or impossible for many users to read. Link text that is discernible improves the experience for users with low vision. Learn how to make links distinguishable.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
public-interest technologist section > div#schneier_about-2 > p.small > a |
blog section > div#schneier_about-2 > p.small > a |
newsletter section > div#schneier_about-2 > p.small > a |
Kennedy School section > div#schneier_about-2 > p.small > a |
EFF section > div#schneier_about-2 > p.small > a |
Inrupt, Inc. section > div#schneier_about-2 > p.small > a |
These are opportunities to improve the legibility of your content.
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 |
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 |
|---|
3d printers div#schneier_archives-2 > ul.top-tags > li > a |
A Hacker's Mind div#schneier_archives-2 > ul.top-tags > li > a |
accountability div#schneier_archives-2 > ul.top-tags > li > a |
ACLU div#schneier_archives-2 > ul.top-tags > li > a |
adware div#schneier_archives-2 > ul.top-tags > li > a |
AES div#schneier_archives-2 > ul.top-tags > li > a |
Afghanistan div#schneier_archives-2 > ul.top-tags > li > a |
AI div#schneier_archives-2 > ul.top-tags > li > a |
air marshals div#schneier_archives-2 > ul.top-tags > li > a |
air travel div#schneier_archives-2 > ul.top-tags > li > a |
airgaps div#schneier_archives-2 > ul.top-tags > li > a |
al Qaeda div#schneier_archives-2 > ul.top-tags > li > a |
alarms div#schneier_archives-2 > ul.top-tags > li > a |
algorithms div#schneier_archives-2 > ul.top-tags > li > a |
alibis div#schneier_archives-2 > ul.top-tags > li > a |
Amazon div#schneier_archives-2 > ul.top-tags > li > a |
Android div#schneier_archives-2 > ul.top-tags > li > a |
anonymity div#schneier_archives-2 > ul.top-tags > li > a |
Anonymous div#schneier_archives-2 > ul.top-tags > li > a |
antivirus div#schneier_archives-2 > ul.top-tags > li > a |
Apache div#schneier_archives-2 > ul.top-tags > li > a |
Apple div#schneier_archives-2 > ul.top-tags > li > a |
Applied Cryptography div#schneier_archives-2 > ul.top-tags > li > a |
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.
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.
Meta descriptions may be included in search results to concisely summarize page content. Learn more about the meta description.
Performance issues directly impact user engagement and conversion rates.
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div#sidebar-two > section > div#schneier_about-2 > img div#sidebar-two > section > div#schneier_about-2 > img |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Send Feedback