Parallelise data fetching in WebIDE
At the moment, all the data needed for setting up WebIDE instance is fetched synchronously for some reason:
The process should be decoupled and parallelised so that data fetching could happen in parallel boosting the load performance of WebIDE