Background Image

Knowledge base articles about
performance

Search DlhSoft Team's blog for performance

If you reinitialize the Items collection of the Silverlight™ based Gantt Chart components from Gantt Chart Light Library, you may notice that sometimes the reload operation runs slower than the initial load of a large data amount, although this issue doesn't occur with the same WPF based components and the same data amount. Based on our investigations, we have fo…

Before continuing to the next steps that allow you to improve performance for the components in the main WPF libraries, to address performance issues, you should be notified that: We have developed a new set of Gantt Chart components for WPF (and Silverlight™) with less customizability, but significantly higher performance: Gantt Chart Light Library for Silverlight™/WPF; If you have a lic…

Dependening on the number of items loaded and displayed, a short time interval of low responsiveness may occur in the Gantt Chart controls when the end user clicks one of the extra horizontal scroll buttons (i.e. timeline page update buttons) to navigate to the past or to the future of a displayed project, or when the timeline page is dynamically changed from code within Gantt Chart Light…

We handle CollectionChanged and/or PropertyChanged events of items to save changes made by the end user to the underlying data using controls within Gantt Chart Light Library. However, we have found that these events occur several times, and therefore they are not appropriate for saving changes back to a server or database from inside the handler methods.…