Thank you Ahyoung for working on reproducing the issue! The document you attached doesn't have the issue.
I played a little bit more, and I found that my issue is because I didn't specify the language when I add code blocks: ```objectivec some code ``` After I specify the language for the code blocks, it is super fast! Thanks, Zhong On Tue, Feb 2, 2016 at 8:09 PM, 류아영 <fbdkdu...@nflabs.com> wrote: > I test md interpreter in my Zeppelin using this markdown code > <https://raw.githubusercontent.com/apache/incubator-zeppelin/master/docs/interpreter/cassandra.md>. > As you can see, this code over 700 lines and 2500 words. But it takes less > than 1 seconds in my Zeppelin. I think it's related with not markdown > interpreter itself but your server response latency. > Please clear your browser cache and check the loading time when you browse > your Zeppelin home. If it's a server response latency problem, it will also > take some time to browse Zeppelin home too. > > Thanks, > Ahyoung > > On Wed, Feb 3, 2016 at 11:55 AM, Zhong Wang <wangzhong....@gmail.com> > wrote: > >> Thanks Ahyoung & Corneau for both of your quick replies! >> >> My document has about 1000 words, 10 code blocks, and it takes 6 seconds >> to render in Safari. It actually crashes in Chrome... My computer is a 2015 >> MBP which should be capable. >> >> To be more specific, I just found that the code blocks took most of the >> render time. If I remove the 4 longest ones (each with 5-10 lines of code), >> it will be lightening fast. >> >> Zhong >> >> On Tue, Feb 2, 2016 at 6:43 PM, Corneau Damien <cornead...@gmail.com> >> wrote: >> >>> @Ahyoung He meant that he is writting markdown using zeppelin >>> interpreter :) >>> >>> I actually never tried with a lot of lines, of long does it take? If its >>> really long, that might be worth opening an issue >>> On Feb 2, 2016 6:27 PM, "류아영" <fbdkdu...@nflabs.com> wrote: >>> >>>> Hi Zhong, >>>> Thank you for the markdown interpreter documentation! >>>> >>>> I don't know the exact reason why your browser get stuck without >>>> response. 😢 >>>> Zeppelin use jekyll >>>> <https://help.github.com/articles/using-jekyll-with-pages/#installing-jekyll> >>>> when it builds documentation website. Did you see and try this >>>> README.md >>>> <https://github.com/apache/incubator-zeppelin/blob/master/docs/README.md> >>>> in Zeppelin github ? >>>> You can follow some instructions in this file, and then browse >>>> http://localhost:4000. Using this, you may see and test your >>>> documentation. >>>> Hopefully it could help you. >>>> >>>> Best regards, >>>> Ahyoung >>>> >>>> On Wed, Feb 3, 2016 at 11:05 AM, Zhong Wang <wangzhong....@gmail.com> >>>> wrote: >>>> >>>>> Hi guys, >>>>> >>>>> I am writing some documentation in Zeppelin using the md interpreter, >>>>> and found that it is pretty slow to render. The documentation is not very >>>>> long: less than 1000 words with some code. I tried both Safari and Chrome, >>>>> and it seems Chrome is slower: browser get stuck without response for >>>>> quite >>>>> a while. >>>>> >>>>> Is there any way to display documents faster on Zeppelin? >>>>> >>>>> Thanks! >>>>> >>>>> Zhong >>>>> >>>> >>>> >> >