Page 1 of 1

API Slow Response

Posted: Thu Aug 26, 2021 6:16 pm
by TheBingsta
I have noticed the API is given a slow response in version 2.
We use around 5 requests per page to allow for a functioning pilot dashboard.

Re: API Slow Response

Posted: Thu Aug 26, 2021 9:30 pm
by joefremont
What API's are you calling? Given that VXL is a very big airline it may be reading lots of data.

Re: API Slow Response

Posted: Thu Aug 26, 2021 9:59 pm
by TheBingsta
We call the following API calls on our slowest page
  • - getPilotStatus
  • - getAircraftData
  • - getAircraftDBData
  • - getMetar

Re: API Slow Response

Posted: Fri Aug 27, 2021 12:52 am
by joefremont
Just as a note, I know many of these calls are not fast, especially if there is a lot of data, that why I added a rate limit to prevent too many calls on server.