-
-
Notifications
You must be signed in to change notification settings - Fork 203
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
High rate of accessing a background file #289
Comments
Hello! Thanks for raising this issue, I agree this behavior is not optimal. It would be better to load the picture only once in memory for the lifetime of the program. |
@mathoudebine yeah, I'm using theme Cyberpunk and also see file |
Hi @sanyer |
I will try to take a look tomorrow. Thanks! |
Describe the bug
Process Monitor shows that this process is accessing background image a lot.
I'm actually not sure that it is accessing the disk each time as the System Informer shows that Disk I/O is just couple of KBs (presumably the size of the image)
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Not accessing the file dozens of times per second.
Screenshots / photos of the Turing screen
Environment:
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: