Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeUsing DNN Platf...Using DNN Platf...Administration ...Administration ...Add page / Copy page not finishingAdd page / Copy page not finishing
Previous
 
Next
New Post
6/21/2007 11:19 AM
 

Hi Zack,

 

I'm sort of glad to hear I'm not the only one having this problem, but unfortuantely I'm still not closer to the solution.

The only pointers i can give is that we first did a test upgrade to 4.5.1 of the whole intranet to a Quality Assurance server, without any problems.

There were no core adjustments made, and a very limited amount of custom scripts was run on the DB for upgrading (change over from Speerio NukeHTML to FCKeditor for ASP.NET 2.0 compatibility)

The site is reasonably large with around 6GB of storage used, and over 1200 Tabs.Should i get any further I'll post here as soon as possible as well.

Leon

 
New Post
6/21/2007 12:39 PM
 

Hi,

Been digging some more and have determined that at least for me, the issue seems to be with the GenerateTabPath function.  It takes an average of 1.5 seconds for each call to GenerateTabPaths, and with 2100+ pages in a single portal, this is taking a long time to complete.

I'll continue to research this and see if I can narrow it down further.

 
New Post
6/22/2007 9:56 AM
 

Hi all,

I have been looking into this a bunch, and was able to narrow it down to the following call stack, with the problem method a the bottom.

  • AddTab
  • UpdatePortalTabOrder
  • UpdateTabOrder
  • GenerateTabPath
  • GetTab
  • GetTabsByPortal

However if GetTabsByPortal was the problem, why is the function not slow the other 99% of the time?  As I looked into this, I realized that the cacheing of the portal's tabs was never sticking.  It would create a new cache entry, just to have it get wiped out before the next call to GetTabsByPortal.  So, backing up through the code, I found that the cache was being cleared in the UpdateTabOrder function. 

I removed the ClearCache line from the UpdateTabOrder function, and everything appears to be working fine. 

Can anybody tell if this solution will cause any problems?

Thanks,

Zack

 

 
New Post
6/23/2007 7:57 PM
 

did you please log this into the public issue tracker at support.dotnetnuke.com, in order that it will get addressed in one of the next versions.


Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
New Post
6/24/2007 1:57 PM
 

In looking at the code and examining the various code paths to the UpdateTabOrder method, it appears that the ClearCache() call is not necessary because the calling method already includes a call to ClearCache(). In the case of UpdatePortalTabOrder, UpdateTabOrder is being called within a loop which iterates through the entire tab collection - so caching is clearly a requirement here for optimal performance. I will do some mor investigation but I definitely appreciate your observations.


My comments are my own and are offered WITHOUT PREJUDICE

Shaun Walker
http://www.siliqon.com
 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Administration ...Administration ...Add page / Copy page not finishingAdd page / Copy page not finishing


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out