AxelFougues/ZINC-public-resources

Lack of Image Caching for Self-Added Products

AxelFougues opened this issue · 0 comments

Add image caching for user-added products. Beware of deletion.

From #5 :
Issue 3: Lack of Image Caching for Self-Added Products
Description: The images for self-added products are not cached, resulting in slower loading times, especially on slow internet connections.

Steps to Reproduce:

Add a self-created product.
Reload the page or navigate away and return.
Observe that the product image takes a while to load.
Expected Behavior: Images for self-added products should be cached to improve page loading performance.