Market item images load slowly - image optimization may be missing #8
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description
Images for market items take a long time to load, which negatively impacts user experience when browsing the marketplace.
Suspected Cause
The image loader may not be optimizing uploaded images to more sensible sizes for web display when users add items to their market store. Full-resolution images are likely being served directly without resizing or compression.
Expected Behavior
When a user uploads an image for a market item, the system should:
Current Behavior
Images appear to load slowly, suggesting they may be served at their original uploaded size without optimization.
Suggested Investigation