|
|
|
|
|
by nchmy
298 days ago
|
|
I dont think that's what they're doing. They seemingly cache some common templates and then fill in the dynamic placeholders per-request. So, their new architecture that has some sort of distributed in-memory cache allows for doing so much more efficiently than, presumably, doing the same queries over the network. The way I understand it, its essentially just a fancy SSR. |
|
Otherwise known as server-side includes (SSI)