Opened 4 years ago
Last modified 3 years ago
#41409 new enhancement
No point in storing empty EXIF/IPTC data on post meta table
Reported by: | geminorum | Owned by: | |
---|---|---|---|
Milestone: | Awaiting Review | Priority: | normal |
Severity: | normal | Version: | 4.9 |
Component: | Media | Keywords: | |
Focuses: | performance | Cc: |
Description
- Post meta tables are bloated with often not used EXIF/IPTC data for each image attachments.
wp_read_image_metadata()
generatesaperture
,credit
,camera
,caption
,created_timestamp
,copyright
,focal_length
,iso
,shutter_speed
,title
,orientation
,keywords
. and the data often stored as empty key/value pairs on each attachment metadata.
- I see no problem on filling default/empty values upon retrieving the data.
- and mentioning the core currently has no way of using stored
image_meta
.
Attachments (2)
Change History (3)
Note: See
TracTickets for help on using
tickets.