You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I upgraded flet from very old 0.10.0 to 0.27.4, and my small snippet of code has gone from almost instantaneous initialization to taking ~10-11 seconds to paint everything up. My code is quite simple, it loads a CSV-file and pushes it into a datatable. And one could argue "well you have a large CSV-file", which i do, but even if i strip it down to 4 rows, it still takes ~10 second to fire up. So it cannot be that.
This is not an mobile app or anything, i am simply firing it up with "python main.py" , so no packaging or building.
TLDR; It went fast as heck in 0.10.0, and with flet-desktop-light 0.27.4, its heckaslow to load...
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Question
I upgraded flet from very old 0.10.0 to 0.27.4, and my small snippet of code has gone from almost instantaneous initialization to taking ~10-11 seconds to paint everything up. My code is quite simple, it loads a CSV-file and pushes it into a datatable. And one could argue "well you have a large CSV-file", which i do, but even if i strip it down to 4 rows, it still takes ~10 second to fire up. So it cannot be that.
This is not an mobile app or anything, i am simply firing it up with "python main.py" , so no packaging or building.
TLDR; It went fast as heck in 0.10.0, and with flet-desktop-light 0.27.4, its heckaslow to load...
Code sample
No response
Error message
No response
------------------------------------------------------
Beta Was this translation helpful? Give feedback.
All reactions