Hi,
On my Monday account we have a Monday board which is used to store programatically calculated values. It basically contains for each month the billability percentage of each team in our company. This percentage is recalculated several times a day. When recalculating we delete the original group (e.g. month) and create a new group with new items attached underneath it.
I’m observing that over time the performance of adding items to the groups is getting worse. It now can take more than 40 seconds to add 15 items to a group (each add is 1 mutation API call). When the board was still ‘new’ this only took a few seconds.
Is there an underling reason why performance could be degrading over time in this use case?