miekd / Brief

Brief is a Chat Style for Skype 5 on OS X.
http://media.miekd.com/brief/
Other
139 stars 29 forks source link

Performance degradation on large chats #13

Open rtgibbons opened 11 years ago

rtgibbons commented 11 years ago

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"

miekd commented 11 years ago

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).