-
Notifications
You must be signed in to change notification settings - Fork 121
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
"Create new wiki" extremely slow on MacOS #266
Comments
Thanks @michaeljmcd. I'm also on Ventura 13.1 with decent download speeds, and I'm seeing the same 10s or more delay when creating a new wiki. As you say, the new wiki is being downloaded from the internet, but it shouldn't be that slow. I assume there's a problem with the code that downloads and saves the file. I'll investigate. TiddlyDesktop/source/js/window-list.js Lines 220 to 233 in d69d073
That seems to be a layout issue if the window is too narrow – @Telumire might that be related to the recent CSS updates? |
Hi @Jermolene ! I tried to reproduce the issue with the latest release (tiddlydesktop-win64-v0.0.16) but the creation of a new wiki take about 1 or 3 seconds, which is about the same delay than what I'm accustomed to. Beside the only thing that I modified for the update was the tiddlers relate to the wiki list so I dont see how this could impact the creation of a new wiki ? I'm on windows 10 by the way, maybe this has something to do with nw.exe ? 2023-01-13.20-58-19.mp4And the UI looks fine on my side: |
Apologies @Telumire – I think the 2nd issue (the one illustrated by @michaeljmcd in the OP) is actually a long-standing layout issue that is triggered when the wikilist window is too narrow to fit the pathname. Presumably the fix is to turn on CSS wordwrap for those strings. The 1st issue (the performance of downloading an empty wiki from tiddlywiki.com) appears to only affect macOS. |
To verify that the problem doesn't lie with the https://tiddlywiki.com infrastructure, I added a new template with a TiddlyHost wiki as the URL, and still experienced the same stalling in the download. I'll try upgrading to the latest nw.js. |
@Jermolene I can add some evidence that it's not isolated to macOS. I have a Windows 10 machine for work. The "Create from a Template" buttons for both prerelease and release create a 0 byte file immediately, but I haven't been able to successfully download a wiki via them. Adding a wiki file that's been downloaded externally works perfectly well though. |
Running TiddlyDesktop v0.0.16 on macOS Ventura 13.1, creating a new wiki ("Create new wiki" > "Empty tiddly wiki file") runs extremely slowly. It takes over 10 minutes to complete. If I check the create directory, I see a small (600-700kb) file created right away and then the full wiki much later (the first time I noticed this, I assumed it would never complete, deleted the file and a broken wiki window popped up minutes later).
Some other notes:
Downloads
which isn't a cloud storage location.The text was updated successfully, but these errors were encountered: