Skip to content
https://workday.com

Performance

· 15 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
66
GRADE
D
FIX
6
REVIEW
2
PASS
5
INFO
2

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

57
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
73
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
100
Best Practices Checks for modern web development best practices including HTTPS, no console errors, and secure JavaScript.
77
SEO Measures basic SEO optimizations: meta tags, crawlability, link text, and mobile friendliness.

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

3.40 s

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

5.07 s

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

87 ms

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

0.035

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

5.15 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.84 s

Page Load Progression

3.3 s
6.5 s
9.8 s
13.0 s
16.3 s
19.5 s
22.8 s
26.1 s
Checks
15
5 PASS 2 REVIEW 6 FIX
F
Page Weight Budget
Action
7.2 MB transferred, 237 requests
FIX
7.2 MB transferred, 237 requests
Critical::
Page weighs 24.4 MB (7.2 MB transferred)
Warning::
JavaScript is 2.8 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 2.8 MB
Info::
CSS is 360 KB — consider purging unused styles
Remove unused CSS rules with tools like PurgeCSS to reduce stylesheet size.
Got: 360 KB
Info::
Fonts are 218 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 218 KB
Warning::
237 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 1.5 g CO2 per page load
7.2 MB / 2.4 MB budget
7.2 MB transferred
237 requests
1.5 g CO2 per page load
Other 3.0 MiB 41%
JavaScript 2.8 MiB 38%
Images 756.5 KiB 10%
CSS 359.6 KiB 5%
Fonts 218.2 KiB 3%
Other 109.0 KiB 1%
Other 46.9 KiB 1%
HTML 34.0 KiB 0%
Other 346 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

Remove unused CSS rules with tools like PurgeCSS to reduce stylesheet size.

Why this matters

CSS bundle is large — purge unused styles (PurgeCSS, Tailwind JIT) to reduce CSS payload.

Source: web.dev

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 (7.2 MiB of 7.2 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
F
JS Execution Cost
Action
10744ms total JS execution
FIX
10744ms total JS execution
Warning::
https://players.brightcove.net/6415614912001/i1mFT...: 4507ms CPU time
Warning::
https://media.mktg.workday.com/lib/scripts/respons...: 2510ms CPU time
Warning::
https://www.workday.com/: 1152ms CPU time
Warning::
https://www.workday.com/etc.clientlibs/atlas/clien...: 985ms CPU time
Warning::
Unattributable: 654ms CPU time
Warning::
Third-party scripts: 10744ms (100% of total)

Main Thread Breakdown

Script Evaluation 39% Style & Layout 31% Other 20% Rendering 6%
ScriptTotalScriptingParse/CompileParty
https://players.brightcove.net/6415614912001/i1mFTzT6O_default/index.min.js4507ms1666ms103ms3rd
https://media.mktg.workday.com/lib/scripts/responsive_image.js2510ms841ms0ms3rd
https://www.workday.com/1152ms178ms4ms3rd
https://www.workday.com/etc.clientlibs/atlas/clientlibs/common/publish/resources/js/app.0f9e57c188cb711ec143.bundle.js985ms819ms72ms3rd
Unattributable654ms27ms0ms3rd
https://www.workday.com/etc.clientlibs/atlas/clientlibs/common/publish/resources/js/vendor.81b98bdb5e0ea2ccd073.bundle.js375ms271ms49ms3rd
https://assets.adobedtm.com/launch-EN5d68e0c9d9414f648a1f2ba8fe6e162b.min.js148ms121ms20ms3rd
https://www.workday.com/etc.clientlibs/atlas/clientlibs/common/publish/resources/css/app.300cbb84d761ad767df6.bundle.css115ms0ms0ms3rd
https://www.workday.com/etc.clientlibs/clientlibs/granite/jquery/granite.ACSHASHed0d934d509c9dab702088c125c92b4f.js84ms57ms0ms3rd
https://info2.workday.com/js/forms2/js/forms2.js56ms16ms13ms3rd

Showing top 10 of 13 scripts

F
JS Bundles
Action
115 scripts, 874 KB unused
FIX
115 scripts, 874 KB unused
Warning::
https://www.workday.com/etc.clientlibs/atlas/clien...: 306 KB unused (71%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://players.brightcove.net/6415614912001/i1mFT...: 133 KB unused (41%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://info2.workday.com/js/forms2/js/forms2.js: 120 KB unused (75%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://info2.workday.com/js/forms2/js/forms2.js: unminified — 75 KB could be saved
Warning::
https://static.cloud.coveo.com/atomic/v2/p-833161c...: 86 KB unused (80%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=AW-939...: 64 KB unused (45%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 874 KB
874 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.workday.com/etc.clientlibs/atlas/clientlibs/common/publish/resources/js/vendor.81b98bdb5e0ea2ccd073.bundle.js434 KB306 KB (71%)3rd
https://players.brightcove.net/6415614912001/i1mFTzT6O_default/index.min.js323 KB133 KB (41%)3rd
https://info2.workday.com/js/forms2/js/forms2.js160 KB120 KB (75%)3rd
https://static.cloud.coveo.com/atomic/v2/p-833161c3.js108 KB86 KB (80%)3rd
https://www.googletagmanager.com/gtag/js?id=AW-939660455144 KB64 KB (45%)3rd
https://www.workday.com/etc.clientlibs/clientlibs/granite/jquery.ACSHASH1fc733054ddb2e2fcd4a0f763671047b.js87 KB59 KB (69%)3rd
https://www.googletagmanager.com/gtag/js?id=DC-13175845129 KB59 KB (46%)3rd
https://assets.adobedtm.com/launch-EN5d68e0c9d9414f648a1f2ba8fe6e162b.min.js151 KB24 KB (16%)3rd
https://consent.trustarc.com/asset/adv-bundle.js?v=v1.7-172978 KB21 KB (27%)3rd
https://workday.scene7.com/is/image/workday/img-netapp-white-on-afterhours-16x9?fmt=webp-alpha&req=props,json&scl=1&id=-377536978&handler=s7RIJSONResponse1 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

F
Page Weight Inventory
Action
237 resources · 7.2 MB · 874 KB savings available
FIX
237 resources · 7.2 MB · 874 KB savings available
Warning::
Page weight 6.2 MB over 1MB target
Got: 7.2 MB Expected: ≤ 1 MB
Info::
~874 KB of savings available
Warning::
236 third-party resources (100% of weight)
Info::
7 resources over 200KB
237 resources · 7.2 MiB · 236 third-party 6.2 MiB over 1MB target
Media 41% · 2.9 MiB
JavaScript 40% · 2.9 MiB
Image 11% · 805.3 KiB
CSS 5% · 359.6 KiB
Font 3% · 218.2 KiB
Other 1% · 37.9 KiB
Document 0% · 34.8 KiB

~873.7 KiB of savings available

Remove unused JavaScript: 873.7 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
50 images, 0 KB saveable
REVIEW
50 images, 0 KB saveable
Warning::
https://workday.scene7.com/is/image/workday/img-me... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://workday.scene7.com/is/image/workday/img-ch... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://workday.scene7.com/is/image/workday/img-ja... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://workday.scene7.com/is/image/workday/logo-f... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://workday.scene7.com/is/image/workday/img-gr... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://workday.scene7.com/is/image/workday/CIO-tr... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://workday.scene7.com/is/image/workday/logo-g... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://workday.scene7.com/is/image/workday/img-co... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://workday.scene7.com/is/image/workday/logo-w... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://workday.scene7.com/is/image/workday/img-ne... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://workday.scene7.com/is/image/workday/logo-7... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
50 images 676 KB
0 oversized -0 KB
25 legacy format
11 missing dimensions CLS risk

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

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

Web fonts

3

218 KB total

Render-blocking

0

of 3

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s FCP 3.4 s LCP 5.1 shttps://static.workday.com/fonts/Acid_Grotesk/WOFF2/FFF-AcidGrotesk-Regular.woff2FFF-AcidGrotesk-Regular... https://static.workday.com/fonts/Acid_Grotesk/WOFF2/FFF-AcidGrotesk-Regular.woff2 — 72.3 KiB — 76 ms — font-display: swaphttps://static.workday.com/fonts/Acid_Grotesk/WOFF2/FFF-AcidGrotesk-Bold.woff2FFF-AcidGrotesk-Bold.woff2 https://static.workday.com/fonts/Acid_Grotesk/WOFF2/FFF-AcidGrotesk-Bold.woff2 — 72.7 KiB — 5 ms — font-display: swaphttps://static.workday.com/fonts/Acid_Grotesk/WOFF2/FFF-AcidGrotesk-ExtraBold.woff2FFF-AcidGrotesk-ExtraBo... https://static.workday.com/fonts/Acid_Grotesk/WOFF2/FFF-AcidGrotesk-ExtraBold.woff2 — 73.2 KiB — 7 ms — font-display: swap
FFF-AcidGrotesk-Regular... woff2 swap
Size 72 KB
Load time 76 ms
Start 1.3 s
Risk FOUT — text flashes from fallback to web font
FFF-AcidGrotesk-Bold.woff2 woff2 swap
Size 73 KB
Load time 5 ms
Start 1.4 s
Risk FOUT — text flashes from fallback to web font
FFF-AcidGrotesk-ExtraBo... woff2 swap
Size 73 KB
Load time 7 ms
Start 1.4 s
Risk FOUT — text flashes from fallback to web font
Optimization checklist
  • Preload critical fonts (priority=high)
  • Use woff2 format for all fonts
  • Set font-display to swap, optional, or fallback
  • Subset large fonts (≤100 KB each)
A+
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
237 requests over 44347ms
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 18.0 s 20.0 s 22.0 s 24.0 s 26.0 s 28.0 s 30.0 s 32.0 s 34.0 s 36.0 s 38.0 s 40.0 s 42.0 s 44.0 s 46.0 s FCP 3.4 s LCP 5.1 shttps://workday.com// https://workday.com/ — 301 — 130 B — 537 ms — http/1.0https://www.workday.com/www.workday.com/ https://www.workday.com/ — 200 — 34.0 KiB — 12 ms — h2https://rum.hlx.page/.rum/@adobe/helix-rum-js@%5E2/dist/rum-standalone.jsrum.hlx.page/.rum/@adobe/helix-rum-... https://rum.hlx.page/.rum/@adobe/helix-rum-js@%5E2/dist/rum-standalone.js — 200 — 2.8 KiB — 79 ms — h2https://www.workday.com/etc.clientlibs/atlas/clientlibs/clientlib-base.ACSHASH32553fd9edae2bdb3847cbd83406ee16.csswww.workday.com/etc.clientlibs/atla... https://www.workday.com/etc.clientlibs/atlas/clientlibs/clientlib-base.ACSHASH32553fd9edae2bdb3847cbd83406ee16.css — 200 — 12.0 KiB — 14 ms — h2https://www.workday.com/etc.clientlibs/wd-core/clientlibs/clientlib-global.ACSHASHd41d8cd98f00b204e9800998ecf8427e.csswww.workday.com/etc.clientlibs/wd-c... https://www.workday.com/etc.clientlibs/wd-core/clientlibs/clientlib-global.ACSHASHd41d8cd98f00b204e9800998ecf8427e.css — 200 — 490 B — 20 ms — h2https://www.workday.com/etc.clientlibs/atlas/clientlibs/common/publish/resources/css/app.300cbb84d761ad767df6.bundle.csswww.workday.com/etc.clientlibs/atla... https://www.workday.com/etc.clientlibs/atlas/clientlibs/common/publish/resources/css/app.300cbb84d761ad767df6.bundle.css — 200 — 345.9 KiB — 41 ms — h2https://media.mktg.workday.com/lib/scripts/responsive_image.jsmedia.mktg.workday.com/lib/scripts/... https://media.mktg.workday.com/lib/scripts/responsive_image.js — 200 — 11.5 KiB — 627 ms — h2https://prod-unifiedlogin.mktg.workday.com/scripts/detect.jsprod-unifiedlogin.mktg.workday.com/... https://prod-unifiedlogin.mktg.workday.com/scripts/detect.js — 200 — 4.9 KiB — 88 ms — h2https://assets.adobedtm.com/launch-EN5d68e0c9d9414f648a1f2ba8fe6e162b.min.jsassets.adobedtm.com/launch-EN5d68e0... https://assets.adobedtm.com/launch-EN5d68e0c9d9414f648a1f2ba8fe6e162b.min.js — 200 — 151.0 KiB — 72 ms — h2https://info2.workday.com/js/forms2/js/forms2.jsinfo2.workday.com/js/forms2/js/form... https://info2.workday.com/js/forms2/js/forms2.js — 200 — 159.7 KiB — 123 ms — h2https://unpkg.com/react@18/umd/react.production.min.jsunpkg.com/react@18/umd/react.produc... https://unpkg.com/react@18/umd/react.production.min.js — 302 — 271 B — 236 ms — h3https://unpkg.com/react-dom@18/umd/react-dom.production.min.jsunpkg.com/react-dom@18/umd/react-do... https://unpkg.com/react-dom@18/umd/react-dom.production.min.js — 302 — 314 B — 179 ms — h3https://players.brightcove.net/6415614912001/i1mFTzT6O_default/index.min.jsplayers.brightcove.net/641561491200... https://players.brightcove.net/6415614912001/i1mFTzT6O_default/index.min.js — 200 — 323.1 KiB — 62 ms — h2https://www.workday.com/content/dam/web/images/icons/wd-system-privacy.svgwww.workday.com/content/dam/web/ima... https://www.workday.com/content/dam/web/images/icons/wd-system-privacy.svg — 200 — 2.2 KiB — 28 ms — h2https://www.workday.com/etc.clientlibs/atlas/clientlibs/common/publish/resources/js/app.0f9e57c188cb711ec143.bundle.jswww.workday.com/etc.clientlibs/atla... https://www.workday.com/etc.clientlibs/atlas/clientlibs/common/publish/resources/js/app.0f9e57c188cb711ec143.bundle.js — 200 — 802.3 KiB — 46 ms — h2https://unpkg.com/react-dom@18.3.1/umd/react-dom.production.min.jsunpkg.com/react-dom@18.3.1/umd/reac... https://unpkg.com/react-dom@18.3.1/umd/react-dom.production.min.js — 200 — 42.3 KiB — 108 ms — h3https://unpkg.com/react@18.3.1/umd/react.production.min.jsunpkg.com/react@18.3.1/umd/react.pr... https://unpkg.com/react@18.3.1/umd/react.production.min.js — 200 — 4.6 KiB — 52 ms — h3https://static.cloud.coveo.com/atomic/v2/atomic.esm.jsstatic.cloud.coveo.com/atomic/v2/at... https://static.cloud.coveo.com/atomic/v2/atomic.esm.js — 200 — 8.1 KiB — 55 ms — h2https://terra.mktg.workday.com/beta/clientcountryterra.mktg.workday.com/beta/clientc... https://terra.mktg.workday.com/beta/clientcountry — 200 — 584 B — 522 ms — h2https://www.workday.com/etc.clientlibs/core/wcm/components/commons/site/clientlibs/container.ACSHASH9c40ba8ed0e9cfdde89d9353623065db.jswww.workday.com/etc.clientlibs/core... https://www.workday.com/etc.clientlibs/core/wcm/components/commons/site/clientlibs/container.ACSHASH9c40ba8ed0e9cfdde89d9353623065db.js — 200 — 1.5 KiB — 5 ms — h2https://www.workday.com/etc.clientlibs/atlas/clientlibs/clientlib-base.ACSHASH3cfd5f3f78284b7ce7aa81fc521fc8b7.jswww.workday.com/etc.clientlibs/atla... https://www.workday.com/etc.clientlibs/atlas/clientlibs/clientlib-base.ACSHASH3cfd5f3f78284b7ce7aa81fc521fc8b7.js — 200 — 4.7 KiB — 10 ms — h2https://www.workday.com/etc.clientlibs/clientlibs/granite/jquery.ACSHASH1fc733054ddb2e2fcd4a0f763671047b.jswww.workday.com/etc.clientlibs/clie... https://www.workday.com/etc.clientlibs/clientlibs/granite/jquery.ACSHASH1fc733054ddb2e2fcd4a0f763671047b.js — 200 — 86.7 KiB — 17 ms — h2https://www.workday.com/etc.clientlibs/clientlibs/granite/utils.ACSHASH15b6fc27cccbddb5fb7b88a7c6a2c7e4.jswww.workday.com/etc.clientlibs/clie... https://www.workday.com/etc.clientlibs/clientlibs/granite/utils.ACSHASH15b6fc27cccbddb5fb7b88a7c6a2c7e4.js — 200 — 11.0 KiB — 11 ms — h2https://www.workday.com/etc.clientlibs/clientlibs/granite/jquery/granite.ACSHASHed0d934d509c9dab702088c125c92b4f.jswww.workday.com/etc.clientlibs/clie... https://www.workday.com/etc.clientlibs/clientlibs/granite/jquery/granite.ACSHASHed0d934d509c9dab702088c125c92b4f.js — 200 — 3.4 KiB — 14 ms — h2https://www.workday.com/etc.clientlibs/foundation/clientlibs/jquery.ACSHASHdd9b395c741ce2784096e26619e14910.jswww.workday.com/etc.clientlibs/foun... https://www.workday.com/etc.clientlibs/foundation/clientlibs/jquery.ACSHASHdd9b395c741ce2784096e26619e14910.js — 200 — 537 B — 12 ms — h2https://www.workday.com/etc.clientlibs/foundation/clientlibs/shared.ACSHASHe9d9a3990d7779c2e8e3361187f3d36b.jswww.workday.com/etc.clientlibs/foun... https://www.workday.com/etc.clientlibs/foundation/clientlibs/shared.ACSHASHe9d9a3990d7779c2e8e3361187f3d36b.js — 200 — 7.6 KiB — 13 ms — h2https://static.cloud.coveo.com/atomic/v2/themes/coveo.cssstatic.cloud.coveo.com/atomic/v2/th... https://static.cloud.coveo.com/atomic/v2/themes/coveo.css — 200 — 1.1 KiB — 17 ms — h2https://static.workday.com/fonts/Acid_Grotesk/WOFF2/FFF-AcidGrotesk-Regular.woff2static.workday.com/fonts/Acid_Grote... https://static.workday.com/fonts/Acid_Grotesk/WOFF2/FFF-AcidGrotesk-Regular.woff2 — 200 — 72.3 KiB — 76 ms — h2https://consent.trustarc.com/notice?domain=workday.com&pn=2-0&c=teconsent&language=en-us&text=true&pcookie=true&cdn=1&gtm=trueconsent.trustarc.com/notice?domain=... https://consent.trustarc.com/notice?domain=workday.com&pn=2-0&c=teconsent&language=en-us&text=true&pcookie=true&cdn=1&gtm=true — 200 — 6.7 KiB — 93 ms — h2https://static.cloud.coveo.com/atomic/v2/p-5925f187.jsstatic.cloud.coveo.com/atomic/v2/p-... https://static.cloud.coveo.com/atomic/v2/p-5925f187.js — 200 — 8.9 KiB — 5 ms — h2
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 18.0 s 20.0 s 22.0 s 24.0 s 26.0 s 28.0 s 30.0 s 32.0 s 34.0 s 36.0 s 38.0 s 40.0 s 42.0 s 44.0 s 46.0 s FCP 3.4 s LCP 5.1 shttps://workday.com// https://workday.com/ — 301 — 130 B — 537 ms — http/1.0https://www.workday.com/www.workday.com/ https://www.workday.com/ — 200 — 34.0 KiB — 12 ms — h2https://rum.hlx.page/.rum/@adobe/helix-rum-js@%5E2/dist/rum-standalone.jsrum.hlx.page/.rum/@adobe/helix-rum-... https://rum.hlx.page/.rum/@adobe/helix-rum-js@%5E2/dist/rum-standalone.js — 200 — 2.8 KiB — 79 ms — h2https://www.workday.com/etc.clientlibs/atlas/clientlibs/clientlib-base.ACSHASH32553fd9edae2bdb3847cbd83406ee16.csswww.workday.com/etc.clientlibs/atla... https://www.workday.com/etc.clientlibs/atlas/clientlibs/clientlib-base.ACSHASH32553fd9edae2bdb3847cbd83406ee16.css — 200 — 12.0 KiB — 14 ms — h2https://www.workday.com/etc.clientlibs/wd-core/clientlibs/clientlib-global.ACSHASHd41d8cd98f00b204e9800998ecf8427e.csswww.workday.com/etc.clientlibs/wd-c... https://www.workday.com/etc.clientlibs/wd-core/clientlibs/clientlib-global.ACSHASHd41d8cd98f00b204e9800998ecf8427e.css — 200 — 490 B — 20 ms — h2https://www.workday.com/etc.clientlibs/atlas/clientlibs/common/publish/resources/css/app.300cbb84d761ad767df6.bundle.csswww.workday.com/etc.clientlibs/atla... https://www.workday.com/etc.clientlibs/atlas/clientlibs/common/publish/resources/css/app.300cbb84d761ad767df6.bundle.css — 200 — 345.9 KiB — 41 ms — h2https://media.mktg.workday.com/lib/scripts/responsive_image.jsmedia.mktg.workday.com/lib/scripts/... https://media.mktg.workday.com/lib/scripts/responsive_image.js — 200 — 11.5 KiB — 627 ms — h2https://prod-unifiedlogin.mktg.workday.com/scripts/detect.jsprod-unifiedlogin.mktg.workday.com/... https://prod-unifiedlogin.mktg.workday.com/scripts/detect.js — 200 — 4.9 KiB — 88 ms — h2https://assets.adobedtm.com/launch-EN5d68e0c9d9414f648a1f2ba8fe6e162b.min.jsassets.adobedtm.com/launch-EN5d68e0... https://assets.adobedtm.com/launch-EN5d68e0c9d9414f648a1f2ba8fe6e162b.min.js — 200 — 151.0 KiB — 72 ms — h2https://info2.workday.com/js/forms2/js/forms2.jsinfo2.workday.com/js/forms2/js/form... https://info2.workday.com/js/forms2/js/forms2.js — 200 — 159.7 KiB — 123 ms — h2https://unpkg.com/react@18/umd/react.production.min.jsunpkg.com/react@18/umd/react.produc... https://unpkg.com/react@18/umd/react.production.min.js — 302 — 271 B — 236 ms — h3https://unpkg.com/react-dom@18/umd/react-dom.production.min.jsunpkg.com/react-dom@18/umd/react-do... https://unpkg.com/react-dom@18/umd/react-dom.production.min.js — 302 — 314 B — 179 ms — h3https://players.brightcove.net/6415614912001/i1mFTzT6O_default/index.min.jsplayers.brightcove.net/641561491200... https://players.brightcove.net/6415614912001/i1mFTzT6O_default/index.min.js — 200 — 323.1 KiB — 62 ms — h2https://www.workday.com/content/dam/web/images/icons/wd-system-privacy.svgwww.workday.com/content/dam/web/ima... https://www.workday.com/content/dam/web/images/icons/wd-system-privacy.svg — 200 — 2.2 KiB — 28 ms — h2https://www.workday.com/etc.clientlibs/atlas/clientlibs/common/publish/resources/js/app.0f9e57c188cb711ec143.bundle.jswww.workday.com/etc.clientlibs/atla... https://www.workday.com/etc.clientlibs/atlas/clientlibs/common/publish/resources/js/app.0f9e57c188cb711ec143.bundle.js — 200 — 802.3 KiB — 46 ms — h2https://unpkg.com/react-dom@18.3.1/umd/react-dom.production.min.jsunpkg.com/react-dom@18.3.1/umd/reac... https://unpkg.com/react-dom@18.3.1/umd/react-dom.production.min.js — 200 — 42.3 KiB — 108 ms — h3https://unpkg.com/react@18.3.1/umd/react.production.min.jsunpkg.com/react@18.3.1/umd/react.pr... https://unpkg.com/react@18.3.1/umd/react.production.min.js — 200 — 4.6 KiB — 52 ms — h3https://static.cloud.coveo.com/atomic/v2/atomic.esm.jsstatic.cloud.coveo.com/atomic/v2/at... https://static.cloud.coveo.com/atomic/v2/atomic.esm.js — 200 — 8.1 KiB — 55 ms — h2https://terra.mktg.workday.com/beta/clientcountryterra.mktg.workday.com/beta/clientc... https://terra.mktg.workday.com/beta/clientcountry — 200 — 584 B — 522 ms — h2https://www.workday.com/etc.clientlibs/core/wcm/components/commons/site/clientlibs/container.ACSHASH9c40ba8ed0e9cfdde89d9353623065db.jswww.workday.com/etc.clientlibs/core... https://www.workday.com/etc.clientlibs/core/wcm/components/commons/site/clientlibs/container.ACSHASH9c40ba8ed0e9cfdde89d9353623065db.js — 200 — 1.5 KiB — 5 ms — h2https://www.workday.com/etc.clientlibs/atlas/clientlibs/clientlib-base.ACSHASH3cfd5f3f78284b7ce7aa81fc521fc8b7.jswww.workday.com/etc.clientlibs/atla... https://www.workday.com/etc.clientlibs/atlas/clientlibs/clientlib-base.ACSHASH3cfd5f3f78284b7ce7aa81fc521fc8b7.js — 200 — 4.7 KiB — 10 ms — h2https://www.workday.com/etc.clientlibs/clientlibs/granite/jquery.ACSHASH1fc733054ddb2e2fcd4a0f763671047b.jswww.workday.com/etc.clientlibs/clie... https://www.workday.com/etc.clientlibs/clientlibs/granite/jquery.ACSHASH1fc733054ddb2e2fcd4a0f763671047b.js — 200 — 86.7 KiB — 17 ms — h2https://www.workday.com/etc.clientlibs/clientlibs/granite/utils.ACSHASH15b6fc27cccbddb5fb7b88a7c6a2c7e4.jswww.workday.com/etc.clientlibs/clie... https://www.workday.com/etc.clientlibs/clientlibs/granite/utils.ACSHASH15b6fc27cccbddb5fb7b88a7c6a2c7e4.js — 200 — 11.0 KiB — 11 ms — h2https://www.workday.com/etc.clientlibs/clientlibs/granite/jquery/granite.ACSHASHed0d934d509c9dab702088c125c92b4f.jswww.workday.com/etc.clientlibs/clie... https://www.workday.com/etc.clientlibs/clientlibs/granite/jquery/granite.ACSHASHed0d934d509c9dab702088c125c92b4f.js — 200 — 3.4 KiB — 14 ms — h2https://www.workday.com/etc.clientlibs/foundation/clientlibs/jquery.ACSHASHdd9b395c741ce2784096e26619e14910.jswww.workday.com/etc.clientlibs/foun... https://www.workday.com/etc.clientlibs/foundation/clientlibs/jquery.ACSHASHdd9b395c741ce2784096e26619e14910.js — 200 — 537 B — 12 ms — h2https://www.workday.com/etc.clientlibs/foundation/clientlibs/shared.ACSHASHe9d9a3990d7779c2e8e3361187f3d36b.jswww.workday.com/etc.clientlibs/foun... https://www.workday.com/etc.clientlibs/foundation/clientlibs/shared.ACSHASHe9d9a3990d7779c2e8e3361187f3d36b.js — 200 — 7.6 KiB — 13 ms — h2https://static.cloud.coveo.com/atomic/v2/themes/coveo.cssstatic.cloud.coveo.com/atomic/v2/th... https://static.cloud.coveo.com/atomic/v2/themes/coveo.css — 200 — 1.1 KiB — 17 ms — h2https://static.workday.com/fonts/Acid_Grotesk/WOFF2/FFF-AcidGrotesk-Regular.woff2static.workday.com/fonts/Acid_Grote... https://static.workday.com/fonts/Acid_Grotesk/WOFF2/FFF-AcidGrotesk-Regular.woff2 — 200 — 72.3 KiB — 76 ms — h2https://consent.trustarc.com/notice?domain=workday.com&pn=2-0&c=teconsent&language=en-us&text=true&pcookie=true&cdn=1&gtm=trueconsent.trustarc.com/notice?domain=... https://consent.trustarc.com/notice?domain=workday.com&pn=2-0&c=teconsent&language=en-us&text=true&pcookie=true&cdn=1&gtm=true — 200 — 6.7 KiB — 93 ms — h2https://static.cloud.coveo.com/atomic/v2/p-5925f187.jsstatic.cloud.coveo.com/atomic/v2/p-... https://static.cloud.coveo.com/atomic/v2/p-5925f187.js — 200 — 8.9 KiB — 5 ms — h2https://static.cloud.coveo.com/atomic/v2/p-e1255160.jsstatic.cloud.coveo.com/atomic/v2/p-... https://static.cloud.coveo.com/atomic/v2/p-e1255160.js — 200 — 599 B — 7 ms — h2https://www.workday.com/content/dam/web/images/icons/wd-system-chevron-down.svgwww.workday.com/content/dam/web/ima... https://www.workday.com/content/dam/web/images/icons/wd-system-chevron-down.svg — 200 — 1.2 KiB — 10 ms — h2https://www.workday.com/content/dam/web/images/icons/wd-system-x.svgwww.workday.com/content/dam/web/ima... https://www.workday.com/content/dam/web/images/icons/wd-system-x.svg — 200 — 1.5 KiB — 10 ms — h2https://www.workday.com/content/dam/web/images/icons/wd-system-chevron-2x-down-small.svgwww.workday.com/content/dam/web/ima... https://www.workday.com/content/dam/web/images/icons/wd-system-chevron-2x-down-small.svg — 200 — 1.6 KiB — 11 ms — h2https://www.workday.com/content/dam/web/zz/images/logos/workday/workday-logo.svgwww.workday.com/content/dam/web/zz/... https://www.workday.com/content/dam/web/zz/images/logos/workday/workday-logo.svg — 200 — 6.0 KiB — 8 ms — h2https://www.workday.com/content/dam/web/images/icons/wd-chevron-right-small.svgwww.workday.com/content/dam/web/ima... https://www.workday.com/content/dam/web/images/icons/wd-chevron-right-small.svg — 200 — 1.1 KiB — 13 ms — h2https://www.workday.com/content/dam/web/images/icons/wd-system-arrow-right-small.svgwww.workday.com/content/dam/web/ima... https://www.workday.com/content/dam/web/images/icons/wd-system-arrow-right-small.svg — 200 — 1.8 KiB — 13 ms — h2https://www.workday.com/content/dam/web/images/icons/wd-system-icon-arrow-diagonal-small.svgwww.workday.com/content/dam/web/ima... https://www.workday.com/content/dam/web/images/icons/wd-system-icon-arrow-diagonal-small.svg — 200 — 1.1 KiB — 11 ms — h2https://static.workday.com/fonts/Acid_Grotesk/WOFF2/FFF-AcidGrotesk-Bold.woff2static.workday.com/fonts/Acid_Grote... https://static.workday.com/fonts/Acid_Grotesk/WOFF2/FFF-AcidGrotesk-Bold.woff2 — 200 — 72.7 KiB — 5 ms — h2https://www.workday.com/content/dam/web/images/icons/wd-system-globe.svgwww.workday.com/content/dam/web/ima... https://www.workday.com/content/dam/web/images/icons/wd-system-globe.svg — 200 — 1.6 KiB — 4 ms — h2https://www.workday.com/content/dam/web/images/icons/wd-system-check.svgwww.workday.com/content/dam/web/ima... https://www.workday.com/content/dam/web/images/icons/wd-system-check.svg — 200 — 1.3 KiB — 6 ms — h2https://www.workday.com/content/dam/web/images/icons/wd-system-user.svgwww.workday.com/content/dam/web/ima... https://www.workday.com/content/dam/web/images/icons/wd-system-user.svg — 200 — 1.4 KiB — 8 ms — h2https://www.workday.com/content/dam/web/images/icons/wd-accent-life-saver.svgwww.workday.com/content/dam/web/ima... https://www.workday.com/content/dam/web/images/icons/wd-accent-life-saver.svg — 200 — 2.7 KiB — 10 ms — h2https://www.workday.com/content/dam/web/images/icons/wd-system-search-sparkle.svgwww.workday.com/content/dam/web/ima... https://www.workday.com/content/dam/web/images/icons/wd-system-search-sparkle.svg — 200 — 2.0 KiB — 12 ms — h2https://www.workday.com/content/dam/web/images/icons/wd-system-x-small.svgwww.workday.com/content/dam/web/ima... https://www.workday.com/content/dam/web/images/icons/wd-system-x-small.svg — 200 — 1.4 KiB — 9 ms — h2https://www.workday.com/content/dam/web/images/icons/wd-system-arrow-right.svgwww.workday.com/content/dam/web/ima... https://www.workday.com/content/dam/web/images/icons/wd-system-arrow-right.svg — 200 — 1.2 KiB — 10 ms — h2https://workday.scene7.com/is/image/workday/logo-workday-go-hero-horizontal-white-1?fmt=webp-alphaworkday.scene7.com/is/image/workday... https://workday.scene7.com/is/image/workday/logo-workday-go-hero-horizontal-white-1?fmt=webp-alpha — 200 — 7.5 KiB — 25 ms — h2https://static.workday.com/fonts/Acid_Grotesk/WOFF2/FFF-AcidGrotesk-ExtraBold.woff2static.workday.com/fonts/Acid_Grote... https://static.workday.com/fonts/Acid_Grotesk/WOFF2/FFF-AcidGrotesk-ExtraBold.woff2 — 200 — 73.2 KiB — 7 ms — h2https://www.workday.com/content/dam/brightcove_assets/6415614912001/643f0f0978bdbb26dc8f4e61/6391033067112.mp4/jcr:content/renditions/brc_poster.pngwww.workday.com/content/dam/brightc... https://www.workday.com/content/dam/brightcove_assets/6415614912001/643f0f0978bdbb26dc8f4e61/6391033067112.mp4/jcr:content/renditions/brc_poster.png — 200 — 51.6 KiB — 6 ms — h2https://edge.api.brightcove.com/playback/v1/accounts/6415614912001/videos/6391033067112edge.api.brightcove.com/playback/v1... https://edge.api.brightcove.com/playback/v1/accounts/6415614912001/videos/6391033067112 — 200 — 0 B — 39 ms — h2https://www.workday.com/content/dam/brightcove_assets/6415614912001/643f0f0978bdbb26dc8f4e61/6383482192112.mp4/jcr:content/renditions/brc_poster.pngwww.workday.com/content/dam/brightc... https://www.workday.com/content/dam/brightcove_assets/6415614912001/643f0f0978bdbb26dc8f4e61/6383482192112.mp4/jcr:content/renditions/brc_poster.png — 200 — 43.2 KiB — 6 ms — h2https://edge.api.brightcove.com/playback/v1/accounts/6415614912001/videos/6391033067112edge.api.brightcove.com/playback/v1... https://edge.api.brightcove.com/playback/v1/accounts/6415614912001/videos/6391033067112 — 200 — 7.4 KiB — 3 ms — h2https://edge.api.brightcove.com/playback/v1/accounts/6415614912001/videos/6383482192112edge.api.brightcove.com/playback/v1... https://edge.api.brightcove.com/playback/v1/accounts/6415614912001/videos/6383482192112 — 200 — 0 B — 2 ms — h2https://edge.api.brightcove.com/playback/v1/accounts/6415614912001/videos/6383482192112edge.api.brightcove.com/playback/v1... https://edge.api.brightcove.com/playback/v1/accounts/6415614912001/videos/6383482192112 — 200 — 7.1 KiB — 3 ms — h2https://metrics.brightcove.com/v2/tracker?domain=videocloud&platform=video-js&session=c8f4a89718f96806b39ce158&player_mode=media&account=6415614912001&destination=https%3A%2F%2Fwww.workday.com%2F&platform_version=7.42.4&player=players.brightcove.com%2F6415614912001%2Fi1mFTzT6O_default&player_name=Workday-AEM-PROD&source=&event=player_init&time=1776902028984&autoplay=false&seq=0metrics.brightcove.com/v2/tracker?d... https://metrics.brightcove.com/v2/tracker?domain=videocloud&platform=video-js&session=c8f4a89718f96806b39ce158&player_mode=media&account=6415614912001&destination=https%3A%2F%2Fwww.workday.com%2F&platform_version=7.42.4&player=players.brightcove.com%2F6415614912001%2Fi1mFTzT6O_default&player_name=Workday-AEM-PROD&source=&event=player_init&time=1776902028984&autoplay=false&seq=0 — 200 — 88 B — 168 ms — h2https://metrics.brightcove.com/v2/tracker?domain=videocloud&platform=video-js&session=c8f4a89718f96806b39ce158&player_mode=media&account=6415614912001&destination=https%3A%2F%2Fwww.workday.com%2F&platform_version=7.42.4&player=players.brightcove.com%2F6415614912001%2Fi1mFTzT6O_default&player_name=Workday-AEM-PROD&source=&event=catalog_request&url=https%3A%2F%2Fedge.api.brightcove.com%2Fplayback%2Fv1%2Faccounts%2F6415614912001%2Fvideos%2F6391033067112&time=1776902028993&autoplay=false&seq=1metrics.brightcove.com/v2/tracker?d... https://metrics.brightcove.com/v2/tracker?domain=videocloud&platform=video-js&session=c8f4a89718f96806b39ce158&player_mode=media&account=6415614912001&destination=https%3A%2F%2Fwww.workday.com%2F&platform_version=7.42.4&player=players.brightcove.com%2F6415614912001%2Fi1mFTzT6O_default&player_name=Workday-AEM-PROD&source=&event=catalog_request&url=https%3A%2F%2Fedge.api.brightcove.com%2Fplayback%2Fv1%2Faccounts%2F6415614912001%2Fvideos%2F6391033067112&time=1776902028993&autoplay=false&seq=1 — 200 — 88 B — 169 ms — h2https://metrics.brightcove.com/v2/tracker?domain=videocloud&platform=video-js&session=5b1a0781a39be9f7dcd4a926&player_mode=media&account=6415614912001&destination=https%3A%2F%2Fwww.workday.com%2F&platform_version=7.42.4&player=players.brightcove.com%2F6415614912001%2Fi1mFTzT6O_default&player_name=Workday-AEM-PROD&source=&event=player_init&time=1776902029092&autoplay=false&seq=0metrics.brightcove.com/v2/tracker?d... https://metrics.brightcove.com/v2/tracker?domain=videocloud&platform=video-js&session=5b1a0781a39be9f7dcd4a926&player_mode=media&account=6415614912001&destination=https%3A%2F%2Fwww.workday.com%2F&platform_version=7.42.4&player=players.brightcove.com%2F6415614912001%2Fi1mFTzT6O_default&player_name=Workday-AEM-PROD&source=&event=player_init&time=1776902029092&autoplay=false&seq=0 — 200 — 88 B — 170 ms — h2https://metrics.brightcove.com/v2/tracker?domain=videocloud&platform=video-js&session=5b1a0781a39be9f7dcd4a926&player_mode=media&account=6415614912001&destination=https%3A%2F%2Fwww.workday.com%2F&platform_version=7.42.4&player=players.brightcove.com%2F6415614912001%2Fi1mFTzT6O_default&player_name=Workday-AEM-PROD&source=&event=catalog_request&url=https%3A%2F%2Fedge.api.brightcove.com%2Fplayback%2Fv1%2Faccounts%2F6415614912001%2Fvideos%2F6383482192112&time=1776902029095&autoplay=false&seq=1metrics.brightcove.com/v2/tracker?d... https://metrics.brightcove.com/v2/tracker?domain=videocloud&platform=video-js&session=5b1a0781a39be9f7dcd4a926&player_mode=media&account=6415614912001&destination=https%3A%2F%2Fwww.workday.com%2F&platform_version=7.42.4&player=players.brightcove.com%2F6415614912001%2Fi1mFTzT6O_default&player_name=Workday-AEM-PROD&source=&event=catalog_request&url=https%3A%2F%2Fedge.api.brightcove.com%2Fplayback%2Fv1%2Faccounts%2F6415614912001%2Fvideos%2F6383482192112&time=1776902029095&autoplay=false&seq=1 — 200 — 88 B — 166 ms — h2https://metrics.brightcove.com/v2/tracker?domain=videocloud&platform=video-js&session=38a2f002b66c43cc37782b76&player_mode=media&account=6415614912001&destination=https%3A%2F%2Fwww.workday.com%2F&platform_version=7.42.4&player=players.brightcove.com%2F6415614912001%2Fi1mFTzT6O_default&player_name=Workday-AEM-PROD&source=&event=player_init&time=1776902029171&autoplay=false&seq=0metrics.brightcove.com/v2/tracker?d... https://metrics.brightcove.com/v2/tracker?domain=videocloud&platform=video-js&session=38a2f002b66c43cc37782b76&player_mode=media&account=6415614912001&destination=https%3A%2F%2Fwww.workday.com%2F&platform_version=7.42.4&player=players.brightcove.com%2F6415614912001%2Fi1mFTzT6O_default&player_name=Workday-AEM-PROD&source=&event=player_init&time=1776902029171&autoplay=false&seq=0 — 200 — 295 B — 163 ms — h2https://workday.scene7.com/is/image/workday/logo-gartner-600x137-white?fmt=webp-alphaworkday.scene7.com/is/image/workday... https://workday.scene7.com/is/image/workday/logo-gartner-600x137-white?fmt=webp-alpha — 200 — 4.9 KiB — 11 ms — h2https://workday.scene7.com/is/image/workday/CIO-transformation-guide?fmt=webp-alphaworkday.scene7.com/is/image/workday... https://workday.scene7.com/is/image/workday/CIO-transformation-guide?fmt=webp-alpha — 200 — 1.3 KiB — 13 ms — h2https://workday.scene7.com/is/image/workday/logo-forrester-white-2?fmt=webp-alphaworkday.scene7.com/is/image/workday... https://workday.scene7.com/is/image/workday/logo-forrester-white-2?fmt=webp-alpha — 200 — 8.1 KiB — 9 ms — h2https://metrics.brightcove.com/v2/tracker?domain=videocloud&platform=video-js&session=c8f4a89718f96806b39ce158&player_mode=media&account=6415614912001&destination=https%3A%2F%2Fwww.workday.com%2F&platform_version=7.42.4&player=players.brightcove.com%2F6415614912001%2Fi1mFTzT6O_default&player_name=Workday-AEM-PROD&source=&event=catalog_response&url=https%3A%2F%2Fedge.api.brightcove.com%2Fplayback%2Fv1%2Faccounts%2F6415614912001%2Fvideos%2F6391033067112&time=1776902029197&autoplay=false&seq=2&response_time_ms=204metrics.brightcove.com/v2/tracker?d... https://metrics.brightcove.com/v2/tracker?domain=videocloud&platform=video-js&session=c8f4a89718f96806b39ce158&player_mode=media&account=6415614912001&destination=https%3A%2F%2Fwww.workday.com%2F&platform_version=7.42.4&player=players.brightcove.com%2F6415614912001%2Fi1mFTzT6O_default&player_name=Workday-AEM-PROD&source=&event=catalog_response&url=https%3A%2F%2Fedge.api.brightcove.com%2Fplayback%2Fv1%2Faccounts%2F6415614912001%2Fvideos%2F6391033067112&time=1776902029197&autoplay=false&seq=2&response_time_ms=204 — 200 — 88 B — 139 ms — h2https://www.workday.com/content/dam/web/zz/images/logos/workday/workday-logo-reversed.svgwww.workday.com/content/dam/web/zz/... https://www.workday.com/content/dam/web/zz/images/logos/workday/workday-logo-reversed.svg — 200 — 5.9 KiB — 6 ms — h2https://www.workday.com/content/dam/web/images/icons/wd-system-twitter.svgwww.workday.com/content/dam/web/ima... https://www.workday.com/content/dam/web/images/icons/wd-system-twitter.svg — 200 — 926 B — 13 ms — h2https://www.workday.com/content/dam/web/images/icons/wd-system-linkedin.svgwww.workday.com/content/dam/web/ima... https://www.workday.com/content/dam/web/images/icons/wd-system-linkedin.svg — 200 — 1.4 KiB — 15 ms — h2https://www.workday.com/content/dam/web/images/icons/wd-system-facebook.svgwww.workday.com/content/dam/web/ima... https://www.workday.com/content/dam/web/images/icons/wd-system-facebook.svg — 200 — 1.1 KiB — 16 ms — h2https://www.workday.com/content/dam/web/images/icons/wd-system-instagram.svgwww.workday.com/content/dam/web/ima... https://www.workday.com/content/dam/web/images/icons/wd-system-instagram.svg — 200 — 3.2 KiB — 16 ms — h2https://www.workday.com/content/dam/web/images/icons/wd-system-youtube.svgwww.workday.com/content/dam/web/ima... https://www.workday.com/content/dam/web/images/icons/wd-system-youtube.svg — 200 — 1.8 KiB — 17 ms — h2https://metrics.brightcove.com/v2/tracker?domain=videocloud&platform=video-js&session=5b1a0781a39be9f7dcd4a926&player_mode=media&account=6415614912001&destination=https%3A%2F%2Fwww.workday.com%2F&platform_version=7.42.4&player=players.brightcove.com%2F6415614912001%2Fi1mFTzT6O_default&player_name=Workday-AEM-PROD&source=&event=catalog_response&url=https%3A%2F%2Fedge.api.brightcove.com%2Fplayback%2Fv1%2Faccounts%2F6415614912001%2Fvideos%2F6383482192112&time=1776902029203&autoplay=false&seq=2&response_time_ms=108metrics.brightcove.com/v2/tracker?d... https://metrics.brightcove.com/v2/tracker?domain=videocloud&platform=video-js&session=5b1a0781a39be9f7dcd4a926&player_mode=media&account=6415614912001&destination=https%3A%2F%2Fwww.workday.com%2F&platform_version=7.42.4&player=players.brightcove.com%2F6415614912001%2Fi1mFTzT6O_default&player_name=Workday-AEM-PROD&source=&event=catalog_response&url=https%3A%2F%2Fedge.api.brightcove.com%2Fplayback%2Fv1%2Faccounts%2F6415614912001%2Fvideos%2F6383482192112&time=1776902029203&autoplay=false&seq=2&response_time_ms=108 — 200 — 88 B — 123 ms — h2https://metrics.brightcove.com/v2/tracker?domain=videocloud&platform=video-js&session=c8f4a89718f96806b39ce158&player_mode=media&account=6415614912001&destination=https%3A%2F%2Fwww.workday.com%2F&platform_version=7.42.4&player=players.brightcove.com%2F6415614912001%2Fi1mFTzT6O_default&player_name=Workday-AEM-PROD&source=&autoplay=false&ads_enabled=false&usage=qualityLevels!4.1.0%2CqualityMenu!1.0.4%2Cschema!0.8.0%2CbcPlaylistUi!7.42.4%2Cinpage-embed&event=player_load&time=1776902029238&qos.events.content.volumechange=1776902029194&qos.performance.memory.jsHeapSizeLimit=2248146944&qos.performance.memory.usedJSHeapSize=35775191&qos.performance.memory.totalJSHeapSize=84982955&qos.performance.navigation.redirectCount=0&qos.performance.navigation.type=0&qos.performance.navigation.directedMigration=false&qos.performance.timing.loadEventEnd=0&qos.performance.timing.loadEventStart=0&qos.performance.timing.domComplete=0&qos.performance.timing.domContentLoadedEventEnd=0&qos.performance.timing.domContentLoadedEventStart=0&qos.performance.timing.domInteractive=0&qos.performance.timing.domLoading=1776902027920&qos.performance.timing.responseEnd=1776902027917&qos.performance.timing.responseStart=1776902027914&qos.performance.timing.requestStart=1776902027910&qos.performance.timing.secureConnectionStart=1776902027907&qos.performance.timing.connectEnd=1776902027910&qos.performance.timing.connectStart=1776902027906&qos.performance.timing.domainLookupEnd=1776902027906&qos.performance.timing.domainLookupStart=1776902027905&qos.performance.timing.fetchStart=1776902027904&qos.performance.timing.redirectEnd=0&qos.performance.timing.redirectStart=0&qos.performance.timing.unloadEventEnd=0&qos.performance.timing.unloadEventStart=0&qos.performance.timing.navigationStart=1776902027365&qos.player.dimensions=%5B%5B1776902029237%2C%220x0%22%2C%223.10938x1.73438%22%5D%5D&qos.player.pixelratio=%5B%5B1776902029237%2C1%5D%5D&qos.player.screendimensions=%5B%5B1776902029237%2C%22800x600%22%5D%5D&seq=3metrics.brightcove.com/v2/tracker?d... https://metrics.brightcove.com/v2/tracker?domain=videocloud&platform=video-js&session=c8f4a89718f96806b39ce158&player_mode=media&account=6415614912001&destination=https%3A%2F%2Fwww.workday.com%2F&platform_version=7.42.4&player=players.brightcove.com%2F6415614912001%2Fi1mFTzT6O_default&player_name=Workday-AEM-PROD&source=&autoplay=false&ads_enabled=false&usage=qualityLevels!4.1.0%2CqualityMenu!1.0.4%2Cschema!0.8.0%2CbcPlaylistUi!7.42.4%2Cinpage-embed&event=player_load&time=1776902029238&qos.events.content.volumechange=1776902029194&qos.performance.memory.jsHeapSizeLimit=2248146944&qos.performance.memory.usedJSHeapSize=35775191&qos.performance.memory.totalJSHeapSize=84982955&qos.performance.navigation.redirectCount=0&qos.performance.navigation.type=0&qos.performance.navigation.directedMigration=false&qos.performance.timing.loadEventEnd=0&qos.performance.timing.loadEventStart=0&qos.performance.timing.domComplete=0&qos.performance.timing.domContentLoadedEventEnd=0&qos.performance.timing.domContentLoadedEventStart=0&qos.performance.timing.domInteractive=0&qos.performance.timing.domLoading=1776902027920&qos.performance.timing.responseEnd=1776902027917&qos.performance.timing.responseStart=1776902027914&qos.performance.timing.requestStart=1776902027910&qos.performance.timing.secureConnectionStart=1776902027907&qos.performance.timing.connectEnd=1776902027910&qos.performance.timing.connectStart=1776902027906&qos.performance.timing.domainLookupEnd=1776902027906&qos.performance.timing.domainLookupStart=1776902027905&qos.performance.timing.fetchStart=1776902027904&qos.performance.timing.redirectEnd=0&qos.performance.timing.redirectStart=0&qos.performance.timing.unloadEventEnd=0&qos.performance.timing.unloadEventStart=0&qos.performance.timing.navigationStart=1776902027365&qos.player.dimensions=%5B%5B1776902029237%2C%220x0%22%2C%223.10938x1.73438%22%5D%5D&qos.player.pixelratio=%5B%5B1776902029237%2C1%5D%5D&qos.player.screendimensions=%5B%5B1776902029237%2C%22800x600%22%5D%5D&seq=3 — 200 — 88 B — 126 ms — h2https://metrics.brightcove.com/v2/tracker?domain=videocloud&platform=video-js&session=5b1a0781a39be9f7dcd4a926&player_mode=media&account=6415614912001&destination=https%3A%2F%2Fwww.workday.com%2F&platform_version=7.42.4&player=players.brightcove.com%2F6415614912001%2Fi1mFTzT6O_default&player_name=Workday-AEM-PROD&source=&autoplay=false&ads_enabled=false&usage=qualityLevels!4.1.0%2CqualityMenu!1.0.4%2Cschema!0.8.0%2CbcPlaylistUi!7.42.4%2Cinpage-embed&event=player_load&time=1776902029268&qos.events.content.volumechange=1776902029195&qos.performance.memory.jsHeapSizeLimit=2248146944&qos.performance.memory.usedJSHeapSize=35775191&qos.performance.memory.totalJSHeapSize=84982955&qos.performance.navigation.redirectCount=0&qos.performance.navigation.type=0&qos.performance.navigation.directedMigration=false&qos.performance.timing.loadEventEnd=0&qos.performance.timing.loadEventStart=0&qos.performance.timing.domComplete=0&qos.performance.timing.domContentLoadedEventEnd=0&qos.performance.timing.domContentLoadedEventStart=0&qos.performance.timing.domInteractive=0&qos.performance.timing.domLoading=1776902027920&qos.performance.timing.responseEnd=1776902027917&qos.performance.timing.responseStart=1776902027914&qos.performance.timing.requestStart=1776902027910&qos.performance.timing.secureConnectionStart=1776902027907&qos.performance.timing.connectEnd=1776902027910&qos.performance.timing.connectStart=1776902027906&qos.performance.timing.domainLookupEnd=1776902027906&qos.performance.timing.domainLookupStart=1776902027905&qos.performance.timing.fetchStart=1776902027904&qos.performance.timing.redirectEnd=0&qos.performance.timing.redirectStart=0&qos.performance.timing.unloadEventEnd=0&qos.performance.timing.unloadEventStart=0&qos.performance.timing.navigationStart=1776902027365&qos.performance.bcInit=165.19999980926514&qos.player.dimensions=%5B%5B1776902029267%2C%220x0%22%2C%223.10938x1.73438%22%5D%5D&qos.player.pixelratio=%5B%5B1776902029267%2C1%5D%5D&qos.player.screendimensions=%5B%5B1776902029267%2C%22800x600%22%5D%5D&seq=3metrics.brightcove.com/v2/tracker?d... https://metrics.brightcove.com/v2/tracker?domain=videocloud&platform=video-js&session=5b1a0781a39be9f7dcd4a926&player_mode=media&account=6415614912001&destination=https%3A%2F%2Fwww.workday.com%2F&platform_version=7.42.4&player=players.brightcove.com%2F6415614912001%2Fi1mFTzT6O_default&player_name=Workday-AEM-PROD&source=&autoplay=false&ads_enabled=false&usage=qualityLevels!4.1.0%2CqualityMenu!1.0.4%2Cschema!0.8.0%2CbcPlaylistUi!7.42.4%2Cinpage-embed&event=player_load&time=1776902029268&qos.events.content.volumechange=1776902029195&qos.performance.memory.jsHeapSizeLimit=2248146944&qos.performance.memory.usedJSHeapSize=35775191&qos.performance.memory.totalJSHeapSize=84982955&qos.performance.navigation.redirectCount=0&qos.performance.navigation.type=0&qos.performance.navigation.directedMigration=false&qos.performance.timing.loadEventEnd=0&qos.performance.timing.loadEventStart=0&qos.performance.timing.domComplete=0&qos.performance.timing.domContentLoadedEventEnd=0&qos.performance.timing.domContentLoadedEventStart=0&qos.performance.timing.domInteractive=0&qos.performance.timing.domLoading=1776902027920&qos.performance.timing.responseEnd=1776902027917&qos.performance.timing.responseStart=1776902027914&qos.performance.timing.requestStart=1776902027910&qos.performance.timing.secureConnectionStart=1776902027907&qos.performance.timing.connectEnd=1776902027910&qos.performance.timing.connectStart=1776902027906&qos.performance.timing.domainLookupEnd=1776902027906&qos.performance.timing.domainLookupStart=1776902027905&qos.performance.timing.fetchStart=1776902027904&qos.performance.timing.redirectEnd=0&qos.performance.timing.redirectStart=0&qos.performance.timing.unloadEventEnd=0&qos.performance.timing.unloadEventStart=0&qos.performance.timing.navigationStart=1776902027365&qos.performance.bcInit=165.19999980926514&qos.player.dimensions=%5B%5B1776902029267%2C%220x0%22%2C%223.10938x1.73438%22%5D%5D&qos.player.pixelratio=%5B%5B1776902029267%2C1%5D%5D&qos.player.screendimensions=%5B%5B1776902029267%2C%22800x600%22%5D%5D&seq=3 — 200 — 88 B — 123 ms — h2https://metrics.brightcove.com/v2/tracker?domain=videocloud&platform=video-js&session=38a2f002b66c43cc37782b76&player_mode=media&account=6415614912001&destination=https%3A%2F%2Fwww.workday.com%2F&platform_version=7.42.4&player=players.brightcove.com%2F6415614912001%2Fi1mFTzT6O_default&player_name=Workday-AEM-PROD&source=&autoplay=false&ads_enabled=false&usage=qualityLevels!4.1.0%2CqualityMenu!1.0.4%2Cschema!0.8.0%2CbcPlaylistUi!7.42.4%2Cinpage-embed&event=player_load&time=1776902029282&qos.performance.memory.jsHeapSizeLimit=2248146944&qos.performance.memory.usedJSHeapSize=46854414&qos.performance.memory.totalJSHeapSize=84984506&qos.performance.navigation.redirectCount=0&qos.performance.navigation.type=0&qos.performance.navigation.directedMigration=false&qos.performance.timing.loadEventEnd=0&qos.performance.timing.loadEventStart=0&qos.performance.timing.domComplete=0&qos.performance.timing.domContentLoadedEventEnd=0&qos.performance.timing.domContentLoadedEventStart=0&qos.performance.timing.domInteractive=0&qos.performance.timing.domLoading=1776902027920&qos.performance.timing.responseEnd=1776902027917&qos.performance.timing.responseStart=1776902027914&qos.performance.timing.requestStart=1776902027910&qos.performance.timing.secureConnectionStart=1776902027907&qos.performance.timing.connectEnd=1776902027910&qos.performance.timing.connectStart=1776902027906&qos.performance.timing.domainLookupEnd=1776902027906&qos.performance.timing.domainLookupStart=1776902027905&qos.performance.timing.fetchStart=1776902027904&qos.performance.timing.redirectEnd=0&qos.performance.timing.redirectStart=0&qos.performance.timing.unloadEventEnd=0&qos.performance.timing.unloadEventStart=0&qos.performance.timing.navigationStart=1776902027365&qos.performance.bcInit=180.39999961853027&qos.player.dimensions=%5B%5B1776902029282%2C%220x0%22%2C%22846.656x476.234%22%5D%5D&qos.player.pixelratio=%5B%5B1776902029282%2C1%5D%5D&qos.player.screendimensions=%5B%5B1776902029282%2C%22800x600%22%5D%5D&seq=1metrics.brightcove.com/v2/tracker?d... https://metrics.brightcove.com/v2/tracker?domain=videocloud&platform=video-js&session=38a2f002b66c43cc37782b76&player_mode=media&account=6415614912001&destination=https%3A%2F%2Fwww.workday.com%2F&platform_version=7.42.4&player=players.brightcove.com%2F6415614912001%2Fi1mFTzT6O_default&player_name=Workday-AEM-PROD&source=&autoplay=false&ads_enabled=false&usage=qualityLevels!4.1.0%2CqualityMenu!1.0.4%2Cschema!0.8.0%2CbcPlaylistUi!7.42.4%2Cinpage-embed&event=player_load&time=1776902029282&qos.performance.memory.jsHeapSizeLimit=2248146944&qos.performance.memory.usedJSHeapSize=46854414&qos.performance.memory.totalJSHeapSize=84984506&qos.performance.navigation.redirectCount=0&qos.performance.navigation.type=0&qos.performance.navigation.directedMigration=false&qos.performance.timing.loadEventEnd=0&qos.performance.timing.loadEventStart=0&qos.performance.timing.domComplete=0&qos.performance.timing.domContentLoadedEventEnd=0&qos.performance.timing.domContentLoadedEventStart=0&qos.performance.timing.domInteractive=0&qos.performance.timing.domLoading=1776902027920&qos.performance.timing.responseEnd=1776902027917&qos.performance.timing.responseStart=1776902027914&qos.performance.timing.requestStart=1776902027910&qos.performance.timing.secureConnectionStart=1776902027907&qos.performance.timing.connectEnd=1776902027910&qos.performance.timing.connectStart=1776902027906&qos.performance.timing.domainLookupEnd=1776902027906&qos.performance.timing.domainLookupStart=1776902027905&qos.performance.timing.fetchStart=1776902027904&qos.performance.timing.redirectEnd=0&qos.performance.timing.redirectStart=0&qos.performance.timing.unloadEventEnd=0&qos.performance.timing.unloadEventStart=0&qos.performance.timing.navigationStart=1776902027365&qos.performance.bcInit=180.39999961853027&qos.player.dimensions=%5B%5B1776902029282%2C%220x0%22%2C%22846.656x476.234%22%5D%5D&qos.player.pixelratio=%5B%5B1776902029282%2C1%5D%5D&qos.player.screendimensions=%5B%5B1776902029282%2C%22800x600%22%5D%5D&seq=1 — 200 — 88 B — 126 ms — h2https://www.workday.com/etc.clientlibs/atlas/clientlibs/common/publish/resources/js/vendor.81b98bdb5e0ea2ccd073.bundle.jswww.workday.com/etc.clientlibs/atla... https://www.workday.com/etc.clientlibs/atlas/clientlibs/common/publish/resources/js/vendor.81b98bdb5e0ea2ccd073.bundle.js — 200 — 433.7 KiB — 73 ms — h2https://www.workday.com/etc.clientlibs/atlas/clientlibs/common/publish/resources/js/6541.f249ad28797c0bfbf83b.bundle.jswww.workday.com/etc.clientlibs/atla... https://www.workday.com/etc.clientlibs/atlas/clientlibs/common/publish/resources/js/6541.f249ad28797c0bfbf83b.bundle.js — 200 — 16.3 KiB — 21 ms — h2https://www.workday.com/etc.clientlibs/atlas/clientlibs/common/publish/resources/js/2672.5315aa097b0bf83493df.bundle.jswww.workday.com/etc.clientlibs/atla... https://www.workday.com/etc.clientlibs/atlas/clientlibs/common/publish/resources/js/2672.5315aa097b0bf83493df.bundle.js — 200 — 4.1 KiB — 30 ms — h2https://www.workday.com/etc.clientlibs/atlas/clientlibs/common/publish/resources/js/6049.6b7e93a50778d90aec7b.bundle.jswww.workday.com/etc.clientlibs/atla... https://www.workday.com/etc.clientlibs/atlas/clientlibs/common/publish/resources/js/6049.6b7e93a50778d90aec7b.bundle.js — 200 — 4.9 KiB — 31 ms — h2https://www.workday.com/etc.clientlibs/atlas/clientlibs/common/publish/resources/js/874.0938ecefc21ef5901967.bundle.jswww.workday.com/etc.clientlibs/atla... https://www.workday.com/etc.clientlibs/atlas/clientlibs/common/publish/resources/js/874.0938ecefc21ef5901967.bundle.js — 200 — 8.8 KiB — 33 ms — h2https://www.workday.com/etc.clientlibs/atlas/clientlibs/common/publish/resources/js/9017.7735b1dc62383b41e6c8.bundle.jswww.workday.com/etc.clientlibs/atla... https://www.workday.com/etc.clientlibs/atlas/clientlibs/common/publish/resources/js/9017.7735b1dc62383b41e6c8.bundle.js — 200 — 3.8 KiB — 34 ms — h2https://www.workday.com/etc.clientlibs/atlas/clientlibs/common/publish/resources/js/2307.265f1ff0a5e5635d6ed5.bundle.jswww.workday.com/etc.clientlibs/atla... https://www.workday.com/etc.clientlibs/atlas/clientlibs/common/publish/resources/js/2307.265f1ff0a5e5635d6ed5.bundle.js — 200 — 5.6 KiB — 35 ms — h2https://www.workday.com/etc.clientlibs/atlas/clientlibs/common/publish/resources/js/2480.394724ad4a9f7cce0aa3.bundle.jswww.workday.com/etc.clientlibs/atla... https://www.workday.com/etc.clientlibs/atlas/clientlibs/common/publish/resources/js/2480.394724ad4a9f7cce0aa3.bundle.js — 200 — 1.5 KiB — 33 ms — h2https://www.workday.com/etc.clientlibs/atlas/clientlibs/common/publish/resources/js/2391.0f2a37d3daa6b0d4b887.bundle.jswww.workday.com/etc.clientlibs/atla... https://www.workday.com/etc.clientlibs/atlas/clientlibs/common/publish/resources/js/2391.0f2a37d3daa6b0d4b887.bundle.js — 200 — 1.9 KiB — 37 ms — h2https://www.workday.com/etc.clientlibs/atlas/clientlibs/common/publish/resources/js/7937.66aecb748ca0c6e71232.bundle.jswww.workday.com/etc.clientlibs/atla... https://www.workday.com/etc.clientlibs/atlas/clientlibs/common/publish/resources/js/7937.66aecb748ca0c6e71232.bundle.js — 200 — 5.4 KiB — 39 ms — h2https://www.workday.com/etc.clientlibs/atlas/clientlibs/common/publish/resources/js/821.46c9756d063e3cba6d60.bundle.jswww.workday.com/etc.clientlibs/atla... https://www.workday.com/etc.clientlibs/atlas/clientlibs/common/publish/resources/js/821.46c9756d063e3cba6d60.bundle.js — 200 — 1.2 KiB — 32 ms — h2https://www.workday.com/etc.clientlibs/atlas/clientlibs/common/publish/resources/js/992.41d1c71bcb1aacba6be9.bundle.jswww.workday.com/etc.clientlibs/atla... https://www.workday.com/etc.clientlibs/atlas/clientlibs/common/publish/resources/js/992.41d1c71bcb1aacba6be9.bundle.js — 200 — 10.2 KiB — 32 ms — h2https://www.workday.com/etc.clientlibs/atlas/clientlibs/common/publish/resources/js/2580.ac464dc967b4ecb81c7a.bundle.jswww.workday.com/etc.clientlibs/atla... https://www.workday.com/etc.clientlibs/atlas/clientlibs/common/publish/resources/js/2580.ac464dc967b4ecb81c7a.bundle.js — 200 — 7.8 KiB — 32 ms — h2https://www.workday.com/etc.clientlibs/atlas/clientlibs/common/publish/resources/js/176.1245d9beaee70e136334.bundle.jswww.workday.com/etc.clientlibs/atla... https://www.workday.com/etc.clientlibs/atlas/clientlibs/common/publish/resources/js/176.1245d9beaee70e136334.bundle.js — 200 — 8.3 KiB — 33 ms — h2https://www.workday.com/etc.clientlibs/atlas/clientlibs/common/publish/resources/js/5770.7a7c5d9e53588cdc5d59.bundle.jswww.workday.com/etc.clientlibs/atla... https://www.workday.com/etc.clientlibs/atlas/clientlibs/common/publish/resources/js/5770.7a7c5d9e53588cdc5d59.bundle.js — 200 — 3.2 KiB — 39 ms — h2https://www.workday.com/etc.clientlibs/atlas/clientlibs/common/publish/resources/js/5867.9ecc9a06a34be0437bc8.bundle.jswww.workday.com/etc.clientlibs/atla... https://www.workday.com/etc.clientlibs/atlas/clientlibs/common/publish/resources/js/5867.9ecc9a06a34be0437bc8.bundle.js — 200 — 5.8 KiB — 33 ms — h2https://www.workday.com/etc.clientlibs/atlas/clientlibs/common/publish/resources/js/9183.f091c480f4a351e850b8.bundle.jswww.workday.com/etc.clientlibs/atla... https://www.workday.com/etc.clientlibs/atlas/clientlibs/common/publish/resources/js/9183.f091c480f4a351e850b8.bundle.js — 200 — 11.0 KiB — 39 ms — h2https://www.workday.com/etc.clientlibs/atlas/clientlibs/common/publish/resources/js/3008.c94168ab41a03183437a.bundle.jswww.workday.com/etc.clientlibs/atla... https://www.workday.com/etc.clientlibs/atlas/clientlibs/common/publish/resources/js/3008.c94168ab41a03183437a.bundle.js — 200 — 15.0 KiB — 36 ms — h2https://static.cloud.coveo.com/atomic/v2/p-4eb90395.entry.jsstatic.cloud.coveo.com/atomic/v2/p-... https://static.cloud.coveo.com/atomic/v2/p-4eb90395.entry.js — 200 — 10.6 KiB — 19 ms — h2https://static.cloud.coveo.com/atomic/v2/p-83c33f4e.entry.jsstatic.cloud.coveo.com/atomic/v2/p-... https://static.cloud.coveo.com/atomic/v2/p-83c33f4e.entry.js — 200 — 11.3 KiB — 21 ms — h2https://static.cloud.coveo.com/atomic/v2/p-1dce0bb8.entry.jsstatic.cloud.coveo.com/atomic/v2/p-... https://static.cloud.coveo.com/atomic/v2/p-1dce0bb8.entry.js — 200 — 1.9 KiB — 21 ms — h2https://static.cloud.coveo.com/atomic/v2/p-885e4261.entry.jsstatic.cloud.coveo.com/atomic/v2/p-... https://static.cloud.coveo.com/atomic/v2/p-885e4261.entry.js — 200 — 771 B — 26 ms — h2https://static.cloud.coveo.com/atomic/v2/p-20bde4f9.entry.jsstatic.cloud.coveo.com/atomic/v2/p-... https://static.cloud.coveo.com/atomic/v2/p-20bde4f9.entry.js — 200 — 1.9 KiB — 24 ms — h2https://workday.scene7.com/is/image/workday/img-workday-go?fmt=webp-alpha&req=props,json&scl=1&id=76817865&handler=s7RIJSONResponseworkday.scene7.com/is/image/workday... https://workday.scene7.com/is/image/workday/img-workday-go?fmt=webp-alpha&req=props,json&scl=1&id=76817865&handler=s7RIJSONResponse — 200 — 600 B — 16 ms — h2https://workday.scene7.com/is/image/workday/customer-snowflake-16x9-1?fmt=webp-alpha&req=props,json&scl=1&id=-1320543507&handler=s7RIJSONResponseworkday.scene7.com/is/image/workday... https://workday.scene7.com/is/image/workday/customer-snowflake-16x9-1?fmt=webp-alpha&req=props,json&scl=1&id=-1320543507&handler=s7RIJSONResponse — 200 — 608 B — 30 ms — h2https://workday.scene7.com/is/image/workday/customer-7eleven-16x9-1?req=props,json&scl=1&id=-123035844&handler=s7RIJSONResponseworkday.scene7.com/is/image/workday... https://workday.scene7.com/is/image/workday/customer-7eleven-16x9-1?req=props,json&scl=1&id=-123035844&handler=s7RIJSONResponse — 200 — 601 B — 21 ms — h2https://workday.scene7.com/is/image/workday/customer-jll-singapore-hiredscore-16x9-1?fmt=webp-alpha&req=props,json&scl=1&id=471949583&handler=s7RIJSONResponseworkday.scene7.com/is/image/workday... https://workday.scene7.com/is/image/workday/customer-jll-singapore-hiredscore-16x9-1?fmt=webp-alpha&req=props,json&scl=1&id=471949583&handler=s7RIJSONResponse — 200 — 603 B — 17 ms — h2https://workday.scene7.com/is/image/workday/img-persona-card-hr?fmt=webp-alpha&req=props,json&scl=1&id=225547637&handler=s7RIJSONResponseworkday.scene7.com/is/image/workday... https://workday.scene7.com/is/image/workday/img-persona-card-hr?fmt=webp-alpha&req=props,json&scl=1&id=225547637&handler=s7RIJSONResponse — 200 — 606 B — 24 ms — h2https://workday.scene7.com/is/image/workday/img-persona-card-finance?fmt=webp-alpha&req=props,json&scl=1&id=-205842083&handler=s7RIJSONResponseworkday.scene7.com/is/image/workday... https://workday.scene7.com/is/image/workday/img-persona-card-finance?fmt=webp-alpha&req=props,json&scl=1&id=-205842083&handler=s7RIJSONResponse — 200 — 613 B — 715 ms — h2https://workday.scene7.com/is/image/workday/img-persona-card-it?fmt=webp-alpha&req=props,json&scl=1&id=-1777084138&handler=s7RIJSONResponseworkday.scene7.com/is/image/workday... https://workday.scene7.com/is/image/workday/img-persona-card-it?fmt=webp-alpha&req=props,json&scl=1&id=-1777084138&handler=s7RIJSONResponse — 200 — 606 B — 24 ms — h2https://workday.scene7.com/is/image/workday/img-persona-card-legal?fmt=webp-alpha&req=props,json&scl=1&id=-1085461572&handler=s7RIJSONResponseworkday.scene7.com/is/image/workday... https://workday.scene7.com/is/image/workday/img-persona-card-legal?fmt=webp-alpha&req=props,json&scl=1&id=-1085461572&handler=s7RIJSONResponse — 200 — 605 B — 25 ms — h2https://workday.scene7.com/is/image/workday/img-persona-card-operations?fmt=webp-alpha&req=props,json&scl=1&id=-221764777&handler=s7RIJSONResponseworkday.scene7.com/is/image/workday... https://workday.scene7.com/is/image/workday/img-persona-card-operations?fmt=webp-alpha&req=props,json&scl=1&id=-221764777&handler=s7RIJSONResponse — 200 — 606 B — 25 ms — h2https://workday.scene7.com/is/image/workday/img-medtronic-white-on-afterhours-16x9?fmt=webp-alpha&req=props,json&scl=1&id=2030331263&handler=s7RIJSONResponseworkday.scene7.com/is/image/workday... https://workday.scene7.com/is/image/workday/img-medtronic-white-on-afterhours-16x9?fmt=webp-alpha&req=props,json&scl=1&id=2030331263&handler=s7RIJSONResponse — 200 — 603 B — 25 ms — h2https://workday.scene7.com/is/image/workday/img-cognizant-white-on-afterhours-16x9?fmt=webp-alpha&req=props,json&scl=1&id=650474591&handler=s7RIJSONResponseworkday.scene7.com/is/image/workday... https://workday.scene7.com/is/image/workday/img-cognizant-white-on-afterhours-16x9?fmt=webp-alpha&req=props,json&scl=1&id=650474591&handler=s7RIJSONResponse — 200 — 603 B — 18 ms — h2https://workday.scene7.com/is/image/workday/img-jabil-white-on-afterhours-16x9?fmt=webp-alpha&req=props,json&scl=1&id=-340251532&handler=s7RIJSONResponseworkday.scene7.com/is/image/workday... https://workday.scene7.com/is/image/workday/img-jabil-white-on-afterhours-16x9?fmt=webp-alpha&req=props,json&scl=1&id=-340251532&handler=s7RIJSONResponse — 200 — 613 B — 711 ms — h2https://workday.scene7.com/is/image/workday/img-netapp-white-on-afterhours-16x9?fmt=webp-alpha&req=props,json&scl=1&id=-377536978&handler=s7RIJSONResponseworkday.scene7.com/is/image/workday... https://workday.scene7.com/is/image/workday/img-netapp-white-on-afterhours-16x9?fmt=webp-alpha&req=props,json&scl=1&id=-377536978&handler=s7RIJSONResponse — 200 — 604 B — 18 ms — h2https://workday.scene7.com/is/image/workday/img-chipotle-white-on-afterhours-16x9?fmt=webp-alpha&req=props,json&scl=1&id=-1141970712&handler=s7RIJSONResponseworkday.scene7.com/is/image/workday... https://workday.scene7.com/is/image/workday/img-chipotle-white-on-afterhours-16x9?fmt=webp-alpha&req=props,json&scl=1&id=-1141970712&handler=s7RIJSONResponse — 200 — 604 B — 18 ms — h2https://workday.scene7.com/is/image/workday/img-great-wolf-lodge-white-on-afterhours-16x9?fmt=webp-alpha&req=props,json&scl=1&id=-51602514&handler=s7RIJSONResponseworkday.scene7.com/is/image/workday... https://workday.scene7.com/is/image/workday/img-great-wolf-lodge-white-on-afterhours-16x9?fmt=webp-alpha&req=props,json&scl=1&id=-51602514&handler=s7RIJSONResponse — 200 — 602 B — 13 ms — h2https://www.workday.com/libs/granite/csrf/token.jsonwww.workday.com/libs/granite/csrf/t... https://www.workday.com/libs/granite/csrf/token.json — 200 — 815 B — 6 ms — h2https://assets.adobedtm.com/303d40967ff8/ba5d44d15dc7/5a9ef410caa7/RCfa96fcb4b5fb4be2af438b0f43e257fe-source.min.jsassets.adobedtm.com/303d40967ff8/ba... https://assets.adobedtm.com/303d40967ff8/ba5d44d15dc7/5a9ef410caa7/RCfa96fcb4b5fb4be2af438b0f43e257fe-source.min.js — 200 — 836 B — 4 ms — h2blob:https://www.workday.com/4d079174-af4e-4692-993f-6570139253d9www.workday.com/4d079174-af4e-4692-... blob:https://www.workday.com/4d079174-af4e-4692-993f-6570139253d9 — 200 — -1 B — 69 ms — blobblob:https://www.workday.com/eefc842e-ec23-46bc-9c02-f8acdc1ef6a8www.workday.com/eefc842e-ec23-46bc-... blob:https://www.workday.com/eefc842e-ec23-46bc-9c02-f8acdc1ef6a8 — 200 — -1 B — 84 ms — blobblob:https://www.workday.com/ba277919-ea71-4435-8228-c4c0e4c49f77www.workday.com/ba277919-ea71-4435-... blob:https://www.workday.com/ba277919-ea71-4435-8228-c4c0e4c49f77 — 200 — -1 B — 79 ms — blobblob:https://www.workday.com/79817a22-7bb1-4326-829d-d1b5124b71bdwww.workday.com/79817a22-7bb1-4326-... blob:https://www.workday.com/79817a22-7bb1-4326-829d-d1b5124b71bd — 200 — -1 B — 76 ms — blobhttps://manifest.prod.boltdns.net/manifest/v2/hls/v7/clear/avc1_mp4a/6415614912001/41039b09-5876-4501-84ad-5cae7a89ea26/6s/master.m3u8?fastly_token=NjllOTZkOWRfODViNzMxNjBhNWIxYmM4ZWM4ZmY5ZjJkZjMzMDVlOTY1Y2I2Mjc4YzEwOTQ5ZjYzZmIyMTZjZTFiNGYzYTM5OQ%3D%3Dmanifest.prod.boltdns.net/manifest/... https://manifest.prod.boltdns.net/manifest/v2/hls/v7/clear/avc1_mp4a/6415614912001/41039b09-5876-4501-84ad-5cae7a89ea26/6s/master.m3u8?fastly_token=NjllOTZkOWRfODViNzMxNjBhNWIxYmM4ZWM4ZmY5ZjJkZjMzMDVlOTY1Y2I2Mjc4YzEwOTQ5ZjYzZmIyMTZjZTFiNGYzYTM5OQ%3D%3D — 200 — 5.2 KiB — 103 ms — h2blob:https://www.workday.com/6ddb2381-816d-4741-9b27-c81dbd0b7a11www.workday.com/6ddb2381-816d-4741-... blob:https://www.workday.com/6ddb2381-816d-4741-9b27-c81dbd0b7a11 — 200 — -1 B — 61 ms — blobblob:https://www.workday.com/ef569afd-ce8d-4848-8f42-fdeb9df407bbwww.workday.com/ef569afd-ce8d-4848-... blob:https://www.workday.com/ef569afd-ce8d-4848-8f42-fdeb9df407bb — 200 — -1 B — 67 ms — blobblob:https://www.workday.com/074d9f6b-5cc3-4ed4-93a7-5e374bcc9fbfwww.workday.com/074d9f6b-5cc3-4ed4-... blob:https://www.workday.com/074d9f6b-5cc3-4ed4-93a7-5e374bcc9fbf — 200 — -1 B — 70 ms — blobhttps://manifest.prod.boltdns.net/manifest/v2/hls/v7/clear/avc1_mp4a/6415614912001/4146631e-868d-4417-9533-e4f30f13e6c3/6s/master.m3u8?fastly_token=NjllOTZkOWRfYTRjYThmYzdiYjk0NThlMDIxZmE0ZWVlNDU4ODUyYWM3NTJjMzlkNGRmYTg4N2VmMjE1NmRkNTQyNmFjMmFjNQ%3D%3Dmanifest.prod.boltdns.net/manifest/... https://manifest.prod.boltdns.net/manifest/v2/hls/v7/clear/avc1_mp4a/6415614912001/4146631e-868d-4417-9533-e4f30f13e6c3/6s/master.m3u8?fastly_token=NjllOTZkOWRfYTRjYThmYzdiYjk0NThlMDIxZmE0ZWVlNDU4ODUyYWM3NTJjMzlkNGRmYTg4N2VmMjE1NmRkNTQyNmFjMmFjNQ%3D%3D — 200 — 4.9 KiB — 89 ms — h2blob:https://www.workday.com/24223dab-6ee5-40be-9a5e-499963e6418ewww.workday.com/24223dab-6ee5-40be-... blob:https://www.workday.com/24223dab-6ee5-40be-9a5e-499963e6418e — 200 — -1 B — 333 ms — blobhttps://static.cloud.coveo.com/atomic/v2/p-fa8bcc43.jsstatic.cloud.coveo.com/atomic/v2/p-... https://static.cloud.coveo.com/atomic/v2/p-fa8bcc43.js — 200 — 1.8 KiB — 8 ms — h2https://static.cloud.coveo.com/atomic/v2/p-87788a99.jsstatic.cloud.coveo.com/atomic/v2/p-... https://static.cloud.coveo.com/atomic/v2/p-87788a99.js — 200 — 1.3 KiB — 28 ms — h2https://static.cloud.coveo.com/atomic/v2/p-5544eaf5.jsstatic.cloud.coveo.com/atomic/v2/p-... https://static.cloud.coveo.com/atomic/v2/p-5544eaf5.js — 200 — 10.1 KiB — 29 ms — h2https://static.cloud.coveo.com/atomic/v2/p-3699e07e.jsstatic.cloud.coveo.com/atomic/v2/p-... https://static.cloud.coveo.com/atomic/v2/p-3699e07e.js — 200 — 931 B — 30 ms — h2https://static.cloud.coveo.com/atomic/v2/p-1580513b.jsstatic.cloud.coveo.com/atomic/v2/p-... https://static.cloud.coveo.com/atomic/v2/p-1580513b.js — 200 — 834 B — 31 ms — h2https://static.cloud.coveo.com/atomic/v2/p-e9c4f463.jsstatic.cloud.coveo.com/atomic/v2/p-... https://static.cloud.coveo.com/atomic/v2/p-e9c4f463.js — 200 — 1.1 KiB — 32 ms — h2https://static.cloud.coveo.com/atomic/v2/p-76cdb4e5.jsstatic.cloud.coveo.com/atomic/v2/p-... https://static.cloud.coveo.com/atomic/v2/p-76cdb4e5.js — 200 — 1.2 KiB — 33 ms — h2https://static.cloud.coveo.com/atomic/v2/p-9c7dbbdf.jsstatic.cloud.coveo.com/atomic/v2/p-... https://static.cloud.coveo.com/atomic/v2/p-9c7dbbdf.js — 200 — 701 B — 34 ms — h2https://static.cloud.coveo.com/atomic/v2/p-833161c3.jsstatic.cloud.coveo.com/atomic/v2/p-... https://static.cloud.coveo.com/atomic/v2/p-833161c3.js — 200 — 108.0 KiB — 69 ms — h2https://static.cloud.coveo.com/atomic/v2/p-3ebf74ce.jsstatic.cloud.coveo.com/atomic/v2/p-... https://static.cloud.coveo.com/atomic/v2/p-3ebf74ce.js — 200 — 23.5 KiB — 49 ms — h2https://static.cloud.coveo.com/atomic/v2/p-0943c4bd.jsstatic.cloud.coveo.com/atomic/v2/p-... https://static.cloud.coveo.com/atomic/v2/p-0943c4bd.js — 200 — 1.1 KiB — 33 ms — h2https://static.cloud.coveo.com/atomic/v2/p-570efa10.jsstatic.cloud.coveo.com/atomic/v2/p-... https://static.cloud.coveo.com/atomic/v2/p-570efa10.js — 200 — 1.3 KiB — 34 ms — h2https://static.cloud.coveo.com/atomic/v2/p-95434156.jsstatic.cloud.coveo.com/atomic/v2/p-... https://static.cloud.coveo.com/atomic/v2/p-95434156.js — 200 — 1.4 KiB — 35 ms — h2https://static.cloud.coveo.com/atomic/v2/p-83080773.jsstatic.cloud.coveo.com/atomic/v2/p-... https://static.cloud.coveo.com/atomic/v2/p-83080773.js — 200 — 1.9 KiB — 36 ms — h2https://static.cloud.coveo.com/atomic/v2/p-37511f39.jsstatic.cloud.coveo.com/atomic/v2/p-... https://static.cloud.coveo.com/atomic/v2/p-37511f39.js — 200 — 3.5 KiB — 37 ms — h2https://static.cloud.coveo.com/atomic/v2/p-44779695.jsstatic.cloud.coveo.com/atomic/v2/p-... https://static.cloud.coveo.com/atomic/v2/p-44779695.js — 200 — 2.1 KiB — 38 ms — h2https://static.cloud.coveo.com/atomic/v2/p-cfb3c589.jsstatic.cloud.coveo.com/atomic/v2/p-... https://static.cloud.coveo.com/atomic/v2/p-cfb3c589.js — 200 — 923 B — 38 ms — h2https://static.cloud.coveo.com/atomic/v2/p-f51f762b.jsstatic.cloud.coveo.com/atomic/v2/p-... https://static.cloud.coveo.com/atomic/v2/p-f51f762b.js — 200 — 1.3 KiB — 39 ms — h2https://static.cloud.coveo.com/atomic/v2/p-7598e7d5.jsstatic.cloud.coveo.com/atomic/v2/p-... https://static.cloud.coveo.com/atomic/v2/p-7598e7d5.js — 200 — 1.0 KiB — 39 ms — h2https://static.cloud.coveo.com/atomic/v2/p-c280cd05.jsstatic.cloud.coveo.com/atomic/v2/p-... https://static.cloud.coveo.com/atomic/v2/p-c280cd05.js — 200 — 841 B — 40 ms — h2https://static.cloud.coveo.com/atomic/v2/p-e36261d7.jsstatic.cloud.coveo.com/atomic/v2/p-... https://static.cloud.coveo.com/atomic/v2/p-e36261d7.js — 200 — 1.2 KiB — 42 ms — h2https://static.cloud.coveo.com/atomic/v2/p-8f5830b4.jsstatic.cloud.coveo.com/atomic/v2/p-... https://static.cloud.coveo.com/atomic/v2/p-8f5830b4.js — 200 — 748 B — 47 ms — h2https://static.cloud.coveo.com/atomic/v2/p-ff7c46a2.jsstatic.cloud.coveo.com/atomic/v2/p-... https://static.cloud.coveo.com/atomic/v2/p-ff7c46a2.js — 200 — 1.5 KiB — 48 ms — h2https://static.cloud.coveo.com/atomic/v2/p-c86021c8.jsstatic.cloud.coveo.com/atomic/v2/p-... https://static.cloud.coveo.com/atomic/v2/p-c86021c8.js — 200 — 965 B — 49 ms — h2https://static.cloud.coveo.com/atomic/v2/p-04f800cd.jsstatic.cloud.coveo.com/atomic/v2/p-... https://static.cloud.coveo.com/atomic/v2/p-04f800cd.js — 200 — 4.3 KiB — 50 ms — h2https://static.cloud.coveo.com/atomic/v2/p-a56bfec6.jsstatic.cloud.coveo.com/atomic/v2/p-... https://static.cloud.coveo.com/atomic/v2/p-a56bfec6.js — 200 — 761 B — 51 ms — h2https://static.cloud.coveo.com/atomic/v2/p-d83eaf95.jsstatic.cloud.coveo.com/atomic/v2/p-... https://static.cloud.coveo.com/atomic/v2/p-d83eaf95.js — 200 — 1.5 KiB — 52 ms — h2https://static.cloud.coveo.com/atomic/v2/p-8fcdce6d.jsstatic.cloud.coveo.com/atomic/v2/p-... https://static.cloud.coveo.com/atomic/v2/p-8fcdce6d.js — 200 — 1.1 KiB — 53 ms — h2https://static.cloud.coveo.com/atomic/v2/p-e48090a7.jsstatic.cloud.coveo.com/atomic/v2/p-... https://static.cloud.coveo.com/atomic/v2/p-e48090a7.js — 200 — 1001 B — 53 ms — h2https://static.cloud.coveo.com/atomic/v2/p-4dcb66f1.jsstatic.cloud.coveo.com/atomic/v2/p-... https://static.cloud.coveo.com/atomic/v2/p-4dcb66f1.js — 200 — 1.1 KiB — 54 ms — h2https://static.cloud.coveo.com/atomic/v2/p-b0ede3ce.jsstatic.cloud.coveo.com/atomic/v2/p-... https://static.cloud.coveo.com/atomic/v2/p-b0ede3ce.js — 200 — 1.2 KiB — 55 ms — h2https://manifest.prod.boltdns.net/manifest/v2/hls/v7/fmp4/clear/6415614912001/41039b09-5876-4501-84ad-5cae7a89ea26/37baa5ab-8695-4d53-8c93-37f0189ff4ce/6s/rendition.m3u8?fastly_token=NjllOWI3NzdfNTI0MzBkNmM0YWFmMGRlMTg0Y2FiMDJjZDgwYTBmYjI0NDY4MmI4NTA5MmY4NTZjODI3YzlhMDdiMGUzNmUyYg%3D%3Dmanifest.prod.boltdns.net/manifest/... https://manifest.prod.boltdns.net/manifest/v2/hls/v7/fmp4/clear/6415614912001/41039b09-5876-4501-84ad-5cae7a89ea26/37baa5ab-8695-4d53-8c93-37f0189ff4ce/6s/rendition.m3u8?fastly_token=NjllOWI3NzdfNTI0MzBkNmM0YWFmMGRlMTg0Y2FiMDJjZDgwYTBmYjI0NDY4MmI4NTA5MmY4NTZjODI3YzlhMDdiMGUzNmUyYg%3D%3D — 200 — 1.2 KiB — 161 ms — h2https://manifest.prod.boltdns.net/manifest/v2/hls/v7/fmp4/clear/6415614912001/4146631e-868d-4417-9533-e4f30f13e6c3/29d74831-a546-4693-a13f-a8e3c07037fb/6s/rendition.m3u8?fastly_token=NjllOWI3NzlfYzRhYjczZDc0ZDM5OWVkOTA4MzVmZmQxYjIzMWQzOTEwZTYzYjM3N2RmNDRlNTYwZTE2ZWEwZTkyZmYxNGQ1Mw%3D%3Dmanifest.prod.boltdns.net/manifest/... https://manifest.prod.boltdns.net/manifest/v2/hls/v7/fmp4/clear/6415614912001/4146631e-868d-4417-9533-e4f30f13e6c3/29d74831-a546-4693-a13f-a8e3c07037fb/6s/rendition.m3u8?fastly_token=NjllOWI3NzlfYzRhYjczZDc0ZDM5OWVkOTA4MzVmZmQxYjIzMWQzOTEwZTYzYjM3N2RmNDRlNTYwZTE2ZWEwZTkyZmYxNGQ1Mw%3D%3D — 200 — 1.8 KiB — 61 ms — h2https://manifest.prod.boltdns.net/manifest/v2/hls/v7/fmp4/clear/6415614912001/4146631e-868d-4417-9533-e4f30f13e6c3/6297b659-f27e-48a3-b415-acefd7ac3067/6s/rendition.m3u8?fastly_token=NjllOWI3NzlfZTE2NDBmM2RmOWQ1NjFiYjBhYTFmY2Y0YWZjNDFlYWVlZTIwOTczNDliNjE1ZGZjODQ2ZWY1YTU0ZDE2MjBmMQ%3D%3Dmanifest.prod.boltdns.net/manifest/... https://manifest.prod.boltdns.net/manifest/v2/hls/v7/fmp4/clear/6415614912001/4146631e-868d-4417-9533-e4f30f13e6c3/6297b659-f27e-48a3-b415-acefd7ac3067/6s/rendition.m3u8?fastly_token=NjllOWI3NzlfZTE2NDBmM2RmOWQ1NjFiYjBhYTFmY2Y0YWZjNDFlYWVlZTIwOTczNDliNjE1ZGZjODQ2ZWY1YTU0ZDE2MjBmMQ%3D%3D — 200 — 1.7 KiB — 157 ms — h2https://static.cloud.coveo.com/atomic/v2/p-80dbf9c6.entry.jsstatic.cloud.coveo.com/atomic/v2/p-... https://static.cloud.coveo.com/atomic/v2/p-80dbf9c6.entry.js — 200 — 1.2 KiB — 5 ms — h2https://consent.trustarc.com/analytics?action=0&domain=workday.com&implied=0&session=f743c3a40bd647ed9dafd1ac8d931161&new=1&referer=https://www.workday.comconsent.trustarc.com/analytics?acti... https://consent.trustarc.com/analytics?action=0&domain=workday.com&implied=0&session=f743c3a40bd647ed9dafd1ac8d931161&new=1&referer=https://www.workday.com — 200 — 464 B — 39 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 — 5 ms — h2https://manifest.prod.boltdns.net/manifest/v2/hls/v7/fmp4/clear/6415614912001/41039b09-5876-4501-84ad-5cae7a89ea26/b5a1fc2b-2633-4a96-a677-be9fe63ec82d/6s/rendition.m3u8?fastly_token=NjllOWI3NzdfMDVjNzlmM2VjM2E3MWJiMjJkOWEyZWY1MGFjNjAzYmZlMmI2ZDFlZTc0OTNhMmEzYTI2M2NiNGMzZDdmYjhiOA%3D%3Dmanifest.prod.boltdns.net/manifest/... https://manifest.prod.boltdns.net/manifest/v2/hls/v7/fmp4/clear/6415614912001/41039b09-5876-4501-84ad-5cae7a89ea26/b5a1fc2b-2633-4a96-a677-be9fe63ec82d/6s/rendition.m3u8?fastly_token=NjllOWI3NzdfMDVjNzlmM2VjM2E3MWJiMjJkOWEyZWY1MGFjNjAzYmZlMmI2ZDFlZTc0OTNhMmEzYTI2M2NiNGMzZDdmYjhiOA%3D%3D — 200 — 1.2 KiB — 293 ms — h2https://metrics.brightcove.com/v2/tracker?domain=videocloud&platform=video-js&session=c8f4a89718f96806b39ce158&player_mode=media&account=6415614912001&destination=https%3A%2F%2Fwww.workday.com%2F&platform_version=7.42.4&player=players.brightcove.com%2F6415614912001%2Fi1mFTzT6O_default&player_name=Workday-AEM-PROD&source=&autoplay=false&ads_enabled=false&media_type=video&time=1776902030022&event=video_impression&video=6391033067112&video_name=man-on-iphone-sana&reference_id=&custom_fields=%5Bobject%20Object%5D&video_data=%5Bobject%20Object%5D&video_ads_supported=true&tags=en%2Canimation&video_duration=5&media_url=https%3A%2F%2Fmanifest.prod.boltdns.net%2Fmanifest%2Fv2%2Fhls%2Fv7%2Fclear%2Favc1_mp4a%2F6415614912001%2F41039b09-5876-4501-84ad-5cae7a89ea26%2F6s%2Fmaster.m3u8%3Ffastly_token%3DNjllOTZkOWRfODViNzMxNjBhNWIxYmM4ZWM4ZmY5ZjJkZjMzMDVlOTY1Y2I2Mjc4YzEwOTQ5ZjYzZmIyMTZjZTFiNGYzYTM5OQ%253D%253D&qos.content.sourceMimeType=application%2Fvnd.apple.mpegurl&seq=4_0&preload=metadatametrics.brightcove.com/v2/tracker?d... https://metrics.brightcove.com/v2/tracker?domain=videocloud&platform=video-js&session=c8f4a89718f96806b39ce158&player_mode=media&account=6415614912001&destination=https%3A%2F%2Fwww.workday.com%2F&platform_version=7.42.4&player=players.brightcove.com%2F6415614912001%2Fi1mFTzT6O_default&player_name=Workday-AEM-PROD&source=&autoplay=false&ads_enabled=false&media_type=video&time=1776902030022&event=video_impression&video=6391033067112&video_name=man-on-iphone-sana&reference_id=&custom_fields=%5Bobject%20Object%5D&video_data=%5Bobject%20Object%5D&video_ads_supported=true&tags=en%2Canimation&video_duration=5&media_url=https%3A%2F%2Fmanifest.prod.boltdns.net%2Fmanifest%2Fv2%2Fhls%2Fv7%2Fclear%2Favc1_mp4a%2F6415614912001%2F41039b09-5876-4501-84ad-5cae7a89ea26%2F6s%2Fmaster.m3u8%3Ffastly_token%3DNjllOTZkOWRfODViNzMxNjBhNWIxYmM4ZWM4ZmY5ZjJkZjMzMDVlOTY1Y2I2Mjc4YzEwOTQ5ZjYzZmIyMTZjZTFiNGYzYTM5OQ%253D%253D&qos.content.sourceMimeType=application%2Fvnd.apple.mpegurl&seq=4_0&preload=metadata — 200 — 88 B — 130 ms — h2https://metrics.brightcove.com/v2/tracker?domain=videocloud&platform=video-js&session=5b1a0781a39be9f7dcd4a926&player_mode=media&account=6415614912001&destination=https%3A%2F%2Fwww.workday.com%2F&platform_version=7.42.4&player=players.brightcove.com%2F6415614912001%2Fi1mFTzT6O_default&player_name=Workday-AEM-PROD&source=&autoplay=false&ads_enabled=false&media_type=video&time=1776902030027&event=video_impression&video=6383482192112&video_name=video-hero-driver&reference_id=&custom_fields=%5Bobject%20Object%5D&video_data=%5Bobject%20Object%5D&video_ads_supported=true&tags=en%2Canimation&video_duration=7&media_url=https%3A%2F%2Fmanifest.prod.boltdns.net%2Fmanifest%2Fv2%2Fhls%2Fv7%2Fclear%2Favc1_mp4a%2F6415614912001%2F4146631e-868d-4417-9533-e4f30f13e6c3%2F6s%2Fmaster.m3u8%3Ffastly_token%3DNjllOTZkOWRfYTRjYThmYzdiYjk0NThlMDIxZmE0ZWVlNDU4ODUyYWM3NTJjMzlkNGRmYTg4N2VmMjE1NmRkNTQyNmFjMmFjNQ%253D%253D&qos.content.sourceMimeType=application%2Fvnd.apple.mpegurl&seq=4_0&preload=metadatametrics.brightcove.com/v2/tracker?d... https://metrics.brightcove.com/v2/tracker?domain=videocloud&platform=video-js&session=5b1a0781a39be9f7dcd4a926&player_mode=media&account=6415614912001&destination=https%3A%2F%2Fwww.workday.com%2F&platform_version=7.42.4&player=players.brightcove.com%2F6415614912001%2Fi1mFTzT6O_default&player_name=Workday-AEM-PROD&source=&autoplay=false&ads_enabled=false&media_type=video&time=1776902030027&event=video_impression&video=6383482192112&video_name=video-hero-driver&reference_id=&custom_fields=%5Bobject%20Object%5D&video_data=%5Bobject%20Object%5D&video_ads_supported=true&tags=en%2Canimation&video_duration=7&media_url=https%3A%2F%2Fmanifest.prod.boltdns.net%2Fmanifest%2Fv2%2Fhls%2Fv7%2Fclear%2Favc1_mp4a%2F6415614912001%2F4146631e-868d-4417-9533-e4f30f13e6c3%2F6s%2Fmaster.m3u8%3Ffastly_token%3DNjllOTZkOWRfYTRjYThmYzdiYjk0NThlMDIxZmE0ZWVlNDU4ODUyYWM3NTJjMzlkNGRmYTg4N2VmMjE1NmRkNTQyNmFjMmFjNQ%253D%253D&qos.content.sourceMimeType=application%2Fvnd.apple.mpegurl&seq=4_0&preload=metadata — 200 — 88 B — 131 ms — h2https://static.cloud.coveo.com/atomic/v2/lang/en.jsonstatic.cloud.coveo.com/atomic/v2/la... https://static.cloud.coveo.com/atomic/v2/lang/en.json — 200 — 4.6 KiB — 6 ms — h2https://house-fastly-signed-us-east-1-prod.brightcovecdn.com/media/v1/hls/v7/clear/6415614912001/4146631e-868d-4417-9533-e4f30f13e6c3/29d74831-a546-4693-a13f-a8e3c07037fb/init.m4f?fastly_token=NjllOWI3N2FfMmY2NDgxZGY2MDBiNjUzMTAyYWZkZDY1NjE1YWFiMzM3NjcxY2Q0YTM2ZWRiYzBjMTg3MTk1OTRmYTJiMjIyMl8vL2hvdXNlLWZhc3RseS1zaWduZWQtdXMtZWFzdC0xLXByb2QuYnJpZ2h0Y292ZWNkbi5jb20vbWVkaWEvdjEvaGxzL3Y3L2NsZWFyLzY0MTU2MTQ5MTIwMDEvNDE0NjYzMWUtODY4ZC00NDE3LTk1MzMtZTRmMzBmMTNlNmMzLzI5ZDc0ODMxLWE1NDYtNDY5My1hMTNmLWE4ZTNjMDcwMzdmYi8%3Dhouse-fastly-signed-us-east-1-prod.... https://house-fastly-signed-us-east-1-prod.brightcovecdn.com/media/v1/hls/v7/clear/6415614912001/4146631e-868d-4417-9533-e4f30f13e6c3/29d74831-a546-4693-a13f-a8e3c07037fb/init.m4f?fastly_token=NjllOWI3N2FfMmY2NDgxZGY2MDBiNjUzMTAyYWZkZDY1NjE1YWFiMzM3NjcxY2Q0YTM2ZWRiYzBjMTg3MTk1OTRmYTJiMjIyMl8vL2hvdXNlLWZhc3RseS1zaWduZWQtdXMtZWFzdC0xLXByb2QuYnJpZ2h0Y292ZWNkbi5jb20vbWVkaWEvdjEvaGxzL3Y3L2NsZWFyLzY0MTU2MTQ5MTIwMDEvNDE0NjYzMWUtODY4ZC00NDE3LTk1MzMtZTRmMzBmMTNlNmMzLzI5ZDc0ODMxLWE1NDYtNDY5My1hMTNmLWE4ZTNjMDcwMzdmYi8%3D — 200 — 1.3 KiB — 9 ms — h2https://house-fastly-signed-us-east-1-prod.brightcovecdn.com/media/v1/hls/v7/clear/6415614912001/4146631e-868d-4417-9533-e4f30f13e6c3/29d74831-a546-4693-a13f-a8e3c07037fb/3x/segment0.m4f?fastly_token=NjllOWI3N2FfMmY2NDgxZGY2MDBiNjUzMTAyYWZkZDY1NjE1YWFiMzM3NjcxY2Q0YTM2ZWRiYzBjMTg3MTk1OTRmYTJiMjIyMl8vL2hvdXNlLWZhc3RseS1zaWduZWQtdXMtZWFzdC0xLXByb2QuYnJpZ2h0Y292ZWNkbi5jb20vbWVkaWEvdjEvaGxzL3Y3L2NsZWFyLzY0MTU2MTQ5MTIwMDEvNDE0NjYzMWUtODY4ZC00NDE3LTk1MzMtZTRmMzBmMTNlNmMzLzI5ZDc0ODMxLWE1NDYtNDY5My1hMTNmLWE4ZTNjMDcwMzdmYi8%3Dhouse-fastly-signed-us-east-1-prod.... https://house-fastly-signed-us-east-1-prod.brightcovecdn.com/media/v1/hls/v7/clear/6415614912001/4146631e-868d-4417-9533-e4f30f13e6c3/29d74831-a546-4693-a13f-a8e3c07037fb/3x/segment0.m4f?fastly_token=NjllOWI3N2FfMmY2NDgxZGY2MDBiNjUzMTAyYWZkZDY1NjE1YWFiMzM3NjcxY2Q0YTM2ZWRiYzBjMTg3MTk1OTRmYTJiMjIyMl8vL2hvdXNlLWZhc3RseS1zaWduZWQtdXMtZWFzdC0xLXByb2QuYnJpZ2h0Y292ZWNkbi5jb20vbWVkaWEvdjEvaGxzL3Y3L2NsZWFyLzY0MTU2MTQ5MTIwMDEvNDE0NjYzMWUtODY4ZC00NDE3LTk1MzMtZTRmMzBmMTNlNmMzLzI5ZDc0ODMxLWE1NDYtNDY5My1hMTNmLWE4ZTNjMDcwMzdmYi8%3D — 200 — 1.4 MiB — 42 ms — h2https://house-fastly-signed-us-east-1-prod.brightcovecdn.com/media/v1/hls/v7/clear/6415614912001/41039b09-5876-4501-84ad-5cae7a89ea26/37baa5ab-8695-4d53-8c93-37f0189ff4ce/init.m4f?fastly_token=NjllOWI3NzhfZjUyNmMwNzFkMzU1M2U5MmIxZWJlNWU1MTE3NGJjM2VmODYwZmM5ZThhNDFiMDJlZTMyMjRhNmMwNjU0ZjY0MV8vL2hvdXNlLWZhc3RseS1zaWduZWQtdXMtZWFzdC0xLXByb2QuYnJpZ2h0Y292ZWNkbi5jb20vbWVkaWEvdjEvaGxzL3Y3L2NsZWFyLzY0MTU2MTQ5MTIwMDEvNDEwMzliMDktNTg3Ni00NTAxLTg0YWQtNWNhZTdhODllYTI2LzM3YmFhNWFiLTg2OTUtNGQ1My04YzkzLTM3ZjAxODlmZjRjZS8%3Dhouse-fastly-signed-us-east-1-prod.... https://house-fastly-signed-us-east-1-prod.brightcovecdn.com/media/v1/hls/v7/clear/6415614912001/41039b09-5876-4501-84ad-5cae7a89ea26/37baa5ab-8695-4d53-8c93-37f0189ff4ce/init.m4f?fastly_token=NjllOWI3NzhfZjUyNmMwNzFkMzU1M2U5MmIxZWJlNWU1MTE3NGJjM2VmODYwZmM5ZThhNDFiMDJlZTMyMjRhNmMwNjU0ZjY0MV8vL2hvdXNlLWZhc3RseS1zaWduZWQtdXMtZWFzdC0xLXByb2QuYnJpZ2h0Y292ZWNkbi5jb20vbWVkaWEvdjEvaGxzL3Y3L2NsZWFyLzY0MTU2MTQ5MTIwMDEvNDEwMzliMDktNTg3Ni00NTAxLTg0YWQtNWNhZTdhODllYTI2LzM3YmFhNWFiLTg2OTUtNGQ1My04YzkzLTM3ZjAxODlmZjRjZS8%3D — 200 — 994 B — 16 ms — h2https://house-fastly-signed-us-east-1-prod.brightcovecdn.com/media/v1/hls/v7/clear/6415614912001/41039b09-5876-4501-84ad-5cae7a89ea26/37baa5ab-8695-4d53-8c93-37f0189ff4ce/4x/segment0.m4f?fastly_token=NjllOWI3NzhfZjUyNmMwNzFkMzU1M2U5MmIxZWJlNWU1MTE3NGJjM2VmODYwZmM5ZThhNDFiMDJlZTMyMjRhNmMwNjU0ZjY0MV8vL2hvdXNlLWZhc3RseS1zaWduZWQtdXMtZWFzdC0xLXByb2QuYnJpZ2h0Y292ZWNkbi5jb20vbWVkaWEvdjEvaGxzL3Y3L2NsZWFyLzY0MTU2MTQ5MTIwMDEvNDEwMzliMDktNTg3Ni00NTAxLTg0YWQtNWNhZTdhODllYTI2LzM3YmFhNWFiLTg2OTUtNGQ1My04YzkzLTM3ZjAxODlmZjRjZS8%3Dhouse-fastly-signed-us-east-1-prod.... https://house-fastly-signed-us-east-1-prod.brightcovecdn.com/media/v1/hls/v7/clear/6415614912001/41039b09-5876-4501-84ad-5cae7a89ea26/37baa5ab-8695-4d53-8c93-37f0189ff4ce/4x/segment0.m4f?fastly_token=NjllOWI3NzhfZjUyNmMwNzFkMzU1M2U5MmIxZWJlNWU1MTE3NGJjM2VmODYwZmM5ZThhNDFiMDJlZTMyMjRhNmMwNjU0ZjY0MV8vL2hvdXNlLWZhc3RseS1zaWduZWQtdXMtZWFzdC0xLXByb2QuYnJpZ2h0Y292ZWNkbi5jb20vbWVkaWEvdjEvaGxzL3Y3L2NsZWFyLzY0MTU2MTQ5MTIwMDEvNDEwMzliMDktNTg3Ni00NTAxLTg0YWQtNWNhZTdhODllYTI2LzM3YmFhNWFiLTg2OTUtNGQ1My04YzkzLTM3ZjAxODlmZjRjZS8%3D — 200 — 1.2 MiB — 41 ms — h2https://house-fastly-signed-us-east-1-prod.brightcovecdn.com/media/v1/hls/v7/clear/6415614912001/4146631e-868d-4417-9533-e4f30f13e6c3/6297b659-f27e-48a3-b415-acefd7ac3067/init.m4f?fastly_token=NjllOWI3N2FfZTM4MzY1OTkwM2M2OGM0YzdiYzQ5YzA0YjRmNzlhMDdjZDNmMTM0MGQ4YTcwMWVjNjIxZGFhNjZiZjk3ODYxOF8vL2hvdXNlLWZhc3RseS1zaWduZWQtdXMtZWFzdC0xLXByb2QuYnJpZ2h0Y292ZWNkbi5jb20vbWVkaWEvdjEvaGxzL3Y3L2NsZWFyLzY0MTU2MTQ5MTIwMDEvNDE0NjYzMWUtODY4ZC00NDE3LTk1MzMtZTRmMzBmMTNlNmMzLzYyOTdiNjU5LWYyN2UtNDhhMy1iNDE1LWFjZWZkN2FjMzA2Ny8%3Dhouse-fastly-signed-us-east-1-prod.... https://house-fastly-signed-us-east-1-prod.brightcovecdn.com/media/v1/hls/v7/clear/6415614912001/4146631e-868d-4417-9533-e4f30f13e6c3/6297b659-f27e-48a3-b415-acefd7ac3067/init.m4f?fastly_token=NjllOWI3N2FfZTM4MzY1OTkwM2M2OGM0YzdiYzQ5YzA0YjRmNzlhMDdjZDNmMTM0MGQ4YTcwMWVjNjIxZGFhNjZiZjk3ODYxOF8vL2hvdXNlLWZhc3RseS1zaWduZWQtdXMtZWFzdC0xLXByb2QuYnJpZ2h0Y292ZWNkbi5jb20vbWVkaWEvdjEvaGxzL3Y3L2NsZWFyLzY0MTU2MTQ5MTIwMDEvNDE0NjYzMWUtODY4ZC00NDE3LTk1MzMtZTRmMzBmMTNlNmMzLzYyOTdiNjU5LWYyN2UtNDhhMy1iNDE1LWFjZWZkN2FjMzA2Ny8%3D — 200 — 897 B — 3 ms — h2https://house-fastly-signed-us-east-1-prod.brightcovecdn.com/media/v1/hls/v7/clear/6415614912001/4146631e-868d-4417-9533-e4f30f13e6c3/6297b659-f27e-48a3-b415-acefd7ac3067/3x/segment0.m4f?fastly_token=NjllOWI3N2FfZTM4MzY1OTkwM2M2OGM0YzdiYzQ5YzA0YjRmNzlhMDdjZDNmMTM0MGQ4YTcwMWVjNjIxZGFhNjZiZjk3ODYxOF8vL2hvdXNlLWZhc3RseS1zaWduZWQtdXMtZWFzdC0xLXByb2QuYnJpZ2h0Y292ZWNkbi5jb20vbWVkaWEvdjEvaGxzL3Y3L2NsZWFyLzY0MTU2MTQ5MTIwMDEvNDE0NjYzMWUtODY4ZC00NDE3LTk1MzMtZTRmMzBmMTNlNmMzLzYyOTdiNjU5LWYyN2UtNDhhMy1iNDE1LWFjZWZkN2FjMzA2Ny8%3Dhouse-fastly-signed-us-east-1-prod.... https://house-fastly-signed-us-east-1-prod.brightcovecdn.com/media/v1/hls/v7/clear/6415614912001/4146631e-868d-4417-9533-e4f30f13e6c3/6297b659-f27e-48a3-b415-acefd7ac3067/3x/segment0.m4f?fastly_token=NjllOWI3N2FfZTM4MzY1OTkwM2M2OGM0YzdiYzQ5YzA0YjRmNzlhMDdjZDNmMTM0MGQ4YTcwMWVjNjIxZGFhNjZiZjk3ODYxOF8vL2hvdXNlLWZhc3RseS1zaWduZWQtdXMtZWFzdC0xLXByb2QuYnJpZ2h0Y292ZWNkbi5jb20vbWVkaWEvdjEvaGxzL3Y3L2NsZWFyLzY0MTU2MTQ5MTIwMDEvNDE0NjYzMWUtODY4ZC00NDE3LTk1MzMtZTRmMzBmMTNlNmMzLzYyOTdiNjU5LWYyN2UtNDhhMy1iNDE1LWFjZWZkN2FjMzA2Ny8%3D — 200 — 47.2 KiB — 5 ms — h2https://bat.bing.com/bat.jsbat.bing.com/bat.js https://bat.bing.com/bat.js — 200 — 15.5 KiB — 136 ms — h2https://assets.adobedtm.com/303d40967ff8/ba5d44d15dc7/5a9ef410caa7/RC5ef0c0154f8b4565a632a200489ed70d-source.min.jsassets.adobedtm.com/303d40967ff8/ba... https://assets.adobedtm.com/303d40967ff8/ba5d44d15dc7/5a9ef410caa7/RC5ef0c0154f8b4565a632a200489ed70d-source.min.js — 200 — 671 B — 3 ms — h2https://workday.scene7.com/is/image/workday/img-workday-go?fmt=webp-alpha&wid=350workday.scene7.com/is/image/workday... https://workday.scene7.com/is/image/workday/img-workday-go?fmt=webp-alpha&wid=350 — 200 — 16.2 KiB — 18 ms — h2https://workday.scene7.com/is/image/workday/customer-7eleven-16x9-1?wid=400workday.scene7.com/is/image/workday... https://workday.scene7.com/is/image/workday/customer-7eleven-16x9-1?wid=400 — 200 — 37.1 KiB — 19 ms — h2https://workday.scene7.com/is/image/workday/customer-jll-singapore-hiredscore-16x9-1?fmt=webp-alpha&wid=500workday.scene7.com/is/image/workday... https://workday.scene7.com/is/image/workday/customer-jll-singapore-hiredscore-16x9-1?fmt=webp-alpha&wid=500 — 200 — 36.2 KiB — 11 ms — h2https://workday.scene7.com/is/image/workday/img-persona-card-hr?fmt=webp-alpha&wid=577workday.scene7.com/is/image/workday... https://workday.scene7.com/is/image/workday/img-persona-card-hr?fmt=webp-alpha&wid=577 — 200 — 69.0 KiB — 29 ms — h2https://workday.scene7.com/is/image/workday/img-persona-card-it?fmt=webp-alpha&wid=289workday.scene7.com/is/image/workday... https://workday.scene7.com/is/image/workday/img-persona-card-it?fmt=webp-alpha&wid=289 — 200 — 16.6 KiB — 20 ms — h2https://workday.scene7.com/is/image/workday/img-persona-card-legal?fmt=webp-alpha&wid=289workday.scene7.com/is/image/workday... https://workday.scene7.com/is/image/workday/img-persona-card-legal?fmt=webp-alpha&wid=289 — 200 — 21.0 KiB — 21 ms — h2https://workday.scene7.com/is/image/workday/img-persona-card-operations?fmt=webp-alpha&wid=289workday.scene7.com/is/image/workday... https://workday.scene7.com/is/image/workday/img-persona-card-operations?fmt=webp-alpha&wid=289 — 200 — 21.3 KiB — 22 ms — h2https://workday.scene7.com/is/image/workday/img-medtronic-white-on-afterhours-16x9?fmt=webp-alpha&wid=400workday.scene7.com/is/image/workday... https://workday.scene7.com/is/image/workday/img-medtronic-white-on-afterhours-16x9?fmt=webp-alpha&wid=400 — 200 — 4.4 KiB — 26 ms — h2https://workday.scene7.com/is/image/workday/img-cognizant-white-on-afterhours-16x9?fmt=webp-alpha&wid=400workday.scene7.com/is/image/workday... https://workday.scene7.com/is/image/workday/img-cognizant-white-on-afterhours-16x9?fmt=webp-alpha&wid=400 — 200 — 5.1 KiB — 25 ms — h2https://workday.scene7.com/is/image/workday/img-netapp-white-on-afterhours-16x9?fmt=webp-alpha&wid=400workday.scene7.com/is/image/workday... https://workday.scene7.com/is/image/workday/img-netapp-white-on-afterhours-16x9?fmt=webp-alpha&wid=400 — 200 — 2.9 KiB — 22 ms — h2https://workday.scene7.com/is/image/workday/img-chipotle-white-on-afterhours-16x9?fmt=webp-alpha&wid=400workday.scene7.com/is/image/workday... https://workday.scene7.com/is/image/workday/img-chipotle-white-on-afterhours-16x9?fmt=webp-alpha&wid=400 — 200 — 5.0 KiB — 27 ms — h2https://workday.scene7.com/is/image/workday/img-great-wolf-lodge-white-on-afterhours-16x9?fmt=webp-alpha&wid=400workday.scene7.com/is/image/workday... https://workday.scene7.com/is/image/workday/img-great-wolf-lodge-white-on-afterhours-16x9?fmt=webp-alpha&wid=400 — 200 — 3.7 KiB — 26 ms — h2https://manifest.prod.boltdns.net/manifest/v2/hls/v7/clear/avc1_mp4a/6415614912001/4146631e-868d-4417-9533-e4f30f13e6c3/6s/master.m3u8?fastly_token=NjllOTZkOWRfYTRjYThmYzdiYjk0NThlMDIxZmE0ZWVlNDU4ODUyYWM3NTJjMzlkNGRmYTg4N2VmMjE1NmRkNTQyNmFjMmFjNQ%3D%3Dmanifest.prod.boltdns.net/manifest/... https://manifest.prod.boltdns.net/manifest/v2/hls/v7/clear/avc1_mp4a/6415614912001/4146631e-868d-4417-9533-e4f30f13e6c3/6s/master.m3u8?fastly_token=NjllOTZkOWRfYTRjYThmYzdiYjk0NThlMDIxZmE0ZWVlNDU4ODUyYWM3NTJjMzlkNGRmYTg4N2VmMjE1NmRkNTQyNmFjMmFjNQ%3D%3D — 200 — 0 B — 1 ms — h2https://consent.trustarc.com/asset/adv-bundle.js?v=v1.7-1729consent.trustarc.com/asset/adv-bund... https://consent.trustarc.com/asset/adv-bundle.js?v=v1.7-1729 — 200 — 78.2 KiB — 11 ms — h2https://consent.trustarc.com/analytics?action=7&domain=workday.com&implied=0&session=f743c3a40bd647ed9dafd1ac8d931161&new=1&referer=https://www.workday.comconsent.trustarc.com/analytics?acti... https://consent.trustarc.com/analytics?action=7&domain=workday.com&implied=0&session=f743c3a40bd647ed9dafd1ac8d931161&new=1&referer=https://www.workday.com — 200 — 463 B — 36 ms — h2https://workday.scene7.com/is/image/workday/img-persona-card-finance?fmt=webp-alpha&wid=289workday.scene7.com/is/image/workday... https://workday.scene7.com/is/image/workday/img-persona-card-finance?fmt=webp-alpha&wid=289 — 200 — 17.6 KiB — 10 ms — h2https://workday.scene7.com/is/image/workday/img-jabil-white-on-afterhours-16x9?fmt=webp-alpha&wid=400workday.scene7.com/is/image/workday... https://workday.scene7.com/is/image/workday/img-jabil-white-on-afterhours-16x9?fmt=webp-alpha&wid=400 — 200 — 2.6 KiB — 14 ms — h2https://consent.trustarc.com/cm/workday.com/modalconfig?type=workday_slider_eu_v4&layout=default_eu&locale=en_US&country=frconsent.trustarc.com/cm/workday.com... https://consent.trustarc.com/cm/workday.com/modalconfig?type=workday_slider_eu_v4&layout=default_eu&locale=en_US&country=fr — 200 — 103.5 KiB — 32 ms — h2https://consent.trustarc.com/images/loading.gifconsent.trustarc.com/images/loading... https://consent.trustarc.com/images/loading.gif — 200 — 2.1 KiB — 9 ms — h2https://bat.bing.com/p/action/5901838.jsbat.bing.com/p/action/5901838.js https://bat.bing.com/p/action/5901838.js — 200 — 430 B — 35 ms — h2https://house-fastly-signed-us-east-1-prod.brightcovecdn.com/media/v1/hls/v7/clear/6415614912001/41039b09-5876-4501-84ad-5cae7a89ea26/b5a1fc2b-2633-4a96-a677-be9fe63ec82d/init.m4f?fastly_token=NjllOWI3NzhfZDc1MWE5MWU4ZTQ2MDVmNGQzNWY5NDBkMzZkYWI4YWNlNDI5MzY3MDY3NzUyNWY4YTBjNDQ3Y2RkYmFhODkyNF8vL2hvdXNlLWZhc3RseS1zaWduZWQtdXMtZWFzdC0xLXByb2QuYnJpZ2h0Y292ZWNkbi5jb20vbWVkaWEvdjEvaGxzL3Y3L2NsZWFyLzY0MTU2MTQ5MTIwMDEvNDEwMzliMDktNTg3Ni00NTAxLTg0YWQtNWNhZTdhODllYTI2L2I1YTFmYzJiLTI2MzMtNGE5Ni1hNjc3LWJlOWZlNjNlYzgyZC8%3Dhouse-fastly-signed-us-east-1-prod.... https://house-fastly-signed-us-east-1-prod.brightcovecdn.com/media/v1/hls/v7/clear/6415614912001/41039b09-5876-4501-84ad-5cae7a89ea26/b5a1fc2b-2633-4a96-a677-be9fe63ec82d/init.m4f?fastly_token=NjllOWI3NzhfZDc1MWE5MWU4ZTQ2MDVmNGQzNWY5NDBkMzZkYWI4YWNlNDI5MzY3MDY3NzUyNWY4YTBjNDQ3Y2RkYmFhODkyNF8vL2hvdXNlLWZhc3RseS1zaWduZWQtdXMtZWFzdC0xLXByb2QuYnJpZ2h0Y292ZWNkbi5jb20vbWVkaWEvdjEvaGxzL3Y3L2NsZWFyLzY0MTU2MTQ5MTIwMDEvNDEwMzliMDktNTg3Ni00NTAxLTg0YWQtNWNhZTdhODllYTI2L2I1YTFmYzJiLTI2MzMtNGE5Ni1hNjc3LWJlOWZlNjNlYzgyZC8%3D — 200 — 1.1 KiB — 2 ms — h2https://house-fastly-signed-us-east-1-prod.brightcovecdn.com/media/v1/hls/v7/clear/6415614912001/41039b09-5876-4501-84ad-5cae7a89ea26/b5a1fc2b-2633-4a96-a677-be9fe63ec82d/4x/segment0.m4f?fastly_token=NjllOWI3NzhfZDc1MWE5MWU4ZTQ2MDVmNGQzNWY5NDBkMzZkYWI4YWNlNDI5MzY3MDY3NzUyNWY4YTBjNDQ3Y2RkYmFhODkyNF8vL2hvdXNlLWZhc3RseS1zaWduZWQtdXMtZWFzdC0xLXByb2QuYnJpZ2h0Y292ZWNkbi5jb20vbWVkaWEvdjEvaGxzL3Y3L2NsZWFyLzY0MTU2MTQ5MTIwMDEvNDEwMzliMDktNTg3Ni00NTAxLTg0YWQtNWNhZTdhODllYTI2L2I1YTFmYzJiLTI2MzMtNGE5Ni1hNjc3LWJlOWZlNjNlYzgyZC8%3Dhouse-fastly-signed-us-east-1-prod.... https://house-fastly-signed-us-east-1-prod.brightcovecdn.com/media/v1/hls/v7/clear/6415614912001/41039b09-5876-4501-84ad-5cae7a89ea26/b5a1fc2b-2633-4a96-a677-be9fe63ec82d/4x/segment0.m4f?fastly_token=NjllOWI3NzhfZDc1MWE5MWU4ZTQ2MDVmNGQzNWY5NDBkMzZkYWI4YWNlNDI5MzY3MDY3NzUyNWY4YTBjNDQ3Y2RkYmFhODkyNF8vL2hvdXNlLWZhc3RseS1zaWduZWQtdXMtZWFzdC0xLXByb2QuYnJpZ2h0Y292ZWNkbi5jb20vbWVkaWEvdjEvaGxzL3Y3L2NsZWFyLzY0MTU2MTQ5MTIwMDEvNDEwMzliMDktNTg3Ni00NTAxLTg0YWQtNWNhZTdhODllYTI2L2I1YTFmYzJiLTI2MzMtNGE5Ni1hNjc3LWJlOWZlNjNlYzgyZC8%3D — 200 — 40.1 KiB — 3 ms — h2https://consent.trustarc.com/get?name=Powered-By-TrustArc.pngconsent.trustarc.com/get?name=Power... https://consent.trustarc.com/get?name=Powered-By-TrustArc.png — 200 — 2.2 KiB — 4 ms — h2https://consent.trustarc.com/get?name=workday_logo.pngconsent.trustarc.com/get?name=workd... https://consent.trustarc.com/get?name=workday_logo.png — 200 — 13.9 KiB — 3 ms — h2https://manifest.prod.boltdns.net/manifest/v2/hls/v7/clear/avc1_mp4a/6415614912001/41039b09-5876-4501-84ad-5cae7a89ea26/6s/master.m3u8?fastly_token=NjllOTZkOWRfODViNzMxNjBhNWIxYmM4ZWM4ZmY5ZjJkZjMzMDVlOTY1Y2I2Mjc4YzEwOTQ5ZjYzZmIyMTZjZTFiNGYzYTM5OQ%3D%3Dmanifest.prod.boltdns.net/manifest/... https://manifest.prod.boltdns.net/manifest/v2/hls/v7/clear/avc1_mp4a/6415614912001/41039b09-5876-4501-84ad-5cae7a89ea26/6s/master.m3u8?fastly_token=NjllOTZkOWRfODViNzMxNjBhNWIxYmM4ZWM4ZmY5ZjJkZjMzMDVlOTY1Y2I2Mjc4YzEwOTQ5ZjYzZmIyMTZjZTFiNGYzYTM5OQ%3D%3D — 200 — 0 B — 5 ms — h2https://bat.bing.net/actionp/0?ti=5901838&Ver=2&mid=15b8fddd-0dda-4054-89cf-961c3b4d7d6a&bo=1&evt=consent&src=default&cdb=AQAQ&asc=Dbat.bing.net/actionp/0?ti=5901838&V... https://bat.bing.net/actionp/0?ti=5901838&Ver=2&mid=15b8fddd-0dda-4054-89cf-961c3b4d7d6a&bo=1&evt=consent&src=default&cdb=AQAQ&asc=D — 204 — 346 B — 94 ms — h2https://bat.bing.net/action/0?ti=5901838&Ver=2&mid=15b8fddd-0dda-4054-89cf-961c3b4d7d6a&bo=2&pi=918639831&lg=en-US&sw=800&sh=600&sc=24&tl=The%20Enterprise%20AI%20Platform%20for%20Managing%20HR%20and%20Finance%20%7C%20Workday&p=https%3A%2F%2Fwww.workday.com%2F&r=&lt=2354&evt=pageLoad&sv=2&asc=D&cdb=AQAQ&rn=342175bat.bing.net/action/0?ti=5901838&Ve... https://bat.bing.net/action/0?ti=5901838&Ver=2&mid=15b8fddd-0dda-4054-89cf-961c3b4d7d6a&bo=2&pi=918639831&lg=en-US&sw=800&sh=600&sc=24&tl=The%20Enterprise%20AI%20Platform%20for%20Managing%20HR%20and%20Finance%20%7C%20Workday&p=https%3A%2F%2Fwww.workday.com%2F&r=&lt=2354&evt=pageLoad&sv=2&asc=D&cdb=AQAQ&rn=342175 — 204 — 120 B — 149 ms — h2https://metrics.brightcove.com/v2/tracker?domain=videocloud&platform=video-js&session=c8f4a89718f96806b39ce158&player_mode=media&account=6415614912001&destination=https%3A%2F%2Fwww.workday.com%2F&platform_version=7.42.4&player=players.brightcove.com%2F6415614912001%2Fi1mFTzT6O_default&player_name=Workday-AEM-PROD&source=&autoplay=false&ads_enabled=false&media_type=video&time=1776902030781&event=video_view&video=6391033067112&video_name=man-on-iphone-sana&reference_id=&custom_fields=%5Bobject%20Object%5D&video_data=%5Bobject%20Object%5D&video_ads_supported=true&tags=en%2Canimation&video_duration=5&media_url=https%3A%2F%2Fmanifest.prod.boltdns.net%2Fmanifest%2Fv2%2Fhls%2Fv7%2Fclear%2Favc1_mp4a%2F6415614912001%2F41039b09-5876-4501-84ad-5cae7a89ea26%2F6s%2Fmaster.m3u8%3Ffastly_token%3DNjllOTZkOWRfODViNzMxNjBhNWIxYmM4ZWM4ZmY5ZjJkZjMzMDVlOTY1Y2I2Mjc4YzEwOTQ5ZjYzZmIyMTZjZTFiNGYzYTM5OQ%253D%253D&seq=5_0&load_time_ms=759&start_time_ms=759metrics.brightcove.com/v2/tracker?d... https://metrics.brightcove.com/v2/tracker?domain=videocloud&platform=video-js&session=c8f4a89718f96806b39ce158&player_mode=media&account=6415614912001&destination=https%3A%2F%2Fwww.workday.com%2F&platform_version=7.42.4&player=players.brightcove.com%2F6415614912001%2Fi1mFTzT6O_default&player_name=Workday-AEM-PROD&source=&autoplay=false&ads_enabled=false&media_type=video&time=1776902030781&event=video_view&video=6391033067112&video_name=man-on-iphone-sana&reference_id=&custom_fields=%5Bobject%20Object%5D&video_data=%5Bobject%20Object%5D&video_ads_supported=true&tags=en%2Canimation&video_duration=5&media_url=https%3A%2F%2Fmanifest.prod.boltdns.net%2Fmanifest%2Fv2%2Fhls%2Fv7%2Fclear%2Favc1_mp4a%2F6415614912001%2F41039b09-5876-4501-84ad-5cae7a89ea26%2F6s%2Fmaster.m3u8%3Ffastly_token%3DNjllOTZkOWRfODViNzMxNjBhNWIxYmM4ZWM4ZmY5ZjJkZjMzMDVlOTY1Y2I2Mjc4YzEwOTQ5ZjYzZmIyMTZjZTFiNGYzYTM5OQ%253D%253D&seq=5_0&load_time_ms=759&start_time_ms=759 — 200 — 52 B — 123 ms — h3https://assets.adobedtm.com/303d40967ff8/ba5d44d15dc7/5a9ef410caa7/RC09f1d226151b4a8980ffaa01b8a5ed4f-source.min.jsassets.adobedtm.com/303d40967ff8/ba... https://assets.adobedtm.com/303d40967ff8/ba5d44d15dc7/5a9ef410caa7/RC09f1d226151b4a8980ffaa01b8a5ed4f-source.min.js — 200 — 970 B — 4 ms — h2https://js-agent.newrelic.com/nr-full.6ee41851-1.238.0.min.jsjs-agent.newrelic.com/nr-full.6ee41... https://js-agent.newrelic.com/nr-full.6ee41851-1.238.0.min.js — 200 — 19.6 KiB — 13 ms — h2https://www.workday.com/favicon.icowww.workday.com/favicon.ico https://www.workday.com/favicon.ico — 200 — 5.1 KiB — 6 ms — h2https://assets.adobedtm.com/303d40967ff8/ba5d44d15dc7/5a9ef410caa7/RC3fb16cd18af54919952fbba72fd7cc19-source.min.jsassets.adobedtm.com/303d40967ff8/ba... https://assets.adobedtm.com/303d40967ff8/ba5d44d15dc7/5a9ef410caa7/RC3fb16cd18af54919952fbba72fd7cc19-source.min.js — 200 — 817 B — 3 ms — h2https://bam.nr-data.net/1/NRJS-762c9d14fac8c0a854b?a=1134369855&sa=1&v=1.238.0&t=Unnamed%20Transaction&rst=3599&ck=0&s=0&ref=https://www.workday.com/&af=err,xhr,stn,ins&be=549&fe=3013&dc=1805&perf=%7B%22timing%22:%7B%22of%22:1776902027365,%22n%22:0,%22f%22:539,%22dn%22:540,%22dne%22:540,%22c%22:540,%22s%22:541,%22ce%22:545,%22rq%22:545,%22rp%22:549,%22rpe%22:551,%22di%22:2195,%22ds%22:2348,%22de%22:2354,%22dc%22:3557,%22l%22:3557,%22le%22:3562%7D,%22navigation%22:%7B%7D%7D&fp=3460&fcp=3460bam.nr-data.net/1/NRJS-762c9d14fac8... https://bam.nr-data.net/1/NRJS-762c9d14fac8c0a854b?a=1134369855&sa=1&v=1.238.0&t=Unnamed%20Transaction&rst=3599&ck=0&s=0&ref=https://www.workday.com/&af=err,xhr,stn,ins&be=549&fe=3013&dc=1805&perf=%7B%22timing%22:%7B%22of%22:1776902027365,%22n%22:0,%22f%22:539,%22dn%22:540,%22dne%22:540,%22c%22:540,%22s%22:541,%22ce%22:545,%22rq%22:545,%22rp%22:549,%22rpe%22:551,%22di%22:2195,%22ds%22:2348,%22de%22:2354,%22dc%22:3557,%22l%22:3557,%22le%22:3562%7D,%22navigation%22:%7B%7D%7D&fp=3460&fcp=3460 — 200 — 767 B — 594 ms — http/1.1https://assets.adobedtm.com/303d40967ff8/ba5d44d15dc7/5a9ef410caa7/RC435691699a7048c0b6bdc6929f1aee31-source.min.jsassets.adobedtm.com/303d40967ff8/ba... https://assets.adobedtm.com/303d40967ff8/ba5d44d15dc7/5a9ef410caa7/RC435691699a7048c0b6bdc6929f1aee31-source.min.js — 200 — 650 B — 3 ms — h2https://www.googletagmanager.com/gtag/js?id=AW-939660455www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=AW-939660455 — 200 — 143.8 KiB — 194 ms — h2https://assets.adobedtm.com/303d40967ff8/ba5d44d15dc7/5a9ef410caa7/RCfc55859a32e54172a049ae1ac08ca95d-source.min.jsassets.adobedtm.com/303d40967ff8/ba... https://assets.adobedtm.com/303d40967ff8/ba5d44d15dc7/5a9ef410caa7/RCfc55859a32e54172a049ae1ac08ca95d-source.min.js — 200 — 982 B — 3 ms — h2https://assets.adobedtm.com/303d40967ff8/ba5d44d15dc7/5a9ef410caa7/RC7c0a6cd495b4458c939e4ccb6a894031-source.min.jsassets.adobedtm.com/303d40967ff8/ba... https://assets.adobedtm.com/303d40967ff8/ba5d44d15dc7/5a9ef410caa7/RC7c0a6cd495b4458c939e4ccb6a894031-source.min.js — 200 — 1.1 KiB — 2 ms — h2https://www.googletagmanager.com/gtag/js?id=DC-13175845www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=DC-13175845 — 200 — 129.3 KiB — 47 ms — h2https://pagead2.googlesyndication.com/ccm/collect?rcb=10&frm=0&en=page_view&dl=https%3A%2F%2Fwww.workday.com%2F&scrsrc=www.googletagmanager.com&rnd=1491878330.1776902031&navt=n&npa=1&did=dNTIxZG&gdid=dNTIxZG&_tu=CA&gtm=45be64k1v9170891355za200zd9170891355xec&gcs=G100&gcd=13p3p3p2p5l1&dma_cps=-&dma=1&tag_exp=0~115938466~115938469~117266401~117384405~118463261~118689381&apve=1&apvf=f&apvc=1&tids=AW-939660455&tid=AW-939660455&tft=1776902031224&tfd=3858pagead2.googlesyndication.com/ccm/c... https://pagead2.googlesyndication.com/ccm/collect?rcb=10&frm=0&en=page_view&dl=https%3A%2F%2Fwww.workday.com%2F&scrsrc=www.googletagmanager.com&rnd=1491878330.1776902031&navt=n&npa=1&did=dNTIxZG&gdid=dNTIxZG&_tu=CA&gtm=45be64k1v9170891355za200zd9170891355xec&gcs=G100&gcd=13p3p3p2p5l1&dma_cps=-&dma=1&tag_exp=0~115938466~115938469~117266401~117384405~118463261~118689381&apve=1&apvf=f&apvc=1&tids=AW-939660455&tid=AW-939660455&tft=1776902031224&tfd=3858 — 200 — 21 B — 103 ms — h3https://pagead2.googlesyndication.com/ccm/collect?rcb=12&frm=0&en=page_view&dl=https%3A%2F%2Fwww.workday.com%2F&scrsrc=www.googletagmanager.com&rnd=1491878330.1776902031&navt=n&npa=1&gdid=dNTIxZG&_tu=CA&gtm=45fe64k1v9190427533za200zd9190427533xec&gcs=G100&gcd=13p3p3p2p5l1&dma_cps=-&dma=1&tag_exp=0~115938466~115938469~117266401~118463262&apve=1&apvf=f&apvc=0&tids=DC-13175845&tid=DC-13175845&tft=1776902031321&tfd=3955pagead2.googlesyndication.com/ccm/c... https://pagead2.googlesyndication.com/ccm/collect?rcb=12&frm=0&en=page_view&dl=https%3A%2F%2Fwww.workday.com%2F&scrsrc=www.googletagmanager.com&rnd=1491878330.1776902031&navt=n&npa=1&gdid=dNTIxZG&_tu=CA&gtm=45fe64k1v9190427533za200zd9190427533xec&gcs=G100&gcd=13p3p3p2p5l1&dma_cps=-&dma=1&tag_exp=0~115938466~115938469~117266401~118463262&apve=1&apvf=f&apvc=0&tids=DC-13175845&tid=DC-13175845&tft=1776902031321&tfd=3955 — 200 — 21 B — 31 ms — h3https://ade.googlesyndication.com/ddm/activity/src=13175845;type=brows0;cat=allpa0;rcb=12;ord=875148159097;npa=1;u1=https%3A%2F%2Fwww.workday.com%2F;u2=workday%3Aen-us%3Ahomepage;u3=undefined;u4=en-us;u17=undefined;gdid=dNTIxZG;uaa=x86;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=denied;frm=0;_tu=KFA;gtm=45fe64k1v9190427533za200zd9190427533xec;gcs=G100;gcd=13p3p3p2p5l1;dma_cps=-;dma=1;dc_fmt=8;tag_exp=0~115938466~115938469~117266401~118463262;epver=2;~oref=https%3A%2F%2Fwww.workday.com?ade.googlesyndication.com/ddm/activ... https://ade.googlesyndication.com/ddm/activity/src=13175845;type=brows0;cat=allpa0;rcb=12;ord=875148159097;npa=1;u1=https%3A%2F%2Fwww.workday.com%2F;u2=workday%3Aen-us%3Ahomepage;u3=undefined;u4=en-us;u17=undefined;gdid=dNTIxZG;uaa=x86;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=denied;frm=0;_tu=KFA;gtm=45fe64k1v9190427533za200zd9190427533xec;gcs=G100;gcd=13p3p3p2p5l1;dma_cps=-;dma=1;dc_fmt=8;tag_exp=0~115938466~115938469~117266401~118463262;epver=2;~oref=https%3A%2F%2Fwww.workday.com? — 302 — 830 B — 118 ms — h2https://ade.googlesyndication.com/ddm/activity/src=13175845;dc_pre=CIbmiPPTgpQDFdNi9ggdSaUOog;type=brows0;cat=allpa0;rcb=12;ord=875148159097;npa=1;u1=https%3A%2F%2Fwww.workday.com%2F;u2=workday%3Aen-us%3Ahomepage;u3=undefined;u4=en-us;u17=undefined;gdid=dNTIxZG;uaa=x86;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=denied;frm=0;_tu=KFA;gtm=45fe64k1v9190427533za200zd9190427533xec;gcs=G100;gcd=13p3p3p2p5l1;dma_cps=-;dma=1;dc_fmt=8;tag_exp=0~115938466~115938469~117266401~118463262;epver=2;~oref=https%3A%2F%2Fwww.workday.com?ade.googlesyndication.com/ddm/activ... https://ade.googlesyndication.com/ddm/activity/src=13175845;dc_pre=CIbmiPPTgpQDFdNi9ggdSaUOog;type=brows0;cat=allpa0;rcb=12;ord=875148159097;npa=1;u1=https%3A%2F%2Fwww.workday.com%2F;u2=workday%3Aen-us%3Ahomepage;u3=undefined;u4=en-us;u17=undefined;gdid=dNTIxZG;uaa=x86;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=denied;frm=0;_tu=KFA;gtm=45fe64k1v9190427533za200zd9190427533xec;gcs=G100;gcd=13p3p3p2p5l1;dma_cps=-;dma=1;dc_fmt=8;tag_exp=0~115938466~115938469~117266401~118463262;epver=2;~oref=https%3A%2F%2Fwww.workday.com? — 200 — 118 B — 34 ms — h2https://workday.scene7.com/is/image/workday/customer-snowflake-16x9-1?fmt=webp-alpha&wid=400workday.scene7.com/is/image/workday... https://workday.scene7.com/is/image/workday/customer-snowflake-16x9-1?fmt=webp-alpha&wid=400 — 200 — 30.1 KiB — 9 ms — h2https://house-fastly-signed-us-east-1-prod.brightcovecdn.com/media/v1/hls/v7/clear/6415614912001/4146631e-868d-4417-9533-e4f30f13e6c3/29d74831-a546-4693-a13f-a8e3c07037fb/3x/segment1.m4f?fastly_token=NjllOWI3N2FfMmY2NDgxZGY2MDBiNjUzMTAyYWZkZDY1NjE1YWFiMzM3NjcxY2Q0YTM2ZWRiYzBjMTg3MTk1OTRmYTJiMjIyMl8vL2hvdXNlLWZhc3RseS1zaWduZWQtdXMtZWFzdC0xLXByb2QuYnJpZ2h0Y292ZWNkbi5jb20vbWVkaWEvdjEvaGxzL3Y3L2NsZWFyLzY0MTU2MTQ5MTIwMDEvNDE0NjYzMWUtODY4ZC00NDE3LTk1MzMtZTRmMzBmMTNlNmMzLzI5ZDc0ODMxLWE1NDYtNDY5My1hMTNmLWE4ZTNjMDcwMzdmYi8%3Dhouse-fastly-signed-us-east-1-prod.... https://house-fastly-signed-us-east-1-prod.brightcovecdn.com/media/v1/hls/v7/clear/6415614912001/4146631e-868d-4417-9533-e4f30f13e6c3/29d74831-a546-4693-a13f-a8e3c07037fb/3x/segment1.m4f?fastly_token=NjllOWI3N2FfMmY2NDgxZGY2MDBiNjUzMTAyYWZkZDY1NjE1YWFiMzM3NjcxY2Q0YTM2ZWRiYzBjMTg3MTk1OTRmYTJiMjIyMl8vL2hvdXNlLWZhc3RseS1zaWduZWQtdXMtZWFzdC0xLXByb2QuYnJpZ2h0Y292ZWNkbi5jb20vbWVkaWEvdjEvaGxzL3Y3L2NsZWFyLzY0MTU2MTQ5MTIwMDEvNDE0NjYzMWUtODY4ZC00NDE3LTk1MzMtZTRmMzBmMTNlNmMzLzI5ZDc0ODMxLWE1NDYtNDY5My1hMTNmLWE4ZTNjMDcwMzdmYi8%3D — 200 — 296.4 KiB — 7 ms — h2https://house-fastly-signed-us-east-1-prod.brightcovecdn.com/media/v1/hls/v7/clear/6415614912001/4146631e-868d-4417-9533-e4f30f13e6c3/6297b659-f27e-48a3-b415-acefd7ac3067/3x/segment1.m4f?fastly_token=NjllOWI3N2FfZTM4MzY1OTkwM2M2OGM0YzdiYzQ5YzA0YjRmNzlhMDdjZDNmMTM0MGQ4YTcwMWVjNjIxZGFhNjZiZjk3ODYxOF8vL2hvdXNlLWZhc3RseS1zaWduZWQtdXMtZWFzdC0xLXByb2QuYnJpZ2h0Y292ZWNkbi5jb20vbWVkaWEvdjEvaGxzL3Y3L2NsZWFyLzY0MTU2MTQ5MTIwMDEvNDE0NjYzMWUtODY4ZC00NDE3LTk1MzMtZTRmMzBmMTNlNmMzLzYyOTdiNjU5LWYyN2UtNDhhMy1iNDE1LWFjZWZkN2FjMzA2Ny8%3Dhouse-fastly-signed-us-east-1-prod.... https://house-fastly-signed-us-east-1-prod.brightcovecdn.com/media/v1/hls/v7/clear/6415614912001/4146631e-868d-4417-9533-e4f30f13e6c3/6297b659-f27e-48a3-b415-acefd7ac3067/3x/segment1.m4f?fastly_token=NjllOWI3N2FfZTM4MzY1OTkwM2M2OGM0YzdiYzQ5YzA0YjRmNzlhMDdjZDNmMTM0MGQ4YTcwMWVjNjIxZGFhNjZiZjk3ODYxOF8vL2hvdXNlLWZhc3RseS1zaWduZWQtdXMtZWFzdC0xLXByb2QuYnJpZ2h0Y292ZWNkbi5jb20vbWVkaWEvdjEvaGxzL3Y3L2NsZWFyLzY0MTU2MTQ5MTIwMDEvNDE0NjYzMWUtODY4ZC00NDE3LTk1MzMtZTRmMzBmMTNlNmMzLzYyOTdiNjU5LWYyN2UtNDhhMy1iNDE1LWFjZWZkN2FjMzA2Ny8%3D — 200 — 10.2 KiB — 8 ms — h2https://metrics.brightcove.com/v2/tracker?domain=videocloud&platform=video-js&session=5b1a0781a39be9f7dcd4a926&player_mode=media&account=6415614912001&destination=https%3A%2F%2Fwww.workday.com%2F&platform_version=7.42.4&player=players.brightcove.com%2F6415614912001%2Fi1mFTzT6O_default&player_name=Workday-AEM-PROD&source=&autoplay=false&ads_enabled=false&media_type=video&time=1776902035126&event=video_view&video=6383482192112&video_name=video-hero-driver&reference_id=&custom_fields=%5Bobject%20Object%5D&video_data=%5Bobject%20Object%5D&video_ads_supported=true&tags=en%2Canimation&video_duration=7&media_url=https%3A%2F%2Fmanifest.prod.boltdns.net%2Fmanifest%2Fv2%2Fhls%2Fv7%2Fclear%2Favc1_mp4a%2F6415614912001%2F4146631e-868d-4417-9533-e4f30f13e6c3%2F6s%2Fmaster.m3u8%3Ffastly_token%3DNjllOTZkOWRfYTRjYThmYzdiYjk0NThlMDIxZmE0ZWVlNDU4ODUyYWM3NTJjMzlkNGRmYTg4N2VmMjE1NmRkNTQyNmFjMmFjNQ%253D%253D&seq=5_0&load_time_ms=543&start_time_ms=5099metrics.brightcove.com/v2/tracker?d... https://metrics.brightcove.com/v2/tracker?domain=videocloud&platform=video-js&session=5b1a0781a39be9f7dcd4a926&player_mode=media&account=6415614912001&destination=https%3A%2F%2Fwww.workday.com%2F&platform_version=7.42.4&player=players.brightcove.com%2F6415614912001%2Fi1mFTzT6O_default&player_name=Workday-AEM-PROD&source=&autoplay=false&ads_enabled=false&media_type=video&time=1776902035126&event=video_view&video=6383482192112&video_name=video-hero-driver&reference_id=&custom_fields=%5Bobject%20Object%5D&video_data=%5Bobject%20Object%5D&video_ads_supported=true&tags=en%2Canimation&video_duration=7&media_url=https%3A%2F%2Fmanifest.prod.boltdns.net%2Fmanifest%2Fv2%2Fhls%2Fv7%2Fclear%2Favc1_mp4a%2F6415614912001%2F4146631e-868d-4417-9533-e4f30f13e6c3%2F6s%2Fmaster.m3u8%3Ffastly_token%3DNjllOTZkOWRfYTRjYThmYzdiYjk0NThlMDIxZmE0ZWVlNDU4ODUyYWM3NTJjMzlkNGRmYTg4N2VmMjE1NmRkNTQyNmFjMmFjNQ%253D%253D&seq=5_0&load_time_ms=543&start_time_ms=5099 — 200 — 52 B — 123 ms — h3https://workday.scene7.com/is/image/workday/img-workday-go?fmt=webp-alpha&wid=700workday.scene7.com/is/image/workday... https://workday.scene7.com/is/image/workday/img-workday-go?fmt=webp-alpha&wid=700 — 200 — 44.1 KiB — 9 ms — h2https://bam.nr-data.net/events/1/NRJS-762c9d14fac8c0a854b?a=1134369855&sa=1&v=1.238.0&t=Unnamed%20Transaction&rst=14204&ck=0&s=0&ref=https://www.workday.com/bam.nr-data.net/events/1/NRJS-762c9... https://bam.nr-data.net/events/1/NRJS-762c9d14fac8c0a854b?a=1134369855&sa=1&v=1.238.0&t=Unnamed%20Transaction&rst=14204&ck=0&s=0&ref=https://www.workday.com/ — 200 — 440 B — 162 ms — http/1.1https://bam.nr-data.net/jserrors/1/NRJS-762c9d14fac8c0a854b?a=1134369855&sa=1&v=1.238.0&t=Unnamed%20Transaction&rst=14207&ck=0&s=0&ref=https://www.workday.com/bam.nr-data.net/jserrors/1/NRJS-762... https://bam.nr-data.net/jserrors/1/NRJS-762c9d14fac8c0a854b?a=1134369855&sa=1&v=1.238.0&t=Unnamed%20Transaction&rst=14207&ck=0&s=0&ref=https://www.workday.com/ — 200 — 440 B — 165 ms — http/1.1https://bam.nr-data.net/events/1/NRJS-762c9d14fac8c0a854b?a=1134369855&sa=1&v=1.238.0&t=Unnamed%20Transaction&rst=14210&ck=0&s=0&ref=https://www.workday.com/bam.nr-data.net/events/1/NRJS-762c9... https://bam.nr-data.net/events/1/NRJS-762c9d14fac8c0a854b?a=1134369855&sa=1&v=1.238.0&t=Unnamed%20Transaction&rst=14210&ck=0&s=0&ref=https://www.workday.com/ — 200 — 440 B — 161 ms — http/1.1https://metrics.brightcove.com/v2/tracker?domain=videocloud&platform=video-js&session=5b1a0781a39be9f7dcd4a926&player_mode=media&account=6415614912001&destination=https%3A%2F%2Fwww.workday.com%2F&platform_version=7.42.4&player=players.brightcove.com%2F6415614912001%2Fi1mFTzT6O_default&player_name=Workday-AEM-PROD&source=&autoplay=false&ads_enabled=false&media_type=video&time=1776902045132&usage=not-viewable%2Cnot-viewable-0%2Cvariant%253Aen-us%2Cvhs-demuxed%2Cvhs-fmp4%2Cviewable%2Cviewable-1&event=video_engagement&video=6383482192112&video_name=video-hero-driver&reference_id=&custom_fields=%5Bobject%20Object%5D&video_data=%5Bobject%20Object%5D&video_ads_supported=true&tags=en%2Canimation&video_duration=7.208332&media_url=https%3A%2F%2Fmanifest.prod.boltdns.net%2Fmanifest%2Fv2%2Fhls%2Fv7%2Fclear%2Favc1_mp4a%2F6415614912001%2F4146631e-868d-4417-9533-e4f30f13e6c3%2F6s%2Fmaster.m3u8%3Ffastly_token%3DNjllOTZkOWRfYTRjYThmYzdiYjk0NThlMDIxZmE0ZWVlNDU4ODUyYWM3NTJjMzlkNGRmYTg4N2VmMjE1NmRkNTQyNmFjMmFjNQ%253D%253D&qos.bitrates=%7B%22bitrates%22%3A%5B%5B1776902035143%2C0%5D%5D%2C%22playlists%22%3A%5B%5D%2C%22rendered%22%3A%5B%5B1776902030561%2C2226400%5D%5D%2C%22throughput%22%3A%5B%5B1776902035143%2C216588904%5D%5D%7D&qos.events.content.durationchange=%5B1776902030027%2C1776902030334%2C1776902035141%5D&qos.events.content.loadstart=1776902030027&qos.events.content.resize=1776902030478&qos.events.content.loadedmetadata=1776902030480&qos.events.content.loadeddata=1776902030570&qos.events.content.canplay=%5B1776902030570%2C1776902035125%5D&qos.events.content.canplaythrough=%5B1776902030570%2C1776902035126%5D&qos.events.content.waiting=1776902035093&qos.events.content.seeked=1776902035125&qos.events.content.playing=1776902035126&qos.player.dimensions=%5B%5B1776902030479%2C%220x0%22%2C%22340.812x357.797%22%5D%2C%5B1776902030481%2C%220x0%22%2C%22340.812x357.797%22%5D%5D&qos.player.pixelratio=%5B%5B1776902030479%2C1%5D%2C%5B1776902030481%2C1%5D%5D&qos.player.screendimensions=%5B%5B1776902030479%2C%22800x600%22%5D%2C%5B1776902030481%2C%22800x600%22%5D%5D&qos.frames.dropped=28&qos.frames.corrupted=0&qos.frames.total=123&seq=6_0&player_height=358&player_width=341&rendition_width=1280&rendition_height=720&rendition_url=multiple&rendition_indicated_bps=multiple&rendition_mime_type=application%2Fx-mpegurl&media_requests=4&media_transfer_duration=93&media_bytes_transferred=1808855&measured_bps=0&media_seconds_loaded=14.293&forward_buffer_seconds=2.2922510000000003&qos.derived_range=0..3&range=0..3metrics.brightcove.com/v2/tracker?d... https://metrics.brightcove.com/v2/tracker?domain=videocloud&platform=video-js&session=5b1a0781a39be9f7dcd4a926&player_mode=media&account=6415614912001&destination=https%3A%2F%2Fwww.workday.com%2F&platform_version=7.42.4&player=players.brightcove.com%2F6415614912001%2Fi1mFTzT6O_default&player_name=Workday-AEM-PROD&source=&autoplay=false&ads_enabled=false&media_type=video&time=1776902045132&usage=not-viewable%2Cnot-viewable-0%2Cvariant%253Aen-us%2Cvhs-demuxed%2Cvhs-fmp4%2Cviewable%2Cviewable-1&event=video_engagement&video=6383482192112&video_name=video-hero-driver&reference_id=&custom_fields=%5Bobject%20Object%5D&video_data=%5Bobject%20Object%5D&video_ads_supported=true&tags=en%2Canimation&video_duration=7.208332&media_url=https%3A%2F%2Fmanifest.prod.boltdns.net%2Fmanifest%2Fv2%2Fhls%2Fv7%2Fclear%2Favc1_mp4a%2F6415614912001%2F4146631e-868d-4417-9533-e4f30f13e6c3%2F6s%2Fmaster.m3u8%3Ffastly_token%3DNjllOTZkOWRfYTRjYThmYzdiYjk0NThlMDIxZmE0ZWVlNDU4ODUyYWM3NTJjMzlkNGRmYTg4N2VmMjE1NmRkNTQyNmFjMmFjNQ%253D%253D&qos.bitrates=%7B%22bitrates%22%3A%5B%5B1776902035143%2C0%5D%5D%2C%22playlists%22%3A%5B%5D%2C%22rendered%22%3A%5B%5B1776902030561%2C2226400%5D%5D%2C%22throughput%22%3A%5B%5B1776902035143%2C216588904%5D%5D%7D&qos.events.content.durationchange=%5B1776902030027%2C1776902030334%2C1776902035141%5D&qos.events.content.loadstart=1776902030027&qos.events.content.resize=1776902030478&qos.events.content.loadedmetadata=1776902030480&qos.events.content.loadeddata=1776902030570&qos.events.content.canplay=%5B1776902030570%2C1776902035125%5D&qos.events.content.canplaythrough=%5B1776902030570%2C1776902035126%5D&qos.events.content.waiting=1776902035093&qos.events.content.seeked=1776902035125&qos.events.content.playing=1776902035126&qos.player.dimensions=%5B%5B1776902030479%2C%220x0%22%2C%22340.812x357.797%22%5D%2C%5B1776902030481%2C%220x0%22%2C%22340.812x357.797%22%5D%5D&qos.player.pixelratio=%5B%5B1776902030479%2C1%5D%2C%5B1776902030481%2C1%5D%5D&qos.player.screendimensions=%5B%5B1776902030479%2C%22800x600%22%5D%2C%5B1776902030481%2C%22800x600%22%5D%5D&qos.frames.dropped=28&qos.frames.corrupted=0&qos.frames.total=123&seq=6_0&player_height=358&player_width=341&rendition_width=1280&rendition_height=720&rendition_url=multiple&rendition_indicated_bps=multiple&rendition_mime_type=application%2Fx-mpegurl&media_requests=4&media_transfer_duration=93&media_bytes_transferred=1808855&measured_bps=0&media_seconds_loaded=14.293&forward_buffer_seconds=2.2922510000000003&qos.derived_range=0..3&range=0..3 — 200 — 52 B — 124 ms — h3https://workday.scene7.com/is/image/workday/logo-snowflake-white-2?fmt=webp-alphaworkday.scene7.com/is/image/workday... https://workday.scene7.com/is/image/workday/logo-snowflake-white-2?fmt=webp-alpha — 200 — 10.7 KiB — 12 ms — h2https://workday.scene7.com/is/image/workday/customer-snowflake-16x9-1?fmt=webp-alpha&wid=800workday.scene7.com/is/image/workday... https://workday.scene7.com/is/image/workday/customer-snowflake-16x9-1?fmt=webp-alpha&wid=800 — 200 — 96.3 KiB — 9 ms — h2https://assets.adobedtm.com/303d40967ff8/ba5d44d15dc7/5a9ef410caa7/RCf6b5695bfb1b4fd9a1959588423ba8da-source.min.jsassets.adobedtm.com/303d40967ff8/ba... https://assets.adobedtm.com/303d40967ff8/ba5d44d15dc7/5a9ef410caa7/RCf6b5695bfb1b4fd9a1959588423ba8da-source.min.js — 200 — 900 B — 4 ms — h2https://ade.googlesyndication.com/ddm/activity/src=13175845;type=brows0;cat=20sec0;rcb=12;ord=1;num=4059624381782;npa=1;u17=undefined;gdid=dNTIxZG;uaa=x86;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=denied;frm=0;_tu=KJA;gtm=45fe64k1v9190427533za200zd9190427533xec;gcs=G100;gcd=13p3p3p2p5l1;dma_cps=-;dma=1;dc_fmt=8;tag_exp=0~115938466~115938469~117266401~118463262;epver=2;~oref=https%3A%2F%2Fwww.workday.com?ade.googlesyndication.com/ddm/activ... https://ade.googlesyndication.com/ddm/activity/src=13175845;type=brows0;cat=20sec0;rcb=12;ord=1;num=4059624381782;npa=1;u17=undefined;gdid=dNTIxZG;uaa=x86;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=denied;frm=0;_tu=KJA;gtm=45fe64k1v9190427533za200zd9190427533xec;gcs=G100;gcd=13p3p3p2p5l1;dma_cps=-;dma=1;dc_fmt=8;tag_exp=0~115938466~115938469~117266401~118463262;epver=2;~oref=https%3A%2F%2Fwww.workday.com? — 302 — 22 B — 33 ms — h3https://ade.googlesyndication.com/ddm/activity/src=13175845;dc_pre=COKSp_vTgpQDFU9r9ggdFLY3cw;type=brows0;cat=20sec0;rcb=12;ord=1;num=4059624381782;npa=1;u17=undefined;gdid=dNTIxZG;uaa=x86;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=denied;frm=0;_tu=KJA;gtm=45fe64k1v9190427533za200zd9190427533xec;gcs=G100;gcd=13p3p3p2p5l1;dma_cps=-;dma=1;dc_fmt=8;tag_exp=0~115938466~115938469~117266401~118463262;epver=2;~oref=https%3A%2F%2Fwww.workday.com?ade.googlesyndication.com/ddm/activ... https://ade.googlesyndication.com/ddm/activity/src=13175845;dc_pre=COKSp_vTgpQDFU9r9ggdFLY3cw;type=brows0;cat=20sec0;rcb=12;ord=1;num=4059624381782;npa=1;u17=undefined;gdid=dNTIxZG;uaa=x86;uab=64;uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0;uamb=0;uam=;uap=macOS;uapv=10.15.7;uaw=0;pscdl=denied;frm=0;_tu=KJA;gtm=45fe64k1v9190427533za200zd9190427533xec;gcs=G100;gcd=13p3p3p2p5l1;dma_cps=-;dma=1;dc_fmt=8;tag_exp=0~115938466~115938469~117266401~118463262;epver=2;~oref=https%3A%2F%2Fwww.workday.com? — 200 — 63 B — 33 ms — h3https://workday.scene7.com/is/image/workday/logo-7-eleven-white?fmt=webp-alphaworkday.scene7.com/is/image/workday... https://workday.scene7.com/is/image/workday/logo-7-eleven-white?fmt=webp-alpha — 200 — 4.3 KiB — 15 ms — h2https://workday.scene7.com/is/image/workday/customer-7eleven-16x9-1?wid=800workday.scene7.com/is/image/workday... https://workday.scene7.com/is/image/workday/customer-7eleven-16x9-1?wid=800 — 200 — 68.9 KiB — 9 ms — h2https://bam.nr-data.net/jserrors/1/NRJS-762c9d14fac8c0a854b?a=1134369855&sa=1&v=1.238.0&t=Unnamed%20Transaction&rst=24215&ck=0&s=0&ref=https://www.workday.com/bam.nr-data.net/jserrors/1/NRJS-762... https://bam.nr-data.net/jserrors/1/NRJS-762c9d14fac8c0a854b?a=1134369855&sa=1&v=1.238.0&t=Unnamed%20Transaction&rst=24215&ck=0&s=0&ref=https://www.workday.com/ — 200 — 440 B — 121 ms — http/1.1https://workday.scene7.com/is/image/workday/logo-jll-white?fmt=webp-alphaworkday.scene7.com/is/image/workday... https://workday.scene7.com/is/image/workday/logo-jll-white?fmt=webp-alpha — 200 — 10.0 KiB — 18 ms — h2https://workday.scene7.com/is/image/workday/customer-jll-singapore-hiredscore-16x9-1?fmt=webp-alpha&wid=1000workday.scene7.com/is/image/workday... https://workday.scene7.com/is/image/workday/customer-jll-singapore-hiredscore-16x9-1?fmt=webp-alpha&wid=1000 — 200 — 94.6 KiB — 12 ms — h2https://workday.scene7.com/is/image/workday/customer-jll-singapore-hiredscore-16x9-1?fmt=webp-alpha&wid=500workday.scene7.com/is/image/workday... https://workday.scene7.com/is/image/workday/customer-jll-singapore-hiredscore-16x9-1?fmt=webp-alpha&wid=500 — 200 — 0 B — 2 ms — h2https://bam.nr-data.net/jserrors/1/NRJS-762c9d14fac8c0a854b?a=1134369855&sa=1&v=1.238.0&t=Unnamed%20Transaction&rst=34221&ck=0&s=0&ref=https://www.workday.com/bam.nr-data.net/jserrors/1/NRJS-762... https://bam.nr-data.net/jserrors/1/NRJS-762c9d14fac8c0a854b?a=1134369855&sa=1&v=1.238.0&t=Unnamed%20Transaction&rst=34221&ck=0&s=0&ref=https://www.workday.com/ — 200 — 440 B — 122 ms — http/1.1https://workday.scene7.com/is/image/workday/img-workday-go?fmt=webp-alpha&wid=700workday.scene7.com/is/image/workday... https://workday.scene7.com/is/image/workday/img-workday-go?fmt=webp-alpha&wid=700 — 200 — 0 B — 2 ms — h2https://bam.nr-data.net/jserrors/1/NRJS-762c9d14fac8c0a854b?a=1134369855&sa=1&v=1.238.0&t=Unnamed%20Transaction&rst=44227&ck=0&s=0&ref=https://www.workday.com/bam.nr-data.net/jserrors/1/NRJS-762... https://bam.nr-data.net/jserrors/1/NRJS-762c9d14fac8c0a854b?a=1134369855&sa=1&v=1.238.0&t=Unnamed%20Transaction&rst=44227&ck=0&s=0&ref=https://www.workday.com/ — 200 — 440 B — 120 ms — http/1.1
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 10744ms · 2298KB · $143/mo
players.brightcove.net
Other
Costly
Execution 4507ms
Transfer 323 KB
Unused 41%
Monthly Cost $60/mo
media.mktg.workday.com
Other
Costly
Execution 2510ms
Transfer 12 KB
Monthly Cost $33/mo
www.workday.com
Other
Costly
Execution 1152ms
Transfer 34 KB
Monthly Cost $15/mo
www.workday.com
Other
Costly
Execution 985ms
Transfer 802 KB
Monthly Cost $13/mo
Unattributable
Other
Costly
Execution 654ms
Transfer 0 KB
Monthly Cost $9/mo
www.workday.com
Other
Costly
Execution 375ms
Transfer 434 KB
Unused 71%
Monthly Cost $5/mo
assets.adobedtm.com
Other
Optional
Execution 148ms
Transfer 151 KB
Unused 16%
Monthly Cost $2/mo
www.workday.com
Other
Optional
Execution 115ms
Transfer 346 KB
Monthly Cost $2/mo
www.workday.com
Other
Optional
Execution 84ms
Transfer 3 KB
Monthly Cost $1/mo
info2.workday.com
Other
Optional
Execution 56ms
Transfer 160 KB
Unused 75%
Monthly Cost $1/mo
www.workday.com
Other
Optional
Execution 54ms
Transfer 9 KB
Monthly Cost $1/mo
www.workday.com
Other
Optional
Execution 52ms
Transfer 5 KB
Monthly Cost $1/mo
js-agent.newrelic.com
Other
Optional
Execution 50ms
Transfer 20 KB
Monthly Cost $1/mo

These scripts may cost more than they're worth

  • players.brightcove.net adds 4507ms and costs ~$60/month
  • media.mktg.workday.com adds 2510ms and costs ~$33/month
  • www.workday.com adds 1152ms and costs ~$15/month
  • www.workday.com adds 985ms and costs ~$13/month
  • Unattributable adds 654ms and costs ~$9/month
  • www.workday.com adds 375ms and costs ~$5/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

players.brightcove.net takes 4507ms 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

media.mktg.workday.com takes 2510ms 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.workday.com takes 1152ms 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.workday.com takes 985ms 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 654ms 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.workday.com takes 375ms 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

71% of www.workday.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

75% of info2.workday.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