Opening the link directly shows that it is very fast, but downloading or obtaining information online is very slow. How can I speed it up?
<?php $url = "http://q.qlogo.cn/qqapp/101327045/D560BE9F90D5B2529BD75F976DDB628C/100"; $t1 = time(); var_dump(@getimagesize($url)); $t2 = time(); echo "<img src='$url' />"; echo $t2-$t1."秒"; ?>
The following is the running result (it took 17 seconds, which is unbearable)
I want to download this picture and rename it to jpg format