Bogdan-Lyashenko / codecrumbs

Learn, design or document codebase by putting breadcrumbs in source code. Live updates, multi-language support and more.
https://codecrumbs.io
BSD 3-Clause "New" or "Revised" License
2.71k stars 101 forks source link

fix: replaced SyntaxHighlighter to prism to fix react components #76

Open idoo opened 5 years ago

idoo commented 5 years ago

looks like language attribute broke it https://github.com/Bogdan-Lyashenko/codecrumbs/issues/59 — dropped it to fix highlight

Bogdan-Lyashenko commented 5 years ago

@idoo this newer version seems to have significant performance drop, it hangs on few sec when I open Code tab, see profiler below image

idoo commented 5 years ago

@Bogdan-Lyashenko could you show screen how it worked before?

Bogdan-Lyashenko commented 5 years ago

@idoo it was smooth :) i.e. it wasn't the issue, now it's quite visible (without even throttling or anything) that it's delays for few sec before render. Not sure what we should do, let's wait with this. image