I've multiple scripts and styles references in my asp site. When I observe my sites network instances it is doing 46 requests which is really too much and affecting my sites performance tremendously. Since I've multiple script and styles references in a page it is causing too much http calls. Now what I thinking of compressing all the scripts and styles in gzip and then combining multiple scripts in one scripts reference and multiple styles in one style reference. I've multiple scripts and styles references in