cross-posted from: https://lemmy.world/post/1005198

I would assume it is, since the server only needs to serve the API calls and not the whole web site code?

If so, getting people to use the apps could help with the current wave of users a little.

  • @marsara9@lemmy.world
    link
    fedilink
    English
    51 year ago

    In general the database queries themselves are the most expensive. That and maybe the ActivityPub messages. The HTML/Javascript content from the browser should be nothing in comparison, especially since it’s static. So in the end, it shouldn’t matter if you’re using a mobile client or a browser, assuming both are optimized.

    • Izzy
      link
      fedilink
      English
      41 year ago

      That sounds perfectly logical, but for some reason the site through a web browser has been significantly slower than in an app like Jebora for me.

      • @marsara9@lemmy.world
        link
        fedilink
        English
        21 year ago

        I haven’t looked at the code for either the web-UI nor Jebora, so I can’t say if either are written optimally. In theory they should be comparable at least because they are written by the same developers, but who knows…

        But that’s interesting, for myself on Jebora, it’s slow as molasses. I constantly get network timeouts and JSON errors. On the browser it at least feels smooth, just longer load times.