webcomponents / webcomponents.github.io

WebComponents.org is where community-members document Web Components best practices
http://webcomponents.org
733 stars 118 forks source link

Add optimized images #93

Closed luanmuniz closed 10 years ago

luanmuniz commented 10 years ago

Trying to fix the score of pagespeed :)

Old images - 767kb New optimized images - 665kb

sindresorhus commented 10 years ago

Already done: https://github.com/webcomponents/webcomponents.github.io/commit/1095d6e76e42078c0971ef20ad78e86e9d2feca4

sindresorhus commented 10 years ago

Any images I missed?

luanmuniz commented 10 years ago

@sindresorhus I managed to decrease from 767kb to 665KB The pagespeed for mobile says we need to optimize images =/

I used tinypng and jpgmini and all images could be optimized.

http://developers.google.com/speed/pagespeed/insights/?url=http%3A%2F%2Fwebcomponents.github.io%2F He says we need to optimze:

sindresorhus commented 10 years ago

Sorry, didn't mean to close. Was on mobile.

I'm surprised that you managed to squeeze down any of the pngs as I used both ImageAlpha and ImageOptim.

sindresorhus commented 10 years ago

Thanks :)

luanmuniz commented 10 years ago

@sindresorhus https://tinypng.com/ is very good for png compress :D And http://www.jpegmini.com/ for jpg

btw...same score :(