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.
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:
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.