- Status: Moved to Github
While viewing the messenger I opened the menu to “Select rows based on type” (checkbox above the messages list) and clicked the All option.
The JS took ~6 seconds to run and select All checkboxes.
I then clicked None to deselect everything. It took about ~5 seconds.
I then loaded a second page of messages (50 total) and selecting again the All option took ~14 seconds.
I clicked again None and it took ~12 seconds.
A third page (75 messages) took ~27 seconds and I even received a warning from Chrome that the page was unresponsive and I could wait or close it. ( I clicked wait.)
Same thing when deselecting all 75 messages: ~24 seconds and again Chrome warned me the page was unresponsive.
Clearly, there’s some JS issue. It shouldn't take this long. The more messages are listed, the more time it takes.
Recommended Comments