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
I would love to get the filesize reduced of the cachetool.phar.
we will copy it a lot within build pipelines to make it available.
I have just downloaded cachetool 5.1.3 and had a look into the phar
using php -r '$phar = new Phar("cachetool.phar"); $phar->extractTo("./cachetool");',
so we can finally see which folders take the most space (using Treesize on Windows):
the worst offenders are marked in bold.
see the amount in percent on the right.
as with most projects, vendor/ takes ~91% of the actual phar
The text was updated successfully, but these errors were encountered:
I would love to get the filesize reduced of the cachetool.phar.
we will copy it a lot within build pipelines to make it available.
I have just downloaded cachetool 5.1.3 and had a look into the phar
using
php -r '$phar = new Phar("cachetool.phar"); $phar->extractTo("./cachetool");'
,so we can finally see which folders take the most space (using Treesize on Windows):
the worst offenders are marked in bold.
see the amount in percent on the right.
as with most projects,
vendor/
takes ~91% of the actual pharThe text was updated successfully, but these errors were encountered: