2B Pages On Web Now Use Google's AMP, Pages Now Load Twice As Fast (venturebeat.com)
At its developer conference I/O 2017 this week, Google also shared an update on its fast-loading Accelerated Mobile Pages (AMP). The company says that over 900,000 domains on the web have enabled AMP, and over two billion pages now load faster because of it. Taking things forward, Google says AMP access from Google Search is now twice as fast. From a report: Google first unveiled the open source AMP Project in October 2015. Since then, the company has been working hard to add new features and push AMP across not just its own products, but the larger web. Google Search only launched AMP support out of developer preview in September 2016. Eight months later, Google has already cut the time it takes to render content in half. The company explains that this is possible due to several key optimizations made to the Google AMP Cache. These include server-side rendering of AMP components and reducing bandwidth usage from images by 50 percent without affecting the perceived quality. Also helpful was the Brotli compression algorithm, which made it possible to reduce document size by an additional 10 percent in supported browsers (even Edge uses it). Google open-sourced Brotli in September 2015 and considers it a successor to the Zopfli algorithm.
I think you mean "half as slow".
The Register posts this today, and now Slashdot has the rebuttal.
https://www.theregister.co.uk/2017/05/19/open_source_insider_google_amp_bad_bad_bad/
Seems like an ad blocker should be able to bring similar improvements these days ...
In fact, if we could get ad blockers to also eliminate links that include strings like this, we'd be even FASTER.
You'll never believe what happens next
number 7 will melt your heart
you'll plotz when you see #3
https://www.theregister.co.uk/...
You are a cancer on the www.
This is exactly the situation.
The real issue on the web is unnecessary code. Far too often if you look at the code for a simple paragraph of text, it's thousands of lines long, and most of those lines are there to make the rendering worse. For example, the millions of sites that only let you read text on the middle third of your monitor with huge empty fields on both sides, the ones that won't let you resize things on your mobile phone to make them easier to read, the ones that assume that every person on the planet is using the same identical monitor that the developer used and everyone else can scroll in every direction, and the absolute worst breed on the web, those that think people on mobile phones want a different website than if they were in front of a computer.
I had an argument with my boss the other day because he wanted me to make a page "responsive" by hardcoding percentages and pixel widths in to every part of the content, I challenged him to find me a device that wasn't displaying the page well as it was with the existing site that had none of that garbage. He couldn't. Not only is it easier to write without all the arbitrary limitations, it works better on more devices, and the page sizes are less than half so bandwidth and load times are both down.
You don't need thousands of lines of script to display raw text. Pick a font and a colour, then write the text, it's that simple.
For all the "advances" in the web, the vast majority of the content would benefit by being taken back to before all the fancy additions were added to the standards, and leave all the scripting for content that actually needs it (which is really few and far between)