Skip to content

Flet takes too long to boot up the application #3203

Closed Answered by xKristee29
xKristee29 asked this question in Q&A
Discussion options

You must be logged in to vote

I found the problem and I think it could be helpful for big projects.

When I was running the project I used the flet -r command, that is indexing all the project's file tree. So by growing the file quantity we extend the time it takes to startup the app..

As a solution I recommend avoiding running the flet -r command and opt out for:

flet main.py
---------- OR --------
python main.py

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by ndonkoHenri
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #3201 on May 04, 2024 16:38.