i've been using it to set the image sizes of all the images i pull from the database... but like that's not working very well 🙁
whenever i use that function the page starts loading extremely slowly. and i know this is nto a database problem becuase my database runs like a charm
the problem i'd run into is with pages like this one 🙁
http://www.tunercarz.com/newdesign/cargallery.php?action=random&last=12
if it were straight html and you knew the width="" and height="" of each image it would increase the speed of the site.... now i use gd as well to resize the images... and ti does work, however, that process is also pretty slow using getimagesize() 🙁
any ideas on other functions?
thanks.