Comment by skydhash
12 days ago
Also, you can have a whole book with half of MB of html. So loading 2+ MB of JS, then a good amount of json, especially with high latency connection is not better than just loading the html with all the data baked in.
Correct. Also, because I output all the formatting and do the processing/filtering/joining on the server, a lot of data is removed before get into the client.
This is the most beneficial thing related to perf.
I don't yet render fragments (only return full pages) so Is there a lot of potential for a speed up untaped...