https://developer.chrome.com/blog/inside-browser-part1/
Inside look at modern web browser (part 1) - Chrome Developers
Learn how browser turn your code into functional website from high-level architecture to the specifics of the rendering pipeline.
developer.chrome.com
2018년 기준 웹 브라우저가 어떻게 구성되는지 4부에 걸쳐 설명한다.
https://web.dev/howbrowserswork/ 또는 https://d2.naver.com/helloworld/59361 ( 한글 번역 )
How browsers work
web.dev
브라우저가 내부적으로 어떻게 동작하는지 설명한다. 파싱 과정부터 최적화까지 넓은 범위를 다룬다.
https://www.webperf.tips/tip/browser-process-model/
Multi-process on the Web: The Browser Process Model
In this tip, we'll discuss the Browser Process Model. We'll summarize its design and its performance and security characteristics.
www.webperf.tips
브라우저의 멀티프로세스 기반 동작을 그림을 통해 보기 쉽게 설명하고 있다.
'WEB&서버' 카테고리의 다른 글
[WEB] MutationObserver API (0) | 2023.03.08 |
---|---|
[WEB] console.log로 객체를 출력하지 말자 (0) | 2023.02.07 |
[WEB] 웹 상의 전역변수 length (0) | 2023.01.30 |
[WEB] 데이터 속성 (0) | 2023.01.25 |
[웹 스크래핑] 셀레니움 사용법 (0) | 2022.05.01 |