Is your feature request related to a problem? Please describe.
admin/events is pulling lots of requests. At 6 minutes, it's 32MB of data. I understand you want to update the display when something changes. I don't think this pull is the best way. Perhaps a push from the server would be better (using websocket)? Just a thought, may not even be possible.
Describe the solution you'd like
Event happens on server (metadata change, listener change, errors, etc), push data to browser (websocket or other way), page is updated with new data.
Describe alternatives you've considered
None. It's either pulling or pushing the data and the push would be more efficient.
Is your feature request related to a problem? Please describe.
admin/events is pulling lots of requests. At 6 minutes, it's 32MB of data. I understand you want to update the display when something changes. I don't think this pull is the best way. Perhaps a push from the server would be better (using websocket)? Just a thought, may not even be possible.
Describe the solution you'd like
Event happens on server (metadata change, listener change, errors, etc), push data to browser (websocket or other way), page is updated with new data.
Describe alternatives you've considered
None. It's either pulling or pushing the data and the push would be more efficient.