Skip to content
https://ycombinator.com

Performance

· 17 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
67
GRADE
D
FIX
6
REVIEW
2
PASS
7
INFO
2

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

28
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
98
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
100
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.

12.84 s

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

28.21 s

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

1.70 s

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

0.062

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

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

28.29 s

Page Load Progression

1.1 s
2.1 s
3.2 s
4.3 s
5.4 s
6.4 s
7.5 s
8.6 s
Checks
17
7 PASS 2 REVIEW 6 FIX
F
Page Weight Budget
Action
30.6 MB transferred, 471 requests
FIX
30.6 MB transferred, 471 requests
Critical::
Page weighs 36.0 MB (30.6 MB transferred)
Warning::
Images are 23.4 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 23.4 MB
Warning::
JavaScript is 2.3 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 2.3 MB
Info::
Fonts are 278 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 278 KB
Warning::
471 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 6.4 g CO2 per page load
30.6 MB / 2.4 MB budget
30.6 MB transferred
471 requests
6.4 g CO2 per page load
Images 23.4 MiB 77%
Other 4.4 MiB 14%
JavaScript 2.3 MiB 7%
Fonts 277.8 KiB 1%
CSS 115.5 KiB 0%
Other 75.4 KiB 0%
HTML 45.4 KiB 0%
Other 8.2 KiB 0%
Other 552 B 0%
Other 83 B 0%
0 2.4 MB 4.9 MB
Over budget

Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.

Why this matters

Image bandwidth is high — modern formats (WebP/AVIF) and resizing typically cut it 50%+.

Source: web.dev

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

Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.

Why this matters

High HTTP request count — bundling, sprite-ing, and HTTP/2 server push can reduce per-request overhead.

Source: web.dev

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 (30.6 MiB of 30.6 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
F
JS Execution Cost
Action
22605ms total JS execution
FIX
22605ms total JS execution
Warning::
https://www.ycombinator.com/: 16446ms CPU time
Warning::
Unattributable: 3269ms CPU time
Warning::
https://bookface-static.ycombinator.com/vite/asset...: 1147ms CPU time
Warning::
https://cdn.dfsdk.com/js/v6/agent.umd.js: 694ms CPU time
Warning::
https://bookface-static.ycombinator.com/vite/asset...: 529ms CPU time
Warning::
Third-party scripts: 22605ms (100% of total)

Main Thread Breakdown

Style & Layout 67% Other 16% Script Evaluation 12%
ScriptTotalScriptingParse/CompileParty
https://www.ycombinator.com/16446ms70ms4ms3rd
Unattributable3269ms793ms0ms3rd
https://bookface-static.ycombinator.com/vite/assets/sentry-CD7zRbAa.js1147ms240ms1ms3rd
https://cdn.dfsdk.com/js/v6/agent.umd.js694ms558ms98ms3rd
https://bookface-static.ycombinator.com/vite/assets/client-BKT2-yPG.js529ms490ms1ms3rd
https://www.googletagmanager.com/gtag/js?id=G-CHJJ1RJL5K&cx=c&_slc=1184ms141ms36ms3rd
https://app.posthog.com/static/array.js175ms159ms13ms3rd
https://maps.googleapis.com/maps/api/js?key=AIzaSyC0BuJ43Ncbmuro17vVxWJWrOzzAPZ0rQE&libraries=places&language=en161ms110ms50ms3rd
F
JS Bundles
Action
342 scripts, 709 KB unused
FIX
342 scripts, 709 KB unused
Warning::
https://bookface-static.ycombinator.com/vite/asset...: 103 KB unused (83%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://maps.googleapis.com/maps/api/js?key=AIzaSy...: 101 KB unused (56%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://cdn.dfsdk.com/js/v6/agent.umd.js: 80 KB unused (41%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://bookface-static.ycombinator.com/vite/asset...: 68 KB unused (80%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://bookface-static.ycombinator.com/vite/asset...: 64 KB unused (82%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 709 KB
709 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://bookface-static.ycombinator.com/vite/assets/dist-CwwFENZK.js125 KB103 KB (83%)3rd
https://maps.googleapis.com/maps/api/js?key=AIzaSyC0BuJ43Ncbmuro17vVxWJWrOzzAPZ0rQE&libraries=places&language=en179 KB101 KB (56%)3rd
https://cdn.dfsdk.com/js/v6/agent.umd.js196 KB80 KB (41%)3rd
https://bookface-static.ycombinator.com/vite/assets/ssr_pages-D1HBFGp1.js85 KB68 KB (80%)3rd
https://bookface-static.ycombinator.com/vite/assets/CartesianChart-DcVO0jqS.js79 KB64 KB (82%)3rd
https://www.googletagmanager.com/gtag/js?id=G-CHJJ1RJL5K&cx=c&_slc=1151 KB62 KB (41%)3rd
https://bookface-static.ycombinator.com/vite/assets/renderMarkdown-iDBsrX0B.js88 KB48 KB (60%)3rd
https://bookface-static.ycombinator.com/vite/assets/sentry-CD7zRbAa.js66 KB43 KB (65%)3rd
https://bookface-static.ycombinator.com/vite/assets/index.esm-CUIxdTnW.js44 KB36 KB (83%)3rd
https://app.posthog.com/static/array.js67 KB34 KB (51%)3rd

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

F
Page Weight Inventory
Action
471 resources · 30.6 MB · 709 KB savings available
FIX
471 resources · 30.6 MB · 709 KB savings available
Warning::
Page weight 29.6 MB over 1MB target
Got: 30.6 MB Expected: ≤ 1 MB
Info::
~709 KB of savings available
Warning::
470 third-party resources (100% of weight)
Info::
47 resources over 200KB
471 resources · 30.6 MiB · 470 third-party 29.6 MiB over 1MB target
Image 77% · 23.4 MiB
Media 14% · 4.4 MiB
JavaScript 7% · 2.3 MiB
Font 1% · 277.8 KiB
CSS 0% · 115.5 KiB
Other 0% · 76.4 KiB
Document 0% · 45.4 KiB

~709.2 KiB of savings available

Remove unused JavaScript: 709.2 KiB
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.

C
Image Optimization
Action
77 images, 0 KB saveable
REVIEW
77 images, 0 KB saveable
Warning::
https://bookface-static.ycombinator.com/assets/ycd... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://bookface-static.ycombinator.com/assets/ycd... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://bookface-static.ycombinator.com/assets/ycd... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
77 images 23.4 MB
0 oversized -0 KB
76 legacy format
3 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

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
Green Hosting
Action
Whether the site is served from green-energy infrastructure
REVIEW

Green Hosting

No green hosting detected

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
3 fonts (278 KB)
PASS
3 fonts (278 KB)
Info::
3 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

3

278 KB total

Render-blocking

0

of 3

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s 14.0 s 16.0 s 18.0 s 20.0 s 22.0 s 24.0 s 26.0 s 28.0 s FCP 12.8 s LCP 28.2 shttps://fonts.gstatic.com/s/outfit/v15/QGYvz_MVcBeNP4NJtEtqUYLknw.woff2QGYvz_MVcBeNP4NJtEtqUYL... https://fonts.gstatic.com/s/outfit/v15/QGYvz_MVcBeNP4NJtEtqUYLknw.woff2 — 31.5 KiB — 61 ms — font-display: swaphttps://fonts.gstatic.com/s/sourceserif4/v14/vEFI2_tTDB4M7-auWDN0ahZJW1gb8te1Xb7G.woff2vEFI2_tTDB4M7-auWDN0ahZ... https://fonts.gstatic.com/s/sourceserif4/v14/vEFI2_tTDB4M7-auWDN0ahZJW1gb8te1Xb7G.woff2 — 119.3 KiB — 108 ms — font-display: swaphttps://fonts.gstatic.com/s/sourceserif4/v14/vEFK2_tTDB4M7-auWDN0ahZJW1gewtW_WpzEpMs.woff2vEFK2_tTDB4M7-auWDN0ahZ... https://fonts.gstatic.com/s/sourceserif4/v14/vEFK2_tTDB4M7-auWDN0ahZJW1gewtW_WpzEpMs.woff2 — 126.9 KiB — 107 ms — font-display: swap
QGYvz_MVcBeNP4NJtEtqUYL... woff2 swap
Size 32 KB
Load time 61 ms
Start 1.4 s
Risk FOUT — text flashes from fallback to web font
vEFI2_tTDB4M7-auWDN0ahZ... woff2 swap
Size 119 KB
Load time 108 ms
Start 1.4 s
Risk FOUT — text flashes from fallback to web font
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
vEFK2_tTDB4M7-auWDN0ahZ... woff2 swap
Size 127 KB
Load time 107 ms
Start 1.4 s
Risk FOUT — text flashes from fallback to web font
  • 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 ~123 KB and ~246 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
2 hints, 0 missing preconnects
PASS
2 hints, 0 missing preconnects
Info::
Page uses 2 resource hint(s)

Current Resource Hints

preconnect
2
preload
dns-prefetch
prefetch

2 resource hints configured

A+
Render-Blocking Resources
No render-blocking resources detected
PASS
No render-blocking resources detected
Info::
No render-blocking resources detected in <head>
A+
Third-Party Resources
No third-party resources detected
PASS
No third-party resources detected
Network Waterfall
471 requests over 6252ms
INFO
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s 14.0 s 16.0 s 18.0 s 20.0 s 22.0 s 24.0 s 26.0 s 28.0 s FCP 12.8 s LCP 28.2 shttps://ycombinator.com// https://ycombinator.com/ — 301 — 380 B — 59 ms — http/1.1https://www.ycombinator.com/www.ycombinator.com/ https://www.ycombinator.com/ — 200 — 45.4 KiB — 303 ms — h2https://bookface-static.ycombinator.com/vite/assets/ycdc-new-C8aNg4J7.cssbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/ycdc-new-C8aNg4J7.css — 200 — 78.1 KiB — 304 ms — h2https://fonts.googleapis.com/css2?family=Source+Serif+4:ital,opsz,wght@0,8..60,200..900;1,8..60,200..900&display=swapfonts.googleapis.com/css2?family=So... https://fonts.googleapis.com/css2?family=Source+Serif+4:ital,opsz,wght@0,8..60,200..900;1,8..60,200..900&display=swap — 200 — 1.1 KiB — 204 ms — h2https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swapfonts.googleapis.com/css2?family=DM... https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap — 200 — 533 B — 205 ms — h2https://cdn.dfsdk.com/js/v6/agent.umd.jscdn.dfsdk.com/js/v6/agent.umd.js https://cdn.dfsdk.com/js/v6/agent.umd.js — 200 — 195.7 KiB — 486 ms — h3https://bookface-static.ycombinator.com/vite/assets/ycdc-new-DuyEV27T.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/ycdc-new-DuyEV27T.js — 200 — 2.9 KiB — 274 ms — h2https://bookface-static.ycombinator.com/vite/assets/chunk-DOn8Aukd.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/chunk-DOn8Aukd.js — 200 — 1.3 KiB — 275 ms — h2https://bookface-static.ycombinator.com/vite/assets/cloneDeep-lrVlFRLf.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/cloneDeep-lrVlFRLf.js — 200 — 5.6 KiB — 276 ms — h2https://bookface-static.ycombinator.com/vite/assets/call-bound-BnXtgdQF.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/call-bound-BnXtgdQF.js — 200 — 4.5 KiB — 278 ms — h2https://bookface-static.ycombinator.com/vite/assets/__vite-browser-external-Du_1eIu6.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/__vite-browser-external-Du_1eIu6.js — 200 — 945 B — 281 ms — h2https://bookface-static.ycombinator.com/vite/assets/lib-BKupbdPb.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/lib-BKupbdPb.js — 200 — 9.2 KiB — 286 ms — h2https://bookface-static.ycombinator.com/vite/assets/react-yuMbGhll.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/react-yuMbGhll.js — 200 — 3.4 KiB — 288 ms — h2https://bookface-static.ycombinator.com/vite/assets/react-dom-D7jMYZTM.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/react-dom-D7jMYZTM.js — 200 — 1.9 KiB — 289 ms — h2https://bookface-static.ycombinator.com/vite/assets/index.esm-CUIxdTnW.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/index.esm-CUIxdTnW.js — 200 — 43.5 KiB — 328 ms — h2https://bookface-static.ycombinator.com/vite/assets/link_component-ByvoK1D2.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/link_component-ByvoK1D2.js — 200 — 964 B — 292 ms — h2https://bookface-static.ycombinator.com/vite/assets/emotion-react-jsx-runtime.browser.esm-Cy-oL1qr.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/emotion-react-jsx-runtime.browser.esm-Cy-oL1qr.js — 200 — 7.9 KiB — 293 ms — h2https://bookface-static.ycombinator.com/vite/assets/withRailsContext-DIU81LQq.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/withRailsContext-DIU81LQq.js — 200 — 1.5 KiB — 294 ms — h2https://bookface-static.ycombinator.com/vite/assets/authUtils-DwnrD4sm.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/authUtils-DwnrD4sm.js — 200 — 1.4 KiB — 296 ms — h2https://bookface-static.ycombinator.com/vite/assets/classNames-DD3G4lZe.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/classNames-DD3G4lZe.js — 200 — 911 B — 297 ms — h2https://bookface-static.ycombinator.com/vite/assets/floating-ui.utils.dom-BjYY7L_p.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/floating-ui.utils.dom-BjYY7L_p.js — 200 — 5.2 KiB — 302 ms — h2https://bookface-static.ycombinator.com/vite/assets/floating-ui.dom-CMhW0FSP.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/floating-ui.dom-CMhW0FSP.js — 200 — 3.7 KiB — 305 ms — h2https://bookface-static.ycombinator.com/vite/assets/floating-ui.react-dom-CvhSQQJe.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/floating-ui.react-dom-CvhSQQJe.js — 200 — 2.0 KiB — 308 ms — h2https://bookface-static.ycombinator.com/vite/assets/portal-DZt0pz6q.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/portal-DZt0pz6q.js — 200 — 10.0 KiB — 308 ms — h2https://bookface-static.ycombinator.com/vite/assets/useFocusWithin-CQvy70LW.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/useFocusWithin-CQvy70LW.js — 200 — 4.4 KiB — 309 ms — h2https://bookface-static.ycombinator.com/vite/assets/useHover-DxHj3EbK.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/useHover-DxHj3EbK.js — 200 — 1.6 KiB — 310 ms — h2https://bookface-static.ycombinator.com/vite/assets/floating-B7F9fUQS.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/floating-B7F9fUQS.js — 200 — 5.6 KiB — 312 ms — h2https://bookface-static.ycombinator.com/vite/assets/transition-DC5TAyI1.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/transition-DC5TAyI1.js — 200 — 3.4 KiB — 311 ms — h2https://bookface-static.ycombinator.com/vite/assets/esm-DqOGectM.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/esm-DqOGectM.js — 200 — 11.6 KiB — 321 ms — h2https://bookface-static.ycombinator.com/vite/assets/esm-Du5-YpIw.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/esm-Du5-YpIw.js — 200 — 16.6 KiB — 321 ms — h2
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s 14.0 s 16.0 s 18.0 s 20.0 s 22.0 s 24.0 s 26.0 s 28.0 s FCP 12.8 s LCP 28.2 shttps://ycombinator.com// https://ycombinator.com/ — 301 — 380 B — 59 ms — http/1.1https://www.ycombinator.com/www.ycombinator.com/ https://www.ycombinator.com/ — 200 — 45.4 KiB — 303 ms — h2https://bookface-static.ycombinator.com/vite/assets/ycdc-new-C8aNg4J7.cssbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/ycdc-new-C8aNg4J7.css — 200 — 78.1 KiB — 304 ms — h2https://fonts.googleapis.com/css2?family=Source+Serif+4:ital,opsz,wght@0,8..60,200..900;1,8..60,200..900&display=swapfonts.googleapis.com/css2?family=So... https://fonts.googleapis.com/css2?family=Source+Serif+4:ital,opsz,wght@0,8..60,200..900;1,8..60,200..900&display=swap — 200 — 1.1 KiB — 204 ms — h2https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swapfonts.googleapis.com/css2?family=DM... https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap — 200 — 533 B — 205 ms — h2https://cdn.dfsdk.com/js/v6/agent.umd.jscdn.dfsdk.com/js/v6/agent.umd.js https://cdn.dfsdk.com/js/v6/agent.umd.js — 200 — 195.7 KiB — 486 ms — h3https://bookface-static.ycombinator.com/vite/assets/ycdc-new-DuyEV27T.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/ycdc-new-DuyEV27T.js — 200 — 2.9 KiB — 274 ms — h2https://bookface-static.ycombinator.com/vite/assets/chunk-DOn8Aukd.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/chunk-DOn8Aukd.js — 200 — 1.3 KiB — 275 ms — h2https://bookface-static.ycombinator.com/vite/assets/cloneDeep-lrVlFRLf.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/cloneDeep-lrVlFRLf.js — 200 — 5.6 KiB — 276 ms — h2https://bookface-static.ycombinator.com/vite/assets/call-bound-BnXtgdQF.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/call-bound-BnXtgdQF.js — 200 — 4.5 KiB — 278 ms — h2https://bookface-static.ycombinator.com/vite/assets/__vite-browser-external-Du_1eIu6.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/__vite-browser-external-Du_1eIu6.js — 200 — 945 B — 281 ms — h2https://bookface-static.ycombinator.com/vite/assets/lib-BKupbdPb.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/lib-BKupbdPb.js — 200 — 9.2 KiB — 286 ms — h2https://bookface-static.ycombinator.com/vite/assets/react-yuMbGhll.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/react-yuMbGhll.js — 200 — 3.4 KiB — 288 ms — h2https://bookface-static.ycombinator.com/vite/assets/react-dom-D7jMYZTM.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/react-dom-D7jMYZTM.js — 200 — 1.9 KiB — 289 ms — h2https://bookface-static.ycombinator.com/vite/assets/index.esm-CUIxdTnW.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/index.esm-CUIxdTnW.js — 200 — 43.5 KiB — 328 ms — h2https://bookface-static.ycombinator.com/vite/assets/link_component-ByvoK1D2.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/link_component-ByvoK1D2.js — 200 — 964 B — 292 ms — h2https://bookface-static.ycombinator.com/vite/assets/emotion-react-jsx-runtime.browser.esm-Cy-oL1qr.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/emotion-react-jsx-runtime.browser.esm-Cy-oL1qr.js — 200 — 7.9 KiB — 293 ms — h2https://bookface-static.ycombinator.com/vite/assets/withRailsContext-DIU81LQq.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/withRailsContext-DIU81LQq.js — 200 — 1.5 KiB — 294 ms — h2https://bookface-static.ycombinator.com/vite/assets/authUtils-DwnrD4sm.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/authUtils-DwnrD4sm.js — 200 — 1.4 KiB — 296 ms — h2https://bookface-static.ycombinator.com/vite/assets/classNames-DD3G4lZe.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/classNames-DD3G4lZe.js — 200 — 911 B — 297 ms — h2https://bookface-static.ycombinator.com/vite/assets/floating-ui.utils.dom-BjYY7L_p.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/floating-ui.utils.dom-BjYY7L_p.js — 200 — 5.2 KiB — 302 ms — h2https://bookface-static.ycombinator.com/vite/assets/floating-ui.dom-CMhW0FSP.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/floating-ui.dom-CMhW0FSP.js — 200 — 3.7 KiB — 305 ms — h2https://bookface-static.ycombinator.com/vite/assets/floating-ui.react-dom-CvhSQQJe.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/floating-ui.react-dom-CvhSQQJe.js — 200 — 2.0 KiB — 308 ms — h2https://bookface-static.ycombinator.com/vite/assets/portal-DZt0pz6q.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/portal-DZt0pz6q.js — 200 — 10.0 KiB — 308 ms — h2https://bookface-static.ycombinator.com/vite/assets/useFocusWithin-CQvy70LW.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/useFocusWithin-CQvy70LW.js — 200 — 4.4 KiB — 309 ms — h2https://bookface-static.ycombinator.com/vite/assets/useHover-DxHj3EbK.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/useHover-DxHj3EbK.js — 200 — 1.6 KiB — 310 ms — h2https://bookface-static.ycombinator.com/vite/assets/floating-B7F9fUQS.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/floating-B7F9fUQS.js — 200 — 5.6 KiB — 312 ms — h2https://bookface-static.ycombinator.com/vite/assets/transition-DC5TAyI1.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/transition-DC5TAyI1.js — 200 — 3.4 KiB — 311 ms — h2https://bookface-static.ycombinator.com/vite/assets/esm-DqOGectM.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/esm-DqOGectM.js — 200 — 11.6 KiB — 321 ms — h2https://bookface-static.ycombinator.com/vite/assets/esm-Du5-YpIw.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/esm-Du5-YpIw.js — 200 — 16.6 KiB — 321 ms — h2https://bookface-static.ycombinator.com/vite/assets/NewFooter-DGQzpBF6.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/NewFooter-DGQzpBF6.js — 200 — 14.4 KiB — 317 ms — h2https://bookface-static.ycombinator.com/vite/assets/ResponsiveProse-D4hasNKI.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/ResponsiveProse-D4hasNKI.js — 200 — 1.2 KiB — 318 ms — h2https://bookface-static.ycombinator.com/vite/assets/ContentWithMedia-CPo3M-YP.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/ContentWithMedia-CPo3M-YP.js — 200 — 1.1 KiB — 321 ms — h2https://bookface-static.ycombinator.com/vite/assets/NewPage-DDV81imv.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/NewPage-DDV81imv.js — 200 — 1.8 KiB — 322 ms — h2https://bookface-static.ycombinator.com/vite/assets/Page-CLFrGmkg.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/Page-CLFrGmkg.js — 200 — 1.1 KiB — 323 ms — h2https://bookface-static.ycombinator.com/vite/assets/clsx-CTpJTqjO.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/clsx-CTpJTqjO.js — 200 — 1.2 KiB — 323 ms — h2https://bookface-static.ycombinator.com/vite/assets/bundle-mjs-yIhS_jf1.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/bundle-mjs-yIhS_jf1.js — 200 — 7.0 KiB — 325 ms — h2https://bookface-static.ycombinator.com/vite/assets/cls-CbepECyN.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/cls-CbepECyN.js — 200 — 978 B — 326 ms — h2https://bookface-static.ycombinator.com/vite/assets/Section-BAdicnkR.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/Section-BAdicnkR.js — 200 — 1.2 KiB — 327 ms — h2https://bookface-static.ycombinator.com/vite/assets/query-string-CsN9vda3.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/query-string-CsN9vda3.js — 200 — 2.8 KiB — 329 ms — h2https://bookface-static.ycombinator.com/vite/assets/isSymbol-CVMz-txM.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/isSymbol-CVMz-txM.js — 200 — 1.1 KiB — 330 ms — h2https://bookface-static.ycombinator.com/vite/assets/toString-Bgt6xWVA.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/toString-Bgt6xWVA.js — 200 — 1.4 KiB — 331 ms — h2https://bookface-static.ycombinator.com/vite/assets/isObject-BTXI55IR.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/isObject-BTXI55IR.js — 200 — 1000 B — 333 ms — h2https://bookface-static.ycombinator.com/vite/assets/_overArg-Bwow5VDT.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/_overArg-Bwow5VDT.js — 200 — 2.8 KiB — 334 ms — h2https://bookface-static.ycombinator.com/vite/assets/_baseIteratee-DN6DlKBm.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/_baseIteratee-DN6DlKBm.js — 200 — 4.5 KiB — 334 ms — h2https://bookface-static.ycombinator.com/vite/assets/_getPrototype-IpvUhTzp.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/_getPrototype-IpvUhTzp.js — 200 — 1.2 KiB — 336 ms — h2https://bookface-static.ycombinator.com/vite/assets/QueryStringUtils-BEtgYII-.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/QueryStringUtils-BEtgYII-.js — 200 — 1.5 KiB — 237 ms — h2https://bookface-static.ycombinator.com/vite/assets/browser-CFFe3HcY.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/browser-CFFe3HcY.js — 200 — 2.4 KiB — 239 ms — h2https://bookface-static.ycombinator.com/vite/assets/inherits_browser-DDraIiMZ.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/inherits_browser-DDraIiMZ.js — 200 — 1.2 KiB — 241 ms — h2https://bookface-static.ycombinator.com/vite/assets/object-keys-D8qWebex.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/object-keys-D8qWebex.js — 200 — 1.5 KiB — 250 ms — h2https://bookface-static.ycombinator.com/vite/assets/algoliasearch-B0vD7Wg9.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/algoliasearch-B0vD7Wg9.js — 200 — 14.8 KiB — 252 ms — h2https://bookface-static.ycombinator.com/vite/assets/algoliaClient-BkTqFuDD.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/algoliaClient-BkTqFuDD.js — 200 — 1.2 KiB — 253 ms — h2https://bookface-static.ycombinator.com/vite/assets/BlogList-CM_ouOSz.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/BlogList-CM_ouOSz.js — 200 — 4.2 KiB — 338 ms — h2https://bookface-static.ycombinator.com/vite/assets/ycombinator-logo-DqLj8zry.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/ycombinator-logo-DqLj8zry.js — 200 — 1.7 KiB — 339 ms — h2https://bookface-static.ycombinator.com/vite/assets/WhyPage-CvcP_mQ8.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/WhyPage-CvcP_mQ8.js — 200 — 12.0 KiB — 341 ms — h2https://bookface-static.ycombinator.com/vite/assets/cn-D2rpzhWW.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/cn-D2rpzhWW.js — 200 — 1.3 KiB — 343 ms — h2https://bookface-static.ycombinator.com/vite/assets/dist-DMaM3ami.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/dist-DMaM3ami.js — 200 — 1.5 KiB — 345 ms — h2https://bookface-static.ycombinator.com/vite/assets/exports-WspVXoY8.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/exports-WspVXoY8.js — 200 — 11.8 KiB — 346 ms — h2https://bookface-static.ycombinator.com/vite/assets/schemas-CeNitYcs.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/schemas-CeNitYcs.js — 200 — 18.8 KiB — 370 ms — h2https://bookface-static.ycombinator.com/vite/assets/ZodUtils-CMPonRHa.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/ZodUtils-CMPonRHa.js — 200 — 1.1 KiB — 352 ms — h2https://bookface-static.ycombinator.com/vite/assets/utils-eWAZ6_Us.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/utils-eWAZ6_Us.js — 200 — 874 B — 354 ms — h2https://bookface-static.ycombinator.com/vite/assets/Alert-CcokWQu5.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/Alert-CcokWQu5.js — 200 — 1.6 KiB — 355 ms — h2https://bookface-static.ycombinator.com/vite/assets/PublicVisibilityBanner-B9zbUbEp.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/PublicVisibilityBanner-B9zbUbEp.js — 200 — 1.1 KiB — 357 ms — h2https://bookface-static.ycombinator.com/vite/assets/ycdcFounderUrls-CTyOyPeK.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/ycdcFounderUrls-CTyOyPeK.js — 200 — 1.2 KiB — 359 ms — h2https://bookface-static.ycombinator.com/vite/assets/free-brands-svg-icons-CFeHIzMr.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/free-brands-svg-icons-CFeHIzMr.js — 200 — 4.2 KiB — 360 ms — h2https://bookface-static.ycombinator.com/vite/assets/fontawesome-svg-core-Deo07t2X.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/fontawesome-svg-core-Deo07t2X.js — 200 — 16.1 KiB — 362 ms — h2https://bookface-static.ycombinator.com/vite/assets/prop-types-DrFDj2y8.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/prop-types-DrFDj2y8.js — 200 — 1.1 KiB — 363 ms — h2https://bookface-static.ycombinator.com/vite/assets/index.es-DNE4bL7T.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/index.es-DNE4bL7T.js — 200 — 3.1 KiB — 365 ms — h2https://bookface-static.ycombinator.com/vite/assets/algoliasearch-helper-CnQu0R7l.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/algoliasearch-helper-CnQu0R7l.js — 200 — 11.7 KiB — 370 ms — h2https://bookface-static.ycombinator.com/vite/assets/free-solid-svg-icons-CWgmhwcN.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/free-solid-svg-icons-CWgmhwcN.js — 200 — 31.7 KiB — 391 ms — h2https://bookface-static.ycombinator.com/vite/assets/classnames-Ci2vUx0V.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/classnames-Ci2vUx0V.js — 200 — 1.1 KiB — 374 ms — h2https://bookface-static.ycombinator.com/vite/assets/lodash-Qa6Kr3jQ.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/lodash-Qa6Kr3jQ.js — 200 — 25.2 KiB — 393 ms — h2https://bookface-static.ycombinator.com/vite/assets/toNumber-fkfEqnnz.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/toNumber-fkfEqnnz.js — 200 — 1.1 KiB — 376 ms — h2https://bookface-static.ycombinator.com/vite/assets/debounce-ANFrTQYC.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/debounce-ANFrTQYC.js — 200 — 1.3 KiB — 377 ms — h2https://bookface-static.ycombinator.com/vite/assets/InfiniteScroll-DHB-mCCY.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/InfiniteScroll-DHB-mCCY.js — 200 — 1.8 KiB — 378 ms — h2https://bookface-static.ycombinator.com/vite/assets/ThrottledInfiniteScroll-EJmvD0_F.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/ThrottledInfiniteScroll-EJmvD0_F.js — 200 — 1.5 KiB — 379 ms — h2https://bookface-static.ycombinator.com/vite/assets/mande-C7AeZp2R.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/mande-C7AeZp2R.js — 200 — 1.4 KiB — 380 ms — h2https://bookface-static.ycombinator.com/vite/assets/tslib.es6-CdDi5UhT.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/tslib.es6-CdDi5UhT.js — 200 — 2.0 KiB — 381 ms — h2https://bookface-static.ycombinator.com/vite/assets/v4-CcKm6vFz.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/v4-CcKm6vFz.js — 200 — 1.2 KiB — 382 ms — h2https://bookface-static.ycombinator.com/vite/assets/csrf-CYyjVFni.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/csrf-CYyjVFni.js — 200 — 1.3 KiB — 394 ms — h2https://bookface-static.ycombinator.com/vite/assets/authorizedFetch-B5Dd0KDS.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/authorizedFetch-B5Dd0KDS.js — 200 — 1.8 KiB — 395 ms — h2https://bookface-static.ycombinator.com/vite/assets/util-DpwXa5m7.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/util-DpwXa5m7.js — 200 — 13.8 KiB — 398 ms — h2https://bookface-static.ycombinator.com/vite/assets/lodash.debounce-D5xrtML1.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/lodash.debounce-D5xrtML1.js — 200 — 1.5 KiB — 396 ms — h2https://bookface-static.ycombinator.com/vite/assets/dist-By7aeGEu.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/dist-By7aeGEu.js — 200 — 2.2 KiB — 399 ms — h2https://bookface-static.ycombinator.com/vite/assets/_baseOrderBy-DFAQiUx2.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/_baseOrderBy-DFAQiUx2.js — 200 — 1.5 KiB — 399 ms — h2https://bookface-static.ycombinator.com/vite/assets/orderBy-Dyihs8UA.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/orderBy-Dyihs8UA.js — 200 — 1.1 KiB — 404 ms — h2https://bookface-static.ycombinator.com/vite/assets/react-tooltip.min-CZVLJVLl.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/react-tooltip.min-CZVLJVLl.js — 200 — 9.4 KiB — 405 ms — h2https://bookface-static.ycombinator.com/vite/assets/Tooltip-CNonOm-4.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/Tooltip-CNonOm-4.js — 200 — 1.3 KiB — 407 ms — h2https://bookface-static.ycombinator.com/vite/assets/InfoIconTooltip-B5UC1jJl.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/InfoIconTooltip-B5UC1jJl.js — 200 — 1.2 KiB — 409 ms — h2https://bookface-static.ycombinator.com/vite/assets/styles.module-DTWb2Vjx.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/styles.module-DTWb2Vjx.js — 200 — 1.7 KiB — 410 ms — h2https://bookface-static.ycombinator.com/vite/assets/DisjunctiveFacet-DnASPFGa.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/DisjunctiveFacet-DnASPFGa.js — 200 — 4.4 KiB — 412 ms — h2https://bookface-static.ycombinator.com/vite/assets/Spinner-BkPnW2il.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/Spinner-BkPnW2il.js — 200 — 1.2 KiB — 412 ms — h2https://bookface-static.ycombinator.com/vite/assets/InlineLoader-xiPzUDK6.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/InlineLoader-xiPzUDK6.js — 200 — 1.3 KiB — 414 ms — h2https://bookface-static.ycombinator.com/vite/assets/SharedDirectory-B3m6OivD.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/SharedDirectory-B3m6OivD.js — 200 — 15.8 KiB — 415 ms — h2https://bookface-static.ycombinator.com/vite/assets/v4-DpQ2Hs4h.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/v4-DpQ2Hs4h.js — 200 — 1.2 KiB — 416 ms — h2https://bookface-static.ycombinator.com/vite/assets/with-selector-BQdrY7zG.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/with-selector-BQdrY7zG.js — 200 — 1.4 KiB — 417 ms — h2https://bookface-static.ycombinator.com/vite/assets/YCComponentContext-DpnA8oY4.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/YCComponentContext-DpnA8oY4.js — 200 — 1.3 KiB — 422 ms — h2https://bookface-static.ycombinator.com/vite/assets/YCAlerts.module-CLn8IVOT.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/YCAlerts.module-CLn8IVOT.js — 200 — 1.1 KiB — 424 ms — h2https://bookface-static.ycombinator.com/vite/assets/YCAlerts-D8F1LYZP.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/YCAlerts-D8F1LYZP.js — 200 — 1.1 KiB — 423 ms — h2https://bookface-static.ycombinator.com/vite/assets/FoundersPage-QTt0M2tk.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/FoundersPage-QTt0M2tk.js — 200 — 2.3 KiB — 422 ms — h2https://bookface-static.ycombinator.com/vite/assets/useMediaQuery-DFo5pQYT.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/useMediaQuery-DFo5pQYT.js — 200 — 1.3 KiB — 422 ms — h2https://bookface-static.ycombinator.com/vite/assets/Pill-CYF-VN1S.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/Pill-CYF-VN1S.js — 200 — 1.3 KiB — 423 ms — h2https://bookface-static.ycombinator.com/vite/assets/CompanyProfileSocials-D4uQuz-p.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/CompanyProfileSocials-D4uQuz-p.js — 200 — 21.6 KiB — 424 ms — h2https://bookface-static.ycombinator.com/vite/assets/immutable.es-ED0-7dBB.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/immutable.es-ED0-7dBB.js — 200 — 17.0 KiB — 426 ms — h2https://bookface-static.ycombinator.com/vite/assets/memoize-one.esm-HFSs95qP.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/memoize-one.esm-HFSs95qP.js — 200 — 1.3 KiB — 427 ms — h2https://bookface-static.ycombinator.com/vite/assets/CompanyModel-CFDt8DIL.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/CompanyModel-CFDt8DIL.js — 200 — 1.3 KiB — 428 ms — h2https://bookface-static.ycombinator.com/vite/assets/useFocusedElement-DydI_OWP.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/useFocusedElement-DydI_OWP.js — 200 — 1.4 KiB — 429 ms — h2https://bookface-static.ycombinator.com/vite/assets/Button-OIrJICJh.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/Button-OIrJICJh.js — 200 — 1.5 KiB — 430 ms — h2https://bookface-static.ycombinator.com/vite/assets/Ycdc__BaseCompanySerializer-DWN7iYyW.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/Ycdc__BaseCompanySerializer-DWN7iYyW.js — 200 — 1.4 KiB — 430 ms — h2https://bookface-static.ycombinator.com/vite/assets/QueryClientProvider-BdC--oKx.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/QueryClientProvider-BdC--oKx.js — 200 — 3.5 KiB — 431 ms — h2https://bookface-static.ycombinator.com/vite/assets/modern-Cz1104sG.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/modern-Cz1104sG.js — 200 — 934 B — 432 ms — h2https://bookface-static.ycombinator.com/vite/assets/infiniteQueryBehavior-DmjQWV80.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/infiniteQueryBehavior-DmjQWV80.js — 200 — 1.3 KiB — 433 ms — h2https://bookface-static.ycombinator.com/vite/assets/mutation-C5lyk867.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/mutation-C5lyk867.js — 200 — 1.7 KiB — 434 ms — h2https://bookface-static.ycombinator.com/vite/assets/query-DDD6wIsd.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/query-DDD6wIsd.js — 200 — 2.7 KiB — 434 ms — h2https://bookface-static.ycombinator.com/vite/assets/queryClient-2NVnz3A3.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/queryClient-2NVnz3A3.js — 200 — 2.7 KiB — 435 ms — h2https://bookface-static.ycombinator.com/vite/assets/queryClient-uyaPE_18.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/queryClient-uyaPE_18.js — 200 — 1.0 KiB — 436 ms — h2https://bookface-static.ycombinator.com/vite/assets/withQueryClientProvider-BvHBpiUh.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/withQueryClientProvider-BvHBpiUh.js — 200 — 1.3 KiB — 437 ms — h2https://bookface-static.ycombinator.com/vite/assets/objectWithoutPropertiesLoose-BkkF11Ml.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/objectWithoutPropertiesLoose-BkkF11Ml.js — 200 — 1.1 KiB — 438 ms — h2https://bookface-static.ycombinator.com/vite/assets/emotion-react.browser.esm-Dp_fLblg.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/emotion-react.browser.esm-Dp_fLblg.js — 200 — 1.4 KiB — 436 ms — h2https://bookface-static.ycombinator.com/vite/assets/Select-ef7c0426.esm-BQ9hvNzQ.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/Select-ef7c0426.esm-BQ9hvNzQ.js — 200 — 20.1 KiB — 440 ms — h2https://bookface-static.ycombinator.com/vite/assets/reactSelectUtils-DAWtIoil.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/reactSelectUtils-DAWtIoil.js — 200 — 1.4 KiB — 442 ms — h2https://bookface-static.ycombinator.com/vite/assets/AsYouType-tc2qR2SX.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/AsYouType-tc2qR2SX.js — 200 — 34.2 KiB — 497 ms — h2https://bookface-static.ycombinator.com/vite/assets/react-select.esm-qdbgw-s1.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/react-select.esm-qdbgw-s1.js — 200 — 1.2 KiB — 444 ms — h2https://bookface-static.ycombinator.com/vite/assets/PhoneField-CDvdj0rW.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/PhoneField-CDvdj0rW.js — 200 — 5.4 KiB — 446 ms — h2https://bookface-static.ycombinator.com/vite/assets/moment-BB5uGpUM.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/moment-BB5uGpUM.js — 200 — 19.3 KiB — 367 ms — h2https://bookface-static.ycombinator.com/vite/assets/isEmail-7W0TBfNR.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/isEmail-7W0TBfNR.js — 200 — 2.7 KiB — 629 ms — h2https://bookface-static.ycombinator.com/vite/assets/utils-CPEBcmBg.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/utils-CPEBcmBg.js — 200 — 2.6 KiB — 631 ms — h2https://bookface-static.ycombinator.com/vite/assets/CompanyCard-BoKQzcUz.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/CompanyCard-BoKQzcUz.js — 200 — 2.0 KiB — 576 ms — h2https://bookface-static.ycombinator.com/vite/assets/CompanyPageNav-DUT1uqfr.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/CompanyPageNav-DUT1uqfr.js — 200 — 1.4 KiB — 579 ms — h2https://bookface-static.ycombinator.com/vite/assets/InfoBox-7KQW2dif.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/InfoBox-7KQW2dif.js — 200 — 1.2 KiB — 577 ms — h2https://bookface-static.ycombinator.com/vite/assets/use-inert-others-jMmiYfzD.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/use-inert-others-jMmiYfzD.js — 200 — 1.7 KiB — 577 ms — h2https://bookface-static.ycombinator.com/vite/assets/dialog-g4_ww5uF.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/dialog-g4_ww5uF.js — 200 — 4.4 KiB — 578 ms — h2https://bookface-static.ycombinator.com/vite/assets/toZonedTime-DTBlHdjf.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/toZonedTime-DTBlHdjf.js — 200 — 2.9 KiB — 579 ms — h2https://bookface-static.ycombinator.com/vite/assets/en-US-B0a0KZ2l.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/en-US-B0a0KZ2l.js — 200 — 2.9 KiB — 579 ms — h2https://bookface-static.ycombinator.com/vite/assets/normalizeDates-BlQi2KXQ.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/normalizeDates-BlQi2KXQ.js — 200 — 1.5 KiB — 624 ms — h2https://bookface-static.ycombinator.com/vite/assets/differenceInCalendarDays-BIscV7aG.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/differenceInCalendarDays-BIscV7aG.js — 200 — 1.1 KiB — 626 ms — h2https://bookface-static.ycombinator.com/vite/assets/format-D1q3QMaA.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/format-D1q3QMaA.js — 200 — 3.7 KiB — 627 ms — h2https://bookface-static.ycombinator.com/vite/assets/constructNow-DcfSlsYy.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/constructNow-DcfSlsYy.js — 200 — 940 B — 628 ms — h2https://bookface-static.ycombinator.com/vite/assets/compareAsc-B7Bz2OJI.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/compareAsc-B7Bz2OJI.js — 200 — 958 B — 629 ms — h2https://bookface-static.ycombinator.com/vite/assets/endOfMonth-Zv_-dxtC.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/endOfMonth-Zv_-dxtC.js — 200 — 1.1 KiB — 631 ms — h2https://bookface-static.ycombinator.com/vite/assets/endOfDay-C-Y5omOL.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/endOfDay-C-Y5omOL.js — 200 — 969 B — 632 ms — h2https://bookface-static.ycombinator.com/vite/assets/differenceInMonths-Dh7mGNwk.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/differenceInMonths-Dh7mGNwk.js — 200 — 1.3 KiB — 633 ms — h2https://bookface-static.ycombinator.com/vite/assets/getRoundingMethod-B7VtuIVB.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/getRoundingMethod-B7VtuIVB.js — 200 — 935 B — 637 ms — h2https://bookface-static.ycombinator.com/vite/assets/differenceInMilliseconds-BnDdOnAD.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/differenceInMilliseconds-BnDdOnAD.js — 200 — 936 B — 634 ms — h2https://bookface-static.ycombinator.com/vite/assets/differenceInSeconds-DPNW0RZq.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/differenceInSeconds-DPNW0RZq.js — 200 — 1.0 KiB — 637 ms — h2https://bookface-static.ycombinator.com/vite/assets/formatDistance-Bp1XdojM.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/formatDistance-Bp1XdojM.js — 200 — 1.3 KiB — 639 ms — h2https://bookface-static.ycombinator.com/vite/assets/formatDistanceToNow-BB0RyRsk.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/formatDistanceToNow-BB0RyRsk.js — 200 — 984 B — 640 ms — h2https://bookface-static.ycombinator.com/vite/assets/getDefaultOptions-CQS9bfms.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/getDefaultOptions-CQS9bfms.js — 200 — 934 B — 641 ms — h2https://bookface-static.ycombinator.com/vite/assets/isAfter-BqLRHtuO.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/isAfter-BqLRHtuO.js — 200 — 936 B — 643 ms — h2https://bookface-static.ycombinator.com/vite/assets/parseISO-BR9DnKFw.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/parseISO-BR9DnKFw.js — 200 — 1.8 KiB — 647 ms — h2https://bookface-static.ycombinator.com/vite/assets/dist-CW0fVWaR.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/dist-CW0fVWaR.js — 200 — 1.2 KiB — 826 ms — h2https://bookface-static.ycombinator.com/vite/assets/TimeAgo-WnA5pxLC.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/TimeAgo-WnA5pxLC.js — 200 — 2.2 KiB — 392 ms — h2https://bookface-static.ycombinator.com/vite/assets/cjs-DY9_66lD.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/cjs-DY9_66lD.js — 200 — 1.3 KiB — 648 ms — h2https://bookface-static.ycombinator.com/vite/assets/client-BKT2-yPG.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/client-BKT2-yPG.js — 200 — 55.8 KiB — 699 ms — h2https://bookface-static.ycombinator.com/vite/assets/CopyToClipboard-BtFFLgqs.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/CopyToClipboard-BtFFLgqs.js — 200 — 1.2 KiB — 652 ms — h2https://bookface-static.ycombinator.com/vite/assets/AnchorHeadings-B15ZB1uV.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/AnchorHeadings-B15ZB1uV.js — 200 — 1.5 KiB — 520 ms — h2https://bookface-static.ycombinator.com/vite/assets/SecurityUtils-wTQsibNm.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/SecurityUtils-wTQsibNm.js — 200 — 1.0 KiB — 520 ms — h2https://bookface-static.ycombinator.com/vite/assets/renderMarkdown-iDBsrX0B.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/renderMarkdown-iDBsrX0B.js — 200 — 88.0 KiB — 606 ms — h2https://bookface-static.ycombinator.com/vite/assets/extends-CoQJUKq4.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/extends-CoQJUKq4.js — 200 — 1.1 KiB — 525 ms — h2https://bookface-static.ycombinator.com/vite/assets/inheritsLoose-CKc_il7w.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/inheritsLoose-CKc_il7w.js — 200 — 1.1 KiB — 526 ms — h2https://bookface-static.ycombinator.com/vite/assets/objectWithoutPropertiesLoose-Vp-6Px2Q.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/objectWithoutPropertiesLoose-Vp-6Px2Q.js — 200 — 1017 B — 527 ms — h2https://bookface-static.ycombinator.com/vite/assets/tiny-invariant-Bw_r8L-I.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/tiny-invariant-Bw_r8L-I.js — 200 — 1017 B — 650 ms — h2https://bookface-static.ycombinator.com/vite/assets/history-8Y9eonTX.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/history-8Y9eonTX.js — 200 — 3.9 KiB — 569 ms — h2https://bookface-static.ycombinator.com/vite/assets/react-router-dom-C6VqK9NO.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/react-router-dom-C6VqK9NO.js — 200 — 5.9 KiB — 569 ms — h2https://bookface-static.ycombinator.com/vite/assets/Breadcrumb-DvlXtdOn.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/Breadcrumb-DvlXtdOn.js — 200 — 1.1 KiB — 571 ms — h2https://bookface-static.ycombinator.com/vite/assets/LaunchesShared-YZNu1_7Q.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/LaunchesShared-YZNu1_7Q.js — 200 — 3.1 KiB — 571 ms — h2https://bookface-static.ycombinator.com/vite/assets/assertThisInitialized-BRiRXPKw.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/assertThisInitialized-BRiRXPKw.js — 200 — 977 B — 572 ms — h2https://bookface-static.ycombinator.com/vite/assets/tiny-warning.esm-BDVk0Uas.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/tiny-warning.esm-BDVk0Uas.js — 200 — 1002 B — 573 ms — h2https://bookface-static.ycombinator.com/vite/assets/formik.esm-Cl9U0sp0.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/formik.esm-Cl9U0sp0.js — 200 — 7.5 KiB — 575 ms — h2https://bookface-static.ycombinator.com/vite/assets/preload-helper-CRW9rJ5a.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/preload-helper-CRW9rJ5a.js — 200 — 1.3 KiB — 577 ms — h2https://bookface-static.ycombinator.com/vite/assets/load-script-D31kK4yt.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/load-script-D31kK4yt.js — 200 — 1.1 KiB — 579 ms — h2https://bookface-static.ycombinator.com/vite/assets/patterns-Esp1uwCc.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/patterns-Esp1uwCc.js — 200 — 3.1 KiB — 584 ms — h2https://bookface-static.ycombinator.com/vite/assets/lib-Dnyb2TBK.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/lib-Dnyb2TBK.js — 200 — 5.8 KiB — 585 ms — h2https://bookface-static.ycombinator.com/vite/assets/dist-ThCWLDgX.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/dist-ThCWLDgX.js — 200 — 3.9 KiB — 647 ms — h2https://bookface-static.ycombinator.com/vite/assets/YcIconSvg-CN8a86sx.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/YcIconSvg-CN8a86sx.js — 200 — 1.5 KiB — 648 ms — h2https://bookface-static.ycombinator.com/vite/assets/Pill-CIlXRzc3.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/Pill-CIlXRzc3.js — 200 — 1.4 KiB — 648 ms — h2https://bookface-static.ycombinator.com/vite/assets/LoadingSpinner-XFNisYFi.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/LoadingSpinner-XFNisYFi.js — 200 — 1.1 KiB — 523 ms — h2https://bookface-static.ycombinator.com/vite/assets/ShowPage-DhHuLbjP.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/ShowPage-DhHuLbjP.js — 200 — 14.8 KiB — 524 ms — h2https://bookface-static.ycombinator.com/vite/assets/TableOfContents-CwleEjJS.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/TableOfContents-CwleEjJS.js — 200 — 2.0 KiB — 525 ms — h2https://bookface-static.ycombinator.com/vite/assets/useBaseQuery-D0idJPNT.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/useBaseQuery-D0idJPNT.js — 200 — 3.8 KiB — 526 ms — h2https://bookface-static.ycombinator.com/vite/assets/useInfiniteQuery-CVBNYfsl.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/useInfiniteQuery-CVBNYfsl.js — 200 — 1.1 KiB — 528 ms — h2https://bookface-static.ycombinator.com/vite/assets/useQuery-DNChQTYv.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/useQuery-DNChQTYv.js — 200 — 959 B — 528 ms — h2https://bookface-static.ycombinator.com/vite/assets/isPlainObject-_IUv_zja.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/isPlainObject-_IUv_zja.js — 200 — 1.3 KiB — 529 ms — h2https://bookface-static.ycombinator.com/vite/assets/dist-B-Ph64Qt.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/dist-B-Ph64Qt.js — 200 — 2.9 KiB — 532 ms — h2https://bookface-static.ycombinator.com/vite/assets/data-Ck2BA7Xd.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/data-Ck2BA7Xd.js — 200 — 4.2 KiB — 533 ms — h2https://bookface-static.ycombinator.com/vite/assets/CompanyListPage-CrukA93M.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/CompanyListPage-CrukA93M.js — 200 — 4.3 KiB — 534 ms — h2https://bookface-static.ycombinator.com/vite/assets/FoundersShowPage-RrLjqB7U.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/FoundersShowPage-RrLjqB7U.js — 200 — 4.8 KiB — 646 ms — h2https://bookface-static.ycombinator.com/vite/assets/PageTitle-CjlZGSKZ.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/PageTitle-CjlZGSKZ.js — 200 — 1.1 KiB — 646 ms — h2https://bookface-static.ycombinator.com/vite/assets/PartnersPage-ennnwfqy.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/PartnersPage-ennnwfqy.js — 200 — 1.7 KiB — 649 ms — h2https://bookface-static.ycombinator.com/vite/assets/SectionTitle-UR0uMijW.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/SectionTitle-UR0uMijW.js — 200 — 1.1 KiB — 650 ms — h2https://bookface-static.ycombinator.com/vite/assets/SidebarNavigation-U09p_L_I.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/SidebarNavigation-U09p_L_I.js — 200 — 1.3 KiB — 651 ms — h2https://bookface-static.ycombinator.com/vite/assets/NewYCDCButton-Bd81PmOU.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/NewYCDCButton-Bd81PmOU.js — 200 — 1.1 KiB — 814 ms — h2https://bookface-static.ycombinator.com/vite/assets/GhostContent-CSW073Uk.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/GhostContent-CSW073Uk.js — 200 — 1.2 KiB — 816 ms — h2https://bookface-static.ycombinator.com/vite/assets/ApplyPage-CBaxL75K.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/ApplyPage-CBaxL75K.js — 200 — 1.5 KiB — 817 ms — h2https://bookface-static.ycombinator.com/vite/assets/ApplyReminderPage-Cl-MJfQO.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/ApplyReminderPage-Cl-MJfQO.js — 200 — 1.6 KiB — 819 ms — h2https://bookface-static.ycombinator.com/vite/assets/ApplyToYCPage-CGPGGqa4.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/ApplyToYCPage-CGPGGqa4.js — 200 — 2.9 KiB — 820 ms — h2https://bookface-static.ycombinator.com/vite/assets/BlogPage-BrHI23fk.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/BlogPage-BrHI23fk.js — 200 — 2.4 KiB — 821 ms — h2https://bookface-static.ycombinator.com/vite/assets/CareersPage-Ro4fJqtv.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/CareersPage-Ro4fJqtv.js — 200 — 1.4 KiB — 823 ms — h2https://bookface-static.ycombinator.com/vite/assets/ResizeObserver.es-DNlg_AK5.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/ResizeObserver.es-DNlg_AK5.js — 200 — 3.1 KiB — 830 ms — h2https://bookface-static.ycombinator.com/vite/assets/Pills-CWRaZBbs.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/Pills-CWRaZBbs.js — 200 — 1.5 KiB — 831 ms — h2https://bookface-static.ycombinator.com/vite/assets/_UnderrepresentedFoundersPage-DykwxZPT.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/_UnderrepresentedFoundersPage-DykwxZPT.js — 200 — 13.8 KiB — 747 ms — h2https://bookface-static.ycombinator.com/vite/assets/BlackFoundersPage-DNGmoPC-.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/BlackFoundersPage-DNGmoPC-.js — 200 — 1.3 KiB — 749 ms — h2https://bookface-static.ycombinator.com/vite/assets/CompanySizeChoices-BkEmjH8O.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/CompanySizeChoices-BkEmjH8O.js — 200 — 986 B — 762 ms — h2https://bookface-static.ycombinator.com/vite/assets/CompanyListItemContent-Djy2pPJY.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/CompanyListItemContent-Djy2pPJY.js — 200 — 2.7 KiB — 830 ms — h2https://bookface-static.ycombinator.com/vite/assets/YcdcCompanyDirectory-BFd1dgYw.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/YcdcCompanyDirectory-BFd1dgYw.js — 200 — 1.7 KiB — 832 ms — h2https://bookface-static.ycombinator.com/vite/assets/IndexPage-jsAri6ci.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/IndexPage-jsAri6ci.js — 200 — 1.2 KiB — 834 ms — h2https://bookface-static.ycombinator.com/vite/assets/LatinxFoundersPage-DZLBNXNX.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/LatinxFoundersPage-DZLBNXNX.js — 200 — 1.1 KiB — 762 ms — h2https://bookface-static.ycombinator.com/vite/assets/string-Dat34S5R.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/string-Dat34S5R.js — 200 — 4.1 KiB — 763 ms — h2https://bookface-static.ycombinator.com/vite/assets/CompanyBubbles-BqJ2UpYO.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/CompanyBubbles-BqJ2UpYO.js — 200 — 12.7 KiB — 765 ms — h2https://bookface-static.ycombinator.com/vite/assets/dist-hxIRhyUk.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/dist-hxIRhyUk.js — 200 — 1.4 KiB — 766 ms — h2https://bookface-static.ycombinator.com/vite/assets/dist-DKDsXPin.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/dist-DKDsXPin.js — 200 — 1.2 KiB — 768 ms — h2https://bookface-static.ycombinator.com/vite/assets/dist-DoeNlLLn.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/dist-DoeNlLLn.js — 200 — 1.8 KiB — 769 ms — h2https://bookface-static.ycombinator.com/vite/assets/dist-Dxe8PB6-.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/dist-Dxe8PB6-.js — 200 — 1.2 KiB — 770 ms — h2https://bookface-static.ycombinator.com/vite/assets/dist-DpCD7rKn.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/dist-DpCD7rKn.js — 200 — 1.5 KiB — 773 ms — h2https://bookface-static.ycombinator.com/vite/assets/dist-CA3ee1q5.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/dist-CA3ee1q5.js — 200 — 1.3 KiB — 776 ms — h2https://bookface-static.ycombinator.com/vite/assets/es2015-CFa98Xyy.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/es2015-CFa98Xyy.js — 200 — 3.0 KiB — 779 ms — h2https://bookface-static.ycombinator.com/vite/assets/createLucideIcon-xjqxPBEJ.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/createLucideIcon-xjqxPBEJ.js — 200 — 1.1 KiB — 780 ms — h2https://bookface-static.ycombinator.com/vite/assets/check-XogFTky4.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/check-XogFTky4.js — 200 — 994 B — 399 ms — h2https://bookface-static.ycombinator.com/vite/assets/chevron-right-Ball9u_A.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/chevron-right-Ball9u_A.js — 200 — 1003 B — 400 ms — h2https://bookface-static.ycombinator.com/vite/assets/circle-DNqByFGY.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/circle-DNqByFGY.js — 200 — 993 B — 401 ms — h2https://bookface-static.ycombinator.com/vite/assets/Combination-HV-q1vAd.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/Combination-HV-q1vAd.js — 200 — 2.9 KiB — 403 ms — h2https://bookface-static.ycombinator.com/vite/assets/DropdownMenu-D8u3oqdA.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/DropdownMenu-D8u3oqdA.js — 200 — 11.1 KiB — 404 ms — h2https://bookface-static.ycombinator.com/vite/assets/dist-Dbr4ucsL.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/dist-Dbr4ucsL.js — 200 — 3.0 KiB — 405 ms — h2https://bookface-static.ycombinator.com/vite/assets/Card-D6BSC135.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/Card-D6BSC135.js — 200 — 1.2 KiB — 406 ms — h2https://bookface-static.ycombinator.com/vite/assets/dist-CkT3Wx05.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/dist-CkT3Wx05.js — 200 — 1.5 KiB — 407 ms — h2https://bookface-static.ycombinator.com/vite/assets/dist-DL7vZyuR.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/dist-DL7vZyuR.js — 200 — 1.3 KiB — 408 ms — h2https://bookface-static.ycombinator.com/vite/assets/dist-1Kfiw-XN.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/dist-1Kfiw-XN.js — 200 — 1.3 KiB — 412 ms — h2https://bookface-static.ycombinator.com/vite/assets/Avatar-DMQQ91zw.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/Avatar-DMQQ91zw.js — 200 — 1.0 KiB — 413 ms — h2https://bookface-static.ycombinator.com/vite/assets/Button-CVQ6X0Ap.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/Button-CVQ6X0Ap.js — 200 — 1.4 KiB — 454 ms — h2https://bookface-static.ycombinator.com/vite/assets/TopCompaniesPage-CPp0l3QQ.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/TopCompaniesPage-CPp0l3QQ.js — 200 — 2.6 KiB — 454 ms — h2https://bookface-static.ycombinator.com/vite/assets/WomenFoundersPage-BN6_Swmx.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/WomenFoundersPage-BN6_Swmx.js — 200 — 1.5 KiB — 455 ms — h2https://bookface-static.ycombinator.com/vite/assets/DemodayFaqPage-BY1qc5Js.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/DemodayFaqPage-BY1qc5Js.js — 200 — 2.2 KiB — 456 ms — h2https://bookface-static.ycombinator.com/vite/assets/DemodayIndexPage-BvYAratR.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/DemodayIndexPage-BvYAratR.js — 200 — 1.3 KiB — 640 ms — h2https://bookface-static.ycombinator.com/vite/assets/FAQPage-CQ7_fJU1.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/FAQPage-CQ7_fJU1.js — 200 — 6.9 KiB — 642 ms — h2https://bookface-static.ycombinator.com/vite/assets/InterviewsPage-D1GNfdz5.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/InterviewsPage-D1GNfdz5.js — 200 — 1.0 KiB — 644 ms — h2https://bookface-static.ycombinator.com/vite/assets/InvestorsPage-9E5FECvX.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/InvestorsPage-9E5FECvX.js — 200 — 1.6 KiB — 647 ms — h2https://bookface-static.ycombinator.com/vite/assets/LaunchesPage-CwvicELS.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/LaunchesPage-CwvicELS.js — 200 — 1.2 KiB — 648 ms — h2https://bookface-static.ycombinator.com/vite/assets/addDays-ksfeIFBb.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/addDays-ksfeIFBb.js — 200 — 1.0 KiB — 649 ms — h2https://bookface-static.ycombinator.com/vite/assets/addMonths-CE0LdL-n.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/addMonths-CE0LdL-n.js — 200 — 1.1 KiB — 453 ms — h2https://bookface-static.ycombinator.com/vite/assets/setYear-DEeMjeMr.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/setYear-DEeMjeMr.js — 200 — 1.3 KiB — 454 ms — h2https://bookface-static.ycombinator.com/vite/assets/addYears-DWZGE9PD.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/addYears-DWZGE9PD.js — 200 — 956 B — 458 ms — h2https://bookface-static.ycombinator.com/vite/assets/differenceInCalendarYears-N8w0V27-.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/differenceInCalendarYears-N8w0V27-.js — 200 — 982 B — 454 ms — h2https://bookface-static.ycombinator.com/vite/assets/differenceInDays-NN5Kab4t.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/differenceInDays-NN5Kab4t.js — 200 — 1.3 KiB — 455 ms — h2https://bookface-static.ycombinator.com/vite/assets/getSeconds-BiO0LuG3.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/getSeconds-BiO0LuG3.js — 200 — 1.0 KiB — 458 ms — h2https://bookface-static.ycombinator.com/vite/assets/parse-BHFJkMq_.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/parse-BHFJkMq_.js — 200 — 4.7 KiB — 459 ms — h2https://bookface-static.ycombinator.com/vite/assets/isBefore-BCJHS5oN.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/isBefore-BCJHS5oN.js — 200 — 936 B — 464 ms — h2https://bookface-static.ycombinator.com/vite/assets/isSameDay-DHdj4q_v.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/isSameDay-DHdj4q_v.js — 200 — 1.0 KiB — 465 ms — h2https://bookface-static.ycombinator.com/vite/assets/subDays-NGVHEhNd.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/subDays-NGVHEhNd.js — 200 — 930 B — 466 ms — h2https://bookface-static.ycombinator.com/vite/assets/subMonths-1Cfifii7.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/subMonths-1Cfifii7.js — 200 — 933 B — 466 ms — h2https://bookface-static.ycombinator.com/vite/assets/subYears-D64eAeP2.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/subYears-D64eAeP2.js — 200 — 932 B — 467 ms — h2https://bookface-static.ycombinator.com/vite/assets/react-datepicker-D1bZtvxf.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/react-datepicker-D1bZtvxf.js — 200 — 25.0 KiB — 472 ms — h2https://bookface-static.ycombinator.com/vite/assets/free-regular-svg-icons-CpEseNWD.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/free-regular-svg-icons-CpEseNWD.js — 200 — 11.4 KiB — 473 ms — h2https://bookface-static.ycombinator.com/vite/assets/consumer-D9NgQ9--.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/consumer-D9NgQ9--.js — 200 — 3.5 KiB — 647 ms — h2https://bookface-static.ycombinator.com/vite/assets/linkify-CBN9UC2J.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/linkify-CBN9UC2J.js — 200 — 16.4 KiB — 648 ms — h2https://bookface-static.ycombinator.com/vite/assets/Toast-BJyHRE7d.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/Toast-BJyHRE7d.js — 200 — 2.2 KiB — 650 ms — h2https://bookface-static.ycombinator.com/vite/assets/dist-CwwFENZK.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/dist-CwwFENZK.js — 200 — 124.8 KiB — 697 ms — h2https://bookface-static.ycombinator.com/vite/assets/marked.esm-uCrQbWFx.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/marked.esm-uCrQbWFx.js — 200 — 11.8 KiB — 658 ms — h2https://bookface-static.ycombinator.com/vite/assets/upload-CqCsSHhp.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/upload-CqCsSHhp.js — 200 — 1.3 KiB — 659 ms — h2https://bookface-static.ycombinator.com/vite/assets/MarkdownEditor-BUlXXcGY.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/MarkdownEditor-BUlXXcGY.js — 200 — 23.1 KiB — 666 ms — h2https://bookface-static.ycombinator.com/vite/assets/LaunchesFormPage-CxIF-y8Y.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/LaunchesFormPage-CxIF-y8Y.js — 200 — 3.4 KiB — 662 ms — h2https://bookface-static.ycombinator.com/vite/assets/algoliasearch-lite.umd-DTaiaY26.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/algoliasearch-lite.umd-DTaiaY26.js — 200 — 4.8 KiB — 497 ms — h2https://bookface-static.ycombinator.com/vite/assets/LaunchesIndexPage-mE1hckN_.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/LaunchesIndexPage-mE1hckN_.js — 200 — 3.6 KiB — 498 ms — h2https://bookface-static.ycombinator.com/vite/assets/LaunchesShowPage-DM6VgdfT.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/LaunchesShowPage-DM6VgdfT.js — 200 — 1.5 KiB — 498 ms — h2https://bookface-static.ycombinator.com/vite/assets/dist-BT35y3Um.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/dist-BT35y3Um.js — 200 — 1.5 KiB — 499 ms — h2https://bookface-static.ycombinator.com/vite/assets/dist-3oY1rjE1.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/dist-3oY1rjE1.js — 200 — 1.5 KiB — 500 ms — h2https://bookface-static.ycombinator.com/vite/assets/dist-KP0dxOAi.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/dist-KP0dxOAi.js — 200 — 2.5 KiB — 501 ms — h2https://bookface-static.ycombinator.com/vite/assets/dist-bzQi41jx.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/dist-bzQi41jx.js — 200 — 1.7 KiB — 502 ms — h2https://bookface-static.ycombinator.com/vite/assets/redux-B3CMCs0L.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/redux-B3CMCs0L.js — 200 — 2.2 KiB — 503 ms — h2https://bookface-static.ycombinator.com/vite/assets/immer.esm-Cifk9QIW.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/immer.esm-Cifk9QIW.js — 200 — 4.4 KiB — 504 ms — h2https://bookface-static.ycombinator.com/vite/assets/es-D6I85gHo.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/es-D6I85gHo.js — 200 — 1.1 KiB — 505 ms — h2https://bookface-static.ycombinator.com/vite/assets/react-is-DWSe5g5P.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/react-is-DWSe5g5P.js — 200 — 1.1 KiB — 506 ms — h2https://bookface-static.ycombinator.com/vite/assets/es-0ko0dea0.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/es-0ko0dea0.js — 200 — 3.5 KiB — 659 ms — h2https://bookface-static.ycombinator.com/vite/assets/CartesianChart-DcVO0jqS.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/CartesianChart-DcVO0jqS.js — 200 — 78.6 KiB — 719 ms — h2https://bookface-static.ycombinator.com/vite/assets/getRadiusAndStrokeWidthFromDot-BXY05eTf.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/getRadiusAndStrokeWidthFromDot-BXY05eTf.js — 200 — 2.3 KiB — 664 ms — h2https://bookface-static.ycombinator.com/vite/assets/graphicalItemSelectors-CGt6Moxx.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/graphicalItemSelectors-CGt6Moxx.js — 200 — 1.0 KiB — 665 ms — h2https://bookface-static.ycombinator.com/vite/assets/AreaChart-Czmq8ioy.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/AreaChart-Czmq8ioy.js — 200 — 4.8 KiB — 666 ms — h2https://bookface-static.ycombinator.com/vite/assets/Stats-BZhXBM0Z.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/Stats-BZhXBM0Z.js — 200 — 2.9 KiB — 668 ms — h2https://bookface-static.ycombinator.com/vite/assets/Tabs-CDz4Hape.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/Tabs-CDz4Hape.js — 200 — 1.6 KiB — 669 ms — h2https://bookface-static.ycombinator.com/vite/assets/LaunchesStatsPage-BjSQSpVW.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/LaunchesStatsPage-BjSQSpVW.js — 200 — 1.2 KiB — 538 ms — h2https://bookface-static.ycombinator.com/vite/assets/LegalPage-BeMkiEmN.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/LegalPage-BeMkiEmN.js — 200 — 1.3 KiB — 539 ms — h2https://bookface-static.ycombinator.com/vite/assets/PeoplePage-LGp_4Ay7.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/PeoplePage-LGp_4Ay7.js — 200 — 1.5 KiB — 541 ms — h2https://bookface-static.ycombinator.com/vite/assets/ProgramFAQPage-BKlH_mzI.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/ProgramFAQPage-BKlH_mzI.js — 200 — 1.1 KiB — 542 ms — h2https://bookface-static.ycombinator.com/vite/assets/ProgramWhatHappensPage-D3beDZt0.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/ProgramWhatHappensPage-D3beDZt0.js — 200 — 1.1 KiB — 544 ms — h2https://bookface-static.ycombinator.com/vite/assets/SoftwareCareersPage-M_eNDIFz.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/SoftwareCareersPage-M_eNDIFz.js — 200 — 3.1 KiB — 388 ms — h2https://bookface-static.ycombinator.com/vite/assets/WhatHappensPage-ByUbdy8H.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/WhatHappensPage-ByUbdy8H.js — 200 — 4.5 KiB — 389 ms — h2https://bookface-static.ycombinator.com/vite/assets/emotion-is-prop-valid.esm-CynOvPDi.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/emotion-is-prop-valid.esm-CynOvPDi.js — 200 — 2.7 KiB — 390 ms — h2https://bookface-static.ycombinator.com/vite/assets/createSvgIcon-B5AUrC7x.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/createSvgIcon-B5AUrC7x.js — 200 — 17.6 KiB — 391 ms — h2https://bookface-static.ycombinator.com/vite/assets/KeyboardArrowDown-f1zbOPQt.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/KeyboardArrowDown-f1zbOPQt.js — 200 — 1.1 KiB — 392 ms — h2https://bookface-static.ycombinator.com/vite/assets/fast-deep-equal-M1zSj-NH.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/fast-deep-equal-M1zSj-NH.js — 200 — 1.0 KiB — 393 ms — h2https://bookface-static.ycombinator.com/vite/assets/YouTube.esm-VnTizgd5.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/YouTube.esm-VnTizgd5.js — 200 — 16.9 KiB — 417 ms — h2https://bookface-static.ycombinator.com/vite/assets/differenceInYears-Bjma1kf1.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/differenceInYears-Bjma1kf1.js — 200 — 1.1 KiB — 397 ms — h2https://bookface-static.ycombinator.com/vite/assets/formatDistanceToNowStrict-Bt-N0ldP.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/formatDistanceToNowStrict-Bt-N0ldP.js — 200 — 1.2 KiB — 544 ms — h2https://bookface-static.ycombinator.com/vite/assets/ssr_pages-D1HBFGp1.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/ssr_pages-D1HBFGp1.js — 200 — 85.5 KiB — 645 ms — h2https://bookface-static.ycombinator.com/vite/assets/utils-B0eIOZvN.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/utils-B0eIOZvN.js — 200 — 1.0 KiB — 549 ms — h2https://bookface-static.ycombinator.com/vite/assets/sentry-CD7zRbAa.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/sentry-CD7zRbAa.js — 200 — 66.1 KiB — 782 ms — h2https://bookface-static.ycombinator.com/vite/assets/MeetupQuestionAdminPreviewSerializer-COuTWNRX.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/MeetupQuestionAdminPreviewSerializer-COuTWNRX.js — 200 — 1.3 KiB — 669 ms — h2https://bookface-static.ycombinator.com/vite/assets/pages-DvMr050r.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/pages-DvMr050r.js — 200 — 1.2 KiB — 670 ms — h2https://bookface-static.ycombinator.com/vite/assets/useCsrStateStore-JqsEQtBo.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/useCsrStateStore-JqsEQtBo.js — 200 — 1.3 KiB — 671 ms — h2https://bookface-static.ycombinator.com/vite/assets/LayoutContext-5BMTdAv5.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/LayoutContext-5BMTdAv5.js — 200 — 1.3 KiB — 675 ms — h2https://bookface-static.ycombinator.com/vite/assets/dist-Wm28xwmB.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/dist-Wm28xwmB.js — 200 — 1.1 KiB — 676 ms — h2https://bookface-static.ycombinator.com/vite/assets/dist-AXLBh28W.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/dist-AXLBh28W.js — 200 — 1.4 KiB — 680 ms — h2https://bookface-static.ycombinator.com/vite/assets/Switch-C1znfwmL.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/Switch-C1znfwmL.js — 200 — 1.9 KiB — 681 ms — h2https://bookface-static.ycombinator.com/vite/assets/ChatShared-CUO2HpU5.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/ChatShared-CUO2HpU5.js — 200 — 8.9 KiB — 686 ms — h2https://bookface-static.ycombinator.com/vite/assets/compat-CFuJBd7z.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/compat-CFuJBd7z.js — 200 — 1.2 KiB — 688 ms — h2https://bookface-static.ycombinator.com/vite/assets/OpenGraphExtractionSchema-CUVuwBUL.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/OpenGraphExtractionSchema-CUVuwBUL.js — 200 — 1.4 KiB — 689 ms — h2https://bookface-static.ycombinator.com/vite/assets/types-Z-BFz6Bu.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/types-Z-BFz6Bu.js — 200 — 3.1 KiB — 694 ms — h2https://bookface-static.ycombinator.com/vite/assets/uuid-Jf4p5r-p.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/uuid-Jf4p5r-p.js — 200 — 1.2 KiB — 695 ms — h2https://bookface-static.ycombinator.com/vite/assets/dist-Djb-G0Hi.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/dist-Djb-G0Hi.js — 200 — 5.5 KiB — 697 ms — h2https://bookface-static.ycombinator.com/vite/assets/Dialog-CVwJcdFV.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/Dialog-CVwJcdFV.js — 200 — 3.5 KiB — 698 ms — h2https://bookface-static.ycombinator.com/vite/assets/AlertDialog-BGWrO5QF.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/AlertDialog-BGWrO5QF.js — 200 — 2.8 KiB — 747 ms — h2https://bookface-static.ycombinator.com/vite/assets/Popover-DSP_EAAE.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/Popover-DSP_EAAE.js — 200 — 4.5 KiB — 749 ms — h2https://bookface-static.ycombinator.com/vite/assets/Label-Dc1_ayRO.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/Label-Dc1_ayRO.js — 200 — 1.1 KiB — 751 ms — h2https://bookface-static.ycombinator.com/vite/assets/Label-CGXdqjjm.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/Label-CGXdqjjm.js — 200 — 1.3 KiB — 752 ms — h2https://bookface-static.ycombinator.com/vite/assets/RadioGroup-C4o1eD2u.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/RadioGroup-C4o1eD2u.js — 200 — 2.6 KiB — 597 ms — h2https://bookface-static.ycombinator.com/vite/assets/Input-BxTCmOKy.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/Input-BxTCmOKy.js — 200 — 2.9 KiB — 598 ms — h2https://bookface-static.ycombinator.com/vite/assets/useCreatable-09aaeb9a.esm-rB3LetUg.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/useCreatable-09aaeb9a.esm-rB3LetUg.js — 200 — 1.5 KiB — 601 ms — h2https://bookface-static.ycombinator.com/vite/assets/react-select-creatable.esm-B3JMjMrb.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/react-select-creatable.esm-B3JMjMrb.js — 200 — 1.3 KiB — 602 ms — h2https://bookface-static.ycombinator.com/vite/assets/Select-CI0n1sAJ.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/Select-CI0n1sAJ.js — 200 — 1.9 KiB — 603 ms — h2https://bookface-static.ycombinator.com/vite/assets/Textarea-NZI9jUdx.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/Textarea-NZI9jUdx.js — 200 — 1.1 KiB — 604 ms — h2https://bookface-static.ycombinator.com/vite/assets/components-C104cYDN.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/components-C104cYDN.js — 200 — 12.1 KiB — 388 ms — h2https://bookface-static.ycombinator.com/vite/assets/useMutation-BTel57Gw.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/useMutation-BTel57Gw.js — 200 — 1.6 KiB — 389 ms — h2https://bookface-static.ycombinator.com/vite/assets/useActionCableSubscription-B5ceC_4L.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/useActionCableSubscription-B5ceC_4L.js — 200 — 1.6 KiB — 391 ms — h2https://bookface-static.ycombinator.com/vite/assets/useObservableJob-BVYvshMi.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/useObservableJob-BVYvshMi.js — 200 — 1.8 KiB — 604 ms — h2https://bookface-static.ycombinator.com/vite/assets/api-CWiFibCA.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/api-CWiFibCA.js — 200 — 13.4 KiB — 605 ms — h2https://bookface-static.ycombinator.com/vite/assets/ChatSubscriptionProvider-C9bTkfz2.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/ChatSubscriptionProvider-C9bTkfz2.js — 200 — 1.2 KiB — 750 ms — h2https://bookface-static.ycombinator.com/vite/assets/coerce-C7ZY9MXc.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/coerce-C7ZY9MXc.js — 200 — 1.0 KiB — 391 ms — h2https://bookface-static.ycombinator.com/vite/assets/user-DDP9CZmy.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/user-DDP9CZmy.js — 200 — 1.4 KiB — 394 ms — h2https://bookface-static.ycombinator.com/vite/assets/home-api-rrrJDUco.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/home-api-rrrJDUco.js — 200 — 1.0 KiB — 396 ms — h2https://bookface-static.ycombinator.com/vite/assets/useCurrentUser-BzxYgw6a.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/useCurrentUser-BzxYgw6a.js — 200 — 973 B — 396 ms — h2https://bookface-static.ycombinator.com/vite/assets/useSafeLocalStorage--1YWMZ3T.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/useSafeLocalStorage--1YWMZ3T.js — 200 — 1.1 KiB — 397 ms — h2https://bookface-static.ycombinator.com/vite/assets/MiniChatContext-ChqGh5GR.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/MiniChatContext-ChqGh5GR.js — 200 — 2.4 KiB — 398 ms — h2https://bookface-static.ycombinator.com/vite/assets/NavbarFallback-Bebpz6wc.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/NavbarFallback-Bebpz6wc.js — 200 — 1.3 KiB — 399 ms — h2https://bookface-static.ycombinator.com/vite/assets/unleash-react-D-g-dfWP.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/unleash-react-D-g-dfWP.js — 200 — 7.6 KiB — 403 ms — h2https://bookface-static.ycombinator.com/vite/assets/Layout-WuNstFc_.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/Layout-WuNstFc_.js — 200 — 5.5 KiB — 404 ms — h2https://bookface-static.ycombinator.com/vite/assets/unleashConfig-DbbTezCg.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/unleashConfig-DbbTezCg.js — 200 — 1.0 KiB — 404 ms — h2https://bookface-static.ycombinator.com/vite/assets/index-BPF8_SGG.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/index-BPF8_SGG.js — 200 — 2.1 KiB — 406 ms — h2https://bookface-static.ycombinator.com/vite/assets/module-Bspq85xe.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/module-Bspq85xe.js — 200 — 1.3 KiB — 407 ms — h2https://bookface-static.ycombinator.com/vite/assets/algoliaInsights-Conm06f4.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/algoliaInsights-Conm06f4.js — 200 — 7.7 KiB — 409 ms — h2https://bookface-static.ycombinator.com/vite/assets/striptags-DtVCmrUz.jsbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/striptags-DtVCmrUz.js — 200 — 1.4 KiB — 410 ms — h2https://bookface-static.ycombinator.com/vite/assets/ApplyBanner-CRsOsJga.cssbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/ApplyBanner-CRsOsJga.css — 200 — 1.2 KiB — 60 ms — h2https://bookface-static.ycombinator.com/vite/assets/NewNavbarItem-Jh9CXKjI.cssbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/NewNavbarItem-Jh9CXKjI.css — 200 — 1.4 KiB — 62 ms — h2https://bookface-static.ycombinator.com/vite/assets/NewPage-7v7qrga6.cssbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/NewPage-7v7qrga6.css — 200 — 1.1 KiB — 63 ms — h2https://bookface-static.ycombinator.com/vite/assets/WhyPage-DFDzpL99.cssbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/WhyPage-DFDzpL99.css — 200 — 674 B — 65 ms — h2https://bookface-static.ycombinator.com/vite/assets/styles-CgzI4m3t.cssbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/styles-CgzI4m3t.css — 200 — 4.9 KiB — 66 ms — h2https://bookface-static.ycombinator.com/vite/assets/SharedDirectory-BCp7r9c8.cssbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/SharedDirectory-BCp7r9c8.css — 200 — 1.6 KiB — 67 ms — h2https://bookface-static.ycombinator.com/vite/assets/nouislider-v_DV34yi.cssbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/nouislider-v_DV34yi.css — 200 — 576 B — 69 ms — h2https://bookface-static.ycombinator.com/vite/assets/YCAlerts-CP8TjBWF.cssbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/YCAlerts-CP8TjBWF.css — 200 — 1.3 KiB — 70 ms — h2https://bookface-static.ycombinator.com/vite/assets/Dropdown-Bj_lTKYz.cssbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/Dropdown-Bj_lTKYz.css — 200 — 942 B — 72 ms — h2https://bookface-static.ycombinator.com/vite/assets/Breadcrumb-MStH19Bt.cssbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/Breadcrumb-MStH19Bt.css — 200 — 984 B — 73 ms — h2https://bookface-static.ycombinator.com/vite/assets/PartnersPage-ChhbFxOI.cssbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/PartnersPage-ChhbFxOI.css — 200 — 783 B — 74 ms — h2https://bookface-static.ycombinator.com/vite/assets/ApplyToYCPage-y3ZQ-TZC.cssbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/ApplyToYCPage-y3ZQ-TZC.css — 200 — 1.0 KiB — 75 ms — h2https://bookface-static.ycombinator.com/vite/assets/LaunchesPage-on-pn-qp.cssbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/LaunchesPage-on-pn-qp.css — 200 — 672 B — 76 ms — h2https://bookface-static.ycombinator.com/vite/assets/react-datepicker-BWcuNA17.cssbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/react-datepicker-BWcuNA17.css — 200 — 3.5 KiB — 85 ms — h2https://bookface-static.ycombinator.com/vite/assets/dist-DZ0w4YR5.cssbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/dist-DZ0w4YR5.css — 200 — 1.5 KiB — 77 ms — h2https://bookface-static.ycombinator.com/vite/assets/editor-DGH5PXuQ.cssbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/editor-DGH5PXuQ.css — 200 — 2.8 KiB — 86 ms — h2https://bookface-static.ycombinator.com/vite/assets/Launches-FP6lVcd-.cssbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/Launches-FP6lVcd-.css — 200 — 2.6 KiB — 87 ms — h2https://bookface-static.ycombinator.com/vite/assets/LaunchesFormPage-BgKTj1iv.cssbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/LaunchesFormPage-BgKTj1iv.css — 200 — 1.8 KiB — 88 ms — h2https://bookface-static.ycombinator.com/vite/assets/LaunchesIndexPage-BaiEH-wM.cssbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/LaunchesIndexPage-BaiEH-wM.css — 200 — 1.6 KiB — 90 ms — h2https://bookface-static.ycombinator.com/vite/assets/LaunchesShowPage-DoYn1TVx.cssbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/LaunchesShowPage-DoYn1TVx.css — 200 — 926 B — 92 ms — h2https://bookface-static.ycombinator.com/vite/assets/YouTube-pzuUIErF.cssbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/YouTube-pzuUIErF.css — 200 — 1.5 KiB — 93 ms — h2https://bookface-static.ycombinator.com/vite/assets/components-CG_FStur.cssbookface-static.ycombinator.com/vit... https://bookface-static.ycombinator.com/vite/assets/components-CG_FStur.css — 200 — 1.4 KiB — 95 ms — h2https://bookface-static.ycombinator.com/assets/ycdc/intheroomwith/brian-chesky-poster-compressed-85f52e5c8382ec6fede2dba32aaf31d46461415bbb46d2388e8c73191c7e2d86.jpgbookface-static.ycombinator.com/ass... https://bookface-static.ycombinator.com/assets/ycdc/intheroomwith/brian-chesky-poster-compressed-85f52e5c8382ec6fede2dba32aaf31d46461415bbb46d2388e8c73191c7e2d86.jpg — 200 — 81.3 KiB — 540 ms — h2https://bookface-static.ycombinator.com/assets/ycdc/intheroomwith/sam-altman-poster-compressed-623d3d19dd642d772a4d6649296a76bfb18f442cc6ecca47f792b55a4463ad40.jpgbookface-static.ycombinator.com/ass... https://bookface-static.ycombinator.com/assets/ycdc/intheroomwith/sam-altman-poster-compressed-623d3d19dd642d772a4d6649296a76bfb18f442cc6ecca47f792b55a4463ad40.jpg — 200 — 63.0 KiB — 196 ms — h2https://bookface-static.ycombinator.com/assets/ycdc/intheroomwith/greg-brockman-poster-compressed-745fb7cb848fa95ff24bad394777e3f8c3c6fbf079a5d632e3e478ef262518f1.jpgbookface-static.ycombinator.com/ass... https://bookface-static.ycombinator.com/assets/ycdc/intheroomwith/greg-brockman-poster-compressed-745fb7cb848fa95ff24bad394777e3f8c3c6fbf079a5d632e3e478ef262518f1.jpg — 200 — 62.0 KiB — 480 ms — h2https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200fonts.googleapis.com/css2?family=Ma... https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200 — 200 — 479 B — 43 ms — h2https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&display=swapfonts.googleapis.com/css2?family=Ou... https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&display=swap — 200 — 549 B — 43 ms — h2https://bookface-static.ycombinator.com/assets/ycdc/intheroomwith/michael-truell-poster-compressed-b0a1598fd43a294adf4789b523b55512f20d348b26905185c9d0bb59a871e8d5.jpgbookface-static.ycombinator.com/ass... https://bookface-static.ycombinator.com/assets/ycdc/intheroomwith/michael-truell-poster-compressed-b0a1598fd43a294adf4789b523b55512f20d348b26905185c9d0bb59a871e8d5.jpg — 200 — 65.8 KiB — 111 ms — h2https://bookface-static.ycombinator.com/assets/ycdc/intheroomwith/paul-graham-poster-compressed-6a6dc8e7ec9e11953fdde71fb7df82c48c31e101a97366a75f8b05ee2068b3e6.jpgbookface-static.ycombinator.com/ass... https://bookface-static.ycombinator.com/assets/ycdc/intheroomwith/paul-graham-poster-compressed-6a6dc8e7ec9e11953fdde71fb7df82c48c31e101a97366a75f8b05ee2068b3e6.jpg — 200 — 61.2 KiB — 111 ms — h2https://maps.googleapis.com/maps/api/js?key=AIzaSyC0BuJ43Ncbmuro17vVxWJWrOzzAPZ0rQE&libraries=places&language=enmaps.googleapis.com/maps/api/js?key... https://maps.googleapis.com/maps/api/js?key=AIzaSyC0BuJ43Ncbmuro17vVxWJWrOzzAPZ0rQE&libraries=places&language=en — 200 — 178.6 KiB — 224 ms — h2https://bookface-static.ycombinator.com/assets/blog-54db898b518e809d1aaeaacf7e7cc20fa35375fb3348fc2b56cea781f5cdfa55.jsbookface-static.ycombinator.com/ass... https://bookface-static.ycombinator.com/assets/blog-54db898b518e809d1aaeaacf7e7cc20fa35375fb3348fc2b56cea781f5cdfa55.js — 200 — 1.3 KiB — 100 ms — h2https://bookface-static.ycombinator.com/assets/ycdc/intheroomwith/guillermo-rauch-poster-compressed-33b83d0ead08ebac6d260961c470022733ffeb636f3fc2465dc08aca72b96f95.jpgbookface-static.ycombinator.com/ass... https://bookface-static.ycombinator.com/assets/ycdc/intheroomwith/guillermo-rauch-poster-compressed-33b83d0ead08ebac6d260961c470022733ffeb636f3fc2465dc08aca72b96f95.jpg — 200 — 55.5 KiB — 110 ms — h2https://bookface-static.ycombinator.com/assets/ycdc/intheroomwith/dylan-field-poster-compressed-81895505876d8cc7e6104a541294bd90d0efd75bd538ae552880738174b70a8e.jpgbookface-static.ycombinator.com/ass... https://bookface-static.ycombinator.com/assets/ycdc/intheroomwith/dylan-field-poster-compressed-81895505876d8cc7e6104a541294bd90d0efd75bd538ae552880738174b70a8e.jpg — 200 — 114.8 KiB — 116 ms — h2https://bookface-static.ycombinator.com/assets/ycdc/intheroomwith/emmett-shear-poster-compressed-d8d230bf291fe6d24d63c779dbb9a082273e7746ca75db5db2d80e5ff031342c.jpgbookface-static.ycombinator.com/ass... https://bookface-static.ycombinator.com/assets/ycdc/intheroomwith/emmett-shear-poster-compressed-d8d230bf291fe6d24d63c779dbb9a082273e7746ca75db5db2d80e5ff031342c.jpg — 200 — 60.2 KiB — 110 ms — h2https://bookface-static.ycombinator.com/assets/ycdc/intheroomwith/tony-xu-poster-compressed-6bbd3eacb27c1e86950d30ee84d2b56a473e1f57a3782a92b97fa3dd360eb895.jpgbookface-static.ycombinator.com/ass... https://bookface-static.ycombinator.com/assets/ycdc/intheroomwith/tony-xu-poster-compressed-6bbd3eacb27c1e86950d30ee84d2b56a473e1f57a3782a92b97fa3dd360eb895.jpg — 200 — 78.5 KiB — 120 ms — h2https://www.google-analytics.com/analytics.jswww.google-analytics.com/analytics.... https://www.google-analytics.com/analytics.js — 200 — 20.9 KiB — 179 ms — h2data:image/svg+xml,%3csvg%20width='48'%20height='48'%20viewBox='0%200%2048%2048'%20fill='none'%20xm…data:image/svg+xml,%3csvg%20width='... data:image/svg+xml,%3csvg%20width='48'%20height='48'%20viewBox='0%200%2048%2048'%20fill='none'%20xm… — 200 — 0 B — 0 ms — datahttps://bookface-static.ycombinator.com/assets/ycdc/beforevsnow/airbnb-batch-2-a1df9c49bacc25254fe05a3bac4921eff5ac37109de97b1d2337f6fd86a488be.jpgbookface-static.ycombinator.com/ass... https://bookface-static.ycombinator.com/assets/ycdc/beforevsnow/airbnb-batch-2-a1df9c49bacc25254fe05a3bac4921eff5ac37109de97b1d2337f6fd86a488be.jpg — 200 — 687.5 KiB — 76 ms — h2https://bookface-static.ycombinator.com/assets/ycdc/beforevsnow/airbnb-now-1-26d764d24e2486fd91a902dbd06b7bb05a3613e5af6273baffecf6f24090f6d1.jpgbookface-static.ycombinator.com/ass... https://bookface-static.ycombinator.com/assets/ycdc/beforevsnow/airbnb-now-1-26d764d24e2486fd91a902dbd06b7bb05a3613e5af6273baffecf6f24090f6d1.jpg — 200 — 752.9 KiB — 116 ms — h2https://bookface-static.ycombinator.com/assets/ycdc/beforevsnow/openai-batch-2-bd451c2a6d1966e17822ce4a22aeaec5167daad588cf0a99a9a68c563b6b4028.jpgbookface-static.ycombinator.com/ass... https://bookface-static.ycombinator.com/assets/ycdc/beforevsnow/openai-batch-2-bd451c2a6d1966e17822ce4a22aeaec5167daad588cf0a99a9a68c563b6b4028.jpg — 200 — 369.6 KiB — 123 ms — h2https://bookface-static.ycombinator.com/assets/ycdc/beforevsnow/openai-now-1-14b338a4c66a1ad05c34b311d1d4c1b535cb960ef24109be329fe552358ebba9.jpgbookface-static.ycombinator.com/ass... https://bookface-static.ycombinator.com/assets/ycdc/beforevsnow/openai-now-1-14b338a4c66a1ad05c34b311d1d4c1b535cb960ef24109be329fe552358ebba9.jpg — 200 — 383.1 KiB — 46 ms — h2https://bookface-static.ycombinator.com/assets/ycdc/beforevsnow/stripe-batch-2-60e80fb0b35bee455d46fafcd3b175126ae5fce3e397e94a919b968a832d6107.jpgbookface-static.ycombinator.com/ass... https://bookface-static.ycombinator.com/assets/ycdc/beforevsnow/stripe-batch-2-60e80fb0b35bee455d46fafcd3b175126ae5fce3e397e94a919b968a832d6107.jpg — 200 — 366.6 KiB — 121 ms — h2https://bookface-static.ycombinator.com/assets/ycdc/beforevsnow/stripe-now-1-4fc6337a8f67eadec8f2f1e6b72dc008fb646e670d0336caa16902f51602aa85.jpgbookface-static.ycombinator.com/ass... https://bookface-static.ycombinator.com/assets/ycdc/beforevsnow/stripe-now-1-4fc6337a8f67eadec8f2f1e6b72dc008fb646e670d0336caa16902f51602aa85.jpg — 200 — 402.5 KiB — 124 ms — h2https://bookface-static.ycombinator.com/assets/ycdc/beforevsnow/coinbase-batch-1-d0d5c84104f9f9578d888d283099ee17b47731e6301304faf9d1109b38e4d177.jpgbookface-static.ycombinator.com/ass... https://bookface-static.ycombinator.com/assets/ycdc/beforevsnow/coinbase-batch-1-d0d5c84104f9f9578d888d283099ee17b47731e6301304faf9d1109b38e4d177.jpg — 200 — 563.3 KiB — 132 ms — h2https://bookface-static.ycombinator.com/assets/ycdc/beforevsnow/coinbase-now-1d5b1a7aa6aaa70d84f4e77bcc5d35e63a9cedbb9dcb849ab946d1c274b6e47e.jpgbookface-static.ycombinator.com/ass... https://bookface-static.ycombinator.com/assets/ycdc/beforevsnow/coinbase-now-1d5b1a7aa6aaa70d84f4e77bcc5d35e63a9cedbb9dcb849ab946d1c274b6e47e.jpg — 200 — 288.2 KiB — 132 ms — h2https://bookface-static.ycombinator.com/assets/ycdc/beforevsnow/doordash-batch-2-dd602f0734e6093e3d306eb0f7de4fad730cc6d357f478a769c97d0e50c5ceb2.jpgbookface-static.ycombinator.com/ass... https://bookface-static.ycombinator.com/assets/ycdc/beforevsnow/doordash-batch-2-dd602f0734e6093e3d306eb0f7de4fad730cc6d357f478a769c97d0e50c5ceb2.jpg — 200 — 522.8 KiB — 171 ms — h2https://bookface-static.ycombinator.com/assets/ycdc/beforevsnow/doordash-now-331fd1df377dabb40264bb83071545d114a7a9fb024f152a8098c98c2fcab3f7.jpgbookface-static.ycombinator.com/ass... https://bookface-static.ycombinator.com/assets/ycdc/beforevsnow/doordash-now-331fd1df377dabb40264bb83071545d114a7a9fb024f152a8098c98c2fcab3f7.jpg — 200 — 582.4 KiB — 179 ms — h2https://bookface-static.ycombinator.com/assets/ycdc/beforevsnow/scale-ai-batch3-cac949deabf5b818c3f3f2c49d9e2d194227ec90dab863ac2ab636dbb870cd19.jpgbookface-static.ycombinator.com/ass... https://bookface-static.ycombinator.com/assets/ycdc/beforevsnow/scale-ai-batch3-cac949deabf5b818c3f3f2c49d9e2d194227ec90dab863ac2ab636dbb870cd19.jpg — 200 — 872.9 KiB — 259 ms — h2https://bookface-static.ycombinator.com/assets/ycdc/beforevsnow/scaleai-now-1-225d65a5b18021eeaa18fe4eadb83f9cd4ea5abffe8dbac6c51f87866dd5cd37.jpgbookface-static.ycombinator.com/ass... https://bookface-static.ycombinator.com/assets/ycdc/beforevsnow/scaleai-now-1-225d65a5b18021eeaa18fe4eadb83f9cd4ea5abffe8dbac6c51f87866dd5cd37.jpg — 200 — 468.3 KiB — 202 ms — h2https://bookface-static.ycombinator.com/assets/ycdc/beforevsnow/dropbox-batch-7f8ebe6bc34eb91cd5103055679597bd7b6628c50ed447b7d6a33c1fda872223.jpgbookface-static.ycombinator.com/ass... https://bookface-static.ycombinator.com/assets/ycdc/beforevsnow/dropbox-batch-7f8ebe6bc34eb91cd5103055679597bd7b6628c50ed447b7d6a33c1fda872223.jpg — 200 — 243.9 KiB — 168 ms — h2https://bookface-static.ycombinator.com/assets/ycdc/beforevsnow/dropbox-now-64142144a6030372b92accc4e8531ead60eea517d9a24230c30371c7358a206b.jpgbookface-static.ycombinator.com/ass... https://bookface-static.ycombinator.com/assets/ycdc/beforevsnow/dropbox-now-64142144a6030372b92accc4e8531ead60eea517d9a24230c30371c7358a206b.jpg — 200 — 291.7 KiB — 195 ms — h2https://bookface-static.ycombinator.com/assets/ycdc/beforevsnow/reddit-batch-a4d08a9bbb466f39806eab735405aea784f6b39f22c9af07f697fe8c323cdc2e.pngbookface-static.ycombinator.com/ass... https://bookface-static.ycombinator.com/assets/ycdc/beforevsnow/reddit-batch-a4d08a9bbb466f39806eab735405aea784f6b39f22c9af07f697fe8c323cdc2e.png — 200 — 242.5 KiB — 202 ms — h2https://bookface-static.ycombinator.com/assets/ycdc/beforevsnow/reddit-now-f6838bd6494ed8a21e646d7ee4a79c0f12f684e8842cd7c53612c5f31d7aa0eb.jpgbookface-static.ycombinator.com/ass... https://bookface-static.ycombinator.com/assets/ycdc/beforevsnow/reddit-now-f6838bd6494ed8a21e646d7ee4a79c0f12f684e8842cd7c53612c5f31d7aa0eb.jpg — 200 — 527.7 KiB — 258 ms — h2https://bookface-static.ycombinator.com/assets/ycdc/beforevsnow/instacart-batch-2-c4d5c8eea73e1c85e472b9b3fa9f91488ca278f2f2bf258d30166c61847a3c43.jpgbookface-static.ycombinator.com/ass... https://bookface-static.ycombinator.com/assets/ycdc/beforevsnow/instacart-batch-2-c4d5c8eea73e1c85e472b9b3fa9f91488ca278f2f2bf258d30166c61847a3c43.jpg — 200 — 637.2 KiB — 259 ms — h2https://bookface-static.ycombinator.com/assets/ycdc/beforevsnow/instacart-now-2-296ed5ff821bb577b68429995747f9251c1d02bb7ceb4d52e727db3f2d295332.jpgbookface-static.ycombinator.com/ass... https://bookface-static.ycombinator.com/assets/ycdc/beforevsnow/instacart-now-2-296ed5ff821bb577b68429995747f9251c1d02bb7ceb4d52e727db3f2d295332.jpg — 200 — 510.3 KiB — 265 ms — h2https://bookface-static.ycombinator.com/assets/ycdc/beforevsnow/gitlab-batch-1-858c18e16366d3344abd06cec9ad5f6440f1395086e96fc733baf2a927645e4e.jpgbookface-static.ycombinator.com/ass... https://bookface-static.ycombinator.com/assets/ycdc/beforevsnow/gitlab-batch-1-858c18e16366d3344abd06cec9ad5f6440f1395086e96fc733baf2a927645e4e.jpg — 200 — 548.0 KiB — 272 ms — h2https://bookface-static.ycombinator.com/assets/ycdc/beforevsnow/gitlab-now-2-1c6a0934f16b0f8d84d0fc90ffa92d8c11f7fb7ca40d44b9e6d4627b620edcba.jpgbookface-static.ycombinator.com/ass... https://bookface-static.ycombinator.com/assets/ycdc/beforevsnow/gitlab-now-2-1c6a0934f16b0f8d84d0fc90ffa92d8c11f7fb7ca40d44b9e6d4627b620edcba.jpg — 200 — 687.1 KiB — 282 ms — h2https://bookface-static.ycombinator.com/assets/ycdc/beforevsnow/kalshi-batch-1-12c1828169bef411e3f7910f0b7e48f8e5fb4d1f7eafee50926c933b55b324d5.jpgbookface-static.ycombinator.com/ass... https://bookface-static.ycombinator.com/assets/ycdc/beforevsnow/kalshi-batch-1-12c1828169bef411e3f7910f0b7e48f8e5fb4d1f7eafee50926c933b55b324d5.jpg — 200 — 475.6 KiB — 286 ms — h2https://bookface-static.ycombinator.com/assets/ycdc/beforevsnow/kalshi-now-1-3affaf3dd1e1259afd5d1f72f1b0331818f9ed44454d1820b20b01c58771495b.jpgbookface-static.ycombinator.com/ass... https://bookface-static.ycombinator.com/assets/ycdc/beforevsnow/kalshi-now-1-3affaf3dd1e1259afd5d1f72f1b0331818f9ed44454d1820b20b01c58771495b.jpg — 200 — 346.8 KiB — 288 ms — h2https://bookface-static.ycombinator.com/assets/ycdc/beforevsnow/replit-batch-1-1fa8581e2ab474b5475f0ba9ef36c5eebbecfe58a82759ca1cdb6ee45f64c38c.jpgbookface-static.ycombinator.com/ass... https://bookface-static.ycombinator.com/assets/ycdc/beforevsnow/replit-batch-1-1fa8581e2ab474b5475f0ba9ef36c5eebbecfe58a82759ca1cdb6ee45f64c38c.jpg — 200 — 681.3 KiB — 297 ms — h2https://bookface-static.ycombinator.com/assets/ycdc/beforevsnow/replit-now-3-03e7f981faef0a67ca9ba3b60f41f91a6179d41abc628de02373d2607b8fb343.jpgbookface-static.ycombinator.com/ass... https://bookface-static.ycombinator.com/assets/ycdc/beforevsnow/replit-now-3-03e7f981faef0a67ca9ba3b60f41f91a6179d41abc628de02373d2607b8fb343.jpg — 200 — 1.3 MiB — 371 ms — h2https://bookface-static.ycombinator.com/assets/ycdc/beforevsnow/twitch-batch-3714c0d71b6d4d29c573e59b5b2b165dc6b78f3f837af6ad49149152a62208fe.pngbookface-static.ycombinator.com/ass... https://bookface-static.ycombinator.com/assets/ycdc/beforevsnow/twitch-batch-3714c0d71b6d4d29c573e59b5b2b165dc6b78f3f837af6ad49149152a62208fe.png — 200 — 317.0 KiB — 326 ms — h2https://bookface-static.ycombinator.com/assets/ycdc/beforevsnow/twitch-now-2-9f9f4f8fa6f4e70b792332cb296e107391771cf947aae6c1e8fc2967d0836bfb.jpgbookface-static.ycombinator.com/ass... https://bookface-static.ycombinator.com/assets/ycdc/beforevsnow/twitch-now-2-9f9f4f8fa6f4e70b792332cb296e107391771cf947aae6c1e8fc2967d0836bfb.jpg — 200 — 332.1 KiB — 328 ms — h2https://bookface-static.ycombinator.com/assets/ycdc/about/strip-picture-2-compressed-a5f4c41c8c039e0bb0b38bb9d316b79ea9f8211d9e4fa19cf80a1377e74b3036.jpgbookface-static.ycombinator.com/ass... https://bookface-static.ycombinator.com/assets/ycdc/about/strip-picture-2-compressed-a5f4c41c8c039e0bb0b38bb9d316b79ea9f8211d9e4fa19cf80a1377e74b3036.jpg — 200 — 64.2 KiB — 279 ms — h2https://bookface-static.ycombinator.com/assets/ycdc/about/strip-picture-4-compressed-077596611ae3be172d6407ab7a9423f205939fbcfeef24fd54ca8da4f1370b27.jpgbookface-static.ycombinator.com/ass... https://bookface-static.ycombinator.com/assets/ycdc/about/strip-picture-4-compressed-077596611ae3be172d6407ab7a9423f205939fbcfeef24fd54ca8da4f1370b27.jpg — 200 — 132.3 KiB — 281 ms — h2https://bookface-static.ycombinator.com/assets/ycdc/about/strip-picture-6-compressed-cd04f86654c60d7c2642aeb14a7c7cd42719036be4e7764fd58a386383671fb6.jpgbookface-static.ycombinator.com/ass... https://bookface-static.ycombinator.com/assets/ycdc/about/strip-picture-6-compressed-cd04f86654c60d7c2642aeb14a7c7cd42719036be4e7764fd58a386383671fb6.jpg — 200 — 92.2 KiB — 283 ms — h2https://bookface-static.ycombinator.com/assets/ycdc/about/aman-mishra-compressed-f86a1a0caaa317ed5e8770981a0ebb253846a406837c88fe89137ed0c85a7a47.jpgbookface-static.ycombinator.com/ass... https://bookface-static.ycombinator.com/assets/ycdc/about/aman-mishra-compressed-f86a1a0caaa317ed5e8770981a0ebb253846a406837c88fe89137ed0c85a7a47.jpg — 200 — 34.7 KiB — 283 ms — h2https://bookface-static.ycombinator.com/assets/ycdc/about/adith-reddi-compressed-1c81fcfa8ef9cf7a23b35d0c34648d1b79ab613b0fdced3ea015d23ffb984cdc.jpgbookface-static.ycombinator.com/ass... https://bookface-static.ycombinator.com/assets/ycdc/about/adith-reddi-compressed-1c81fcfa8ef9cf7a23b35d0c34648d1b79ab613b0fdced3ea015d23ffb984cdc.jpg — 200 — 39.8 KiB — 284 ms — h2https://bookface-static.ycombinator.com/assets/ycdc/about/bishesh-khadka-compressed-76f09ec549bbfdb8c7fa25d8ac0e943f2e3bc593cb5cc43af5b7fc5b8ad3ee9c.jpgbookface-static.ycombinator.com/ass... https://bookface-static.ycombinator.com/assets/ycdc/about/bishesh-khadka-compressed-76f09ec549bbfdb8c7fa25d8ac0e943f2e3bc593cb5cc43af5b7fc5b8ad3ee9c.jpg — 200 — 42.5 KiB — 284 ms — h2https://bookface-static.ycombinator.com/assets/ycdc/about/justin-lee-compressed-d28010cde316d6846b799904d8c9fd74ea60e799a781aa782693ae4e72f38f2b.jpgbookface-static.ycombinator.com/ass... https://bookface-static.ycombinator.com/assets/ycdc/about/justin-lee-compressed-d28010cde316d6846b799904d8c9fd74ea60e799a781aa782693ae4e72f38f2b.jpg — 200 — 56.4 KiB — 285 ms — h2https://bookface-static.ycombinator.com/assets/ycdc/about/fern-morrison-compressed-77abc8bb3419c4876f47ec4740fa41af61265d824a093af7d3537ac10f15b898.jpgbookface-static.ycombinator.com/ass... https://bookface-static.ycombinator.com/assets/ycdc/about/fern-morrison-compressed-77abc8bb3419c4876f47ec4740fa41af61265d824a093af7d3537ac10f15b898.jpg — 200 — 53.9 KiB — 286 ms — h2https://fonts.gstatic.com/s/outfit/v15/QGYvz_MVcBeNP4NJtEtqUYLknw.woff2fonts.gstatic.com/s/outfit/v15/QGYv... https://fonts.gstatic.com/s/outfit/v15/QGYvz_MVcBeNP4NJtEtqUYLknw.woff2 — 200 — 31.5 KiB — 61 ms — h3https://fonts.gstatic.com/s/sourceserif4/v14/vEFI2_tTDB4M7-auWDN0ahZJW1gb8te1Xb7G.woff2fonts.gstatic.com/s/sourceserif4/v1... https://fonts.gstatic.com/s/sourceserif4/v14/vEFI2_tTDB4M7-auWDN0ahZJW1gb8te1Xb7G.woff2 — 200 — 119.3 KiB — 108 ms — h3https://fonts.gstatic.com/s/sourceserif4/v14/vEFK2_tTDB4M7-auWDN0ahZJW1gewtW_WpzEpMs.woff2fonts.gstatic.com/s/sourceserif4/v1... https://fonts.gstatic.com/s/sourceserif4/v14/vEFK2_tTDB4M7-auWDN0ahZJW1gewtW_WpzEpMs.woff2 — 200 — 126.9 KiB — 107 ms — h3https://bookface-static.ycombinator.com/assets/ycdc/intheroomwith/brian-chesky-video-compressed-7ea6a6ca9593fabb400850744540405287fe91ae08ddfbf4824ab95d5f632875.mp4bookface-static.ycombinator.com/ass... https://bookface-static.ycombinator.com/assets/ycdc/intheroomwith/brian-chesky-video-compressed-7ea6a6ca9593fabb400850744540405287fe91ae08ddfbf4824ab95d5f632875.mp4 — 206 — 422.4 KiB — 314 ms — h2https://bookface-static.ycombinator.com/assets/ycdc/intheroomwith/sam-altman-video-compressed-6e99f4927d081ecef3e4430e36b6ec23ac595e8da186216f30b7d7dc5129dc4a.mp4bookface-static.ycombinator.com/ass... https://bookface-static.ycombinator.com/assets/ycdc/intheroomwith/sam-altman-video-compressed-6e99f4927d081ecef3e4430e36b6ec23ac595e8da186216f30b7d7dc5129dc4a.mp4 — 206 — 548.5 KiB — 312 ms — h2https://app.posthog.com/static/array.jsapp.posthog.com/static/array.js https://app.posthog.com/static/array.js — 200 — 67.1 KiB — 123 ms — h2https://bookface-static.ycombinator.com/assets/ycdc/partners/garry-tan-now-compressed-285e8d782cad23c62dadac1cdde3a87305c1f92dd65d45d7f3bec2b08b70e136.jpgbookface-static.ycombinator.com/ass... https://bookface-static.ycombinator.com/assets/ycdc/partners/garry-tan-now-compressed-285e8d782cad23c62dadac1cdde3a87305c1f92dd65d45d7f3bec2b08b70e136.jpg — 200 — 161.6 KiB — 249 ms — h2https://bookface-static.ycombinator.com/assets/ycdc/partners/garry-tan-batch-compressed-bed0d99e669757fa386cda8c22203356c97dc040c58c435bfd4ff250ee780740.pngbookface-static.ycombinator.com/ass... https://bookface-static.ycombinator.com/assets/ycdc/partners/garry-tan-batch-compressed-bed0d99e669757fa386cda8c22203356c97dc040c58c435bfd4ff250ee780740.png — 200 — 178.0 KiB — 249 ms — h2https://bookface-static.ycombinator.com/assets/ycdc/partners/harj-taggar-now-compressed-fac9d5baa96a2bed4c37f204a5e1ed4257312cc628dd19967ad75a0bed165fee.jpgbookface-static.ycombinator.com/ass... https://bookface-static.ycombinator.com/assets/ycdc/partners/harj-taggar-now-compressed-fac9d5baa96a2bed4c37f204a5e1ed4257312cc628dd19967ad75a0bed165fee.jpg — 200 — 52.8 KiB — 244 ms — h2https://bookface-static.ycombinator.com/assets/ycdc/partners/harj-taggar-batch-compressed-7a3637223e83e2ba21a850bf21c87753160430cb7b852f488bc4c3e01f9ba1fd.jpgbookface-static.ycombinator.com/ass... https://bookface-static.ycombinator.com/assets/ycdc/partners/harj-taggar-batch-compressed-7a3637223e83e2ba21a850bf21c87753160430cb7b852f488bc4c3e01f9ba1fd.jpg — 200 — 88.1 KiB — 250 ms — h2https://bookface-static.ycombinator.com/assets/ycdc/partners/jared-friedman-now-compressed-8da3429a27ea82892f23d2aa780fe894dcd27bf27b80fcfa2a851ed2fc5f877d.jpgbookface-static.ycombinator.com/ass... https://bookface-static.ycombinator.com/assets/ycdc/partners/jared-friedman-now-compressed-8da3429a27ea82892f23d2aa780fe894dcd27bf27b80fcfa2a851ed2fc5f877d.jpg — 200 — 206.9 KiB — 252 ms — h2https://bookface-static.ycombinator.com/assets/ycdc/partners/jared-friedman-batch-compressed-eda1207245b417c42d9ae1c8a3e1c6e5b2da79bb3e6cabd686668a842e6a0ec4.pngbookface-static.ycombinator.com/ass... https://bookface-static.ycombinator.com/assets/ycdc/partners/jared-friedman-batch-compressed-eda1207245b417c42d9ae1c8a3e1c6e5b2da79bb3e6cabd686668a842e6a0ec4.png — 200 — 492.2 KiB — 264 ms — h2https://bookface-static.ycombinator.com/assets/ycdc/partners/aaron-epstein-now-1-compressed-d1c03a018268e6bc5ce508c8f25d6ec82c152b976a30e721b2304a73b5bf20d7.jpgbookface-static.ycombinator.com/ass... https://bookface-static.ycombinator.com/assets/ycdc/partners/aaron-epstein-now-1-compressed-d1c03a018268e6bc5ce508c8f25d6ec82c152b976a30e721b2304a73b5bf20d7.jpg — 200 — 45.4 KiB — 262 ms — h2https://bookface-static.ycombinator.com/assets/ycdc/partners/aaron-batch-1-compressed-129e33d6ac8c0c1252faf91169ac1078350486566238297e395dd43bf8696c89.jpgbookface-static.ycombinator.com/ass... https://bookface-static.ycombinator.com/assets/ycdc/partners/aaron-batch-1-compressed-129e33d6ac8c0c1252faf91169ac1078350486566238297e395dd43bf8696c89.jpg — 200 — 153.0 KiB — 265 ms — h2https://bookface-static.ycombinator.com/assets/ycdc/partners/diana-hu-now-1-compressed-55e1804ed97a33d8724450328d454edd0ecf394f3759c82087209d494a40932f.pngbookface-static.ycombinator.com/ass... https://bookface-static.ycombinator.com/assets/ycdc/partners/diana-hu-now-1-compressed-55e1804ed97a33d8724450328d454edd0ecf394f3759c82087209d494a40932f.png — 200 — 925.1 KiB — 405 ms — h2https://bookface-static.ycombinator.com/assets/ycdc/partners/diana-hu-batch-compressed-0a921b1e3b0695f1fe8290f011595bf5994d67abde7f18e2f0f4176ae3baffc9.jpgbookface-static.ycombinator.com/ass... https://bookface-static.ycombinator.com/assets/ycdc/partners/diana-hu-batch-compressed-0a921b1e3b0695f1fe8290f011595bf5994d67abde7f18e2f0f4176ae3baffc9.jpg — 200 — 97.0 KiB — 278 ms — h2https://bookface-static.ycombinator.com/assets/ycdc/partners/gustaf-alstromer-now-92415e2d64f09d7e1eb09f051dff74d6cc7ee163a17f0bf3f8f194ac66639186.jpgbookface-static.ycombinator.com/ass... https://bookface-static.ycombinator.com/assets/ycdc/partners/gustaf-alstromer-now-92415e2d64f09d7e1eb09f051dff74d6cc7ee163a17f0bf3f8f194ac66639186.jpg — 200 — 578.9 KiB — 290 ms — h2https://bookface-static.ycombinator.com/assets/ycdc/partners/gustaf-alstromer-batch-11-1f6e28f6ddf757773854db94d3ab76018d21ca2addb5a971f38660c6317a38f2.jpgbookface-static.ycombinator.com/ass... https://bookface-static.ycombinator.com/assets/ycdc/partners/gustaf-alstromer-batch-11-1f6e28f6ddf757773854db94d3ab76018d21ca2addb5a971f38660c6317a38f2.jpg — 200 — 682.2 KiB — 305 ms — h2https://bookface-static.ycombinator.com/assets/ycdc/partners/nicolas-dessaigne-now-2-compressed-9a26961552c6da12f7e0f2c694aede6521d3699f3debde1e2ca12a7018ae87d3.jpgbookface-static.ycombinator.com/ass... https://bookface-static.ycombinator.com/assets/ycdc/partners/nicolas-dessaigne-now-2-compressed-9a26961552c6da12f7e0f2c694aede6521d3699f3debde1e2ca12a7018ae87d3.jpg — 200 — 60.7 KiB — 306 ms — h2https://bookface-static.ycombinator.com/assets/ycdc/partners/nicolas-batch1-compressed-80db1ada8c0f7dc3ad190f8ce1ece018086f2ade306ae65da9d37c2aa58ee7a8.jpgbookface-static.ycombinator.com/ass... https://bookface-static.ycombinator.com/assets/ycdc/partners/nicolas-batch1-compressed-80db1ada8c0f7dc3ad190f8ce1ece018086f2ade306ae65da9d37c2aa58ee7a8.jpg — 200 — 82.3 KiB — 308 ms — h2https://bookface-static.ycombinator.com/assets/ycdc/partners/tom-blomfield-now-2-compressed-3baf3344b978afebeab4871b1c6690b0fdcbc31ac34bc5424041f197385184dc.jpgbookface-static.ycombinator.com/ass... https://bookface-static.ycombinator.com/assets/ycdc/partners/tom-blomfield-now-2-compressed-3baf3344b978afebeab4871b1c6690b0fdcbc31ac34bc5424041f197385184dc.jpg — 200 — 68.7 KiB — 309 ms — h2https://bookface-static.ycombinator.com/assets/ycdc/partners/tom-blomfield-batch-compressed-0e737542b8c5acf3b6f4f9c1d94ef97da74ae9477733ea5fe2a3808ef790844d.pngbookface-static.ycombinator.com/ass... https://bookface-static.ycombinator.com/assets/ycdc/partners/tom-blomfield-batch-compressed-0e737542b8c5acf3b6f4f9c1d94ef97da74ae9477733ea5fe2a3808ef790844d.png — 200 — 333.4 KiB — 323 ms — h2https://bookface-static.ycombinator.com/assets/ycdc/partners/brad-flora-now-2-compressed-19b765d70b03e55a02dd89465b4d255a8915e4db340465acf4134393bde4dd0c.jpgbookface-static.ycombinator.com/ass... https://bookface-static.ycombinator.com/assets/ycdc/partners/brad-flora-now-2-compressed-19b765d70b03e55a02dd89465b4d255a8915e4db340465acf4134393bde4dd0c.jpg — 200 — 61.4 KiB — 317 ms — h2https://bookface-static.ycombinator.com/assets/ycdc/partners/brad-flora-batch-compressed-e7dccab9815c67c07a2c620a778e6cb36d4d8fcd3c32e4cdbf9aecdb966faa31.pngbookface-static.ycombinator.com/ass... https://bookface-static.ycombinator.com/assets/ycdc/partners/brad-flora-batch-compressed-e7dccab9815c67c07a2c620a778e6cb36d4d8fcd3c32e4cdbf9aecdb966faa31.png — 200 — 240.5 KiB — 325 ms — h2https://bookface-static.ycombinator.com/assets/ycdc/partners/pete-now-95e6cb3439d9a84d5a98c3f100bed316f1ca93cbb8d114a1d5949bce60aed58e.jpgbookface-static.ycombinator.com/ass... https://bookface-static.ycombinator.com/assets/ycdc/partners/pete-now-95e6cb3439d9a84d5a98c3f100bed316f1ca93cbb8d114a1d5949bce60aed58e.jpg — 200 — 654.0 KiB — 333 ms — h2https://bookface-static.ycombinator.com/assets/ycdc/partners/pete-koomen-batch1-compressed-da8d0ddbb1c4459c62af44da9b09dd57b5343d98b9139c5978febf6d506fb0f5.jpgbookface-static.ycombinator.com/ass... https://bookface-static.ycombinator.com/assets/ycdc/partners/pete-koomen-batch1-compressed-da8d0ddbb1c4459c62af44da9b09dd57b5343d98b9139c5978febf6d506fb0f5.jpg — 200 — 52.1 KiB — 337 ms — h2https://bookface-static.ycombinator.com/assets/ycdc/partners/ankit-gupta-now-compressed-1105cd39818d502c8e7a05cba97de54506eaed37482b91560fdd2bf8a920c606.jpgbookface-static.ycombinator.com/ass... https://bookface-static.ycombinator.com/assets/ycdc/partners/ankit-gupta-now-compressed-1105cd39818d502c8e7a05cba97de54506eaed37482b91560fdd2bf8a920c606.jpg — 200 — 61.5 KiB — 334 ms — h2https://bookface-static.ycombinator.com/assets/ycdc/partners/ankit-gupta-batch-compressed-b9994829b2e1172001cdbbb8a6f99d331ced31b8635a22a82b6043160805f1a5.jpgbookface-static.ycombinator.com/ass... https://bookface-static.ycombinator.com/assets/ycdc/partners/ankit-gupta-batch-compressed-b9994829b2e1172001cdbbb8a6f99d331ced31b8635a22a82b6043160805f1a5.jpg — 200 — 97.2 KiB — 335 ms — h2https://bookface-static.ycombinator.com/assets/ycdc/partners/tyler-bosmeny-now-compressed-72c1d3cd98e25c9c631161ab1b7e83162b2430f5b53d571e0f9b5a0d1af45e85.jpgbookface-static.ycombinator.com/ass... https://bookface-static.ycombinator.com/assets/ycdc/partners/tyler-bosmeny-now-compressed-72c1d3cd98e25c9c631161ab1b7e83162b2430f5b53d571e0f9b5a0d1af45e85.jpg — 200 — 43.5 KiB — 334 ms — h2https://bookface-static.ycombinator.com/assets/ycdc/partners/tyler-bosmeny-batch-compressed-37aa357b29284f1b326d9816467f0ed58da7947a79b5783a7e4267e24c11fb8d.pngbookface-static.ycombinator.com/ass... https://bookface-static.ycombinator.com/assets/ycdc/partners/tyler-bosmeny-batch-compressed-37aa357b29284f1b326d9816467f0ed58da7947a79b5783a7e4267e24c11fb8d.png — 200 — 607.4 KiB — 348 ms — h2https://bookface-static.ycombinator.com/assets/ycdc/partners/david-lieb-now-compressed-1dd34c4d995f107e8d24d19972f677ef6c07b379b983f6ddff7ab17e8a1f509c.jpgbookface-static.ycombinator.com/ass... https://bookface-static.ycombinator.com/assets/ycdc/partners/david-lieb-now-compressed-1dd34c4d995f107e8d24d19972f677ef6c07b379b983f6ddff7ab17e8a1f509c.jpg — 200 — 104.1 KiB — 349 ms — h2https://bookface-static.ycombinator.com/assets/ycdc/partners/david-lieb-batch-compressed-d78b0314820e2a5d6067c1fe852c252ca744037cb0187f1423249f1d803a8606.pngbookface-static.ycombinator.com/ass... https://bookface-static.ycombinator.com/assets/ycdc/partners/david-lieb-batch-compressed-d78b0314820e2a5d6067c1fe852c252ca744037cb0187f1423249f1d803a8606.png — 200 — 224.3 KiB — 353 ms — h2https://bookface-static.ycombinator.com/assets/ycdc/partners/andrew-miklas-now-new-compressed-4f4d875748d7c1c4ad153c748a5f29f12b66b267b9b61d4b00c7799e542cc859.jpgbookface-static.ycombinator.com/ass... https://bookface-static.ycombinator.com/assets/ycdc/partners/andrew-miklas-now-new-compressed-4f4d875748d7c1c4ad153c748a5f29f12b66b267b9b61d4b00c7799e542cc859.jpg — 200 — 120.2 KiB — 356 ms — h2https://bookface-static.ycombinator.com/assets/ycdc/partners/andrew-miklas-batch-compressed-f5c1d429724445dac797a924f01bc8e5d26359a374dbfb6e02c48ff8cc63d436.jpgbookface-static.ycombinator.com/ass... https://bookface-static.ycombinator.com/assets/ycdc/partners/andrew-miklas-batch-compressed-f5c1d429724445dac797a924f01bc8e5d26359a374dbfb6e02c48ff8cc63d436.jpg — 200 — 74.2 KiB — 357 ms — h2https://bookface-static.ycombinator.com/assets/ycdc/partners/harshita-arora-now-compressed-9c9b8a5f8f07ac54647442dc0fc5ba8318adc6b5a4ec66d08073de7d1a2e59bf.jpgbookface-static.ycombinator.com/ass... https://bookface-static.ycombinator.com/assets/ycdc/partners/harshita-arora-now-compressed-9c9b8a5f8f07ac54647442dc0fc5ba8318adc6b5a4ec66d08073de7d1a2e59bf.jpg — 200 — 1.8 MiB — 502 ms — h2https://bookface-static.ycombinator.com/assets/ycdc/partners/harshita-arora-batch-compressed-7fdeb1ee3c7417ba4e1aedc548e72c914dd0060c9ce8949f7a479f5bf342c157.jpgbookface-static.ycombinator.com/ass... https://bookface-static.ycombinator.com/assets/ycdc/partners/harshita-arora-batch-compressed-7fdeb1ee3c7417ba4e1aedc548e72c914dd0060c9ce8949f7a479f5bf342c157.jpg — 200 — 809.2 KiB — 410 ms — h2https://bookface-static.ycombinator.com/assets/ycdc/partners/jon-xu-now-2-compressed-459ce3766c417895404de528ec1a3f1398f7c3e6c03cffb755cf50e5ff794631.jpgbookface-static.ycombinator.com/ass... https://bookface-static.ycombinator.com/assets/ycdc/partners/jon-xu-now-2-compressed-459ce3766c417895404de528ec1a3f1398f7c3e6c03cffb755cf50e5ff794631.jpg — 200 — 68.0 KiB — 385 ms — h2https://bookface-static.ycombinator.com/assets/ycdc/partners/Jon-compressed-447d3c90b878b46ce70ffc360157be03a7bd41547531b1d9c5171d7c5ca52d1a.JPGbookface-static.ycombinator.com/ass... https://bookface-static.ycombinator.com/assets/ycdc/partners/Jon-compressed-447d3c90b878b46ce70ffc360157be03a7bd41547531b1d9c5171d7c5ca52d1a.JPG — 200 — 118.6 KiB — 387 ms — h2https://bookface-static.ycombinator.com/assets/ycdc/intheroomwith/greg-brockman-video-compressed-cb96007824e30f1ad95d2f0baa819b9ca35a8df56d38373c15f0e9e24c23e4b1.mp4bookface-static.ycombinator.com/ass... https://bookface-static.ycombinator.com/assets/ycdc/intheroomwith/greg-brockman-video-compressed-cb96007824e30f1ad95d2f0baa819b9ca35a8df56d38373c15f0e9e24c23e4b1.mp4 — 206 — 484.4 KiB — 359 ms — h2https://bookface-static.ycombinator.com/assets/ycdc/intheroomwith/michael-truell-video-compressed-523ea9b5330b3d117b97e9404e3b017f2a126bea2e096518c276520521bf8c11.mp4bookface-static.ycombinator.com/ass... https://bookface-static.ycombinator.com/assets/ycdc/intheroomwith/michael-truell-video-compressed-523ea9b5330b3d117b97e9404e3b017f2a126bea2e096518c276520521bf8c11.mp4 — 206 — 489.6 KiB — 369 ms — h2https://bookface-static.ycombinator.com/assets/ycdc/intheroomwith/paul-graham-video-compressed-147746c0944f23ac3ba13f41a213a63fe773fb3e1b261ea824d0784e0c0242e4.mp4bookface-static.ycombinator.com/ass... https://bookface-static.ycombinator.com/assets/ycdc/intheroomwith/paul-graham-video-compressed-147746c0944f23ac3ba13f41a213a63fe773fb3e1b261ea824d0784e0c0242e4.mp4 — 206 — 469.2 KiB — 377 ms — h2https://bookface-static.ycombinator.com/assets/ycdc/intheroomwith/guillermo-rauch-video-compressed-66c9a0d2ddcc5eb02e84b0714c70b1332f37ffff031ad759cc4dbb2d0f78991d.mp4bookface-static.ycombinator.com/ass... https://bookface-static.ycombinator.com/assets/ycdc/intheroomwith/guillermo-rauch-video-compressed-66c9a0d2ddcc5eb02e84b0714c70b1332f37ffff031ad759cc4dbb2d0f78991d.mp4 — 206 — 472.2 KiB — 388 ms — h2https://bookface-static.ycombinator.com/assets/ycdc/intheroomwith/dylan-field-video-compressed-7541fe3e6c730507b8b8789c18f6139465733285eeff9330423158d5cd315b38.mp4bookface-static.ycombinator.com/ass... https://bookface-static.ycombinator.com/assets/ycdc/intheroomwith/dylan-field-video-compressed-7541fe3e6c730507b8b8789c18f6139465733285eeff9330423158d5cd315b38.mp4 — 206 — 377.3 KiB — 395 ms — h2https://bookface-static.ycombinator.com/assets/ycdc/intheroomwith/emmett-shear-video-compressed-e639d24c15750fb7ac160f77b63504bafef74929c23f8bb4b82112a84900bb97.mp4bookface-static.ycombinator.com/ass... https://bookface-static.ycombinator.com/assets/ycdc/intheroomwith/emmett-shear-video-compressed-e639d24c15750fb7ac160f77b63504bafef74929c23f8bb4b82112a84900bb97.mp4 — 206 — 530.4 KiB — 403 ms — h2https://bookface-static.ycombinator.com/assets/ycdc/intheroomwith/tony-xu-video-compressed-cfaffb21fca0c9e88fb50f8057d669c84b98d71695c3c943f86b2cc2b6d33d8d.mp4bookface-static.ycombinator.com/ass... https://bookface-static.ycombinator.com/assets/ycdc/intheroomwith/tony-xu-video-compressed-cfaffb21fca0c9e88fb50f8057d669c84b98d71695c3c943f86b2cc2b6d33d8d.mp4 — 206 — 694.1 KiB — 437 ms — h2https://cdn.jsdelivr.net/npm/@emoji-mart/data@latest/sets/14/native.jsoncdn.jsdelivr.net/npm/@emoji-mart/da... https://cdn.jsdelivr.net/npm/@emoji-mart/data@latest/sets/14/native.json — 200 — 72.5 KiB — 39 ms — h2https://o4506690008121344.ingest.us.sentry.io/api/4508298399711232/envelope/?sentry_version=7&sentry_key=92041c3cec004a2f929f431a92207745&sentry_client=sentry.javascript.react%2F10.5.0o4506690008121344.ingest.us.sentry.... https://o4506690008121344.ingest.us.sentry.io/api/4508298399711232/envelope/?sentry_version=7&sentry_key=92041c3cec004a2f929f431a92207745&sentry_client=sentry.javascript.react%2F10.5.0 — 200 — 300 B — 100 ms — h2https://www.ycombinator.com/unleash/proxy?sessionId=375880890&appName=bookface&environment=defaultwww.ycombinator.com/unleash/proxy?s... https://www.ycombinator.com/unleash/proxy?sessionId=375880890&appName=bookface&environment=default — 200 — 1.1 KiB — 216 ms — h2https://www.google-analytics.com/plugins/ua/linkid.jswww.google-analytics.com/plugins/ua... https://www.google-analytics.com/plugins/ua/linkid.js — 200 — 995 B — 25 ms — h2https://maps.googleapis.com/maps/api/mapsjs/gen_204?csp_test=truemaps.googleapis.com/maps/api/mapsjs... https://maps.googleapis.com/maps/api/mapsjs/gen_204?csp_test=true — 200 — 45 B — 73 ms — h3https://us-assets.i.posthog.com/array/phc_kqzJJG8aN5nevL0k1oW4Z8iAGswsxBnsWqIBcOuxjah/config.jsus-assets.i.posthog.com/array/phc_k... https://us-assets.i.posthog.com/array/phc_kqzJJG8aN5nevL0k1oW4Z8iAGswsxBnsWqIBcOuxjah/config.js — 200 — 1.1 KiB — 105 ms — h2https://www.google-analytics.com/j/collect?v=1&_v=j102&a=40202267&t=pageview&_s=1&dl=https%3A%2F%2Fwww.ycombinator.com%2F&ul=en-us&dt=Y%20Combinator&sr=412x823&vp=412x823&_u=KGBAAEAjAAAAACAAI~&jid=1809845426&gjid=1381513876&cid=2113751185.1776799707&tid=UA-51714649-1&_gid=137179775.1776799707&_r=1&_slc=1&z=1413266010www.google-analytics.com/j/collect?... https://www.google-analytics.com/j/collect?v=1&_v=j102&a=40202267&t=pageview&_s=1&dl=https%3A%2F%2Fwww.ycombinator.com%2F&ul=en-us&dt=Y%20Combinator&sr=412x823&vp=412x823&_u=KGBAAEAjAAAAACAAI~&jid=1809845426&gjid=1381513876&cid=2113751185.1776799707&tid=UA-51714649-1&_gid=137179775.1776799707&_r=1&_slc=1&z=1413266010 — 200 — 38 B — 25 ms — h3https://us.i.posthog.com/e/?ip=0&_=1776799707453&ver=1.369.5&compression=gzip-jsus.i.posthog.com/e/?ip=0&_=17767997... https://us.i.posthog.com/e/?ip=0&_=1776799707453&ver=1.369.5&compression=gzip-js — 200 — 293 B — 357 ms — h2https://www.googletagmanager.com/gtag/js?id=G-CHJJ1RJL5K&cx=c&_slc=1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-CHJJ1RJL5K&cx=c&_slc=1 — 200 — 151.1 KiB — 159 ms — h2https://us-assets.i.posthog.com/static/surveys.js?v=1.369.5us-assets.i.posthog.com/static/surv... https://us-assets.i.posthog.com/static/surveys.js?v=1.369.5 — 200 — 32.1 KiB — 30 ms — h2https://us.i.posthog.com/flags/?v=2&ip=0&_=1776799707544&ver=1.369.5&compression=base64us.i.posthog.com/flags/?v=2&ip=0&_=... https://us.i.posthog.com/flags/?v=2&ip=0&_=1776799707544&ver=1.369.5&compression=base64 — 200 — 729 B — 284 ms — h2https://region1.analytics.google.com/g/collect?v=2&tid=G-CHJJ1RJL5K&gtm=45je64h1v9127153998za20g&_p=1776799707497&_gaz=1&gcd=13l3l3l2l2l1&npa=0&dma_cps=a&dma=1&_eu=EBAIAGA&_ng=1&are=1&cid=2113751185.1776799707&frm=0&ir=1&pscdl=noapi&rcb=4&sr=412x823&uaa=&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&_s=1&tag_exp=0~115938466~115938469~117266401&dl=https%3A%2F%2Fwww.ycombinator.com%2F&dt=Y%20Combinator&sid=1776799707&sct=1&seg=0&_tu=wAQ&en=page_view&_fv=1&_ss=1&_ee=1&tfd=6133region1.analytics.google.com/g/coll... https://region1.analytics.google.com/g/collect?v=2&tid=G-CHJJ1RJL5K&gtm=45je64h1v9127153998za20g&_p=1776799707497&_gaz=1&gcd=13l3l3l2l2l1&npa=0&dma_cps=a&dma=1&_eu=EBAIAGA&_ng=1&are=1&cid=2113751185.1776799707&frm=0&ir=1&pscdl=noapi&rcb=4&sr=412x823&uaa=&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&_s=1&tag_exp=0~115938466~115938469~117266401&dl=https%3A%2F%2Fwww.ycombinator.com%2F&dt=Y%20Combinator&sid=1776799707&sct=1&seg=0&_tu=wAQ&en=page_view&_fv=1&_ss=1&_ee=1&tfd=6133 — 204 — 552 B — 92 ms — h2https://stats.g.doubleclick.net/g/collect?v=2&_ng=1&tid=G-CHJJ1RJL5K&cid=2113751185.1776799707&gtm=45je64h1v9127153998za20g&rcb=4&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l2l1&npa=0&frm=0&tag_exp=0~115938466~115938469~117266401stats.g.doubleclick.net/g/collect?v... https://stats.g.doubleclick.net/g/collect?v=2&_ng=1&tid=G-CHJJ1RJL5K&cid=2113751185.1776799707&gtm=45je64h1v9127153998za20g&rcb=4&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l2l1&npa=0&frm=0&tag_exp=0~115938466~115938469~117266401 — 204 — 552 B — 77 ms — h2https://www.google.es/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&_ng=1&tid=G-CHJJ1RJL5K&cid=2113751185.1776799707&gtm=45je64h1v9127153998za20g&rcb=4&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l2l1&npa=0&frm=0&tag_exp=0~115938466~115938469~117266401&z=733676490www.google.es/ads/ga-audiences?v=1&... https://www.google.es/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&_ng=1&tid=G-CHJJ1RJL5K&cid=2113751185.1776799707&gtm=45je64h1v9127153998za20g&rcb=4&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l2l1&npa=0&frm=0&tag_exp=0~115938466~115938469~117266401&z=733676490 — 200 — 408 B — 82 ms — h2https://bookface-static.ycombinator.com/assets/ycdc/favicon-c8a914eeeba9fe6f7a863b35608b55aeedd7c1ff409c97b9ecb96b7a6c278d70.icobookface-static.ycombinator.com/ass... https://bookface-static.ycombinator.com/assets/ycdc/favicon-c8a914eeeba9fe6f7a863b35608b55aeedd7c1ff409c97b9ecb96b7a6c278d70.ico — 200 — 7.8 KiB — 21 ms — h2https://bookface-static.ycombinator.com/assets/ycdc/favicon-c8a914eeeba9fe6f7a863b35608b55aeedd7c1ff409c97b9ecb96b7a6c278d70.icobookface-static.ycombinator.com/ass... https://bookface-static.ycombinator.com/assets/ycdc/favicon-c8a914eeeba9fe6f7a863b35608b55aeedd7c1ff409c97b9ecb96b7a6c278d70.ico — 200 — 0 B — 1 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 22605ms · 760KB · $300/mo
www.ycombinator.com
Other
Costly
Execution 16446ms
Transfer 45 KB
Monthly Cost $218/mo
Unattributable
Other
Costly
Execution 3269ms
Transfer 0 KB
Monthly Cost $43/mo
bookface-static.ycombinator.com
Other
Costly
Execution 1147ms
Transfer 66 KB
Unused 65%
Monthly Cost $15/mo
cdn.dfsdk.com
Other
Costly
Execution 694ms
Transfer 196 KB
Unused 41%
Monthly Cost $9/mo
bookface-static.ycombinator.com
Other
Costly
Execution 529ms
Transfer 56 KB
Unused 40%
Monthly Cost $7/mo
Google Tag Manager
Tag Manager
Optional
Execution 184ms
Transfer 151 KB
Unused 41%
Monthly Cost $2/mo
app.posthog.com
Other
Optional
Execution 175ms
Transfer 67 KB
Unused 51%
Monthly Cost $2/mo
maps.googleapis.com
Other
Optional
Execution 161ms
Transfer 179 KB
Unused 56%
Monthly Cost $2/mo

These scripts may cost more than they're worth

  • www.ycombinator.com adds 16446ms and costs ~$218/month
  • Unattributable adds 3269ms and costs ~$43/month
  • bookface-static.ycombinator.com adds 1147ms and costs ~$15/month
  • cdn.dfsdk.com adds 694ms and costs ~$9/month
  • bookface-static.ycombinator.com adds 529ms and costs ~$7/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

www.ycombinator.com takes 16446ms 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 3269ms 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

bookface-static.ycombinator.com takes 1147ms 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

65% of bookface-static.ycombinator.com's code is unused. The script may be loading features you don't use.

Why this matters

Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.

Source: web.dev

cdn.dfsdk.com takes 694ms 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

bookface-static.ycombinator.com takes 529ms 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

51% of app.posthog.com's code is unused. The script may be loading features you don't use.

Why this matters

Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.

Source: web.dev

56% of maps.googleapis.com's code is unused. The script may be loading features you don't use.

Why this matters

Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.

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