-
-
Notifications
You must be signed in to change notification settings - Fork 434
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
Slow launch & UI #536
Comments
Hi, EverythingToolbar still uses .NET Framework and WPF, so using Windows App SDK is a bit out of the question (but thanks for suggesting!). I agree that EverythingToolbar can feel slightly sluggish depending on the machine it is running on, but I would be interested to hear from you which parts specifically you notice being slow. Some things might just be limitations of the tech stack used, while other things could probably be optimized further. |
The initial launch is slightly slow. |
At least for me, there is a noticable slowdown between v1.5 and the version immediately preceding it -- for both the initial window to appear as well as any search results to populate the window once search terms have been entered. |
How much slower roughly in milliseconds are we talking here? Could you please try downgrading to 1.4.1 again to confirm that it is indeed faster? I am not sure which changes would affect performance in any noticable way. I would have to take a close look again. |
I have played around a little more and noticed these things:
Did you observe any other systematic slowdowns? |
Oh my gosh, please fix that low-framerate closing animation. It really bugs me a lot |
I will try downgrading and report back, sure. I'd say it's actually a couple of seconds rather than milliseconds. By the way, thank you for creating/maintaining this super useful tool. |
Preflight Checklist
Problem Description
The UI in Everything Toolbar is slightly slow (when compared to other apps).
Proposed Solution
Does Everything Toolbar use Windows App SDK? Asking because it is a known limitation of that framework and an improvement is available in the latest update (1.6).
Native AOT support
From https://blogs.windows.com/windowsdeveloper/2024/09/04/whats-new-in-windows-app-sdk-1-6/Alternatives Considered
None
Additional Information
No response
The text was updated successfully, but these errors were encountered: