Skip to content

Frontpage speedup

Sivert Kronen Hatteberg requested to merge GREG-312-speedup-frontpage into master

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.

Merge request reports