- 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)
推薦閱讀
- 數(shù)字媒體應(yīng)用教程
- Drupal 8 Blueprints
- Learning Spring 5.0
- 垃圾回收的算法與實現(xiàn)
- Scala Design Patterns
- Windows Presentation Foundation Development Cookbook
- Data Analysis with Stata
- ASP.NET 3.5程序設(shè)計與項目實踐
- GeoServer Beginner's Guide(Second Edition)
- Learning Hunk
- .NET 3.5編程
- C程序設(shè)計實踐教程
- jQuery炫酷應(yīng)用實例集錦
- 從Excel到Python數(shù)據(jù)分析:Pandas、xlwings、openpyxl、Matplotlib的交互與應(yīng)用
- Web Developer's Reference Guide