The point of the AMP cache is not for CDN speed, as the author mistakenly believed and measured, but for same-origin or CORS prerender, and Google is not the only implementer.
How fast is AMP really?
11–20 of 167 posts
Re: How fast is AMP really?
#12A suggestion for the author: Please avoid commas (or dots) as thousands separators. My brain parses "4,604ms" as "about four milliseconds", which would be amazing, but is very much not what you mean. ISO recommends half-width spaces as thousands separators to avoid this kind of confusion. Also, I think thousands separators can just be skipped if your numbers are only four or five digits wide.
Re: How fast is AMP really?
#13Answer: not as fast as the D lang forums. https://forum.dlang.org/
Re: How fast is AMP really?
#14So basically Google could get 90% of what AMP provides without AMP itself, because the magic is in the caching and forcibly reducing the ad junk the page loads. Does that about sum it up?
Re: How fast is AMP really?
#15Answer: not as fast as the D lang forums. https://forum.dlang.org/
Wow, that site indeed feels fast! Is there a writeup about how it’s done?
Source of the site is here: https://github.com/CyberShadow/DFeed
Re: How fast is AMP really?
#16Re: How fast is AMP really?
#17A very low quality article. The whole point of AMP is to define a restricted subset of HTML that is safe to prerender and still provide working analytics to the publisher. When you prerender, the advantage of AMP is substantial as it is impossible to beat a user experience of instant, which is why users prefer it and why publishers go through the trouble of implementing two web versions of their web pages (in additio…
As an iOS user I find AMP to be quite buggy, and AMP versions of pages like reddit are borderline non-functional. I don't prefer it at all.
Re: How fast is AMP really?
#18Answer: not as fast as the D lang forums. https://forum.dlang.org/
Re: How fast is AMP really?
#19Re: How fast is AMP really?
#20A suggestion for the author: Please avoid commas (or dots) as thousands separators. My brain parses "4,604ms" as "about four milliseconds", which would be amazing, but is very much not what you mean. ISO recommends half-width spaces as thousands separators to avoid this kind of confusion. Also, I think thousands separators can just be skipped if your numbers are only four or five digits wide.
This seems to be a European issue perhaps? I've never once been confused by a comma in a number. In fact, it makes them easier to read, not harder. Can you describe your experience with numbers? Are you a mathematician or in some other scientific field? Also, it seems odd to make a request like this of a (seemingly) random author on the internet. It feels similar to making a demand to change writing style. (ie, oxfor…
Different countries and languages have different format of numbers. That's one of the most common issue in internationalization.
If you send a bill for a 5,000 dollars service, expect your international customers to send you back five dollars. The comma is broadly interpreted as the decimal separator.