ended3월 19일· 3 sources
Dissecando o Navegador (Parte 1) - Da Arquitetura Multi-Processo aos Pixels na Tela
브라우저 해부학 (1부) - 멀티 프로세스 아키텍처에서 화면 픽셀까지
Why it matters
Modern browsers like Chrome use a multi-process architecture where each tab runs in an isolated renderer process communicating via IPC, which improves stability but increases memory usage. The Preload Scanner works in the background to fetch external resources while the main thread is blocked by JavaScript execution. The article begins explaining the Critical Rendering Path that transforms raw HTML/CSS/JS into pixels on screen.
3
Sources
+0
24h
—
Growth
175d
Active
chromiumcritical rendering pathevent loopgarbage collectorhttp/3ignitionmulti-process architecturepreload scannerrenderer processtcp slow startturbofanv8v8 engine