Intersoft WebCombo Documentation
Performance Tuning
See Also Send comments on this topic.
Intersoft WebCombo > Learning More > Working with Designer > Performance Tuning

Glossary Item Box

WebCombo.NET V4.0 designer also provides you with Performance Tuning ability that will help to improve the performance for WebCombo.

Performance Tuning in WebCombo.NET Version 4.0 can be grouped into 3 categories :

  1. Client performance -> The tuning significantly reduces page output size which results in faster page response.
  2. Server Performance -> You can gain better page throughput and performance by using appropriate Cache configuration and ViewState setting.
  3. AJAX performance(Advanced) -> By properly configuring the following settings, you can significantly improve AJAX's callback performance. These settings are applicable only in DataBound mode.

See Also