discourse/app/assets
David Taylor 95153356ea
PERF: Refactor lightbox decorator to use querySelectorAll (#10158)
Previously we were using `$elem.find(...).not($elem.find(...))`. This took approximately 2ms on my machine with a test post.

This commit switches to using a native querySelectorAll method, which takes less than 0.5ms on the same test post.
2020-07-02 11:04:19 +01:00
..
images FIX: images:compress rake task 2019-03-15 15:23:57 +01:00
javascripts PERF: Refactor lightbox decorator to use querySelectorAll (#10158) 2020-07-02 11:04:19 +01:00
stylesheets UX: Truncate long badge names in the mobile usercard 2020-07-01 21:39:40 -04:00