Skip to content

Route fixing & cached collections

Christopher Mark Fullarton requested to merge routeFixing into staging

This update fixes most of the routing errors currently on staging.

Also the collections are now globally subscribed and cached. This increases the performance since it was necessary to re-subscribe exactly the same collection on every route change before.

Merge request reports