abhn / portfolio

A simple and modern portfolio template which is lightweight, mobile responsive and looks modern.
GNU General Public License v3.0
43 stars 121 forks source link

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

Open kunalmhatre opened 6 years ago

kunalmhatre commented 6 years ago

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 commented 6 years ago

Good idea. I'll check. Thanks.