Comment # 9
on bug 11515
from Gerald Combs
Change 10553 reduces load times for me here quite a bit. For testing I trimmed
down your capture to the first 1,000,000 packets. I ended up with the
following:
OS X, Qt, pre-change: 9.4s
OS X, Qt, post-change: 8.1s
OS X, GTK+: 6.9s
Win64, Qt, pre-change: 18.9s
Win64, Qt, post-change: 9.8s
Win64, GTK+: 7.9s
The change partially fixes the scrolling issue noted in comment #6 by enabling
uniformRowHeights in the packet list widget, and only disabling it when we find
a newline in a column string. Note that if we *do* have newlines performance
will still be slow for a large number of packets. Fixing that will require more
work.
You are receiving this mail because:
- You are watching all bug changes.