Comment

Felix Buenemann

Have you considered just using an http cache like NGINX reverse proxy with proxy cache module?

This makes the most sense if you process the data on the client side, since you can skip the entire server side stack.