-
Notifications
You must be signed in to change notification settings - Fork 6
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
Requesting processes very slow #62
Comments
Right now it's very fast for me, loads in seconds. |
This is a recurring issue I have for a couple of days (could also been weeks) already, so I'm not having the issue for the first time. It's also still slow right now. Could be that it's a load issue, but then you seem to struggle load issues pretty often? I've tried only Web. Not sure, maybe it's also not an issue with Python? But at least it also seems slow in the QGIS plugin (but there I have no chance to check what is slow.) |
@jdries How quick is getting to the Model Builder with this URL https://editor.openeo.org/?server=https://openeo.vito.be&discover=1 for you? |
Hmm, is it then that my connection is too slow? I've tested it on DSL and my mobile connection and both are slow. Strange... Anyway, maybe it's still a good idea to remove process graphs from pre-defined processes to make initial requests faster? 1 MB for initial discovery seems not ideal. |
But then the 1.1 MB GEE collections transfer in under a second. Something strange is going on for sure... Are you somehow directly connected to VITO? VPN? Maybe it's just an issue for externals? |
With or without our VITO VPN doesn't make a difference. I also tried with https://www.webpagetest.org to test speed from other locations, and it's bit slower (e.g. 2 or 3 seconds from the US), but it's still order of seconds |
that's certainly possible (e.g. by default), but there is not standardized way to get the process graph if you want it. |
While that is true, for pre-defined processes the use cases where you'd need the process graph seem very limited. With Open-EO/openeo-api#348 you'd get such an endpoint to get the full process description. Anyway, I've tested connecting to VITO via the university VPN and there it's much faster (like 2 secs). That's not fast, but okay. |
Connecting to the VITO back-end is very slow right now.
For me, it takes around 1,5 minutes until the /processes endpoint has fully returned the data.
This is rather annoying, especially in the Web Editor where the processes are requested upfront.
I guess this is due to the mask_scl_dilation being so large? Maybe it would be a good idea to not return the "process_graph" property for pre-defined processes, where this is not very useful anyway.
The text was updated successfully, but these errors were encountered: