I'm developing an image-related plugin for Figma. Since this plugin allows users to upload many images at once, the speed of loading images is crucial. When there are many images on the canvas, the images are loading slowly. My plugin can generate images in bulk - it can instantly create over 100 images and potentially generate more than 1000 images. I anticipate this could be inconvenient when other people join or when someone closes and reopens the document, as these images would load slowly.
In my testing, I tried reducing the image size itself and decreasing the image file size before placing them on the canvas, but this didn't significantly reduce the time it takes to load the images.
Is there any API, setting, or option available in Figma plugins that can help speed up the loading of images that are already placed on the Figma canvas?