Hi
I have being working on a form.
The form allows 5 image files to be uploaded with other user details.
All the 5 image files are uploaded at the same time (with a single submit button click).
The uploaded images are resized to thumbnails 120x120 version and 600x400 version.
Maximum 1 MB size image files are allowed to upload.
I have tested with this in my local server using XAMPP for Windows and its working fine. In my local server all the 5 images are uploaded and thumbnails are generated within 3 seconds. (I understand that there is no network data transfer in the local server)
My Live server is *nix machine with good hardware configuration and lot better than my Local Server
The PROBLEM is Live Server takes around 60 or more seconds to upload the files and resize the images and update the user data. (image resolution of 1440x960)
My client feels that it takes much time to upload the images. Is there anyway to improve the performance and make the image uploads to be faster.
Please let me know your suggestion how should I go with this Or If any alternative can be provided.
Thank you very much for all your suggestion!
If you expect me to place the code which I use, I am glad to provide it.
I am using a very simple script to resize the images.
Thanks again
I have being working on a form.
The form allows 5 image files to be uploaded with other user details.
All the 5 image files are uploaded at the same time (with a single submit button click).
The uploaded images are resized to thumbnails 120x120 version and 600x400 version.
Maximum 1 MB size image files are allowed to upload.
I have tested with this in my local server using XAMPP for Windows and its working fine. In my local server all the 5 images are uploaded and thumbnails are generated within 3 seconds. (I understand that there is no network data transfer in the local server)
My Live server is *nix machine with good hardware configuration and lot better than my Local Server
The PROBLEM is Live Server takes around 60 or more seconds to upload the files and resize the images and update the user data. (image resolution of 1440x960)
My client feels that it takes much time to upload the images. Is there anyway to improve the performance and make the image uploads to be faster.
Please let me know your suggestion how should I go with this Or If any alternative can be provided.
Thank you very much for all your suggestion!
If you expect me to place the code which I use, I am glad to provide it.
I am using a very simple script to resize the images.
Thanks again
Comment