- 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)
推薦閱讀
- Python程序設(shè)計教程(第2版)
- 高手是如何做產(chǎn)品設(shè)計的(全2冊)
- Dynamics 365 Application Development
- C# 2012程序設(shè)計實踐教程 (清華電腦學(xué)堂)
- 編程卓越之道(卷3):軟件工程化
- 基于差分進化的優(yōu)化方法及應(yīng)用
- C語言程序設(shè)計實驗指導(dǎo) (第2版)
- Learning OpenStack Networking(Neutron)(Second Edition)
- Mastering Xamarin.Forms(Second Edition)
- Django 3.0入門與實踐
- JavaScript應(yīng)用開發(fā)實踐指南
- Clean Code in C#
- Python Deep Learning
- C語言程序設(shè)計
- 人人都能開發(fā)RPA機器人:UiPath從入門到實戰(zhàn)