nbianco1 / facets-loghound

Automatically exported from code.google.com/p/facets-loghound
0 stars 0 forks source link

Switching from brief to detail message display is too expensive #13

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
As it is, the brief and detail message blocks are individually set to display 
or block, and when the message count increases into the thousands, switching 
all the individual blocks back and forth is too expensive in memory and 
processing time.

We need to break those individual blocks out into two divs - one for brief and 
one for detail messages.  That way we can show or hide the encompassing div 
elements rather than each message block itself.

Original issue reported on code.google.com by ogradyjd@gmail.com on 3 Nov 2010 at 1:32

GoogleCodeExporter commented 8 years ago

Original comment by ogradyjd@gmail.com on 3 Nov 2010 at 2:08

GoogleCodeExporter commented 8 years ago

Original comment by ogradyjd@gmail.com on 2 May 2012 at 1:41