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

MediaElch is slow - Non-responsive windows #1718

Open
2 tasks
pokemaster974 opened this issue Feb 1, 2024 · 4 comments
Open
2 tasks

MediaElch is slow - Non-responsive windows #1718

pokemaster974 opened this issue Feb 1, 2024 · 4 comments

Comments

@pokemaster974
Copy link

Describe the bug
Executing action like marked as seen, saving, is followed by non responsive windows and very slowing application.

To Reproduce
Steps to reproduce the behavior:

  1. Open MediaElch
  2. Do some actions
  3. Wait

Expected behavior
Not having these non responsive windows.

Screenshots
image
image

MediaElch Version:

  • 2.10.6 (stable)

Operating System:

  • Windows 10

Additional context
In the issue #878 there's something about an issue with temporary cache image. In my case, I saw that my folder have already 5000 images but even after closing the app images don't seem to be deleted. In the other issue, there's about 90k images, but in my case after clicking on about 300 movies (to mark them as seen) I've already a lot of images in the local AppData folder. Is it expected ?

To be honest, I don't know why but sometimes there's no slowing windows, and something action like saving can take about 10 minutes, without changing nothing in my processus.

@bugwelle
Copy link
Collaborator

bugwelle commented Feb 8, 2024

Sadly a known issue. File operations are synchronous/blocking as of now. If you have a slow filesystem or use a network drive, MediaElch will slow down a lot. I've put effort in trying to make more coding asynchronous (see e.g. f2122c6 ).

Thanks for reporting.

@pokemaster974
Copy link
Author

Sadly a known issue. File operations are synchronous/blocking as of now. If you have a slow filesystem or use a network drive, MediaElch will slow down a lot. I've put effort in trying to make more coding asynchronous (see e.g. f2122c6 ).

Thanks for reporting.

Thanks for the reply. If you feel that my issue needs to be closed, feel free to close it.
Regards.

@bugwelle
Copy link
Collaborator

No, you're right about the performance issue, of course! I will keep it open. :)

@hermannx5
Copy link

Just wanted to confirm the issue. Strangely it's sometimes way worse. After restarting Mediaelch, performance is better and at least no freezes. But still, unfortunately it is an issue also for me...

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

No branches or pull requests

3 participants