ml12580
1585ec54f1
perf(plugins): cache existence probes within bundle manifest scan [AI-assisted] ( #93919 )
...
* perf(plugins): cache existence probes within bundle manifest scan
Bundle plugin discovery re-probes the same marker paths (skills/, commands/,
agents/, .mcp.json, .lsp.json, settings.json, hooks/hooks.json) once in
detectBundleManifestFormat and again in loadBundleManifest's capability
builders. Across the bundled plugin tree this is thousands of redundant
synchronous fs.existsSync calls; #76209 reports 25.4s of self-time on a
Windows cold start.
Add a scan-scoped existence cache (plugin-scan-existence-cache.ts) entered
only around discoverBundleInRoot. pluginScanExistsSync memoizes inside the
active scan and falls back to plain fs.existsSync outside it, so install,
hooks, and doctor flows stay uncached. The cache is push/pop per
discoverBundleInRoot call (try/finally), so a later install/repair pass
re-reads the filesystem — no process-global staleness.
Measured on Windows over a 25-plugin fixture: 550 -> 325 fs.existsSync
calls (41% fewer), 294.75ms -> 208.49ms. Discovery results unchanged.
Closes #76209
* fix(plugins): drop unused test reset helper and satisfy oxlint
Remove __resetPluginScanExistenceCacheForTest: the scan cache is push/pop
balanced by try/finally in withPluginScanExistenceCache, so the stack never
leaks between tests and the helper was dead code. It also tripped oxlint
no-underscore-dangle. Refactor the integration test to count existsSync calls
via a const-returning helper so there is no useless assignment.
2026-06-22 18:27:36 +00:00
..
2026-06-04 19:48:26 -04:00
2026-06-15 20:06:16 +01:00
2026-06-22 10:19:01 +08:00
2026-06-19 11:56:20 +01:00
2026-06-18 19:44:18 +08:00
2026-06-18 20:14:27 +08:00
2026-06-04 04:19:03 -04:00
2026-06-22 17:26:27 +08:00
2026-06-22 17:26:27 +08:00
2026-06-04 04:44:12 -04:00
2026-06-04 04:29:53 -04:00
2026-06-16 11:36:43 +08:00
2026-06-04 04:27:23 -04:00
2026-06-04 04:14:06 -04:00
2026-06-10 16:18:23 +10:00
2026-06-04 04:15:33 -04:00
2026-06-04 04:12:38 -04:00
2026-06-04 04:19:03 -04:00
2026-06-04 04:31:52 -04:00
2026-06-04 04:27:23 -04:00
2026-06-04 04:44:12 -04:00
2026-06-04 04:15:33 -04:00
2026-06-04 04:25:18 -04:00
2026-06-04 04:41:47 -04:00
2026-06-04 04:29:53 -04:00
2026-06-04 04:14:06 -04:00
2026-06-04 04:38:31 -04:00
2026-06-18 18:19:45 +08:00
2026-06-22 18:27:36 +00:00
2026-06-04 04:34:19 -04:00
2026-06-04 04:29:53 -04:00
2026-06-04 04:36:44 -04:00
2026-06-04 04:29:53 -04:00
2026-06-04 04:21:07 -04:00
2026-06-04 04:48:42 -04:00
2026-06-04 04:46:27 -04:00
2026-06-04 04:46:27 -04:00
2026-06-04 04:48:42 -04:00
2026-06-04 04:41:47 -04:00
2026-06-04 04:54:37 -04:00
2026-06-04 04:27:23 -04:00
2026-06-04 04:46:27 -04:00
2026-06-04 04:38:31 -04:00
2026-06-04 04:41:47 -04:00
2026-06-04 04:22:45 -04:00
2026-06-04 04:12:38 -04:00
2026-06-04 04:14:06 -04:00
2026-06-04 04:19:03 -04:00
2026-06-04 04:31:52 -04:00
2026-06-04 04:41:47 -04:00
2026-06-04 04:25:18 -04:00
2026-06-04 04:46:27 -04:00
2026-06-04 04:34:19 -04:00
2026-06-04 04:41:47 -04:00
2026-06-04 04:48:42 -04:00
2026-06-04 04:17:40 -04:00
2026-06-04 04:31:52 -04:00
2026-06-11 13:48:41 +00:00
2026-06-11 13:48:41 +00:00
2026-06-22 19:12:05 +08:00
2026-06-07 00:44:06 +08:00
2026-06-22 19:12:05 +08:00
2026-06-04 04:14:06 -04:00
2026-06-04 04:15:33 -04:00
2026-06-03 21:03:43 -04:00
2026-06-04 04:27:23 -04:00
2026-06-18 20:54:36 +08:00
2026-06-04 04:27:23 -04:00
2026-06-13 19:36:53 +02:00
2026-06-04 04:22:45 -04:00
2026-06-04 04:54:37 -04:00
2026-06-04 04:46:27 -04:00
2026-06-04 04:44:12 -04:00
2026-06-04 04:38:31 -04:00
2026-06-04 04:54:37 -04:00
2026-06-04 04:29:53 -04:00
2026-06-04 04:17:40 -04:00
2026-06-04 04:14:06 -04:00
2026-06-04 04:48:42 -04:00
2026-06-04 04:31:52 -04:00
2026-06-19 14:57:32 +08:00
2026-06-18 21:10:40 +08:00
2026-06-20 16:22:46 +08:00
2026-06-20 16:22:46 +08:00
2026-06-04 04:34:19 -04:00
2026-06-04 04:38:31 -04:00
2026-06-04 04:31:52 -04:00
2026-06-18 20:10:11 -07:00
2026-06-04 04:21:07 -04:00
2026-06-04 04:27:23 -04:00
2026-06-04 04:15:33 -04:00
2026-06-04 04:29:53 -04:00
2026-06-04 04:38:31 -04:00
2026-06-04 04:29:53 -04:00
2026-06-04 04:54:37 -04:00
2026-06-21 21:52:20 +08:00
2026-06-21 21:52:20 +08:00
2026-06-04 04:51:24 -04:00
2026-06-04 04:27:23 -04:00
2026-06-04 04:21:07 -04:00
2026-06-04 04:48:42 -04:00
2026-06-04 04:21:07 -04:00
2026-06-04 04:19:03 -04:00
2026-06-04 04:51:24 -04:00
2026-06-04 04:25:18 -04:00
2026-06-04 04:17:40 -04:00
2026-06-04 04:34:19 -04:00
2026-06-22 18:27:36 +00:00
2026-06-04 04:29:53 -04:00
2026-06-16 14:17:57 +08:00
2026-06-17 22:01:20 +08:00
2026-06-04 04:25:18 -04:00
2026-06-04 04:21:07 -04:00
2026-06-04 04:38:31 -04:00
2026-06-03 21:03:43 -04:00
2026-06-04 04:22:45 -04:00
2026-06-04 04:44:12 -04:00
2026-06-04 04:41:47 -04:00
2026-06-04 04:54:37 -04:00
2026-06-07 00:44:06 +08:00
2026-06-07 00:44:06 +08:00
2026-06-04 04:36:44 -04:00
2026-06-07 00:44:06 +08:00
2026-06-15 09:29:42 +08:00
2026-06-06 00:30:48 -07:00
2026-06-18 00:14:10 +08:00
2026-06-10 21:47:20 -07:00
2026-06-10 21:47:20 -07:00
2026-06-04 04:21:07 -04:00
2026-06-16 23:02:15 +08:00
2026-06-04 04:22:45 -04:00
2026-06-04 04:34:19 -04:00
2026-06-17 16:11:32 +08:00
2026-06-17 16:11:32 +08:00
2026-06-04 04:25:18 -04:00
2026-06-04 04:44:12 -04:00
2026-06-11 19:33:00 +09:00
2026-06-11 19:33:00 +09:00
2026-06-07 19:03:38 +09:00
2026-06-04 04:44:12 -04:00
2026-06-04 04:51:24 -04:00
2026-06-10 14:54:32 +05:30
2026-06-04 04:25:18 -04:00
2026-06-04 04:29:53 -04:00
2026-06-22 10:15:24 +10:00
2026-06-22 10:15:24 +10:00
2026-06-22 10:15:24 +10:00
2026-06-22 10:15:24 +10:00
2026-06-14 09:11:05 -07:00
2026-06-04 04:29:53 -04:00
2026-06-04 04:29:53 -04:00
2026-06-04 04:22:45 -04:00
2026-06-04 04:41:47 -04:00
2026-06-04 04:38:31 -04:00
2026-06-04 04:57:48 -04:00
2026-06-04 04:27:23 -04:00
2026-06-04 04:25:18 -04:00
2026-06-04 04:21:07 -04:00
2026-06-04 04:36:44 -04:00
2026-06-17 10:45:04 +08:00
2026-06-17 10:45:04 +08:00
2026-06-04 04:36:44 -04:00
2026-06-21 22:20:58 +01:00
2026-06-18 13:29:39 -07:00
2026-06-04 17:24:03 +00:00
2026-06-04 04:22:45 -04:00
2026-06-17 22:22:40 +08:00
2026-06-04 04:36:44 -04:00
2026-06-04 04:51:24 -04:00
2026-06-04 04:57:48 -04:00
2026-06-04 04:27:23 -04:00
2026-06-04 04:15:33 -04:00
2026-06-04 04:41:47 -04:00
2026-06-04 04:34:19 -04:00
2026-06-04 04:41:47 -04:00
2026-06-04 04:21:07 -04:00
2026-06-04 04:21:07 -04:00
2026-06-04 04:15:33 -04:00
2026-06-04 04:36:44 -04:00
2026-06-04 04:29:53 -04:00
2026-06-13 16:54:04 -04:00
2026-06-04 04:34:19 -04:00
2026-06-04 04:14:06 -04:00
2026-06-04 04:17:40 -04:00
2026-06-04 04:27:23 -04:00
2026-06-04 04:46:27 -04:00
2026-06-22 02:32:05 +02:00
2026-06-16 14:00:11 +08:00
2026-06-18 19:44:18 +08:00
2026-06-04 04:44:12 -04:00
2026-06-18 19:44:18 +08:00
2026-06-17 21:13:03 +08:00
2026-06-04 04:14:06 -04:00
2026-06-04 04:25:18 -04:00
2026-06-04 04:44:12 -04:00
2026-06-04 04:27:23 -04:00
2026-06-04 04:17:40 -04:00
2026-06-04 04:14:06 -04:00
2026-06-04 04:46:27 -04:00
2026-06-04 04:38:31 -04:00
2026-06-18 13:18:06 +08:00
2026-06-15 23:07:29 +08:00
2026-06-15 23:07:29 +08:00
2026-06-04 04:27:23 -04:00
2026-06-04 04:17:40 -04:00
2026-06-18 13:18:06 +08:00
2026-06-04 04:21:07 -04:00
2026-06-18 13:18:06 +08:00
2026-06-04 04:44:12 -04:00
2026-06-04 04:14:06 -04:00
2026-06-04 04:57:48 -04:00
2026-06-04 04:36:44 -04:00
2026-06-04 04:34:19 -04:00
2026-06-04 04:44:12 -04:00
2026-06-04 04:51:24 -04:00
2026-06-04 04:17:40 -04:00
2026-06-04 04:19:03 -04:00
2026-06-04 04:31:52 -04:00
2026-06-04 04:31:52 -04:00
2026-06-04 04:25:18 -04:00
2026-06-04 04:36:44 -04:00
2026-06-18 09:44:17 +08:00
2026-06-04 04:51:24 -04:00
2026-06-04 04:48:42 -04:00
2026-06-04 04:51:24 -04:00
2026-06-04 04:34:19 -04:00
2026-06-04 04:36:44 -04:00
2026-06-04 04:41:47 -04:00
2026-06-15 09:36:13 -07:00
2026-06-04 04:27:23 -04:00
2026-06-04 04:44:12 -04:00
2026-06-04 04:14:06 -04:00
2026-06-04 04:17:40 -04:00
2026-06-18 09:39:44 +10:00
2026-06-04 04:44:12 -04:00
2026-06-04 04:19:03 -04:00
2026-06-04 04:21:07 -04:00
2026-06-04 04:41:47 -04:00
2026-06-20 16:22:46 +08:00
2026-06-18 12:41:54 +08:00
2026-06-04 04:57:48 -04:00
2026-06-04 04:36:44 -04:00
2026-06-04 04:57:48 -04:00
2026-06-04 04:34:19 -04:00
2026-06-04 04:51:24 -04:00
2026-06-04 04:19:03 -04:00
2026-06-04 04:17:40 -04:00
2026-06-22 16:18:48 +00:00
2026-06-22 16:18:48 +00:00
2026-06-04 04:46:27 -04:00
2026-06-04 04:36:44 -04:00
2026-06-12 10:09:53 -05:00
2026-06-04 04:34:19 -04:00
2026-06-20 03:14:54 +01:00
2026-06-04 04:48:42 -04:00
2026-06-15 14:17:15 +05:30
2026-06-15 14:17:15 +05:30
2026-06-04 04:57:48 -04:00
2026-06-04 04:54:37 -04:00
2026-06-04 04:21:07 -04:00
2026-06-22 14:10:40 +08:00
2026-06-15 00:08:57 -07:00
2026-06-22 14:10:40 +08:00
2026-06-04 04:25:18 -04:00
2026-06-15 09:36:13 -07:00
2026-06-04 04:17:40 -04:00
2026-06-22 14:10:40 +08:00
2026-06-19 12:17:45 +02:00
2026-06-23 00:59:33 +08:00
2026-06-04 04:34:19 -04:00
2026-06-07 00:44:06 +08:00
2026-06-04 04:15:33 -04:00
2026-06-22 21:10:23 +08:00
2026-06-04 04:41:47 -04:00
2026-06-04 04:22:45 -04:00
2026-06-19 20:38:03 +08:00
2026-06-19 20:38:03 +08:00
2026-06-22 16:18:48 +00:00
2026-06-04 04:22:45 -04:00
2026-06-22 15:37:50 +08:00
2026-06-22 15:37:50 +08:00
2026-06-04 04:27:23 -04:00
2026-06-04 04:57:48 -04:00
2026-06-04 04:21:07 -04:00
2026-06-04 04:54:37 -04:00
2026-06-04 04:22:45 -04:00
2026-06-04 04:21:07 -04:00
2026-06-22 16:12:51 +08:00
2026-06-22 16:12:51 +08:00
2026-06-04 04:38:31 -04:00
2026-06-04 04:41:47 -04:00
2026-06-19 11:43:18 +02:00
2026-06-19 11:43:18 +02:00
2026-06-04 04:29:53 -04:00
2026-06-04 04:34:19 -04:00
2026-06-04 04:21:07 -04:00
2026-06-03 21:01:33 -04:00
2026-06-04 04:44:12 -04:00
2026-06-04 04:17:40 -04:00
2026-06-04 04:41:47 -04:00
2026-06-04 04:27:23 -04:00
2026-06-04 04:48:42 -04:00
2026-06-04 04:22:45 -04:00
2026-06-04 04:36:44 -04:00
2026-06-04 04:17:40 -04:00
2026-06-04 04:54:37 -04:00
2026-06-21 11:08:34 +08:00
2026-06-04 04:57:48 -04:00
2026-06-11 20:35:59 +09:00
2026-06-21 12:23:31 +08:00
2026-06-04 04:14:06 -04:00
2026-06-04 04:46:27 -04:00
2026-06-17 21:13:03 +08:00
2026-06-04 04:38:31 -04:00
2026-06-04 04:29:53 -04:00
2026-06-04 04:17:40 -04:00
2026-06-04 04:44:12 -04:00
2026-06-04 04:34:19 -04:00
2026-06-15 14:00:48 +08:00
2026-06-21 12:23:31 +08:00
2026-06-04 04:15:33 -04:00
2026-06-03 21:03:43 -04:00
2026-06-22 18:27:36 +00:00
2026-06-22 18:27:36 +00:00
2026-06-04 04:19:03 -04:00
2026-06-21 05:38:16 +08:00
2026-06-04 04:15:33 -04:00
2026-06-04 04:17:40 -04:00
2026-06-04 04:41:47 -04:00
2026-06-21 12:23:31 +08:00
2026-06-04 04:48:42 -04:00
2026-06-04 04:19:03 -04:00
2026-06-04 04:19:03 -04:00
2026-06-04 04:54:37 -04:00
2026-06-11 11:11:21 +09:00
2026-06-11 11:11:21 +09:00
2026-06-04 04:48:42 -04:00
2026-06-04 04:19:03 -04:00
2026-06-04 04:27:23 -04:00
2026-06-18 09:37:25 +08:00
2026-06-19 01:05:52 +08:00
2026-06-19 01:05:52 +08:00
2026-06-20 06:41:33 +02:00
2026-06-20 06:41:33 +02:00
2026-06-19 17:22:14 +02:00
2026-06-19 17:22:14 +02:00
2026-06-04 04:17:40 -04:00
2026-06-04 04:57:48 -04:00
2026-06-04 04:25:18 -04:00
2026-06-03 21:01:33 -04:00
2026-06-04 04:34:19 -04:00
2026-06-04 04:57:48 -04:00
2026-06-04 04:21:07 -04:00
2026-06-04 04:14:06 -04:00
2026-06-11 19:24:46 +09:00
2026-06-04 04:27:23 -04:00
2026-06-04 04:15:33 -04:00
2026-06-04 04:22:45 -04:00
2026-06-17 08:38:34 +08:00
2026-06-17 08:38:34 +08:00
2026-06-04 04:51:24 -04:00
2026-06-23 02:10:20 +08:00
2026-06-04 04:21:07 -04:00
2026-06-12 17:37:28 -07:00
2026-06-19 01:05:52 +08:00
2026-06-19 01:05:52 +08:00
2026-06-04 04:38:31 -04:00
2026-06-04 04:27:23 -04:00
2026-06-04 04:29:53 -04:00
2026-06-04 04:46:27 -04:00
2026-06-19 05:10:15 +08:00
2026-06-04 04:48:42 -04:00
2026-06-19 09:53:35 +02:00
2026-06-04 04:41:47 -04:00
2026-06-04 04:12:38 -04:00
2026-06-16 19:05:12 +08:00
2026-06-16 19:05:12 +08:00
2026-06-04 04:36:44 -04:00
2026-06-04 04:36:44 -04:00
2026-06-12 21:14:03 -07:00
2026-06-12 21:14:03 -07:00
2026-06-04 04:25:18 -04:00
2026-06-04 04:48:42 -04:00
2026-06-04 04:51:24 -04:00
2026-06-04 04:19:03 -04:00
2026-06-21 21:54:05 +01:00
2026-06-17 22:01:20 +08:00
2026-06-19 12:03:31 +02:00
2026-06-19 12:03:31 +02:00
2026-06-10 08:08:35 -07:00
2026-06-10 08:08:35 -07:00
2026-06-04 04:41:47 -04:00
2026-06-04 04:51:24 -04:00
2026-06-04 04:38:31 -04:00
2026-06-04 04:57:48 -04:00
2026-06-04 04:29:53 -04:00
2026-06-04 04:14:06 -04:00
2026-06-04 04:25:18 -04:00
2026-06-07 14:00:09 -07:00
2026-06-17 22:01:20 +08:00
2026-06-04 04:41:47 -04:00
2026-06-04 04:25:18 -04:00
2026-06-04 04:22:45 -04:00
2026-06-19 19:08:32 +02:00
2026-06-04 04:15:33 -04:00
2026-06-04 04:29:53 -04:00
2026-06-04 04:38:31 -04:00
2026-06-04 04:51:24 -04:00
2026-06-21 05:38:16 +08:00
2026-06-04 04:31:52 -04:00
2026-06-09 01:02:22 +02:00
2026-06-19 20:38:03 +08:00
2026-06-04 04:54:37 -04:00
2026-06-04 04:22:45 -04:00
2026-06-10 16:18:23 +10:00
2026-06-04 04:15:33 -04:00
2026-06-04 04:21:07 -04:00
2026-06-04 04:17:40 -04:00
2026-06-04 04:12:38 -04:00
2026-06-04 04:44:12 -04:00
2026-06-04 04:38:31 -04:00
2026-06-04 04:14:06 -04:00
2026-06-17 03:49:46 +08:00
2026-06-17 03:33:46 +08:00
2026-06-17 03:33:46 +08:00
2026-06-04 04:14:06 -04:00
2026-06-16 11:36:43 +08:00
2026-06-18 09:39:44 +10:00
2026-06-04 04:48:42 -04:00
2026-06-04 04:17:40 -04:00
2026-06-04 04:15:33 -04:00
2026-06-04 04:31:52 -04:00
2026-06-17 16:11:32 +08:00
2026-06-14 11:26:49 +08:00
2026-06-04 04:51:24 -04:00
2026-06-13 10:49:17 -07:00
2026-06-04 04:31:52 -04:00
2026-06-04 04:29:53 -04:00
2026-06-04 04:19:03 -04:00
2026-06-04 04:54:37 -04:00
2026-06-22 17:48:47 +00:00
2026-06-22 17:48:47 +00:00
2026-06-04 04:57:48 -04:00
2026-06-04 04:46:27 -04:00
2026-06-04 04:57:48 -04:00
2026-06-04 04:29:53 -04:00
2026-06-04 04:44:12 -04:00
2026-06-04 04:38:31 -04:00
2026-06-04 04:17:40 -04:00
2026-06-04 04:31:52 -04:00
2026-06-04 04:31:52 -04:00
2026-06-04 04:22:45 -04:00
2026-06-04 04:38:31 -04:00
2026-06-16 17:35:41 +08:00
2026-06-04 04:46:27 -04:00
2026-06-10 16:18:23 +10:00
2026-06-18 21:10:40 +08:00
2026-06-04 04:25:18 -04:00
2026-06-18 01:49:46 +08:00
2026-06-04 04:44:12 -04:00
2026-06-04 04:41:47 -04:00
2026-06-04 04:36:44 -04:00
2026-06-04 04:22:45 -04:00
2026-06-04 04:14:06 -04:00
2026-06-04 04:22:45 -04:00
2026-06-04 04:57:48 -04:00
2026-06-13 14:14:54 +00:00
2026-06-19 11:56:20 +01:00
2026-06-19 11:56:20 +01:00
2026-06-22 10:15:24 +10:00
2026-06-17 03:49:46 +08:00
2026-06-04 04:25:18 -04:00
2026-06-04 04:25:18 -04:00
2026-06-15 23:07:29 +08:00
2026-06-15 23:07:29 +08:00
2026-06-04 04:27:23 -04:00
2026-06-04 04:21:07 -04:00
2026-06-04 05:00:21 -04:00
2026-06-04 04:38:31 -04:00
2026-06-04 04:22:45 -04:00
2026-06-19 01:05:52 +08:00
2026-06-04 04:19:03 -04:00
2026-06-21 16:00:38 +08:00
2026-06-21 16:00:38 +08:00
2026-06-04 04:51:24 -04:00
2026-06-21 16:00:38 +08:00
2026-06-04 04:29:53 -04:00
2026-06-19 01:05:52 +08:00
2026-06-19 01:05:52 +08:00
2026-06-19 01:05:52 +08:00
2026-06-19 01:05:52 +08:00
2026-06-04 04:29:53 -04:00
2026-06-04 04:19:03 -04:00
2026-06-04 04:21:07 -04:00
2026-06-22 16:12:51 +08:00
2026-06-19 01:05:52 +08:00
2026-06-05 12:01:58 -07:00
2026-06-04 04:25:18 -04:00
2026-06-04 04:31:52 -04:00
2026-06-04 04:27:23 -04:00
2026-06-04 04:19:03 -04:00
2026-06-04 04:38:31 -04:00
2026-06-04 04:31:52 -04:00
2026-06-04 04:57:48 -04:00