• Rhaedas@fedia.io
    link
    fedilink
    arrow-up
    19
    ·
    2 days ago

    Part of good website design back then was to set up the webpage so it shows the structure first, then fills in over the rest of the time, and also why interlacing was used a lot for images, so you could see the image gradually form over the load time vs. top to bottom or nothing at all until the end.

    If you’re really old enough, you remember being able to read the BBS text as it came in.

    • CookieOfFortune@lemmy.world
      link
      fedilink
      arrow-up
      1
      ·
      1 day ago

      I mean this is true of MPAs that care about load times as well. Use server side rendering to send the initial HTML structure and then load only the JS that’s needed to interact with the current page state.