Are you using it as an installed PWA? I’m not having any issues with animations or scrolling. I have run into a few weird UI bugs with slide up menus within communities, but that’s about it.
As the Memmy dev I can also highly recommend wefwef. Great product for such a short lifespan.
Quick question: I noticed the API calls aren’t (weren’t?) compressed, is that on purpose?
Going outbound or inbound? Outbound the requests are super basic, inbound they are pretty large. There’s a lot of limitations on that.
For example to get basic user info you have to receive a bunch of other information that you’re not going to bother using. Hopefully in time this will get changed, because there’s no reason to be receiving so much data whenever you really only need a few bytes.