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

Explore alternatives to JSON.parse #143

Open
WULCAN opened this issue Dec 7, 2024 · 0 comments
Open

Explore alternatives to JSON.parse #143

WULCAN opened this issue Dec 7, 2024 · 0 comments
Labels
🦐 small webapp Related to the Lyra web app

Comments

@WULCAN
Copy link
Collaborator

WULCAN commented Dec 7, 2024

Description

Store#loadFromDisk uses JSON.parse to reload unpublished translations from disk after restart. JSON.parse is a blocking API so this might block the main thread for a long time.

Explore if we can replace this blocking API.

Estimated size (S, M, L)

I think this issue is Small because only the research is in scope. We will spawn a new issue for any implementation.

Open questions

This could potentially never get prioritized, as it only affects one request after restart.

@WULCAN WULCAN added webapp Related to the Lyra web app 🦐 small labels Dec 7, 2024
@WULCAN WULCAN mentioned this issue Dec 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🦐 small webapp Related to the Lyra web app
Projects
None yet
Development

No branches or pull requests

1 participant