|
|
|
|
|
by leeoniya
3476 days ago
|
|
the bandwidth isnt the problem. your browser still has to make the https connection to the cdn and request the file with a Last-Modified or Etag header so the server can return a 304 Not Modified response. This is the real cost, not the download size itself. I'm not sure how often browsers choose to do this, but if you refresh a page, they all will. |
|
[1]: http://bitsup.blogspot.de/2016/05/cache-control-immutable.ht...