1 Reply Latest reply on Jan 4, 2007 1:08 AM by vivekamn

    downloading js files to browser

    vivekamn

      Hi,
      I am using an ajax library which has its functionality split into many small js files. When loading a page, browser is making an http request for each js file and it takes a while.

      I also notice that my server(jboss-4.0.5.GA) is taking 2 to 5 secs to send the 303 http code for already loaded js and img files. Is there a way to optimize the loading of these javascript and img files?


      Thanks.