Skip to content

Optimize performance

Tim Dahmen requested to merge performance into master
  • optimizeiImplementation of the Vote object and remove old code.
  • remove unnecessary roomAccess Querying on guestLogin.
  • Remove unnecessary Autowired import of the RoomRepository and the Transactional annotation of resetVotedue some Issues under high load.
  • Optimize BonusToken deletion and remove redudant commentService.get call

Performance before this MR at 2000 simultaneously user: image

Performance after these changes: image

Merge request reports