***UPDATE: my API connector speed has increased considerably since this post
Thanks, Bubble team! ***
Is anyone else having issues with using the API connector?
Every time I try to add a new API call, it takes minutes to respond when I click into a field - and that is when it DOESNâT crash the the entire page.
Very frustrating
Curious to know if this is a Bubble platform issue, or an issue with my own computer/browser.
I see it each time. API connector slows down on typing of each character itself.
What I have observed is that somehow auto-save of app is extra slow when we make edits in API connector. So, even if you are just typing name of API call, it seems like it is making full save and writing full application to the disk each time a keystroke is being entered there. You can see a âsavingâŚâ on top of the editor each time you do anything small in API connector. So you make a keystroke, it will start saving, and will only respond after that once that âsavingâŚâ becomes âsavedâ.
One hack that I use is that I write the text in a notepad or something and then just paste the texts directly in API connector. It could be the JSON code that I have to write in the body or name of the API call or anything which requires entering text beyond a few characters.
That saves some time.
1 Like
Exactly! Iâm glad Iâm not the only one experiencing this.
This is a great hack, though, I will definitely be doing this as well. Thank you so much for sharing! 
SQL connector is the same. Horrible to have to use.
That is so great to hear!
It is literally unbearable the API connector.
That is a must if you do anything regarding the GraphQL. As bubble has not native integration - you configure it elsewhere - Altair or Postman and then paste it as otherwise you would want to jump out of the window.
There is also another case with the API connector configuration - itâs editing the dynamic text of API call in the workflow editor. If you have a big body with many dynamic data inside - the editor can collapse the text to single line. If you have a wall of text body and you are adding the first dynamic element - you better copy this wall somewhere as adding first dynamic element deletes everything else - cause why not 