Performance
· 27 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.Performance-focused optimization plan with CWV assessment, top offenders, and time estimates
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
928 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
9.65 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
1.32 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.492
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
5.39 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.
9.65 s
Page Load Progression
DJS Execution CostAction2812ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://wd103.myworkday.com/wday/asset/uic-shared-vendors/shared-vendors.min.js | 1174ms | 833ms | 49ms | 3rd |
| https://prod-wd103.myworkdaycdn.com/wday/asset/candidate-experience-jobs/cx-jobs.min.js | 897ms | 657ms | 211ms | 3rd |
| Unattributable | 360ms | 40ms | 0ms | 1st |
| https://wd103.myworkday.com/wday/asset/client-analytics/uxInsights.min.js?plate=BMT216A | 272ms | 210ms | 32ms | 3rd |
| https://accenture.wd103.myworkdayjobs.com/AccentureCareers | 109ms | 10ms | 2ms | 1st |
DPage Weight InventoryAction44 resources · 1.9 MB · 0 KB savings availableFIX
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 44 resources | 1.9 MiB | ||||||
DHTTP CachingActionno-store (uncacheable)FIX
no-store, no-cache
| Directive | Value | Meaning |
|---|---|---|
| no-store | — | Never cache this response |
| no-cache | — | Cache but always revalidate first |
CPage Weight BudgetAction1.9 MB transferred, 44 requestsREVIEW
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
JavaScript bundle is large — code-split routes and lazy-load off-screen components to defer.
Source: web.dev
BThird-Party Impact47% third-party, 0 ms blockingREVIEW
CImage OptimizationAction4 images, 0 KB saveableREVIEW
Set explicit width and height to prevent CLS.
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.
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.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
BCompression AlgorithmMain response uses gzip; brotli would be ~20% smallerREVIEW
BServer-Timing ObservabilityNo Server-Timing header foundREVIEW
CGreen HostingActionWhether the site is served from green-energy infrastructureREVIEW
Green Hosting
No green hosting detected
A+Text CompressionAll text resources are compressedPASS
A+Font Loading3 fonts (196 KB)PASS
Web fonts
3
196 KB total
Render-blocking
0
of 3
Dominant font-display
swap
Most common across fonts
Font loading timeline
Optimization checklist
- Preload critical fonts (priority=high)
- Use woff2 format for all fonts
- Set font-display to swap, optional, or fallback
- Subset large fonts (≤100 KB each)
A+JS Bundles3 scripts, 0 KB unusedPASS
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://wd103.myworkday.com/wday/asset/client-analytics/1.138.0/uxInsights.min.js | 69 KB | — | ✓ | 3rd |
| https://wd103.myworkday.com/wday/asset/uic-shared-vendors/2.315.0/shared-vendors.min.js | 127 KB | — | ✓ | 3rd |
| https://prod-wd103.myworkdaycdn.com/wday/asset/candidate-experience-jobs/2026.33.16/cx-jobs.min.js | 472 KB | — | ✓ | 3rd |
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource HintsNo optimization neededPASS
A+HTTP/3 (QUIC)HTTP/3 advertised via Alt-SvcPASS
A+LCP Image PreloadLCP preload audit not availablePASS
A+Main HTML Cache-ControlMain HTML uses no-store -- correct for sensitive/dynamic contentPASS
A+Server Response Intelligence2 server-response signal(s) detectedPASS
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
A+JavaScript BlockingNo render-blocking JS or document.write usage detectedPASS
A+CSS Performance DepthNo CSS performance depth issues detectedPASS
Network Waterfall44 requests over 3914msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
wd103.myworkday.com wd103.myworkday.com | Other | 1174ms | 1 KB | — | $16/mo | Costly |
prod-wd103.myworkdaycdn.com prod-wd103.myworkdaycdn.com | Other | 897ms | 1 KB | — | $12/mo | Costly |
wd103.myworkday.com wd103.myworkday.com | Other | 272ms | 1 KB | — | $4/mo | Costly |
These scripts may cost more than they're worth
- wd103.myworkday.com adds 1174ms and costs ~$16/month
- prod-wd103.myworkdaycdn.com adds 897ms and costs ~$12/month
- wd103.myworkday.com adds 272ms and costs ~$4/month
83% of JavaScript execution time is spent on third-party scripts. Consider auditing which scripts are essential.
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
wd103.myworkday.com takes 1174ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
prod-wd103.myworkdaycdn.com takes 897ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
wd103.myworkday.com takes 272ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
Real-User Performance (CrUX)Field metrics from the Chrome User Experience ReportINFO
Chrome User Experience (CrUX)
Real-user metrics from the Chrome UX Report (2026-07-22 — 2026-08-18)
LCP (p75)
5852 ms
17% good
INP (p75)
172 ms
79% good
CLS (p75)
0.720
9% good
FCP (p75)
5068 ms
TTFB (p75)
2601 ms
Image Optimization2 images, 6 KB total, 6 KB wastedINFO
Image Optimization Audit
Total Images
2
Total Size
6 KB
Oversized
1
Wasted
6 KB