Hello,
Recently launched a site on a dedicated server, unfortunately I've got a big bunch of http requests that slows the site down as soon as there's traffic. I've got a grade D on Yslow.
I know of minifying css and javascript, and also of combining in order to get less http requests.
Problem is, most of them are from various plugins used on the site. Slideshow gallery, events-calendar, wp e-commerce, mtouch-quiz, contactform etc etc etc... and many of them are located in the head of the document, and will break plugins used on the site if moved around.
Is it somehow possible to combine plugin javascripts? Will I have to manually edit the plugins and point them to a manually combined javascript every time they call on some JS? Same goes for all the css files the plugins are requesting.
Anyone had a similar problem and found a solution?