|
|
|
|
|
by wolf550e
4269 days ago
|
|
server push just means that when a server sees a request for index.html, it can serve index.html and also index.js and index.css without those being requested, and when your browser parses the html and discovers it needs the js and css, they are already in cache and are fresh enough to use, which saves the round trip latency and might enable a mobile radio to go to sleep earlier. |
|
Is there a risk that cellular data usage will increase from this?