Skip to content
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

Delay on new version (8.0P4) #2956

Closed
modz2014 opened this issue Apr 8, 2023 · 11 comments
Closed

Delay on new version (8.0P4) #2956

modz2014 opened this issue Apr 8, 2023 · 11 comments

Comments

@modz2014
Copy link

modz2014 commented Apr 8, 2023

The new version of ILSpy there is a delay on loading it not sure why

@modz2014 modz2014 added the Bug label Apr 8, 2023
@christophwille
Copy link
Member

Can you be more specific - on the delay you are seeing and the versions you are comparing.

@modz2014
Copy link
Author

modz2014 commented Apr 8, 2023

the one before the new one it takes a few seconds to load i notice in the taskbar it loads like 4 in memory before loading ILSpy.exe

@christophwille
Copy link
Member

christophwille commented Apr 8, 2023

Are you talking 8.0 p3 to 8.0 p4 or 7 rtm vs 8.0 p4? (or something else) Also, information about the size of your assembly list as well as the performance of your machine please (win10 or win11 is also relevant).

@modz2014
Copy link
Author

modz2014 commented Apr 8, 2023

windows 10 8.0 p3 to 8.0 p4

@siegfriedpammer
Copy link
Member

@modz2014 Does my latest commit fix the delay you experience?

@modz2014
Copy link
Author

modz2014 commented Apr 9, 2023

ill compile it now

@modz2014
Copy link
Author

modz2014 commented Apr 9, 2023

yes it loads a bit better only like 1 second delay not as bad as it was before

@christophwille
Copy link
Member

christophwille commented Apr 9, 2023

For documentation purposes: root cause analysis information in comments following #2906 (comment) as well as aa0abcd#r108124736

For remote tracking: the four windows that popped up were AvalonDock Dirkster99/AvalonDock#407 (comment)

@christophwille christophwille changed the title Delay on new vesion Delay on new version (8.0P4) Apr 9, 2023
@christophwille
Copy link
Member

@modz2014 if you want to measure (roughly) startup time, you can place

var diff = DateTime.Now - Process.GetCurrentProcess().StartTime;
MessageBox.Show(diff.ToString());

in MainWindow.OpenAssemblies. On @siegfriedpammer's machine that is roughly 1.26 seconds, with no discernible difference for P3 to P4 now after the fix. Closing the issue.

@modz2014
Copy link
Author

no worries cheers

@modz2014
Copy link
Author

also is there a .net framework project with the latest stuff as my Debug plugin does not work with net6.0-windows only .net framework i can not update the plugin as i have losted my source code for this

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jul 18, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants