This is a migrated thread and some comments may be shown as answers.

High CPU Usage on MouseOver

1 Answer 78 Views
Menu
This is a migrated thread and some comments may be shown as answers.
Alex
Top achievements
Rank 1
Alex asked on 28 Sep 2011, 05:50 PM
Hello, I am using the latest RADControls.  I have created a simple page as shown below with a RadScriptManager and a RadMenu.  After this page loads there are about 15 items in the menu.  When the user hovers over one of the main menu  items and the sub-menu (contining about 5 of those items) pops up the CPU jump to near 100%.  If the user then moves the mouse away and then back the CPU consistently remains extremely high.  The application is running in debug=false mode and the ViewState for the menu is disabled.  Those were the only two perfomrance tips that I have been able to find.

<telerik:RadScriptManager ID="RadScriptManager1" runat="server">
        </telerik:RadScriptManager>
 
        <asp:ObjectDataSource ID="dsNavMenu" runat="server" OldValuesParameterFormatString="original_{0}"
            SelectMethod="Get" TypeName="NavMenu_BLL">
            <SelectParameters>
                <MyUser:CurrentUserParameter Name="UserName" />
            </SelectParameters>
        </asp:ObjectDataSource>
            <telerik:RadMenu runat="server" ID="mNav" DataFieldParentID="ParentId" DataSourceID="dsNavMenu"
                DataTextField="Link" DataFieldID="Id" DataNavigateUrlField="NavigateUrl" Skin="Default"
                CssClass="Menu" EnableViewState="false">
            </telerik:RadMenu>

1 Answer, 1 is accepted

Sort by
0
Kate
Telerik team
answered on 03 Oct 2011, 03:40 PM
Hello Alex,

I tested the issue that you describe using our on-line demos but I could not reproduce it. See the attached video here. Can you please send us either a live url ot simplified runnable project that we can test locally and inspect where the issue comes from?

Regards,
Kate
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now
Tags
Menu
Asked by
Alex
Top achievements
Rank 1
Answers by
Kate
Telerik team
Share this question
or