vladcd
21 Sep 2009, 6:47 AM
Hi guys,
I have a small suggestion that I think will help improve Ext speed, but with the cost of increasing the memory usage.
In the most general use case I know, when you need to edit an object of some type, you open a form, which consistently has the same fields and layout. So actually, everytime I open another object, the same series of operations take place, and they always return the same results.
Now my problem lies in the rendering and resizing of forms, which is slow for complex forms. Do you think it's useful to implement in Ext a cacheing mechanism for this kind of repeating operations? The result would be an object which kept track of different form 'layouts' for objects already opened. When an object of the same type would be opened, the action could take place instantly.
However, since I'm no Ext expert, and there is already a way to accomplish something remotely similar to this, please show me the way to follow.
Thanks a lot,
Vlad
I have a small suggestion that I think will help improve Ext speed, but with the cost of increasing the memory usage.
In the most general use case I know, when you need to edit an object of some type, you open a form, which consistently has the same fields and layout. So actually, everytime I open another object, the same series of operations take place, and they always return the same results.
Now my problem lies in the rendering and resizing of forms, which is slow for complex forms. Do you think it's useful to implement in Ext a cacheing mechanism for this kind of repeating operations? The result would be an object which kept track of different form 'layouts' for objects already opened. When an object of the same type would be opened, the action could take place instantly.
However, since I'm no Ext expert, and there is already a way to accomplish something remotely similar to this, please show me the way to follow.
Thanks a lot,
Vlad