Open loskael opened 6 years ago
这篇是 Google 出的性能优化的系列文章,大家过年在家可以花点时间全部看一遍,有问题可以在下面回复 https://developers.google.cn/web/fundamentals/performance/why-performance-matters/
有兴趣可以从 rfc7234 这个标准开始,了解相关的规定,另外,就是 rfc2616 已经废弃了 https://www.mnot.net/blog/2014/06/07/rfc2616_is_dead https://tools.ietf.org/html/rfc7234 https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Cache-Control http://www.cnblogs.com/vajoy/p/5341664.html
有兴趣可以从 rfc7234 这个标准开始,了解相关的规定,另外,就是 rfc2616 已经废弃了
练习: 1、https://github.com/FE-star/exercise19 2、尝试 PWA,至少写个 demo 玩玩 https://codelabs.developers.google.com/codelabs/your-first-pwapp/#0
前端性能优化(一)
了解常用性能测试工具
HTTP 缓存相关
客户端缓存
执行优化