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

Reduce stalled requests due to number of requests to the same domain #53

Open
heypoom opened this issue Jul 16, 2024 · 0 comments
Open

Comments

@heypoom
Copy link
Contributor

heypoom commented Jul 16, 2024

Shoppy requests are very slow due to a browser limitation on the number of requests to the same domain. As a result, we have these stalled requests. We tried to do exactly the same requests using Jmeter, and no issues like this. Other configurations such as caching, instance size, etc, doesn't work.

One hypothesis that we can try is to eliminate preflight requests, it should reduce the overall query time. To do this, we need to proxy all shoppy.hosted.staging.metabase.com requests via https://metabase-shoppy.vercel.app/

The goal is to speed up Shoppy loading time.

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

No branches or pull requests

1 participant