Glimpse / Home

Project Glimpse: Node Edition - Spend less time debugging and more time developing.
http://node.getglimpse.com
Other
252 stars 9 forks source link

[Logging] Expanding/collapsing a logged object feels a little slow #78

Open lostintangent opened 7 years ago

lostintangent commented 7 years ago

Update: I noticed that this perf issue seems to be related to requests with lots of logs, so the virtualization work for the list that Mike mentioned in another bug would likely improve it.


Repro steps:

  1. Open up this URL
  2. Launch the corresponding Glimpse client
  3. Select the request which corresponds to the /create route
  4. Expand/collapse one of the logged objects in the list

Expected: For the expand/collapse action to "feel" fluid/instant-ish Actual: It seems to take about a second to perform this action, which definitely feels a little slow, and begins to be a bit painful when navigating a deep object.

avanderhoorn commented 7 years ago

There are several perf issues that we know about once you start getting into scenarios that have large amounts of log statement. We believe we know what needs to be done to improve this greatly, just a matter of scheduling the work.