2025-06-04T11:35:41Z
Dorian Taylor
Even once caching is implemented, a full server round-trip for the whole page with every POST is costly and often unnecessary.
Implement internal caching.
Most (if not all?) of the changes that cause full-page round trips could be supplanted by AJAX (or whatever it's called these days).
Override form POST actions with scripting.
Sense Atlas Front End