getWait: function() {
      if (this._entry.timings && this._entry.timings.wait != undefined) {
        return this._entry.timings.wait;
      }
      return 0;