-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
Split intl packages in smaller packages #49943
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
Comments
Given that the emoji data is different from the other data (it is used through a different infrastructure), it might make sense to split it in a separate package to reduce this size. |
I like the idea |
In #49970, I'm proposing to compress the data. But would it make sense to let you do the compression when needed? See #49970 (comment) |
How do you imagine these packages? How I see it: let's say that my website uses only English and French, so I do Would it require to much work and packages to maintain for Symfony? Another idea: implement something like |
…grekas) This PR was merged into the 6.3 branch. Discussion ---------- [Intl] Allow compressing emoji and data maps | Q | A | ------------- | --- | Branch? | 6.3 | Bug fix? | no | New feature? | yes | Deprecations? | no | Tickets | Fix #49943 | License | MIT | Doc PR | - Resuming #49970, which was closed by mistake :) Commits ------- de6a74c [Intl] Allow compressing emoji and data maps
Description
Right now Symfony Intl package is 43MB, which makes all Applications really big

The problems for me are:
Example
My ideas so far:
The text was updated successfully, but these errors were encountered: