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
{{ message }}
This repository has been archived by the owner on Mar 11, 2024. It is now read-only.
Loader: If you go to the docker extension and open it, you will see that each tab has its own loader. In our case, the only loader is configured on Network Tab, and all initialization(requeired apps, debbuger, constants, tree manager...) is happening inside this loader. We have to put loaders on all these tags, and make their initializations independent.
Required Apps: What is taking a lot of time to execute is the validation of required apps. It's taking 3 to 5 seconds to validate. We need to put it running in background
Not sure if it's just local to my machine, but currently it takes ~3-5 seconds to load the networks tab.
cc @xhulz @michaeljohnbennett @acuarica how's it looking on your sides?
The text was updated successfully, but these errors were encountered: