To optimize the chapther incresement, it should send the update to the database when the mouse goes out of the card, because now if the user count x chapters, each of x chapters will be written in the database so it would cause a high number of writes.
To optimize the chapther incresement, it should send the update to the database when the mouse goes out of the card, because now if the user count x chapters, each of x chapters will be written in the database so it would cause a high number of writes.