-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Perfomance issues on big page load or config change #15
Comments
Suggestion for case B -- it seems FF in mentioned situations lightly refreshes all loaded pages. Probably it's possible to do some check if page is open or before applying/reapplying transformation? Not sure if DR does this, probably its' CSS manipulations are free relatively to raping DOM with thousands of tiny objects. Such check of page presence might be simple to implement |
Suggestion for case A -- manipulate only text blocks that are currently in the viewport +50% above/below. Might automatically improve case B a little. |
Idea for case B.ii. |
FF freezes for up to a minute in some scenarios.
A. Long pages, not just infinite scroll. Now I noticed that in this case only first two screens are processed.
B. I have lot's of tab opened (50+ i think, in different windows and workspaces, I am not that mad) and something changes, primarily:
FF on Linux Mint 21 Cinnamon on desktop with i5 6th gen and 50GB RAM. Only 20% free at the moment and some swap used tho 🤔 Nothing bothers CPU during experiments, but experiment itself causes 100% spike on all cores.
The text was updated successfully, but these errors were encountered: