Hello, I’m doing a very interactive drag’n drop calendar scheduling app for assigning employees to jobs etc… Now I’m almost at the end, everything works like a charm I’m using my own draggable component heavily inspired by @aurelie and her Vue Draggable (big thanks for showing me it’s possible).
Anyway, upon stress testing the app a little, it seems like it handles very slowly some updates. It seems like my Supabase backend is fine, as it gives me a 200 within a few miliseconds, 200 max, but it seems that there are some other requests going on in the background to https://zipzap.weweb.io/v1/ (wonderful name by the way) and it seems like they slow the thing down by quite noticeable time?
One hint I’ve found out so far is that I get this delay when the collection is bigger, even though Supabase seems to work without much stress with only up to 200 ms responses.
I’m not sure how WeWeb works under the hood, based on my console logs (during the workflows) and the network tab, it seems like it should be working fairly fast.