grebe
3 Apr 2012, 1:26 AM
I am evaluating use of Ext JS for an intranet application to run under ultidev Cassini.
Using the 'getting started guide' I put the helloext application at localhost:5078/Helloext
It seems that, if I add the Ext.require('Ext.container.Viewport'); to the example application it does not effect the load times. Looking at the developers tools under chrome, the entire framework still seems to be loading.
I do not see the warning message regarding synchronously loading 'Ext.container.Viewport'.
Is this down to the port number used in the request - the loader would need to use this port for loading?
I think we are tied to using Cassini to make this an installable intranet application.
Appreciate any help with this.
Updated:
This does not seem to be an issue with Cassini.
If I include ext-all.js the page is delivered in about 2.5 seconds.
If I use the start up example and use ext-debug.js and add Ext.require('Ext.container.Viewport');
to the script, the page takes 12+ seconds to load with a lot of separate requests for what appears to be the entire framework.
I'm clearly not understanding something?
Using the 'getting started guide' I put the helloext application at localhost:5078/Helloext
It seems that, if I add the Ext.require('Ext.container.Viewport'); to the example application it does not effect the load times. Looking at the developers tools under chrome, the entire framework still seems to be loading.
I do not see the warning message regarding synchronously loading 'Ext.container.Viewport'.
Is this down to the port number used in the request - the loader would need to use this port for loading?
I think we are tied to using Cassini to make this an installable intranet application.
Appreciate any help with this.
Updated:
This does not seem to be an issue with Cassini.
If I include ext-all.js the page is delivered in about 2.5 seconds.
If I use the start up example and use ext-debug.js and add Ext.require('Ext.container.Viewport');
to the script, the page takes 12+ seconds to load with a lot of separate requests for what appears to be the entire framework.
I'm clearly not understanding something?