Roger Leung‘s Epcot

vuePress-theme-reco Roger Leung ( z3rog )    2018 - 2021
Roger Leung‘s Epcot

Choose mode

  • dark
  • auto
  • light
Blog
Note
Github (opens new window)
author-avatar

Roger Leung ( z3rog )

18

Article

20

Tag

Blog
Note
Github (opens new window)
  • 首页
  • 框架与工具链

    • Vue 3
    • Vue 2
    • Webpack 4
  • 前端性能优化

    • 性能优化的必要性
    • 性能指标
    • 基本手段
    • 离线缓存
  • 浏览器机制

    • 架构
    • 导航
    • 渲染机制
    • 缓存机制
  • 网络协议

    • TCP 协议
    • HTTP 协议
    • HTTPS 协议
    • HTTP 2 协议
    • HTTP 3 协议
  • 其他

    • V8 中的快慢属性与快慢数组
    • V8 解析执行 JavaScript 流程简述
    • V8 的垃圾回收机制
    • 100 行代码写一个破产版 Vite
    • 浅谈微前端

性能优化的必要性

vuePress-theme-reco Roger Leung ( z3rog )    2018 - 2021

性能优化的必要性

Roger Leung ( z3rog ) 2019-12-09
  • 57% 的用户更在乎页面是否在 3 秒内完成加载
  • 52% 的在线用户认为网页打开速度影响到他们对网站的忠诚度
  • 每慢 1 秒造成页面 PV 降低 11%,用户满意度会随之降低 16%
  • 近半数移动用户因为在 10 秒内未打开网页而放弃

也可以参考阅读 Google Developers (opens new window).