Skip to content

Improve performance of admin/conference/*/registrations

James Mason requested to merge bear454:speed-up-admin-regs into master
  • Add some caching
  • Reduce query count, including N+1s on questions & roles

Checklist

Short description of what this resolves/which issues does this fix?:

  • Registrations page was so slow it wouldn't load anymore (Total render time: 123 seconds)

Changes proposed in this pull request:

  • Add some caching
  • Reduce query count, including N+1s on questions & roles

Total render time: 6 seconds. Still slow, but, you know, 1/20 of the time before ;-)

Merge request reports