Skip to content

Implement caching for data #11

@6Leoo6

Description

@6Leoo6

On initial app load, it takes a noticeable amount of time to load the stats and recent short URLs. We could fill the empty space with cached results from the last query executed, and stored between app restarts. The situation is even worse when quickly switching tabs inside the app. A full reload of data might not even be needed in a set period of time (let's say 30s) and even after that limit, we could also just display cached data temporarily.

(Or we could take loading skeletons into consideration.)

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