Optimizing File Cacheing and HTTP2
Our site is considering making the switch to http2. My understanding is that http2 renders optimization techniques like file concatenation obsolete , since a server using http2 just sends one request. Instead, the advice I am seeing is that it's better to keep file sizes smaller so that they are more likely to be cached by a browser. It probably depends on the size of a website, but how small should a website's files be if its using http2 and wants to focus on caching? In our case, our many individual js and css files fall in the 1kb to 180kb range. Jquery and bootstrap might be more.