Microstutter when doing the quest "Need for a Cure"
BreakBB opened this issue ยท 1 comments
Bug description
This was reported on Discord lately. When doing the quest [https://classic.wowhead.com/quest=812/need-for-a-cure](Need for a a Cure) microstutters were reported. This is most likely linked to the timer since the quest has a time limit.
Questie version
v6.2.5
Was able to investigate with a timed quest. This is the result of the Profiler:
Immeditately after the fight ended:
Looks like we are queuing the timer text update and all of those updated are fired after the comat ends. We need to handle the timer update separartely to make sure only the last call is added to the queue.