-
rswindell authored
"private storage", reducing (by a large factor) the number of unnecessary calls to getuserdat() - which opens/seeks/locks/reads/closes the user data base. Created User.cached property to reflect the current cached state (true/false) and allow external manipulation if necessary. This should have a profound performance improvement on web/ssjs scripts, especially the userlist.ssjs.
rswindell authored"private storage", reducing (by a large factor) the number of unnecessary calls to getuserdat() - which opens/seeks/locks/reads/closes the user data base. Created User.cached property to reflect the current cached state (true/false) and allow external manipulation if necessary. This should have a profound performance improvement on web/ssjs scripts, especially the userlist.ssjs.