Documentation Index
Fetch the complete documentation index at: https://docs.xano.com/llms.txt
Use this file to discover all available pages before exploring further.
Debugging Performance Issues
502 errors when calling APIs or otherwise experiencing slow performance typically means that you are maxing out your instance resources. This means you should consider ways to increase performance. It is almost impossible to make a strict determination on “what package do I need” because everyone’s logic and data volume is different. There are several variables to look at when addressing performance issues, including:- The volume of API requests and the time between them
- The complexity of the business logic
- The amount of data being sent/received.