Improve page speed
AlexanderC opened this issue · comments
Alex Cryp commented
- Set assets cache to 1 week
Minify HTML assets- Test if fontawesome could be loaded asynchronously
Check if HTML minifier could render the css inline
Alexandr Vozicov commented
Test Passed
Acceptance Criteria:
- Default cache should be set to 7 days
https://github.com/MitocGroup/deep-package-manager/blob/master/src/lib/Provisioning/Service/CloudFrontService.js#L200 - Minified css file should be used for the font-awesome
https://github.com/AdTechMedia/adtechmedia-website/blob/master/src/adtechmedia-website/frontend/index.html#L416 - Changes should be integrated in package-manager side and should be reflected in Cloudfront cache setting after application deploy (attachment 1)