I have a web application in ExtJS 3.4. Now on click of a button I am going to open a new html window.I am planning to go with ExtJS 4 in that new html window. But few Questions which I need to answer are :
So at last whether to use ExtJS 3.4 only in that new window or ExtJS 4 ? why ?
For reference : All the files loaded to browser sita in below path: C:\Users\"User Name"\AppData\Local\Microsoft\Windows\Temporary Internet Files
No, it will not be too much for the browser (on any fairly modern computer that is), and there is no reason why it should be. The garbage collector in ExtJS4 will only be useful if you use asynchronous loading of files. It has nothing to do with overall performance. Also note, that it some browsers (most notably Chrome) each window/tab is run as a separate process, so that they do not influence each other.