Mysql database reload

Hello everyone !

I am calling an API via glide and the API called creates some data and put it on MySQL database that is linked to glide to be displayed, but Glide takes a lot of time to reload Mysql changes !
Is this just because I’m not on production yet ?
and if it’s not the case, is there a way to reduce latency between data reloads (like if glide reloads data evry 5 minute, is there a way to reduce it to be evry 50 seconds )

If it’s an action sequence in Glide, I think you can add a “Reload Query” action to the end of the sequence.

@ThinhDinh thank you so much
lifesaver