Live data from Hacker News

Why are browsers so slow?

ilyabirman.net

1–10 of 376 posts

Re: Why are browsers so slow?

#3
I don't have this problem, blank pages don't take "seconds" to load, even on my little atom-based tablet. The big question I have for people noticing this behavior is how many add-ons do they have. How many times is your "blank page" parsed by an enormous amount of code written in a language not known for its performance?

Re: Why are browsers so slow?

#8

"Why are browsers so slow?" Site downloads almost 500KB of fonts.

"Safari may take a second or two just to open a new blank tab on a 2014 iMac."

He's not (just) talking about the slowness of websites, but of browsers themselves.

Re: Why are browsers so slow?

#9

I don't have this problem, blank pages don't take "seconds" to load, even on my little atom-based tablet. The big question I have for people noticing this behavior is how many add-ons do they have. How many times is your "blank page" parsed by an enormous amount of code written in a language not known for its performance?

If your browser is designed from the ground up to support add-ons, but can't handle a couple of them without slowing to a crawl, your browser sucks. Don't blame the user for a problem with the software.

Re: Why are browsers so slow?

#10
Agreed, I have about 8GB of pages open right now not doing anything. Many computers don't have that much total ram. I think it's time to have per tab resource throttling. For example if a page uses over a certain amount of

. compute resources, the cpu cycles allowed in the next epoch are halved

. RAM it's memory accesses per second are halved in the next epoch

. network traffic it's kB/s are halved in the next epoch

This would allow all pages to still work but the resource intensive ones would be flagged quickly by users and developers.

Post reply on HN