django-eventstream
django-eventstream copied to clipboard
Updating EventCounter takes a comparatively long time
I am trying to improve the performance of my application, and I noticed that updating the eventcounter (which is done for every sent event) performs 3 DB Queries, which on my machine in total take about 7ms. I am sending lots of events, often to many channels, so these quickly add up. Is there anything I can do to reduce the impact of updating the EventCounter?