Jump to content
thirty bees forum

Recommended Posts

Posted

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.

 

 

Posted

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.

  • Like 1
Posted
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? 

  • Like 1
Posted
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.

Screenshot 2026-07-02 at 1.57.11 PM.png

Posted

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. 

  • Like 2

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...