Caching the output from a server connect script

I have a server connect API script which has a custom query resulting in around 30k records. It takes a couple of seconds run but the info won’t update very often.

What’s the best technique for taking the resulting output and storing it in a file so it can be viewed without having to run it all again?

Community Page
Last updated: