I have noticed it too and it is annoying. However, asynchronous loading might not be the solution you want. I want to choose the notebook to open from the list Z shows me. So I am blocked on it anyway. I think that the loading is asynchronous anyway because several times I have seen that I have to keep reloading my page until my notebook list appears.
What we need is for Z to load the metadata for notebooks (like names etc) quickly. Optimizing that code might help. > On Jul 4, 2018, at 2:56 PM, Jhon Anderson Cardenas Diaz > <jhonderson2...@gmail.com> wrote: > > Hi!. > > Right now the Zeppelin starting time depends directly on the time it takes to > load the notebooks from the repository. If the user has a lot of notebooks > (ex more than 1000), the starting time starts to be too long. > > Is there some plan to re implement this notebooks loading so that it is done > asynchronously?. Or this is not a problem for zeppelin users. > > Thanks.