﻿id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc
23392,Sooner filtering for image_downsize(),anatolbroder,SergeyBiryukov,"In the function ''image_downsize()'' we have an initialization block with two non trivial time-consuming procedures inside.

{{{
	$img_url = wp_get_attachment_url($id);
	$meta = wp_get_attachment_metadata($id);
}}}

The filter ''image_downsize'' is below the block. But the filter parameters don’t interact with the initialization block. If we move the filter before the initialization block, plugins using the filter will save time.",enhancement,closed,normal,3.6,Media,,normal,fixed,has-patch commit,
