List widget: Clarify performance optimisation impact of counter attribute

master
jeremy@jermolene.com 2021-10-02 18:27:50 +01:00
rodzic 077ced0d1a
commit b9c3c38edc
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -117,7 +117,7 @@ Displays as:
</$list>
<<<
Note that using the `counter` attribute degrades the performance of the list widget because it prevents the optimisation of refreshes by moving list items around instead of rerendering them.
Note that using the `counter` attribute can degrade the performance of the list widget in certain circumstances. In particular, it prevents an optimisation that normally occurs when dynamically adding or removing entries.
!! Edit mode