Public signup for this instance is disabled. Go to our Self serve sign up page to request an account.
Some browsers are slow when concatenating strings. A recommended way is to use arrays instead:
var result = []; result.push("something"); var string = result.join("");