I am working on building a search function, and I have found the loop to be slow.
I have simplified it to this:
On the browser, the first time this runs through the 40 rows/loops it takes around 40 seconds. All further runs take around 3 seconds.
When run in the Thunkable App, the first run is around the same -40 secs. The further runs, after a 2 second pause, run instantaneously.
Why would the first run take so much longer than the second, and further, runs?
Any thoughts would be appreciated.
Thanks
Tom