TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

How web bloat impacts users with slow devices

932 pointsby jasondaviesabout 1 year ago

94 comments

ericraabout 1 year ago
As someone with recent experience using a relatively slow Android phone, it can be absolutely brutal to load some web pages, even ones that only appear to be serving text and images (and a load of trackers&#x2F;ads presumably). The network is never the bottleneck here.<p>This problem is compounded by several factors. One is that older&#x2F;slower phones cannot always use fully-featured browsers such as Firefox for mobile. The app is takes too many resources on its own before even opening up a website. That means turning to a pared-down browser like Firefox Focus, which is ok except for not being able to have extensions. That means no ublock origin, which of course makes the web an even worse experience.<p>Another issue is that some sites will complain if you are not using a &quot;standard&quot; browser and the site will become unusable for that reason alone.<p>In these situations, companies frequently try to force an app down your throat instead. And who knows how much space that will take up on a space-limited device or how poorly it will run.<p>Many companies&#x2F;sites used to have simplified versions to account for slower devices&#x2F;connections, but in my experience these are becoming phased out and harder to find. I imagine it&#x27;s much harder to serve ads and operate a full tracking network to&#x2F;from every social media company without all the javascript bloat.
评论 #39730299 未加载
评论 #39733363 未加载
评论 #39732964 未加载
评论 #39732457 未加载
评论 #39731776 未加载
评论 #39740867 未加载
评论 #39731421 未加载
bluquarkabout 1 year ago
Dan&#x27;s point about being aware of the different levels of inequality in the world is something I strongly agree with, but that should also include the middle-income countries, especially in Latin America and Southeast Asia. For example, a user with a data plan with a monthly limit in the single-digit GBs, and a RAM&#x2F;CPU profile resembling a decade-old US flagship. That&#x27;s good enough to use Discourse at all, but the experience will probably be on the unpleasantly slow side. I believe it&#x27;s primarily this category of user that accounts for Dan&#x27;s observation that incremental improvements in CPU&#x2F;RAM&#x2F;disk measurably improve engagement.<p>As for users with the lowest-end devices like the Itel P32, Dan&#x27;s chart seems to prove that no amount of incremental optimization would benefit them. The only thing that might is a wholesale different client architecture that sacrifices features and polish to provide the slimmest code possible. That is, an alternate &quot;lite&#x2F;basic&quot; mode. Unfortunately, this style of approach has rarely proved successful: the empathy problem returns in a different guise, as US-based developers often make the wrong decisions on which features&#x2F;polish are essential to keep versus discarded for performance reasons.
评论 #39730550 未加载
评论 #39733891 未加载
评论 #39730102 未加载
评论 #39730220 未加载
评论 #39730247 未加载
评论 #39730507 未加载
评论 #39731044 未加载
评论 #39730639 未加载
评论 #39740371 未加载
评论 #39732465 未加载
评论 #39734744 未加载
porcodaabout 1 year ago
I like how most people blame bosses or scary big companies. No developers appear willing to admit that there is a large cohort of not that great web programmers who don’t know much (and appear to not WANT to know much) about efficiency. They’re just as to blame for the sad world of web software as the big boss or corporate overlord that forced someone to make bad software.
评论 #39733984 未加载
评论 #39734029 未加载
评论 #39734583 未加载
评论 #39732656 未加载
评论 #39732673 未加载
评论 #39732639 未加载
评论 #39733169 未加载
评论 #39734587 未加载
评论 #39737465 未加载
评论 #39734277 未加载
评论 #39734091 未加载
评论 #39735787 未加载
评论 #39732935 未加载
评论 #39749878 未加载
评论 #39746729 未加载
ryukopostingabout 1 year ago
I only recently moved from a 6-year old LG flagship phone to a shiny new Galaxy, and the performance difference is staggering. It shouldn&#x27;t be - that was a very high-end phone at release, it&#x27;s not <i>that</i> old, and it still works like new. I know it&#x27;s not just my phone, because the Galaxy S9s I use to test code have the same struggles.<p>I would like to have seen Amazon in the tests. IME Amazon&#x27;s website is among the absolute worst of the worst on mobile devices more than ~4 years old. Amazon was the only site I accessed regularly that bordered on unusable, even with relatively recent high-end mobile hardware.
评论 #39729498 未加载
评论 #39729915 未加载
评论 #39730236 未加载
评论 #39730905 未加载
评论 #39729880 未加载
评论 #39729782 未加载
Ruqabout 1 year ago
Related: Too much of technology today doesn&#x27;t pay attention or even care to the less technologically adept, either.<p>Smartphones in my opinion are a major example of this. I can&#x27;t tell you the number of people I&#x27;ve meet who barely even or don&#x27;t even know how to use their devices. It&#x27;s all black magic to them.<p>The largest problem is the over-dependence on the use of &quot;Gesture Navigation&quot; which is invisible and thus non-existent to them. Sure, they might figure out the gesture bar on an iPhone, but they have no conception of the notification&#x2F;control center.<p>It&#x27;s not that these people are dumb either, many of them could probably run circles around me in other fields, but when it comes to tech, it&#x27;s not for a lack of trying, it&#x27;s a lack of an intuitive interface.
评论 #39736180 未加载
评论 #39733274 未加载
评论 #39731434 未加载
评论 #39739641 未加载
lelanthranabout 1 year ago
This article is basically unreadable for me 48 y&#x2F;o on desktop). In the dev tools I added the following to the body to make it readable:<p><pre><code> font-size: 18px; line-height: 1.5em; max-width: 38rem; </code></pre> Now look how readable (and beautiful) it is. I read a lot of Dan Luu&#x27;s posts, and each time I have to do this sort of thing to make it readable.<p>Seriously, techies, it&#x27;s an extra <i>64 Bytes</i> to make your page more readable.
评论 #39730479 未加载
评论 #39730407 未加载
评论 #39730786 未加载
评论 #39732589 未加载
评论 #39730376 未加载
评论 #39734438 未加载
评论 #39733573 未加载
评论 #39730425 未加载
评论 #39730375 未加载
评论 #39731919 未加载
评论 #39730537 未加载
评论 #39731443 未加载
评论 #39753535 未加载
评论 #39733368 未加载
评论 #39732117 未加载
评论 #39730387 未加载
genewitchabout 1 year ago
as a data point youtube is <i>unusable</i> on raspberry pi 3. This happened within the last year, because prior to that you could &quot;watch&quot; videos at about 10-15FPS which is enough, for instance, to get repair videos in a shop setting (ask me how i know). When the raspberry pi model B - the first one released - came out, you could play 1080p video from storage, watch youtube, play <i>games</i>.<p>I&#x27;m not sure what youtube is doing (or everyone else for that matter.)<p>If we&#x27;re serious about this climate crisis&#x2F;change business, someone needs to cast a very hard look at google and meta for these sorts of shenanigans. eating CPU cycles for profit (ad-tech would be my off the cuff guess for why youtube sucks on these low power devices) should be loudly derided in the media and people should use more efficient services, even if the overall UX is worse.
评论 #39730291 未加载
评论 #39731479 未加载
评论 #39732350 未加载
评论 #39731909 未加载
评论 #39730459 未加载
评论 #39730341 未加载
评论 #39730370 未加载
评论 #39731236 未加载
评论 #39731728 未加载
grishkaabout 1 year ago
That Discourse guy is a classic example of someone designing their product for the world they wished existed instead of the world we actually live in. Devices with Qualcomm SoCs exist in billions, and will keep existing and keep being manufactured and sold for the foreseeable future. No amount of whining will change that. Get over it and optimize for them. People who use these devices won&#x27;t care about your whining, they&#x27;ll just consider you an incompetent software developer because your software crashes.
评论 #39734276 未加载
Karrot_Kreamabout 1 year ago
I&#x27;m normally a fan of Dan Luu&#x27;s posts but I felt this one missed the mark. The LCP&#x2F;CPU table is a good one, but from there the article turns into a bit on armchair psychology. From some random comments coming from Discourse&#x27;s founder, readers are asked to build up an idea of what attitudes software engineers supposedly have. Even Knuth gets dragged into the mud based on comments he made about single vs multi-core performance and comments about the Itanium (which is a long standing point of academic contention.)<p>This article just felt too soft, too couched in internet fights, to really stand up.
评论 #39729431 未加载
评论 #39730273 未加载
评论 #39733894 未加载
评论 #39730677 未加载
评论 #39733322 未加载
throw_m239339about 1 year ago
Every company stopped caring, especially the companies who were at the forefront of standards and good web design practices, like Google and Apple.<p>Google recently retired their HTML Gmail version, mind you, it still worked on a 2008 256MO RAM Android phone with an old Firefox version and it was simply fast... of course the new JS bloated version doesn&#x27;t, it just kills the browser. That&#x27;s an extreme example, yet low budget Phones have 2GB of RAM, you simply cannot browser the web with these and expect reasonable performances anymore.<p>Mobile web sucks, an it&#x27;s done on purpose, to push people to use &quot;native&quot; apps which makes things easier when it comes to data collection and ad display for companies such as Apple and Google.
评论 #39729684 未加载
评论 #39730840 未加载
GIFtheoryabout 1 year ago
Using <a href="https:&#x2F;&#x2F;www.mcmaster.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.mcmaster.com&#x2F;</a> makes me wish I were a hardware engineer. Makes every other e-commerce site feel like garbage. If amazon were this fast, I’d be broke within days. Why haven’t other sites figured this out?
评论 #39734556 未加载
评论 #39753922 未加载
评论 #39730629 未加载
myself248about 1 year ago
Where &quot;users with slow devices&quot; equals &quot;anyone trying to keep hardware running more than a few years&quot;, it seems. It&#x27;s enforced obsolescence.<p>I&#x27;ve said for a long time, devs should be forced to take a survey of their users&#x27; hardware, and then themselves use the slowest common system, say, the 5th-percentile, one day a week. If they don&#x27;t care about efficiency now, maybe they will when it&#x27;s sufficiently painful.
评论 #39740913 未加载
评论 #39730843 未加载
orduabout 1 year ago
<i>&gt; Surely, for example, multiple processors are no help to TeX</i><p>But TeX was designed to run on a single CPU-core, so no surprise here. I wonder what TeX could become if all Knuth had at the time a multicore machine with cores managing maybe 0.1 MIPS each (or even lower). Like what the world would become if we lived in a counterfactual world where Intel and its buddies starting in 1970s boosted not the frequency and instruction per second per core but number of cores?<p>My take we&#x27;d switched to functional-style programming at 1980s with immutable data, created tools to describe multistage pipelines with each stage issuing tasks into a queue, while cores concurrently picking tasks from the queue. TeX would probably have a simplified and extra fast parser that could cut input into chunks to feed them into a fullblown and slow parser which would be a first stage of a pipeline, and then these pipelines somehow would converge into an output stream. TeX probably would prefer to use more of lexical scoping, to reduce interaction between chunks, or maybe it would make some kind of a barrier for pipelines where they all stop and wait for propagation of things like `\it` from its occurrence to the end.<p>This counterfactual world seems much more exciting to me than the real one, though maybe I wouldn&#x27;t be excited if I lived there.
评论 #39734794 未加载
zbrozekabout 1 year ago
There&#x27;s also a huge tendency to design for fast, high quality connectivity. Try using any Google product on airplane wifi. Even just chat loads in minutes-to-never and frequently keels over dead, forcing an outrageously expensive reload. Docs? Good luck.<p>I wish software engineers cared to test in less than ideal conditions. Low speeds, intermittent connectivity, and packet loss are real.
评论 #39733450 未加载
评论 #39730275 未加载
评论 #39730298 未加载
评论 #39730322 未加载
评论 #39736343 未加载
mik1998about 1 year ago
I often use a Thinkpad X220 (which still works for a lot of my usage and I&#x27;m not too concerned about it being stolen or damaged) and the JS web is terrible to use on it. Mostly resulted in my preference of using native software (non-electron), which generally works perfectly fine and about as well as on my &quot;more modern&quot; computer.
评论 #39729849 未加载
评论 #39733115 未加载
dan-robertsonabout 1 year ago
If one cares about accessibility of a website to people with much slower devices, particularly living in less developed parts of the world, I guess there are more considerations:<p>- using more clear English with simple sentence structures should make the content more accessible to people who don’t read English with the fluency of an educated American<p>- reducing the number of requests required to load a page as latency may be high (and latency to the nearest e.g. cloudflare edge node may still be high)
评论 #39730522 未加载
julianlamabout 1 year ago
It&#x27;s a shame that NodeBB was not included in the list of forums tested.<p>We worked really hard to optimize our forum load times, and it handedly beats the pants off of much we&#x27;ve tested against.<p>But that&#x27;s not much of a brag, the bar is quite low.<p>Dan goes on and lambasts (rightfully so) Atwood for deriding Qualcomm and assuming slow phones don&#x27;t exist.<p>Well, let&#x27;s chat, and talk to someone whose team really does dogfood their products on slower devices...
评论 #39745501 未加载
jauntywundrkindabout 1 year ago
These sites can and should be much better. Yes. Definitely.<p>At the same time, while a 10s load time is a long time &amp; unpleasant, it doesn&#x27;t seem catastrophic yet.<p>The more vital question to me is what the experience is like after the page is loaded. I&#x27;m sure a number of these sites have similarly terrible architecture &amp; ads bogging down the experience. But I also expect that some of those which took a while to load are pretty snappy &amp; fast after loading.<p>Native apps probably have plenty of truly user-insulting payloads they too chug through as they load, and no shortage of poor architectural decisions. On the web it&#x27;s much much easier to see all the bad; a view source away. And there is seemingly less discipline on the web, more terrible and terribly inefficient cases of companies with too many people throwing whatever the heck into Google Tag Manager or other similar offenses.<p>The latest server-side react stuff seems like it has a lot of help to offer, but there&#x27;s still a lot of questions about rehydration of the page. I&#x27;m also lament see us shift away from the thick-client world; so much power has been embued to the users from the web 9.9 times out of 10 just being some restful services we can hack with. In all, I think there&#x27;s a deficiency in broad architectural patterns for how the thick client should manage it&#x27;s data, and a really issue with ahead-of-time bundles versus just-in-time &amp; load behind code loading that we have failed to make much headway on in the past decade, and this lack is where the real wins are.
评论 #39729579 未加载
hexage1814about 1 year ago
&gt;Many pages actually remove the parts of the page you scrolled past as you scroll<p>There is a special place in hell for every web developer who does that.
评论 #39731304 未加载
tdudhhuabout 1 year ago
Not only the user is affected by this.<p>The difference between a 2MB and a 150KB CSS file can be a lot of bandwidth.<p>The difference between a bad and good framework can be a lot of CPU power and RAM.<p>Companies pay for this. But I guess most have no clue that these costs can be reduced.<p>And some companies just don&#x27;t care as long as money is coming in.
评论 #39730000 未加载
评论 #39732746 未加载
评论 #39730058 未加载
Devastaabout 1 year ago
If you don&#x27;t have a good phone and a high speed connection, you don&#x27;t have any money to spend on either the sites products or the products of their advertisers.<p>When looked at from that angle, bloat is a feature.<p>It&#x27;s not reasonable to have an expectation of quality when it comes to the web.
评论 #39730007 未加载
评论 #39730149 未加载
评论 #39730191 未加载
评论 #39730338 未加载
评论 #39729873 未加载
torginusabout 1 year ago
I feel like there&#x27;s a good point made by the Discourse CEO about Qualcomm (and competitors) - the product decision to segment their CPU line by drastic differences in single-threaded CPU perf is a highly anti-consumer one.<p>In contrast AMD and Intel use the same (or sameish) CPU arch in all of their lineup in a given generation, the absolute cheapest laptop I could find used a Pentium 6805, which still has a GB6 score of well over 1000, sold in a laptop that&#x27;s cheaper than most budget smartphones.<p>In contrast, Qualcomm and Mediatek will sell you SoCs that don&#x27;t even have half of that performance as a latest-gen &#x27;midrange&#x27; part.
olliejabout 1 year ago
It’s not just slow devices, it’s also any time you have any kind of weak connectivity.<p>I think every OS now has tools to let you simulate shitty network performance these days so it’s inexcusable that so many sites and even native apps fail so badly anytime you have anything less than a mbit connection or greater than 50ms latency :-&#x2F;
评论 #39729505 未加载
efieldsabout 1 year ago
How web bloat impacts users: negatively. Better do your best to fix it.<p>This stuff is simpler than we let it be sometimes, folks.
评论 #39729632 未加载
archy_about 1 year ago
&gt; Something I&#x27;ve observed over time, as programming has become more prestigious and more lucrative, is that people have tended to come from wealthier backgrounds and have less exposure to people with different income levels. An example we&#x27;ve discussed before, is at a well-known, prestigious, startup that has a very left-leaning employee base, where everyone got rich, on a discussion about the covid stimulus checks, in a slack discussion, a well meaning progressive employee said that it was pointless because people would just use their stimulus checks to buy stock. This person had, apparently, never talked to any middle-class (let alone poor) person about where their money goes or looked at the data on who owns equity. And that&#x27;s just looking at American wealth. When we look at world-wide wealth, the general level of understanding is much lower. People seem to really underestimate the dynamic range in wealth and income across the world.<p>Perhaps the falling salaries for programming in the US could be a good thing in that regard. So many people get into this career because they want to make it big, which seems to drive down the quality of the talent pool.
dan-robertsonabout 1 year ago
Relating to the aside about opportunities in different countries: the comparison between potential programming career prospects between a poor American and middle class Pole feels reasonable for someone born around the same time as the OP (early ’80s I guess) but I suspect it’s since shifted in Poland’s failure.<p>I think the relative disadvantages of a poor American compared to their wealthier peers have increased as there’s more competition (as the degree is seen as more desirable by motivated wealthy parents) and the poor student likely won’t even have a non-phone computer at home where all their wealthier peers probably will. Possibly they could work around the competitiveness of computer science by going via some less well-trodden path (eg mathematics or physics) except that university admission isn’t by major. They may also be disadvantaged by later classism in hiring. Meanwhile a middle class Pole will have access to a computer and, provided they live sufficiently near one of the big cities, access to technical schools which can give them a head start on programming skills (and on competitive programming which is a useful skill for passing the current kind of programming interview questions). To get the kind of good outcome described in the OP, they then need to get hired somewhere like Google in Zurich (somewhat similar difficulty to in the US except the earlier stages were easier (in the sense of being more probable) for the hypothetical Pole) and progress from there (maybe impeded by initially not being at the headquarters &#x2F; fewer other employment opportunities to get career advancement by changing jobs). Class will be less of a problem as the hypothetical middle class pole isn’t so different in wealth from other middle class Europeans and you get much less strong class-selection than when (e.g.) Americans are hiring Americans.
hotdailysabout 1 year ago
When websites pack in too many high-res images, videos, and complex scripts, it’s like they’re trying to cram that overstuffed suitcase into a tiny space. Your device is struggling, man. It’s like it’s running a marathon with a backpack full of bricks.<p>So, what happens? Your device slows down to a crawl, pages take forever to load, and sometimes, it just gives up and crashes. It’s like being stuck in traffic when you’re already late for work. And let’s not even talk about the data usage. It’s like your phone’s eating through your data plan like it’s an all-you-can-eat buffet.<p>Now, if you’re on the latest and greatest tech, you might not notice much. But for folks with older devices or slower connections, it’s a real pain. It’s like everyone else is zooming by on a high-speed train while you’re chugging along on a steam engine.<p>So, what can we do? Well, we can start by being mindful of what we put on our websites. Keep it lean, mean, and clean, folks. Your users will thank you, and their devices will too. And hey, maybe we’ll all get where we’re going a little faster.
评论 #39731613 未加载
aragoniteabout 1 year ago
&gt; Another example is Wordpress (old) vs. newer, trendier, blogging platforms like Medium and Substack. Wordpress (old) is 17.5x &#x2F; 10x faster (LCP* &#x2F; CPU) than Medium and 5x &#x2F; 7x faster (LCP* &#x2F; CPU) faster than Substack on our M3 Max ...<p>It&#x27;s a persistent complaint among readers of SlateStarCodex (a blog which made a high-profile move to Substack from an old WordPress site). Substack attributes the sluggishness to the owner&#x27;s special request to show all comments by default, but the old WordPress blog loads all comments by default and was fine even on older devices.<p><a href="https:&#x2F;&#x2F;www.reddit.com&#x2F;r&#x2F;slatestarcodex&#x2F;comments&#x2F;16xsr8w&#x2F;substack_makes_my_computer_crawl_to_a_halt&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.reddit.com&#x2F;r&#x2F;slatestarcodex&#x2F;comments&#x2F;16xsr8w&#x2F;sub...</a><p><a href="https:&#x2F;&#x2F;www.reddit.com&#x2F;r&#x2F;slatestarcodex&#x2F;comments&#x2F;1b9p55g&#x2F;anyone_else_finding_the_website_astralcodexten_a&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.reddit.com&#x2F;r&#x2F;slatestarcodex&#x2F;comments&#x2F;1b9p55g&#x2F;any...</a>
publius_0xf3about 1 year ago
He mentions Substack, which is maybe the most egregious example of bloat I regularly encounter. Like I cannot open Scott Alexander&#x27;s blog on my phone because it comes to a crawl.<p>But the Substack devs are <i>aware of this</i>. [They know it&#x27;s a problem](<a href="https:&#x2F;&#x2F;old.reddit.com&#x2F;r&#x2F;slatestarcodex&#x2F;comments&#x2F;16xsr8w&#x2F;substack_makes_my_computer_crawl_to_a_halt&#x2F;k34jjmn&#x2F;" rel="nofollow">https:&#x2F;&#x2F;old.reddit.com&#x2F;r&#x2F;slatestarcodex&#x2F;comments&#x2F;16xsr8w&#x2F;sub...</a>).<p>&gt;I&#x27;m much more of a backend person, so take this with somewhat of a grain of salt, but I believe the issue is with how we&#x27;re using react. It&#x27;s not necessarily the amount of content, but something about the number of components we use does not play nicely with rendering content at ACX scale.<p>&gt;As for why it takes up CPU after rendering, my understanding is that since each of the components is monitoring state changes to figure out how to re-render, it continues to eat up CPU.<p>They know—but they do nothing to fix it. It&#x27;s just an impossibility, rendering all those comments.
评论 #39732453 未加载
andy99about 1 year ago
Nobody cares about people with older devices. We&#x27;ve shifted to a mode where companies tell their customers what they have to do, and if they don&#x27;t fit the mold they are dropped. It&#x27;s more profitable that way - you scale only revenue and don&#x27;t have to worry about accessibility or customer service or any edge cases. That&#x27;s what big tech has gotten for us.
评论 #39729598 未加载
评论 #39729430 未加载
avodonosovabout 1 year ago
Some years ago I tested real world web sites, turned out only about 30% of the javascript they load was actually invoked by the user&#x27;s browser (even for sites optimied with Closure Compiler, that has some dead code elimination):<p><a href="https:&#x2F;&#x2F;github.com&#x2F;avodonosov&#x2F;pocl">https:&#x2F;&#x2F;github.com&#x2F;avodonosov&#x2F;pocl</a><p>The unused javascript code can be removed (and loaded on demand). Although I am not sure how valuable that would be for the world. It only saves network traffic, parsing time and some browser memory for compiled code. But js traffic in the Internet is neglidgible comparing to, say, video and images. Will the user experience be signifiqanty better if browser is the saved from the unnesessary js parsing? I don&#x27;t know of a good way to measure that.
AlienRobotabout 1 year ago
I&#x27;m glad people remember what WW in WWW means. :)<p>It makes me very sad to see that reddit&#x27;s new design is so heavy it can&#x27;t even be accessed by part of the world. It&#x27;s like parts of the internet are closing theirs doors just so they can have more sliding effects that nobody wants.<p>Or maybe I&#x27;m just a weird one who prefers my browser to do a full load when I click a link.<p>Btw there was a time everyone kept talking about &quot;responsive&quot; web design and, having used only low-end smartphones and tablets, I kept finding it weird that there was such focus on the design being responsive for mobile devices when those mobile devices were so extremely slow to respond to touch to begin with. Of course I know that&#x27;s not what they meant, but it still felt weird.
评论 #39731283 未加载
Tainnorabout 1 year ago
That exchange with Jeff Atwood makes me somewhat angry. It&#x27;s one thing to be annoyed at a hardware vendor (justified or not), quite another to take it out on the users of said hardware.<p>And while I appreciate that engineers can often afford to be blunter than people in other disciplines, I also think that a founder of two successful companies should have a bit more restraint when posting. Writing &quot;fuck company X&quot; (unless we&#x27;re talking about a grossly unethical company, maybe) just seems like very immature behaviour to me.
bsdpufferfishabout 1 year ago
The most interesting part of this is the comments about software shifting from a normal career to a prestige target for wealthy families, and that this demographic shift has massive consequences on technology design and services.
pompinoabout 1 year ago
I think it would be useful to separate data &amp; code here. What if you kept the code the same, and downgraded the assets so the overall package is smaller&#x2F;easier to process&#x2F;execute? Or maybe tweaked the renderer so the same code &amp; data can render quicker and slightly worse image quality consuming fewer CPU cycles? Basically I&#x27;m envisioning something like a game where the same game data+code can support multiple performance targets (except in this case the different CDN hookups to get the assets out, rather than everyone getting the bloated data download)
npteljesabout 1 year ago
It&#x27;s interesting research, but at the end of the day, the websites are there to make money. Well, looking at the table, maybe the author&#x27;s own isn&#x27;t, but the rest is. And so, I think the businesses don&#x27;t optimize more because there isn&#x27;t much more money to be made that way. Instead, the same effort is better spent elsewhere, like marketing, having a software that&#x27;s quickly adaptable, that&#x27;s easy to get interchangeable developers for. So they are optimized, just not for the speed on low-end devices. Different goals.
评论 #39736173 未加载
jhatemyjobabout 1 year ago
Dan, I respect you and I feel your pain, but...<p>&gt; Another common attitude on display above is the idea that users who aren&#x27;t wealthy don&#x27;t matter.<p>If you want to make money, then this is the correct attitude. You need to target the users who have the means to be on the bleeding edge. It may not be &quot;fair&quot; or &quot;equitable&quot; or whatever, but catering to the masses is a suicide mission unless you have a lot of cash&#x2F;time to burn.<p>This post reminds me of the standard Stallman quip &quot;if everyone used the GPL, then our problems would be solved&quot;
kabesabout 1 year ago
As someone who makes bloated sites I can only say that management doesn&#x27;t give a fuck about bloat as long as features are checked of in due time. So please don&#x27;t blame me
评论 #39735289 未加载
nolist_policyabout 1 year ago
Next try out the search engines.<p>Anecdotally, Google Search loads ~500ms faster than DuckDuckGo on the OG Pinephone.
评论 #39730125 未加载
daft_pinkabout 1 year ago
I really wish he compared an m3 Mac to a 6 year old intel chip and not some random processor I’ve never seen or experienced that I’m not sure is even available in the usa
评论 #39731456 未加载
cettoxabout 1 year ago
This is one of the reasons I&#x27;ve started building <a href="https:&#x2F;&#x2F;formpress.org" rel="nofollow">https:&#x2F;&#x2F;formpress.org</a>. Seeing the bloat in many form builder apps&#x2F;services, I&#x27;ve decided there is need for a lightweight and open source alternative.<p>How we achieve lightweightness? Currently our only sin is, our inclusion of jquery, that is just to have some cross browser way of interacting with DOM, then we hand craft required JS code based on features used in the form builder. We then ship a lightweight runtime, whose whole purpose is to load necessary JS code pieces to have a functional form that is lightning fast. Ps: we havent gone to the last mile in optimizations, but we definteley will. Even with current state, it is the most lightweight form builder out there.<p>It is open source, MIT licensed, built on modern stack(react, node.js, Kubernetes and Google Cloud) and we are also hosting a freemium version.<p>I think, there will be ever increasing need and market for lightweight products, as modern IT means a lot of products coming together. So each one should minimize their overhead.<p>Give our product a go and let us know what you think?
zdwabout 1 year ago
Is this new or old reddit being benched?<p>That would be an interesting direct comparison.
评论 #39730498 未加载
keernanabout 1 year ago
A problem that recently started in Feb 2024 for me is probably unrelated to the topic, but close enough that I&#x27;m posting in the hopes someone has an idea of what is happening.<p>I am running on a relatively new Lenovo Legion (~ 18 months old) with 64kb of ram running windows 11. About 6 weeks ago I began getting the BSOD every time I streamed a live hockey game (I watch maybe 3 games a week from Oct to Jun via Comcast streaming or &#x27;alternative&#x27; streams).<p>The crashes happened multiple times every game. After maybe 10 games of this, I began closing and reopening the browser during every game break. I&#x27;ve experienced zero crashes since doing that.<p>When the crashes started, I was using Chrome - but I still experienced BSOD crashes when I switched and tested Fox and Brave. Just very odd to start happening suddenly without any changes to my machine that I could pinpoint - no upgraded bios or nvidia that I can recall.
评论 #39731994 未加载
cubefoxabout 1 year ago
I would still add that users running out of monthly mobile data volume are still a big issue, likely bigger than slow phones. They can&#x27;t load most websites with 64 kbit&#x2F;s, because they are multiple megabytes large, often without good reason.<p>For example, when Musk took over Twitter, he actually fixed this issue for some time, I tested it. But now they have regressed again. The website will simply not show your timeline on a slow connection. It will show an error message instead. Why would slow connections result in an error message?!<p>A simple solution that e.g. Facebook (though apparently not Threads) and Google use, is to first load the text content and the (large) images later. But many websites instead don&#x27;t load anything and just time out. Probably because of overly large dependencies like heavy JavaScript libraries and things like that.
Aerbil313about 1 year ago
I believe HTML, CSS and JS needs an overhaul. There’ll be a point where maintaining backwards compatibility will result in more harm than benefit. Make a new opt-in version of the three which are brutally simplified. Deprecate the old HTML&#x2F;CSS&#x2F;JS, to be EOL’d in 2100.
demondemidiabout 1 year ago
I was expecting this to go one level deeper and point out that bloated sites that are critical, like: banking, medical, government -- can lead to problems paying bills or getting timely information (especially in the case of medical situations that aren&#x27;t quite emergencies but close to it).
Hackbratenabout 1 year ago
Mind that not only low-end or old phones have slow CPUs.<p>Both the $999 Librem 5 and the $1999 Liberty Phone (latest models) have an i.MX8M, which means they have similar processing power as the $50 phones the article is talking about.<p>I tried to log into Pastebin today. The Cloudflare check took several minutes.
bradgesslerabout 1 year ago
It also impacts users with fast devices.<p>When I load a bloated website on an iPhone 15 Pro Max over a Unifi AP 7 Pro access point connected to a 1.2Gb WAN, it’s still a slow bloated website.<p>If you build websites, do as much as you possibly can on the server.<p>As an industry, how can we get more people to understand this?
avodonosovabout 1 year ago
I think bloat could be prevented if it was noticed the moment it is introduced.<p>After application evolves bloated, it&#x27;s difficult to go back and un-bloat it.<p>Bloat is often introduced accidential&#x2F;y, without need, and unnoticed just because developers test on modern and powerful devices.<p>If developer&#x27;s regular test matrix included a device with minimal hardware pewer that was known to run the product smoothly in the past, the dev could immediately notice the newly introduced bloat and remove it.<p>A bloat regression testing.<p>I call this &quot;ecological development&quot;.<p>We should all do this. No need to aim for devices that already have trouble running your app &#x2F; website. But take a device that works today and test that you do not degrade with respect to this device.
评论 #39732376 未加载
tracker1about 1 year ago
Really need to see some lighter weight CSS tools combined with HTMX for a lot of general use.<p>That or better crafting for web applications. It feels painful to me when I see payloads in excess of 4mb of compressed JS. It makes me really want to embrace wasm frameworks like yew or leptos. Things are crazy and nobody seems to notice or care.<p>I run a relatively dated phone (Pixel 4a) with text set to max size. So many things are broken or unusable.
chefandyabout 1 year ago
The web is a communication medium: having bad delivery is going to impact the efficacy of the message. I&#x27;ve worked as both a developer and a designer, and as a developer I&#x27;ve certainly had to push back against content-focused people requesting things they didn&#x27;t realize were, frankly, bananas. Tech isn&#x27;t their job, so it was my job to surface those problems before they arose. However, as a designer, I&#x27;ve also had to push back against developers that refused to acknowledge that technical purity is a means to an end, not an end in itself. Something looking the same in lynx and firefox isn&#x27;t a useful goal in any situation I&#x27;ve encountered, and the only people that think a gopher resource has better UX than a modern webpage stare at code editors all day long.<p>No matter who it is, when people visualize how to solve a problem, they see how their area of concern contributes more clearly than others&#x27;. It&#x27;s easy to visualize how our contributions will help solve a problem, and also hard to look past how doing something else will negatively impact your tasks. In reality, this medium requires a nuanced balance of considerations that depend on what you need to communicate, why, and to whom. Being useful on a team requires knowing when to interject with your professional expertise, but also know when it&#x27;s more important to trust other professionals to do their jobs.
nicbouabout 1 year ago
I travel a lot and experience a wide range of internet connection speeds and latencies. Hotel Wi-Fi can be horrible.<p>The web is clearly not designed for or tested on slow connections. UIs feel unresponsive and broken because no one thought that an action might take seconds to load.<p>Even back home in Germany, we have really unreliable mobile internet. I designed the interactive bits of All About Berlin for people on the U-Bahn, not just office workers on M3 Macbooks with fiber internet.
apatheticonionabout 1 year ago
This is why I&#x27;m excited for Web Assembly. Writing an efficient high performance, mutli-threaded GUI in Rust or Go would be awesome.<p>Just waiting on it to be practically usable
评论 #39733413 未加载
评论 #39733402 未加载
sams99about 1 year ago
Highly Gamed === It is better if users with slow devices see a white screen for 30 seconds vs an indication that something is happening, because ... reasons?
评论 #39730694 未加载
automatic6131about 1 year ago
&gt;Just as an aside, something I&#x27;ve found funny for a long time is that I get quite a bit of hate mail about the styling on this page (and a similar volume of appreciation mail)<p>Yes! I&#x27;ve definitely <i>felt</i> like this while using his website. Of course, today I just fixed it with<p>main { max-width: 720px; margin: 0 auto; }<p>but tbh, I don&#x27;t want to install an extension to customise the css on this one site...
评论 #39734516 未加载
smj-edisonabout 1 year ago
I&#x27;ve always wondered why people removed parts of the page when they were scrolled out. Like, don&#x27;t you think the browser would already optimize for that? And even if it&#x27;s not stored in the DOM, it&#x27;s still being stored in the JavaScript&#x27;s memory. It&#x27;s frustrating when people try to reimplement optimizations that the browser already does better.
评论 #39732920 未加载
maxlohabout 1 year ago
YouTube is one of the slowest websites I have ever used.<p>It takes several seconds to load, even with moderate hardware and fast internet connections.
评论 #39730115 未加载
评论 #39731334 未加载
评论 #39736770 未加载
enevilleabout 1 year ago
Some might be interested in pre-compressing their sites:<p><pre><code> https:&#x2F;&#x2F;gitlab.com&#x2F;edneville&#x2F;gzip-disk </code></pre> It doesn&#x27;t stop client CPU burn, but it might help get data to the client device without on-the-fly compression a bit quicker, which in my experience is helpful from the server side too.
coolcoder613about 1 year ago
Compare with one of my projects, [1]<p>It is a minimal, though modern-looking web chat. The HTML, CSS and JS together is 5024 bytes. The Rust backend source is 2801 bytes. It does not pull in anything from anywhere.<p>[1] <a href="https:&#x2F;&#x2F;github.com&#x2F;coolcoder613eb&#x2F;minchat">https:&#x2F;&#x2F;github.com&#x2F;coolcoder613eb&#x2F;minchat</a>
评论 #39733272 未加载
评论 #39732316 未加载
anthkabout 1 year ago
A simple text site such as Reddit and some Digg clones are nearly unusable under an Item ATOM with a JS based client.
bloatedforeverabout 1 year ago
I think Web bloat started with pretty urls, they provide nothing on top of traditional urls yet every request has to parse them unnecessarily. It&#x27;s such a waste on a huge scale, especially for slow languages plus the expensive regex processing as well.
troupoabout 1 year ago
Also related: Performance Inequality Gap 2024 <a href="https:&#x2F;&#x2F;infrequently.org&#x2F;2024&#x2F;01&#x2F;performance-inequality-gap-2024&#x2F;" rel="nofollow">https:&#x2F;&#x2F;infrequently.org&#x2F;2024&#x2F;01&#x2F;performance-inequality-gap-...</a>
ksecabout 1 year ago
&gt;There are two attitudes on display here which I see in a lot of software folks. First, that CPU speed is infinite and one shouldn&#x27;t worry about CPU optimization. And second, that gigantic speedups from hardware should be expected and the only reason hardware engineers wouldn&#x27;t achieve them is due to spectacular incompetence, so the slow software should be blamed on hardware engineers, not software engineers.<p>Not just the quote but the whole piece. I am glad this was brought out by Dan, and gets enough attentions to be upvoted. ( Although most are focusing on Server Rendering vs Client Side Rendering; Sigh) A lot of what it said would have been downvoted to oblivion on HN. A multi billion dollar company CTO once commented on HN, why should I know anything about CPU or Foundry as long as they give performance improvements every few years.<p>Not only Jeff Atwood, there are plenty of other Software developers, from programming languages authors, backend and Frontend Frameworks authors, with hundreds of thousands of followers, continue to pump out views like Jeff on social media. Without the actual understanding of hardware nor the business or selling IPs or physical goods.<p>Hardware Engineers has to battle with Physics. And yet gets zero appreciation. Most of the appreciations you see <i>now</i> around Tech circle are completely &quot;new&quot;. For a long time no one heard of TSMC. ASML wasn&#x27;t even known until Intel loss its leading node. Zero understanding of CPU design nor even basic development cycles. How it will takes years just to get a new CPU out. And somehow hate Qualcomm because they didn&#x27;t innovate. A company that spends the highest percentage of revenue on R&amp;D in tech industry.
iamsaitamabout 1 year ago
How the lack of design impacts users that want to read your blog post
gcanyonabout 1 year ago
I&#x27;ve had this same experience with low-bandwidth situations while traveling: more than a few times I&#x27;ve cursed Apple for not making iOS engineers test with 3G or even 2G connections.
patrick451about 1 year ago
The entire &quot;Premature optimization is the root of all evil&quot; notion should be considered harmful. That one idea has completely destroyed the end user experience.
masa331about 1 year ago
My own recent experience with this - i run a small sass web app and about a year ago i decided to partner with advertising company to help with the grow.<p>Part of the plan was that they will remake our static homepage in Wordpress bc it will be easier to manage it for them and also easier to add a blog, which was part of the new plan. I know Wordpress is slow and i would say unnecessary also but i said yes bc i did not want to micromanage them.<p>A year later we parted our ways and i was left with WP where the page load was abysmal(3-5 seconds) and about 10Mb of bs. There was something called &quot;Oxy&quot; or &quot;Oxy builder&quot; which would add a tons of style,js and clutter to the markup and kind of SPA page load style but horribly failing.<p>So now i migrated the site to Jekyll, got rid of all the bs and it&#x27;s back fast. And for me also again possible to really improve.<p>So for my businesses i&#x27;m not touching WP ever again and that will be a huge bloat reduction in itself
评论 #39732981 未加载
Thorrezabout 1 year ago
Okta has a speed test?
评论 #39729777 未加载
morcusabout 1 year ago
Does anyone know how to measure CPU time on the main thread for a page load? I want to benchmark this for my own site.
Razenganabout 1 year ago
Browsers should only display documents, not apps.<p>That&#x27;s what operating systems are for.<p>Just give native apps what made the web popular in the first place:<p>• Ability to instantly launch any app just by typing its &quot;name&quot;<p>• No need to download or install anything<p>• Ability to revisit any part of an app just by copy&#x2F;pasting some text and sharing it with anyone.<p>All that is what appears and matters to users in the end.<p>--<p>But I suppose people who would disagree with this really want:<p>• The ability to snoop and track people across apps (via shit like third-party cookies etc)
richrichieabout 1 year ago
I wonder how much of the bloat of modern shiny internet widgets is pure lipstick that does not add any tangible value.
uaserussiaabout 1 year ago
I have modern I7, 64GB RAM, RTX3090, a 7gbps NVME SSD and a 1Gbps internet connection. Can run pretty much any game maxxed out in 4k with 100 fps. Download 100GB files in few minutes. Can do all sorts of tasks and workloads. Can calculate the 20th billionth number of PI in a microsecond. What I cant do however is use twitter without stutters and hitches, or windows, or any shopping website.<p>Nice work, webdevelopers!
评论 #39734473 未加载
baseline-shiftabout 1 year ago
People can only comfortably read a maximum of 17 words per line. Best is 12. That text should be in two columns.
timnetworksabout 1 year ago
68k.news loads fine, it&#x27;s probably that the people writing your applications are not great at their jobs?
FrojoSabout 1 year ago
Has someone attempted to do the math on how much CO2 is emitted because of needless bloat and adds?
FridgeSealabout 1 year ago
&gt; As sites have optimized for LCP, it&#x27;s not uncommon to have a large paint (update) that&#x27;s completely useless to the user, with the actual content of the page appearing well after the LCP<p>Aahh yes, the “I’ve loaded in my 38 different loading-shimmer-boxes, now kindly wait another 30 seconds while each of them loads more”<p>Can we go back to “your page is loaded when _everything _ finishes loading” and not these unhelpful micro-metrics web devs are using to lie to themselves and users about the performance of their site?
Zpalmtreeabout 1 year ago
I don&#x27;t care. Upgrade your device. You don&#x27;t make me money.
qingcharlesabout 1 year ago
Anyone know how to buy an Itel P32 in the USA? :&#x2F;
hacker_88about 1 year ago
PUBG runs on 60fps , Web runs 0.4fps. Oh No Optimization
illusive4080about 1 year ago
My 2017 i7 MacBook Pro struggles on websites. It’s absurd.
khiqxjabout 1 year ago
the web is a pile of horse shit why is this even news. the best part is how all the SJW apple tesla cloud smart tech yuppies in tech dont care about how 99% of the world who cant afford to buy a new machine every year have an experience on their product worse in every way than dial up as they force every formerly paper transaction onto web. just opening firefox with blank home page can take deciseconds and even minutes. even opening a new blank tab is unresponsive and lags up the UI. on anything but mid-high range <i>desktop</i> hardware.<p>how does this even have 200 upvotes? i cant count more than 1 or 2 websites that doesnt have infinite bloat for useless nonsense like the cookie popup social media whatever 10 meme frameworks and 100 js libs injected into the page. HNers just read &quot;bad stuff bad&quot;, respond &quot;yup&quot; like a zombie, and continue doing bad stuff
anticensorabout 1 year ago
This is a manifestation of Wirth&#x27;s law, again.
ashayhabout 1 year ago
This is bad from a global warming perspective.
zac23orabout 1 year ago
Nobody, nobody, nobody cares about old hardware, performance, users, etc. if anyone cared, React wouldn&#x27;t be a success. The last time I tried to use the react website on an old phone, it was slow as hell.<p>LetsEncrypt is stopping serving Android 7 this year. Android 7 will be blocked from 19% of the web: <a href="https:&#x2F;&#x2F;letsencrypt.org&#x2F;2023&#x2F;07&#x2F;10&#x2F;cross-sign-expiration" rel="nofollow">https:&#x2F;&#x2F;letsencrypt.org&#x2F;2023&#x2F;07&#x2F;10&#x2F;cross-sign-expiration</a> The option is to install Firefox.<p>Users with old hardware are poor people. Nobody wants poor people around, not even using their website.<p>“Fuck the user”, that&#x27;s what we heard from a PO when we tried to defend users, imagine if we tried to defend poor users.
评论 #39730047 未加载
评论 #39730199 未加载
评论 #39736811 未加载
评论 #39730057 未加载
nofunsirabout 1 year ago
It impacts me, and I have a fast device!
INGSOCIALITEabout 1 year ago
web bloat also impacts my sanity
hexage1814about 1 year ago
What I noticed more and more is me using alternative front-end or deliberately changing my user-agent to some old browser in some sites that still have some legacy version
mastaziabout 1 year ago
&gt; While reviews note that you can run PUBG and other 3D games with decent performance on a Tecno Spark 8C, this doesn&#x27;t mean that the device is fast enough to read posts on modern text-centric social media platforms or modern text-centric web forums. While 40fps is achievable in PUBG, we can easily see less than 0.4fps when scrolling on these sites.<p>Remember this the next time marketing asks the frontend team to implement that new tracking script and everyone assumes that users won&#x27;t even be able to tell the difference.
评论 #39731071 未加载
评论 #39731482 未加载
评论 #39731440 未加载
评论 #39730885 未加载
评论 #39730837 未加载
评论 #39731047 未加载
评论 #39730887 未加载
评论 #39730834 未加载
评论 #39731279 未加载
评论 #39731353 未加载
评论 #39731966 未加载
MichaelMugabout 1 year ago
Since 2000, I&#x27;ve observed the internet shift from free sharing of information to aggressive monetization of every piece of knowledge. So I suspect that is the culprit. If you use the mobile web on the latest iPhone you&#x27;ll find its unusable without an ad-blocker.
评论 #39729560 未加载
评论 #39729826 未加载
评论 #39729876 未加载
ugjkaabout 1 year ago
Here is how you do web: <a href="https:&#x2F;&#x2F;forum.dlang.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;forum.dlang.org&#x2F;</a> Observe the speed
评论 #39729695 未加载
评论 #39729653 未加载
评论 #39729615 未加载
评论 #39729618 未加载
评论 #39730581 未加载
评论 #39729871 未加载
评论 #39729863 未加载
legulereabout 1 year ago
Missing text styling impacts all users. The text is hardly legible. You really don&#x27;t need much styling (bloat) to get a good result, as demonstrated on <a href="http:&#x2F;&#x2F;bettermotherfuckingwebsite.com" rel="nofollow">http:&#x2F;&#x2F;bettermotherfuckingwebsite.com</a>
评论 #39730082 未加载
评论 #39730093 未加载
评论 #39729870 未加载
sylwareabout 1 year ago
google web engines (blink&#x2F;geeko) and apple web engines with their SDK are sickening. They are an insult to sanity. They well deserve their hate.
评论 #39729897 未加载
nhggfuabout 1 year ago
re: Wordpress - with which theme? benchmarked on default theme they give away free like &quot;2024&quot; or whatever ?<p>obvs a good coder optimizes their own theme to get 100% score on lighthouse.
ameliusabout 1 year ago
Perhaps these people are better off by running a web browser on a remote machine and interfacing with it over VNC.
评论 #39729578 未加载
评论 #39729545 未加载
评论 #39730045 未加载