3.10 quick find in vlans is not responding #7918
-
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Yes, lower the results per page at the bottom of the page. The feature filters the results, if you have the results per page set to a high number it demolishes performance. In general it's best to use the search bar or the filter instead, as the quick find only filters the current page results. However I think the performance of the filter could be improved and creating an issue might be a good idea. The current code reflows the layout after processing every single element in the list, which is why it is incredibly slow. |
Beta Was this translation helpful? Give feedback.
Yes, lower the results per page at the bottom of the page. The feature filters the results, if you have the results per page set to a high number it demolishes performance. In general it's best to use the search bar or the filter instead, as the quick find only filters the current page results.
However I think the performance of the filter could be improved and creating an issue might be a good idea. The current code reflows the layout after processing every single element in the list, which is why it is incredibly slow.