SmartClient Version: v11.0p_2016-10-23/LGPL Development Only (built 2016-10-23)
Browser: IE
We're experiencing a significant performance degradation in IE after our roll from SmartGWT 5.0p.20151210 to 6.0p.20161023. Using the IE 11 Developer Tools Profile utility, we found that SmartGWT is spending more time in the isc_DataSource_validateJSONRecord than before. These metrics were recorded performing the same action, on both versions, with identical record counts (I've attached a picture of the call stack from 6.0p.20161023 for better context):
Do you have any idea how we could improve our performance in this function? Any configurations that might help us out here?
Do you know offhand if any performance improvements have been implemented in this area since the 6.0p.20161023 build? We could try to roll if so.
Let me know if you need more information,
Thanks
Browser: IE
We're experiencing a significant performance degradation in IE after our roll from SmartGWT 5.0p.20151210 to 6.0p.20161023. Using the IE 11 Developer Tools Profile utility, we found that SmartGWT is spending more time in the isc_DataSource_validateJSONRecord than before. These metrics were recorded performing the same action, on both versions, with identical record counts (I've attached a picture of the call stack from 6.0p.20161023 for better context):
Version | Function | Count | Inclusive time (ms) | Inclusive time % | Exclusive time (ms) | Exclusive time % | Avg time (ms) | Max time (ms) | Min time (ms) |
5.0p.20151210 | isc_DataSource_validateJSONRecord | 15,000 | 13,176.73 | 30.21 | 1,504.08 | 3.45 | 0.88 | 41 | |
6.0p.20161023 | isc_DataSource_validateJSONRecord | 15,000 | 25,896.00 | 35.14 | 2,464.19 | 3.34 | 1.73 | 48 | 1 |
Do you know offhand if any performance improvements have been implemented in this area since the 6.0p.20161023 build? We could try to roll if so.
Let me know if you need more information,
Thanks
Comment