Brief icon indicating copy to clipboard operation
Brief copied to clipboard

Performance degradation on large chats

Open rtgibbons opened this issue 11 years ago • 1 comments

We use group chats extensively, and after a while with Brief, they start to slow down. I'm assuming this is due to the size of the chat, and trying to track everything in the "dom"

rtgibbons avatar Apr 23 '13 17:04 rtgibbons

It's probably the amount of non-performant rgba values etc in there. Something that's definitely hard to fix. Maybe optimising with translateZ would work.

It's very hard to debug and optimise chat styles as Skype basically doesn't seem to allow any more insights into their chat windows. (ie.: No more saving out HTML etc.)

— Maykel

On Tuesday, April 23, 2013 at 10:47 , Ryan Gibbons wrote:

We use group chats extensively, and after a while with Brief, they start to slow down. I'm assuming this is due to the size of the chat, and trying to track everything in the "dom"

— Reply to this email directly or view it on GitHub (https://github.com/miekd/Brief/issues/13).

miekd avatar May 05 '13 00:05 miekd