You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now each widget instance makes it's own ajax calls for new data.
It would be much better if these update calls were accumulated over a short period (1 second?) and then pushed out in a single HTTP request to the server.
Right now each widget instance makes it's own ajax calls for new data.
It would be much better if these update calls were accumulated over a short period (1 second?) and then pushed out in a single HTTP request to the server.