Skip to content
https://citrix.com

Performance

· 15 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
70
GRADE
C
FIX
5
REVIEW
3
PASS
5
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.
100
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.
85
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.76 s

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

3.04 s

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

233 ms

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

0.000

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

2.45 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.38 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
5 PASS 3 REVIEW 5 FIX
D
Page Weight Budget
Action
2.5 MB transferred, 105 requests
FIX
2.5 MB transferred, 105 requests
Warning::
Page weighs 6.3 MB (2.5 MB transferred)
Warning::
JavaScript is 1.5 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 1.5 MB
Info::
Fonts are 485 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 485 KB
Warning::
105 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 0.52 g CO2 per page load
2.5 MB / 2.4 MB budget
2.5 MB transferred
105 requests
0.52 g CO2 per page load
JavaScript 1.5 MiB 59%
Fonts 485.4 KiB 19%
Images 462.3 KiB 18%
CSS 66.7 KiB 3%
HTML 19.2 KiB 1%
Other 6.1 KiB 0%
Other 5.7 KiB 0%
Other 3.9 KiB 0%
Other 1.3 KiB 0%
Other 548 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

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

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 (2.5 MiB of 2.5 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
F
JS Bundles
Action
44 scripts, 639 KB unused
FIX
44 scripts, 639 KB unused
Warning::
https://www.citrix.com/etc/designs/citrix-core/cli...: 153 KB unused (74%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.citrix.com/etc/designs/citrix-core/cli...: unminified — 60 KB could be saved
Warning::
https://www.googletagmanager.com/gtag/js?id=UA-242...: 90 KB unused (78%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=G-MHW3...: 63 KB unused (46%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=UA-242...: 63 KB unused (54%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtm.js?id=GTM-T7Z...: 61 KB unused (37%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 639 KB
639 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.citrix.com/etc/designs/citrix-core/clientlibs/core.min.ACSHASH229f72a1ef8dc1acef9f7958e0ce098f.3.26.28.js206 KB153 KB (74%)3rd
https://www.googletagmanager.com/gtag/js?id=UA-2429794-25&cx=c&gtm=4e64k0h2115 KB90 KB (78%)3rd
https://www.googletagmanager.com/gtag/js?id=G-MHW3J3FT2N&cx=c&gtm=4e64h1137 KB63 KB (46%)3rd
https://www.googletagmanager.com/gtag/js?id=UA-2429794-25117 KB63 KB (54%)3rd
https://www.googletagmanager.com/gtm.js?id=GTM-T7ZCW5165 KB61 KB (37%)3rd
https://www.googletagmanager.com/gtag/js?id=G-F0P2VJEJJW&cx=c&gtm=4e64k0h2151 KB61 KB (40%)3rd
https://www.googletagmanager.com/gtag/destination?id=AW-1053846422&cx=c&gtm=4e64h1134 KB59 KB (44%)3rd
https://s.go-mpulse.net/boomerang/AFEGJ-TDGJQ-AV7SQ-QZMXY-WYAGY53 KB36 KB (68%)3rd
https://connect.facebook.net/en_US/fbevents.js97 KB33 KB (34%)3rd
https://consent.trustarc.com/asset/notice.js/v/v1.7-172936 KB21 KB (58%)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
105 resources · 2.5 MB · 639 KB savings available
FIX
105 resources · 2.5 MB · 639 KB savings available
Warning::
Page weight 1.5 MB over 1MB target
Got: 2.5 MB Expected: ≤ 1 MB
Info::
~639 KB of savings available
Warning::
104 third-party resources (100% of weight)
Info::
1 resources over 200KB
105 resources · 2.5 MiB · 104 third-party 1.5 MiB over 1MB target
JavaScript 59% · 1.5 MiB
Font 19% · 485.4 KiB
Image 18% · 466.3 KiB
CSS 3% · 66.7 KiB
Document 1% · 22.3 KiB
Other 0% · 8.7 KiB

~639.4 KiB of savings available

Remove unused JavaScript: 639.4 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
20 images, 0 KB saveable
REVIEW
20 images, 0 KB saveable
Warning::
https://www.citrix.com/content/dam/citrix61/en_us/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.citrix.com/content/dam/citrix61/en_us/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.citrix.com/content/dam/citrix61/en_us/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.citrix.com/content/dam/citrix61/en_us/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.citrix.com/content/dam/citrix61/en_us/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
20 images 462 KB
0 oversized -0 KB
19 legacy format
6 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

Performance issues directly impact user engagement and conversion rates.

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

C
JS Execution Cost
Action
1958ms total JS execution
REVIEW
1958ms total JS execution
Warning::
https://www.citrix.com/etc/designs/citrix-core/cli...: 402ms CPU time
Warning::
https://www.citrix.com/: 367ms CPU time
Info::
Unattributable: 223ms CPU time
Info::
https://www.citrix.com/etc/designs/citrix-core/cli...: 202ms CPU time
Info::
https://assets.adobedtm.com/3af873facf65/e0c89d356...: 183ms CPU time
Warning::
Third-party scripts: 1958ms (100% of total)

Main Thread Breakdown

Script Evaluation 56% Other 17% Style & Layout 12% Script Parsing & Compilation 9% Rendering 3%
ScriptTotalScriptingParse/CompileParty
https://www.citrix.com/etc/designs/citrix-core/clientlibs/ctx.cq.jquery.min.ACSHASH548aaa08ed95a8c84e1a80ec1128d1a9.3.26.28.js402ms363ms4ms3rd
https://www.citrix.com/367ms26ms1ms3rd
Unattributable223ms6ms0ms3rd
https://www.citrix.com/etc/designs/citrix-core/clientlibs/core.min.ACSHASH229f72a1ef8dc1acef9f7958e0ce098f.3.26.28.js202ms60ms40ms3rd
https://assets.adobedtm.com/3af873facf65/e0c89d356ff7/launch-6e0ae5d7345e.min.js183ms149ms10ms3rd
https://www.citrix.com/etc/designs/citrix-dotcom/clientlibs/main.min.ACSHASHbd21533c0570b70eb303b52c90fdffb7.3.26.28.js143ms110ms3ms3rd
https://www.googletagmanager.com/gtag/js?id=G-F0P2VJEJJW&cx=c&gtm=4e64k0h290ms74ms15ms3rd
https://www.googletagmanager.com/gtm.js?id=GTM-T7ZCW585ms64ms18ms3rd
https://www.googletagmanager.com/gtag/destination?id=AW-1053846422&cx=c&gtm=4e64h176ms56ms19ms3rd
https://connect.facebook.net/signals/config/1613311252046269?v=2.9.303&r=stable&domain=www.citrix.com&hme=97937018cefade17726f0472876fc101316b2ce9008a35a6a5a7977d7436151a&ex_m=104%2C205%2C154%2C22%2C72%2C73%2C145%2C68%2C67%2C11%2C162%2C90%2C16%2C138%2C127%2C39%2C75%2C78%2C134%2C159%2C164%2C8%2C4%2C5%2C7%2C6%2C3%2C91%2C101%2C165%2C170%2C219%2C62%2C186%2C187%2C55%2C276%2C30%2C74%2C231%2C230%2C229%2C23%2C33%2C103%2C61%2C10%2C63%2C97%2C98%2C99%2C105%2C130%2C31%2C29%2C132%2C133%2C129%2C128%2C155%2C76%2C158%2C156%2C157%2C50%2C60%2C123%2C15%2C161%2C45%2C263%2C264%2C262%2C26%2C27%2C28%2C48%2C146%2C77%2C112%2C18%2C20%2C44%2C40%2C42%2C41%2C83%2C92%2C96%2C110%2C144%2C147%2C46%2C111%2C24%2C21%2C119%2C69%2C36%2C149%2C148%2C150%2C141%2C139%2C25%2C35%2C59%2C109%2C160%2C70%2C17%2C152%2C114%2C81%2C66%2C19%2C85%2C86%2C116%2C84%2C136%2C135%2C34%2C278%2C293%2C212%2C201%2C202%2C200%2C296%2C288%2C52%2C213%2C107%2C131%2C80%2C121%2C54%2C47%2C49%2C113%2C120%2C126%2C58%2C64%2C151%2C115%2C37%2C32%2C53%2C56%2C100%2C163%2C1%2C124%2C14%2C122%2C12%2C2%2C57%2C93%2C65%2C118%2C89%2C88%2C166%2C167%2C94%2C95%2C9%2C125%2C102%2C51%2C142%2C87%2C79%2C71%2C117%2C106%2C43%2C143%2C0%2C82%2C137%2C140%2C153%2C38%2C108%2C13%2C16866ms53ms11ms3rd

Showing top 10 of 12 scripts

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

Web fonts

9

485 KB total

Render-blocking

0

of 9

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 1.0 s 2.0 s 3.0 s FCP 1.8 s LCP 3.0 shttps://www.citrix.com/c-lib/assets/lib/icon-library/latest/fonts/Citrix-Icon-Lib.ttf?y6mbfmCitrix-Icon-Lib.ttf https://www.citrix.com/c-lib/assets/lib/icon-library/latest/fonts/Citrix-Icon-Lib.ttf?y6mbfm — 130.1 KiB — 588 ms — font-display: swaphttps://www.citrix.com/c-lib/assets/lib/icon-library/latest/fonts/Citrix-Icon-Lib.woff?y6mbfmCitrix-Icon-Lib.woff https://www.citrix.com/c-lib/assets/lib/icon-library/latest/fonts/Citrix-Icon-Lib.woff?y6mbfm — 130.2 KiB — 590 ms — font-display: swaphttps://www.citrix.com/c-lib/assets/lib/public-sans/font/public-sans-v3-latin-ext_latin-regular.woff2public-sans-v3-latin-ex... https://www.citrix.com/c-lib/assets/lib/public-sans/font/public-sans-v3-latin-ext_latin-regular.woff2 — 17.2 KiB — 273 ms — font-display: swaphttps://www.citrix.com/c-lib/assets/lib/public-sans/font/public-sans-v3-latin-ext_latin-600.woff2public-sans-v3-latin-ex... https://www.citrix.com/c-lib/assets/lib/public-sans/font/public-sans-v3-latin-ext_latin-600.woff2 — 17.5 KiB — 278 ms — font-display: swaphttps://www.citrix.com/c-lib/assets/lib/public-sans/font/public-sans-v3-latin-ext_latin-500.woff2public-sans-v3-latin-ex... https://www.citrix.com/c-lib/assets/lib/public-sans/font/public-sans-v3-latin-ext_latin-500.woff2 — 17.4 KiB — 266 ms — font-display: swaphttps://www.citrix.com/etc/designs/citrix-dotcom/clientlibs/fonts-icons/fonts/Citrix-Icons.ttf?5na8ubCitrix-Icons.ttf https://www.citrix.com/etc/designs/citrix-dotcom/clientlibs/fonts-icons/fonts/Citrix-Icons.ttf?5na8ub — 5.0 KiB — 25 ms — font-display: swaphttps://www.citrix.com/c-lib/assets/lib/icon-library/latest/fonts/Citrix-Icon-Lib.ttf?3u1u3iCitrix-Icon-Lib.ttf https://www.citrix.com/c-lib/assets/lib/icon-library/latest/fonts/Citrix-Icon-Lib.ttf?3u1u3i — 130.1 KiB — 527 ms — font-display: swaphttps://www.citrix.com/c-lib/assets/lib/public-sans/font/public-sans-v3-latin-ext_latin-300.woff2public-sans-v3-latin-ex... https://www.citrix.com/c-lib/assets/lib/public-sans/font/public-sans-v3-latin-ext_latin-300.woff2 — 17.3 KiB — 276 ms — font-display: swaphttps://www.citrix.com/etc/designs/citrix-core/clientlibs/font-icons/webfonts/Citrix-Icons-v9.ttf?1lamsCitrix-Icons-v9.ttf https://www.citrix.com/etc/designs/citrix-core/clientlibs/font-icons/webfonts/Citrix-Icons-v9.ttf?1lams — 20.7 KiB — 13 ms — font-display: swap
Citrix-Icon-Lib.ttf ttf swap
Size 130 KB
Load time 588 ms
Start 1.4 s
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
Citrix-Icon-Lib.woff woff swap
Size 130 KB
Load time 590 ms
Start 1.4 s
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
public-sans-v3-latin-ex... woff2 swap
Size 17 KB
Load time 273 ms
Start 1.9 s
Risk FOUT — text flashes from fallback to web font
public-sans-v3-latin-ex... woff2 swap
Size 17 KB
Load time 278 ms
Start 1.9 s
Risk FOUT — text flashes from fallback to web font
public-sans-v3-latin-ex... woff2 swap
Size 17 KB
Load time 266 ms
Start 1.9 s
Risk FOUT — text flashes from fallback to web font
Citrix-Icons.ttf ttf swap
Size 5 KB
Load time 25 ms
Start 1.9 s
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
Citrix-Icon-Lib.ttf ttf swap
Size 130 KB
Load time 527 ms
Start 1.9 s
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
public-sans-v3-latin-ex... woff2 swap
Size 17 KB
Load time 276 ms
Start 1.9 s
Risk FOUT — text flashes from fallback to web font
Citrix-Icons-v9.ttf ttf swap
Size 21 KB
Load time 13 ms
Start 2.0 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 ~320 KB and ~640 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
Network Waterfall
105 requests over 5917ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s FCP 1.8 s LCP 3.0 shttps://citrix.com// https://citrix.com/ — 301 — 442 B — 1.3 s — http/1.1https://www.citrix.com/www.citrix.com/ https://www.citrix.com/ — 200 — 17.8 KiB — 31 ms — h2https://www.citrix.com/c-lib/assets/lib/icon-library/latest/fonts/Citrix-Icon-Lib.ttf?y6mbfmwww.citrix.com/c-lib/assets/lib/ico... https://www.citrix.com/c-lib/assets/lib/icon-library/latest/fonts/Citrix-Icon-Lib.ttf?y6mbfm — 200 — 130.1 KiB — 588 ms — h2https://www.citrix.com/c-lib/assets/lib/icon-library/latest/fonts/Citrix-Icon-Lib.woff?y6mbfmwww.citrix.com/c-lib/assets/lib/ico... https://www.citrix.com/c-lib/assets/lib/icon-library/latest/fonts/Citrix-Icon-Lib.woff?y6mbfm — 200 — 130.2 KiB — 590 ms — h2https://www.citrix.com/c-lib/assets/lib/icon-library/latest/style.min.css?90px4twww.citrix.com/c-lib/assets/lib/ico... https://www.citrix.com/c-lib/assets/lib/icon-library/latest/style.min.css?90px4t — 200 — 5.5 KiB — 281 ms — h2https://www.citrix.com/c-lib/assets/lib/public-sans/font.csswww.citrix.com/c-lib/assets/lib/pub... https://www.citrix.com/c-lib/assets/lib/public-sans/font.css — 200 — 1.6 KiB — 275 ms — h2https://www.citrix.com/etc/designs/citrix-core/clientlibs/ctx.cq.jquery.min.ACSHASH548aaa08ed95a8c84e1a80ec1128d1a9.3.26.28.jswww.citrix.com/etc/designs/citrix-c... https://www.citrix.com/etc/designs/citrix-core/clientlibs/ctx.cq.jquery.min.ACSHASH548aaa08ed95a8c84e1a80ec1128d1a9.3.26.28.js — 200 — 42.1 KiB — 34 ms — h2https://www.citrix.com/etc/designs/citrix-core/clientlibs/core.min.ACSHASHf070793c98515feaa8d4465f6702ee4f.3.26.28.csswww.citrix.com/etc/designs/citrix-c... https://www.citrix.com/etc/designs/citrix-core/clientlibs/core.min.ACSHASHf070793c98515feaa8d4465f6702ee4f.3.26.28.css — 200 — 45.7 KiB — 33 ms — h2https://www.citrix.com/etc/designs/citrix-dotcom/clientlibs/main.min.ACSHASHf4c4005c23cd56755130774223bfcc31.3.26.28.csswww.citrix.com/etc/designs/citrix-d... https://www.citrix.com/etc/designs/citrix-dotcom/clientlibs/main.min.ACSHASHf4c4005c23cd56755130774223bfcc31.3.26.28.css — 200 — 13.9 KiB — 29 ms — h2https://assets.adobedtm.com/3af873facf65/e0c89d356ff7/launch-6e0ae5d7345e.min.jsassets.adobedtm.com/3af873facf65/e0... https://assets.adobedtm.com/3af873facf65/e0c89d356ff7/launch-6e0ae5d7345e.min.js — 200 — 40.7 KiB — 14 ms — h2https://www.citrix.com/content/dam/citrix61/en_us/images/logos/citrix-registered-tm-logo.svgwww.citrix.com/content/dam/citrix61... https://www.citrix.com/content/dam/citrix61/en_us/images/logos/citrix-registered-tm-logo.svg — 200 — 2.3 KiB — 20 ms — h2https://prod.static.citrix.com/js/las-migration-popup-embed.jsprod.static.citrix.com/js/las-migra... https://prod.static.citrix.com/js/las-migration-popup-embed.js — 200 — 7.0 KiB — 23 ms — h2https://www.citrix.com/content/dam/citrix61/en_us/images/thumbnails/videos/hero-thumbnail.svgwww.citrix.com/content/dam/citrix61... https://www.citrix.com/content/dam/citrix61/en_us/images/thumbnails/videos/hero-thumbnail.svg — 200 — 8.8 KiB — 26 ms — h2https://www.citrix.com/content/dam/citrix61/en_us/images/homepage/2024-gartner-report-1280x596.jpgwww.citrix.com/content/dam/citrix61... https://www.citrix.com/content/dam/citrix61/en_us/images/homepage/2024-gartner-report-1280x596.jpg — 200 — 102.0 KiB — 17 ms — h2https://www.citrix.com/content/dam/citrix61/en_us/images/homepage/whats-new-in-citrix-workspace-app-security-speed-and-experience.jpgwww.citrix.com/content/dam/citrix61... https://www.citrix.com/content/dam/citrix61/en_us/images/homepage/whats-new-in-citrix-workspace-app-security-speed-and-experience.jpg — 200 — 116.9 KiB — 18 ms — h2https://www.citrix.com/content/dam/citrix61/en_us/images/homepage/devicetrust-spotlight.jpgwww.citrix.com/content/dam/citrix61... https://www.citrix.com/content/dam/citrix61/en_us/images/homepage/devicetrust-spotlight.jpg — 200 — 79.3 KiB — 21 ms — h2https://www.citrix.com/etc/designs/citrix-core/clientlibs/core.min.ACSHASH229f72a1ef8dc1acef9f7958e0ce098f.3.26.28.jswww.citrix.com/etc/designs/citrix-c... https://www.citrix.com/etc/designs/citrix-core/clientlibs/core.min.ACSHASH229f72a1ef8dc1acef9f7958e0ce098f.3.26.28.js — 200 — 206.4 KiB — 26 ms — h2https://www.citrix.com/etc/designs/citrix-dotcom/clientlibs/auth.min.ACSHASH6d61ae98e2d4cc7f9ead7801040aef63.3.26.28.jswww.citrix.com/etc/designs/citrix-d... https://www.citrix.com/etc/designs/citrix-dotcom/clientlibs/auth.min.ACSHASH6d61ae98e2d4cc7f9ead7801040aef63.3.26.28.js — 200 — 1.1 KiB — 22 ms — h2https://www.citrix.com/etc/designs/citrix-dotcom/clientlibs/main.min.ACSHASHbd21533c0570b70eb303b52c90fdffb7.3.26.28.jswww.citrix.com/etc/designs/citrix-d... https://www.citrix.com/etc/designs/citrix-dotcom/clientlibs/main.min.ACSHASHbd21533c0570b70eb303b52c90fdffb7.3.26.28.js — 200 — 20.1 KiB — 11 ms — h2https://www.citrix.com/etc/designs/citrix-dotcom/site.webmanifestwww.citrix.com/etc/designs/citrix-d... https://www.citrix.com/etc/designs/citrix-dotcom/site.webmanifest — 200 — 1.3 KiB — 247 ms — h2https://www.citrix.com/libs/granite/csrf/token.jsonwww.citrix.com/libs/granite/csrf/to... https://www.citrix.com/libs/granite/csrf/token.json — 406 — 949 B — 247 ms — h2https://tg.a3.ag/js/container_kz3Zwxd1.jstg.a3.ag/js/container_kz3Zwxd1.js https://tg.a3.ag/js/container_kz3Zwxd1.js — -1 — 0 B — 870 ms — https://s.go-mpulse.net/boomerang/AFEGJ-TDGJQ-AV7SQ-QZMXY-WYAGYs.go-mpulse.net/boomerang/AFEGJ-TDG... https://s.go-mpulse.net/boomerang/AFEGJ-TDGJQ-AV7SQ-QZMXY-WYAGY — 200 — 53.3 KiB — 23 ms — h2https://consent.trustarc.com/notice?domain=citrix.com&c=teconsent&js=nj&noticeType=bb&text=true&gtm=1&fade=30000&language=enconsent.trustarc.com/notice?domain=... https://consent.trustarc.com/notice?domain=citrix.com&c=teconsent&js=nj&noticeType=bb&text=true&gtm=1&fade=30000&language=en — 200 — 6.2 KiB — 28 ms — h2https://www.googletagmanager.com/gtm.js?id=GTM-T7ZCW5www.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-T7ZCW5 — 200 — 165.1 KiB — 42 ms — h2https://script.crazyegg.com/pages/scripts/0020/1111.js?493556script.crazyegg.com/pages/scripts/0... https://script.crazyegg.com/pages/scripts/0020/1111.js?493556 — 200 — 230 B — 36 ms — h3https://www.citrix.com/content/dam/citrix61/en_us/images/homepage/workspace-promo-background.pngwww.citrix.com/content/dam/citrix61... https://www.citrix.com/content/dam/citrix61/en_us/images/homepage/workspace-promo-background.png — 200 — 27.3 KiB — 12 ms — h2https://www.citrix.com/content/dam/citrix61/en_us/images/homepage/click-down-promo-background.pngwww.citrix.com/content/dam/citrix61... https://www.citrix.com/content/dam/citrix61/en_us/images/homepage/click-down-promo-background.png — 200 — 72.0 KiB — 21 ms — h2https://www.citrix.com/content/dam/citrix61/en_us/images/homepage/tech-zone-bg-icon-278x301.pngwww.citrix.com/content/dam/citrix61... https://www.citrix.com/content/dam/citrix61/en_us/images/homepage/tech-zone-bg-icon-278x301.png — 200 — 26.3 KiB — 21 ms — h2https://www.citrix.com/content/dam/citrix61/en_us/images/homepage/blog-laptop-image-409x236.pngwww.citrix.com/content/dam/citrix61... https://www.citrix.com/content/dam/citrix61/en_us/images/homepage/blog-laptop-image-409x236.png — 200 — 22.4 KiB — 23 ms — h2
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s FCP 1.8 s LCP 3.0 shttps://citrix.com// https://citrix.com/ — 301 — 442 B — 1.3 s — http/1.1https://www.citrix.com/www.citrix.com/ https://www.citrix.com/ — 200 — 17.8 KiB — 31 ms — h2https://www.citrix.com/c-lib/assets/lib/icon-library/latest/fonts/Citrix-Icon-Lib.ttf?y6mbfmwww.citrix.com/c-lib/assets/lib/ico... https://www.citrix.com/c-lib/assets/lib/icon-library/latest/fonts/Citrix-Icon-Lib.ttf?y6mbfm — 200 — 130.1 KiB — 588 ms — h2https://www.citrix.com/c-lib/assets/lib/icon-library/latest/fonts/Citrix-Icon-Lib.woff?y6mbfmwww.citrix.com/c-lib/assets/lib/ico... https://www.citrix.com/c-lib/assets/lib/icon-library/latest/fonts/Citrix-Icon-Lib.woff?y6mbfm — 200 — 130.2 KiB — 590 ms — h2https://www.citrix.com/c-lib/assets/lib/icon-library/latest/style.min.css?90px4twww.citrix.com/c-lib/assets/lib/ico... https://www.citrix.com/c-lib/assets/lib/icon-library/latest/style.min.css?90px4t — 200 — 5.5 KiB — 281 ms — h2https://www.citrix.com/c-lib/assets/lib/public-sans/font.csswww.citrix.com/c-lib/assets/lib/pub... https://www.citrix.com/c-lib/assets/lib/public-sans/font.css — 200 — 1.6 KiB — 275 ms — h2https://www.citrix.com/etc/designs/citrix-core/clientlibs/ctx.cq.jquery.min.ACSHASH548aaa08ed95a8c84e1a80ec1128d1a9.3.26.28.jswww.citrix.com/etc/designs/citrix-c... https://www.citrix.com/etc/designs/citrix-core/clientlibs/ctx.cq.jquery.min.ACSHASH548aaa08ed95a8c84e1a80ec1128d1a9.3.26.28.js — 200 — 42.1 KiB — 34 ms — h2https://www.citrix.com/etc/designs/citrix-core/clientlibs/core.min.ACSHASHf070793c98515feaa8d4465f6702ee4f.3.26.28.csswww.citrix.com/etc/designs/citrix-c... https://www.citrix.com/etc/designs/citrix-core/clientlibs/core.min.ACSHASHf070793c98515feaa8d4465f6702ee4f.3.26.28.css — 200 — 45.7 KiB — 33 ms — h2https://www.citrix.com/etc/designs/citrix-dotcom/clientlibs/main.min.ACSHASHf4c4005c23cd56755130774223bfcc31.3.26.28.csswww.citrix.com/etc/designs/citrix-d... https://www.citrix.com/etc/designs/citrix-dotcom/clientlibs/main.min.ACSHASHf4c4005c23cd56755130774223bfcc31.3.26.28.css — 200 — 13.9 KiB — 29 ms — h2https://assets.adobedtm.com/3af873facf65/e0c89d356ff7/launch-6e0ae5d7345e.min.jsassets.adobedtm.com/3af873facf65/e0... https://assets.adobedtm.com/3af873facf65/e0c89d356ff7/launch-6e0ae5d7345e.min.js — 200 — 40.7 KiB — 14 ms — h2https://www.citrix.com/content/dam/citrix61/en_us/images/logos/citrix-registered-tm-logo.svgwww.citrix.com/content/dam/citrix61... https://www.citrix.com/content/dam/citrix61/en_us/images/logos/citrix-registered-tm-logo.svg — 200 — 2.3 KiB — 20 ms — h2https://prod.static.citrix.com/js/las-migration-popup-embed.jsprod.static.citrix.com/js/las-migra... https://prod.static.citrix.com/js/las-migration-popup-embed.js — 200 — 7.0 KiB — 23 ms — h2https://www.citrix.com/content/dam/citrix61/en_us/images/thumbnails/videos/hero-thumbnail.svgwww.citrix.com/content/dam/citrix61... https://www.citrix.com/content/dam/citrix61/en_us/images/thumbnails/videos/hero-thumbnail.svg — 200 — 8.8 KiB — 26 ms — h2https://www.citrix.com/content/dam/citrix61/en_us/images/homepage/2024-gartner-report-1280x596.jpgwww.citrix.com/content/dam/citrix61... https://www.citrix.com/content/dam/citrix61/en_us/images/homepage/2024-gartner-report-1280x596.jpg — 200 — 102.0 KiB — 17 ms — h2https://www.citrix.com/content/dam/citrix61/en_us/images/homepage/whats-new-in-citrix-workspace-app-security-speed-and-experience.jpgwww.citrix.com/content/dam/citrix61... https://www.citrix.com/content/dam/citrix61/en_us/images/homepage/whats-new-in-citrix-workspace-app-security-speed-and-experience.jpg — 200 — 116.9 KiB — 18 ms — h2https://www.citrix.com/content/dam/citrix61/en_us/images/homepage/devicetrust-spotlight.jpgwww.citrix.com/content/dam/citrix61... https://www.citrix.com/content/dam/citrix61/en_us/images/homepage/devicetrust-spotlight.jpg — 200 — 79.3 KiB — 21 ms — h2https://www.citrix.com/etc/designs/citrix-core/clientlibs/core.min.ACSHASH229f72a1ef8dc1acef9f7958e0ce098f.3.26.28.jswww.citrix.com/etc/designs/citrix-c... https://www.citrix.com/etc/designs/citrix-core/clientlibs/core.min.ACSHASH229f72a1ef8dc1acef9f7958e0ce098f.3.26.28.js — 200 — 206.4 KiB — 26 ms — h2https://www.citrix.com/etc/designs/citrix-dotcom/clientlibs/auth.min.ACSHASH6d61ae98e2d4cc7f9ead7801040aef63.3.26.28.jswww.citrix.com/etc/designs/citrix-d... https://www.citrix.com/etc/designs/citrix-dotcom/clientlibs/auth.min.ACSHASH6d61ae98e2d4cc7f9ead7801040aef63.3.26.28.js — 200 — 1.1 KiB — 22 ms — h2https://www.citrix.com/etc/designs/citrix-dotcom/clientlibs/main.min.ACSHASHbd21533c0570b70eb303b52c90fdffb7.3.26.28.jswww.citrix.com/etc/designs/citrix-d... https://www.citrix.com/etc/designs/citrix-dotcom/clientlibs/main.min.ACSHASHbd21533c0570b70eb303b52c90fdffb7.3.26.28.js — 200 — 20.1 KiB — 11 ms — h2https://www.citrix.com/etc/designs/citrix-dotcom/site.webmanifestwww.citrix.com/etc/designs/citrix-d... https://www.citrix.com/etc/designs/citrix-dotcom/site.webmanifest — 200 — 1.3 KiB — 247 ms — h2https://www.citrix.com/libs/granite/csrf/token.jsonwww.citrix.com/libs/granite/csrf/to... https://www.citrix.com/libs/granite/csrf/token.json — 406 — 949 B — 247 ms — h2https://tg.a3.ag/js/container_kz3Zwxd1.jstg.a3.ag/js/container_kz3Zwxd1.js https://tg.a3.ag/js/container_kz3Zwxd1.js — -1 — 0 B — 870 ms — https://s.go-mpulse.net/boomerang/AFEGJ-TDGJQ-AV7SQ-QZMXY-WYAGYs.go-mpulse.net/boomerang/AFEGJ-TDG... https://s.go-mpulse.net/boomerang/AFEGJ-TDGJQ-AV7SQ-QZMXY-WYAGY — 200 — 53.3 KiB — 23 ms — h2https://consent.trustarc.com/notice?domain=citrix.com&c=teconsent&js=nj&noticeType=bb&text=true&gtm=1&fade=30000&language=enconsent.trustarc.com/notice?domain=... https://consent.trustarc.com/notice?domain=citrix.com&c=teconsent&js=nj&noticeType=bb&text=true&gtm=1&fade=30000&language=en — 200 — 6.2 KiB — 28 ms — h2https://www.googletagmanager.com/gtm.js?id=GTM-T7ZCW5www.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-T7ZCW5 — 200 — 165.1 KiB — 42 ms — h2https://script.crazyegg.com/pages/scripts/0020/1111.js?493556script.crazyegg.com/pages/scripts/0... https://script.crazyegg.com/pages/scripts/0020/1111.js?493556 — 200 — 230 B — 36 ms — h3https://www.citrix.com/content/dam/citrix61/en_us/images/homepage/workspace-promo-background.pngwww.citrix.com/content/dam/citrix61... https://www.citrix.com/content/dam/citrix61/en_us/images/homepage/workspace-promo-background.png — 200 — 27.3 KiB — 12 ms — h2https://www.citrix.com/content/dam/citrix61/en_us/images/homepage/click-down-promo-background.pngwww.citrix.com/content/dam/citrix61... https://www.citrix.com/content/dam/citrix61/en_us/images/homepage/click-down-promo-background.png — 200 — 72.0 KiB — 21 ms — h2https://www.citrix.com/content/dam/citrix61/en_us/images/homepage/tech-zone-bg-icon-278x301.pngwww.citrix.com/content/dam/citrix61... https://www.citrix.com/content/dam/citrix61/en_us/images/homepage/tech-zone-bg-icon-278x301.png — 200 — 26.3 KiB — 21 ms — h2https://www.citrix.com/content/dam/citrix61/en_us/images/homepage/blog-laptop-image-409x236.pngwww.citrix.com/content/dam/citrix61... https://www.citrix.com/content/dam/citrix61/en_us/images/homepage/blog-laptop-image-409x236.png — 200 — 22.4 KiB — 23 ms — h2https://www.youtube.com/iframe_apiwww.youtube.com/iframe_api https://www.youtube.com/iframe_api — 200 — 3.5 KiB — 27 ms — h2https://www.citrix.com/c-lib/assets/lib/public-sans/font/public-sans-v3-latin-ext_latin-regular.woff2www.citrix.com/c-lib/assets/lib/pub... https://www.citrix.com/c-lib/assets/lib/public-sans/font/public-sans-v3-latin-ext_latin-regular.woff2 — 200 — 17.2 KiB — 273 ms — h2https://www.citrix.com/c-lib/assets/lib/public-sans/font/public-sans-v3-latin-ext_latin-600.woff2www.citrix.com/c-lib/assets/lib/pub... https://www.citrix.com/c-lib/assets/lib/public-sans/font/public-sans-v3-latin-ext_latin-600.woff2 — 200 — 17.5 KiB — 278 ms — h2https://www.citrix.com/c-lib/assets/lib/public-sans/font/public-sans-v3-latin-ext_latin-500.woff2www.citrix.com/c-lib/assets/lib/pub... https://www.citrix.com/c-lib/assets/lib/public-sans/font/public-sans-v3-latin-ext_latin-500.woff2 — 200 — 17.4 KiB — 266 ms — h2https://www.citrix.com/etc/designs/citrix-dotcom/clientlibs/fonts-icons/fonts/Citrix-Icons.ttf?5na8ubwww.citrix.com/etc/designs/citrix-d... https://www.citrix.com/etc/designs/citrix-dotcom/clientlibs/fonts-icons/fonts/Citrix-Icons.ttf?5na8ub — 200 — 5.0 KiB — 25 ms — h2https://www.citrix.com/c-lib/assets/lib/icon-library/latest/fonts/Citrix-Icon-Lib.ttf?3u1u3iwww.citrix.com/c-lib/assets/lib/ico... https://www.citrix.com/c-lib/assets/lib/icon-library/latest/fonts/Citrix-Icon-Lib.ttf?3u1u3i — 200 — 130.1 KiB — 527 ms — h2https://www.citrix.com/c-lib/assets/lib/public-sans/font/public-sans-v3-latin-ext_latin-300.woff2www.citrix.com/c-lib/assets/lib/pub... https://www.citrix.com/c-lib/assets/lib/public-sans/font/public-sans-v3-latin-ext_latin-300.woff2 — 200 — 17.3 KiB — 276 ms — h2https://www.citrix.com/.userinfo.json?_1776803243392www.citrix.com/.userinfo.json?_1776... https://www.citrix.com/.userinfo.json?_1776803243392 — 406 — 948 B — 249 ms — h2https://consent.trustarc.com/analytics?action=0&domain=citrix.com&implied=1&session=811a93a608574acbbc2faa924c33db44&new=1&referer=https://www.citrix.comconsent.trustarc.com/analytics?acti... https://consent.trustarc.com/analytics?action=0&domain=citrix.com&implied=1&session=811a93a608574acbbc2faa924c33db44&new=1&referer=https://www.citrix.com — 200 — 462 B — 190 ms — h2https://consent.trustarc.com/asset/notice.js/v/v1.7-1729consent.trustarc.com/asset/notice.j... https://consent.trustarc.com/asset/notice.js/v/v1.7-1729 — 200 — 36.4 KiB — 19 ms — h2https://consent.trustarc.com/get?name=crossdomain.html&domain=citrix.comconsent.trustarc.com/get?name=cross... https://consent.trustarc.com/get?name=crossdomain.html&domain=citrix.com — 200 — 1.4 KiB — 12 ms — h2https://www.citrix.com/etc/designs/citrix-core/clientlibs/font-icons/webfonts/Citrix-Icons-v9.ttf?1lamswww.citrix.com/etc/designs/citrix-c... https://www.citrix.com/etc/designs/citrix-core/clientlibs/font-icons/webfonts/Citrix-Icons-v9.ttf?1lams — 200 — 20.7 KiB — 13 ms — h2https://www.citrix.com/c-lib/insights/v2/insights-min.jswww.citrix.com/c-lib/insights/v2/in... https://www.citrix.com/c-lib/insights/v2/insights-min.js — 200 — 12.1 KiB — 263 ms — h2https://assets.adobedtm.com/3af873facf65/e0c89d356ff7/eacaeb2dbc1c/RC8dbfa555af3146a4a4791372a550a9de-source.min.jsassets.adobedtm.com/3af873facf65/e0... https://assets.adobedtm.com/3af873facf65/e0c89d356ff7/eacaeb2dbc1c/RC8dbfa555af3146a4a4791372a550a9de-source.min.js — 200 — 879 B — 6 ms — h2https://www.googletagmanager.com/gtag/js?id=UA-2429794-25www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=UA-2429794-25 — 200 — 116.6 KiB — 22 ms — h2https://www.googletagmanager.com/gtag/js?id=G-F0P2VJEJJW&cx=c&gtm=4e64k0h2www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-F0P2VJEJJW&cx=c&gtm=4e64k0h2 — 200 — 151.3 KiB — 108 ms — h3https://bat.bing.com/bat.jsbat.bing.com/bat.js https://bat.bing.com/bat.js — 200 — 15.5 KiB — 103 ms — h2https://snap.licdn.com/li.lms-analytics/insight.min.jssnap.licdn.com/li.lms-analytics/ins... https://snap.licdn.com/li.lms-analytics/insight.min.js — 200 — 18.7 KiB — 94 ms — h2https://static.ads-twitter.com/uwt.jsstatic.ads-twitter.com/uwt.js https://static.ads-twitter.com/uwt.js — 200 — 13.4 KiB — 55 ms — h2https://www.googletagmanager.com/gtm.js?id=GTM-K49GQ2N&gtm=4e64k0h2www.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-K49GQ2N&gtm=4e64k0h2 — -1 — 0 B — 69 ms — https://connect.facebook.net/en_US/fbevents.jsconnect.facebook.net/en_US/fbevents... https://connect.facebook.net/en_US/fbevents.js — 200 — 96.6 KiB — 91 ms — h3https://unpkg.com/web-vitals@3/dist/web-vitals.iife.jsunpkg.com/web-vitals@3/dist/web-vit... https://unpkg.com/web-vitals@3/dist/web-vitals.iife.js — 302 — 307 B — 437 ms — h3https://www.googletagmanager.com/gtag/js?id=UA-2429794-25&cx=c&gtm=4e64k0h2www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=UA-2429794-25&cx=c&gtm=4e64k0h2 — 200 — 115.3 KiB — 86 ms — h3https://www.google.com/ccm/collect?rcb=4&frm=0&ae=g&en=page_view&dl=https%3A%2F%2Fwww.citrix.com%2F&scrsrc=www.googletagmanager.com&rnd=1939908541.1776803244&dt=Explore%20the%20Enhanced%20Citrix%20Platform%3A%20Secure%2C%20Scalable%2C%20and%20High-Performing%20IT%20Solutions%20-%20Citrix&auid=761901517.1776803244&navt=n&npa=0&ep.ads_data_redaction=0&gtm=45He64k0h2v71656357za200zd71656357xea&gcs=G111&gcd=13t3t3l3l5l1&dma=0&tag_exp=0~115616986~115938466~115938468~117266400&apve=1&apvf=f&apvc=1&tft=1776803243619&tfd=2144www.google.com/ccm/collect?rcb=4&fr... https://www.google.com/ccm/collect?rcb=4&frm=0&ae=g&en=page_view&dl=https%3A%2F%2Fwww.citrix.com%2F&scrsrc=www.googletagmanager.com&rnd=1939908541.1776803244&dt=Explore%20the%20Enhanced%20Citrix%20Platform%3A%20Secure%2C%20Scalable%2C%20and%20High-Performing%20IT%20Solutions%20-%20Citrix&auid=761901517.1776803244&navt=n&npa=0&ep.ads_data_redaction=0&gtm=45He64k0h2v71656357za200zd71656357xea&gcs=G111&gcd=13t3t3l3l5l1&dma=0&tag_exp=0~115616986~115938466~115938468~117266400&apve=1&apvf=f&apvc=1&tft=1776803243619&tfd=2144 — 200 — 21 B — 444 ms — h3https://assets.adobedtm.com/3af873facf65/e0c89d356ff7/eacaeb2dbc1c/RCcded70744e634d86bf37b056ebc4e0de-source.min.jsassets.adobedtm.com/3af873facf65/e0... https://assets.adobedtm.com/3af873facf65/e0c89d356ff7/eacaeb2dbc1c/RCcded70744e634d86bf37b056ebc4e0de-source.min.js — 200 — 2.2 KiB — 4 ms — h2https://assets.adobedtm.com/3af873facf65/e0c89d356ff7/eacaeb2dbc1c/RC477edc04e2704c8cbcc71770df419602-source.min.jsassets.adobedtm.com/3af873facf65/e0... https://assets.adobedtm.com/3af873facf65/e0c89d356ff7/eacaeb2dbc1c/RC477edc04e2704c8cbcc71770df419602-source.min.js — 200 — 763 B — 9 ms — h2https://www.citrix.com/libs/cq/i18n/dict.en-us.jsonwww.citrix.com/libs/cq/i18n/dict.en... https://www.citrix.com/libs/cq/i18n/dict.en-us.json — 200 — 1.5 KiB — 243 ms — h2https://prod.static.citrix.com/images/las-alert-icon.svgprod.static.citrix.com/images/las-a... https://prod.static.citrix.com/images/las-alert-icon.svg — 200 — 1.8 KiB — 7 ms — h2https://unpkg.com/web-vitals@3.5.2/dist/web-vitals.iife.jsunpkg.com/web-vitals@3.5.2/dist/web... https://unpkg.com/web-vitals@3.5.2/dist/web-vitals.iife.js — 200 — 3.0 KiB — 19 ms — h3https://titan.citrix.com/api/v2/sendInsights?1776803244075titan.citrix.com/api/v2/sendInsight... https://titan.citrix.com/api/v2/sendInsights?1776803244075 — 204 — 0 B — 301 ms — h2https://www.youtube.com/s/player/218d9d92/www-widgetapi.vflset/www-widgetapi.jswww.youtube.com/s/player/218d9d92/w... https://www.youtube.com/s/player/218d9d92/www-widgetapi.vflset/www-widgetapi.js — 200 — 10.6 KiB — 16 ms — h2https://www.googletagmanager.com/gtag/js?id=G-MHW3J3FT2N&cx=c&gtm=4e64h1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-MHW3J3FT2N&cx=c&gtm=4e64h1 — 200 — 136.7 KiB — 25 ms — h3https://www.google-analytics.com/analytics.jswww.google-analytics.com/analytics.... https://www.google-analytics.com/analytics.js — 200 — 20.9 KiB — 26 ms — h2https://t.co/1/i/adsct?bci=4&dv=UTC%26en-US%2Cen%26Google%20Inc.%26Linux%20x86_64%26255%26800%26600%264%2624%26800%26600%260%26na&eci=3&event=%7B%7D&event_id=911dabaa-1f17-441d-9aae-ad312f98ea07&integration=gtm&p_id=Twitter&p_user_id=0&pl_id=7b8fa960-3859-443e-b25d-defa20b658d9&pt=Explore%20the%20Enhanced%20Citrix%20Platform%3A%20Secure%2C%20Scalable%2C%20and%20High-Performing%20IT%20Solutions%20-%20Citrix&tw_document_href=https%3A%2F%2Fwww.citrix.com%2F&tw_iframe_status=0&tw_pid_src=1&twpid=tw.1776803244268.728377975865106980&txn_id=nz3cy&type=javascript&version=2.3.53t.co/1/i/adsct?bci=4&dv=UTC%26en-US... https://t.co/1/i/adsct?bci=4&dv=UTC%26en-US%2Cen%26Google%20Inc.%26Linux%20x86_64%26255%26800%26600%264%2624%26800%26600%260%26na&eci=3&event=%7B%7D&event_id=911dabaa-1f17-441d-9aae-ad312f98ea07&integration=gtm&p_id=Twitter&p_user_id=0&pl_id=7b8fa960-3859-443e-b25d-defa20b658d9&pt=Explore%20the%20Enhanced%20Citrix%20Platform%3A%20Secure%2C%20Scalable%2C%20and%20High-Performing%20IT%20Solutions%20-%20Citrix&tw_document_href=https%3A%2F%2Fwww.citrix.com%2F&tw_iframe_status=0&tw_pid_src=1&twpid=tw.1776803244268.728377975865106980&txn_id=nz3cy&type=javascript&version=2.3.53 — 200 — 657 B — 239 ms — h2https://analytics.twitter.com/1/i/adsct?bci=4&dv=UTC%26en-US%2Cen%26Google%20Inc.%26Linux%20x86_64%26255%26800%26600%264%2624%26800%26600%260%26na&eci=3&event=%7B%7D&event_id=911dabaa-1f17-441d-9aae-ad312f98ea07&integration=gtm&p_id=Twitter&p_user_id=0&pl_id=7b8fa960-3859-443e-b25d-defa20b658d9&pt=Explore%20the%20Enhanced%20Citrix%20Platform%3A%20Secure%2C%20Scalable%2C%20and%20High-Performing%20IT%20Solutions%20-%20Citrix&tw_document_href=https%3A%2F%2Fwww.citrix.com%2F&tw_iframe_status=0&tw_pid_src=1&twpid=tw.1776803244268.728377975865106980&txn_id=nz3cy&type=javascript&version=2.3.53analytics.twitter.com/1/i/adsct?bci... https://analytics.twitter.com/1/i/adsct?bci=4&dv=UTC%26en-US%2Cen%26Google%20Inc.%26Linux%20x86_64%26255%26800%26600%264%2624%26800%26600%260%26na&eci=3&event=%7B%7D&event_id=911dabaa-1f17-441d-9aae-ad312f98ea07&integration=gtm&p_id=Twitter&p_user_id=0&pl_id=7b8fa960-3859-443e-b25d-defa20b658d9&pt=Explore%20the%20Enhanced%20Citrix%20Platform%3A%20Secure%2C%20Scalable%2C%20and%20High-Performing%20IT%20Solutions%20-%20Citrix&tw_document_href=https%3A%2F%2Fwww.citrix.com%2F&tw_iframe_status=0&tw_pid_src=1&twpid=tw.1776803244268.728377975865106980&txn_id=nz3cy&type=javascript&version=2.3.53 — 200 — 1002 B — 232 ms — h2https://px.ads.linkedin.com/wa/?medium=fetch&fmt=gpx.ads.linkedin.com/wa/?medium=fetc... https://px.ads.linkedin.com/wa/?medium=fetch&fmt=g — 204 — 294 B — 280 ms — h2https://px.ads.linkedin.com/attribution_trigger?pid=77403&time=1776803244313&url=https%3A%2F%2Fwww.citrix.com%2F&tm=gtmv2px.ads.linkedin.com/attribution_tri... https://px.ads.linkedin.com/attribution_trigger?pid=77403&time=1776803244313&url=https%3A%2F%2Fwww.citrix.com%2F&tm=gtmv2 — 200 — 1003 B — 211 ms — h2https://px.ads.linkedin.com/collect?v=2&fmt=js&pid=77403&time=1776803244313&li_adsId=f76e7a07-67f2-4b32-b88a-f5c68112d2a0&url=https%3A%2F%2Fwww.citrix.com%2F&tm=gtmv2px.ads.linkedin.com/collect?v=2&fmt... https://px.ads.linkedin.com/collect?v=2&fmt=js&pid=77403&time=1776803244313&li_adsId=f76e7a07-67f2-4b32-b88a-f5c68112d2a0&url=https%3A%2F%2Fwww.citrix.com%2F&tm=gtmv2 — 302 — 764 B — 265 ms — h2https://bat.bing.com/p/action/5713949.jsbat.bing.com/p/action/5713949.js https://bat.bing.com/p/action/5713949.js — 200 — 428 B — 68 ms — h2https://titan.citrix.com/api/v2/sendInsights?1776803244075titan.citrix.com/api/v2/sendInsight... https://titan.citrix.com/api/v2/sendInsights?1776803244075 — 200 — 79 B — 322 ms — h3https://analytics.google.com/g/collect?v=2&tid=G-F0P2VJEJJW&gtm=45je64k0h2v890102709z871656357za20gzb71656357zd71656357&_p=1776803243182&_gaz=1&gcs=G111&gcd=13v3v3l3l5l1&npa=0&dma=0&_eu=AAAAAGA&are=1&cid=1183595375.1776803244&frm=0&pscdl=noapi&rcb=15&sr=800x600&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&gaf=2&_s=1&tag_exp=0~115938466~115938469~117266400&sid=1776803244&sct=1&seg=0&dl=https%3A%2F%2Fwww.citrix.com%2F&dt=Explore%20the%20Enhanced%20Citrix%20Platform%3A%20Secure%2C%20Scalable%2C%20and%20High-Performing%20IT%20Solutions%20-%20Citrix&en=page_view&_fv=1&_nsi=1&_ss=1&tfd=2933analytics.google.com/g/collect?v=2&... https://analytics.google.com/g/collect?v=2&tid=G-F0P2VJEJJW&gtm=45je64k0h2v890102709z871656357za20gzb71656357zd71656357&_p=1776803243182&_gaz=1&gcs=G111&gcd=13v3v3l3l5l1&npa=0&dma=0&_eu=AAAAAGA&are=1&cid=1183595375.1776803244&frm=0&pscdl=noapi&rcb=15&sr=800x600&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&gaf=2&_s=1&tag_exp=0~115938466~115938469~117266400&sid=1776803244&sct=1&seg=0&dl=https%3A%2F%2Fwww.citrix.com%2F&dt=Explore%20the%20Enhanced%20Citrix%20Platform%3A%20Secure%2C%20Scalable%2C%20and%20High-Performing%20IT%20Solutions%20-%20Citrix&en=page_view&_fv=1&_nsi=1&_ss=1&tfd=2933 — 204 — 548 B — 61 ms — h2https://stats.g.doubleclick.net/g/collect?v=2&tid=G-F0P2VJEJJW&cid=1183595375.1776803244&gtm=45je64k0h2v890102709z871656357za20gzb71656357zd71656357&rcb=15&aip=1&dma=0&gcs=G111&gcd=13v3v3l3l5l1&npa=0&frm=0&tag_exp=0~115938466~115938469~117266400stats.g.doubleclick.net/g/collect?v... https://stats.g.doubleclick.net/g/collect?v=2&tid=G-F0P2VJEJJW&cid=1183595375.1776803244&gtm=45je64k0h2v890102709z871656357za20gzb71656357zd71656357&rcb=15&aip=1&dma=0&gcs=G111&gcd=13v3v3l3l5l1&npa=0&frm=0&tag_exp=0~115938466~115938469~117266400 — 204 — 548 B — 24 ms — h2https://www.google.com.sg/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&tid=G-F0P2VJEJJW&cid=1183595375.1776803244&gtm=45je64k0h2v890102709z871656357za20gzb71656357zd71656357&rcb=15&aip=1&dma=0&gcs=G111&gcd=13v3v3l3l5l1&npa=0&frm=0&tag_exp=0~115938466~115938469~117266400&z=1592989185www.google.com.sg/ads/ga-audiences?... https://www.google.com.sg/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&tid=G-F0P2VJEJJW&cid=1183595375.1776803244&gtm=45je64k0h2v890102709z871656357za20gzb71656357zd71656357&rcb=15&aip=1&dma=0&gcs=G111&gcd=13v3v3l3l5l1&npa=0&frm=0&tag_exp=0~115938466~115938469~117266400&z=1592989185 — 200 — 408 B — 26 ms — h2https://connect.facebook.net/signals/config/1613311252046269?v=2.9.303&r=stable&domain=www.citrix.com&hme=97937018cefade17726f0472876fc101316b2ce9008a35a6a5a7977d7436151a&ex_m=104%2C205%2C154%2C22%2C72%2C73%2C145%2C68%2C67%2C11%2C162%2C90%2C16%2C138%2C127%2C39%2C75%2C78%2C134%2C159%2C164%2C8%2C4%2C5%2C7%2C6%2C3%2C91%2C101%2C165%2C170%2C219%2C62%2C186%2C187%2C55%2C276%2C30%2C74%2C231%2C230%2C229%2C23%2C33%2C103%2C61%2C10%2C63%2C97%2C98%2C99%2C105%2C130%2C31%2C29%2C132%2C133%2C129%2C128%2C155%2C76%2C158%2C156%2C157%2C50%2C60%2C123%2C15%2C161%2C45%2C263%2C264%2C262%2C26%2C27%2C28%2C48%2C146%2C77%2C112%2C18%2C20%2C44%2C40%2C42%2C41%2C83%2C92%2C96%2C110%2C144%2C147%2C46%2C111%2C24%2C21%2C119%2C69%2C36%2C149%2C148%2C150%2C141%2C139%2C25%2C35%2C59%2C109%2C160%2C70%2C17%2C152%2C114%2C81%2C66%2C19%2C85%2C86%2C116%2C84%2C136%2C135%2C34%2C278%2C293%2C212%2C201%2C202%2C200%2C296%2C288%2C52%2C213%2C107%2C131%2C80%2C121%2C54%2C47%2C49%2C113%2C120%2C126%2C58%2C64%2C151%2C115%2C37%2C32%2C53%2C56%2C100%2C163%2C1%2C124%2C14%2C122%2C12%2C2%2C57%2C93%2C65%2C118%2C89%2C88%2C166%2C167%2C94%2C95%2C9%2C125%2C102%2C51%2C142%2C87%2C79%2C71%2C117%2C106%2C43%2C143%2C0%2C82%2C137%2C140%2C153%2C38%2C108%2C13%2C168connect.facebook.net/signals/config... https://connect.facebook.net/signals/config/1613311252046269?v=2.9.303&r=stable&domain=www.citrix.com&hme=97937018cefade17726f0472876fc101316b2ce9008a35a6a5a7977d7436151a&ex_m=104%2C205%2C154%2C22%2C72%2C73%2C145%2C68%2C67%2C11%2C162%2C90%2C16%2C138%2C127%2C39%2C75%2C78%2C134%2C159%2C164%2C8%2C4%2C5%2C7%2C6%2C3%2C91%2C101%2C165%2C170%2C219%2C62%2C186%2C187%2C55%2C276%2C30%2C74%2C231%2C230%2C229%2C23%2C33%2C103%2C61%2C10%2C63%2C97%2C98%2C99%2C105%2C130%2C31%2C29%2C132%2C133%2C129%2C128%2C155%2C76%2C158%2C156%2C157%2C50%2C60%2C123%2C15%2C161%2C45%2C263%2C264%2C262%2C26%2C27%2C28%2C48%2C146%2C77%2C112%2C18%2C20%2C44%2C40%2C42%2C41%2C83%2C92%2C96%2C110%2C144%2C147%2C46%2C111%2C24%2C21%2C119%2C69%2C36%2C149%2C148%2C150%2C141%2C139%2C25%2C35%2C59%2C109%2C160%2C70%2C17%2C152%2C114%2C81%2C66%2C19%2C85%2C86%2C116%2C84%2C136%2C135%2C34%2C278%2C293%2C212%2C201%2C202%2C200%2C296%2C288%2C52%2C213%2C107%2C131%2C80%2C121%2C54%2C47%2C49%2C113%2C120%2C126%2C58%2C64%2C151%2C115%2C37%2C32%2C53%2C56%2C100%2C163%2C1%2C124%2C14%2C122%2C12%2C2%2C57%2C93%2C65%2C118%2C89%2C88%2C166%2C167%2C94%2C95%2C9%2C125%2C102%2C51%2C142%2C87%2C79%2C71%2C117%2C106%2C43%2C143%2C0%2C82%2C137%2C140%2C153%2C38%2C108%2C13%2C168 — 200 — 46.0 KiB — 790 ms — h3https://www.google-analytics.com/plugins/ua/ec.jswww.google-analytics.com/plugins/ua... https://www.google-analytics.com/plugins/ua/ec.js — 200 — 1.4 KiB — 6 ms — h2https://www.google-analytics.com/plugins/ua/linkid.jswww.google-analytics.com/plugins/ua... https://www.google-analytics.com/plugins/ua/linkid.js — 200 — 811 B — 6 ms — h2https://www.googletagmanager.com/gtag/destination?id=AW-1053846422&cx=c&gtm=4e64h1www.googletagmanager.com/gtag/desti... https://www.googletagmanager.com/gtag/destination?id=AW-1053846422&cx=c&gtm=4e64h1 — 200 — 134.1 KiB — 21 ms — h3https://www.google-analytics.com/g/collect?v=2&tid=G-MHW3J3FT2N&gtm=45je64h1za20gzd71656357&_p=1776803243182&gcs=G111&gcd=13v3v3l3l5l1&npa=0&dma=0&_eu=AAAI&are=1&cid=1183595375.1776803244&frm=0&pscdl=noapi&rcb=12&sr=800x600&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115938466~115938468~117266401&sid=1776803244&sct=1&seg=0&dl=https%3A%2F%2Fwww.citrix.com%2F&dt=Explore%20the%20Enhanced%20Citrix%20Platform%3A%20Secure%2C%20Scalable%2C%20and%20High-Performing%20IT%20Solutions%20-%20Citrix&_tu=CA&en=page_view&_fv=1&_ss=1&tfd=3103www.google-analytics.com/g/collect?... https://www.google-analytics.com/g/collect?v=2&tid=G-MHW3J3FT2N&gtm=45je64h1za20gzd71656357&_p=1776803243182&gcs=G111&gcd=13v3v3l3l5l1&npa=0&dma=0&_eu=AAAI&are=1&cid=1183595375.1776803244&frm=0&pscdl=noapi&rcb=12&sr=800x600&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115938466~115938468~117266401&sid=1776803244&sct=1&seg=0&dl=https%3A%2F%2Fwww.citrix.com%2F&dt=Explore%20the%20Enhanced%20Citrix%20Platform%3A%20Secure%2C%20Scalable%2C%20and%20High-Performing%20IT%20Solutions%20-%20Citrix&_tu=CA&en=page_view&_fv=1&_ss=1&tfd=3103 — 204 — 20 B — 18 ms — h3https://px.ads.linkedin.com/collect?v=2&fmt=js&pid=77403&time=1776803244313&li_adsId=f76e7a07-67f2-4b32-b88a-f5c68112d2a0&url=https%3A%2F%2Fwww.citrix.com%2F&tm=gtmv2&cookiesTest=truepx.ads.linkedin.com/collect?v=2&fmt... https://px.ads.linkedin.com/collect?v=2&fmt=js&pid=77403&time=1776803244313&li_adsId=f76e7a07-67f2-4b32-b88a-f5c68112d2a0&url=https%3A%2F%2Fwww.citrix.com%2F&tm=gtmv2&cookiesTest=true — 200 — 451 B — 176 ms — h2https://bat.bing.com/action/0?ti=5713949&tm=gtm002&Ver=2&mid=bf0f402e-79fa-4e69-86e7-7d501147b7f8&bo=1&sid=81ce95c03dc011f194da753b63d70c57&vid=81cebb903dc011f188c9c556fb0b7421&vids=1&msclkid=N&pi=918639831&lg=en-US&sw=800&sh=600&sc=24&tl=Explore%20the%20Enhanced%20Citrix%20Platform%3A%20Secure,%20Scalable,%20and%20High-Performing%20IT%20Solutions%20-%20Citrix&p=https%3A%2F%2Fwww.citrix.com%2F&r=&lt=2561&evt=pageLoad&sv=2&cdb=AQAS&rn=713666bat.bing.com/action/0?ti=5713949&tm... https://bat.bing.com/action/0?ti=5713949&tm=gtm002&Ver=2&mid=bf0f402e-79fa-4e69-86e7-7d501147b7f8&bo=1&sid=81ce95c03dc011f194da753b63d70c57&vid=81cebb903dc011f188c9c556fb0b7421&vids=1&msclkid=N&pi=918639831&lg=en-US&sw=800&sh=600&sc=24&tl=Explore%20the%20Enhanced%20Citrix%20Platform%3A%20Secure,%20Scalable,%20and%20High-Performing%20IT%20Solutions%20-%20Citrix&p=https%3A%2F%2Fwww.citrix.com%2F&r=&lt=2561&evt=pageLoad&sv=2&cdb=AQAS&rn=713666 — 204 — 361 B — 68 ms — h2https://www.google-analytics.com/j/collect?v=1&_v=j102&aip=1&a=1872535797&t=event&ni=1&_s=1&dl=https%3A%2F%2Fwww.citrix.com%2F&ul=en-us&dt=Explore%20the%20Enhanced%20Citrix%20Platform%3A%20Secure%2C%20Scalable%2C%20and%20High-Performing%20IT%20Solutions%20-%20Citrix&sr=800x600&vp=1350x940&ec=first%20hit%20of%20session&ea=Set%20Client%20ID&_u=aCDAiAIpBAAAACAM~&jid=1216472804&gjid=1405066418&cid=1183595375.1776803244&tid=UA-2429794-25&_gid=1614601197.1776803245&_slc=1&cd1=N&cd2=logged%20out&cd4=&cd5=&cd6=&cd7=940&cd8=1350&cd35=2026-04-20t10%3A00%3A31.314-04%3A00&cd42=20260421&cd51=homepage&cd52=(not%20set)&cd54=(not%20set)&cd55=(not%20set)&cd65=&cd11=Citrix%20Eco%20-%20citrix.com%20(CQ5)%20%7C%20custom%20page%20code&cm17=1&cm18=0&z=1140014664www.google-analytics.com/j/collect?... https://www.google-analytics.com/j/collect?v=1&_v=j102&aip=1&a=1872535797&t=event&ni=1&_s=1&dl=https%3A%2F%2Fwww.citrix.com%2F&ul=en-us&dt=Explore%20the%20Enhanced%20Citrix%20Platform%3A%20Secure%2C%20Scalable%2C%20and%20High-Performing%20IT%20Solutions%20-%20Citrix&sr=800x600&vp=1350x940&ec=first%20hit%20of%20session&ea=Set%20Client%20ID&_u=aCDAiAIpBAAAACAM~&jid=1216472804&gjid=1405066418&cid=1183595375.1776803244&tid=UA-2429794-25&_gid=1614601197.1776803245&_slc=1&cd1=N&cd2=logged%20out&cd4=&cd5=&cd6=&cd7=940&cd8=1350&cd35=2026-04-20t10%3A00%3A31.314-04%3A00&cd42=20260421&cd51=homepage&cd52=(not%20set)&cd54=(not%20set)&cd55=(not%20set)&cd65=&cd11=Citrix%20Eco%20-%20citrix.com%20(CQ5)%20%7C%20custom%20page%20code&cm17=1&cm18=0&z=1140014664 — 200 — 26 B — 19 ms — h3https://stats.g.doubleclick.net/j/collect?t=dc&aip=1&_r=3&v=1&_v=j102&tid=UA-2429794-25&cid=1183595375.1776803244&jid=1216472804&gjid=1405066418&_gid=1614601197.1776803245&_u=aCDAiAIpBAAAAGAM~&z=657099833stats.g.doubleclick.net/j/collect?t... https://stats.g.doubleclick.net/j/collect?t=dc&aip=1&_r=3&v=1&_v=j102&tid=UA-2429794-25&cid=1183595375.1776803244&jid=1216472804&gjid=1405066418&_gid=1614601197.1776803245&_u=aCDAiAIpBAAAAGAM~&z=657099833 — 200 — 393 B — 8 ms — h2https://googleads.g.doubleclick.net/pagead/viewthroughconversion/1053846422/?random=1776803244669&cv=11&fst=1776803244669&bg=ffffff&guid=ON&async=1&gtm=45be64h1z871656357za20gzb71656357zd71656357xea&gcd=13v3v3l3l5l1&dma=0&tag_exp=0~115938466~115938468~117266400~118463261&u_w=800&u_h=600&url=https%3A%2F%2Fwww.citrix.com%2F&rcb=0&frm=0&tiba=Explore%20the%20Enhanced%20Citrix%20Platform%3A%20Secure%2C%20Scalable%2C%20and%20High-Performing%20IT%20Solutions%20-%20Citrix&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=761901517.1776803244&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&_tu=CA&rfmt=3&fmt=4googleads.g.doubleclick.net/pagead/... https://googleads.g.doubleclick.net/pagead/viewthroughconversion/1053846422/?random=1776803244669&cv=11&fst=1776803244669&bg=ffffff&guid=ON&async=1&gtm=45be64h1z871656357za20gzb71656357zd71656357xea&gcd=13v3v3l3l5l1&dma=0&tag_exp=0~115938466~115938468~117266400~118463261&u_w=800&u_h=600&url=https%3A%2F%2Fwww.citrix.com%2F&rcb=0&frm=0&tiba=Explore%20the%20Enhanced%20Citrix%20Platform%3A%20Secure%2C%20Scalable%2C%20and%20High-Performing%20IT%20Solutions%20-%20Citrix&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=761901517.1776803244&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&_tu=CA&rfmt=3&fmt=4 — 200 — 2.2 KiB — 32 ms — h3https://www.google.com/rmkt/collect/1053846422/?random=1776803244669&cv=11&fst=1776803244669&fmt=8&bg=ffffff&guid=ON&async=1&gtm=45be64h1z871656357za20gzb71656357zd71656357xea&gcd=13v3v3l3l5l1&dma=0&tag_exp=0~115938466~115938468~117266400~118463261&u_w=800&u_h=600&url=https%3A%2F%2Fwww.citrix.com%2F&rcb=0&frm=0&tiba=Explore%20the%20Enhanced%20Citrix%20Platform%3A%20Secure%2C%20Scalable%2C%20and%20High-Performing%20IT%20Solutions%20-%20Citrix&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=761901517.1776803244&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&_tu=CA&gcp=5www.google.com/rmkt/collect/1053846... https://www.google.com/rmkt/collect/1053846422/?random=1776803244669&cv=11&fst=1776803244669&fmt=8&bg=ffffff&guid=ON&async=1&gtm=45be64h1z871656357za20gzb71656357zd71656357xea&gcd=13v3v3l3l5l1&dma=0&tag_exp=0~115938466~115938468~117266400~118463261&u_w=800&u_h=600&url=https%3A%2F%2Fwww.citrix.com%2F&rcb=0&frm=0&tiba=Explore%20the%20Enhanced%20Citrix%20Platform%3A%20Secure%2C%20Scalable%2C%20and%20High-Performing%20IT%20Solutions%20-%20Citrix&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=761901517.1776803244&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&_tu=CA&gcp=5 — 200 — 20 B — 16 ms — h3https://www.google.com/ccm/collect?rcb=0&frm=0&ae=g&dl=https%3A%2F%2Fwww.citrix.com%2F&scrsrc=www.googletagmanager.com&rnd=1939908541.1776803244&dt=Explore%20the%20Enhanced%20Citrix%20Platform%3A%20Secure%2C%20Scalable%2C%20and%20High-Performing%20IT%20Solutions%20-%20Citrix&auid=761901517.1776803244&navt=n&npa=0&_tu=CA&gtm=45be64h1z871656357za20gzb71656357zd71656357xea&gcs=G111&gcd=13v3v3l3l5l1&dma=0&tag_exp=0~115938466~115938468~117266400~118463261&apve=1&apvf=f&apvc=0&tids=AW-1053846422&tid=AW-1053846422&tft=1776803244694&tfd=3219www.google.com/ccm/collect?rcb=0&fr... https://www.google.com/ccm/collect?rcb=0&frm=0&ae=g&dl=https%3A%2F%2Fwww.citrix.com%2F&scrsrc=www.googletagmanager.com&rnd=1939908541.1776803244&dt=Explore%20the%20Enhanced%20Citrix%20Platform%3A%20Secure%2C%20Scalable%2C%20and%20High-Performing%20IT%20Solutions%20-%20Citrix&auid=761901517.1776803244&navt=n&npa=0&_tu=CA&gtm=45be64h1z871656357za20gzb71656357zd71656357xea&gcs=G111&gcd=13v3v3l3l5l1&dma=0&tag_exp=0~115938466~115938468~117266400~118463261&apve=1&apvf=f&apvc=0&tids=AW-1053846422&tid=AW-1053846422&tft=1776803244694&tfd=3219 — 200 — 21 B — 12 ms — h3https://c.go-mpulse.net/api/config.json?key=AFEGJ-TDGJQ-AV7SQ-QZMXY-WYAGY&d=www.citrix.com&t=5922677&v=1.571.0&sl=0&si=rgpxj04gv1-NaN&plugins=AK,ConfigOverride,Continuity,PageParams,IFrameDelay,AutoXHR,SPA,Angular,Backbone,Ember,History,RT,CrossDomain,BW,PaintTiming,NavigationTiming,ResourceTiming,Memory,CACHE_RELOAD,Errors,TPAnalytics,UserTiming,LOGN&acao=c.go-mpulse.net/api/config.json?key... https://c.go-mpulse.net/api/config.json?key=AFEGJ-TDGJQ-AV7SQ-QZMXY-WYAGY&d=www.citrix.com&t=5922677&v=1.571.0&sl=0&si=rgpxj04gv1-NaN&plugins=AK,ConfigOverride,Continuity,PageParams,IFrameDelay,AutoXHR,SPA,Angular,Backbone,Ember,History,RT,CrossDomain,BW,PaintTiming,NavigationTiming,ResourceTiming,Memory,CACHE_RELOAD,Errors,TPAnalytics,UserTiming,LOGN&acao= — 403 — 298 B — 659 ms — h2https://www.google.com/pagead/1p-user-list/1053846422/?random=1776803244669&cv=11&fst=1776801600000&bg=ffffff&guid=ON&async=1&gtm=45be64h1z871656357za20gzb71656357zd71656357xea&gcd=13v3v3l3l5l1&dma=0&tag_exp=0~115938466~115938468~117266400~118463261&u_w=800&u_h=600&url=https%3A%2F%2Fwww.citrix.com%2F&rcb=0&frm=0&tiba=Explore%20the%20Enhanced%20Citrix%20Platform%3A%20Secure%2C%20Scalable%2C%20and%20High-Performing%20IT%20Solutions%20-%20Citrix&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=761901517.1776803244&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&_tu=CA&rfmt=3&fmt=3&is_vtc=1&cid=CAQSyAEABaugfYYbDHKmVCNrm63Lk-HEARuiSkP-FX9-KGKIRcsbFuAzYEFe69MmJGH6AtAkeVXvOtLp9Z5ArYDMkhBlQSOhDJqzYlUg6ko4BD6P0dRKBHMYrQdLMrCGylY1Hmx7urMZgHSFof5opja20JB373Pe9pAuYpDwgBkbcRXkBSRJ7b1IlRTG3s8eKWsZfO03GTRpk-3jo-iH1LXJj55G5I59hebXDXNo1vCXlGyoysECDkbm9-Fg1tKAm6VMC68xtno--JzjdA&random=1401256858&rmt_tld=0&ipr=ywww.google.com/pagead/1p-user-list/... https://www.google.com/pagead/1p-user-list/1053846422/?random=1776803244669&cv=11&fst=1776801600000&bg=ffffff&guid=ON&async=1&gtm=45be64h1z871656357za20gzb71656357zd71656357xea&gcd=13v3v3l3l5l1&dma=0&tag_exp=0~115938466~115938468~117266400~118463261&u_w=800&u_h=600&url=https%3A%2F%2Fwww.citrix.com%2F&rcb=0&frm=0&tiba=Explore%20the%20Enhanced%20Citrix%20Platform%3A%20Secure%2C%20Scalable%2C%20and%20High-Performing%20IT%20Solutions%20-%20Citrix&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=761901517.1776803244&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&_tu=CA&rfmt=3&fmt=3&is_vtc=1&cid=CAQSyAEABaugfYYbDHKmVCNrm63Lk-HEARuiSkP-FX9-KGKIRcsbFuAzYEFe69MmJGH6AtAkeVXvOtLp9Z5ArYDMkhBlQSOhDJqzYlUg6ko4BD6P0dRKBHMYrQdLMrCGylY1Hmx7urMZgHSFof5opja20JB373Pe9pAuYpDwgBkbcRXkBSRJ7b1IlRTG3s8eKWsZfO03GTRpk-3jo-iH1LXJj55G5I59hebXDXNo1vCXlGyoysECDkbm9-Fg1tKAm6VMC68xtno--JzjdA&random=1401256858&rmt_tld=0&ipr=y — 200 — 64 B — 10 ms — h3https://www.google.com.sg/pagead/1p-user-list/1053846422/?random=1776803244669&cv=11&fst=1776801600000&bg=ffffff&guid=ON&async=1&gtm=45be64h1z871656357za20gzb71656357zd71656357xea&gcd=13v3v3l3l5l1&dma=0&tag_exp=0~115938466~115938468~117266400~118463261&u_w=800&u_h=600&url=https%3A%2F%2Fwww.citrix.com%2F&rcb=0&frm=0&tiba=Explore%20the%20Enhanced%20Citrix%20Platform%3A%20Secure%2C%20Scalable%2C%20and%20High-Performing%20IT%20Solutions%20-%20Citrix&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=761901517.1776803244&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&_tu=CA&rfmt=3&fmt=3&is_vtc=1&cid=CAQSyAEABaugfYYbDHKmVCNrm63Lk-HEARuiSkP-FX9-KGKIRcsbFuAzYEFe69MmJGH6AtAkeVXvOtLp9Z5ArYDMkhBlQSOhDJqzYlUg6ko4BD6P0dRKBHMYrQdLMrCGylY1Hmx7urMZgHSFof5opja20JB373Pe9pAuYpDwgBkbcRXkBSRJ7b1IlRTG3s8eKWsZfO03GTRpk-3jo-iH1LXJj55G5I59hebXDXNo1vCXlGyoysECDkbm9-Fg1tKAm6VMC68xtno--JzjdA&random=1401256858&rmt_tld=1&ipr=ywww.google.com.sg/pagead/1p-user-li... https://www.google.com.sg/pagead/1p-user-list/1053846422/?random=1776803244669&cv=11&fst=1776801600000&bg=ffffff&guid=ON&async=1&gtm=45be64h1z871656357za20gzb71656357zd71656357xea&gcd=13v3v3l3l5l1&dma=0&tag_exp=0~115938466~115938468~117266400~118463261&u_w=800&u_h=600&url=https%3A%2F%2Fwww.citrix.com%2F&rcb=0&frm=0&tiba=Explore%20the%20Enhanced%20Citrix%20Platform%3A%20Secure%2C%20Scalable%2C%20and%20High-Performing%20IT%20Solutions%20-%20Citrix&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=761901517.1776803244&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uamb=0&uam=&uap=macOS&uapv=10.15.7&uaw=0&_tu=CA&rfmt=3&fmt=3&is_vtc=1&cid=CAQSyAEABaugfYYbDHKmVCNrm63Lk-HEARuiSkP-FX9-KGKIRcsbFuAzYEFe69MmJGH6AtAkeVXvOtLp9Z5ArYDMkhBlQSOhDJqzYlUg6ko4BD6P0dRKBHMYrQdLMrCGylY1Hmx7urMZgHSFof5opja20JB373Pe9pAuYpDwgBkbcRXkBSRJ7b1IlRTG3s8eKWsZfO03GTRpk-3jo-iH1LXJj55G5I59hebXDXNo1vCXlGyoysECDkbm9-Fg1tKAm6VMC68xtno--JzjdA&random=1401256858&rmt_tld=1&ipr=y — 200 — 154 B — 12 ms — h2https://www.facebook.com/tr/?id=1613311252046269&ev=PageView&dl=https%3A%2F%2Fwww.citrix.com%2F&rl=&if=false&ts=1776803245313&sw=800&sh=600&v=2.9.303&r=stable&ec=0&o=12318&fbp=fb.1.1776803245296.108805143404583601&cs_est=true&ler=empty&cdl=API_unavailable&pmd[title]=Explore%20the%20Enhanced%20Citrix%20Platform%3A%20Secure%2C%20Scalable%2C%20and%20High-Performing%20IT%20Solutions%20-%20Citrix&pmd[locale]=en&pmd[keywords]=&pmd[description]=Discover%20the%20new%20Citrix%20platform%2C%20revolutionizing%20application%20delivery%20with%20enhanced%20security%2C%20Zero%20Trust%20frameworks%2C%20and%20unmatched%20performance.%20Dive%20into%20industry-specific%20solutions%20for%20healthcare%2C%20financial%20services%2C%20and%20government.%20Uncover%20new%20use%20cases%20with%20Citrix%20and%20NetScaler%2C%20from%20centralized%20app%20management%20to%20mission-critical%20application%20delivery.%20&plt=2560.9000000953674&it=1776803244463&coo=false&expv2[0]=pl0&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=im1&expv2[6]=hf0&rqm=GETwww.facebook.com/tr/?id=16133112520... https://www.facebook.com/tr/?id=1613311252046269&ev=PageView&dl=https%3A%2F%2Fwww.citrix.com%2F&rl=&if=false&ts=1776803245313&sw=800&sh=600&v=2.9.303&r=stable&ec=0&o=12318&fbp=fb.1.1776803245296.108805143404583601&cs_est=true&ler=empty&cdl=API_unavailable&pmd[title]=Explore%20the%20Enhanced%20Citrix%20Platform%3A%20Secure%2C%20Scalable%2C%20and%20High-Performing%20IT%20Solutions%20-%20Citrix&pmd[locale]=en&pmd[keywords]=&pmd[description]=Discover%20the%20new%20Citrix%20platform%2C%20revolutionizing%20application%20delivery%20with%20enhanced%20security%2C%20Zero%20Trust%20frameworks%2C%20and%20unmatched%20performance.%20Dive%20into%20industry-specific%20solutions%20for%20healthcare%2C%20financial%20services%2C%20and%20government.%20Uncover%20new%20use%20cases%20with%20Citrix%20and%20NetScaler%2C%20from%20centralized%20app%20management%20to%20mission-critical%20application%20delivery.%20&plt=2560.9000000953674&it=1776803244463&coo=false&expv2[0]=pl0&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=im1&expv2[6]=hf0&rqm=GET — 200 — 16 B — 14 ms — h3https://www.facebook.com/privacy_sandbox/pixel/register/trigger/?id=1613311252046269&ev=PageView&dl=https%3A%2F%2Fwww.citrix.com%2F&rl=&if=false&ts=1776803245313&sw=800&sh=600&v=2.9.303&r=stable&ec=0&o=12318&fbp=fb.1.1776803245296.108805143404583601&cs_est=true&ler=empty&cdl=API_unavailable&pmd[title]=Explore%20the%20Enhanced%20Citrix%20Platform%3A%20Secure%2C%20Scalable%2C%20and%20High-Performing%20IT%20Solutions%20-%20Citrix&pmd[locale]=en&pmd[keywords]=&pmd[description]=Discover%20the%20new%20Citrix%20platform%2C%20revolutionizing%20application%20delivery%20with%20enhanced%20security%2C%20Zero%20Trust%20frameworks%2C%20and%20unmatched%20performance.%20Dive%20into%20industry-specific%20solutions%20for%20healthcare%2C%20financial%20services%2C%20and%20government.%20Uncover%20new%20use%20cases%20with%20Citrix%20and%20NetScaler%2C%20from%20centralized%20app%20management%20to%20mission-critical%20application%20delivery.%20&plt=2560.9000000953674&it=1776803244463&coo=false&expv2[0]=pl0&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=im1&expv2[6]=hf0&rqm=FGETwww.facebook.com/privacy_sandbox/pi... https://www.facebook.com/privacy_sandbox/pixel/register/trigger/?id=1613311252046269&ev=PageView&dl=https%3A%2F%2Fwww.citrix.com%2F&rl=&if=false&ts=1776803245313&sw=800&sh=600&v=2.9.303&r=stable&ec=0&o=12318&fbp=fb.1.1776803245296.108805143404583601&cs_est=true&ler=empty&cdl=API_unavailable&pmd[title]=Explore%20the%20Enhanced%20Citrix%20Platform%3A%20Secure%2C%20Scalable%2C%20and%20High-Performing%20IT%20Solutions%20-%20Citrix&pmd[locale]=en&pmd[keywords]=&pmd[description]=Discover%20the%20new%20Citrix%20platform%2C%20revolutionizing%20application%20delivery%20with%20enhanced%20security%2C%20Zero%20Trust%20frameworks%2C%20and%20unmatched%20performance.%20Dive%20into%20industry-specific%20solutions%20for%20healthcare%2C%20financial%20services%2C%20and%20government.%20Uncover%20new%20use%20cases%20with%20Citrix%20and%20NetScaler%2C%20from%20centralized%20app%20management%20to%20mission-critical%20application%20delivery.%20&plt=2560.9000000953674&it=1776803244463&coo=false&expv2[0]=pl0&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=im1&expv2[6]=hf0&rqm=FGET — 200 — 201 B — 237 ms — h3https://assets.adobedtm.com/3af873facf65/e0c89d356ff7/eacaeb2dbc1c/RCb55afa7b08da491285c15aa6af692f15-source.min.jsassets.adobedtm.com/3af873facf65/e0... https://assets.adobedtm.com/3af873facf65/e0c89d356ff7/eacaeb2dbc1c/RCb55afa7b08da491285c15aa6af692f15-source.min.js — 200 — 647 B — 5 ms — h2https://assets.adobedtm.com/3af873facf65/e0c89d356ff7/eacaeb2dbc1c/RCdd430120b6264e388538e2656f5992cd-source.min.jsassets.adobedtm.com/3af873facf65/e0... https://assets.adobedtm.com/3af873facf65/e0c89d356ff7/eacaeb2dbc1c/RCdd430120b6264e388538e2656f5992cd-source.min.js — 200 — 566 B — 6 ms — h2https://storage.googleapis.com/astrologer-client-assets/Citrix/Website/clientLib_Citrix_Website.jsstorage.googleapis.com/astrologer-c... https://storage.googleapis.com/astrologer-client-assets/Citrix/Website/clientLib_Citrix_Website.js — 200 — 468 B — 21 ms — h2https://js.zi-scripts.com/zi-tag.jsjs.zi-scripts.com/zi-tag.js https://js.zi-scripts.com/zi-tag.js — 200 — 5.8 KiB — 38 ms — h3https://radar.cedexis.com/1/59515/radar.jsradar.cedexis.com/1/59515/radar.js https://radar.cedexis.com/1/59515/radar.js — 200 — 381 B — 33 ms — h2https://www.citrix.com/etc/designs/citrix-dotcom/favicon.icowww.citrix.com/etc/designs/citrix-d... https://www.citrix.com/etc/designs/citrix-dotcom/favicon.ico — 301 — 718 B — 243 ms — h2https://js.zi-scripts.com/unified/v1/master/getSubscriptionsjs.zi-scripts.com/unified/v1/master... https://js.zi-scripts.com/unified/v1/master/getSubscriptions — 204 — 0 B — 189 ms — h3https://js.zi-scripts.com/unified/v1/master/getSubscriptionsjs.zi-scripts.com/unified/v1/master... https://js.zi-scripts.com/unified/v1/master/getSubscriptions — 200 — 786 B — 184 ms — h3https://www.citrix.com/favicon.icowww.citrix.com/favicon.ico https://www.citrix.com/favicon.ico — 200 — 2.1 KiB — 258 ms — h2https://ws.zoominfo.com/pixel/68c2e64231c68bf0b7aefbff/?iszitag=truews.zoominfo.com/pixel/68c2e64231c68... https://ws.zoominfo.com/pixel/68c2e64231c68bf0b7aefbff/?iszitag=true — 200 — 0 B — 312 ms — h3https://www.citrix.com/etc/designs/citrix-dotcom/favicon-32x32.pngwww.citrix.com/etc/designs/citrix-d... https://www.citrix.com/etc/designs/citrix-dotcom/favicon-32x32.png — 200 — 1.4 KiB — 12 ms — h2https://ws.zoominfo.com/pixel/68c2e64231c68bf0b7aefbff/?iszitag=truews.zoominfo.com/pixel/68c2e64231c68... https://ws.zoominfo.com/pixel/68c2e64231c68bf0b7aefbff/?iszitag=true — 200 — 1.8 KiB — 297 ms — h3blob:https://www.citrix.com/7bb0c11a-77d1-456d-ad91-eae0e8961842www.citrix.com/7bb0c11a-77d1-456d-a... blob:https://www.citrix.com/7bb0c11a-77d1-456d-ad91-eae0e8961842 — 200 — 0 B — 1 ms — blobhttps://assets.adobedtm.com/3af873facf65/e0c89d356ff7/eacaeb2dbc1c/RC0b61ce3920bc45baa362ceae8bd2bf09-source.min.jsassets.adobedtm.com/3af873facf65/e0... https://assets.adobedtm.com/3af873facf65/e0c89d356ff7/eacaeb2dbc1c/RC0b61ce3920bc45baa362ceae8bd2bf09-source.min.js — 200 — 790 B — 35 ms — h2https://www.citrix.com/bin/citrix/personalization/geo/www.citrix.com/bin/citrix/personali... https://www.citrix.com/bin/citrix/personalization/geo/ — 200 — 991 B — 258 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 1958ms · 997KB · $11/mo
www.citrix.com
Other
Costly
Execution 402ms
Transfer 42 KB
Monthly Cost $2/mo
www.citrix.com
Other
Costly
Execution 367ms
Transfer 18 KB
Monthly Cost $2/mo
Unattributable
Other
Costly
Execution 223ms
Transfer 0 KB
Monthly Cost $1/mo
www.citrix.com
Other
Costly
Execution 202ms
Transfer 206 KB
Unused 74%
Monthly Cost $1/mo
assets.adobedtm.com
Other
Optional
Execution 183ms
Transfer 41 KB
Monthly Cost $1/mo
www.citrix.com
Other
Optional
Execution 143ms
Transfer 20 KB
Monthly Cost $1/mo
Google Tag Manager
Tag Manager
Optional
Execution 90ms
Transfer 151 KB
Unused 40%
Monthly Cost $1/mo
Google Tag Manager
Tag Manager
Optional
Execution 85ms
Transfer 165 KB
Unused 37%
Monthly Cost $0/mo
Google Tag Manager
Tag Manager
Optional
Execution 76ms
Transfer 134 KB
Unused 44%
Monthly Cost $0/mo
Facebook Pixel
Advertising
Optional
Execution 66ms
Transfer 46 KB
Monthly Cost $0/mo
Google Tag Manager
Tag Manager
Optional
Execution 64ms
Transfer 137 KB
Unused 46%
Monthly Cost $0/mo
consent.trustarc.com
Other
Optional
Execution 59ms
Transfer 36 KB
Unused 58%
Monthly Cost $0/mo

These scripts may cost more than they're worth

  • www.citrix.com adds 402ms and costs ~$2/month
  • www.citrix.com adds 367ms and costs ~$2/month
  • Unattributable adds 223ms and costs ~$1/month
  • www.citrix.com adds 202ms 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.citrix.com takes 402ms 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.citrix.com takes 367ms 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 223ms 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.citrix.com takes 202ms 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

74% of www.citrix.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

58% of consent.trustarc.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