Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Optimize Package Size by Removing Unused GitHub Folder Assets #120

Merged
merged 3 commits into from
Nov 27, 2024

Conversation

behzodfaiziev
Copy link
Contributor

@behzodfaiziev behzodfaiziev commented Nov 1, 2024

Overview: This PR removes the static files under the github folder that were only used in the README.md, thereby reducing the package size. Previously, these files contributed unnecessarily to the overall package size, which was initially at 868kB (compressed).

Changes Made:

  • Removed files under the github folder
  • The updated compressed package size is now approximately 313kB, achieving nearly a 277% reduction.

Further Optimizations:
While this update improves package size significantly, the package is still relatively large. The majority of the remaining size (approximately 313kBkB) is consumed by the example folder. If this folder were removed, the package would be further reduced to around 12.7kB, making it approximately 68x lighter overall. (870kB vs 12.7kB)

Note: the size of images did not change in Readme.md

@VB10
Copy link
Owner

VB10 commented Nov 27, 2024

@behzodfaiziev thank you for support. You're i'm getting merge this pr and will send a new version

@VB10 VB10 merged commit 8422ec4 into VB10:master Nov 27, 2024
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants