Probably not worth another thread so I'll add this in here as it's browser related, Martin can tell me to clear off if he likes but a couple of days ago Firefox Android stopped displaying avatars. I've checked on two devices and it's the same but fine in Chrome. Tried clearing the cache but with no change but if I request the desktop site, then it works fine.
Sometimes, just the last few days, Lightning Android has been stopped displaying avatars and sometimes it stops loading all stylesheets. Closing the browser and reopening gets it working again.
The avatars seem to be embedded in the page html now - I don't know if that's a change made at the same time
@Shaun moved javascripts to Cloudflare a few days ago as mentioned in
https://www.cyclechat.net/threads/p...irected-in-a-few-seconds.198619/#post-4225419 - it seems that a page with 9k of text is 90kb of html and switching image-downloading off won't save your data allowance.
I'd expect that extracting and processing a load of data:image/... strings is more demanding on the browser. Chrome and Firefox probably use different code to do that, which would explain results differing. Being more demanding on the browser may explain odd editing/UI behaviour too.
Investigating my unstyled-page problem a bit more: stylesheets now seem to have names that involve pagespeed and random character IDs. It looks like a new stylesheet is downloaded for almost every page rather than most of the styling being cached for the whole site - I don't understand why that is optimised but I don't know how it worked before. It probably means that if cloudflare doesn't respond quickly enough at any time (or doesn't respond at all for some reason), then I get an unstyled page.
Fun, isn't it?