PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
Is it typical for it to take time to resize images using the GD library? Basically resizing an image and uploading it... it's taking me almost 5+ solid seconds...
Images are complex streams of data. So yes, it should be expected to take a bit of time. Five seconds from clicking submit to image resize finished is nothing.