It takes maybe 3 seconds per call. Should I still lead generate…? What would you do?
You must log in or register to comment.
Fix the tech. Slow api calls are usually a result of slow running queries. Profile your app and look for n+1 queries
Thx for that I made it twice as fast tonight by optimizing 🙌🏼 plugging away