Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Slow Gateway Page Load with Immediate FUOTA & Multicast API Calls #783

@mahadi-devo

Description

@mahadi-devo

ChirpStack version: v4.14.1

I’m experiencing significant UI lag and slow loading on the Gateways page when managing a large deployment. On page load, the web UI fires multiple API calls immediately, including:

api.FuotaService/ListDeployments
api.MulticastGroupService/List

The page displays a loader to hide the UI while these calls are happening, but with so many applications and gateways, it takes a long time for the page to become responsive. This seems to be due to:

The UI fetching all FUOTA deployments and multicast groups on initial load. Continuous polling that adds additional load after the initial API calls.

Image Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions