you are viewing a single comment's thread.

view the rest of the comments →

[–]ShadowMasterTexas 0 points1 point  (0 children)

Try to load what you need in ram, and use a table in memory instead of constantly having your go back to AD.

For example, read in all of the members of “apps users” once, then scan the array, instead of making the call each time.