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

Slow Loading of Forms

3 Answers 1197 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Shahid
Top achievements
Rank 1
Shahid asked on 01 Sep 2016, 03:13 PM

Hi,

 

I have recently converted my application to Telerik UI. It was fine before conversion into Telerik but now, after installation on client side, they're complaining for very slow performance. Forms are taking time to load.

 

Can you please tell me why its happening? Any bug you have noticed in your current version?

 

Thanks

3 Answers, 1 is accepted

Sort by
0
Dess | Tech Support Engineer, Principal
Telerik team
answered on 02 Sep 2016, 06:24 AM
Hello Shahid,

Thank you for writing.  

The following Knowledge Base article demonstrates some performance tips when using the Telerik UI for WinForms suite: http://www.telerik.com/support/kb/winforms/details/performance-considerations

However, the provided information is not enough for me to replicate the performance issue that you are facing. Could you please specify the exact steps how to reproduce the problem or get back to me with a sample project so I can investigate the precise case? Feel free to attach the project the support ticket that you have opened on the same topic. Thank you.

I am looking forward to your reply.

Regards,
Dess
Telerik by Progress
Check out the Windows Forms project converter, which aids the conversion process from standard Windows Forms applications written in C# or VB to Telerik UI for WinForms.For more information check out this blog post and share your thoughts.
0
Ras Ran
Top achievements
Rank 2
Iron
Veteran
Iron
answered on 31 Aug 2019, 12:38 PM

hii when i am trying to add more telerik controls in Rad form..it took more memory in RAM than windows form controls....when i am trying to show rad form by using its object...there is out of memory exception....is there any way to solve this problem ? i had tried to solve this problem by using Garbage collection...but  that was'nt a solution for this......please give me a solution to free memory in RAM

regards.

Ranees

0
Dess | Tech Support Engineer, Principal
Telerik team
answered on 03 Sep 2019, 08:46 AM

Hello, Ranees,  

I would like to let you know that our controls provide rich UI capabilities and theming mechanism which inevitably increases the memory usage. Furthermore, our components are built from the Telerik Presentation Framework which is built on top of the .NET Framework which once again, inevitably increases memory usage compared to other controls, such as the standard controls which simply wrap native objects.  Unless a certain control has a memory leak it is eventually being disposed. Calling GC.Collect will not dispose the objects immediately, they will simply be marked for disposal and the next time the Garbage Collector passes by it will decide whether they are suitable for actual disposal. This is due to the non-deterministic behavior of the Garbage Collector. Our objects are mostly from Generation 3, which means that they will be disposed at a later state (more about garbage collection).

If you encounter any memory exceptions, I would kindly ask you to submit a support ticket from your account where you can provide a sample project demonstrating the undesired behavior  that you are facing. Thus, the Telerik support would gladly assist you. 

Note that most of the forum threads are reviewed by Telerik representatives and sometimes we address the questions asked by our customers in the forums as well. However, a post in the forum doesn't guarantee you a response from the Telerik support team. Moreover, threads are handled according to license and time of posting, so if it is an urgent problem, we suggest you use a support ticket, which would be handled before a forum thread. Thank you for your understanding.

I hope this information helps. 

Regards,
Dess | Tech Support Engineer, Sr.
Progress Telerik

Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
Tags
General Discussions
Asked by
Shahid
Top achievements
Rank 1
Answers by
Dess | Tech Support Engineer, Principal
Telerik team
Ras Ran
Top achievements
Rank 2
Iron
Veteran
Iron
Share this question
or