EasyUI Forum

General Category => EasyUI for jQuery => Topic started by: keja on November 23, 2020, 05:11:29 AM



Title: easyui images loading issue
Post by: keja on November 23, 2020, 05:11:29 AM
Dear Team,

We have below observations regarding easyui control images impacts overall page performance. Please refer the screen shots attached and browse the link

Link : http://code.reloado.com/oruzes4/edit#preview

1. Used 2 comboboxes on page. However, the combo_arrow.png is loaded many times.
2. Those images starts loading at the end after loading all files js, css, api's and has more wait time to load

The page load takes more time. It will be great if you could suggest.

Best Regards,

Keja


Title: Re: easyui images loading issue
Post by: keja on November 26, 2020, 02:15:43 AM
Hello,

We would appreciate any suggestion.

Thank you



Title: Re: easyui images loading issue
Post by: jarry on November 26, 2020, 11:34:55 PM
Please use another browser and try this link again.

http://code.reloado.com/oruzes4/2/edit#preview


Title: Re: easyui images loading issue
Post by: keja on November 30, 2020, 02:38:49 AM
Hello Jarry,

We tried in IE and the images loads at the end only. Our application is used by clients and they use only Chrome browser and it repeats loading the image because of which the page takes more loading time.

It would be great if you could suggest how to fix it so we could improve the overall performance of the page in chrome

Thank you




Title: Re: easyui images loading issue
Post by: jarry on December 02, 2020, 08:08:08 AM
The 'combo_arrow.png' image is defined in 'easyui.css' file. It will be cached by the browser and only be retrieved once from server.


Title: Re: easyui images loading issue
Post by: keja on December 06, 2020, 11:28:22 PM
Hi Jarry,

Yes. However, will appreciate if you could check the example code. In our example the image loads every time we mouse over the combo box. In page loading also it loads at the end and so takes more time to complete the page load.