Improving uploading speed of images

Hello!

Does anybody have any tips for improving the image uploading time?

The simpler the solution, the better :slight_smile:
I saw some plugins to claim to do it, but they have mixed reviews.

Appreciate your help! :slight_smile:

I used a plugin in the past that I felt worked well, no idea the name, but basically it allowed you to upload the image without actually uploading it to the file manager so that almost instantly the image was available for use in one format, while you in the background ran the actions to actually upload it into the file manager.

I see, it was just uploaded on the frontend, not sent to the storage, and then wait for the URL back. Lots of plugins to go through to find the right one :sweat_smile:

I might be able to dosomething similar with an HTML frame and then use the toolbox plugin to expose the state of file uploader inside the HTML frame :face_with_raised_eyebrow:

You can try also uploading it via API with backend workflows. It’s covered here

1 Like

Hmm I could try that, but I think it will still take too much time to show the images.