Skip to content
https://ksl.com

Performance

· 15 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
68
GRADE
D
FIX
5
REVIEW
2
PASS
6
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.
84
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
73
Best Practices Checks for modern web development best practices including HTTPS, no console errors, and secure JavaScript.
92
SEO Measures basic SEO optimizations: meta tags, crawlability, link text, and mobile friendliness.

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

1.72 s

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

2.07 s

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

133 ms

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

0.232

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

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

5.27 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
6 PASS 2 REVIEW 5 FIX
F
Page Weight Budget
Action
3.6 MB transferred, 169 requests
FIX
3.6 MB transferred, 169 requests
Warning::
Page weighs 10.4 MB (3.6 MB transferred)
Warning::
JavaScript is 2.1 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 2.1 MB
Warning::
Images are 1.0 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 1.0 MB
Warning::
169 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 0.77 g CO2 per page load
3.6 MB / 2.4 MB budget
3.6 MB transferred
169 requests
0.77 g CO2 per page load
JavaScript 2.1 MiB 57%
Images 1.0 MiB 28%
Other 369.7 KiB 10%
HTML 63.3 KiB 2%
Fonts 52.4 KiB 1%
CSS 31.3 KiB 1%
Other 27.4 KiB 1%
Other 12.4 KiB 0%
Other 431 B 0%
Other 0 B 0%
0 2.4 MB 4.9 MB
Over budget

Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.

Why this matters

JavaScript bundle is large — code-split routes and lazy-load off-screen components to defer.

Source: web.dev

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.6 MiB of 3.6 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
F
JS Bundles
Action
40 scripts, 853 KB unused
FIX
40 scripts, 853 KB unused
Warning::
https://js.stripe.com/v3/: 164 KB unused (73%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://securepubads.g.doubleclick.net/pagead/mana...: 128 KB unused (68%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://media.twiliocdn.com/sdk/js/conversations/r...: 87 KB unused (71%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtm.js?id=GTM-TVL...: 76 KB unused (46%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=G-JW89...: 67 KB unused (40%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 853 KB
853 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://js.stripe.com/v3/226 KB164 KB (73%)3rd
https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604160201/pubads_impl.js188 KB128 KB (68%)3rd
https://media.twiliocdn.com/sdk/js/conversations/releases/2.4.1/twilio-conversations.min.js122 KB87 KB (71%)3rd
https://www.googletagmanager.com/gtm.js?id=GTM-TVLZ5Z&l=kslDataLayer166 KB76 KB (46%)3rd
https://www.googletagmanager.com/gtag/js?id=G-JW89DL7T5D&l=kslDataLayer&cx=c&gtm=4e64k0165 KB67 KB (40%)3rd
https://cookie-cdn.cookiepro.com/scripttemplates/202512.1.0/otBannerSdk.js126 KB64 KB (51%)3rd
https://www.googletagmanager.com/gtag/js?id=GT-KT49CVZH&l=kslDataLayer&cx=c&gtm=4e64k0129 KB63 KB (49%)3rd
https://client.px-cloud.net/PX2sZ8xyop/main.min.js131 KB59 KB (45%)3rd
https://d3njgrq4uvb497.cloudfront.net/app--ksl-7bf5.js88 KB44 KB (50%)3rd
https://fundingchoicesmessages.google.com/i/21740664820?ers=370 KB37 KB (54%)3rd

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

F
Page Weight Inventory
Action
169 resources · 3.6 MB · 853 KB savings available
FIX
169 resources · 3.6 MB · 853 KB savings available
Warning::
Page weight 2.6 MB over 1MB target
Got: 3.6 MB Expected: ≤ 1 MB
Info::
~853 KB of savings available
Warning::
168 third-party resources (100% of weight)
Info::
1 resources over 200KB
169 resources · 3.6 MiB · 168 third-party 2.6 MiB over 1MB target
JavaScript 61% · 2.2 MiB
Image 34% · 1.2 MiB
Document 2% · 64.6 KiB
Other 2% · 56.3 KiB
Font 1% · 52.4 KiB
CSS 1% · 36.4 KiB

~853.2 KiB of savings available

Remove unused JavaScript: 853.2 KiB
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.

C
Image Optimization
Action
66 images, 0 KB saveable
REVIEW
66 images, 0 KB saveable
Warning::
https://img.ksl.com/slc/2879/287947/28794711.jpeg?... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://img.ksl.com/slc/3153/315386/31538653.jpeg?... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://img.ksl.com/slc/2879/287947/28794711.jpeg?... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://img.ksl.com/slc/3153/315386/31538657.jpg?f... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://img.ksl.com/slc/3153/315388/31538878.jpg?f... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://img.ksl.com/slc/3153/315365/31536539.JPG?f... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://img.ksl.com/slc/3153/315386/31538653.jpeg?... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://static.ksl.com/beta/node_modules/ksl-respo... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://img.ksl.com/slc/3118/311876/31187687.jpg is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://img.ksl.com/slc/3153/315372/31537283.jpeg?... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://img.ksl.com/slc/3153/315373/31537360.jpeg?... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://img.ksl.com/slc/2908/290836/29083691.png is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://img.ksl.com/slc/3153/315372/31537237.jpg?f... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://img.ksl.com/slc/3153/315382/31538238.JPG?f... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://img.ksl.com/slc/3153/315383/31538304.jpg?f... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
66 images 1.0 MB
0 oversized -0 KB
59 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

C
JS Execution Cost
Action
1734ms total JS execution
REVIEW
1734ms total JS execution
Warning::
https://www.ksl.com/: 350ms CPU time
Warning::
Unattributable: 345ms CPU time
Info::
https://client.px-cloud.net/PX2sZ8xyop/main.min.js: 183ms CPU time
Info::
https://www.googletagmanager.com/gtm.js?id=GTM-TVL...: 151ms CPU time
Info::
https://adl.ksldigital.media/op.js: 117ms CPU time
Warning::
Third-party scripts: 1734ms (100% of total)

Main Thread Breakdown

Script Evaluation 61% Other 14% Script Parsing & Compilation 9% Style & Layout 8% Rendering 3%
ScriptTotalScriptingParse/CompileParty
https://www.ksl.com/350ms72ms4ms3rd
Unattributable345ms114ms0ms3rd
https://client.px-cloud.net/PX2sZ8xyop/main.min.js183ms168ms7ms3rd
https://www.googletagmanager.com/gtm.js?id=GTM-TVLZ5Z&l=kslDataLayer151ms109ms38ms3rd
https://adl.ksldigital.media/op.js117ms107ms1ms3rd
https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604160201/pubads_impl.js101ms82ms11ms3rd
https://cookie-cdn.cookiepro.com/scripttemplates/202512.1.0/otBannerSdk.js97ms57ms14ms3rd
https://media.twiliocdn.com/sdk/js/conversations/releases/2.4.1/twilio-conversations.min.js76ms49ms16ms3rd
https://www.googletagmanager.com/gtag/js?id=G-JW89DL7T5D&l=kslDataLayer&cx=c&gtm=4e64k070ms59ms11ms3rd
https://d2ogoirb28wat7.cloudfront.net/b-1d867af-bfaa531f.js66ms63ms2ms3rd

Showing top 10 of 13 scripts

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

Web fonts

2

52 KB total

Render-blocking

0

of 2

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 500 ms 1.0 s 1.5 s 2.0 s FCP 1.7 s LCP 2.1 shttps://fonts.gstatic.com/s/nunitosans/v19/pe0AMImSLYBIv1o4X1M8ce2xCx3yop4tQpF_MeTm0lfUVwoNnq4CLz0_kJ3xzHGGVFM.woff2pe0AMImSLYBIv1o4X1M8ce2... https://fonts.gstatic.com/s/nunitosans/v19/pe0AMImSLYBIv1o4X1M8ce2xCx3yop4tQpF_MeTm0lfUVwoNnq4CLz0_kJ3xzHGGVFM.woff2 — 48.5 KiB — 70 ms — font-display: swaphttps://d3njgrq4uvb497.cloudfront.net/6ca0.ttf6ca0.ttf https://d3njgrq4uvb497.cloudfront.net/6ca0.ttf — 3.9 KiB — 90 ms — font-display: swap
pe0AMImSLYBIv1o4X1M8ce2... woff2 swap
Size 48 KB
Load time 70 ms
Start 1.1 s
Risk FOUT — text flashes from fallback to web font
6ca0.ttf ttf swap
Size 4 KB
Load time 90 ms
Start 1.1 s
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
Optimization checklist
  • Preload critical fonts (priority=high)
  • Use woff2 format for all fonts
  • Set font-display to swap, optional, or fallback
  • Subset large fonts (≤100 KB each)

Fixing the unchecked items could save ~1 KB and ~2 ms

A+
Resource Caching
All resources properly cached
PASS
All resources properly cached
Info::
No caching issues found
All static resources have appropriate caching headers.
A+
Critical Rendering Path
No render-blocking resources
PASS
No render-blocking resources
Info::
No render-blocking resources detected
A+
Resource Hints
No optimization needed
PASS
No optimization needed
Info::
No resource hint issues
A+
Green Hosting
Whether the site is served from green-energy infrastructure
PASS

Green Hosting

This site is hosted on green energy infrastructure

Provider: Google Cloud

Network Waterfall
169 requests over 6384ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s FCP 1.7 s LCP 2.1 shttps://ksl.com// https://ksl.com/ — 301 — 120 B — 545 ms — h2https://www.ksl.com/www.ksl.com/ https://www.ksl.com/ — 200 — 32.3 KiB — 241 ms — h2https://cookie-cdn.cookiepro.com/scripttemplates/otSDKStub.jscookie-cdn.cookiepro.com/scripttemp... https://cookie-cdn.cookiepro.com/scripttemplates/otSDKStub.js — 200 — 9.3 KiB — 66 ms — h2https://www.ksl.com/manifest.jsonwww.ksl.com/manifest.json https://www.ksl.com/manifest.json — 200 — 431 B — 41 ms — h3https://cookie-cdn.cookiepro.com/consent/42225788-6fb1-438d-91a0-0da32c771fe8/42225788-6fb1-438d-91a0-0da32c771fe8.jsoncookie-cdn.cookiepro.com/consent/42... https://cookie-cdn.cookiepro.com/consent/42225788-6fb1-438d-91a0-0da32c771fe8/42225788-6fb1-438d-91a0-0da32c771fe8.json — 200 — 2.7 KiB — 97 ms — h2https://d3njgrq4uvb497.cloudfront.net/styles--ksl-2c2d.cssd3njgrq4uvb497.cloudfront.net/style... https://d3njgrq4uvb497.cloudfront.net/styles--ksl-2c2d.css — 200 — 17.8 KiB — 63 ms — h2https://static.ksl.com/ksl-responsive-header/ksl-header.cssstatic.ksl.com/ksl-responsive-heade... https://static.ksl.com/ksl-responsive-header/ksl-header.css — 200 — 12.2 KiB — 62 ms — h2https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..900;1,6..12,200..900&display=swapfonts.googleapis.com/css2?family=Nu... https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..900;1,6..12,200..900&display=swap — 200 — 1.2 KiB — 97 ms — h2https://geolocation.onetrust.com/cookieconsentpub/v1/geo/locationgeolocation.onetrust.com/cookiecons... https://geolocation.onetrust.com/cookieconsentpub/v1/geo/location — 200 — 281 B — 66 ms — h2https://img.ksl.com/slc/2879/287947/28794711.jpeg?filter=kslv2/responsive_story_lg&v=1776891873img.ksl.com/slc/2879/287947/2879471... https://img.ksl.com/slc/2879/287947/28794711.jpeg?filter=kslv2/responsive_story_lg&v=1776891873 — 200 — 54.9 KiB — 203 ms — h2https://img.ksl.com/slc/3153/315373/31537360.jpeg?filter=kslv2/responsive_toppicks&v=1776873742img.ksl.com/slc/3153/315373/3153736... https://img.ksl.com/slc/3153/315373/31537360.jpeg?filter=kslv2/responsive_toppicks&v=1776873742 — 200 — 30.5 KiB — 37 ms — h2https://img.ksl.com/slc/3153/315386/31538653.jpeg?filter=kslv2/responsive_toppicks&v=1776885490img.ksl.com/slc/3153/315386/3153865... https://img.ksl.com/slc/3153/315386/31538653.jpeg?filter=kslv2/responsive_toppicks&v=1776885490 — 200 — 28.0 KiB — 44 ms — h2https://img.ksl.com/slc/3153/315365/31536539.JPG?filter=kslv2/responsive_toppicks&v=1776823406img.ksl.com/slc/3153/315365/3153653... https://img.ksl.com/slc/3153/315365/31536539.JPG?filter=kslv2/responsive_toppicks&v=1776823406 — 200 — 21.4 KiB — 53 ms — h2https://static.ksl.com/ksl-svg-sprite/sprite.svgzstatic.ksl.com/ksl-svg-sprite/sprit... https://static.ksl.com/ksl-svg-sprite/sprite.svgz — 200 — 188.7 KiB — 206 ms — h3https://img.ksl.com/slc/3153/315388/31538878.jpg?filter=kslv2/responsive_lg&v=1776894241img.ksl.com/slc/3153/315388/3153887... https://img.ksl.com/slc/3153/315388/31538878.jpg?filter=kslv2/responsive_lg&v=1776894241 — 200 — 16.0 KiB — 218 ms — h2https://img.ksl.com/slc/3150/315002/31500267.jpg?filter=kslv2/responsive_lg&v=1776891600img.ksl.com/slc/3150/315002/3150026... https://img.ksl.com/slc/3150/315002/31500267.jpg?filter=kslv2/responsive_lg&v=1776891600 — 200 — 9.9 KiB — 53 ms — h2https://img.ksl.com/slc/3153/315386/31538657.jpg?filter=kslv2/responsive_lg&v=1776889800img.ksl.com/slc/3153/315386/3153865... https://img.ksl.com/slc/3153/315386/31538657.jpg?filter=kslv2/responsive_lg&v=1776889800 — 200 — 12.5 KiB — 32 ms — h2https://img.ksl.com/slc/3153/315381/31538164.JPG?filter=kslv2/responsive_lg&v=1776887156img.ksl.com/slc/3153/315381/3153816... https://img.ksl.com/slc/3153/315381/31538164.JPG?filter=kslv2/responsive_lg&v=1776887156 — 200 — 9.9 KiB — 35 ms — h2https://img.ksl.com/slc/2992/299210/29921086.jpeg?filter=kslv2/responsive_lg&v=1776886200img.ksl.com/slc/2992/299210/2992108... https://img.ksl.com/slc/2992/299210/29921086.jpeg?filter=kslv2/responsive_lg&v=1776886200 — 200 — 10.2 KiB — 38 ms — h2https://img.ksl.com/slc/3153/315365/31536571.jpg?filter=kslv2/responsive_lg&v=1776883424img.ksl.com/slc/3153/315365/3153657... https://img.ksl.com/slc/3153/315365/31536571.jpg?filter=kslv2/responsive_lg&v=1776883424 — 200 — 13.2 KiB — 53 ms — h2https://img.ksl.com/slc/3153/315372/31537244.jpg?filter=kslv2/responsive_lg&v=1776880800img.ksl.com/slc/3153/315372/3153724... https://img.ksl.com/slc/3153/315372/31537244.jpg?filter=kslv2/responsive_lg&v=1776880800 — 200 — 18.3 KiB — 69 ms — h2https://img.ksl.com/slc/3153/315381/31538155.JPG?filter=kslv2/responsive_lg&v=1776879541img.ksl.com/slc/3153/315381/3153815... https://img.ksl.com/slc/3153/315381/31538155.JPG?filter=kslv2/responsive_lg&v=1776879541 — 200 — 11.3 KiB — 51 ms — h2https://img.ksl.com/slc/3151/315108/31510858.jpeg?filter=kslv2/responsive_lg&v=1776879000img.ksl.com/slc/3151/315108/3151085... https://img.ksl.com/slc/3151/315108/31510858.jpeg?filter=kslv2/responsive_lg&v=1776879000 — 200 — 12.3 KiB — 54 ms — h2https://img.ksl.com/slc/3153/315375/31537561.jpg?filter=kslv2/responsive_lg&v=1776878127img.ksl.com/slc/3153/315375/3153756... https://img.ksl.com/slc/3153/315375/31537561.jpg?filter=kslv2/responsive_lg&v=1776878127 — 200 — 10.2 KiB — 78 ms — h2https://img.ksl.com/slc/3153/315372/31537237.jpg?filter=kslv2/responsive_lg&v=1776875400img.ksl.com/slc/3153/315372/3153723... https://img.ksl.com/slc/3153/315372/31537237.jpg?filter=kslv2/responsive_lg&v=1776875400 — 200 — 19.0 KiB — 72 ms — h2https://img.ksl.com/slc/3153/315373/31537360.jpeg?filter=kslv2/responsive_lg&v=1776873742img.ksl.com/slc/3153/315373/3153736... https://img.ksl.com/slc/3153/315373/31537360.jpeg?filter=kslv2/responsive_lg&v=1776873742 — 200 — 17.1 KiB — 80 ms — h2https://img.ksl.com/slc/3153/315360/31536076.JPG?filter=kslv2/responsive_lg&v=1776871894img.ksl.com/slc/3153/315360/3153607... https://img.ksl.com/slc/3153/315360/31536076.JPG?filter=kslv2/responsive_lg&v=1776871894 — 200 — 12.9 KiB — 89 ms — h2https://img.ksl.com/slc/3153/315373/31537322.jpeg?filter=kslv2/responsive_lg&v=1776877539img.ksl.com/slc/3153/315373/3153732... https://img.ksl.com/slc/3153/315373/31537322.jpeg?filter=kslv2/responsive_lg&v=1776877539 — 200 — 18.3 KiB — 81 ms — h2https://img.ksl.com/slc/3153/315376/31537626.jpg?filter=kslv2/responsive_lg&v=1776868206img.ksl.com/slc/3153/315376/3153762... https://img.ksl.com/slc/3153/315376/31537626.jpg?filter=kslv2/responsive_lg&v=1776868206 — 200 — 3.7 KiB — 93 ms — h2https://img.ksl.com/slc/3153/315381/31538127.jpeg?filter=kslv2/responsive_lg&v=1776867982img.ksl.com/slc/3153/315381/3153812... https://img.ksl.com/slc/3153/315381/31538127.jpeg?filter=kslv2/responsive_lg&v=1776867982 — 200 — 16.4 KiB — 98 ms — h2
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s FCP 1.7 s LCP 2.1 shttps://ksl.com// https://ksl.com/ — 301 — 120 B — 545 ms — h2https://www.ksl.com/www.ksl.com/ https://www.ksl.com/ — 200 — 32.3 KiB — 241 ms — h2https://cookie-cdn.cookiepro.com/scripttemplates/otSDKStub.jscookie-cdn.cookiepro.com/scripttemp... https://cookie-cdn.cookiepro.com/scripttemplates/otSDKStub.js — 200 — 9.3 KiB — 66 ms — h2https://www.ksl.com/manifest.jsonwww.ksl.com/manifest.json https://www.ksl.com/manifest.json — 200 — 431 B — 41 ms — h3https://cookie-cdn.cookiepro.com/consent/42225788-6fb1-438d-91a0-0da32c771fe8/42225788-6fb1-438d-91a0-0da32c771fe8.jsoncookie-cdn.cookiepro.com/consent/42... https://cookie-cdn.cookiepro.com/consent/42225788-6fb1-438d-91a0-0da32c771fe8/42225788-6fb1-438d-91a0-0da32c771fe8.json — 200 — 2.7 KiB — 97 ms — h2https://d3njgrq4uvb497.cloudfront.net/styles--ksl-2c2d.cssd3njgrq4uvb497.cloudfront.net/style... https://d3njgrq4uvb497.cloudfront.net/styles--ksl-2c2d.css — 200 — 17.8 KiB — 63 ms — h2https://static.ksl.com/ksl-responsive-header/ksl-header.cssstatic.ksl.com/ksl-responsive-heade... https://static.ksl.com/ksl-responsive-header/ksl-header.css — 200 — 12.2 KiB — 62 ms — h2https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..900;1,6..12,200..900&display=swapfonts.googleapis.com/css2?family=Nu... https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..900;1,6..12,200..900&display=swap — 200 — 1.2 KiB — 97 ms — h2https://geolocation.onetrust.com/cookieconsentpub/v1/geo/locationgeolocation.onetrust.com/cookiecons... https://geolocation.onetrust.com/cookieconsentpub/v1/geo/location — 200 — 281 B — 66 ms — h2https://img.ksl.com/slc/2879/287947/28794711.jpeg?filter=kslv2/responsive_story_lg&v=1776891873img.ksl.com/slc/2879/287947/2879471... https://img.ksl.com/slc/2879/287947/28794711.jpeg?filter=kslv2/responsive_story_lg&v=1776891873 — 200 — 54.9 KiB — 203 ms — h2https://img.ksl.com/slc/3153/315373/31537360.jpeg?filter=kslv2/responsive_toppicks&v=1776873742img.ksl.com/slc/3153/315373/3153736... https://img.ksl.com/slc/3153/315373/31537360.jpeg?filter=kslv2/responsive_toppicks&v=1776873742 — 200 — 30.5 KiB — 37 ms — h2https://img.ksl.com/slc/3153/315386/31538653.jpeg?filter=kslv2/responsive_toppicks&v=1776885490img.ksl.com/slc/3153/315386/3153865... https://img.ksl.com/slc/3153/315386/31538653.jpeg?filter=kslv2/responsive_toppicks&v=1776885490 — 200 — 28.0 KiB — 44 ms — h2https://img.ksl.com/slc/3153/315365/31536539.JPG?filter=kslv2/responsive_toppicks&v=1776823406img.ksl.com/slc/3153/315365/3153653... https://img.ksl.com/slc/3153/315365/31536539.JPG?filter=kslv2/responsive_toppicks&v=1776823406 — 200 — 21.4 KiB — 53 ms — h2https://static.ksl.com/ksl-svg-sprite/sprite.svgzstatic.ksl.com/ksl-svg-sprite/sprit... https://static.ksl.com/ksl-svg-sprite/sprite.svgz — 200 — 188.7 KiB — 206 ms — h3https://img.ksl.com/slc/3153/315388/31538878.jpg?filter=kslv2/responsive_lg&v=1776894241img.ksl.com/slc/3153/315388/3153887... https://img.ksl.com/slc/3153/315388/31538878.jpg?filter=kslv2/responsive_lg&v=1776894241 — 200 — 16.0 KiB — 218 ms — h2https://img.ksl.com/slc/3150/315002/31500267.jpg?filter=kslv2/responsive_lg&v=1776891600img.ksl.com/slc/3150/315002/3150026... https://img.ksl.com/slc/3150/315002/31500267.jpg?filter=kslv2/responsive_lg&v=1776891600 — 200 — 9.9 KiB — 53 ms — h2https://img.ksl.com/slc/3153/315386/31538657.jpg?filter=kslv2/responsive_lg&v=1776889800img.ksl.com/slc/3153/315386/3153865... https://img.ksl.com/slc/3153/315386/31538657.jpg?filter=kslv2/responsive_lg&v=1776889800 — 200 — 12.5 KiB — 32 ms — h2https://img.ksl.com/slc/3153/315381/31538164.JPG?filter=kslv2/responsive_lg&v=1776887156img.ksl.com/slc/3153/315381/3153816... https://img.ksl.com/slc/3153/315381/31538164.JPG?filter=kslv2/responsive_lg&v=1776887156 — 200 — 9.9 KiB — 35 ms — h2https://img.ksl.com/slc/2992/299210/29921086.jpeg?filter=kslv2/responsive_lg&v=1776886200img.ksl.com/slc/2992/299210/2992108... https://img.ksl.com/slc/2992/299210/29921086.jpeg?filter=kslv2/responsive_lg&v=1776886200 — 200 — 10.2 KiB — 38 ms — h2https://img.ksl.com/slc/3153/315365/31536571.jpg?filter=kslv2/responsive_lg&v=1776883424img.ksl.com/slc/3153/315365/3153657... https://img.ksl.com/slc/3153/315365/31536571.jpg?filter=kslv2/responsive_lg&v=1776883424 — 200 — 13.2 KiB — 53 ms — h2https://img.ksl.com/slc/3153/315372/31537244.jpg?filter=kslv2/responsive_lg&v=1776880800img.ksl.com/slc/3153/315372/3153724... https://img.ksl.com/slc/3153/315372/31537244.jpg?filter=kslv2/responsive_lg&v=1776880800 — 200 — 18.3 KiB — 69 ms — h2https://img.ksl.com/slc/3153/315381/31538155.JPG?filter=kslv2/responsive_lg&v=1776879541img.ksl.com/slc/3153/315381/3153815... https://img.ksl.com/slc/3153/315381/31538155.JPG?filter=kslv2/responsive_lg&v=1776879541 — 200 — 11.3 KiB — 51 ms — h2https://img.ksl.com/slc/3151/315108/31510858.jpeg?filter=kslv2/responsive_lg&v=1776879000img.ksl.com/slc/3151/315108/3151085... https://img.ksl.com/slc/3151/315108/31510858.jpeg?filter=kslv2/responsive_lg&v=1776879000 — 200 — 12.3 KiB — 54 ms — h2https://img.ksl.com/slc/3153/315375/31537561.jpg?filter=kslv2/responsive_lg&v=1776878127img.ksl.com/slc/3153/315375/3153756... https://img.ksl.com/slc/3153/315375/31537561.jpg?filter=kslv2/responsive_lg&v=1776878127 — 200 — 10.2 KiB — 78 ms — h2https://img.ksl.com/slc/3153/315372/31537237.jpg?filter=kslv2/responsive_lg&v=1776875400img.ksl.com/slc/3153/315372/3153723... https://img.ksl.com/slc/3153/315372/31537237.jpg?filter=kslv2/responsive_lg&v=1776875400 — 200 — 19.0 KiB — 72 ms — h2https://img.ksl.com/slc/3153/315373/31537360.jpeg?filter=kslv2/responsive_lg&v=1776873742img.ksl.com/slc/3153/315373/3153736... https://img.ksl.com/slc/3153/315373/31537360.jpeg?filter=kslv2/responsive_lg&v=1776873742 — 200 — 17.1 KiB — 80 ms — h2https://img.ksl.com/slc/3153/315360/31536076.JPG?filter=kslv2/responsive_lg&v=1776871894img.ksl.com/slc/3153/315360/3153607... https://img.ksl.com/slc/3153/315360/31536076.JPG?filter=kslv2/responsive_lg&v=1776871894 — 200 — 12.9 KiB — 89 ms — h2https://img.ksl.com/slc/3153/315373/31537322.jpeg?filter=kslv2/responsive_lg&v=1776877539img.ksl.com/slc/3153/315373/3153732... https://img.ksl.com/slc/3153/315373/31537322.jpeg?filter=kslv2/responsive_lg&v=1776877539 — 200 — 18.3 KiB — 81 ms — h2https://img.ksl.com/slc/3153/315376/31537626.jpg?filter=kslv2/responsive_lg&v=1776868206img.ksl.com/slc/3153/315376/3153762... https://img.ksl.com/slc/3153/315376/31537626.jpg?filter=kslv2/responsive_lg&v=1776868206 — 200 — 3.7 KiB — 93 ms — h2https://img.ksl.com/slc/3153/315381/31538127.jpeg?filter=kslv2/responsive_lg&v=1776867982img.ksl.com/slc/3153/315381/3153812... https://img.ksl.com/slc/3153/315381/31538127.jpeg?filter=kslv2/responsive_lg&v=1776867982 — 200 — 16.4 KiB — 98 ms — h2https://img.ksl.com/slc/3153/315373/31537305.jpeg?filter=kslv2/responsive_lg&v=1776866758img.ksl.com/slc/3153/315373/3153730... https://img.ksl.com/slc/3153/315373/31537305.jpeg?filter=kslv2/responsive_lg&v=1776866758 — 200 — 17.6 KiB — 90 ms — h2https://img.ksl.com/slc/3153/315319/31531979.jpeg?filter=kslv2/responsive_lg&v=1776866400img.ksl.com/slc/3153/315319/3153197... https://img.ksl.com/slc/3153/315319/31531979.jpeg?filter=kslv2/responsive_lg&v=1776866400 — 200 — 14.9 KiB — 96 ms — h2https://img.ksl.com/slc/3153/315380/31538024.jpg?filter=kslv2/responsive_lg&v=1776869774img.ksl.com/slc/3153/315380/3153802... https://img.ksl.com/slc/3153/315380/31538024.jpg?filter=kslv2/responsive_lg&v=1776869774 — 200 — 12.2 KiB — 100 ms — h2https://img.ksl.com/slc/3153/315372/31537258.JPG?filter=kslv2/responsive_lg&v=1776863941img.ksl.com/slc/3153/315372/3153725... https://img.ksl.com/slc/3153/315372/31537258.JPG?filter=kslv2/responsive_lg&v=1776863941 — 200 — 13.4 KiB — 121 ms — h2https://img.ksl.com/slc/3153/315364/31536499.jpg?filter=kslv2/responsive_lg&v=1776862117img.ksl.com/slc/3153/315364/3153649... https://img.ksl.com/slc/3153/315364/31536499.jpg?filter=kslv2/responsive_lg&v=1776862117 — 200 — 9.9 KiB — 119 ms — h2https://img.ksl.com/slc/3153/315375/31537596.jpeg?filter=kslv2/responsive_lg&v=1776870257img.ksl.com/slc/3153/315375/3153759... https://img.ksl.com/slc/3153/315375/31537596.jpeg?filter=kslv2/responsive_lg&v=1776870257 — 200 — 11.6 KiB — 141 ms — h2https://img.ksl.com/slc/3153/315376/31537605.jpeg?filter=kslv2/responsive_lg&v=1776836234img.ksl.com/slc/3153/315376/3153760... https://img.ksl.com/slc/3153/315376/31537605.jpeg?filter=kslv2/responsive_lg&v=1776836234 — 200 — 19.1 KiB — 116 ms — h2https://fonts.gstatic.com/s/nunitosans/v19/pe0AMImSLYBIv1o4X1M8ce2xCx3yop4tQpF_MeTm0lfUVwoNnq4CLz0_kJ3xzHGGVFM.woff2fonts.gstatic.com/s/nunitosans/v19/... https://fonts.gstatic.com/s/nunitosans/v19/pe0AMImSLYBIv1o4X1M8ce2xCx3yop4tQpF_MeTm0lfUVwoNnq4CLz0_kJ3xzHGGVFM.woff2 — 200 — 48.5 KiB — 70 ms — h3https://d3njgrq4uvb497.cloudfront.net/6ca0.ttfd3njgrq4uvb497.cloudfront.net/6ca0.... https://d3njgrq4uvb497.cloudfront.net/6ca0.ttf — 200 — 3.9 KiB — 90 ms — h2https://cookie-cdn.cookiepro.com/scripttemplates/202512.1.0/otBannerSdk.jscookie-cdn.cookiepro.com/scripttemp... https://cookie-cdn.cookiepro.com/scripttemplates/202512.1.0/otBannerSdk.js — 200 — 126.2 KiB — 132 ms — h2https://img.ksl.com/slc/3118/311876/31187687.jpgimg.ksl.com/slc/3118/311876/3118768... https://img.ksl.com/slc/3118/311876/31187687.jpg — 200 — 27.3 KiB — 111 ms — h3https://img.ksl.com/slc/2923/292383/29238334.pngimg.ksl.com/slc/2923/292383/2923833... https://img.ksl.com/slc/2923/292383/29238334.png — 200 — 14.7 KiB — 100 ms — h3https://static.ksl.com/graphics/search_grey.gifstatic.ksl.com/graphics/search_grey... https://static.ksl.com/graphics/search_grey.gif — 200 — 807 B — 82 ms — h3https://img.ksl.com/slc/2908/290836/29083691.pngimg.ksl.com/slc/2908/290836/2908369... https://img.ksl.com/slc/2908/290836/29083691.png — 200 — 172.2 KiB — 135 ms — h3https://img.ksl.com/slc/3153/315386/31538653.jpeg?filter=kslv2/responsive_toppicksimg.ksl.com/slc/3153/315386/3153865... https://img.ksl.com/slc/3153/315386/31538653.jpeg?filter=kslv2/responsive_toppicks — 200 — 27.8 KiB — 118 ms — h3https://img.ksl.com/slc/3153/315388/31538878.jpg?filter=kslv2/responsive_toppicksimg.ksl.com/slc/3153/315388/3153887... https://img.ksl.com/slc/3153/315388/31538878.jpg?filter=kslv2/responsive_toppicks — 200 — 24.5 KiB — 117 ms — h3https://img.ksl.com/slc/3153/315372/31537237.jpg?filter=kslv2/responsive_toppicksimg.ksl.com/slc/3153/315372/3153723... https://img.ksl.com/slc/3153/315372/31537237.jpg?filter=kslv2/responsive_toppicks — 200 — 29.8 KiB — 121 ms — h3https://img.ksl.com/slc/3153/315386/31538657.jpg?filter=kslv2/responsive_toppicksimg.ksl.com/slc/3153/315386/3153865... https://img.ksl.com/slc/3153/315386/31538657.jpg?filter=kslv2/responsive_toppicks — 200 — 18.8 KiB — 117 ms — h3https://img.ksl.com/slc/2879/287947/28794711.jpeg?filter=kslv2/responsive_toppicksimg.ksl.com/slc/2879/287947/2879471... https://img.ksl.com/slc/2879/287947/28794711.jpeg?filter=kslv2/responsive_toppicks — 200 — 17.5 KiB — 103 ms — h3https://img.ksl.com/slc/3153/315372/31537283.jpeg?filter=kslv2/responsive_toppicksimg.ksl.com/slc/3153/315372/3153728... https://img.ksl.com/slc/3153/315372/31537283.jpeg?filter=kslv2/responsive_toppicks — 200 — 24.1 KiB — 115 ms — h3https://img.ksl.com/slc/3153/315382/31538238.JPG?filter=kslv2/responsive_toppicksimg.ksl.com/slc/3153/315382/3153823... https://img.ksl.com/slc/3153/315382/31538238.JPG?filter=kslv2/responsive_toppicks — 200 — 14.5 KiB — 114 ms — h3https://img.ksl.com/slc/3153/315383/31538304.jpg?filter=kslv2/responsive_toppicksimg.ksl.com/slc/3153/315383/3153830... https://img.ksl.com/slc/3153/315383/31538304.jpg?filter=kslv2/responsive_toppicks — 200 — 22.9 KiB — 115 ms — h3https://static.ksl.com/beta/node_modules/ksl-responsive-header/dist/51d664bc63e53f2a4398cf2601a38704.svgstatic.ksl.com/beta/node_modules/ks... https://static.ksl.com/beta/node_modules/ksl-responsive-header/dist/51d664bc63e53f2a4398cf2601a38704.svg — 200 — 2.5 KiB — 113 ms — h3https://www.googletagmanager.com/gtm.js?id=GTM-TVLZ5Z&l=kslDataLayerwww.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-TVLZ5Z&l=kslDataLayer — 200 — 165.6 KiB — 243 ms — h2https://static.ksl.com/javascript/react.production.min.jsstatic.ksl.com/javascript/react.pro... https://static.ksl.com/javascript/react.production.min.js — 200 — 5.9 KiB — 77 ms — h3https://img.ksl.com/slc/2908/290846/29084682.pngimg.ksl.com/slc/2908/290846/2908468... https://img.ksl.com/slc/2908/290846/29084682.png — 200 — 181.3 KiB — 1.0 s — h3https://static.ksl.com/javascript/react-dom.production.min.jsstatic.ksl.com/javascript/react-dom... https://static.ksl.com/javascript/react-dom.production.min.js — 200 — 50.4 KiB — 23 ms — h3https://cookie-cdn.cookiepro.com/consent/42225788-6fb1-438d-91a0-0da32c771fe8/019d8c82-1791-712c-96e5-fe1bfe5950f6/en.jsoncookie-cdn.cookiepro.com/consent/42... https://cookie-cdn.cookiepro.com/consent/42225788-6fb1-438d-91a0-0da32c771fe8/019d8c82-1791-712c-96e5-fe1bfe5950f6/en.json — 200 — 65.1 KiB — 66 ms — h2https://cookie-cdn.cookiepro.com/vendorlist/iab2V2Data.jsoncookie-cdn.cookiepro.com/vendorlist... https://cookie-cdn.cookiepro.com/vendorlist/iab2V2Data.json — 200 — 87.1 KiB — 54 ms — h2https://cookie-cdn.cookiepro.com/scripttemplates/202512.1.0/otTCF.jscookie-cdn.cookiepro.com/scripttemp... https://cookie-cdn.cookiepro.com/scripttemplates/202512.1.0/otTCF.js — 200 — 18.0 KiB — 27 ms — h2https://d3njgrq4uvb497.cloudfront.net/app--ksl-7bf5.jsd3njgrq4uvb497.cloudfront.net/app--... https://d3njgrq4uvb497.cloudfront.net/app--ksl-7bf5.js — 200 — 88.2 KiB — 39 ms — h2https://cookie-cdn.cookiepro.com/consent/42225788-6fb1-438d-91a0-0da32c771fe8/019d8c82-1791-712c-96e5-fe1bfe5950f6/bLayout-en.jsoncookie-cdn.cookiepro.com/consent/42... https://cookie-cdn.cookiepro.com/consent/42225788-6fb1-438d-91a0-0da32c771fe8/019d8c82-1791-712c-96e5-fe1bfe5950f6/bLayout-en.json — 200 — 3.9 KiB — 45 ms — h2https://cookie-cdn.cookiepro.com/scripttemplates/202512.1.0/assets/v2/otPcCenter.jsoncookie-cdn.cookiepro.com/scripttemp... https://cookie-cdn.cookiepro.com/scripttemplates/202512.1.0/assets/v2/otPcCenter.json — 200 — 13.7 KiB — 34 ms — h2https://cookie-cdn.cookiepro.com/scripttemplates/202512.1.0/assets/otCookieSettingsButton.jsoncookie-cdn.cookiepro.com/scripttemp... https://cookie-cdn.cookiepro.com/scripttemplates/202512.1.0/assets/otCookieSettingsButton.json — 200 — 2.2 KiB — 33 ms — h2https://cookie-cdn.cookiepro.com/scripttemplates/202512.1.0/assets/otCommonStyles.csscookie-cdn.cookiepro.com/scripttemp... https://cookie-cdn.cookiepro.com/scripttemplates/202512.1.0/assets/otCommonStyles.css — 200 — 5.1 KiB — 36 ms — h2https://static.ksl.com/ksl-responsive-header/ksl-header.jsstatic.ksl.com/ksl-responsive-heade... https://static.ksl.com/ksl-responsive-header/ksl-header.js — 200 — 77.0 KiB — 35 ms — h3https://d3njgrq4uvb497.cloudfront.net/react/2458158d8124781d89e475ff1ec849f6-CustomizeNewsFeed.min.jsd3njgrq4uvb497.cloudfront.net/react... https://d3njgrq4uvb497.cloudfront.net/react/2458158d8124781d89e475ff1ec849f6-CustomizeNewsFeed.min.js — 200 — 53.5 KiB — 32 ms — h2https://d3njgrq4uvb497.cloudfront.net/react/8e9a8a68390260347e0ca07626a371ff-ImageCarousel.min.jsd3njgrq4uvb497.cloudfront.net/react... https://d3njgrq4uvb497.cloudfront.net/react/8e9a8a68390260347e0ca07626a371ff-ImageCarousel.min.js — 200 — 17.1 KiB — 28 ms — h2https://d3njgrq4uvb497.cloudfront.net/react/5b9094e45f0ff7bd693bb1165f9dee16-Queue.min.jsd3njgrq4uvb497.cloudfront.net/react... https://d3njgrq4uvb497.cloudfront.net/react/5b9094e45f0ff7bd693bb1165f9dee16-Queue.min.js — 200 — 17.0 KiB — 30 ms — h2https://www.googletagservices.com/tag/js/gpt.jswww.googletagservices.com/tag/js/gp... https://www.googletagservices.com/tag/js/gpt.js — 200 — 34.8 KiB — 124 ms — h2https://adl.ksldigital.media/op.jsadl.ksldigital.media/op.js https://adl.ksldigital.media/op.js — 200 — 24.4 KiB — 66 ms — h2https://www.googletagmanager.com/gtag/js?id=G-JW89DL7T5D&l=kslDataLayer&cx=c&gtm=4e64k0www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-JW89DL7T5D&l=kslDataLayer&cx=c&gtm=4e64k0 — 200 — 164.9 KiB — 54 ms — h2https://client.px-cloud.net/PX2sZ8xyop/main.min.jsclient.px-cloud.net/PX2sZ8xyop/main... https://client.px-cloud.net/PX2sZ8xyop/main.min.js — 200 — 131.4 KiB — 14 ms — h2https://js.stripe.com/v3/js.stripe.com/v3/ https://js.stripe.com/v3/ — 200 — 226.2 KiB — 121 ms — h3https://tag.durationmedia.net/sites/11159/dm.jstag.durationmedia.net/sites/11159/d... https://tag.durationmedia.net/sites/11159/dm.js — 200 — 34.3 KiB — 69 ms — h2https://survey.survicate.com/workspaces/1bd841b86685b6723d8be2df95e70fe9/web_surveys.jssurvey.survicate.com/workspaces/1bd... https://survey.survicate.com/workspaces/1bd841b86685b6723d8be2df95e70fe9/web_surveys.js — 200 — 1.5 KiB — 116 ms — h2https://static.rubyblu.com/tracker.jsstatic.rubyblu.com/tracker.js https://static.rubyblu.com/tracker.js — 200 — 8.4 KiB — 64 ms — h2https://tags.srv.stackadapt.com/events.jstags.srv.stackadapt.com/events.js https://tags.srv.stackadapt.com/events.js — 200 — 7.7 KiB — 300 ms — h2https://d7d3cf2e81d293050033-3dfc0615b0fd7b49143049256703bfce.ssl.cf1.rackcdn.com/stf.jsd7d3cf2e81d293050033-3dfc0615b0fd7b... https://d7d3cf2e81d293050033-3dfc0615b0fd7b49143049256703bfce.ssl.cf1.rackcdn.com/stf.js — 200 — 5.0 KiB — 60 ms — http/1.1https://cookie-cdn.cookiepro.com/logos/static/ot_guard_logo.svgcookie-cdn.cookiepro.com/logos/stat... https://cookie-cdn.cookiepro.com/logos/static/ot_guard_logo.svg — 200 — 727 B — 34 ms — h2https://cookie-cdn.cookiepro.com/logos/static/ot_company_logo.pngcookie-cdn.cookiepro.com/logos/stat... https://cookie-cdn.cookiepro.com/logos/static/ot_company_logo.png — 200 — 11.7 KiB — 28 ms — h2https://cookie-cdn.cookiepro.com/logos/static/powered_by_logo.svgcookie-cdn.cookiepro.com/logos/stat... https://cookie-cdn.cookiepro.com/logos/static/powered_by_logo.svg — 200 — 2.8 KiB — 29 ms — h2https://media.twiliocdn.com/sdk/js/conversations/releases/2.4.1/twilio-conversations.min.jsmedia.twiliocdn.com/sdk/js/conversa... https://media.twiliocdn.com/sdk/js/conversations/releases/2.4.1/twilio-conversations.min.js — 200 — 122.3 KiB — 876 ms — h2https://static.ksl.com/m-ksl-messages-twilio-client/messages.jsstatic.ksl.com/m-ksl-messages-twili... https://static.ksl.com/m-ksl-messages-twilio-client/messages.js — 200 — 5.3 KiB — 22 ms — h3https://news-api.ksl.com/v1/weather/getHeaderWeathernews-api.ksl.com/v1/weather/getHead... https://news-api.ksl.com/v1/weather/getHeaderWeather — 200 — 2.2 KiB — 66 ms — h2https://www.ksl.com/api/2017/member/activewww.ksl.com/api/2017/member/active https://www.ksl.com/api/2017/member/active — 200 — 161 B — 156 ms — h2https://static.ksl.com/images/weather/New2013/SVG/mostly-cloudy.svgstatic.ksl.com/images/weather/New20... https://static.ksl.com/images/weather/New2013/SVG/mostly-cloudy.svg — 200 — 7.8 KiB — 31 ms — h3data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAyAAAAE5CAYAAABoNkQSAABAAElEQVR4Ae2d+3nbuLa3PefZ/3/aF…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAyAAAAE5CAYAAABoNkQSAABAAElEQVR4Ae2d+3nbuLa3PefZ/3/aF… — 200 — 0 B — 0 ms — datahttps://static.ksl.com/images/weather/New2013/SVG/mostly_cloudy_rain_tstorm.svgstatic.ksl.com/images/weather/New20... https://static.ksl.com/images/weather/New2013/SVG/mostly_cloudy_rain_tstorm.svg — 200 — 9.7 KiB — 28 ms — h3https://static.ksl.com/images/weather/New2013/SVG/rain.svgstatic.ksl.com/images/weather/New20... https://static.ksl.com/images/weather/New2013/SVG/rain.svg — 200 — 1.9 KiB — 30 ms — h3https://be.durationmedia.net/scriptloaded?siteId=11159be.durationmedia.net/scriptloaded?s... https://be.durationmedia.net/scriptloaded?siteId=11159 — 200 — 689 B — 440 ms — http/1.1https://tzm.px-cloud.net/ns?c=f2a72c00-3e94-11f1-b3d5-efdfe7ea36detzm.px-cloud.net/ns?c=f2a72c00-3e94... https://tzm.px-cloud.net/ns?c=f2a72c00-3e94-11f1-b3d5-efdfe7ea36de — 200 — 310 B — 1.0 s — http/1.1https://collector-px2sz8xyop.px-cloud.net/api/v2/collectorcollector-px2sz8xyop.px-cloud.net/a... https://collector-px2sz8xyop.px-cloud.net/api/v2/collector — 200 — 1.5 KiB — 212 ms — h2https://d2ogoirb28wat7.cloudfront.net/b-1d867af-bfaa531f.jsd2ogoirb28wat7.cloudfront.net/b-1d8... https://d2ogoirb28wat7.cloudfront.net/b-1d867af-bfaa531f.js — 200 — 33.2 KiB — 55 ms — h3data:image/webp;base64,UklGRrQFAABXRUJQVlA4TKgFAAAvNIENEG+htpGkZt+bjJD+e4UW1LZtw+bk1M3ZoqiRpDjcey/w…data:image/webp;base64,UklGRrQFAABX... data:image/webp;base64,UklGRrQFAABXRUJQVlA4TKgFAAAvNIENEG+htpGkZt+bjJD+e4UW1LZtw+bk1M3ZoqiRpDjcey/w… — 200 — 0 B — 0 ms — datahttps://d2ogoirb28wat7.cloudfront.net/bl-0d6ee0c-af3a330d.jsd2ogoirb28wat7.cloudfront.net/bl-0d... https://d2ogoirb28wat7.cloudfront.net/bl-0d6ee0c-af3a330d.js — 200 — 166.6 KiB — 79 ms — h3https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604160201/pubads_impl.jssecurepubads.g.doubleclick.net/page... https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604160201/pubads_impl.js — 200 — 187.7 KiB — 161 ms — h3https://ads.servenobid.com/adreq?cb=1915ads.servenobid.com/adreq?cb=1915 https://ads.servenobid.com/adreq?cb=1915 — 200 — 873 B — 242 ms — h2https://deseret.technoratimedia.com/openrtb/bids/deseret?src=prebid_prebid_7.24.0deseret.technoratimedia.com/openrtb... https://deseret.technoratimedia.com/openrtb/bids/deseret?src=prebid_prebid_7.24.0 — 204 — 0 B — 291 ms — h2https://hbopenbid.pubmatic.com/translator?source=prebid-clienthbopenbid.pubmatic.com/translator?s... https://hbopenbid.pubmatic.com/translator?source=prebid-client — 204 — 306 B — 241 ms — h2https://ex.ingage.tech/v1/openrtbex.ingage.tech/v1/openrtb https://ex.ingage.tech/v1/openrtb — 204 — 0 B — 150 ms — h2https://ksl-d.openx.net/w/1.0/jstag?nc=6686-KSL_Newsksl-d.openx.net/w/1.0/jstag?nc=6686... https://ksl-d.openx.net/w/1.0/jstag?nc=6686-KSL_News — 404 — 139 B — 100 ms — h2https://region1.google-analytics.com/g/collect?v=2&tid=G-JW89DL7T5D&gtm=45je64k0v891939916z871929427za20gzb71929427zd71929427&_p=1776894486421&gcs=G10-&gcd=13m3lPm2m5l1&npa=1&dma_cps=-&dma=1&tcfd=10s5b&_eu=EAAAAEA&are=1&cid=539914212.1776894487&frm=0&ir=1&pscdl=denied&rcb=7&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115938466~115938468~117266400~117512542~118167058&sid=1776894487&sct=1&seg=0&dl=https%3A%2F%2Fwww.ksl.com%2F&dt=Utah%20Breaking%20News%2C%20Top%20Stories%20%26%20Sports%20%7C%20World%2C%20US%2C%20Local&en=page_view&_fv=1&_nsi=1&_ss=1&ep.Entity=KSL%20News&ep.gtm_container_id=GTM-TVLZ5Z&ep.DDM_Device_ID=x3840bhnigld&ep.DDM_Session_ID=qv4kdskqofcw&ep.DDM_Hit_ID=eeparxw7b0bl&ep.KSL_Member_ID=&ep.Site_Section=News&ep.Template=Homepage&ep.Category=%5Bobject%20Object%5D&up.DDM_Device_ID=x3840bhnigld&up.KSL_Member_ID=&tfd=2207region1.google-analytics.com/g/coll... https://region1.google-analytics.com/g/collect?v=2&tid=G-JW89DL7T5D&gtm=45je64k0v891939916z871929427za20gzb71929427zd71929427&_p=1776894486421&gcs=G10-&gcd=13m3lPm2m5l1&npa=1&dma_cps=-&dma=1&tcfd=10s5b&_eu=EAAAAEA&are=1&cid=539914212.1776894487&frm=0&ir=1&pscdl=denied&rcb=7&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115938466~115938468~117266400~117512542~118167058&sid=1776894487&sct=1&seg=0&dl=https%3A%2F%2Fwww.ksl.com%2F&dt=Utah%20Breaking%20News%2C%20Top%20Stories%20%26%20Sports%20%7C%20World%2C%20US%2C%20Local&en=page_view&_fv=1&_nsi=1&_ss=1&ep.Entity=KSL%20News&ep.gtm_container_id=GTM-TVLZ5Z&ep.DDM_Device_ID=x3840bhnigld&ep.DDM_Session_ID=qv4kdskqofcw&ep.DDM_Hit_ID=eeparxw7b0bl&ep.KSL_Member_ID=&ep.Site_Section=News&ep.Template=Homepage&ep.Category=%5Bobject%20Object%5D&up.DDM_Device_ID=x3840bhnigld&up.KSL_Member_ID=&tfd=2207 — 204 — 547 B — 99 ms — h2https://b.px-cdn.net/api/v1/PX2sZ8xyop/d/pb.px-cdn.net/api/v1/PX2sZ8xyop/d/p https://b.px-cdn.net/api/v1/PX2sZ8xyop/d/p — 200 — 662 B — 120 ms — h2https://ex.ingage.tech/v1/openrtbex.ingage.tech/v1/openrtb https://ex.ingage.tech/v1/openrtb — 204 — 357 B — 299 ms — h2https://region-filter.rubyblu.com/checkregion-filter.rubyblu.com/check https://region-filter.rubyblu.com/check — -1 — 0 B — 509 ms — https://ingestion.contentinsights.com/p?a=&b=&c=Utah%20Breaking%20News%2C%20Top%20Stories%20%26%20Sports%20%7C%20World%2C%20US%2C%20Local&d=https%3A%2F%2Fwww.ksl.com%2F&e=news&f=2970&g=&h=&i=&j=free&k=source%3A%20%2Cteam%3A%20&l=&m=anonymous&ch=&n=landing&pid=9999&u=1776894487601.205105619.30444372&ul=1776894487601.496268875.2459158&x=0.8182521438848642&t=0&err=&ver=27ingestion.contentinsights.com/p?a=&... https://ingestion.contentinsights.com/p?a=&b=&c=Utah%20Breaking%20News%2C%20Top%20Stories%20%26%20Sports%20%7C%20World%2C%20US%2C%20Local&d=https%3A%2F%2Fwww.ksl.com%2F&e=news&f=2970&g=&h=&i=&j=free&k=source%3A%20%2Cteam%3A%20&l=&m=anonymous&ch=&n=landing&pid=9999&u=1776894487601.205105619.30444372&ul=1776894487601.496268875.2459158&x=0.8182521438848642&t=0&err=&ver=27 — 204 — 35 B — 125 ms — h2https://tags.srv.stackadapt.com/sa.csstags.srv.stackadapt.com/sa.css https://tags.srv.stackadapt.com/sa.css — 200 — 165 B — 101 ms — h2https://tags.srv.stackadapt.com/sa.jpegtags.srv.stackadapt.com/sa.jpeg https://tags.srv.stackadapt.com/sa.jpeg — 200 — 1.6 KiB — 296 ms — h2https://deseret.technoratimedia.com/openrtb/bids/deseret?src=prebid_prebid_7.24.0deseret.technoratimedia.com/openrtb... https://deseret.technoratimedia.com/openrtb/bids/deseret?src=prebid_prebid_7.24.0 — 204 — 185 B — 291 ms — h2https://fundingchoicesmessages.google.com/i/21740664820?ers=3fundingchoicesmessages.google.com/i... https://fundingchoicesmessages.google.com/i/21740664820?ers=3 — 200 — 70.1 KiB — 159 ms — h2https://securepubads.g.doubleclick.net/pagead/managed/dict/m202604210101/gptsecurepubads.g.doubleclick.net/page... https://securepubads.g.doubleclick.net/pagead/managed/dict/m202604210101/gpt — 200 — 23.0 KiB — 42 ms — h3https://tags.srv.stackadapt.com/saq_pxl?uid=pTI-0oKJkHPME2lozyEL0Q&is_js=true&landing_url=https%3A%2F%2Fwww.ksl.com%2F&t=Utah%20Breaking%20News%2C%20Top%20Stories%20%26%20Sports%20%7C%20World%2C%20US%2C%20Local&tip=9MBLMWFbpjxDExl3IwEMtYvqYtol5YHcr6MfM8UFxuI&host=https%3A%2F%2Fwww.ksl.com&sa_conv_data_site_section=News&sa_conv_data_site_section2=undefined&sa_conv_data_site_section3=undefined&sa_conv_data_page_type=Homepage&sa_conv_data_content_type=undefined&sa_conv_data_author=undefined&sa_conv_data_article_id=undefined&sa_conv_data_stca=undefined&sa_conv_data_article_title=undefined&sa_conv_data_css_value=%27%27&sa_conv_data_image_value=ffd8ffe000104a46494600010101006000600000ffdb004300080606070605080707070909080a0c140d0c0b0b0c1912130f141d1a1f1e1d1a1c1c20242e2720222c231c1c2837292c30313434341f27393d38323c2e333432ffdb0043010909090c0b0c180d0d1832211c213232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232ffc00011080001000103012200021101031101ffc4001f0000010501010101010100000000000000000102030405060708090a0bffc400b5100002010303020403050504040000017d01020300041105122131410613516107227114328191a1082342b1c11552d1f02433627282090a161718191a25262728292a3435363738393a434445464748494a535455565758595a636465666768696a737475767778797a838485868788898a92939495969798999aa2a3a4a5a6a7a8a9aab2b3b4b5b6b7b8b9bac2c3c4c5c6c7c8c9cad2d3d4d5d6d7d8d9dae1e2e3e4e5e6e7e8e9eaf1f2f3f4f5f6f7f8f9faffc4001f0100030101010101010101010000000000000102030405060708090a0bffc400b51100020102040403040705040400010277000102031104052131061241510761711322328108144291a1b1c109233352f0156272d10a162434e125f11718191a262728292a35363738393a434445464748494a535455565758595a636465666768696a737475767778797a82838485868788898a92939495969798999aa2a3a4a5a6a7a8a9aab2b3b4b5b6b7b8b9bac2c3c4c5c6c7c8c9cad2d3d4d5d6d7d8d9dae2e3e4e5e6e7e8e9eaf2f3f4f5f6f7f8f9faffda000c03010002110311003f00f7fa28a2803fffd912466108fb715deb4b50cc07a59fb1cb8de3bc77&l_src=&l_src_d=&u_src=&u_src_d=&shop=false&sa-user-id-v4=s%253A.o6W7wkJsHSTU4%252BLlDruZ%252FwNjVcUZZMvakQpSatDoAgo&sa-user-id-v3=s%253AAQAKIJbz4ubh925B-bs_NwaDatTZaU6AFBp33wPaSZVK0FhVEMABGAQgl4SlzwYwAToETLyAOUIECw2GHw.tqrYPCfjNU3vQigm5c9N%252Fv3pBKi3JWoJ%252FhWPDUDksEw&sa-user-id-v2=s%253AEkZhCPtxXetLUMwHpZ-xy43jvHc.WZLyMhb0d34AZiYrDVV6uzA0nnfhDo4A8A2%252BsfVxW0M&sa-user-id=s%253A0-12466108-fb71-5deb-4b50-cc07a59fb1cb.4JO1UlQ3lPR77eqkVwFUdP1UOf%252FPislS5%252F1yFURxJAEtags.srv.stackadapt.com/saq_pxl?uid... https://tags.srv.stackadapt.com/saq_pxl?uid=pTI-0oKJkHPME2lozyEL0Q&is_js=true&landing_url=https%3A%2F%2Fwww.ksl.com%2F&t=Utah%20Breaking%20News%2C%20Top%20Stories%20%26%20Sports%20%7C%20World%2C%20US%2C%20Local&tip=9MBLMWFbpjxDExl3IwEMtYvqYtol5YHcr6MfM8UFxuI&host=https%3A%2F%2Fwww.ksl.com&sa_conv_data_site_section=News&sa_conv_data_site_section2=undefined&sa_conv_data_site_section3=undefined&sa_conv_data_page_type=Homepage&sa_conv_data_content_type=undefined&sa_conv_data_author=undefined&sa_conv_data_article_id=undefined&sa_conv_data_stca=undefined&sa_conv_data_article_title=undefined&sa_conv_data_css_value=%27%27&sa_conv_data_image_value=ffd8ffe000104a46494600010101006000600000ffdb004300080606070605080707070909080a0c140d0c0b0b0c1912130f141d1a1f1e1d1a1c1c20242e2720222c231c1c2837292c30313434341f27393d38323c2e333432ffdb0043010909090c0b0c180d0d1832211c213232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232323232ffc00011080001000103012200021101031101ffc4001f0000010501010101010100000000000000000102030405060708090a0bffc400b5100002010303020403050504040000017d01020300041105122131410613516107227114328191a1082342b1c11552d1f02433627282090a161718191a25262728292a3435363738393a434445464748494a535455565758595a636465666768696a737475767778797a838485868788898a92939495969798999aa2a3a4a5a6a7a8a9aab2b3b4b5b6b7b8b9bac2c3c4c5c6c7c8c9cad2d3d4d5d6d7d8d9dae1e2e3e4e5e6e7e8e9eaf1f2f3f4f5f6f7f8f9faffc4001f0100030101010101010101010000000000000102030405060708090a0bffc400b51100020102040403040705040400010277000102031104052131061241510761711322328108144291a1b1c109233352f0156272d10a162434e125f11718191a262728292a35363738393a434445464748494a535455565758595a636465666768696a737475767778797a82838485868788898a92939495969798999aa2a3a4a5a6a7a8a9aab2b3b4b5b6b7b8b9bac2c3c4c5c6c7c8c9cad2d3d4d5d6d7d8d9dae2e3e4e5e6e7e8e9eaf2f3f4f5f6f7f8f9faffda000c03010002110311003f00f7fa28a2803fffd912466108fb715deb4b50cc07a59fb1cb8de3bc77&l_src=&l_src_d=&u_src=&u_src_d=&shop=false&sa-user-id-v4=s%253A.o6W7wkJsHSTU4%252BLlDruZ%252FwNjVcUZZMvakQpSatDoAgo&sa-user-id-v3=s%253AAQAKIJbz4ubh925B-bs_NwaDatTZaU6AFBp33wPaSZVK0FhVEMABGAQgl4SlzwYwAToETLyAOUIECw2GHw.tqrYPCfjNU3vQigm5c9N%252Fv3pBKi3JWoJ%252FhWPDUDksEw&sa-user-id-v2=s%253AEkZhCPtxXetLUMwHpZ-xy43jvHc.WZLyMhb0d34AZiYrDVV6uzA0nnfhDo4A8A2%252BsfVxW0M&sa-user-id=s%253A0-12466108-fb71-5deb-4b50-cc07a59fb1cb.4JO1UlQ3lPR77eqkVwFUdP1UOf%252FPislS5%252F1yFURxJAE — 200 — 380 B — 103 ms — h2https://fundingchoicesmessages.google.com/el/AGSKWxUWunpwdJG0PNe2x_5Xdegm3TdMAopXdvoLhtZZP1MR4sZUC4khnoRtJsdwoZAUzBACW-I_Baj1C1HbpXoq4bIH9-v_KXJgXbngh51srbpS0bIgiHJlqHASvY5giTZca4msy-XUcg==fundingchoicesmessages.google.com/e... https://fundingchoicesmessages.google.com/el/AGSKWxUWunpwdJG0PNe2x_5Xdegm3TdMAopXdvoLhtZZP1MR4sZUC4khnoRtJsdwoZAUzBACW-I_Baj1C1HbpXoq4bIH9-v_KXJgXbngh51srbpS0bIgiHJlqHASvY5giTZca4msy-XUcg== — 204 — 28 B — 90 ms — h3https://fundingchoicesmessages.google.com/el/AGSKWxUWunpwdJG0PNe2x_5Xdegm3TdMAopXdvoLhtZZP1MR4sZUC4khnoRtJsdwoZAUzBACW-I_Baj1C1HbpXoq4bIH9-v_KXJgXbngh51srbpS0bIgiHJlqHASvY5giTZca4msy-XUcg==fundingchoicesmessages.google.com/e... https://fundingchoicesmessages.google.com/el/AGSKWxUWunpwdJG0PNe2x_5Xdegm3TdMAopXdvoLhtZZP1MR4sZUC4khnoRtJsdwoZAUzBACW-I_Baj1C1HbpXoq4bIH9-v_KXJgXbngh51srbpS0bIgiHJlqHASvY5giTZca4msy-XUcg== — 204 — 28 B — 85 ms — h3https://fundingchoicesmessages.google.com/el/AGSKWxUWunpwdJG0PNe2x_5Xdegm3TdMAopXdvoLhtZZP1MR4sZUC4khnoRtJsdwoZAUzBACW-I_Baj1C1HbpXoq4bIH9-v_KXJgXbngh51srbpS0bIgiHJlqHASvY5giTZca4msy-XUcg==fundingchoicesmessages.google.com/e... https://fundingchoicesmessages.google.com/el/AGSKWxUWunpwdJG0PNe2x_5Xdegm3TdMAopXdvoLhtZZP1MR4sZUC4khnoRtJsdwoZAUzBACW-I_Baj1C1HbpXoq4bIH9-v_KXJgXbngh51srbpS0bIgiHJlqHASvY5giTZca4msy-XUcg== — 204 — 28 B — 86 ms — h3https://fundingchoicesmessages.google.com/f/AGSKWxUbrW9xIQLm_lK1-NVcvbccDgCa4Ej8yIo4Zp-eCrmwo1fdnqkp9KJJtvox9RNfnhdf1P6WWY_hK66ZppCca4mf16g5AJ7QjfbpgGl6wiX53yS8wM_hPI8v2O8GrMaUb2muJfxK0A==?fccs=W251bGwsbnVsbCxudWxsLG51bGwsbnVsbCxudWxsLFsxNzc2ODk0NDg4LDQ5MDAwMDAwXSxudWxsLG51bGwsbnVsbCxbbnVsbCxbN11dLCJodHRwczovL3d3dy5rc2wuY29tLyIsbnVsbCxbWzgsInBTSmtvMTk2SUgwIl0sWzksImVuLVVTIl0sWzE4LCJbW1tudWxsLDI1NTFdXV0iXSxbMzUsIjE3NzY4OTQ0ODgiXSxbMTksIjEiXSxbMTcsIlswXSJdLFsyNCwiIl0sWzI5LCJmYWxzZSJdXV0fundingchoicesmessages.google.com/f... https://fundingchoicesmessages.google.com/f/AGSKWxUbrW9xIQLm_lK1-NVcvbccDgCa4Ej8yIo4Zp-eCrmwo1fdnqkp9KJJtvox9RNfnhdf1P6WWY_hK66ZppCca4mf16g5AJ7QjfbpgGl6wiX53yS8wM_hPI8v2O8GrMaUb2muJfxK0A==?fccs=W251bGwsbnVsbCxudWxsLG51bGwsbnVsbCxudWxsLFsxNzc2ODk0NDg4LDQ5MDAwMDAwXSxudWxsLG51bGwsbnVsbCxbbnVsbCxbN11dLCJodHRwczovL3d3dy5rc2wuY29tLyIsbnVsbCxbWzgsInBTSmtvMTk2SUgwIl0sWzksImVuLVVTIl0sWzE4LCJbW1tudWxsLDI1NTFdXV0iXSxbMzUsIjE3NzY4OTQ0ODgiXSxbMTksIjEiXSxbMTcsIlswXSJdLFsyNCwiIl0sWzI5LCJmYWxzZSJdXV0 — 200 — 69.0 KiB — 89 ms — h2https://messages-microservice.ksl.com/usermessages-microservice.ksl.com/user https://messages-microservice.ksl.com/user — 401 — 245 B — 186 ms — h2https://match.prod.bidr.io/cookie-sync/deseret?buyer_user_id=ksl.4r6ld69gzb3nmatch.prod.bidr.io/cookie-sync/dese... https://match.prod.bidr.io/cookie-sync/deseret?buyer_user_id=ksl.4r6ld69gzb3n — 303 — 256 B — 124 ms — h2https://collector-px2sz8xyop.px-cloud.net/api/v2/collectorcollector-px2sz8xyop.px-cloud.net/a... https://collector-px2sz8xyop.px-cloud.net/api/v2/collector — 200 — 784 B — 153 ms — h2https://match.prod.bidr.io/cookie-sync/deseret?buyer_user_id=ksl.4r6ld69gzb3n&_bee_ppp=1match.prod.bidr.io/cookie-sync/dese... https://match.prod.bidr.io/cookie-sync/deseret?buyer_user_id=ksl.4r6ld69gzb3n&_bee_ppp=1 — 400 — 24 B — 40 ms — h2https://cdn.siftscience.com/s.jscdn.siftscience.com/s.js https://cdn.siftscience.com/s.js — 200 — 19.6 KiB — 101 ms — h2https://js.stripe.com/v3/m-outer-3437aaddcdf6922d623e172c2d6f9278.htmljs.stripe.com/v3/m-outer-3437aaddcd... https://js.stripe.com/v3/m-outer-3437aaddcdf6922d623e172c2d6f9278.html — 200 — 1.0 KiB — 41 ms — h3https://www.googletagmanager.com/gtag/js?id=GT-KT49CVZH&l=kslDataLayer&cx=c&gtm=4e64k0www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=GT-KT49CVZH&l=kslDataLayer&cx=c&gtm=4e64k0 — 200 — 129.2 KiB — 90 ms — h3https://tentacles.smartocto.com/ten/tentacle.jstentacles.smartocto.com/ten/tentacl... https://tentacles.smartocto.com/ten/tentacle.js — 200 — 14.1 KiB — 133 ms — h2https://js.stripe.com/v3/fingerprinted/js/m-outer-15a2b40a058ddff1cffdb63779fe3de1.jsjs.stripe.com/v3/fingerprinted/js/m... https://js.stripe.com/v3/fingerprinted/js/m-outer-15a2b40a058ddff1cffdb63779fe3de1.js — 200 — 893 B — 24 ms — h3https://m.stripe.network/inner.htmlm.stripe.network/inner.html https://m.stripe.network/inner.html — 200 — 1.8 KiB — 54 ms — h2https://m.stripe.network/out-4.5.45.jsm.stripe.network/out-4.5.45.js https://m.stripe.network/out-4.5.45.js — 200 — 16.5 KiB — 22 ms — h2https://pagead2.googlesyndication.com/ccm/collect?rcb=19&frm=0&en=page_view&dl=https%3A%2F%2Fwww.ksl.com%2F&scrsrc=www.googletagmanager.com&rnd=2025120698.1776894489&navt=n&npa=1&gdpr=1&gdpr_consent=CQjEJsAQjEJsAAcABBENCbFgAAAAAAAAAChQAAAAAAAA.YAAAAAAAAAAA.IMXNR_G__bXlv-bb36btkeYxf9_hr7sQxBgbJs24FzLvW7JwH32E7NEzatqYKmRIAu3TBIQNtHJjURUChKIgVrzDMaE2U4TtKJ-BkiHMZY2tYCFxvm4tjWQCZ4ur_9ld9mR-t7dr-2dzy27hnv3a9fuS1UJidKYetHfv8ZBOT-_IU9_x-_4v4_MbpEm8eS1v_tWtt43d64vP_dpuxt-Tyff7____73_e7X__e__33_-qXX_r7____________f_________7d__A&gtm=45Pe64k0v9219978608z871929427za20gzb71929427zd71929427xec&gcs=G10-&gcd=13m3l3m2m5l1&dma_cps=-&dma=1&tcfd=10s5b&tag_exp=0~115938466~115938468~117266401~118128923&apve=1&apvf=f&apvc=1&tids=DC-15481618&tid=DC-15481618&tft=1776894488516&tfd=3228pagead2.googlesyndication.com/ccm/c... https://pagead2.googlesyndication.com/ccm/collect?rcb=19&frm=0&en=page_view&dl=https%3A%2F%2Fwww.ksl.com%2F&scrsrc=www.googletagmanager.com&rnd=2025120698.1776894489&navt=n&npa=1&gdpr=1&gdpr_consent=CQjEJsAQjEJsAAcABBENCbFgAAAAAAAAAChQAAAAAAAA.YAAAAAAAAAAA.IMXNR_G__bXlv-bb36btkeYxf9_hr7sQxBgbJs24FzLvW7JwH32E7NEzatqYKmRIAu3TBIQNtHJjURUChKIgVrzDMaE2U4TtKJ-BkiHMZY2tYCFxvm4tjWQCZ4ur_9ld9mR-t7dr-2dzy27hnv3a9fuS1UJidKYetHfv8ZBOT-_IU9_x-_4v4_MbpEm8eS1v_tWtt43d64vP_dpuxt-Tyff7____73_e7X__e__33_-qXX_r7____________f_________7d__A&gtm=45Pe64k0v9219978608z871929427za20gzb71929427zd71929427xec&gcs=G10-&gcd=13m3l3m2m5l1&dma_cps=-&dma=1&tcfd=10s5b&tag_exp=0~115938466~115938468~117266401~118128923&apve=1&apvf=f&apvc=1&tids=DC-15481618&tid=DC-15481618&tft=1776894488516&tfd=3228 — 200 — 21 B — 86 ms — h3https://hexagon-analytics.com/images/879301.gif?bk=46e0e4c3e4&r=708638031&v=120&cs=UTF-8&h=www.ksl.com&l=en-US&S=c3cb948fee18789c7d3ce9202b97581a&ui=0&uu=b9e3babb-0d67-45c1-a301-b882f98943a8&t=Utah%20Breaking%20News%2C%20Top%20Stories%20%26%20Sports%20%7C%20World%2C%20US%2C%20Local&u=https%3A%2F%2Fwww.ksl.com%2F&ua=Mozilla%2F5.0%20(Macintosh%3B%20Intel%20Mac%20OS%20X%2010_15_7)%20AppleWebKit%2F537.36%20(KHTML%2C%20like%20Gecko)%20Chrome%2F147.0.0.0%20Safari%2F537.36&nm=2&mh=63196a00446a1e285d1992cfe444aa55&np=5&ph=332b72bdb211e34e6e3c24f88d7c393b&sh=600&sw=800&cd=24&p=Linux%20x86_64&to=0&d=0&ce=true&tp=0&ol=true&pr=Gecko&ps=20030107&vd=Google%20Inc.&hc=4&je=false&ss=true&ls=true&in=true&db=false&tl=false&tr=false&tb=false&ab=false&cf=e4da8fa1899d52a7212b625daf37542b&sri=0&pf=31&inc=true&bn=Chrome&ow=780&oh=580&wd=false&npe=default&fph=c0f48806e2dc75d6fcbd91de7957bb6f&fsh=600&fsw=800&fcd=24&fp=Linux%20x86_64&ftp=0&fhc=4&fss=true&fls=true&fin=true&fvch=418711b9360f0ff97a5476ce480683b2&fad=124.04347527516074&fdm=8&fvf=chrome&fcg=srgb&ffc=false&fm=0&fc=0&frm=false&fhdr=false&fmf=1b4539be02333d14ce0a07c372e6a7d4&fa=255&fte=false&fts=false&fce=true&fpdf=true&fl=cce16c45e622d9ceae4b626c9353ecec&ft=UTC&pfe=16&z=zhexagon-analytics.com/images/879301... https://hexagon-analytics.com/images/879301.gif?bk=46e0e4c3e4&r=708638031&v=120&cs=UTF-8&h=www.ksl.com&l=en-US&S=c3cb948fee18789c7d3ce9202b97581a&ui=0&uu=b9e3babb-0d67-45c1-a301-b882f98943a8&t=Utah%20Breaking%20News%2C%20Top%20Stories%20%26%20Sports%20%7C%20World%2C%20US%2C%20Local&u=https%3A%2F%2Fwww.ksl.com%2F&ua=Mozilla%2F5.0%20(Macintosh%3B%20Intel%20Mac%20OS%20X%2010_15_7)%20AppleWebKit%2F537.36%20(KHTML%2C%20like%20Gecko)%20Chrome%2F147.0.0.0%20Safari%2F537.36&nm=2&mh=63196a00446a1e285d1992cfe444aa55&np=5&ph=332b72bdb211e34e6e3c24f88d7c393b&sh=600&sw=800&cd=24&p=Linux%20x86_64&to=0&d=0&ce=true&tp=0&ol=true&pr=Gecko&ps=20030107&vd=Google%20Inc.&hc=4&je=false&ss=true&ls=true&in=true&db=false&tl=false&tr=false&tb=false&ab=false&cf=e4da8fa1899d52a7212b625daf37542b&sri=0&pf=31&inc=true&bn=Chrome&ow=780&oh=580&wd=false&npe=default&fph=c0f48806e2dc75d6fcbd91de7957bb6f&fsh=600&fsw=800&fcd=24&fp=Linux%20x86_64&ftp=0&fhc=4&fss=true&fls=true&fin=true&fvch=418711b9360f0ff97a5476ce480683b2&fad=124.04347527516074&fdm=8&fvf=chrome&fcg=srgb&ffc=false&fm=0&fc=0&frm=false&fhdr=false&fmf=1b4539be02333d14ce0a07c372e6a7d4&fa=255&fte=false&fts=false&fce=true&fpdf=true&fl=cce16c45e622d9ceae4b626c9353ecec&ft=UTC&pfe=16&z=z — 200 — 273 B — 172 ms — h2https://m.stripe.com/6m.stripe.com/6 https://m.stripe.com/6 — 200 — 579 B — 565 ms — h2https://tentacles.smartocto.com/ten/ingestion.js?v=1776863759182tentacles.smartocto.com/ten/ingesti... https://tentacles.smartocto.com/ten/ingestion.js?v=1776863759182 — 200 — 3.8 KiB — 35 ms — h2https://api.smartocto.com/api/brands/tentacles?i=qkl66xymkwphf3pwr85uub9wk3jf6x10api.smartocto.com/api/brands/tentac... https://api.smartocto.com/api/brands/tentacles?i=qkl66xymkwphf3pwr85uub9wk3jf6x10 — 200 — 1.2 KiB — 111 ms — h2https://ingestion.smartocto.com/t?p=1776894487601.496268875.2459158&s=1776894487601.205105619.30444372&t=pageView&v=1776894488612.445476113.51549345&e=1776894488612.445476113.515493450&c=1776894488613&f=f&l=https%3A%2F%2Fwww.ksl.com%2F&i=800&j=600&k=1&w=1350&h=940&ch=web&rid=561b2065049af545092d&n=landingingestion.smartocto.com/t?p=1776894... https://ingestion.smartocto.com/t?p=1776894487601.496268875.2459158&s=1776894487601.205105619.30444372&t=pageView&v=1776894488612.445476113.51549345&e=1776894488612.445476113.515493450&c=1776894488613&f=f&l=https%3A%2F%2Fwww.ksl.com%2F&i=800&j=600&k=1&w=1350&h=940&ch=web&rid=561b2065049af545092d&n=landing — 204 — 34 B — 37 ms — h2https://tentacles.smartocto.com/ten/reading-time.js?v=1776863759182tentacles.smartocto.com/ten/reading... https://tentacles.smartocto.com/ten/reading-time.js?v=1776863759182 — 200 — 3.2 KiB — 35 ms — h2https://img.ksl.com/slc/3152/315280/31528005.pngimg.ksl.com/slc/3152/315280/3152800... https://img.ksl.com/slc/3152/315280/31528005.png — 200 — 1.3 KiB — 21 ms — h3https://pagead2.googlesyndication.com/pagead/ping?e=1pagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/ping?e=1 — 204 — 20 B — 60 ms — h3https://region1.google-analytics.com/g/collect?v=2&tid=G-JW89DL7T5D&gtm=45je64k0v891939916z871929427za20gzb71929427zd71929427&_p=1776894486421&gcs=G10-&gcd=13m3lPm2m5l1&npa=1&dma_cps=-&dma=1&tcfd=10s5b&_eu=cAAAAEQ&are=1&cid=539914212.1776894487&frm=0&ir=1&pscdl=denied&rcb=7&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=2&tag_exp=0~115938466~115938468~117266400~117512542~118167058&cu=US&sid=1776894487&sct=1&seg=0&dl=https%3A%2F%2Fwww.ksl.com%2F&dt=Utah%20Breaking%20News%2C%20Top%20Stories%20%26%20Sports%20%7C%20World%2C%20US%2C%20Local&tfd=4035region1.google-analytics.com/g/coll... https://region1.google-analytics.com/g/collect?v=2&tid=G-JW89DL7T5D&gtm=45je64k0v891939916z871929427za20gzb71929427zd71929427&_p=1776894486421&gcs=G10-&gcd=13m3lPm2m5l1&npa=1&dma_cps=-&dma=1&tcfd=10s5b&_eu=cAAAAEQ&are=1&cid=539914212.1776894487&frm=0&ir=1&pscdl=denied&rcb=7&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=2&tag_exp=0~115938466~115938468~117266400~117512542~118167058&cu=US&sid=1776894487&sct=1&seg=0&dl=https%3A%2F%2Fwww.ksl.com%2F&dt=Utah%20Breaking%20News%2C%20Top%20Stories%20%26%20Sports%20%7C%20World%2C%20US%2C%20Local&tfd=4035 — 204 — 48 B — 38 ms — h2https://ad-cdn.technoratimedia.com/html/usersync.html?src=prebid_prebid_7.24.0ad-cdn.technoratimedia.com/html/use... https://ad-cdn.technoratimedia.com/html/usersync.html?src=prebid_prebid_7.24.0 — 200 — 7.5 KiB — 67 ms — http/1.1https://public.servenobid.com/sync.htmlpublic.servenobid.com/sync.html https://public.servenobid.com/sync.html — 200 — 4.2 KiB — 56 ms — h2https://ads.pubmatic.com/AdServer/js/user_sync.html?kdntuid=1&p=158976ads.pubmatic.com/AdServer/js/user_s... https://ads.pubmatic.com/AdServer/js/user_sync.html?kdntuid=1&p=158976 — 200 — 7.6 KiB — 39 ms — h2https://ssp.disqus.com/redirectuser?sid=693&r=https%3A%2F%2Fads.servenobid.com%2Fsync%3Fpid%3D346%26uid%3DBUYERUID%26origin%3Dhttps%253A%252F%252Fwww.ksl.com%252Fssp.disqus.com/redirectuser?sid=693... https://ssp.disqus.com/redirectuser?sid=693&r=https%3A%2F%2Fads.servenobid.com%2Fsync%3Fpid%3D346%26uid%3DBUYERUID%26origin%3Dhttps%253A%252F%252Fwww.ksl.com%252F — 204 — 41 B — 373 ms — h2https://ib.adnxs.com/getuid?https%3A%2F%2Fads.servenobid.com%2Fsync%3Fpid%3D312%26uid%3D%24UID%26origin%3Dhttps%253A%252F%252Fwww.ksl.com%252Fib.adnxs.com/getuid?https%3A%2F%2Fa... https://ib.adnxs.com/getuid?https%3A%2F%2Fads.servenobid.com%2Fsync%3Fpid%3D312%26uid%3D%24UID%26origin%3Dhttps%253A%252F%252Fwww.ksl.com%252F — -1 — 0 B — 176 ms — https://p.rfihub.com/cm?pub=44007&in=1p.rfihub.com/cm?pub=44007&in=1 https://p.rfihub.com/cm?pub=44007&in=1 — 302 — 735 B — 169 ms — http/1.1https://sync.inmobi.com/oRTB?gdpr=0&gdpr_consent=&us_privacy=1YN-&&redirect=https%3A%2F%2Fads.servenobid.com%2Fsync%3Fpid%3D344%26uid%3D%7BID5UID%7D%26origin%3Dhttps%253A%252F%252Fwww.ksl.com%252Fsync.inmobi.com/oRTB?gdpr=0&gdpr_co... https://sync.inmobi.com/oRTB?gdpr=0&gdpr_consent=&us_privacy=1YN-&&redirect=https%3A%2F%2Fads.servenobid.com%2Fsync%3Fpid%3D344%26uid%3D%7BID5UID%7D%26origin%3Dhttps%253A%252F%252Fwww.ksl.com%252F — 302 — 279 B — 357 ms — h2https://match.sharethrough.com/universal/v1?supply_id=KW3eSFMR&gdpr=0&gdpr_consent=&us_privacy=1YN-&match.sharethrough.com/universal/v1... https://match.sharethrough.com/universal/v1?supply_id=KW3eSFMR&gdpr=0&gdpr_consent=&us_privacy=1YN-& — 204 — 58 B — 167 ms — h2https://ce.lijit.com/merge?pid=273657&3pid=273657&gdpr=0&gdpr_consent=&us_privacy=1YN-&&location=https%3A%2F%2Fads.servenobid.com%2Fsync%3Fpid%3D310%26uid%3D%5BSOVRNID%5D%26origin%3Dhttps%253A%252F%252Fwww.ksl.com%252Fce.lijit.com/merge?pid=273657&3pid=... https://ce.lijit.com/merge?pid=273657&3pid=273657&gdpr=0&gdpr_consent=&us_privacy=1YN-&&location=https%3A%2F%2Fads.servenobid.com%2Fsync%3Fpid%3D310%26uid%3D%5BSOVRNID%5D%26origin%3Dhttps%253A%252F%252Fwww.ksl.com%252F — 302 — 491 B — 159 ms — h2https://sync.1rx.io/usersync2/rmpssp?sub=duration&redir=https%3A%2F%2Fads.servenobid.com%2Fsync%3Fpid%3D321%26uid%3D%5BRX_UUID%5D%26origin%3Dhttps%253A%252F%252Fwww.ksl.com%252Fsync.1rx.io/usersync2/rmpssp?sub=du... https://sync.1rx.io/usersync2/rmpssp?sub=duration&redir=https%3A%2F%2Fads.servenobid.com%2Fsync%3Fpid%3D321%26uid%3D%5BRX_UUID%5D%26origin%3Dhttps%253A%252F%252Fwww.ksl.com%252F — 204 — 44 B — 343 ms — h2https://hbx.media.net/cksync.php?cs=1&type=pbs&ovsid=setstatuscode&bidder=medianet&gdpr=0&gdpr_consent=&us_privacy=1YN-&&redirect=https%3A%2F%2Fads.servenobid.com%2Fsync%3Fpid%3D353%26uid%3D%3Cvsid%3E%26origin%3Dhttps%253A%252F%252Fwww.ksl.com%252Fhbx.media.net/cksync.php?cs=1&type=... https://hbx.media.net/cksync.php?cs=1&type=pbs&ovsid=setstatuscode&bidder=medianet&gdpr=0&gdpr_consent=&us_privacy=1YN-&&redirect=https%3A%2F%2Fads.servenobid.com%2Fsync%3Fpid%3D353%26uid%3D%3Cvsid%3E%26origin%3Dhttps%253A%252F%252Fwww.ksl.com%252F — 302 — 290 B — 178 ms — h2https://sync.go.sonobi.com/usa?loc=https%3A%2F%2Fads.servenobid.com%2Fsync%3Fpid%3D332%26uid%3D%26origin%3Dhttps%253A%252F%252Fwww.ksl.com%252Fsync.go.sonobi.com/usa?loc=https%3A... https://sync.go.sonobi.com/usa?loc=https%3A%2F%2Fads.servenobid.com%2Fsync%3Fpid%3D332%26uid%3D%26origin%3Dhttps%253A%252F%252Fwww.ksl.com%252F — 200 — 401 B — 323 ms — h2https://prebid.a-mo.net/cchain/0?gdpr=0&gdpr_consent=&us_privacy=1YN-&&cb=https%3A%2F%2Fads.servenobid.com%2Fsync%3Fpid%3D327%26uid%3D%26origin%3Dhttps%253A%252F%252Fwww.ksl.com%252Fprebid.a-mo.net/cchain/0?gdpr=0&gdp... https://prebid.a-mo.net/cchain/0?gdpr=0&gdpr_consent=&us_privacy=1YN-&&cb=https%3A%2F%2Fads.servenobid.com%2Fsync%3Fpid%3D327%26uid%3D%26origin%3Dhttps%253A%252F%252Fwww.ksl.com%252F — 204 — 130 B — 130 ms — h2https://pixel.33across.com/ps?m=xch&rt=html&id=0010b00002Mq2FYAAZ&ru=https%3A%2F%2Fads.servenobid.com%2Fsync%3Fpid%3D304%26uid%3D33XUSERID33X%26origin%3Dhttps%253A%252F%252Fwww.ksl.com%252Fpixel.33across.com/ps?m=xch&rt=html... https://pixel.33across.com/ps?m=xch&rt=html&id=0010b00002Mq2FYAAZ&ru=https%3A%2F%2Fads.servenobid.com%2Fsync%3Fpid%3D304%26uid%3D33XUSERID33X%26origin%3Dhttps%253A%252F%252Fwww.ksl.com%252F — 204 — 73 B — 380 ms — h2https://secure-assets.rubiconproject.com/utils/xapi/multi-sync.html?p=duration_media&endpoint=us-eastsecure-assets.rubiconproject.com/ut... https://secure-assets.rubiconproject.com/utils/xapi/multi-sync.html?p=duration_media&endpoint=us-east — 301 — 142 B — 84 ms — h2https://onetag-sys.com/usync/?pubId=694e68b73971b58&gdpr=0&gdpr_consent=&us_privacy=1YN-&https%3A%2F%2Fads.servenobid.com%2Fsync%3Fpid%3D318%26uid%3D%26origin%3Dhttps%253A%252F%252Fwww.ksl.com%252Fonetag-sys.com/usync/?pubId=694e68b... https://onetag-sys.com/usync/?pubId=694e68b73971b58&gdpr=0&gdpr_consent=&us_privacy=1YN-&https%3A%2F%2Fads.servenobid.com%2Fsync%3Fpid%3D318%26uid%3D%26origin%3Dhttps%253A%252F%252Fwww.ksl.com%252F — 204 — 119 B — 117 ms — h2https://ssbsync.smartadserver.com/api/sync?callerId=9&gdpr=0&gdpr_consent=&us_privacy=1YN-&&redirect=https%3A%2F%2Fads.servenobid.com%2Fsync%3Fpid%3D317%26uid%3D%24UID%26origin%3Dhttps%253A%252F%252Fwww.ksl.com%252Fssbsync.smartadserver.com/api/sync?... https://ssbsync.smartadserver.com/api/sync?callerId=9&gdpr=0&gdpr_consent=&us_privacy=1YN-&&redirect=https%3A%2F%2Fads.servenobid.com%2Fsync%3Fpid%3D317%26uid%3D%24UID%26origin%3Dhttps%253A%252F%252Fwww.ksl.com%252F — 200 — 285 B — 441 ms — h2https://ads.pubmatic.com/AdServer/js/user_sync.html?p=162412&userIdMacro=PM_UID&gdpr=0&gdpr_consent=&us_privacy=1YN-&&predirect=https%3A%2F%2Fads.servenobid.com%2Fsync%3Fpid%3D316%26uid%3DPM_UIDads.pubmatic.com/AdServer/js/user_s... https://ads.pubmatic.com/AdServer/js/user_sync.html?p=162412&userIdMacro=PM_UID&gdpr=0&gdpr_consent=&us_privacy=1YN-&&predirect=https%3A%2F%2Fads.servenobid.com%2Fsync%3Fpid%3D316%26uid%3DPM_UID — 200 — 7.6 KiB — 13 ms — h2https://cs-server-s2s.yellowblue.io/sync-iframe?gdpr=0&gdpr_consent=&us_privacy=1YN-&&redirect=https%3A%2F%2Fads.servenobid.com%2Fsync%3Fpid%3D352%26uid%3D%7BpartnerId%7D%26origin%3Dhttps%253A%252F%252Fwww.ksl.com%252Fcs-server-s2s.yellowblue.io/sync-if... https://cs-server-s2s.yellowblue.io/sync-iframe?gdpr=0&gdpr_consent=&us_privacy=1YN-&&redirect=https%3A%2F%2Fads.servenobid.com%2Fsync%3Fpid%3D352%26uid%3D%7BpartnerId%7D%26origin%3Dhttps%253A%252F%252Fwww.ksl.com%252F — 200 — 444 B — 297 ms — h2https://sync.technoratimedia.com/services?src=prebid_prebid_7.24.0&srv=cs&att=99sync.technoratimedia.com/services?s... https://sync.technoratimedia.com/services?src=prebid_prebid_7.24.0&srv=cs&att=99 — 204 — 301 B — 294 ms — h2https://eus.rubiconproject.com/usync.html?p=duration_media&endpoint=us-easteus.rubiconproject.com/usync.html?p... https://eus.rubiconproject.com/usync.html?p=duration_media&endpoint=us-east — 200 — 379 B — 60 ms — h2https://ap.lijit.com/pixel?pid=273657&3pid=273657&gdpr=0&gdpr_consent=&us_privacy=1YN-&&redir=https%3A%2F%2Fads.servenobid.com%2Fsync%3Fpid%3D310%26uid%3D%24UID%26origin%3Dhttps%253A%252F%252Fwww.ksl.com%252Fap.lijit.com/pixel?pid=273657&3pid=... https://ap.lijit.com/pixel?pid=273657&3pid=273657&gdpr=0&gdpr_consent=&us_privacy=1YN-&&redir=https%3A%2F%2Fads.servenobid.com%2Fsync%3Fpid%3D310%26uid%3D%24UID%26origin%3Dhttps%253A%252F%252Fwww.ksl.com%252F — 204 — 215 B — 120 ms — h2https://jadserve.postrelease.com/suid/101952?ntv_r=https%3A%2F%2Fads.servenobid.com%2Fsync%3Fpid%3D322%26uid%3DNTV_USER_ID%26origin%3Dhttps%253A%252F%252Fwww.ksl.com%252Fjadserve.postrelease.com/suid/10195... https://jadserve.postrelease.com/suid/101952?ntv_r=https%3A%2F%2Fads.servenobid.com%2Fsync%3Fpid%3D322%26uid%3DNTV_USER_ID%26origin%3Dhttps%253A%252F%252Fwww.ksl.com%252F — 200 — 423 B — 115 ms — h2https://ads.servenobid.com/sync?pid=324&uid=5132203622394364097ads.servenobid.com/sync?pid=324&uid... https://ads.servenobid.com/sync?pid=324&uid=5132203622394364097 — 200 — 125 B — 98 ms — h2https://sync.dxtech.ai/usync?pid=1535&cb=https%3A%2F%2Fads.servenobid.com%2Fsync%3Fpid%3D335%26uid%3D%24UID%26origin%3Dhttps%253A%252F%252Fwww.ksl.com%252Fsync.dxtech.ai/usync?pid=1535&cb=ht... https://sync.dxtech.ai/usync?pid=1535&cb=https%3A%2F%2Fads.servenobid.com%2Fsync%3Fpid%3D335%26uid%3D%24UID%26origin%3Dhttps%253A%252F%252Fwww.ksl.com%252F — 301 — 670 B — 136 ms — h3https://ce.lijit.com/merge?pid=273657&3pid=273657&gdpr=0&gdpr_consent=&us_privacy=1YN-&location=https%3A%2F%2Fads.servenobid.com%2Fsync%3Fpid%3D310%26uid%3D%5BSOVRNID%5D%26origin%3Dhttps%253A%252F%252Fwww.ksl.com%252F&dnr=1ce.lijit.com/merge?pid=273657&3pid=... https://ce.lijit.com/merge?pid=273657&3pid=273657&gdpr=0&gdpr_consent=&us_privacy=1YN-&location=https%3A%2F%2Fads.servenobid.com%2Fsync%3Fpid%3D310%26uid%3D%5BSOVRNID%5D%26origin%3Dhttps%253A%252F%252Fwww.ksl.com%252F&dnr=1 — 204 — 317 B — 39 ms — h2https://eus.rubiconproject.com/usync.jseus.rubiconproject.com/usync.js https://eus.rubiconproject.com/usync.js — 200 — 11.5 KiB — 6 ms — h2https://ads.servenobid.com/sync?pid=353&uid=0000EEA&origin=https%3A%2F%2Fwww.ksl.com%2Fads.servenobid.com/sync?pid=353&uid... https://ads.servenobid.com/sync?pid=353&uid=0000EEA&origin=https%3A%2F%2Fwww.ksl.com%2F — 200 — 301 B — 56 ms — h2https://ads.servenobid.com/sync?pid=335&uid=3ec94e47-55a2-4367-a28b-59df2b93b68a&origin=https%3A%2F%2Fwww.ksl.com%2Fads.servenobid.com/sync?pid=335&uid... https://ads.servenobid.com/sync?pid=335&uid=3ec94e47-55a2-4367-a28b-59df2b93b68a&origin=https%3A%2F%2Fwww.ksl.com%2F — 200 — 115 B — 34 ms — h2https://sync.inmobi.com/sync?redirect=https%3A%2F%2Fads.servenobid.com%2Fsync%3Fpid%3D344%26uid%3D%7BID5UID%7D%26origin%3Dhttps%253A%252F%252Fwww.ksl.com%252F&gdpr_consent=&gdpr=0&us_privacy=1YN-&gdpr_pd=&source=5&google_push=&retry=sync.inmobi.com/sync?redirect=https... https://sync.inmobi.com/sync?redirect=https%3A%2F%2Fads.servenobid.com%2Fsync%3Fpid%3D344%26uid%3D%7BID5UID%7D%26origin%3Dhttps%253A%252F%252Fwww.ksl.com%252F&gdpr_consent=&gdpr=0&us_privacy=1YN-&gdpr_pd=&source=5&google_push=&retry= — 302 — 292 B — 96 ms — h2https://sync.inmobi.com/sync?redirect=https%3A%2F%2Fads.servenobid.com%2Fsync%3Fpid%3D344%26uid%3D%7BID5UID%7D%26origin%3Dhttps%253A%252F%252Fwww.ksl.com%252F&gdpr_consent=&gdpr=0&us_privacy=1YN-&gdpr_pd=&source=5&google_push=&retry=truesync.inmobi.com/sync?redirect=https... https://sync.inmobi.com/sync?redirect=https%3A%2F%2Fads.servenobid.com%2Fsync%3Fpid%3D344%26uid%3D%7BID5UID%7D%26origin%3Dhttps%253A%252F%252Fwww.ksl.com%252F&gdpr_consent=&gdpr=0&us_privacy=1YN-&gdpr_pd=&source=5&google_push=&retry=true — -1 — 0 B — 0 ms —
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 1734ms · 1373KB · €6/mo
www.ksl.com
Other
Costly
Execution 350ms
Transfer 32 KB
Monthly Cost €1/mo
Unattributable
Other
Costly
Execution 345ms
Transfer 0 KB
Monthly Cost €1/mo
client.px-cloud.net
Other
Optional
Execution 183ms
Transfer 131 KB
Unused 45%
Monthly Cost €1/mo
Google Tag Manager
Tag Manager
Optional
Execution 151ms
Transfer 166 KB
Unused 46%
Monthly Cost €1/mo
adl.ksldigital.media
Other
Optional
Execution 117ms
Transfer 24 KB
Monthly Cost €0/mo
securepubads.g.doubleclick.net
Other
Optional
Execution 101ms
Transfer 188 KB
Unused 68%
Monthly Cost €0/mo
cookie-cdn.cookiepro.com
Other
Optional
Execution 97ms
Transfer 126 KB
Unused 51%
Monthly Cost €0/mo
media.twiliocdn.com
Other
Optional
Execution 76ms
Transfer 122 KB
Unused 71%
Monthly Cost €0/mo
Google Tag Manager
Tag Manager
Optional
Execution 70ms
Transfer 165 KB
Unused 40%
Monthly Cost €0/mo
d2ogoirb28wat7.cloudfront.net
Other
Optional
Execution 66ms
Transfer 33 KB
Unused 63%
Monthly Cost €0/mo
Stripe
Payment
Essential
Execution 65ms
Transfer 226 KB
Unused 73%
Monthly Cost €0/mo
d3njgrq4uvb497.cloudfront.net
Other
Optional
Execution 57ms
Transfer 88 KB
Unused 50%
Monthly Cost €0/mo
fundingchoicesmessages.google.com
Other
Optional
Execution 54ms
Transfer 70 KB
Unused 54%
Monthly Cost €0/mo

These scripts may cost more than they're worth

  • www.ksl.com adds 350ms and costs ~€1/month
  • Unattributable adds 345ms and costs ~€1/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.ksl.com takes 350ms 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 345ms 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

68% of securepubads.g.doubleclick.net's code is unused. The script may be loading features you don't use.

Why this matters

Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.

Source: web.dev

51% of cookie-cdn.cookiepro.com's code is unused. The script may be loading features you don't use.

Why this matters

Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.

Source: web.dev

71% of media.twiliocdn.com's code is unused. The script may be loading features you don't use.

Why this matters

Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.

Source: web.dev

63% of d2ogoirb28wat7.cloudfront.net's code is unused. The script may be loading features you don't use.

Why this matters

Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.

Source: web.dev

73% of Stripe's code is unused. The script may be loading features you don't use.

Why this matters

Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.

Source: web.dev

50% of d3njgrq4uvb497.cloudfront.net's code is unused. The script may be loading features you don't use.

Why this matters

Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.

Source: web.dev

54% of fundingchoicesmessages.google.com's code is unused. The script may be loading features you don't use.

Why this matters

Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.

Source: web.dev

How third-party costs are calculated

All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback