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

HomeHomeOur CommunityOur CommunityGeneral Discuss...General Discuss...Simple Performance Test of DNNSimple Performance Test of DNN
Previous
 
Next
New Post
9/1/2008 12:51 AM
 

                               Simple Performance Test of DNN

I did a simple performance test about dnn. I think the performance of dnn is not good.

At the begining, I think I can use dnn as our CMS. But now I think dnn's performance is not qualified.

You can see the test result in the word document: http://www.transmeaning.com/Portals/0/dnn%20performance%20test.doc.

 
New Post
9/1/2008 9:31 AM
 

Have a look at the free PageBlaster Performance enhancer for DNN.

I'd be really interested in how it changes your testing. 

Contact me for a free license to pro version if you publish your PageBlaster performance testing.


DotNetNuke Modules from Snapsis.com
 
New Post
9/1/2008 12:48 PM
 

Hi Zhaodengpan,

While you are correct that DotNetNuke runs slower than a regular ASP.NET webpage, the reason that is true is that DotNetNuke has a lot more features than most regular ASP.NET websites.  It is like comparing Windows and DOS - DOS is a whole lot faster than windows, but Windows has a LOT more features than DOS.  For a more comparitive look at DotNetNuke's performance, instead of comparing it to an ASP.NET website, compare it to a standard Sharepoint installation.

Also, even though DotNetNuke might not be as fast as the standard ASP.NET pages that you tested, take a look at what those numbers really mean.  Your non-cached DotNetNuke page was handing 49.2 requests per second.  While it is "only" 1/8th of your standard ASP page, you're going to need some pretty heavy usage in order to max that out, and when you do, you're going to want to be running on a cluster anyway.

 

 

 
New Post
9/1/2008 11:00 PM
 

Tony Valenti wrote
 

Hi Zhaodengpan,

While you are correct that DotNetNuke runs slower than a regular ASP.NET webpage, the reason that is true is that DotNetNuke has a lot more features than most regular ASP.NET websites.  It is like comparing Windows and DOS - DOS is a whole lot faster than windows, but Windows has a LOT more features than DOS.  For a more comparitive look at DotNetNuke's performance, instead of comparing it to an ASP.NET website, compare it to a standard Sharepoint installation.

Also, even though DotNetNuke might not be as fast as the standard ASP.NET pages that you tested, take a look at what those numbers really mean.  Your non-cached DotNetNuke page was handing 49.2 requests per second.  While it is "only" 1/8th of your standard ASP page, you're going to need some pretty heavy usage in order to max that out, and when you do, you're going to want to be running on a cluster anyway.

 

Yes, you are rigth. Everything is a tradeoff.

But the simplest tested dnn page has another 4 requests (total is 5,plus itself) and the cost for 4 requests in dnn page and in tested asp.net page is same. If I can just test home page except the 4 requests, the difference will be bigger than 8 times.

It is the point that the simplest dnn page access db over 100 times and some script is duplicated. The follow list is the sql script executed every refreshing of tested dnn page. The "EventClass" of trace result is "RPC:Completed". I mean that dnn can do performance better. In my opinion, most access of dnn sys table is read. The dnn sys table can be cached in memory. For example, using asp.net sqldependency cache. If you use page levle cache, sometime you will get stale content.

exec sp_reset_connection
exec dbo.dnn_GetHostSettings
exec sp_reset_connection
exec dbo.dnn_GetSchedule @Server='JG'
exec sp_reset_connection
exec dbo.dnn_GetScheduleNextTask @Server='JG'
exec sp_reset_connection
exec dbo.dnn_GetTab @TabId=56
exec sp_reset_connection
exec dbo.dnn_GetTabPermissionsByPortal @PortalID=0
exec sp_reset_connection
exec dbo.dnn_GetPortalAliasByPortalID @PortalID=-1
exec sp_reset_connection
exec dbo.dnn_GetPortal @PortalID=0
exec sp_reset_connection
exec dbo.dnn_GetSkins @PortalID=0
exec sp_reset_connection
exec dbo.dnn_GetSkins @PortalID=NULL
exec sp_reset_connection
exec dbo.dnn_GetSkins @PortalID=0
exec sp_reset_connection
exec dbo.dnn_GetSkins @PortalID=NULL
exec sp_reset_connection
exec dbo.dnn_GetSkins @PortalID=0
exec sp_reset_connection
exec dbo.dnn_GetSkins @PortalID=NULL
exec sp_reset_connection
exec dbo.dnn_GetSkins @PortalID=0
exec sp_reset_connection
exec dbo.dnn_GetSkins @PortalID=NULL
exec sp_reset_connection
exec dbo.dnn_GetTabCount @PortalID=0
exec sp_reset_connection
exec dbo.dnn_GetUserCountByPortal @PortalID=0
exec sp_reset_connection
exec dbo.dnn_GetTabs @PortalID=0
exec sp_reset_connection
exec dbo.dnn_GetTabPermissionsByPortal @PortalID=0
exec sp_reset_connection
exec dbo.dnn_GetTabPermissionsByPortal @PortalID=0
exec sp_reset_connection
exec dbo.dnn_GetTabPermissionsByPortal @PortalID=0
exec sp_reset_connection
exec dbo.dnn_GetTabPermissionsByPortal @PortalID=0
exec sp_reset_connection
exec dbo.dnn_GetTabPermissionsByPortal @PortalID=0
exec sp_reset_connection
exec dbo.dnn_GetTabPermissionsByPortal @PortalID=0
exec sp_reset_connection
exec dbo.dnn_GetTabPermissionsByPortal @PortalID=0
exec sp_reset_connection
exec dbo.dnn_GetTabPermissionsByPortal @PortalID=0
exec sp_reset_connection
exec dbo.dnn_GetTabPermissionsByPortal @PortalID=0
exec sp_reset_connection
exec dbo.dnn_GetTabPermissionsByPortal @PortalID=0
exec sp_reset_connection
exec dbo.dnn_GetTabPermissionsByPortal @PortalID=0
exec sp_reset_connection
exec dbo.dnn_GetTabPermissionsByPortal @PortalID=0
exec sp_reset_connection
exec dbo.dnn_GetTabPermissionsByPortal @PortalID=0
exec sp_reset_connection
exec dbo.dnn_GetTabPermissionsByPortal @PortalID=0
exec sp_reset_connection
exec dbo.dnn_GetTabPermissionsByPortal @PortalID=0
exec sp_reset_connection
exec dbo.dnn_GetTabPermissionsByPortal @PortalID=0
exec sp_reset_connection
exec dbo.dnn_GetTabPermissionsByPortal @PortalID=0
exec sp_reset_connection
exec dbo.dnn_GetTabPermissionsByPortal @PortalID=0
exec sp_reset_connection
exec dbo.dnn_GetTabPermissionsByPortal @PortalID=0
exec sp_reset_connection
exec dbo.dnn_GetTabPermissionsByPortal @PortalID=0
exec sp_reset_connection
exec dbo.dnn_GetTabPermissionsByPortal @PortalID=0
exec sp_reset_connection
exec dbo.dnn_GetTabs @PortalID=NULL
exec sp_reset_connection
exec dbo.dnn_GetTabPermissionsByPortal @PortalID=NULL
exec sp_reset_connection
exec dbo.dnn_GetTabPermissionsByPortal @PortalID=NULL
exec sp_reset_connection
exec dbo.dnn_GetTabPermissionsByPortal @PortalID=NULL
exec sp_reset_connection
exec dbo.dnn_GetTabPermissionsByPortal @PortalID=NULL
exec sp_reset_connection
exec dbo.dnn_GetTabPermissionsByPortal @PortalID=NULL
exec sp_reset_connection
exec dbo.dnn_GetTabPermissionsByPortal @PortalID=NULL
exec sp_reset_connection
exec dbo.dnn_GetTabPermissionsByPortal @PortalID=NULL
exec sp_reset_connection
exec dbo.dnn_GetTabPermissionsByPortal @PortalID=NULL
exec sp_reset_connection
exec dbo.dnn_GetTabPermissionsByPortal @PortalID=NULL
exec sp_reset_connection
exec dbo.dnn_GetTabPermissionsByPortal @PortalID=NULL
exec sp_reset_connection
exec dbo.dnn_GetTabPermissionsByPortal @PortalID=NULL
exec sp_reset_connection
exec dbo.dnn_GetTabPermissionsByPortal @PortalID=NULL
exec sp_reset_connection
exec dbo.dnn_GetTabPermissionsByPortal @PortalID=NULL
exec sp_reset_connection
exec dbo.dnn_GetTabModules @TabId=56
exec sp_reset_connection
exec dbo.dnn_GetModulePermissionsByTabID @TabID=56
exec sp_reset_connection
exec dbo.dnn_GetTabPermissionsByPortal @PortalID=0
exec sp_reset_connection
exec dbo.dnn_GetModuleByDefinition @PortalId=0,@FriendlyName=N'Site Settings'
exec sp_reset_connection
exec dbo.dnn_GetModulePermissionsByTabID @TabID=39
exec sp_reset_connection
exec dbo.dnn_GetModulePermissionsByModuleID @ModuleID=354,@PermissionID=-1
exec sp_reset_connection
exec dbo.dnn_GetTabPermissionsByPortal @PortalID=0
exec sp_reset_connection
exec dbo.dnn_GetModuleSettings @ModuleId=354
exec sp_reset_connection
exec dbo.dnn_GetModuleByDefinition @PortalId=0,@FriendlyName=N'Site Settings'
exec sp_reset_connection
exec dbo.dnn_GetModulePermissionsByTabID @TabID=39
exec sp_reset_connection
exec dbo.dnn_GetModulePermissionsByModuleID @ModuleID=354,@PermissionID=-1
exec sp_reset_connection
exec dbo.dnn_GetTabPermissionsByPortal @PortalID=0
exec sp_reset_connection
exec dbo.dnn_GetHostSettings
exec sp_reset_connection
exec dbo.dnn_GetRolesByUser @UserID=-1,@PortalID=-1
exec sp_reset_connection
exec dbo.dnn_GetModuleByDefinition @PortalId=0,@FriendlyName=N'Site Settings'
exec sp_reset_connection
exec dbo.dnn_GetModulePermissionsByTabID @TabID=39
exec sp_reset_connection
exec dbo.dnn_GetModulePermissionsByModuleID @ModuleID=354,@PermissionID=-1
exec sp_reset_connection
exec dbo.dnn_GetTabPermissionsByPortal @PortalID=0
exec sp_reset_connection
exec dbo.dnn_GetModuleSettings @ModuleId=354

 
New Post
9/2/2008 2:57 AM
 

John Mitchell wrote
 

Have a look at the free PageBlaster Performance enhancer for DNN.

I'd be really interested in how it changes your testing. 

Contact me for a free license to pro version if you publish your PageBlaster performance testing.

PageBlaster can enhance the "Tests/Sec" from 70 to 161. You must set "Performance Setting" to "Moderate Caching" at the same time. Or no effect happen. must your PageBlaster depend on setting of Performance Setting?

 
Previous
 
Next
HomeHomeOur CommunityOur CommunityGeneral Discuss...General Discuss...Simple Performance Test of DNNSimple Performance Test of DNN


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