ManeraKai / simplytranslate_mobile

Privacy friendly frontend to Google Translate
https://manerakai.github.io/simplytranslate_mobile/
GNU General Public License v3.0
173 stars 15 forks source link

Heavy performance of application processes #50

Closed Valdnet closed 3 years ago

Valdnet commented 3 years ago

I noticed that after the changes made, the application is working slowly:

This happens after the first election. Later it works fairly well, but still too slow. Is it possible to speed up the loading of the application and its functions?

ManeraKai commented 3 years ago

The artifacts that you download are debug versions. Android doesn't allow unsigned release builds to be installed. You should plug your phone to your computer and run flutter release I think.

Valdnet commented 3 years ago

Well. So in the official version released, everything will run much faster. So I'm closing the issue 😉.