Performance
· 17 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.34 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
3.14 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
1.31 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.131
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.
21.59 s
Page Load Progression
DPage Weight BudgetAction2.4 MB transferred, 141 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
Subset fonts to include only used characters, or switch to system font stacks.
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.
High HTTP request count — bundling, sprite-ing, and HTTP/2 server push can reduce per-request overhead.
Source: web.dev
DThird-Party ImpactAction100% third-party, 0 ms blockingFIX
FJS Execution CostAction7917ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.salary.com/UtilityScripts/Seou_B2b_Index.min.js?v=1.0.0.12 | 2101ms | 697ms | 5ms | 3rd |
| https://www.redditstatic.com/ads/pixel.js | 945ms | 918ms | 6ms | 3rd |
| Unattributable | 732ms | 50ms | 0ms | 3rd |
| https://www.salary.com/ | 628ms | 31ms | 5ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-NHKXG4J | 608ms | 465ms | 87ms | 3rd |
| https://scripts.clarity.ms/0.8.60-beta/clarity.js | 479ms | 454ms | 11ms | 3rd |
| https://assets.adobedtm.com/b590647a1ee3/72493d5bb63a/launch-cf399e951d71.min.js | 366ms | 329ms | 23ms | 3rd |
| https://js.intercomcdn.com/vendor-modern.80eace52.js | 355ms | 317ms | 34ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-70B7F9BMVB&cx=c>m=4e64k1h2 | 343ms | 294ms | 46ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=AW-403552663&cx=c>m=4e64k1h2 | 289ms | 250ms | 38ms | 3rd |
Showing top 10 of 20 scripts
DJS BundlesAction39 scripts, 462 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://js.intercomcdn.com/frame-modern.7a9f78bc.js | 193 KB | 123 KB (64%) | ✓ | 3rd |
| https://js.intercomcdn.com/vendor-modern.80eace52.js | 144 KB | 86 KB (60%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-70B7F9BMVB&cx=c>m=4e64k1h2 | 174 KB | 66 KB (38%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-NHKXG4J | 178 KB | 61 KB (34%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=AW-403552663&cx=c>m=4e64k1h2 | 146 KB | 55 KB (38%) | ✓ | 3rd |
| https://script.hotjar.com/modules.6a0f3932cb1341a35c18.js | 57 KB | 38 KB (67%) | ✓ | 3rd |
| https://connect.facebook.net/en_US/fbevents.js | 97 KB | 32 KB (34%) | ✓ | 3rd |
| https://px4.ads.linkedin.com/collect?v=2&fmt=js&pid=3248420&time=1776894522422&url=https%3A%2F%2Fwww.salary.com%2F&e_ipv6=AQKzwXm_2ktA5AAAAZ23KrTba3yDLPvn8DJJ0G7Lv7tMRUK6HRFLdz3i90l_ActOMcvgwRhi9gA | 1 KB | — | ✓ | 3rd |
| https://www.clarity.ms/tag/smviwtougw?ref=gtm | 1 KB | — | ✓ | 3rd |
| https://assets.adobedtm.com/b590647a1ee3/72493d5bb63a/37c8e4615912/EX491c46349df54938a7f908a1f4cfec46-libraryCode_source.min.js | 15 KB | — | ✓ | 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
FPage Weight InventoryAction141 resources · 2.4 MB · 462 KB savings availableFIX
~461.6 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 141 resources | 2.4 MiB | ||||||
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
BImage Optimization55 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
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 Loading4 fonts (352 KB)PASS
Web fonts
4
352 KB total
Render-blocking
0
of 4
Dominant font-display
swap
Most common across fonts
Font loading timeline
- Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
- Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
- Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
Optimization checklist
- Preload critical fonts (priority=high)
- Use woff2 format for all fonts
- Set font-display to swap, optional, or fallback
- Subset large fonts (≤100 KB each)
Fixing the unchecked items could save ~168 KB and ~336 ms
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource Hints5 hints, 0 missing preconnectsPASS
Current Resource Hints
5 resource hints configured
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
Network Waterfall141 requests over 4904msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
www.salary.com www.salary.com | Other | 2101ms | 17 KB | — | $39/mo | Costly |
www.redditstatic.com www.redditstatic.com | Other | 945ms | 19 KB | — | $18/mo | Costly |
Unattributable Unattributable | Other | 732ms | 0 KB | — | $14/mo | Costly |
www.salary.com www.salary.com | Other | 628ms | 20 KB | — | $12/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 608ms | 178 KB | 34% | $11/mo | Costly |
Microsoft Clarity scripts.clarity.ms | Session Replay | 479ms | 25 KB | — | $9/mo | Costly |
assets.adobedtm.com assets.adobedtm.com | Other | 366ms | 59 KB | — | $7/mo | Costly |
js.intercomcdn.com js.intercomcdn.com | Other | 355ms | 144 KB | 60% | $7/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 343ms | 174 KB | 38% | $6/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 289ms | 146 KB | 38% | $5/mo | Costly |
www.salary.com www.salary.com | Other | 241ms | 4 KB | — | $5/mo | Costly |
Facebook Pixel connect.facebook.net | Advertising | 143ms | 97 KB | 34% | $3/mo | Optional |
Hotjar script.hotjar.com | Session Replay | 138ms | 57 KB | 67% | $3/mo | Optional |
Facebook Pixel connect.facebook.net | Advertising | 127ms | 47 KB | — | $2/mo | Optional |
events.flow.graph8.com events.flow.graph8.com | Other | 95ms | 36 KB | — | $2/mo | Optional |
dynamic.criteo.com dynamic.criteo.com | Other | 80ms | 25 KB | — | $2/mo | Optional |
Google Analytics www.google-analytics.com | Analytics | 76ms | 21 KB | — | $1/mo | Optional |
LinkedIn Insight snap.licdn.com | Advertising | 65ms | 19 KB | — | $1/mo | Optional |
sslwidget.criteo.com sslwidget.criteo.com | Other | 57ms | 1 KB | — | $1/mo | Optional |
js.intercomcdn.com js.intercomcdn.com | Other | 50ms | 193 KB | 64% | $1/mo | Optional |
These scripts may cost more than they're worth
- www.salary.com adds 2101ms and costs ~$39/month
- www.redditstatic.com adds 945ms and costs ~$18/month
- Unattributable adds 732ms and costs ~$14/month
- www.salary.com adds 628ms and costs ~$12/month
- Google Tag Manager adds 608ms and costs ~$11/month
- Microsoft Clarity adds 479ms and costs ~$9/month
- assets.adobedtm.com adds 366ms and costs ~$7/month
- js.intercomcdn.com adds 355ms and costs ~$7/month
- Google Tag Manager adds 343ms and costs ~$6/month
- Google Tag Manager adds 289ms and costs ~$5/month
- www.salary.com adds 241ms and costs ~$5/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
www.salary.com takes 2101ms 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.redditstatic.com takes 945ms 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 732ms 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.salary.com takes 628ms 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
Google Tag Manager takes 608ms 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
Microsoft Clarity takes 479ms 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
assets.adobedtm.com takes 366ms 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
js.intercomcdn.com takes 355ms 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
60% of js.intercomcdn.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
Google Tag Manager takes 343ms 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
Google Tag Manager takes 289ms 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.salary.com takes 241ms 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
67% of Hotjar'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
64% of js.intercomcdn.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