Skip to content
https://dispatch.com

Performance

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

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

74
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.
96
Best Practices Checks for modern web development best practices including HTTPS, no console errors, and secure JavaScript.
54
SEO Measures basic SEO optimizations: meta tags, crawlability, link text, and mobile friendliness.

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

1.14 s

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

3.16 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.141

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

1.14 s

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

3.16 s

Page Load Progression

375 ms
750 ms
1.1 s
1.5 s
1.9 s
2.2 s
2.6 s
3.0 s
Checks
15
7 PASS 3 REVIEW 3 FIX
F
Page Weight Budget
Action
3.2 MB transferred, 151 requests
FIX
3.2 MB transferred, 151 requests
Warning::
Page weighs 4.5 MB (3.2 MB transferred)
Warning::
Images are 2.8 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 2.8 MB
Warning::
151 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 0.67 g CO2 per page load
3.2 MB / 2.4 MB budget
3.2 MB transferred
151 requests
0.67 g CO2 per page load
Images 2.8 MiB 87%
Other 166.4 KiB 5%
JavaScript 138.4 KiB 4%
Fonts 72.6 KiB 2%
HTML 33.6 KiB 1%
Other 9.9 KiB 0%
Other 1.8 KiB 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

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 (3.2 MiB of 3.2 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
D
Page Weight Inventory
Action
151 resources · 3.2 MB · 35 KB savings available
FIX
151 resources · 3.2 MB · 35 KB savings available
Warning::
Page weight 2.2 MB over 1MB target
Got: 3.2 MB Expected: ≤ 1 MB
Warning::
150 third-party resources (100% of weight)
Info::
1 resources over 200KB
151 resources · 3.2 MiB · 150 third-party 2.2 MiB over 1MB target
Image 87% · 2.8 MiB
Document 6% · 200.1 KiB
JavaScript 4% · 138.4 KiB
Font 2% · 72.6 KiB
Other 0% · 11.3 KiB

~34.8 KiB of savings available

Remove unused JavaScript: 34.8 KiB
C
Image Optimization
Action
35 images, 0 KB saveable
REVIEW
35 images, 0 KB saveable
Warning::
https://www.gannett-cdn.com/authoring/authoring-im... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.gannett-cdn.com/authoring/authoring-im... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.gannett-cdn.com/presto/2023/05/12/NCOD... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.gannett-cdn.com/authoring/2019/12/17/N... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.gannett-cdn.com/authoring/authoring-im... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.gannett-cdn.com/authoring/authoring-im... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.gannett-cdn.com/authoring/authoring-im... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.gannett-cdn.com/authoring/authoring-im... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.gannett-cdn.com/authoring/authoring-im... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.gannett-cdn.com/authoring/authoring-im... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.gannett-cdn.com/authoring/authoring-im... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.gannett-cdn.com/authoring/authoring-im... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.gannett-cdn.com/authoring/authoring-im... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.gannett-cdn.com/authoring/authoring-im... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.gannett-cdn.com/gannett-web/properties... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
35 images 2.8 MB
0 oversized -0 KB
34 legacy format
15 missing dimensions CLS risk

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

B
JS Execution Cost
815ms total JS execution
REVIEW
815ms total JS execution
Warning::
https://eu.dispatch.com/: 408ms CPU time
Info::
https://cpt-static.gannettdigital.com/universal-we...: 143ms CPU time
Info::
Unattributable: 105ms CPU time
Info::
https://cpt-static.gannettdigital.com/universal-we...: 95ms CPU time
Info::
https://cpt-static.gannettdigital.com/universal-we...: 65ms CPU time
Warning::
Third-party scripts: 815ms (100% of total)

Main Thread Breakdown

Other 60% Script Evaluation 23% Style & Layout 9% Script Parsing & Compilation 4%
ScriptTotalScriptingParse/CompileParty
https://eu.dispatch.com/408ms19ms2ms3rd
https://cpt-static.gannettdigital.com/universal-web-client/master/latest/vendor/components/webcomponentsjs/webcomponents-hi.js143ms78ms0ms3rd
Unattributable105ms6ms0ms3rd
https://cpt-static.gannettdigital.com/universal-web-client/master/latest/core/bundles/section.js95ms79ms0ms3rd
https://cpt-static.gannettdigital.com/universal-web-client/master/latest/core/scripts/gallium.js65ms1ms0ms3rd
C
Green Hosting
Action
Whether the site is served from green-energy infrastructure
REVIEW

Green Hosting

No green hosting detected

A+
Text Compression
All text resources are compressed
PASS
All text resources are compressed
Info::
All text resources are compressed
All text resources are properly compressed.
A+
Font Loading
4 fonts (73 KB)
PASS
4 fonts (73 KB)
Info::
4 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

4

73 KB total

Render-blocking

0

of 4

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 FCP 1.1 s LCP 3.2 shttps://cpt-static.gannettdigital.com/universal-web-client/master/latest/gallium/themes/assets/universal/fonts/UnifySans_W_SBd.woff2UnifySans_W_SBd.woff2 https://cpt-static.gannettdigital.com/universal-web-client/master/latest/gallium/themes/assets/universal/fonts/UnifySans_W_SBd.woff2 — 18.1 KiB — 7 ms — font-display: swaphttps://cpt-static.gannettdigital.com/universal-web-client/master/latest/gallium/themes/assets/universal/fonts/UnifySerif_W_Rg.woff2UnifySerif_W_Rg.woff2 https://cpt-static.gannettdigital.com/universal-web-client/master/latest/gallium/themes/assets/universal/fonts/UnifySerif_W_Rg.woff2 — 20.3 KiB — 7 ms — font-display: swaphttps://cpt-static.gannettdigital.com/universal-web-client/master/latest/gallium/themes/assets/universal/fonts/UnifySans_W_Bd.woff2UnifySans_W_Bd.woff2 https://cpt-static.gannettdigital.com/universal-web-client/master/latest/gallium/themes/assets/universal/fonts/UnifySans_W_Bd.woff2 — 17.7 KiB — 9 ms — font-display: swaphttps://cpt-static.gannettdigital.com/universal-web-client/master/latest/gallium/themes/assets/universal/fonts/UnifySans_W_Rg.woff2UnifySans_W_Rg.woff2 https://cpt-static.gannettdigital.com/universal-web-client/master/latest/gallium/themes/assets/universal/fonts/UnifySans_W_Rg.woff2 — 16.4 KiB — 5 ms — font-display: swap
UnifySans_W_SBd.woff2 woff2 swap
Size 18 KB
Load time 7 ms
Start 175 ms
Risk FOUT — text flashes from fallback to web font
UnifySerif_W_Rg.woff2 woff2 swap
Size 20 KB
Load time 7 ms
Start 175 ms
Risk FOUT — text flashes from fallback to web font
UnifySans_W_Bd.woff2 woff2 swap
Size 18 KB
Load time 9 ms
Start 175 ms
Risk FOUT — text flashes from fallback to web font
UnifySans_W_Rg.woff2 woff2 swap
Size 16 KB
Load time 5 ms
Start 176 ms
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
55 scripts, 35 KB unused
PASS
55 scripts, 35 KB unused
Warning::
https://cpt-static.gannettdigital.com/universal-we...: 35 KB unused (43%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 35 KB
35 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://cpt-static.gannettdigital.com/universal-web-client/master/latest/core/bundles/section.js82 KB35 KB (43%)3rd
https://polyfill-fastly.io/v2/polyfill.min.js?features=default,fetch,Array.prototype.find,IntersectionObserver,IntersectionObserverEntry,Intl,Intl.~locale.en-US0 KB3rd
https://cpt-static.gannettdigital.com/universal-web-client/master/latest/core/scripts/gallium.js4 KB3rd
https://cpt-static.gannettdigital.com/universal-web-client/master/latest/vendor/components/webcomponentsjs/custom-elements-es5-adapter.js1 KB3rd
https://cdn.cookielaw.org/scripttemplates/otSDKStub.js0 KB3rd
https://cpt-static.gannettdigital.com/universal-web-client/master/latest/vendor/components/webcomponentsjs/webcomponents-loader.js2 KB3rd
https://cpt-static.gannettdigital.com/universal-web-client/master/latest/core/scripts/partner.js17 KB3rd
https://cpt-static.gannettdigital.com/universal-web-client/master/latest/core/scripts/utils.js6 KB3rd
https://cpt-static.gannettdigital.com/universal-web-client/master/latest/vendor/components/webcomponentsjs/webcomponents-hi.js4 KB3rd
https://atoms.dispatch.com/atoms-library/prod/dist/gannett-atoms-library.js16 KB3rd

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

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
HTTP Caching
max-age=300 (5 minutes)
PASS
max-age=300 (5 minutes)
Info::
Cache-Control header is set
Got: max-age=300,private
Info::
Effective TTL: 5 minutes (max-age=300)
Info::
No ETag or Last-Modified header
Conditional requests (304 Not Modified) are not possible without validators.
Cache-Control

max-age=300,private

DirectiveValueMeaning
max-age300Cache for 5 minutes
privateOnly browser cache, not CDN/proxy
Effective TTL: 300 seconds
Network Waterfall
151 requests over 1147ms
INFO
0 ms 1.0 s 2.0 s 3.0 s FCP 1.1 s LCP 3.2 shttps://dispatch.com// https://dispatch.com/ — 301 — 370 B — 81 ms — h2https://www.dispatch.com/www.dispatch.com/ https://www.dispatch.com/ — 302 — 689 B — 8 ms — h2https://eu.dispatch.com/eu.dispatch.com/ https://eu.dispatch.com/ — 200 — 33.6 KiB — 5 ms — h2https://polyfill-fastly.io/v2/polyfill.min.js?features=default,fetch,Array.prototype.find,IntersectionObserver,IntersectionObserverEntry,Intl,Intl.~locale.en-USpolyfill-fastly.io/v2/polyfill.min.... https://polyfill-fastly.io/v2/polyfill.min.js?features=default,fetch,Array.prototype.find,IntersectionObserver,IntersectionObserverEntry,Intl,Intl.~locale.en-US — 200 — 354 B — 21 ms — h2https://cpt-static.gannettdigital.com/universal-web-client/master/latest/core/scripts/gallium.jscpt-static.gannettdigital.com/unive... https://cpt-static.gannettdigital.com/universal-web-client/master/latest/core/scripts/gallium.js — 200 — 4.2 KiB — 11 ms — h2https://cpt-static.gannettdigital.com/universal-web-client/master/latest/vendor/components/webcomponentsjs/custom-elements-es5-adapter.jscpt-static.gannettdigital.com/unive... https://cpt-static.gannettdigital.com/universal-web-client/master/latest/vendor/components/webcomponentsjs/custom-elements-es5-adapter.js — 200 — 1.1 KiB — 9 ms — h2https://cpt-static.gannettdigital.com/universal-web-client/master/latest/core/bundles/section.jscpt-static.gannettdigital.com/unive... https://cpt-static.gannettdigital.com/universal-web-client/master/latest/core/bundles/section.js — 200 — 81.9 KiB — 15 ms — h2https://www.gannett-cdn.com/authoring/authoring-images/2025/10/03/NCOD/86497290007-common-pleas-court.jpg?crop=7007,3943,x0,y364www.gannett-cdn.com/authoring/autho... https://www.gannett-cdn.com/authoring/authoring-images/2025/10/03/NCOD/86497290007-common-pleas-court.jpg?crop=7007,3943,x0,y364 — 200 — 2.1 MiB — 69 ms — h2https://www.gannett-cdn.com/authoring/authoring-images/2026/01/12/USAT/88148416007-usatsi-27919432.jpg?crop=3999,2250,x0,y400&quality=50&width=512www.gannett-cdn.com/authoring/autho... https://www.gannett-cdn.com/authoring/authoring-images/2026/01/12/USAT/88148416007-usatsi-27919432.jpg?crop=3999,2250,x0,y400&quality=50&width=512 — 200 — 34.1 KiB — 120 ms — h2https://cdn.cookielaw.org/scripttemplates/otSDKStub.jscdn.cookielaw.org/scripttemplates/o... https://cdn.cookielaw.org/scripttemplates/otSDKStub.js — -1 — 0 B — 91 ms — https://www.gannett-cdn.com/authoring/2019/12/17/NCOD/ghows-OH-ca4157f4-725c-4088-8574-12d94085ff21-92b15e53.jpeg?crop=1999,1130,x0,y125&quality=50&width=512www.gannett-cdn.com/authoring/2019/... https://www.gannett-cdn.com/authoring/2019/12/17/NCOD/ghows-OH-ca4157f4-725c-4088-8574-12d94085ff21-92b15e53.jpeg?crop=1999,1130,x0,y125&quality=50&width=512 — 200 — 12.8 KiB — 111 ms — h2https://www.gannett-cdn.com/authoring/authoring-images/2026/03/09/USAT/89063884007-1321427.jpg?crop=1829,1028,x85,y0&quality=50&width=256&height=144www.gannett-cdn.com/authoring/autho... https://www.gannett-cdn.com/authoring/authoring-images/2026/03/09/USAT/89063884007-1321427.jpg?crop=1829,1028,x85,y0&quality=50&width=256&height=144 — 200 — 5.1 KiB — 118 ms — h2https://www.gannett-cdn.com/authoring/authoring-images/2026/04/01/USAT/89418718007-20190909-t-095808-z-1460425915-rc-1-dc-47491-a-0-rtrmadp-3-foodmeatalternative.JPG?crop=3499,1968,x0,y0&quality=50&width=256&height=144www.gannett-cdn.com/authoring/autho... https://www.gannett-cdn.com/authoring/authoring-images/2026/04/01/USAT/89418718007-20190909-t-095808-z-1460425915-rc-1-dc-47491-a-0-rtrmadp-3-foodmeatalternative.JPG?crop=3499,1968,x0,y0&quality=50&width=256&height=144 — 200 — 4.4 KiB — 112 ms — h2https://www.gannett-cdn.com/authoring/authoring-images/2026/04/22/NCOD/89732829007-amanda-wampler.jpg?crop=3959,2227,x0,y677&quality=50&width=256&height=144www.gannett-cdn.com/authoring/autho... https://www.gannett-cdn.com/authoring/authoring-images/2026/04/22/NCOD/89732829007-amanda-wampler.jpg?crop=3959,2227,x0,y677&quality=50&width=256&height=144 — 200 — 4.8 KiB — 101 ms — h2https://www.gannett-cdn.com/authoring/authoring-images/2026/01/09/NCOD/88099461007-news-bp-submetering-main-bar-01.jpg?crop=7007,3943,x0,y364&quality=50&width=256&height=144www.gannett-cdn.com/authoring/autho... https://www.gannett-cdn.com/authoring/authoring-images/2026/01/09/NCOD/88099461007-news-bp-submetering-main-bar-01.jpg?crop=7007,3943,x0,y364&quality=50&width=256&height=144 — 200 — 6.3 KiB — 109 ms — h2https://www.gannett-cdn.com/authoring/authoring-images/2026/04/21/NCOD/89722651007-nwsl-columbus-announcement-ac-031.JPG?crop=4499,2531,x0,y234&quality=50&width=256&height=144www.gannett-cdn.com/authoring/autho... https://www.gannett-cdn.com/authoring/authoring-images/2026/04/21/NCOD/89722651007-nwsl-columbus-announcement-ac-031.JPG?crop=4499,2531,x0,y234&quality=50&width=256&height=144 — 200 — 6.7 KiB — 115 ms — h2https://www.gannett-cdn.com/authoring/authoring-images/2026/04/21/NCOD/89709919007-entertainment-worthington-inn-preview-01.jpg?crop=4799,2700,x0,y315&quality=50&width=256&height=144www.gannett-cdn.com/authoring/autho... https://www.gannett-cdn.com/authoring/authoring-images/2026/04/21/NCOD/89709919007-entertainment-worthington-inn-preview-01.jpg?crop=4799,2700,x0,y315&quality=50&width=256&height=144 — 200 — 5.5 KiB — 114 ms — h2https://www.gannett-cdn.com/authoring/authoring-images/2026/04/20/USAT/89701336007-20260420-t-105621-z-81997381-rc-2-xskaig-2-sx-rtrmadp-3-irancrisislebanonisrael.JPG?crop=5999,3375,x0,y312&quality=50&width=256&height=144www.gannett-cdn.com/authoring/autho... https://www.gannett-cdn.com/authoring/authoring-images/2026/04/20/USAT/89701336007-20260420-t-105621-z-81997381-rc-2-xskaig-2-sx-rtrmadp-3-irancrisislebanonisrael.JPG?crop=5999,3375,x0,y312&quality=50&width=256&height=144 — 200 — 6.7 KiB — 29 ms — h2https://www.gannett-cdn.com/authoring/authoring-images/2026/04/17/NCOD/89665462007-earth-day-7566-amanda-carberry-columbus-zoo-and-aquarium.jpg?crop=1619,911,x0,y84&quality=50&width=256&height=144www.gannett-cdn.com/authoring/autho... https://www.gannett-cdn.com/authoring/authoring-images/2026/04/17/NCOD/89665462007-earth-day-7566-amanda-carberry-columbus-zoo-and-aquarium.jpg?crop=1619,911,x0,y84&quality=50&width=256&height=144 — 200 — 8.7 KiB — 105 ms — h2https://www.gannett-cdn.com/authoring/authoring-images/2026/04/21/NCOD/89722614007-nwsl-columbus-announcement-ac-004.JPG?crop=4499,2531,x0,y150&quality=50&width=256&height=144www.gannett-cdn.com/authoring/autho... https://www.gannett-cdn.com/authoring/authoring-images/2026/04/21/NCOD/89722614007-nwsl-columbus-announcement-ac-004.JPG?crop=4499,2531,x0,y150&quality=50&width=256&height=144 — 200 — 5.8 KiB — 117 ms — h2https://www.gannett-cdn.com/authoring/authoring-images/2026/04/21/NCOD/89719919007-10205.jpg?crop=3999,2251,x0,y374&quality=50&width=256&height=144www.gannett-cdn.com/authoring/autho... https://www.gannett-cdn.com/authoring/authoring-images/2026/04/21/NCOD/89719919007-10205.jpg?crop=3999,2251,x0,y374&quality=50&width=256&height=144 — 200 — 7.3 KiB — 106 ms — h2https://www.gannett-cdn.com/presto/2023/05/12/NCOD/109c95af-b9cd-4ac2-8660-0cb3a7c86351-impound_lot_ac_05.JPG?crop=4499,2531,x0,y228&quality=50&width=256&height=144www.gannett-cdn.com/presto/2023/05/... https://www.gannett-cdn.com/presto/2023/05/12/NCOD/109c95af-b9cd-4ac2-8660-0cb3a7c86351-impound_lot_ac_05.JPG?crop=4499,2531,x0,y228&quality=50&width=256&height=144 — 200 — 6.6 KiB — 111 ms — h2https://cpt-static.gannettdigital.com/universal-web-client/master/latest/vendor/components/webcomponentsjs/webcomponents-loader.jscpt-static.gannettdigital.com/unive... https://cpt-static.gannettdigital.com/universal-web-client/master/latest/vendor/components/webcomponentsjs/webcomponents-loader.js — 200 — 1.7 KiB — 4 ms — h2https://www.gannett-cdn.com/gannett-web/properties/dispatch/logos-and-branding/logo-default.svgwww.gannett-cdn.com/gannett-web/pro... https://www.gannett-cdn.com/gannett-web/properties/dispatch/logos-and-branding/logo-default.svg — 200 — 4.6 KiB — 27 ms — h2https://cpt-static.gannettdigital.com/universal-web-client/master/latest/gallium/themes/assets/universal/fonts/UnifySans_W_SBd.woff2cpt-static.gannettdigital.com/unive... https://cpt-static.gannettdigital.com/universal-web-client/master/latest/gallium/themes/assets/universal/fonts/UnifySans_W_SBd.woff2 — 200 — 18.1 KiB — 7 ms — h2https://cpt-static.gannettdigital.com/universal-web-client/master/latest/gallium/themes/assets/universal/fonts/UnifySerif_W_Rg.woff2cpt-static.gannettdigital.com/unive... https://cpt-static.gannettdigital.com/universal-web-client/master/latest/gallium/themes/assets/universal/fonts/UnifySerif_W_Rg.woff2 — 200 — 20.3 KiB — 7 ms — h2https://cpt-static.gannettdigital.com/universal-web-client/master/latest/gallium/themes/assets/universal/fonts/UnifySans_W_Bd.woff2cpt-static.gannettdigital.com/unive... https://cpt-static.gannettdigital.com/universal-web-client/master/latest/gallium/themes/assets/universal/fonts/UnifySans_W_Bd.woff2 — 200 — 17.7 KiB — 9 ms — h2https://cpt-static.gannettdigital.com/universal-web-client/master/latest/gallium/themes/assets/universal/fonts/UnifySans_W_Rg.woff2cpt-static.gannettdigital.com/unive... https://cpt-static.gannettdigital.com/universal-web-client/master/latest/gallium/themes/assets/universal/fonts/UnifySans_W_Rg.woff2 — 200 — 16.4 KiB — 5 ms — h2https://cpt-static.gannettdigital.com/universal-web-client/master/latest/core/scripts/partner.jscpt-static.gannettdigital.com/unive... https://cpt-static.gannettdigital.com/universal-web-client/master/latest/core/scripts/partner.js — 200 — 17.4 KiB — 6 ms — h2https://cpt-static.gannettdigital.com/universal-web-client/master/latest/core/scripts/utils.jscpt-static.gannettdigital.com/unive... https://cpt-static.gannettdigital.com/universal-web-client/master/latest/core/scripts/utils.js — 200 — 5.8 KiB — 5 ms — h2
0 ms 1.0 s 2.0 s 3.0 s FCP 1.1 s LCP 3.2 shttps://dispatch.com// https://dispatch.com/ — 301 — 370 B — 81 ms — h2https://www.dispatch.com/www.dispatch.com/ https://www.dispatch.com/ — 302 — 689 B — 8 ms — h2https://eu.dispatch.com/eu.dispatch.com/ https://eu.dispatch.com/ — 200 — 33.6 KiB — 5 ms — h2https://polyfill-fastly.io/v2/polyfill.min.js?features=default,fetch,Array.prototype.find,IntersectionObserver,IntersectionObserverEntry,Intl,Intl.~locale.en-USpolyfill-fastly.io/v2/polyfill.min.... https://polyfill-fastly.io/v2/polyfill.min.js?features=default,fetch,Array.prototype.find,IntersectionObserver,IntersectionObserverEntry,Intl,Intl.~locale.en-US — 200 — 354 B — 21 ms — h2https://cpt-static.gannettdigital.com/universal-web-client/master/latest/core/scripts/gallium.jscpt-static.gannettdigital.com/unive... https://cpt-static.gannettdigital.com/universal-web-client/master/latest/core/scripts/gallium.js — 200 — 4.2 KiB — 11 ms — h2https://cpt-static.gannettdigital.com/universal-web-client/master/latest/vendor/components/webcomponentsjs/custom-elements-es5-adapter.jscpt-static.gannettdigital.com/unive... https://cpt-static.gannettdigital.com/universal-web-client/master/latest/vendor/components/webcomponentsjs/custom-elements-es5-adapter.js — 200 — 1.1 KiB — 9 ms — h2https://cpt-static.gannettdigital.com/universal-web-client/master/latest/core/bundles/section.jscpt-static.gannettdigital.com/unive... https://cpt-static.gannettdigital.com/universal-web-client/master/latest/core/bundles/section.js — 200 — 81.9 KiB — 15 ms — h2https://www.gannett-cdn.com/authoring/authoring-images/2025/10/03/NCOD/86497290007-common-pleas-court.jpg?crop=7007,3943,x0,y364www.gannett-cdn.com/authoring/autho... https://www.gannett-cdn.com/authoring/authoring-images/2025/10/03/NCOD/86497290007-common-pleas-court.jpg?crop=7007,3943,x0,y364 — 200 — 2.1 MiB — 69 ms — h2https://www.gannett-cdn.com/authoring/authoring-images/2026/01/12/USAT/88148416007-usatsi-27919432.jpg?crop=3999,2250,x0,y400&quality=50&width=512www.gannett-cdn.com/authoring/autho... https://www.gannett-cdn.com/authoring/authoring-images/2026/01/12/USAT/88148416007-usatsi-27919432.jpg?crop=3999,2250,x0,y400&quality=50&width=512 — 200 — 34.1 KiB — 120 ms — h2https://cdn.cookielaw.org/scripttemplates/otSDKStub.jscdn.cookielaw.org/scripttemplates/o... https://cdn.cookielaw.org/scripttemplates/otSDKStub.js — -1 — 0 B — 91 ms — https://www.gannett-cdn.com/authoring/2019/12/17/NCOD/ghows-OH-ca4157f4-725c-4088-8574-12d94085ff21-92b15e53.jpeg?crop=1999,1130,x0,y125&quality=50&width=512www.gannett-cdn.com/authoring/2019/... https://www.gannett-cdn.com/authoring/2019/12/17/NCOD/ghows-OH-ca4157f4-725c-4088-8574-12d94085ff21-92b15e53.jpeg?crop=1999,1130,x0,y125&quality=50&width=512 — 200 — 12.8 KiB — 111 ms — h2https://www.gannett-cdn.com/authoring/authoring-images/2026/03/09/USAT/89063884007-1321427.jpg?crop=1829,1028,x85,y0&quality=50&width=256&height=144www.gannett-cdn.com/authoring/autho... https://www.gannett-cdn.com/authoring/authoring-images/2026/03/09/USAT/89063884007-1321427.jpg?crop=1829,1028,x85,y0&quality=50&width=256&height=144 — 200 — 5.1 KiB — 118 ms — h2https://www.gannett-cdn.com/authoring/authoring-images/2026/04/01/USAT/89418718007-20190909-t-095808-z-1460425915-rc-1-dc-47491-a-0-rtrmadp-3-foodmeatalternative.JPG?crop=3499,1968,x0,y0&quality=50&width=256&height=144www.gannett-cdn.com/authoring/autho... https://www.gannett-cdn.com/authoring/authoring-images/2026/04/01/USAT/89418718007-20190909-t-095808-z-1460425915-rc-1-dc-47491-a-0-rtrmadp-3-foodmeatalternative.JPG?crop=3499,1968,x0,y0&quality=50&width=256&height=144 — 200 — 4.4 KiB — 112 ms — h2https://www.gannett-cdn.com/authoring/authoring-images/2026/04/22/NCOD/89732829007-amanda-wampler.jpg?crop=3959,2227,x0,y677&quality=50&width=256&height=144www.gannett-cdn.com/authoring/autho... https://www.gannett-cdn.com/authoring/authoring-images/2026/04/22/NCOD/89732829007-amanda-wampler.jpg?crop=3959,2227,x0,y677&quality=50&width=256&height=144 — 200 — 4.8 KiB — 101 ms — h2https://www.gannett-cdn.com/authoring/authoring-images/2026/01/09/NCOD/88099461007-news-bp-submetering-main-bar-01.jpg?crop=7007,3943,x0,y364&quality=50&width=256&height=144www.gannett-cdn.com/authoring/autho... https://www.gannett-cdn.com/authoring/authoring-images/2026/01/09/NCOD/88099461007-news-bp-submetering-main-bar-01.jpg?crop=7007,3943,x0,y364&quality=50&width=256&height=144 — 200 — 6.3 KiB — 109 ms — h2https://www.gannett-cdn.com/authoring/authoring-images/2026/04/21/NCOD/89722651007-nwsl-columbus-announcement-ac-031.JPG?crop=4499,2531,x0,y234&quality=50&width=256&height=144www.gannett-cdn.com/authoring/autho... https://www.gannett-cdn.com/authoring/authoring-images/2026/04/21/NCOD/89722651007-nwsl-columbus-announcement-ac-031.JPG?crop=4499,2531,x0,y234&quality=50&width=256&height=144 — 200 — 6.7 KiB — 115 ms — h2https://www.gannett-cdn.com/authoring/authoring-images/2026/04/21/NCOD/89709919007-entertainment-worthington-inn-preview-01.jpg?crop=4799,2700,x0,y315&quality=50&width=256&height=144www.gannett-cdn.com/authoring/autho... https://www.gannett-cdn.com/authoring/authoring-images/2026/04/21/NCOD/89709919007-entertainment-worthington-inn-preview-01.jpg?crop=4799,2700,x0,y315&quality=50&width=256&height=144 — 200 — 5.5 KiB — 114 ms — h2https://www.gannett-cdn.com/authoring/authoring-images/2026/04/20/USAT/89701336007-20260420-t-105621-z-81997381-rc-2-xskaig-2-sx-rtrmadp-3-irancrisislebanonisrael.JPG?crop=5999,3375,x0,y312&quality=50&width=256&height=144www.gannett-cdn.com/authoring/autho... https://www.gannett-cdn.com/authoring/authoring-images/2026/04/20/USAT/89701336007-20260420-t-105621-z-81997381-rc-2-xskaig-2-sx-rtrmadp-3-irancrisislebanonisrael.JPG?crop=5999,3375,x0,y312&quality=50&width=256&height=144 — 200 — 6.7 KiB — 29 ms — h2https://www.gannett-cdn.com/authoring/authoring-images/2026/04/17/NCOD/89665462007-earth-day-7566-amanda-carberry-columbus-zoo-and-aquarium.jpg?crop=1619,911,x0,y84&quality=50&width=256&height=144www.gannett-cdn.com/authoring/autho... https://www.gannett-cdn.com/authoring/authoring-images/2026/04/17/NCOD/89665462007-earth-day-7566-amanda-carberry-columbus-zoo-and-aquarium.jpg?crop=1619,911,x0,y84&quality=50&width=256&height=144 — 200 — 8.7 KiB — 105 ms — h2https://www.gannett-cdn.com/authoring/authoring-images/2026/04/21/NCOD/89722614007-nwsl-columbus-announcement-ac-004.JPG?crop=4499,2531,x0,y150&quality=50&width=256&height=144www.gannett-cdn.com/authoring/autho... https://www.gannett-cdn.com/authoring/authoring-images/2026/04/21/NCOD/89722614007-nwsl-columbus-announcement-ac-004.JPG?crop=4499,2531,x0,y150&quality=50&width=256&height=144 — 200 — 5.8 KiB — 117 ms — h2https://www.gannett-cdn.com/authoring/authoring-images/2026/04/21/NCOD/89719919007-10205.jpg?crop=3999,2251,x0,y374&quality=50&width=256&height=144www.gannett-cdn.com/authoring/autho... https://www.gannett-cdn.com/authoring/authoring-images/2026/04/21/NCOD/89719919007-10205.jpg?crop=3999,2251,x0,y374&quality=50&width=256&height=144 — 200 — 7.3 KiB — 106 ms — h2https://www.gannett-cdn.com/presto/2023/05/12/NCOD/109c95af-b9cd-4ac2-8660-0cb3a7c86351-impound_lot_ac_05.JPG?crop=4499,2531,x0,y228&quality=50&width=256&height=144www.gannett-cdn.com/presto/2023/05/... https://www.gannett-cdn.com/presto/2023/05/12/NCOD/109c95af-b9cd-4ac2-8660-0cb3a7c86351-impound_lot_ac_05.JPG?crop=4499,2531,x0,y228&quality=50&width=256&height=144 — 200 — 6.6 KiB — 111 ms — h2https://cpt-static.gannettdigital.com/universal-web-client/master/latest/vendor/components/webcomponentsjs/webcomponents-loader.jscpt-static.gannettdigital.com/unive... https://cpt-static.gannettdigital.com/universal-web-client/master/latest/vendor/components/webcomponentsjs/webcomponents-loader.js — 200 — 1.7 KiB — 4 ms — h2https://www.gannett-cdn.com/gannett-web/properties/dispatch/logos-and-branding/logo-default.svgwww.gannett-cdn.com/gannett-web/pro... https://www.gannett-cdn.com/gannett-web/properties/dispatch/logos-and-branding/logo-default.svg — 200 — 4.6 KiB — 27 ms — h2https://cpt-static.gannettdigital.com/universal-web-client/master/latest/gallium/themes/assets/universal/fonts/UnifySans_W_SBd.woff2cpt-static.gannettdigital.com/unive... https://cpt-static.gannettdigital.com/universal-web-client/master/latest/gallium/themes/assets/universal/fonts/UnifySans_W_SBd.woff2 — 200 — 18.1 KiB — 7 ms — h2https://cpt-static.gannettdigital.com/universal-web-client/master/latest/gallium/themes/assets/universal/fonts/UnifySerif_W_Rg.woff2cpt-static.gannettdigital.com/unive... https://cpt-static.gannettdigital.com/universal-web-client/master/latest/gallium/themes/assets/universal/fonts/UnifySerif_W_Rg.woff2 — 200 — 20.3 KiB — 7 ms — h2https://cpt-static.gannettdigital.com/universal-web-client/master/latest/gallium/themes/assets/universal/fonts/UnifySans_W_Bd.woff2cpt-static.gannettdigital.com/unive... https://cpt-static.gannettdigital.com/universal-web-client/master/latest/gallium/themes/assets/universal/fonts/UnifySans_W_Bd.woff2 — 200 — 17.7 KiB — 9 ms — h2https://cpt-static.gannettdigital.com/universal-web-client/master/latest/gallium/themes/assets/universal/fonts/UnifySans_W_Rg.woff2cpt-static.gannettdigital.com/unive... https://cpt-static.gannettdigital.com/universal-web-client/master/latest/gallium/themes/assets/universal/fonts/UnifySans_W_Rg.woff2 — 200 — 16.4 KiB — 5 ms — h2https://cpt-static.gannettdigital.com/universal-web-client/master/latest/core/scripts/partner.jscpt-static.gannettdigital.com/unive... https://cpt-static.gannettdigital.com/universal-web-client/master/latest/core/scripts/partner.js — 200 — 17.4 KiB — 6 ms — h2https://cpt-static.gannettdigital.com/universal-web-client/master/latest/core/scripts/utils.jscpt-static.gannettdigital.com/unive... https://cpt-static.gannettdigital.com/universal-web-client/master/latest/core/scripts/utils.js — 200 — 5.8 KiB — 5 ms — h2https://cpt-static.gannettdigital.com/universal-web-client/master/latest/vendor/components/webcomponentsjs/webcomponents-hi.jscpt-static.gannettdigital.com/unive... https://cpt-static.gannettdigital.com/universal-web-client/master/latest/vendor/components/webcomponentsjs/webcomponents-hi.js — 200 — 3.7 KiB — 3 ms — h2https://api.gannett-cdn.com/thorium/popular/NCOD/10?apiKey=TGgXAxAcR3ktiGl6cRsHSGsLS6ySi6yz&searchtype=socialReferralsapi.gannett-cdn.com/thorium/popular... https://api.gannett-cdn.com/thorium/popular/NCOD/10?apiKey=TGgXAxAcR3ktiGl6cRsHSGsLS6ySi6yz&searchtype=socialReferrals — 200 — 1.2 KiB — 5 ms — h2https://api.gannett-cdn.com/argon/navreimagined/ncod/top_nav_primary/?apiKey=f6YYPA1hPnB9Y9chky5GOmrZKmaguLVhapi.gannett-cdn.com/argon/navreimag... https://api.gannett-cdn.com/argon/navreimagined/ncod/top_nav_primary/?apiKey=f6YYPA1hPnB9Y9chky5GOmrZKmaguLVh — 200 — 1.7 KiB — 3 ms — h2https://api.gannett-cdn.com/thorium/popular/NCOD/10?assettype=video&searchtype=pageViews&ssts=home&apiKey=TGgXAxAcR3ktiGl6cRsHSGsLS6ySi6yzapi.gannett-cdn.com/thorium/popular... https://api.gannett-cdn.com/thorium/popular/NCOD/10?assettype=video&searchtype=pageViews&ssts=home&apiKey=TGgXAxAcR3ktiGl6cRsHSGsLS6ySi6yz — 200 — 3.2 KiB — 4 ms — h2https://api.gannett-cdn.com/thorium/popular/NCOD/10?assettype=gallery&searchtype=pageViews&ssts=home&apiKey=TGgXAxAcR3ktiGl6cRsHSGsLS6ySi6yzapi.gannett-cdn.com/thorium/popular... https://api.gannett-cdn.com/thorium/popular/NCOD/10?assettype=gallery&searchtype=pageViews&ssts=home&apiKey=TGgXAxAcR3ktiGl6cRsHSGsLS6ySi6yz — 200 — 3.2 KiB — 3 ms — h2https://user.dispatch.com/NCOD-GUP/user/user.dispatch.com/NCOD-GUP/user/ https://user.dispatch.com/NCOD-GUP/user/ — -1 — 0 B — 119 ms — https://api.gannett-cdn.com/thorium/breaking-news/?apiKey=TGgXAxAcR3ktiGl6cRsHSGsLS6ySi6yz&site-code=NCODapi.gannett-cdn.com/thorium/breakin... https://api.gannett-cdn.com/thorium/breaking-news/?apiKey=TGgXAxAcR3ktiGl6cRsHSGsLS6ySi6yz&site-code=NCOD — 200 — 210 B — 5 ms — h2https://atoms.dispatch.com/atoms-library/prod/dist/gannett-atoms-library.jsatoms.dispatch.com/atoms-library/pr... https://atoms.dispatch.com/atoms-library/prod/dist/gannett-atoms-library.js — 200 — 16.1 KiB — 4 ms — h2https://www.gannett-cdn.com/authoring/authoring-images/2026/04/22/USAT/89735475007-trnd-gold-trump-statue-battle.jpg?crop=1919,1079,x0,y0&width=896&quality=50www.gannett-cdn.com/authoring/autho... https://www.gannett-cdn.com/authoring/authoring-images/2026/04/22/USAT/89735475007-trnd-gold-trump-statue-battle.jpg?crop=1919,1079,x0,y0&width=896&quality=50 — 200 — 25.5 KiB — 97 ms — h2https://www.gannett-cdn.com/authoring/videos/wochit/thumbnails/89710141007.jpg?width=384&quality=50&crop=16%3A9www.gannett-cdn.com/authoring/video... https://www.gannett-cdn.com/authoring/videos/wochit/thumbnails/89710141007.jpg?width=384&quality=50&crop=16%3A9 — 200 — 7.4 KiB — 13 ms — h2https://www.gannett-cdn.com/authoring/authoring-images/2026/04/21/NCOD/89719198007-50-print-dji-20251103110740-0302-dhdr.jpg?crop=2999,1687,x0,y281&width=384&quality=50&crop=16%3A9www.gannett-cdn.com/authoring/autho... https://www.gannett-cdn.com/authoring/authoring-images/2026/04/21/NCOD/89719198007-50-print-dji-20251103110740-0302-dhdr.jpg?crop=2999,1687,x0,y281&width=384&quality=50&crop=16%3A9 — 200 — 15.6 KiB — 13 ms — h2https://www.gannett-cdn.com/authoring/authoring-images/2026/04/21/NCOD/89710238007-softball-22.JPG?crop=5751,3238,x0,y302&width=384&quality=50&crop=16%3A9www.gannett-cdn.com/authoring/autho... https://www.gannett-cdn.com/authoring/authoring-images/2026/04/21/NCOD/89710238007-softball-22.JPG?crop=5751,3238,x0,y302&width=384&quality=50&crop=16%3A9 — 200 — 9.4 KiB — 7 ms — h2https://www.gannett-cdn.com/authoring/authoring-images/2026/04/21/NCOD/89718012007-dublin-scioto-softball-avery-reynolds.png?crop=554,312,x0,y18&width=384&quality=50&crop=16%3A9www.gannett-cdn.com/authoring/autho... https://www.gannett-cdn.com/authoring/authoring-images/2026/04/21/NCOD/89718012007-dublin-scioto-softball-avery-reynolds.png?crop=554,312,x0,y18&width=384&quality=50&crop=16%3A9 — 200 — 134.0 KiB — 18 ms — h2https://www.gannett-cdn.com/authoring/authoring-images/2026/04/21/NCOD/89717712007-dublin-coffman-baseball-evan-blasinski.png?crop=599,337,x0,y16&width=384&quality=50&crop=16%3A9www.gannett-cdn.com/authoring/autho... https://www.gannett-cdn.com/authoring/authoring-images/2026/04/21/NCOD/89717712007-dublin-coffman-baseball-evan-blasinski.png?crop=599,337,x0,y16&width=384&quality=50&crop=16%3A9 — 200 — 168.0 KiB — 35 ms — h2https://www.gannett-cdn.com/authoring/authoring-images/2026/04/21/NCOD/89725638007-screen-shot-1776820992978.jpg?crop=1919,1079,x0,y0&width=384&quality=50&crop=16%3A9www.gannett-cdn.com/authoring/autho... https://www.gannett-cdn.com/authoring/authoring-images/2026/04/21/NCOD/89725638007-screen-shot-1776820992978.jpg?crop=1919,1079,x0,y0&width=384&quality=50&crop=16%3A9 — 200 — 9.7 KiB — 17 ms — h2https://www.gannett-cdn.com/authoring/authoring-images/2026/04/21/NCOD/89721586007-nwsl-columbus-ac-02.JPG?crop=2499,1406,x0,y177&width=384&quality=50&crop=16%3A9www.gannett-cdn.com/authoring/autho... https://www.gannett-cdn.com/authoring/authoring-images/2026/04/21/NCOD/89721586007-nwsl-columbus-ac-02.JPG?crop=2499,1406,x0,y177&width=384&quality=50&crop=16%3A9 — 200 — 8.1 KiB — 17 ms — h2https://www.gannett-cdn.com/authoring/authoring-images/2026/04/20/NCOC/89704391007-21-inspiring-women-2026.jpg?crop=2967,1669,x0,y65&width=384&quality=50&crop=16%3A9www.gannett-cdn.com/authoring/autho... https://www.gannett-cdn.com/authoring/authoring-images/2026/04/20/NCOC/89704391007-21-inspiring-women-2026.jpg?crop=2967,1669,x0,y65&width=384&quality=50&crop=16%3A9 — 200 — 18.0 KiB — 17 ms — h2https://www.gannett-cdn.com/authoring/authoring-images/2026/04/21/NCOD/89715032007-downtown-fire-kwr-01.JPG?crop=2499,1406,x0,y250&width=384&quality=50&crop=16%3A9www.gannett-cdn.com/authoring/autho... https://www.gannett-cdn.com/authoring/authoring-images/2026/04/21/NCOD/89715032007-downtown-fire-kwr-01.JPG?crop=2499,1406,x0,y250&width=384&quality=50&crop=16%3A9 — 200 — 15.6 KiB — 17 ms — h2https://www.gannett-cdn.com/authoring/authoring-images/2026/04/22/NCOD/89734860007-earth-day-019-earth-day-1-wildart-eric-earthday.JPG?crop=1807,1018,x0,y108&width=896&quality=50www.gannett-cdn.com/authoring/autho... https://www.gannett-cdn.com/authoring/authoring-images/2026/04/22/NCOD/89734860007-earth-day-019-earth-day-1-wildart-eric-earthday.JPG?crop=1807,1018,x0,y108&width=896&quality=50 — 200 — 48.6 KiB — 117 ms — h2https://www.gannett-cdn.com/authoring/authoring-images/2026/04/21/NCOD/89709842007-entertainment-worthington-inn-preview-01.jpg?crop=4799,2700,x0,y315&width=384&quality=50&crop=16%3A9www.gannett-cdn.com/authoring/autho... https://www.gannett-cdn.com/authoring/authoring-images/2026/04/21/NCOD/89709842007-entertainment-worthington-inn-preview-01.jpg?crop=4799,2700,x0,y315&width=384&quality=50&crop=16%3A9 — 200 — 9.4 KiB — 15 ms — h2https://www.gannett-cdn.com/authoring/authoring-images/2026/04/21/NCOD/89719206007-60-print-dji-20251103111509-0328-d.jpg?crop=2999,1688,x0,y112&width=384&quality=50&crop=16%3A9www.gannett-cdn.com/authoring/autho... https://www.gannett-cdn.com/authoring/authoring-images/2026/04/21/NCOD/89719206007-60-print-dji-20251103111509-0328-d.jpg?crop=2999,1688,x0,y112&width=384&quality=50&crop=16%3A9 — 200 — 13.9 KiB — 18 ms — h2https://www.gannett-cdn.com/authoring/authoring-images/2026/04/20/NCOD/89708113007-2026-new-albany-rose-run-park-expansion-6.jpg?crop=1192,670,x44,y0&width=384&quality=50&crop=16%3A9www.gannett-cdn.com/authoring/autho... https://www.gannett-cdn.com/authoring/authoring-images/2026/04/20/NCOD/89708113007-2026-new-albany-rose-run-park-expansion-6.jpg?crop=1192,670,x44,y0&width=384&quality=50&crop=16%3A9 — 200 — 13.8 KiB — 15 ms — h2https://www.gannett-cdn.com/authoring/authoring-images/2026/04/22/NCOD/89726543007-20260211-t-163223-z-1613164333-rc-2-rjja-76-udm-rtrmadp-3-usatrumpstatue.JPG?crop=5471,3078,x0,y364&width=384&quality=50&crop=16%3A9www.gannett-cdn.com/authoring/autho... https://www.gannett-cdn.com/authoring/authoring-images/2026/04/22/NCOD/89726543007-20260211-t-163223-z-1613164333-rc-2-rjja-76-udm-rtrmadp-3-usatrumpstatue.JPG?crop=5471,3078,x0,y364&width=384&quality=50&crop=16%3A9 — 200 — 8.5 KiB — 12 ms — h2https://www.gannett-cdn.com/authoring/authoring-images/2026/04/22/NCOD/89725089007-turning-point-skm-04212026-23.JPG?crop=4009,2256,x0,y208&width=384&quality=50&crop=16%3A9www.gannett-cdn.com/authoring/autho... https://www.gannett-cdn.com/authoring/authoring-images/2026/04/22/NCOD/89725089007-turning-point-skm-04212026-23.JPG?crop=4009,2256,x0,y208&width=384&quality=50&crop=16%3A9 — 200 — 10.4 KiB — 18 ms — h2https://www.gannett-cdn.com/authoring/authoring-images/2026/04/21/NCOD/89722651007-nwsl-columbus-announcement-ac-031.JPG?crop=4499,2531,x0,y234&width=384&quality=50&crop=16%3A9www.gannett-cdn.com/authoring/autho... https://www.gannett-cdn.com/authoring/authoring-images/2026/04/21/NCOD/89722651007-nwsl-columbus-announcement-ac-031.JPG?crop=4499,2531,x0,y234&width=384&quality=50&crop=16%3A9 — 200 — 11.9 KiB — 27 ms — h2https://www.gannett-cdn.com/authoring/authoring-images/2026/04/21/NCOD/89717322007-usatsi-28654407.jpg?crop=4522,2544,x0,y0&width=384&quality=50&crop=16%3A9www.gannett-cdn.com/authoring/autho... https://www.gannett-cdn.com/authoring/authoring-images/2026/04/21/NCOD/89717322007-usatsi-28654407.jpg?crop=4522,2544,x0,y0&width=384&quality=50&crop=16%3A9 — 200 — 9.2 KiB — 14 ms — h2https://www.gannett-cdn.com/authoring/authoring-images/2026/04/21/NCOD/89709939007-softball-3.JPG?crop=2922,1644,x0,y78&width=384&quality=50&crop=16%3A9www.gannett-cdn.com/authoring/autho... https://www.gannett-cdn.com/authoring/authoring-images/2026/04/21/NCOD/89709939007-softball-3.JPG?crop=2922,1644,x0,y78&width=384&quality=50&crop=16%3A9 — 200 — 9.8 KiB — 27 ms — h2https://www.gannett-cdn.com/authoring/authoring-images/2026/04/20/NCOD/89701887007-15-cmha-grove-city-clh-31.JPG?crop=2999,1687,x0,y156&width=384&quality=50&crop=16%3A9www.gannett-cdn.com/authoring/autho... https://www.gannett-cdn.com/authoring/authoring-images/2026/04/20/NCOD/89701887007-15-cmha-grove-city-clh-31.JPG?crop=2999,1687,x0,y156&width=384&quality=50&crop=16%3A9 — 200 — 14.1 KiB — 20 ms — h2https://atoms.dispatch.com/atoms-configs/prod/dist/uw/NCOD/(null)/journey.jsonatoms.dispatch.com/atoms-configs/pr... https://atoms.dispatch.com/atoms-configs/prod/dist/uw/NCOD/(null)/journey.json — 302 — 423 B — 10 ms — h2https://cpt-static.gannettdigital.com/universal-web-client/master/latest/gallium/themes/universal.htmlcpt-static.gannettdigital.com/unive... https://cpt-static.gannettdigital.com/universal-web-client/master/latest/gallium/themes/universal.html — 200 — 5.9 KiB — 3 ms — h2https://cpt-static.gannettdigital.com/universal-web-client/master/latest/vendor/components/polymer/polymer.htmlcpt-static.gannettdigital.com/unive... https://cpt-static.gannettdigital.com/universal-web-client/master/latest/vendor/components/polymer/polymer.html — 200 — 761 B — 13 ms — h2https://cpt-static.gannettdigital.com/universal-web-client/master/latest/vendor/components/polymer/lib/elements/custom-style.htmlcpt-static.gannettdigital.com/unive... https://cpt-static.gannettdigital.com/universal-web-client/master/latest/vendor/components/polymer/lib/elements/custom-style.html — 200 — 2.3 KiB — 12 ms — h2https://www.gannett-cdn.com/sites/dispatch/images/favicon.pngwww.gannett-cdn.com/sites/dispatch/... https://www.gannett-cdn.com/sites/dispatch/images/favicon.png — 200 — 399 B — 3 ms — h2https://atoms.dispatch.com/atoms-configs/prod/dist/uw/ncod/control/journey.json?originalSegment=(null)atoms.dispatch.com/atoms-configs/pr... https://atoms.dispatch.com/atoms-configs/prod/dist/uw/ncod/control/journey.json?originalSegment=(null) — 200 — 396 B — 7 ms — h2https://cpt-static.gannettdigital.com/universal-web-client/master/latest/vendor/components/polymer/lib/legacy/legacy-element-mixin.htmlcpt-static.gannettdigital.com/unive... https://cpt-static.gannettdigital.com/universal-web-client/master/latest/vendor/components/polymer/lib/legacy/legacy-element-mixin.html — 200 — 9.5 KiB — 12 ms — h2https://cpt-static.gannettdigital.com/universal-web-client/master/latest/vendor/components/polymer/lib/legacy/polymer-fn.htmlcpt-static.gannettdigital.com/unive... https://cpt-static.gannettdigital.com/universal-web-client/master/latest/vendor/components/polymer/lib/legacy/polymer-fn.html — 200 — 945 B — 8 ms — h2https://cpt-static.gannettdigital.com/universal-web-client/master/latest/vendor/components/polymer/lib/legacy/templatizer-behavior.htmlcpt-static.gannettdigital.com/unive... https://cpt-static.gannettdigital.com/universal-web-client/master/latest/vendor/components/polymer/lib/legacy/templatizer-behavior.html — 200 — 2.7 KiB — 10 ms — h2https://cpt-static.gannettdigital.com/universal-web-client/master/latest/vendor/components/polymer/lib/elements/dom-bind.htmlcpt-static.gannettdigital.com/unive... https://cpt-static.gannettdigital.com/universal-web-client/master/latest/vendor/components/polymer/lib/elements/dom-bind.html — 200 — 2.2 KiB — 13 ms — h2https://cpt-static.gannettdigital.com/universal-web-client/master/latest/vendor/components/polymer/lib/elements/dom-repeat.htmlcpt-static.gannettdigital.com/unive... https://cpt-static.gannettdigital.com/universal-web-client/master/latest/vendor/components/polymer/lib/elements/dom-repeat.html — 200 — 8.3 KiB — 10 ms — h2https://cpt-static.gannettdigital.com/universal-web-client/master/latest/vendor/components/polymer/lib/elements/dom-if.htmlcpt-static.gannettdigital.com/unive... https://cpt-static.gannettdigital.com/universal-web-client/master/latest/vendor/components/polymer/lib/elements/dom-if.html — 200 — 4.0 KiB — 16 ms — h2https://cpt-static.gannettdigital.com/universal-web-client/master/latest/vendor/components/polymer/lib/elements/array-selector.htmlcpt-static.gannettdigital.com/unive... https://cpt-static.gannettdigital.com/universal-web-client/master/latest/vendor/components/polymer/lib/elements/array-selector.html — 200 — 4.0 KiB — 18 ms — h2https://cpt-static.gannettdigital.com/universal-web-client/master/latest/vendor/components/polymer/lib/legacy/mutable-data-behavior.htmlcpt-static.gannettdigital.com/unive... https://cpt-static.gannettdigital.com/universal-web-client/master/latest/vendor/components/polymer/lib/legacy/mutable-data-behavior.html — 200 — 2.0 KiB — 12 ms — h2https://cpt-static.gannettdigital.com/universal-web-client/master/latest/vendor/components/polymer/lib/utils/html-tag.htmlcpt-static.gannettdigital.com/unive... https://cpt-static.gannettdigital.com/universal-web-client/master/latest/vendor/components/polymer/lib/utils/html-tag.html — 200 — 2.4 KiB — 12 ms — h2https://cpt-static.gannettdigital.com/universal-web-client/master/latest/vendor/components/shadycss/custom-style-interface.htmlcpt-static.gannettdigital.com/unive... https://cpt-static.gannettdigital.com/universal-web-client/master/latest/vendor/components/shadycss/custom-style-interface.html — 200 — 522 B — 8 ms — h2https://cpt-static.gannettdigital.com/universal-web-client/master/latest/vendor/components/polymer/lib/utils/style-gather.htmlcpt-static.gannettdigital.com/unive... https://cpt-static.gannettdigital.com/universal-web-client/master/latest/vendor/components/polymer/lib/utils/style-gather.html — 200 — 2.6 KiB — 206 ms — h2https://cpt-static.gannettdigital.com/universal-web-client/master/latest/vendor/components/polymer/lib/utils/templatize.htmlcpt-static.gannettdigital.com/unive... https://cpt-static.gannettdigital.com/universal-web-client/master/latest/vendor/components/polymer/lib/utils/templatize.html — 200 — 7.6 KiB — 179 ms — h2https://cpt-static.gannettdigital.com/universal-web-client/master/latest/vendor/components/shadycss/apply-shim.htmlcpt-static.gannettdigital.com/unive... https://cpt-static.gannettdigital.com/universal-web-client/master/latest/vendor/components/shadycss/apply-shim.html — 200 — 896 B — 188 ms — h2https://cpt-static.gannettdigital.com/universal-web-client/master/latest/vendor/components/polymer/lib/mixins/element-mixin.htmlcpt-static.gannettdigital.com/unive... https://cpt-static.gannettdigital.com/universal-web-client/master/latest/vendor/components/polymer/lib/mixins/element-mixin.html — 200 — 9.2 KiB — 13 ms — h2https://cpt-static.gannettdigital.com/universal-web-client/master/latest/vendor/components/polymer/lib/mixins/gesture-event-listeners.htmlcpt-static.gannettdigital.com/unive... https://cpt-static.gannettdigital.com/universal-web-client/master/latest/vendor/components/polymer/lib/mixins/gesture-event-listeners.html — 200 — 2.2 KiB — 8 ms — h2https://cpt-static.gannettdigital.com/universal-web-client/master/latest/vendor/components/polymer/lib/mixins/dir-mixin.htmlcpt-static.gannettdigital.com/unive... https://cpt-static.gannettdigital.com/universal-web-client/master/latest/vendor/components/polymer/lib/mixins/dir-mixin.html — 200 — 2.7 KiB — 13 ms — h2https://cpt-static.gannettdigital.com/universal-web-client/master/latest/vendor/components/polymer/lib/utils/mixin.htmlcpt-static.gannettdigital.com/unive... https://cpt-static.gannettdigital.com/universal-web-client/master/latest/vendor/components/polymer/lib/utils/mixin.html — 200 — 1.6 KiB — 21 ms — h2https://cpt-static.gannettdigital.com/universal-web-client/master/latest/vendor/components/polymer/lib/utils/import-href.htmlcpt-static.gannettdigital.com/unive... https://cpt-static.gannettdigital.com/universal-web-client/master/latest/vendor/components/polymer/lib/utils/import-href.html — 200 — 1.6 KiB — 45 ms — h2https://cpt-static.gannettdigital.com/universal-web-client/master/latest/vendor/components/polymer/lib/utils/render-status.htmlcpt-static.gannettdigital.com/unive... https://cpt-static.gannettdigital.com/universal-web-client/master/latest/vendor/components/polymer/lib/utils/render-status.html — 200 — 1.4 KiB — 27 ms — h2https://cpt-static.gannettdigital.com/universal-web-client/master/latest/vendor/components/polymer/lib/utils/unresolved.htmlcpt-static.gannettdigital.com/unive... https://cpt-static.gannettdigital.com/universal-web-client/master/latest/vendor/components/polymer/lib/utils/unresolved.html — 200 — 661 B — 27 ms — h2https://cpt-static.gannettdigital.com/universal-web-client/master/latest/vendor/components/polymer/lib/legacy/polymer.dom.htmlcpt-static.gannettdigital.com/unive... https://cpt-static.gannettdigital.com/universal-web-client/master/latest/vendor/components/polymer/lib/legacy/polymer.dom.html — 200 — 3.8 KiB — 187 ms — h2https://cpt-static.gannettdigital.com/universal-web-client/master/latest/vendor/components/polymer/polymer-element.htmlcpt-static.gannettdigital.com/unive... https://cpt-static.gannettdigital.com/universal-web-client/master/latest/vendor/components/polymer/polymer-element.html — 200 — 847 B — 21 ms — h2https://cpt-static.gannettdigital.com/universal-web-client/master/latest/vendor/components/polymer/lib/utils/debounce.htmlcpt-static.gannettdigital.com/unive... https://cpt-static.gannettdigital.com/universal-web-client/master/latest/vendor/components/polymer/lib/utils/debounce.html — 200 — 2.2 KiB — 26 ms — h2https://cpt-static.gannettdigital.com/universal-web-client/master/latest/vendor/components/polymer/lib/utils/flush.htmlcpt-static.gannettdigital.com/unive... https://cpt-static.gannettdigital.com/universal-web-client/master/latest/vendor/components/polymer/lib/utils/flush.html — 200 — 918 B — 30 ms — h2https://cpt-static.gannettdigital.com/universal-web-client/master/latest/vendor/components/polymer/lib/mixins/mutable-data.htmlcpt-static.gannettdigital.com/unive... https://cpt-static.gannettdigital.com/universal-web-client/master/latest/vendor/components/polymer/lib/mixins/mutable-data.html — 200 — 3.5 KiB — 42 ms — h2https://cpt-static.gannettdigital.com/universal-web-client/master/latest/vendor/components/polymer/lib/utils/boot.htmlcpt-static.gannettdigital.com/unive... https://cpt-static.gannettdigital.com/universal-web-client/master/latest/vendor/components/polymer/lib/utils/boot.html — 200 — 1.2 KiB — 178 ms — h2https://cpt-static.gannettdigital.com/universal-web-client/master/latest/vendor/components/polymer/lib/mixins/property-effects.htmlcpt-static.gannettdigital.com/unive... https://cpt-static.gannettdigital.com/universal-web-client/master/latest/vendor/components/polymer/lib/mixins/property-effects.html — 200 — 25.3 KiB — 45 ms — h2https://cpt-static.gannettdigital.com/universal-web-client/master/latest/vendor/components/polymer/lib/utils/array-splice.htmlcpt-static.gannettdigital.com/unive... https://cpt-static.gannettdigital.com/universal-web-client/master/latest/vendor/components/polymer/lib/utils/array-splice.html — 200 — 3.0 KiB — 44 ms — h2https://cpt-static.gannettdigital.com/universal-web-client/master/latest/vendor/components/polymer/lib/legacy/class.htmlcpt-static.gannettdigital.com/unive... https://cpt-static.gannettdigital.com/universal-web-client/master/latest/vendor/components/polymer/lib/legacy/class.html — 200 — 6.1 KiB — 172 ms — h2https://cpt-static.gannettdigital.com/universal-web-client/master/latest/vendor/components/polymer/lib/utils/gestures.htmlcpt-static.gannettdigital.com/unive... https://cpt-static.gannettdigital.com/universal-web-client/master/latest/vendor/components/polymer/lib/utils/gestures.html — 200 — 8.0 KiB — 197 ms — h2https://cpt-static.gannettdigital.com/universal-web-client/master/latest/vendor/components/polymer/lib/mixins/property-accessors.htmlcpt-static.gannettdigital.com/unive... https://cpt-static.gannettdigital.com/universal-web-client/master/latest/vendor/components/polymer/lib/mixins/property-accessors.html — 200 — 4.4 KiB — 17 ms — h2https://cpt-static.gannettdigital.com/universal-web-client/master/latest/vendor/components/polymer/lib/utils/settings.htmlcpt-static.gannettdigital.com/unive... https://cpt-static.gannettdigital.com/universal-web-client/master/latest/vendor/components/polymer/lib/utils/settings.html — 200 — 1.6 KiB — 13 ms — h2https://cpt-static.gannettdigital.com/universal-web-client/master/latest/vendor/components/polymer/lib/utils/resolve-url.htmlcpt-static.gannettdigital.com/unive... https://cpt-static.gannettdigital.com/universal-web-client/master/latest/vendor/components/polymer/lib/utils/resolve-url.html — 200 — 1.5 KiB — 206 ms — h2https://cpt-static.gannettdigital.com/universal-web-client/master/latest/vendor/components/polymer/lib/elements/dom-module.htmlcpt-static.gannettdigital.com/unive... https://cpt-static.gannettdigital.com/universal-web-client/master/latest/vendor/components/polymer/lib/elements/dom-module.html — 200 — 2.8 KiB — 173 ms — h2https://cpt-static.gannettdigital.com/universal-web-client/master/latest/vendor/components/polymer/lib/mixins/properties-mixin.htmlcpt-static.gannettdigital.com/unive... https://cpt-static.gannettdigital.com/universal-web-client/master/latest/vendor/components/polymer/lib/mixins/properties-mixin.html — 200 — 3.7 KiB — 18 ms — h2https://cpt-static.gannettdigital.com/universal-web-client/master/latest/vendor/components/polymer/lib/utils/async.htmlcpt-static.gannettdigital.com/unive... https://cpt-static.gannettdigital.com/universal-web-client/master/latest/vendor/components/polymer/lib/utils/async.html — 200 — 2.0 KiB — 197 ms — h2https://cpt-static.gannettdigital.com/universal-web-client/master/latest/vendor/components/polymer/lib/utils/path.htmlcpt-static.gannettdigital.com/unive... https://cpt-static.gannettdigital.com/universal-web-client/master/latest/vendor/components/polymer/lib/utils/path.html — 200 — 2.2 KiB — 9 ms — h2https://cpt-static.gannettdigital.com/universal-web-client/master/latest/vendor/components/polymer/lib/utils/case-map.htmlcpt-static.gannettdigital.com/unive... https://cpt-static.gannettdigital.com/universal-web-client/master/latest/vendor/components/polymer/lib/utils/case-map.html — 200 — 980 B — 5 ms — h2https://cpt-static.gannettdigital.com/universal-web-client/master/latest/vendor/components/polymer/lib/mixins/template-stamp.htmlcpt-static.gannettdigital.com/unive... https://cpt-static.gannettdigital.com/universal-web-client/master/latest/vendor/components/polymer/lib/mixins/template-stamp.html — 200 — 6.0 KiB — 11 ms — h2https://cpt-static.gannettdigital.com/universal-web-client/master/latest/vendor/components/polymer/lib/mixins/properties-changed.htmlcpt-static.gannettdigital.com/unive... https://cpt-static.gannettdigital.com/universal-web-client/master/latest/vendor/components/polymer/lib/mixins/properties-changed.html — 200 — 6.0 KiB — 13 ms — h2https://cpt-static.gannettdigital.com/universal-web-client/master/latest/vendor/components/polymer/lib/utils/telemetry.htmlcpt-static.gannettdigital.com/unive... https://cpt-static.gannettdigital.com/universal-web-client/master/latest/vendor/components/polymer/lib/utils/telemetry.html — 200 — 971 B — 14 ms — h2https://cpt-static.gannettdigital.com/universal-web-client/master/latest/vendor/components/polymer/lib/utils/flattened-nodes-observer.htmlcpt-static.gannettdigital.com/unive... https://cpt-static.gannettdigital.com/universal-web-client/master/latest/vendor/components/polymer/lib/utils/flattened-nodes-observer.html — 200 — 3.5 KiB — 4 ms — h2https://cpt-static.gannettdigital.com/universal-web-client/master/latest/vendor/components/shadycss/custom-style-interface.min.jscpt-static.gannettdigital.com/unive... https://cpt-static.gannettdigital.com/universal-web-client/master/latest/vendor/components/shadycss/custom-style-interface.min.js — 200 — 1.5 KiB — 2 ms — h2data:text/javascript;charset=utf-8,(function()%7B'use%20strict'%3Bvar%20userPolymer%3Dwindow.Polyme…data:text/javascript;charset=utf-8,... data:text/javascript;charset=utf-8,(function()%7B'use%20strict'%3Bvar%20userPolymer%3Dwindow.Polyme… — 200 — 0 B — 0 ms — datadata:text/javascript;charset=utf-8,(function()%7B'use%20strict'%3Bvar%20CSS_URL_RX%3D%2F(url%5C()(%…data:text/javascript;charset=utf-8,... data:text/javascript;charset=utf-8,(function()%7B'use%20strict'%3Bvar%20CSS_URL_RX%3D%2F(url%5C()(%… — 200 — 0 B — 0 ms — datadata:text/javascript;charset=utf-8,function%20_toConsumableArray(arr)%7Bif(Array.isArray(arr))%7Bfo…data:text/javascript;charset=utf-8,... data:text/javascript;charset=utf-8,function%20_toConsumableArray(arr)%7Bif(Array.isArray(arr))%7Bfo… — 200 — 0 B — 0 ms — datadata:text/javascript;charset=utf-8,var%20_createClass%3Dfunction()%7Bfunction%20defineProperties(ta…data:text/javascript;charset=utf-8,... data:text/javascript;charset=utf-8,var%20_createClass%3Dfunction()%7Bfunction%20defineProperties(ta… — 200 — 0 B — 0 ms — datadata:text/javascript;charset=utf-8,'use%20strict'%3Bvar%20siteColor%3Dwindow.ga_data.site.colors.si…data:text/javascript;charset=utf-8,... data:text/javascript;charset=utf-8,'use%20strict'%3Bvar%20siteColor%3Dwindow.ga_data.site.colors.si… — 200 — 0 B — 0 ms — datahttps://cpt-static.gannettdigital.com/universal-web-client/master/latest/vendor/components/shadycss/apply-shim.min.jscpt-static.gannettdigital.com/unive... https://cpt-static.gannettdigital.com/universal-web-client/master/latest/vendor/components/shadycss/apply-shim.min.js — 200 — 4.7 KiB — 3 ms — h2data:text/javascript;charset=utf-8,%2F**%20%40suppress%20%7Bdeprecated%7D%20*%2F(function()%7B'use%…data:text/javascript;charset=utf-8,... data:text/javascript;charset=utf-8,%2F**%20%40suppress%20%7Bdeprecated%7D%20*%2F(function()%7B'use%… — 200 — 0 B — 0 ms — datadata:text/javascript;charset=utf-8,(function()%7B'use%20strict'%3B%2F%2F%20unique%20global%20id%20f…data:text/javascript;charset=utf-8,... data:text/javascript;charset=utf-8,(function()%7B'use%20strict'%3B%2F%2F%20unique%20global%20id%20f… — 200 — 0 B — 0 ms — datadata:text/javascript;charset=utf-8,var%20_createClass%3Dfunction()%7Bfunction%20defineProperties(ta…data:text/javascript;charset=utf-8,... data:text/javascript;charset=utf-8,var%20_createClass%3Dfunction()%7Bfunction%20defineProperties(ta… — 200 — 0 B — 0 ms — datadata:text/javascript;charset=utf-8,(function()%7B'use%20strict'%3B%2F**%0A%20%20%20*%20Module%20wit…data:text/javascript;charset=utf-8,... data:text/javascript;charset=utf-8,(function()%7B'use%20strict'%3B%2F**%0A%20%20%20*%20Module%20wit… — 200 — 0 B — 0 ms — datadata:text/javascript;charset=utf-8,(function()%7B'use%20strict'%3Bvar%20caseMap%3D%7B%7D%3Bvar%20DA…data:text/javascript;charset=utf-8,... data:text/javascript;charset=utf-8,(function()%7B'use%20strict'%3Bvar%20caseMap%3D%7B%7D%3Bvar%20DA… — 200 — 0 B — 0 ms — datadata:text/javascript;charset=utf-8,(function()%7B'use%20strict'%3B%2F%2F%20Microtask%20implemented%…data:text/javascript;charset=utf-8,... data:text/javascript;charset=utf-8,(function()%7B'use%20strict'%3B%2F%2F%20Microtask%20implemented%… — 200 — 0 B — 0 ms — datadata:text/javascript;charset=utf-8,var%20_typeof%3Dtypeof%20Symbol%3D%3D%3D%22function%22%26%26type…data:text/javascript;charset=utf-8,... data:text/javascript;charset=utf-8,var%20_typeof%3Dtypeof%20Symbol%3D%3D%3D%22function%22%26%26type… — 200 — 0 B — 1 ms — datadata:text/javascript;charset=utf-8,var%20_typeof%3Dtypeof%20Symbol%3D%3D%3D%22function%22%26%26type…data:text/javascript;charset=utf-8,... data:text/javascript;charset=utf-8,var%20_typeof%3Dtypeof%20Symbol%3D%3D%3D%22function%22%26%26type… — 200 — 0 B — 0 ms — datadata:text/javascript;charset=utf-8,var%20_createClass%3Dfunction()%7Bfunction%20defineProperties(ta…data:text/javascript;charset=utf-8,... data:text/javascript;charset=utf-8,var%20_createClass%3Dfunction()%7Bfunction%20defineProperties(ta… — 200 — 0 B — 0 ms — datadata:text/javascript;charset=utf-8,var%20_createClass%3Dfunction()%7Bfunction%20defineProperties(ta…data:text/javascript;charset=utf-8,... data:text/javascript;charset=utf-8,var%20_createClass%3Dfunction()%7Bfunction%20defineProperties(ta… — 200 — 0 B — 2 ms — datadata:text/javascript;charset=utf-8,(function()%7B'use%20strict'%3B%2F**%0A%20%20%20*%20Provides%20b…data:text/javascript;charset=utf-8,... data:text/javascript;charset=utf-8,(function()%7B'use%20strict'%3B%2F**%0A%20%20%20*%20Provides%20b… — 200 — 0 B — 0 ms — datadata:text/javascript;charset=utf-8,var%20_createClass%3Dfunction()%7Bfunction%20defineProperties(ta…data:text/javascript;charset=utf-8,... data:text/javascript;charset=utf-8,var%20_createClass%3Dfunction()%7Bfunction%20defineProperties(ta… — 200 — 0 B — 0 ms — datadata:text/javascript;charset=utf-8,var%20_createClass%3Dfunction()%7Bfunction%20defineProperties(ta…data:text/javascript;charset=utf-8,... data:text/javascript;charset=utf-8,var%20_createClass%3Dfunction()%7Bfunction%20defineProperties(ta… — 200 — 0 B — 1 ms — datadata:text/javascript;charset=utf-8,var%20_createClass%3Dfunction()%7Bfunction%20defineProperties(ta…data:text/javascript;charset=utf-8,... data:text/javascript;charset=utf-8,var%20_createClass%3Dfunction()%7Bfunction%20defineProperties(ta… — 200 — 0 B — 0 ms — datadata:text/javascript;charset=utf-8,(function()%7B'use%20strict'%3B%2F%2F%20detect%20native%20touch%…data:text/javascript;charset=utf-8,... data:text/javascript;charset=utf-8,(function()%7B'use%20strict'%3B%2F%2F%20detect%20native%20touch%… — 200 — 0 B — 0 ms — datadata:text/javascript;charset=utf-8,var%20_createClass%3Dfunction()%7Bfunction%20defineProperties(ta…data:text/javascript;charset=utf-8,... data:text/javascript;charset=utf-8,var%20_createClass%3Dfunction()%7Bfunction%20defineProperties(ta… — 200 — 0 B — 0 ms — datadata:text/javascript;charset=utf-8,var%20_createClass%3Dfunction()%7Bfunction%20defineProperties(ta…data:text/javascript;charset=utf-8,... data:text/javascript;charset=utf-8,var%20_createClass%3Dfunction()%7Bfunction%20defineProperties(ta… — 200 — 0 B — 0 ms — datadata:text/javascript;charset=utf-8,(function()%7B'use%20strict'%3B%2F%2F%20run%20a%20callback%20whe…data:text/javascript;charset=utf-8,... data:text/javascript;charset=utf-8,(function()%7B'use%20strict'%3B%2F%2F%20run%20a%20callback%20whe… — 200 — 0 B — 0 ms — datadata:text/javascript;charset=utf-8,(function()%7B'use%20strict'%3Bvar%20scheduled%3Dfalse%3Bvar%20b…data:text/javascript;charset=utf-8,... data:text/javascript;charset=utf-8,(function()%7B'use%20strict'%3Bvar%20scheduled%3Dfalse%3Bvar%20b… — 200 — 0 B — 0 ms — datadata:text/javascript;charset=utf-8,(function()%7B'use%20strict'%3B%2F%2F%20unresolved%0Afunction%20…data:text/javascript;charset=utf-8,... data:text/javascript;charset=utf-8,(function()%7B'use%20strict'%3B%2F%2F%20unresolved%0Afunction%20… — 200 — 0 B — 0 ms — datadata:text/javascript;charset=utf-8,(function()%7B'use%20strict'%3Bfunction%20newSplice(index%2Cremo…data:text/javascript;charset=utf-8,... data:text/javascript;charset=utf-8,(function()%7B'use%20strict'%3Bfunction%20newSplice(index%2Cremo… — 200 — 0 B — 0 ms — datadata:text/javascript;charset=utf-8,var%20_createClass%3Dfunction()%7Bfunction%20defineProperties(ta…data:text/javascript;charset=utf-8,... data:text/javascript;charset=utf-8,var%20_createClass%3Dfunction()%7Bfunction%20defineProperties(ta… — 200 — 0 B — 0 ms — datadata:text/javascript;charset=utf-8,(function()%7B'use%20strict'%3Bvar%20debouncerQueue%3D%5B%5D%3B%…data:text/javascript;charset=utf-8,... data:text/javascript;charset=utf-8,(function()%7B'use%20strict'%3Bvar%20debouncerQueue%3D%5B%5D%3B%… — 200 — 0 B — 0 ms — datadata:text/javascript;charset=utf-8,var%20_createClass%3Dfunction()%7Bfunction%20defineProperties(ta…data:text/javascript;charset=utf-8,... data:text/javascript;charset=utf-8,var%20_createClass%3Dfunction()%7Bfunction%20defineProperties(ta… — 200 — 0 B — 0 ms — datadata:text/javascript;charset=utf-8,var%20_createClass%3Dfunction()%7Bfunction%20defineProperties(ta…data:text/javascript;charset=utf-8,... data:text/javascript;charset=utf-8,var%20_createClass%3Dfunction()%7Bfunction%20defineProperties(ta… — 200 — 0 B — 1 ms — datadata:text/javascript;charset=utf-8,var%20_createClass%3Dfunction()%7Bfunction%20defineProperties(ta…data:text/javascript;charset=utf-8,... data:text/javascript;charset=utf-8,var%20_createClass%3Dfunction()%7Bfunction%20defineProperties(ta… — 200 — 0 B — 0 ms — datadata:text/javascript;charset=utf-8,(function()%7B'use%20strict'%3B%2F**%0A%20%20%20%20%20*%20Legacy…data:text/javascript;charset=utf-8,... data:text/javascript;charset=utf-8,(function()%7B'use%20strict'%3B%2F**%0A%20%20%20%20%20*%20Legacy… — 200 — 0 B — 0 ms — datadata:text/javascript;charset=utf-8,var%20_createClass%3Dfunction()%7Bfunction%20defineProperties(ta…data:text/javascript;charset=utf-8,... data:text/javascript;charset=utf-8,var%20_createClass%3Dfunction()%7Bfunction%20defineProperties(ta… — 200 — 0 B — 0 ms — datadata:text/javascript;charset=utf-8,var%20_createClass%3Dfunction()%7Bfunction%20defineProperties(ta…data:text/javascript;charset=utf-8,... data:text/javascript;charset=utf-8,var%20_createClass%3Dfunction()%7Bfunction%20defineProperties(ta… — 200 — 0 B — 0 ms — datadata:text/javascript;charset=utf-8,(function()%7B'use%20strict'%3Bvar%20TemplateInstanceBase%3DPoly…data:text/javascript;charset=utf-8,... data:text/javascript;charset=utf-8,(function()%7B'use%20strict'%3Bvar%20TemplateInstanceBase%3DPoly… — 200 — 0 B — 0 ms — datadata:text/javascript;charset=utf-8,var%20_createClass%3Dfunction()%7Bfunction%20defineProperties(ta…data:text/javascript;charset=utf-8,... data:text/javascript;charset=utf-8,var%20_createClass%3Dfunction()%7Bfunction%20defineProperties(ta… — 200 — 0 B — 0 ms — datadata:text/javascript;charset=utf-8,var%20_createClass%3Dfunction()%7Bfunction%20defineProperties(ta…data:text/javascript;charset=utf-8,... data:text/javascript;charset=utf-8,var%20_createClass%3Dfunction()%7Bfunction%20defineProperties(ta… — 200 — 0 B — 0 ms — datadata:text/javascript;charset=utf-8,(function()%7B'use%20strict'%3B%2F**%0A%20%20%20*%20Base%20class…data:text/javascript;charset=utf-8,... data:text/javascript;charset=utf-8,(function()%7B'use%20strict'%3B%2F**%0A%20%20%20*%20Base%20class… — 200 — 0 B — 0 ms — datadata:text/javascript;charset=utf-8,var%20_get%3Dfunction%20get(object%2Cproperty%2Creceiver)%7Bif(o…data:text/javascript;charset=utf-8,... data:text/javascript;charset=utf-8,var%20_get%3Dfunction%20get(object%2Cproperty%2Creceiver)%7Bif(o… — 200 — 0 B — 1 ms — datadata:text/javascript;charset=utf-8,var%20_get%3Dfunction%20get(object%2Cproperty%2Creceiver)%7Bif(o…data:text/javascript;charset=utf-8,... data:text/javascript;charset=utf-8,var%20_get%3Dfunction%20get(object%2Cproperty%2Creceiver)%7Bif(o… — 200 — 0 B — 0 ms — datadata:text/javascript;charset=utf-8,var%20_createClass%3Dfunction()%7Bfunction%20defineProperties(ta…data:text/javascript;charset=utf-8,... data:text/javascript;charset=utf-8,var%20_createClass%3Dfunction()%7Bfunction%20defineProperties(ta… — 200 — 0 B — 0 ms — datadata:text/javascript;charset=utf-8,(function()%7B'use%20strict'%3Bvar%20mutablePropertyChange%3Dvoi…data:text/javascript;charset=utf-8,... data:text/javascript;charset=utf-8,(function()%7B'use%20strict'%3Bvar%20mutablePropertyChange%3Dvoi… — 200 — 0 B — 0 ms — datadata:text/javascript;charset=utf-8,%2F%2F%20bc%0APolymer.Base%3DPolymer.LegacyElementMixin(HTMLElem…data:text/javascript;charset=utf-8,... data:text/javascript;charset=utf-8,%2F%2F%20bc%0APolymer.Base%3DPolymer.LegacyElementMixin(HTMLElem… — 200 — 0 B — 0 ms — data
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 815ms · 123KB · €4/mo
eu.dispatch.com
Other
Costly
Execution 408ms
Transfer 34 KB
Monthly Cost €2/mo
cpt-static.gannettdigital.com
Other
Optional
Execution 143ms
Transfer 4 KB
Monthly Cost €1/mo
Unattributable
Other
Optional
Execution 105ms
Transfer 0 KB
Monthly Cost €1/mo
cpt-static.gannettdigital.com
Other
Optional
Execution 95ms
Transfer 82 KB
Unused 43%
Monthly Cost €0/mo
cpt-static.gannettdigital.com
Other
Optional
Execution 65ms
Transfer 4 KB
Monthly Cost €0/mo

These scripts may cost more than they're worth

  • eu.dispatch.com adds 408ms and costs ~€2/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

eu.dispatch.com takes 408ms 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