-
- Downloads
Big performance/design improvement: user data is cached in the user object's
"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.
Please register or sign in to comment