Multiple database request

Hello all,

When I preview my app, I see that lot of requests. The last time I was working on it, this was not happening. descargar

I know the response come from the database for the dynamic items logic handlers. In the past, I tried to change the logic to request the database just when the page enters but, it seems to me that this is not the intended behavior. image

Can you send me to the right direction?

Hello @giovanny_padilla

The Dynamic Items Logic runs on each render that’s why you can see lots of requests

Take a look at the following answer :

Regards, Vlad

1 Like

Ok, thanks. So request the database just once in other handler and then load the dynamic list from the app data or page data.

correct, also you can make any Block as DataContainer and it will have its own DataModel where you set data and then use it in the list