https://github.com/angular/angular
Revision 707bfc9b326f321f302dccfdfebef7380c914eb5 authored by Andrew Scott on 22 February 2024, 00:26:42 UTC, committed by Dylan Hunn on 23 February 2024, 17:20:02 UTC
This commit prevents `AsyncPipe` from calling `markForCheck` when values
are synchronously emit during subscription to an observable. This
prevents subscriptions to `Replay` observables from needlessly walking
up to the root of the view tree during template execution for each
new replay observable in the template.

PR Close #54554
1 parent 8e65bdc
History
Tip revision: 707bfc9b326f321f302dccfdfebef7380c914eb5 authored by Andrew Scott on 22 February 2024, 00:26:42 UTC
perf(common): `AsyncPipe` should not call `markForCheck` on subscription (#54554)
Tip revision: 707bfc9
File Mode Size
README.md -rw-r--r-- 1.6 KB
extensions.json -rw-r--r-- 625 bytes
recommended-launch.json -rw-r--r-- 2.4 KB
recommended-settings.json -rw-r--r-- 1.2 KB
recommended-tasks.json -rw-r--r-- 2.6 KB

README.md

back to top