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

Make parsing more performant #289

Closed
eric-nguyen-cs opened this issue Nov 16, 2023 · 1 comment
Closed

Make parsing more performant #289

eric-nguyen-cs opened this issue Nov 16, 2023 · 1 comment
Assignees

Comments

@eric-nguyen-cs
Copy link
Contributor

Now

Currently, it takes a few seconds to import some taxonomies and some taxonomies are not parsed before the http requests timeouts.
The parsing step takes too much time

Goal

Understand why parsing takes so much time to respond and resolve it

  • Make the parser faster if possible
  • If not possible, respond to the client asynchronously
@alexgarel
Copy link
Member

@eric-nguyen-cs it's mandatory to make the client respond asynchronously, (there are huge taxonomies). see #206

But working on parsing performance is also important as I believe there might be low hanging fruit.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants