0

In my webpage, there is an editable datatable which contains about 100 rows with 30 columns each. I am using JSF as my framework with primefaces datatable. In latest browser it works but for IE8 on low-end machine (P4 2GB RAM), it is extremely slow. Can you please suggest some approach so that page gets loaded quickly.

Some constraints (Really silly constraints but I am helpless:(

  1. I can not upgrade my machine

  2. I can not upgrade my browser or use some other browser

  3. I can not use pagination or live scroll

4

1 に答える 1

1

データベースでページネーションを使用できるかもしれません。最終ユーザーに対して透過的になり、アプリケーションのパフォーマンスが向上する可能性があります。

于 2013-02-20T17:20:32.687 に答える