Initial load too slow on Firefox #87
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
When I open https://app.flotilla.social on Chrome it pops right up, but on Firefox it takes over a minute before I see the UI and I get this warning about the page being slow:

I wasn't able to inspect element to get performance information easily, but I probably could if I try harder.
This I think is related to how we have to get everything out of indexeddb before booting the app. I am super annoyed by it, but I'm not sure how to solve it without making writes heavy with pruning, or avoiding flashes of missing content. But it does need to be solved.
I've improved this slightly with #90, further optimization could be done, but it should be much better. Reopen if it's still annoying.
I've improved this slightly with #90, further optimization could be done, but it should be much better. Reopen if it's still annoying.