- AMP:Building Accelerated Mobile Pages
- Ruadhan O'Donoghue
- 104字
- 2021-07-08 10:03:56
AMP-JS
AMP-JS is a JavaScript library that powers AMP pages. It's a runtime that orchestrates the optimized loading and rendering of AMP content. To achieve lightning-fast page loads, AMP-JS follows strict web performance best practices.
AMP-HTML restricts the tags you can use so that the exact layout needed to render the page can be known in advance. The AMP-JS runtime calculates page size and converts your custom AMP-HTML tags into HTML that the browser understands. It also assumes control of the loading of resources from the browser, so that it can prioritize resources that are above-the-fold or likely to be viewed by the user.
推薦閱讀
- Visual FoxPro程序設計教程(第3版)
- Android開發精要
- Learning Selenium Testing Tools with Python
- Java 9 Programming Blueprints
- Python GUI Programming Cookbook
- Learning Concurrent Programming in Scala
- Salesforce Reporting and Dashboards
- Node.js:來一打 C++ 擴展
- Mobile Device Exploitation Cookbook
- Python編程:從入門到實踐(第3版)
- Everyday Data Structures
- SpringBoot從零開始學(視頻教學版)
- 深入實踐DDD:以DSL驅動復雜軟件開發
- 零基礎學Java第2版
- 軟件測試(慕課版)