EasyUI Forum

General Category => EasyUI for jQuery => Topic started by: Spike on August 12, 2017, 03:40:30 AM



Title: Why extremely slow loading using >200 easyui-textboxes ?
Post by: Spike on August 12, 2017, 03:40:30 AM
Hello,

I have a panel using href="url";  This url loads eachtime more than 200 easyui-textboxes.
This costs more than 10 seconds loading!

If I use normal textbox (no easyui-textbox) it loads in less than 1 second...

Why is it so slow?

Thanx in advance.

Hans


Title: Re: Why extremely slow loading using >200 easyui-textboxes ?
Post by: jarry on August 13, 2017, 01:25:46 AM
Please try to call the cloneFrom method to create textbox components.


Title: Re: Why extremely slow loading using >200 easyui-textboxes ?
Post by: Spike on August 20, 2017, 10:45:41 PM
Thanks for your answer,

But it is a static html page which loads the values for the inputboxes from the server from a MySQL table (not clientside)

Another solution to load faster? Or example?

Grt Hans