-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Description
I have not checked the entire app, but I have noticed on the market page specifically, there are a lot of doubled up calls in the application.
As you can see in the below image, there are a lot of requests. The first few at the top are OPTIONS requests which are preflight, which are fine. However, the rest are the POST requests themselves and getting data. It amounts to quite a lot of overhead when loading this screen.
I have not gone through the codebase and seen what is causing this, there might be a valid reason requests double up, but I suspect it's an actual unintended bug.
Metadata
Metadata
Assignees
Labels
No labels
