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

HomeHomeDevelopment and...Development and...Building ExtensionsBuilding ExtensionsModulesModulesUpdatePortalSetting is VERY slowUpdatePortalSetting is VERY slow
Previous
 
Next
New Post
5/2/2012 7:56 AM
 

 When I update a setting the first time it is fast (1/10 second). If I update it again right after, it is very slow ~ 3 or 4 seconds. If I keep updating it (keep clicking a button 'update test') it runs slow, ~3 or 4 seconds each click. If I then navigate away from the test page to a page on the same website, that navigation is slow, ~3-4 seconds. After that everything is fast again. If I go back to the test page again, the first time I hit 'update test' it is fast. After that it is slow again.

 The reads are always very fast, it's just the writing that seems to slow everything down.

Is there something I should know about PortalSettings performance? Has this to do with caching? What am I missing?

 Public Shared Property myProp(PortalId As Integer) As String
        Get
            Return (Portals.PortalController.GetPortalSetting(PortalSettingsPreFix & "myProp", PortalId, ""))
        End Get
        Set(value As String)
            Portals.PortalController.UpdatePortalSetting(PortalId, PortalSettingsPreFix & "myProp", value)
        End Set
    End Property

 

 
New Post
5/2/2012 12:16 PM
 
when you update a portalsetting then the cache for that portal is expired, so the delay you are seeing is the portal details being read back in (portalinfo, portallocalization and portalsettings AFAIR) and stored in a new cached object.

Buy the new Professional DNN7: Open Source .NET CMS Platform book Amazon US
 
Previous
 
Next
HomeHomeDevelopment and...Development and...Building ExtensionsBuilding ExtensionsModulesModulesUpdatePortalSetting is VERY slowUpdatePortalSetting is VERY slow


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