<div dir="ltr"><div><div><div>Hi,<br><br></div>Last week I worked on performance issues of page load. Learned using callgrind and how to use output(Special thanks to Thorsten). After doing some profiling I figured out the main problem issues on page. And last 2 days I moved the page to the Advanced page. <br>

<br></div>So- <br></div><div>==What I did==<br></div><div>-Profiling,<br></div><div>-Moving it to the Advanced page as mentioned before.<br><br></div><div>==Profiling results==<br></div><div>There are 2 main problems on the page.<br>

</div><div>-Page collects all settings with a recursive function. And it causes a long wait on page load. There is about 25K options in total( wow! :) )<br></div><div>-Clicking on header's causes a long wait. We figured out there is a costy function on SvTreeList class (It was sortChildren I think.).<br>

<br><br></div><div>So this week I will try to optimize the problematic part of the code and other things on to-do list.<br><br><br></div><div>Best,<br></div><div><div><div><div><div><br>-- <br>Efe Gürkan YALAMAN<br><a href="http://about.me/efegurkan" target="_blank">http://about.me/efegurkan</a><br>


</div></div></div></div></div></div>