Skip to content
https://thebulletin.org

Performance

· 15 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
71
GRADE
C
FIX
3
REVIEW
3
PASS
7
INFO
2

Performance-focused optimization plan with CWV assessment, top offenders, and time estimates

90
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
87
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
81
Best Practices Checks for modern web development best practices including HTTPS, no console errors, and secure JavaScript.
92
SEO Measures basic SEO optimizations: meta tags, crawlability, link text, and mobile friendliness.

First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.

785 ms

Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.

1.29 s

Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.

186 ms

Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.

0.058

Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.

1.14 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.

4.16 s

Page Load Progression

375 ms
750 ms
1.1 s
1.5 s
1.9 s
2.2 s
2.6 s
3.0 s
Checks
15
7 PASS 3 REVIEW 3 FIX
F
Page Weight Budget
Action
5.6 MB transferred, 196 requests
FIX
5.6 MB transferred, 196 requests
Critical::
Page weighs 16.7 MB (5.6 MB transferred)
Warning::
JavaScript is 3.0 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 3.0 MB
Warning::
Images are 2.0 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 2.0 MB
Info::
CSS is 204 KB — consider purging unused styles
Remove unused CSS rules with tools like PurgeCSS to reduce stylesheet size.
Got: 204 KB
Warning::
196 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 1.2 g CO2 per page load
5.6 MB / 2.4 MB budget
5.6 MB transferred
196 requests
1.2 g CO2 per page load
JavaScript 3.0 MiB 53%
Images 2.0 MiB 35%
HTML 271.1 KiB 5%
CSS 204.1 KiB 4%
Fonts 153.0 KiB 3%
Other 14.5 KiB 0%
Other 2.2 KiB 0%
Other 1.9 KiB 0%
Other 558 B 0%
Other 0 B 0%
0 2.4 MB 4.9 MB
Over budget

Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.

Why this matters

JavaScript bundle is large — code-split routes and lazy-load off-screen components to defer.

Source: web.dev

Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.

Why this matters

Image bandwidth is high — modern formats (WebP/AVIF) and resizing typically cut it 50%+.

Source: web.dev

Remove unused CSS rules with tools like PurgeCSS to reduce stylesheet size.

Why this matters

CSS bundle is large — purge unused styles (PurgeCSS, Tailwind JIT) to reduce CSS payload.

Source: web.dev

Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.

Why this matters

High HTTP request count — bundling, sprite-ing, and HTTP/2 server push can reduce per-request overhead.

Source: web.dev

D
JS Bundles
Action
79 scripts, 346 KB unused
FIX
79 scripts, 346 KB unused
Warning::
https://pianocdn.thebulletin.org/api/tinypass.min....: 82 KB unused (62%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=G-4G39...: 66 KB unused (38%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtm.js?id=GTM-KCT...: 62 KB unused (37%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://app.termly.io/resource-blocker/67c19541-57...: 53 KB unused (37%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=AW-770...: 52 KB unused (38%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 346 KB
346 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://pianocdn.thebulletin.org/api/tinypass.min.js133 KB82 KB (62%)3rd
https://www.googletagmanager.com/gtag/js?id=G-4G39WYQ1DT&cx=c&gtm=4e64k0173 KB66 KB (38%)3rd
https://www.googletagmanager.com/gtm.js?id=GTM-KCT2D8H166 KB62 KB (37%)3rd
https://app.termly.io/resource-blocker/67c19541-575a-4f7b-9bc1-f00a61fc020c143 KB53 KB (37%)3rd
https://www.googletagmanager.com/gtag/js?id=AW-770325023&cx=c&gtm=4e64k0137 KB52 KB (38%)3rd
https://connect.facebook.net/en_US/fbevents.js97 KB32 KB (33%)3rd
https://thebulletin.org/wp-content/uploads/bb-plugin/cache/54717-layout-partial.js?ver=5c39f7a2767fc5d0cf7d2d2daddb56d33 KB1st
https://id.thebulletin.org/id/api/v1/identity/token/verify?browser_id=moam8bv630vjdgm5&page_view_id=moam8bv6q5jzs1e6&content_type=website&page_title=Bulletin+of+the+Atomic+Scientists&callback=jsonp9257&client_id=nXzetAXNpu&site=https%3A%2F%2Fthebulletin.org&user_state=anon1 KB3rd
https://thebulletin.org/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.15 KB1st
https://thebulletin.org/wp-content/plugins/featured-video-plus/js/jquery.fitvids.min.js?ver=master-2015-081 KB1st

Consider code splitting or tree shaking to reduce unused code.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

D
Page Weight Inventory
Action
196 resources · 5.6 MB · 346 KB savings available
FIX
196 resources · 5.6 MB · 346 KB savings available
Warning::
Page weight 4.6 MB over 1MB target
Got: 5.6 MB Expected: ≤ 1 MB
Info::
~346 KB of savings available
Warning::
101 third-party resources (57% of weight)
Info::
4 resources over 200KB
196 resources · 5.6 MiB · 101 third-party 4.6 MiB over 1MB target
JavaScript 53% · 3.0 MiB
Image 36% · 2.0 MiB
Document 5% · 271.5 KiB
CSS 4% · 204.1 KiB
Font 3% · 153.0 KiB
Other 0% · 14.8 KiB

~346.1 KiB of savings available

Remove unused JavaScript: 346.1 KiB
B
Third-Party Impact
57% third-party, 0 ms blocking
REVIEW
57% third-party, 0 ms blocking
Warning::
Third-party code accounts for 57% of page weight (3.2 MiB of 5.6 MiB)
Info::
Third-party blocking time is low (0 ms)
43%
57%
First-party Third-party
C
Image Optimization
Action
53 images, 0 KB saveable
REVIEW
53 images, 0 KB saveable
Warning::
https://thebulletin.org/wp-content/uploads/2026/04... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://thebulletin.org/wp-content/uploads/2026/04... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://thebulletin.org/wp-content/uploads/2026/03... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://thebulletin.org/wp-content/uploads/2026/03... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://thebulletin.org/wp-content/uploads/2026/04... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://thebulletin.org/wp-content/uploads/2026/02... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://thebulletin.org/wp-content/uploads/2026/04... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://thebulletin.org/wp-content/themes/atomic-b... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://thebulletin.org/wp-content/uploads/2026/04... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://thebulletin.org/wp-content/uploads/2026/03... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://thebulletin.org/wp-content/uploads/2026/04... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://thebulletin.org/wp-content/uploads/2026/02... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://thebulletin.org/wp-content/uploads/2026/03... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://thebulletin.org/wp-content/uploads/2026/03... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://thebulletin.org/wp-content/uploads/2026/04... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://thebulletin.org/wp-content/uploads/2026/03... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://thebulletin.org/wp-content/uploads/2026/03... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://thebulletin.org/wp-content/uploads/2026/04... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://thebulletin.org/wp-content/uploads/2026/01... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
53 images 2.0 MB
0 oversized -0 KB
47 legacy format
19 missing dimensions CLS risk

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

C
JS Execution Cost
Action
1520ms total JS execution
REVIEW
1520ms total JS execution
Warning::
https://thebulletin.org/: 441ms CPU time
Warning::
Unattributable: 272ms CPU time
Info::
https://www.googletagmanager.com/gtm.js?id=GTM-KCT...: 161ms CPU time
Info::
https://app.termly.io/resource-blocker/67c19541-57...: 140ms CPU time
Info::
https://www.googletagmanager.com/gtag/js?id=AW-770...: 117ms CPU time
Warning::
Third-party scripts: 1009ms (66% of total)

Main Thread Breakdown

Script Evaluation 52% Other 17% Style & Layout 16% Script Parsing & Compilation 8% Parse HTML & CSS 3%
ScriptTotalScriptingParse/CompileParty
https://thebulletin.org/441ms71ms9ms1st
Unattributable272ms9ms0ms3rd
https://www.googletagmanager.com/gtm.js?id=GTM-KCT2D8H161ms126ms16ms3rd
https://app.termly.io/resource-blocker/67c19541-575a-4f7b-9bc1-f00a61fc020c140ms111ms15ms3rd
https://www.googletagmanager.com/gtag/js?id=AW-770325023&cx=c&gtm=4e64k0117ms104ms12ms3rd
https://www.googletagmanager.com/gtag/js?id=G-4G39WYQ1DT&cx=c&gtm=4e64k0114ms97ms16ms3rd
https://pianocdn.thebulletin.org/api/tinypass.min.js85ms62ms14ms3rd
https://thebulletin.org/wp-includes/js/jquery/jquery.min.js?ver=3.7.170ms54ms3ms1st
https://connect.facebook.net/signals/config/195699461699376?v=2.9.303&r=stable&domain=thebulletin.org&hme=97937018cefade17726f0472876fc101316b2ce9008a35a6a5a7977d7436151a&ex_m=104%2C205%2C154%2C22%2C72%2C73%2C145%2C68%2C67%2C11%2C162%2C90%2C16%2C138%2C127%2C39%2C75%2C78%2C134%2C159%2C164%2C8%2C4%2C5%2C7%2C6%2C3%2C91%2C101%2C165%2C170%2C219%2C62%2C186%2C187%2C55%2C276%2C30%2C74%2C231%2C230%2C229%2C23%2C33%2C103%2C61%2C10%2C63%2C97%2C98%2C99%2C105%2C130%2C31%2C29%2C132%2C133%2C129%2C128%2C155%2C76%2C158%2C156%2C157%2C50%2C60%2C123%2C15%2C161%2C45%2C263%2C264%2C262%2C26%2C27%2C28%2C48%2C146%2C77%2C112%2C18%2C20%2C44%2C40%2C42%2C41%2C83%2C92%2C96%2C110%2C144%2C147%2C46%2C111%2C24%2C21%2C119%2C69%2C36%2C149%2C148%2C150%2C141%2C139%2C25%2C35%2C59%2C109%2C160%2C70%2C17%2C152%2C114%2C81%2C66%2C19%2C85%2C86%2C116%2C84%2C136%2C135%2C34%2C278%2C293%2C212%2C201%2C202%2C200%2C296%2C288%2C52%2C213%2C107%2C131%2C80%2C121%2C54%2C47%2C49%2C113%2C120%2C126%2C58%2C64%2C151%2C115%2C37%2C32%2C53%2C56%2C100%2C163%2C1%2C124%2C14%2C122%2C12%2C2%2C57%2C93%2C65%2C118%2C89%2C88%2C166%2C167%2C94%2C95%2C9%2C125%2C102%2C51%2C142%2C87%2C79%2C71%2C117%2C106%2C43%2C143%2C0%2C82%2C137%2C140%2C153%2C38%2C108%2C13%2C16860ms52ms7ms3rd
https://js-agent.newrelic.com/nr-spa-1.313.1.min.js60ms52ms3ms3rd
A+
Text Compression
All text resources are compressed
PASS
All text resources are compressed
Info::
All text resources are compressed
All text resources are properly compressed.
A+
Font Loading
7 fonts (153 KB)
PASS
7 fonts (153 KB)
Info::
7 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

7

153 KB total

Render-blocking

0

of 7

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 500 ms 1.0 s 1.5 s FCP 785 ms LCP 1.3 shttps://thebulletin.org/fonts.gstatic.com/s/ptserif/v19/EJRSQgYoZZY2vCFuvAnt66qSVyvVp8NA.woff2EJRSQgYoZZY2vCFuvAnt66q... https://thebulletin.org/fonts.gstatic.com/s/ptserif/v19/EJRSQgYoZZY2vCFuvAnt66qSVyvVp8NA.woff2 — 13.4 KiB — 32 ms — font-display: swaphttps://thebulletin.org/fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2KFO7CnqEu92Fr1ME7kSn66a... https://thebulletin.org/fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 36.8 KiB — 33 ms — font-display: swaphttps://thebulletin.org/fonts.gstatic.com/s/ptserif/v19/EJRVQgYoZZY2vCFuvAFWzr-_dSb_.woff2EJRVQgYoZZY2vCFuvAFWzr-... https://thebulletin.org/fonts.gstatic.com/s/ptserif/v19/EJRVQgYoZZY2vCFuvAFWzr-_dSb_.woff2 — 13.2 KiB — 32 ms — font-display: swaphttps://thebulletin.org/fonts.gstatic.com/s/roboto/v51/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWub2bVmUiAr0klQmz24.woff2KFOMCnqEu92Fr1ME7kSn66a... https://thebulletin.org/fonts.gstatic.com/s/roboto/v51/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWub2bVmUiAr0klQmz24.woff2 — 16.5 KiB — 16 ms — font-display: swaphttps://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2KFO7CnqEu92Fr1ME7kSn66a... https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 33.9 KiB — 33 ms — font-display: swaphttps://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2KFO7CnqEu92Fr1ME7kSn66a... https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 0 B — 1 ms — font-display: swaphttps://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBA.woff2KFO7CnqEu92Fr1ME7kSn66a... https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBA.woff2 — 39.2 KiB — 12 ms — font-display: swap
EJRSQgYoZZY2vCFuvAnt66q... woff2 swap
Size 13 KB
Load time 32 ms
Start 410 ms
Risk FOUT — text flashes from fallback to web font
KFO7CnqEu92Fr1ME7kSn66a... woff2 swap
Size 37 KB
Load time 33 ms
Start 410 ms
Risk FOUT — text flashes from fallback to web font
EJRVQgYoZZY2vCFuvAFWzr-... woff2 swap
Size 13 KB
Load time 32 ms
Start 411 ms
Risk FOUT — text flashes from fallback to web font
KFOMCnqEu92Fr1ME7kSn66a... woff2 swap
Size 17 KB
Load time 16 ms
Start 645 ms
Risk FOUT — text flashes from fallback to web font
KFO7CnqEu92Fr1ME7kSn66a... woff2 swap
Size 34 KB
Load time 33 ms
Start 790 ms
Risk FOUT — text flashes from fallback to web font
KFO7CnqEu92Fr1ME7kSn66a... woff2 swap
Size 0 KB
Load time 1 ms
Start 1.1 s
Risk FOUT — text flashes from fallback to web font
KFO7CnqEu92Fr1ME7kSn66a... woff2 swap
Size 39 KB
Load time 12 ms
Start 1.5 s
Risk FOUT — text flashes from fallback to web font
Optimization checklist
  • Preload critical fonts (priority=high)
  • Use woff2 format for all fonts
  • Set font-display to swap, optional, or fallback
  • Subset large fonts (≤100 KB each)
A+
Resource Caching
All resources properly cached
PASS
All resources properly cached
Info::
No caching issues found
All static resources have appropriate caching headers.
A+
Critical Rendering Path
No render-blocking resources
PASS
No render-blocking resources
Info::
No render-blocking resources detected
A+
Resource Hints
No optimization needed
PASS
No optimization needed
Info::
No resource hint issues
A+
Green Hosting
Whether the site is served from green-energy infrastructure
PASS

Green Hosting

This site is hosted on green energy infrastructure

Provider: Cloudflare

A+
HTTP Caching
max-age=14400 (4 hours)
PASS
max-age=14400 (4 hours)
Info::
Cache-Control header is set
Got: max-age=14400
Info::
Effective TTL: 4 hours (max-age=14400)
Info::
Last-Modified header present
Cache-Control

max-age=14400

DirectiveValueMeaning
max-age14400Cache for 4 hours
Effective TTL: 14400 seconds
Network Waterfall
196 requests over 4725ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s FCP 785 ms LCP 1.3 shttps://thebulletin.org// https://thebulletin.org/ — 200 — 71.6 KiB — 56 ms — h2https://app.termly.io/resource-blocker/67c19541-575a-4f7b-9bc1-f00a61fc020capp.termly.io/resource-blocker/67c1... https://app.termly.io/resource-blocker/67c19541-575a-4f7b-9bc1-f00a61fc020c — 200 — 143.3 KiB — 104 ms — h3https://thebulletin.org/wp-includes/js/mediaelement/mediaelementplayer-legacy.min.css?ver=4.2.17/wp-includes/js/mediaelement/mediae... https://thebulletin.org/wp-includes/js/mediaelement/mediaelementplayer-legacy.min.css?ver=4.2.17 — 200 — 2.6 KiB — 26 ms — h2https://thebulletin.org/wp-includes/js/mediaelement/wp-mediaelement.min.css?ver=6.9.4/wp-includes/js/mediaelement/wp-med... https://thebulletin.org/wp-includes/js/mediaelement/wp-mediaelement.min.css?ver=6.9.4 — 200 — 1.2 KiB — 25 ms — h2https://thebulletin.org/wp-content/plugins/wp-views/public/css/views-frontend.css?ver=3.6.21/wp-content/plugins/wp-views/public... https://thebulletin.org/wp-content/plugins/wp-views/public/css/views-frontend.css?ver=3.6.21 — 200 — 3.3 KiB — 30 ms — h2https://thebulletin.org/wp-content/uploads/bb-plugin/cache/10064-layout.css?ver=04e99011b965061d056cea0ebcf81480/wp-content/uploads/bb-plugin/cache... https://thebulletin.org/wp-content/uploads/bb-plugin/cache/10064-layout.css?ver=04e99011b965061d056cea0ebcf81480 — 200 — 14.9 KiB — 42 ms — h2https://thebulletin.org/wp-content/plugins/featured-video-plus/styles/frontend.css?ver=2.3.3/wp-content/plugins/featured-video-... https://thebulletin.org/wp-content/plugins/featured-video-plus/styles/frontend.css?ver=2.3.3 — 200 — 755 B — 31 ms — h2https://thebulletin.org/wp-includes/css/dashicons.min.css?ver=6.9.4/wp-includes/css/dashicons.min.css?... https://thebulletin.org/wp-includes/css/dashicons.min.css?ver=6.9.4 — 200 — 34.5 KiB — 44 ms — h2https://thebulletin.org/wp-content/plugins/wp-pagenavi/pagenavi-css.css?ver=2.70/wp-content/plugins/wp-pagenavi/pag... https://thebulletin.org/wp-content/plugins/wp-pagenavi/pagenavi-css.css?ver=2.70 — 200 — 485 B — 32 ms — h2https://thebulletin.org/wp-content/plugins/advanced-ads-slider/public/assets/css/unslider.css?ver=2.0.6/wp-content/plugins/advanced-ads-sl... https://thebulletin.org/wp-content/plugins/advanced-ads-slider/public/assets/css/unslider.css?ver=2.0.6 — 200 — 445 B — 27 ms — h2https://thebulletin.org/wp-content/plugins/advanced-ads-slider/public/assets/css/slider.css?ver=2.0.6/wp-content/plugins/advanced-ads-sl... https://thebulletin.org/wp-content/plugins/advanced-ads-slider/public/assets/css/slider.css?ver=2.0.6 — 200 — 562 B — 31 ms — h2https://thebulletin.org/wp-content/themes/atomic-bulletin/dist/css/main-styles.css?ver=57e8b498084229a02111/wp-content/themes/atomic-bulletin/... https://thebulletin.org/wp-content/themes/atomic-bulletin/dist/css/main-styles.css?ver=57e8b498084229a02111 — 200 — 24.4 KiB — 35 ms — h2https://thebulletin.org/wp-content/plugins/wp-views/vendor/toolset/common-es/public/toolset-common-es-frontend.js?ver=175000/wp-content/plugins/wp-views/vendor... https://thebulletin.org/wp-content/plugins/wp-views/vendor/toolset/common-es/public/toolset-common-es-frontend.js?ver=175000 — 200 — 1.9 KiB — 25 ms — h2https://thebulletin.org/wp-includes/js/jquery/jquery.min.js?ver=3.7.1/wp-includes/js/jquery/jquery.min.j... https://thebulletin.org/wp-includes/js/jquery/jquery.min.js?ver=3.7.1 — 200 — 29.1 KiB — 42 ms — h2https://thebulletin.org/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1/wp-includes/js/jquery/jquery-migra... https://thebulletin.org/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1 — 200 — 4.8 KiB — 35 ms — h2https://thebulletin.org/wp-content/plugins/featured-video-plus/js/jquery.fitvids.min.js?ver=master-2015-08/wp-content/plugins/featured-video-... https://thebulletin.org/wp-content/plugins/featured-video-plus/js/jquery.fitvids.min.js?ver=master-2015-08 — 200 — 890 B — 36 ms — h2https://thebulletin.org/wp-content/plugins/featured-video-plus/js/frontend.min.js?ver=2.3.3/wp-content/plugins/featured-video-... https://thebulletin.org/wp-content/plugins/featured-video-plus/js/frontend.min.js?ver=2.3.3 — 200 — 1.1 KiB — 26 ms — h2https://thebulletin.org/wp-content/plugins/advanced-ads/assets/dist/advanced.js?ver=4e4c7549b1472da4abe5/wp-content/plugins/advanced-ads/as... https://thebulletin.org/wp-content/plugins/advanced-ads/assets/dist/advanced.js?ver=4e4c7549b1472da4abe5 — 200 — 2.7 KiB — 27 ms — h2https://thebulletin.org/wp-includes/js/utils.min.js?ver=6.9.4/wp-includes/js/utils.min.js?ver=6.... https://thebulletin.org/wp-includes/js/utils.min.js?ver=6.9.4 — 200 — 1.0 KiB — 54 ms — h2https://thebulletin.org/wp-includes/js/clipboard.min.js?ver=2.0.11/wp-includes/js/clipboard.min.js?ve... https://thebulletin.org/wp-includes/js/clipboard.min.js?ver=2.0.11 — 200 — 3.1 KiB — 36 ms — h2https://thebulletin.org/wp-content/themes/atomic-bulletin/dist/js/main-js.js?ver=d40caf57b2ac963c1629/wp-content/themes/atomic-bulletin/... https://thebulletin.org/wp-content/themes/atomic-bulletin/dist/js/main-js.js?ver=d40caf57b2ac963c1629 — 200 — 24.0 KiB — 41 ms — h2https://thebulletin.org/wp-content/themes/atomic-bulletin/dist/images/logo.png/wp-content/themes/atomic-bulletin/... https://thebulletin.org/wp-content/themes/atomic-bulletin/dist/images/logo.png — 200 — 4.4 KiB — 37 ms — h2https://thebulletin.org/wp-content/uploads/bb-plugin/cache/115897-layout-partial.css?ver=afa6ef9e3695301a0815b84713f5032b/wp-content/uploads/bb-plugin/cache... https://thebulletin.org/wp-content/uploads/bb-plugin/cache/115897-layout-partial.css?ver=afa6ef9e3695301a0815b84713f5032b — 200 — 4.2 KiB — 48 ms — h2https://thebulletin.org/wp-content/uploads/2026/04/Apr.-2026-Fundraising-2-%E2%80%94-Homepage-Banner.png/wp-content/uploads/2026/04/Apr.-20... https://thebulletin.org/wp-content/uploads/2026/04/Apr.-2026-Fundraising-2-%E2%80%94-Homepage-Banner.png — 200 — 28.2 KiB — 46 ms — h2https://thebulletin.org/wp-content/uploads/2026/03/2025-06-09_32.585667-51.814761-3-nosquare.jpeg.optimal.jpeg/wp-content/uploads/2026/03/2025-06... https://thebulletin.org/wp-content/uploads/2026/03/2025-06-09_32.585667-51.814761-3-nosquare.jpeg.optimal.jpeg — 200 — 47.5 KiB — 34 ms — h2https://thebulletin.org/wp-content/uploads/2026/04/Strategic-Ballistic-Missile-Defense-410x230.png/wp-content/uploads/2026/04/Strateg... https://thebulletin.org/wp-content/uploads/2026/04/Strategic-Ballistic-Missile-Defense-410x230.png — 200 — 114.5 KiB — 26 ms — h2https://thebulletin.org/wp-content/uploads/2026/04/Secretary_Kerry_Holds_Granddaughter_Dobbs-Higginson_on_Lap_While_Signing_COP21_Climate_Change_Agreement_at_UN_General_Assembly_Hall_in_New_York_26512345421-410x230.jpg.optimal.jpg/wp-content/uploads/2026/04/Secreta... https://thebulletin.org/wp-content/uploads/2026/04/Secretary_Kerry_Holds_Granddaughter_Dobbs-Higginson_on_Lap_While_Signing_COP21_Climate_Change_Agreement_at_UN_General_Assembly_Hall_in_New_York_26512345421-410x230.jpg.optimal.jpg — 200 — 22.1 KiB — 19 ms — h2https://thebulletin.org/wp-content/uploads/bb-plugin/cache/54717-layout-partial.css?ver=5c39f7a2767fc5d0cf7d2d2daddb56d3/wp-content/uploads/bb-plugin/cache... https://thebulletin.org/wp-content/uploads/bb-plugin/cache/54717-layout-partial.css?ver=5c39f7a2767fc5d0cf7d2d2daddb56d3 — 200 — 4.1 KiB — 19 ms — h2https://thebulletin.org/wp-content/plugins/bb-plugin/js/libs/jquery.infinitescroll.min.js?ver=2.10.1.4/wp-content/plugins/bb-plugin/js/li... https://thebulletin.org/wp-content/plugins/bb-plugin/js/libs/jquery.infinitescroll.min.js?ver=2.10.1.4 — 200 — 11.5 KiB — 19 ms — h2https://thebulletin.org/wp-content/plugins/bb-plugin/js/libs/jquery.mosaicflow.min.js?ver=2.10.1.4/wp-content/plugins/bb-plugin/js/li... https://thebulletin.org/wp-content/plugins/bb-plugin/js/libs/jquery.mosaicflow.min.js?ver=2.10.1.4 — 200 — 1.9 KiB — 53 ms — h2
0 ms 1.0 s 2.0 s 3.0 s 4.0 s FCP 785 ms LCP 1.3 shttps://thebulletin.org// https://thebulletin.org/ — 200 — 71.6 KiB — 56 ms — h2https://app.termly.io/resource-blocker/67c19541-575a-4f7b-9bc1-f00a61fc020capp.termly.io/resource-blocker/67c1... https://app.termly.io/resource-blocker/67c19541-575a-4f7b-9bc1-f00a61fc020c — 200 — 143.3 KiB — 104 ms — h3https://thebulletin.org/wp-includes/js/mediaelement/mediaelementplayer-legacy.min.css?ver=4.2.17/wp-includes/js/mediaelement/mediae... https://thebulletin.org/wp-includes/js/mediaelement/mediaelementplayer-legacy.min.css?ver=4.2.17 — 200 — 2.6 KiB — 26 ms — h2https://thebulletin.org/wp-includes/js/mediaelement/wp-mediaelement.min.css?ver=6.9.4/wp-includes/js/mediaelement/wp-med... https://thebulletin.org/wp-includes/js/mediaelement/wp-mediaelement.min.css?ver=6.9.4 — 200 — 1.2 KiB — 25 ms — h2https://thebulletin.org/wp-content/plugins/wp-views/public/css/views-frontend.css?ver=3.6.21/wp-content/plugins/wp-views/public... https://thebulletin.org/wp-content/plugins/wp-views/public/css/views-frontend.css?ver=3.6.21 — 200 — 3.3 KiB — 30 ms — h2https://thebulletin.org/wp-content/uploads/bb-plugin/cache/10064-layout.css?ver=04e99011b965061d056cea0ebcf81480/wp-content/uploads/bb-plugin/cache... https://thebulletin.org/wp-content/uploads/bb-plugin/cache/10064-layout.css?ver=04e99011b965061d056cea0ebcf81480 — 200 — 14.9 KiB — 42 ms — h2https://thebulletin.org/wp-content/plugins/featured-video-plus/styles/frontend.css?ver=2.3.3/wp-content/plugins/featured-video-... https://thebulletin.org/wp-content/plugins/featured-video-plus/styles/frontend.css?ver=2.3.3 — 200 — 755 B — 31 ms — h2https://thebulletin.org/wp-includes/css/dashicons.min.css?ver=6.9.4/wp-includes/css/dashicons.min.css?... https://thebulletin.org/wp-includes/css/dashicons.min.css?ver=6.9.4 — 200 — 34.5 KiB — 44 ms — h2https://thebulletin.org/wp-content/plugins/wp-pagenavi/pagenavi-css.css?ver=2.70/wp-content/plugins/wp-pagenavi/pag... https://thebulletin.org/wp-content/plugins/wp-pagenavi/pagenavi-css.css?ver=2.70 — 200 — 485 B — 32 ms — h2https://thebulletin.org/wp-content/plugins/advanced-ads-slider/public/assets/css/unslider.css?ver=2.0.6/wp-content/plugins/advanced-ads-sl... https://thebulletin.org/wp-content/plugins/advanced-ads-slider/public/assets/css/unslider.css?ver=2.0.6 — 200 — 445 B — 27 ms — h2https://thebulletin.org/wp-content/plugins/advanced-ads-slider/public/assets/css/slider.css?ver=2.0.6/wp-content/plugins/advanced-ads-sl... https://thebulletin.org/wp-content/plugins/advanced-ads-slider/public/assets/css/slider.css?ver=2.0.6 — 200 — 562 B — 31 ms — h2https://thebulletin.org/wp-content/themes/atomic-bulletin/dist/css/main-styles.css?ver=57e8b498084229a02111/wp-content/themes/atomic-bulletin/... https://thebulletin.org/wp-content/themes/atomic-bulletin/dist/css/main-styles.css?ver=57e8b498084229a02111 — 200 — 24.4 KiB — 35 ms — h2https://thebulletin.org/wp-content/plugins/wp-views/vendor/toolset/common-es/public/toolset-common-es-frontend.js?ver=175000/wp-content/plugins/wp-views/vendor... https://thebulletin.org/wp-content/plugins/wp-views/vendor/toolset/common-es/public/toolset-common-es-frontend.js?ver=175000 — 200 — 1.9 KiB — 25 ms — h2https://thebulletin.org/wp-includes/js/jquery/jquery.min.js?ver=3.7.1/wp-includes/js/jquery/jquery.min.j... https://thebulletin.org/wp-includes/js/jquery/jquery.min.js?ver=3.7.1 — 200 — 29.1 KiB — 42 ms — h2https://thebulletin.org/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1/wp-includes/js/jquery/jquery-migra... https://thebulletin.org/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1 — 200 — 4.8 KiB — 35 ms — h2https://thebulletin.org/wp-content/plugins/featured-video-plus/js/jquery.fitvids.min.js?ver=master-2015-08/wp-content/plugins/featured-video-... https://thebulletin.org/wp-content/plugins/featured-video-plus/js/jquery.fitvids.min.js?ver=master-2015-08 — 200 — 890 B — 36 ms — h2https://thebulletin.org/wp-content/plugins/featured-video-plus/js/frontend.min.js?ver=2.3.3/wp-content/plugins/featured-video-... https://thebulletin.org/wp-content/plugins/featured-video-plus/js/frontend.min.js?ver=2.3.3 — 200 — 1.1 KiB — 26 ms — h2https://thebulletin.org/wp-content/plugins/advanced-ads/assets/dist/advanced.js?ver=4e4c7549b1472da4abe5/wp-content/plugins/advanced-ads/as... https://thebulletin.org/wp-content/plugins/advanced-ads/assets/dist/advanced.js?ver=4e4c7549b1472da4abe5 — 200 — 2.7 KiB — 27 ms — h2https://thebulletin.org/wp-includes/js/utils.min.js?ver=6.9.4/wp-includes/js/utils.min.js?ver=6.... https://thebulletin.org/wp-includes/js/utils.min.js?ver=6.9.4 — 200 — 1.0 KiB — 54 ms — h2https://thebulletin.org/wp-includes/js/clipboard.min.js?ver=2.0.11/wp-includes/js/clipboard.min.js?ve... https://thebulletin.org/wp-includes/js/clipboard.min.js?ver=2.0.11 — 200 — 3.1 KiB — 36 ms — h2https://thebulletin.org/wp-content/themes/atomic-bulletin/dist/js/main-js.js?ver=d40caf57b2ac963c1629/wp-content/themes/atomic-bulletin/... https://thebulletin.org/wp-content/themes/atomic-bulletin/dist/js/main-js.js?ver=d40caf57b2ac963c1629 — 200 — 24.0 KiB — 41 ms — h2https://thebulletin.org/wp-content/themes/atomic-bulletin/dist/images/logo.png/wp-content/themes/atomic-bulletin/... https://thebulletin.org/wp-content/themes/atomic-bulletin/dist/images/logo.png — 200 — 4.4 KiB — 37 ms — h2https://thebulletin.org/wp-content/uploads/bb-plugin/cache/115897-layout-partial.css?ver=afa6ef9e3695301a0815b84713f5032b/wp-content/uploads/bb-plugin/cache... https://thebulletin.org/wp-content/uploads/bb-plugin/cache/115897-layout-partial.css?ver=afa6ef9e3695301a0815b84713f5032b — 200 — 4.2 KiB — 48 ms — h2https://thebulletin.org/wp-content/uploads/2026/04/Apr.-2026-Fundraising-2-%E2%80%94-Homepage-Banner.png/wp-content/uploads/2026/04/Apr.-20... https://thebulletin.org/wp-content/uploads/2026/04/Apr.-2026-Fundraising-2-%E2%80%94-Homepage-Banner.png — 200 — 28.2 KiB — 46 ms — h2https://thebulletin.org/wp-content/uploads/2026/03/2025-06-09_32.585667-51.814761-3-nosquare.jpeg.optimal.jpeg/wp-content/uploads/2026/03/2025-06... https://thebulletin.org/wp-content/uploads/2026/03/2025-06-09_32.585667-51.814761-3-nosquare.jpeg.optimal.jpeg — 200 — 47.5 KiB — 34 ms — h2https://thebulletin.org/wp-content/uploads/2026/04/Strategic-Ballistic-Missile-Defense-410x230.png/wp-content/uploads/2026/04/Strateg... https://thebulletin.org/wp-content/uploads/2026/04/Strategic-Ballistic-Missile-Defense-410x230.png — 200 — 114.5 KiB — 26 ms — h2https://thebulletin.org/wp-content/uploads/2026/04/Secretary_Kerry_Holds_Granddaughter_Dobbs-Higginson_on_Lap_While_Signing_COP21_Climate_Change_Agreement_at_UN_General_Assembly_Hall_in_New_York_26512345421-410x230.jpg.optimal.jpg/wp-content/uploads/2026/04/Secreta... https://thebulletin.org/wp-content/uploads/2026/04/Secretary_Kerry_Holds_Granddaughter_Dobbs-Higginson_on_Lap_While_Signing_COP21_Climate_Change_Agreement_at_UN_General_Assembly_Hall_in_New_York_26512345421-410x230.jpg.optimal.jpg — 200 — 22.1 KiB — 19 ms — h2https://thebulletin.org/wp-content/uploads/bb-plugin/cache/54717-layout-partial.css?ver=5c39f7a2767fc5d0cf7d2d2daddb56d3/wp-content/uploads/bb-plugin/cache... https://thebulletin.org/wp-content/uploads/bb-plugin/cache/54717-layout-partial.css?ver=5c39f7a2767fc5d0cf7d2d2daddb56d3 — 200 — 4.1 KiB — 19 ms — h2https://thebulletin.org/wp-content/plugins/bb-plugin/js/libs/jquery.infinitescroll.min.js?ver=2.10.1.4/wp-content/plugins/bb-plugin/js/li... https://thebulletin.org/wp-content/plugins/bb-plugin/js/libs/jquery.infinitescroll.min.js?ver=2.10.1.4 — 200 — 11.5 KiB — 19 ms — h2https://thebulletin.org/wp-content/plugins/bb-plugin/js/libs/jquery.mosaicflow.min.js?ver=2.10.1.4/wp-content/plugins/bb-plugin/js/li... https://thebulletin.org/wp-content/plugins/bb-plugin/js/libs/jquery.mosaicflow.min.js?ver=2.10.1.4 — 200 — 1.9 KiB — 53 ms — h2https://thebulletin.org/wp-content/themes/atomic-bulletin/resources/bb-ultimate-addon/modules/blog-posts/js/jquery-masonary.js?ver=6.9.4/wp-content/themes/atomic-bulletin/... https://thebulletin.org/wp-content/themes/atomic-bulletin/resources/bb-ultimate-addon/modules/blog-posts/js/jquery-masonary.js?ver=6.9.4 — 200 — 9.6 KiB — 58 ms — h2https://thebulletin.org/wp-content/themes/atomic-bulletin/resources/bb-ultimate-addon/modules/blog-posts/js/jquery-carousel.js?ver=6.9.4/wp-content/themes/atomic-bulletin/... https://thebulletin.org/wp-content/themes/atomic-bulletin/resources/bb-ultimate-addon/modules/blog-posts/js/jquery-carousel.js?ver=6.9.4 — 200 — 13.3 KiB — 60 ms — h2https://thebulletin.org/wp-content/plugins/bb-plugin/js/libs/jquery.fitvids.min.js?ver=1.2/wp-content/plugins/bb-plugin/js/li... https://thebulletin.org/wp-content/plugins/bb-plugin/js/libs/jquery.fitvids.min.js?ver=1.2 — 200 — 898 B — 75 ms — h2https://thebulletin.org/wp-content/uploads/bb-plugin/cache/10064-layout.js?ver=b0618e595c55af6df23af38be43ac309/wp-content/uploads/bb-plugin/cache... https://thebulletin.org/wp-content/uploads/bb-plugin/cache/10064-layout.js?ver=b0618e595c55af6df23af38be43ac309 — 200 — 12.4 KiB — 60 ms — h2https://thebulletin.org/wp-content/plugins/advanced-ads-pro/assets/js/postscribe.js?ver=3.0.10/wp-content/plugins/advanced-ads-pr... https://thebulletin.org/wp-content/plugins/advanced-ads-pro/assets/js/postscribe.js?ver=3.0.10 — 200 — 12.6 KiB — 63 ms — h2https://thebulletin.org/wp-content/plugins/advanced-ads-pro/assets/dist/front.js?ver=3.0.10/wp-content/plugins/advanced-ads-pr... https://thebulletin.org/wp-content/plugins/advanced-ads-pro/assets/dist/front.js?ver=3.0.10 — 200 — 19.8 KiB — 79 ms — h2https://thebulletin.org/wp-content/plugins/advanced-ads-layer/public/assets/js/layer.js?ver=2.0.4/wp-content/plugins/advanced-ads-la... https://thebulletin.org/wp-content/plugins/advanced-ads-layer/public/assets/js/layer.js?ver=2.0.4 — 200 — 6.8 KiB — 59 ms — h2https://thebulletin.org/wp-content/plugins/advanced-ads/admin/assets/js/advertisement.js/wp-content/plugins/advanced-ads/ad... https://thebulletin.org/wp-content/plugins/advanced-ads/admin/assets/js/advertisement.js — 200 — 374 B — 64 ms — h2https://thebulletin.org/wp-content/plugins/advanced-ads-pro/assets/dist/advanced-ads-pro.js?ver=6.9.4/wp-content/plugins/advanced-ads-pr... https://thebulletin.org/wp-content/plugins/advanced-ads-pro/assets/dist/advanced-ads-pro.js?ver=6.9.4 — 200 — 2.5 KiB — 66 ms — h2https://thebulletin.org/wp-content/plugins/advanced-ads-slider/public/assets/js/unslider.min.js?ver=2.0.6/wp-content/plugins/advanced-ads-sl... https://thebulletin.org/wp-content/plugins/advanced-ads-slider/public/assets/js/unslider.min.js?ver=2.0.6 — 200 — 2.2 KiB — 72 ms — h2https://thebulletin.org/wp-content/plugins/advanced-ads-slider/public/assets/js/jquery.event.move.js?ver=2.0.6/wp-content/plugins/advanced-ads-sl... https://thebulletin.org/wp-content/plugins/advanced-ads-slider/public/assets/js/jquery.event.move.js?ver=2.0.6 — 200 — 4.1 KiB — 61 ms — h2https://thebulletin.org/wp-content/plugins/advanced-ads-slider/public/assets/js/jquery.event.swipe.js?ver=2.0.6/wp-content/plugins/advanced-ads-sl... https://thebulletin.org/wp-content/plugins/advanced-ads-slider/public/assets/js/jquery.event.swipe.js?ver=2.0.6 — 200 — 1.3 KiB — 66 ms — h2https://thebulletin.org/wp-content/plugins/advanced-ads-sticky-ads/assets/dist/sticky.js?ver=2.0.5/wp-content/plugins/advanced-ads-st... https://thebulletin.org/wp-content/plugins/advanced-ads-sticky-ads/assets/dist/sticky.js?ver=2.0.5 — 200 — 1.2 KiB — 63 ms — h2https://thebulletin.org/wp-content/plugins/advanced-ads-tracking/assets/dist/tracking.js?ver=3.0.11/wp-content/plugins/advanced-ads-tr... https://thebulletin.org/wp-content/plugins/advanced-ads-tracking/assets/dist/tracking.js?ver=3.0.11 — 200 — 3.4 KiB — 67 ms — h2https://thebulletin.org/wp-content/plugins/advanced-ads-tracking/assets/dist/delayed.js?ver=3.0.11/wp-content/plugins/advanced-ads-tr... https://thebulletin.org/wp-content/plugins/advanced-ads-tracking/assets/dist/delayed.js?ver=3.0.11 — 200 — 599 B — 71 ms — h2https://thebulletin.org/wp-includes/js/hoverIntent.min.js?ver=1.10.2/wp-includes/js/hoverIntent.min.js?... https://thebulletin.org/wp-includes/js/hoverIntent.min.js?ver=1.10.2 — 200 — 900 B — 75 ms — h2https://thebulletin.org/wp-content/plugins/megamenu/js/maxmegamenu.js?ver=3.8.1/wp-content/plugins/megamenu/js/max... https://thebulletin.org/wp-content/plugins/megamenu/js/maxmegamenu.js?ver=3.8.1 — 200 — 6.3 KiB — 77 ms — h2https://thebulletin.org/wp-content/plugins/abr-premium-features/js/abr-piano-login.js?ver=0.1.3/wp-content/plugins/abr-premium-fea... https://thebulletin.org/wp-content/plugins/abr-premium-features/js/abr-piano-login.js?ver=0.1.3 — 200 — 1.6 KiB — 75 ms — h2https://thebulletin.org/wp-content/plugins/abr-premium-features/js/premium-content.js?ver=0.1.3/wp-content/plugins/abr-premium-fea... https://thebulletin.org/wp-content/plugins/abr-premium-features/js/premium-content.js?ver=0.1.3 — 200 — 465 B — 134 ms — h2https://thebulletin.org/wp-content/uploads/bb-plugin/cache/115897-layout-partial.js?ver=afa6ef9e3695301a0815b84713f5032b/wp-content/uploads/bb-plugin/cache... https://thebulletin.org/wp-content/uploads/bb-plugin/cache/115897-layout-partial.js?ver=afa6ef9e3695301a0815b84713f5032b — 200 — 3.0 KiB — 134 ms — h2https://thebulletin.org/wp-content/plugins/bb-plugin/js/libs/jquery.waypoints.min.js?ver=2.10.1.4/wp-content/plugins/bb-plugin/js/li... https://thebulletin.org/wp-content/plugins/bb-plugin/js/libs/jquery.waypoints.min.js?ver=2.10.1.4 — 200 — 2.7 KiB — 78 ms — h2https://thebulletin.org/wp-content/uploads/bb-plugin/cache/54717-layout-partial.js?ver=5c39f7a2767fc5d0cf7d2d2daddb56d3/wp-content/uploads/bb-plugin/cache... https://thebulletin.org/wp-content/uploads/bb-plugin/cache/54717-layout-partial.js?ver=5c39f7a2767fc5d0cf7d2d2daddb56d3 — 200 — 3.0 KiB — 134 ms — h2https://thebulletin.org/wp-content/themes/atomic-bulletin/dist/css/overrides-styles.css?ver=dc666b305641d1087fc1/wp-content/themes/atomic-bulletin/... https://thebulletin.org/wp-content/themes/atomic-bulletin/dist/css/overrides-styles.css?ver=dc666b305641d1087fc1 — 200 — 2.2 KiB — 133 ms — h2https://thebulletin.org/wp-content/uploads/2026/04/20260326_EP-201941C_AR1_0699-PREVIEW-410x230.jpg.optimal.jpg/wp-content/uploads/2026/04/2026032... https://thebulletin.org/wp-content/uploads/2026/04/20260326_EP-201941C_AR1_0699-PREVIEW-410x230.jpg.optimal.jpg — 200 — 22.3 KiB — 169 ms — h2https://thebulletin.org/wp-content/uploads/2026/04/mesaverde2_29Jan2026-410x230.webp/wp-content/uploads/2026/04/mesaver... https://thebulletin.org/wp-content/uploads/2026/04/mesaverde2_29Jan2026-410x230.webp — 200 — 59.5 KiB — 141 ms — h2https://thebulletin.org/wp-content/uploads/2026/02/Trump-Operation-Epic-Fury-Mar-a-Lago-410x230.jpeg.optimal.jpeg/wp-content/uploads/2026/02/Trump-O... https://thebulletin.org/wp-content/uploads/2026/02/Trump-Operation-Epic-Fury-Mar-a-Lago-410x230.jpeg.optimal.jpeg — 200 — 14.6 KiB — 86 ms — h2https://thebulletin.org/wp-content/uploads/2026/04/GettyImages-2270432153-410x230.jpg.optimal.jpg/wp-content/uploads/2026/04/GettyIm... https://thebulletin.org/wp-content/uploads/2026/04/GettyImages-2270432153-410x230.jpg.optimal.jpg — 200 — 20.9 KiB — 83 ms — h2https://thebulletin.org/wp-content/uploads/2026/04/Forest_Service_hosts_Old_Growth_public_tour_at_the_Wind_River_Experimental_Forest_in_July_2024_-_14-410x230.jpg.optimal.jpg/wp-content/uploads/2026/04/Forest_... https://thebulletin.org/wp-content/uploads/2026/04/Forest_Service_hosts_Old_Growth_public_tour_at_the_Wind_River_Experimental_Forest_in_July_2024_-_14-410x230.jpg.optimal.jpg — 200 — 27.4 KiB — 93 ms — h2https://thebulletin.org/wp-content/uploads/2026/04/python-cave-410x230.png/wp-content/uploads/2026/04/python-... https://thebulletin.org/wp-content/uploads/2026/04/python-cave-410x230.png — 200 — 180.6 KiB — 130 ms — h2https://thebulletin.org/wp-content/uploads/2026/02/Black-Brant-XII-launch-Andoya-2010-410x230.jpg.optimal.jpg/wp-content/uploads/2026/02/Black-B... https://thebulletin.org/wp-content/uploads/2026/02/Black-Brant-XII-launch-Andoya-2010-410x230.jpg.optimal.jpg — 200 — 5.5 KiB — 167 ms — h2https://thebulletin.org/wp-content/uploads/2026/04/1280px-thumbnail-410x230.jpg.optimal.jpg/wp-content/uploads/2026/04/1280px-... https://thebulletin.org/wp-content/uploads/2026/04/1280px-thumbnail-410x230.jpg.optimal.jpg — 200 — 19.0 KiB — 128 ms — h2https://thebulletin.org/wp-content/uploads/2026/02/L_Smallpox-vaccine-satire-150x150.jpg.optimal.jpg/wp-content/uploads/2026/02/L_Small... https://thebulletin.org/wp-content/uploads/2026/02/L_Smallpox-vaccine-satire-150x150.jpg.optimal.jpg — 200 — 9.1 KiB — 74 ms — h2https://thebulletin.org/wp-content/uploads/2026/04/20260326_EP-201941C_AR1_0699-PREVIEW-150x150.jpg.optimal.jpg/wp-content/uploads/2026/04/2026032... https://thebulletin.org/wp-content/uploads/2026/04/20260326_EP-201941C_AR1_0699-PREVIEW-150x150.jpg.optimal.jpg — 200 — 7.6 KiB — 76 ms — h2https://thebulletin.org/wp-content/uploads/2026/02/Trump-Operation-Epic-Fury-Mar-a-Lago-150x150.jpeg.optimal.jpeg/wp-content/uploads/2026/02/Trump-O... https://thebulletin.org/wp-content/uploads/2026/02/Trump-Operation-Epic-Fury-Mar-a-Lago-150x150.jpeg.optimal.jpeg — 200 — 5.3 KiB — 163 ms — h2https://thebulletin.org/wp-content/uploads/2026/03/B-21_Raider_front_high-150x150.jpg.optimal.jpg/wp-content/uploads/2026/03/B-21_Ra... https://thebulletin.org/wp-content/uploads/2026/03/B-21_Raider_front_high-150x150.jpg.optimal.jpg — 200 — 6.9 KiB — 71 ms — h2https://thebulletin.org/wp-content/uploads/2026/04/Strategic-Ballistic-Missile-Defense-150x150.png/wp-content/uploads/2026/04/Strateg... https://thebulletin.org/wp-content/uploads/2026/04/Strategic-Ballistic-Missile-Defense-150x150.png — 200 — 31.9 KiB — 136 ms — h2https://thebulletin.org/wp-content/uploads/2026/04/Secretary_Kerry_Holds_Granddaughter_Dobbs-Higginson_on_Lap_While_Signing_COP21_Climate_Change_Agreement_at_UN_General_Assembly_Hall_in_New_York_26512345421-150x150.jpg.optimal.jpg/wp-content/uploads/2026/04/Secreta... https://thebulletin.org/wp-content/uploads/2026/04/Secretary_Kerry_Holds_Granddaughter_Dobbs-Higginson_on_Lap_While_Signing_COP21_Climate_Change_Agreement_at_UN_General_Assembly_Hall_in_New_York_26512345421-150x150.jpg.optimal.jpg — 200 — 7.2 KiB — 82 ms — h2https://thebulletin.org/wp-content/uploads/2026/03/P20251006JB-0286-410x230.webp/wp-content/uploads/2026/03/P202510... https://thebulletin.org/wp-content/uploads/2026/03/P20251006JB-0286-410x230.webp — 200 — 24.6 KiB — 126 ms — h2https://thebulletin.org/wp-content/uploads/2026/03/Depositphotos_690917922_XL-410x230.jpg.optimal.jpg/wp-content/uploads/2026/03/Deposit... https://thebulletin.org/wp-content/uploads/2026/03/Depositphotos_690917922_XL-410x230.jpg.optimal.jpg — 200 — 13.8 KiB — 80 ms — h2https://thebulletin.org/wp-content/uploads/2026/03/BUR8511_ReaganGorbachev-410x230.jpg.optimal.jpg/wp-content/uploads/2026/03/BUR8511... https://thebulletin.org/wp-content/uploads/2026/03/BUR8511_ReaganGorbachev-410x230.jpg.optimal.jpg — 200 — 9.8 KiB — 125 ms — h2https://thebulletin.org/wp-content/uploads/2026/03/26041305772277-crop-410x230.jpg.optimal.jpg/wp-content/uploads/2026/03/2604130... https://thebulletin.org/wp-content/uploads/2026/03/26041305772277-crop-410x230.jpg.optimal.jpg — 200 — 19.0 KiB — 125 ms — h2https://thebulletin.org/wp-content/uploads/2025/10/art-science-initiative-banner.png/wp-content/uploads/2025/10/art-sci... https://thebulletin.org/wp-content/uploads/2025/10/art-science-initiative-banner.png — 200 — 120.6 KiB — 149 ms — h2https://thebulletin.org/wp-content/uploads/2025/10/next-generation-initiative-banner.png/wp-content/uploads/2025/10/next-ge... https://thebulletin.org/wp-content/uploads/2025/10/next-generation-initiative-banner.png — 200 — 86.7 KiB — 142 ms — h2https://thebulletin.org/wp-content/uploads/2025/10/pathogens-project-banner.png/wp-content/uploads/2025/10/pathoge... https://thebulletin.org/wp-content/uploads/2025/10/pathogens-project-banner.png — 200 — 91.0 KiB — 149 ms — h2https://thebulletin.org/wp-content/uploads/2025/10/art-science-initiative-banner-800.png/wp-content/uploads/2025/10/art-sci... https://thebulletin.org/wp-content/uploads/2025/10/art-science-initiative-banner-800.png — 200 — 175.4 KiB — 172 ms — h2https://thebulletin.org/wp-content/uploads/2025/10/next-generation-initiative-banner-800.png/wp-content/uploads/2025/10/next-ge... https://thebulletin.org/wp-content/uploads/2025/10/next-generation-initiative-banner-800.png — 200 — 114.9 KiB — 151 ms — h2https://thebulletin.org/wp-content/uploads/2025/10/pathogens-project-banner-800.png/wp-content/uploads/2025/10/pathoge... https://thebulletin.org/wp-content/uploads/2025/10/pathogens-project-banner-800.png — 200 — 129.6 KiB — 161 ms — h2https://thebulletin.org/wp-content/uploads/2026/04/pexels-gustavo-fring-6870412-410x230.jpg.optimal.jpg/wp-content/uploads/2026/04/pexels-... https://thebulletin.org/wp-content/uploads/2026/04/pexels-gustavo-fring-6870412-410x230.jpg.optimal.jpg — 200 — 15.0 KiB — 122 ms — h2https://thebulletin.org/wp-content/uploads/2026/03/rieser-award-gray-grey-410x230.png/wp-content/uploads/2026/03/rieser-... https://thebulletin.org/wp-content/uploads/2026/03/rieser-award-gray-grey-410x230.png — 200 — 51.9 KiB — 134 ms — h2https://thebulletin.org/wp-content/uploads/2026/01/Featured-Image-410x230.jpg.optimal.jpg/wp-content/uploads/2026/01/Feature... https://thebulletin.org/wp-content/uploads/2026/01/Featured-Image-410x230.jpg.optimal.jpg — 200 — 14.6 KiB — 121 ms — h2https://www.googletagmanager.com/gtm.js?id=GTM-KCT2D8Hwww.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-KCT2D8H — 200 — 166.2 KiB — 144 ms — h2https://www.npttech.com/advertising.jswww.npttech.com/advertising.js https://www.npttech.com/advertising.js — 200 — 3.1 KiB — 34 ms — h3https://thebulletin.org/wp-content/themes/atomic-bulletin/dist/images/donate-arrow.svg/wp-content/themes/atomic-bulletin/... https://thebulletin.org/wp-content/themes/atomic-bulletin/dist/images/donate-arrow.svg — 200 — 467 B — 120 ms — h2https://thebulletin.org/wp-content/uploads/2025/10/ai-power-trip-card-2-768x512.png/wp-content/uploads/2025/10/ai-powe... https://thebulletin.org/wp-content/uploads/2025/10/ai-power-trip-card-2-768x512.png — 200 — 14.5 KiB — 47 ms — h2https://thebulletin.org/wp-content/uploads/2025/06/trump-globe-homepage-600x338.png/wp-content/uploads/2025/06/trump-g... https://thebulletin.org/wp-content/uploads/2025/06/trump-globe-homepage-600x338.png — 200 — 72.8 KiB — 47 ms — h2https://thebulletin.org/wp-content/uploads/2020/04/virtual-tour-open-300x169.png/wp-content/uploads/2020/04/virtual... https://thebulletin.org/wp-content/uploads/2020/04/virtual-tour-open-300x169.png — 200 — 74.0 KiB — 47 ms — h2https://thebulletin.org/fonts.gstatic.com/s/ptserif/v19/EJRSQgYoZZY2vCFuvAnt66qSVyvVp8NA.woff2/fonts.gstatic.com/s/ptserif/v19/EJ... https://thebulletin.org/fonts.gstatic.com/s/ptserif/v19/EJRSQgYoZZY2vCFuvAnt66qSVyvVp8NA.woff2 — 200 — 13.4 KiB — 32 ms — h2https://thebulletin.org/fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2/fonts.gstatic.com/s/roboto/v51/KFO... https://thebulletin.org/fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 200 — 36.8 KiB — 33 ms — h2https://thebulletin.org/fonts.gstatic.com/s/ptserif/v19/EJRVQgYoZZY2vCFuvAFWzr-_dSb_.woff2/fonts.gstatic.com/s/ptserif/v19/EJ... https://thebulletin.org/fonts.gstatic.com/s/ptserif/v19/EJRVQgYoZZY2vCFuvAFWzr-_dSb_.woff2 — 200 — 13.2 KiB — 32 ms — h2https://thebulletin.org/wp-content/uploads/2022/12/GBL_Banner_thumb-01-410x230.png/wp-content/uploads/2022/12/GBL_Ban... https://thebulletin.org/wp-content/uploads/2022/12/GBL_Banner_thumb-01-410x230.png — 200 — 26.9 KiB — 31 ms — h2https://thebulletin.org/wp-content/uploads/2022/12/Screen-Shot-2022-12-15-at-4.48.59-PM-e1671144722422-410x230.png/wp-content/uploads/2022/12/Screen-... https://thebulletin.org/wp-content/uploads/2022/12/Screen-Shot-2022-12-15-at-4.48.59-PM-e1671144722422-410x230.png — 200 — 36.4 KiB — 40 ms — h2https://thebulletin.org/wp-content/uploads/2024/03/ddc-timeline-poster-300x168.png/wp-content/uploads/2024/03/ddc-tim... https://thebulletin.org/wp-content/uploads/2024/03/ddc-timeline-poster-300x168.png — 200 — 48.6 KiB — 21 ms — h2https://www.youtube.com/embed/videoseries?list=PL2poHJyhVgeYVMmyOqd5mW8y4jvlIZJujwww.youtube.com/embed/videoseries?l... https://www.youtube.com/embed/videoseries?list=PL2poHJyhVgeYVMmyOqd5mW8y4jvlIZJuj — 200 — 63.8 KiB — 215 ms — h2https://pianocdn.thebulletin.org/api/tinypass.min.jspianocdn.thebulletin.org/api/tinypa... https://pianocdn.thebulletin.org/api/tinypass.min.js — 200 — 132.7 KiB — 67 ms — h3https://thebulletin.org/wp-content/uploads/2018/05/background-6.jpg/wp-content/uploads/2018/05/backgro... https://thebulletin.org/wp-content/uploads/2018/05/background-6.jpg — 200 — 103.4 KiB — 27 ms — h2https://thebulletin.org/fonts.gstatic.com/s/roboto/v51/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWub2bVmUiAr0klQmz24.woff2/fonts.gstatic.com/s/roboto/v51/KFO... https://thebulletin.org/fonts.gstatic.com/s/roboto/v51/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWub2bVmUiAr0klQmz24.woff2 — 200 — 16.5 KiB — 16 ms — h2https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.5f0apfZzpOA.2021.O/am=AAAAAABA/d=1/br=1/rs=AGKMywHzdAio_amdJjxZA_PDzRfOjLgAgQ/m=root,basewww.youtube.com/s/_/ytembeds/_/js/k... https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.5f0apfZzpOA.2021.O/am=AAAAAABA/d=1/br=1/rs=AGKMywHzdAio_amdJjxZA_PDzRfOjLgAgQ/m=root,base — -1 — 0 B — 0 ms — https://www.youtube.com/s/player/8456c9de/player_embed_es6.vflset/en_US/base.jswww.youtube.com/s/player/8456c9de/p... https://www.youtube.com/s/player/8456c9de/player_embed_es6.vflset/en_US/base.js — -1 — 0 B — 0 ms — https://www.youtube.com/s/player/8456c9de/www-player.csswww.youtube.com/s/player/8456c9de/w... https://www.youtube.com/s/player/8456c9de/www-player.css — 200 — 58.0 KiB — 31 ms — h2https://www.youtube.com/s/_/ytembeds/_/ss/k=ytembeds.base.KjNKUXigSn8.L.W.O/am=AAAAAABA/d=0/br=1/rs=AGKMywGcfDhqQzIoy795kwH6kC8Q8yPf2wwww.youtube.com/s/_/ytembeds/_/ss/k... https://www.youtube.com/s/_/ytembeds/_/ss/k=ytembeds.base.KjNKUXigSn8.L.W.O/am=AAAAAABA/d=0/br=1/rs=AGKMywGcfDhqQzIoy795kwH6kC8Q8yPf2w — 200 — 45.3 KiB — 38 ms — h2https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2fonts.gstatic.com/s/roboto/v48/KFO7... https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 200 — 33.9 KiB — 33 ms — h3https://thebulletin.org/wp-content/uploads/2026/03/bulletin-march2026-cover-768x994.jpeg.optimal.jpeg/wp-content/uploads/2026/03/bulleti... https://thebulletin.org/wp-content/uploads/2026/03/bulletin-march2026-cover-768x994.jpeg.optimal.jpeg — 200 — 126.1 KiB — 66 ms — h2https://app.termly.io/api/v1/snippets/websites/67c19541-575a-4f7b-9bc1-f00a61fc020c/statisticsapp.termly.io/api/v1/snippets/websi... https://app.termly.io/api/v1/snippets/websites/67c19541-575a-4f7b-9bc1-f00a61fc020c/statistics — 200 — 0 B — 85 ms — h3https://app.termly.io/api/v1/snippets/websites/67c19541-575a-4f7b-9bc1-f00a61fc020c/cookies?lang=enapp.termly.io/api/v1/snippets/websi... https://app.termly.io/api/v1/snippets/websites/67c19541-575a-4f7b-9bc1-f00a61fc020c/cookies?lang=en — 200 — 4.6 KiB — 79 ms — h3https://thebulletin.org/wp-content/ajax-handler.php/wp-content/ajax-handler.php https://thebulletin.org/wp-content/ajax-handler.php — 200 — 313 B — 60 ms — h2blob:https://thebulletin.org/00e02b7b-61bb-42a7-9026-09d97472a85cthebulletin.org/00e02b7b-61bb-42a7-... blob:https://thebulletin.org/00e02b7b-61bb-42a7-9026-09d97472a85c — 200 — -1 B — 113 ms — blobhttps://www.youtube.com/embed/videoseries?list=PL2poHJyhVgeYVMmyOqd5mW8y4jvlIZJujwww.youtube.com/embed/videoseries?l... https://www.youtube.com/embed/videoseries?list=PL2poHJyhVgeYVMmyOqd5mW8y4jvlIZJuj — -1 — 0 B — 38 ms — https://www.youtube.com/embed/videoseries?list=PL2poHJyhVgeYVMmyOqd5mW8y4jvlIZJujwww.youtube.com/embed/videoseries?l... https://www.youtube.com/embed/videoseries?list=PL2poHJyhVgeYVMmyOqd5mW8y4jvlIZJuj — 200 — 60.9 KiB — 148 ms — h3https://app.termly.io/api/v1/snippets/websites/67c19541-575a-4f7b-9bc1-f00a61fc020c/statisticsapp.termly.io/api/v1/snippets/websi... https://app.termly.io/api/v1/snippets/websites/67c19541-575a-4f7b-9bc1-f00a61fc020c/statistics — 201 — 592 B — 93 ms — h3https://id.thebulletin.org/id/api/v1/identity/token/verify?browser_id=moam8bv630vjdgm5&page_view_id=moam8bv6q5jzs1e6&content_type=website&page_title=Bulletin+of+the+Atomic+Scientists&callback=jsonp9257&client_id=nXzetAXNpu&site=https%3A%2F%2Fthebulletin.org&user_state=anonid.thebulletin.org/id/api/v1/identi... https://id.thebulletin.org/id/api/v1/identity/token/verify?browser_id=moam8bv630vjdgm5&page_view_id=moam8bv6q5jzs1e6&content_type=website&page_title=Bulletin+of+the+Atomic+Scientists&callback=jsonp9257&client_id=nXzetAXNpu&site=https%3A%2F%2Fthebulletin.org&user_state=anon — 200 — 575 B — 53 ms — h2https://app.termly.io/resource-blocker/support/377-e518d8a5c599aa1c5977.min.jsapp.termly.io/resource-blocker/supp... https://app.termly.io/resource-blocker/support/377-e518d8a5c599aa1c5977.min.js — 200 — 873 B — 17 ms — h3https://app.termly.io/resource-blocker/i18n/en.jsonapp.termly.io/resource-blocker/i18n... https://app.termly.io/resource-blocker/i18n/en.json — 204 — 0 B — 98 ms — h3https://thebulletin.org/wp-includes/js/wp-emoji-release.min.js?ver=6.9.4/wp-includes/js/wp-emoji-release.mi... https://thebulletin.org/wp-includes/js/wp-emoji-release.min.js?ver=6.9.4 — 200 — 5.1 KiB — 17 ms — h2https://www.googletagmanager.com/gtag/js?id=G-4G39WYQ1DT&cx=c&gtm=4e64k0www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-4G39WYQ1DT&cx=c&gtm=4e64k0 — 200 — 172.6 KiB — 126 ms — h2https://app.termly.io/resource-blocker/i18n/en.jsonapp.termly.io/resource-blocker/i18n... https://app.termly.io/resource-blocker/i18n/en.json — 200 — 3.5 KiB — 11 ms — h3https://www.googletagmanager.com/gtag/js?id=AW-770325023&cx=c&gtm=4e64k0www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=AW-770325023&cx=c&gtm=4e64k0 — 200 — 137.3 KiB — 130 ms — h2https://snap.licdn.com/li.lms-analytics/insight.min.jssnap.licdn.com/li.lms-analytics/ins... https://snap.licdn.com/li.lms-analytics/insight.min.js — 200 — 18.7 KiB — 79 ms — h2https://connect.facebook.net/en_US/fbevents.jsconnect.facebook.net/en_US/fbevents... https://connect.facebook.net/en_US/fbevents.js — 200 — 96.6 KiB — 108 ms — h3https://diffuser-cdn.app-us1.com/diffuser/diffuser.jsdiffuser-cdn.app-us1.com/diffuser/d... https://diffuser-cdn.app-us1.com/diffuser/diffuser.js — 200 — 7.7 KiB — 82 ms — h2https://www.youtube.com/s/player/8456c9de/www-player.csswww.youtube.com/s/player/8456c9de/w... https://www.youtube.com/s/player/8456c9de/www-player.css — 200 — 0 B — 0 ms — h2https://www.youtube.com/s/_/ytembeds/_/ss/k=ytembeds.base.KjNKUXigSn8.L.W.O/am=AAAAAABA/d=0/br=1/rs=AGKMywGcfDhqQzIoy795kwH6kC8Q8yPf2wwww.youtube.com/s/_/ytembeds/_/ss/k... https://www.youtube.com/s/_/ytembeds/_/ss/k=ytembeds.base.KjNKUXigSn8.L.W.O/am=AAAAAABA/d=0/br=1/rs=AGKMywGcfDhqQzIoy795kwH6kC8Q8yPf2w — 200 — 0 B — 0 ms — h2https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.5f0apfZzpOA.2021.O/am=AAAAAABA/d=1/br=1/rs=AGKMywHzdAio_amdJjxZA_PDzRfOjLgAgQ/m=root,basewww.youtube.com/s/_/ytembeds/_/js/k... https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.5f0apfZzpOA.2021.O/am=AAAAAABA/d=1/br=1/rs=AGKMywHzdAio_amdJjxZA_PDzRfOjLgAgQ/m=root,base — 200 — 316.8 KiB — 139 ms — h3https://www.youtube.com/s/player/8456c9de/player_embed_es6.vflset/en_US/base.jswww.youtube.com/s/player/8456c9de/p... https://www.youtube.com/s/player/8456c9de/player_embed_es6.vflset/en_US/base.js — 200 — 436.3 KiB — 144 ms — h3https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2fonts.gstatic.com/s/roboto/v48/KFO7... https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 200 — 0 B — 1 ms — h3https://www.google.com/ccm/collect?rcb=18&frm=0&ae=g&en=page_view&dl=https%3A%2F%2Fthebulletin.org%2F&scrsrc=www.googletagmanager.com&rnd=1878875788.1776896388&dt=Bulletin%20of%20the%20Atomic%20Scientists&auid=444160191.1776896388&navt=n&npa=0&ep.ads_data_redaction=1&gdid=dNzg2MD&_tu=CA&gtm=45He64k0v810782219za200zd810782219xea&gcs=G111&gcd=13r3v3r3r5l1&dma=0&tag_exp=0~115616985~115938465~115938468~117266401~118463262&apve=1&apvf=f&gap.plf=5&apvc=1&tft=1776896388480&tfd=1116www.google.com/ccm/collect?rcb=18&f... https://www.google.com/ccm/collect?rcb=18&frm=0&ae=g&en=page_view&dl=https%3A%2F%2Fthebulletin.org%2F&scrsrc=www.googletagmanager.com&rnd=1878875788.1776896388&dt=Bulletin%20of%20the%20Atomic%20Scientists&auid=444160191.1776896388&navt=n&npa=0&ep.ads_data_redaction=1&gdid=dNzg2MD&_tu=CA&gtm=45He64k0v810782219za200zd810782219xea&gcs=G111&gcd=13r3v3r3r5l1&dma=0&tag_exp=0~115616985~115938465~115938468~117266401~118463262&apve=1&apvf=f&gap.plf=5&apvc=1&tft=1776896388480&tfd=1116 — 200 — 21 B — 77 ms — h3https://c2.thebulletin.org/xbuilder/experience/execute?aid=nXzetAXNpuc2.thebulletin.org/xbuilder/experie... https://c2.thebulletin.org/xbuilder/experience/execute?aid=nXzetAXNpu — 200 — 1.3 KiB — 93 ms — h3https://www.youtube.com/iframe_apiwww.youtube.com/iframe_api https://www.youtube.com/iframe_api — 200 — 2.7 KiB — 74 ms — h2https://www.youtube.com/embed/videoseries?list=PL2poHJyhVgeYVMmyOqd5mW8y4jvlIZJuj&enablejsapi=1&origin=https%3A%2F%2Fthebulletin.orgwww.youtube.com/embed/videoseries?l... https://www.youtube.com/embed/videoseries?list=PL2poHJyhVgeYVMmyOqd5mW8y4jvlIZJuj&enablejsapi=1&origin=https%3A%2F%2Fthebulletin.org — 200 — 59.5 KiB — 161 ms — h3https://app.termly.io/resource-blocker/support/894-6156b36a131577c56e7e.min.jsapp.termly.io/resource-blocker/supp... https://app.termly.io/resource-blocker/support/894-6156b36a131577c56e7e.min.js — 200 — 8.4 KiB — 31 ms — h3https://app.termly.io/resource-blocker/support/808-26e9c6c7a3bd048ed656.min.jsapp.termly.io/resource-blocker/supp... https://app.termly.io/resource-blocker/support/808-26e9c6c7a3bd048ed656.min.js — 200 — 3.2 KiB — 31 ms — h3https://px.ads.linkedin.com/wa/?medium=fetch&fmt=gpx.ads.linkedin.com/wa/?medium=fetc... https://px.ads.linkedin.com/wa/?medium=fetch&fmt=g — 204 — 581 B — 173 ms — h2https://px.ads.linkedin.com/attribution_trigger?pid=6981098&time=1776896388564&url=https%3A%2F%2Fthebulletin.org%2F&tm=gtmv2px.ads.linkedin.com/attribution_tri... https://px.ads.linkedin.com/attribution_trigger?pid=6981098&time=1776896388564&url=https%3A%2F%2Fthebulletin.org%2F&tm=gtmv2 — 200 — 789 B — 93 ms — h2https://px.ads.linkedin.com/collect?v=2&fmt=js&pid=6981098&time=1776896388564&li_adsId=ec172af1-386b-4b38-a7d3-702c298ee5af&url=https%3A%2F%2Fthebulletin.org%2F&tm=gtmv2px.ads.linkedin.com/collect?v=2&fmt... https://px.ads.linkedin.com/collect?v=2&fmt=js&pid=6981098&time=1776896388564&li_adsId=ec172af1-386b-4b38-a7d3-702c298ee5af&url=https%3A%2F%2Fthebulletin.org%2F&tm=gtmv2 — 302 — 664 B — 124 ms — h2https://prism.app-us1.com/?a=1003354898&u=https%3A%2F%2Fthebulletin.org%2Fprism.app-us1.com/?a=1003354898&u=h... https://prism.app-us1.com/?a=1003354898&u=https%3A%2F%2Fthebulletin.org%2F — 200 — 491 B — 96 ms — h2https://analytics.google.com/g/collect?v=2&tid=G-4G39WYQ1DT&gtm=45je64k0v897392041z8810782219za20gzb810782219zd810782219&_p=1776896387617&_gaz=1&gcs=G111&gcd=13r3v3r3r5l1&npa=0&dma=0&gdid=dNzg2MD&_eu=EAAAAGA&are=1&cid=1749449992.1776896389&frm=0&ir=1&pscdl=noapi&rcb=8&sr=800x600&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115938465~115938468~117266401~117512543&sid=1776896388&sct=1&seg=0&dl=https%3A%2F%2Fthebulletin.org%2F&dt=Bulletin%20of%20the%20Atomic%20Scientists&_tu=CA&en=page_view&_fv=1&_nsi=1&_ss=1&tfd=1332analytics.google.com/g/collect?v=2&... https://analytics.google.com/g/collect?v=2&tid=G-4G39WYQ1DT&gtm=45je64k0v897392041z8810782219za20gzb810782219zd810782219&_p=1776896387617&_gaz=1&gcs=G111&gcd=13r3v3r3r5l1&npa=0&dma=0&gdid=dNzg2MD&_eu=EAAAAGA&are=1&cid=1749449992.1776896389&frm=0&ir=1&pscdl=noapi&rcb=8&sr=800x600&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115938465~115938468~117266401~117512543&sid=1776896388&sct=1&seg=0&dl=https%3A%2F%2Fthebulletin.org%2F&dt=Bulletin%20of%20the%20Atomic%20Scientists&_tu=CA&en=page_view&_fv=1&_nsi=1&_ss=1&tfd=1332 — 204 — 549 B — 41 ms — h2https://stats.g.doubleclick.net/g/collect?v=2&tid=G-4G39WYQ1DT&cid=1749449992.1776896389&gtm=45je64k0v897392041z8810782219za20gzb810782219zd810782219&rcb=8&aip=1&dma=0&gcs=G111&gcd=13r3v3r3r5l1&npa=0&frm=0&tag_exp=0~115938465~115938468~117266401~117512543stats.g.doubleclick.net/g/collect?v... https://stats.g.doubleclick.net/g/collect?v=2&tid=G-4G39WYQ1DT&cid=1749449992.1776896389&gtm=45je64k0v897392041z8810782219za20gzb810782219zd810782219&rcb=8&aip=1&dma=0&gcs=G111&gcd=13r3v3r3r5l1&npa=0&frm=0&tag_exp=0~115938465~115938468~117266401~117512543 — 204 — 558 B — 42 ms — h2https://px.ads.linkedin.com/collect?v=2&fmt=js&pid=6981098&time=1776896388564&li_adsId=ec172af1-386b-4b38-a7d3-702c298ee5af&url=https%3A%2F%2Fthebulletin.org%2F&tm=gtmv2&cookiesTest=truepx.ads.linkedin.com/collect?v=2&fmt... https://px.ads.linkedin.com/collect?v=2&fmt=js&pid=6981098&time=1776896388564&li_adsId=ec172af1-386b-4b38-a7d3-702c298ee5af&url=https%3A%2F%2Fthebulletin.org%2F&tm=gtmv2&cookiesTest=true — 200 — 271 B — 54 ms — h2https://connect.facebook.net/signals/config/195699461699376?v=2.9.303&r=stable&domain=thebulletin.org&hme=97937018cefade17726f0472876fc101316b2ce9008a35a6a5a7977d7436151a&ex_m=104%2C205%2C154%2C22%2C72%2C73%2C145%2C68%2C67%2C11%2C162%2C90%2C16%2C138%2C127%2C39%2C75%2C78%2C134%2C159%2C164%2C8%2C4%2C5%2C7%2C6%2C3%2C91%2C101%2C165%2C170%2C219%2C62%2C186%2C187%2C55%2C276%2C30%2C74%2C231%2C230%2C229%2C23%2C33%2C103%2C61%2C10%2C63%2C97%2C98%2C99%2C105%2C130%2C31%2C29%2C132%2C133%2C129%2C128%2C155%2C76%2C158%2C156%2C157%2C50%2C60%2C123%2C15%2C161%2C45%2C263%2C264%2C262%2C26%2C27%2C28%2C48%2C146%2C77%2C112%2C18%2C20%2C44%2C40%2C42%2C41%2C83%2C92%2C96%2C110%2C144%2C147%2C46%2C111%2C24%2C21%2C119%2C69%2C36%2C149%2C148%2C150%2C141%2C139%2C25%2C35%2C59%2C109%2C160%2C70%2C17%2C152%2C114%2C81%2C66%2C19%2C85%2C86%2C116%2C84%2C136%2C135%2C34%2C278%2C293%2C212%2C201%2C202%2C200%2C296%2C288%2C52%2C213%2C107%2C131%2C80%2C121%2C54%2C47%2C49%2C113%2C120%2C126%2C58%2C64%2C151%2C115%2C37%2C32%2C53%2C56%2C100%2C163%2C1%2C124%2C14%2C122%2C12%2C2%2C57%2C93%2C65%2C118%2C89%2C88%2C166%2C167%2C94%2C95%2C9%2C125%2C102%2C51%2C142%2C87%2C79%2C71%2C117%2C106%2C43%2C143%2C0%2C82%2C137%2C140%2C153%2C38%2C108%2C13%2C168connect.facebook.net/signals/config... https://connect.facebook.net/signals/config/195699461699376?v=2.9.303&r=stable&domain=thebulletin.org&hme=97937018cefade17726f0472876fc101316b2ce9008a35a6a5a7977d7436151a&ex_m=104%2C205%2C154%2C22%2C72%2C73%2C145%2C68%2C67%2C11%2C162%2C90%2C16%2C138%2C127%2C39%2C75%2C78%2C134%2C159%2C164%2C8%2C4%2C5%2C7%2C6%2C3%2C91%2C101%2C165%2C170%2C219%2C62%2C186%2C187%2C55%2C276%2C30%2C74%2C231%2C230%2C229%2C23%2C33%2C103%2C61%2C10%2C63%2C97%2C98%2C99%2C105%2C130%2C31%2C29%2C132%2C133%2C129%2C128%2C155%2C76%2C158%2C156%2C157%2C50%2C60%2C123%2C15%2C161%2C45%2C263%2C264%2C262%2C26%2C27%2C28%2C48%2C146%2C77%2C112%2C18%2C20%2C44%2C40%2C42%2C41%2C83%2C92%2C96%2C110%2C144%2C147%2C46%2C111%2C24%2C21%2C119%2C69%2C36%2C149%2C148%2C150%2C141%2C139%2C25%2C35%2C59%2C109%2C160%2C70%2C17%2C152%2C114%2C81%2C66%2C19%2C85%2C86%2C116%2C84%2C136%2C135%2C34%2C278%2C293%2C212%2C201%2C202%2C200%2C296%2C288%2C52%2C213%2C107%2C131%2C80%2C121%2C54%2C47%2C49%2C113%2C120%2C126%2C58%2C64%2C151%2C115%2C37%2C32%2C53%2C56%2C100%2C163%2C1%2C124%2C14%2C122%2C12%2C2%2C57%2C93%2C65%2C118%2C89%2C88%2C166%2C167%2C94%2C95%2C9%2C125%2C102%2C51%2C142%2C87%2C79%2C71%2C117%2C106%2C43%2C143%2C0%2C82%2C137%2C140%2C153%2C38%2C108%2C13%2C168 — 200 — 47.1 KiB — 8 ms — h3https://app.termly.io/resource-blocker/support/524-7d36cb122791702e3df2.min.jsapp.termly.io/resource-blocker/supp... https://app.termly.io/resource-blocker/support/524-7d36cb122791702e3df2.min.js — 200 — 2.7 KiB — 15 ms — h3https://www.youtube.com/s/player/8456c9de/www-player.csswww.youtube.com/s/player/8456c9de/w... https://www.youtube.com/s/player/8456c9de/www-player.css — 200 — 0 B — 0 ms — h2https://www.youtube.com/s/_/ytembeds/_/ss/k=ytembeds.base.KjNKUXigSn8.L.W.O/am=AAAAAABA/d=0/br=1/rs=AGKMywGcfDhqQzIoy795kwH6kC8Q8yPf2wwww.youtube.com/s/_/ytembeds/_/ss/k... https://www.youtube.com/s/_/ytembeds/_/ss/k=ytembeds.base.KjNKUXigSn8.L.W.O/am=AAAAAABA/d=0/br=1/rs=AGKMywGcfDhqQzIoy795kwH6kC8Q8yPf2w — 200 — 0 B — 0 ms — h2https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.-RE1iC8VNhI.es5.O/am=AAAAAABA/d=1/br=1/rs=AGKMywHAuApLdAMLiOTebyZOScry7TSIDg/m=root,basewww.youtube.com/s/_/ytembeds/_/js/k... https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.-RE1iC8VNhI.es5.O/am=AAAAAABA/d=1/br=1/rs=AGKMywHAuApLdAMLiOTebyZOScry7TSIDg/m=root,base — 200 — 351.8 KiB — 61 ms — h3https://www.youtube.com/s/player/8456c9de/player_embed.vflset/en_US/base.jswww.youtube.com/s/player/8456c9de/p... https://www.youtube.com/s/player/8456c9de/player_embed.vflset/en_US/base.js — 200 — 472.3 KiB — 66 ms — h3https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBA.woff2fonts.gstatic.com/s/roboto/v48/KFO7... https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBA.woff2 — 200 — 39.2 KiB — 12 ms — h3https://googleads.g.doubleclick.net/pagead/viewthroughconversion/770325023/?random=1776896388855&cv=11&fst=1776896388855&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45be64k0v9189885211z8810782219za20gzb810782219zd810782219xec&gcd=13r3v3r3r5l1&dma=0&tag_exp=0~115938465~115938469~117227714~117266401&u_w=800&u_h=600&url=https%3A%2F%2Fthebulletin.org%2F&rcb=17&frm=0&tiba=Bulletin%20of%20the%20Atomic%20Scientists&did=dNzg2MD&gdid=dNzg2MD&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=444160191.1776896388&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&_tu=CA&data=event%3Dgtag.config&rfmt=3&fmt=4googleads.g.doubleclick.net/pagead/... https://googleads.g.doubleclick.net/pagead/viewthroughconversion/770325023/?random=1776896388855&cv=11&fst=1776896388855&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45be64k0v9189885211z8810782219za20gzb810782219zd810782219xec&gcd=13r3v3r3r5l1&dma=0&tag_exp=0~115938465~115938469~117227714~117266401&u_w=800&u_h=600&url=https%3A%2F%2Fthebulletin.org%2F&rcb=17&frm=0&tiba=Bulletin%20of%20the%20Atomic%20Scientists&did=dNzg2MD&gdid=dNzg2MD&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=444160191.1776896388&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&_tu=CA&data=event%3Dgtag.config&rfmt=3&fmt=4 — 200 — 61 B — 57 ms — h3https://www.google.com/rmkt/collect/770325023/?random=1776896388855&cv=11&fst=1776896388855&fmt=8&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45be64k0v9189885211z8810782219za20gzb810782219zd810782219xec&gcd=13r3v3r3r5l1&dma=0&tag_exp=0~115938465~115938469~117227714~117266401&u_w=800&u_h=600&url=https%3A%2F%2Fthebulletin.org%2F&rcb=17&frm=0&tiba=Bulletin%20of%20the%20Atomic%20Scientists&did=dNzg2MD&gdid=dNzg2MD&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=444160191.1776896388&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&_tu=CA&data=event%3Dgtag.config&gcp=5www.google.com/rmkt/collect/7703250... https://www.google.com/rmkt/collect/770325023/?random=1776896388855&cv=11&fst=1776896388855&fmt=8&bg=ffffff&guid=ON&async=1&en=gtag.config&gtm=45be64k0v9189885211z8810782219za20gzb810782219zd810782219xec&gcd=13r3v3r3r5l1&dma=0&tag_exp=0~115938465~115938469~117227714~117266401&u_w=800&u_h=600&url=https%3A%2F%2Fthebulletin.org%2F&rcb=17&frm=0&tiba=Bulletin%20of%20the%20Atomic%20Scientists&did=dNzg2MD&gdid=dNzg2MD&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=444160191.1776896388&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&_tu=CA&data=event%3Dgtag.config&gcp=5 — 200 — 20 B — 46 ms — h3https://googleads.g.doubleclick.net/pagead/viewthroughconversion/770325023/?random=1776896388897&cv=11&fst=1776896388897&bg=ffffff&guid=ON&async=1&gtm=45be64k0v9189885211z8810782219za20gzb810782219zd810782219xea&gcd=13r3v3r3r5l1&dma=0&tag_exp=0~115938465~115938469~117227714~117266401&u_w=800&u_h=600&url=https%3A%2F%2Fthebulletin.org%2F&rcb=17&frm=0&tiba=Bulletin%20of%20the%20Atomic%20Scientists&did=dNzg2MD&gdid=dNzg2MD&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=444160191.1776896388&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&_tu=CA&data=ads_data_redaction%3Dtrue&rfmt=3&fmt=4googleads.g.doubleclick.net/pagead/... https://googleads.g.doubleclick.net/pagead/viewthroughconversion/770325023/?random=1776896388897&cv=11&fst=1776896388897&bg=ffffff&guid=ON&async=1&gtm=45be64k0v9189885211z8810782219za20gzb810782219zd810782219xea&gcd=13r3v3r3r5l1&dma=0&tag_exp=0~115938465~115938469~117227714~117266401&u_w=800&u_h=600&url=https%3A%2F%2Fthebulletin.org%2F&rcb=17&frm=0&tiba=Bulletin%20of%20the%20Atomic%20Scientists&did=dNzg2MD&gdid=dNzg2MD&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=444160191.1776896388&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&_tu=CA&data=ads_data_redaction%3Dtrue&rfmt=3&fmt=4 — 200 — 61 B — 47 ms — h3https://www.google.com/rmkt/collect/770325023/?random=1776896388897&cv=11&fst=1776896388897&fmt=8&bg=ffffff&guid=ON&async=1&gtm=45be64k0v9189885211z8810782219za20gzb810782219zd810782219xea&gcd=13r3v3r3r5l1&dma=0&tag_exp=0~115938465~115938469~117227714~117266401&u_w=800&u_h=600&url=https%3A%2F%2Fthebulletin.org%2F&rcb=17&frm=0&tiba=Bulletin%20of%20the%20Atomic%20Scientists&did=dNzg2MD&gdid=dNzg2MD&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=444160191.1776896388&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&_tu=CA&data=ads_data_redaction%3Dtrue&gcp=5www.google.com/rmkt/collect/7703250... https://www.google.com/rmkt/collect/770325023/?random=1776896388897&cv=11&fst=1776896388897&fmt=8&bg=ffffff&guid=ON&async=1&gtm=45be64k0v9189885211z8810782219za20gzb810782219zd810782219xea&gcd=13r3v3r3r5l1&dma=0&tag_exp=0~115938465~115938469~117227714~117266401&u_w=800&u_h=600&url=https%3A%2F%2Fthebulletin.org%2F&rcb=17&frm=0&tiba=Bulletin%20of%20the%20Atomic%20Scientists&did=dNzg2MD&gdid=dNzg2MD&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=444160191.1776896388&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&_tu=CA&data=ads_data_redaction%3Dtrue&gcp=5 — 200 — 20 B — 37 ms — h3https://www.googletagmanager.com/td?id=AW-770325023&v=3&t=t&pid=1134736772&gtm=45be64k0v9189885211za20gzb810782219zd810782219&seq=1&exp=0~115938465~115938469~117266401&dl=thebulletin.org%2F&tdp=AW-770325023;189885211;1;6;0&frm=0&rtg=10782219&slo=34&hlo=21&lst=1&pcid=10782219&bt=0&ct=3&jsp=1~4&z=0www.googletagmanager.com/td?id=AW-7... https://www.googletagmanager.com/td?id=AW-770325023&v=3&t=t&pid=1134736772&gtm=45be64k0v9189885211za20gzb810782219zd810782219&seq=1&exp=0~115938465~115938469~117266401&dl=thebulletin.org%2F&tdp=AW-770325023;189885211;1;6;0&frm=0&rtg=10782219&slo=34&hlo=21&lst=1&pcid=10782219&bt=0&ct=3&jsp=1~4&z=0 — 204 — 18 B — 25 ms — h3https://www.google.com/ccm/collect?rcb=17&frm=0&en=page_view&dl=https%3A%2F%2Fthebulletin.org%2F&scrsrc=www.googletagmanager.com&rnd=1878875788.1776896388&dt=Bulletin%20of%20the%20Atomic%20Scientists&auid=444160191.1776896388&navt=n&npa=0&did=dNzg2MD&gdid=dNzg2MD&_tu=CA&gtm=45be64k0v9189885211z8810782219za20gzb810782219zd810782219xec&gcs=G111&gcd=13r3v3r3r5l1&dma=0&tag_exp=0~115938465~115938469~117266401&apve=1&apvf=f&apvc=0&tids=AW-770325023&tid=AW-770325023&tft=1776896388913&tfd=1549www.google.com/ccm/collect?rcb=17&f... https://www.google.com/ccm/collect?rcb=17&frm=0&en=page_view&dl=https%3A%2F%2Fthebulletin.org%2F&scrsrc=www.googletagmanager.com&rnd=1878875788.1776896388&dt=Bulletin%20of%20the%20Atomic%20Scientists&auid=444160191.1776896388&navt=n&npa=0&did=dNzg2MD&gdid=dNzg2MD&_tu=CA&gtm=45be64k0v9189885211z8810782219za20gzb810782219zd810782219xec&gcs=G111&gcd=13r3v3r3r5l1&dma=0&tag_exp=0~115938465~115938469~117266401&apve=1&apvf=f&apvc=0&tids=AW-770325023&tid=AW-770325023&tft=1776896388913&tfd=1549 — 200 — 21 B — 93 ms — h3https://www.google.com/ccm/collect?rcb=17&frm=0&ae=g&dl=https%3A%2F%2Fthebulletin.org%2F&scrsrc=www.googletagmanager.com&rnd=1878875788.1776896388&dt=Bulletin%20of%20the%20Atomic%20Scientists&auid=444160191.1776896388&navt=n&npa=0&ep.ads_data_redaction=1&did=dNzg2MD&gdid=dNzg2MD&_tu=CA&gtm=45be64k0v9189885211z8810782219za20gzb810782219zd810782219xea&gcs=G111&gcd=13r3v3r3r5l1&dma=0&tag_exp=0~115938465~115938469~117227714~117266401&apve=1&apvf=f&apvc=0&tids=AW-770325023&tid=AW-770325023&tft=1776896388915&tfd=1550www.google.com/ccm/collect?rcb=17&f... https://www.google.com/ccm/collect?rcb=17&frm=0&ae=g&dl=https%3A%2F%2Fthebulletin.org%2F&scrsrc=www.googletagmanager.com&rnd=1878875788.1776896388&dt=Bulletin%20of%20the%20Atomic%20Scientists&auid=444160191.1776896388&navt=n&npa=0&ep.ads_data_redaction=1&did=dNzg2MD&gdid=dNzg2MD&_tu=CA&gtm=45be64k0v9189885211z8810782219za20gzb810782219zd810782219xea&gcs=G111&gcd=13r3v3r3r5l1&dma=0&tag_exp=0~115938465~115938469~117227714~117266401&apve=1&apvf=f&apvc=0&tids=AW-770325023&tid=AW-770325023&tft=1776896388915&tfd=1550 — 200 — 21 B — 92 ms — h3https://www.youtube.com/s/player/8456c9de/www-widgetapi.vflset/www-widgetapi.jswww.youtube.com/s/player/8456c9de/w... https://www.youtube.com/s/player/8456c9de/www-widgetapi.vflset/www-widgetapi.js — 200 — 10.6 KiB — 10 ms — h2https://trackcmp.net/t_prism_sitemessages.php?trackid=1003354898&prismid=1c286a09-237a-4c84-92e0-d38c685e2656&url=https%3A%2F%2Fthebulletin.org%2Ftrackcmp.net/t_prism_sitemessages.p... https://trackcmp.net/t_prism_sitemessages.php?trackid=1003354898&prismid=1c286a09-237a-4c84-92e0-d38c685e2656&url=https%3A%2F%2Fthebulletin.org%2F — 200 — 324 B — 51 ms — h2https://www.facebook.com/tr/?id=195699461699376&ev=PageView&dl=https%3A%2F%2Fthebulletin.org%2F&rl=&if=false&ts=1776896388997&sw=800&sh=600&v=2.9.303&r=stable&ec=0&o=12318&fbp=fb.1.1776896388976.105481556146190661&cs_est=true&ler=empty&cdl=API_unavailable&pmd[title]=Bulletin%20of%20the%20Atomic%20Scientists&pmd[locale]=en_US&pmd[description]=The%20Bulletin%20of%20the%20Atomic%20Scientists%20informs%20the%20public%20about%20threats%20to%20the%20survival%20and%20development%20of%20humanity%20from%20nuclear%20weapons%2C%20climate%20change%2C%20and%20emerging%20technologies%20in%20the%20life%20sciences.&plt=882.2999999523163&it=1776896388779&coo=false&expv2[0]=pl0&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=im1&expv2[6]=hf1&rqm=GETwww.facebook.com/tr/?id=19569946169... https://www.facebook.com/tr/?id=195699461699376&ev=PageView&dl=https%3A%2F%2Fthebulletin.org%2F&rl=&if=false&ts=1776896388997&sw=800&sh=600&v=2.9.303&r=stable&ec=0&o=12318&fbp=fb.1.1776896388976.105481556146190661&cs_est=true&ler=empty&cdl=API_unavailable&pmd[title]=Bulletin%20of%20the%20Atomic%20Scientists&pmd[locale]=en_US&pmd[description]=The%20Bulletin%20of%20the%20Atomic%20Scientists%20informs%20the%20public%20about%20threats%20to%20the%20survival%20and%20development%20of%20humanity%20from%20nuclear%20weapons%2C%20climate%20change%2C%20and%20emerging%20technologies%20in%20the%20life%20sciences.&plt=882.2999999523163&it=1776896388779&coo=false&expv2[0]=pl0&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=im1&expv2[6]=hf1&rqm=GET — 200 — 16 B — 13 ms — h3https://www.facebook.com/privacy_sandbox/pixel/register/trigger/?id=195699461699376&ev=PageView&dl=https%3A%2F%2Fthebulletin.org%2F&rl=&if=false&ts=1776896388997&sw=800&sh=600&v=2.9.303&r=stable&ec=0&o=12318&fbp=fb.1.1776896388976.105481556146190661&cs_est=true&ler=empty&cdl=API_unavailable&pmd[title]=Bulletin%20of%20the%20Atomic%20Scientists&pmd[locale]=en_US&pmd[description]=The%20Bulletin%20of%20the%20Atomic%20Scientists%20informs%20the%20public%20about%20threats%20to%20the%20survival%20and%20development%20of%20humanity%20from%20nuclear%20weapons%2C%20climate%20change%2C%20and%20emerging%20technologies%20in%20the%20life%20sciences.&plt=882.2999999523163&it=1776896388779&coo=false&expv2[0]=pl0&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=im1&expv2[6]=hf1&rqm=FGETwww.facebook.com/privacy_sandbox/pi... https://www.facebook.com/privacy_sandbox/pixel/register/trigger/?id=195699461699376&ev=PageView&dl=https%3A%2F%2Fthebulletin.org%2F&rl=&if=false&ts=1776896388997&sw=800&sh=600&v=2.9.303&r=stable&ec=0&o=12318&fbp=fb.1.1776896388976.105481556146190661&cs_est=true&ler=empty&cdl=API_unavailable&pmd[title]=Bulletin%20of%20the%20Atomic%20Scientists&pmd[locale]=en_US&pmd[description]=The%20Bulletin%20of%20the%20Atomic%20Scientists%20informs%20the%20public%20about%20threats%20to%20the%20survival%20and%20development%20of%20humanity%20from%20nuclear%20weapons%2C%20climate%20change%2C%20and%20emerging%20technologies%20in%20the%20life%20sciences.&plt=882.2999999523163&it=1776896388779&coo=false&expv2[0]=pl0&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=im1&expv2[6]=hf1&rqm=FGET — 200 — 201 B — 179 ms — h3https://googleads.g.doubleclick.net/pagead/idgoogleads.g.doubleclick.net/pagead/... https://googleads.g.doubleclick.net/pagead/id — 302 — 23 B — 163 ms — h3https://static.doubleclick.net/instream/ad_status.jsstatic.doubleclick.net/instream/ad_... https://static.doubleclick.net/instream/ad_status.js — 200 — 495 B — 18 ms — h2https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.-RE1iC8VNhI.es5.O/am=AAAAAABA/d=1/exm=base,root/ed=1/br=1/rs=AGKMywHAuApLdAMLiOTebyZOScry7TSIDg/m=OtKSJewww.youtube.com/s/_/ytembeds/_/js/k... https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.-RE1iC8VNhI.es5.O/am=AAAAAABA/d=1/exm=base,root/ed=1/br=1/rs=AGKMywHAuApLdAMLiOTebyZOScry7TSIDg/m=OtKSJe — 200 — 158 B — 6 ms — h3https://i.ytimg.com/vi_webp/s7lo1St5ruI/sddefault.webpi.ytimg.com/vi_webp/s7lo1St5ruI/sdd... https://i.ytimg.com/vi_webp/s7lo1St5ruI/sddefault.webp — 200 — 10.8 KiB — 15 ms — h2https://googleads.g.doubleclick.net/pagead/id?slf_rd=1googleads.g.doubleclick.net/pagead/... https://googleads.g.doubleclick.net/pagead/id?slf_rd=1 — 200 — 146 B — 26 ms — h3https://www.gstatic.com/youtube/img/icons/mweb/youtube_fill/logo/v2/67px.svgwww.gstatic.com/youtube/img/icons/m... https://www.gstatic.com/youtube/img/icons/mweb/youtube_fill/logo/v2/67px.svg — 200 — 726 B — 40 ms — h2https://js-agent.newrelic.com/nr-spa-1.313.1.min.jsjs-agent.newrelic.com/nr-spa-1.313.... https://js-agent.newrelic.com/nr-spa-1.313.1.min.js — 200 — 30.3 KiB — 17 ms — h2https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2FBulletinOfTheAtomicScientists%2F&tabs=timeline&height=450&small_header=false&adapt_container_width=true&hide_cover=false&show_facepile=true&appIdwww.facebook.com/plugins/page.php?h... https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2FBulletinOfTheAtomicScientists%2F&tabs=timeline&height=450&small_header=false&adapt_container_width=true&hide_cover=false&show_facepile=true&appId — 200 — 15.2 KiB — 124 ms — h3https://bam.nr-data.net/1/NRJS-64dc319b7b1e085d97d?a=580710462&v=1.313.1&to=bgNXNRRSWBZWBUxcW1dJdAISWlkLGA9WUVFB&rst=2152&ck=0&s=e199a1c512e1d2e2&ref=https://thebulletin.org/&ptid=23f777a2fcd6d4a3&af=err,spa,xhr,stn,ins&ap=2589&be=34&fe=2079&dc=848&at=QkRUQ1xISxg%3D&fsh=1&perf=%7B%22timing%22:%7B%22of%22:1776896387365,%22n%22:0,%22f%22:1,%22dn%22:3,%22dne%22:3,%22c%22:3,%22s%22:4,%22ce%22:12,%22rq%22:12,%22rp%22:34,%22rpe%22:59,%22di%22:809,%22ds%22:876,%22de%22:882,%22dc%22:2096,%22l%22:2103,%22le%22:2113%7D,%22navigation%22:%7B%7D%7D&fp=508&fcp=508bam.nr-data.net/1/NRJS-64dc319b7b1e... https://bam.nr-data.net/1/NRJS-64dc319b7b1e085d97d?a=580710462&v=1.313.1&to=bgNXNRRSWBZWBUxcW1dJdAISWlkLGA9WUVFB&rst=2152&ck=0&s=e199a1c512e1d2e2&ref=https://thebulletin.org/&ptid=23f777a2fcd6d4a3&af=err,spa,xhr,stn,ins&ap=2589&be=34&fe=2079&dc=848&at=QkRUQ1xISxg%3D&fsh=1&perf=%7B%22timing%22:%7B%22of%22:1776896387365,%22n%22:0,%22f%22:1,%22dn%22:3,%22dne%22:3,%22c%22:3,%22s%22:4,%22ce%22:12,%22rq%22:12,%22rp%22:34,%22rpe%22:59,%22di%22:809,%22ds%22:876,%22de%22:882,%22dc%22:2096,%22l%22:2103,%22le%22:2113%7D,%22navigation%22:%7B%7D%7D&fp=508&fcp=508 — 200 — 665 B — 189 ms — http/1.1https://static.xx.fbcdn.net/rsrc.php/v5/y4/l/0,cross/xint0OWKUVX.cssstatic.xx.fbcdn.net/rsrc.php/v5/y4/... https://static.xx.fbcdn.net/rsrc.php/v5/y4/l/0,cross/xint0OWKUVX.css — 200 — 5.5 KiB — 34 ms — h3https://static.xx.fbcdn.net/rsrc.php/v5/y0/l/0,cross/x3hKC4Lx5Uj.cssstatic.xx.fbcdn.net/rsrc.php/v5/y0/... https://static.xx.fbcdn.net/rsrc.php/v5/y0/l/0,cross/x3hKC4Lx5Uj.css — 200 — 1.8 KiB — 29 ms — h3https://static.xx.fbcdn.net/rsrc.php/v4/yp/r/Pju9KKRnCLT.jsstatic.xx.fbcdn.net/rsrc.php/v4/yp/... https://static.xx.fbcdn.net/rsrc.php/v4/yp/r/Pju9KKRnCLT.js — 200 — 92.9 KiB — 62 ms — h3https://static.xx.fbcdn.net/rsrc.php/v4i7M54/yF/l/en_US-j/qI4X_Bx6TV_.jsstatic.xx.fbcdn.net/rsrc.php/v4i7M5... https://static.xx.fbcdn.net/rsrc.php/v4i7M54/yF/l/en_US-j/qI4X_Bx6TV_.js — 200 — 26.1 KiB — 47 ms — h3https://static.xx.fbcdn.net/rsrc.php/v4/yP/r/dg24ld0h9iw.jsstatic.xx.fbcdn.net/rsrc.php/v4/yP/... https://static.xx.fbcdn.net/rsrc.php/v4/yP/r/dg24ld0h9iw.js — 200 — 1.6 KiB — 41 ms — h3https://static.xx.fbcdn.net/rsrc.php/v4/yS/r/SvdOUYwC8Zh.jsstatic.xx.fbcdn.net/rsrc.php/v4/yS/... https://static.xx.fbcdn.net/rsrc.php/v4/yS/r/SvdOUYwC8Zh.js — 200 — 2.9 KiB — 41 ms — h3https://static.xx.fbcdn.net/rsrc.php/v4/yy/r/XYsqNXekWRA.jsstatic.xx.fbcdn.net/rsrc.php/v4/yy/... https://static.xx.fbcdn.net/rsrc.php/v4/yy/r/XYsqNXekWRA.js — 200 — 12.2 KiB — 41 ms — h3https://static.xx.fbcdn.net/rsrc.php/v4/yt/r/e0qnL2dG90H.jsstatic.xx.fbcdn.net/rsrc.php/v4/yt/... https://static.xx.fbcdn.net/rsrc.php/v4/yt/r/e0qnL2dG90H.js — 200 — 1.2 KiB — 40 ms — h3https://static.xx.fbcdn.net/rsrc.php/v4/yw/r/eNNHlBOQwco.jsstatic.xx.fbcdn.net/rsrc.php/v4/yw/... https://static.xx.fbcdn.net/rsrc.php/v4/yw/r/eNNHlBOQwco.js — 200 — 68.1 KiB — 57 ms — h3https://static.xx.fbcdn.net/rsrc.php/v4issO4/yr/l/en_US-j/U6P0eweOiZN.jsstatic.xx.fbcdn.net/rsrc.php/v4issO... https://static.xx.fbcdn.net/rsrc.php/v4issO4/yr/l/en_US-j/U6P0eweOiZN.js — 200 — 22.0 KiB — 54 ms — h3https://static.xx.fbcdn.net/rsrc.php/v4iLl54/yh/l/en_US-j/CiyXPIEtkiG.jsstatic.xx.fbcdn.net/rsrc.php/v4iLl5... https://static.xx.fbcdn.net/rsrc.php/v4iLl54/yh/l/en_US-j/CiyXPIEtkiG.js — 200 — 17.4 KiB — 46 ms — h3https://scontent-xxc1-1.xx.fbcdn.net/v/t39.30808-1/515504936_1138004331697129_712887676306434785_n.jpg?stp=dst-jpg_s200x200_tt6&_nc_cat=1&ccb=1-7&_nc_sid=f907e8&_nc_ohc=MGxBZWLmSSIQ7kNvwGeYQAy&_nc_oc=AdoCoSTQoXaxX3bMDypTPbDnQVaUlddY9lbEalvKXyvpX_SqHo-CoQvMFtWDqpZDp4qLpP38RP4kea8LylnDIQ-a&_nc_zt=24&_nc_ht=scontent-xxc1-1.xx&edm=ADwHzz8EAAAA&_nc_gid=m9Ro2qdrYErMzkqL8hKKoA&oh=00_Af2I9UU0n736Vt4t5Jvv67AoWQntlJcMoBozhuPxzxw_fw&oe=69EF262Dscontent-xxc1-1.xx.fbcdn.net/v/t39.... https://scontent-xxc1-1.xx.fbcdn.net/v/t39.30808-1/515504936_1138004331697129_712887676306434785_n.jpg?stp=dst-jpg_s200x200_tt6&_nc_cat=1&ccb=1-7&_nc_sid=f907e8&_nc_ohc=MGxBZWLmSSIQ7kNvwGeYQAy&_nc_oc=AdoCoSTQoXaxX3bMDypTPbDnQVaUlddY9lbEalvKXyvpX_SqHo-CoQvMFtWDqpZDp4qLpP38RP4kea8LylnDIQ-a&_nc_zt=24&_nc_ht=scontent-xxc1-1.xx&edm=ADwHzz8EAAAA&_nc_gid=m9Ro2qdrYErMzkqL8hKKoA&oh=00_Af2I9UU0n736Vt4t5Jvv67AoWQntlJcMoBozhuPxzxw_fw&oe=69EF262D — 200 — 4.7 KiB — 53 ms — h3https://bam.nr-data.net/events/1/NRJS-64dc319b7b1e085d97d?a=580710462&v=1.313.1&to=bgNXNRRSWBZWBUxcW1dJdAISWlkLGA9WUVFB&rst=2362&ck=0&s=e199a1c512e1d2e2&ref=https://thebulletin.org/&ptid=23f777a2fcd6d4a3bam.nr-data.net/events/1/NRJS-64dc3... https://bam.nr-data.net/events/1/NRJS-64dc319b7b1e085d97d?a=580710462&v=1.313.1&to=bgNXNRRSWBZWBUxcW1dJdAISWlkLGA9WUVFB&rst=2362&ck=0&s=e199a1c512e1d2e2&ref=https://thebulletin.org/&ptid=23f777a2fcd6d4a3 — 200 — 361 B — 37 ms — http/1.1https://bam.nr-data.net/jserrors/1/NRJS-64dc319b7b1e085d97d?a=580710462&v=1.313.1&to=bgNXNRRSWBZWBUxcW1dJdAISWlkLGA9WUVFB&rst=2366&ck=0&s=e199a1c512e1d2e2&ref=https://thebulletin.org/&ptid=23f777a2fcd6d4a3bam.nr-data.net/jserrors/1/NRJS-64d... https://bam.nr-data.net/jserrors/1/NRJS-64dc319b7b1e085d97d?a=580710462&v=1.313.1&to=bgNXNRRSWBZWBUxcW1dJdAISWlkLGA9WUVFB&rst=2366&ck=0&s=e199a1c512e1d2e2&ref=https://thebulletin.org/&ptid=23f777a2fcd6d4a3 — 200 — 368 B — 43 ms — http/1.1https://bam.nr-data.net/events/1/NRJS-64dc319b7b1e085d97d?a=580710462&v=1.313.1&to=bgNXNRRSWBZWBUxcW1dJdAISWlkLGA9WUVFB&rst=2371&ck=0&s=e199a1c512e1d2e2&ref=https://thebulletin.org/&ptid=23f777a2fcd6d4a3bam.nr-data.net/events/1/NRJS-64dc3... https://bam.nr-data.net/events/1/NRJS-64dc319b7b1e085d97d?a=580710462&v=1.313.1&to=bgNXNRRSWBZWBUxcW1dJdAISWlkLGA9WUVFB&rst=2371&ck=0&s=e199a1c512e1d2e2&ref=https://thebulletin.org/&ptid=23f777a2fcd6d4a3 — 200 — 363 B — 38 ms — http/1.1https://www.google.com/js/th/Tsj2rE80jstpz6Q1k9XA1bynyWMKlWaB3UmUIkCsRnA.jswww.google.com/js/th/Tsj2rE80jstpz6... https://www.google.com/js/th/Tsj2rE80jstpz6Q1k9XA1bynyWMKlWaB3UmUIkCsRnA.js — 200 — 23.3 KiB — 19 ms — h3https://static.xx.fbcdn.net/rsrc.php/v4/yT/r/IELXO5JSj9Z.pngstatic.xx.fbcdn.net/rsrc.php/v4/yT/... https://static.xx.fbcdn.net/rsrc.php/v4/yT/r/IELXO5JSj9Z.png — 200 — 730 B — 7 ms — h3https://www.facebook.com/platform/plugin/tab/renderer/?key=timeline&config_json=%7B%22app_id%22%3A%22776730922422337%22%2C%22href%22%3A%22https%3A%2F%2Fwww.facebook.com%2FBulletinOfTheAtomicScientists%2F%22%2C%22width%22%3A340%2C%22height%22%3A450%2C%22has_cta%22%3Atrue%2C%22has_small_header%22%3Afalse%2C%22has_adapt_container_width%22%3Atrue%2C%22has_cover%22%3Atrue%2C%22has_posts%22%3Afalse%2C%22tabs%22%3A%22timeline%22%2C%22can_personalize%22%3Afalse%2C%22is_xfbml%22%3Afalse%2C%22referer_uri%22%3A%22https%3A%2F%2Fthebulletin.org%2F%22%7D&fb_dtsg_ag&__user=0&__a=1&__req=1&__hs=20565.BP%3Aplugin_default_pkg.2.0...0&dpr=2&__ccg=EXCELLENT&__rev=1037904053&__s=%3A%3A86rkqb&__hsi=7631711879416751347&__dyn=7wKKewgUowmUK2Wmh0Sw8W5U4e1Fx-ewpU3WwvE3vx609vCwjE0AC1xwEw7Bx61vw55xS0sy0ny0oi0zE5W09yw4vwbS1Lw7Jw7zw6Sw&__sp=1www.facebook.com/platform/plugin/ta... https://www.facebook.com/platform/plugin/tab/renderer/?key=timeline&config_json=%7B%22app_id%22%3A%22776730922422337%22%2C%22href%22%3A%22https%3A%2F%2Fwww.facebook.com%2FBulletinOfTheAtomicScientists%2F%22%2C%22width%22%3A340%2C%22height%22%3A450%2C%22has_cta%22%3Atrue%2C%22has_small_header%22%3Afalse%2C%22has_adapt_container_width%22%3Atrue%2C%22has_cover%22%3Atrue%2C%22has_posts%22%3Afalse%2C%22tabs%22%3A%22timeline%22%2C%22can_personalize%22%3Afalse%2C%22is_xfbml%22%3Afalse%2C%22referer_uri%22%3A%22https%3A%2F%2Fthebulletin.org%2F%22%7D&fb_dtsg_ag&__user=0&__a=1&__req=1&__hs=20565.BP%3Aplugin_default_pkg.2.0...0&dpr=2&__ccg=EXCELLENT&__rev=1037904053&__s=%3A%3A86rkqb&__hsi=7631711879416751347&__dyn=7wKKewgUowmUK2Wmh0Sw8W5U4e1Fx-ewpU3WwvE3vx609vCwjE0AC1xwEw7Bx61vw55xS0sy0ny0oi0zE5W09yw4vwbS1Lw7Jw7zw6Sw&__sp=1 — -1 — 0 B — 155 ms — https://www.facebook.com/platform/plugin/page/logging/www.facebook.com/platform/plugin/pa... https://www.facebook.com/platform/plugin/page/logging/ — 200 — 732 B — 46 ms — h3https://static.xx.fbcdn.net/rsrc.php/v4izx64/yw/l/en_US-j/zk6fa4LpBK3.jsstatic.xx.fbcdn.net/rsrc.php/v4izx6... https://static.xx.fbcdn.net/rsrc.php/v4izx64/yw/l/en_US-j/zk6fa4LpBK3.js — 200 — 6.7 KiB — 8 ms — h3https://static.xx.fbcdn.net/rsrc.php/v4/yR/r/89U7jk2uMkx.pngstatic.xx.fbcdn.net/rsrc.php/v4/yR/... https://static.xx.fbcdn.net/rsrc.php/v4/yR/r/89U7jk2uMkx.png — 200 — 3.8 KiB — 5 ms — h3https://thebulletin.org/wp-content/uploads/2024/04/cropped-Favicon-Bulletin-BW-Rounded-512x512-1-32x32.png/wp-content/uploads/2024/04/cropped... https://thebulletin.org/wp-content/uploads/2024/04/cropped-Favicon-Bulletin-BW-Rounded-512x512-1-32x32.png — 200 — 1.6 KiB — 19 ms — h2https://static.xx.fbcdn.net/rsrc.php/v4/y8/r/6tpzuzEODHB.jsstatic.xx.fbcdn.net/rsrc.php/v4/y8/... https://static.xx.fbcdn.net/rsrc.php/v4/y8/r/6tpzuzEODHB.js — 200 — 353 B — 4 ms — h3https://www.youtube.com/generate_204?zA0_XQwww.youtube.com/generate_204?zA0_XQ https://www.youtube.com/generate_204?zA0_XQ — 204 — 10 B — 6 ms — h3https://www.facebook.com/login/?next=https%3A%2F%2Fwww.facebook.com%2Fplugins%2Fpage.php%3Fhref%3Dhttps%253A%252F%252Fwww.facebook.com%252FBulletinOfTheAtomicScientists%252F%26tabs%3Dtimeline%26height%3D450%26small_header%3Dfalse%26adapt_container_width%3Dtrue%26hide_cover%3Dfalse%26show_facepile%3Dtrue%26appIdwww.facebook.com/login/?next=https%... https://www.facebook.com/login/?next=https%3A%2F%2Fwww.facebook.com%2Fplugins%2Fpage.php%3Fhref%3Dhttps%253A%252F%252Fwww.facebook.com%252FBulletinOfTheAtomicScientists%252F%26tabs%3Dtimeline%26height%3D450%26small_header%3Dfalse%26adapt_container_width%3Dtrue%26hide_cover%3Dfalse%26show_facepile%3Dtrue%26appId — 400 — 119 B — 79 ms — h3https://jnn-pa.googleapis.com/$rpc/google.internal.waa.v1.Waa/GenerateITjnn-pa.googleapis.com/$rpc/google.i... https://jnn-pa.googleapis.com/$rpc/google.internal.waa.v1.Waa/GenerateIT — 200 — 0 B — 28 ms — h2https://jnn-pa.googleapis.com/$rpc/google.internal.waa.v1.Waa/GenerateITjnn-pa.googleapis.com/$rpc/google.i... https://jnn-pa.googleapis.com/$rpc/google.internal.waa.v1.Waa/GenerateIT — 200 — 312 B — 17 ms — h2data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABNEAAABkBAMAAABayruYAAAAJFBMVEUAAADa2tr/////9/e6urpTU…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABNEAAABkBAMAAABayruYAAAAJFBMVEUAAADa2tr/////9/e6urpTU… — 200 — 0 B — 0 ms — datadata:image/png;base64,iVBORw0KGgoAAAANSUhEUgAACY4AAADCCAMAAADT9DSoAAAANlBMVEUAAADa2tr/////9/e5ubn39…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAACY4AAADCCAMAAADT9DSoAAAANlBMVEUAAADa2tr/////9/e5ubn39… — 200 — 0 B — 0 ms — datadata:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAABIAQMAAABvIyEEAAAABlBMVEUAAABTU1OoaSf/AAAAAXRST…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAABIAQMAAABvIyEEAAAABlBMVEUAAABTU1OoaSf/AAAAAXRST… — 200 — 0 B — 0 ms — datahttps://vx.thebulletin.org/api/v3/anon/assets/sdk-runtime-config.js?aid=nXzetAXNpuvx.thebulletin.org/api/v3/anon/asse... https://vx.thebulletin.org/api/v3/anon/assets/sdk-runtime-config.js?aid=nXzetAXNpu — 200 — 561 B — 28 ms — h3https://www.youtube.com/youtubei/v1/log_event?alt=jsonwww.youtube.com/youtubei/v1/log_eve... https://www.youtube.com/youtubei/v1/log_event?alt=json — 200 — 50 B — 30 ms — h3
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
66% of JavaScript execution is third-party
First-party Third-party 1009ms · 830KB · $13/mo
Unattributable
Other
Costly
Execution 272ms
Transfer 0 KB
Monthly Cost $4/mo
Google Tag Manager
Tag Manager
Optional
Execution 161ms
Transfer 166 KB
Unused 37%
Monthly Cost $2/mo
app.termly.io
Other
Optional
Execution 140ms
Transfer 143 KB
Unused 37%
Monthly Cost $2/mo
Google Tag Manager
Tag Manager
Optional
Execution 117ms
Transfer 137 KB
Unused 38%
Monthly Cost $2/mo
Google Tag Manager
Tag Manager
Optional
Execution 114ms
Transfer 173 KB
Unused 38%
Monthly Cost $2/mo
pianocdn.thebulletin.org
Other
Optional
Execution 85ms
Transfer 133 KB
Unused 62%
Monthly Cost $1/mo
Facebook Pixel
Advertising
Optional
Execution 60ms
Transfer 47 KB
Monthly Cost $1/mo
js-agent.newrelic.com
Other
Optional
Execution 60ms
Transfer 30 KB
Monthly Cost $1/mo

These scripts may cost more than they're worth

  • Unattributable adds 272ms and costs ~$4/month

66% of JavaScript execution time comes from third-party scripts.

Why this matters

Third-party scripts (analytics, ads, social, A/B testing) often dominate execution time — every one is a perf-and-privacy tax.

Learn more

Each third-party script is a black box: you don't control when it loads, what it executes, or how much it grows. They often account for a major share of total blocking time on average sites (HTTP Archive's Web Almanac documents the trend). Audit which ones you actually need, defer the rest, and use facade patterns (lite-youtube, lite-vimeo) for embedded media.

Source: web.dev / HTTP Archive Web Almanac

Unattributable takes 272ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

62% of pianocdn.thebulletin.org's code is unused. The script may be loading features you don't use.

Why this matters

Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.

Source: web.dev

How third-party costs are calculated

All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback