I noticed all the js/css/img assets are taking advantage of etags and returning 304 when appropriate. Though I'm not sure where that is being applied?
However, it looks like etags are not used for om.next remote reads. A simple etag header based on the response to a remote read would probably be sufficient, and give a nice boost for large responses.
I can probably set this up in my app by injecting my own middleware. But I figured I'd offer to add it here if there was any interest?
I noticed all the js/css/img assets are taking advantage of etags and returning 304 when appropriate. Though I'm not sure where that is being applied?
However, it looks like etags are not used for om.next remote reads. A simple etag header based on the response to a remote read would probably be sufficient, and give a nice boost for large responses.
I can probably set this up in my app by injecting my own middleware. But I figured I'd offer to add it here if there was any interest?