Two things:
- You only ever care about 1 entry. That code looks like it would return all the results for a particular query. You might try hunting around for a single-result query style.
- Failing that, I doubt there's much you can do to make this particular bit a code easier on the server. You might see if there's some way you can call this function less often- perhaps by caching the results.