Hi everybody... using wp_head(); in my templates causes WP to include >100kB worth of JavaScript-Files in the header, about 80kB for (compressed!) jQuery and thickbox alone. My question is quite simple: How do I get rid of it?
As far as I can see, I'm not using any jQuery or thickbox functionality in the front-end of my blog right now. I'd like to lighten the weight of pages as well as the browser load as I assume the scripts take their sweet time to get parsed after loading.
Any ideas? If you're looking for the details here's the address of my blog: http://www.uni-giessen.de/demokratische-linke/ but beware, it's all German! ;-)