GET ext-all.js
304 OK
cdn.sencha.io
442.4 KB
253ms
GET gnt-all-debug.js
304 Not Modified
bryntum.com
282.4 KB
251ms
With a clean Chrome, purged cache: I get "38 requests ❘ 829.55KB transferred ❘ 1.52s (onload: 1.07s, DOMContentLoaded: 1.07s)"
And this is still without making any effort to custom build Ext JS. We're using ext-all.js for simplicity, and to make use of Sencha's CDN which should speed up world wide access compared to us hosting a custom file.
GET ext-all.js 304 OK cdn.sencha.io 442.4 KB 253ms
GET gnt-all-debug.js 304 Not Modified bryntum.com 282.4 KB 251ms
With a clean Chrome, purged cache: I get "38 requests ❘ 829.55KB transferred ❘ 1.52s (onload: 1.07s, DOMContentLoaded: 1.07s)"
And this is still without making any effort to custom build Ext JS. We're using ext-all.js for simplicity, and to make use of Sencha's CDN which should speed up world wide access compared to us hosting a custom file.
Hope this settles it :)