Reduce HTTP Requests method for js and css

Posted by Giberno on Pro Webmasters See other posts from Pro Webmasters or by Giberno
Published on 2012-09-04T15:32:45Z Indexed on 2012/09/04 15:54 UTC
Read the original article Hit count: 385

Filed under:
|
|
|

Is these way can Reduce HTTP Requests?

multiple javascript files with & symbol

<script type="text/javascript"
src="http://yui.yahooapis.com/combo?2.5.2/build/yahoo-dom-event/yahoo-dom-event.js
&http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js">
</script>

multiple css files with @ import

<style type="text/css">
@import url(css/style.css);
@import url(css/custom.css);
</style>

© Pro Webmasters or respective owner

Related posts about css

Related posts about JavaScript