api: send HTTP 103 with data links to speed up frontend #153
Labels
A-api
Area: statshouse-api
A-performance
Area: performance
A-ui
Area: statshouse-ui
C-enhancement
Category: enhancement of existing functionality
We already know what data is required (for OpenGraph tag rendering). HTTP 103 will appear in Go 1.20 (golang/go#51914). However, we have to somehow make sure that UI will generate byte-for-byte identical URLs (or setup automatic redirection).
This should work both for regular URLs and for
/view?id=123
ones.The text was updated successfully, but these errors were encountered: