* Initialize heavy services lazily in the background
()
| 387 | * Initialize heavy services lazily in the background |
| 388 | */ |
| 389 | initializeServicesLazily(): void { |
| 390 | void import("./bootstrap/pluginBootstrap").then(({ initializeServicesLazily }) => { |
| 391 | initializeServicesLazily(this); |
| 392 | }); |
| 393 | } |
| 394 | |
| 395 | /** |
| 396 | * Warm up TaskManager indexes for better performance |
nothing calls this directly
no test coverage detected