Skip to content
https://cigna.com

Performance

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

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

8
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
82
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
77
Best Practices Checks for modern web development best practices including HTTPS, no console errors, and secure JavaScript.
100
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.

3.69 s

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

15.63 s

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

1.81 s

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

1.257

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

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

15.68 s

Page Load Progression

410 ms
821 ms
1.2 s
1.6 s
2.1 s
2.5 s
2.9 s
3.3 s
Checks
17
7 PASS 4 REVIEW 4 FIX
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 (1.6 MiB of 1.6 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
F
JS Execution Cost
Action
8958ms total JS execution
FIX
8958ms total JS execution
Warning::
https://p.login.my.cigna.com/public/digital-experi...: 3214ms CPU time
Warning::
https://js-cdn.dynatrace.com/jstag/16b92e62274/bf0...: 2064ms CPU time
Warning::
https://www.cigna.com/: 855ms CPU time
Warning::
https://www.cigna.com/static/www-cigna-com/v2/bund...: 734ms CPU time
Warning::
Unattributable: 720ms CPU time
Warning::
Third-party scripts: 8958ms (100% of total)

Main Thread Breakdown

Script Evaluation 72% Other 13% Style & Layout 7%
ScriptTotalScriptingParse/CompileParty
https://p.login.my.cigna.com/public/digital-experience/js/common.js3214ms2978ms25ms3rd
https://js-cdn.dynatrace.com/jstag/16b92e62274/bf08379irm/437384636a7a9780_complete.js2064ms1765ms27ms3rd
https://www.cigna.com/855ms42ms2ms3rd
https://www.cigna.com/static/www-cigna-com/v2/bundle/main-DU1GozEk.js734ms563ms0ms3rd
Unattributable720ms91ms2ms3rd
https://assets.adobedtm.com/de9a3002c47b/99bf7aec9f9f/launch-448833e8efe0.min.js580ms484ms41ms3rd
https://www.cigna.com/static/www-cigna-com/js/TealeafSDK.js428ms337ms18ms3rd
https://ucm-us.verint-cdn.com/files/modules/unified-websdk/3.6.0/rendering-engine.js108ms85ms20ms3rd
https://ucm-us.verint-cdn.com/files/modules/unified-websdk/3.6.0/visitor.js98ms91ms3ms3rd
https://embed.gambitco.io/client/49b76c20-1c68-4890-ab89-7641ada945f9/surface/24eee20d-7689-4528-8e4e-b4c5722fc3d1/embed.js90ms58ms1ms3rd

Showing top 10 of 11 scripts

D
Page Weight Inventory
Action
156 resources · 1.6 MB · 186 KB savings available
FIX
156 resources · 1.6 MB · 186 KB savings available
Warning::
Page weight 599 KB over 1MB target
Got: 1.6 MB Expected: ≤ 1 MB
Info::
~186 KB of savings available
Warning::
155 third-party resources (100% of weight)
156 resources · 1.6 MiB · 155 third-party 599.3 KiB over 1MB target
JavaScript 66% · 1.0 MiB
Image 18% · 290.1 KiB
Font 13% · 213.2 KiB
Document 2% · 28.1 KiB
CSS 1% · 12.9 KiB
Other 1% · 12.6 KiB

~185.8 KiB of savings available

Remove unused JavaScript: 185.8 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
Page Weight Budget
Action
1.6 MB transferred, 156 requests
REVIEW
1.6 MB transferred, 156 requests
Info::
Page weighs 4.3 MB (1.6 MB transferred)
Warning::
JavaScript is 1.0 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 1.0 MB
Info::
Fonts are 213 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 213 KB
Warning::
156 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 0.33 g CO2 per page load
1.6 MB / 2.4 MB budget
1.6 MB transferred
156 requests
0.33 g CO2 per page load
JavaScript 1.0 MiB 66%
Images 276.3 KiB 17%
Fonts 213.2 KiB 13%
Other 28.6 KiB 2%
HTML 28.1 KiB 2%
Other 8.6 KiB 1%
Other 2.4 KiB 0%
Other 0 B 0%
0 2.4 MB 4.9 MB
Approaching limit

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

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

Why this matters

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

Source: web.dev font loading

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

C
Image Optimization
Action
13 images, 0 KB saveable
REVIEW
13 images, 0 KB saveable
Warning::
https://www.cigna.com/static/www-cigna-com/images/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.cigna.com/static/www-cigna-com/images/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.cigna.com/static/www-cigna-com/images/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.cigna.com/static/www-cigna-com/images/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.cigna.com/static/www-cigna-com/images/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.cigna.com/static/www-cigna-com/images/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.cigna.com/static/www-cigna-com/images/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
13 images 276 KB
0 oversized -0 KB
9 legacy format
7 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

C
JS Bundles
Action
98 scripts, 186 KB unused
REVIEW
98 scripts, 186 KB unused
Warning::
https://assets.adobedtm.com/de9a3002c47b/99bf7aec9...: 49 KB unused (41%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://js-cdn.dynatrace.com/jstag/16b92e62274/bf0...: 47 KB unused (38%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://ucm-us.verint-cdn.com/files/modules/unifie...: 44 KB unused (57%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.cigna.com/static/www-cigna-com/js/Teal...: 24 KB unused (42%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.cigna.com/static/www-cigna-com/v2/bund...: 22 KB unused (44%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 186 KB
186 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://assets.adobedtm.com/de9a3002c47b/99bf7aec9f9f/launch-448833e8efe0.min.js118 KB49 KB (41%)3rd
https://js-cdn.dynatrace.com/jstag/16b92e62274/bf08379irm/437384636a7a9780_complete.js124 KB47 KB (38%)3rd
https://ucm-us.verint-cdn.com/files/modules/unified-websdk/3.6.0/rendering-engine.js78 KB44 KB (57%)3rd
https://www.cigna.com/static/www-cigna-com/js/TealeafSDK.js59 KB24 KB (42%)3rd
https://www.cigna.com/static/www-cigna-com/v2/bundle/login-banner-DLuBa6-n.js52 KB22 KB (44%)3rd
https://p.login.my.cigna.com/public/digital-experience/js/common.js191 KB3rd
https://www.cigna.com/static/www-cigna-com/v2/bundle/main-DU1GozEk.js43 KB3rd
https://embed.gambitco.io/client/49b76c20-1c68-4890-ab89-7641ada945f9/surface/24eee20d-7689-4528-8e4e-b4c5722fc3d1/embed.js7 KB3rd
https://assets.adobedtm.com/extensions/EP31dbb9c60e404ba1aa6e746d49be6f29/AppMeasurement.min.js13 KB3rd
https://assets.adobedtm.com/extensions/EP31dbb9c60e404ba1aa6e746d49be6f29/AppMeasurement_Module_ActivityMap.min.js2 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

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

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 (213 KB)
PASS
4 fonts (213 KB)
Info::
4 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

4

213 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 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s 14.0 s 16.0 s FCP 3.7 s LCP 15.6 shttps://www.cigna.com/static/www-cigna-com/v2/bundle/ValueSans-Bold-Pro-CJyW4sua.woff2ValueSans-Bold-Pro-CJyW... https://www.cigna.com/static/www-cigna-com/v2/bundle/ValueSans-Bold-Pro-CJyW4sua.woff2 — 54.8 KiB — 345 ms — font-display: swaphttps://www.cigna.com/static/www-cigna-com/v2/bundle/ValueSans-Medium-Pro-CCQs4aZS.woff2ValueSans-Medium-Pro-CC... https://www.cigna.com/static/www-cigna-com/v2/bundle/ValueSans-Medium-Pro-CCQs4aZS.woff2 — 56.2 KiB — 344 ms — font-display: swaphttps://www.cigna.com/static/www-cigna-com/v2/bundle/ValueSansRegular-Pro-1veTUK0b.woff2ValueSansRegular-Pro-1v... https://www.cigna.com/static/www-cigna-com/v2/bundle/ValueSansRegular-Pro-1veTUK0b.woff2 — 55.6 KiB — 471 ms — font-display: swaphttps://www.cigna.com/static/www-cigna-com/v2/bundle/ValueSerif-Bold-Pro-DlLJyURw.woff2ValueSerif-Bold-Pro-DlL... https://www.cigna.com/static/www-cigna-com/v2/bundle/ValueSerif-Bold-Pro-DlLJyURw.woff2 — 46.6 KiB — 287 ms — font-display: swap
ValueSans-Bold-Pro-CJyW... woff2 swap
Size 55 KB
Load time 345 ms
Start 976 ms
Risk FOUT — text flashes from fallback to web font
ValueSans-Medium-Pro-CC... woff2 swap
Size 56 KB
Load time 344 ms
Start 977 ms
Risk FOUT — text flashes from fallback to web font
ValueSansRegular-Pro-1v... woff2 swap
Size 56 KB
Load time 471 ms
Start 977 ms
Risk FOUT — text flashes from fallback to web font
ValueSerif-Bold-Pro-DlL... woff2 swap
Size 47 KB
Load time 287 ms
Start 977 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+
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
1 hints, 0 missing preconnects
PASS
1 hints, 0 missing preconnects
Info::
Page uses 1 resource hint(s)

Current Resource Hints

preconnect
preload
dns-prefetch
1
prefetch

1 resource hints configured

A+
Render-Blocking Resources
No render-blocking resources detected
PASS
No render-blocking resources detected
Info::
No render-blocking resources detected in <head>
A+
Third-Party Resources
No third-party resources detected
PASS
No third-party resources detected
Network Waterfall
156 requests over 6594ms
INFO
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s 14.0 s 16.0 s FCP 3.7 s LCP 15.6 shttps://cigna.com// https://cigna.com/ — 301 — 406 B — 358 ms — http/1.0https://www.cigna.com/www.cigna.com/ https://www.cigna.com/ — 200 — 24.9 KiB — 558 ms — http/1.1https://assets.adobedtm.com/de9a3002c47b/99bf7aec9f9f/launch-448833e8efe0.min.jsassets.adobedtm.com/de9a3002c47b/99... https://assets.adobedtm.com/de9a3002c47b/99bf7aec9f9f/launch-448833e8efe0.min.js — 200 — 118.3 KiB — 60 ms — h2https://p.login.my.cigna.com/public/digital-experience/js/common.jsp.login.my.cigna.com/public/digital... https://p.login.my.cigna.com/public/digital-experience/js/common.js — 200 — 191.0 KiB — 737 ms — h2https://js-cdn.dynatrace.com/jstag/16b92e62274/bf08379irm/437384636a7a9780_complete.jsjs-cdn.dynatrace.com/jstag/16b92e62... https://js-cdn.dynatrace.com/jstag/16b92e62274/bf08379irm/437384636a7a9780_complete.js — 200 — 124.1 KiB — 50 ms — h2https://www.cigna.com/static/www-cigna-com/v2/bundle/main-DU1GozEk.jswww.cigna.com/static/www-cigna-com/... https://www.cigna.com/static/www-cigna-com/v2/bundle/main-DU1GozEk.js — 200 — 43.3 KiB — 316 ms — http/1.1https://www.cigna.com/static/www-cigna-com/images/index/cigna-com-hero-sm@2x.jpgwww.cigna.com/static/www-cigna-com/... https://www.cigna.com/static/www-cigna-com/images/index/cigna-com-hero-sm@2x.jpg — 200 — 35.3 KiB — 642 ms — http/1.1https://embed.gambitco.io/client/49b76c20-1c68-4890-ab89-7641ada945f9/surface/24eee20d-7689-4528-8e4e-b4c5722fc3d1/embed.jsembed.gambitco.io/client/49b76c20-1... https://embed.gambitco.io/client/49b76c20-1c68-4890-ab89-7641ada945f9/surface/24eee20d-7689-4528-8e4e-b4c5722fc3d1/embed.js — 200 — 6.8 KiB — 435 ms — h2https://www.cigna.com/static/www-cigna-com/images/index/homepage-flu-sm.jpgwww.cigna.com/static/www-cigna-com/... https://www.cigna.com/static/www-cigna-com/images/index/homepage-flu-sm.jpg — 200 — 16.0 KiB — 413 ms — http/1.1https://www.cigna.com/static/www-cigna-com/images/index/dei-promo-sm@2x.jpgwww.cigna.com/static/www-cigna-com/... https://www.cigna.com/static/www-cigna-com/images/index/dei-promo-sm@2x.jpg — 200 — 28.2 KiB — 448 ms — http/1.1data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 41…www.w3.org/2000/svg' width='40' hei... data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 41… — 200 — 0 B — 0 ms — datadata:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 41…www.w3.org/2000/svg' width='40' hei... data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 41… — 200 — 0 B — 0 ms — datadata:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 41…www.w3.org/2000/svg' width='40' hei... data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 41… — 200 — 0 B — 0 ms — datadata:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 41…www.w3.org/2000/svg' width='40' hei... data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 41… — 200 — 0 B — 0 ms — datadata:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' fill='none'%3E%…www.w3.org/2000/svg' width='48' hei... data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' fill='none'%3E%… — 200 — 0 B — 0 ms — datadata:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' fill='none'%3E%…www.w3.org/2000/svg' width='48' hei... data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' fill='none'%3E%… — 200 — 0 B — 0 ms — datahttps://www.cigna.com/static/www-cigna-com/images/index/homepage-international-plans-sm.jpgwww.cigna.com/static/www-cigna-com/... https://www.cigna.com/static/www-cigna-com/images/index/homepage-international-plans-sm.jpg — 200 — 89.9 KiB — 544 ms — http/1.1https://www.cigna.com/static/www-cigna-com/v2/bundle/ValueSans-Bold-Pro-CJyW4sua.woff2www.cigna.com/static/www-cigna-com/... https://www.cigna.com/static/www-cigna-com/v2/bundle/ValueSans-Bold-Pro-CJyW4sua.woff2 — 200 — 54.8 KiB — 345 ms — http/1.1https://www.cigna.com/static/www-cigna-com/v2/bundle/ValueSans-Medium-Pro-CCQs4aZS.woff2www.cigna.com/static/www-cigna-com/... https://www.cigna.com/static/www-cigna-com/v2/bundle/ValueSans-Medium-Pro-CCQs4aZS.woff2 — 200 — 56.2 KiB — 344 ms — http/1.1https://www.cigna.com/static/www-cigna-com/v2/bundle/ValueSansRegular-Pro-1veTUK0b.woff2www.cigna.com/static/www-cigna-com/... https://www.cigna.com/static/www-cigna-com/v2/bundle/ValueSansRegular-Pro-1veTUK0b.woff2 — 200 — 55.6 KiB — 471 ms — http/1.1https://www.cigna.com/static/www-cigna-com/v2/bundle/ValueSerif-Bold-Pro-DlLJyURw.woff2www.cigna.com/static/www-cigna-com/... https://www.cigna.com/static/www-cigna-com/v2/bundle/ValueSerif-Bold-Pro-DlLJyURw.woff2 — 200 — 46.6 KiB — 287 ms — http/1.1https://dpm.demdex.net/id?d_visid_ver=5.5.0&d_fieldgroup=MC&d_rtbd=json&d_ver=2&d_orgid=7D11CACD561CE6257F000101%40AdobeOrg&d_nsid=0&ts=1776894019158dpm.demdex.net/id?d_visid_ver=5.5.0... https://dpm.demdex.net/id?d_visid_ver=5.5.0&d_fieldgroup=MC&d_rtbd=json&d_ver=2&d_orgid=7D11CACD561CE6257F000101%40AdobeOrg&d_nsid=0&ts=1776894019158 — 200 — 910 B — 157 ms — h2https://assets.adobedtm.com/extensions/EP31dbb9c60e404ba1aa6e746d49be6f29/AppMeasurement.min.jsassets.adobedtm.com/extensions/EP31... https://assets.adobedtm.com/extensions/EP31dbb9c60e404ba1aa6e746d49be6f29/AppMeasurement.min.js — 200 — 13.0 KiB — 4 ms — h2https://assets.adobedtm.com/extensions/EP31dbb9c60e404ba1aa6e746d49be6f29/AppMeasurement_Module_ActivityMap.min.jsassets.adobedtm.com/extensions/EP31... https://assets.adobedtm.com/extensions/EP31dbb9c60e404ba1aa6e746d49be6f29/AppMeasurement_Module_ActivityMap.min.js — 200 — 1.8 KiB — 3 ms — h2https://cdn.cookielaw.org/scripttemplates/otSDKStub.jscdn.cookielaw.org/scripttemplates/o... https://cdn.cookielaw.org/scripttemplates/otSDKStub.js — -1 — 0 B — 94 ms — https://ucm-us.verint-cdn.com/files/sites/cigna/live/sdk.jsucm-us.verint-cdn.com/files/sites/c... https://ucm-us.verint-cdn.com/files/sites/cigna/live/sdk.js — 200 — 18.8 KiB — 72 ms — h2https://smetrics.cigna.com/ee/v1/interact?configId=8ca1433f-0d75-4290-b957-f8d38dfa8c5a&requestId=9b5b3f8b-f82e-41ee-bcc9-424f543e868esmetrics.cigna.com/ee/v1/interact?c... https://smetrics.cigna.com/ee/v1/interact?configId=8ca1433f-0d75-4290-b957-f8d38dfa8c5a&requestId=9b5b3f8b-f82e-41ee-bcc9-424f543e868e — 200 — 791 B — 168 ms — h2https://cigna.demdex.net/dest5.html?d_nsid=0cigna.demdex.net/dest5.html?d_nsid=... https://cigna.demdex.net/dest5.html?d_nsid=0 — 200 — 3.2 KiB — 181 ms — h2https://smetrics.cigna.com/id?d_visid_ver=5.5.0&d_fieldgroup=A&mcorgid=7D11CACD561CE6257F000101%40AdobeOrg&mid=55468815641909379222768839388981220489&ts=1776894019338smetrics.cigna.com/id?d_visid_ver=5... https://smetrics.cigna.com/id?d_visid_ver=5.5.0&d_fieldgroup=A&mcorgid=7D11CACD561CE6257F000101%40AdobeOrg&mid=55468815641909379222768839388981220489&ts=1776894019338 — 200 — 454 B — 98 ms — h2https://cm.everesttech.net/cm/dd?d_uuid=55455365427437437082766102697213299479cm.everesttech.net/cm/dd?d_uuid=554... https://cm.everesttech.net/cm/dd?d_uuid=55455365427437437082766102697213299479 — 302 — 517 B — 246 ms — http/1.1
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s 14.0 s 16.0 s FCP 3.7 s LCP 15.6 shttps://cigna.com// https://cigna.com/ — 301 — 406 B — 358 ms — http/1.0https://www.cigna.com/www.cigna.com/ https://www.cigna.com/ — 200 — 24.9 KiB — 558 ms — http/1.1https://assets.adobedtm.com/de9a3002c47b/99bf7aec9f9f/launch-448833e8efe0.min.jsassets.adobedtm.com/de9a3002c47b/99... https://assets.adobedtm.com/de9a3002c47b/99bf7aec9f9f/launch-448833e8efe0.min.js — 200 — 118.3 KiB — 60 ms — h2https://p.login.my.cigna.com/public/digital-experience/js/common.jsp.login.my.cigna.com/public/digital... https://p.login.my.cigna.com/public/digital-experience/js/common.js — 200 — 191.0 KiB — 737 ms — h2https://js-cdn.dynatrace.com/jstag/16b92e62274/bf08379irm/437384636a7a9780_complete.jsjs-cdn.dynatrace.com/jstag/16b92e62... https://js-cdn.dynatrace.com/jstag/16b92e62274/bf08379irm/437384636a7a9780_complete.js — 200 — 124.1 KiB — 50 ms — h2https://www.cigna.com/static/www-cigna-com/v2/bundle/main-DU1GozEk.jswww.cigna.com/static/www-cigna-com/... https://www.cigna.com/static/www-cigna-com/v2/bundle/main-DU1GozEk.js — 200 — 43.3 KiB — 316 ms — http/1.1https://www.cigna.com/static/www-cigna-com/images/index/cigna-com-hero-sm@2x.jpgwww.cigna.com/static/www-cigna-com/... https://www.cigna.com/static/www-cigna-com/images/index/cigna-com-hero-sm@2x.jpg — 200 — 35.3 KiB — 642 ms — http/1.1https://embed.gambitco.io/client/49b76c20-1c68-4890-ab89-7641ada945f9/surface/24eee20d-7689-4528-8e4e-b4c5722fc3d1/embed.jsembed.gambitco.io/client/49b76c20-1... https://embed.gambitco.io/client/49b76c20-1c68-4890-ab89-7641ada945f9/surface/24eee20d-7689-4528-8e4e-b4c5722fc3d1/embed.js — 200 — 6.8 KiB — 435 ms — h2https://www.cigna.com/static/www-cigna-com/images/index/homepage-flu-sm.jpgwww.cigna.com/static/www-cigna-com/... https://www.cigna.com/static/www-cigna-com/images/index/homepage-flu-sm.jpg — 200 — 16.0 KiB — 413 ms — http/1.1https://www.cigna.com/static/www-cigna-com/images/index/dei-promo-sm@2x.jpgwww.cigna.com/static/www-cigna-com/... https://www.cigna.com/static/www-cigna-com/images/index/dei-promo-sm@2x.jpg — 200 — 28.2 KiB — 448 ms — http/1.1data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 41…www.w3.org/2000/svg' width='40' hei... data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 41… — 200 — 0 B — 0 ms — datadata:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 41…www.w3.org/2000/svg' width='40' hei... data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 41… — 200 — 0 B — 0 ms — datadata:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 41…www.w3.org/2000/svg' width='40' hei... data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 41… — 200 — 0 B — 0 ms — datadata:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 41…www.w3.org/2000/svg' width='40' hei... data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 41… — 200 — 0 B — 0 ms — datadata:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' fill='none'%3E%…www.w3.org/2000/svg' width='48' hei... data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' fill='none'%3E%… — 200 — 0 B — 0 ms — datadata:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' fill='none'%3E%…www.w3.org/2000/svg' width='48' hei... data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' fill='none'%3E%… — 200 — 0 B — 0 ms — datahttps://www.cigna.com/static/www-cigna-com/images/index/homepage-international-plans-sm.jpgwww.cigna.com/static/www-cigna-com/... https://www.cigna.com/static/www-cigna-com/images/index/homepage-international-plans-sm.jpg — 200 — 89.9 KiB — 544 ms — http/1.1https://www.cigna.com/static/www-cigna-com/v2/bundle/ValueSans-Bold-Pro-CJyW4sua.woff2www.cigna.com/static/www-cigna-com/... https://www.cigna.com/static/www-cigna-com/v2/bundle/ValueSans-Bold-Pro-CJyW4sua.woff2 — 200 — 54.8 KiB — 345 ms — http/1.1https://www.cigna.com/static/www-cigna-com/v2/bundle/ValueSans-Medium-Pro-CCQs4aZS.woff2www.cigna.com/static/www-cigna-com/... https://www.cigna.com/static/www-cigna-com/v2/bundle/ValueSans-Medium-Pro-CCQs4aZS.woff2 — 200 — 56.2 KiB — 344 ms — http/1.1https://www.cigna.com/static/www-cigna-com/v2/bundle/ValueSansRegular-Pro-1veTUK0b.woff2www.cigna.com/static/www-cigna-com/... https://www.cigna.com/static/www-cigna-com/v2/bundle/ValueSansRegular-Pro-1veTUK0b.woff2 — 200 — 55.6 KiB — 471 ms — http/1.1https://www.cigna.com/static/www-cigna-com/v2/bundle/ValueSerif-Bold-Pro-DlLJyURw.woff2www.cigna.com/static/www-cigna-com/... https://www.cigna.com/static/www-cigna-com/v2/bundle/ValueSerif-Bold-Pro-DlLJyURw.woff2 — 200 — 46.6 KiB — 287 ms — http/1.1https://dpm.demdex.net/id?d_visid_ver=5.5.0&d_fieldgroup=MC&d_rtbd=json&d_ver=2&d_orgid=7D11CACD561CE6257F000101%40AdobeOrg&d_nsid=0&ts=1776894019158dpm.demdex.net/id?d_visid_ver=5.5.0... https://dpm.demdex.net/id?d_visid_ver=5.5.0&d_fieldgroup=MC&d_rtbd=json&d_ver=2&d_orgid=7D11CACD561CE6257F000101%40AdobeOrg&d_nsid=0&ts=1776894019158 — 200 — 910 B — 157 ms — h2https://assets.adobedtm.com/extensions/EP31dbb9c60e404ba1aa6e746d49be6f29/AppMeasurement.min.jsassets.adobedtm.com/extensions/EP31... https://assets.adobedtm.com/extensions/EP31dbb9c60e404ba1aa6e746d49be6f29/AppMeasurement.min.js — 200 — 13.0 KiB — 4 ms — h2https://assets.adobedtm.com/extensions/EP31dbb9c60e404ba1aa6e746d49be6f29/AppMeasurement_Module_ActivityMap.min.jsassets.adobedtm.com/extensions/EP31... https://assets.adobedtm.com/extensions/EP31dbb9c60e404ba1aa6e746d49be6f29/AppMeasurement_Module_ActivityMap.min.js — 200 — 1.8 KiB — 3 ms — h2https://cdn.cookielaw.org/scripttemplates/otSDKStub.jscdn.cookielaw.org/scripttemplates/o... https://cdn.cookielaw.org/scripttemplates/otSDKStub.js — -1 — 0 B — 94 ms — https://ucm-us.verint-cdn.com/files/sites/cigna/live/sdk.jsucm-us.verint-cdn.com/files/sites/c... https://ucm-us.verint-cdn.com/files/sites/cigna/live/sdk.js — 200 — 18.8 KiB — 72 ms — h2https://smetrics.cigna.com/ee/v1/interact?configId=8ca1433f-0d75-4290-b957-f8d38dfa8c5a&requestId=9b5b3f8b-f82e-41ee-bcc9-424f543e868esmetrics.cigna.com/ee/v1/interact?c... https://smetrics.cigna.com/ee/v1/interact?configId=8ca1433f-0d75-4290-b957-f8d38dfa8c5a&requestId=9b5b3f8b-f82e-41ee-bcc9-424f543e868e — 200 — 791 B — 168 ms — h2https://cigna.demdex.net/dest5.html?d_nsid=0cigna.demdex.net/dest5.html?d_nsid=... https://cigna.demdex.net/dest5.html?d_nsid=0 — 200 — 3.2 KiB — 181 ms — h2https://smetrics.cigna.com/id?d_visid_ver=5.5.0&d_fieldgroup=A&mcorgid=7D11CACD561CE6257F000101%40AdobeOrg&mid=55468815641909379222768839388981220489&ts=1776894019338smetrics.cigna.com/id?d_visid_ver=5... https://smetrics.cigna.com/id?d_visid_ver=5.5.0&d_fieldgroup=A&mcorgid=7D11CACD561CE6257F000101%40AdobeOrg&mid=55468815641909379222768839388981220489&ts=1776894019338 — 200 — 454 B — 98 ms — h2https://cm.everesttech.net/cm/dd?d_uuid=55455365427437437082766102697213299479cm.everesttech.net/cm/dd?d_uuid=554... https://cm.everesttech.net/cm/dd?d_uuid=55455365427437437082766102697213299479 — 302 — 517 B — 246 ms — http/1.1https://ucm-us.verint-cdn.com/files/sites/cigna/live/config.jsonucm-us.verint-cdn.com/files/sites/c... https://ucm-us.verint-cdn.com/files/sites/cigna/live/config.json — 200 — 1.5 KiB — 4 ms — h2https://ucm-us.verint-cdn.com/files/modules/unified-websdk/3.6.0/visitor.jsucm-us.verint-cdn.com/files/modules... https://ucm-us.verint-cdn.com/files/modules/unified-websdk/3.6.0/visitor.js — 200 — 15.9 KiB — 4 ms — h2https://ucm-us.verint-cdn.com/files/sites/cigna/live/customcode.jsucm-us.verint-cdn.com/files/sites/c... https://ucm-us.verint-cdn.com/files/sites/cigna/live/customcode.js — 200 — 1.6 KiB — 4 ms — h2https://ucm-us.verint-cdn.com/files/modules/unified-websdk/3.6.0/rules-engine.jsucm-us.verint-cdn.com/files/modules... https://ucm-us.verint-cdn.com/files/modules/unified-websdk/3.6.0/rules-engine.js — 200 — 16.8 KiB — 4 ms — h2https://ucm-us.verint-cdn.com/files/modules/unified-websdk/3.6.0/database.jsucm-us.verint-cdn.com/files/modules... https://ucm-us.verint-cdn.com/files/modules/unified-websdk/3.6.0/database.js — 200 — 2.0 KiB — 4 ms — h2https://ucm-us.verint-cdn.com/files/modules/unified-websdk/3.6.0/rendering-engine.jsucm-us.verint-cdn.com/files/modules... https://ucm-us.verint-cdn.com/files/modules/unified-websdk/3.6.0/rendering-engine.js — 200 — 77.5 KiB — 7 ms — h2https://www.cigna.com/static/www-cigna-com/js/TealeafSDK.jswww.cigna.com/static/www-cigna-com/... https://www.cigna.com/static/www-cigna-com/js/TealeafSDK.js — 200 — 58.7 KiB — 225 ms — http/1.1https://ucm-us.verint-cdn.com/files/modules/unified-websdk/3.6.0/rendering-engine.cssucm-us.verint-cdn.com/files/modules... https://ucm-us.verint-cdn.com/files/modules/unified-websdk/3.6.0/rendering-engine.css — 200 — 10.0 KiB — 4 ms — h2https://ucm-us.verint-cdn.com/files/sites/cigna/live/custom-style.cssucm-us.verint-cdn.com/files/sites/c... https://ucm-us.verint-cdn.com/files/sites/cigna/live/custom-style.css — 200 — 2.8 KiB — 4 ms — h2https://ucm-us.verint-cdn.com/files/modules/unified-websdk/3.6.0/scoring-engine.jsucm-us.verint-cdn.com/files/modules... https://ucm-us.verint-cdn.com/files/modules/unified-websdk/3.6.0/scoring-engine.js — 200 — 5.5 KiB — 7 ms — h2https://ucm-us.verint-cdn.com/files/modules/unified-websdk/3.6.0/survey-engine.jsucm-us.verint-cdn.com/files/modules... https://ucm-us.verint-cdn.com/files/modules/unified-websdk/3.6.0/survey-engine.js — 200 — 11.4 KiB — 9 ms — h2https://dpm.demdex.net/ibs:dpid=411&dpuuid=aelAQwAAANNWBAOJdpm.demdex.net/ibs:dpid=411&dpuuid=... https://dpm.demdex.net/ibs:dpid=411&dpuuid=aelAQwAAANNWBAOJ — 302 — 531 B — 37 ms — h2https://smetrics.cigna.com/b/ss/cignacignacomprod/1/JS-2.27.0-LGPQ/s78535701700640?AQB=1&ndh=1&pf=1&t=22%2F3%2F2026%2021%3A40%3A19%203%200&mid=55468815641909379222768839388981220489&aamlh=6&ce=UTF-8&pageName=cigna%3A%20home&g=https%3A%2F%2Fwww.cigna.com%2F&c.&dnb_data1=undefined%3Aundefined%3Aundefined%3Aundefined%3Aundefined%3Aundefined&dnb_data2=undefined%3Aundefined%3Aundefined%3Aundefined%3Aundefined%3Aundefined&.c&cc=USD&ch=cigna%3A%20home&server=www.cigna.com&events=event95%3D8%2Cevent96&aamb=6G1ynYcLPuiQxYZrsz_pkqfLG9yMXBpb2zX5dvJdYQJzPXImdj0y&c1=D%3Dv1&v1=https%3A%2F%2Fwww.cigna.com&c2=D%3Dv2&v2=Cigna%20Healthcare%20%7C%20Health%20Insurance%20and%20Dental%20Plans&c5=D%3Dv5&v5=5%3A30pm%7Cwednesday%7Cweekday&c6=D%3Dv6&v6=8&c13=global%20-%20page%20bottom&c21=D%3Dv21&v21=55468815641909379222768839388981220489&c27=D%3Dv27&c66=core%3AY%3Aredesign-093023&c67=pageview&c70=Cigna.com%20%28SPA%29%20-%20CJA&c73=2026-04-22T21%3A40%3A19.611Z&v126=Unknown%20Type%20Visit&v150=Not%20Supported&s=412x823&c=24&j=1.6&v=N&k=Y&bw=412&bh=823&mcorgid=7D11CACD561CE6257F000101%40AdobeOrg&AQE=1smetrics.cigna.com/b/ss/cignacignac... https://smetrics.cigna.com/b/ss/cignacignacomprod/1/JS-2.27.0-LGPQ/s78535701700640?AQB=1&ndh=1&pf=1&t=22%2F3%2F2026%2021%3A40%3A19%203%200&mid=55468815641909379222768839388981220489&aamlh=6&ce=UTF-8&pageName=cigna%3A%20home&g=https%3A%2F%2Fwww.cigna.com%2F&c.&dnb_data1=undefined%3Aundefined%3Aundefined%3Aundefined%3Aundefined%3Aundefined&dnb_data2=undefined%3Aundefined%3Aundefined%3Aundefined%3Aundefined%3Aundefined&.c&cc=USD&ch=cigna%3A%20home&server=www.cigna.com&events=event95%3D8%2Cevent96&aamb=6G1ynYcLPuiQxYZrsz_pkqfLG9yMXBpb2zX5dvJdYQJzPXImdj0y&c1=D%3Dv1&v1=https%3A%2F%2Fwww.cigna.com&c2=D%3Dv2&v2=Cigna%20Healthcare%20%7C%20Health%20Insurance%20and%20Dental%20Plans&c5=D%3Dv5&v5=5%3A30pm%7Cwednesday%7Cweekday&c6=D%3Dv6&v6=8&c13=global%20-%20page%20bottom&c21=D%3Dv21&v21=55468815641909379222768839388981220489&c27=D%3Dv27&c66=core%3AY%3Aredesign-093023&c67=pageview&c70=Cigna.com%20%28SPA%29%20-%20CJA&c73=2026-04-22T21%3A40%3A19.611Z&v126=Unknown%20Type%20Visit&v150=Not%20Supported&s=412x823&c=24&j=1.6&v=N&k=Y&bw=412&bh=823&mcorgid=7D11CACD561CE6257F000101%40AdobeOrg&AQE=1 — 200 — 302 B — 25 ms — h2https://dpm.demdex.net/demconf.jpg?et:ibs%7cdata:dpid=411&dpuuid=aelAQwAAANNWBAOJdpm.demdex.net/demconf.jpg?et:ibs%7... https://dpm.demdex.net/demconf.jpg?et:ibs%7cdata:dpid=411&dpuuid=aelAQwAAANNWBAOJ — 200 — 471 B — 37 ms — h2https://www.cigna.com/static/www-cigna-com/js/tltWorker.6.0.min.jswww.cigna.com/static/www-cigna-com/... https://www.cigna.com/static/www-cigna-com/js/tltWorker.6.0.min.js — 200 — 989 B — 205 ms — http/1.1blob:https://www.cigna.com/443903c6-7fda-4abb-a7af-665463fcb069www.cigna.com/443903c6-7fda-4abb-a7... blob:https://www.cigna.com/443903c6-7fda-4abb-a7af-665463fcb069 — 200 — -1 B — 125 ms — blobhttps://www.cigna.com/static/www-cigna-com/v2/bundle/countdown-BhDe9091.jswww.cigna.com/static/www-cigna-com/... https://www.cigna.com/static/www-cigna-com/v2/bundle/countdown-BhDe9091.js — 200 — 24.2 KiB — 117 ms — http/1.1https://www.cigna.com/static/www-cigna-com/v2/bundle/query-BGrFDEEo.jswww.cigna.com/static/www-cigna-com/... https://www.cigna.com/static/www-cigna-com/v2/bundle/query-BGrFDEEo.js — 200 — 1.2 KiB — 129 ms — http/1.1https://www.cigna.com/static/www-cigna-com/v2/bundle/base-DIkkzJ-c.jswww.cigna.com/static/www-cigna-com/... https://www.cigna.com/static/www-cigna-com/v2/bundle/base-DIkkzJ-c.js — 200 — 1.2 KiB — 143 ms — http/1.1https://www.cigna.com/static/www-cigna-com/v2/bundle/i18n-Y-I3VWDO.jswww.cigna.com/static/www-cigna-com/... https://www.cigna.com/static/www-cigna-com/v2/bundle/i18n-Y-I3VWDO.js — 200 — 1.0 KiB — 143 ms — http/1.1https://www.cigna.com/static/www-cigna-com/v2/bundle/is-mobile-D5iCr1X9.jswww.cigna.com/static/www-cigna-com/... https://www.cigna.com/static/www-cigna-com/v2/bundle/is-mobile-D5iCr1X9.js — 200 — 1.1 KiB — 130 ms — http/1.1https://www.cigna.com/static/www-cigna-com/v2/bundle/button-Cs7z3aHi.jswww.cigna.com/static/www-cigna-com/... https://www.cigna.com/static/www-cigna-com/v2/bundle/button-Cs7z3aHi.js — 200 — 1.7 KiB — 146 ms — http/1.1https://www.cigna.com/static/www-cigna-com/v2/bundle/button.component-Cbcfe0JW.jswww.cigna.com/static/www-cigna-com/... https://www.cigna.com/static/www-cigna-com/v2/bundle/button.component-Cbcfe0JW.js — 200 — 4.6 KiB — 220 ms — http/1.1https://www.cigna.com/static/www-cigna-com/v2/bundle/if-defined-B5nsOd8l.jswww.cigna.com/static/www-cigna-com/... https://www.cigna.com/static/www-cigna-com/v2/bundle/if-defined-B5nsOd8l.js — 200 — 1.1 KiB — 243 ms — http/1.1https://www.cigna.com/static/www-cigna-com/v2/bundle/slot-B7LctFq6.jswww.cigna.com/static/www-cigna-com/... https://www.cigna.com/static/www-cigna-com/v2/bundle/slot-B7LctFq6.js — 200 — 1.7 KiB — 234 ms — http/1.1https://www.cigna.com/static/www-cigna-com/v2/bundle/animations-xrGZtaIV.jswww.cigna.com/static/www-cigna-com/... https://www.cigna.com/static/www-cigna-com/v2/bundle/animations-xrGZtaIV.js — 200 — 1.8 KiB — 247 ms — http/1.1https://www.cigna.com/static/www-cigna-com/v2/bundle/spinner.component-BwCxpFdO.jswww.cigna.com/static/www-cigna-com/... https://www.cigna.com/static/www-cigna-com/v2/bundle/spinner.component-BwCxpFdO.js — 200 — 2.4 KiB — 261 ms — http/1.1https://www.cigna.com/static/www-cigna-com/v2/bundle/input.component-hBPkC-x8.jswww.cigna.com/static/www-cigna-com/... https://www.cigna.com/static/www-cigna-com/v2/bundle/input.component-hBPkC-x8.js — 200 — 17.7 KiB — 249 ms — http/1.1https://www.cigna.com/static/www-cigna-com/v2/bundle/form-control-Cxh0VQzV.jswww.cigna.com/static/www-cigna-com/... https://www.cigna.com/static/www-cigna-com/v2/bundle/form-control-Cxh0VQzV.js — 200 — 1.5 KiB — 324 ms — http/1.1https://www.cigna.com/static/www-cigna-com/v2/bundle/validation-CfqCHLfb.jswww.cigna.com/static/www-cigna-com/... https://www.cigna.com/static/www-cigna-com/v2/bundle/validation-CfqCHLfb.js — 200 — 3.8 KiB — 337 ms — http/1.1https://www.cigna.com/static/www-cigna-com/v2/bundle/select.component-B8YDVD5B.jswww.cigna.com/static/www-cigna-com/... https://www.cigna.com/static/www-cigna-com/v2/bundle/select.component-B8YDVD5B.js — 200 — 3.2 KiB — 369 ms — http/1.1https://www.cigna.com/static/www-cigna-com/v2/bundle/textarea.component-ck5Olyg-.jswww.cigna.com/static/www-cigna-com/... https://www.cigna.com/static/www-cigna-com/v2/bundle/textarea.component-ck5Olyg-.js — 200 — 2.8 KiB — 348 ms — http/1.1https://www.cigna.com/static/www-cigna-com/v2/bundle/radiogroup.component-DXQ7kRKr.jswww.cigna.com/static/www-cigna-com/... https://www.cigna.com/static/www-cigna-com/v2/bundle/radiogroup.component-DXQ7kRKr.js — 200 — 2.6 KiB — 368 ms — http/1.1https://www.cigna.com/static/www-cigna-com/v2/bundle/radio.component-S-b1UiQT.jswww.cigna.com/static/www-cigna-com/... https://www.cigna.com/static/www-cigna-com/v2/bundle/radio.component-S-b1UiQT.js — 200 — 2.3 KiB — 377 ms — http/1.1https://www.cigna.com/static/www-cigna-com/v2/bundle/checkgroup.component-BbVXe7s9.jswww.cigna.com/static/www-cigna-com/... https://www.cigna.com/static/www-cigna-com/v2/bundle/checkgroup.component-BbVXe7s9.js — 200 — 2.7 KiB — 426 ms — http/1.1https://www.cigna.com/static/www-cigna-com/v2/bundle/checkbox.component-DVIOY3qA.jswww.cigna.com/static/www-cigna-com/... https://www.cigna.com/static/www-cigna-com/v2/bundle/checkbox.component-DVIOY3qA.js — 200 — 2.5 KiB — 438 ms — http/1.1https://www.cigna.com/static/www-cigna-com/v2/bundle/icon-BOr70by7.jswww.cigna.com/static/www-cigna-com/... https://www.cigna.com/static/www-cigna-com/v2/bundle/icon-BOr70by7.js — 200 — 1.1 KiB — 450 ms — http/1.1https://www.cigna.com/static/www-cigna-com/v2/bundle/skiplink-B0skclZN.jswww.cigna.com/static/www-cigna-com/... https://www.cigna.com/static/www-cigna-com/v2/bundle/skiplink-B0skclZN.js — 200 — 2.4 KiB — 471 ms — http/1.1https://www.cigna.com/static/www-cigna-com/v2/bundle/header-DapM9JId.jswww.cigna.com/static/www-cigna-com/... https://www.cigna.com/static/www-cigna-com/v2/bundle/header-DapM9JId.js — 200 — 9.4 KiB — 481 ms — http/1.1https://www.cigna.com/static/www-cigna-com/v2/bundle/focus-trap.esm-Ddqmou8S-CMRYETX2.jswww.cigna.com/static/www-cigna-com/... https://www.cigna.com/static/www-cigna-com/v2/bundle/focus-trap.esm-Ddqmou8S-CMRYETX2.js — 200 — 6.1 KiB — 496 ms — http/1.1https://www.cigna.com/static/www-cigna-com/v2/bundle/divider.component-B18vepnY.jswww.cigna.com/static/www-cigna-com/... https://www.cigna.com/static/www-cigna-com/v2/bundle/divider.component-B18vepnY.js — 200 — 1.6 KiB — 530 ms — http/1.1https://www.cigna.com/static/www-cigna-com/v2/bundle/backdrop.component-DZjzieHt.jswww.cigna.com/static/www-cigna-com/... https://www.cigna.com/static/www-cigna-com/v2/bundle/backdrop.component-DZjzieHt.js — 200 — 1.6 KiB — 558 ms — http/1.1https://www.cigna.com/static/www-cigna-com/v2/bundle/light-dom-styles-BIHJ4wFY.jswww.cigna.com/static/www-cigna-com/... https://www.cigna.com/static/www-cigna-com/v2/bundle/light-dom-styles-BIHJ4wFY.js — 200 — 1.1 KiB — 553 ms — http/1.1https://www.cigna.com/static/www-cigna-com/v2/bundle/header-search.component-DrWwQcDj.jswww.cigna.com/static/www-cigna-com/... https://www.cigna.com/static/www-cigna-com/v2/bundle/header-search.component-DrWwQcDj.js — 200 — 6.2 KiB — 574 ms — http/1.1https://www.cigna.com/static/www-cigna-com/v2/bundle/header-dropdown-bBHkyqNC.jswww.cigna.com/static/www-cigna-com/... https://www.cigna.com/static/www-cigna-com/v2/bundle/header-dropdown-bBHkyqNC.js — 200 — 6.2 KiB — 597 ms — http/1.1https://www.cigna.com/static/www-cigna-com/v2/bundle/accordion-BO5QKHtZ.jswww.cigna.com/static/www-cigna-com/... https://www.cigna.com/static/www-cigna-com/v2/bundle/accordion-BO5QKHtZ.js — 200 — 1.1 KiB — 614 ms — http/1.1https://www.cigna.com/static/www-cigna-com/v2/bundle/accordion.component-fJ3X5CA1.jswww.cigna.com/static/www-cigna-com/... https://www.cigna.com/static/www-cigna-com/v2/bundle/accordion.component-fJ3X5CA1.js — 200 — 1.5 KiB — 667 ms — http/1.1https://www.cigna.com/static/www-cigna-com/v2/bundle/accordion-panel-inline-DNYuTnPP.jswww.cigna.com/static/www-cigna-com/... https://www.cigna.com/static/www-cigna-com/v2/bundle/accordion-panel-inline-DNYuTnPP.js — 200 — 3.0 KiB — 655 ms — http/1.1https://www.cigna.com/static/www-cigna-com/v2/bundle/query-shadow-root-DVN9YziJ.jswww.cigna.com/static/www-cigna-com/... https://www.cigna.com/static/www-cigna-com/v2/bundle/query-shadow-root-DVN9YziJ.js — 200 — 1.7 KiB — 661 ms — http/1.1https://www.cigna.com/static/www-cigna-com/v2/bundle/breadcrumbs-B1dBE6EN.jswww.cigna.com/static/www-cigna-com/... https://www.cigna.com/static/www-cigna-com/v2/bundle/breadcrumbs-B1dBE6EN.js — 200 — 1.9 KiB — 675 ms — http/1.1https://www.cigna.com/static/www-cigna-com/v2/bundle/hero-DJiz7ikB.jswww.cigna.com/static/www-cigna-com/... https://www.cigna.com/static/www-cigna-com/v2/bundle/hero-DJiz7ikB.js — 200 — 1.2 KiB — 709 ms — http/1.1https://www.cigna.com/static/www-cigna-com/v2/bundle/hero.component-Cb_WkiDI.jswww.cigna.com/static/www-cigna-com/... https://www.cigna.com/static/www-cigna-com/v2/bundle/hero.component-Cb_WkiDI.js — 200 — 4.5 KiB — 731 ms — http/1.1https://www.cigna.com/static/www-cigna-com/v2/bundle/chc-tsjnWWU6-CViBk7i8.jswww.cigna.com/static/www-cigna-com/... https://www.cigna.com/static/www-cigna-com/v2/bundle/chc-tsjnWWU6-CViBk7i8.js — 200 — 50.5 KiB — 766 ms — http/1.1https://www.cigna.com/static/www-cigna-com/v2/bundle/flex-container-C9Su2krM.jswww.cigna.com/static/www-cigna-com/... https://www.cigna.com/static/www-cigna-com/v2/bundle/flex-container-C9Su2krM.js — 200 — 1.1 KiB — 785 ms — http/1.1https://www.cigna.com/static/www-cigna-com/v2/bundle/flex-container.component-D_bMJKVf.jswww.cigna.com/static/www-cigna-com/... https://www.cigna.com/static/www-cigna-com/v2/bundle/flex-container.component-D_bMJKVf.js — 200 — 1.6 KiB — 769 ms — http/1.1https://www.cigna.com/static/www-cigna-com/v2/bundle/sticky-banner-BfSoLxSm.jswww.cigna.com/static/www-cigna-com/... https://www.cigna.com/static/www-cigna-com/v2/bundle/sticky-banner-BfSoLxSm.js — 200 — 4.3 KiB — 779 ms — http/1.1https://www.cigna.com/static/www-cigna-com/v2/bundle/login-banner-DLuBa6-n.jswww.cigna.com/static/www-cigna-com/... https://www.cigna.com/static/www-cigna-com/v2/bundle/login-banner-DLuBa6-n.js — 200 — 51.5 KiB — 824 ms — http/1.1https://www.cigna.com/static/www-cigna-com/v2/bundle/until-Bj-eEuq4.jswww.cigna.com/static/www-cigna-com/... https://www.cigna.com/static/www-cigna-com/v2/bundle/until-Bj-eEuq4.js — 200 — 2.1 KiB — 851 ms — http/1.1https://www.cigna.com/static/www-cigna-com/v2/bundle/directive-helpers-Dp330cQc.jswww.cigna.com/static/www-cigna-com/... https://www.cigna.com/static/www-cigna-com/v2/bundle/directive-helpers-Dp330cQc.js — 200 — 1.8 KiB — 869 ms — http/1.1https://www.cigna.com/static/www-cigna-com/v2/bundle/scoped-registry-mixin-Dfnkzg9C.jswww.cigna.com/static/www-cigna-com/... https://www.cigna.com/static/www-cigna-com/v2/bundle/scoped-registry-mixin-Dfnkzg9C.js — 200 — 1.5 KiB — 873 ms — http/1.1https://www.cigna.com/static/www-cigna-com/v2/bundle/label.component-CdBPVqPW.jswww.cigna.com/static/www-cigna-com/... https://www.cigna.com/static/www-cigna-com/v2/bundle/label.component-CdBPVqPW.js — 200 — 2.2 KiB — 883 ms — http/1.1https://www.cigna.com/static/www-cigna-com/v2/bundle/alert.component-3DXUr8Jv.jswww.cigna.com/static/www-cigna-com/... https://www.cigna.com/static/www-cigna-com/v2/bundle/alert.component-3DXUr8Jv.js — 200 — 3.5 KiB — 889 ms — http/1.1https://www.cigna.com/static/www-cigna-com/v2/bundle/phone-number.component-DmUQcaSq.jswww.cigna.com/static/www-cigna-com/... https://www.cigna.com/static/www-cigna-com/v2/bundle/phone-number.component-DmUQcaSq.js — 200 — 5.6 KiB — 940 ms — http/1.1https://www.cigna.com/static/www-cigna-com/v2/bundle/spinner-DSvK93CK.jswww.cigna.com/static/www-cigna-com/... https://www.cigna.com/static/www-cigna-com/v2/bundle/spinner-DSvK93CK.js — 200 — 1.1 KiB — 972 ms — http/1.1https://www.cigna.com/static/www-cigna-com/v2/bundle/shop-plans-banner-BV2gJKAl.jswww.cigna.com/static/www-cigna-com/... https://www.cigna.com/static/www-cigna-com/v2/bundle/shop-plans-banner-BV2gJKAl.js — 200 — 2.5 KiB — 972 ms — http/1.1https://www.cigna.com/static/www-cigna-com/v2/bundle/select-option.component-BtDPmnD_.jswww.cigna.com/static/www-cigna-com/... https://www.cigna.com/static/www-cigna-com/v2/bundle/select-option.component-BtDPmnD_.js — 200 — 1.6 KiB — 977 ms — http/1.1https://www.cigna.com/static/www-cigna-com/v2/bundle/medicare-plan-finder.component-vVuQbDCK.jswww.cigna.com/static/www-cigna-com/... https://www.cigna.com/static/www-cigna-com/v2/bundle/medicare-plan-finder.component-vVuQbDCK.js — 200 — 9.0 KiB — 1.0 s — http/1.1https://www.cigna.com/static/www-cigna-com/v2/bundle/consume-CMbGVNCe.jswww.cigna.com/static/www-cigna-com/... https://www.cigna.com/static/www-cigna-com/v2/bundle/consume-CMbGVNCe.js — 200 — 1.4 KiB — 990 ms — http/1.1https://www.cigna.com/static/www-cigna-com/v2/bundle/modal.component-D0fRBmUG.jswww.cigna.com/static/www-cigna-com/... https://www.cigna.com/static/www-cigna-com/v2/bundle/modal.component-D0fRBmUG.js — 200 — 4.7 KiB — 1.1 s — http/1.1https://www.cigna.com/static/www-cigna-com/v2/bundle/tabs.component-DVsM7zBf.jswww.cigna.com/static/www-cigna-com/... https://www.cigna.com/static/www-cigna-com/v2/bundle/tabs.component-DVsM7zBf.js — 200 — 4.3 KiB — 1.1 s — http/1.1https://www.cigna.com/static/www-cigna-com/v2/bundle/query-assigned-elements-CaHFhCbJ.jswww.cigna.com/static/www-cigna-com/... https://www.cigna.com/static/www-cigna-com/v2/bundle/query-assigned-elements-CaHFhCbJ.js — 200 — 1.4 KiB — 1.1 s — http/1.1https://www.cigna.com/static/www-cigna-com/v2/bundle/tab-section.component-Dv0hxWKq.jswww.cigna.com/static/www-cigna-com/... https://www.cigna.com/static/www-cigna-com/v2/bundle/tab-section.component-Dv0hxWKq.js — 200 — 1.6 KiB — 1.1 s — http/1.1https://www.cigna.com/static/www-cigna-com/v2/bundle/tab-item.component-k4eg7sEz.jswww.cigna.com/static/www-cigna-com/... https://www.cigna.com/static/www-cigna-com/v2/bundle/tab-item.component-k4eg7sEz.js — 200 — 3.1 KiB — 1.1 s — http/1.1https://www.cigna.com/static/www-cigna-com/v2/bundle/sanitize-lTbVsXOq.jswww.cigna.com/static/www-cigna-com/... https://www.cigna.com/static/www-cigna-com/v2/bundle/sanitize-lTbVsXOq.js — 200 — 1.0 KiB — 1.1 s — http/1.1https://www.cigna.com/static/www-cigna-com/v2/bundle/button-link-MX8G3vYx.jswww.cigna.com/static/www-cigna-com/... https://www.cigna.com/static/www-cigna-com/v2/bundle/button-link-MX8G3vYx.js — 200 — 5.2 KiB — 1.2 s — http/1.1https://www.cigna.com/static/www-cigna-com/v2/bundle/list-hQgIR01d.jswww.cigna.com/static/www-cigna-com/... https://www.cigna.com/static/www-cigna-com/v2/bundle/list-hQgIR01d.js — 200 — 1.1 KiB — 1.2 s — http/1.1https://www.cigna.com/static/www-cigna-com/v2/bundle/list.component-BkrL1qQi.jswww.cigna.com/static/www-cigna-com/... https://www.cigna.com/static/www-cigna-com/v2/bundle/list.component-BkrL1qQi.js — 200 — 2.6 KiB — 1.2 s — http/1.1https://www.cigna.com/static/www-cigna-com/v2/bundle/tag-DVL-lgoR.jswww.cigna.com/static/www-cigna-com/... https://www.cigna.com/static/www-cigna-com/v2/bundle/tag-DVL-lgoR.js — 200 — 3.2 KiB — 1.2 s — http/1.1https://www.cigna.com/static/www-cigna-com/v2/bundle/value-prop-heading-DU1g-53b.jswww.cigna.com/static/www-cigna-com/... https://www.cigna.com/static/www-cigna-com/v2/bundle/value-prop-heading-DU1g-53b.js — 200 — 1.7 KiB — 1.2 s — http/1.1https://www.cigna.com/static/www-cigna-com/v2/bundle/value-prop-CcrNEmij.jswww.cigna.com/static/www-cigna-com/... https://www.cigna.com/static/www-cigna-com/v2/bundle/value-prop-CcrNEmij.js — 200 — 1.9 KiB — 1.2 s — http/1.1https://www.cigna.com/static/www-cigna-com/v2/bundle/promo-D6FG5pig.jswww.cigna.com/static/www-cigna-com/... https://www.cigna.com/static/www-cigna-com/v2/bundle/promo-D6FG5pig.js — 200 — 5.9 KiB — 1.3 s — http/1.1https://www.cigna.com/static/www-cigna-com/v2/bundle/modal-BQ9ye3ib.jswww.cigna.com/static/www-cigna-com/... https://www.cigna.com/static/www-cigna-com/v2/bundle/modal-BQ9ye3ib.js — 200 — 1.8 KiB — 1.3 s — http/1.1https://www.cigna.com/static/www-cigna-com/v2/bundle/medicare-plan-finder-Bw-Jrb0E.jswww.cigna.com/static/www-cigna-com/... https://www.cigna.com/static/www-cigna-com/v2/bundle/medicare-plan-finder-Bw-Jrb0E.js — 200 — 1.6 KiB — 1.3 s — http/1.1https://www.cigna.com/static/www-cigna-com/v2/bundle/alert-B4veW7x7.jswww.cigna.com/static/www-cigna-com/... https://www.cigna.com/static/www-cigna-com/v2/bundle/alert-B4veW7x7.js — 200 — 1.7 KiB — 1.3 s — http/1.1https://www.cigna.com/static/www-cigna-com/v2/bundle/back-to-top-Dzma5KA9.jswww.cigna.com/static/www-cigna-com/... https://www.cigna.com/static/www-cigna-com/v2/bundle/back-to-top-Dzma5KA9.js — 200 — 2.9 KiB — 1.3 s — http/1.1https://www.cigna.com/static/www-cigna-com/v2/bundle/footer-B3ILDbO8.jswww.cigna.com/static/www-cigna-com/... https://www.cigna.com/static/www-cigna-com/v2/bundle/footer-B3ILDbO8.js — 200 — 3.9 KiB — 1.3 s — http/1.1https://www.cigna.com/static/www-cigna-com/v2/bundle/datetime-CDJ4z3lx.jswww.cigna.com/static/www-cigna-com/... https://www.cigna.com/static/www-cigna-com/v2/bundle/datetime-CDJ4z3lx.js — 200 — 4.7 KiB — 1.4 s — http/1.1https://www.cigna.com/static/www-cigna-com/v2/bundle/_commonjsHelpers-LQfde5yM-BosuxZz1.jswww.cigna.com/static/www-cigna-com/... https://www.cigna.com/static/www-cigna-com/v2/bundle/_commonjsHelpers-LQfde5yM-BosuxZz1.js — 200 — 1.7 KiB — 1.4 s — http/1.1https://p-gsg.digitaledge.cigna.com/webservices/common/v1/campaignsp-gsg.digitaledge.cigna.com/webserv... https://p-gsg.digitaledge.cigna.com/webservices/common/v1/campaigns — 200 — 661 B — 702 ms — h2https://www.cigna.com/static/www-cigna-com/v2/bundle/header-language-B9tlIQNu.jswww.cigna.com/static/www-cigna-com/... https://www.cigna.com/static/www-cigna-com/v2/bundle/header-language-B9tlIQNu.js — 200 — 5.5 KiB — 1.4 s — http/1.1https://www.cigna.com/static/www-cigna-com/v2/bundle/tag-list-BrsqAwkq.jswww.cigna.com/static/www-cigna-com/... https://www.cigna.com/static/www-cigna-com/v2/bundle/tag-list-BrsqAwkq.js — 200 — 2.2 KiB — 1.4 s — http/1.1https://www.cigna.com/static/www-cigna-com/v2/bundle/value-props-Di4KLntX.jswww.cigna.com/static/www-cigna-com/... https://www.cigna.com/static/www-cigna-com/v2/bundle/value-props-Di4KLntX.js — 200 — 2.2 KiB — 1.4 s — http/1.1https://www.cigna.com/static/www-cigna-com/v2/bundle/scroll-section-Dbm_FO3p.jswww.cigna.com/static/www-cigna-com/... https://www.cigna.com/static/www-cigna-com/v2/bundle/scroll-section-Dbm_FO3p.js — 200 — 1.9 KiB — 1.4 s — http/1.1https://ets.f5apis.com/2?a=e285b5554d1bd63a898412a77227152ddc65f060&b=AxQHI7edAQAAWip_wHRLHxdk6fmDU5bIfFHiJVFavHT5-kUD3lA3lGAIBDnvAY3jvNwJ-I1HwH-RzDJdQ4eRzA==&c=488b1beb28a05657b9644f678961581c2755b411c16d41b40988b0fcfdcf6311ets.f5apis.com/2?a=e285b5554d1bd63a... https://ets.f5apis.com/2?a=e285b5554d1bd63a898412a77227152ddc65f060&b=AxQHI7edAQAAWip_wHRLHxdk6fmDU5bIfFHiJVFavHT5-kUD3lA3lGAIBDnvAY3jvNwJ-I1HwH-RzDJdQ4eRzA==&c=488b1beb28a05657b9644f678961581c2755b411c16d41b40988b0fcfdcf6311 — 200 — 1.0 KiB — 164 ms — http/1.0https://www.cigna.com/static/www-cigna-com/images/favicon.icowww.cigna.com/static/www-cigna-com/... https://www.cigna.com/static/www-cigna-com/images/favicon.ico — 200 — 3.9 KiB — 1.4 s — http/1.1https://bf08379irm.bf.dynatrace.com/bf?sc=3&si=v_4_srv_-2D3345_sn_RURJ1E8T9H8J3C3MFTHSLR0Q7UTJASSQ&ty=js&pv=4&ai=437384636a7a9780&en=gr6zzdx3&cr=1776880121431&av=1.327.2&cy=event&bc=928590365&co=snappy&st=1776894020033&ss=0&qc=3714536255&end=1bf08379irm.bf.dynatrace.com/bf?sc=3... https://bf08379irm.bf.dynatrace.com/bf?sc=3&si=v_4_srv_-2D3345_sn_RURJ1E8T9H8J3C3MFTHSLR0Q7UTJASSQ&ty=js&pv=4&ai=437384636a7a9780&en=gr6zzdx3&cr=1776880121431&av=1.327.2&cy=event&bc=928590365&co=snappy&st=1776894020033&ss=0&qc=3714536255&end=1 — 200 — 230 B — 431 ms — h2data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAIElEQVR4AaTIMQ4AAAjCwMb//1llh…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAIElEQVR4AaTIMQ4AAAjCwMb//1llh… — 200 — 0 B — 0 ms — datahttps://www.cigna.com/static/svgs/logos/cigna-blue-logo.svgwww.cigna.com/static/svgs/logos/cig... https://www.cigna.com/static/svgs/logos/cigna-blue-logo.svg — 200 — 5.1 KiB — 1.0 s — http/1.1https://www.cigna.com/static/svgs/chc/solid-leaf.svgwww.cigna.com/static/svgs/chc/solid... https://www.cigna.com/static/svgs/chc/solid-leaf.svg — 200 — 1.5 KiB — 1.0 s — http/1.1data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22…data:image/svg+xml;utf8,%3Csvg%20xm... data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22… — 200 — 288 B — 22 ms — datadata:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22…data:image/svg+xml;utf8,%3Csvg%20xm... data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22… — 200 — 280 B — 36 ms — datadata:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22…data:image/svg+xml;utf8,%3Csvg%20xm... data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22… — 200 — 123 B — 35 ms — datadata:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22…data:image/svg+xml;utf8,%3Csvg%20xm... data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22… — 200 — 187 B — 34 ms — datadata:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22…data:image/svg+xml;utf8,%3Csvg%20xm... data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22… — 200 — 126 B — 16 ms — datablob:https://www.cigna.com/41bdc058-e902-47ea-974d-37a380d31ee0www.cigna.com/41bdc058-e902-47ea-97... blob:https://www.cigna.com/41bdc058-e902-47ea-974d-37a380d31ee0 — 200 — -1 B — 210 ms — blobhttps://bf08379irm.bf.dynatrace.com/bf?sc=3&si=v_4_srv_-2D3345_sn_RURJ1E8T9H8J3C3MFTHSLR0Q7UTJASSQ&ty=js&pv=4&ai=437384636a7a9780&en=gr6zzdx3&cr=1776880121431&av=1.327.2&cy=event&bc=3789992410&co=snappy&st=1776894020628&ss=0&qc=1705381951&end=1bf08379irm.bf.dynatrace.com/bf?sc=3... https://bf08379irm.bf.dynatrace.com/bf?sc=3&si=v_4_srv_-2D3345_sn_RURJ1E8T9H8J3C3MFTHSLR0Q7UTJASSQ&ty=js&pv=4&ai=437384636a7a9780&en=gr6zzdx3&cr=1776880121431&av=1.327.2&cy=event&bc=3789992410&co=snappy&st=1776894020628&ss=0&qc=1705381951&end=1 — 200 — 229 B — 97 ms — h2data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22…data:image/svg+xml;utf8,%3Csvg%20xm... data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22… — 200 — 898 B — 108 ms — datahttps://www.cigna.com/static/www-cigna-com/v2/bundle/i18n-BIFog4hy.jswww.cigna.com/static/www-cigna-com/... https://www.cigna.com/static/www-cigna-com/v2/bundle/i18n-BIFog4hy.js — 200 — 17.5 KiB — 525 ms — http/1.1https://bf08379irm.bf.dynatrace.com/bf?sc=3&si=v_4_srv_-2D3345_sn_RURJ1E8T9H8J3C3MFTHSLR0Q7UTJASSQ&ty=js&pv=4&ai=437384636a7a9780&en=gr6zzdx3&cr=1776880121431&av=1.327.2&cy=event&bc=2920391850&co=snappy&st=1776894020940&ss=0&qc=3377000867&end=1bf08379irm.bf.dynatrace.com/bf?sc=3... https://bf08379irm.bf.dynatrace.com/bf?sc=3&si=v_4_srv_-2D3345_sn_RURJ1E8T9H8J3C3MFTHSLR0Q7UTJASSQ&ty=js&pv=4&ai=437384636a7a9780&en=gr6zzdx3&cr=1776880121431&av=1.327.2&cy=event&bc=2920391850&co=snappy&st=1776894020940&ss=0&qc=3377000867&end=1 — 200 — 229 B — 97 ms — h2data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%232d2d2d' viewBox='0 0 24 24' a…www.w3.org/2000/svg' fill='%232d2d2... data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%232d2d2d' viewBox='0 0 24 24' a… — 200 — 0 B — 0 ms — datadata:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22…data:image/svg+xml;utf8,%3Csvg%20xm... data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22… — 200 — 142 B — 2 ms — datadata:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22…data:image/svg+xml;utf8,%3Csvg%20xm... data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22… — 200 — 169 B — 2 ms — datahttps://www.cigna.com/static/www-cigna-com/images/index/img-dental-sm@2x.jpgwww.cigna.com/static/www-cigna-com/... https://www.cigna.com/static/www-cigna-com/images/index/img-dental-sm@2x.jpg — 200 — 30.6 KiB — 121 ms — http/1.1https://www.cigna.com/static/www-cigna-com/images/index/img-buying-sm@2x.jpgwww.cigna.com/static/www-cigna-com/... https://www.cigna.com/static/www-cigna-com/images/index/img-buying-sm@2x.jpg — 200 — 28.4 KiB — 113 ms — http/1.1https://www.cigna.com/static/www-cigna-com/images/index/img-work-sm@2x.jpgwww.cigna.com/static/www-cigna-com/... https://www.cigna.com/static/www-cigna-com/images/index/img-work-sm@2x.jpg — 200 — 47.1 KiB — 114 ms — http/1.1https://bf08379irm.bf.dynatrace.com/bf?sc=3&si=v_4_srv_-2D3345_sn_RURJ1E8T9H8J3C3MFTHSLR0Q7UTJASSQ&ty=js&pv=4&ai=437384636a7a9780&en=gr6zzdx3&cr=1776880121431&av=1.327.2&cy=event&bc=668900161&co=snappy&st=1776894021312&ss=0&qc=1063023557&end=1bf08379irm.bf.dynatrace.com/bf?sc=3... https://bf08379irm.bf.dynatrace.com/bf?sc=3&si=v_4_srv_-2D3345_sn_RURJ1E8T9H8J3C3MFTHSLR0Q7UTJASSQ&ty=js&pv=4&ai=437384636a7a9780&en=gr6zzdx3&cr=1776880121431&av=1.327.2&cy=event&bc=668900161&co=snappy&st=1776894021312&ss=0&qc=1063023557&end=1 — 200 — 229 B — 97 ms — h2https://tlt.cigna.com/tealeaf/TealeafTarget.jsptlt.cigna.com/tealeaf/TealeafTarget... https://tlt.cigna.com/tealeaf/TealeafTarget.jsp — 200 — 0 B — 554 ms — http/1.1https://www.cigna.com/static/www-cigna-com/json/login-banner.jsonwww.cigna.com/static/www-cigna-com/... https://www.cigna.com/static/www-cigna-com/json/login-banner.json — 200 — 1.4 KiB — 124 ms — http/1.1https://www.cigna.com/static/www-cigna-com/json/medicare-plan-finder.jsonwww.cigna.com/static/www-cigna-com/... https://www.cigna.com/static/www-cigna-com/json/medicare-plan-finder.json — 200 — 1.6 KiB — 116 ms — http/1.1data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22…data:image/svg+xml;utf8,%3Csvg%20xm... data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22… — 200 — 378 B — 9 ms — datadata:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22…data:image/svg+xml;utf8,%3Csvg%20xm... data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22… — 200 — 757 B — 8 ms — datahttps://bf08379irm.bf.dynatrace.com/bf?sc=5&si=v_4_srv_-2D3345_sn_RURJ1E8T9H8J3C3MFTHSLR0Q7UTJASSQ&ty=js&pv=4&ai=437384636a7a9780&en=gr6zzdx3&cr=1776880121431&av=1.327.2&cy=event&bc=408618115&co=snappy&st=1776894021857&ss=0&qc=2007649925&end=1bf08379irm.bf.dynatrace.com/bf?sc=5... https://bf08379irm.bf.dynatrace.com/bf?sc=5&si=v_4_srv_-2D3345_sn_RURJ1E8T9H8J3C3MFTHSLR0Q7UTJASSQ&ty=js&pv=4&ai=437384636a7a9780&en=gr6zzdx3&cr=1776880121431&av=1.327.2&cy=event&bc=408618115&co=snappy&st=1776894021857&ss=0&qc=2007649925&end=1 — 200 — 229 B — 97 ms — h2https://tlt.cigna.com/tealeaf/TealeafTarget.jsptlt.cigna.com/tealeaf/TealeafTarget... https://tlt.cigna.com/tealeaf/TealeafTarget.jsp — 200 — 1.1 KiB — 318 ms — http/1.1https://bf08379irm.bf.dynatrace.com/bf?type=js3&sn=v_4_srv_-2D3345_sn_RURJ1E8T9H8J3C3MFTHSLR0Q7UTJASSQ&svrid=-3345&flavor=cors&vi=HJBKLMROHFJPNEQUDFMFEKRSRVOCHKRJ-0&modifiedSince=1776880121431&bp=3&app=437384636a7a9780&crc=3902485324&en=gr6zzdx3&end=1bf08379irm.bf.dynatrace.com/bf?type... https://bf08379irm.bf.dynatrace.com/bf?type=js3&sn=v_4_srv_-2D3345_sn_RURJ1E8T9H8J3C3MFTHSLR0Q7UTJASSQ&svrid=-3345&flavor=cors&vi=HJBKLMROHFJPNEQUDFMFEKRSRVOCHKRJ-0&modifiedSince=1776880121431&bp=3&app=437384636a7a9780&crc=3902485324&en=gr6zzdx3&end=1 — 200 — 379 B — 97 ms — h2https://bf08379irm.bf.dynatrace.com/bf?sc=5&si=v_4_srv_6_sn_RURJ1E8T9H8J3C3MFTHSLR0Q7UTJASSQ_app-3A437384636a7a9780_1_ol_0_perc_100000_mul_1&ty=js&pv=4&ai=437384636a7a9780&en=gr6zzdx3&cr=1776880121431&av=1.327.2&cy=event&bc=1779526883&co=snappy&st=1776894024520&ss=0&qc=1322412090&end=1bf08379irm.bf.dynatrace.com/bf?sc=5... https://bf08379irm.bf.dynatrace.com/bf?sc=5&si=v_4_srv_6_sn_RURJ1E8T9H8J3C3MFTHSLR0Q7UTJASSQ_app-3A437384636a7a9780_1_ol_0_perc_100000_mul_1&ty=js&pv=4&ai=437384636a7a9780&en=gr6zzdx3&cr=1776880121431&av=1.327.2&cy=event&bc=1779526883&co=snappy&st=1776894024520&ss=0&qc=1322412090&end=1 — 200 — 229 B — 98 ms — h2https://bf08379irm.bf.dynatrace.com/bf?type=js3&sn=v_4_srv_6_sn_RURJ1E8T9H8J3C3MFTHSLR0Q7UTJASSQ_app-3A437384636a7a9780_1_ol_0_perc_100000_mul_1&svrid=6&flavor=cors&vi=HJBKLMROHFJPNEQUDFMFEKRSRVOCHKRJ-0&modifiedSince=1776880121431&bp=3&app=437384636a7a9780&crc=1589599477&en=gr6zzdx3&end=1bf08379irm.bf.dynatrace.com/bf?type... https://bf08379irm.bf.dynatrace.com/bf?type=js3&sn=v_4_srv_6_sn_RURJ1E8T9H8J3C3MFTHSLR0Q7UTJASSQ_app-3A437384636a7a9780_1_ol_0_perc_100000_mul_1&svrid=6&flavor=cors&vi=HJBKLMROHFJPNEQUDFMFEKRSRVOCHKRJ-0&modifiedSince=1776880121431&bp=3&app=437384636a7a9780&crc=1589599477&en=gr6zzdx3&end=1 — 200 — 379 B — 192 ms — h2
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
100% of JavaScript execution is third-party
First-party Third-party 8958ms · 672KB · $119/mo
p.login.my.cigna.com
Other
Costly
Execution 3214ms
Transfer 191 KB
Monthly Cost $43/mo
js-cdn.dynatrace.com
Other
Costly
Execution 2064ms
Transfer 124 KB
Unused 38%
Monthly Cost $27/mo
www.cigna.com
Other
Costly
Execution 855ms
Transfer 25 KB
Monthly Cost $11/mo
www.cigna.com
Other
Costly
Execution 734ms
Transfer 43 KB
Monthly Cost $10/mo
Unattributable
Other
Costly
Execution 720ms
Transfer 0 KB
Monthly Cost $10/mo
assets.adobedtm.com
Other
Costly
Execution 580ms
Transfer 118 KB
Unused 41%
Monthly Cost $8/mo
www.cigna.com
Other
Costly
Execution 428ms
Transfer 59 KB
Unused 42%
Monthly Cost $6/mo
ucm-us.verint-cdn.com
Other
Optional
Execution 108ms
Transfer 78 KB
Unused 57%
Monthly Cost $1/mo
ucm-us.verint-cdn.com
Other
Optional
Execution 98ms
Transfer 16 KB
Monthly Cost $1/mo
embed.gambitco.io
Other
Optional
Execution 90ms
Transfer 7 KB
Monthly Cost $1/mo
ucm-us.verint-cdn.com
Other
Optional
Execution 66ms
Transfer 11 KB
Monthly Cost $1/mo

These scripts may cost more than they're worth

  • p.login.my.cigna.com adds 3214ms and costs ~$43/month
  • js-cdn.dynatrace.com adds 2064ms and costs ~$27/month
  • www.cigna.com adds 855ms and costs ~$11/month
  • www.cigna.com adds 734ms and costs ~$10/month
  • Unattributable adds 720ms and costs ~$10/month
  • assets.adobedtm.com adds 580ms and costs ~$8/month
  • www.cigna.com adds 428ms and costs ~$6/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

p.login.my.cigna.com takes 3214ms 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

js-cdn.dynatrace.com takes 2064ms 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

www.cigna.com takes 855ms 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

www.cigna.com takes 734ms 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 720ms 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

assets.adobedtm.com takes 580ms 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

www.cigna.com takes 428ms 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

57% of ucm-us.verint-cdn.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