-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Live Preview: Reduce file size #86626
Comments
This is strange, the plugin imports a few string constants from |
Hey @jsnajdr thanks for looking this! Lazy loading introduced another issue on its own, which was that the file did not contain any cache buster. We addressed it in this PR #86691. If there are still any concerns about lazy loading this file, we can look into making the |
Thanks for the update! Downsizing |
Description
See p1705629726572469-slack-CRWCHQGUB. Currently, the file size for
wpcom-live-preview-notice.js
exceeds 3mb pre-processed. While lazy loaded, it would be good to look into how could we reduce the file size by removing some of the package imports.jetpack-mu-wpcom
.The text was updated successfully, but these errors were encountered: