While using the json_parse function to parse data from an Ajax call, I've noticed that it works smoothly in FF but not as well in IE7. The process is very slow and at times freezes the browser. Unfortunately, due to certain constraints, I am unable to modify the app's logic. Is there any workaround to improve this?
The response received from the ajax call is quite large, which seems to be causing issues with IE7.