You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What is this feature about (expected vs actual behaviour)?
we integrated this lib with REDAXO CMS project and realized that it is by far the biggest dependency we have.
see redaxo/redaxo#4249
major offender is the "data" directory. Tested with 5.4.51
would it be possible store all the characters in a more space efficient format?
PS: portable-ascii is the 2nd most space consuming lib in our cms. whatever solution we find for this problem here, could maybe also be applied for portable-ascii.
How can I reproduce it?
make a project depend on portable-utf8
run composer install
investigate vendor/ dir size
Does it take minutes, hours or days to fix?
dont know
Any additional information?
The text was updated successfully, but these errors were encountered:
What is this feature about (expected vs actual behaviour)?
we integrated this lib with REDAXO CMS project and realized that it is by far the biggest dependency we have.
see redaxo/redaxo#4249
major offender is the "data" directory. Tested with 5.4.51
would it be possible store all the characters in a more space efficient format?
PS: portable-ascii is the 2nd most space consuming lib in our cms. whatever solution we find for this problem here, could maybe also be applied for portable-ascii.
How can I reproduce it?
Does it take minutes, hours or days to fix?
dont know
Any additional information?
The text was updated successfully, but these errors were encountered: