redhat-developer / intellij-openshift-connector

IntelliJ OpenShift Toolkit
https://plugins.jetbrains.com/plugin/12030-openshift-toolkit-by-red-hat/
Eclipse Public License 2.0
16 stars 22 forks source link

Provide a smoother experience on low bandwidth networks #839

Open sbouchet opened 2 weeks ago

sbouchet commented 2 weeks ago

Which functionality do you think we should update/improve?

from https://plugins.jetbrains.com/plugin/12030-openshift-toolkit-by-red-hat/edit/reviews#review=101851

It just hung there when expand namespace(project). Even worse, it froze my whole IDE(PyCharm). So please test this plugin in low speed network condition (e.g 50KB/s). Thanks.

Why is this needed?

Provide a smoother experience on low bandwidth networks.

adietish commented 1 week ago

@sbouchet: the namespace is fetched via intellij-kubernetes while the child items are retrieved via odo. We should of course prevent freezes but not sure about being able to reduce the requests by odo. At most we can check if we can reduce the number of calls to odo.