<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.asp.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>DotNetNuke</title><link>http://www.dotnetnuke.com/tabid/795/Default.aspx</link><description>Discussions of DotNetNuke for ASP.NET 1.x and above.  &lt;a href="http://www.dotnetnuke.com/" target="_blank"&gt;DNN Home&lt;/a&gt; &lt;a href="http://aspadvice.com/SignUp/list.aspx?l=105&amp;c=25" target="_blank"&gt;Email List&lt;/a&gt;</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Re: DNN 3.x caching tabs made huge performance improvement with my custom skin (using getTabByName)</title><link>http://forums.asp.net/thread/1092015.aspx</link><pubDate>Mon, 24 Oct 2005 17:30:23 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1092015</guid><dc:creator>ikamiksok</dc:creator><author>ikamiksok</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1092015.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=90&amp;PostID=1092015</wfw:commentRss><description>There is no DNN setting. I wrote my own code to cache all my tabs. Was not sure how DNN did it when you use solpart of the menu system. Because with my skin I was doing something not normal and&amp;nbsp;making several direct calls on getTabByName() and that was accessing the DB each time&amp;nbsp;instead of from a cached pool of tabs. So I&amp;nbsp;wrote my own getTabByName() function which retrieves all the tabs from my own cached table of tabIDs and tabnames.&lt;BR&gt;&lt;BR&gt;Jason</description></item><item><title>Re: DNN 3.x caching tabs made huge performance improvement with my custom skin (using getTabByName)</title><link>http://forums.asp.net/thread/1089397.aspx</link><pubDate>Thu, 20 Oct 2005 21:54:45 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1089397</guid><dc:creator>Designer72</dc:creator><author>Designer72</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1089397.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=90&amp;PostID=1089397</wfw:commentRss><description>Could you tell me where that setting is and what to do for it?</description></item><item><title>DNN 3.x caching tabs made huge performance improvement with my custom skin (using getTabByName)</title><link>http://forums.asp.net/thread/1064038.aspx</link><pubDate>Tue, 27 Sep 2005 02:56:46 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1064038</guid><dc:creator>ikamiksok</dc:creator><author>ikamiksok</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1064038.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=90&amp;PostID=1064038</wfw:commentRss><description>&lt;P&gt;I'm not an expert but thought I would point this out in case it helps some ppl. In my skin I have my own custom image links. So I don't use the solpart menu system. And my skin would make calls on getTabByName() to get the tabid for each of my links and there are 30 of them.&lt;BR&gt;&lt;BR&gt;So everytime my page loaded it made these calls. Very slow on DNN 3.0.13 after I started expanding and adding more portals. I then upgraded to DNN 3.1.1 which does fix&amp;nbsp;some major problem here with the tabs but it still was very slow.&lt;BR&gt;&lt;BR&gt;So for me to fix it, I now retrieve and cache all tabs for&amp;nbsp;x hours. I never add extra tabs to my site anyways. And my site is lightning fast now.&lt;BR&gt;&lt;BR&gt;So if you are using getTabByName() be careful. I just tested on my site tonight with a 'before and after' and verified it made a big difference (I had 250 + tabs)&lt;BR&gt;&lt;BR&gt;I also mention this as I do not know how expensive the tab calls are in a normal website using dnn menu system. Perhaps if someone is looking to make performance improvements this is another area they can do it. Just thought I would mention it just in case.....&lt;BR&gt;&lt;BR&gt;Jason&lt;/P&gt;</description></item></channel></rss>