Skip to content
https://angel.co

Performance

· 15 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
82
GRADE
B
FIX
3
REVIEW
4
PASS
6
INFO
2

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

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

754 ms

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

2.34 s

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

39 ms

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

0.004

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

1.72 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.

2.36 s

Page Load Progression

524 ms
1.0 s
1.6 s
2.1 s
2.6 s
3.1 s
3.7 s
4.2 s
Checks
15
6 PASS 4 REVIEW 3 FIX
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 (1.1 MiB of 1.1 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
F
JS Execution Cost
Action
4720ms total JS execution
FIX
4720ms total JS execution
Warning::
https://wellfound.com/landing-page-assets/64626a4a...: 2322ms CPU time
Warning::
https://wellfound.com/landing-page-assets/ajax/lib...: 1097ms CPU time
Warning::
Unattributable: 355ms CPU time
Warning::
https://wellfound.com/: 266ms CPU time
Info::
https://wellfound.com/landing-page-assets/js/jquer...: 156ms CPU time
Warning::
Third-party scripts: 4720ms (100% of total)

Main Thread Breakdown

Script Evaluation 36% Other 33% Style & Layout 17% Rendering 10%
ScriptTotalScriptingParse/CompileParty
https://wellfound.com/landing-page-assets/64626a4a74818ca87606a29e/js/wellfound-v2.schunk.3b017b4dd695cb08.js2322ms641ms15ms3rd
https://wellfound.com/landing-page-assets/ajax/libs/parallax/3.1.0/parallax.min.js1097ms504ms1ms3rd
Unattributable355ms7ms0ms3rd
https://wellfound.com/266ms83ms2ms3rd
https://wellfound.com/landing-page-assets/js/jquery-3.5.1.min.dc5e7f18c8.js156ms116ms2ms3rd
https://wellfound.com/cdn-cgi/challenge-platform/scripts/jsd/main.js147ms138ms2ms3rd
https://consent.trustarc.com/v2/notice/gsyiod?pcookie141ms61ms3ms3rd
https://wellfound.com/landing-page-assets/64626a4a74818ca87606a29e/js/wellfound-v2.52bb555a.d9bf73db75aba17a.js109ms109ms0ms3rd
https://wellfound.com/landing-page-assets/ajax/libs/gsap/3.11.3/gsap.min.js77ms30ms1ms3rd
https://wellfound.com/landing-page-assets/64626a4a74818ca87606a29e/js/wellfound-v2.schunk.7bcf27380cad5093.js50ms6ms39ms3rd
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.

B
Page Weight Budget
1.1 MB transferred, 63 requests
REVIEW
1.1 MB transferred, 63 requests
Info::
Page weighs 3.8 MB (1.1 MB transferred)
Warning::
JavaScript is 579 KB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 579 KB
Info::
Fonts are 258 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 258 KB
Info::
63 HTTP requests
Info::
Estimated 0.24 g CO2 per page load
1.1 MB / 2.4 MB budget
1.1 MB transferred
63 requests
0.24 g CO2 per page load
JavaScript 579.4 KiB 50%
Fonts 258.0 KiB 22%
Images 255.7 KiB 22%
CSS 48.1 KiB 4%
HTML 19.9 KiB 2%
Other 2.0 KiB 0%
Other 1.5 KiB 0%
Other 927 B 0%
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

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

C
Image Optimization
Action
26 images, 0 KB saveable
REVIEW
26 images, 0 KB saveable
Warning::
https://wellfound.com/landing-page-assets/64626a4a... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://wellfound.com/landing-page-assets/64626a4a... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://wellfound.com/landing-page-assets/64626a4a... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
26 images 256 KB
0 oversized -0 KB
23 legacy format
4 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

Performance issues directly impact user engagement and conversion rates.

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
JS Bundles
Action
18 scripts, 174 KB unused
REVIEW
18 scripts, 174 KB unused
Warning::
https://wellfound.com/landing-page-assets/64626a4a...: 78 KB unused (37%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://accounts.google.com/gsi/client: 71 KB unused (75%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://wellfound.com/landing-page-assets/64626a4a...: 25 KB unused (26%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 174 KB
174 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://wellfound.com/landing-page-assets/64626a4a74818ca87606a29e/js/wellfound-v2.schunk.7bcf27380cad5093.js219 KB78 KB (37%)3rd
https://accounts.google.com/gsi/client96 KB71 KB (75%)3rd
https://wellfound.com/landing-page-assets/64626a4a74818ca87606a29e/js/wellfound-v2.schunk.3b017b4dd695cb08.js97 KB25 KB (26%)3rd
https://wellfound.com/landing-page-assets/split-type.js5 KB3rd
https://wellfound.com/landing-page-assets/ajax/libs/gsap/3.11.3/ScrollTrigger.min.js17 KB3rd
https://wellfound.com/landing-page-assets/npm/slick-carousel@1.8.1/slick/slick.min.js11 KB3rd
https://wellfound.com/landing-page-assets/ajax/libs/waypoints/4.0.0/jquery.waypoints.min.js3 KB3rd
https://wellfound.com/landing-page-assets/ajax/libs/parallax/3.1.0/parallax.min.js6 KB3rd
https://wellfound.com/tracker_consent/consent_manager_script2 KB3rd
https://wellfound.com/landing-page-assets/ajax/libs/gsap/3.11.3/gsap.min.js28 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

B
Page Weight Inventory
63 resources · 1.1 MB · 174 KB savings available
REVIEW
63 resources · 1.1 MB · 174 KB savings available
Warning::
Page weight 141 KB over 1MB target
Got: 1.1 MB Expected: ≤ 1 MB
Info::
~174 KB of savings available
Warning::
62 third-party resources (100% of weight)
Info::
1 resources over 200KB
63 resources · 1.1 MiB · 62 third-party 141.5 KiB over 1MB target
JavaScript 50% · 579.4 KiB
Font 22% · 258.0 KiB
Image 22% · 257.6 KiB
CSS 4% · 48.1 KiB
Document 2% · 19.9 KiB
Other 0% · 2.5 KiB

~174.3 KiB of savings available

Remove unused JavaScript: 174.3 KiB
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
6 fonts (258 KB)
PASS
6 fonts (258 KB)
Info::
6 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

6

258 KB total

Render-blocking

0

of 6

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 500 ms 1.0 s 1.5 s 2.0 s FCP 754 ms LCP 2.3 shttps://wellfound.com/landing-page-assets/64626a4a74818ca87606a29e/64627c031c0a80cd61642498_Graphik-Regular.otf64627c031c0a80cd6164249... https://wellfound.com/landing-page-assets/64626a4a74818ca87606a29e/64627c031c0a80cd61642498_Graphik-Regular.otf — 51.4 KiB — 62 ms — font-display: swaphttps://wellfound.com/landing-page-assets/64626a4a74818ca87606a29e/64a5e0ab8e5533c3d8866782_Graphik-Medium.otf64a5e0ab8e5533c3d886678... https://wellfound.com/landing-page-assets/64626a4a74818ca87606a29e/64a5e0ab8e5533c3d8866782_Graphik-Medium.otf — 57.7 KiB — 84 ms — font-display: swaphttps://wellfound.com/landing-page-assets/64626a4a74818ca87606a29e/64627c44e0cbc380d056e4ea_Graphik-Semibold.otf64627c44e0cbc380d056e4e... https://wellfound.com/landing-page-assets/64626a4a74818ca87606a29e/64627c44e0cbc380d056e4ea_Graphik-Semibold.otf — 58.0 KiB — 117 ms — font-display: swaphttps://wellfound.com/landing-page-assets/64626a4a74818ca87606a29e/663161f932c97d6d1596cd3a_AeonikFono-Bold.woff2663161f932c97d6d1596cd3... https://wellfound.com/landing-page-assets/64626a4a74818ca87606a29e/663161f932c97d6d1596cd3a_AeonikFono-Bold.woff2 — 37.4 KiB — 81 ms — font-display: swaphttps://wellfound.com/landing-page-assets/64626a4a74818ca87606a29e/64627c03307bbf3ac4c3ca55_AeonikFono-Regular.otf64627c03307bbf3ac4c3ca5... https://wellfound.com/landing-page-assets/64626a4a74818ca87606a29e/64627c03307bbf3ac4c3ca55_AeonikFono-Regular.otf — 40.4 KiB — 118 ms — font-display: swaphttps://consent.trustarc.com/v2/asset/latin.woff2latin.woff2 https://consent.trustarc.com/v2/asset/latin.woff2 — 13.1 KiB — 19 ms — font-display: swap
64627c031c0a80cd6164249... otf swap
Size 51 KB
Load time 62 ms
Start 278 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
64a5e0ab8e5533c3d886678... otf swap
Size 58 KB
Load time 84 ms
Start 279 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
64627c44e0cbc380d056e4e... otf swap
Size 58 KB
Load time 117 ms
Start 283 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
663161f932c97d6d1596cd3... woff2 swap
Size 37 KB
Load time 81 ms
Start 284 ms
Risk FOUT — text flashes from fallback to web font
64627c03307bbf3ac4c3ca5... otf swap
Size 40 KB
Load time 118 ms
Start 284 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
latin.woff2 woff2 swap
Size 13 KB
Load time 19 ms
Start 1.2 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)

Fixing the unchecked items could save ~62 KB and ~124 ms

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
63 requests over 1334ms
INFO
0 ms 500 ms 1.0 s 1.5 s 2.0 s FCP 754 ms LCP 2.3 shttps://angel.co// https://angel.co/ — 301 — 333 B — 31 ms — h2https://wellfound.com/wellfound.com/ https://wellfound.com/ — 200 — 17.7 KiB — 74 ms — h3https://wellfound.com/landing-page-assets/64626a4a74818ca87606a29e/css/wellfound-v2.shared.604577493.min.csswellfound.com/landing-page-assets/6... https://wellfound.com/landing-page-assets/64626a4a74818ca87606a29e/css/wellfound-v2.shared.604577493.min.css — 200 — 46.3 KiB — 54 ms — h3https://wellfound.com/tracker_consent/consent_manager_scriptwellfound.com/tracker_consent/conse... https://wellfound.com/tracker_consent/consent_manager_script — 200 — 1.9 KiB — 52 ms — h3https://wellfound.com/landing-page-assets/js/jquery-3.5.1.min.dc5e7f18c8.jswellfound.com/landing-page-assets/j... https://wellfound.com/landing-page-assets/js/jquery-3.5.1.min.dc5e7f18c8.js — 200 — 30.8 KiB — 59 ms — h3https://wellfound.com/landing-page-assets/64626a4a74818ca87606a29e/js/wellfound-v2.schunk.7bcf27380cad5093.jswellfound.com/landing-page-assets/6... https://wellfound.com/landing-page-assets/64626a4a74818ca87606a29e/js/wellfound-v2.schunk.7bcf27380cad5093.js — 200 — 218.8 KiB — 80 ms — h3https://wellfound.com/landing-page-assets/64626a4a74818ca87606a29e/js/wellfound-v2.schunk.3b017b4dd695cb08.jswellfound.com/landing-page-assets/6... https://wellfound.com/landing-page-assets/64626a4a74818ca87606a29e/js/wellfound-v2.schunk.3b017b4dd695cb08.js — 200 — 96.6 KiB — 79 ms — h3https://wellfound.com/landing-page-assets/64626a4a74818ca87606a29e/js/wellfound-v2.52bb555a.d9bf73db75aba17a.jswellfound.com/landing-page-assets/6... https://wellfound.com/landing-page-assets/64626a4a74818ca87606a29e/js/wellfound-v2.52bb555a.d9bf73db75aba17a.js — 200 — 1.6 KiB — 65 ms — h3https://wellfound.com/landing-page-assets/npm/slick-carousel@1.8.1/slick/slick.min.jswellfound.com/landing-page-assets/n... https://wellfound.com/landing-page-assets/npm/slick-carousel@1.8.1/slick/slick.min.js — 200 — 10.7 KiB — 64 ms — h3https://wellfound.com/landing-page-assets/npm/slick-carousel@1.8.1/slick/slick.csswellfound.com/landing-page-assets/n... https://wellfound.com/landing-page-assets/npm/slick-carousel@1.8.1/slick/slick.css — 200 — 1.1 KiB — 44 ms — h3https://wellfound.com/landing-page-assets/ajax/libs/waypoints/4.0.0/jquery.waypoints.min.jswellfound.com/landing-page-assets/a... https://wellfound.com/landing-page-assets/ajax/libs/waypoints/4.0.0/jquery.waypoints.min.js — 200 — 3.2 KiB — 72 ms — h3https://wellfound.com/landing-page-assets/ajax/libs/parallax/3.1.0/parallax.min.jswellfound.com/landing-page-assets/a... https://wellfound.com/landing-page-assets/ajax/libs/parallax/3.1.0/parallax.min.js — 200 — 5.7 KiB — 72 ms — h3https://wellfound.com/landing-page-assets/split-type.jswellfound.com/landing-page-assets/s... https://wellfound.com/landing-page-assets/split-type.js — 200 — 4.9 KiB — 72 ms — h3https://wellfound.com/landing-page-assets/ajax/libs/gsap/3.11.3/gsap.min.jswellfound.com/landing-page-assets/a... https://wellfound.com/landing-page-assets/ajax/libs/gsap/3.11.3/gsap.min.js — 200 — 27.6 KiB — 76 ms — h3https://wellfound.com/landing-page-assets/ajax/libs/gsap/3.11.3/ScrollTrigger.min.jswellfound.com/landing-page-assets/a... https://wellfound.com/landing-page-assets/ajax/libs/gsap/3.11.3/ScrollTrigger.min.js — 200 — 16.6 KiB — 74 ms — h3https://wellfound.com/landing-page-assets/npm/@finsweet/attributes-cmsslider@1/cmsslider.jswellfound.com/landing-page-assets/n... https://wellfound.com/landing-page-assets/npm/@finsweet/attributes-cmsslider@1/cmsslider.js — 200 — 3.3 KiB — 33 ms — h3https://consent.trustarc.com/v2/notice/gsyiod?pcookieconsent.trustarc.com/v2/notice/gsyi... https://consent.trustarc.com/v2/notice/gsyiod?pcookie — 200 — 32.7 KiB — 25 ms — h2https://wellfound.com/javascripts/consentManager.js?4f1aaa4e6661wellfound.com/javascripts/consentMa... https://wellfound.com/javascripts/consentManager.js?4f1aaa4e6661 — 200 — 8.3 KiB — 46 ms — h3https://wellfound.com/landing-page-assets/64626a4a74818ca87606a29e/646da3412c037b5778b74830_gradient-shadow.pngwellfound.com/landing-page-assets/6... https://wellfound.com/landing-page-assets/64626a4a74818ca87606a29e/646da3412c037b5778b74830_gradient-shadow.png — 200 — 94.8 KiB — 30 ms — h3https://wellfound.com/landing-page-assets/64626a4a74818ca87606a29e/64626a4a74818ca87606a470_Primary_Logo_-_Black.svgwellfound.com/landing-page-assets/6... https://wellfound.com/landing-page-assets/64626a4a74818ca87606a29e/64626a4a74818ca87606a470_Primary_Logo_-_Black.svg — 200 — 1.9 KiB — 111 ms — h3https://wellfound.com/landing-page-assets/64626a4a74818ca87606a29e/646d8a8dcdde62af588fb406_Group_116.svgwellfound.com/landing-page-assets/6... https://wellfound.com/landing-page-assets/64626a4a74818ca87606a29e/646d8a8dcdde62af588fb406_Group_116.svg — 200 — 956 B — 34 ms — h3https://wellfound.com/landing-page-assets/64626a4a74818ca87606a2c4/66b5a9316304088c3fdab543_adonis-logo.svgwellfound.com/landing-page-assets/6... https://wellfound.com/landing-page-assets/64626a4a74818ca87606a2c4/66b5a9316304088c3fdab543_adonis-logo.svg — 200 — 1.9 KiB — 65 ms — h3https://wellfound.com/landing-page-assets/64626a4a74818ca87606a2c4/66b5a7da20c4beb017769815_consensys_logo.svgwellfound.com/landing-page-assets/6... https://wellfound.com/landing-page-assets/64626a4a74818ca87606a2c4/66b5a7da20c4beb017769815_consensys_logo.svg — 200 — 10.0 KiB — 50 ms — h3https://wellfound.com/landing-page-assets/64626a4a74818ca87606a2c4/66841557e3a09dccd3f4ca2a_cruise.svgwellfound.com/landing-page-assets/6... https://wellfound.com/landing-page-assets/64626a4a74818ca87606a2c4/66841557e3a09dccd3f4ca2a_cruise.svg — 200 — 1.6 KiB — 66 ms — h3https://wellfound.com/landing-page-assets/64626a4a74818ca87606a2c4/64628b8dcd93c0cf21c82b32_Door_Dash.svgwellfound.com/landing-page-assets/6... https://wellfound.com/landing-page-assets/64626a4a74818ca87606a2c4/64628b8dcd93c0cf21c82b32_Door_Dash.svg — 200 — 4.0 KiB — 66 ms — h3https://wellfound.com/landing-page-assets/64626a4a74818ca87606a2c4/64628b4827d042c25e14f604_Roblox.svgwellfound.com/landing-page-assets/6... https://wellfound.com/landing-page-assets/64626a4a74818ca87606a2c4/64628b4827d042c25e14f604_Roblox.svg — 200 — 1.3 KiB — 65 ms — h3https://wellfound.com/landing-page-assets/64626a4a74818ca87606a2c4/64628b41cd93c0cf21c7ad8c_honey.svgwellfound.com/landing-page-assets/6... https://wellfound.com/landing-page-assets/64626a4a74818ca87606a2c4/64628b41cd93c0cf21c7ad8c_honey.svg — 200 — 3.0 KiB — 55 ms — h3https://wellfound.com/landing-page-assets/64626a4a74818ca87606a2c4/64628b3aba194301cb70efdc_Peloton.svgwellfound.com/landing-page-assets/6... https://wellfound.com/landing-page-assets/64626a4a74818ca87606a2c4/64628b3aba194301cb70efdc_Peloton.svg — 200 — 1.7 KiB — 109 ms — h3https://wellfound.com/landing-page-assets/64626a4a74818ca87606a2c4/64628b35c3ca49d758ff6160_ifttt.svgwellfound.com/landing-page-assets/6... https://wellfound.com/landing-page-assets/64626a4a74818ca87606a2c4/64628b35c3ca49d758ff6160_ifttt.svg — 200 — 891 B — 109 ms — h3https://wellfound.com/landing-page-assets/64626a4a74818ca87606a2c4/64628b27cd93c0cf21c7819c_postmates.svgwellfound.com/landing-page-assets/6... https://wellfound.com/landing-page-assets/64626a4a74818ca87606a2c4/64628b27cd93c0cf21c7819c_postmates.svg — 200 — 6.6 KiB — 89 ms — h3
0 ms 500 ms 1.0 s 1.5 s 2.0 s FCP 754 ms LCP 2.3 shttps://angel.co// https://angel.co/ — 301 — 333 B — 31 ms — h2https://wellfound.com/wellfound.com/ https://wellfound.com/ — 200 — 17.7 KiB — 74 ms — h3https://wellfound.com/landing-page-assets/64626a4a74818ca87606a29e/css/wellfound-v2.shared.604577493.min.csswellfound.com/landing-page-assets/6... https://wellfound.com/landing-page-assets/64626a4a74818ca87606a29e/css/wellfound-v2.shared.604577493.min.css — 200 — 46.3 KiB — 54 ms — h3https://wellfound.com/tracker_consent/consent_manager_scriptwellfound.com/tracker_consent/conse... https://wellfound.com/tracker_consent/consent_manager_script — 200 — 1.9 KiB — 52 ms — h3https://wellfound.com/landing-page-assets/js/jquery-3.5.1.min.dc5e7f18c8.jswellfound.com/landing-page-assets/j... https://wellfound.com/landing-page-assets/js/jquery-3.5.1.min.dc5e7f18c8.js — 200 — 30.8 KiB — 59 ms — h3https://wellfound.com/landing-page-assets/64626a4a74818ca87606a29e/js/wellfound-v2.schunk.7bcf27380cad5093.jswellfound.com/landing-page-assets/6... https://wellfound.com/landing-page-assets/64626a4a74818ca87606a29e/js/wellfound-v2.schunk.7bcf27380cad5093.js — 200 — 218.8 KiB — 80 ms — h3https://wellfound.com/landing-page-assets/64626a4a74818ca87606a29e/js/wellfound-v2.schunk.3b017b4dd695cb08.jswellfound.com/landing-page-assets/6... https://wellfound.com/landing-page-assets/64626a4a74818ca87606a29e/js/wellfound-v2.schunk.3b017b4dd695cb08.js — 200 — 96.6 KiB — 79 ms — h3https://wellfound.com/landing-page-assets/64626a4a74818ca87606a29e/js/wellfound-v2.52bb555a.d9bf73db75aba17a.jswellfound.com/landing-page-assets/6... https://wellfound.com/landing-page-assets/64626a4a74818ca87606a29e/js/wellfound-v2.52bb555a.d9bf73db75aba17a.js — 200 — 1.6 KiB — 65 ms — h3https://wellfound.com/landing-page-assets/npm/slick-carousel@1.8.1/slick/slick.min.jswellfound.com/landing-page-assets/n... https://wellfound.com/landing-page-assets/npm/slick-carousel@1.8.1/slick/slick.min.js — 200 — 10.7 KiB — 64 ms — h3https://wellfound.com/landing-page-assets/npm/slick-carousel@1.8.1/slick/slick.csswellfound.com/landing-page-assets/n... https://wellfound.com/landing-page-assets/npm/slick-carousel@1.8.1/slick/slick.css — 200 — 1.1 KiB — 44 ms — h3https://wellfound.com/landing-page-assets/ajax/libs/waypoints/4.0.0/jquery.waypoints.min.jswellfound.com/landing-page-assets/a... https://wellfound.com/landing-page-assets/ajax/libs/waypoints/4.0.0/jquery.waypoints.min.js — 200 — 3.2 KiB — 72 ms — h3https://wellfound.com/landing-page-assets/ajax/libs/parallax/3.1.0/parallax.min.jswellfound.com/landing-page-assets/a... https://wellfound.com/landing-page-assets/ajax/libs/parallax/3.1.0/parallax.min.js — 200 — 5.7 KiB — 72 ms — h3https://wellfound.com/landing-page-assets/split-type.jswellfound.com/landing-page-assets/s... https://wellfound.com/landing-page-assets/split-type.js — 200 — 4.9 KiB — 72 ms — h3https://wellfound.com/landing-page-assets/ajax/libs/gsap/3.11.3/gsap.min.jswellfound.com/landing-page-assets/a... https://wellfound.com/landing-page-assets/ajax/libs/gsap/3.11.3/gsap.min.js — 200 — 27.6 KiB — 76 ms — h3https://wellfound.com/landing-page-assets/ajax/libs/gsap/3.11.3/ScrollTrigger.min.jswellfound.com/landing-page-assets/a... https://wellfound.com/landing-page-assets/ajax/libs/gsap/3.11.3/ScrollTrigger.min.js — 200 — 16.6 KiB — 74 ms — h3https://wellfound.com/landing-page-assets/npm/@finsweet/attributes-cmsslider@1/cmsslider.jswellfound.com/landing-page-assets/n... https://wellfound.com/landing-page-assets/npm/@finsweet/attributes-cmsslider@1/cmsslider.js — 200 — 3.3 KiB — 33 ms — h3https://consent.trustarc.com/v2/notice/gsyiod?pcookieconsent.trustarc.com/v2/notice/gsyi... https://consent.trustarc.com/v2/notice/gsyiod?pcookie — 200 — 32.7 KiB — 25 ms — h2https://wellfound.com/javascripts/consentManager.js?4f1aaa4e6661wellfound.com/javascripts/consentMa... https://wellfound.com/javascripts/consentManager.js?4f1aaa4e6661 — 200 — 8.3 KiB — 46 ms — h3https://wellfound.com/landing-page-assets/64626a4a74818ca87606a29e/646da3412c037b5778b74830_gradient-shadow.pngwellfound.com/landing-page-assets/6... https://wellfound.com/landing-page-assets/64626a4a74818ca87606a29e/646da3412c037b5778b74830_gradient-shadow.png — 200 — 94.8 KiB — 30 ms — h3https://wellfound.com/landing-page-assets/64626a4a74818ca87606a29e/64626a4a74818ca87606a470_Primary_Logo_-_Black.svgwellfound.com/landing-page-assets/6... https://wellfound.com/landing-page-assets/64626a4a74818ca87606a29e/64626a4a74818ca87606a470_Primary_Logo_-_Black.svg — 200 — 1.9 KiB — 111 ms — h3https://wellfound.com/landing-page-assets/64626a4a74818ca87606a29e/646d8a8dcdde62af588fb406_Group_116.svgwellfound.com/landing-page-assets/6... https://wellfound.com/landing-page-assets/64626a4a74818ca87606a29e/646d8a8dcdde62af588fb406_Group_116.svg — 200 — 956 B — 34 ms — h3https://wellfound.com/landing-page-assets/64626a4a74818ca87606a2c4/66b5a9316304088c3fdab543_adonis-logo.svgwellfound.com/landing-page-assets/6... https://wellfound.com/landing-page-assets/64626a4a74818ca87606a2c4/66b5a9316304088c3fdab543_adonis-logo.svg — 200 — 1.9 KiB — 65 ms — h3https://wellfound.com/landing-page-assets/64626a4a74818ca87606a2c4/66b5a7da20c4beb017769815_consensys_logo.svgwellfound.com/landing-page-assets/6... https://wellfound.com/landing-page-assets/64626a4a74818ca87606a2c4/66b5a7da20c4beb017769815_consensys_logo.svg — 200 — 10.0 KiB — 50 ms — h3https://wellfound.com/landing-page-assets/64626a4a74818ca87606a2c4/66841557e3a09dccd3f4ca2a_cruise.svgwellfound.com/landing-page-assets/6... https://wellfound.com/landing-page-assets/64626a4a74818ca87606a2c4/66841557e3a09dccd3f4ca2a_cruise.svg — 200 — 1.6 KiB — 66 ms — h3https://wellfound.com/landing-page-assets/64626a4a74818ca87606a2c4/64628b8dcd93c0cf21c82b32_Door_Dash.svgwellfound.com/landing-page-assets/6... https://wellfound.com/landing-page-assets/64626a4a74818ca87606a2c4/64628b8dcd93c0cf21c82b32_Door_Dash.svg — 200 — 4.0 KiB — 66 ms — h3https://wellfound.com/landing-page-assets/64626a4a74818ca87606a2c4/64628b4827d042c25e14f604_Roblox.svgwellfound.com/landing-page-assets/6... https://wellfound.com/landing-page-assets/64626a4a74818ca87606a2c4/64628b4827d042c25e14f604_Roblox.svg — 200 — 1.3 KiB — 65 ms — h3https://wellfound.com/landing-page-assets/64626a4a74818ca87606a2c4/64628b41cd93c0cf21c7ad8c_honey.svgwellfound.com/landing-page-assets/6... https://wellfound.com/landing-page-assets/64626a4a74818ca87606a2c4/64628b41cd93c0cf21c7ad8c_honey.svg — 200 — 3.0 KiB — 55 ms — h3https://wellfound.com/landing-page-assets/64626a4a74818ca87606a2c4/64628b3aba194301cb70efdc_Peloton.svgwellfound.com/landing-page-assets/6... https://wellfound.com/landing-page-assets/64626a4a74818ca87606a2c4/64628b3aba194301cb70efdc_Peloton.svg — 200 — 1.7 KiB — 109 ms — h3https://wellfound.com/landing-page-assets/64626a4a74818ca87606a2c4/64628b35c3ca49d758ff6160_ifttt.svgwellfound.com/landing-page-assets/6... https://wellfound.com/landing-page-assets/64626a4a74818ca87606a2c4/64628b35c3ca49d758ff6160_ifttt.svg — 200 — 891 B — 109 ms — h3https://wellfound.com/landing-page-assets/64626a4a74818ca87606a2c4/64628b27cd93c0cf21c7819c_postmates.svgwellfound.com/landing-page-assets/6... https://wellfound.com/landing-page-assets/64626a4a74818ca87606a2c4/64628b27cd93c0cf21c7819c_postmates.svg — 200 — 6.6 KiB — 89 ms — h3https://wellfound.com/landing-page-assets/64626a4a74818ca87606a2c4/64628b1df42b09be2956f7ca_Plaid.svgwellfound.com/landing-page-assets/6... https://wellfound.com/landing-page-assets/64626a4a74818ca87606a2c4/64628b1df42b09be2956f7ca_Plaid.svg — 200 — 2.0 KiB — 77 ms — h3https://wellfound.com/landing-page-assets/64626a4a74818ca87606a2c4/64628b164ad24350a0c5aec6_Airtable.svgwellfound.com/landing-page-assets/6... https://wellfound.com/landing-page-assets/64626a4a74818ca87606a2c4/64628b164ad24350a0c5aec6_Airtable.svg — 200 — 4.5 KiB — 112 ms — h3https://wellfound.com/landing-page-assets/64626a4a74818ca87606a2c4/64628af04ad24350a0c58787_Nerdwallet.svgwellfound.com/landing-page-assets/6... https://wellfound.com/landing-page-assets/64626a4a74818ca87606a2c4/64628af04ad24350a0c58787_Nerdwallet.svg — 200 — 5.2 KiB — 69 ms — h3https://wellfound.com/landing-page-assets/64626a4a74818ca87606a29e/646574e6df60830cc7c2b88b_stairs-up.svgwellfound.com/landing-page-assets/6... https://wellfound.com/landing-page-assets/64626a4a74818ca87606a29e/646574e6df60830cc7c2b88b_stairs-up.svg — 200 — 813 B — 86 ms — h3https://wellfound.com/landing-page-assets/64626a4a74818ca87606a29e/646574e63b04b79dd28c1ca3_books.svgwellfound.com/landing-page-assets/6... https://wellfound.com/landing-page-assets/64626a4a74818ca87606a29e/646574e63b04b79dd28c1ca3_books.svg — 200 — 1.1 KiB — 132 ms — h3https://wellfound.com/landing-page-assets/64626a4a74818ca87606a29e/646574e670c0dd6f22eee061_tap.svgwellfound.com/landing-page-assets/6... https://wellfound.com/landing-page-assets/64626a4a74818ca87606a29e/646574e670c0dd6f22eee061_tap.svg — 200 — 1.3 KiB — 86 ms — h3https://wellfound.com/landing-page-assets/64626a4a74818ca87606a29e/646574e7342fe2d5b929e48c_stars.svgwellfound.com/landing-page-assets/6... https://wellfound.com/landing-page-assets/64626a4a74818ca87606a29e/646574e7342fe2d5b929e48c_stars.svg — 200 — 2.1 KiB — 131 ms — h3https://wellfound.com/landing-page-assets/64626a4a74818ca87606a29e/671a84863250f6370f1ca804_img-100-p-1080.pngwellfound.com/landing-page-assets/6... https://wellfound.com/landing-page-assets/64626a4a74818ca87606a29e/671a84863250f6370f1ca804_img-100-p-1080.png — 200 — 103.0 KiB — 131 ms — h3https://wellfound.com/landing-page-assets/64626a4a74818ca87606a29e/6465787f421948a5b1f75eb8_quote.svgwellfound.com/landing-page-assets/6... https://wellfound.com/landing-page-assets/64626a4a74818ca87606a29e/6465787f421948a5b1f75eb8_quote.svg — 200 — 1.0 KiB — 105 ms — h3https://wellfound.com/landing-page-assets/64626a4a74818ca87606a29e/64627c031c0a80cd61642498_Graphik-Regular.otfwellfound.com/landing-page-assets/6... https://wellfound.com/landing-page-assets/64626a4a74818ca87606a29e/64627c031c0a80cd61642498_Graphik-Regular.otf — 200 — 51.4 KiB — 62 ms — h3https://wellfound.com/landing-page-assets/64626a4a74818ca87606a29e/64a5e0ab8e5533c3d8866782_Graphik-Medium.otfwellfound.com/landing-page-assets/6... https://wellfound.com/landing-page-assets/64626a4a74818ca87606a29e/64a5e0ab8e5533c3d8866782_Graphik-Medium.otf — 200 — 57.7 KiB — 84 ms — h3https://wellfound.com/landing-page-assets/64626a4a74818ca87606a29e/64627c44e0cbc380d056e4ea_Graphik-Semibold.otfwellfound.com/landing-page-assets/6... https://wellfound.com/landing-page-assets/64626a4a74818ca87606a29e/64627c44e0cbc380d056e4ea_Graphik-Semibold.otf — 200 — 58.0 KiB — 117 ms — h3https://wellfound.com/landing-page-assets/64626a4a74818ca87606a29e/663161f932c97d6d1596cd3a_AeonikFono-Bold.woff2wellfound.com/landing-page-assets/6... https://wellfound.com/landing-page-assets/64626a4a74818ca87606a29e/663161f932c97d6d1596cd3a_AeonikFono-Bold.woff2 — 200 — 37.4 KiB — 81 ms — h3https://wellfound.com/landing-page-assets/64626a4a74818ca87606a29e/64627c03307bbf3ac4c3ca55_AeonikFono-Regular.otfwellfound.com/landing-page-assets/6... https://wellfound.com/landing-page-assets/64626a4a74818ca87606a29e/64627c03307bbf3ac4c3ca55_AeonikFono-Regular.otf — 200 — 40.4 KiB — 118 ms — h3https://wellfound.com/auth/google_one_tapwellfound.com/auth/google_one_tap https://wellfound.com/auth/google_one_tap — 200 — 2.2 KiB — 98 ms — h3https://accounts.google.com/gsi/clientaccounts.google.com/gsi/client https://accounts.google.com/gsi/client — 200 — 96.2 KiB — 176 ms — h2https://wellfound.com/cdn-cgi/challenge-platform/scripts/jsd/main.jswellfound.com/cdn-cgi/challenge-pla... https://wellfound.com/cdn-cgi/challenge-platform/scripts/jsd/main.js — 302 — 221 B — 92 ms — h3https://accounts.google.com/gsi/styleaccounts.google.com/gsi/style https://accounts.google.com/gsi/style — 200 — 666 B — 66 ms — h2https://wellfound.com/cdn-cgi/challenge-platform/scripts/jsd/main.jswellfound.com/cdn-cgi/challenge-pla... https://wellfound.com/cdn-cgi/challenge-platform/scripts/jsd/main.js — 302 — 0 B — 122 ms — h3https://wellfound.com/cdn-cgi/challenge-platform/h/b/scripts/jsd/0b8fb825cb67/main.js?wellfound.com/cdn-cgi/challenge-pla... https://wellfound.com/cdn-cgi/challenge-platform/h/b/scripts/jsd/0b8fb825cb67/main.js? — 200 — 12.3 KiB — 14 ms — h3https://cdn.jsdelivr.net/npm/@finsweet/attributes-cmscore@1/cmscore.jscdn.jsdelivr.net/npm/@finsweet/attr... https://cdn.jsdelivr.net/npm/@finsweet/attributes-cmscore@1/cmscore.js — 200 — 8.3 KiB — 32 ms — h2https://wellfound.com/cdn-cgi/challenge-platform/h/b/scripts/jsd/0b8fb825cb67/main.js?wellfound.com/cdn-cgi/challenge-pla... https://wellfound.com/cdn-cgi/challenge-platform/h/b/scripts/jsd/0b8fb825cb67/main.js? — 200 — 0 B — 3 ms — h3https://wellfound.com/cdn-cgi/challenge-platform/h/b/jsd/oneshot/0b8fb825cb67/0.26267945896456757:1776888748:d8ZJUSqLLzxkOsprZnYwJCPyd_cwcfeIlxdsgOjd-T0/9f07a09408b8fa56wellfound.com/cdn-cgi/challenge-pla... https://wellfound.com/cdn-cgi/challenge-platform/h/b/jsd/oneshot/0b8fb825cb67/0.26267945896456757:1776888748:d8ZJUSqLLzxkOsprZnYwJCPyd_cwcfeIlxdsgOjd-T0/9f07a09408b8fa56 — 200 — 838 B — 18 ms — h3https://wellfound.com/cdn-cgi/challenge-platform/h/b/jsd/oneshot/0b8fb825cb67/0.26267945896456757:1776888748:d8ZJUSqLLzxkOsprZnYwJCPyd_cwcfeIlxdsgOjd-T0/9f07a0928f71fa56wellfound.com/cdn-cgi/challenge-pla... https://wellfound.com/cdn-cgi/challenge-platform/h/b/jsd/oneshot/0b8fb825cb67/0.26267945896456757:1776888748:d8ZJUSqLLzxkOsprZnYwJCPyd_cwcfeIlxdsgOjd-T0/9f07a0928f71fa56 — 200 — 835 B — 14 ms — h3https://consent.trustarc.com/analytics?action=0&domain=gsyiod&implied=1&session=060545b297ec4d47b5edb078985bdaab&new=1&referer=https://wellfound.comconsent.trustarc.com/analytics?acti... https://consent.trustarc.com/analytics?action=0&domain=gsyiod&implied=1&session=060545b297ec4d47b5edb078985bdaab&new=1&referer=https://wellfound.com — 200 — 463 B — 143 ms — h2https://consent.trustarc.com/v2/consentcategories/getnonemptyindexes?cmId=gsyiod&referer=&fullURL=https%3A%2F%2Fwellfound.com%2F&category=consent.trustarc.com/v2/consentcate... https://consent.trustarc.com/v2/consentcategories/getnonemptyindexes?cmId=gsyiod&referer=&fullURL=https%3A%2F%2Fwellfound.com%2F&category= — 200 — 336 B — 11 ms — h2https://wellfound.com/wellfound.icowellfound.com/wellfound.ico https://wellfound.com/wellfound.ico — 200 — 1023 B — 38 ms — h3https://consent.trustarc.com/analytics?action=1&domain=gsyiod&implied=1&session=060545b297ec4d47b5edb078985bdaab&new=1&referer=https://wellfound.comconsent.trustarc.com/analytics?acti... https://consent.trustarc.com/analytics?action=1&domain=gsyiod&implied=1&session=060545b297ec4d47b5edb078985bdaab&new=1&referer=https://wellfound.com — 200 — 464 B — 134 ms — h2https://consent.trustarc.com/v2/asset/ic-error.svgconsent.trustarc.com/v2/asset/ic-er... https://consent.trustarc.com/v2/asset/ic-error.svg — 200 — 1.2 KiB — 10 ms — h2https://consent.trustarc.com/v2/asset/ic-close-white.svgconsent.trustarc.com/v2/asset/ic-cl... https://consent.trustarc.com/v2/asset/ic-close-white.svg — 200 — 1.7 KiB — 12 ms — h2https://consent.trustarc.com/v2/asset/ic-close.svgconsent.trustarc.com/v2/asset/ic-cl... https://consent.trustarc.com/v2/asset/ic-close.svg — 200 — 1.3 KiB — 15 ms — h2https://consent.trustarc.com/v2/asset/trustarc-logo-xs.svgconsent.trustarc.com/v2/asset/trust... https://consent.trustarc.com/v2/asset/trustarc-logo-xs.svg — 200 — 1.7 KiB — 18 ms — h2https://consent.trustarc.com/v2/asset/latin.woff2consent.trustarc.com/v2/asset/latin... https://consent.trustarc.com/v2/asset/latin.woff2 — 200 — 13.1 KiB — 19 ms — h2
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 4720ms · 431KB · $63/mo
wellfound.com
Other
Costly
Execution 2322ms
Transfer 97 KB
Unused 26%
Monthly Cost $31/mo
wellfound.com
Other
Costly
Execution 1097ms
Transfer 6 KB
Monthly Cost $15/mo
Unattributable
Other
Costly
Execution 355ms
Transfer 0 KB
Monthly Cost $5/mo
wellfound.com
Other
Costly
Execution 266ms
Transfer 18 KB
Monthly Cost $4/mo
wellfound.com
Other
Optional
Execution 156ms
Transfer 31 KB
Monthly Cost $2/mo
wellfound.com
Other
Optional
Execution 147ms
Transfer 0 KB
Monthly Cost $2/mo
consent.trustarc.com
Other
Optional
Execution 141ms
Transfer 33 KB
Monthly Cost $2/mo
wellfound.com
Other
Optional
Execution 109ms
Transfer 2 KB
Monthly Cost $1/mo
wellfound.com
Other
Optional
Execution 77ms
Transfer 28 KB
Monthly Cost $1/mo
wellfound.com
Other
Optional
Execution 50ms
Transfer 219 KB
Unused 37%
Monthly Cost $1/mo

These scripts may cost more than they're worth

  • wellfound.com adds 2322ms and costs ~$31/month
  • wellfound.com adds 1097ms and costs ~$15/month
  • Unattributable adds 355ms and costs ~$5/month
  • wellfound.com adds 266ms and costs ~$4/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

wellfound.com takes 2322ms 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

wellfound.com takes 1097ms 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 355ms 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

wellfound.com takes 266ms 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