Optimize performance
- 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
resetVote
due some Issues under high load. - Optimize BonusToken deletion and remove redudant
commentService.get
call