TryImpossible / flutter_web_optimizer

A optimization tools for flutter web, solved web page loading slow and browser cache problem.
BSD 3-Clause "New" or "Revised" License
92 stars 14 forks source link

加载页面会停顿 #27

Closed tabian closed 1 year ago

tabian commented 1 year ago

image

上边图片是我加载https://tryimpossible.github.io/flutter_web_optimizer您的官方demo,会首先加载红色数据,停顿一段时间后再加载下边数据。这会让用户看起来加载缓慢。能问下具体什么原因吗?怎样解决呢

TryImpossible commented 1 year ago

flutter build web --pwa-strategy=none ,禁用pwa就不用加载了