Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

perf(compile): add class 'ng-scope' before cloning, other optimizations#5471

Closed
kseamon wants to merge 1 commit into
angular:masterfrom
kseamon:compile-link-micro
Closed

perf(compile): add class 'ng-scope' before cloning, other optimizations#5471
kseamon wants to merge 1 commit into
angular:masterfrom
kseamon:compile-link-micro

Conversation

@kseamon

@kseamon kseamon commented Dec 18, 2013

Copy link
Copy Markdown
Contributor

perf(compile): add class 'ng-scope' before cloning and other micro-optimizations

Add class ng-scope to dom nodes during directive compile rather than link.
Optimize handling of nodeLists.
This results in a savings of about 130ms during the startup of a product within Google.

…timizations

Add class ng-scope to dom nodes during directive compile rather than link.
Optimize handling of nodeLists.
This results in a savings of about 130ms during the startup of a product within Google.
@ghost ghost assigned IgorMinar Dec 18, 2013
@IgorMinar IgorMinar closed this in f3a796e Dec 18, 2013
jamesdaily pushed a commit to jamesdaily/angular.js that referenced this pull request Jan 27, 2014
…timizations

Add class ng-scope to dom nodes during directive compile rather than link.
Optimize handling of nodeLists.
This results in a savings of about 130ms during the startup of a product within Google.

Closes angular#5471
jamesdaily pushed a commit to jamesdaily/angular.js that referenced this pull request Jan 27, 2014
…timizations

Add class ng-scope to dom nodes during directive compile rather than link.
Optimize handling of nodeLists.
This results in a savings of about 130ms during the startup of a product within Google.

Closes angular#5471
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants