-
Notifications
You must be signed in to change notification settings - Fork 35
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
Reduce image sizes #228
Comments
Related to defold/defold.github.io#24 |
We should also set images to |
|
works for me: CleanShot.2024-11-10.at.15.22.12.mp4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Current images folder in the repo is a bit too large. Not sure if there are specific requirements for the images as far as their width & height are concerned. Probably a simple solution would be to compress existing images manually and then have requirements for new images to be "no more than X by X pixels" and "no more than X KB"?
which makes https://defold.com/assets/ page to be slow to load
In my specific case I would like to download the entire repo https://github.com/defold/asset-portal/archive/master.zip which is not feasible for my use case as the master.zip is ~50 MB so it takes quite some time. So as a workaround I have to download each .json file one by one (~260 of them) which could be slow as well.
The text was updated successfully, but these errors were encountered: