Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Web UI: disable syntax highlighting for massive JSON documents #5791

Open
mglukhovsky opened this issue May 23, 2016 · 1 comment
Open

Web UI: disable syntax highlighting for massive JSON documents #5791

mglukhovsky opened this issue May 23, 2016 · 1 comment
Labels
Milestone

Comments

@mglukhovsky
Copy link
Member

We disable syntax highlighting for a large number of rows, but parsing and highlighting a few massive documents can sometimes crash the tab in the browser when using the Data Explorer.

We should profile and determine a good size limitation, and turn off highlighting for very large documents.

@danielmewes
Copy link
Member

There are some reports that it's already getting turned off for even a single large document. We need to find out what our actual logic currently is.
It's also possible that the browser freezing is due to something other than syntax highlighting.

@danielmewes danielmewes added this to the subsequent milestone May 23, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants