Commit 5a76d154 authored by Kushal Pandya's avatar Kushal Pandya

Merge branch 'improve_webhooks_view_performance' into 'master'

Improve hooks view performance

See merge request gitlab-org/gitlab!27359
parents de0fbc0e e3441dd6
......@@ -3,7 +3,7 @@
.card-header
%h5
= hook_class.underscore.humanize.titleize.pluralize
(#{hooks.count})
(#{hooks.load.size})
- if hooks.any?
%ul.content-list
......
---
title: Reduce SQL queries when rendering webhook settings
merge_request: 27359
author:
type: performance
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment