"src/client/components/facet_results/ResultTable.js" did not exist on "b7cfb6a697c9c2d0b69ae075e409a256e08aa90e"
Frontpage speedup
Minimize the nr of queries used by the guests endpoint
- Goes from 15 queries per guest to 17 total.
- User prefetch_related to load data ahead of time
- Adds a new simple serializer, that does not use properties that triggers new queries
- Displays a loading spinner while the request runs.