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

Images under the skills section increases the page load time #1

Open
kunalmhatre opened this issue Aug 9, 2018 · 1 comment
Open

Comments

@kunalmhatre
Copy link
Collaborator

kunalmhatre commented Aug 9, 2018

Using images of the technologies that we have worked on is an awesome idea, but the images might hamper the page loads for new visitors (or hard refresh). We can scale the size of the images to certain maximum limit for e.g., 250 x 250 and can compress them further to reduce the size.

To compress PNG image: https://compresspng.com/
To compress JPEG image: https://compressjpeg.com/

Before scaling and compression the size of those (36) images was 685.2 kB
After scaling and compression the size of those (36) images became 160.9 kB

Please check the following zip which contains compressed images. :)

compressed.zip

@abhn
Copy link
Owner

abhn commented Aug 10, 2018

Good idea. I'll check. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants