Hello all. I am wondering if there is any way to increase the speed of the API response? I am essentially using the backend workflow sent as a POST that then sends certain data back. It then provides a popup with some data. I am coding this with lua.
- Button press
- API call to get certain details (let’s use user name and Id as examples)
- Notification that pops up (eg Hello John Doe your Id is 35)
I find that the notification DOES pop up but it seems to have a delay, not long at all maybe not even a whole second but seems to be a delay, ideally, I want it to be almost instant.
Is this possible?