thingsboard / flutter_thingsboard_pe_app

ThingsBoard PE Mobile Application
https://thingsboard.io/products/mobile-pe/
BSD 3-Clause "New" or "Revised" License
88 stars 69 forks source link

How to optimized webview load in dashboard? #38

Closed keval-devani closed 3 months ago

keval-devani commented 1 year ago

App is taking too much time to load data in dashboard in home page of app. Is there anyway to reduce time to load data?

ybeshkarov commented 3 months ago

Hello @keval-devani,

I recommend adding logs or using Flutter devtool to measure what is causing the delay. Determine if it's due to network conditions or another factor. Once you collect some data and identify the bottleneck, you can consider performance improvements.

Thanks.