litejs / json-lite

Fast non-blocking JSON viewer for Chrome and Firefox
196 stars 17 forks source link

Unusable on big data #62

Closed mrx23dot closed 1 year ago

mrx23dot commented 1 year ago

Try to load this https://bitnodes.io/api/v1/snapshots/1678710396/ it's unusably slow.

v110 firefox i7 CPU

lauriro commented 1 year ago

It is a choice between features and performance. For documents over 200K lines disabling line numbers in options can improve performance.

mrx23dot commented 1 year ago

Without line numbers it still takes 8secs to expand details. 5s if auto formating is also off.

mrx23dot commented 1 year ago

I didnt active the addon, seems much faster than built in json parser. An option to auto collapse everything would be nice, to have an overview of data structure first.

lauriro commented 1 year ago

Collapse all childs with Ctrl(Command) + Click

mrx23dot commented 1 year ago

I mean automatically with learning addon specific keybindings.