- AMP:Building Accelerated Mobile Pages
- Ruadhan O'Donoghue
- 234字
- 2021-07-08 10:04:03
What is "good" web performance?
Measuring web performance is complicated. Since we are interested ultimately in providing a good user experience, this means we are interested in optimizing for the user's perception of how quickly the page loads, rather than an absolute, objective measure of how fast the entire page actually loads. You can think of it as building an illusion for the user: use a bunch of tricks to get just enough of the page rendered so the user thinks it has loaded, and in the meantime finish the job in the background.
When performance-tuning a web page, we need to optimize for getting something usable onto the user's screen as quickly as possible. This has an impact on what we must focus on to make a page seem fast: things such as prioritizing above-the-fold content and time-to-first-byte; even exploiting low-level transport-layer knowledge, such as TCP packet size, to achieve an interactive and responsive page render in the first 14 KB of data sent from the web server.
In general, following Google's Response-Animation-Idle-Load (RAIL) approach, you are doing well if you can achieve:
- Initial server response within 100 ms
- Initial usable and responsive page content load within 1 s
- Frame rate of 60 fps
These numbers will translate into a site that loads fast and that feels responsive, without any lag. This is a site that users are more likely to stay on.
- CMDB分步構建指南
- Learning Docker
- JavaScript語言精髓與編程實踐(第3版)
- Android NDK Beginner’s Guide
- Mastering Ubuntu Server
- 從0到1:Python數據分析
- Scala程序員面試算法寶典
- Terraform:多云、混合云環境下實現基礎設施即代碼(第2版)
- 案例式C語言程序設計實驗指導
- Advanced UFT 12 for Test Engineers Cookbook
- SEO教程:搜索引擎優化入門與進階(第3版)
- PHP+MySQL Web應用開發教程
- Ionic3與CodePush初探:支持跨平臺與熱更新的App開發技術
- 基于MATLAB的控制系統仿真及應用
- Mapping with ArcGIS Pro