#53985 closed enhancement (fixed)
Change suggested maximum image size to 2560 pixel (like big image threshold)
Reported by: | zodiac1978 | Owned by: | adamsilverstein |
---|---|---|---|
Milestone: | 5.9 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Media | Keywords: | has-patch has-copy-review commit |
Focuses: | Cc: |
Description
In #47872 we introduced and in #49280 we refined the error message for a broken image upload to this text:
Post-processing of the image failed likely because the server is busy or does not have enough resources. Uploading a smaller image may help. Suggested maximum size is 2500 pixels.
But in #47873 the big image threshold is set to 2560 pixel which is not 2500 pixel but not much away.
I think this could be confusing for beginners. Which is the recommended maximum size? 2560 or 2500 pixels?
Would it make sense to change the last sentence to "Suggested maximum size is 2560 pixels."?
Attachments (2)
Change History (28)
#3
@
3 years ago
- Resolution duplicate deleted
- Status changed from closed to reopened
Closed the wrong ticket :(
Created this ticket twice due to a internal server error on submission.
#5
@
3 years ago
- Keywords has-patch added; needs-patch removed
Agreed with @zodiac1978. We have to use 2560 pixels instead of 2500 pixels so others don't get confuse.
Let's wait for core dev feedback then will make it commit
#6
@
3 years ago
My initial though was that 2500 might have been chosen as a reasonable, easy-to-remember value below the default big_image_size_threshold
filter value (2560), to avoid using additional resources for post-processing.
I was wondering what would happen if the image is exactly 2560 pixels on either side. Looking at [46076] / #47873, scaling the image down to use as the "full" size only happens if it's larger than the threshold value, so suggesting 2560 for consistency should still be fine.
#7
follow-up:
↓ 8
@
3 years ago
this came up in the recent Media component meeting. I agree, changing the message to be exactly the value is the right call.
@joyously mentioned that because the value is able to be filtered maybe we should directly use that filterable value in the place where this message mentions the size.
#8
in reply to:
↑ 7
@
3 years ago
Replying to antpb:
@joyously mentioned that because the value is able to be filtered maybe we should directly use that filterable value in the place where this message mentions the size.
Good thought! On the other hand is the error message a warning about an image that is maybe too big to handle for the server. Using the filtered value could give the wrong expression that the filtered value is something WordPress itself is recommending.
If someone uses the filter they should be aware of the implications, but we all know that copying & pasting code snippets happens a lot ...
This ticket was mentioned in Slack in #core-media by antpb. View the logs.
3 years ago
This ticket was mentioned in Slack in #core-media by antpb. View the logs.
3 years ago
This ticket was mentioned in Slack in #core-media by antpb. View the logs.
3 years ago
This ticket was mentioned in Slack in #core-media by antpb. View the logs.
3 years ago
#14
@
3 years ago
- Keywords needs-copy-review removed
1) Agree having the actual maximum size of an image will be clearer for users.
2) We may need to check if there are any LearnWP resources which refer to 2500 pixels that would need to be changed to 2560 too. Will check with the Training team once this ticket goes through.
3) Suggest a reword of the text to make it easier to follow especially for new users. As we are approaching feature freeze, this reword has been re-reviewed with @marybaum.
Change from:
"Post-processing of the image failed likely because the server is busy or does not have enough resources. Uploading a smaller image may help. Suggested maximum size is 2560 pixels."
to:
"The server can not process the image. This can happen if the server is busy or does not have enough resources to complete the task. Uploading a smaller image may help. Suggested maximum size is 2560 pixels."
This ticket was mentioned in Slack in #core by abhanonstopnews. View the logs.
3 years ago
This ticket was mentioned in Slack in #core by hellofromtonya. View the logs.
3 years ago
#18
@
3 years ago
The updated wording in https://core.trac.wordpress.org/ticket/53985#comment:14 looks good to me!
This ticket was mentioned in Slack in #core-media by sabernhardt. View the logs.
3 years ago
This ticket was mentioned in PR #1905 on WordPress/wordpress-develop by adamsilverstein.
3 years ago
#23
Trac ticket:
Duplicate of #53984.