19.06.2013, 09:34
It doesn't necessarily need to be called in advance. He's likely using this for (for example) a clan leader to list his members. The data should be SELECT'd at that time and displayed when the data is retrieved. Delays won't really matter. There's no need to cache it as it's likely not going to be requested often. > Memory saved.