Skip to content
This repository was archived by the owner on Jul 5, 2023. It is now read-only.
This repository was archived by the owner on Jul 5, 2023. It is now read-only.

Perfomance 2x worse than Angular 1.6.4 #28

@pavelety

Description

@pavelety

I have a 14k array, and bad perfomance with angular 1.6.4, but this method has 2x slower page rendereing time.
<md-card ng-repeat="photo in photos" ng-show="infiniteIndex>$index" class="flex-item">
VS
<md-card sly-repeat="photo in photos" sly-show="infiniteIndex>$index" sly-prevent-evaluation-when-hidden class="flex-item">

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions