Hello,
I've got a "strange" problem with PhotoQ on my webhosting. Uploading works nice but "saving info" (sorry, I've got french version so I don't know exactly the terms in english) is very slow: near 5 minutes for a 50 ko jpg picture ! After that, everything seems OK.
I made a test on a free webhosting (00webhost) and there is no problem (some errors showing but the plugin does what it has to do). My webhoster's technicians cannot find where the problem comes from and I'm asking here if you got an idea where the problem could come from...
Very slow info saving
(4 posts) (2 voices)-
Posted 2 years ago #
-
is it just after the upload, before the form where you can enter info is displayed? or once you entered the info on each photo and click "save batch info"?
you can also give me the terms in french, i can map them.
Posted 2 years ago # -
When I click- well, when I clicked "Save batch info" :-) It seems they find a solution because batch uploading works nice now.
The only problem remaining is the ftp uploading. With four images 40 ko each, I've got a 500 error when building the thumbnails. I saw my webhoster got ImageMagik. What's the difference whith GD library ? Is it better ?
And thank you for your quick answer !Posted 2 years ago # -
well, i don't know whether one is "better" than the other. guess there are different opinions on that. see e.g. http://www.google.com/search?q=gd%20vs%20imagemagick&hl=en
the thing that probably matters most is that imagemagick doesn't have the php memory limit gd has. so if you have images that are too big for gd to handle because of the php memory limit, then your only option is imagemagick.
Posted 2 years ago #
Reply
You must log in to post.
resolved