Earlier quoted context omitted.
I read the article. Perhaps I'm misunderstanding, but did they do this test on a 128 kilobit cellular Internet connection?
I made the video in the article using Chrome's "low-end mobile" throttling preset, which simulates a ~300 kbit connection IIRC. But I saw very similar behavior on my actual phone with an actual 128 kilobit connection in Canada.
Browsers are pretty good at loading pages
21–30 of 328 posts
Re: Browsers are pretty good at loading pages
#22Earlier quoted context omitted.
I made the video in the article using Chrome's "low-end mobile" throttling preset, which simulates a ~300 kbit connection IIRC. But I saw very similar behavior on my actual phone with an actual 128 kilobit connection in Canada.
Thanks for the clarification. Do the conclusions hold up when testing with a broadband network connection?
Re: Browsers are pretty good at loading pages
#23> it just isn’t possible for a highly dynamic language like JavaScript to run as fast as the C++ code in browsers
With modern tracing JITs, this isn’t always true ;)
Re: Browsers are pretty good at loading pages
#24Earlier quoted context omitted.
Thanks for the clarification. Do the conclusions hold up when testing with a broadband network connection?
As I mention in the article, I'm not really able to tell the difference between old MDN and new MDN on the fast network connection I usually use. They both load pretty much instantly for me.
Re: Browsers are pretty good at loading pages
#25Strongly agree with the premise, but > it just isn’t possible for a highly dynamic language like JavaScript to run as fast as the C++ code in browsers With modern tracing JITs, this isn’t always true ;)
Re: Browsers are pretty good at loading pages
#26Earlier quoted context omitted.
I made the video in the article using Chrome's "low-end mobile" throttling preset, which simulates a ~300 kbit connection IIRC. But I saw very similar behavior on my actual phone with an actual 128 kilobit connection in Canada.
Thanks for the clarification. Do the conclusions hold up when testing with a broadband network connection?
Re: Browsers are pretty good at loading pages
#27Re: Browsers are pretty good at loading pages
#28I don't get client side navigation. It's a worse experience in every way. It's slow, often doesn't support things like command-click, it usually breaks the back button, and even if it doesn't it breaks the restoration of the scroll position. The only thing worse is a custom scroll UI. Why do people try to reinvent the most basic features of a webbrowser? And if they do, why do they always only do a half-assed job at…
Re: Browsers are pretty good at loading pages
#29I remember when smartphones became popular, it was an occasion to reset the trends and do basic pages without much JS, no endless hovering menus, no 5 column and 3 popup layouts, no flash intro, etc.
Then it started to creep back as power increased.
I wish the next big thing resets the field again, one can dream.
Re: Browsers are pretty good at loading pages
#30Earlier quoted context omitted.
Thanks for the clarification. Do the conclusions hold up when testing with a broadband network connection?
I’m a bit lost. How would using a broadband connection affect the relative speed between the two versions ?