angular-ui/ui-grid

Performance is extremely poor with a full screen grid on IE 11

Open

#6.382 aberto em 29 de ago. de 2017

Ver no GitHub
 (0 comments) (0 reactions) (0 assignees)JavaScript (2.496 forks)batch import
Browser IEhelp wantedseverity: performance

Métricas do repositório

Stars
 (5.395 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

Hello,

I am using your plugin for rendering a full page grid. The grid has custom pagination and has around 100 columns and 100 rows per page. It also has around 30 drop-downs per row with data on an average of 30-50 items per drop-down.

The issue in this case is that the grid takes almost 2 minutes to render the data on IE 11(11.0.10240.17443) on a Windows 10 machine at 1920 by 1080. It also freezes the UI thread after 20 seconds or so resulting in IE throwing the long running script error when the user clicks on the screen.

On chrome, the performance is relatively good and the data loads in around 10-12 seconds for the same data-set. I have used all the optimizations suggested including fast watch, virtualization and such.

I have also tried to use 4.0.6 to no avail. Unable to load a plunkr because of firewall restrictions.

IE does not have plugins enabled and I am not using any animations as well. My app uses angularjs 1.3.15 and there is no scope to upgrade because of other dependencies.

Can you please check this?

Sriram

Guia do colaborador