I swear every mobile site is absolute garbage that runs like ass on phones.

  • IzzyData
    link
    fedilink
    arrow-up
    5
    ·
    1 year ago

    I think some of the web frameworks people use are converting the desktop site into a mobile layout by applying additional CSS and layers ontop of it that makes it more inefficient.

    • xmunk@sh.itjust.works
      link
      fedilink
      arrow-up
      8
      ·
      1 year ago

      If done well this isn’t a noticeable performance impact. CSS is blazingly fast and even mobile devices can handle thousands of rules essentially instantly… sometimes, however, modern web frameworks use Javascript to either dynamically rewrite rules or, worse even, manually apply different styles to individual elements based on page width.

      Also, react is a bloated piece of shit that can make any page take forever to load on a 3g or lower connection… and it’s extremely popular.