I've read where one cannot reduce the file size of core SmartGWT files. ISC_Core.js, etc.
It takes 13 second for my app to load(my ISP may have me on a small pipe, that is not the issue, my question is at the end.). My code is only 6k (right now)
Using fiddler, I compared the size of my core files to the ones that get loaded in the SmartGWT Showcase website.
My app compared to the SmartGWT Showcase website.
my ISC_Core.js = 623,000 Showcase = 160,000
my ISC_Grid.js = 615,000 Showcase = 155,000
my ISC_Foundation.js = 171,000 Showcase = 46,000
my ISC_Forms.js = 516,000 Showcase = 125,000
etc
Question:
No offense, but is this just a hack that makes the load time of the SmartGWT Showcase much faster or is there now a way to trim the files?
If it is a hack can you tell us how to do it?
I like the SmartGWT very much but I am afraid the current bloated load time is a show stopper for me. I might be interested in working to enable the trimming, if you guys need some help. I know something about compilers. This must be a known and fairly high profile issue.
I'll try the workarounds you guys have suggested and see what that gets me. I am encouraged by other's results, but I am a little disappointed that this is an issue. I noticed the bloat when I was evaluating SmartGWT, but made the wrong assumption, "They must have a way to trim all the fat, I'll figure that out when I get closer to deployment." Potentially a very bad choice on my part.
Thanks, Again, great product, I like the open source/fee based market strategy so I'm not complaining. Let me know if I can get involved.
It takes 13 second for my app to load(my ISP may have me on a small pipe, that is not the issue, my question is at the end.). My code is only 6k (right now)
Using fiddler, I compared the size of my core files to the ones that get loaded in the SmartGWT Showcase website.
My app compared to the SmartGWT Showcase website.
my ISC_Core.js = 623,000 Showcase = 160,000
my ISC_Grid.js = 615,000 Showcase = 155,000
my ISC_Foundation.js = 171,000 Showcase = 46,000
my ISC_Forms.js = 516,000 Showcase = 125,000
etc
Question:
No offense, but is this just a hack that makes the load time of the SmartGWT Showcase much faster or is there now a way to trim the files?
If it is a hack can you tell us how to do it?
I like the SmartGWT very much but I am afraid the current bloated load time is a show stopper for me. I might be interested in working to enable the trimming, if you guys need some help. I know something about compilers. This must be a known and fairly high profile issue.
I'll try the workarounds you guys have suggested and see what that gets me. I am encouraged by other's results, but I am a little disappointed that this is an issue. I noticed the bloat when I was evaluating SmartGWT, but made the wrong assumption, "They must have a way to trim all the fat, I'll figure that out when I get closer to deployment." Potentially a very bad choice on my part.
Thanks, Again, great product, I like the open source/fee based market strategy so I'm not complaining. Let me know if I can get involved.
Comment