0

How to improve ZK's Performance on IE6

asked 2013-09-17 10:18:45 +0800

jerrylyj gravatar image jerrylyj
12 1

updated 2013-09-17 10:26:40 +0800

HELP~ My web is running on a very slow in IE6,How to improve the performance? Like this:

<window id="MyWIn" border="normal" width="50%" closable="true"  height="80%" title="详细信息">
    <vbox id="HB"></vbox>
    <attribute name="onCreate">
    for(int i=0;i<1000;i++)
    {
        Label lb=new Label("Content");
        HB.appendChild(lb);
    }
    </attribute>
</window>

when I run

MyWin.domodal();

it cost about 5~6s for show the window. I think this is zk framework performance issues in ie6. When I run it in ie8/9/10,it just cost about 1s. How can I do ? 請問這個問題有比較好的解決方案嗎?因為用戶好多是在IE6下工作的,所以需要對IE6支持。 當ZK的頁面內容較多,使用domodal方式彈出時,IE6花了好長時間來渲染。

delete flag offensive retag edit

Comments

Not just vbox, when the contents of the window is large, will be very slow in ie6 ~~~~(>_<)~~~~

jerrylyj ( 2013-09-17 10:33:41 +0800 )edit

2 Answers

Sort by » oldest newest most voted
0

answered 2013-09-17 10:28:50 +0800

jumperchen gravatar image jumperchen
3909 2 8
http://jumperchen.blogspo... ZK Team

Try to use Vlayout (div) instead of Vbox (table), or use Listbox's ROD version.

link publish delete flag offensive edit

Comments

Not just vbox, when the contents of the window is large, will be very slow in ie6

jerrylyj ( 2013-09-17 10:33:07 +0800 )edit
0

answered 2013-09-22 07:56:25 +0800

jerrylyj gravatar image jerrylyj
12 1

Is there any other way Solution

link publish delete flag offensive edit
Your answer
Please start posting your answer anonymously - your answer will be saved within the current session and published after you log in or create a new account. Please try to give a substantial answer, for discussions, please use comments and please do remember to vote (after you log in)!

[hide preview]

Question tools

Follow
1 follower

RSS

Stats

Asked: 2013-09-17 10:18:45 +0800

Seen: 11 times

Last updated: Sep 22 '13

Support Options
  • Email Support
  • Training
  • Consulting
  • Outsourcing
Learn More