diff options
author | Gusted <williamzijl7@hotmail.com> | 2022-02-27 17:51:34 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-27 18:51:34 +0100 |
commit | 548adb94b4435b1304151150aa926f09a7a62255 (patch) | |
tree | ef988a2294cbd707707391b4a93f0787e1f4715b /package-lock.json | |
parent | 79c7219be8be1303922e3090c9011aab9c6a3519 (diff) | |
download | gitea-548adb94b4435b1304151150aa926f09a7a62255.tar.gz gitea-548adb94b4435b1304151150aa926f09a7a62255.zip |
Avoid database lookups for `DescriptionHTML` (#18924)
* Avoid database lookups for `DescriptionHTML`
- Don't Compose meta's for DescriptionHTML, they are only needed in
order to correctly format and show issue's but it's highly unlikely that
a repository description will refer to a local issue.
Using 125 Connections for 5 seconds: on `/explore/repos`(which is the most
noticeable usage by this function's database lookups):
Before:
Statistics Avg Stdev Max
Reqs/sec 569.41 506.05 2715.00
Latency 214.27ms 16.60ms 294.84ms
HTTP codes:
1xx - 0, 2xx - 2974, 3xx - 0, 4xx - 0, 5xx - 0
others - 0
Throughput: 27.17MB/s
After:
Statistics Avg Stdev Max
Reqs/sec 1585.04 789.84 4144.56
Latency 78.89ms 15.89ms 206.94ms
HTTP codes:
1xx - 0, 2xx - 7975, 3xx - 0, 4xx - 0, 5xx - 0
others - 0
Throughput: 73.85MB/s
Co-authored-by: 6543 <6543@obermui.de>
Co-authored-by: zeripath <art27@cantab.net>
Diffstat (limited to 'package-lock.json')
0 files changed, 0 insertions, 0 deletions