Live data from Hacker News

The Fastest Blog in the World

jacquesmattheij.com

91–100 of 130 posts

Re: The Fastest Blog in the World

#91
post #86

I've seen this blog, jacquesmattheij.com several times on HN and every time I try to access it I get 403 Forbidden. What gives? It's not very fast either...

Interesting! What's your IP? Maybe you ran afoul of my pretty trigger happy security measures. That machine also runs a pretty high traffic website.

Re: The Fastest Blog in the World

#92
@jacquesm are you sending compressed files ? I can't check that myself with my iPad 1. I'm in a camping with a bad WiFi. I can confirm that I saw and felt the difference ! Congratulations.

Re: The Fastest Blog in the World

#93
post #87

> I’m sure I can do better still, for instance the CSS block is still quite large (too many rules, not minified yet) CSS doesn't minify particularly well since the class names, tag names, and attributes all have to stay in their full form. Basically it just ends up being removing extraneous whitespace. However, ever since reading James Hague's post on "Extreme Formatting"[0], I've rather liked CSS without all the ext…

But if everything that could possibly reference a class or tag or attribute is inlined into the same file then you know exactly what the scope of your CSS is for that particular request. So it should be possible to minify even the names.

Hm. A minimizing post-processor for a webpage and all the resources that it loads. That's an interesting idea which means it has probably already been done.

Re: The Fastest Blog in the World

#95
post #92

@jacquesm are you sending compressed files ? I can't check that myself with my iPad 1. I'm in a camping with a bad WiFi. I can confirm that I saw and felt the difference ! Congratulations.

Yes, the gzip module is on in the web server.

Are you using a front end web server for handling caches, TLS, etc. in front of the Hugo server or is the hugo server in the front line ?

Re: The Fastest Blog in the World

#96
post #87

Earlier quoted context omitted.

But if everything that could possibly reference a class or tag or attribute is inlined into the same file then you know exactly what the scope of your CSS is for that particular request. So it should be possible to minify even the names.

Hm. A minimizing post-processor for a webpage and all the resources that it loads. That's an interesting idea which means it has probably already been done.

[deleted]

Re: The Fastest Blog in the World

#97
post #95

Earlier quoted context omitted.

Yes, the gzip module is on in the web server.

Are you using a front end web server for handling caches, TLS, etc. in front of the Hugo server or is the hugo server in the front line ?

Plain old apache but tuned very well on a massive server (32 cores, 96G of RAM), the server is actually the production server for a high traffic website and this is just piggy-backed onto the site as a 'servername' entry in the apache config. If I shut down the other site then blog will be quite a bit faster still but that seems counterproductive ;)

Re: The Fastest Blog in the World

#98
post #18

This is absolutely brilliant if the only metric your audience cares about is page load time . For most sites that's only part of the story. Take the first paragraph, about how Google's homepage of just a textbox should really be a few hundred bytes instead of a megabyte. Google's homepage does a lot more than just enabling you to enter a search - there's the autosuggest feature, there's analytics, the apps tray, G+ i…

The google homepage doing a lot more was pointed out earlier, I've updated the page to reflect that. > If Jacques blog gets a significant amount more traffic by loading super fast then that's a definite, measurable success. If the only change is that it loads faster, and he doesn't grow his audience, then he hasn't really achieved anything. If audience growth were the target, then yes that's true. But what matters to…

"On top of that I suspect (but can't prove) that a faster site will lead to people viewing more pages on that same site simply because of the convenience."

I'm reasonably sure that this theory is backed up by data. I don't have the time to look up the studies just now, but as someone with a professional interest in this, I'm pretty sure I've seen them in the past.

Certainly, page speed has a surprisingly large impact on overall user experience - backed up by studies like Amazon's and Google's, both of which showed a correlation between faster page load and increased user activity.

Re: The Fastest Blog in the World

#99
post #87

Earlier quoted context omitted.

But if everything that could possibly reference a class or tag or attribute is inlined into the same file then you know exactly what the scope of your CSS is for that particular request. So it should be possible to minify even the names.

Hm. A minimizing post-processor for a webpage and all the resources that it loads. That's an interesting idea which means it has probably already been done.

Doesn't mean it's been done well, it's been done to the point it's usable to anyone other than the originator, or it's been done and subsequently published in a way that's available to the general public, though :)
Post reply on HN