-
Notifications
You must be signed in to change notification settings - Fork 58
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
Profile startup time and project list update #54
Labels
Comments
could test this fileversioninfo |
with 103 recent projects and 15 unity editors, typing or erasing in search field is getting sluggish.. *another pc with 61 recent projects and 15 unity editors, no lag on search. |
unitycoder
added a commit
that referenced
this issue
Dec 25, 2023
unitycoder
added a commit
that referenced
this issue
Jan 2, 2024
unitycoder
added a commit
that referenced
this issue
Jan 8, 2024
unitycoder
added a commit
that referenced
this issue
Feb 13, 2024
* dev: refresh projects after adding Unity editors, started adding project properties window (not used yet), new project: add warning if projectname starts or ends with Space character change/optimize GetElapsedTime #54 simplified Project.ToString() override (its not needed anywhere, but WPF keeps calling it) #54 remove unnecessary FindDir/DirectoryInfo scan #54 avoid calling checkbox checked setting save code at startup (#54) after sorting columns: scroll view to selected row
with 160 projects and all columns visible, scrolling the list is sluggish. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
takes over 1s sometimes.. how to profile wpf apps and startup time..?
https://docs.microsoft.com/en-us/visualstudio/profiling/application-timeline?view=vs-2019
https://stackoverflow.com/a/33532790/5452781
The text was updated successfully, but these errors were encountered: