Add thumbnail image URL property to Product class
Opened this issue · 0 comments
jsauvexamarin commented
Memory usage seems high on list screens with thumbnail images, because the full size image files are being used. This can be mitigated by using actual thumbnail image files.
- Add the thumbnail image url property to the product and category classes.
- Create thumbnail image files for each full size image.
- Upload thumbnail images to Azure blob storage.
- Reference thumbnail image files in the service's data initializer.
- Re-run the data initializer.