I’ve a repeating group to display a users messages. I can have many messages on one day, so I’m displaying only the date in top of the message which is the first of the day. But this little conditionnal eats 230KWU a month
this is actually what I do not I just display them by date, and want to display only the date of the day once (the date is an element in current cell).
I 'm afraid that grouping will be consuming a lot of WU and is not recommended in the performances and scaling guidelines but I can try and see what its consume
Set privacy rules so that the server sends to the page less entries. Perhaps what is driving the high consumption could be that all of the object’s dB entries are being queried.
If the above still sends too many entries … you could guesstimate how many to limit-load in the rg
I added a conditionnal to the RG to displa data-source only if the message panel is visible. Let’s see if it was that (retrieving too mush data because to user is set)