microsoft / TypeSearch

368 stars 52 forks source link

Just use "search-index-min" and don't bother with "search-index-head". #13

Closed ghost closed 8 years ago

ghost commented 8 years ago

Verified in Chrome debugger that we are getting cached results in subsequent page loads. Initial (uncached) load of search-index-min.js takes 1.3s, 400ms of which is waiting.

Update: using blobs from Microsoft/types-publisher#86, the times are:

Action Time
Request sent 0.27ms
Waiting (TTFB) 503ms
Content Download 199.73ms

(+ 315ms for the initial connection)

RyanCavanaugh commented 8 years ago

:+1: