impress/app/flex
Matchu e42de795dd Use item proxies for JSON caching
That is, once we get our list of IDs from the search engine, only
fetch records whose JSON we don't already have cached.

It's simpler here to use as_json, but it'd probably be even faster
if I figure out how to serve a plain JSON string from a Rails
controller. In the meantime, requests of entirely cached items
are coming in at about 85ms on average on my box (dev, cache
classes, many items), about 10ms better than the last
iteration.
2013-06-26 23:01:12 -07:00
..
flex_search.rb globalized search first draft 2013-01-24 18:24:35 -06:00
flex_search.yml user:owns, user:wants queries 2013-01-25 10:35:35 -06:00
flex_search_extender.rb Use item proxies for JSON caching 2013-06-26 23:01:12 -07:00