RE: new menu control is very slow
- From: stcheng@xxxxxxxxxxxxxxxxxxxx (Steven Cheng[MSFT])
- Date: Tue, 10 Jan 2006 09:49:34 GMT
Hi Lucas,
Welcome to ASPNET newsgroup.
Regarding on the Menu control displaying slow problem, I'm think whether
this is a clientside specific issue since the dynamic menu popup using the
standard output client scripts. So would you also tried testing the problem
page on from some other clients to see whether all of them suffer this
problem? If the problem occurs on all the client, I think you can try
create a reproduce page which contains only the necessary items so that we
can perform some tests on local side...
Thanks,
Steven Cheng
Microsoft Online Support
Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)
--------------------
| Thread-Topic: new menu control is very slow
| thread-index: AcYVQpqmZFO2hHaLRI6mAVvnqXJ3AQ==
| X-WBNR-Posting-Host: 192.209.53.250
| From: =?Utf-8?B?bHVrZXJr?= <lukerk@xxxxxxxxxxxxxxxx>
| Subject: new menu control is very slow
| Date: Mon, 9 Jan 2006 09:32:03 -0800
| Lines: 24
| Message-ID: <710278C6-84AD-4ABD-A180-70054E77104E@xxxxxxxxxxxxx>
| MIME-Version: 1.0
| Content-Type: text/plain;
| charset="Utf-8"
| Content-Transfer-Encoding: 7bit
| X-Newsreader: Microsoft CDO for Windows 2000
| Content-Class: urn:content-classes:message
| Importance: normal
| Priority: normal
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
| Newsgroups: microsoft.public.dotnet.framework.aspnet.webcontrols
| NNTP-Posting-Host: TK2MSFTNGXA03.phx.gbl 10.40.2.250
| Path: TK2MSFTNGXA02.phx.gbl!TK2MSFTNGXA03.phx.gbl
| Xref: TK2MSFTNGXA02.phx.gbl
microsoft.public.dotnet.framework.aspnet.webcontrols:32343
| X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet.webcontrols
|
| I was wondering if anyone else found that the new ASP.NET Menu control
had
| very slow responsivenes on complex pages.
|
| So I inserted this control in a WebControl, bound it to a
siteMapDataSource,
| and applied a little logic (for roles...but of course we have in-house
| security, so I can't use RoleProvider...but that's another question for
| later!), and finally apply a few styles with css. Then, just plopped the
| .ascx in the Master page.
|
| I don't notice any performance woes when the page is simple, such as a
| couple controls and some content. However, some of the reports we
generate
| are fairly large and we use GridViews to display them. This is when the
menu
| REALLY slows down. Hovering on a menu item for up to 10 seconds before
the
| dynamic menus drop down is common.
|
| I've turned of ViewSate, aborted using logic in the code-behind for
'roles',
| and even tried removing the styles. Even implementing paging for the
| GridViews so they aren't so large! Nothing seems to work.
|
| Can anyone help!?
|
| Thanks!
| --
| Lucas
|
.
- Follow-Ups:
- RE: new menu control is very slow
- From: lukerk
- RE: new menu control is very slow
- Prev by Date: RE: Designer Code for this control
- Next by Date: Updated Code
- Previous by thread: Gridview Column Length
- Next by thread: RE: new menu control is very slow
- Index(es):
Relevant Pages
|