janbrasna / ssl-config-generator

Mozilla SSL Configuration Generator
https://ssl-config.mozilla.org/
Mozilla Public License 2.0
3 stars 0 forks source link

Entrypoint size #5

Open janbrasna opened 10 months ago

janbrasna commented 10 months ago

≥0.5mb app size

WARNING in asset size limit: The following asset(s) exceed the recommended size limit (244 KiB).
This can impact web performance.
Assets:
  2ff5d00f393cfc69d012.index.js (382 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:
  index.js (529 KiB)
      2ff5d00f393cfc69d012.index.css
      2ff5d00f393cfc69d012.index.js

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/