I played around with the advanced assest optimizations in Hummingbird, but how can I make fewer http requests?
I should find a way to decreases the number of HTTP requests loaded (important for faster page load) by unloading useless CSS/JS
The target is to try to combine: This page has 16 external Javascript scripts. Try combining them into one. This page has 15 external stylesheets. Try combining them into one.
How can I succeed in this with Hummingbrid? What else can I do to improve my site?