Hi, thanks for the great work on utopia-php libraries!
I noticed that after updating dependencies, the vendor folder size increased significantly. Specifically, the package utopia-php/compression now adds a lot of weight:
Before: ~1 MB
After: ~40 MB
After checking, I found that the package contains many video files, GIF images, and other large assets which are not required for production usage. These files make the final deployment package much larger than expected.
Could you please:
-
Remove unnecessary media/test/demo assets from the published release.
-
Or move them into a separate examples/tests folder that can be excluded from Composer distribution.
This will greatly help reduce the size of production deployments.
Thanks again for your work!