Improved ref switcher dropdown performance
Compare changes
@@ -48,7 +48,7 @@ class ProtectedBranchDropdown {
Removes jQuery creating elements, instead uses vanilla JS to create elements. This increase the performance significantly, previously with ~500 branches render time was approx. 30ms, with this change it dropped down to approx. 5ms.
The JSON now returns a maximum of 100 branches & 100 tags. The user can then search for more if they require.
Closes #18202 (closed)