Skip to content

Commit

Permalink
blog
Browse files Browse the repository at this point in the history
  • Loading branch information
HHtiger committed May 29, 2020
1 parent 4a37e59 commit bf5a7e5
Show file tree
Hide file tree
Showing 12 changed files with 21 additions and 14 deletions.
File renamed without changes.
File renamed without changes.
14 changes: 0 additions & 14 deletions 2020-05-28-js-performance.md

This file was deleted.

File renamed without changes.
21 changes: 21 additions & 0 deletions 2020/20200528.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
layout: post
title: 前端性能优化小记
tag: [js performance]
---

>已知
>* 浏览器是多进程的
>* 每个tab页是单独的一个render进程
### 浏览器内核模型
<img src="/2020/20200528_1.png" height="350" width="350">

### render进程
<img src="/2020/20200528_2.png" height="350" width="500">

* 常说的JS单线程模型其实是指的单个render进程内的JS引擎
* * JS引擎中最重要的 event loop模型
<img src="/2020/20200528_3.png" height="350" width="500">


File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes

0 comments on commit bf5a7e5

Please sign in to comment.