Lighthouse Mobile
· 0 checks — Mobile Lighthouse audit -- Performance, Accessibility, Best Practices, and SEO category breakdown.Detailed Report
Audit breakdown by category with detailed findings.
Performance
Insights
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
Performance issues directly impact user engagement and conversion rates.
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.
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
python cave div.uabb-blog-post-inner-wrap > div.uabb-post-thumbnail > a.over-link > img | thebulletin.org/wp-content/uploads/2026/04/python-cave-410x230.png | 180.0 KiB | 164.7 KiB |
div.fl-module > div#thebu-3977847494 > a.a2t-link > img div.fl-module > div#thebu-3977847494 > a.a2t-link > img | /wp-content/uploads/2026/04/Apr.-2026-Fundraising-2-—-H... | 197.7 KiB | 160.3 KiB |
View of Times Square in New York with a white balloon displaying "Zero Nukes" div.fl-module > div.fl-module-content > div.uabb-module-content > img.uabb-ultb3-img | thebulletin.org/wp-content/uploads/2025/10/art-science-initiative-banner-800.png | 175.0 KiB | 150.6 KiB |
People sit around a roundtable in a conference room with screens in the middle div.fl-module > div.fl-module-content > div.uabb-module-content > img.uabb-ultb3-img | thebulletin.org/wp-content/uploads/2025/10/pathogens-project-banner-800.png | 129.2 KiB | 104.8 KiB |
Golden Dome in action div.uabb-blog-post-inner-wrap > div.uabb-post-thumbnail > a.over-link > img | /wp-content/uploads/2026/04/Strategic-Ballistic-Missile-D... | 114.1 KiB | 98.7 KiB |
Man in athletic attire with Bulletin of the Atomic Scientists printed on back o… div.fl-module > div.fl-module-content > div.uabb-module-content > img.uabb-ultb3-img | /wp-content/uploads/2025/10/next-generation-initiative-ba... | 114.4 KiB | 90.1 KiB |
div.uabb-blog-post-inner-wrap > div.uabb-post-thumbnail > a.over-link > img div.uabb-blog-post-inner-wrap > div.uabb-post-thumbnail > a.over-link > img | thebulletin.org/wp-content/uploads/2026/04/mesaverde2_29Jan2026-410x230.webp | 59.1 KiB | 43.8 KiB |
Satellite view of a tunnel entrance with a blue truck, several smaller vehicles… div.uabb-blog-post-inner-wrap > div.uabb-post-thumbnail > a.over-link > img | /wp-content/uploads/2026/03/2025-06-09_32.585667-51.81476... | 47.2 KiB | 38.3 KiB |
Chris Wright and Donald Trump, center div.uabb-blog-post-inner-wrap > div.uabb-post-thumbnail > a.over-link > img | thebulletin.org/wp-content/uploads/2026/03/P20251006JB-0286-410x230.webp | 24.3 KiB | 15.4 KiB |
div.uabb-blog-post-inner-wrap > div.uabb-post-thumbnail > a.over-link > img div.uabb-blog-post-inner-wrap > div.uabb-post-thumbnail > a.over-link > img | /wp-content/uploads/2026/04/Forest_Service_hosts_Old_Grow... | 26.9 KiB | 11.6 KiB |
div.uabb-blog-post-inner-wrap > div.uabb-post-thumbnail > a.over-link > img div.uabb-blog-post-inner-wrap > div.uabb-post-thumbnail > a.over-link > img | /wp-content/uploads/2026/03/26041305772277-crop-410x230.j... | 18.8 KiB | 9.9 KiB |
div.uabb-blog-post-inner-wrap > div.uabb-post-thumbnail > a.over-link > img div.uabb-blog-post-inner-wrap > div.uabb-post-thumbnail > a.over-link > img | /wp-content/uploads/2026/04/20260326_EP-201941C_AR1_0699-... | 21.9 KiB | 6.5 KiB |
John Kerry with granddaughter signing Paris climate agreement div.uabb-blog-post-inner-wrap > div.uabb-post-thumbnail > a.over-link > img | /wp-content/uploads/2026/04/Secretary_Kerry_Holds_Grandda... | 21.6 KiB | 6.2 KiB |
Three drones flying in a pink and orange sky div.uabb-blog-post-inner-wrap > div.uabb-post-thumbnail > a.over-link > img | /wp-content/uploads/2026/03/Depositphotos_690917922_XL-41... | 13.5 KiB | 5.7 KiB |
Three men in suits stand in front of two US flags; one speaks at a podium with … div.uabb-blog-post-inner-wrap > div.uabb-post-thumbnail > a.over-link > img | /wp-content/uploads/2026/04/GettyImages-2270432153-410x23... | 20.6 KiB | 5.2 KiB |
div.uabb-blog-post-inner-wrap > div.uabb-post-thumbnail > a.over-link > img div.uabb-blog-post-inner-wrap > div.uabb-post-thumbnail > a.over-link > img | /v/t39.30808-1/515504936_1138004331697129_712887676306434... | 4.7 KiB | 4.0 KiB |
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
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 |
|---|---|
| fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 | 5.0 ms |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
Diagnostics
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/plugins/advanced-ads-pro/assets/js/postscribe... | 12.4 KiB | 6.4 KiB |
| /wp-content/themes/atomic-bulletin/resources/bb-ultimate-... | 13.0 KiB | 5.1 KiB |
| /wp-content/plugins/advanced-ads-layer/public/assets/js/l... | 6.6 KiB | 2.8 KiB |
| thebulletin.org/wp-content/plugins/megamenu/js/maxmegamenu.js?ver=3.8.1 | 6.1 KiB | 2.3 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 |
|---|---|---|
| thebulletin.org/wp-includes/css/dashicons.min.css?ver=6.9.4 | 34.3 KiB | 34.3 KiB |
| /wp-content/themes/atomic-bulletin/dist/css/main-styles.c... | 24.1 KiB | 22.5 KiB |
| @charset "UTF-8";/** THIS FILE IS AUTOMATICALLY GENERATED... | 11.9 KiB | 11.9 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.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| pianocdn.thebulletin.org/api/tinypass.min.js | 132.1 KiB | 82.0 KiB |
| www.googletagmanager.com/gtag/js?id=G-4G39WYQ1DT&cx=c>m=4e64k1 | 172.5 KiB | 66.0 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-KCT2D8H | 165.8 KiB | 62.2 KiB |
| www.googletagmanager.com/gtag/js?id=AW-770325023&cx=c>m=4e64k1 | 137.3 KiB | 53.3 KiB |
| app.termly.io/resource-blocker/67c19541-575a-4f7b-9bc1-f00a61fc020c | 143.1 KiB | 52.9 KiB |
| connect.facebook.net/en_US/fbevents.js | 96.5 KiB | 31.5 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 |
|---|---|---|---|
| thebulletin.org/ | 1.3 s | 238 ms | 38 ms |
| Unattributable | 917 ms | 47 ms | 0.0 ms |
| www.googletagmanager.com/gtm.js?id=GTM-KCT2D8H | 594 ms | 483 ms | 72 ms |
| app.termly.io/resource-blocker/67c19541-575a-4f7b-9bc1-f00a61fc020c | 473 ms | 384 ms | 56 ms |
| www.googletagmanager.com/gtag/js?id=AW-770325023&cx=c>m=4e64k1 | 471 ms | 412 ms | 52 ms |
| www.googletagmanager.com/gtag/js?id=G-4G39WYQ1DT&cx=c>m=4e64k1 | 432 ms | 359 ms | 69 ms |
| pianocdn.thebulletin.org/api/tinypass.min.js | 373 ms | 198 ms | 57 ms |
| js-agent.newrelic.com/nr-spa-1.313.1.min.js | 267 ms | 233 ms | 13 ms |
| thebulletin.org/wp-includes/js/jquery/jquery.min.js?ver=3.7.1 | 253 ms | 195 ms | 12 ms |
| /signals/config/195699461699376?v=2.9.303&r=stable&domain... | 211 ms | 169 ms | 38 ms |
| connect.facebook.net/en_US/fbevents.js | 197 ms | 129 ms | 67 ms |
| /id/api/v1/identity/token/verify?browser_id=moam7whgp8kqn... | 130 ms | 118 ms | 0.4 ms |
| snap.licdn.com/li.lms-analytics/insight.min.js | 80 ms | 58 ms | 21 ms |
| thebulletin.org/wp-includes/js/wp-emoji-release.min.js?ver=6.9.4 | 68 ms | 64 ms | 3.3 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 | 3.4 s |
| Other | 948 ms |
| Style & Layout | 932 ms |
| Script Parsing & Compilation | 598 ms |
| Parse HTML & CSS | 207 ms |
| Garbage Collection | 141 ms |
| Rendering | 36 ms |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Performance issues directly impact user engagement and conversion rates.
| URL | |
|---|---|
Satellite view of a tunnel entrance with a blue truck, several smaller vehicles… div.uabb-blog-post-inner-wrap > div.uabb-post-thumbnail > a.over-link > img | /wp-content/uploads/2026/03/2025-06-09_32.585667-51.81476... |
Golden Dome in action div.uabb-blog-post-inner-wrap > div.uabb-post-thumbnail > a.over-link > img | /wp-content/uploads/2026/04/Strategic-Ballistic-Missile-D... |
John Kerry with granddaughter signing Paris climate agreement div.uabb-blog-post-inner-wrap > div.uabb-post-thumbnail > a.over-link > img | /wp-content/uploads/2026/04/Secretary_Kerry_Holds_Grandda... |
div.uabb-blog-post-inner-wrap > div.uabb-post-thumbnail > a.over-link > img div.uabb-blog-post-inner-wrap > div.uabb-post-thumbnail > a.over-link > img | /wp-content/uploads/2026/04/20260326_EP-201941C_AR1_0699-... |
div.uabb-blog-post-inner-wrap > div.uabb-post-thumbnail > a.over-link > img div.uabb-blog-post-inner-wrap > div.uabb-post-thumbnail > a.over-link > img | thebulletin.org/wp-content/uploads/2026/04/mesaverde2_29Jan2026-410x230.webp |
A group of people in formal attire sit around a table with phones and documents… div.uabb-blog-post-inner-wrap > div.uabb-post-thumbnail > a.over-link > img | /wp-content/uploads/2026/02/Trump-Operation-Epic-Fury-Mar... |
Three men in suits stand in front of two US flags; one speaks at a podium with … div.uabb-blog-post-inner-wrap > div.uabb-post-thumbnail > a.over-link > img | /wp-content/uploads/2026/04/GettyImages-2270432153-410x23... |
div.uabb-blog-post-inner-wrap > div.uabb-post-thumbnail > a.over-link > img div.uabb-blog-post-inner-wrap > div.uabb-post-thumbnail > a.over-link > img | /wp-content/uploads/2026/04/Forest_Service_hosts_Old_Grow... |
python cave div.uabb-blog-post-inner-wrap > div.uabb-post-thumbnail > a.over-link > img | thebulletin.org/wp-content/uploads/2026/04/python-cave-410x230.png |
A bright rocket streaks upward into the night sky from a snowy, mountainous coa… div.uabb-blog-post-inner-wrap > div.uabb-post-thumbnail > a.over-link > img | /wp-content/uploads/2026/02/Black-Brant-XII-launch-Andoya... |
Sunoco gas station lit up at night div.uabb-blog-post-inner-wrap > div.uabb-post-thumbnail > a.over-link > img | /wp-content/uploads/2026/04/1280px-thumbnail-410x230.jpg.... |
Chris Wright and Donald Trump, center div.uabb-blog-post-inner-wrap > div.uabb-post-thumbnail > a.over-link > img | thebulletin.org/wp-content/uploads/2026/03/P20251006JB-0286-410x230.webp |
Three drones flying in a pink and orange sky div.uabb-blog-post-inner-wrap > div.uabb-post-thumbnail > a.over-link > img | /wp-content/uploads/2026/03/Depositphotos_690917922_XL-41... |
Reagan and Gorbachev div.uabb-blog-post-inner-wrap > div.uabb-post-thumbnail > a.over-link > img | /wp-content/uploads/2026/03/BUR8511_ReaganGorbachev-410x2... |
div.uabb-blog-post-inner-wrap > div.uabb-post-thumbnail > a.over-link > img div.uabb-blog-post-inner-wrap > div.uabb-post-thumbnail > a.over-link > img | /wp-content/uploads/2026/03/26041305772277-crop-410x230.j... |
div.uabb-blog-post-inner-wrap > div.uabb-post-thumbnail > a.over-link > img div.uabb-blog-post-inner-wrap > div.uabb-post-thumbnail > a.over-link > img | /wp-content/uploads/2026/04/pexels-gustavo-fring-6870412-... |
Ethan Beaty headshot with text: Ethan Beaty wins the 2025 Rieser Award div.uabb-blog-post-inner-wrap > div.uabb-post-thumbnail > a.over-link > img | thebulletin.org/wp-content/uploads/2026/03/rieser-award-gray-grey-410x230.png |
Alexandra Bell moves the hand of the Doomsday Clock div.uabb-blog-post-inner-wrap > div.uabb-post-thumbnail > a.over-link > img | /wp-content/uploads/2026/01/Featured-Image-410x230.jpg.op... |
More information about the performance of your application. These numbers don't directly affect the Performance score.
Accessibility
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.
Contrast
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Doomsday Clock Statement div.menu-footer-menu-doomsday-clock-container > ul#menu-footer-menu-doomsday-clock > li#menu-item-22387 > a |
The Clock Setters div.menu-footer-menu-doomsday-clock-container > ul#menu-footer-menu-doomsday-clock > li#menu-item-119003 > a |
Timeline div.menu-footer-menu-doomsday-clock-container > ul#menu-footer-menu-doomsday-clock > li#menu-item-22260 > a |
FAQ div.menu-footer-menu-doomsday-clock-container > ul#menu-footer-menu-doomsday-clock > li#menu-item-10810 > a |
Virtual Tour div.menu-footer-menu-doomsday-clock-container > ul#menu-footer-menu-doomsday-clock > li#menu-item-121746 > a |
Doomsday Clock Playlist div.menu-footer-menu-doomsday-clock-container > ul#menu-footer-menu-doomsday-clock > li#menu-item-93781 > a |
Nuclear Risk div.menu-footer-menu-featured-topics-container > ul#menu-footer-menu-featured-topics > li#menu-item-10146 > a |
Climate Change div.menu-footer-menu-featured-topics-container > ul#menu-footer-menu-featured-topics > li#menu-item-10147 > a |
Disruptive Technologies div.menu-footer-menu-featured-topics-container > ul#menu-footer-menu-featured-topics > li#menu-item-10148 > a |
Biosecurity div.menu-footer-menu-featured-topics-container > ul#menu-footer-menu-featured-topics > li#menu-item-121748 > a |
Nuclear Notebook div.menu-footer-menu-featured-topics-container > ul#menu-footer-menu-featured-topics > li#menu-item-121749 > a |
What’s new at the Bulletin div.menu-footer-menu-featured-topics-container > ul#menu-footer-menu-featured-topics > li#menu-item-121750 > a |
Bulletin ul#menu-footer-menu-featured-topics > li#menu-item-121750 > a > em |
Login div.menu-footer-menu-magazine-container > ul#menu-footer-menu-magazine > li#menu-item-121756 > a |
Current Magazine Issue div.menu-footer-menu-magazine-container > ul#menu-footer-menu-magazine > li#menu-item-121752 > a |
Subscribe to the Magazine div.menu-footer-menu-magazine-container > ul#menu-footer-menu-magazine > li#menu-item-121753 > a |
My Account div.menu-footer-menu-magazine-container > ul#menu-footer-menu-magazine > li#menu-item-121751 > a |
Magazine Archive div.menu-footer-menu-magazine-container > ul#menu-footer-menu-magazine > li#menu-item-121755 > a |
Magazine FAQ div.menu-footer-menu-magazine-container > ul#menu-footer-menu-magazine > li#menu-item-121754 > a |
Magazine Covers div.menu-footer-menu-magazine-container > ul#menu-footer-menu-magazine > li#menu-item-92105 > a |
Ways To Give div.menu-footer-menu-support-our-work-container > ul#menu-footer-menu-support-our-work > li#menu-item-128167 > a |
Give Now div.menu-footer-menu-support-our-work-container > ul#menu-footer-menu-support-our-work > li#menu-item-128132 > a |
What Your Gift Supports div.menu-footer-menu-support-our-work-container > ul#menu-footer-menu-support-our-work > li#menu-item-128137 > a |
Annual Event div.menu-footer-menu-support-our-work-container > ul#menu-footer-menu-support-our-work > li#menu-item-126087 > a |
Einstein Circle div.menu-footer-menu-support-our-work-container > ul#menu-footer-menu-support-our-work > li#menu-item-128136 > a |
Legacy Society div.menu-footer-menu-support-our-work-container > ul#menu-footer-menu-support-our-work > li#menu-item-128135 > a |
Donor-Advised Fund div.menu-footer-menu-support-our-work-container > ul#menu-footer-menu-support-our-work > li#menu-item-128134 > a |
Store div.menu-footer-menu-support-our-work-container > ul#menu-footer-menu-support-our-work > li#menu-item-75156 > a |
Our Mission div.menu-footer-menu-about-container > ul#menu-footer-menu-about > li#menu-item-10397 > a |
Leadership div.menu-footer-menu-about-container > ul#menu-footer-menu-about > li#menu-item-10408 > a |
Staff div.menu-footer-menu-about-container > ul#menu-footer-menu-about > li#menu-item-10398 > a |
Events div.menu-footer-menu-about-container > ul#menu-footer-menu-about > li#menu-item-121741 > a |
Editorial Independence Policy div.menu-footer-menu-about-container > ul#menu-footer-menu-about > li#menu-item-10402 > a |
Annual Report div.menu-footer-menu-about-container > ul#menu-footer-menu-about > li#menu-item-10399 > a |
Pathogens Project div.menu-footer-menu-about-container > ul#menu-footer-menu-about > li#menu-item-121744 > a |
Arts + Science Initiative div.menu-footer-menu-about-container > ul#menu-footer-menu-about > li#menu-item-121740 > a |
Next Generation Initiative div.menu-footer-menu-about-container > ul#menu-footer-menu-about > li#menu-item-121742 > a |
Open Positions div.menu-footer-menu-about-container > ul#menu-footer-menu-about > li#menu-item-92713 > a |
Send us a Tip div.menu-footer-menu-contact-us-container > ul#menu-footer-menu-contact-us > li#menu-item-121745 > a |
Write for Us div.menu-footer-menu-contact-us-container > ul#menu-footer-menu-contact-us > li#menu-item-10406 > a |
Permissions & Copyrights div.menu-footer-menu-contact-us-container > ul#menu-footer-menu-contact-us > li#menu-item-10407 > a |
Media Inquiries div.menu-footer-menu-contact-us-container > ul#menu-footer-menu-contact-us > li#menu-item-22264 > a |
Support Us div.menu-footer-menu-contact-us-container > ul#menu-footer-menu-contact-us > li#menu-item-55590 > a |
Advertise div.menu-footer-menu-contact-us-container > ul#menu-footer-menu-contact-us > li#menu-item-74923 > a |
Email Us div.menu-footer-menu-contact-us-container > ul#menu-footer-menu-contact-us > li#menu-item-85247 > a |
Get Our Newsletter div.menu-footer-menu-stay-connected-container > ul#menu-footer-menu-stay-connected > li#menu-item-60041 > a |
Email Courses div.menu-footer-menu-stay-connected-container > ul#menu-footer-menu-stay-connected > li#menu-item-126290 > a |
Facebook div.menu-footer-menu-stay-connected-container > ul#menu-footer-menu-stay-connected > li#menu-item-10409 > a |
Bluesky div.menu-footer-menu-stay-connected-container > ul#menu-footer-menu-stay-connected > li#menu-item-118020 > a |
LinkedIn div.menu-footer-menu-stay-connected-container > ul#menu-footer-menu-stay-connected > li#menu-item-10412 > a |
YouTube div.menu-footer-menu-stay-connected-container > ul#menu-footer-menu-stay-connected > li#menu-item-118021 > a |
Instagram div.menu-footer-menu-stay-connected-container > ul#menu-footer-menu-stay-connected > li#menu-item-10411 > a |
Twitter div.menu-footer-menu-stay-connected-container > ul#menu-footer-menu-stay-connected > li#menu-item-10410 > a |
These are opportunities to improve the legibility of your content.
Names and labels
Screen reader users rely on frame titles to describe the contents of frames. Learn more about frame titles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.fl-module > div.fl-module-content > div.fl-html > iframe div.fl-module > div.fl-module-content > div.fl-html > iframe |
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
nav.navbar > div.content-nav > div.second-logo > a nav.navbar > div.content-nav > div.second-logo > a |
div.fl-module-content > div.uabb-module-content > div.uabb-infobox-left-right-wrap > a.uabb-infobox-module-link div.fl-module-content > div.uabb-module-content > div.uabb-infobox-left-right-wrap > a.uabb-infobox-module-link |
div.fl-module > div.fl-module-content > div.uabb-module-content > a.uabb-infobanner-module-link div.fl-module > div.fl-module-content > div.uabb-module-content > a.uabb-infobanner-module-link |
div.fl-module > div.fl-module-content > div.uabb-module-content > a.uabb-infobanner-module-link div.fl-module > div.fl-module-content > div.uabb-module-content > a.uabb-infobanner-module-link |
div.fl-module > div.fl-module-content > div.uabb-module-content > a.uabb-infobanner-module-link div.fl-module > div.fl-module-content > div.uabb-module-content > a.uabb-infobanner-module-link |
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.
Best Practices
User Experience
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 | |
|---|---|---|---|---|
Golden Dome in action div.uabb-blog-post-inner-wrap > div.uabb-post-thumbnail > a.over-link > img | /wp-content/uploads/2026/04/Strategic-Ballistic-Missile-D... | 372 x 209 | 410 x 230 | 558 x 314 |
General
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 |
SEO
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.
Content Best Practices
Descriptive link text helps search engines understand your content. Learn how to make links more accessible.
Performance issues directly impact user engagement and conversion rates.
| Link destination | Link Text |
|---|---|
| thebulletin.org/the-ai-power-trip/ | READ MORE |
Format your HTML in a way that enables crawlers to better understand your app’s content.