www.huffpost.com

Report from 9/21/2026, 12:54:33 PM https://www.huffpost.com
Latest run · lab, cold cache
61
9/21/2026
28-day score · p75 · the standard
61
26 runs
CRR80%latest
SSD80%latest
TC2057 toklatest
TTFUT25 ms28-day p75

Scored by v3 · source-of-truth hashes: score db860d6ac94e · thresholds e94f8b33e500 — verifiable against the canonical scorer.

The 28-day score is the p75 of nightly runs — the stable number to cite. Deterministic metrics (CRR/SSD/TC) show their latest value (they move only when the site changes); timing (TTFUT) and answer-fidelity (AF) are smoothed by 28-day p75 — the same lab-vs-field split Core Web Vitals uses. Synthetic daily measurement, not real-user field data.

Core Agent Vitals badge  Embed this badge

Show your agent-readiness score anywhere — it links back to this report.

[![Core Agent Vitals](https://agentvitals.dev/badge/huffpost.com.svg)](https://agentvitals.dev/results?url=https%3A%2F%2Fwww.huffpost.com)
<a href="https://agentvitals.dev/results?url=https%3A%2F%2Fwww.huffpost.com"><img src="https://agentvitals.dev/badge/huffpost.com.svg" alt="Core Agent Vitals" height="20"></a>
What AI tells your customers about youAgent confidence: LOW
Business nameHuffPost
CategoryNewsMediaOrganization
🟡Price$10 · guessed from page text (no structured data)
Locationnot found
Hoursnot found
Productsnot found
🟡DescriptionRead the latest U.S. and world news, politics, entertainment, lifestyle and opinion pieces from HuffPost’s trusted team of journalists. · guessed from page text (no structured data)

An agent is likely to fabricate missing details rather than say “I don’t know”. 2/7 applicable facts come from machine-readable structured data.

61
Overall score
weighted CAV (0–100)
WARN
0–4950–8990–100

Metrics

80%
CRR Content Recovery Needs work
0.80
SSD Semantic Signal Density Good
2,057 tok
TC Token Cost Good
30 ms
TTFUT Time to First Useful Token N/A

Token Cost breakdown

Where the page's tokens go (≈21,388 across regions). Most tokens are real content — the agent isn't paying much for chrome.

Content
81.7% · 17,481
Chrome (nav / header / footer)
3.5% · 751
Boilerplate (cookie / ad)
13% · 2,777
Other
1.8% · 379

Final screenshot

Final screenshot of https://www.huffpost.com

Diagnostics

medium CRR Content is hidden behind JavaScript

pre-JS raw HTML

Evidence20% of content requires JS
ImpactA non-rendering agent never sees the JS-injected content.
Effort1–4 h

Fix: Server-render or statically generate the main content so a non-JS agent still receives it; make client rendering a progressive enhancement, not the source of truth.

Rendered profile: headless

Agent Discoverability 61/100 · Needs Work

Access & discovery checks — separate from the gated CAV metrics above. Click an issue for business impact, what we measured, and how to fix. · Take the Agent Readiness course →

Agent files & endpoints

llms.txt Absent at /llms.txt and /.well-known/llms.txt Learn →
robots.txt (AI bots) Blocks: * (all) Learn →
sitemap.xml No /sitemap.xml Learn →
JSON-LD structured data Types: NewsMediaOrganization, WebSite, WebPage Learn →
~ agents.json Absent (emerging standard) Learn →
~ WebMCP endpoint Absent (emerging standard) Learn →
~ OpenAPI / API docs No OpenAPI/Swagger found Learn →

Issues (7)

robots.txt allows AI bots high impact Blocks: * (all)

Business impact If robots.txt blocks AI crawlers you are invisible to ChatGPT, Claude and Perplexity — they skip you and recommend a competitor instead.

What we measured We read /robots.txt and test it against 16 AI user-agents (GPTBot, ClaudeBot, PerplexityBot, …) for a Disallow that blocks them.

How to fix Allow major AI bots to public content; restrict only private paths (/admin, /api).

Learn how to implement →

User-agent: GPTBot
Allow: /
Disallow: /admin/

Spec: https://platform.openai.com/docs/gptbot

~ No content-blocking cookie wall medium impact Consent platform: cookie-consent (verify it doesn't block content)

Business impact A consent wall that hides content until a click is invisible to agents — they cannot click 'Accept'.

What we measured We fingerprint OneTrust, Cookiebot, Usercentrics and similar managers and flag content-blocking ones.

How to fix Use an overlay banner that leaves content in the DOM, not a blocking interstitial.

Spec: https://gdpr.eu/cookies/

llms.txt present high impact Absent at /llms.txt and /.well-known/llms.txt

Business impact llms.txt is the robots.txt for AI: it tells agents what your site is, what matters, and where to find it. Without it AI guesses — and guessing means inaccurate recommendations and lost visibility.

What we measured We fetch /llms.txt and /.well-known/llms.txt and validate the spec (H1 title + a one-line blockquote summary). We also note /llms-full.txt (your full content as Markdown).

How to fix Create /llms.txt with a short summary + key pages; optionally /llms-full.txt with full content in Markdown.

Learn how to implement →

# Your Site
> One-line description for AI agents.

## Key pages
- /products — catalog
- /pricing — plans
- /docs — documentation

Spec: https://llmstxt.org

XML sitemap present medium impact No /sitemap.xml

Business impact A sitemap is your table of contents for AI crawlers. Without it agents follow homepage links and miss deep pages (products, docs, pricing) — shrinking what they can recommend.

What we measured We fetch /sitemap.xml (and /sitemap_index.xml), confirm valid XML with <loc> entries, and check <lastmod> freshness.

How to fix Generate an XML sitemap of all public pages with current lastmod dates and reference it in robots.txt.

Learn how to implement →

# robots.txt
Sitemap: https://example.com/sitemap.xml

Spec: https://www.sitemaps.org/

~ agents.json discovery low impact Absent (emerging standard)

Business impact agents.json describes what your site can DO for agents (services, endpoints, capabilities) — an emerging discovery standard. Early adopters get native agent integration.

What we measured We check /agents.json and /.well-known/agents.json for a valid configuration.

How to fix Publish /agents.json describing your site's capabilities and actions.

Learn how to implement →

Spec: https://github.com/wild-card-ai/agents-json

~ WebMCP endpoint low impact Absent (emerging standard)

Business impact WebMCP lets agents call actions on your site directly (book, buy, query) instead of scraping the DOM. Early adopters get native AI-agent interoperability.

What we measured We check /.well-known/webmcp and /webmcp.json for a valid actions array.

How to fix Add a WebMCP endpoint exposing your key actions to agents.

Learn how to implement →

Spec: https://webmcp.org

~ API documentation low impact No OpenAPI/Swagger found

Business impact Programmatic agents prefer a typed API. An OpenAPI/Swagger spec lets them integrate without scraping.

What we measured We probe /openapi.json, /swagger.json, /api-docs and /.well-known/openapi.json.

How to fix Publish an OpenAPI spec at a well-known path.

Learn how to implement →

Spec: https://www.openapis.org/

Passed audits (5)

✓ No CAPTCHA wall✓ Machine-readable prices✓ No login wall on public content✓ Structured data (JSON-LD)✓ Server response (TTFB)

Transport & Trust (SEC 1.0.0)

HTTPS, HSTS, CSP, sniffing, referrer and CORS posture. Diagnostic only — this does not affect the CAV score. A security header does not make a page more legible to an agent, so scoring it would reward a CDN toggle that changes nothing an agent can recover. We measure it and say so.

100Transport posture (0–100, unscored)
5pass
0warn
0fail
Per-header findings (6)
HeaderEvidence
✅ HTTPSserved over HTTPS
✅ HSTSmax-age=31536000
✅ Content-Security-Policypolicy present, script-src does not allow inline
✅ X-Content-Type-Optionsnosniff
✅ Referrer-Policyno-referrer-when-downgrade
➖ CORS exposureno CORS headers on the document (normal for an HTML page)
Full profile — how to improve · unused JS · network · timing

How to improve

highSplit the heaviest unused bundlehighest leverage

DailyChecklist.ca9e988ad98697900342.js — 479 KiB transferred, 95.8% unused

EvidenceCDP JS coverage: 459 KiB of this bundle is never executed on load.
Impact~-459 KiB transfer; lower Token Cost + faster agent parse.
Effort30–90 min
FixDynamic-import() the below-the-fold parts of DailyChecklist.ca9e988ad98697900342.js, or drop unused dependencies.
highCut third-party weight

thecontentserver.com — 3437 KiB, 41 requests, 93 ms main-thread

EvidenceThird-party is 76.8% of total transfer (334 requests); thecontentserver.com is the largest.
ImpactFewer bytes + main-thread stalls before your content settles for an agent.
Effort1–3 h
FixLazy-load, self-host, or remove thecontentserver.com; defer non-critical third-party scripts.
mediumCut total transfer weight

8.4 MB total

Evidence8.4 MB transferred.
ImpactCheaper, faster fetch on slow links.
Effort1–3 h
FixEnable Brotli, serve WebP/AVIF images, defer non-critical resources.

Third-party impact

334 third-party requests · 6625 KiB (76.8% of transfer) · 432 ms main-thread — code an agent must also fetch/run before your content settles. Fewer, lazier third-parties = faster, cheaper agent reads.

Third-party domainReqsTransferMain-thread
thecontentserver.com413437 KiB93 ms
huffingtonpost.com25519 KiB
connatix.com21401 KiB62 ms
doubleclick.net7337 KiB77 ms
cookielaw.org11322 KiB14 ms
rubiconproject.com12194 KiB41 ms
googleapis.com8156 KiB11 ms
html-load.cc1154 KiB
confiant-integrations.net2151 KiB54 ms
outbrain.com11141 KiB27 ms
privacymanager.io6126 KiB
amazon-adsystem.com692 KiB27 ms

Wasted JavaScript (by bundle)

Transfer-accurate — each bundle's transfer size × its unused %, ranked by wasted bytes (the biggest code-splitting wins). Unused JS also inflates Token Cost (TC).

BundleTransferUnusedWasted
https://www.huffpost.com/static-assets/cambria/app/DailyChecklist.ca9e988ad98697900342.js479 KiB95.8%459 KiB
https://www.huffpost.com/static-assets/cambria/app/LatestInZone.e144684ce19de357936d.js187 KiB89.9%168 KiB
https://www.huffpost.com/static-assets/cambria/app/Card.3a80c4cd3f32b389e572.js136 KiB99.9%135 KiB
https://cds.connatix.com/p/plugins/prebid11.11-6.js 3P185 KiB70.4%131 KiB
https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202609150101/pubads_impl.js?cb=122881078 3P211 KiB57.4%121 KiB
https://imasdk.googleapis.com/js/sdkloader/ima3.js 3P153 KiB71.9%110 KiB
https://html-load.cc/script/d3d3Lmh1ZmZwb3N0LmNvbQ.js 3P154 KiB70%108 KiB
https://cdn.cookielaw.org/scripttemplates/202604.2.0/otBannerSdk.js 3P136 KiB64.9%88 KiB
https://micro.rubiconproject.com/prebid/dynamic/13062.js 3P191 KiB43.8%83 KiB
https://widgets.outbrain.com/outbrain.js 3P115 KiB64.5%74 KiB
https://cds.connatix.com/p/720209090/player.ads.js 3P99 KiB68.6%68 KiB
https://www.huffpost.com/static-assets/cambria/app/news.4b810509ff4f1ef66dee.js136 KiB49.6%68 KiB
https://cdn.confiant-integrations.net/video/202609181619/wrap.js 3P109 KiB57.8%63 KiB
https://cds.thecontentserver.com/p/720209090/player.js?cid=1bf35e8b-3d55-48a6-aef8-0ebfdd277df7 3P139 KiB38.6%54 KiB
https://cds.thecontentserver.com/p/720209090/player.hls.js 3P75 KiB65.3%49 KiB

Network

377Requests
8632 KiBTransferred
91Scripts
76.8%3rd-party
6Long tasks
Script (91)
3761 KiB
XHR (61)
3153 KiB
Image (39)
560 KiB
Font (14)
499 KiB
Fetch (108)
305 KiB
Document (36)
293 KiB
Stylesheet (10)
37 KiB
Other (7)
25 KiB
Ping (11)
0 KiB
Heaviest requests (30)
URLTypeStatusTransfer
https://vid.thecontentserver.com/a5950aaf-84eb-485c-9f1b-3bd05a9a3246/mmid-8ea90320-1a8c-7fd8-8f9e-ac70454defa5/2.mp4XHR2062561 KiB
https://vid.thecontentserver.com/a5950aaf-84eb-485c-9f1b-3bd05a9a3246/mmid-8ea90320-1a8c-7fd8-8f9e-ac70454defa5/0.mp4XHR206517 KiB
https://www.huffpost.com/static-assets/cambria/app/DailyChecklist.ca9e988ad98697900342.jsScript200479 KiB
https://www.huffpost.com/Document200293 KiB
https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202609150101/pubads_impl.js?cb=122881078Script200211 KiB
https://img.huffingtonpost.com/asset/6ab0a88a180000ab26f148f8.jpeg?ops=scalefit_1140_800_noupscale&format=webpImage200196 KiB
https://micro.rubiconproject.com/prebid/dynamic/13062.jsScript200191 KiB
https://www.huffpost.com/static-assets/cambria/app/LatestInZone.e144684ce19de357936d.jsScript200187 KiB
https://cds.connatix.com/p/plugins/prebid11.11-6.jsScript200185 KiB
https://html-load.cc/script/d3d3Lmh1ZmZwb3N0LmNvbQ.jsScript200154 KiB
https://imasdk.googleapis.com/js/sdkloader/ima3.jsScript200153 KiB
https://cds.thecontentserver.com/p/720209090/player.js?cid=1bf35e8b-3d55-48a6-aef8-0ebfdd277df7Script200139 KiB
https://www.huffpost.com/static-assets/cambria/app/news.4b810509ff4f1ef66dee.jsScript200136 KiB
https://www.huffpost.com/static-assets/cambria/app/Card.3a80c4cd3f32b389e572.jsScript200136 KiB
https://cdn.cookielaw.org/scripttemplates/202604.2.0/otBannerSdk.jsScript200136 KiB
https://cdn.cookielaw.org/consent/a784447a-58ed-4e91-ba84-d811aafcc0b3/019c2447-32ec-70c7-8280-d3a773972089/en.jsonFetch200125 KiB
https://widgets.outbrain.com/outbrain.jsScript200115 KiB
https://cdn.confiant-integrations.net/video/202609181619/wrap.jsScript200109 KiB
https://cds.connatix.com/p/720209090/player.ads.jsScript20099 KiB
https://www.huffpost.com/static-assets/cambria/app/CampaignToaster.b2a7cc0be35ce587a2e2.jsScript20094 KiB
https://client.aps.amazon-adsystem.com/publisher.jsScript20085 KiB
https://ats-wrapper.privacymanager.io/ats-modules/9618ba18-0248-4b05-b595-3ba690db3025/ats.jsScript20078 KiB
https://cds.thecontentserver.com/p/720209090/player.hls.jsScript20075 KiB
https://cds.connatix.com/p/720209090/cSyncRemote.jsScript20058 KiB
https://d-code.liadm.com/did-003y.min.jsScript20051 KiB
https://securepubads.g.doubleclick.net/gampad/ads?pvsid=2586036336689046&correlator=4326943990490519&eid=122881112%2C122881078&output=ldjh&gdfp_req=1&vrg=202609150101&ptt=17&impl=fifs&us_privacy=1---&iu_parts=6556%2Chuffpost.desktop%2Cen%2Chome%2Ctop%2Cinline-1&enc_prev_ius=%2F0%2F1%2F2%2F3%2F4%2C%2F0%2F1%2F2%2F3%2F5&prev_iu_szs=320x50%7C970x90%7C970x250%7C728x90%7C5x5%2C320x50%7C728x90%7C5x5&fluid=height%2Cheight&ifi=1&didk=413331578~87953023&dids=ad-top-1~ad-inline-1-1&adfs=2516805893~2877084820&sfv=1-0-45&eri=1&sc=1&cookie_enabled=1&abxe=1&dt=1789995313942&lmt=1789995313&adxs=190%2C115&adys=276%2C1456&biw=1350&bih=940&scr_x=0&scr_y=0&btvi=0%7C1&ucis=1%7C2&oid=2&u_his=2&u_h=600&u_w=800&u_ah=600&u_aw=800&u_cd=24&u_sd=1&dmc=32&bc=31&nvt=1&uach=WyIiLCIiLCIiLCIiLCIiLG51bGwsMCxudWxsLCIiLG51bGwsMF0.&url=https%3A%2F%2Fwww.huffpost.com%2F&vis=1&psz=970x0%7C736x5&msz=970x0%7C736x5&fws=4%2C516&ohw=1350%2C1350&a3p=EmUKCXlhaG9vLmNvbRJWd0ZQajlURGU1TFQtaUhBcTRzSHRIRUxlUUNJYmNLNmdtZTg2UVZpWlR6cnd6ZGdVX1doc2xKNzhudUdueHhtTGNRb0V3MUUyMmloRmlaUVZxaEo4cndYARI2CgxhZHNlcnZlci5vcmcSJGUwOTI2OTJjLTA3MmMtNGYxZS05NTI3LTJlNzlhODhhODQ1Y1gBEpsBCgpjcml0ZW8uY29tEooBa2puRnpWOUtUVEZ1V0ZobWFXVTNkMm8xWVVnNFZuWTRTVVkwV0hkeFpqZFNkMng0Y2xNd1NrWTFUV05uUjBSV1dGaG9TQ1V5UmpScmFrOXZaSFZHY1ZNbE1rWklTRk5JYUZWNUpUSkdjMkkzU0cxVGRtTnROakY0VlV4WVlXcHhkeVV6UkNVelJBWAESHQoOZXNwLmNyaXRlby5jb20YgMejoIw0SABSAghkEjwKC25vdmF0aXEuY29tEiRmNThlY2MzMS1lOTcwLTRhMzgtYjA0Mi05YWFkNjcxNjhkNDEY98mjoIw0SAASMQoSaW50aW1hdGVtZXJnZXIuY29tEhJiLjU5NjQyYjU0OGQ1NTU4MTYYn8ujoIw0SAASeQoIbXlnYXJ1SUQSZGwwUzV3aFJhSGs5RVkwY0c3YXk1czNJUkJwdGJrK1hpQmQ1OVdsejYvWHZuM0p0dU1UcjlrS2ZaWWRSa01OelNJWG9VN1Z4eFVFSm5HdDVIVmp4RDA2TkJaODl3azZUUjJRPT0Yj86joIw0SAASHwoQZXNwLnB1Ym1hdGljLmNvbRiAx6OgjDRIAFICCGQSGQoKdWlkYXBpLmNvbRjyz6OgjDRIAFICCG8SbAoMaWQ1LXN5bmMuY29tElpJRDUqbzdjcGMyblIybC11c2I5eHlkUkFJMVBUSkRIc1NVeXNMUTl6eThTUGg2bl9fMnF4S1RGYUFBRUJDbXF4S1RFQTQwcXZjTmRNUGZQOUxFNjlxekRIRVFYARI0CgpwdWJjaWQub3JnEiQwOTMwNmU3MC0zNjliLTQwZTItODM3My1jMjY2YjI5ZjMzMzVYARIaCg1jcndkY250cmwubmV0EgAYnsujoIw0SAASFAoFb3BlbngYjsujoIw0SABSAghv&dlt=1789995310791&idt=1144&prev_scp=pos%3Dtop%26addressable%3Dfalse%26pagetype%3DA%26amznbid%3D2%26amznp%3D2%26mile_floors%3Dfloored_pb_empty_auc_true%26flooring_cohorts%3Dfloored_dynamic_mile%26external_signal%3Dmile_cohort%26mile_ad_type%3Dfi%26IDS%3D1%26qt_loaded%3Dabs%2Cbsc%2Cids%2Cvlp%2Ctvp%26ABS%3D51007495%2C51010137%2C51005641%2C51010124%2C51006822%2C51002710%2C51001917%2C51007049%26BSC%3D74191270%2C87012038%2C84051001%2C74062139%2C74242396%2C74242395%2C74041059%2C74212351%2C74041060%2C84251001%2C74321520%2C74082160%2C80312027%2C84011001%2C74071140%2C74102171%2C74241393%2C74082159%2C76012001%2C84081001%2C84061001%2C74041097%2C84112005%2C74211341%2C74322522%2C74081158%2C74251397%2C74252405%2C74042120%2C74101166%2C84012006%26dvpub_ot_params%3D__DVPUB_OT__m%253A2%257C_dvp_uptpid%253A495ac6b0%25252dcdb7%25252d40cb%25252d9aef%25252d952953689227%257C_dvp_uptsid%253Abad9d49a%25252d66c4%25252d490b%25252da389%25252de8e8f437fbd2%257C_dvp_uptsacnt%253A1%257C_dvp_qtpid%253A495ac6b0%25252dcdb7%25252d40cb%25252d9aef%25252d952953689227%26dv_upt_cwm%3D2%26dv__dvp_uptpid%3D495ac6b0-cdb7-40cb-9aef-952953689227%26dv__dvp_uptsid%3Dbad9d49a-66c4-490b-a389-e8e8f437fbd2%26dv__dvp_uptsacnt%3D1%26dv__dvp_qtpid%3D495ac6b0-cdb7-40cb-9aef-952953689227%26pts_pid%3D495ac6b0-cdb7-40cb-9aef-952953689227%26pts_sid%3Dbad9d49a-66c4-490b-a389-e8e8f437fbd2%26VLP%3D0%26TVP%3D0-1%7Cpos%3Dinline-1%26addressable%3Dfalse%26pagetype%3DA%26amznbid%3Do_m03dog%26amznp%3D6j80lc%26amzniid%3DAY-XnSNINk3HhQxe6JhhT6xE8deCpIZLaaci9n_b6vluAAABoMQI5rYAAAGgxAjlmw%26amznsz%3D728x90%26amznactt%3DOPEN%26mile_floors%3Dfloored_pb_empty_auc_true%26flooring_cohorts%3Dfloored_dynamic_mile%26external_signal%3Dmile_cohort%26mile_ad_type%3Dfi%26IDS%3D1%26qt_loaded%3Dabs%2Cbsc%2Cids%2Cvlp%2Ctvp%26ABS%3D51007495%2C51010137%2C51005641%2C51010124%2C51006822%2C51002710%2C51001917%2C51007049%26BSC%3D74191270%2C87012038%2C84051001%2C74062139%2C74242396%2C74242395%2C74041059%2C74212351%2C74041060%2C84251001%2C74321520%2C74082160%2C80312027%2C84011001%2C74071140%2C74102171%2C74241393%2C74082159%2C76012001%2C84081001%2C84061001%2C74041097%2C84112005%2C74211341%2C74322522%2C74081158%2C74251397%2C74252405%2C74042120%2C74101166%2C84012006%26dvpub_ot_params%3D__DVPUB_OT__m%253A2%257C_dvp_uptpid%253A495ac6b0%25252dcdb7%25252d40cb%25252d9aef%25252d952953689227%257C_dvp_uptsid%253A4314dc47%25252d7f8c%25252d45e0%25252db9b4%25252dc7e14e65ac86%257C_dvp_uptsacnt%253A1%257C_dvp_qtpid%253A495ac6b0%25252dcdb7%25252d40cb%25252d9aef%25252d952953689227%26dv_upt_cwm%3D2%26dv__dvp_uptpid%3D495ac6b0-cdb7-40cb-9aef-952953689227%26dv__dvp_uptsid%3D4314dc47-7f8c-45e0-b9b4-c7e14e65ac86%26dv__dvp_uptsacnt%3D1%26dv__dvp_qtpid%3D495ac6b0-cdb7-40cb-9aef-952953689227%26pts_pid%3D495ac6b0-cdb7-40cb-9aef-952953689227%26pts_sid%3D4314dc47-7f8c-45e0-b9b4-c7e14e65ac86%26VLP%3D0%26TVP%3D0-1&cust_params=destination%3Dhuffpost%26edition%3Dus%26zone3%3Dhome%26pageType%3DA%26renderer%3Dcambria%26IDS%3D1%26qt_loaded%3Dabs%252Cbsc%252Cids%26ABS%3D51007495%252C51010137%252C51005641%252C51010124%252C51006822%252C51002710%252C51001917%252C51007049%26BSC%3D74191270%252C87012038%252C84051001%252C74062139%252C74242396%252C74242395%252C74041059%252C74212351%252C74041060%252C84251001%252C74321520%252C74082160%252C80312027%252C84011001%252C74071140%252C74102171%252C74241393%252C74082159%252C76012001%252C84081001%252C84061001%252C74041097%252C84112005%252C74211341%252C74322522%252C74081158%252C74251397%252C74252405%252C74042120%252C74101166%252C84012006%26cuid%3D3923172268%26cvid%3Dbca6fb52-31bb-4074-ac21-2c6e30f85550%26cpid%3D91de67e9-3f97-4f69-9b7c-fd87fc44af44%26cache_experiment%3D13062_HuffPost_US_Desktop%26wrapper%3Ddm&adks=1127164549%2C1449040962&frm=20&cpu=4&eoidce=1&gblpids=%2F6556%2Fhuffpost.desktop%2Fen%2Fhome%2Ftop~%2F6556%2Fhuffpost.desktop%2Fen%2Fhome%2Finline-1&pb_szs=970x90%7C970x250%7C728x90~728x90&pgls=CAk.&pbbce=1Fetch20051 KiB
https://www.huffpost.com/static-assets/cambria/app/Nav.4a478f4c63f16d6974bf.jsScript20048 KiB
https://launchpad.privacymanager.io/latest/launchpad.bundle.jsScript20046 KiB
https://www.huffpost.com/static-assets/cambria/app/fonts/proxima-nova-condensed-bold-italic.hash-5b27d3098bf66311a696.woff2Font20046 KiB
https://cds.thecontentserver.com/p/720209090/player.renderer.jsScript20043 KiB

Long tasks (>50 ms)

StartDuration
1629 ms93 ms
1169 ms76 ms
139 ms75 ms
898 ms61 ms
448 ms59 ms
778 ms53 ms
Analyzing…
running mobile + desktop · ~30s