Skip to content
https://www.linkedin.com

Performance

· 14 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
84
GRADE
B
FIX
3
REVIEW
0
PASS
9
INFO
2

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

99
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
100
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
96
Best Practices Checks for modern web development best practices including HTTPS, no console errors, and secure JavaScript.
100
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.

632 ms

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

832 ms

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

0 ms

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

0.002

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

749 ms

Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.

832 ms

Page Load Progression

375 ms
750 ms
1.1 s
1.5 s
1.9 s
2.2 s
2.6 s
3.0 s
Checks
14
9 PASS 3 FIX
D
Third-Party Impact
Action
97% third-party, 0 ms blocking
FIX
97% third-party, 0 ms blocking
Warning::
Third-party code accounts for 97% of page weight (854.5 KiB of 884.3 KiB)
Info::
Third-party blocking time is low (0 ms)
97%
First-party Third-party
D
JS Bundles
Action
10 scripts, 391 KB unused
FIX
10 scripts, 391 KB unused
Warning::
https://static.licdn.com/aero-v1/sc/h/cyi85pvtvqxi...: 102 KB unused (68%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://static.licdn.com/aero-v1/sc/h/cyi85pvtvqxi...: 102 KB unused (68%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://static.licdn.com/aero-v1/sc/h/fx69lqty609x...: 45 KB unused (77%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://static.licdn.com/aero-v1/sc/h/e69gtg8c61dz...: 40 KB unused (48%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://static.licdn.com/aero-v1/sc/h/e69gtg8c61dz...: 40 KB unused (48%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 391 KB
391 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://static.licdn.com/aero-v1/sc/h/cyi85pvtvqxif4qx6o2q0eui4151 KB102 KB (68%)3rd
https://static.licdn.com/aero-v1/sc/h/cyi85pvtvqxif4qx6o2q0eui40 KB102 KB (68%)3rd
https://static.licdn.com/aero-v1/sc/h/fx69lqty609xpf6l4xb6bs3a60 KB45 KB (77%)3rd
https://static.licdn.com/aero-v1/sc/h/e69gtg8c61dzqklxridy0htl983 KB40 KB (48%)3rd
https://static.licdn.com/aero-v1/sc/h/e69gtg8c61dzqklxridy0htl90 KB40 KB (48%)3rd
https://platform.linkedin.com/litms/utag/homepage-guest-frontend/utag.js?cb=177559260000049 KB34 KB (70%)3rd
https://static.licdn.com/aero-v1/sc/h/29rdkxlvag0d3cpj96fiilbju81 KB29 KB (67%)3rd
https://static.licdn.com/aero-v1/sc/h/51t74mlo1ty7vakn3a80a9jcp18 KB3rd
https://client.protechts.net/PXdOjV695v/main.min.js90 KB3rd
https://crcldu.com/bd/auditor.js?v=1775592720000116 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

D
HTTP Caching
Action
no-store (uncacheable)
FIX
no-store (uncacheable)
Info::
Cache-Control: no-store prevents all caching
Intentional for dynamic content, but increases server load for every page view.
Got: no-cache, no-store, no-transform
Info::
No ETag or Last-Modified header
Conditional requests (304 Not Modified) are not possible without validators.
Cache-Control

no-cache, no-store, no-transform

DirectiveValueMeaning
no-cacheCache but always revalidate first
no-storeNever cache this response
no-transform
A
Page Weight Budget
884 KB transferred, 45 requests
PASS
884 KB transferred, 45 requests
Info::
Page weighs 2.8 MB (884 KB transferred)
Warning::
JavaScript is 648 KB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 648 KB
Info::
45 HTTP requests
Info::
Estimated 0.18 g CO2 per page load
884 KB / 2.4 MB budget
884 KB transferred
45 requests
0.18 g CO2 per page load
JavaScript 648.5 KiB 73%
HTML 77.0 KiB 9%
Fonts 53.9 KiB 6%
CSS 40.9 KiB 5%
Other 25.2 KiB 3%
Other 21.9 KiB 2%
Images 9.6 KiB 1%
Other 7.4 KiB 1%
0 2.4 MB 4.9 MB
Under 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

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
Image Optimization
3 images, 0 KB saveable
PASS
3 images, 0 KB saveable
Warning::
is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
3 images 10 KB
0 oversized -0 KB
1 legacy format
1 missing dimensions CLS risk

Set explicit width and height to prevent CLS.

Why this matters

Performance issues directly impact user engagement and conversion rates.

A+
JS Execution Cost
430ms total JS execution
PASS
430ms total JS execution
Warning::
https://static.licdn.com/aero-v1/sc/h/e69gtg8c61dz...: 275ms CPU time
Info::
Unattributable: 92ms CPU time
Info::
https://www.linkedin.com/: 62ms CPU time
Warning::
Third-party scripts: 367ms (85% of total)

Main Thread Breakdown

Script Evaluation 59% Other 18% Style & Layout 13% Script Parsing & Compilation 7%
ScriptTotalScriptingParse/CompileParty
https://static.licdn.com/aero-v1/sc/h/e69gtg8c61dzqklxridy0htl9275ms211ms8ms3rd
Unattributable92ms3ms0ms3rd
https://www.linkedin.com/62ms1ms0ms1st
A+
Font Loading
1 fonts (54 KB)
PASS
1 fonts (54 KB)
Info::
1 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

1

54 KB total

Render-blocking

0

of 1

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 500 ms 1.0 s FCP 632 ms LCP 832 mshttps://fonts.gstatic.com/s/googlesans/v62/4UaRrENHsxJlGDuGo1OIlJfC6l_24rlCK1Yo_Iq2vgCIhM907w.woff24UaRrENHsxJlGDuGo1OIlJf... https://fonts.gstatic.com/s/googlesans/v62/4UaRrENHsxJlGDuGo1OIlJfC6l_24rlCK1Yo_Iq2vgCIhM907w.woff2 — 53.9 KiB — 0 ms — font-display: swap
4UaRrENHsxJlGDuGo1OIlJf... woff2 swap
Size 54 KB
Load time 0 ms
Start 0 ms
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
A+
Green Hosting
Whether the site is served from green-energy infrastructure
PASS

Green Hosting

This site is hosted on green energy infrastructure

Provider: Cloudflare

Network Waterfall
45 requests over 0ms
INFO

Performance analysis not available for this result.

Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
85% of JavaScript execution is third-party
First-party Third-party 367ms · 0KB · $5/mo
static.licdn.com
Other
Costly
Execution 275ms
Transfer 0 KB
Unused 48%
Monthly Cost $4/mo
Unattributable
Other
Optional
Execution 92ms
Transfer 0 KB
Monthly Cost $1/mo

These scripts may cost more than they're worth

  • static.licdn.com adds 275ms and costs ~$4/month

85% 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

static.licdn.com takes 275ms 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

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