There have been multiple accounts created with the sole purpose of posting advertisement posts or replies containing unsolicited advertising.

Accounts which solely post advertisements, or persistently post them may be terminated.

Would the internet be significantly faster if there wasn't so much farming of metadata / cookies?

I grew up during the dial up era of internet and remember how insane it was each time the technology improved, broadband, dsl, fiber etc.

I wouldn’t expect pages to instantly load, but I have to imagine all the data farming is causing sites to be extremely bogged down.

MikeT ,

It is not entirely data farming, a lot of this is due to use of heavy assets like fonts, frameworks, images, videos, etc. A lot of that is downloaded as part of loading the site initially and then the browser has to render/compute the site’s use of JavaScript, CSS, etc.

Fonts and some JS assets are cached by the browsers and CDN to try to minimize redownloading it but it doesn’t change the fact that average websites today are much heavier than it was back in 90s.

See how fast this site loads: text.npr.org

Or tildes.net compared to Reddit.

zik ,

Run ublock origin and turn off all the ads and trackers. Then you can see for yourself how much faster it is.

The answer is… it depends on the page but in some cases a lot, in other cases not much.

IverCoder ,

I have been using uBlock for an extremely long time now and sites seem to become faster over time even though I have never upgraded my laptop all these years.

When I tried to disable uBlock for a day, my laptop forcefully shut down after 30 minutes.

Software optimization over time improves performance but is outweighted by the tracking crap they put in there.

Treczoks ,

Lets put it this way: A typical news page pulls a few megabytes of HTML, CSS, their own images, web framework scripts, advertising, etc. For showing about 500-1000 bytes of actual text.

qupada ,

Worse still, a lot of "modern" designs don't even both including that trivial amount of content in the page, so if you've got a bad connection you get a page with some of the style and layout loaded, but nothing actually in it.

I'm not really sure how we arrived at this point, it seems like use of lazy-loading universally makes things worse, but it's becoming more and more common.

I've always vaguely assumed it's just a symptom of people having never tested in anything but their "perfect" local development environment; no low-throughput or high-latency connections, no packet loss, no nothing. When you're out here in the real world, on a marginal 4G connection - or frankly even just connecting to a server in another country - things get pretty grim.

Somewhere along the way, it feels like someone just decided that pages often not loading at all was more acceptable than looking at a loading progress bar for even a second or two longer (but being largely guaranteed to have the whole page once you get there).

schzztl ,

You WILL watch this flashy, totally necessary popup video on 4G and you WILL like it!

scarabic ,

Other than a couple of top-tier ad companies like Google and FB, ad companies tend to have really bad technology. They can’t attract the best engineering talent because everyone hates ads and they are a mess to work with. As a result, advertising code is garbage and runs like shit. News sites who are not primarily tech companies are at the mercy of ad companies to run their advertising and they end up piled down with third party crap. Most small ad companies are smash-and-grab efforts by a few ruthless entrepreneurs to vampire away small sites’ revenue or steal a bunch of user data and sell it. They all want to be acquired by a bigger company and walk away with some cash. No one is working on solving problems long term.

Resistentialism ,

Fuck it. Might start an ad running business to draw in people who want to run ads and then mysteriously have a severe server fire.

jjjalljs ,

Most of that stuff is async so probably not a lot. Like, you load the page and it sends a request off to pendo, but the page doesn’t wait for that to finish before doing the next thing.

There are a lot of ways to make pages perform badly, though, especially as they get more dynamic.

At my job the home page was loading extremely slowly for a while until we realized a refactor had made the query backing it extremely stupid. Like it accidentally was doing a separate query for every user associated with every post you could see, and then not even using the results. Oops. Fixed that and got a huge performance increase, but it had nothing to do with data tracking.

PeterPoopshit , (edited )

Probably not. I think the timeouts are set up differently or something. Back in the day even if you had 1.2kb/s dial up internet, you could reliably load webpages and all their css if you were patient. Nowadays, if your internet speed dips by even a little bit, everything stops working and being patient about it only results in error screens.

bob_wiley ,
@bob_wiley@lemmy.world avatar

deleted_by_author

  • Loading...
  • rikudou ,

    It looks like they’re making a separate call for each user avatar in the comments, for example.

    The browser does that. How would you expect to get the images except for one by one? It has always been the case for as long as images have been supported.

    Semi-Hemi-Demigod ,
    @Semi-Hemi-Demigod@kbin.social avatar

    There is a technique where you put all the images side by side in one file and then reposition it in the view port to show different images. Usually this is for icons since profile pics change too often and would need rebuilt server side each time.

    0421008445828ceb46f496700a5fa6 ,
    @0421008445828ceb46f496700a5fa6@kbin.social avatar

    Then you can put all possible images anyone could ever upload as a profile pic into a meta image and assign a 3 MB identifier to each user to specify which subsection of the image to view for that user

    Semi-Hemi-Demigod ,
    @Semi-Hemi-Demigod@kbin.social avatar

    You know, I bet crypto mining rigs would be great at generating all those images.

    ares35 ,
    @ares35@kbin.social avatar

    that's image sprites.

    nowadays, icons are very often SVG embedded right in the html or js.

    jet ,

    Turn off javascript and load a web page…

    example.comor craigslist.org

    thats how fast the web could be

    TrenchcoatFullofBats ,

    And install the NoScript extension and see exactly how many additional companies are getting your data when you just want to learn 15 fascinating facts about frogs.

    Izzy ,
    @Izzy@lemmy.world avatar

    Web pages of today have so much added on nonsense. It’s not necessarily data farming, but also the frameworks used to develop the website themselves. Modern websites are basically entire software running in the browser even when it is used to run a simple seemingly static page. The purpose of these frameworks is to make complex things more simple for developers to make, but then people end up using them in situations that might not call for it. I think there is a general belief that since computers keep getting more powerful that it is fine to keep making software bigger and less efficient.

    ayaya ,
    @ayaya@lemdro.id avatar

    Reminds me of one of my favorite websites: motherfuckingwebsite.com

    masterofn001 ,

    And I read every single word on that page.

    Motherfucker.

    (Thanks! I’ll be sharing this with a tenant here for school for web design.)

    sloppy_diffuser ,
    keet ,
    @keet@kbin.social avatar

    On a slightly less satire-y level, I enjoy using plaintextsports.com when discussing sportsball. Loads quick, without a lot of nonsense. It is quite hilarious how long it takes for someone to load up and find up to date info on, say, espn or the local newsstaion site.

    mustardman ,

    I checked it out, pretty lightweight. It’s funny, when you click on a game to go to the website it’s hosted on it’s a night-and-day experience of slow loading due to cookie permissions, video players loading/playing, etc.

    andrewta ,

    That last sentence is so damned true.

    shnurr ,

    Well if you just try to load a news website with and without an ad blocker you will usually notice a huge difference. So yes.

    But also, technology has become much more complex compare to the beginning of the internet. So every piece of software is more bloated than it used to be, sometimes for a good reason, sometimes less so.

    Khalmoon OP ,

    Thank you, I wasn’t sure if I was just getting impatient with websites and not appreciating how far we’ve come since DSL. It’s made sense in my head but it always felt like a mildy dumb question

    SpaceNoodle ,

    There’s never a “good” reason for bloat.

    WoodenBleachers , (edited )
    @WoodenBleachers@lemmy.basedcount.com avatar

    Production time. “Bloat” can mean quicker turnaround but less efficient code

  • All
  • Subscribed
  • Moderated
  • Favorites
  • [email protected]
  • random
  • lifeLocal
  • goranko
  • All magazines