|
|
|
|
|
by necro
3045 days ago
|
|
I'm not sure if I never understood this right, but it seemed server push was not an ideal overall solution. It seemed it was targeted to push needed css/js/image in the stream of the page result. But most assets that one would want loaded are coming via an external CDN so doing a push of that does not make sense. Yeah, I guess if you are proxying your whole site via the CDN.
Am I missing something here? |
|
All this is to get away from a lot of our current hacky workflows (like file concatenation).