2025-06-26T20:24:12Z
[RESOLVED] Sense Atlas can sometimes be unusably slow.
About the only time Sense Atlas needs a full page refresh (and even then is debatable) is when a new entity is added through a semantic relation.
Dorian Taylor
Even once caching is implemented, a full server round-trip for the whole page with every POST is costly and often unnecessary.
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).
Sense Atlas Front End
Write front-end code that hijacks form submissions and supplants them with AJAX (again, or whatever it's called).