Gitlab Community Edition Instance

Skip to content

Used Django Silk to optimize most database queries

Jan Maximilian Michal requested to merge orm-optimizations into master
  • All views (except the feedback view) do not have a N+1 issue
  • Some serializer method fields are now precomputed in annotations
  • TODO: Automate the performance tests to ensure performance stays high
  • Ran isort

Merge request reports