What is your goal?
Hi All, just a quick question, is there a way to get the make scenarios to go faster? I have an AI image analysis pipeline, however, in my front end users are going through the process pretty quickly before the output can really be delivered to my database, just wondering if anyone has any tips?
What is the problem & what have you tried?
Moving webhook reposnse to the start after webhook trigger, it works but when moving through the platform i want to esnure the data is there
Error messages or input/output bundles
NA
Hello,
The problem you’re facing is most likely not Make.com related – it’s the AI image analysis itself.
A few things worth trying:
- Resize the image on the frontend before sending it to Make, so the AI has less data to process.
- Try different models or providers – response times vary significantly.
- Work with the UI/ UX flow – for example, divide the input form so the image is sent to the processor before the user finishes filling out the form (of course, if compliance allows for that kind of behaviour).
You can also create database record and create second scenario- once image is sent to Make it immediately respond with database id and your app checks if image is processed.
There’s no golden solution here. Each project is different and requires a different approach.
Have a nice day,
Michal
Thank you, yes a little more research and UI understanding needed on my part, thanks for the input!