I wrote a simple shell script which uses the 'find' command so non-technical users can do a search on the file server through a web browser on the LAN. It works, but sometimes it has a long execution time, and then the follow-up searches are quick.
Is there a way to force a cache for 'find' or perhaps run something in the CRON to do this daily or a few times a day so users don't have to wait so long to get their first results?