views:

30

answers:

1

For the sake of client-side performance, it's best to minimize the number HTTP requests to load a page. Is it possible to combine the contents of all Javascript files stored in the "Style Library" such that the client only has to make one request instead traditionally, a request for each Javascript file?

A: 

As far as I know, an out of the box Style Library doesn't contain any javascript files. What files are you referring to?

Paul Lucas