|
|
|
|
|
by scyber
3133 days ago
|
|
If the Server rendered page is not user specific and is generic for all users then it can be cached and served quickly. Then only potentially one user would experience a slowdown and you can serve much faster. Of course then you get into the fun of cache management and invalidation. |
|
See http://nathanmlong.com/2016/11/elixir-and-io-lists-part-2-io... for explanation.