You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have had significant slowdowns relative to the java webservice in using requests.get(url).json(). Investigations show that performance can be improved by, e.g., setting requests to streaming and changing decode implementation.