tablesorter icon indicating copy to clipboard operation
tablesorter copied to clipboard

IE 11 slow - are there settings to optimize

Open ken-colvin opened this issue 5 years ago • 1 comments

I have user that must use IE 11 (I know that is dumb).

Are there settings to optimize IE 11? Especially when I have filters, IE 11 is very slow when doing an autocomplete on a search for a user input and to filter the column.

Even when I reset the filters, it takes a few seconds on IE to load the data. Other browsers do not have this issue, even Edge.

I have 1,500 rows.

I tried these settings and no help.

delayInit: true, removeRows: true,

ken-colvin avatar Jun 02 '20 15:06 ken-colvin

Hi @ken-colvin!

Sorry for taking so long to respond!

And sorry for not having a good answer on how to optimize performance on IE11. I think you're already doing the things I would have suggested. The only additional thing I can think of is to detect if the user is using IE11, and disable filtering. It's not an optimal solution, but if a user must use a sub-optimal browser, they can't expect optimal performance.

Mottie avatar Aug 01 '20 19:08 Mottie