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

Severe performance impact of SmartSystemMenu on taskmanager #131

Open
sebthom opened this issue May 29, 2024 · 3 comments
Open

Severe performance impact of SmartSystemMenu on taskmanager #131

sebthom opened this issue May 29, 2024 · 3 comments

Comments

@sebthom
Copy link
Contributor

sebthom commented May 29, 2024

When SmartSystemMenu is running opening the TaskManager and going to the Details tab makes the task manager freeze for some seconds.
Scrolling in the Details list becomes very sluggish.
When I try grab the title bar of the task manager window with the mouse and move the window around the movement stutters.

I already added taskmgr.exe to process exclusion but it makes no difference.

The moment I stop SmartSystemMenu the TaskManager behaves snappy again.

I am using a relatively powerful laptop with AMD Ryzen 7 Pro 7840U and 64GB of RAM and Windows 10.0.19045.4412 and SmartSystemMenu 2.26.1

I don't know if it is the same cause like for #107 but I currently only experience the issue with the task manager.

I am using SmartSystemMenu already for quite some time and haven't noticed this issue before, so maybe something changed in the last releases that results in the performance degradation.

@AlexanderPro
Copy link
Owner

Hi @sebthom,

If you have the opportunity, could you compare versions 2.26.1 and 2.22.0

@sebthom
Copy link
Contributor Author

sebthom commented May 31, 2024

I could not reproduce the issue with any release using the default config. So I checked what I changed.
So for me when I add explorer.exe or taskmgr.exe to the processExclusions list things get slow.
Adding explorer.exe results in a 2 second freeze when closing the taskmanager and adding taskmgr.exe to the exclusion list, then the taskmanager's details and services views became very slow.

So maybe you can reproduce it with:

  <processExclusions>
    <processName>slack.exe</processName>
    <processName>dllhost.exe</processName>
    <processName>sihost.exe</processName>
    <processName>code.exe</processName>
    <processName>smartscreen.exe</processName>
    <processName>explorer.exe</processName>
    <processName>taskmgr.exe</processName>
  </processExclusions>

The issue is the same with 2.22.0 now but as I said before I am only noticing the issue since a few weeks.

@AlexanderPro
Copy link
Owner

I think, I have reproduced the issue. Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants