I am a fast webpage
221–230 of 292 posts
Re: I am a fast webpage
#222I hate to be negative, but what really is the point of this? That a simple webpage without any content can be fast? Of course it can. Is it desirable to inline your CSS, "like a boss?" Maybe if you have one single web page. What if you have dynamic content and your users intend to browse more than one page? With externalized CSS, that is all cached. Same with images. If I'm building a web application, I certainly do…
To shame people who build slow, bloated websites.
Saying that no bloat equates to no content is part of the problem.
Re: I am a fast webpage
#223Dlang forum (with dynamic content) is insanely fast! https://forum.dlang.org/group/general
It's very fast indeed, and has no useless graphics or javascript effects, but is 100% functional and looks great.
Re: I am a fast webpage
#224Re: I am a fast webpage
#225Is this image inlining thing something new? Am I reading it correctly that the images are encoded in base64 and delivered as html? Surely this is a bad idea... no?
Keep in mind that you can inline images as SVG as well, which often results in smaller images, included with your HTML or CSS requests. Not all browsers support SVG, and not all support all properties, but those that do give some pretty good results.
Re: I am a fast webpage
#226But it has a referral link.
Thats probably the point of this page.
Re: I am a fast webpage
#227Earlier quoted context omitted.
Completely offtopic, but how do you type •? I like it.
It's system dependent. On windows you can do alt+numpad 2022 On whatever is handling input for this XFCE system, control+shift+U 2022+Enter types it.
Re: I am a fast webpage
#228Earlier quoted context omitted.
Google doesn't do this on their more full-featured apps like G-Mail or Google Docs. Docs ships a bunch of files and stylesheets. Search works well because they have relatively few features to support by default (for things like the calculator I bet they ship that in with the response).
I think it's implied that these advices are for content pages, for the "old web", and not for single page apps.
I think Google's CSS embedding is terrible advice for the meaningful web, but logical advice for adwords landing pages or sites with content so bad or sparse you wont be navigating them.
Re: I am a fast webpage
#229A good sequel to http://motherfuckingwebsite.com/ , which is probably too understyled for most people.
I prefer http://bettermotherfuckingwebsite.com/
Re: I am a fast webpage
#230Earlier quoted context omitted.
Meaningless-weaningless, but that site loaded instantly on my iphone 4-without-s and did not lag, unlike all others (except hn ofc). No CDN can hide modern js freezotrons.
That's because all those other sites are poorly built. It's not because the article's site is a brilliant example of "doing it right". Putting bare text on the web is always going to be fast. So what. If he presented a real full-featured website with the bells and whistles that people expect today, and made it operate that fast, he'd have something to show. Instead he presents polished garbage.