#21481 closed defect (bug) (fixed)
Optimize image_resize to prevent re-opening image every time
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | 3.5 | Priority: | normal |
Severity: | normal | Version: | |
Component: | General | Keywords: | |
Focuses: | Cc: |
Description
Found during discussion at WCSF:
image_resize() calls wp_load_image() which opens the image and loads it into memory. This can be optimized because image_resize() is called several times times.
Change History (6)
Note: See
TracTickets for help on using
tickets.
related to this ticket is all the work done in #6821