|
|
|
|
|
by nichol4s
3519 days ago
|
|
I've read the article now 3 times but still don't understand what exactly this offers or how this works. Where does the JSON come from? If it comes from the backend there is still some considerable latency overhead, why then not just cache the whole page? Or, does this allow your browser to fire a JSON (POST) request to an edge node where the varnish server will reconstruct the page based on the request parameters? If this is the case, cool. But, as I understand this, it will still require some sort of Javascript framework on the client side to actually construct the proper JSON requests. |
|
This is https://en.wikipedia.org/wiki/Server_Side_Includes with another alternative language, it seems?