AnweshGangula / StackMeFirst

Highlight and sort answers posted by current user in Stack overflow to the top
https://stackapps.com/q/9515/96492
Other
3 stars 0 forks source link

Reduce the use of Stack Exchange API calls (Save quota) #91

Open AnweshGangula opened 9 months ago

AnweshGangula commented 9 months ago

Right now the method siteNameFromURL calls https://api.stackexchange.com/2.3/sites?pagesize=50000 at least 3 times per site which decreases the API quota drastically. So refactoring the code to reduce API Calls optimizes Quota usage:

Solution:

Image

Image