Skip to main content
All CollectionsSecurity & Compliance
Why are there different API response times on my endpoint?
Why are there different API response times on my endpoint?

API response times may vary for the same endpoint

Xano Support avatar
Written by Xano Support
Updated over a week ago

You may have had a look at your API request history and wondered why running the same endpoint can often result in varying response times.

Here are a few common reasons why:

  1. The varying size of inputs in different runs - processing a file upload of 1GB may take a little longer than a 100 MB file.

  2. Whether the endpoint is being pinged many times at once (endpoint gets hit multiple times in the same 5 seconds let's say, the execution times become much much higher)

  3. Other things are happening in the instance like other endpoints being called at the same time, and backgrounds tasks being run. This is because the instance shares the same resources.

Did this answer your question?