angular/devtools/projects/ng-devtools-backend/src
AleksanderBodurri 1f18c7464f perf(devtools): optimize injector graph discovery (#52489)
Our algorithm for discovering the injector graph of an application involves calculating resolution paths for each angular node on a page, and then using those paths to construct the underlying tree.

Along the we way we perform many expensive computations that are candidates for optimization through caching. This commit implements this caching, resulting in a substantial increase in performance for large applications.

PR Close #52489
2023-11-03 17:37:55 -07:00
..
lib perf(devtools): optimize injector graph discovery (#52489) 2023-11-03 17:37:55 -07:00
BUILD.bazel refactor(devtools): bring the angular devtools directory into the root bazel workspace 2022-01-26 16:35:31 -05:00
public-api.ts refactor(devtools): run tslint --fix on devtools codebase 2022-01-26 16:35:31 -05:00