You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flex.apache.org by "Vadim Usoltsev (JIRA)" <ji...@apache.org> on 2014/08/15 15:06:18 UTC

[jira] [Created] (FLEX-34467) Spark DataGrid performance extremely decreased since "gridView" is introduced.

Vadim Usoltsev created FLEX-34467:
-------------------------------------

             Summary: Spark DataGrid performance extremely decreased since "gridView" is introduced.
                 Key: FLEX-34467
                 URL: https://issues.apache.org/jira/browse/FLEX-34467
             Project: Apache Flex
          Issue Type: Bug
          Components: Spark: DataGrid
    Affects Versions: Apache Flex 4.12.1, Apache Flex 4.12.0, Apache Flex 4.11.0, Apache Flex 4.13.0
            Reporter: Vadim Usoltsev
            Priority: Critical


Since there is gridView appeared in DataGridSkin the performance of the component is extremely decreased. By performance I mean update display list operations. At the moment the overall performance depends on data provider size, but this is contrary to the principle of the DataGrid when you can display huge amount of data with limited amount of item renderers instances.

How to reproduce:
Create s:DataGrid with a few columns, generate dataProvider with objects corresponging to the columns. For ~500 objects you will already see visible rendering lugs, just move your mouse over the grid or try to scroll. For ~2000 objects DataGrid becomes totally unusable.

This behaviour can be reproduced in 4.11-4.13 flex SDK versions, while in 4.5.1 and even in 4.9.1 everything is Okey.



--
This message was sent by Atlassian JIRA
(v6.2#6252)