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.

  • @bob_wiley
    link
    English
    22
    edit-2
    11 months ago

    deleted by creator

    • Rikudou_Sage
      link
      fedilink
      51 year ago

      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.

      • @bob_wiley
        link
        English
        5
        edit-2
        11 months ago

        deleted by creator

      • Semi-Hemi-Demigod
        link
        fedilink
        41 year ago

        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.

        • 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