In short . I have a page with KO code that works absolutely great in Google Chrome, Firefox, Safari, etc. But the performance is gone in Internet Explorer. I tried IE10, IE11. It takes 10 to 25 seconds to display about 150 lines. 
Details This page provides a work queue for users where their tasks are shown. Requirement not to use any paging on this page. Each row of the table contains at least a dozen display options (links, buttons, inputs, CSS styles, handling custom events, custom js plugins, etc.). The average number of lines in prod is 100-200 +. The user can apply various filters and sortings.
Things I've already tried :
The approaches mentioned above tuned the code (according to ko.bindingReport.js ) almost twice as fast in Chrome. But IE is still too slow - about 10 seconds to render.
Chrome : 
Internet Explorer:

People, any ideas?
source share