Currently trying to use 'quantrocket-client' to do work in Pycharm rather than the Jupyter web interface. I am getting the desired results, but It is running slow, this only started since I redeployed the houston container with the correct environment variables to use https instead of http.
A get_prices() request takes approx 5 seconds to complete for only one symbol and 60 data points, compared to when I used http it was much less than a second.
Is there anything I can do about this?