Update DOM in real time by JQuery (using AMCharts5) – need to find the best way to improve performance
I have a system that need to show logs of locations in real-time. My API returns 1000 rows per second and I need to show all rows in DOM. However, a row is added to table DOM every 50ms. Hence, I have a queue to store all objects that are waiting for displaying in DOM. Here is my queue array: