Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

15. 从输入URL到页面加载发生了什么? #15

Open
hpysirius opened this issue Sep 8, 2019 · 0 comments
Open

15. 从输入URL到页面加载发生了什么? #15

hpysirius opened this issue Sep 8, 2019 · 0 comments

Comments

@hpysirius
Copy link
Owner

hpysirius commented Sep 8, 2019

从输入URL到页面加载发生了什么

总体来说分为以下几个过程:

  1. DNS解析
  2. TCP连接
  3. 发送HTTP请求
  4. 服务器处理请求并返回HTTP报文
  5. 浏览器解析渲染页面
  6. 连接结束

参考文章

  1. 前端经典面试题: 从输入URL到页面加载发生了什么?
  2. 从输入 URL 到页面加载完成(前端优化理论篇)
  3. 从「从输入URL到页面加载」谈及Web性能优化
  4. 浏览器工作原理:从输入URL到页面加载完成 #55
  5. 从输入URL到页面加载的过程?如何由一道题完善自己的前端知识体系
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant