creativecodeB to Entrepreneur@indiehackers.spaceEnglish · 1 year agoMy b2b api mvp is slowmessage-squaremessage-square6fedilinkarrow-up11arrow-down10file-text
arrow-up11arrow-down1message-squareMy b2b api mvp is slowcreativecodeB to Entrepreneur@indiehackers.spaceEnglish · 1 year agomessage-square6fedilinkfile-text
minus-squarejaypeejayBlinkfedilinkEnglisharrow-up1·1 year agoFix the tech. Slow api calls are usually a result of slow running queries. Profile your app and look for n+1 queries
minus-squarecreativecodeOPBlinkfedilinkEnglisharrow-up1·1 year agoThx for that I made it twice as fast tonight by optimizing 🙌🏼 plugging away
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