My flutter web initial page load is slow(10-15 secs), Found that large amount of time is spent in downloading "https://unpkg.com/[email protected]/bin/canvaskit.wasm" which is around 2.5 MB as per browser logs.
Is there a way to reduce this time/alternate file path/ minification which can be done?
(package is built using flutter build web
)