I open the file with getimagesize to make an appropriate picture popup with the right height and width.
But its taking forever to process.
Is there are way to check why or to tune it?
$size2 = @getimagesize($largeimg);
If not can i use an alternative function that works faster?
Thank you for your help! :-)
greetz
Daniel