Comment by lelandfe

3 hours ago

I believe this is because they don’t lazyload the document.

The entire conversation sits in the DOM.

Yeah - is such a large dom of essentially text expected to be that slow?

For what it's worth I use a small script that essentially deletes old chat messages DOM nodes which significantly speeds it up.