- The cornerstone is fetching your inbox. Which contains everything: your feed, comments on your posts, your notifications, and so on. In one single stream. The only feasible way of trying to deal with this is storing everything on the client, forever, and syncing occasionally.
- All images are always full-size jpegs. Just imagine all the data you could waste with that.
- You'd have to issue A LOT of requests, to different servers, to render something like a group profile.
@mariusor let's see.
- The cornerstone is fetching your inbox. Which contains everything: your feed, comments on your posts, your notifications, and so on. In one single stream. The only feasible way of trying to deal with this is storing everything on the client, forever, and syncing occasionally.
- All images are always full-size jpegs. Just imagine all the data you could waste with that.
- You'd have to issue A LOT of requests, to different servers, to render something like a group profile.