- AMP:Building Accelerated Mobile Pages
- Ruadhan O'Donoghue
- 122字
- 2021-07-08 10:03:56
AMP Cache
Sometimes referred to as AMP-CDN, this is the caching component of AMP. It's a free-to-use content delivery network (CDN), for caching AMP pages so that they can be rendered instantly. Anyone is free to implement and use their own CDN. AMP Cache is a key component in delivering AMP's instant-loading experience.
When AMP pages are served from the cache, they can be optimized even further. These optimizations include:
- Resizing images to match the user's viewport (reduces page size)
- Inlining images that are above-the-fold (reduces HTTP requests)
- Inlining CSS (reduces HTTP requests)
- Preloading of extended components (reduces perceived page load time)
- Minification of HTML and CSS (reduces page size)
- Pre-rendering of web pages in the background (reduces perceived page load time)
推薦閱讀
- MySQL 8 DBA基礎教程
- Internet of Things with Intel Galileo
- Go并發編程實戰
- Mastering JavaScript High Performance
- Advanced Express Web Application Development
- ServiceNow:Building Powerful Workflows
- Learning Bootstrap 4(Second Edition)
- Software Development on the SAP HANA Platform
- Python應用與實戰
- HTML并不簡單:Web前端開發精進秘籍
- Spring MVC Blueprints
- C語言進階:重點、難點與疑點解析
- HTML5+CSS3+JavaScript案例實戰
- Java語言程序設計與實現(微課版)
- TensorFlow+Keras深度學習算法原理與編程實戰