Performance
· 16 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.
2.38 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
10.86 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
3.62 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.075
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
5.64 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.
18.33 s
Page Load Progression
FPage Weight BudgetAction2.7 MB transferred, 90 requestsFIX
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
DThird-Party ImpactAction95% third-party, 0 ms blockingFIX
FJS Execution CostAction7249ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.googletagmanager.com/gtm.js?id=GTM-PST2JZ&l=gdGlobals | 1564ms | 1423ms | 56ms | 3rd |
| https://cdn.rudderlabs.com/v3/legacy/rsa.min.js | 1249ms | 1160ms | 33ms | 3rd |
| https://cdnjs.cloudflare.com/ajax/libs/react/18.3.1/umd/react.production.min.js | 768ms | 725ms | 2ms | 3rd |
| Unattributable | 689ms | 143ms | 0ms | 3rd |
| https://www.glassdoor.fr/seo-pages/assets/_next/static/chunks/framework-05d6d0fa5babb409.js | 640ms | 549ms | 28ms | 3rd |
| https://www.glassdoor.fr/index.htm?countryRedirect=true | 502ms | 54ms | 8ms | 3rd |
| https://www.glassdoor.fr/cdn-cgi/challenge-platform/scripts/jsd/main.js | 330ms | 305ms | 3ms | 3rd |
| https://www.glassdoor.fr/sam-global-nav/static/lib-676dc54385ec3c2f.min.js | 315ms | 158ms | 151ms | 3rd |
| https://www.glassdoor.fr/seo-pages/assets/_next/static/chunks/pages/_app-433206efb3eb5f16.js | 274ms | 99ms | 169ms | 3rd |
| https://www.glassdoor.fr/seo-pages/assets/_next/static/chunks/pages/index-f843b0dd771b3bdd.js | 201ms | 199ms | 1ms | 3rd |
Showing top 10 of 16 scripts
FJS BundlesAction51 scripts, 1.2 MB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.glassdoor.fr/sam-global-nav/static/lib-676dc54385ec3c2f.min.js | 381 KB | 314 KB (83%) | ✓ | 3rd |
| https://www.glassdoor.fr/seo-pages/assets/_next/static/chunks/pages/_app-433206efb3eb5f16.js | 308 KB | 253 KB (83%) | ✓ | 3rd |
| https://www.glassdoor.fr/app-install-sam-server/static/appInstall-a2b6550d2d15c7ad.min.js | 146 KB | 105 KB (72%) | ✓ | 3rd |
| https://www.glassdoor.fr/user-login-sam-server/static/unifiedUserAuth-c1eefac054d37abd.min.js | 155 KB | 94 KB (61%) | ✓ | 3rd |
| https://accounts.google.com/gsi/client | 93 KB | 70 KB (76%) | ✓ | 3rd |
| https://www.glassdoor.fr/seo-pages/assets/_next/static/chunks/58474bfb-888746acbc80cc94.js | 98 KB | 69 KB (71%) | ✓ | 3rd |
| https://www.glassdoor.fr/user-registration-sam/static/legacy/gd-user-onboarding.bundle.c36e78603cb1670a.js?v=5e67a | 90 KB | 68 KB (76%) | ✓ | 3rd |
| https://www.glassdoor.fr/seo-pages/assets/_next/static/chunks/9548-97192ff5cb9cda4f.js | 90 KB | 64 KB (71%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-PST2JZ&l=gdGlobals | 160 KB | 58 KB (36%) | ✓ | 3rd |
| https://www.glassdoor.fr/seo-pages/assets/_next/static/chunks/main-f8105bf919627e86.js | 41 KB | 23 KB (55%) | ✓ | 3rd |
Consider code splitting or tree shaking to reduce unused code.
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.
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.
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.
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.
This bundle has high unused code — code-split or tree-shake to ship only what executes.
Source: web.dev / Lighthouse coverage
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
A+Text CompressionAll text resources are compressedPASS
A+Image Optimization6 images, 0 KB saveablePASS
A+Font Loading3 fonts (139 KB)PASS
Web fonts
3
139 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+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource HintsNo optimization neededPASS
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
A+Green HostingWhether the site is served from green-energy infrastructurePASS
Green Hosting
This site is hosted on green energy infrastructure
Provider: Cloudflare
Network Waterfall90 requests over 0msINFO
Performance analysis not available for this result.
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
Google Tag Manager www.googletagmanager.com | Tag Manager | 1564ms | 160 KB | 36% | €17/mo | Costly |
cdn.rudderlabs.com cdn.rudderlabs.com | Other | 1249ms | 53 KB | 42% | €14/mo | Costly |
cdnjs cdnjs.cloudflare.com | CDN | 768ms | 4 KB | — | €8/mo | Costly |
Unattributable Unattributable | Other | 689ms | 0 KB | — | €7/mo | Costly |
www.glassdoor.fr www.glassdoor.fr | Other | 640ms | 59 KB | 36% | €7/mo | Costly |
www.glassdoor.fr www.glassdoor.fr | Other | 502ms | 62 KB | — | €5/mo | Costly |
www.glassdoor.fr www.glassdoor.fr | Other | 330ms | 0 KB | — | €4/mo | Costly |
www.glassdoor.fr www.glassdoor.fr | Other | 315ms | 381 KB | 83% | €3/mo | Costly |
www.glassdoor.fr www.glassdoor.fr | Other | 274ms | 308 KB | 83% | €3/mo | Costly |
www.glassdoor.fr www.glassdoor.fr | Other | 201ms | 5 KB | — | €2/mo | Costly |
www.glassdoor.fr www.glassdoor.fr | Other | 154ms | 146 KB | 72% | €2/mo | Optional |
www.glassdoor.fr www.glassdoor.fr | Other | 141ms | 41 KB | 55% | €2/mo | Optional |
www.glassdoor.fr www.glassdoor.fr | Other | 131ms | 155 KB | 61% | €1/mo | Optional |
www.glassdoor.fr www.glassdoor.fr | Other | 128ms | 90 KB | 76% | €1/mo | Optional |
www.glassdoor.fr www.glassdoor.fr | Other | 88ms | 43 KB | 52% | €1/mo | Optional |
accounts.google.com accounts.google.com | Other | 75ms | 93 KB | 76% | €1/mo | Optional |
These scripts may cost more than they're worth
- Google Tag Manager adds 1564ms and costs ~€17/month
- cdn.rudderlabs.com adds 1249ms and costs ~€14/month
- cdnjs adds 768ms and costs ~€8/month
- Unattributable adds 689ms and costs ~€7/month
- www.glassdoor.fr adds 640ms and costs ~€7/month
- www.glassdoor.fr adds 502ms and costs ~€5/month
- www.glassdoor.fr adds 330ms and costs ~€4/month
- www.glassdoor.fr adds 315ms and costs ~€3/month
- www.glassdoor.fr adds 274ms and costs ~€3/month
- www.glassdoor.fr adds 201ms and costs ~€2/month
100% 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
Google Tag Manager takes 1564ms 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
cdn.rudderlabs.com takes 1249ms 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
cdnjs takes 768ms 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
Unattributable takes 689ms 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
www.glassdoor.fr takes 640ms 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
www.glassdoor.fr takes 502ms 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
www.glassdoor.fr takes 330ms 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
www.glassdoor.fr takes 315ms 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
83% of www.glassdoor.fr's code is unused. The script may be loading features you don't use.
Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.
Source: web.dev
www.glassdoor.fr takes 274ms 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
83% of www.glassdoor.fr's code is unused. The script may be loading features you don't use.
Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.
Source: web.dev
www.glassdoor.fr takes 201ms 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
72% of www.glassdoor.fr's code is unused. The script may be loading features you don't use.
Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.
Source: web.dev
55% of www.glassdoor.fr's code is unused. The script may be loading features you don't use.
Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.
Source: web.dev
61% of www.glassdoor.fr's code is unused. The script may be loading features you don't use.
Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.
Source: web.dev
76% of www.glassdoor.fr's code is unused. The script may be loading features you don't use.
Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.
Source: web.dev
52% of www.glassdoor.fr's code is unused. The script may be loading features you don't use.
Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.
Source: web.dev
76% of accounts.google.com's code is unused. The script may be loading features you don't use.
Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.
Source: web.dev