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
commit-msg -rwxr-xr-x 215 bytes
pre-commit -rwxr-xr-x 154 bytes
prepare-commit-msg -rwxr-xr-x 240 bytes

back to top