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
What problem would the enhancement address for VIP?
getimagesize() holds up the PHP process downloading the entire image to just read its file size.
Describe the solution you'd like
Most images in WPs Media Library have width and height attributes already (like from wp_get_attachment_metadata()) & that existing data should be used instead.
If the image is external and not in WordPress' media library, perhapes:
What problem would the enhancement address for VIP?
getimagesize()
holds up the PHP process downloading the entire image to just read its file size.Describe the solution you'd like
Most images in WPs Media Library have width and height attributes already (like from
wp_get_attachment_metadata()
) & that existing data should be used instead.If the image is external and not in WordPress' media library, perhapes:
What code should be reported as a violation?
The text was updated successfully, but these errors were encountered: