Support Board
Date/Time: Sun, 16 Mar 2025 02:07:30 +0000
Post From: DOM slows down severely, when hovering/moving mouse in price column
[2022-08-02 03:13:13] |
KylieV1618 - Posts: 67 |
Hi, As a programmer myself, I know this request will likely require a complete rework of the code behind it. But its something thats definitely frustrating and needs to get fixed. My DOM's are ultra fast theyre updating blazingly fast and all is good. But as a scalper, I like to be able to quickly pull and move orders and place new ones etc etc. This requires my mouse to be pretty active inside the Bid and Ask columns. Only problem is.....when my mouse is moving/hovering alot around these columns, the DOM updates slow to a crawl. And depending on how much I move my mouse, I can even stop the updates completely. This is very detrimental to my trading.....is there anyways this can be fixed??? I take it that on every move to a new cell, some calculation is happening....which is severely impacting the DOM's performance. But can this calculation not happen on click instead?? That way I can hover and move my mouse as much as I like without affecting the updates, and then clicking triggers the setting of whatever is being set in the background when I hover. (right now). Please let mw know Thanks Kylie I can upload a video of what I mean, to help you understand what I mean, and how this is exctremelty detrimental to scalping. |