Initial load too slow on Firefox #87

Closed
opened 2026-02-26 14:32:50 +00:00 by mplorentz · 3 comments
Collaborator

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:
Screenshot 2026-02-26 at 9.30.41 AM.png

I wasn't able to inspect element to get performance information easily, but I probably could if I try harder.

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: ![Screenshot 2026-02-26 at 9.30.41 AM.png](/attachments/c6f20341-b46e-4aa5-9ec2-f764640fde44) I wasn't able to inspect element to get performance information easily, but I probably could if I try harder.
Owner

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.

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.
Owner

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.
hodlbod added the priority label 2026-03-13 00:34:29 +00:00
hodlbod self-assigned this 2026-03-13 00:34:33 +00:00
Owner

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.
Sign in to join this conversation.
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: coracle/flotilla#87