Hi! I have some items in database (songs). People can click them to play them.
I simply need to count the plays. Then store that play count on each song in the dB.
I’ve tried increasing a “play count” field, which works but adds a small undesirable ui delay, even when moved to backend.
What would be the most efficient way to perform this simple task?
Many thanks in advance