You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In both scenarios, the image must be retrieved through calls to the backend hosting service. However, if these images can be cached, then far fewer requests will go through.
The Cache Storage API is for the caching of requests and responses seems an appropriate choice on which to build this functionality.
Acceptance Criteria
When a user first loads the IndexPage.vue, the hero image is loaded & cached.
On reload, the image is retrieved from the cache.
Time-To-Live should be set to 10days (3 reloads per month which is the length of a competition.)
The text was updated successfully, but these errors were encountered:
Description
Line 13 of Index.vue and and Line 31 of ItemCard.vue illustrate the problem:
In both scenarios, the image must be retrieved through calls to the backend hosting service. However, if these images can be cached, then far fewer requests will go through.
The Cache Storage API is for the caching of requests and responses seems an appropriate choice on which to build this functionality.
Acceptance Criteria
When a user first loads the IndexPage.vue, the hero image is loaded & cached.
On reload, the image is retrieved from the cache.
Time-To-Live should be set to 10days (3 reloads per month which is the length of a competition.)
The text was updated successfully, but these errors were encountered: