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
{{ message }}
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: