It seems inefficient and unnecessary to make an HTTP request for each file received from the server in the case of browsers and HTML/CSS. Wouldn’t it be possible to bundle all of the files a client needs in one request? Are there already standard ways to do this beyond personally implementing it with something like JSON?
You must log in or register to comment.