Skip to content
https://ap.org

Performance

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

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

84
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
93
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
92
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.

1.08 s

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

2.12 s

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

53 ms

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

0.000

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

2.04 s

Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.

2.44 s

Page Load Progression

500 ms
1.0 s
1.5 s
2.0 s
2.5 s
3.0 s
3.5 s
4.0 s
Checks
15
5 PASS 3 REVIEW 5 FIX
D
Page Weight Budget
Action
2.4 MB transferred, 91 requests
FIX
2.4 MB transferred, 91 requests
Info::
Page weighs 4.9 MB (2.4 MB transferred)
Warning::
Images are 1.4 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 1.4 MB
Warning::
JavaScript is 719 KB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 719 KB
Info::
91 HTTP requests
Info::
Estimated 0.50 g CO2 per page load
2.4 MB / 2.4 MB budget
2.4 MB transferred
91 requests
0.50 g CO2 per page load
Images 1.4 MiB 57%
JavaScript 719.5 KiB 29%
Fonts 139.7 KiB 6%
CSS 79.2 KiB 3%
HTML 59.3 KiB 2%
Other 40.8 KiB 2%
Other 2.5 KiB 0%
Other 1.9 KiB 0%
Other 1.7 KiB 0%
Other 1.4 KiB 0%
Other 0 B 0%
0 2.4 MB 4.9 MB
Approaching limit

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

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

D
Third-Party Impact
Action
100% third-party, 0 ms blocking
FIX
100% third-party, 0 ms blocking
Warning::
Third-party code accounts for 100% of page weight (2.4 MiB of 2.4 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
D
JS Bundles
Action
34 scripts, 381 KB unused
FIX
34 scripts, 381 KB unused
Warning::
https://www.ap.org/wp-content/plugins/gravityforms...: 184 KB unused (84%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://cdn.cookielaw.org/scripttemplates/202309.1...: 54 KB unused (53%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.ap.org/wp-content/themes/apnews/assets...: 43 KB unused (86%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://edge.marker.io/latest/3.v2.35.1.50214fb9a8...: 40 KB unused (61%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://edge.marker.io/latest/2.v2.35.1.a3bb2770ea...: 33 KB unused (50%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 381 KB
381 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.ap.org/wp-content/plugins/gravityformsadvancedpostcreation/assets/js/dist/vendor-theme.min.js?ver=78bf63be140a090d06164b7c183642f7dec54367219 KB184 KB (84%)3rd
https://cdn.cookielaw.org/scripttemplates/202309.1.0/otBannerSdk.js102 KB54 KB (53%)3rd
https://www.ap.org/wp-content/themes/apnews/assets/js/app.min.js?ver=78bf63be140a090d06164b7c183642f7dec5436752 KB43 KB (86%)3rd
https://edge.marker.io/latest/3.v2.35.1.50214fb9a88ea8e0bbbb.js66 KB40 KB (61%)3rd
https://edge.marker.io/latest/2.v2.35.1.a3bb2770eaaed0a20b4d.js67 KB33 KB (50%)3rd
https://www.ap.org/wp-content/themes/apnews/assets/js/vendor/swiper.min.js?ver=78bf63be140a090d06164b7c183642f7dec5436742 KB27 KB (65%)3rd
https://www.ap.org/wp-includes/js/dist/i18n.min.js?ver=78bf63be140a090d06164b7c183642f7dec543673 KB3rd
https://www.ap.org/wp-content/plugins/gravityformsgoogleanalytics/js/google-analytics.min.js?ver=78bf63be140a090d06164b7c183642f7dec543672 KB3rd
https://www.ap.org/wp-content/themes/apnews/assets/js/editorial-event-scroll.js?ver=78bf63be140a090d06164b7c183642f7dec543672 KB3rd
https://www.ap.org/wp-content/themes/apnews/assets/js/homepage-header/block-homepage-header.min.js?ver=78bf63be140a090d06164b7c183642f7dec543675 KB3rd

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
91 resources · 2.4 MB · 381 KB savings available
FIX
91 resources · 2.4 MB · 381 KB savings available
Warning::
Page weight 1.4 MB over 1MB target
Got: 2.4 MB Expected: ≤ 1 MB
Info::
~381 KB of savings available
Warning::
90 third-party resources (100% of weight)
Info::
2 resources over 200KB
91 resources · 2.4 MiB · 90 third-party 1.4 MiB over 1MB target
Image 57% · 1.4 MiB
JavaScript 29% · 719.5 KiB
Font 6% · 139.7 KiB
CSS 3% · 83.1 KiB
Document 2% · 59.3 KiB
Other 2% · 42.3 KiB

~381.3 KiB of savings available

Remove unused JavaScript: 381.3 KiB
D
HTTP Caching
Action
no-store (uncacheable)
FIX
no-store (uncacheable)
Info::
Cache-Control: no-store prevents all caching
Intentional for dynamic content, but increases server load for every page view.
Got: max-age=0, no-cache, no-store
Info::
No ETag or Last-Modified header
Conditional requests (304 Not Modified) are not possible without validators.
Cache-Control

max-age=0, no-cache, no-store

DirectiveValueMeaning
max-age0Cache for 0 seconds
no-cacheCache but always revalidate first
no-storeNever cache this response
B
Image Optimization
24 images, 0 KB saveable
REVIEW
24 images, 0 KB saveable
Info::
All images are well-optimized
24 images 1.4 MB
0 oversized -0 KB
18 legacy format
0 missing dimensions CLS risk
B
JS Execution Cost
866ms total JS execution
REVIEW
866ms total JS execution
Warning::
https://www.ap.org/: 329ms CPU time
Info::
Unattributable: 142ms CPU time
Info::
https://www.ap.org/wp-content/themes/apnews/assets...: 131ms CPU time
Info::
https://edge.marker.io/latest/3.v2.35.1.50214fb9a8...: 130ms CPU time
Info::
https://cdn.cookielaw.org/scripttemplates/202309.1...: 71ms CPU time
Warning::
Third-party scripts: 866ms (100% of total)

Main Thread Breakdown

Script Evaluation 36% Other 21% Style & Layout 21% Parse HTML & CSS 10% Script Parsing & Compilation 9% Rendering 4%
ScriptTotalScriptingParse/CompileParty
https://www.ap.org/329ms13ms9ms3rd
Unattributable142ms3ms0ms3rd
https://www.ap.org/wp-content/themes/apnews/assets/js/app.min.js?ver=78bf63be140a090d06164b7c183642f7dec54367131ms38ms6ms3rd
https://edge.marker.io/latest/3.v2.35.1.50214fb9a88ea8e0bbbb.js130ms119ms8ms3rd
https://cdn.cookielaw.org/scripttemplates/202309.1.0/otBannerSdk.js71ms46ms14ms3rd
https://www.ap.org/wp-content/themes/apnews/assets/js/jquery.3.5.1.min.js?ver=78bf63be140a090d06164b7c183642f7dec5436764ms48ms3ms3rd
C
Green Hosting
Action
Whether the site is served from green-energy infrastructure
REVIEW

Green Hosting

No green hosting detected

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
2 fonts (140 KB)
PASS
2 fonts (140 KB)
Info::
2 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

2

140 KB total

Render-blocking

0

of 2

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 2.0 s FCP 1.1 s LCP 2.1 shttps://www.ap.org/wp-content/themes/apnews/assets/fonts/APVarW05-Regular.woff2APVarW05-Regular.woff2 https://www.ap.org/wp-content/themes/apnews/assets/fonts/APVarW05-Regular.woff2 — 138.1 KiB — 31 ms — font-display: swapdata:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAA…font-woff;charset=utf-8... data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAA… — 1.6 KiB — 64 ms — font-display: swap
APVarW05-Regular.woff2 woff2 swap
Size 138 KB
Load time 31 ms
Start 507 ms
Risk FOUT — text flashes from fallback to web font
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
font-woff;charset=utf-8... woff swap
Size 2 KB
Load time 64 ms
Start 1.6 s
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
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)

Fixing the unchecked items could save ~70 KB and ~140 ms

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
Network Waterfall
91 requests over 3461ms
INFO
0 ms 1.0 s 2.0 s 3.0 s FCP 1.1 s LCP 2.1 shttps://ap.org// https://ap.org/ — 301 — 270 B — 10 ms — http/1.1https://www.ap.org/www.ap.org/ https://www.ap.org/ — 200 — 59.3 KiB — 517 ms — h2https://www.ap.org/wp-content/themes/apnews/assets/fonts/APVarW05-Regular.woff2www.ap.org/wp-content/themes/apnews... https://www.ap.org/wp-content/themes/apnews/assets/fonts/APVarW05-Regular.woff2 — 200 — 138.1 KiB — 31 ms — h2https://cdn.cookielaw.org/consent/9b378212-96b2-4ea5-8886-8e09f3fd29d6/OtAutoBlock.jscdn.cookielaw.org/consent/9b378212-... https://cdn.cookielaw.org/consent/9b378212-96b2-4ea5-8886-8e09f3fd29d6/OtAutoBlock.js — 200 — 3.3 KiB — 40 ms — h2https://cdn.cookielaw.org/scripttemplates/otSDKStub.jscdn.cookielaw.org/scripttemplates/o... https://cdn.cookielaw.org/scripttemplates/otSDKStub.js — 200 — 9.1 KiB — 25 ms — h2https://546000564.collect.igodigital.com/collect.js546000564.collect.igodigital.com/co... https://546000564.collect.igodigital.com/collect.js — 200 — 2.4 KiB — 925 ms — h2https://www.ap.org/wp-content/plugins/translatepress-multilingual/assets/css/trp-language-switcher.css?ver=78bf63be140a090d06164b7c183642f7dec54367www.ap.org/wp-content/plugins/trans... https://www.ap.org/wp-content/plugins/translatepress-multilingual/assets/css/trp-language-switcher.css?ver=78bf63be140a090d06164b7c183642f7dec54367 — 200 — 2.3 KiB — 27 ms — h3https://www.ap.org/wp-content/themes/apnews/assets/css/app.css?ver=78bf63be140a090d06164b7c183642f7dec54367www.ap.org/wp-content/themes/apnews... https://www.ap.org/wp-content/themes/apnews/assets/css/app.css?ver=78bf63be140a090d06164b7c183642f7dec54367 — 200 — 12.4 KiB — 42 ms — h3https://www.ap.org/wp-content/themes/apnews/assets/css/vendor/nice-select2.css?ver=78bf63be140a090d06164b7c183642f7dec54367www.ap.org/wp-content/themes/apnews... https://www.ap.org/wp-content/themes/apnews/assets/css/vendor/nice-select2.css?ver=78bf63be140a090d06164b7c183642f7dec54367 — 200 — 2.4 KiB — 30 ms — h3https://www.ap.org/wp-content/themes/apnews/assets/css/popup.css?ver=78bf63be140a090d06164b7c183642f7dec54367www.ap.org/wp-content/themes/apnews... https://www.ap.org/wp-content/themes/apnews/assets/css/popup.css?ver=78bf63be140a090d06164b7c183642f7dec54367 — 404 — 392 B — 32 ms — h3https://www.ap.org/wp-content/uploads/bis-images/58751/AP26064730067686-432x600-f50_50.jpgwww.ap.org/wp-content/uploads/bis-i... https://www.ap.org/wp-content/uploads/bis-images/58751/AP26064730067686-432x600-f50_50.jpg — 200 — 53.3 KiB — 40 ms — h3https://www.ap.org/wp-content/uploads/bis-images/59760/AP26085479850780-432x600-f50_50.jpgwww.ap.org/wp-content/uploads/bis-i... https://www.ap.org/wp-content/uploads/bis-images/59760/AP26085479850780-432x600-f50_50.jpg — 200 — 83.9 KiB — 42 ms — h3https://www.ap.org/wp-content/uploads/bis-images/57693/AP26039828611014-848x464-f50_50.jpgwww.ap.org/wp-content/uploads/bis-i... https://www.ap.org/wp-content/uploads/bis-images/57693/AP26039828611014-848x464-f50_50.jpg — 200 — 91.4 KiB — 42 ms — h3https://cdn.cookielaw.org/consent/9b378212-96b2-4ea5-8886-8e09f3fd29d6/9b378212-96b2-4ea5-8886-8e09f3fd29d6.jsoncdn.cookielaw.org/consent/9b378212-... https://cdn.cookielaw.org/consent/9b378212-96b2-4ea5-8886-8e09f3fd29d6/9b378212-96b2-4ea5-8886-8e09f3fd29d6.json — 200 — 2.2 KiB — 33 ms — h2https://www.ap.org/wp-content/uploads/bis-images/29/content-3-cols-1600x900-f50_50.webpwww.ap.org/wp-content/uploads/bis-i... https://www.ap.org/wp-content/uploads/bis-images/29/content-3-cols-1600x900-f50_50.webp — 200 — 17.7 KiB — 21 ms — h3https://www.ap.org/wp-content/themes/apnews/assets/css/vendor/swiper.min.css?ver=78bf63be140a090d06164b7c183642f7dec54367www.ap.org/wp-content/themes/apnews... https://www.ap.org/wp-content/themes/apnews/assets/css/vendor/swiper.min.css?ver=78bf63be140a090d06164b7c183642f7dec54367 — 200 — 5.8 KiB — 16 ms — h3https://www.ap.org/wp-includes/blocks/paragraph/style.min.css?ver=78bf63be140a090d06164b7c183642f7dec54367www.ap.org/wp-includes/blocks/parag... https://www.ap.org/wp-includes/blocks/paragraph/style.min.css?ver=78bf63be140a090d06164b7c183642f7dec54367 — 200 — 1.5 KiB — 22 ms — h3https://www.ap.org/wp-includes/blocks/heading/style.min.css?ver=78bf63be140a090d06164b7c183642f7dec54367www.ap.org/wp-includes/blocks/headi... https://www.ap.org/wp-includes/blocks/heading/style.min.css?ver=78bf63be140a090d06164b7c183642f7dec54367 — 200 — 1.3 KiB — 23 ms — h3https://geolocation.onetrust.com/cookieconsentpub/v1/geo/locationgeolocation.onetrust.com/cookiecons... https://geolocation.onetrust.com/cookieconsentpub/v1/geo/location — 200 — 312 B — 34 ms — h2https://www.ap.org/wp-content/themes/apnews/assets/css/split-content/block-split-content.css?ver=78bf63be140a090d06164b7c183642f7dec54367www.ap.org/wp-content/themes/apnews... https://www.ap.org/wp-content/themes/apnews/assets/css/split-content/block-split-content.css?ver=78bf63be140a090d06164b7c183642f7dec54367 — 200 — 2.0 KiB — 24 ms — h3https://www.ap.org/wp-content/themes/apnews/assets/css/card-grid/block-card-grid.css?ver=78bf63be140a090d06164b7c183642f7dec54367www.ap.org/wp-content/themes/apnews... https://www.ap.org/wp-content/themes/apnews/assets/css/card-grid/block-card-grid.css?ver=78bf63be140a090d06164b7c183642f7dec54367 — 200 — 2.6 KiB — 22 ms — h3https://www.ap.org/wp-content/themes/apnews/assets/css/content-video/block-content-video.css?ver=78bf63be140a090d06164b7c183642f7dec54367www.ap.org/wp-content/themes/apnews... https://www.ap.org/wp-content/themes/apnews/assets/css/content-video/block-content-video.css?ver=78bf63be140a090d06164b7c183642f7dec54367 — 200 — 2.0 KiB — 18 ms — h3https://www.ap.org/wp-content/themes/apnews/assets/css/content-list/block-content-list.css?ver=78bf63be140a090d06164b7c183642f7dec54367www.ap.org/wp-content/themes/apnews... https://www.ap.org/wp-content/themes/apnews/assets/css/content-list/block-content-list.css?ver=78bf63be140a090d06164b7c183642f7dec54367 — 200 — 1.8 KiB — 19 ms — h3https://www.ap.org/wp-content/themes/apnews/assets/css/content-3-columns/block-content-3-columns.css?ver=78bf63be140a090d06164b7c183642f7dec54367www.ap.org/wp-content/themes/apnews... https://www.ap.org/wp-content/themes/apnews/assets/css/content-3-columns/block-content-3-columns.css?ver=78bf63be140a090d06164b7c183642f7dec54367 — 200 — 2.1 KiB — 21 ms — h3https://www.ap.org/wp-content/plugins/gravityformsadvancedpostcreation/assets/css/dist/theme.min.css?ver=78bf63be140a090d06164b7c183642f7dec54367www.ap.org/wp-content/plugins/gravi... https://www.ap.org/wp-content/plugins/gravityformsadvancedpostcreation/assets/css/dist/theme.min.css?ver=78bf63be140a090d06164b7c183642f7dec54367 — 200 — 23.1 KiB — 25 ms — h3https://www.ap.org/wp-content/plugins/gravityforms/assets/css/dist/basic.min.css?ver=78bf63be140a090d06164b7c183642f7dec54367www.ap.org/wp-content/plugins/gravi... https://www.ap.org/wp-content/plugins/gravityforms/assets/css/dist/basic.min.css?ver=78bf63be140a090d06164b7c183642f7dec54367 — 200 — 8.5 KiB — 24 ms — h3https://www.ap.org/wp-content/plugins/gravityforms/assets/css/dist/theme-components.min.css?ver=78bf63be140a090d06164b7c183642f7dec54367www.ap.org/wp-content/plugins/gravi... https://www.ap.org/wp-content/plugins/gravityforms/assets/css/dist/theme-components.min.css?ver=78bf63be140a090d06164b7c183642f7dec54367 — 200 — 1.1 KiB — 19 ms — h3https://www.ap.org/wp-content/plugins/gravityforms/assets/css/dist/theme.min.css?ver=78bf63be140a090d06164b7c183642f7dec54367www.ap.org/wp-content/plugins/gravi... https://www.ap.org/wp-content/plugins/gravityforms/assets/css/dist/theme.min.css?ver=78bf63be140a090d06164b7c183642f7dec54367 — 200 — 8.1 KiB — 19 ms — h3https://www.ap.org/wp-content/themes/apnews/assets/css/form/block-form.css?ver=78bf63be140a090d06164b7c183642f7dec54367www.ap.org/wp-content/themes/apnews... https://www.ap.org/wp-content/themes/apnews/assets/css/form/block-form.css?ver=78bf63be140a090d06164b7c183642f7dec54367 — 200 — 1.7 KiB — 21 ms — h3https://www.ap.org/wp-content/plugins/atlas-search/public/js/user-session-store.js?ver=78bf63be140a090d06164b7c183642f7dec54367www.ap.org/wp-content/plugins/atlas... https://www.ap.org/wp-content/plugins/atlas-search/public/js/user-session-store.js?ver=78bf63be140a090d06164b7c183642f7dec54367 — 200 — 2.5 KiB — 20 ms — h3
0 ms 1.0 s 2.0 s 3.0 s FCP 1.1 s LCP 2.1 shttps://ap.org// https://ap.org/ — 301 — 270 B — 10 ms — http/1.1https://www.ap.org/www.ap.org/ https://www.ap.org/ — 200 — 59.3 KiB — 517 ms — h2https://www.ap.org/wp-content/themes/apnews/assets/fonts/APVarW05-Regular.woff2www.ap.org/wp-content/themes/apnews... https://www.ap.org/wp-content/themes/apnews/assets/fonts/APVarW05-Regular.woff2 — 200 — 138.1 KiB — 31 ms — h2https://cdn.cookielaw.org/consent/9b378212-96b2-4ea5-8886-8e09f3fd29d6/OtAutoBlock.jscdn.cookielaw.org/consent/9b378212-... https://cdn.cookielaw.org/consent/9b378212-96b2-4ea5-8886-8e09f3fd29d6/OtAutoBlock.js — 200 — 3.3 KiB — 40 ms — h2https://cdn.cookielaw.org/scripttemplates/otSDKStub.jscdn.cookielaw.org/scripttemplates/o... https://cdn.cookielaw.org/scripttemplates/otSDKStub.js — 200 — 9.1 KiB — 25 ms — h2https://546000564.collect.igodigital.com/collect.js546000564.collect.igodigital.com/co... https://546000564.collect.igodigital.com/collect.js — 200 — 2.4 KiB — 925 ms — h2https://www.ap.org/wp-content/plugins/translatepress-multilingual/assets/css/trp-language-switcher.css?ver=78bf63be140a090d06164b7c183642f7dec54367www.ap.org/wp-content/plugins/trans... https://www.ap.org/wp-content/plugins/translatepress-multilingual/assets/css/trp-language-switcher.css?ver=78bf63be140a090d06164b7c183642f7dec54367 — 200 — 2.3 KiB — 27 ms — h3https://www.ap.org/wp-content/themes/apnews/assets/css/app.css?ver=78bf63be140a090d06164b7c183642f7dec54367www.ap.org/wp-content/themes/apnews... https://www.ap.org/wp-content/themes/apnews/assets/css/app.css?ver=78bf63be140a090d06164b7c183642f7dec54367 — 200 — 12.4 KiB — 42 ms — h3https://www.ap.org/wp-content/themes/apnews/assets/css/vendor/nice-select2.css?ver=78bf63be140a090d06164b7c183642f7dec54367www.ap.org/wp-content/themes/apnews... https://www.ap.org/wp-content/themes/apnews/assets/css/vendor/nice-select2.css?ver=78bf63be140a090d06164b7c183642f7dec54367 — 200 — 2.4 KiB — 30 ms — h3https://www.ap.org/wp-content/themes/apnews/assets/css/popup.css?ver=78bf63be140a090d06164b7c183642f7dec54367www.ap.org/wp-content/themes/apnews... https://www.ap.org/wp-content/themes/apnews/assets/css/popup.css?ver=78bf63be140a090d06164b7c183642f7dec54367 — 404 — 392 B — 32 ms — h3https://www.ap.org/wp-content/uploads/bis-images/58751/AP26064730067686-432x600-f50_50.jpgwww.ap.org/wp-content/uploads/bis-i... https://www.ap.org/wp-content/uploads/bis-images/58751/AP26064730067686-432x600-f50_50.jpg — 200 — 53.3 KiB — 40 ms — h3https://www.ap.org/wp-content/uploads/bis-images/59760/AP26085479850780-432x600-f50_50.jpgwww.ap.org/wp-content/uploads/bis-i... https://www.ap.org/wp-content/uploads/bis-images/59760/AP26085479850780-432x600-f50_50.jpg — 200 — 83.9 KiB — 42 ms — h3https://www.ap.org/wp-content/uploads/bis-images/57693/AP26039828611014-848x464-f50_50.jpgwww.ap.org/wp-content/uploads/bis-i... https://www.ap.org/wp-content/uploads/bis-images/57693/AP26039828611014-848x464-f50_50.jpg — 200 — 91.4 KiB — 42 ms — h3https://cdn.cookielaw.org/consent/9b378212-96b2-4ea5-8886-8e09f3fd29d6/9b378212-96b2-4ea5-8886-8e09f3fd29d6.jsoncdn.cookielaw.org/consent/9b378212-... https://cdn.cookielaw.org/consent/9b378212-96b2-4ea5-8886-8e09f3fd29d6/9b378212-96b2-4ea5-8886-8e09f3fd29d6.json — 200 — 2.2 KiB — 33 ms — h2https://www.ap.org/wp-content/uploads/bis-images/29/content-3-cols-1600x900-f50_50.webpwww.ap.org/wp-content/uploads/bis-i... https://www.ap.org/wp-content/uploads/bis-images/29/content-3-cols-1600x900-f50_50.webp — 200 — 17.7 KiB — 21 ms — h3https://www.ap.org/wp-content/themes/apnews/assets/css/vendor/swiper.min.css?ver=78bf63be140a090d06164b7c183642f7dec54367www.ap.org/wp-content/themes/apnews... https://www.ap.org/wp-content/themes/apnews/assets/css/vendor/swiper.min.css?ver=78bf63be140a090d06164b7c183642f7dec54367 — 200 — 5.8 KiB — 16 ms — h3https://www.ap.org/wp-includes/blocks/paragraph/style.min.css?ver=78bf63be140a090d06164b7c183642f7dec54367www.ap.org/wp-includes/blocks/parag... https://www.ap.org/wp-includes/blocks/paragraph/style.min.css?ver=78bf63be140a090d06164b7c183642f7dec54367 — 200 — 1.5 KiB — 22 ms — h3https://www.ap.org/wp-includes/blocks/heading/style.min.css?ver=78bf63be140a090d06164b7c183642f7dec54367www.ap.org/wp-includes/blocks/headi... https://www.ap.org/wp-includes/blocks/heading/style.min.css?ver=78bf63be140a090d06164b7c183642f7dec54367 — 200 — 1.3 KiB — 23 ms — h3https://geolocation.onetrust.com/cookieconsentpub/v1/geo/locationgeolocation.onetrust.com/cookiecons... https://geolocation.onetrust.com/cookieconsentpub/v1/geo/location — 200 — 312 B — 34 ms — h2https://www.ap.org/wp-content/themes/apnews/assets/css/split-content/block-split-content.css?ver=78bf63be140a090d06164b7c183642f7dec54367www.ap.org/wp-content/themes/apnews... https://www.ap.org/wp-content/themes/apnews/assets/css/split-content/block-split-content.css?ver=78bf63be140a090d06164b7c183642f7dec54367 — 200 — 2.0 KiB — 24 ms — h3https://www.ap.org/wp-content/themes/apnews/assets/css/card-grid/block-card-grid.css?ver=78bf63be140a090d06164b7c183642f7dec54367www.ap.org/wp-content/themes/apnews... https://www.ap.org/wp-content/themes/apnews/assets/css/card-grid/block-card-grid.css?ver=78bf63be140a090d06164b7c183642f7dec54367 — 200 — 2.6 KiB — 22 ms — h3https://www.ap.org/wp-content/themes/apnews/assets/css/content-video/block-content-video.css?ver=78bf63be140a090d06164b7c183642f7dec54367www.ap.org/wp-content/themes/apnews... https://www.ap.org/wp-content/themes/apnews/assets/css/content-video/block-content-video.css?ver=78bf63be140a090d06164b7c183642f7dec54367 — 200 — 2.0 KiB — 18 ms — h3https://www.ap.org/wp-content/themes/apnews/assets/css/content-list/block-content-list.css?ver=78bf63be140a090d06164b7c183642f7dec54367www.ap.org/wp-content/themes/apnews... https://www.ap.org/wp-content/themes/apnews/assets/css/content-list/block-content-list.css?ver=78bf63be140a090d06164b7c183642f7dec54367 — 200 — 1.8 KiB — 19 ms — h3https://www.ap.org/wp-content/themes/apnews/assets/css/content-3-columns/block-content-3-columns.css?ver=78bf63be140a090d06164b7c183642f7dec54367www.ap.org/wp-content/themes/apnews... https://www.ap.org/wp-content/themes/apnews/assets/css/content-3-columns/block-content-3-columns.css?ver=78bf63be140a090d06164b7c183642f7dec54367 — 200 — 2.1 KiB — 21 ms — h3https://www.ap.org/wp-content/plugins/gravityformsadvancedpostcreation/assets/css/dist/theme.min.css?ver=78bf63be140a090d06164b7c183642f7dec54367www.ap.org/wp-content/plugins/gravi... https://www.ap.org/wp-content/plugins/gravityformsadvancedpostcreation/assets/css/dist/theme.min.css?ver=78bf63be140a090d06164b7c183642f7dec54367 — 200 — 23.1 KiB — 25 ms — h3https://www.ap.org/wp-content/plugins/gravityforms/assets/css/dist/basic.min.css?ver=78bf63be140a090d06164b7c183642f7dec54367www.ap.org/wp-content/plugins/gravi... https://www.ap.org/wp-content/plugins/gravityforms/assets/css/dist/basic.min.css?ver=78bf63be140a090d06164b7c183642f7dec54367 — 200 — 8.5 KiB — 24 ms — h3https://www.ap.org/wp-content/plugins/gravityforms/assets/css/dist/theme-components.min.css?ver=78bf63be140a090d06164b7c183642f7dec54367www.ap.org/wp-content/plugins/gravi... https://www.ap.org/wp-content/plugins/gravityforms/assets/css/dist/theme-components.min.css?ver=78bf63be140a090d06164b7c183642f7dec54367 — 200 — 1.1 KiB — 19 ms — h3https://www.ap.org/wp-content/plugins/gravityforms/assets/css/dist/theme.min.css?ver=78bf63be140a090d06164b7c183642f7dec54367www.ap.org/wp-content/plugins/gravi... https://www.ap.org/wp-content/plugins/gravityforms/assets/css/dist/theme.min.css?ver=78bf63be140a090d06164b7c183642f7dec54367 — 200 — 8.1 KiB — 19 ms — h3https://www.ap.org/wp-content/themes/apnews/assets/css/form/block-form.css?ver=78bf63be140a090d06164b7c183642f7dec54367www.ap.org/wp-content/themes/apnews... https://www.ap.org/wp-content/themes/apnews/assets/css/form/block-form.css?ver=78bf63be140a090d06164b7c183642f7dec54367 — 200 — 1.7 KiB — 21 ms — h3https://www.ap.org/wp-content/plugins/atlas-search/public/js/user-session-store.js?ver=78bf63be140a090d06164b7c183642f7dec54367www.ap.org/wp-content/plugins/atlas... https://www.ap.org/wp-content/plugins/atlas-search/public/js/user-session-store.js?ver=78bf63be140a090d06164b7c183642f7dec54367 — 200 — 2.5 KiB — 20 ms — h3https://www.ap.org/wp-content/plugins/atlas-search/public/js/analytics.js?ver=78bf63be140a090d06164b7c183642f7dec54367www.ap.org/wp-content/plugins/atlas... https://www.ap.org/wp-content/plugins/atlas-search/public/js/analytics.js?ver=78bf63be140a090d06164b7c183642f7dec54367 — 200 — 3.8 KiB — 21 ms — h3https://www.ap.org/wp-content/themes/apnews/assets/js/jquery.3.5.1.min.js?ver=78bf63be140a090d06164b7c183642f7dec54367www.ap.org/wp-content/themes/apnews... https://www.ap.org/wp-content/themes/apnews/assets/js/jquery.3.5.1.min.js?ver=78bf63be140a090d06164b7c183642f7dec54367 — 200 — 32.5 KiB — 24 ms — h3https://www.ap.org/wp-content/themes/apnews/assets/js/vendor/nice-select2.js?ver=78bf63be140a090d06164b7c183642f7dec54367www.ap.org/wp-content/themes/apnews... https://www.ap.org/wp-content/themes/apnews/assets/js/vendor/nice-select2.js?ver=78bf63be140a090d06164b7c183642f7dec54367 — 200 — 3.8 KiB — 19 ms — h3https://www.ap.org/wp-content/themes/apnews/assets/js/app.min.js?ver=78bf63be140a090d06164b7c183642f7dec54367www.ap.org/wp-content/themes/apnews... https://www.ap.org/wp-content/themes/apnews/assets/js/app.min.js?ver=78bf63be140a090d06164b7c183642f7dec54367 — 200 — 52.0 KiB — 19 ms — h3https://www.ap.org/wp-content/themes/apnews/assets/js/editorial-event-scroll.js?ver=78bf63be140a090d06164b7c183642f7dec54367www.ap.org/wp-content/themes/apnews... https://www.ap.org/wp-content/themes/apnews/assets/js/editorial-event-scroll.js?ver=78bf63be140a090d06164b7c183642f7dec54367 — 200 — 1.8 KiB — 22 ms — h3https://www.ap.org/wp-content/themes/apnews/assets/js/homepage-header/block-homepage-header.min.js?ver=78bf63be140a090d06164b7c183642f7dec54367www.ap.org/wp-content/themes/apnews... https://www.ap.org/wp-content/themes/apnews/assets/js/homepage-header/block-homepage-header.min.js?ver=78bf63be140a090d06164b7c183642f7dec54367 — 200 — 5.2 KiB — 35 ms — h3https://www.ap.org/wp-content/themes/apnews/assets/js/vendor/swiper.min.js?ver=78bf63be140a090d06164b7c183642f7dec54367www.ap.org/wp-content/themes/apnews... https://www.ap.org/wp-content/themes/apnews/assets/js/vendor/swiper.min.js?ver=78bf63be140a090d06164b7c183642f7dec54367 — 200 — 42.4 KiB — 35 ms — h3https://www.ap.org/wp-content/themes/apnews/assets/js/large-post-carousel/block-large-post-carousel.min.js?ver=78bf63be140a090d06164b7c183642f7dec54367www.ap.org/wp-content/themes/apnews... https://www.ap.org/wp-content/themes/apnews/assets/js/large-post-carousel/block-large-post-carousel.min.js?ver=78bf63be140a090d06164b7c183642f7dec54367 — 200 — 2.7 KiB — 21 ms — h3https://www.ap.org/wp-content/themes/apnews/assets/js/split-content/block-split-content.min.js?ver=78bf63be140a090d06164b7c183642f7dec54367www.ap.org/wp-content/themes/apnews... https://www.ap.org/wp-content/themes/apnews/assets/js/split-content/block-split-content.min.js?ver=78bf63be140a090d06164b7c183642f7dec54367 — 200 — 1.9 KiB — 23 ms — h3https://www.ap.org/wp-content/themes/apnews/assets/js/card-grid/block-card-grid.min.js?ver=78bf63be140a090d06164b7c183642f7dec54367www.ap.org/wp-content/themes/apnews... https://www.ap.org/wp-content/themes/apnews/assets/js/card-grid/block-card-grid.min.js?ver=78bf63be140a090d06164b7c183642f7dec54367 — 200 — 1.3 KiB — 29 ms — h3https://www.ap.org/wp-includes/js/dist/dom-ready.min.js?ver=78bf63be140a090d06164b7c183642f7dec54367www.ap.org/wp-includes/js/dist/dom-... https://www.ap.org/wp-includes/js/dist/dom-ready.min.js?ver=78bf63be140a090d06164b7c183642f7dec54367 — 200 — 1.5 KiB — 21 ms — h3https://www.ap.org/wp-includes/js/dist/hooks.min.js?ver=78bf63be140a090d06164b7c183642f7dec54367www.ap.org/wp-includes/js/dist/hook... https://www.ap.org/wp-includes/js/dist/hooks.min.js?ver=78bf63be140a090d06164b7c183642f7dec54367 — 200 — 3.1 KiB — 34 ms — h3https://www.ap.org/wp-includes/js/dist/i18n.min.js?ver=78bf63be140a090d06164b7c183642f7dec54367www.ap.org/wp-includes/js/dist/i18n... https://www.ap.org/wp-includes/js/dist/i18n.min.js?ver=78bf63be140a090d06164b7c183642f7dec54367 — 200 — 3.4 KiB — 18 ms — h3https://www.ap.org/wp-includes/js/dist/a11y.min.js?ver=78bf63be140a090d06164b7c183642f7dec54367www.ap.org/wp-includes/js/dist/a11y... https://www.ap.org/wp-includes/js/dist/a11y.min.js?ver=78bf63be140a090d06164b7c183642f7dec54367 — 200 — 2.0 KiB — 33 ms — h3https://www.ap.org/wp-includes/js/wp-ajax-response.min.js?ver=78bf63be140a090d06164b7c183642f7dec54367www.ap.org/wp-includes/js/wp-ajax-r... https://www.ap.org/wp-includes/js/wp-ajax-response.min.js?ver=78bf63be140a090d06164b7c183642f7dec54367 — 200 — 2.2 KiB — 22 ms — h3https://www.ap.org/wp-content/plugins/gravityformsgoogleanalytics/js/google-analytics.min.js?ver=78bf63be140a090d06164b7c183642f7dec54367www.ap.org/wp-content/plugins/gravi... https://www.ap.org/wp-content/plugins/gravityformsgoogleanalytics/js/google-analytics.min.js?ver=78bf63be140a090d06164b7c183642f7dec54367 — 200 — 2.4 KiB — 18 ms — h3https://www.ap.org/wp-content/uploads/2025/05/Logo-Color.jpgwww.ap.org/wp-content/uploads/2025/... https://www.ap.org/wp-content/uploads/2025/05/Logo-Color.jpg — 200 — 12.1 KiB — 19 ms — h3https://www.ap.org/wp-content/themes/apnews/assets/images/magnifying-glass.svgwww.ap.org/wp-content/themes/apnews... https://www.ap.org/wp-content/themes/apnews/assets/images/magnifying-glass.svg — 200 — 1.5 KiB — 20 ms — h3https://www.ap.org/wp-content/themes/apnews/assets/images/arrow-right.svgwww.ap.org/wp-content/themes/apnews... https://www.ap.org/wp-content/themes/apnews/assets/images/arrow-right.svg — 200 — 1.4 KiB — 29 ms — h3https://www.ap.org/wp-content/plugins/gravityforms/js/jquery.json.min.js?ver=78bf63be140a090d06164b7c183642f7dec54367www.ap.org/wp-content/plugins/gravi... https://www.ap.org/wp-content/plugins/gravityforms/js/jquery.json.min.js?ver=78bf63be140a090d06164b7c183642f7dec54367 — 200 — 2.1 KiB — 22 ms — h3https://www.ap.org/wp-content/plugins/gravityforms/js/gravityforms.min.js?ver=78bf63be140a090d06164b7c183642f7dec54367www.ap.org/wp-content/plugins/gravi... https://www.ap.org/wp-content/plugins/gravityforms/js/gravityforms.min.js?ver=78bf63be140a090d06164b7c183642f7dec54367 — 200 — 14.4 KiB — 18 ms — h3https://www.ap.org/wp-content/plugins/gravityforms/js/conditional_logic.min.js?ver=78bf63be140a090d06164b7c183642f7dec54367www.ap.org/wp-content/plugins/gravi... https://www.ap.org/wp-content/plugins/gravityforms/js/conditional_logic.min.js?ver=78bf63be140a090d06164b7c183642f7dec54367 — 200 — 4.3 KiB — 19 ms — h3https://www.ap.org/wp-content/plugins/gravityforms/js/placeholders.jquery.min.js?ver=78bf63be140a090d06164b7c183642f7dec54367www.ap.org/wp-content/plugins/gravi... https://www.ap.org/wp-content/plugins/gravityforms/js/placeholders.jquery.min.js?ver=78bf63be140a090d06164b7c183642f7dec54367 — 200 — 2.8 KiB — 16 ms — h3https://www.ap.org/wp-content/plugins/gravityforms/assets/js/dist/utils.min.js?ver=78bf63be140a090d06164b7c183642f7dec54367www.ap.org/wp-content/plugins/gravi... https://www.ap.org/wp-content/plugins/gravityforms/assets/js/dist/utils.min.js?ver=78bf63be140a090d06164b7c183642f7dec54367 — 200 — 18.4 KiB — 22 ms — h3https://www.ap.org/wp-content/plugins/gravityforms/assets/js/dist/vendor-theme.min.js?ver=78bf63be140a090d06164b7c183642f7dec54367www.ap.org/wp-content/plugins/gravi... https://www.ap.org/wp-content/plugins/gravityforms/assets/js/dist/vendor-theme.min.js?ver=78bf63be140a090d06164b7c183642f7dec54367 — 200 — 8.6 KiB — 18 ms — h3https://www.ap.org/wp-content/plugins/gravityforms/assets/js/dist/scripts-theme.min.js?ver=78bf63be140a090d06164b7c183642f7dec54367www.ap.org/wp-content/plugins/gravi... https://www.ap.org/wp-content/plugins/gravityforms/assets/js/dist/scripts-theme.min.js?ver=78bf63be140a090d06164b7c183642f7dec54367 — 200 — 14.3 KiB — 19 ms — h3https://www.ap.org/wp-content/plugins/gravityformsadvancedpostcreation/assets/js/dist/vendor-theme.min.js?ver=78bf63be140a090d06164b7c183642f7dec54367www.ap.org/wp-content/plugins/gravi... https://www.ap.org/wp-content/plugins/gravityformsadvancedpostcreation/assets/js/dist/vendor-theme.min.js?ver=78bf63be140a090d06164b7c183642f7dec54367 — 200 — 219.3 KiB — 28 ms — h3https://www.ap.org/wp-content/plugins/gravityformsadvancedpostcreation/assets/js/dist/scripts-theme.min.js?ver=78bf63be140a090d06164b7c183642f7dec54367www.ap.org/wp-content/plugins/gravi... https://www.ap.org/wp-content/plugins/gravityformsadvancedpostcreation/assets/js/dist/scripts-theme.min.js?ver=78bf63be140a090d06164b7c183642f7dec54367 — 200 — 5.2 KiB — 19 ms — h3https://www.ap.org/wp-content/plugins/akismet/_inc/akismet-frontend.js?ver=78bf63be140a090d06164b7c183642f7dec54367www.ap.org/wp-content/plugins/akism... https://www.ap.org/wp-content/plugins/akismet/_inc/akismet-frontend.js?ver=78bf63be140a090d06164b7c183642f7dec54367 — 200 — 4.4 KiB — 19 ms — h3https://cdn.cookielaw.org/scripttemplates/202309.1.0/otBannerSdk.jscdn.cookielaw.org/scripttemplates/2... https://cdn.cookielaw.org/scripttemplates/202309.1.0/otBannerSdk.js — 200 — 102.3 KiB — 21 ms — h2https://cdn.cookielaw.org/consent/9b378212-96b2-4ea5-8886-8e09f3fd29d6/31066e38-a640-4d40-a1bc-45991b28f9db/en.jsoncdn.cookielaw.org/consent/9b378212-... https://cdn.cookielaw.org/consent/9b378212-96b2-4ea5-8886-8e09f3fd29d6/31066e38-a640-4d40-a1bc-45991b28f9db/en.json — 200 — 19.7 KiB — 24 ms — h2https://cdn.cookielaw.org/scripttemplates/202309.1.0/assets/otFlat.jsoncdn.cookielaw.org/scripttemplates/2... https://cdn.cookielaw.org/scripttemplates/202309.1.0/assets/otFlat.json — 200 — 3.3 KiB — 16 ms — h2https://cdn.cookielaw.org/scripttemplates/202309.1.0/assets/v2/otPcCenter.jsoncdn.cookielaw.org/scripttemplates/2... https://cdn.cookielaw.org/scripttemplates/202309.1.0/assets/v2/otPcCenter.json — 200 — 12.6 KiB — 16 ms — h2https://cdn.cookielaw.org/scripttemplates/202309.1.0/assets/otCommonStyles.csscdn.cookielaw.org/scripttemplates/2... https://cdn.cookielaw.org/scripttemplates/202309.1.0/assets/otCommonStyles.css — 200 — 3.9 KiB — 23 ms — h2https://edge.marker.io/latest/shim.jsedge.marker.io/latest/shim.js https://edge.marker.io/latest/shim.js — 200 — 11.5 KiB — 45 ms — h3data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 12 22'%3E%3Cp…www.w3.org/2000/svg' fill='none' vi... data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 12 22'%3E%3Cp… — 200 — 0 B — 0 ms — datahttps://www.ap.org/wp-content/uploads/bis-images/59702/AP26085766633524-848x464-f55_5.jpgwww.ap.org/wp-content/uploads/bis-i... https://www.ap.org/wp-content/uploads/bis-images/59702/AP26085766633524-848x464-f55_5.jpg — 200 — 26.2 KiB — 41 ms — h3https://www.ap.org/wp-content/uploads/bis-images/58531/26060009111194-scaled-432x600-f50_50.jpgwww.ap.org/wp-content/uploads/bis-i... https://www.ap.org/wp-content/uploads/bis-images/58531/26060009111194-scaled-432x600-f50_50.jpg — 200 — 45.1 KiB — 53 ms — h3https://www.ap.org/wp-content/uploads/bis-images/59780/AP26082186085436-848x464-f50_50.jpgwww.ap.org/wp-content/uploads/bis-i... https://www.ap.org/wp-content/uploads/bis-images/59780/AP26082186085436-848x464-f50_50.jpg — 200 — 121.0 KiB — 62 ms — h3https://www.ap.org/wp-content/uploads/bis-images/59708/AP26085766535313-432x600-f50_50.jpgwww.ap.org/wp-content/uploads/bis-i... https://www.ap.org/wp-content/uploads/bis-images/59708/AP26085766535313-432x600-f50_50.jpg — 200 — 43.1 KiB — 57 ms — h3https://www.ap.org/wp-content/uploads/bis-images/60511/AP26107389199699-856x435-f50_50.jpgwww.ap.org/wp-content/uploads/bis-i... https://www.ap.org/wp-content/uploads/bis-images/60511/AP26107389199699-856x435-f50_50.jpg — 200 — 59.0 KiB — 61 ms — h3https://www.ap.org/wp-content/uploads/bis-images/60520/AP26108725611927-856x435-f54_0.jpgwww.ap.org/wp-content/uploads/bis-i... https://www.ap.org/wp-content/uploads/bis-images/60520/AP26108725611927-856x435-f54_0.jpg — 200 — 99.7 KiB — 62 ms — h3https://www.ap.org/wp-content/uploads/bis-images/60371/AP26098511493776-856x435-f48_77.jpgwww.ap.org/wp-content/uploads/bis-i... https://www.ap.org/wp-content/uploads/bis-images/60371/AP26098511493776-856x435-f48_77.jpg — 200 — 79.9 KiB — 51 ms — h3https://www.ap.org/site.webmanifestwww.ap.org/site.webmanifest https://www.ap.org/site.webmanifest — 200 — 1.7 KiB — 185 ms — h3data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAA…data:application/font-woff;charset=... data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAA… — 200 — 1.6 KiB — 64 ms — datahttps://www.ap.org/wp-content/uploads/bis-images/59428/AP-ORG-LANDING-PAGE-1-750x500-f50_50.jpgwww.ap.org/wp-content/uploads/bis-i... https://www.ap.org/wp-content/uploads/bis-images/59428/AP-ORG-LANDING-PAGE-1-750x500-f50_50.jpg — 200 — 27.1 KiB — 38 ms — h3https://www.ap.org/wp-content/uploads/bis-images/2770/146af3e06e6fe56035b2795601c915e8-542x397-f50_50.pngwww.ap.org/wp-content/uploads/bis-i... https://www.ap.org/wp-content/uploads/bis-images/2770/146af3e06e6fe56035b2795601c915e8-542x397-f50_50.png — 200 — 254.4 KiB — 51 ms — h3https://www.ap.org/wp-content/uploads/bis-images/2779/9b44290fb714239148c8f851f8c71d25-542x397-f50_50.pngwww.ap.org/wp-content/uploads/bis-i... https://www.ap.org/wp-content/uploads/bis-images/2779/9b44290fb714239148c8f851f8c71d25-542x397-f50_50.png — 200 — 195.8 KiB — 35 ms — h3https://www.ap.org/wp-content/uploads/bis-images/2788/a9b5f35183f3ba7220a9453995c1e380-616x452-f50_50.pngwww.ap.org/wp-content/uploads/bis-i... https://www.ap.org/wp-content/uploads/bis-images/2788/a9b5f35183f3ba7220a9453995c1e380-616x452-f50_50.png — 200 — 167.3 KiB — 40 ms — h3https://cdn.cookielaw.org/logos/static/ot_close.svgcdn.cookielaw.org/logos/static/ot_c... https://cdn.cookielaw.org/logos/static/ot_close.svg — 200 — 608 B — 19 ms — h2https://cdn.cookielaw.org/logos/static/ot_guard_logo.svgcdn.cookielaw.org/logos/static/ot_g... https://cdn.cookielaw.org/logos/static/ot_guard_logo.svg — 200 — 523 B — 15 ms — h2https://cdn.cookielaw.org/logos/9efcd77d-fbf7-40b0-a4b6-8fe108d3d374/019055b7-e76a-7882-a233-a8cd2ba0bc24/8d7bc5de-c85e-4242-9c3c-2cafb87567e9/AP_Logo.pngcdn.cookielaw.org/logos/9efcd77d-fb... https://cdn.cookielaw.org/logos/9efcd77d-fbf7-40b0-a4b6-8fe108d3d374/019055b7-e76a-7882-a233-a8cd2ba0bc24/8d7bc5de-c85e-4242-9c3c-2cafb87567e9/AP_Logo.png — 200 — 19.7 KiB — 14 ms — h2https://cdn.cookielaw.org/logos/static/powered_by_logo.svgcdn.cookielaw.org/logos/static/powe... https://cdn.cookielaw.org/logos/static/powered_by_logo.svg — 200 — 2.5 KiB — 19 ms — h2https://www.ap.org/wp-content/themes/apnews/assets/icons/select-chevron.svgwww.ap.org/wp-content/themes/apnews... https://www.ap.org/wp-content/themes/apnews/assets/icons/select-chevron.svg — 200 — 1.7 KiB — 25 ms — h3data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 11'%3E%3Cpath fill='cu…www.w3.org/2000/svg' viewBox='0 0 1... data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 11'%3E%3Cpath fill='cu… — 200 — 0 B — 0 ms — datahttps://www.ap.org/wp-json/analytics/v1/behavioral-analytics/event/page_viewwww.ap.org/wp-json/analytics/v1/beh... https://www.ap.org/wp-json/analytics/v1/behavioral-analytics/event/page_view — 200 — 1.4 KiB — 1.3 s — h3https://edge.marker.io/latest/2.v2.35.1.a3bb2770eaaed0a20b4d.jsedge.marker.io/latest/2.v2.35.1.a3b... https://edge.marker.io/latest/2.v2.35.1.a3bb2770eaaed0a20b4d.js — 200 — 66.7 KiB — 29 ms — h3https://edge.marker.io/latest/3.v2.35.1.50214fb9a88ea8e0bbbb.jsedge.marker.io/latest/3.v2.35.1.502... https://edge.marker.io/latest/3.v2.35.1.50214fb9a88ea8e0bbbb.js — 200 — 65.9 KiB — 28 ms — h3https://www.ap.org/favicon-32x32.pngwww.ap.org/favicon-32x32.png https://www.ap.org/favicon-32x32.png — 200 — 1.6 KiB — 20 ms — h3https://api.marker.io/widget/pingapi.marker.io/widget/ping https://api.marker.io/widget/ping — 204 — 0 B — 202 ms — h3https://api.marker.io/widget/pingapi.marker.io/widget/ping https://api.marker.io/widget/ping — 403 — 907 B — 200 ms — h3
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
100% of JavaScript execution is third-party
First-party Third-party 866ms · 312KB · $11/mo
www.ap.org
Other
Costly
Execution 329ms
Transfer 59 KB
Monthly Cost $4/mo
Unattributable
Other
Optional
Execution 142ms
Transfer 0 KB
Monthly Cost $2/mo
www.ap.org
Other
Optional
Execution 131ms
Transfer 52 KB
Unused 86%
Monthly Cost $2/mo
edge.marker.io
Other
Optional
Execution 130ms
Transfer 66 KB
Unused 61%
Monthly Cost $2/mo
OneTrust
Consent
Essential
Execution 71ms
Transfer 102 KB
Unused 53%
Monthly Cost $1/mo
www.ap.org
Other
Optional
Execution 64ms
Transfer 32 KB
Monthly Cost $1/mo

These scripts may cost more than they're worth

  • www.ap.org adds 329ms and costs ~$4/month

100% of JavaScript execution time is spent on third-party scripts. Consider auditing which scripts are essential.

Why this matters

When third-party JS execution time exceeds your own, performance gains from frontend work are capped by code you don't own.

Learn more

Every millisecond of third-party JS competes with your own for main-thread time. If their share is bigger than yours, optimization on your code base barely moves the needle. Audit, defer, or remove third-parties before further frontend optimization. Use Lighthouse's third-party audit to identify the worst offenders.

Source: web.dev

www.ap.org takes 329ms 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

86% of www.ap.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

61% of edge.marker.io'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

53% of OneTrust'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