Skip to content

Commit

Permalink
Add memlab
Browse files Browse the repository at this point in the history
  • Loading branch information
gamtiq committed Nov 23, 2024
1 parent 33fcaaa commit ae09bb2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -545,6 +545,7 @@
* [Front-End Performance Checklist](https://github.com/thedaviddias/Front-End-Performance-Checklist) - an exhaustive list of elements you should check or at least be aware of, as a Front-End developer and apply to your project.
* [Jampack](https://jampack.divriots.com/) - optimizes static websites for best user experience and best Core Web Vitals scores.
* [Lighthouse](https://developers.google.com/web/tools/lighthouse/) - an open-source, automated tool for improving the quality of web pages. It has audits for performance, accessibility, progressive web apps, and more.
* [memlab](https://facebook.github.io/memlab/) - a framework for finding JavaScript memory leaks and analyzing heap snapshots.
* [Optimize your libraries with webpack](https://github.com/GoogleChromeLabs/webpack-libs-optimizations) - tips to make your webpack bundle smaller.
* [Package Phobia](https://packagephobia.com/) - reports the size of an npm package before you install it. This is useful for inspecting potential dependencies or devDependencies without using up precious disk space or waiting minutes for npm install.
* [Size Limit](https://github.com/ai/size-limit) - calculate the real cost of your JS for end users and throws an error if the cost exceeds the limit.
Expand Down
1 change: 1 addition & 0 deletions README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -508,6 +508,7 @@
- [前端性能清单](https://github.com/thedaviddias/Front-End-Performance-Checklist) - 作为前端开发人员,您应该检查或至少了解并应用于您的项目的元素的详尽列表。
- [Jampack](https://jampack.divriots.com/) - 优化静态网站以获得最佳用户体验和最佳 Core Web Vitals 分数。
- [灯塔](https://developers.google.com/web/tools/lighthouse/) - 用于提高网页质量的开源自动化工具。它具有对性能、可访问性、渐进式 Web 应用程序等的审核。
- [memlab](https://facebook.github.io/memlab/) - 一个用于查找 JavaScript 内存泄漏和分析堆快照的框架。
- 使用 webpack [优化您的库 - 使您的 webpack](https://github.com/GoogleChromeLabs/webpack-libs-optimizations) 捆绑包更小的提示。
- [packagephobia](https://packagephobia.com/) - 在安装 npm 包之前报告它的大小。这对于检查潜在的依赖项或 devT依赖项非常有用,而不会占用宝贵的磁盘空间或等待几分钟进行 npm 安装。
- [size-limit](https://github.com/ai/size-limit) - 计算最终用户的 JS 实际成本,如果成本超过限制,则会引发错误。
Expand Down

0 comments on commit ae09bb2

Please sign in to comment.