-
Notifications
You must be signed in to change notification settings - Fork 31
Optimize event images to improve page load performance #1032
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
base: master
Are you sure you want to change the base?
Conversation
Co-authored-by: yuhattor <[email protected]>
Co-authored-by: yuhattor <[email protected]>
it looks we still have the png files. We should delete original png files |
Co-authored-by: yuhattor <[email protected]>
I've deleted all the original PNG files from the events directory in commit 992fdb4. This includes converting the remaining files (gathering-2022-09.png and paypal.png) to JPG format and updating their references in the content files. The repository is now about 57MB smaller with all the original PNGs removed. Warning Firewall rules blocked me from connecting to one or more addressesI tried to connect to the following addresses, but was blocked by firewall rules:
If you need me to access, download, or install something from one of these locations, you can either:
|
Hi @spier, is this what we have to do? |
This PR addresses the issue with large PNG images on the Events page causing slow page loading.
Changes made:
Performance improvements:
spring2019.png
: 15.6MB (3968x2976) → 56KB (540x404)meetup-2024-08-13.png
: 1.3MB (1920x1080) → 32KB (540x303)Future optimization:
After confirming these changes work correctly, the documentation includes instructions for removing the original PNG files to save an additional 56.7MB of repository space.
Fixes #424.
Warning
Firewall rules blocked me from connecting to one or more addresses
I tried to connect to the following addresses, but was blocked by firewall rules:
_https._tcp.esm.ubuntu.com
/usr/lib/apt/methods/https
(dns block)_https._tcp.motd.ubuntu.com
/usr/lib/apt/methods/https
(dns block)esm.ubuntu.com
/usr/lib/apt/methods/https
(dns block)motd.ubuntu.com
/usr/lib/apt/methods/https
(dns block)If you need me to access, download, or install something from one of these locations, you can either:
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.