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

Add debouncing/throttling to extension draft updates #3807

Open
gonzaloriestra opened this issue Apr 29, 2024 · 0 comments
Open

Add debouncing/throttling to extension draft updates #3807

gonzaloriestra opened this issue Apr 29, 2024 · 0 comments
Labels
Area: @shopify/theme @shopify/theme package issues Type: Enhancement New feature or request

Comments

@gonzaloriestra
Copy link
Contributor

During dev, every time the code of an extension is updated, it gets pushed as a draft. If someone has auto-saving enabled in the editor, it may cause a lot of consecutive requests.

To avoid that, we could add debouncing or throttling to group multiple sequential calls in a single one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: @shopify/theme @shopify/theme package issues Type: Enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant