python-eel / Eel

A little Python library for making simple Electron-like HTML/JS GUI apps
MIT License
6.44k stars 587 forks source link

Lag and poor performance after +6 hours #521

Closed FranciscoPalomares closed 2 years ago

FranciscoPalomares commented 3 years ago

Hi, I have created a bot through a GUI with eel that has to be running many hours of the day and I have also generated an .exe with PyInstaller. The case is that it starts very well the first hours, but then the performance drops considerably, which makes the interface go too slow.

mosindy commented 3 years ago

There's probably too many variables with your description to even attempt an answer and no indication it's an Eel bug. Can you profile the app? might be a memory leak, or something in the application code as well as Eel. See if you can figure out what's causing the performance issue.

Ideas: