Open remisauvat opened 8 years ago
Hoping this will get reviewed soon and merged into next release. Since I am restricted to using the Phar file release, I have had to disable compression in order to allow our project to build which has increased the resulting phar file size by 600%
I'm not really convinced of the results: https://github.com/humbug/box/pull/29
Did I miss something?
I cannot access the blackfire graphs. Can you upload a screenshot ?
Damn, looks like I accidentally deleted them. I'll redo them tonight
Profiles updated
Still the link here https://github.com/humbug/box/pull/29#issue-290215315 give a 404 not found
Should be fixed, I forgot to make them public
Apply file compression when adding a file instead of using Phar::compressFiles at the end. This avoid the issue of opening too many files.
On my project the build even runs faster for ~1200 files.
Tests with compressFiles:
New version with compress on the fly