前端进阶篇 性能优化 - xw332/xw332.github.io GitHub Wiki

基础知识

在浏览器输入 URL 回车之后发生了什么(超详细版)

https://4ark.me/post/b6c7c0a2.html

网站性能优化之度量篇

https://blog.liyaodong.com/posts/website-performance-metrics/

Chrome 运行时性能瓶颈分析

https://mp.weixin.qq.com/s/lraLfsdlIBSJ-AXCnaIHGg

干货收藏 | 如何优化前端性能?

https://mp.weixin.qq.com/s/OYw7lDCuxTU1BAjhTTV3vw

架构方法论:如何自底向上推导应用逻辑

https://mp.weixin.qq.com/s/AZ5T2I-dJ-_bhk0CdG-bow

重排和重绘

https://mp.weixin.qq.com/s/-uHFy4vKiiOHoZZ1xqr1aw

看完 Webpack 源码,我学到了这些

https://mp.weixin.qq.com/s/eUJOrII_XKtV8GE6TpHQPA

JavaScript设计模式

https://juejin.im/post/59df4f74f265da430f311909

搭建前端监控系统:如何将网页截图上报

https://m.aliyun.com/yunqi/articles/710895

缓存优化-如何选择DNS的TTL值

https://cloud.tencent.com/developer/news/449835

https://help.aliyun.com/knowledge_detail/75068.html

https://help.aliyun.com/document_detail/29806.html

async 函数不用手写那么多 try/catch

https://juejin.im/post/5d25b39bf265da1bb67a4176

前端最佳实践之可维护性

https://mp.weixin.qq.com/s/XjlddiMNQbExB0vtTLWThA

快速优化 Web 性能的10 个手段

https://mp.weixin.qq.com/s/nwK_uiKQrFIYolkHGFhgBw

前端工程师如何处理10万条数据

https://mp.weixin.qq.com/s/SZZ7moTGtVc0NvVJ0YTL9w

web性能优化的15条实用技巧

https://mp.weixin.qq.com/s/5bNYe6C7ZJjTuowy-1eLHg

实战经验

React Native在美团外卖客户端的实践

https://tech.meituan.com/2019/12/19/meituan-mrn-practice.html

美团开源React Native组件库beeshell 2.0发布

https://tech.meituan.com/2019/09/26/open-source-react-native-component-library-beeshell.html

美团外卖前端容器化演进实践

https://tech.meituan.com/2019/11/28/meituan-front-end-containerization-evolution.html

微前端在美团外卖的实践

https://tech.meituan.com/2020/02/27/meituan-waimai-micro-frontends-practice.html

Bifrost微前端框架及其在美团闪购中的实践

https://tech.meituan.com/2019/12/26/meituan-bifrost.html

美团开源 Logan Web:前端日志在 Web 端的实现

https://tech.meituan.com/2020/01/09/meituan-logan.html

美团点评前端无痕埋点实践

https://tech.meituan.com/2017/03/02/mt-mobile-analytics-practice.html

蚂蚁金服是如何提高移动端体验的

https://mp.weixin.qq.com/s/2-j7ykMNn4IdYdjlcKDEHQ

如何“取巧”实现一个微前端沙箱

https://mp.weixin.qq.com/s/Mg3fU0WvZUQnlWHdxc-b5A

从原生到黑科技:闲鱼 Flutter 图片优化经历了什么?

https://mp.weixin.qq.com/s/O4ZocxqVBDBHS7sWAkw0Nw

京喜小程序的高性能打造之路

https://mp.weixin.qq.com/s/mxYEJR4lN_6va_lJLcPeRw

从 12.67s 到 1.06s 的网站性能优化实战

https://mp.weixin.qq.com/s/HLik_XCVlKlsbHkCcYK1Bw

移动 H5 首屏秒开优化方案探讨

https://blog.cnbang.net/tech/3477/

WebView性能、体验分析与优化

https://tech.meituan.com/2017/06/09/webviewperf.html

如何打造一款标准的JS SDK?

https://mp.weixin.qq.com/s/Qzz1YBCjNQHDnB-ZCjXTkg

扩展链接