Earlier quoted context omitted.
I used to work for a major e-commerce company and will back this up. The importance of performance, of course, depends on the use case. In e-commerce, the biggest factors (that come to mind) to compete on are—SEO and brand aside—price, offerings, and convenience. Convenience has two dimensions: UX and performance. If a user has a very clear idea of what they want from your site, they'll probably be patient. If a user…
I totally believe that the vast majority of page views are from channel surfing (or bots), but have a hard time believing that has any correlation to actual purchases. If I'm spending an hour's pay on something I really want, of course I'll wait 10 seconds for the page to load, or if I can't get it to load at all, I'll make a note to try again later from different browser or internet connection. I'll manually enter m…
1MB Club
151–160 of 392 posts
Re: 1MB Club
#152Ahh let the bikeshedding continue. In these situations all I want to say is "Who cares". Optimization matters when it actually solves a problem, before that it's just wasted effort. I don't hear the general public yelling from the rooftops "The web is too slow! Developers are building too fast! I wish we could go backwards!"
YouTube redesign, Twitter redesign, and one other huge site I can't remember at the moment all had plenty of complaints about how much slower --- and less featured --- they were. The average user doesn't know a static page has been replaced with a bloated SPA, but can sure feel the difference.
The web has declined for sure, and it's precisely because of ignorant developers with attitudes like yours.
Re: 1MB Club
#153I love it! I feel like the 1MB limit is excessively generous, especially for text-only pages. But maybe that's what makes it so damning when pages fail to adhere to it. I know at least one website I maintain fails it spectacularly (though in my defense it's entirely because of that website being chock-full of photos, and full-res ones at that; pages without those are well under that 1MB mark), while other sites I've…
Don’t forget that also 1MB of JavaScript is much much more heavy on the client than 1MB image
Re: 1MB Club
#154Stylistic nitpick: don't use the word cancerous for things that don't make too much of a difference for anything but your "ethos". Real cancer has people die (animals too). Bloated websites might be annoying, but you will survive them even if your the 1337est hacker around.
Re: 1MB Club
#155Re: 1MB Club
#156Ahh let the bikeshedding continue. In these situations all I want to say is "Who cares". Optimization matters when it actually solves a problem, before that it's just wasted effort. I don't hear the general public yelling from the rooftops "The web is too slow! Developers are building too fast! I wish we could go backwards!"
Re: 1MB Club
#157Earlier quoted context omitted.
If you're offering a service that is so uncompelling or so undifferentiated that the page load speed is a driving factor, than you should certainly focus on page load speed. On the other hand, Gmail regularly takes 10s+ to load and yet most users are glued to it. If you're a SaaS business, your marketing page is probably not your app. The people using your app care about usability, and page load speed is rarely the d…
I hear you saying that if my service is compelling enough, people will tolerate the horrendous page loads.
Re: 1MB Club
#158Earlier quoted context omitted.
Because anyone who complains is given this treatment. We don't complain to everybody we just bounce.
If you're offering a service that is so uncompelling or so undifferentiated that the page load speed is a driving factor, than you should certainly focus on page load speed. On the other hand, Gmail regularly takes 10s+ to load and yet most users are glued to it. If you're a SaaS business, your marketing page is probably not your app. The people using your app care about usability, and page load speed is rarely the d…
Re: 1MB Club
#159Earlier quoted context omitted.
If general public even knew who to complain they would have surely yelled loudly. For now I hear non-tech people say 'Oh, our internet is slow even though we pay lot of money' Meanwhile valley bros keep helpfully reminding me to upgrade my computer to a reasonable 2020sh.
The general public likes to do things on the web other than reading minimalist hypertext. They like real-time chat and video and images and playing games in the browser. They would rather be able to do the things they like faster and more efficiently than abandon the last 20 years of technological progress.
It seems a lot of the newer generation just doesn't realise what was already possible before, and is only infatuated with inefficient reinventions.
Re: 1MB Club
#160Earlier quoted context omitted.
Don’t forget that also 1MB of JavaScript is much much more heavy on the client than 1MB image
At the risk of over-complicating things, perhaps there could be limits per resource type. 10Mb of images might be reasonable (e.g. for a photojournal), but only 128KB of JS, and 128KB for everything else. Something along those lines.