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.