I have a conditional div
as below
<div style=<<condition>> >
a script with several filter runs
</div>
The condition is changed programmatically or by user interaction! and generates display:none
and hide the div output!
My question is: when div is hidden, does it mean Tiddlywiki will not compute the filter? or Tiddlywiki does the computation but browser only do not render the output!
I want to know the impact on performance! Does such hidden div makes TW reacts slow?