Skip to content
https://newsnationnow.com

Performance

· 17 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
79
GRADE
C
FIX
4
REVIEW
2
PASS
9
INFO
2

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

64
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.
92
Best Practices Checks for modern web development best practices including HTTPS, no console errors, and secure JavaScript.
77
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.

4.89 s

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

6.10 s

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

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

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

6.10 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
17
9 PASS 2 REVIEW 4 FIX
F
Page Weight Budget
Action
30.1 MB transferred, 116 requests
FIX
30.1 MB transferred, 116 requests
Critical::
Page weighs 32.1 MB (30.1 MB transferred)
Warning::
Images are 29.6 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 29.6 MB
Info::
Fonts are 214 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 214 KB
Info::
CSS is 200 KB — consider purging unused styles
Remove unused CSS rules with tools like PurgeCSS to reduce stylesheet size.
Got: 200 KB
Warning::
116 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 6.3 g CO2 per page load
30.1 MB / 2.4 MB budget
30.1 MB transferred
116 requests
6.3 g CO2 per page load
Images 29.6 MiB 98%
Fonts 214.2 KiB 1%
CSS 200.3 KiB 1%
HTML 103.8 KiB 0%
Other 1.1 KiB 0%
Other 748 B 0%
JavaScript 0 B 0%
0 2.4 MB 4.9 MB
Over budget

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

Subset fonts to include only used characters, or switch to system font stacks.

Why this matters

Font payload is large — subset to used glyphs only, or fall back to system fonts (zero load time).

Source: web.dev font loading

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
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 (30.1 MiB of 30.1 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
D
Page Weight Inventory
Action
116 resources · 30.1 MB · 0 KB savings available
FIX
116 resources · 30.1 MB · 0 KB savings available
Warning::
Page weight 29.1 MB over 1MB target
Got: 30.1 MB Expected: ≤ 1 MB
Warning::
115 third-party resources (100% of weight)
Info::
2 resources over 200KB
116 resources · 30.1 MiB · 115 third-party 29.1 MiB over 1MB target
Image 98% · 29.6 MiB
Font 1% · 214.2 KiB
CSS 1% · 200.3 KiB
Document 0% · 104.2 KiB
Other 0% · 748 B
JavaScript 0% · 0 B
F
HTTP Caching
Action
No cache headers
FIX
No cache headers
Warning::
No Cache-Control header found
Browsers will use heuristic caching, which can be unpredictable. Set explicit cache headers.

No Cache-Control header

Adding a Cache-Control header can significantly improve repeat-visit performance.

B
Image Optimization
28 images, 0 KB saveable
REVIEW
28 images, 0 KB saveable
Warning::
is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.newsnationnow.com/wp-content/uploads/s... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
28 images 29.6 MB
0 oversized -0 KB
3 legacy format
2 missing dimensions CLS risk

Set explicit width and height to prevent CLS.

Why this matters

Performance issues directly impact user engagement and conversion rates.

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
1449ms total JS execution
REVIEW
1449ms total JS execution
Warning::
https://www.newsnationnow.com/: 786ms CPU time
Warning::
Unattributable: 664ms CPU time
Warning::
Third-party scripts: 1449ms (100% of total)

Main Thread Breakdown

Other 49% Style & Layout 31% Parse HTML & CSS 13% Rendering 6%
ScriptTotalScriptingParse/CompileParty
https://www.newsnationnow.com/786ms16ms0ms3rd
Unattributable664ms7ms0ms3rd
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
10 fonts (214 KB)
PASS
10 fonts (214 KB)
Info::
10 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

10

214 KB total

Render-blocking

0

of 10

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s FCP 4.9 s LCP 6.1 shttps://fonts.gstatic.com/s/nunitosans/v19/pe0TMImSLYBIv1o4X1M8ce2xCx3yop4tQpF_MeTm0lfGWVpNn64CL7U8upHZIbMV51Q42ptCp7t1R-tQKr51.woff2pe0TMImSLYBIv1o4X1M8ce2... https://fonts.gstatic.com/s/nunitosans/v19/pe0TMImSLYBIv1o4X1M8ce2xCx3yop4tQpF_MeTm0lfGWVpNn64CL7U8upHZIbMV51Q42ptCp7t1R-tQKr51.woff2 — 30.3 KiB — 83 ms — font-display: swaphttps://fonts.gstatic.com/s/firasans/v18/va9B4kDNxMZdWfMOD5VnLK3eRhf6Xl7Glw.woff2va9B4kDNxMZdWfMOD5VnLK3... https://fonts.gstatic.com/s/firasans/v18/va9B4kDNxMZdWfMOD5VnLK3eRhf6Xl7Glw.woff2 — 17.4 KiB — 87 ms — font-display: swaphttps://fonts.gstatic.com/s/firasanscondensed/v11/wEOsEADFm8hSaQTFG18FErVhsC9x-tarWU3IuMR0cjRYhY8.woff2wEOsEADFm8hSaQTFG18FErV... https://fonts.gstatic.com/s/firasanscondensed/v11/wEOsEADFm8hSaQTFG18FErVhsC9x-tarWU3IuMR0cjRYhY8.woff2 — 17.4 KiB — 87 ms — font-display: swaphttps://fonts.gstatic.com/s/firasanscondensed/v11/wEOhEADFm8hSaQTFG18FErVhsC9x-tarUfbtrelWfx4.woff2wEOhEADFm8hSaQTFG18FErV... https://fonts.gstatic.com/s/firasanscondensed/v11/wEOhEADFm8hSaQTFG18FErVhsC9x-tarUfbtrelWfx4.woff2 — 17.3 KiB — 87 ms — font-display: swaphttps://fonts.gstatic.com/s/firasans/v18/va9E4kDNxMZdWfMOD5Vvl4jLazX3dA.woff2va9E4kDNxMZdWfMOD5Vvl4j... https://fonts.gstatic.com/s/firasans/v18/va9E4kDNxMZdWfMOD5Vvl4jLazX3dA.woff2 — 17.1 KiB — 87 ms — font-display: swaphttps://fonts.gstatic.com/s/firasans/v18/va9B4kDNxMZdWfMOD5VnZKveRhf6Xl7Glw.woff2va9B4kDNxMZdWfMOD5VnZKv... https://fonts.gstatic.com/s/firasans/v18/va9B4kDNxMZdWfMOD5VnZKveRhf6Xl7Glw.woff2 — 17.4 KiB — 88 ms — font-display: swaphttps://fonts.gstatic.com/s/firasansextracondensed/v11/NaPPcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda3USLr3i-oWR9e2U.woff2NaPPcYDaAO5dirw6IaFn7lP... https://fonts.gstatic.com/s/firasansextracondensed/v11/NaPPcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda3USLr3i-oWR9e2U.woff2 — 17.5 KiB — 37 ms — font-display: swaphttps://fonts.gstatic.com/s/robotocondensed/v31/ieVl2ZhZI2eCN5jzbjEETS9weq8-19K7DQk6YvM.woff2ieVl2ZhZI2eCN5jzbjEETS9... https://fonts.gstatic.com/s/robotocondensed/v31/ieVl2ZhZI2eCN5jzbjEETS9weq8-19K7DQk6YvM.woff2 — 45.0 KiB — 44 ms — font-display: swaphttps://fonts.gstatic.com/s/firasansextracondensed/v11/NaPPcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda3SCKr3i-oWR9e2U.woff2NaPPcYDaAO5dirw6IaFn7lP... https://fonts.gstatic.com/s/firasansextracondensed/v11/NaPPcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda3SCKr3i-oWR9e2U.woff2 — 17.4 KiB — 32 ms — font-display: swaphttps://fonts.gstatic.com/s/firasanscondensed/v11/wEOsEADFm8hSaQTFG18FErVhsC9x-tarWQXOuMR0cjRYhY8.woff2wEOsEADFm8hSaQTFG18FErV... https://fonts.gstatic.com/s/firasanscondensed/v11/wEOsEADFm8hSaQTFG18FErVhsC9x-tarWQXOuMR0cjRYhY8.woff2 — 17.4 KiB — 31 ms — font-display: swap
pe0TMImSLYBIv1o4X1M8ce2... woff2 swap
Size 30 KB
Load time 83 ms
Start 2.6 s
Risk FOUT — text flashes from fallback to web font
va9B4kDNxMZdWfMOD5VnLK3... woff2 swap
Size 17 KB
Load time 87 ms
Start 2.6 s
Risk FOUT — text flashes from fallback to web font
wEOsEADFm8hSaQTFG18FErV... woff2 swap
Size 17 KB
Load time 87 ms
Start 2.6 s
Risk FOUT — text flashes from fallback to web font
wEOhEADFm8hSaQTFG18FErV... woff2 swap
Size 17 KB
Load time 87 ms
Start 2.6 s
Risk FOUT — text flashes from fallback to web font
va9E4kDNxMZdWfMOD5Vvl4j... woff2 swap
Size 17 KB
Load time 87 ms
Start 2.6 s
Risk FOUT — text flashes from fallback to web font
va9B4kDNxMZdWfMOD5VnZKv... woff2 swap
Size 17 KB
Load time 88 ms
Start 2.6 s
Risk FOUT — text flashes from fallback to web font
NaPPcYDaAO5dirw6IaFn7lP... woff2 swap
Size 17 KB
Load time 37 ms
Start 2.7 s
Risk FOUT — text flashes from fallback to web font
ieVl2ZhZI2eCN5jzbjEETS9... woff2 swap
Size 45 KB
Load time 44 ms
Start 2.7 s
Risk FOUT — text flashes from fallback to web font
NaPPcYDaAO5dirw6IaFn7lP... woff2 swap
Size 17 KB
Load time 32 ms
Start 2.7 s
Risk FOUT — text flashes from fallback to web font
wEOsEADFm8hSaQTFG18FErV... woff2 swap
Size 17 KB
Load time 31 ms
Start 2.7 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+
JS Bundles
46 scripts, 0 KB unused
PASS
46 scripts, 0 KB unused
0 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.newsnationnow.com/yZuPxxW0/init.js0 KB3rd
https://nxst.megpxs.com/ndn.js0 KB3rd
https://cdn.cookielaw.org/scripttemplates/gpp.stub.js0 KB3rd
https://cdn.cookielaw.org/scripttemplates/otSDKStub.js0 KB3rd
https://cdn.cookielaw.org/opt-out/otCCPAiab.js0 KB3rd
https://blue.newsnationnow.com/script.js0 KB3rd
https://www.newsnationnow.com/wp-content/plugins/universal-data-layer/js/udl.js?ver=1.3.00 KB3rd
https://cdn.confiant-integrations.net/50w5nCAdvE0PvMKeIPbGldwgx3w/gpt_and_prebid/config.js0 KB3rd
https://cdn.onesignal.com/sdks/OneSignalSDK.js0 KB3rd
https://www.newsnationnow.com/wp-content/plugins/core/build/front-end.9a198393e551bdd3e670.js?ver=9a198393e551bdd3e6700 KB3rd
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+
Render-Blocking Resources
No render-blocking resources detected
PASS
No render-blocking resources detected
Info::
No render-blocking resources detected in <head>
A+
Third-Party Resources
No third-party resources detected
PASS
No third-party resources detected
A+
Green Hosting
Whether the site is served from green-energy infrastructure
PASS

Green Hosting

This site is hosted on green energy infrastructure

Provider: Axis12 Ltd

Network Waterfall
116 requests over 3382ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s FCP 4.9 s LCP 6.1 shttps://newsnationnow.com// https://newsnationnow.com/ — 301 — 391 B — 464 ms — h2https://www.newsnationnow.com/www.newsnationnow.com/ https://www.newsnationnow.com/ — 200 — 103.8 KiB — 2.2 s — h2https://fonts.googleapis.com/css?family=Lora:400,400i,700,700i|Roboto+Condensed:400,700&display=swapfonts.googleapis.com/css?family=Lor... https://fonts.googleapis.com/css?family=Lora:400,400i,700,700i|Roboto+Condensed:400,700&display=swap — 200 — 2.3 KiB — 124 ms — h2https://www.newsnationnow.com/wp-includes/css/dist/block-library/style.min.css?ver=6.8.5www.newsnationnow.com/wp-includes/c... https://www.newsnationnow.com/wp-includes/css/dist/block-library/style.min.css?ver=6.8.5 — 200 — 15.3 KiB — 22 ms — h2https://www.newsnationnow.com/wp-content/client-mu-plugins/jetpack/jetpack_vendor/automattic/jetpack-videopress/build/block-editor/blocks/video/view.css?minify=false&ver=34ae973733627b74a14ewww.newsnationnow.com/wp-content/cl... https://www.newsnationnow.com/wp-content/client-mu-plugins/jetpack/jetpack_vendor/automattic/jetpack-videopress/build/block-editor/blocks/video/view.css?minify=false&ver=34ae973733627b74a14e — 200 — 486 B — 36 ms — h2https://www.newsnationnow.com/wp-includes/js/mediaelement/mediaelementplayer-legacy.min.css?ver=4.2.17www.newsnationnow.com/wp-includes/j... https://www.newsnationnow.com/wp-includes/js/mediaelement/mediaelementplayer-legacy.min.css?ver=4.2.17 — 200 — 2.8 KiB — 31 ms — h2https://www.newsnationnow.com/wp-includes/js/mediaelement/wp-mediaelement.min.css?ver=6.8.5www.newsnationnow.com/wp-includes/j... https://www.newsnationnow.com/wp-includes/js/mediaelement/wp-mediaelement.min.css?ver=6.8.5 — 200 — 1.5 KiB — 35 ms — h2https://www.newsnationnow.com/wp-content/plugins/video/build/nexstar-video-player-styles.40b8e0bbd22656dbe6ed.css?ver=40b8e0bbd22656dbe6edwww.newsnationnow.com/wp-content/pl... https://www.newsnationnow.com/wp-content/plugins/video/build/nexstar-video-player-styles.40b8e0bbd22656dbe6ed.css?ver=40b8e0bbd22656dbe6ed — 200 — 1004 B — 29 ms — h2https://www.newsnationnow.com/wp-content/mu-plugins/search/elasticpress/dist/css/related-posts-block-styles.min.css?ver=4.2.2www.newsnationnow.com/wp-content/mu... https://www.newsnationnow.com/wp-content/mu-plugins/search/elasticpress/dist/css/related-posts-block-styles.min.css?ver=4.2.2 — 200 — 469 B — 18 ms — h2https://www.newsnationnow.com/wp-content/plugins/onesignal/dist/os-custom-link.css?ver=3.7www.newsnationnow.com/wp-content/pl... https://www.newsnationnow.com/wp-content/plugins/onesignal/dist/os-custom-link.css?ver=3.7 — 200 — 674 B — 41 ms — h2https://www.newsnationnow.com/wp-content/plugins/lakana/inc/civic-science/styles/civic-science.css?ver=1.0.0www.newsnationnow.com/wp-content/pl... https://www.newsnationnow.com/wp-content/plugins/lakana/inc/civic-science/styles/civic-science.css?ver=1.0.0 — 200 — 670 B — 19 ms — h2https://fonts.googleapis.com/css?family=Source+Sans+Pro%3A400%2C600%2C700%2C900%7CSource+Serif+Pro%3A400%2C600%2C700%2C900&display=swap&ver=1.0.0fonts.googleapis.com/css?family=Sou... https://fonts.googleapis.com/css?family=Source+Sans+Pro%3A400%2C600%2C700%2C900%7CSource+Serif+Pro%3A400%2C600%2C700%2C900&display=swap&ver=1.0.0 — 200 — 1.5 KiB — 117 ms — h2https://www.newsnationnow.com/yZuPxxW0/init.jswww.newsnationnow.com/yZuPxxW0/init... https://www.newsnationnow.com/yZuPxxW0/init.js — -1 — 0 B — 0 ms — https://www.newsnationnow.com/wp-content/plugins/video/build/video-playlist-styles.942428719497dcde26a9.css?ver=942428719497dcde26a9www.newsnationnow.com/wp-content/pl... https://www.newsnationnow.com/wp-content/plugins/video/build/video-playlist-styles.942428719497dcde26a9.css?ver=942428719497dcde26a9 — 200 — 567 B — 28 ms — h2https://nxst.megpxs.com/ndn.jsnxst.megpxs.com/ndn.js https://nxst.megpxs.com/ndn.js — -1 — 0 B — 0 ms — https://cdn.cookielaw.org/scripttemplates/gpp.stub.jscdn.cookielaw.org/scripttemplates/g... https://cdn.cookielaw.org/scripttemplates/gpp.stub.js — -1 — 0 B — 0 ms — https://www.newsnationnow.com/wp-content/plugins/carousel/build/structural.736aca58516227a042ff.css?ver=736aca58516227a042ffwww.newsnationnow.com/wp-content/pl... https://www.newsnationnow.com/wp-content/plugins/carousel/build/structural.736aca58516227a042ff.css?ver=736aca58516227a042ff — 200 — 560 B — 41 ms — h2https://cdn.cookielaw.org/scripttemplates/otSDKStub.jscdn.cookielaw.org/scripttemplates/o... https://cdn.cookielaw.org/scripttemplates/otSDKStub.js — -1 — 0 B — 0 ms — https://www.newsnationnow.com/wp-content/plugins/carousel/build/styles.24829c7da4dfc0111e66.css?ver=24829c7da4dfc0111e66www.newsnationnow.com/wp-content/pl... https://www.newsnationnow.com/wp-content/plugins/carousel/build/styles.24829c7da4dfc0111e66.css?ver=24829c7da4dfc0111e66 — 200 — 901 B — 29 ms — h2https://cdn.cookielaw.org/opt-out/otCCPAiab.jscdn.cookielaw.org/opt-out/otCCPAiab... https://cdn.cookielaw.org/opt-out/otCCPAiab.js — -1 — 0 B — 0 ms — https://www.newsnationnow.com/wp-content/plugins/nexstar-financial-calculators/build/financial-styles.996fad91369263dc10b2.css?ver=996fad91369263dc10b2www.newsnationnow.com/wp-content/pl... https://www.newsnationnow.com/wp-content/plugins/nexstar-financial-calculators/build/financial-styles.996fad91369263dc10b2.css?ver=996fad91369263dc10b2 — 200 — 2.3 KiB — 33 ms — h2https://blue.newsnationnow.com/script.jsblue.newsnationnow.com/script.js https://blue.newsnationnow.com/script.js — -1 — 0 B — 0 ms — https://www.newsnationnow.com/wp-content/plugins/universal-data-layer/js/udl.js?ver=1.3.0www.newsnationnow.com/wp-content/pl... https://www.newsnationnow.com/wp-content/plugins/universal-data-layer/js/udl.js?ver=1.3.0 — -1 — 0 B — 0 ms — https://www.newsnationnow.com/wp-content/plugins/nexstar-instaread/build/instaread-style.cd949757f4fc98921f56.css?ver=cd949757f4fc98921f56www.newsnationnow.com/wp-content/pl... https://www.newsnationnow.com/wp-content/plugins/nexstar-instaread/build/instaread-style.cd949757f4fc98921f56.css?ver=cd949757f4fc98921f56 — 200 — 512 B — 39 ms — h2https://fonts.googleapis.com/css?family=Lora%3A400%2C400i%2C700%2C700i%7CRoboto+Condensed%3A400%2C700&display=swap&ver=1.0fonts.googleapis.com/css?family=Lor... https://fonts.googleapis.com/css?family=Lora%3A400%2C400i%2C700%2C700i%7CRoboto+Condensed%3A400%2C700&display=swap&ver=1.0 — 200 — 2.0 KiB — 119 ms — h2https://www.newsnationnow.com/wp-content/themes/nexstar/client/build/css/global.min.css?ver=399c1dd8eb3287e9a203www.newsnationnow.com/wp-content/th... https://www.newsnationnow.com/wp-content/themes/nexstar/client/build/css/global.min.css?ver=399c1dd8eb3287e9a203 — 200 — 53.9 KiB — 42 ms — h2https://fonts.googleapis.com/css?family=Fira+Sans+Extra+Condensed%3A500%2C600%2C700%7CNunito+Sans%3A400%2C400i%2C600%2C600i%2C700%2C700i%2C800%2C800i%7CFira+Sans+Condensed%3Aital%2Cwght%400%2C100%3B0%2C200%3B0%2C300%3B0%2C400%3B0%2C500%3B0%2C600%3B0%2C700%3B0%2C800%3B0%2C900%3B1%2C100%3B1%2C200%3B1%2C300%3B1%2C400%3B1%2C500%3B1%2C600%3B1%2C700%3B1%2C800%3B1%2C900%7CFira+Sans%3Aital%2Cwght%400%2C100%3B0%2C200%3B0%2C300%3B0%2C400%3B0%2C500%3B0%2C600%3B0%2C700%3B0%2C800%3B0%2C900%3B1%2C100%3B1%2C200%3B1%2C300%3B1%2C400%3B1%2C500%3B1%2C600%3B1%2C700%3B1%2C800%3B1%2C900%7CFira+Sans+Condensed%3Aital%2Cwght%400%2C100%3B0%2C200%3B0%2C300%3B0%2C400%3B0%2C500%3B0%2C600%3B0%2C700%3B0%2C800%3B0%2C900%3B1%2C100%3B1%2C200%3B1%2C300%3B1%2C400%3B1%2C500%3B1%2C600%3B1%2C700%3B1%2C800%3B1%2C900%7CFira+Sans%3Aital%2Cwght%400%2C100%3B0%2C200%3B0%2C300%3B0%2C400%3B0%2C500%3B0%2C600%3B0%2C700%3B0%2C800%3B0%2C900%3B1%2C100%3B1%2C200%3B1%2C300%3B1%2C400%3B1%2C500%3B1%2C600%3B1%2C700%3B1%2C800%3B1%2C900&ver=1.0fonts.googleapis.com/css?family=Fir... https://fonts.googleapis.com/css?family=Fira+Sans+Extra+Condensed%3A500%2C600%2C700%7CNunito+Sans%3A400%2C400i%2C600%2C600i%2C700%2C700i%2C800%2C800i%7CFira+Sans+Condensed%3Aital%2Cwght%400%2C100%3B0%2C200%3B0%2C300%3B0%2C400%3B0%2C500%3B0%2C600%3B0%2C700%3B0%2C800%3B0%2C900%3B1%2C100%3B1%2C200%3B1%2C300%3B1%2C400%3B1%2C500%3B1%2C600%3B1%2C700%3B1%2C800%3B1%2C900%7CFira+Sans%3Aital%2Cwght%400%2C100%3B0%2C200%3B0%2C300%3B0%2C400%3B0%2C500%3B0%2C600%3B0%2C700%3B0%2C800%3B0%2C900%3B1%2C100%3B1%2C200%3B1%2C300%3B1%2C400%3B1%2C500%3B1%2C600%3B1%2C700%3B1%2C800%3B1%2C900%7CFira+Sans+Condensed%3Aital%2Cwght%400%2C100%3B0%2C200%3B0%2C300%3B0%2C400%3B0%2C500%3B0%2C600%3B0%2C700%3B0%2C800%3B0%2C900%3B1%2C100%3B1%2C200%3B1%2C300%3B1%2C400%3B1%2C500%3B1%2C600%3B1%2C700%3B1%2C800%3B1%2C900%7CFira+Sans%3Aital%2Cwght%400%2C100%3B0%2C200%3B0%2C300%3B0%2C400%3B0%2C500%3B0%2C600%3B0%2C700%3B0%2C800%3B0%2C900%3B1%2C100%3B1%2C200%3B1%2C300%3B1%2C400%3B1%2C500%3B1%2C600%3B1%2C700%3B1%2C800%3B1%2C900&ver=1.0 — 200 — 2.5 KiB — 124 ms — h2https://www.newsnationnow.com/wp-content/themes/newsnation/client/build/css/global.min.css?ver=c3f57c67b33f44efbb09www.newsnationnow.com/wp-content/th... https://www.newsnationnow.com/wp-content/themes/newsnation/client/build/css/global.min.css?ver=c3f57c67b33f44efbb09 — 200 — 43.7 KiB — 42 ms — h2https://www.newsnationnow.com/wp-content/themes/nexstar/client/build/css/common.chunk.min.css?ver=caef84339e826d226dadwww.newsnationnow.com/wp-content/th... https://www.newsnationnow.com/wp-content/themes/nexstar/client/build/css/common.chunk.min.css?ver=caef84339e826d226dad — 200 — 9.7 KiB — 19 ms — h2https://cdn.confiant-integrations.net/50w5nCAdvE0PvMKeIPbGldwgx3w/gpt_and_prebid/config.jscdn.confiant-integrations.net/50w5n... https://cdn.confiant-integrations.net/50w5nCAdvE0PvMKeIPbGldwgx3w/gpt_and_prebid/config.js — -1 — 0 B — 0 ms —
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s FCP 4.9 s LCP 6.1 shttps://newsnationnow.com// https://newsnationnow.com/ — 301 — 391 B — 464 ms — h2https://www.newsnationnow.com/www.newsnationnow.com/ https://www.newsnationnow.com/ — 200 — 103.8 KiB — 2.2 s — h2https://fonts.googleapis.com/css?family=Lora:400,400i,700,700i|Roboto+Condensed:400,700&display=swapfonts.googleapis.com/css?family=Lor... https://fonts.googleapis.com/css?family=Lora:400,400i,700,700i|Roboto+Condensed:400,700&display=swap — 200 — 2.3 KiB — 124 ms — h2https://www.newsnationnow.com/wp-includes/css/dist/block-library/style.min.css?ver=6.8.5www.newsnationnow.com/wp-includes/c... https://www.newsnationnow.com/wp-includes/css/dist/block-library/style.min.css?ver=6.8.5 — 200 — 15.3 KiB — 22 ms — h2https://www.newsnationnow.com/wp-content/client-mu-plugins/jetpack/jetpack_vendor/automattic/jetpack-videopress/build/block-editor/blocks/video/view.css?minify=false&ver=34ae973733627b74a14ewww.newsnationnow.com/wp-content/cl... https://www.newsnationnow.com/wp-content/client-mu-plugins/jetpack/jetpack_vendor/automattic/jetpack-videopress/build/block-editor/blocks/video/view.css?minify=false&ver=34ae973733627b74a14e — 200 — 486 B — 36 ms — h2https://www.newsnationnow.com/wp-includes/js/mediaelement/mediaelementplayer-legacy.min.css?ver=4.2.17www.newsnationnow.com/wp-includes/j... https://www.newsnationnow.com/wp-includes/js/mediaelement/mediaelementplayer-legacy.min.css?ver=4.2.17 — 200 — 2.8 KiB — 31 ms — h2https://www.newsnationnow.com/wp-includes/js/mediaelement/wp-mediaelement.min.css?ver=6.8.5www.newsnationnow.com/wp-includes/j... https://www.newsnationnow.com/wp-includes/js/mediaelement/wp-mediaelement.min.css?ver=6.8.5 — 200 — 1.5 KiB — 35 ms — h2https://www.newsnationnow.com/wp-content/plugins/video/build/nexstar-video-player-styles.40b8e0bbd22656dbe6ed.css?ver=40b8e0bbd22656dbe6edwww.newsnationnow.com/wp-content/pl... https://www.newsnationnow.com/wp-content/plugins/video/build/nexstar-video-player-styles.40b8e0bbd22656dbe6ed.css?ver=40b8e0bbd22656dbe6ed — 200 — 1004 B — 29 ms — h2https://www.newsnationnow.com/wp-content/mu-plugins/search/elasticpress/dist/css/related-posts-block-styles.min.css?ver=4.2.2www.newsnationnow.com/wp-content/mu... https://www.newsnationnow.com/wp-content/mu-plugins/search/elasticpress/dist/css/related-posts-block-styles.min.css?ver=4.2.2 — 200 — 469 B — 18 ms — h2https://www.newsnationnow.com/wp-content/plugins/onesignal/dist/os-custom-link.css?ver=3.7www.newsnationnow.com/wp-content/pl... https://www.newsnationnow.com/wp-content/plugins/onesignal/dist/os-custom-link.css?ver=3.7 — 200 — 674 B — 41 ms — h2https://www.newsnationnow.com/wp-content/plugins/lakana/inc/civic-science/styles/civic-science.css?ver=1.0.0www.newsnationnow.com/wp-content/pl... https://www.newsnationnow.com/wp-content/plugins/lakana/inc/civic-science/styles/civic-science.css?ver=1.0.0 — 200 — 670 B — 19 ms — h2https://fonts.googleapis.com/css?family=Source+Sans+Pro%3A400%2C600%2C700%2C900%7CSource+Serif+Pro%3A400%2C600%2C700%2C900&display=swap&ver=1.0.0fonts.googleapis.com/css?family=Sou... https://fonts.googleapis.com/css?family=Source+Sans+Pro%3A400%2C600%2C700%2C900%7CSource+Serif+Pro%3A400%2C600%2C700%2C900&display=swap&ver=1.0.0 — 200 — 1.5 KiB — 117 ms — h2https://www.newsnationnow.com/yZuPxxW0/init.jswww.newsnationnow.com/yZuPxxW0/init... https://www.newsnationnow.com/yZuPxxW0/init.js — -1 — 0 B — 0 ms — https://www.newsnationnow.com/wp-content/plugins/video/build/video-playlist-styles.942428719497dcde26a9.css?ver=942428719497dcde26a9www.newsnationnow.com/wp-content/pl... https://www.newsnationnow.com/wp-content/plugins/video/build/video-playlist-styles.942428719497dcde26a9.css?ver=942428719497dcde26a9 — 200 — 567 B — 28 ms — h2https://nxst.megpxs.com/ndn.jsnxst.megpxs.com/ndn.js https://nxst.megpxs.com/ndn.js — -1 — 0 B — 0 ms — https://cdn.cookielaw.org/scripttemplates/gpp.stub.jscdn.cookielaw.org/scripttemplates/g... https://cdn.cookielaw.org/scripttemplates/gpp.stub.js — -1 — 0 B — 0 ms — https://www.newsnationnow.com/wp-content/plugins/carousel/build/structural.736aca58516227a042ff.css?ver=736aca58516227a042ffwww.newsnationnow.com/wp-content/pl... https://www.newsnationnow.com/wp-content/plugins/carousel/build/structural.736aca58516227a042ff.css?ver=736aca58516227a042ff — 200 — 560 B — 41 ms — h2https://cdn.cookielaw.org/scripttemplates/otSDKStub.jscdn.cookielaw.org/scripttemplates/o... https://cdn.cookielaw.org/scripttemplates/otSDKStub.js — -1 — 0 B — 0 ms — https://www.newsnationnow.com/wp-content/plugins/carousel/build/styles.24829c7da4dfc0111e66.css?ver=24829c7da4dfc0111e66www.newsnationnow.com/wp-content/pl... https://www.newsnationnow.com/wp-content/plugins/carousel/build/styles.24829c7da4dfc0111e66.css?ver=24829c7da4dfc0111e66 — 200 — 901 B — 29 ms — h2https://cdn.cookielaw.org/opt-out/otCCPAiab.jscdn.cookielaw.org/opt-out/otCCPAiab... https://cdn.cookielaw.org/opt-out/otCCPAiab.js — -1 — 0 B — 0 ms — https://www.newsnationnow.com/wp-content/plugins/nexstar-financial-calculators/build/financial-styles.996fad91369263dc10b2.css?ver=996fad91369263dc10b2www.newsnationnow.com/wp-content/pl... https://www.newsnationnow.com/wp-content/plugins/nexstar-financial-calculators/build/financial-styles.996fad91369263dc10b2.css?ver=996fad91369263dc10b2 — 200 — 2.3 KiB — 33 ms — h2https://blue.newsnationnow.com/script.jsblue.newsnationnow.com/script.js https://blue.newsnationnow.com/script.js — -1 — 0 B — 0 ms — https://www.newsnationnow.com/wp-content/plugins/universal-data-layer/js/udl.js?ver=1.3.0www.newsnationnow.com/wp-content/pl... https://www.newsnationnow.com/wp-content/plugins/universal-data-layer/js/udl.js?ver=1.3.0 — -1 — 0 B — 0 ms — https://www.newsnationnow.com/wp-content/plugins/nexstar-instaread/build/instaread-style.cd949757f4fc98921f56.css?ver=cd949757f4fc98921f56www.newsnationnow.com/wp-content/pl... https://www.newsnationnow.com/wp-content/plugins/nexstar-instaread/build/instaread-style.cd949757f4fc98921f56.css?ver=cd949757f4fc98921f56 — 200 — 512 B — 39 ms — h2https://fonts.googleapis.com/css?family=Lora%3A400%2C400i%2C700%2C700i%7CRoboto+Condensed%3A400%2C700&display=swap&ver=1.0fonts.googleapis.com/css?family=Lor... https://fonts.googleapis.com/css?family=Lora%3A400%2C400i%2C700%2C700i%7CRoboto+Condensed%3A400%2C700&display=swap&ver=1.0 — 200 — 2.0 KiB — 119 ms — h2https://www.newsnationnow.com/wp-content/themes/nexstar/client/build/css/global.min.css?ver=399c1dd8eb3287e9a203www.newsnationnow.com/wp-content/th... https://www.newsnationnow.com/wp-content/themes/nexstar/client/build/css/global.min.css?ver=399c1dd8eb3287e9a203 — 200 — 53.9 KiB — 42 ms — h2https://fonts.googleapis.com/css?family=Fira+Sans+Extra+Condensed%3A500%2C600%2C700%7CNunito+Sans%3A400%2C400i%2C600%2C600i%2C700%2C700i%2C800%2C800i%7CFira+Sans+Condensed%3Aital%2Cwght%400%2C100%3B0%2C200%3B0%2C300%3B0%2C400%3B0%2C500%3B0%2C600%3B0%2C700%3B0%2C800%3B0%2C900%3B1%2C100%3B1%2C200%3B1%2C300%3B1%2C400%3B1%2C500%3B1%2C600%3B1%2C700%3B1%2C800%3B1%2C900%7CFira+Sans%3Aital%2Cwght%400%2C100%3B0%2C200%3B0%2C300%3B0%2C400%3B0%2C500%3B0%2C600%3B0%2C700%3B0%2C800%3B0%2C900%3B1%2C100%3B1%2C200%3B1%2C300%3B1%2C400%3B1%2C500%3B1%2C600%3B1%2C700%3B1%2C800%3B1%2C900%7CFira+Sans+Condensed%3Aital%2Cwght%400%2C100%3B0%2C200%3B0%2C300%3B0%2C400%3B0%2C500%3B0%2C600%3B0%2C700%3B0%2C800%3B0%2C900%3B1%2C100%3B1%2C200%3B1%2C300%3B1%2C400%3B1%2C500%3B1%2C600%3B1%2C700%3B1%2C800%3B1%2C900%7CFira+Sans%3Aital%2Cwght%400%2C100%3B0%2C200%3B0%2C300%3B0%2C400%3B0%2C500%3B0%2C600%3B0%2C700%3B0%2C800%3B0%2C900%3B1%2C100%3B1%2C200%3B1%2C300%3B1%2C400%3B1%2C500%3B1%2C600%3B1%2C700%3B1%2C800%3B1%2C900&ver=1.0fonts.googleapis.com/css?family=Fir... https://fonts.googleapis.com/css?family=Fira+Sans+Extra+Condensed%3A500%2C600%2C700%7CNunito+Sans%3A400%2C400i%2C600%2C600i%2C700%2C700i%2C800%2C800i%7CFira+Sans+Condensed%3Aital%2Cwght%400%2C100%3B0%2C200%3B0%2C300%3B0%2C400%3B0%2C500%3B0%2C600%3B0%2C700%3B0%2C800%3B0%2C900%3B1%2C100%3B1%2C200%3B1%2C300%3B1%2C400%3B1%2C500%3B1%2C600%3B1%2C700%3B1%2C800%3B1%2C900%7CFira+Sans%3Aital%2Cwght%400%2C100%3B0%2C200%3B0%2C300%3B0%2C400%3B0%2C500%3B0%2C600%3B0%2C700%3B0%2C800%3B0%2C900%3B1%2C100%3B1%2C200%3B1%2C300%3B1%2C400%3B1%2C500%3B1%2C600%3B1%2C700%3B1%2C800%3B1%2C900%7CFira+Sans+Condensed%3Aital%2Cwght%400%2C100%3B0%2C200%3B0%2C300%3B0%2C400%3B0%2C500%3B0%2C600%3B0%2C700%3B0%2C800%3B0%2C900%3B1%2C100%3B1%2C200%3B1%2C300%3B1%2C400%3B1%2C500%3B1%2C600%3B1%2C700%3B1%2C800%3B1%2C900%7CFira+Sans%3Aital%2Cwght%400%2C100%3B0%2C200%3B0%2C300%3B0%2C400%3B0%2C500%3B0%2C600%3B0%2C700%3B0%2C800%3B0%2C900%3B1%2C100%3B1%2C200%3B1%2C300%3B1%2C400%3B1%2C500%3B1%2C600%3B1%2C700%3B1%2C800%3B1%2C900&ver=1.0 — 200 — 2.5 KiB — 124 ms — h2https://www.newsnationnow.com/wp-content/themes/newsnation/client/build/css/global.min.css?ver=c3f57c67b33f44efbb09www.newsnationnow.com/wp-content/th... https://www.newsnationnow.com/wp-content/themes/newsnation/client/build/css/global.min.css?ver=c3f57c67b33f44efbb09 — 200 — 43.7 KiB — 42 ms — h2https://www.newsnationnow.com/wp-content/themes/nexstar/client/build/css/common.chunk.min.css?ver=caef84339e826d226dadwww.newsnationnow.com/wp-content/th... https://www.newsnationnow.com/wp-content/themes/nexstar/client/build/css/common.chunk.min.css?ver=caef84339e826d226dad — 200 — 9.7 KiB — 19 ms — h2https://cdn.confiant-integrations.net/50w5nCAdvE0PvMKeIPbGldwgx3w/gpt_and_prebid/config.jscdn.confiant-integrations.net/50w5n... https://cdn.confiant-integrations.net/50w5nCAdvE0PvMKeIPbGldwgx3w/gpt_and_prebid/config.js — -1 — 0 B — 0 ms — https://www.newsnationnow.com/wp-content/themes/nexstar/client/build/css/home.min.css?ver=3dd8640678bcd6c5730cwww.newsnationnow.com/wp-content/th... https://www.newsnationnow.com/wp-content/themes/nexstar/client/build/css/home.min.css?ver=3dd8640678bcd6c5730c — 200 — 876 B — 33 ms — h2https://cdn.onesignal.com/sdks/OneSignalSDK.jscdn.onesignal.com/sdks/OneSignalSDK... https://cdn.onesignal.com/sdks/OneSignalSDK.js — -1 — 0 B — 0 ms — https://www.newsnationnow.com/wp-content/themes/nexstar/client/build/css/video-playlist.min.css?ver=b1f700661ffba5250329www.newsnationnow.com/wp-content/th... https://www.newsnationnow.com/wp-content/themes/nexstar/client/build/css/video-playlist.min.css?ver=b1f700661ffba5250329 — 200 — 2.0 KiB — 18 ms — h2https://www.newsnationnow.com/wp-content/plugins/sailthru-widget/css/widget.subscribe.css?ver=1.1.2www.newsnationnow.com/wp-content/pl... https://www.newsnationnow.com/wp-content/plugins/sailthru-widget/css/widget.subscribe.css?ver=1.1.2 — 200 — 1.0 KiB — 34 ms — h2https://www.newsnationnow.com/wp-content/plugins/sailthru-widget/css/display.css?ver=1.1.9www.newsnationnow.com/wp-content/pl... https://www.newsnationnow.com/wp-content/plugins/sailthru-widget/css/display.css?ver=1.1.9 — 200 — 4.0 KiB — 8 ms — h2https://www.newsnationnow.com/wp-content/plugins/video/build/player.min.css?ver=6.8.5www.newsnationnow.com/wp-content/pl... https://www.newsnationnow.com/wp-content/plugins/video/build/player.min.css?ver=6.8.5 — 200 — 27.9 KiB — 39 ms — h2https://www.newsnationnow.com/wp-content/plugins/video/build/video-styles.feb6bcbcc2b9a23655fb.css?ver=feb6bcbcc2b9a23655fbwww.newsnationnow.com/wp-content/pl... https://www.newsnationnow.com/wp-content/plugins/video/build/video-styles.feb6bcbcc2b9a23655fb.css?ver=feb6bcbcc2b9a23655fb — 200 — 1.3 KiB — 24 ms — h2https://www.newsnationnow.com/wp-content/client-mu-plugins/jetpack/css/jetpack.css?ver=12.4www.newsnationnow.com/wp-content/cl... https://www.newsnationnow.com/wp-content/client-mu-plugins/jetpack/css/jetpack.css?ver=12.4 — 200 — 18.3 KiB — 16 ms — h2https://www.newsnationnow.com/wp-content/plugins/core/build/front-end.9a198393e551bdd3e670.js?ver=9a198393e551bdd3e670www.newsnationnow.com/wp-content/pl... https://www.newsnationnow.com/wp-content/plugins/core/build/front-end.9a198393e551bdd3e670.js?ver=9a198393e551bdd3e670 — -1 — 0 B — 0 ms — https://www.newsnationnow.com/wp-content/plugins/onesignal/dist/nexstar-onesignal-integration.min.js?ver=3.7www.newsnationnow.com/wp-content/pl... https://www.newsnationnow.com/wp-content/plugins/onesignal/dist/nexstar-onesignal-integration.min.js?ver=3.7 — -1 — 0 B — 0 ms — https://assets.adobedtm.com/3f27c430a962/d33d8acd711c/launch-25e943fdd407.min.js?ver=1.0.0assets.adobedtm.com/3f27c430a962/d3... https://assets.adobedtm.com/3f27c430a962/d33d8acd711c/launch-25e943fdd407.min.js?ver=1.0.0 — -1 — 0 B — 0 ms — https://segment.psg.nexstardigital.net/adobeanalytics.js?ver=1.0.0segment.psg.nexstardigital.net/adob... https://segment.psg.nexstardigital.net/adobeanalytics.js?ver=1.0.0 — -1 — 0 B — 0 ms — https://segment.psg.nexstardigital.net/segment.js?ver=21segment.psg.nexstardigital.net/segm... https://segment.psg.nexstardigital.net/segment.js?ver=21 — -1 — 0 B — 0 ms — https://htlbid.com/v3/newsnationnow.com/htlbid.js?ver=1.0.0htlbid.com/v3/newsnationnow.com/htl... https://htlbid.com/v3/newsnationnow.com/htlbid.js?ver=1.0.0 — -1 — 0 B — 0 ms — https://www.newsnationnow.com/wp-content/plugins/nxst-advertising/dist/htlbid-advertising.min.js?ver=1.0.3www.newsnationnow.com/wp-content/pl... https://www.newsnationnow.com/wp-content/plugins/nxst-advertising/dist/htlbid-advertising.min.js?ver=1.0.3 — -1 — 0 B — 0 ms — https://www.newsnationnow.com/wp-json/lakana/v1/onesignal-manifestwww.newsnationnow.com/wp-json/lakan... https://www.newsnationnow.com/wp-json/lakana/v1/onesignal-manifest — 200 — 748 B — 35 ms — h2https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@600;800&family=Fira+Sans:wght@800&family=Fira+Sans+Condensed:wght@400;600;800&display=swapfonts.googleapis.com/css2?family=Nu... https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@600;800&family=Fira+Sans:wght@800&family=Fira+Sans+Condensed:wght@400;600;800&display=swap — 200 — 1.1 KiB — 71 ms — h2https://www.newsnationnow.com/wp-content/plugins/lakana/build/adReferralSource.js?ver=1.0.0www.newsnationnow.com/wp-content/pl... https://www.newsnationnow.com/wp-content/plugins/lakana/build/adReferralSource.js?ver=1.0.0 — -1 — 0 B — 0 ms — https://data.ddhq.io/embed.js?ver=1data.ddhq.io/embed.js?ver=1 https://data.ddhq.io/embed.js?ver=1 — -1 — 0 B — 0 ms — https://ak.sail-horizon.com/spm/spm.v1.min.js?ver=6.8.5ak.sail-horizon.com/spm/spm.v1.min.... https://ak.sail-horizon.com/spm/spm.v1.min.js?ver=6.8.5 — -1 — 0 B — 0 ms — https://www.newsnationnow.com/wp-content/plugins/sailthru-widget/js/tag.js?ver=799b0288www.newsnationnow.com/wp-content/pl... https://www.newsnationnow.com/wp-content/plugins/sailthru-widget/js/tag.js?ver=799b0288 — -1 — 0 B — 0 ms — https://www.newsnationnow.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1www.newsnationnow.com/wp-includes/j... https://www.newsnationnow.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1 — -1 — 0 B — 0 ms — https://www.newsnationnow.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1www.newsnationnow.com/wp-includes/j... https://www.newsnationnow.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1 — -1 — 0 B — 0 ms — https://w3.mp.lura.live/player/prod/v3/scripts/anvload.js?ver=3w3.mp.lura.live/player/prod/v3/scri... https://w3.mp.lura.live/player/prod/v3/scripts/anvload.js?ver=3 — -1 — 0 B — 0 ms — https://www.newsnationnow.com/wp-content/plugins/sailthru-widget/js/widget.subscribe.js?ver=1.1.5www.newsnationnow.com/wp-content/pl... https://www.newsnationnow.com/wp-content/plugins/sailthru-widget/js/widget.subscribe.js?ver=1.1.5 — -1 — 0 B — 0 ms — https://www.newsnationnow.com/wp-content/plugins/sailthru-widget/js/display.js?ver=1.1.2www.newsnationnow.com/wp-content/pl... https://www.newsnationnow.com/wp-content/plugins/sailthru-widget/js/display.js?ver=1.1.2 — -1 — 0 B — 0 ms — https://www.newsnationnow.com/wp-content/plugins/lakana/inc/blueconic/scripts/blueconic.js?ver=6c986ff3bb8d3e220a03c8a43ce312a4www.newsnationnow.com/wp-content/pl... https://www.newsnationnow.com/wp-content/plugins/lakana/inc/blueconic/scripts/blueconic.js?ver=6c986ff3bb8d3e220a03c8a43ce312a4 — -1 — 0 B — 0 ms — https://www.newsnationnow.com/wp-content/plugins/lakana/inc/blueconic/scripts/login-registration-integration.js?ver=1768601769www.newsnationnow.com/wp-content/pl... https://www.newsnationnow.com/wp-content/plugins/lakana/inc/blueconic/scripts/login-registration-integration.js?ver=1768601769 — -1 — 0 B — 0 ms — https://www.newsnationnow.com/wp-content/plugins/lakana/inc/blueconic/scripts/login-registration-bc-wall.js?ver=1764967776www.newsnationnow.com/wp-content/pl... https://www.newsnationnow.com/wp-content/plugins/lakana/inc/blueconic/scripts/login-registration-bc-wall.js?ver=1764967776 — -1 — 0 B — 0 ms — https://imasdk.googleapis.com/js/sdkloader/ima3.jsimasdk.googleapis.com/js/sdkloader/... https://imasdk.googleapis.com/js/sdkloader/ima3.js — -1 — 0 B — 0 ms — https://imasdk.googleapis.com/pal/sdkloader/pal.jsimasdk.googleapis.com/pal/sdkloader... https://imasdk.googleapis.com/pal/sdkloader/pal.js — -1 — 0 B — 0 ms — https://www.newsnationnow.com/wp-content/plugins/nexstar-video-ads-shim/build/video-ads-shim-entry.b8cad32d99fc57eda717.js?ver=b8cad32d99fc57eda717www.newsnationnow.com/wp-content/pl... https://www.newsnationnow.com/wp-content/plugins/nexstar-video-ads-shim/build/video-ads-shim-entry.b8cad32d99fc57eda717.js?ver=b8cad32d99fc57eda717 — -1 — 0 B — 0 ms — https://www.newsnationnow.com/wp-content/plugins/nielsen/build/nielsen-entry.fefa5ff72d39246c193a.js?ver=fefa5ff72d39246c193awww.newsnationnow.com/wp-content/pl... https://www.newsnationnow.com/wp-content/plugins/nielsen/build/nielsen-entry.fefa5ff72d39246c193a.js?ver=fefa5ff72d39246c193a — -1 — 0 B — 0 ms — https://www.newsnationnow.com/wp-content/plugins/video/build/player.min.js?ver=6.8.5www.newsnationnow.com/wp-content/pl... https://www.newsnationnow.com/wp-content/plugins/video/build/player.min.js?ver=6.8.5 — -1 — 0 B — 0 ms — https://www.newsnationnow.com/wp-content/plugins/chartbeat/build/chartbeat-video-strategy.dd3333cc50f5c72c69a5.js?ver=dd3333cc50f5c72c69a5www.newsnationnow.com/wp-content/pl... https://www.newsnationnow.com/wp-content/plugins/chartbeat/build/chartbeat-video-strategy.dd3333cc50f5c72c69a5.js?ver=dd3333cc50f5c72c69a5 — -1 — 0 B — 0 ms — https://static.chartbeat.com/js/chartbeat_mab.js?ver=1.0.0static.chartbeat.com/js/chartbeat_m... https://static.chartbeat.com/js/chartbeat_mab.js?ver=1.0.0 — -1 — 0 B — 0 ms — https://static.chartbeat.com/js/chartbeat_video.jsstatic.chartbeat.com/js/chartbeat_v... https://static.chartbeat.com/js/chartbeat_video.js — -1 — 0 B — 0 ms — https://www.newsnationnow.com/wp-content/plugins/htlbid/build/htlbid-video-bidding.efc4e03a903de8181dc9.js?ver=efc4e03a903de8181dc9www.newsnationnow.com/wp-content/pl... https://www.newsnationnow.com/wp-content/plugins/htlbid/build/htlbid-video-bidding.efc4e03a903de8181dc9.js?ver=efc4e03a903de8181dc9 — -1 — 0 B — 0 ms — https://www.newsnationnow.com/wp-content/plugins/video/build/frontend.a9e1536e98fc4a3eb5ea.js?ver=a9e1536e98fc4a3eb5eawww.newsnationnow.com/wp-content/pl... https://www.newsnationnow.com/wp-content/plugins/video/build/frontend.a9e1536e98fc4a3eb5ea.js?ver=a9e1536e98fc4a3eb5ea — -1 — 0 B — 0 ms — https://www.newsnationnow.com/wp-content/plugins/search-guard/build/search-guard.b547835f3eb95cde193c.js?ver=b547835f3eb95cde193cwww.newsnationnow.com/wp-content/pl... https://www.newsnationnow.com/wp-content/plugins/search-guard/build/search-guard.b547835f3eb95cde193c.js?ver=b547835f3eb95cde193c — -1 — 0 B — 0 ms — https://stats.wp.com/e-202617.jsstats.wp.com/e-202617.js https://stats.wp.com/e-202617.js — -1 — 0 B — 0 ms — https://www.newsnationnow.com/wp-content/uploads/sites/108/2026/04/AP22057172152994-e1761311936159.jpg?w=512&h=288&crop=1www.newsnationnow.com/wp-content/up... https://www.newsnationnow.com/wp-content/uploads/sites/108/2026/04/AP22057172152994-e1761311936159.jpg?w=512&h=288&crop=1 — 200 — 13.1 KiB — 10 ms — h2https://www.newsnationnow.com/wp-content/uploads/sites/108/2026/04/California-Debate-Simulcast-Key-Art_1320x1080.webp?w=512&h=288&crop=1www.newsnationnow.com/wp-content/up... https://www.newsnationnow.com/wp-content/uploads/sites/108/2026/04/California-Debate-Simulcast-Key-Art_1320x1080.webp?w=512&h=288&crop=1 — 200 — 62.7 KiB — 13 ms — h2https://www.newsnationnow.com/wp-content/uploads/sites/108/2026/04/California-Debate-Simulcast-Key-Art_1320x1080-1.webp?w=512&h=288&crop=1www.newsnationnow.com/wp-content/up... https://www.newsnationnow.com/wp-content/uploads/sites/108/2026/04/California-Debate-Simulcast-Key-Art_1320x1080-1.webp?w=512&h=288&crop=1 — 200 — 62.7 KiB — 378 ms — h2https://www.newsnationnow.com/wp-content/uploads/sites/108/2026/04/AP25356808455514-e1766442680326.jpg?w=512&h=288&crop=1www.newsnationnow.com/wp-content/up... https://www.newsnationnow.com/wp-content/uploads/sites/108/2026/04/AP25356808455514-e1766442680326.jpg?w=512&h=288&crop=1 — 200 — 10.2 KiB — 56 ms — h2https://www.newsnationnow.com/wp-content/uploads/sites/108/2026/03/THUMB-Website-1-wings-for-odd-images-14.jpeg?w=512&h=288&crop=1www.newsnationnow.com/wp-content/up... https://www.newsnationnow.com/wp-content/uploads/sites/108/2026/03/THUMB-Website-1-wings-for-odd-images-14.jpeg?w=512&h=288&crop=1 — 200 — 23.9 KiB — 7 ms — h2https://www.newsnationnow.com/wp-content/uploads/sites/108/2026/04/GettyImages-2271882840.jpg?w=512&h=288&crop=1www.newsnationnow.com/wp-content/up... https://www.newsnationnow.com/wp-content/uploads/sites/108/2026/04/GettyImages-2271882840.jpg?w=512&h=288&crop=1 — 200 — 4.8 KiB — 7 ms — h2https://www.newsnationnow.com/wp-content/uploads/sites/108/2026/04/image_fc874e.png?w=512&h=288&crop=1www.newsnationnow.com/wp-content/up... https://www.newsnationnow.com/wp-content/uploads/sites/108/2026/04/image_fc874e.png?w=512&h=288&crop=1 — 200 — 168.6 KiB — 12 ms — h2data:image/svg+xml;charset=utf-8,%3Csvg width='1616' height='134' fill='none' xmlns='http://www.w3.…www.w3.… data:image/svg+xml;charset=utf-8,%3Csvg width='1616' height='134' fill='none' xmlns='http://www.w3.… — 200 — 0 B — 0 ms — datahttps://www.newsnationnow.com/wp-content/uploads/sites/108/2026/03/NewsNation-logo.pngwww.newsnationnow.com/wp-content/up... https://www.newsnationnow.com/wp-content/uploads/sites/108/2026/03/NewsNation-logo.png — 200 — 10.3 KiB — 3 ms — h2https://fonts.gstatic.com/s/nunitosans/v19/pe0TMImSLYBIv1o4X1M8ce2xCx3yop4tQpF_MeTm0lfGWVpNn64CL7U8upHZIbMV51Q42ptCp7t1R-tQKr51.woff2fonts.gstatic.com/s/nunitosans/v19/... https://fonts.gstatic.com/s/nunitosans/v19/pe0TMImSLYBIv1o4X1M8ce2xCx3yop4tQpF_MeTm0lfGWVpNn64CL7U8upHZIbMV51Q42ptCp7t1R-tQKr51.woff2 — 200 — 30.3 KiB — 83 ms — h3https://fonts.gstatic.com/s/firasans/v18/va9B4kDNxMZdWfMOD5VnLK3eRhf6Xl7Glw.woff2fonts.gstatic.com/s/firasans/v18/va... https://fonts.gstatic.com/s/firasans/v18/va9B4kDNxMZdWfMOD5VnLK3eRhf6Xl7Glw.woff2 — 200 — 17.4 KiB — 87 ms — h3https://fonts.gstatic.com/s/firasanscondensed/v11/wEOsEADFm8hSaQTFG18FErVhsC9x-tarWU3IuMR0cjRYhY8.woff2fonts.gstatic.com/s/firasanscondens... https://fonts.gstatic.com/s/firasanscondensed/v11/wEOsEADFm8hSaQTFG18FErVhsC9x-tarWU3IuMR0cjRYhY8.woff2 — 200 — 17.4 KiB — 87 ms — h3https://fonts.gstatic.com/s/firasanscondensed/v11/wEOhEADFm8hSaQTFG18FErVhsC9x-tarUfbtrelWfx4.woff2fonts.gstatic.com/s/firasanscondens... https://fonts.gstatic.com/s/firasanscondensed/v11/wEOhEADFm8hSaQTFG18FErVhsC9x-tarUfbtrelWfx4.woff2 — 200 — 17.3 KiB — 87 ms — h3https://fonts.gstatic.com/s/firasans/v18/va9E4kDNxMZdWfMOD5Vvl4jLazX3dA.woff2fonts.gstatic.com/s/firasans/v18/va... https://fonts.gstatic.com/s/firasans/v18/va9E4kDNxMZdWfMOD5Vvl4jLazX3dA.woff2 — 200 — 17.1 KiB — 87 ms — h3https://fonts.gstatic.com/s/firasans/v18/va9B4kDNxMZdWfMOD5VnZKveRhf6Xl7Glw.woff2fonts.gstatic.com/s/firasans/v18/va... https://fonts.gstatic.com/s/firasans/v18/va9B4kDNxMZdWfMOD5VnZKveRhf6Xl7Glw.woff2 — 200 — 17.4 KiB — 88 ms — h3https://www.newsnationnow.com/wp-content/uploads/sites/108/2026/04/GettyImages-1399453475.jpg?w=512&h=288&crop=1www.newsnationnow.com/wp-content/up... https://www.newsnationnow.com/wp-content/uploads/sites/108/2026/04/GettyImages-1399453475.jpg?w=512&h=288&crop=1 — 200 — 22.8 KiB — 8 ms — h2https://www.newsnationnow.com/wp-content/uploads/sites/108/2024/02/65cd54737226b1.09070191.jpeg?w=512&h=288&crop=1www.newsnationnow.com/wp-content/up... https://www.newsnationnow.com/wp-content/uploads/sites/108/2024/02/65cd54737226b1.09070191.jpeg?w=512&h=288&crop=1 — 200 — 36.8 KiB — 8 ms — h2https://www.newsnationnow.com/wp-content/uploads/sites/108/2025/09/66f463ed214209.66709058.jpeg?w=512&h=288&crop=1www.newsnationnow.com/wp-content/up... https://www.newsnationnow.com/wp-content/uploads/sites/108/2025/09/66f463ed214209.66709058.jpeg?w=512&h=288&crop=1 — 200 — 11.9 KiB — 12 ms — h2https://www.newsnationnow.com/wp-content/uploads/sites/108/2026/04/THUMB-Website-1-wings-for-odd-images-1.jpeg?w=512&h=288&crop=1www.newsnationnow.com/wp-content/up... https://www.newsnationnow.com/wp-content/uploads/sites/108/2026/04/THUMB-Website-1-wings-for-odd-images-1.jpeg?w=512&h=288&crop=1 — 200 — 20.7 KiB — 13 ms — h2https://www.newsnationnow.com/wp-content/uploads/sites/108/2026/04/cft.jpg?w=512&h=288&crop=1www.newsnationnow.com/wp-content/up... https://www.newsnationnow.com/wp-content/uploads/sites/108/2026/04/cft.jpg?w=512&h=288&crop=1 — 200 — 33.9 KiB — 10 ms — h2https://www.newsnationnow.com/wp-content/themes/newsnation/client/static/newsnation_logo.svgwww.newsnationnow.com/wp-content/th... https://www.newsnationnow.com/wp-content/themes/newsnation/client/static/newsnation_logo.svg — 200 — 1.9 KiB — 9 ms — h2https://www.newsnationnow.com/wp-content/uploads/sites/108/2024/08/GettyImages-2162739934.jpg?w=512&h=288&crop=1www.newsnationnow.com/wp-content/up... https://www.newsnationnow.com/wp-content/uploads/sites/108/2024/08/GettyImages-2162739934.jpg?w=512&h=288&crop=1 — 200 — 24.0 KiB — 4 ms — h2https://www.newsnationnow.com/wp-content/uploads/sites/108/2026/04/AP64610743705-e1776888920634.jpg?w=512&h=288&crop=1www.newsnationnow.com/wp-content/up... https://www.newsnationnow.com/wp-content/uploads/sites/108/2026/04/AP64610743705-e1776888920634.jpg?w=512&h=288&crop=1 — 200 — 10.9 KiB — 5 ms — h2https://www.newsnationnow.com/wp-content/uploads/sites/108/2024/06/snapshot-14-2.jpg?w=512&h=288&crop=1www.newsnationnow.com/wp-content/up... https://www.newsnationnow.com/wp-content/uploads/sites/108/2024/06/snapshot-14-2.jpg?w=512&h=288&crop=1 — 200 — 11.8 KiB — 153 ms — h2https://www.newsnationnow.com/wp-content/uploads/sites/108/2026/04/Screenshot-2026-04-22-123056.png?w=512&h=288&crop=1www.newsnationnow.com/wp-content/up... https://www.newsnationnow.com/wp-content/uploads/sites/108/2026/04/Screenshot-2026-04-22-123056.png?w=512&h=288&crop=1 — 200 — 105.6 KiB — 9 ms — h2https://fonts.gstatic.com/s/firasansextracondensed/v11/NaPPcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda3USLr3i-oWR9e2U.woff2fonts.gstatic.com/s/firasansextraco... https://fonts.gstatic.com/s/firasansextracondensed/v11/NaPPcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda3USLr3i-oWR9e2U.woff2 — 200 — 17.5 KiB — 37 ms — h3https://fonts.gstatic.com/s/robotocondensed/v31/ieVl2ZhZI2eCN5jzbjEETS9weq8-19K7DQk6YvM.woff2fonts.gstatic.com/s/robotocondensed... https://fonts.gstatic.com/s/robotocondensed/v31/ieVl2ZhZI2eCN5jzbjEETS9weq8-19K7DQk6YvM.woff2 — 200 — 45.0 KiB — 44 ms — h3https://www.newsnationnow.com/wp-content/uploads/sites/108/2026/04/MAS_Banner_728x90_B.png?quality=75www.newsnationnow.com/wp-content/up... https://www.newsnationnow.com/wp-content/uploads/sites/108/2026/04/MAS_Banner_728x90_B.png?quality=75 — 200 — 10.1 KiB — 7 ms — h2https://www.newsnationnow.com/wp-content/uploads/sites/108/2025/02/NN_Markie_400x400.pngwww.newsnationnow.com/wp-content/up... https://www.newsnationnow.com/wp-content/uploads/sites/108/2025/02/NN_Markie_400x400.png — 200 — 182.7 KiB — 23 ms — h2https://www.newsnationnow.com/wp-content/uploads/sites/108/2024/06/NN_Site-Talent-Profile-Photos_400x400_Vargas.pngwww.newsnationnow.com/wp-content/up... https://www.newsnationnow.com/wp-content/uploads/sites/108/2024/06/NN_Site-Talent-Profile-Photos_400x400_Vargas.png — 200 — 142.2 KiB — 17 ms — h2https://www.newsnationnow.com/wp-content/uploads/sites/108/2024/06/NN_Site-Talent-Profile-Photos_400x400_Cuomo.pngwww.newsnationnow.com/wp-content/up... https://www.newsnationnow.com/wp-content/uploads/sites/108/2024/06/NN_Site-Talent-Profile-Photos_400x400_Cuomo.png — 200 — 171.7 KiB — 29 ms — h2https://www.newsnationnow.com/wp-content/uploads/sites/108/2024/06/NN_Site-Talent-Profile-Photos_400x400_Leland-Vittert.pngwww.newsnationnow.com/wp-content/up... https://www.newsnationnow.com/wp-content/uploads/sites/108/2024/06/NN_Site-Talent-Profile-Photos_400x400_Leland-Vittert.png — 200 — 138.7 KiB — 21 ms — h2https://www.newsnationnow.com/wp-content/uploads/sites/108/2026/01/NN_Katie-Pavlich.jpgwww.newsnationnow.com/wp-content/up... https://www.newsnationnow.com/wp-content/uploads/sites/108/2026/01/NN_Katie-Pavlich.jpg — 200 — 14.5 MiB — 524 ms — h2https://www.newsnationnow.com/wp-content/uploads/sites/108/2023/03/NN_Jesse-Weber.jpgwww.newsnationnow.com/wp-content/up... https://www.newsnationnow.com/wp-content/uploads/sites/108/2023/03/NN_Jesse-Weber.jpg — 200 — 13.9 MiB — 670 ms — h2https://fonts.gstatic.com/s/firasansextracondensed/v11/NaPPcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda3SCKr3i-oWR9e2U.woff2fonts.gstatic.com/s/firasansextraco... https://fonts.gstatic.com/s/firasansextracondensed/v11/NaPPcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda3SCKr3i-oWR9e2U.woff2 — 200 — 17.4 KiB — 32 ms — h3https://fonts.gstatic.com/s/firasanscondensed/v11/wEOsEADFm8hSaQTFG18FErVhsC9x-tarWQXOuMR0cjRYhY8.woff2fonts.gstatic.com/s/firasanscondens... https://fonts.gstatic.com/s/firasanscondensed/v11/wEOsEADFm8hSaQTFG18FErVhsC9x-tarWQXOuMR0cjRYhY8.woff2 — 200 — 17.4 KiB — 31 ms — h3https://cdn.bestreviews.com/deals/main.bundle.jscdn.bestreviews.com/deals/main.bund... https://cdn.bestreviews.com/deals/main.bundle.js — -1 — 0 B — 0 ms — https://www.newsnationnow.com/wp-content/plugins/nexstar-content-flair/build/kicker-style.d00b7cc231f9c2fc56e6.css?ver=d00b7cc231f9c2fc56e6www.newsnationnow.com/wp-content/pl... https://www.newsnationnow.com/wp-content/plugins/nexstar-content-flair/build/kicker-style.d00b7cc231f9c2fc56e6.css?ver=d00b7cc231f9c2fc56e6 — 200 — 628 B — 15 ms — h2data:image/svg+xml;charset=utf-8,%3Csvg width='390' height='940' fill='none' xmlns='http://www.w3.o…www.w3.o… data:image/svg+xml;charset=utf-8,%3Csvg width='390' height='940' fill='none' xmlns='http://www.w3.o… — 200 — 0 B — 0 ms — datahttps://www.newsnationnow.com/wp-content/themes/nexstar/client/build/js/common.chunk.min.js?ver=2634ffe6e9af4d963f49www.newsnationnow.com/wp-content/th... https://www.newsnationnow.com/wp-content/themes/nexstar/client/build/js/common.chunk.min.js?ver=2634ffe6e9af4d963f49 — -1 — 0 B — 0 ms — https://www.newsnationnow.com/wp-content/themes/nexstar/client/build/js/global.bundle.min.js?ver=6ef9d884b01f13f7c3a3www.newsnationnow.com/wp-content/th... https://www.newsnationnow.com/wp-content/themes/nexstar/client/build/js/global.bundle.min.js?ver=6ef9d884b01f13f7c3a3 — -1 — 0 B — 0 ms — https://www.newsnationnow.com/wp-content/themes/newsnation/client/build/js/global.bundle.min.js?ver=71ea047634ebc49f04d6www.newsnationnow.com/wp-content/th... https://www.newsnationnow.com/wp-content/themes/newsnation/client/build/js/global.bundle.min.js?ver=71ea047634ebc49f04d6 — -1 — 0 B — 0 ms — https://www.newsnationnow.com/wp-content/themes/nexstar/client/build/js/video-playlist.bundle.min.js?ver=14d1a32f39847e4497dfwww.newsnationnow.com/wp-content/th... https://www.newsnationnow.com/wp-content/themes/nexstar/client/build/js/video-playlist.bundle.min.js?ver=14d1a32f39847e4497df — -1 — 0 B — 0 ms — https://www.newsnationnow.com/wp-content/plugins/lakana/inc/alert-banners/js/special-promo.js?ver=1.0.0www.newsnationnow.com/wp-content/pl... https://www.newsnationnow.com/wp-content/plugins/lakana/inc/alert-banners/js/special-promo.js?ver=1.0.0 — -1 — 0 B — 0 ms — https://www.newsnationnow.com/wp-content/uploads/sites/108/2020/07/cropped-favicon-tranparent-bkg.png?w=32www.newsnationnow.com/wp-content/up... https://www.newsnationnow.com/wp-content/uploads/sites/108/2020/07/cropped-favicon-tranparent-bkg.png?w=32 — 200 — 767 B — 4 ms — h2
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 1449ms · 104KB · $19/mo
www.newsnationnow.com
Other
Costly
Execution 786ms
Transfer 104 KB
Monthly Cost $10/mo
Unattributable
Other
Costly
Execution 664ms
Transfer 0 KB
Monthly Cost $9/mo

These scripts may cost more than they're worth

  • www.newsnationnow.com adds 786ms and costs ~$10/month
  • Unattributable adds 664ms and costs ~$9/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.newsnationnow.com takes 786ms 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

Unattributable takes 664ms 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

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