• @[email protected]
    link
    fedilink
    36
    edit-2
    1 month ago

    Web “Apps” are also quite bad. Lots of and lots of stuff we’re downloading and it feels clunky.

    Sometimes that’s bad coding, poor optimization, third party libraries, or sometimes just including trackers/ads on the page.

    • @[email protected]
      link
      fedilink
      English
      431 month ago

      I vaguely recall a recent-ish article that an average web page is 30mb. That’s right, thirty megabytes.

      It’s amazing how much faster web browsing becomes when I run PiHole and block most of it.

      Suddenly the TV is pretty snappy, and all browsers feel so much smoother.

    • @[email protected]
      link
      fedilink
      English
      211 month ago

      Some devs will include a whole library for one thing instead of trying to learn another way to do that thing.

      • chraebsli
        link
        fedilink
        131 month ago

        A whole library which was meant to to 10 things, but you only use one. And that for x libraries

      • @[email protected]
        link
        fedilink
        English
        71 month ago

        Nowadays libraries are built with tree-shaking in mind, so when it’s time to deploy the app only the code that’s actually used gets bundled.