ngx-translate / core

The internationalization (i18n) library for Angular
MIT License
4.5k stars 574 forks source link

ngx-translate creates billions of tiny files #1461

Open worthy7 opened 9 months ago

worthy7 commented 9 months ago

image

Is this normal and expected? Since my app is a PWA, it causes literally thousands of connections from the browser when it preloads all the bundles. It means when I release a new version of the app, all my my customers will suddenly start spamming firebase just to get thousands of tiny files. Also, it takes quite some time to finally get them all.

ParsaArvanehPA commented 9 months ago

My i18n files are in the same JSON format as before building. How do you know that these files are related to ngx-translate and are not lazy loaded chunks of your application?