Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions js-advanced/performance-browser/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# performance-browser

## 工具

### 代码检查工具

- [madge](https://github.com/pahen/madge)

### chrome 工具

- [Chrome DevTools](https://developer.chrome.com/docs/devtools/)
- [Lighthouse](https://developers.google.com/web/tools/lighthouse?hl=zh-cn)
- [Performance API](https://developer.mozilla.org/zh-CN/docs/Web/API/Performance_API)

## 参考文档

[Chrome Performance 页面性能分析指南](https://juejin.cn/post/6850418121548365831)
[前端性能优化](https://godbasin.github.io/front-end-playground/front-end-basic/performance/front-end-performance-long-task.html#%E8%AF%86%E5%88%AB%E9%95%BF%E4%BB%BB%E5%8A%A1)
[“性能”面板:分析网站性能](https://developer.chrome.com/docs/devtools/performance/overview?hl=zh-cn)