Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

Sign up now!

Bug OSRS ChatDialog

Client Developer
Joined
Oct 12, 2015
Messages
3,781
ChatDialog calls on OSRS are very slow - I have noticed that calls can take upwards of 4500ms each.

This seems to happen specifically around getting ChatDialog#getOptions() and iterating through them.

@Vaped @SlashnHax
 
Go check out new bots and give helpful feedback.
Joined
Jan 31, 2016
Messages
5,413
@Party, my advice is probably wrong, but why not just set ChatDialog.getOptions() to an array and then iterate through it?
I dont know if you are doing that already, but i figure i'd try to help, since ChatDialog.getOptions() is only taking about 500ms on my computer...
 
Client Developer
Joined
Oct 12, 2015
Messages
3,781
@Party, my advice is probably wrong, but why not just set ChatDialog.getOptions() to an array and then iterate through it?
I dont know if you are doing that already, but i figure i'd try to help, since ChatDialog.getOptions() is only taking about 500ms on my computer...

I've sped it up by doing that.
 
Top