-
Notifications
You must be signed in to change notification settings - Fork 132
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
[BUG] Slow loading with Huge tiddlywiki HTML (50M, gzip to 5M), parsing takes forever. #391
Comments
In the developer console window enter 'getEventListeners(window)' and see what the results are. I noticed you have 32k+ tiddlers and you also sync it up on github. I recorded the performance for a few minutes and noticed that the events taking the highest percentage of time were the paint and rendering in the browser. And I wasn't doing much more than poking through the control panel once I found and selected English. Just a suggestion. I have to wonder if one of the events running is the syncing of the wiki to github, or the refresh of images stored on github. I noticed one of the plugins appeared to poll the disk at intervals to update the wiki if a file or image had changed. Just some random thoughts poking through the monster. |
Describe the bug
I have a wiki https://onetwo.ren/CDDA-Kenan-Modpack-Chinese/#Abrahms_MartialArts%E2%86%92martial_art%E2%86%92style_knifefighting that takes too long to be able to interact, while network request only takes 1s.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
It's able to scroll or click button, at least interact with current tiddler. Other jobs can be delay or lazy-done.
Screenshots
The text was updated successfully, but these errors were encountered: