Tutu uses too much memory #33
Labels
No labels
bug
duplicate
feature
accepted
feature
proposal
help wanted
invalid
performance
question
user-agent/chromium
user-agent/webkit
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Rubicon/tutu#33
Loading…
Reference in a new issue
No description provided.
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?
Reproduction:
My guess is the app uses too much memory.
PWA crashes after "load more" multiple times on timelines page.to Tutu uses too much memoryObserved on Firefox(Linux) in development mode: in the timelines uses 300-400MB, in reload or HMR can bump to 600MB
This happens after we use ResizeObserver to calculate layout in
MediaAttachmentGrid
. Previously the number is usually 250-400MB.I don’t know if we need to switch to another layout for this.
I think this problem is partially solved by using css containment.