Parallelise data fetching in WebIDE

At the moment, all the data needed for setting up WebIDE instance is fetched synchronously for some reason:

Screenshot_2020-11-12_at_10.49.07

The process should be decoupled and parallelised so that data fetching could happen in parallel boosting the load performance of WebIDE