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

Search bundle exceeds recommended limit #517

Open
seansica opened this issue Sep 25, 2024 · 0 comments
Open

Search bundle exceeds recommended limit #517

seansica opened this issue Sep 25, 2024 · 0 comments

Comments

@seansica
Copy link
Contributor

When building the website, webpack will throw 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: 
  search_bundle.js (401 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:
  main (401 KiB)
      search_bundle.js

While it does not impede the ability to compile the search bundle nor effect its operation, it may impact performance; in particular, during the initial download. We should explore methods to either reduce its size or break it up into chunks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant