Hi All,

There is a web application am working on, while monitoring the performance i noticed that there are so many static objects,as a results so many HTTP requests.
I would like to know is there any way where i can bundle all the static objects like javascript, css, images into one and with one HTTP request i can get all these objects getting downloaded in client browser to reduce the HTTP requests.

Really appreciate your help..

You can download all javascripts by the one request - just make one file for all of it.
Css - the same. One file - for all styles.
But there is no solution for images. It must be loaded separately.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.