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.
API Slow Response
Moderator: FSAirlines Staff
-
- Ticket Agent
- Posts: 8
- Joined: Wed Aug 25, 2021 3:14 pm
- Location: EGNX
- Contact:
- joefremont
- FSAirlines Developer
- Posts: 3852
- Joined: Tue May 16, 2006 5:46 am
- Location: KSFO
Re: API Slow Response
What API's are you calling? Given that VXL is a very big airline it may be reading lots of data.
I've sworn an oath of solitude until the pestilence is purged from the lands.
-
- Ticket Agent
- Posts: 8
- Joined: Wed Aug 25, 2021 3:14 pm
- Location: EGNX
- Contact:
Re: API Slow Response
We call the following API calls on our slowest page
- - getPilotStatus
- - getAircraftData
- - getAircraftDBData
- - getMetar
- joefremont
- FSAirlines Developer
- Posts: 3852
- Joined: Tue May 16, 2006 5:46 am
- Location: KSFO
Re: API Slow Response
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.
I've sworn an oath of solitude until the pestilence is purged from the lands.