Skip to content
This repository was archived by the owner on Aug 8, 2020. It is now read-only.
This repository was archived by the owner on Aug 8, 2020. It is now read-only.

Global cache in APIService #151

@Mondei1

Description

@Mondei1

It would increase the performance of our frontend a lot If we cache all previous fetched information. For example: If we fetched all tags at startup why fetching them again? We can execute in an interval of one minutes a function that fetches all data.

So, when a component executes api.getLatestDocuments() or api.getAllTags() these functions does not longer return a response from the backend but a local object which has all data already stored.

Metadata

Metadata

Assignees

No one assigned

    Labels

    frontendOnly relevant for our frontendperformance+Notably performance improvement

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions