One time call for synchronous operations. See more about The side effects of the Replay Stack
xpertrule.once(function() { /* your code goes here */ });
For example:
var aData = xpertrule.once(function() {
var dt = new Date();
return dt.getTime();
});