-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TF-3256 Update index.html cache config #3263
base: master
Are you sure you want to change the base?
Conversation
Please further explain the dark magic going on in here. Cc @guimard |
4 months ago we updated our workflows to use Flutter 3.22.2. Per https://docs.flutter.dev/platform-integration/web/initialization:
We updated the Flutter version, but not follow it up with the new cache config that comes with it. This MAY fix it. Need to deploys to dev to test it first. |
1a2e593
to
f1bd3c3
Compare
|
||
## Consequences | ||
|
||
- Twake Mail web use cache resources to improve performance <img src="../images/after-flutter-3.22.png"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
IMO, it still not clear about the result of your change with this image. We should mention that: static files
, main.dart.js
only re-fetch in hard refresh. Open app, and refresh, not make any request to server side.
f1bd3c3
to
0ee45a8
Compare
Issue
Reference
Resolved
Updating