1
0
Fork 0
forked from OpenNeo/impress
impress/app
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
..
assets move closet-hanger-destroy form to JS 2013-06-22 15:45:59 -07:00
controllers Use item proxies for JSON caching 2013-06-26 23:01:12 -07:00
flex Use item proxies for JSON caching 2013-06-26 23:01:12 -07:00
helpers Move item_link partial caching to a helper rather than the template itself 2013-06-22 16:31:46 -07:00
models Use item proxies for JSON caching 2013-06-26 23:01:12 -07:00
views stop caching item preview species images, and fix the bad query instead 2013-06-23 22:35:27 -07:00