-
Notifications
You must be signed in to change notification settings - Fork 29.8k
Description
Hello,
I was revising my single page portfolio site in flutter. I have one old version running already with similar structure. When I run it on debug, release or profile mode everything is perfect. I get small stutters but that is okay. When I use build web for canvaskit it just weirdly drops performance. I made recordings and a sample web deploy for you to review. Sorry if this is a easy mistake but I followed same path for my previous web deploy and everything was okay.
This is normal debug mode:
debugmode.mp4
This is "flutter -run -d chrome --release" version:
releasemode_1.mp4
This is "flutter run --profile" version:
profilemode_1.mp4
and this is final "flutter build web --web-renderer canvaskit" version;
buildcanvaskit_1.mp4
you can find live version of site here also: https://personalwebsite-50c9c--lowperformanceproblem-f123attw.web.app