2016-02-26 UTC
# [jgarber] tantek: For those 16x16 icons you could do a couple of things… 1) Run them through ImageOptim (https://imageoptim.com) and get some lossless compression, 2) move them into your CSS instead of inline as `<img>` elements, and/or 3) base64 the optimized PNGs and serve them inline (either in CSS or as `<img>`s.