We study the problem of approximating the edit distance of two strings in sublinear time, in a setting where one or both string(s) are preprocessed, as initiated by Goldenberg, Rubinstein, Saha (STOC \u2720). Specifically, in the (k, K)-gap edit distance problem, the goal is to distinguish whether the edit distance of two strings is at most k or at least K. We obtain the following results: - After preprocessing one string in time n^{1+o(1)}, we can solve (k, k ? n^o(1))-gap-gap edit distance in time (n/k + k) ? n^o(1). - After preprocessing both strings separately in time n^{1+o(1)}, we can solve (k, k ? n^o(1))-gap edit distance in time kn^o(1). Both results improve upon some previously best known result, with respect to either the gap...