>I’m not saying practices promoted by AMP are bad or useless. They are good practices. But nothing stops you from following them in the regular web. Disagree. The most important feature of AMP is that it makes it impossible to add the kind of bloated crap that causes poor performance on something like a large media company website. Something like a news website likely has 2-4+ analytics integrations, and a similar nu…
Neither PWA nor AMP are needed to make a website load fast
111–120 of 225 posts
Re: Neither PWA nor AMP are needed to make a website load fast
#112Re: Neither PWA nor AMP are needed to make a website load fast
#113Earlier quoted context omitted.
I’ve yet to find an AMP page that downloads less than 1MB of crap for what edsentially id a dtatic text page (sometimes with images).
The AMP Project site itself is ~500kb. https://www.ampproject.org/ (desktop version is AMP-ified too).
Re: Neither PWA nor AMP are needed to make a website load fast
#114>I’m not saying practices promoted by AMP are bad or useless. They are good practices. But nothing stops you from following them in the regular web. Disagree. The most important feature of AMP is that it makes it impossible to add the kind of bloated crap that causes poor performance on something like a large media company website. Something like a news website likely has 2-4+ analytics integrations, and a similar nu…
Except it does so in a rather poor way: * It's clearly driven by a biased entity (Google) * It doesn't actually directly prioritize page speed * It breaks websites
Re: Neither PWA nor AMP are needed to make a website load fast
#115Earlier quoted context omitted.
Can't you just use ServiceWorkers in a regular webpage? Seems like you can. That would allow you to have an offline persistent website while still using a webpage. https://caniuse.com/#feat=serviceworkers
So the thing that makes a site a PWA in your eyes is the "add $app to your homescreen" prompt? Because I would view any site that works offline, beyond http/s caching, to be a PWA.
Re: Neither PWA nor AMP are needed to make a website load fast
#116The author says you can do these things anyway without AMP, but what he doesn't get is that web developers were not doing them. It took the nudge of AMP to get decent performance on the mobile web. He also failed to mention a key AMP rule: all CSS is in the head, a max of 50 KB. There is no external CSS at all. That's crucial. It reverses a persistent anti-pattern in web development that calls for a bunch of separate…
Edit: I just realize that others posted the same concerns below...
Re: Neither PWA nor AMP are needed to make a website load fast
#117Re: Neither PWA nor AMP are needed to make a website load fast
#118An interesting case when someone who is firmly saying "BS" three times in every paragraph is BS too.
Re: Neither PWA nor AMP are needed to make a website load fast
#119Earlier quoted context omitted.
I wonder if one of the user stories being addressed by AMP identifies that users don't typically visit more than a couple pages from any particular site before a style update is pushed by the developers that invalidates the cache anyways.
Well, fast initial page loads would improve the experience a user gets when they're using a search engine to find an answer, especially if they have to visit multiple websites. For a site like Hackernews though where you probably visit many pages each visit, downloading the same e.g. 50KB of CSS every page is wasteful.
Re: Neither PWA nor AMP are needed to make a website load fast
#120Though we can find a lot of obvious overengineering cases, Tonsky should have known better that reference-style website a la Wiki and feature rich application like Airbnb impose very different trade offs between initial/overall loading times and functionality. An interesting case when someone who is firmly saying "BS" three times in every paragraph is BS too.