-
Notifications
You must be signed in to change notification settings - Fork 411
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
#8535: Additional improvement on the main bundle #8531
#8535: Additional improvement on the main bundle #8531
Conversation
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.
I can not fully review.
- I can suggest to add the "Migration guidelines" for html files.
Apart from this PR we may do a raw test to see how the score improves if we setup caching for every js/css file. If it makes the difference, we should make the main
- bundles
- css
- extensions main files should be excluded for the moment(index.js has not hash)
to have the hash in the name, so caching can be applied easely and updates will load new files.
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.
LGTM for my inspection. Just fix the suggested text.
Co-authored-by: Lorenzo Natali <lorenzo.natali@geosolutionsgroup.com>
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.
Just a few comments here and there, mostly related to the documentation
anyway the app seems faster
Co-authored-by: Matteo V. <matteo.velludini@geosolutionsgroup.com>
Co-authored-by: Matteo V. <matteo.velludini@geosolutionsgroup.com>
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.
Thank you for the changes on doc. 👍
@tdipisa @ElenaGallo this PR can be tested on DEV, we should compare the initial loading with QA and Release instances. As soon as everything is tested we can backport to stable branch 2022.02.xx |
@allyoucanmap can you start preparing the backport? |
…olutions-it#8531) (cherry picked from commit a7c626b)
Description
This PR includes improvement related to:
css-tree
in favor of static json configurationThis PR introduces also
@testing-library/react
to simplify test of lazy react componentsPlease check if the PR fulfills these requirements
What kind of change does this PR introduce? (check one with "x", remove the others)
Issue
What is the current behavior?
#8535
What is the new behavior?
Breaking change
Does this PR introduce a breaking change? (check one with "x", remove the other)
Other useful information