Skip to content

perf issues parsing big data json objects #49

@dielduarte

Description

@dielduarte

We use Prisma to parse and highlight JSON and Graphql queries, I'm currently facing some issues while parsing a huge amount of data payloads.

For now, I split the parser and highlight to parse only the active context (query, headers, variables, data) but still, while parsing data it is blocking the main thread for the user.

possible solution: web worker to parse in a different thread and loading state.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions