-
Notifications
You must be signed in to change notification settings - Fork 48
Faster access to the list of dataflows #228
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
Workaround when proxy returns HTTP_PROXY_AUTH code
… after switching to another provider.
… if it is really compressed (Eurostat doesn't return Content-Encoding header tag).
Merge pull request amattioc#227 from viguice/viguice
Hi @viguice thanks a lot for the time you spent on this. The compression is now being managed in the provider properties, using the file that has been introduced recently. Every provider will need to show if it supports compression. Regarding the allstubs option, it has to be managed in a more granular way: in the helper teh dsds are needed because you could want to check what flows are related to the same structure. In the getflows calls outside the helper it can be useful to improve response time. I'll try to add this behaviour in next releases. I also already introduced the many small code fixes that you had put in the code, thanks for them as well! Attilio |
My first test was showing that the app was a bit too slow to my taste for loading all dataflows from a provider.
To improve the performance, I have
The next steps would be: