Skip to content
This repository has been archived by the owner on Apr 26, 2023. It is now read-only.

Version 1.1 - Speed improvement, removed caching

Latest
Compare
Choose a tag to compare
@JordannDev JordannDev released this 01 Apr 06:15
42bc71a

Version 1.1

Changes

Version 1.1 removes the entire caching utility, for performance reasons. The caching utility wasn't really a cache in all honestly, it was more a way of seeing people who have been "downloaded" by the API. So it was changed to just read from CERT (Vatsim CERT = Single Sign ON System) and make things a lot faster.

Comparision:

Time it takes to get user info in milliseconds
Version 1.0: ~1800-2000ms.
Version 1.1: ~400-500ms.

So in general, the API is a lot faster. If you want to know more information regarding why it was changed, look at the Wiki, and I have briefly explained it.

Happy Developing.