feature: Weex APM

This commit is contained in:
FantasticLBP
2025-12-30 21:07:15 +08:00
parent 1142064d28
commit 7ac7513900
158 changed files with 9880 additions and 280 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -1,24 +1 @@
# weex 优化和原理
![image-20200815004043104](/Users/lbp/Library/Application Support/typora-user-images/image-20200815004043104.png)
![image-20200815004612271](/Users/lbp/Library/Application Support/typora-user-images/image-20200815004612271.png)
![image-20200815004625829](/Users/lbp/Library/Application Support/typora-user-images/image-20200815004625829.png)
![image-20200815004636381](/Users/lbp/Library/Application Support/typora-user-images/image-20200815004636381.png)
![image-20200815004803634](/Users/lbp/Library/Application Support/typora-user-images/image-20200815004803634.png)
# weex 优化和原理

View File

@@ -0,0 +1,10 @@
# 内存管理之垃圾回收与内存泄漏
> 初级前端可能只是写写前端页面的话,如果没有关注过性能指标、内存情况的话,可能对于 JS 的内存管理策略、垃圾回收机制、内存泄漏等问题没有做过关注。
- https://www.bilibili.com/video/BV1GZ421i7Hf/?spm_id_from=333.337.search-card.all.click&vd_source=28b2bef5a0ed844314aa1e77411ae19c
## 垃圾回收
## 内存泄漏

View File

@@ -45,4 +45,5 @@
* [41、sourceMap 闪亮登场](https://github.com/FantasticLBP/knowledge-kit/blob/master/Chapter2%20-%20Web%20FrontEnd/2.41.md)
* [42、JS原型链与Objective-C内存布局不能说的秘密](https://github.com/FantasticLBP/knowledge-kit/blob/master/Chapter2%20-%20Web%20FrontEnd/2.43.md)
* [43、Vue 核心原理探究](https://github.com/FantasticLBP/knowledge-kit/blob/master/Chapter2%20-%20Web%20FrontEnd/2.44.md)
* [44、浏览器渲染原理](https://github.com/FantasticLBP/knowledge-kit/blob/master/Chapter2%20-%20Web%20FrontEnd/2.45.md)
* [44、浏览器渲染原理](https://github.com/FantasticLBP/knowledge-kit/blob/master/Chapter2%20-%20Web%20FrontEnd/2.45.md)
* [45、内存管理之垃圾回收与内存泄漏](https://github.com/FantasticLBP/knowledge-kit/blob/master/Chapter2%20-%20Web%20FrontEnd/2.46.md)