It was previously faster. I changed server and it is slow. It might be a coincidence or something.
$arguments = array(
'message' => $caption,
'tags' => $tags,
'source' => '@' .realpath( $photo ),
);
I checked execution time of the script. It takes more than 10 seconds to upload the script. 10 seconds is the minimum.
Is there any other way optimize it? Pictures are always less than a 1/2MB.
If there is no tag, it uploads in 3 to 4 seconds.