You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
latest-changes seems to be faster for area queries than achavi. Evaluate if this query produces the same result and indeed is faster (and why - maybe because not using changed?) and could be used instead.
changed is more expensive, as it has to evaluate every change in the given time frame t0..t1. The query above simply returns the difference of the query, once executed at t0, and again at t1. If your time frame is rather large, this method might miss some changes that have a zero net effect (e.g. an edit which gets reverted very quickly).
latest-changes seems to be faster for area queries than achavi. Evaluate if this query produces the same result and indeed is faster (and why - maybe because not using
changed
?) and could be used instead.https://github.com/tyrasd/latest-changes/blob/fb878927d2681777f619123f0a8ad3a05d6cdf8c/js/site.js#L47
The text was updated successfully, but these errors were encountered: