<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">I have a skin that includes a page, as follows:<div><br></div><div><!--wiki:MyPage--></div><div><br></div><div>MyPage contains among other things a conditional wrapped around a pagelist. I do that in the hope that the pagelist will only execute if the conditional is true (since the pagelist slows page loading).</div><div><br></div><div>If the conditional is false, or if I comment out the pagelist on the page, I get the same correct output: no list of pages. But the page seems to load faster when the pagelist is commented out than when the conditional is false. </div><div><br></div><div>I'm wondering if the pagelist is executing <i>in case </i>the conditional turns out to be true. </div><div><br></div><div>If so, is there is a way to make a pagelist that only executes conditionally in this situation?<br><div><br></div><div>Randy</div></div></body></html>