Skip to content

Frontend calls the GET /apps/tickets endpoint too often #275

@drik98

Description

@drik98
Image

Currently the frontend calls the GET /apps/tickets endpoint every few seconds. Probably when the /apps event source gets updated. May we can improve that.

Possible options:

(1) Add eTags to at least improve the caching in the frontend
(2) Embed the ticket information directly to the /apps/ endpoint and completely remove the necessity to call the tickets endpoints
(3) see #275 (comment)
(4) Adjust the logic in the frontend to only request the /apps/ticket resource when the preview names have changed and not when just the status of service changes? Though I am not sure if that is actually the logic that is in place now.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions