stuartml Posted June 23 Posted June 23 I'm uploading about 10 images at 1mb each (per product), and it's taking a lot longer than expected. I've changed my php settings to try and speed it up. What am I missing? The upload files button has seems to have no indicator of progress- the page freezes until 1 gets uploaded and is listed in green. I assume its because its converting each image one at a time? It still seems unusually long.
musicmaster Posted Monday at 11:05 AM Posted Monday at 11:05 AM Together with uploading the software also generates the derived images (123-small.jpg, 123-large.jpg, etc). This often takes more time than the uploading itself. So you should check which image types you have enabled. Maybe you can reduce their number. 1
nickz Posted Monday at 12:28 PM Posted Monday at 12:28 PM On 6/23/2026 at 11:36 PM, stuartml said: I've changed my php settings to try and speed it up. What am I missing? restarting apache2 maybe? 1
stuartml Posted 15 hours ago Author Posted 15 hours ago On 6/29/2026 at 4:05 AM, musicmaster said: "So you should check which image types you have enabled." Is this under Preferences -> Images ? Currently I have them using jpg and 80 quality, I removed the items from the theme I wasn't using. I'm using the community theme default (see screenshot attached). I did try restarting apache, with no difference noticed.
the.rampage.rado Posted 14 hours ago Posted 14 hours ago Be extra careful when removing image formats here as every theme creates what is needed during install. Regarding speeding up image generation - if you're generating your images during manual product creation the only way is to increase the speed of your server (buy better VPS/server). If you are annoyed that image creation times out/is slow during product import - simply don't create the thumbnails during the import but later in a dedicated tab while you do other work. The image section got nice rewrite by @wakabayashi but in the end it has to regenerate the files. Also - don't use jpg, it's 2026. Switch at least to webp, avif is even better if your server/php version supports it. BEFORE you switch the image format and regenerate all images - make sure that your theme can work with the new formats. Take inspiration from Niara and see how you can pass the file extension dynamically. Backup, make the change, then regenerate all thumbnails (Images -> Reset status -> Regenerate all). This will not speed up your generation time but will speed your FO performance and speed score if you approach the quality conservatively. 2
stuartml Posted 14 hours ago Author Posted 14 hours ago Ok, thanks for the information and help, I will try these changes.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now