Skip to content

Duplicate and unnecessary requests #43

Description

@Vheissu

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.

image

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.

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions