Quoted from here: https://www.ampproject.org/docs/get_started/about-amp.html
AMP is a way to build web pages for static content that render fast. AMP in action consists of three different parts:
- AMP HTML
- AMP JS
- AMP CDN
AMP HTML is HTML with some restrictions for reliable performance and some extensions for building rich content beyond basic HTML. The AMP JS library ensures the fast rendering of AMP HTML pages. The AMP CDN (optionally) delivers the AMP HTML pages.
Quoted from here: https://www.ampproject.org/how-it-works/
Google is offering a service that delivers AMP HTML documents given their URL through its CDN.
Where can I find this CDN service, so I can test it? I googled a lot, but I couldn't find any information.