I have the flair from the three sites (Stack Overflow, Server Fault, Super User) on my site. I have been doing some performance optimisations of my website and the flair are being identified by YSlow as causing performance issues:
- Each button has its own CSS file; could they not be combined into a single one?
- Minify the three CSS files (YSlow gives a C grade for this)
- Compress the three CSS files with gzip (YSlow gives a D grade for this)