discourse/app
Guo Xiang Tan 1f636c445b PERF: Add fast path to find uploads before resorting to `LIKE` query.
For a normal upload url

Before

```
Warming up --------------------------------------
                       264.000  i/100ms
Calculating -------------------------------------
                          2.754k (± 8.4%) i/s -     13.728k in   5.022066s
```

After

```
Warming up --------------------------------------
                       341.000  i/100ms
Calculating -------------------------------------
                          3.435k (±11.6%) i/s -     17.050k in   5.045676s
```
2018-09-06 14:44:24 +08:00
..
assets FIX: do not automatically route all actions to hovered posts 2018-09-06 10:34:58 +10:00
controllers FIX: redirect to original URL after social signup 2018-09-05 01:44:23 +05:30
helpers FIX: improve support for subfolder S3 CDN 2018-08-22 12:31:13 +10:00
jobs Fix broken spec. 2018-09-06 12:41:43 +08:00
mailers FIX: Notifications shouldn't use user locale unless allow_user_locale is enabled 2018-09-05 11:44:28 +02:00
models PERF: Add fast path to find uploads before resorting to `LIKE` query. 2018-09-06 14:44:24 +08:00
serializers REFACTOR: Use `UserAuthTokenLogSerializer` instead of conditionals. 2018-09-03 10:44:22 +08:00
services FIX: revert diacritic stripping 2018-08-31 11:46:55 +10:00
views FIX: Wizard didn't load translations correctly 2018-09-05 15:14:09 +02:00