| Do we really need Instant Articles (Facebook) and AMP (Google) when we can accomplish fast loading pages with plain, uncomplicated HTML and CSS? I feel that many web developers don't realise that simple HTML and CSS is often all you need to make clear, fast loading pages. No complicated tricks or techniques required. You can make the page reasonably pleasant in appearance too. Think of the sites you often visit: news stories, blogs, magazine-style sites, discussion sites. These are mostly text, not web apps. I hope I'm not hijacking this thread, but I'd like to ask if readers find the web page links below fast to load on their mobile phones? They don't use AMP. I created the pages below as a test because I was (and still am) frustrated by the slow page-loading speeds when using my phone with a 3G connection. The page links below represent a common article/blog/report style of page. There's about 2500+ words on the page. The page content is CC licensed but the pictures from the original synopsis are not included despite the references in the text (since this was just a test) So is it fast? Version A: http://interfacesketch.com/test/energy-book-synopsis-a.html Here is an identical version to the above but one that loads custom fonts (approx 40kb extra). Is this slower? Version B: http://interfacesketch.com/test/energy-book-synopsis-b.html |
To give you an idea-- the New York Times page without any advertising on it is 2MB and has a DOMContentLoaded event at 1.29s, approximately 1 second slower than your page. With advertising, it is 3.9MB and 1.82s.
When ad networks are able to run without almost 2MB of Javascript, then we can talk about how AMP isn't needed.