New Twitter button & Facebook Like

Hi all,

I’m trying as hard as possible to optimise my website byt compressing css/jss, cleaning my code, using cssimage when it is possible to make as low http request as possible.

But now, I’m adding Facebook/Twitter buttons on my website and for those 2 little buttons, it scrap literally my website optimisation effort:

Twitter

  • 3 different DNS
  • 2 js files
  • 1 iframe
  • 1 cssimage

Facebook

  • 3 different DNS
  • 3 js files
  • 1 css file
  • 1 iframe
  • 4 cssimages

All this for just 2 small buttons. And add to this Google Analytics/Maps it start to be kind of crazy…

Is it just me or Facebook/Twitter should at least provide us better stuff than this?