berkerpeksag / github-badge

GitHub Badge is a simple embeddable badge showing your GitHub stats like the number of public repositories, number of followers, favorite languages etc.
https://githubbadge.appspot.com/
291 stars 31 forks source link

Consider embedding avatars #48

Closed BYK closed 12 years ago

BYK commented 12 years ago

The user avatars are fetched and then resized on the client side. Resizing those images on the server side and then embedding the images as data URI's just like the sparkline may improve the first load performance.