readium / go-toolkit

A toolkit for ebooks, audiobooks and comics written in Go
https://readium.org/web
BSD 3-Clause "New" or "Revised" License
41 stars 14 forks source link

HTTP Optimizations #23

Closed HadrienGardeur closed 2 months ago

HadrienGardeur commented 7 years ago

In order to improve performance, a number of optimizations can also be handled at a HTTP level:

HadrienGardeur commented 7 years ago

While we initially planned on implementing rel="prerender" too, it's unclear if this would help apps at this point. The results might be more convincing if the app is responsible for dynamically injecting rel="prerender" itself.

banux commented 7 years ago

Code in commit https://github.com/readium/r2-streamer-go/commit/b90c118151333b30f6249d69bbacab6db7860f15

HadrienGardeur commented 6 months ago

@chocolatkey I was about to close this outdated issue but it made me wonder what our current strategy is. Could you give me a quick summary here?

chocolatkey commented 2 months ago

Addressed for the most part in rwp serve command's web server.