activist-org / activist

An open-source activism platform
https://activist.org
GNU Affero General Public License v3.0
225 stars 185 forks source link

Comment out Loading.vue as it's slowing everything down #865

Closed andrewtavis closed 5 months ago

andrewtavis commented 5 months ago

Terms

Behavior

In a recent discussion and exploration with @aasimsyed of why the platform routing is so slow, we played around with the spa-loading-template to see if the loading between page routes would go away, and then once that didn't help we tried the same with Loading.vue. Apparently a non-trivial part of the latency between page loads is this component itself, so we made the decision to comment it out for documentation until such a time when it's use can be implemented in a way that's more directed at certain use cases :)

andrewtavis commented 5 months ago

Closed via 0beb7b6 🏎️😊