aboutsummaryrefslogtreecommitdiffstats
path: root/web_src/js/components
diff options
context:
space:
mode:
authorLunny Xiao <xiaolunwen@gmail.com>2024-03-12 15:23:44 +0800
committerGitHub <noreply@github.com>2024-03-12 07:23:44 +0000
commitd8bd6f34f09bc9a6602bebb33bdc9e1f255a0d7c (patch)
tree1536b715fb816410535893e7ba10279d89119638 /web_src/js/components
parentaed3b53abdd02a3ffbf9e8eb90272ff567333073 (diff)
downloadgitea-d8bd6f34f09bc9a6602bebb33bdc9e1f255a0d7c.tar.gz
gitea-d8bd6f34f09bc9a6602bebb33bdc9e1f255a0d7c.zip
Do some performance optimize for issues list and view issue/pull (#29515)
This PR do some performance optimzations. - [x] Add `index` for the column `comment_id` of `Attachment` table to accelerate query from the database. - [x] Remove unnecessary database queries when viewing issues. Before some conditions which id = 0 will be sent to the database - [x] Remove duplicated load posters - [x] Batch loading attachements, isread of comments on viewing issue --------- Co-authored-by: Zettat123 <zettat123@gmail.com>
Diffstat (limited to 'web_src/js/components')
0 files changed, 0 insertions, 0 deletions