www.huffpost.com

Report from 8/16/2026, 12:31:48 PM https://www.huffpost.com
Latest run · lab, cold cache
63
8/16/2026
28-day score · p75 · the standard
4/7 runs — building history (nightly)

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$1,00 · 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.

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

Metrics

91%
CRR Content Recovery Needs work
0.77
SSD Semantic Signal Density Good
1,571 tok
TC Token Cost Good
24 ms
TTFUT Time to First Useful Token N/A

Token Cost breakdown

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

Content
78.7% · 14,914
Chrome (nav / header / footer)
4% · 751
Boilerplate (cookie / ad)
15.2% · 2,888
Other
2.1% · 397

Final screenshot

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

Diagnostics

medium CRR Content is hidden behind JavaScript

pre-JS raw HTML

Evidence9% 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.cc9766d30e14314df3b2.js — 478 KiB transferred, 87.7% unused

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

thecontentserver.com — 2907 KiB, 34 requests, 146 ms main-thread

EvidenceThird-party is 75.8% of total transfer (323 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.
mediumBreak up long main-thread tasks

longest task 122 ms (8 total)

EvidenceMain thread blocked 122 ms by the longest task.
ImpactFaster interactivity + content settling.
Effort1–4 h
FixSplit heavy work, defer third-party scripts, move compute off the main thread.
mediumCut total transfer weight

7.7 MB total

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

Third-party impact

323 third-party requests · 5962 KiB (75.8% of transfer) · 369 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.com342907 KiB146 ms
huffingtonpost.com24392 KiB
connatix.com19389 KiB
doubleclick.net8348 KiB52 ms
cookielaw.org11322 KiB
confiant-integrations.net2197 KiB60 ms
rubiconproject.com14192 KiB97 ms
googleapis.com8157 KiB14 ms
html-load.cc1149 KiB
outbrain.com11140 KiB
privacymanager.io6119 KiB
amazon-adsystem.com1092 KiB

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.cc9766d30e14314df3b2.js478 KiB87.7%419 KiB
https://www.huffpost.com/static-assets/cambria/app/LatestInZone.53a3865cf6572146b3a9.js186 KiB96.6%180 KiB
https://cds.connatix.com/p/plugins/prebid11.11-5.js 3P176 KiB71.9%127 KiB
https://www.huffpost.com/static-assets/cambria/app/Card.b93e0710f9fa92fa852f.js136 KiB90.6%123 KiB
https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202608100101/pubads_impl.js?cb=122880346 3P201 KiB57.2%115 KiB
https://imasdk.googleapis.com/js/sdkloader/ima3.js 3P154 KiB72.2%111 KiB
https://html-load.cc/script/d3d3Lmh1ZmZwb3N0LmNvbQ.js 3P149 KiB71.8%107 KiB
https://cdn.cookielaw.org/scripttemplates/202604.2.0/otBannerSdk.js 3P135 KiB64.9%88 KiB
https://micro.rubiconproject.com/prebid/dynamic/13062.js 3P189 KiB43.6%82 KiB
https://widgets.outbrain.com/outbrain.js 3P113 KiB64.4%73 KiB
https://cdn.confiant-integrations.net/video/202607281755/wrap.js 3P125 KiB57.6%72 KiB
https://www.huffpost.com/static-assets/cambria/app/news.ae0e45bb5b2eed8c5775.js139 KiB50.4%70 KiB
https://cds.connatix.com/p/607671010/player.ads.js 3P98 KiB70%68 KiB
https://cds.thecontentserver.com/p/607671010/player.js?cid=1bf35e8b-3d55-48a6-aef8-0ebfdd277df7 3P138 KiB40.8%56 KiB
https://cds.thecontentserver.com/p/607671010/player.hls.js 3P75 KiB65.4%49 KiB

Network

365Requests
7866 KiBTransferred
86Scripts
75.8%3rd-party
8Long tasks
Script (86)
3728 KiB
XHR (48)
2615 KiB
Font (14)
498 KiB
Image (38)
441 KiB
Fetch (119)
320 KiB
Document (32)
202 KiB
Stylesheet (10)
35 KiB
Other (10)
26 KiB
Ping (8)
0 KiB
Heaviest requests (30)
URLTypeStatusTransfer
https://vid.thecontentserver.com/95050fa1-9cd6-40c6-9944-2dae856431f2/mmid-efd5c001-3ae7-33fa-1cf7-148bfa94271e/2.mp4XHR2062050 KiB
https://vid.thecontentserver.com/95050fa1-9cd6-40c6-9944-2dae856431f2/mmid-efd5c001-3ae7-33fa-1cf7-148bfa94271e/0.mp4XHR206497 KiB
https://www.huffpost.com/static-assets/cambria/app/DailyChecklist.cc9766d30e14314df3b2.jsScript200478 KiB
https://www.huffpost.com/Document200202 KiB
https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202608100101/pubads_impl.js?cb=122880346Script200201 KiB
https://micro.rubiconproject.com/prebid/dynamic/13062.jsScript200189 KiB
https://www.huffpost.com/static-assets/cambria/app/LatestInZone.53a3865cf6572146b3a9.jsScript200186 KiB
https://cds.connatix.com/p/plugins/prebid11.11-5.jsScript200176 KiB
https://imasdk.googleapis.com/js/sdkloader/ima3.jsScript200154 KiB
https://html-load.cc/script/d3d3Lmh1ZmZwb3N0LmNvbQ.jsScript200149 KiB
https://www.huffpost.com/static-assets/cambria/app/news.ae0e45bb5b2eed8c5775.jsScript200139 KiB
https://cds.thecontentserver.com/p/607671010/player.js?cid=1bf35e8b-3d55-48a6-aef8-0ebfdd277df7Script200138 KiB
https://www.huffpost.com/static-assets/cambria/app/Card.b93e0710f9fa92fa852f.jsScript200136 KiB
https://cdn.cookielaw.org/scripttemplates/202604.2.0/otBannerSdk.jsScript200135 KiB
https://cdn.confiant-integrations.net/video/202607281755/wrap.jsScript200125 KiB
https://cdn.cookielaw.org/consent/a784447a-58ed-4e91-ba84-d811aafcc0b3/019c2447-32ec-70c7-8280-d3a773972089/en.jsonFetch200125 KiB
https://widgets.outbrain.com/outbrain.jsScript200113 KiB
https://cds.connatix.com/p/607671010/player.ads.jsScript20098 KiB
https://www.huffpost.com/static-assets/cambria/app/CampaignToaster.2a1effe9514a104944cc.jsScript20091 KiB
https://img.huffingtonpost.com/asset/6a7d3c3a1500000317e8c0bf.jpeg?ops=scalefit_1267_800_noupscale&format=webpImage20089 KiB
https://client.aps.amazon-adsystem.com/publisher.jsScript20084 KiB
https://ats-wrapper.privacymanager.io/ats-modules/9618ba18-0248-4b05-b595-3ba690db3025/ats.jsScript20076 KiB
https://cds.thecontentserver.com/p/607671010/player.hls.jsScript20075 KiB
https://cdn.confiant-integrations.net/33CYnLkVKFSMCUwC1MMcR-L4HeU/video/config.jsScript20072 KiB
https://img.huffingtonpost.com/asset/6a7cc52b1500000df6e8c007.png?cache=fv9HoCKejI&ops=320_180&format=webpImage20066 KiB
https://securepubads.g.doubleclick.net/gampad/ads?pvsid=5561219654121560&correlator=4093439590678410&eid=95395801%2C95398733%2C122880346&output=ldjh&gdfp_req=1&vrg=202608100101&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=1786615675243&lmt=1786615675&adxs=190%2C115&adys=276%2C1636&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=EmUKCXlhaG9vLmNvbRJWTGU4R1JQa3pJX3NVVFd3T3BQWmctRjMtQ1FEcWNYZDVHU0hJcFFPdmVBcVVic3NsejFYU0hWbmQzelg1ellsTGsxZXZacloxa3dhS2psTm1CX3VPZ2dYARI2CgxhZHNlcnZlci5vcmcSJGYzMjJhNGZiLTUxYjItNDhjZi1iNDliLWVjYmQ2MjU3ZDBhMFgBEpsBCgpjcml0ZW8uY29tEooBUUxnQUsxOWtVRFl3YTBWamNIb3liM0ZqSlRKQ2JHUlFiM3BJWVhCWGREY3lTMVJ5Wkc5aFQwRnNkbkZ0ZFRSR1QzcElKVEpHV1dOcE0yMWxlbXhYTW1WNGRTVXlSbGR2WjJwSk1sTnZlak54VlVKc1ZtSXhUMVpoVTJ0U1MxcFpVU1V6UkNVelJBWAESHQoOZXNwLmNyaXRlby5jb20Yiufe1P8zSABSAghkEjEKEmludGltYXRlbWVyZ2VyLmNvbRISYi41OTY0MmI1NDhkNTU1ODE2GNvr3tT_M0gAEnkKCG15Z2FydUlEEmRNNGdhUUR5MVBTWHBibUI3RCt3OGVabGlpdnpqZmt6ek9yYU1iS282ckRiREdZWWVKT055VFVZMUtJQUM1ZWp0UFNLdjRUWlVOSDJ0Z3dkb3lqRkZac3k1Y0FzYzZxNkVUQT09GNPv3tT_M0gAEh8KEGVzcC5wdWJtYXRpYy5jb20Yiufe1P8zSABSAghkEhkKCnVpZGFwaS5jb20YjfDe1P8zSABSAghvEmwKDGlkNS1zeW5jLmNvbRJaSUQ1KkhaaUdnTmYtZGF3UW5oQ0NkX3Z2ME8zOGk4SlNadU5ma3lEY09IcWdLRnJfXzJwOWwzcGFBQUVCQ21wOWwzb0EwbTJZTHU1Zl9ucGkyUTBGM3l0dUxBWAESNAoKcHViY2lkLm9yZxIkZTE3ZWZmNDAtYTBmMS00MmQ1LWJhN2QtZmQ2NjIyZjcwNzY5WAESGgoNY3J3ZGNudHJsLm5ldBIAGO7s3tT_M0gAEhQKBW9wZW54GKXr3tT_M0gAUgIIbw..&dlt=1786615672703&idt=995&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%26ABS%3D51007495%2C51005641%2C51006822%2C51002710%2C51001917%2C51007049%26BSC%3D74191270%2C87012038%2C74332594%2C76022024%2C74062139%2C76022027%2C74242396%2C74242395%2C74041059%2C80023001%2C74212351%2C74041060%2C74331564%2C84212006%2C74321520%2C74071148%2C74082161%2C74082160%2C80312027%2C84011001%2C74071140%2C74102171%2C74241393%2C74082159%2C74331567%2C76012001%2C74041087%2C80022004%2C74161256%2C74041097%2C74172268%2C74331587%2C84112005%2C74211341%2C74081158%2C74251397%2C74042083%2C74252405%2C74042120%2C74101166%2C84012005%2C84012007%26qt_loaded%3Dabs%2Cbsc%2Cids%2Cvlp%2Ctvp%26IDS%3D1%26dvpub_ot_params%3D__DVPUB_OT__m%253A2%257C_dvp_uptpid%253Ac790214d%25252db847%25252d466d%25252d95d6%25252d9f70a5f38dc4%257C_dvp_uptsid%253Aaaa50adf%25252df40b%25252d46fb%25252da02b%25252d70b10ce5c82e%257C_dvp_uptsacnt%253A1%257C_dvp_qtpid%253Ac790214d%25252db847%25252d466d%25252d95d6%25252d9f70a5f38dc4%26dv_upt_cwm%3D2%26dv__dvp_uptpid%3Dc790214d-b847-466d-95d6-9f70a5f38dc4%26dv__dvp_uptsid%3Daaa50adf-f40b-46fb-a02b-70b10ce5c82e%26dv__dvp_uptsacnt%3D1%26dv__dvp_qtpid%3Dc790214d-b847-466d-95d6-9f70a5f38dc4%26pts_pid%3Dc790214d-b847-466d-95d6-9f70a5f38dc4%26pts_sid%3Daaa50adf-f40b-46fb-a02b-70b10ce5c82e%26VLP%3D0%26TVP%3D0-1%7Cpos%3Dinline-1%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%26ABS%3D51007495%2C51005641%2C51006822%2C51002710%2C51001917%2C51007049%26BSC%3D74191270%2C87012038%2C74332594%2C76022024%2C74062139%2C76022027%2C74242396%2C74242395%2C74041059%2C80023001%2C74212351%2C74041060%2C74331564%2C84212006%2C74321520%2C74071148%2C74082161%2C74082160%2C80312027%2C84011001%2C74071140%2C74102171%2C74241393%2C74082159%2C74331567%2C76012001%2C74041087%2C80022004%2C74161256%2C74041097%2C74172268%2C74331587%2C84112005%2C74211341%2C74081158%2C74251397%2C74042083%2C74252405%2C74042120%2C74101166%2C84012005%2C84012007%26qt_loaded%3Dabs%2Cbsc%2Cids%2Cvlp%2Ctvp%26IDS%3D1%26dvpub_ot_params%3D__DVPUB_OT__m%253A2%257C_dvp_uptpid%253Ac790214d%25252db847%25252d466d%25252d95d6%25252d9f70a5f38dc4%257C_dvp_uptsid%253A098a08fd%25252df3ae%25252d48ba%25252dab8f%25252dd25100e735ae%257C_dvp_uptsacnt%253A1%257C_dvp_qtpid%253Ac790214d%25252db847%25252d466d%25252d95d6%25252d9f70a5f38dc4%26dv_upt_cwm%3D2%26dv__dvp_uptpid%3Dc790214d-b847-466d-95d6-9f70a5f38dc4%26dv__dvp_uptsid%3D098a08fd-f3ae-48ba-ab8f-d25100e735ae%26dv__dvp_uptsacnt%3D1%26dv__dvp_qtpid%3Dc790214d-b847-466d-95d6-9f70a5f38dc4%26pts_pid%3Dc790214d-b847-466d-95d6-9f70a5f38dc4%26pts_sid%3D098a08fd-f3ae-48ba-ab8f-d25100e735ae%26VLP%3D0%26TVP%3D0-1&cust_params=destination%3Dhuffpost%26edition%3Dus%26zone3%3Dhome%26pageType%3DA%26renderer%3Dcambria%26ABS%3D51007495%252C51005641%252C51006822%252C51002710%252C51001917%252C51007049%26BSC%3D74191270%252C87012038%252C74332594%252C76022024%252C74062139%252C76022027%252C74242396%252C74242395%252C74041059%252C80023001%252C74212351%252C74041060%252C74331564%252C84212006%252C74321520%252C74071148%252C74082161%252C74082160%252C80312027%252C84011001%252C74071140%252C74102171%252C74241393%252C74082159%252C74331567%252C76012001%252C74041087%252C80022004%252C74161256%252C74041097%252C74172268%252C74331587%252C84112005%252C74211341%252C74081158%252C74251397%252C74042083%252C74252405%252C74042120%252C74101166%252C84012005%252C84012007%26qt_loaded%3Dabs%252Cbsc%252Cids%26IDS%3D1%26cuid%3D8312150525%26cvid%3D6db29297-2154-4938-94a7-20f57dfbf338%26cpid%3D2526b196-d0e6-41ea-b2bb-db8842e771bc%26cache_experiment%3D13062_HuffPost_US_Desktop%26wrapper%3Ddm&adks=1127164549%2C1449040962&frm=20&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=1Fetch20058 KiB
https://cds.connatix.com/p/607671010/cSyncRemote.jsScript20058 KiB
https://d-code.liadm.com/did-003y.min.jsScript20054 KiB
https://www.huffpost.com/static-assets/cambria/app/Nav.d1b4e5c9394b3453e05a.jsScript20048 KiB
https://www.huffpost.com/static-assets/cambria/app/fonts/proxima-nova-condensed-bold-italic.hash-5b27d3098bf66311a696.woff2Font20046 KiB

Long tasks (>50 ms)

StartDuration
92 ms122 ms
1460 ms117 ms
509 ms67 ms
666 ms60 ms
937 ms54 ms
1014 ms52 ms
1278 ms51 ms
1202 ms49 ms
Analyzing…
running mobile + desktop · ~30s