Airlineinfo

Calling AirlineInfo method is very slow. Any suggestions?

The data returned by AirlineInfo is relatively static, so you are welcome to store previous responses for an airline identifier in a local cache (ie: memcached or similar), or persist in your application’s database. This will also reduce the number of API requests you must make and keep your usage costs lower.