css dosyaları için HTTP/2 push özelliğini aktif etmek istiyorum fakat internette araştırma yaptığım zaman bir çelişki ile karşılaştım.
Bir kaynakta HTTP/2 Push özelliğinin açık olması browser cache için engel teşkil ettiğini söylüyor:
However, there is a very headache problem in server push. If the browser has already cached the resource files which are to be pushed, pushing is just a waste of bandwidth.
Farklı bir kaynakta ise HTTP/2 push servisi ve browser cache özelliğinin çalışmasında bir problem olmadığını söylüyor:
Since server push will send the assets to the client as distinct HTTP objects (each with its own Cache-Control headers), they can be cached by the browser just like anything else.
Ben mi yanlış anladım yoksa anlatımlarında mı bir eksiklik var acaba bilmiyorum. HTTP/2 Server Push ile Browser cache birlikte uyum içerisinde çalışıyor mu?