impress/app/assets
Emi Matchu 583f3c712f High-level caching for closet lists
Okay, so I still don't know why rendering is just so slow (though
migrating away from item translations did help!), but I can at least
cache entire closet lists as a basic measure.

That way, the first user to see the latest version of a closet list
will still need just as much time to load it… but *only* the ones that
have changed since last time (rather than always the full page), and
then subsequent users get to reuse it too!

Should help a lot for high-traffic lists, which incidentally are likely
to be the big ones belonging to highly active traders!

One big change we needed to make was to extract the `user-owns` and
`user-wants` classes (which we use for trade matches for *the user
viewing the list right now*) out of the cached HTML, and apply them
after with Javascript instead. I always dislike moving stuff to JS, but
the wins here seem. truly very very good, all things considered!
2024-02-20 18:43:39 -08:00
..
builds Bundle wardrobe-2020 into the app 2023-10-23 19:05:08 -07:00
config Upgrade to latest Sass and Sprockets 2023-10-23 19:05:09 -07:00
fonts phew. rails 3.2.12, including some asset pipeline. still buggy. 2013-03-05 20:08:57 -06:00
images Move most fundraising files into a Fundraising module 2024-02-18 20:12:14 -08:00
javascripts High-level caching for closet lists 2024-02-20 18:43:39 -08:00
stylesheets Replace old stickUp dependency with position: sticky 2024-02-20 18:33:23 -08:00