emuikernel / wittytwitter

Automatically exported from code.google.com/p/wittytwitter
1 stars 0 forks source link

Typing in the new tweet box is sluggish #99

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Run Witty for an extended period of time
2. Start typing a new tweet

What is the expected output? What do you see instead?
The performance of text appearing is really really slow, about 3 times
slower then when I cold boot Witty.

What version of the product are you using? On what operating system?
trunk

Please provide any additional information below.
I have tried debugging this to no avail. Looking around at the code and the
XAML there is nothing obvious that would slow down typing. However, it gets
really bad when you run Witty for a long time.

This was not noticeable in 0.1.6.

I'm not sure what background events are firing when running and typing and
if they are stealing any CPU time.

Sorry this isn't more helpful.

Original issue reported on code.google.com by shahi...@gmail.com on 26 Mar 2008 at 3:55

GoogleCodeExporter commented 8 years ago
yeah, i've been trying to improve perf on the filter feature for a bit but it 
still
sluggish. I'm even doing the filtering on a separate dispatcher so that the UI 
thread
is not affected but no luck or maybe I'm not doing it right.

Original comment by alan...@gmail.com on 26 Mar 2008 at 5:04

GoogleCodeExporter commented 8 years ago
This hasn't been a problem now that filter feature is disabled

Original comment by jongallo...@gmail.com on 4 Feb 2009 at 4:40