Skip to content
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

Setup Guid entrypoint size limit exceeded. #347

Open
budzanowski opened this issue Feb 1, 2022 · 0 comments
Open

Setup Guid entrypoint size limit exceeded. #347

budzanowski opened this issue Feb 1, 2022 · 0 comments
Labels
category: performance The issue/PR is related to performance.

Comments

@budzanowski
Copy link
Collaborator

During the compilation process we can see the following warning:

WARNING in asset size limit: The following asset(s) exceed the recommended size limit (244 KiB).
This can impact web performance.
Assets: 
  setup-guide.js (454 KiB)

WARNING in entrypoint size limit: The following entrypoint(s) combined asset size exceeds the recommended limit (244 KiB). This can impact web performance.
Entrypoints:
  setup-guide (472 KiB)
      style-setup-guide.css
      setup-guide.js
      setup-guide.asset.php


WARNING in webpack performance recommendations: 
You can limit the size of your bundles by using import() or require.ensure to lazy load some parts of your application.
For more info visit https://webpack.js.org/guides/code-splitting/

This is not an error - but we should watch over this.

@budzanowski budzanowski added the category: performance The issue/PR is related to performance. label Feb 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category: performance The issue/PR is related to performance.
Projects
None yet
Development

No branches or pull requests

1 participant