- Goto https://tiddlywiki.com/prerelease/
- Create a tiddler with below content
\define addPart()
!! Part $(num)$
<<.lorem>>
\end
<$list filter="[range[1,10000]]" variable="num" >
<<addPart>>
</$list>
Save and see how long does it takes to render the page!
If you want to see the Tiddlywiki 5.2.0 performance increase the number from 10000
to 100000
in the range operator! and if it still works increase number to 1000000
! TW is amazing! For me still it works!
Side note: this is part my performance test with Section Editor Plugin!