Comment by mamcx
11 days ago
I work with user in far location, bad internet signal, and terrible low-end androids.
Htmx has been the best performant of all my tries before.
HTML is fast. (also, I use svg everywhere I can)
11 days ago
I work with user in far location, bad internet signal, and terrible low-end androids.
Htmx has been the best performant of all my tries before.
HTML is fast. (also, I use svg everywhere I can)
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...