Replies: 1 comment 8 replies
-
|
Thanks for the report, @phifuh! What you're seeing is a known issue tracked in #5684: when Python spawns subprocesses (for reload, native mode, Immediate workarounds:
|
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am in a very frustrating situation. To share our application, we need to run it on a network drive, and some colleagues using VPN literally take 10–15 minutes to open the program. I am still in "research" mode to understand what's happening and how to increase performance.
One obvious time saver is reducing the .exe file size, but we already cut it down to a bare minimum. Next, I looked at the job processes and noticed that the app looks like it loads twice. The first process slowly fills up to 80 MB, and then the second one does the same.
This isn't "new" behavior. I first noticed this issue in 2024 with FastAPI, where the application started twice, and I noticed the same behavior in NiceGUI for a long time.
My questions are: How can I debug/track this? And what do you need from us to better track down this problem (if it is any issue at all)?
Beta Was this translation helpful? Give feedback.
All reactions