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
Here is the clone size of the JS repo under four scenarios:
Full history of gh-pages: 2.16 GB
Squashed gh-pages: 83 MB
Delete gh-pages: 43 MB
Delete all branches except master: 40 MB
Squashing the branch is by far the most important, but even squashed the branch accounts for 50% of the total JS repo clone size.
All other branches combined add less than 10% to the repo size, so while it would be good to clean them up to remove clutter, they shouldn't have much perf impact.
The text was updated successfully, but these errors were encountered:
Here is the clone size of the JS repo under four scenarios:
gh-pages
:2.16 GB
gh-pages
:83 MB
gh-pages
:43 MB
master
:40 MB
Squashing the branch is by far the most important, but even squashed the branch accounts for 50% of the total JS repo clone size.
All other branches combined add less than 10% to the repo size, so while it would be good to clean them up to remove clutter, they shouldn't have much perf impact.
The text was updated successfully, but these errors were encountered: