Skip to content

Cache régions, agencies, links and tags data #389

Description

@FelixINX

Currently, on every application load, the same resources are loaded. This impact loading time and cause extra traffic on the server that can be avoided.

The following resources are not updated frequently, therefore, perfect for local storage:

  • Regions
  • Agencies
  • Links
  • Tags

Using etag verification, the application will store the following resources in local storage. If the etag is the same, data is kept and no extra traffic is necessary.

Backend etag support is required.

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