Hello everyone,
Im working on a project where i have to display every new files from a specific folder to Webflow.
Those files are photos, their sizes is 500ko, which is already compress.
So i tried to trigger Google Drive (every new file in specific folder)
And also tried with AWS S3 (every new file created into a bucket)
In the goal to retrieve each new photo and displaying on Webflow instantly.
Both of thoses process took 30sec for 1 photo to being displayed.
Is there any way to make it faster, like 10 sec?