We rendered a million web pages to find out what makes the web slow
1–10 of 124 posts
Re: We rendered a million web pages to find out what makes the web slow
#2Re: We rendered a million web pages to find out what makes the web slow
#3(For those unfamiliar with it, HTTP/0.9 is the label for a protocol where the client opens a TCP connection to the server and sends “GET /”, and the server responds with the body, verbatim, and closes the connection. No status codes, no headers, nothing.)
Re: We rendered a million web pages to find out what makes the web slow
#4* I block much more than ads.
Re: We rendered a million web pages to find out what makes the web slow
#5Re: We rendered a million web pages to find out what makes the web slow
#6Use an adblocker. I save about 25 gigs and hours of my time every month. * https://www.ublockorigin.com * I block much more than ads.
Re: We rendered a million web pages to find out what makes the web slow
#7The historic reality is that HTML served as a "backdoor"/gateway to let the linux community compete with microsoft: linux devs could ship their code for windows clients.
Now, HTML webapps cannot run properly on a mobile platform without depleting expensive batteries. So each mobile platform are making bucks on the back of developers who have to work twice as hard.
I have very high hopes that webassembly could somehow solve all those problems, but there are several problems:
* Not all browser vendors like WASM and I doubt that any WASM progress would be supported equally.
* WASM toolchains are not really mature for most languages. Compiler makers don't have a lot of incentive working with WASM.
* The DOM would still exist.
Re: We rendered a million web pages to find out what makes the web slow
#8Burn the DOM with fire. I'm so allergic to it. I'd rather write my own 2D tile tree format, with a simple flex-like rendering layout, than to work with HTML and expect reliability. HTML was never designed for interactive applications. The historic reality is that HTML served as a "backdoor"/gateway to let the linux community compete with microsoft: linux devs could ship their code for windows clients. Now, HTML webap…
I suspect you'd quickly find there's a lot more complexity there than you predicted.
Anyway - if that's what you want check out Qt + QML. You can do it badly, but when you use it well it's the best declarative UI framework I know.
Re: We rendered a million web pages to find out what makes the web slow
#9Burn the DOM with fire. I'm so allergic to it. I'd rather write my own 2D tile tree format, with a simple flex-like rendering layout, than to work with HTML and expect reliability. HTML was never designed for interactive applications. The historic reality is that HTML served as a "backdoor"/gateway to let the linux community compete with microsoft: linux devs could ship their code for windows clients. Now, HTML webap…
Re: We rendered a million web pages to find out what makes the web slow
#10Use an adblocker. I save about 25 gigs and hours of my time every month. * https://www.ublockorigin.com * I block much more than ads.
Out of curiosity, what else do you use it for?
For example looking at en.wikipedia.org I can just remove that COVID box. Scalable? No. Smart? Eeeyuh... Satisfying? Hell yes.