English 中文(简体)
ExtJS4 1. 预测
原标题:ExtJS4 Perfomance tuning
  • 时间:2011-10-25 18:20:33
  •  标签:
  • grid
  • extjs4

我们正在《特约》4中申请。

using extjs4, WCF Service, with editor grid, and perfomance is very very very slow. application is running under IE 8. Can someone provide tips on tuning the perfomance.

最佳回答

一般来说,Extjs与IEE有业绩问题。 i 猜测你使用4.0.7号最新释放。 您可以等到4.1.0,这应当更加快一些,特别是在独立实体,见其业绩审查:

问题回答
  1. Reduce number of record by paging. (max 25)
  2. Reduce number of columns displayed. (max10)
  3. Reduce server time to load by optimizing query, should also page by 25.
  4. Use a modern browser (FF,Chrome,etc)




相关问题
How to get row index of the selected cell in WPF grid

Does anyone knows how to get row index of the selected cell in DevExpress WPF grid? In WinForms it was something like that: dataGridViewControll.SelectedCells[0].RowIndex;

TextBoxColumn in DevexpressGridControl (WPF)

In Windows grid is sucha a thing like DataGridViewTextBoxColumn col = new DataGridViewTextBoxColumn(); Is something like that in DevExpress GridControll for WPF?Or maybe is possible to do some ...

Grid Chart using GWT

Is there any library in gwt that will create grid chart, something similar to this : http://www.eyescience.com/images/vision/amsler_grid.gif. Thank you.

PBS and specify nodes to use

when you submit jobs to a PBS server, is it possible to specify the nodes that we want to use in a list? Thanks

Grid sorting with persistent master sort

I have a UI with a grid. Each record in the grid is sorted by a "master" sort column, let s call it a page number. Each record is a story in a magazine. I want the user to be able to drag and drop ...

热门标签