@lyhue1991/pi-web 0.8.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (503) hide show
  1. package/.next/BUILD_ID +1 -0
  2. package/.next/app-path-routes-manifest.json +46 -0
  3. package/.next/build-manifest.json +20 -0
  4. package/.next/diagnostics/build-diagnostics.json +6 -0
  5. package/.next/diagnostics/framework.json +1 -0
  6. package/.next/export-marker.json +6 -0
  7. package/.next/images-manifest.json +68 -0
  8. package/.next/next-minimal-server.js.nft.json +1 -0
  9. package/.next/next-server.js.nft.json +1 -0
  10. package/.next/package.json +1 -0
  11. package/.next/prerender-manifest.json +143 -0
  12. package/.next/react-loadable-manifest.json +2258 -0
  13. package/.next/required-server-files.js +349 -0
  14. package/.next/required-server-files.json +349 -0
  15. package/.next/routes-manifest.json +372 -0
  16. package/.next/server/app/_global-error/page.js +32 -0
  17. package/.next/server/app/_global-error/page.js.nft.json +1 -0
  18. package/.next/server/app/_global-error/page_client-reference-manifest.js +1 -0
  19. package/.next/server/app/_global-error.html +1 -0
  20. package/.next/server/app/_global-error.meta +16 -0
  21. package/.next/server/app/_global-error.rsc +14 -0
  22. package/.next/server/app/_global-error.segments/_full.segment.rsc +14 -0
  23. package/.next/server/app/_global-error.segments/_global-error/__PAGE__.segment.rsc +5 -0
  24. package/.next/server/app/_global-error.segments/_global-error.segment.rsc +5 -0
  25. package/.next/server/app/_global-error.segments/_head.segment.rsc +5 -0
  26. package/.next/server/app/_global-error.segments/_index.segment.rsc +5 -0
  27. package/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -0
  28. package/.next/server/app/_not-found/page.js +2 -0
  29. package/.next/server/app/_not-found/page.js.nft.json +1 -0
  30. package/.next/server/app/_not-found/page_client-reference-manifest.js +1 -0
  31. package/.next/server/app/_not-found.html +1 -0
  32. package/.next/server/app/_not-found.meta +16 -0
  33. package/.next/server/app/_not-found.rsc +20 -0
  34. package/.next/server/app/_not-found.segments/_full.segment.rsc +20 -0
  35. package/.next/server/app/_not-found.segments/_head.segment.rsc +6 -0
  36. package/.next/server/app/_not-found.segments/_index.segment.rsc +7 -0
  37. package/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +5 -0
  38. package/.next/server/app/_not-found.segments/_not-found.segment.rsc +5 -0
  39. package/.next/server/app/_not-found.segments/_tree.segment.rsc +5 -0
  40. package/.next/server/app/api/agent/[id]/bash-output/route.js +1 -0
  41. package/.next/server/app/api/agent/[id]/bash-output/route.js.nft.json +1 -0
  42. package/.next/server/app/api/agent/[id]/bash-output/route_client-reference-manifest.js +1 -0
  43. package/.next/server/app/api/agent/[id]/events/route.js +3 -0
  44. package/.next/server/app/api/agent/[id]/events/route.js.nft.json +1 -0
  45. package/.next/server/app/api/agent/[id]/events/route_client-reference-manifest.js +1 -0
  46. package/.next/server/app/api/agent/[id]/route.js +1 -0
  47. package/.next/server/app/api/agent/[id]/route.js.nft.json +1 -0
  48. package/.next/server/app/api/agent/[id]/route_client-reference-manifest.js +1 -0
  49. package/.next/server/app/api/agent/new/route.js +1 -0
  50. package/.next/server/app/api/agent/new/route.js.nft.json +1 -0
  51. package/.next/server/app/api/agent/new/route_client-reference-manifest.js +1 -0
  52. package/.next/server/app/api/agent/running/events/route.js +3 -0
  53. package/.next/server/app/api/agent/running/events/route.js.nft.json +1 -0
  54. package/.next/server/app/api/agent/running/events/route_client-reference-manifest.js +1 -0
  55. package/.next/server/app/api/agent/running/route.js +1 -0
  56. package/.next/server/app/api/agent/running/route.js.nft.json +1 -0
  57. package/.next/server/app/api/agent/running/route_client-reference-manifest.js +1 -0
  58. package/.next/server/app/api/auth/all-providers/route.js +1 -0
  59. package/.next/server/app/api/auth/all-providers/route.js.nft.json +1 -0
  60. package/.next/server/app/api/auth/all-providers/route_client-reference-manifest.js +1 -0
  61. package/.next/server/app/api/auth/api-key/[provider]/route.js +1 -0
  62. package/.next/server/app/api/auth/api-key/[provider]/route.js.nft.json +1 -0
  63. package/.next/server/app/api/auth/api-key/[provider]/route_client-reference-manifest.js +1 -0
  64. package/.next/server/app/api/auth/login/[provider]/route.js +3 -0
  65. package/.next/server/app/api/auth/login/[provider]/route.js.nft.json +1 -0
  66. package/.next/server/app/api/auth/login/[provider]/route_client-reference-manifest.js +1 -0
  67. package/.next/server/app/api/auth/logout/[provider]/route.js +1 -0
  68. package/.next/server/app/api/auth/logout/[provider]/route.js.nft.json +1 -0
  69. package/.next/server/app/api/auth/logout/[provider]/route_client-reference-manifest.js +1 -0
  70. package/.next/server/app/api/auth/providers/route.js +1 -0
  71. package/.next/server/app/api/auth/providers/route.js.nft.json +1 -0
  72. package/.next/server/app/api/auth/providers/route_client-reference-manifest.js +1 -0
  73. package/.next/server/app/api/cwd/browse/route.js +1 -0
  74. package/.next/server/app/api/cwd/browse/route.js.nft.json +1 -0
  75. package/.next/server/app/api/cwd/browse/route_client-reference-manifest.js +1 -0
  76. package/.next/server/app/api/cwd/validate/route.js +1 -0
  77. package/.next/server/app/api/cwd/validate/route.js.nft.json +1 -0
  78. package/.next/server/app/api/cwd/validate/route_client-reference-manifest.js +1 -0
  79. package/.next/server/app/api/default-cwd/route.js +1 -0
  80. package/.next/server/app/api/default-cwd/route.js.nft.json +1 -0
  81. package/.next/server/app/api/default-cwd/route_client-reference-manifest.js +1 -0
  82. package/.next/server/app/api/file-index/route.js +1 -0
  83. package/.next/server/app/api/file-index/route.js.nft.json +1 -0
  84. package/.next/server/app/api/file-index/route_client-reference-manifest.js +1 -0
  85. package/.next/server/app/api/files/[...path]/route.js +49 -0
  86. package/.next/server/app/api/files/[...path]/route.js.nft.json +1 -0
  87. package/.next/server/app/api/files/[...path]/route_client-reference-manifest.js +1 -0
  88. package/.next/server/app/api/git/diff/route.js +6 -0
  89. package/.next/server/app/api/git/diff/route.js.nft.json +1 -0
  90. package/.next/server/app/api/git/diff/route_client-reference-manifest.js +1 -0
  91. package/.next/server/app/api/git/status/route.js +6 -0
  92. package/.next/server/app/api/git/status/route.js.nft.json +1 -0
  93. package/.next/server/app/api/git/status/route_client-reference-manifest.js +1 -0
  94. package/.next/server/app/api/home/route.js +1 -0
  95. package/.next/server/app/api/home/route.js.nft.json +1 -0
  96. package/.next/server/app/api/home/route_client-reference-manifest.js +1 -0
  97. package/.next/server/app/api/models/route.js +1 -0
  98. package/.next/server/app/api/models/route.js.nft.json +1 -0
  99. package/.next/server/app/api/models/route_client-reference-manifest.js +1 -0
  100. package/.next/server/app/api/models-config/catalog/route.js +1 -0
  101. package/.next/server/app/api/models-config/catalog/route.js.nft.json +1 -0
  102. package/.next/server/app/api/models-config/catalog/route_client-reference-manifest.js +1 -0
  103. package/.next/server/app/api/models-config/discover/route.js +1 -0
  104. package/.next/server/app/api/models-config/discover/route.js.nft.json +1 -0
  105. package/.next/server/app/api/models-config/discover/route_client-reference-manifest.js +1 -0
  106. package/.next/server/app/api/models-config/route.js +1 -0
  107. package/.next/server/app/api/models-config/route.js.nft.json +1 -0
  108. package/.next/server/app/api/models-config/route_client-reference-manifest.js +1 -0
  109. package/.next/server/app/api/models-config/test/route.js +1 -0
  110. package/.next/server/app/api/models-config/test/route.js.nft.json +1 -0
  111. package/.next/server/app/api/models-config/test/route_client-reference-manifest.js +1 -0
  112. package/.next/server/app/api/plugins/route.js +1 -0
  113. package/.next/server/app/api/plugins/route.js.nft.json +1 -0
  114. package/.next/server/app/api/plugins/route_client-reference-manifest.js +1 -0
  115. package/.next/server/app/api/project-trust/route.js +1 -0
  116. package/.next/server/app/api/project-trust/route.js.nft.json +1 -0
  117. package/.next/server/app/api/project-trust/route_client-reference-manifest.js +1 -0
  118. package/.next/server/app/api/sessions/[id]/auto-name/route.js +10 -0
  119. package/.next/server/app/api/sessions/[id]/auto-name/route.js.nft.json +1 -0
  120. package/.next/server/app/api/sessions/[id]/auto-name/route_client-reference-manifest.js +1 -0
  121. package/.next/server/app/api/sessions/[id]/context/route.js +1 -0
  122. package/.next/server/app/api/sessions/[id]/context/route.js.nft.json +1 -0
  123. package/.next/server/app/api/sessions/[id]/context/route_client-reference-manifest.js +1 -0
  124. package/.next/server/app/api/sessions/[id]/entries/[entryId]/thinking/route.js +1 -0
  125. package/.next/server/app/api/sessions/[id]/entries/[entryId]/thinking/route.js.nft.json +1 -0
  126. package/.next/server/app/api/sessions/[id]/entries/[entryId]/thinking/route_client-reference-manifest.js +1 -0
  127. package/.next/server/app/api/sessions/[id]/export/route.js +54 -0
  128. package/.next/server/app/api/sessions/[id]/export/route.js.nft.json +1 -0
  129. package/.next/server/app/api/sessions/[id]/export/route_client-reference-manifest.js +1 -0
  130. package/.next/server/app/api/sessions/[id]/route.js +1 -0
  131. package/.next/server/app/api/sessions/[id]/route.js.nft.json +1 -0
  132. package/.next/server/app/api/sessions/[id]/route_client-reference-manifest.js +1 -0
  133. package/.next/server/app/api/sessions/[id]/state/route.js +1 -0
  134. package/.next/server/app/api/sessions/[id]/state/route.js.nft.json +1 -0
  135. package/.next/server/app/api/sessions/[id]/state/route_client-reference-manifest.js +1 -0
  136. package/.next/server/app/api/sessions/route.js +1 -0
  137. package/.next/server/app/api/sessions/route.js.nft.json +1 -0
  138. package/.next/server/app/api/sessions/route_client-reference-manifest.js +1 -0
  139. package/.next/server/app/api/skills/check/route.js +1 -0
  140. package/.next/server/app/api/skills/check/route.js.nft.json +1 -0
  141. package/.next/server/app/api/skills/check/route_client-reference-manifest.js +1 -0
  142. package/.next/server/app/api/skills/install/route.js +1 -0
  143. package/.next/server/app/api/skills/install/route.js.nft.json +1 -0
  144. package/.next/server/app/api/skills/install/route_client-reference-manifest.js +1 -0
  145. package/.next/server/app/api/skills/route.js +6 -0
  146. package/.next/server/app/api/skills/route.js.nft.json +1 -0
  147. package/.next/server/app/api/skills/route_client-reference-manifest.js +1 -0
  148. package/.next/server/app/api/skills/search/route.js +1 -0
  149. package/.next/server/app/api/skills/search/route.js.nft.json +1 -0
  150. package/.next/server/app/api/skills/search/route_client-reference-manifest.js +1 -0
  151. package/.next/server/app/api/skills/update/route.js +1 -0
  152. package/.next/server/app/api/skills/update/route.js.nft.json +1 -0
  153. package/.next/server/app/api/skills/update/route_client-reference-manifest.js +1 -0
  154. package/.next/server/app/api/worktrees/route.js +1 -0
  155. package/.next/server/app/api/worktrees/route.js.nft.json +1 -0
  156. package/.next/server/app/api/worktrees/route_client-reference-manifest.js +1 -0
  157. package/.next/server/app/favicon.ico/route.js +1 -0
  158. package/.next/server/app/favicon.ico/route.js.nft.json +1 -0
  159. package/.next/server/app/favicon.ico.body +0 -0
  160. package/.next/server/app/favicon.ico.meta +1 -0
  161. package/.next/server/app/index.html +1 -0
  162. package/.next/server/app/index.meta +14 -0
  163. package/.next/server/app/index.rsc +21 -0
  164. package/.next/server/app/index.segments/__PAGE__.segment.rsc +8 -0
  165. package/.next/server/app/index.segments/_full.segment.rsc +21 -0
  166. package/.next/server/app/index.segments/_head.segment.rsc +6 -0
  167. package/.next/server/app/index.segments/_index.segment.rsc +7 -0
  168. package/.next/server/app/index.segments/_tree.segment.rsc +6 -0
  169. package/.next/server/app/manifest.webmanifest/route.js +16 -0
  170. package/.next/server/app/manifest.webmanifest/route.js.nft.json +1 -0
  171. package/.next/server/app/manifest.webmanifest/route_client-reference-manifest.js +1 -0
  172. package/.next/server/app/manifest.webmanifest.body +1 -0
  173. package/.next/server/app/manifest.webmanifest.meta +1 -0
  174. package/.next/server/app/page.js +73 -0
  175. package/.next/server/app/page.js.nft.json +1 -0
  176. package/.next/server/app/page_client-reference-manifest.js +1 -0
  177. package/.next/server/app-paths-manifest.json +46 -0
  178. package/.next/server/chunks/1030.js +1 -0
  179. package/.next/server/chunks/1048.js +1 -0
  180. package/.next/server/chunks/1198.js +5 -0
  181. package/.next/server/chunks/123.js +79 -0
  182. package/.next/server/chunks/1309.js +14 -0
  183. package/.next/server/chunks/165.js +1 -0
  184. package/.next/server/chunks/1813.js +1 -0
  185. package/.next/server/chunks/2055.js +1 -0
  186. package/.next/server/chunks/2325.js +80 -0
  187. package/.next/server/chunks/2349.js +1 -0
  188. package/.next/server/chunks/258.js +1 -0
  189. package/.next/server/chunks/2715.js +1 -0
  190. package/.next/server/chunks/2778.js +1 -0
  191. package/.next/server/chunks/2943.js +1 -0
  192. package/.next/server/chunks/3000.js +4 -0
  193. package/.next/server/chunks/3052.js +1 -0
  194. package/.next/server/chunks/3054.js +148 -0
  195. package/.next/server/chunks/3181.js +1 -0
  196. package/.next/server/chunks/319.js +45 -0
  197. package/.next/server/chunks/3379.js +1 -0
  198. package/.next/server/chunks/3397.js +29 -0
  199. package/.next/server/chunks/358.js +19 -0
  200. package/.next/server/chunks/3672.js +1 -0
  201. package/.next/server/chunks/3818.js +1 -0
  202. package/.next/server/chunks/4120.js +148 -0
  203. package/.next/server/chunks/4266.js +1 -0
  204. package/.next/server/chunks/4365.js +43 -0
  205. package/.next/server/chunks/4407.js +23 -0
  206. package/.next/server/chunks/4741.js +20 -0
  207. package/.next/server/chunks/4768.js +80 -0
  208. package/.next/server/chunks/4893.js +1 -0
  209. package/.next/server/chunks/5409.js +1 -0
  210. package/.next/server/chunks/5414.js +1 -0
  211. package/.next/server/chunks/5460.js +255 -0
  212. package/.next/server/chunks/5582.js +3 -0
  213. package/.next/server/chunks/5737.js +24 -0
  214. package/.next/server/chunks/5773.js +104 -0
  215. package/.next/server/chunks/5985.js +24 -0
  216. package/.next/server/chunks/6073.js +64 -0
  217. package/.next/server/chunks/6346.js +1 -0
  218. package/.next/server/chunks/6429.js +1 -0
  219. package/.next/server/chunks/6900.js +90 -0
  220. package/.next/server/chunks/6953.js +1 -0
  221. package/.next/server/chunks/7058.js +166 -0
  222. package/.next/server/chunks/7162.js +287 -0
  223. package/.next/server/chunks/7287.js +141 -0
  224. package/.next/server/chunks/7307.js +1 -0
  225. package/.next/server/chunks/7424.js +4 -0
  226. package/.next/server/chunks/7635.js +1 -0
  227. package/.next/server/chunks/7702.js +93 -0
  228. package/.next/server/chunks/7960.js +1 -0
  229. package/.next/server/chunks/812.js +226 -0
  230. package/.next/server/chunks/8276.js +1 -0
  231. package/.next/server/chunks/8360.js +36 -0
  232. package/.next/server/chunks/8361.js +1 -0
  233. package/.next/server/chunks/8430.js +1 -0
  234. package/.next/server/chunks/8469.js +9 -0
  235. package/.next/server/chunks/8490.js +1 -0
  236. package/.next/server/chunks/8704.js +115 -0
  237. package/.next/server/chunks/9703.js +215 -0
  238. package/.next/server/chunks/974.js +1 -0
  239. package/.next/server/chunks/9963.js +1 -0
  240. package/.next/server/chunks/static/media/macos-trash.6c01a2a6 +0 -0
  241. package/.next/server/chunks/static/media/windows-trash.2b7fe177.exe +0 -0
  242. package/.next/server/functions-config-manifest.json +19 -0
  243. package/.next/server/instrumentation.js +1 -0
  244. package/.next/server/instrumentation.js.nft.json +1 -0
  245. package/.next/server/interception-route-rewrite-manifest.js +1 -0
  246. package/.next/server/middleware-build-manifest.js +1 -0
  247. package/.next/server/middleware-manifest.json +6 -0
  248. package/.next/server/middleware-react-loadable-manifest.js +1 -0
  249. package/.next/server/middleware.js +18 -0
  250. package/.next/server/middleware.js.nft.json +1 -0
  251. package/.next/server/next-font-manifest.js +1 -0
  252. package/.next/server/next-font-manifest.json +1 -0
  253. package/.next/server/pages/404.html +1 -0
  254. package/.next/server/pages/500.html +1 -0
  255. package/.next/server/pages-manifest.json +4 -0
  256. package/.next/server/prefetch-hints.json +1 -0
  257. package/.next/server/server-reference-manifest.js +1 -0
  258. package/.next/server/server-reference-manifest.json +1 -0
  259. package/.next/server/webpack-runtime.js +1 -0
  260. package/.next/static/JpAkqjRvCHtp3M_ChE6_B/_buildManifest.js +1 -0
  261. package/.next/static/JpAkqjRvCHtp3M_ChE6_B/_ssgManifest.js +1 -0
  262. package/.next/static/chunks/122.eef9274869d2a305.js +287 -0
  263. package/.next/static/chunks/1407.28a7fb037c2b2f35.js +43 -0
  264. package/.next/static/chunks/164.ab76942aa0c3ec72.js +1 -0
  265. package/.next/static/chunks/1744.78ed01e4e93054c1.js +93 -0
  266. package/.next/static/chunks/1812.9d1e5ae0d68e6c24.js +76 -0
  267. package/.next/static/chunks/1921.2c58179657f0a6da.js +90 -0
  268. package/.next/static/chunks/1978.260c2b48f817965f.js +1 -0
  269. package/.next/static/chunks/2082.1535d602444ae4c1.js +1 -0
  270. package/.next/static/chunks/288.d969aeba2ab92928.js +1 -0
  271. package/.next/static/chunks/318.3fee3527eeabc956.js +4 -0
  272. package/.next/static/chunks/330.f851561e21edfbbb.js +19 -0
  273. package/.next/static/chunks/348d3b01.d472dd6bc52ab90c.js +148 -0
  274. package/.next/static/chunks/3762.d5c709991fc322ef.js +148 -0
  275. package/.next/static/chunks/3794-1b03b52e3112452e.js +32 -0
  276. package/.next/static/chunks/3916.0ba385e8bbb9cc14.js +1 -0
  277. package/.next/static/chunks/4021.cdd3c8f1def79a10.js +1 -0
  278. package/.next/static/chunks/4178.0212bbaaa6124460.js +115 -0
  279. package/.next/static/chunks/4389.18c637d4861a0624.js +215 -0
  280. package/.next/static/chunks/4823.276e9524d3742f1c.js +141 -0
  281. package/.next/static/chunks/4829.cf1d50e43e6d9db5.js +1 -0
  282. package/.next/static/chunks/4bd1b696-e356ca5ba0218e27.js +1 -0
  283. package/.next/static/chunks/5019.b5a1a2b8daf17525.js +1 -0
  284. package/.next/static/chunks/5326.69460442bdcd6cd3.js +1 -0
  285. package/.next/static/chunks/5336.d3fa82872c826f30.js +79 -0
  286. package/.next/static/chunks/5590.ef62922166d308b4.js +1 -0
  287. package/.next/static/chunks/5627.62050808924cacee.js +23 -0
  288. package/.next/static/chunks/5690.9d6eb1edb1399995.js +1 -0
  289. package/.next/static/chunks/58bb9007.3ddd5d34c5f548be.js +80 -0
  290. package/.next/static/chunks/6071.e9deb627fefd3a20.js +104 -0
  291. package/.next/static/chunks/6600.583c88eef37aa524.js +1 -0
  292. package/.next/static/chunks/6710.5b0cfa12a8f68eb9.js +36 -0
  293. package/.next/static/chunks/744.e67714b764b7bed0.js +166 -0
  294. package/.next/static/chunks/7478.c2572eb272c8f7ac.js +80 -0
  295. package/.next/static/chunks/75.70c23d2729f4ae2c.js +9 -0
  296. package/.next/static/chunks/7563.d8fbeed6a250a962.js +64 -0
  297. package/.next/static/chunks/7704.a79a089b1c6a8099.js +5 -0
  298. package/.next/static/chunks/7874.8db6929b94cdf697.js +1 -0
  299. package/.next/static/chunks/7948.aca281219bad1ab4.js +1 -0
  300. package/.next/static/chunks/8311-95813758da2b283c.js +1 -0
  301. package/.next/static/chunks/8538.9462238529bbdc80.js +226 -0
  302. package/.next/static/chunks/8568.f85d8b36fc9a9037.js +1 -0
  303. package/.next/static/chunks/8603.7619d9ceac35ae03.js +1 -0
  304. package/.next/static/chunks/8783.8586d8ca9ef1dce8.js +24 -0
  305. package/.next/static/chunks/8863.bd7e87f75e046db5.js +1 -0
  306. package/.next/static/chunks/8889.1ed3f1aa3ac49dd9.js +29 -0
  307. package/.next/static/chunks/895.a198d303969f1c01.js +24 -0
  308. package/.next/static/chunks/90542734.b75ad0df50bf68f5.js +1 -0
  309. package/.next/static/chunks/9242.a1894a4c754b979d.js +1 -0
  310. package/.next/static/chunks/9471.a7e240888c3a75bc.js +1 -0
  311. package/.next/static/chunks/9500.1488aec06ee78127.js +1 -0
  312. package/.next/static/chunks/9529.438891449b77abc7.js +1 -0
  313. package/.next/static/chunks/9633.155548b5fca6e580.js +1 -0
  314. package/.next/static/chunks/9779.673004a62d70e36a.js +1 -0
  315. package/.next/static/chunks/app/_global-error/page-35860f4efe0047e5.js +1 -0
  316. package/.next/static/chunks/app/_not-found/page-ccc1f1aeb5ecc593.js +1 -0
  317. package/.next/static/chunks/app/api/agent/[id]/bash-output/route-35860f4efe0047e5.js +1 -0
  318. package/.next/static/chunks/app/api/agent/[id]/events/route-35860f4efe0047e5.js +1 -0
  319. package/.next/static/chunks/app/api/agent/[id]/route-35860f4efe0047e5.js +1 -0
  320. package/.next/static/chunks/app/api/agent/new/route-35860f4efe0047e5.js +1 -0
  321. package/.next/static/chunks/app/api/agent/running/events/route-35860f4efe0047e5.js +1 -0
  322. package/.next/static/chunks/app/api/agent/running/route-35860f4efe0047e5.js +1 -0
  323. package/.next/static/chunks/app/api/auth/all-providers/route-35860f4efe0047e5.js +1 -0
  324. package/.next/static/chunks/app/api/auth/api-key/[provider]/route-35860f4efe0047e5.js +1 -0
  325. package/.next/static/chunks/app/api/auth/login/[provider]/route-35860f4efe0047e5.js +1 -0
  326. package/.next/static/chunks/app/api/auth/logout/[provider]/route-35860f4efe0047e5.js +1 -0
  327. package/.next/static/chunks/app/api/auth/providers/route-35860f4efe0047e5.js +1 -0
  328. package/.next/static/chunks/app/api/cwd/browse/route-35860f4efe0047e5.js +1 -0
  329. package/.next/static/chunks/app/api/cwd/validate/route-35860f4efe0047e5.js +1 -0
  330. package/.next/static/chunks/app/api/default-cwd/route-35860f4efe0047e5.js +1 -0
  331. package/.next/static/chunks/app/api/file-index/route-35860f4efe0047e5.js +1 -0
  332. package/.next/static/chunks/app/api/files/[...path]/route-35860f4efe0047e5.js +1 -0
  333. package/.next/static/chunks/app/api/git/diff/route-35860f4efe0047e5.js +1 -0
  334. package/.next/static/chunks/app/api/git/status/route-35860f4efe0047e5.js +1 -0
  335. package/.next/static/chunks/app/api/home/route-35860f4efe0047e5.js +1 -0
  336. package/.next/static/chunks/app/api/models/route-35860f4efe0047e5.js +1 -0
  337. package/.next/static/chunks/app/api/models-config/catalog/route-35860f4efe0047e5.js +1 -0
  338. package/.next/static/chunks/app/api/models-config/discover/route-35860f4efe0047e5.js +1 -0
  339. package/.next/static/chunks/app/api/models-config/route-35860f4efe0047e5.js +1 -0
  340. package/.next/static/chunks/app/api/models-config/test/route-35860f4efe0047e5.js +1 -0
  341. package/.next/static/chunks/app/api/plugins/route-35860f4efe0047e5.js +1 -0
  342. package/.next/static/chunks/app/api/project-trust/route-35860f4efe0047e5.js +1 -0
  343. package/.next/static/chunks/app/api/sessions/[id]/auto-name/route-35860f4efe0047e5.js +1 -0
  344. package/.next/static/chunks/app/api/sessions/[id]/context/route-35860f4efe0047e5.js +1 -0
  345. package/.next/static/chunks/app/api/sessions/[id]/entries/[entryId]/thinking/route-35860f4efe0047e5.js +1 -0
  346. package/.next/static/chunks/app/api/sessions/[id]/export/route-35860f4efe0047e5.js +1 -0
  347. package/.next/static/chunks/app/api/sessions/[id]/route-35860f4efe0047e5.js +1 -0
  348. package/.next/static/chunks/app/api/sessions/[id]/state/route-35860f4efe0047e5.js +1 -0
  349. package/.next/static/chunks/app/api/sessions/route-35860f4efe0047e5.js +1 -0
  350. package/.next/static/chunks/app/api/skills/check/route-35860f4efe0047e5.js +1 -0
  351. package/.next/static/chunks/app/api/skills/install/route-35860f4efe0047e5.js +1 -0
  352. package/.next/static/chunks/app/api/skills/route-35860f4efe0047e5.js +1 -0
  353. package/.next/static/chunks/app/api/skills/search/route-35860f4efe0047e5.js +1 -0
  354. package/.next/static/chunks/app/api/skills/update/route-35860f4efe0047e5.js +1 -0
  355. package/.next/static/chunks/app/api/worktrees/route-35860f4efe0047e5.js +1 -0
  356. package/.next/static/chunks/app/layout-ca97634a96114a03.js +1 -0
  357. package/.next/static/chunks/app/manifest.webmanifest/route-35860f4efe0047e5.js +1 -0
  358. package/.next/static/chunks/app/page-4be55877df86a39c.js +72 -0
  359. package/.next/static/chunks/c9a5f755.309e1bea31640a4c.js +119 -0
  360. package/.next/static/chunks/d3ac728e-7964f816a1ca64e5.js +1 -0
  361. package/.next/static/chunks/f2098590.3d4ddddc296bb3a1.js +62 -0
  362. package/.next/static/chunks/framework-711ef29bc66f648c.js +1 -0
  363. package/.next/static/chunks/main-a787264d62ebe041.js +5 -0
  364. package/.next/static/chunks/main-app-44b3ecb27de577ad.js +1 -0
  365. package/.next/static/chunks/next/dist/client/components/builtin/app-error-35860f4efe0047e5.js +1 -0
  366. package/.next/static/chunks/next/dist/client/components/builtin/forbidden-35860f4efe0047e5.js +1 -0
  367. package/.next/static/chunks/next/dist/client/components/builtin/global-error-0ed2693ee1341146.js +1 -0
  368. package/.next/static/chunks/next/dist/client/components/builtin/not-found-35860f4efe0047e5.js +1 -0
  369. package/.next/static/chunks/next/dist/client/components/builtin/unauthorized-35860f4efe0047e5.js +1 -0
  370. package/.next/static/chunks/polyfills-42372ed130431b0a.js +1 -0
  371. package/.next/static/chunks/webpack-35ab8665f48061d4.js +1 -0
  372. package/.next/static/css/03c139a692325b4b.css +1 -0
  373. package/.next/static/css/121a2cf33104c046.css +1 -0
  374. package/.next/static/css/88714c00e109ce28.css +1 -0
  375. package/.next/static/media/15605e25b523335c-s.woff2 +0 -0
  376. package/.next/static/media/1a3dce5cfb5f7760-s.woff2 +0 -0
  377. package/.next/static/media/1cdd02902f937a18-s.woff2 +0 -0
  378. package/.next/static/media/4c4b3b30b6bcb2be-s.woff2 +0 -0
  379. package/.next/static/media/641a7b8a5800ee0e-s.woff2 +0 -0
  380. package/.next/static/media/7deddc85b7ffd1dc-s.p.woff2 +0 -0
  381. package/.next/static/media/KaTeX_AMS-Regular.1608a09b.woff +0 -0
  382. package/.next/static/media/KaTeX_AMS-Regular.4aafdb68.ttf +0 -0
  383. package/.next/static/media/KaTeX_AMS-Regular.a79f1c31.woff2 +0 -0
  384. package/.next/static/media/KaTeX_Caligraphic-Bold.b6770918.woff +0 -0
  385. package/.next/static/media/KaTeX_Caligraphic-Bold.cce5b8ec.ttf +0 -0
  386. package/.next/static/media/KaTeX_Caligraphic-Bold.ec17d132.woff2 +0 -0
  387. package/.next/static/media/KaTeX_Caligraphic-Regular.07ef19e7.ttf +0 -0
  388. package/.next/static/media/KaTeX_Caligraphic-Regular.55fac258.woff2 +0 -0
  389. package/.next/static/media/KaTeX_Caligraphic-Regular.dad44a7f.woff +0 -0
  390. package/.next/static/media/KaTeX_Fraktur-Bold.9f256b85.woff +0 -0
  391. package/.next/static/media/KaTeX_Fraktur-Bold.b18f59e1.ttf +0 -0
  392. package/.next/static/media/KaTeX_Fraktur-Bold.d42a5579.woff2 +0 -0
  393. package/.next/static/media/KaTeX_Fraktur-Regular.7c187121.woff +0 -0
  394. package/.next/static/media/KaTeX_Fraktur-Regular.d3c882a6.woff2 +0 -0
  395. package/.next/static/media/KaTeX_Fraktur-Regular.ed38e79f.ttf +0 -0
  396. package/.next/static/media/KaTeX_Main-Bold.b74a1a8b.ttf +0 -0
  397. package/.next/static/media/KaTeX_Main-Bold.c3fb5ac2.woff2 +0 -0
  398. package/.next/static/media/KaTeX_Main-Bold.d181c465.woff +0 -0
  399. package/.next/static/media/KaTeX_Main-BoldItalic.6f2bb1df.woff2 +0 -0
  400. package/.next/static/media/KaTeX_Main-BoldItalic.70d8b0a5.ttf +0 -0
  401. package/.next/static/media/KaTeX_Main-BoldItalic.e3f82f9d.woff +0 -0
  402. package/.next/static/media/KaTeX_Main-Italic.47373d1e.ttf +0 -0
  403. package/.next/static/media/KaTeX_Main-Italic.8916142b.woff2 +0 -0
  404. package/.next/static/media/KaTeX_Main-Italic.9024d815.woff +0 -0
  405. package/.next/static/media/KaTeX_Main-Regular.0462f03b.woff2 +0 -0
  406. package/.next/static/media/KaTeX_Main-Regular.7f51fe03.woff +0 -0
  407. package/.next/static/media/KaTeX_Main-Regular.b7f8fe9b.ttf +0 -0
  408. package/.next/static/media/KaTeX_Math-BoldItalic.572d331f.woff2 +0 -0
  409. package/.next/static/media/KaTeX_Math-BoldItalic.a879cf83.ttf +0 -0
  410. package/.next/static/media/KaTeX_Math-BoldItalic.f1035d8d.woff +0 -0
  411. package/.next/static/media/KaTeX_Math-Italic.5295ba48.woff +0 -0
  412. package/.next/static/media/KaTeX_Math-Italic.939bc644.ttf +0 -0
  413. package/.next/static/media/KaTeX_Math-Italic.f28c23ac.woff2 +0 -0
  414. package/.next/static/media/KaTeX_SansSerif-Bold.8c5b5494.woff2 +0 -0
  415. package/.next/static/media/KaTeX_SansSerif-Bold.94e1e8dc.ttf +0 -0
  416. package/.next/static/media/KaTeX_SansSerif-Bold.bf59d231.woff +0 -0
  417. package/.next/static/media/KaTeX_SansSerif-Italic.3b1e59b3.woff2 +0 -0
  418. package/.next/static/media/KaTeX_SansSerif-Italic.7c9bc82b.woff +0 -0
  419. package/.next/static/media/KaTeX_SansSerif-Italic.b4c20c84.ttf +0 -0
  420. package/.next/static/media/KaTeX_SansSerif-Regular.74048478.woff +0 -0
  421. package/.next/static/media/KaTeX_SansSerif-Regular.ba21ed5f.woff2 +0 -0
  422. package/.next/static/media/KaTeX_SansSerif-Regular.d4d7ba48.ttf +0 -0
  423. package/.next/static/media/KaTeX_Script-Regular.03e9641d.woff2 +0 -0
  424. package/.next/static/media/KaTeX_Script-Regular.07505710.woff +0 -0
  425. package/.next/static/media/KaTeX_Script-Regular.fe9cbbe1.ttf +0 -0
  426. package/.next/static/media/KaTeX_Size1-Regular.e1e279cb.woff +0 -0
  427. package/.next/static/media/KaTeX_Size1-Regular.eae34984.woff2 +0 -0
  428. package/.next/static/media/KaTeX_Size1-Regular.fabc004a.ttf +0 -0
  429. package/.next/static/media/KaTeX_Size2-Regular.57727022.woff +0 -0
  430. package/.next/static/media/KaTeX_Size2-Regular.5916a24f.woff2 +0 -0
  431. package/.next/static/media/KaTeX_Size2-Regular.d6b476ec.ttf +0 -0
  432. package/.next/static/media/KaTeX_Size3-Regular.9acaf01c.woff +0 -0
  433. package/.next/static/media/KaTeX_Size3-Regular.a144ef58.ttf +0 -0
  434. package/.next/static/media/KaTeX_Size3-Regular.b4230e7e.woff2 +0 -0
  435. package/.next/static/media/KaTeX_Size4-Regular.10d95fd3.woff2 +0 -0
  436. package/.next/static/media/KaTeX_Size4-Regular.7a996c9d.woff +0 -0
  437. package/.next/static/media/KaTeX_Size4-Regular.fbccdabe.ttf +0 -0
  438. package/.next/static/media/KaTeX_Typewriter-Regular.6258592b.woff +0 -0
  439. package/.next/static/media/KaTeX_Typewriter-Regular.a8709e36.woff2 +0 -0
  440. package/.next/static/media/KaTeX_Typewriter-Regular.d97aaf4a.ttf +0 -0
  441. package/.next/static/media/ec14413c594b3356-s.p.woff2 +0 -0
  442. package/.next/trace +37 -0
  443. package/.next/trace-build +1 -0
  444. package/.next/types/app/api/agent/[id]/bash-output/route.ts +351 -0
  445. package/.next/types/app/api/agent/[id]/events/route.ts +351 -0
  446. package/.next/types/app/api/agent/[id]/route.ts +351 -0
  447. package/.next/types/app/api/agent/new/route.ts +351 -0
  448. package/.next/types/app/api/agent/running/events/route.ts +351 -0
  449. package/.next/types/app/api/agent/running/route.ts +351 -0
  450. package/.next/types/app/api/auth/all-providers/route.ts +351 -0
  451. package/.next/types/app/api/auth/api-key/[provider]/route.ts +351 -0
  452. package/.next/types/app/api/auth/login/[provider]/route.ts +351 -0
  453. package/.next/types/app/api/auth/logout/[provider]/route.ts +351 -0
  454. package/.next/types/app/api/auth/providers/route.ts +351 -0
  455. package/.next/types/app/api/cwd/browse/route.ts +351 -0
  456. package/.next/types/app/api/cwd/validate/route.ts +351 -0
  457. package/.next/types/app/api/default-cwd/route.ts +351 -0
  458. package/.next/types/app/api/file-index/route.ts +351 -0
  459. package/.next/types/app/api/files/[...path]/route.ts +351 -0
  460. package/.next/types/app/api/git/diff/route.ts +351 -0
  461. package/.next/types/app/api/git/status/route.ts +351 -0
  462. package/.next/types/app/api/home/route.ts +351 -0
  463. package/.next/types/app/api/models/route.ts +351 -0
  464. package/.next/types/app/api/models-config/catalog/route.ts +351 -0
  465. package/.next/types/app/api/models-config/discover/route.ts +351 -0
  466. package/.next/types/app/api/models-config/route.ts +351 -0
  467. package/.next/types/app/api/models-config/test/route.ts +351 -0
  468. package/.next/types/app/api/plugins/route.ts +351 -0
  469. package/.next/types/app/api/project-trust/route.ts +351 -0
  470. package/.next/types/app/api/sessions/[id]/auto-name/route.ts +351 -0
  471. package/.next/types/app/api/sessions/[id]/context/route.ts +351 -0
  472. package/.next/types/app/api/sessions/[id]/entries/[entryId]/thinking/route.ts +351 -0
  473. package/.next/types/app/api/sessions/[id]/export/route.ts +351 -0
  474. package/.next/types/app/api/sessions/[id]/route.ts +351 -0
  475. package/.next/types/app/api/sessions/[id]/state/route.ts +351 -0
  476. package/.next/types/app/api/sessions/route.ts +351 -0
  477. package/.next/types/app/api/skills/check/route.ts +351 -0
  478. package/.next/types/app/api/skills/install/route.ts +351 -0
  479. package/.next/types/app/api/skills/route.ts +351 -0
  480. package/.next/types/app/api/skills/search/route.ts +351 -0
  481. package/.next/types/app/api/skills/update/route.ts +351 -0
  482. package/.next/types/app/api/worktrees/route.ts +351 -0
  483. package/.next/types/app/layout.ts +87 -0
  484. package/.next/types/app/page.ts +87 -0
  485. package/.next/types/cache-life.d.ts +145 -0
  486. package/.next/types/package.json +1 -0
  487. package/.next/types/routes.d.ts +111 -0
  488. package/.next/types/validator.ts +421 -0
  489. package/LICENSE +21 -0
  490. package/README.ja.md +150 -0
  491. package/README.md +155 -0
  492. package/README.ru.md +155 -0
  493. package/README.zh-CN.md +151 -0
  494. package/bin/node-version.js +35 -0
  495. package/bin/pi-web-options.js +30 -0
  496. package/bin/pi-web.js +96 -0
  497. package/next.config.ts +50 -0
  498. package/package.json +79 -0
  499. package/public/icons/apple-touch-icon.png +0 -0
  500. package/public/icons/icon-192.png +0 -0
  501. package/public/icons/icon-512.png +0 -0
  502. package/public/offline.html +83 -0
  503. package/public/sw.js +76 -0
package/.next/trace ADDED
@@ -0,0 +1,37 @@
1
+ [{"name":"generate-buildid","duration":63,"timestamp":1853724246037,"id":4,"parentId":1,"tags":{},"startTime":1785680957466,"traceId":"a894ddc49bbe7d05"},{"name":"load-custom-routes","duration":690,"timestamp":1853724246129,"id":5,"parentId":1,"tags":{},"startTime":1785680957466,"traceId":"a894ddc49bbe7d05"},{"name":"create-dist-dir","duration":46,"timestamp":1853724246828,"id":6,"parentId":1,"tags":{},"startTime":1785680957467,"traceId":"a894ddc49bbe7d05"},{"name":"clean","duration":11603,"timestamp":1853724247098,"id":7,"parentId":1,"tags":{},"startTime":1785680957467,"traceId":"a894ddc49bbe7d05"},{"name":"discover-routes","duration":2844,"timestamp":1853724262037,"id":8,"parentId":1,"tags":{},"startTime":1785680957482,"traceId":"a894ddc49bbe7d05"},{"name":"create-root-mapping","duration":24,"timestamp":1853724264895,"id":9,"parentId":1,"tags":{},"startTime":1785680957485,"traceId":"a894ddc49bbe7d05"},{"name":"generate-route-types","duration":14498,"timestamp":1853724265730,"id":10,"parentId":1,"tags":{},"startTime":1785680957486,"traceId":"a894ddc49bbe7d05"},{"name":"public-dir-conflict-check","duration":27,"timestamp":1853724280251,"id":11,"parentId":1,"tags":{},"startTime":1785680957500,"traceId":"a894ddc49bbe7d05"},{"name":"generate-routes-manifest","duration":1076,"timestamp":1853724280304,"id":12,"parentId":1,"tags":{},"startTime":1785680957500,"traceId":"a894ddc49bbe7d05"},{"name":"create-entrypoints","duration":10862,"timestamp":1853724469126,"id":17,"parentId":15,"tags":{},"startTime":1785680957689,"traceId":"a894ddc49bbe7d05"},{"name":"generate-webpack-config","duration":108393,"timestamp":1853724480047,"id":18,"parentId":16,"tags":{},"startTime":1785680957700,"traceId":"a894ddc49bbe7d05"},{"name":"next-trace-entrypoint-plugin","duration":659,"timestamp":1853724627992,"id":20,"parentId":19,"tags":{},"startTime":1785680957848,"traceId":"a894ddc49bbe7d05"},{"name":"add-entry","duration":507080,"timestamp":1853724629824,"id":43,"parentId":21,"tags":{"request":"private-next-root-dir/instrumentation.ts"},"startTime":1785680957850,"traceId":"a894ddc49bbe7d05"},{"name":"add-entry","duration":508041,"timestamp":1853724629685,"id":26,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fcwd%2Fbrowse%2Froute&name=app%2Fapi%2Fcwd%2Fbrowse%2Froute&pagePath=private-next-app-dir%2Fapi%2Fcwd%2Fbrowse%2Froute.ts&appDir=%2FUsers%2Fliangyun%2FCodes%2Fpi-web%2Fapp&appPaths=%2Fapi%2Fcwd%2Fbrowse%2Froute&allNormalizedAppPaths=%2F_not-found&allNormalizedAppPaths=%2F_global-error&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D%2Fbash-output&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D%2Fevents&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fagent%2Fnew&allNormalizedAppPaths=%2Fapi%2Fagent%2Frunning%2Fevents&allNormalizedAppPaths=%2Fapi%2Fagent%2Frunning&allNormalizedAppPaths=%2Fapi%2Fauth%2Fall-providers&allNormalizedAppPaths=%2Fapi%2Fauth%2Fapi-key%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Flogin%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Flogout%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Fproviders&allNormalizedAppPaths=%2Fapi%2Fcwd%2Fbrowse&allNormalizedAppPaths=%2Fapi%2Fcwd%2Fvalidate&allNormalizedAppPaths=%2Fapi%2Fdefault-cwd&allNormalizedAppPaths=%2Fapi%2Ffile-index&allNormalizedAppPaths=%2Fapi%2Ffiles%2F%5B...path%5D&allNormalizedAppPaths=%2Fapi%2Fgit%2Fdiff&allNormalizedAppPaths=%2Fapi%2Fgit%2Fstatus&allNormalizedAppPaths=%2Fapi%2Fhome&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Fcatalog&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Fdiscover&allNormalizedAppPaths=%2Fapi%2Fmodels-config&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Ftest&allNormalizedAppPaths=%2Fapi%2Fmodels&allNormalizedAppPaths=%2Fapi%2Fplugins&allNormalizedAppPaths=%2Fapi%2Fproject-trust&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fauto-name&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fcontext&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fentries%2F%5BentryId%5D%2Fthinking&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fexport&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fstate&allNormalizedAppPaths=%2Fapi%2Fsessions&allNormalizedAppPaths=%2Fapi%2Fskills%2Fcheck&allNormalizedAppPaths=%2Fapi%2Fskills%2Finstall&allNormalizedAppPaths=%2Fapi%2Fskills&allNormalizedAppPaths=%2Fapi%2Fskills%2Fsearch&allNormalizedAppPaths=%2Fapi%2Fskills%2Fupdate&allNormalizedAppPaths=%2Fapi%2Fworktrees&allNormalizedAppPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2Fmanifest.webmanifest&allNormalizedAppPaths=%2F&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1785680957850,"traceId":"a894ddc49bbe7d05"},{"name":"add-entry","duration":507917,"timestamp":1853724629814,"id":33,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fhome%2Froute&name=app%2Fapi%2Fhome%2Froute&pagePath=private-next-app-dir%2Fapi%2Fhome%2Froute.ts&appDir=%2FUsers%2Fliangyun%2FCodes%2Fpi-web%2Fapp&appPaths=%2Fapi%2Fhome%2Froute&allNormalizedAppPaths=%2F_not-found&allNormalizedAppPaths=%2F_global-error&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D%2Fbash-output&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D%2Fevents&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fagent%2Fnew&allNormalizedAppPaths=%2Fapi%2Fagent%2Frunning%2Fevents&allNormalizedAppPaths=%2Fapi%2Fagent%2Frunning&allNormalizedAppPaths=%2Fapi%2Fauth%2Fall-providers&allNormalizedAppPaths=%2Fapi%2Fauth%2Fapi-key%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Flogin%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Flogout%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Fproviders&allNormalizedAppPaths=%2Fapi%2Fcwd%2Fbrowse&allNormalizedAppPaths=%2Fapi%2Fcwd%2Fvalidate&allNormalizedAppPaths=%2Fapi%2Fdefault-cwd&allNormalizedAppPaths=%2Fapi%2Ffile-index&allNormalizedAppPaths=%2Fapi%2Ffiles%2F%5B...path%5D&allNormalizedAppPaths=%2Fapi%2Fgit%2Fdiff&allNormalizedAppPaths=%2Fapi%2Fgit%2Fstatus&allNormalizedAppPaths=%2Fapi%2Fhome&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Fcatalog&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Fdiscover&allNormalizedAppPaths=%2Fapi%2Fmodels-config&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Ftest&allNormalizedAppPaths=%2Fapi%2Fmodels&allNormalizedAppPaths=%2Fapi%2Fplugins&allNormalizedAppPaths=%2Fapi%2Fproject-trust&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fauto-name&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fcontext&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fentries%2F%5BentryId%5D%2Fthinking&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fexport&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fstate&allNormalizedAppPaths=%2Fapi%2Fsessions&allNormalizedAppPaths=%2Fapi%2Fskills%2Fcheck&allNormalizedAppPaths=%2Fapi%2Fskills%2Finstall&allNormalizedAppPaths=%2Fapi%2Fskills&allNormalizedAppPaths=%2Fapi%2Fskills%2Fsearch&allNormalizedAppPaths=%2Fapi%2Fskills%2Fupdate&allNormalizedAppPaths=%2Fapi%2Fworktrees&allNormalizedAppPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2Fmanifest.webmanifest&allNormalizedAppPaths=%2F&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1785680957850,"traceId":"a894ddc49bbe7d05"},{"name":"add-entry","duration":507917,"timestamp":1853724629817,"id":36,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fsessions%2F%5Bid%5D%2Fentries%2F%5BentryId%5D%2Fthinking%2Froute&name=app%2Fapi%2Fsessions%2F%5Bid%5D%2Fentries%2F%5BentryId%5D%2Fthinking%2Froute&pagePath=private-next-app-dir%2Fapi%2Fsessions%2F%5Bid%5D%2Fentries%2F%5BentryId%5D%2Fthinking%2Froute.ts&appDir=%2FUsers%2Fliangyun%2FCodes%2Fpi-web%2Fapp&appPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fentries%2F%5BentryId%5D%2Fthinking%2Froute&allNormalizedAppPaths=%2F_not-found&allNormalizedAppPaths=%2F_global-error&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D%2Fbash-output&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D%2Fevents&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fagent%2Fnew&allNormalizedAppPaths=%2Fapi%2Fagent%2Frunning%2Fevents&allNormalizedAppPaths=%2Fapi%2Fagent%2Frunning&allNormalizedAppPaths=%2Fapi%2Fauth%2Fall-providers&allNormalizedAppPaths=%2Fapi%2Fauth%2Fapi-key%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Flogin%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Flogout%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Fproviders&allNormalizedAppPaths=%2Fapi%2Fcwd%2Fbrowse&allNormalizedAppPaths=%2Fapi%2Fcwd%2Fvalidate&allNormalizedAppPaths=%2Fapi%2Fdefault-cwd&allNormalizedAppPaths=%2Fapi%2Ffile-index&allNormalizedAppPaths=%2Fapi%2Ffiles%2F%5B...path%5D&allNormalizedAppPaths=%2Fapi%2Fgit%2Fdiff&allNormalizedAppPaths=%2Fapi%2Fgit%2Fstatus&allNormalizedAppPaths=%2Fapi%2Fhome&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Fcatalog&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Fdiscover&allNormalizedAppPaths=%2Fapi%2Fmodels-config&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Ftest&allNormalizedAppPaths=%2Fapi%2Fmodels&allNormalizedAppPaths=%2Fapi%2Fplugins&allNormalizedAppPaths=%2Fapi%2Fproject-trust&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fauto-name&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fcontext&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fentries%2F%5BentryId%5D%2Fthinking&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fexport&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fstate&allNormalizedAppPaths=%2Fapi%2Fsessions&allNormalizedAppPaths=%2Fapi%2Fskills%2Fcheck&allNormalizedAppPaths=%2Fapi%2Fskills%2Finstall&allNormalizedAppPaths=%2Fapi%2Fskills&allNormalizedAppPaths=%2Fapi%2Fskills%2Fsearch&allNormalizedAppPaths=%2Fapi%2Fskills%2Fupdate&allNormalizedAppPaths=%2Fapi%2Fworktrees&allNormalizedAppPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2Fmanifest.webmanifest&allNormalizedAppPaths=%2F&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1785680957850,"traceId":"a894ddc49bbe7d05"},{"name":"add-entry","duration":507915,"timestamp":1853724629822,"id":41,"parentId":21,"tags":{"request":"next-app-loader?page=%2Ffavicon.ico%2Froute&name=app%2Ffavicon.ico%2Froute&pagePath=private-next-app-dir%2Ffavicon.ico&appDir=%2FUsers%2Fliangyun%2FCodes%2Fpi-web%2Fapp&appPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2F_not-found&allNormalizedAppPaths=%2F_global-error&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D%2Fbash-output&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D%2Fevents&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fagent%2Fnew&allNormalizedAppPaths=%2Fapi%2Fagent%2Frunning%2Fevents&allNormalizedAppPaths=%2Fapi%2Fagent%2Frunning&allNormalizedAppPaths=%2Fapi%2Fauth%2Fall-providers&allNormalizedAppPaths=%2Fapi%2Fauth%2Fapi-key%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Flogin%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Flogout%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Fproviders&allNormalizedAppPaths=%2Fapi%2Fcwd%2Fbrowse&allNormalizedAppPaths=%2Fapi%2Fcwd%2Fvalidate&allNormalizedAppPaths=%2Fapi%2Fdefault-cwd&allNormalizedAppPaths=%2Fapi%2Ffile-index&allNormalizedAppPaths=%2Fapi%2Ffiles%2F%5B...path%5D&allNormalizedAppPaths=%2Fapi%2Fgit%2Fdiff&allNormalizedAppPaths=%2Fapi%2Fgit%2Fstatus&allNormalizedAppPaths=%2Fapi%2Fhome&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Fcatalog&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Fdiscover&allNormalizedAppPaths=%2Fapi%2Fmodels-config&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Ftest&allNormalizedAppPaths=%2Fapi%2Fmodels&allNormalizedAppPaths=%2Fapi%2Fplugins&allNormalizedAppPaths=%2Fapi%2Fproject-trust&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fauto-name&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fcontext&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fentries%2F%5BentryId%5D%2Fthinking&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fexport&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fstate&allNormalizedAppPaths=%2Fapi%2Fsessions&allNormalizedAppPaths=%2Fapi%2Fskills%2Fcheck&allNormalizedAppPaths=%2Fapi%2Fskills%2Finstall&allNormalizedAppPaths=%2Fapi%2Fskills&allNormalizedAppPaths=%2Fapi%2Fskills%2Fsearch&allNormalizedAppPaths=%2Fapi%2Fskills%2Fupdate&allNormalizedAppPaths=%2Fapi%2Fworktrees&allNormalizedAppPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2Fmanifest.webmanifest&allNormalizedAppPaths=%2F&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1785680957850,"traceId":"a894ddc49bbe7d05"},{"name":"add-entry","duration":507916,"timestamp":1853724629823,"id":42,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fmanifest.webmanifest%2Froute&name=app%2Fmanifest.webmanifest%2Froute&pagePath=private-next-app-dir%2Fmanifest.ts&appDir=%2FUsers%2Fliangyun%2FCodes%2Fpi-web%2Fapp&appPaths=%2Fmanifest&allNormalizedAppPaths=%2F_not-found&allNormalizedAppPaths=%2F_global-error&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D%2Fbash-output&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D%2Fevents&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fagent%2Fnew&allNormalizedAppPaths=%2Fapi%2Fagent%2Frunning%2Fevents&allNormalizedAppPaths=%2Fapi%2Fagent%2Frunning&allNormalizedAppPaths=%2Fapi%2Fauth%2Fall-providers&allNormalizedAppPaths=%2Fapi%2Fauth%2Fapi-key%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Flogin%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Flogout%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Fproviders&allNormalizedAppPaths=%2Fapi%2Fcwd%2Fbrowse&allNormalizedAppPaths=%2Fapi%2Fcwd%2Fvalidate&allNormalizedAppPaths=%2Fapi%2Fdefault-cwd&allNormalizedAppPaths=%2Fapi%2Ffile-index&allNormalizedAppPaths=%2Fapi%2Ffiles%2F%5B...path%5D&allNormalizedAppPaths=%2Fapi%2Fgit%2Fdiff&allNormalizedAppPaths=%2Fapi%2Fgit%2Fstatus&allNormalizedAppPaths=%2Fapi%2Fhome&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Fcatalog&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Fdiscover&allNormalizedAppPaths=%2Fapi%2Fmodels-config&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Ftest&allNormalizedAppPaths=%2Fapi%2Fmodels&allNormalizedAppPaths=%2Fapi%2Fplugins&allNormalizedAppPaths=%2Fapi%2Fproject-trust&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fauto-name&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fcontext&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fentries%2F%5BentryId%5D%2Fthinking&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fexport&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fstate&allNormalizedAppPaths=%2Fapi%2Fsessions&allNormalizedAppPaths=%2Fapi%2Fskills%2Fcheck&allNormalizedAppPaths=%2Fapi%2Fskills%2Finstall&allNormalizedAppPaths=%2Fapi%2Fskills&allNormalizedAppPaths=%2Fapi%2Fskills%2Fsearch&allNormalizedAppPaths=%2Fapi%2Fskills%2Fupdate&allNormalizedAppPaths=%2Fapi%2Fworktrees&allNormalizedAppPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2Fmanifest.webmanifest&allNormalizedAppPaths=%2F&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1785680957850,"traceId":"a894ddc49bbe7d05"},{"name":"add-entry","duration":507917,"timestamp":1853724629827,"id":47,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fauth%2Fall-providers%2Froute&name=app%2Fapi%2Fauth%2Fall-providers%2Froute&pagePath=private-next-app-dir%2Fapi%2Fauth%2Fall-providers%2Froute.ts&appDir=%2FUsers%2Fliangyun%2FCodes%2Fpi-web%2Fapp&appPaths=%2Fapi%2Fauth%2Fall-providers%2Froute&allNormalizedAppPaths=%2F_not-found&allNormalizedAppPaths=%2F_global-error&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D%2Fbash-output&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D%2Fevents&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fagent%2Fnew&allNormalizedAppPaths=%2Fapi%2Fagent%2Frunning%2Fevents&allNormalizedAppPaths=%2Fapi%2Fagent%2Frunning&allNormalizedAppPaths=%2Fapi%2Fauth%2Fall-providers&allNormalizedAppPaths=%2Fapi%2Fauth%2Fapi-key%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Flogin%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Flogout%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Fproviders&allNormalizedAppPaths=%2Fapi%2Fcwd%2Fbrowse&allNormalizedAppPaths=%2Fapi%2Fcwd%2Fvalidate&allNormalizedAppPaths=%2Fapi%2Fdefault-cwd&allNormalizedAppPaths=%2Fapi%2Ffile-index&allNormalizedAppPaths=%2Fapi%2Ffiles%2F%5B...path%5D&allNormalizedAppPaths=%2Fapi%2Fgit%2Fdiff&allNormalizedAppPaths=%2Fapi%2Fgit%2Fstatus&allNormalizedAppPaths=%2Fapi%2Fhome&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Fcatalog&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Fdiscover&allNormalizedAppPaths=%2Fapi%2Fmodels-config&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Ftest&allNormalizedAppPaths=%2Fapi%2Fmodels&allNormalizedAppPaths=%2Fapi%2Fplugins&allNormalizedAppPaths=%2Fapi%2Fproject-trust&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fauto-name&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fcontext&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fentries%2F%5BentryId%5D%2Fthinking&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fexport&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fstate&allNormalizedAppPaths=%2Fapi%2Fsessions&allNormalizedAppPaths=%2Fapi%2Fskills%2Fcheck&allNormalizedAppPaths=%2Fapi%2Fskills%2Finstall&allNormalizedAppPaths=%2Fapi%2Fskills&allNormalizedAppPaths=%2Fapi%2Fskills%2Fsearch&allNormalizedAppPaths=%2Fapi%2Fskills%2Fupdate&allNormalizedAppPaths=%2Fapi%2Fworktrees&allNormalizedAppPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2Fmanifest.webmanifest&allNormalizedAppPaths=%2F&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1785680957850,"traceId":"a894ddc49bbe7d05"},{"name":"add-entry","duration":507921,"timestamp":1853724629830,"id":51,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fauth%2Fproviders%2Froute&name=app%2Fapi%2Fauth%2Fproviders%2Froute&pagePath=private-next-app-dir%2Fapi%2Fauth%2Fproviders%2Froute.ts&appDir=%2FUsers%2Fliangyun%2FCodes%2Fpi-web%2Fapp&appPaths=%2Fapi%2Fauth%2Fproviders%2Froute&allNormalizedAppPaths=%2F_not-found&allNormalizedAppPaths=%2F_global-error&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D%2Fbash-output&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D%2Fevents&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fagent%2Fnew&allNormalizedAppPaths=%2Fapi%2Fagent%2Frunning%2Fevents&allNormalizedAppPaths=%2Fapi%2Fagent%2Frunning&allNormalizedAppPaths=%2Fapi%2Fauth%2Fall-providers&allNormalizedAppPaths=%2Fapi%2Fauth%2Fapi-key%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Flogin%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Flogout%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Fproviders&allNormalizedAppPaths=%2Fapi%2Fcwd%2Fbrowse&allNormalizedAppPaths=%2Fapi%2Fcwd%2Fvalidate&allNormalizedAppPaths=%2Fapi%2Fdefault-cwd&allNormalizedAppPaths=%2Fapi%2Ffile-index&allNormalizedAppPaths=%2Fapi%2Ffiles%2F%5B...path%5D&allNormalizedAppPaths=%2Fapi%2Fgit%2Fdiff&allNormalizedAppPaths=%2Fapi%2Fgit%2Fstatus&allNormalizedAppPaths=%2Fapi%2Fhome&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Fcatalog&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Fdiscover&allNormalizedAppPaths=%2Fapi%2Fmodels-config&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Ftest&allNormalizedAppPaths=%2Fapi%2Fmodels&allNormalizedAppPaths=%2Fapi%2Fplugins&allNormalizedAppPaths=%2Fapi%2Fproject-trust&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fauto-name&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fcontext&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fentries%2F%5BentryId%5D%2Fthinking&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fexport&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fstate&allNormalizedAppPaths=%2Fapi%2Fsessions&allNormalizedAppPaths=%2Fapi%2Fskills%2Fcheck&allNormalizedAppPaths=%2Fapi%2Fskills%2Finstall&allNormalizedAppPaths=%2Fapi%2Fskills&allNormalizedAppPaths=%2Fapi%2Fskills%2Fsearch&allNormalizedAppPaths=%2Fapi%2Fskills%2Fupdate&allNormalizedAppPaths=%2Fapi%2Fworktrees&allNormalizedAppPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2Fmanifest.webmanifest&allNormalizedAppPaths=%2F&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1785680957850,"traceId":"a894ddc49bbe7d05"},{"name":"add-entry","duration":507925,"timestamp":1853724629831,"id":52,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fauth%2Flogin%2F%5Bprovider%5D%2Froute&name=app%2Fapi%2Fauth%2Flogin%2F%5Bprovider%5D%2Froute&pagePath=private-next-app-dir%2Fapi%2Fauth%2Flogin%2F%5Bprovider%5D%2Froute.ts&appDir=%2FUsers%2Fliangyun%2FCodes%2Fpi-web%2Fapp&appPaths=%2Fapi%2Fauth%2Flogin%2F%5Bprovider%5D%2Froute&allNormalizedAppPaths=%2F_not-found&allNormalizedAppPaths=%2F_global-error&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D%2Fbash-output&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D%2Fevents&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fagent%2Fnew&allNormalizedAppPaths=%2Fapi%2Fagent%2Frunning%2Fevents&allNormalizedAppPaths=%2Fapi%2Fagent%2Frunning&allNormalizedAppPaths=%2Fapi%2Fauth%2Fall-providers&allNormalizedAppPaths=%2Fapi%2Fauth%2Fapi-key%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Flogin%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Flogout%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Fproviders&allNormalizedAppPaths=%2Fapi%2Fcwd%2Fbrowse&allNormalizedAppPaths=%2Fapi%2Fcwd%2Fvalidate&allNormalizedAppPaths=%2Fapi%2Fdefault-cwd&allNormalizedAppPaths=%2Fapi%2Ffile-index&allNormalizedAppPaths=%2Fapi%2Ffiles%2F%5B...path%5D&allNormalizedAppPaths=%2Fapi%2Fgit%2Fdiff&allNormalizedAppPaths=%2Fapi%2Fgit%2Fstatus&allNormalizedAppPaths=%2Fapi%2Fhome&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Fcatalog&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Fdiscover&allNormalizedAppPaths=%2Fapi%2Fmodels-config&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Ftest&allNormalizedAppPaths=%2Fapi%2Fmodels&allNormalizedAppPaths=%2Fapi%2Fplugins&allNormalizedAppPaths=%2Fapi%2Fproject-trust&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fauto-name&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fcontext&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fentries%2F%5BentryId%5D%2Fthinking&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fexport&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fstate&allNormalizedAppPaths=%2Fapi%2Fsessions&allNormalizedAppPaths=%2Fapi%2Fskills%2Fcheck&allNormalizedAppPaths=%2Fapi%2Fskills%2Finstall&allNormalizedAppPaths=%2Fapi%2Fskills&allNormalizedAppPaths=%2Fapi%2Fskills%2Fsearch&allNormalizedAppPaths=%2Fapi%2Fskills%2Fupdate&allNormalizedAppPaths=%2Fapi%2Fworktrees&allNormalizedAppPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2Fmanifest.webmanifest&allNormalizedAppPaths=%2F&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1785680957850,"traceId":"a894ddc49bbe7d05"},{"name":"add-entry","duration":507966,"timestamp":1853724629832,"id":53,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fmodels-config%2Fcatalog%2Froute&name=app%2Fapi%2Fmodels-config%2Fcatalog%2Froute&pagePath=private-next-app-dir%2Fapi%2Fmodels-config%2Fcatalog%2Froute.ts&appDir=%2FUsers%2Fliangyun%2FCodes%2Fpi-web%2Fapp&appPaths=%2Fapi%2Fmodels-config%2Fcatalog%2Froute&allNormalizedAppPaths=%2F_not-found&allNormalizedAppPaths=%2F_global-error&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D%2Fbash-output&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D%2Fevents&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fagent%2Fnew&allNormalizedAppPaths=%2Fapi%2Fagent%2Frunning%2Fevents&allNormalizedAppPaths=%2Fapi%2Fagent%2Frunning&allNormalizedAppPaths=%2Fapi%2Fauth%2Fall-providers&allNormalizedAppPaths=%2Fapi%2Fauth%2Fapi-key%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Flogin%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Flogout%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Fproviders&allNormalizedAppPaths=%2Fapi%2Fcwd%2Fbrowse&allNormalizedAppPaths=%2Fapi%2Fcwd%2Fvalidate&allNormalizedAppPaths=%2Fapi%2Fdefault-cwd&allNormalizedAppPaths=%2Fapi%2Ffile-index&allNormalizedAppPaths=%2Fapi%2Ffiles%2F%5B...path%5D&allNormalizedAppPaths=%2Fapi%2Fgit%2Fdiff&allNormalizedAppPaths=%2Fapi%2Fgit%2Fstatus&allNormalizedAppPaths=%2Fapi%2Fhome&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Fcatalog&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Fdiscover&allNormalizedAppPaths=%2Fapi%2Fmodels-config&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Ftest&allNormalizedAppPaths=%2Fapi%2Fmodels&allNormalizedAppPaths=%2Fapi%2Fplugins&allNormalizedAppPaths=%2Fapi%2Fproject-trust&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fauto-name&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fcontext&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fentries%2F%5BentryId%5D%2Fthinking&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fexport&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fstate&allNormalizedAppPaths=%2Fapi%2Fsessions&allNormalizedAppPaths=%2Fapi%2Fskills%2Fcheck&allNormalizedAppPaths=%2Fapi%2Fskills%2Finstall&allNormalizedAppPaths=%2Fapi%2Fskills&allNormalizedAppPaths=%2Fapi%2Fskills%2Fsearch&allNormalizedAppPaths=%2Fapi%2Fskills%2Fupdate&allNormalizedAppPaths=%2Fapi%2Fworktrees&allNormalizedAppPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2Fmanifest.webmanifest&allNormalizedAppPaths=%2F&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1785680957850,"traceId":"a894ddc49bbe7d05"},{"name":"add-entry","duration":507968,"timestamp":1853724629833,"id":54,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fmodels-config%2Froute&name=app%2Fapi%2Fmodels-config%2Froute&pagePath=private-next-app-dir%2Fapi%2Fmodels-config%2Froute.ts&appDir=%2FUsers%2Fliangyun%2FCodes%2Fpi-web%2Fapp&appPaths=%2Fapi%2Fmodels-config%2Froute&allNormalizedAppPaths=%2F_not-found&allNormalizedAppPaths=%2F_global-error&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D%2Fbash-output&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D%2Fevents&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fagent%2Fnew&allNormalizedAppPaths=%2Fapi%2Fagent%2Frunning%2Fevents&allNormalizedAppPaths=%2Fapi%2Fagent%2Frunning&allNormalizedAppPaths=%2Fapi%2Fauth%2Fall-providers&allNormalizedAppPaths=%2Fapi%2Fauth%2Fapi-key%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Flogin%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Flogout%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Fproviders&allNormalizedAppPaths=%2Fapi%2Fcwd%2Fbrowse&allNormalizedAppPaths=%2Fapi%2Fcwd%2Fvalidate&allNormalizedAppPaths=%2Fapi%2Fdefault-cwd&allNormalizedAppPaths=%2Fapi%2Ffile-index&allNormalizedAppPaths=%2Fapi%2Ffiles%2F%5B...path%5D&allNormalizedAppPaths=%2Fapi%2Fgit%2Fdiff&allNormalizedAppPaths=%2Fapi%2Fgit%2Fstatus&allNormalizedAppPaths=%2Fapi%2Fhome&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Fcatalog&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Fdiscover&allNormalizedAppPaths=%2Fapi%2Fmodels-config&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Ftest&allNormalizedAppPaths=%2Fapi%2Fmodels&allNormalizedAppPaths=%2Fapi%2Fplugins&allNormalizedAppPaths=%2Fapi%2Fproject-trust&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fauto-name&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fcontext&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fentries%2F%5BentryId%5D%2Fthinking&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fexport&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fstate&allNormalizedAppPaths=%2Fapi%2Fsessions&allNormalizedAppPaths=%2Fapi%2Fskills%2Fcheck&allNormalizedAppPaths=%2Fapi%2Fskills%2Finstall&allNormalizedAppPaths=%2Fapi%2Fskills&allNormalizedAppPaths=%2Fapi%2Fskills%2Fsearch&allNormalizedAppPaths=%2Fapi%2Fskills%2Fupdate&allNormalizedAppPaths=%2Fapi%2Fworktrees&allNormalizedAppPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2Fmanifest.webmanifest&allNormalizedAppPaths=%2F&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1785680957850,"traceId":"a894ddc49bbe7d05"},{"name":"add-entry","duration":507968,"timestamp":1853724629834,"id":55,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fmodels-config%2Fdiscover%2Froute&name=app%2Fapi%2Fmodels-config%2Fdiscover%2Froute&pagePath=private-next-app-dir%2Fapi%2Fmodels-config%2Fdiscover%2Froute.ts&appDir=%2FUsers%2Fliangyun%2FCodes%2Fpi-web%2Fapp&appPaths=%2Fapi%2Fmodels-config%2Fdiscover%2Froute&allNormalizedAppPaths=%2F_not-found&allNormalizedAppPaths=%2F_global-error&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D%2Fbash-output&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D%2Fevents&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fagent%2Fnew&allNormalizedAppPaths=%2Fapi%2Fagent%2Frunning%2Fevents&allNormalizedAppPaths=%2Fapi%2Fagent%2Frunning&allNormalizedAppPaths=%2Fapi%2Fauth%2Fall-providers&allNormalizedAppPaths=%2Fapi%2Fauth%2Fapi-key%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Flogin%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Flogout%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Fproviders&allNormalizedAppPaths=%2Fapi%2Fcwd%2Fbrowse&allNormalizedAppPaths=%2Fapi%2Fcwd%2Fvalidate&allNormalizedAppPaths=%2Fapi%2Fdefault-cwd&allNormalizedAppPaths=%2Fapi%2Ffile-index&allNormalizedAppPaths=%2Fapi%2Ffiles%2F%5B...path%5D&allNormalizedAppPaths=%2Fapi%2Fgit%2Fdiff&allNormalizedAppPaths=%2Fapi%2Fgit%2Fstatus&allNormalizedAppPaths=%2Fapi%2Fhome&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Fcatalog&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Fdiscover&allNormalizedAppPaths=%2Fapi%2Fmodels-config&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Ftest&allNormalizedAppPaths=%2Fapi%2Fmodels&allNormalizedAppPaths=%2Fapi%2Fplugins&allNormalizedAppPaths=%2Fapi%2Fproject-trust&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fauto-name&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fcontext&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fentries%2F%5BentryId%5D%2Fthinking&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fexport&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fstate&allNormalizedAppPaths=%2Fapi%2Fsessions&allNormalizedAppPaths=%2Fapi%2Fskills%2Fcheck&allNormalizedAppPaths=%2Fapi%2Fskills%2Finstall&allNormalizedAppPaths=%2Fapi%2Fskills&allNormalizedAppPaths=%2Fapi%2Fskills%2Fsearch&allNormalizedAppPaths=%2Fapi%2Fskills%2Fupdate&allNormalizedAppPaths=%2Fapi%2Fworktrees&allNormalizedAppPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2Fmanifest.webmanifest&allNormalizedAppPaths=%2F&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1785680957850,"traceId":"a894ddc49bbe7d05"},{"name":"add-entry","duration":507968,"timestamp":1853724629835,"id":56,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fmodels-config%2Ftest%2Froute&name=app%2Fapi%2Fmodels-config%2Ftest%2Froute&pagePath=private-next-app-dir%2Fapi%2Fmodels-config%2Ftest%2Froute.ts&appDir=%2FUsers%2Fliangyun%2FCodes%2Fpi-web%2Fapp&appPaths=%2Fapi%2Fmodels-config%2Ftest%2Froute&allNormalizedAppPaths=%2F_not-found&allNormalizedAppPaths=%2F_global-error&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D%2Fbash-output&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D%2Fevents&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fagent%2Fnew&allNormalizedAppPaths=%2Fapi%2Fagent%2Frunning%2Fevents&allNormalizedAppPaths=%2Fapi%2Fagent%2Frunning&allNormalizedAppPaths=%2Fapi%2Fauth%2Fall-providers&allNormalizedAppPaths=%2Fapi%2Fauth%2Fapi-key%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Flogin%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Flogout%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Fproviders&allNormalizedAppPaths=%2Fapi%2Fcwd%2Fbrowse&allNormalizedAppPaths=%2Fapi%2Fcwd%2Fvalidate&allNormalizedAppPaths=%2Fapi%2Fdefault-cwd&allNormalizedAppPaths=%2Fapi%2Ffile-index&allNormalizedAppPaths=%2Fapi%2Ffiles%2F%5B...path%5D&allNormalizedAppPaths=%2Fapi%2Fgit%2Fdiff&allNormalizedAppPaths=%2Fapi%2Fgit%2Fstatus&allNormalizedAppPaths=%2Fapi%2Fhome&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Fcatalog&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Fdiscover&allNormalizedAppPaths=%2Fapi%2Fmodels-config&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Ftest&allNormalizedAppPaths=%2Fapi%2Fmodels&allNormalizedAppPaths=%2Fapi%2Fplugins&allNormalizedAppPaths=%2Fapi%2Fproject-trust&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fauto-name&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fcontext&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fentries%2F%5BentryId%5D%2Fthinking&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fexport&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fstate&allNormalizedAppPaths=%2Fapi%2Fsessions&allNormalizedAppPaths=%2Fapi%2Fskills%2Fcheck&allNormalizedAppPaths=%2Fapi%2Fskills%2Finstall&allNormalizedAppPaths=%2Fapi%2Fskills&allNormalizedAppPaths=%2Fapi%2Fskills%2Fsearch&allNormalizedAppPaths=%2Fapi%2Fskills%2Fupdate&allNormalizedAppPaths=%2Fapi%2Fworktrees&allNormalizedAppPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2Fmanifest.webmanifest&allNormalizedAppPaths=%2F&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1785680957850,"traceId":"a894ddc49bbe7d05"},{"name":"add-entry","duration":507966,"timestamp":1853724629839,"id":60,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fsessions%2F%5Bid%5D%2Fexport%2Froute&name=app%2Fapi%2Fsessions%2F%5Bid%5D%2Fexport%2Froute&pagePath=private-next-app-dir%2Fapi%2Fsessions%2F%5Bid%5D%2Fexport%2Froute.ts&appDir=%2FUsers%2Fliangyun%2FCodes%2Fpi-web%2Fapp&appPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fexport%2Froute&allNormalizedAppPaths=%2F_not-found&allNormalizedAppPaths=%2F_global-error&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D%2Fbash-output&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D%2Fevents&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fagent%2Fnew&allNormalizedAppPaths=%2Fapi%2Fagent%2Frunning%2Fevents&allNormalizedAppPaths=%2Fapi%2Fagent%2Frunning&allNormalizedAppPaths=%2Fapi%2Fauth%2Fall-providers&allNormalizedAppPaths=%2Fapi%2Fauth%2Fapi-key%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Flogin%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Flogout%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Fproviders&allNormalizedAppPaths=%2Fapi%2Fcwd%2Fbrowse&allNormalizedAppPaths=%2Fapi%2Fcwd%2Fvalidate&allNormalizedAppPaths=%2Fapi%2Fdefault-cwd&allNormalizedAppPaths=%2Fapi%2Ffile-index&allNormalizedAppPaths=%2Fapi%2Ffiles%2F%5B...path%5D&allNormalizedAppPaths=%2Fapi%2Fgit%2Fdiff&allNormalizedAppPaths=%2Fapi%2Fgit%2Fstatus&allNormalizedAppPaths=%2Fapi%2Fhome&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Fcatalog&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Fdiscover&allNormalizedAppPaths=%2Fapi%2Fmodels-config&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Ftest&allNormalizedAppPaths=%2Fapi%2Fmodels&allNormalizedAppPaths=%2Fapi%2Fplugins&allNormalizedAppPaths=%2Fapi%2Fproject-trust&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fauto-name&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fcontext&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fentries%2F%5BentryId%5D%2Fthinking&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fexport&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fstate&allNormalizedAppPaths=%2Fapi%2Fsessions&allNormalizedAppPaths=%2Fapi%2Fskills%2Fcheck&allNormalizedAppPaths=%2Fapi%2Fskills%2Finstall&allNormalizedAppPaths=%2Fapi%2Fskills&allNormalizedAppPaths=%2Fapi%2Fskills%2Fsearch&allNormalizedAppPaths=%2Fapi%2Fskills%2Fupdate&allNormalizedAppPaths=%2Fapi%2Fworktrees&allNormalizedAppPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2Fmanifest.webmanifest&allNormalizedAppPaths=%2F&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1785680957850,"traceId":"a894ddc49bbe7d05"},{"name":"add-entry","duration":507964,"timestamp":1853724629843,"id":64,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fplugins%2Froute&name=app%2Fapi%2Fplugins%2Froute&pagePath=private-next-app-dir%2Fapi%2Fplugins%2Froute.ts&appDir=%2FUsers%2Fliangyun%2FCodes%2Fpi-web%2Fapp&appPaths=%2Fapi%2Fplugins%2Froute&allNormalizedAppPaths=%2F_not-found&allNormalizedAppPaths=%2F_global-error&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D%2Fbash-output&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D%2Fevents&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fagent%2Fnew&allNormalizedAppPaths=%2Fapi%2Fagent%2Frunning%2Fevents&allNormalizedAppPaths=%2Fapi%2Fagent%2Frunning&allNormalizedAppPaths=%2Fapi%2Fauth%2Fall-providers&allNormalizedAppPaths=%2Fapi%2Fauth%2Fapi-key%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Flogin%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Flogout%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Fproviders&allNormalizedAppPaths=%2Fapi%2Fcwd%2Fbrowse&allNormalizedAppPaths=%2Fapi%2Fcwd%2Fvalidate&allNormalizedAppPaths=%2Fapi%2Fdefault-cwd&allNormalizedAppPaths=%2Fapi%2Ffile-index&allNormalizedAppPaths=%2Fapi%2Ffiles%2F%5B...path%5D&allNormalizedAppPaths=%2Fapi%2Fgit%2Fdiff&allNormalizedAppPaths=%2Fapi%2Fgit%2Fstatus&allNormalizedAppPaths=%2Fapi%2Fhome&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Fcatalog&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Fdiscover&allNormalizedAppPaths=%2Fapi%2Fmodels-config&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Ftest&allNormalizedAppPaths=%2Fapi%2Fmodels&allNormalizedAppPaths=%2Fapi%2Fplugins&allNormalizedAppPaths=%2Fapi%2Fproject-trust&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fauto-name&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fcontext&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fentries%2F%5BentryId%5D%2Fthinking&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fexport&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fstate&allNormalizedAppPaths=%2Fapi%2Fsessions&allNormalizedAppPaths=%2Fapi%2Fskills%2Fcheck&allNormalizedAppPaths=%2Fapi%2Fskills%2Finstall&allNormalizedAppPaths=%2Fapi%2Fskills&allNormalizedAppPaths=%2Fapi%2Fskills%2Fsearch&allNormalizedAppPaths=%2Fapi%2Fskills%2Fupdate&allNormalizedAppPaths=%2Fapi%2Fworktrees&allNormalizedAppPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2Fmanifest.webmanifest&allNormalizedAppPaths=%2F&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1785680957850,"traceId":"a894ddc49bbe7d05"},{"name":"add-entry","duration":508147,"timestamp":1853724629661,"id":23,"parentId":21,"tags":{"request":"next-app-loader?page=%2F_global-error%2Fpage&name=app%2F_global-error%2Fpage&pagePath=%2FUsers%2Fliangyun%2FCodes%2Fpi-web%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fbuiltin%2Fapp-error.js&appDir=%2FUsers%2Fliangyun%2FCodes%2Fpi-web%2Fapp&appPaths=%2FUsers%2Fliangyun%2FCodes%2Fpi-web%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fbuiltin%2Fapp-error&allNormalizedAppPaths=%2F_not-found&allNormalizedAppPaths=%2F_global-error&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D%2Fbash-output&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D%2Fevents&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fagent%2Fnew&allNormalizedAppPaths=%2Fapi%2Fagent%2Frunning%2Fevents&allNormalizedAppPaths=%2Fapi%2Fagent%2Frunning&allNormalizedAppPaths=%2Fapi%2Fauth%2Fall-providers&allNormalizedAppPaths=%2Fapi%2Fauth%2Fapi-key%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Flogin%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Flogout%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Fproviders&allNormalizedAppPaths=%2Fapi%2Fcwd%2Fbrowse&allNormalizedAppPaths=%2Fapi%2Fcwd%2Fvalidate&allNormalizedAppPaths=%2Fapi%2Fdefault-cwd&allNormalizedAppPaths=%2Fapi%2Ffile-index&allNormalizedAppPaths=%2Fapi%2Ffiles%2F%5B...path%5D&allNormalizedAppPaths=%2Fapi%2Fgit%2Fdiff&allNormalizedAppPaths=%2Fapi%2Fgit%2Fstatus&allNormalizedAppPaths=%2Fapi%2Fhome&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Fcatalog&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Fdiscover&allNormalizedAppPaths=%2Fapi%2Fmodels-config&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Ftest&allNormalizedAppPaths=%2Fapi%2Fmodels&allNormalizedAppPaths=%2Fapi%2Fplugins&allNormalizedAppPaths=%2Fapi%2Fproject-trust&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fauto-name&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fcontext&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fentries%2F%5BentryId%5D%2Fthinking&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fexport&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fstate&allNormalizedAppPaths=%2Fapi%2Fsessions&allNormalizedAppPaths=%2Fapi%2Fskills%2Fcheck&allNormalizedAppPaths=%2Fapi%2Fskills%2Finstall&allNormalizedAppPaths=%2Fapi%2Fskills&allNormalizedAppPaths=%2Fapi%2Fskills%2Fsearch&allNormalizedAppPaths=%2Fapi%2Fskills%2Fupdate&allNormalizedAppPaths=%2Fapi%2Fworktrees&allNormalizedAppPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2Fmanifest.webmanifest&allNormalizedAppPaths=%2F&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1785680957850,"traceId":"a894ddc49bbe7d05"},{"name":"add-entry","duration":515888,"timestamp":1853724629698,"id":29,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Ffile-index%2Froute&name=app%2Fapi%2Ffile-index%2Froute&pagePath=private-next-app-dir%2Fapi%2Ffile-index%2Froute.ts&appDir=%2FUsers%2Fliangyun%2FCodes%2Fpi-web%2Fapp&appPaths=%2Fapi%2Ffile-index%2Froute&allNormalizedAppPaths=%2F_not-found&allNormalizedAppPaths=%2F_global-error&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D%2Fbash-output&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D%2Fevents&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fagent%2Fnew&allNormalizedAppPaths=%2Fapi%2Fagent%2Frunning%2Fevents&allNormalizedAppPaths=%2Fapi%2Fagent%2Frunning&allNormalizedAppPaths=%2Fapi%2Fauth%2Fall-providers&allNormalizedAppPaths=%2Fapi%2Fauth%2Fapi-key%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Flogin%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Flogout%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Fproviders&allNormalizedAppPaths=%2Fapi%2Fcwd%2Fbrowse&allNormalizedAppPaths=%2Fapi%2Fcwd%2Fvalidate&allNormalizedAppPaths=%2Fapi%2Fdefault-cwd&allNormalizedAppPaths=%2Fapi%2Ffile-index&allNormalizedAppPaths=%2Fapi%2Ffiles%2F%5B...path%5D&allNormalizedAppPaths=%2Fapi%2Fgit%2Fdiff&allNormalizedAppPaths=%2Fapi%2Fgit%2Fstatus&allNormalizedAppPaths=%2Fapi%2Fhome&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Fcatalog&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Fdiscover&allNormalizedAppPaths=%2Fapi%2Fmodels-config&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Ftest&allNormalizedAppPaths=%2Fapi%2Fmodels&allNormalizedAppPaths=%2Fapi%2Fplugins&allNormalizedAppPaths=%2Fapi%2Fproject-trust&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fauto-name&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fcontext&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fentries%2F%5BentryId%5D%2Fthinking&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fexport&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fstate&allNormalizedAppPaths=%2Fapi%2Fsessions&allNormalizedAppPaths=%2Fapi%2Fskills%2Fcheck&allNormalizedAppPaths=%2Fapi%2Fskills%2Finstall&allNormalizedAppPaths=%2Fapi%2Fskills&allNormalizedAppPaths=%2Fapi%2Fskills%2Fsearch&allNormalizedAppPaths=%2Fapi%2Fskills%2Fupdate&allNormalizedAppPaths=%2Fapi%2Fworktrees&allNormalizedAppPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2Fmanifest.webmanifest&allNormalizedAppPaths=%2F&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1785680957850,"traceId":"a894ddc49bbe7d05"},{"name":"add-entry","duration":515898,"timestamp":1853724629694,"id":28,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fdefault-cwd%2Froute&name=app%2Fapi%2Fdefault-cwd%2Froute&pagePath=private-next-app-dir%2Fapi%2Fdefault-cwd%2Froute.ts&appDir=%2FUsers%2Fliangyun%2FCodes%2Fpi-web%2Fapp&appPaths=%2Fapi%2Fdefault-cwd%2Froute&allNormalizedAppPaths=%2F_not-found&allNormalizedAppPaths=%2F_global-error&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D%2Fbash-output&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D%2Fevents&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fagent%2Fnew&allNormalizedAppPaths=%2Fapi%2Fagent%2Frunning%2Fevents&allNormalizedAppPaths=%2Fapi%2Fagent%2Frunning&allNormalizedAppPaths=%2Fapi%2Fauth%2Fall-providers&allNormalizedAppPaths=%2Fapi%2Fauth%2Fapi-key%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Flogin%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Flogout%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Fproviders&allNormalizedAppPaths=%2Fapi%2Fcwd%2Fbrowse&allNormalizedAppPaths=%2Fapi%2Fcwd%2Fvalidate&allNormalizedAppPaths=%2Fapi%2Fdefault-cwd&allNormalizedAppPaths=%2Fapi%2Ffile-index&allNormalizedAppPaths=%2Fapi%2Ffiles%2F%5B...path%5D&allNormalizedAppPaths=%2Fapi%2Fgit%2Fdiff&allNormalizedAppPaths=%2Fapi%2Fgit%2Fstatus&allNormalizedAppPaths=%2Fapi%2Fhome&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Fcatalog&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Fdiscover&allNormalizedAppPaths=%2Fapi%2Fmodels-config&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Ftest&allNormalizedAppPaths=%2Fapi%2Fmodels&allNormalizedAppPaths=%2Fapi%2Fplugins&allNormalizedAppPaths=%2Fapi%2Fproject-trust&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fauto-name&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fcontext&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fentries%2F%5BentryId%5D%2Fthinking&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fexport&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fstate&allNormalizedAppPaths=%2Fapi%2Fsessions&allNormalizedAppPaths=%2Fapi%2Fskills%2Fcheck&allNormalizedAppPaths=%2Fapi%2Fskills%2Finstall&allNormalizedAppPaths=%2Fapi%2Fskills&allNormalizedAppPaths=%2Fapi%2Fskills%2Fsearch&allNormalizedAppPaths=%2Fapi%2Fskills%2Fupdate&allNormalizedAppPaths=%2Fapi%2Fworktrees&allNormalizedAppPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2Fmanifest.webmanifest&allNormalizedAppPaths=%2F&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1785680957850,"traceId":"a894ddc49bbe7d05"},{"name":"add-entry","duration":515759,"timestamp":1853724629836,"id":57,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fmodels%2Froute&name=app%2Fapi%2Fmodels%2Froute&pagePath=private-next-app-dir%2Fapi%2Fmodels%2Froute.ts&appDir=%2FUsers%2Fliangyun%2FCodes%2Fpi-web%2Fapp&appPaths=%2Fapi%2Fmodels%2Froute&allNormalizedAppPaths=%2F_not-found&allNormalizedAppPaths=%2F_global-error&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D%2Fbash-output&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D%2Fevents&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fagent%2Fnew&allNormalizedAppPaths=%2Fapi%2Fagent%2Frunning%2Fevents&allNormalizedAppPaths=%2Fapi%2Fagent%2Frunning&allNormalizedAppPaths=%2Fapi%2Fauth%2Fall-providers&allNormalizedAppPaths=%2Fapi%2Fauth%2Fapi-key%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Flogin%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Flogout%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Fproviders&allNormalizedAppPaths=%2Fapi%2Fcwd%2Fbrowse&allNormalizedAppPaths=%2Fapi%2Fcwd%2Fvalidate&allNormalizedAppPaths=%2Fapi%2Fdefault-cwd&allNormalizedAppPaths=%2Fapi%2Ffile-index&allNormalizedAppPaths=%2Fapi%2Ffiles%2F%5B...path%5D&allNormalizedAppPaths=%2Fapi%2Fgit%2Fdiff&allNormalizedAppPaths=%2Fapi%2Fgit%2Fstatus&allNormalizedAppPaths=%2Fapi%2Fhome&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Fcatalog&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Fdiscover&allNormalizedAppPaths=%2Fapi%2Fmodels-config&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Ftest&allNormalizedAppPaths=%2Fapi%2Fmodels&allNormalizedAppPaths=%2Fapi%2Fplugins&allNormalizedAppPaths=%2Fapi%2Fproject-trust&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fauto-name&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fcontext&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fentries%2F%5BentryId%5D%2Fthinking&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fexport&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fstate&allNormalizedAppPaths=%2Fapi%2Fsessions&allNormalizedAppPaths=%2Fapi%2Fskills%2Fcheck&allNormalizedAppPaths=%2Fapi%2Fskills%2Finstall&allNormalizedAppPaths=%2Fapi%2Fskills&allNormalizedAppPaths=%2Fapi%2Fskills%2Fsearch&allNormalizedAppPaths=%2Fapi%2Fskills%2Fupdate&allNormalizedAppPaths=%2Fapi%2Fworktrees&allNormalizedAppPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2Fmanifest.webmanifest&allNormalizedAppPaths=%2F&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1785680957850,"traceId":"a894ddc49bbe7d05"},{"name":"add-entry","duration":515777,"timestamp":1853724629821,"id":40,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2Froute&name=app%2Fapi%2Fworktrees%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2Froute.ts&appDir=%2FUsers%2Fliangyun%2FCodes%2Fpi-web%2Fapp&appPaths=%2Fapi%2Fworktrees%2Froute&allNormalizedAppPaths=%2F_not-found&allNormalizedAppPaths=%2F_global-error&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D%2Fbash-output&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D%2Fevents&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fagent%2Fnew&allNormalizedAppPaths=%2Fapi%2Fagent%2Frunning%2Fevents&allNormalizedAppPaths=%2Fapi%2Fagent%2Frunning&allNormalizedAppPaths=%2Fapi%2Fauth%2Fall-providers&allNormalizedAppPaths=%2Fapi%2Fauth%2Fapi-key%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Flogin%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Flogout%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Fproviders&allNormalizedAppPaths=%2Fapi%2Fcwd%2Fbrowse&allNormalizedAppPaths=%2Fapi%2Fcwd%2Fvalidate&allNormalizedAppPaths=%2Fapi%2Fdefault-cwd&allNormalizedAppPaths=%2Fapi%2Ffile-index&allNormalizedAppPaths=%2Fapi%2Ffiles%2F%5B...path%5D&allNormalizedAppPaths=%2Fapi%2Fgit%2Fdiff&allNormalizedAppPaths=%2Fapi%2Fgit%2Fstatus&allNormalizedAppPaths=%2Fapi%2Fhome&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Fcatalog&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Fdiscover&allNormalizedAppPaths=%2Fapi%2Fmodels-config&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Ftest&allNormalizedAppPaths=%2Fapi%2Fmodels&allNormalizedAppPaths=%2Fapi%2Fplugins&allNormalizedAppPaths=%2Fapi%2Fproject-trust&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fauto-name&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fcontext&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fentries%2F%5BentryId%5D%2Fthinking&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fexport&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fstate&allNormalizedAppPaths=%2Fapi%2Fsessions&allNormalizedAppPaths=%2Fapi%2Fskills%2Fcheck&allNormalizedAppPaths=%2Fapi%2Fskills%2Finstall&allNormalizedAppPaths=%2Fapi%2Fskills&allNormalizedAppPaths=%2Fapi%2Fskills%2Fsearch&allNormalizedAppPaths=%2Fapi%2Fskills%2Fupdate&allNormalizedAppPaths=%2Fapi%2Fworktrees&allNormalizedAppPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2Fmanifest.webmanifest&allNormalizedAppPaths=%2F&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1785680957850,"traceId":"a894ddc49bbe7d05"},{"name":"add-entry","duration":515910,"timestamp":1853724629689,"id":27,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fcwd%2Fvalidate%2Froute&name=app%2Fapi%2Fcwd%2Fvalidate%2Froute&pagePath=private-next-app-dir%2Fapi%2Fcwd%2Fvalidate%2Froute.ts&appDir=%2FUsers%2Fliangyun%2FCodes%2Fpi-web%2Fapp&appPaths=%2Fapi%2Fcwd%2Fvalidate%2Froute&allNormalizedAppPaths=%2F_not-found&allNormalizedAppPaths=%2F_global-error&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D%2Fbash-output&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D%2Fevents&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fagent%2Fnew&allNormalizedAppPaths=%2Fapi%2Fagent%2Frunning%2Fevents&allNormalizedAppPaths=%2Fapi%2Fagent%2Frunning&allNormalizedAppPaths=%2Fapi%2Fauth%2Fall-providers&allNormalizedAppPaths=%2Fapi%2Fauth%2Fapi-key%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Flogin%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Flogout%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Fproviders&allNormalizedAppPaths=%2Fapi%2Fcwd%2Fbrowse&allNormalizedAppPaths=%2Fapi%2Fcwd%2Fvalidate&allNormalizedAppPaths=%2Fapi%2Fdefault-cwd&allNormalizedAppPaths=%2Fapi%2Ffile-index&allNormalizedAppPaths=%2Fapi%2Ffiles%2F%5B...path%5D&allNormalizedAppPaths=%2Fapi%2Fgit%2Fdiff&allNormalizedAppPaths=%2Fapi%2Fgit%2Fstatus&allNormalizedAppPaths=%2Fapi%2Fhome&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Fcatalog&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Fdiscover&allNormalizedAppPaths=%2Fapi%2Fmodels-config&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Ftest&allNormalizedAppPaths=%2Fapi%2Fmodels&allNormalizedAppPaths=%2Fapi%2Fplugins&allNormalizedAppPaths=%2Fapi%2Fproject-trust&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fauto-name&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fcontext&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fentries%2F%5BentryId%5D%2Fthinking&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fexport&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fstate&allNormalizedAppPaths=%2Fapi%2Fsessions&allNormalizedAppPaths=%2Fapi%2Fskills%2Fcheck&allNormalizedAppPaths=%2Fapi%2Fskills%2Finstall&allNormalizedAppPaths=%2Fapi%2Fskills&allNormalizedAppPaths=%2Fapi%2Fskills%2Fsearch&allNormalizedAppPaths=%2Fapi%2Fskills%2Fupdate&allNormalizedAppPaths=%2Fapi%2Fworktrees&allNormalizedAppPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2Fmanifest.webmanifest&allNormalizedAppPaths=%2F&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1785680957850,"traceId":"a894ddc49bbe7d05"},{"name":"add-entry","duration":516987,"timestamp":1853724629820,"id":39,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fsessions%2Froute&name=app%2Fapi%2Fsessions%2Froute&pagePath=private-next-app-dir%2Fapi%2Fsessions%2Froute.ts&appDir=%2FUsers%2Fliangyun%2FCodes%2Fpi-web%2Fapp&appPaths=%2Fapi%2Fsessions%2Froute&allNormalizedAppPaths=%2F_not-found&allNormalizedAppPaths=%2F_global-error&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D%2Fbash-output&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D%2Fevents&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fagent%2Fnew&allNormalizedAppPaths=%2Fapi%2Fagent%2Frunning%2Fevents&allNormalizedAppPaths=%2Fapi%2Fagent%2Frunning&allNormalizedAppPaths=%2Fapi%2Fauth%2Fall-providers&allNormalizedAppPaths=%2Fapi%2Fauth%2Fapi-key%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Flogin%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Flogout%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Fproviders&allNormalizedAppPaths=%2Fapi%2Fcwd%2Fbrowse&allNormalizedAppPaths=%2Fapi%2Fcwd%2Fvalidate&allNormalizedAppPaths=%2Fapi%2Fdefault-cwd&allNormalizedAppPaths=%2Fapi%2Ffile-index&allNormalizedAppPaths=%2Fapi%2Ffiles%2F%5B...path%5D&allNormalizedAppPaths=%2Fapi%2Fgit%2Fdiff&allNormalizedAppPaths=%2Fapi%2Fgit%2Fstatus&allNormalizedAppPaths=%2Fapi%2Fhome&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Fcatalog&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Fdiscover&allNormalizedAppPaths=%2Fapi%2Fmodels-config&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Ftest&allNormalizedAppPaths=%2Fapi%2Fmodels&allNormalizedAppPaths=%2Fapi%2Fplugins&allNormalizedAppPaths=%2Fapi%2Fproject-trust&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fauto-name&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fcontext&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fentries%2F%5BentryId%5D%2Fthinking&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fexport&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fstate&allNormalizedAppPaths=%2Fapi%2Fsessions&allNormalizedAppPaths=%2Fapi%2Fskills%2Fcheck&allNormalizedAppPaths=%2Fapi%2Fskills%2Finstall&allNormalizedAppPaths=%2Fapi%2Fskills&allNormalizedAppPaths=%2Fapi%2Fskills%2Fsearch&allNormalizedAppPaths=%2Fapi%2Fskills%2Fupdate&allNormalizedAppPaths=%2Fapi%2Fworktrees&allNormalizedAppPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2Fmanifest.webmanifest&allNormalizedAppPaths=%2F&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1785680957850,"traceId":"a894ddc49bbe7d05"},{"name":"add-entry","duration":516984,"timestamp":1853724629828,"id":48,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fagent%2Fnew%2Froute&name=app%2Fapi%2Fagent%2Fnew%2Froute&pagePath=private-next-app-dir%2Fapi%2Fagent%2Fnew%2Froute.ts&appDir=%2FUsers%2Fliangyun%2FCodes%2Fpi-web%2Fapp&appPaths=%2Fapi%2Fagent%2Fnew%2Froute&allNormalizedAppPaths=%2F_not-found&allNormalizedAppPaths=%2F_global-error&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D%2Fbash-output&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D%2Fevents&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fagent%2Fnew&allNormalizedAppPaths=%2Fapi%2Fagent%2Frunning%2Fevents&allNormalizedAppPaths=%2Fapi%2Fagent%2Frunning&allNormalizedAppPaths=%2Fapi%2Fauth%2Fall-providers&allNormalizedAppPaths=%2Fapi%2Fauth%2Fapi-key%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Flogin%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Flogout%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Fproviders&allNormalizedAppPaths=%2Fapi%2Fcwd%2Fbrowse&allNormalizedAppPaths=%2Fapi%2Fcwd%2Fvalidate&allNormalizedAppPaths=%2Fapi%2Fdefault-cwd&allNormalizedAppPaths=%2Fapi%2Ffile-index&allNormalizedAppPaths=%2Fapi%2Ffiles%2F%5B...path%5D&allNormalizedAppPaths=%2Fapi%2Fgit%2Fdiff&allNormalizedAppPaths=%2Fapi%2Fgit%2Fstatus&allNormalizedAppPaths=%2Fapi%2Fhome&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Fcatalog&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Fdiscover&allNormalizedAppPaths=%2Fapi%2Fmodels-config&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Ftest&allNormalizedAppPaths=%2Fapi%2Fmodels&allNormalizedAppPaths=%2Fapi%2Fplugins&allNormalizedAppPaths=%2Fapi%2Fproject-trust&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fauto-name&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fcontext&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fentries%2F%5BentryId%5D%2Fthinking&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fexport&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fstate&allNormalizedAppPaths=%2Fapi%2Fsessions&allNormalizedAppPaths=%2Fapi%2Fskills%2Fcheck&allNormalizedAppPaths=%2Fapi%2Fskills%2Finstall&allNormalizedAppPaths=%2Fapi%2Fskills&allNormalizedAppPaths=%2Fapi%2Fskills%2Fsearch&allNormalizedAppPaths=%2Fapi%2Fskills%2Fupdate&allNormalizedAppPaths=%2Fapi%2Fworktrees&allNormalizedAppPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2Fmanifest.webmanifest&allNormalizedAppPaths=%2F&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1785680957850,"traceId":"a894ddc49bbe7d05"},{"name":"add-entry","duration":517135,"timestamp":1853724629679,"id":25,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fagent%2F%5Bid%5D%2Froute&name=app%2Fapi%2Fagent%2F%5Bid%5D%2Froute&pagePath=private-next-app-dir%2Fapi%2Fagent%2F%5Bid%5D%2Froute.ts&appDir=%2FUsers%2Fliangyun%2FCodes%2Fpi-web%2Fapp&appPaths=%2Fapi%2Fagent%2F%5Bid%5D%2Froute&allNormalizedAppPaths=%2F_not-found&allNormalizedAppPaths=%2F_global-error&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D%2Fbash-output&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D%2Fevents&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fagent%2Fnew&allNormalizedAppPaths=%2Fapi%2Fagent%2Frunning%2Fevents&allNormalizedAppPaths=%2Fapi%2Fagent%2Frunning&allNormalizedAppPaths=%2Fapi%2Fauth%2Fall-providers&allNormalizedAppPaths=%2Fapi%2Fauth%2Fapi-key%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Flogin%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Flogout%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Fproviders&allNormalizedAppPaths=%2Fapi%2Fcwd%2Fbrowse&allNormalizedAppPaths=%2Fapi%2Fcwd%2Fvalidate&allNormalizedAppPaths=%2Fapi%2Fdefault-cwd&allNormalizedAppPaths=%2Fapi%2Ffile-index&allNormalizedAppPaths=%2Fapi%2Ffiles%2F%5B...path%5D&allNormalizedAppPaths=%2Fapi%2Fgit%2Fdiff&allNormalizedAppPaths=%2Fapi%2Fgit%2Fstatus&allNormalizedAppPaths=%2Fapi%2Fhome&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Fcatalog&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Fdiscover&allNormalizedAppPaths=%2Fapi%2Fmodels-config&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Ftest&allNormalizedAppPaths=%2Fapi%2Fmodels&allNormalizedAppPaths=%2Fapi%2Fplugins&allNormalizedAppPaths=%2Fapi%2Fproject-trust&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fauto-name&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fcontext&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fentries%2F%5BentryId%5D%2Fthinking&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fexport&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fstate&allNormalizedAppPaths=%2Fapi%2Fsessions&allNormalizedAppPaths=%2Fapi%2Fskills%2Fcheck&allNormalizedAppPaths=%2Fapi%2Fskills%2Finstall&allNormalizedAppPaths=%2Fapi%2Fskills&allNormalizedAppPaths=%2Fapi%2Fskills%2Fsearch&allNormalizedAppPaths=%2Fapi%2Fskills%2Fupdate&allNormalizedAppPaths=%2Fapi%2Fworktrees&allNormalizedAppPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2Fmanifest.webmanifest&allNormalizedAppPaths=%2F&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1785680957850,"traceId":"a894ddc49bbe7d05"},{"name":"add-entry","duration":516999,"timestamp":1853724629818,"id":37,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fsessions%2F%5Bid%5D%2Froute&name=app%2Fapi%2Fsessions%2F%5Bid%5D%2Froute&pagePath=private-next-app-dir%2Fapi%2Fsessions%2F%5Bid%5D%2Froute.ts&appDir=%2FUsers%2Fliangyun%2FCodes%2Fpi-web%2Fapp&appPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Froute&allNormalizedAppPaths=%2F_not-found&allNormalizedAppPaths=%2F_global-error&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D%2Fbash-output&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D%2Fevents&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fagent%2Fnew&allNormalizedAppPaths=%2Fapi%2Fagent%2Frunning%2Fevents&allNormalizedAppPaths=%2Fapi%2Fagent%2Frunning&allNormalizedAppPaths=%2Fapi%2Fauth%2Fall-providers&allNormalizedAppPaths=%2Fapi%2Fauth%2Fapi-key%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Flogin%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Flogout%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Fproviders&allNormalizedAppPaths=%2Fapi%2Fcwd%2Fbrowse&allNormalizedAppPaths=%2Fapi%2Fcwd%2Fvalidate&allNormalizedAppPaths=%2Fapi%2Fdefault-cwd&allNormalizedAppPaths=%2Fapi%2Ffile-index&allNormalizedAppPaths=%2Fapi%2Ffiles%2F%5B...path%5D&allNormalizedAppPaths=%2Fapi%2Fgit%2Fdiff&allNormalizedAppPaths=%2Fapi%2Fgit%2Fstatus&allNormalizedAppPaths=%2Fapi%2Fhome&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Fcatalog&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Fdiscover&allNormalizedAppPaths=%2Fapi%2Fmodels-config&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Ftest&allNormalizedAppPaths=%2Fapi%2Fmodels&allNormalizedAppPaths=%2Fapi%2Fplugins&allNormalizedAppPaths=%2Fapi%2Fproject-trust&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fauto-name&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fcontext&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fentries%2F%5BentryId%5D%2Fthinking&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fexport&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fstate&allNormalizedAppPaths=%2Fapi%2Fsessions&allNormalizedAppPaths=%2Fapi%2Fskills%2Fcheck&allNormalizedAppPaths=%2Fapi%2Fskills%2Finstall&allNormalizedAppPaths=%2Fapi%2Fskills&allNormalizedAppPaths=%2Fapi%2Fskills%2Fsearch&allNormalizedAppPaths=%2Fapi%2Fskills%2Fupdate&allNormalizedAppPaths=%2Fapi%2Fworktrees&allNormalizedAppPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2Fmanifest.webmanifest&allNormalizedAppPaths=%2F&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1785680957850,"traceId":"a894ddc49bbe7d05"},{"name":"add-entry","duration":516994,"timestamp":1853724629826,"id":45,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fagent%2Frunning%2Froute&name=app%2Fapi%2Fagent%2Frunning%2Froute&pagePath=private-next-app-dir%2Fapi%2Fagent%2Frunning%2Froute.ts&appDir=%2FUsers%2Fliangyun%2FCodes%2Fpi-web%2Fapp&appPaths=%2Fapi%2Fagent%2Frunning%2Froute&allNormalizedAppPaths=%2F_not-found&allNormalizedAppPaths=%2F_global-error&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D%2Fbash-output&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D%2Fevents&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fagent%2Fnew&allNormalizedAppPaths=%2Fapi%2Fagent%2Frunning%2Fevents&allNormalizedAppPaths=%2Fapi%2Fagent%2Frunning&allNormalizedAppPaths=%2Fapi%2Fauth%2Fall-providers&allNormalizedAppPaths=%2Fapi%2Fauth%2Fapi-key%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Flogin%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Flogout%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Fproviders&allNormalizedAppPaths=%2Fapi%2Fcwd%2Fbrowse&allNormalizedAppPaths=%2Fapi%2Fcwd%2Fvalidate&allNormalizedAppPaths=%2Fapi%2Fdefault-cwd&allNormalizedAppPaths=%2Fapi%2Ffile-index&allNormalizedAppPaths=%2Fapi%2Ffiles%2F%5B...path%5D&allNormalizedAppPaths=%2Fapi%2Fgit%2Fdiff&allNormalizedAppPaths=%2Fapi%2Fgit%2Fstatus&allNormalizedAppPaths=%2Fapi%2Fhome&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Fcatalog&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Fdiscover&allNormalizedAppPaths=%2Fapi%2Fmodels-config&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Ftest&allNormalizedAppPaths=%2Fapi%2Fmodels&allNormalizedAppPaths=%2Fapi%2Fplugins&allNormalizedAppPaths=%2Fapi%2Fproject-trust&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fauto-name&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fcontext&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fentries%2F%5BentryId%5D%2Fthinking&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fexport&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fstate&allNormalizedAppPaths=%2Fapi%2Fsessions&allNormalizedAppPaths=%2Fapi%2Fskills%2Fcheck&allNormalizedAppPaths=%2Fapi%2Fskills%2Finstall&allNormalizedAppPaths=%2Fapi%2Fskills&allNormalizedAppPaths=%2Fapi%2Fskills%2Fsearch&allNormalizedAppPaths=%2Fapi%2Fskills%2Fupdate&allNormalizedAppPaths=%2Fapi%2Fworktrees&allNormalizedAppPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2Fmanifest.webmanifest&allNormalizedAppPaths=%2F&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1785680957850,"traceId":"a894ddc49bbe7d05"},{"name":"add-entry","duration":516997,"timestamp":1853724629825,"id":44,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fagent%2F%5Bid%5D%2Fevents%2Froute&name=app%2Fapi%2Fagent%2F%5Bid%5D%2Fevents%2Froute&pagePath=private-next-app-dir%2Fapi%2Fagent%2F%5Bid%5D%2Fevents%2Froute.ts&appDir=%2FUsers%2Fliangyun%2FCodes%2Fpi-web%2Fapp&appPaths=%2Fapi%2Fagent%2F%5Bid%5D%2Fevents%2Froute&allNormalizedAppPaths=%2F_not-found&allNormalizedAppPaths=%2F_global-error&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D%2Fbash-output&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D%2Fevents&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fagent%2Fnew&allNormalizedAppPaths=%2Fapi%2Fagent%2Frunning%2Fevents&allNormalizedAppPaths=%2Fapi%2Fagent%2Frunning&allNormalizedAppPaths=%2Fapi%2Fauth%2Fall-providers&allNormalizedAppPaths=%2Fapi%2Fauth%2Fapi-key%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Flogin%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Flogout%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Fproviders&allNormalizedAppPaths=%2Fapi%2Fcwd%2Fbrowse&allNormalizedAppPaths=%2Fapi%2Fcwd%2Fvalidate&allNormalizedAppPaths=%2Fapi%2Fdefault-cwd&allNormalizedAppPaths=%2Fapi%2Ffile-index&allNormalizedAppPaths=%2Fapi%2Ffiles%2F%5B...path%5D&allNormalizedAppPaths=%2Fapi%2Fgit%2Fdiff&allNormalizedAppPaths=%2Fapi%2Fgit%2Fstatus&allNormalizedAppPaths=%2Fapi%2Fhome&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Fcatalog&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Fdiscover&allNormalizedAppPaths=%2Fapi%2Fmodels-config&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Ftest&allNormalizedAppPaths=%2Fapi%2Fmodels&allNormalizedAppPaths=%2Fapi%2Fplugins&allNormalizedAppPaths=%2Fapi%2Fproject-trust&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fauto-name&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fcontext&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fentries%2F%5BentryId%5D%2Fthinking&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fexport&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fstate&allNormalizedAppPaths=%2Fapi%2Fsessions&allNormalizedAppPaths=%2Fapi%2Fskills%2Fcheck&allNormalizedAppPaths=%2Fapi%2Fskills%2Finstall&allNormalizedAppPaths=%2Fapi%2Fskills&allNormalizedAppPaths=%2Fapi%2Fskills%2Fsearch&allNormalizedAppPaths=%2Fapi%2Fskills%2Fupdate&allNormalizedAppPaths=%2Fapi%2Fworktrees&allNormalizedAppPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2Fmanifest.webmanifest&allNormalizedAppPaths=%2F&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1785680957850,"traceId":"a894ddc49bbe7d05"},{"name":"add-entry","duration":516996,"timestamp":1853724629826,"id":46,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fagent%2Frunning%2Fevents%2Froute&name=app%2Fapi%2Fagent%2Frunning%2Fevents%2Froute&pagePath=private-next-app-dir%2Fapi%2Fagent%2Frunning%2Fevents%2Froute.ts&appDir=%2FUsers%2Fliangyun%2FCodes%2Fpi-web%2Fapp&appPaths=%2Fapi%2Fagent%2Frunning%2Fevents%2Froute&allNormalizedAppPaths=%2F_not-found&allNormalizedAppPaths=%2F_global-error&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D%2Fbash-output&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D%2Fevents&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fagent%2Fnew&allNormalizedAppPaths=%2Fapi%2Fagent%2Frunning%2Fevents&allNormalizedAppPaths=%2Fapi%2Fagent%2Frunning&allNormalizedAppPaths=%2Fapi%2Fauth%2Fall-providers&allNormalizedAppPaths=%2Fapi%2Fauth%2Fapi-key%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Flogin%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Flogout%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Fproviders&allNormalizedAppPaths=%2Fapi%2Fcwd%2Fbrowse&allNormalizedAppPaths=%2Fapi%2Fcwd%2Fvalidate&allNormalizedAppPaths=%2Fapi%2Fdefault-cwd&allNormalizedAppPaths=%2Fapi%2Ffile-index&allNormalizedAppPaths=%2Fapi%2Ffiles%2F%5B...path%5D&allNormalizedAppPaths=%2Fapi%2Fgit%2Fdiff&allNormalizedAppPaths=%2Fapi%2Fgit%2Fstatus&allNormalizedAppPaths=%2Fapi%2Fhome&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Fcatalog&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Fdiscover&allNormalizedAppPaths=%2Fapi%2Fmodels-config&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Ftest&allNormalizedAppPaths=%2Fapi%2Fmodels&allNormalizedAppPaths=%2Fapi%2Fplugins&allNormalizedAppPaths=%2Fapi%2Fproject-trust&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fauto-name&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fcontext&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fentries%2F%5BentryId%5D%2Fthinking&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fexport&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fstate&allNormalizedAppPaths=%2Fapi%2Fsessions&allNormalizedAppPaths=%2Fapi%2Fskills%2Fcheck&allNormalizedAppPaths=%2Fapi%2Fskills%2Finstall&allNormalizedAppPaths=%2Fapi%2Fskills&allNormalizedAppPaths=%2Fapi%2Fskills%2Fsearch&allNormalizedAppPaths=%2Fapi%2Fskills%2Fupdate&allNormalizedAppPaths=%2Fapi%2Fworktrees&allNormalizedAppPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2Fmanifest.webmanifest&allNormalizedAppPaths=%2F&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1785680957850,"traceId":"a894ddc49bbe7d05"},{"name":"add-entry","duration":517004,"timestamp":1853724629819,"id":38,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fsessions%2F%5Bid%5D%2Fstate%2Froute&name=app%2Fapi%2Fsessions%2F%5Bid%5D%2Fstate%2Froute&pagePath=private-next-app-dir%2Fapi%2Fsessions%2F%5Bid%5D%2Fstate%2Froute.ts&appDir=%2FUsers%2Fliangyun%2FCodes%2Fpi-web%2Fapp&appPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fstate%2Froute&allNormalizedAppPaths=%2F_not-found&allNormalizedAppPaths=%2F_global-error&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D%2Fbash-output&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D%2Fevents&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fagent%2Fnew&allNormalizedAppPaths=%2Fapi%2Fagent%2Frunning%2Fevents&allNormalizedAppPaths=%2Fapi%2Fagent%2Frunning&allNormalizedAppPaths=%2Fapi%2Fauth%2Fall-providers&allNormalizedAppPaths=%2Fapi%2Fauth%2Fapi-key%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Flogin%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Flogout%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Fproviders&allNormalizedAppPaths=%2Fapi%2Fcwd%2Fbrowse&allNormalizedAppPaths=%2Fapi%2Fcwd%2Fvalidate&allNormalizedAppPaths=%2Fapi%2Fdefault-cwd&allNormalizedAppPaths=%2Fapi%2Ffile-index&allNormalizedAppPaths=%2Fapi%2Ffiles%2F%5B...path%5D&allNormalizedAppPaths=%2Fapi%2Fgit%2Fdiff&allNormalizedAppPaths=%2Fapi%2Fgit%2Fstatus&allNormalizedAppPaths=%2Fapi%2Fhome&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Fcatalog&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Fdiscover&allNormalizedAppPaths=%2Fapi%2Fmodels-config&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Ftest&allNormalizedAppPaths=%2Fapi%2Fmodels&allNormalizedAppPaths=%2Fapi%2Fplugins&allNormalizedAppPaths=%2Fapi%2Fproject-trust&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fauto-name&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fcontext&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fentries%2F%5BentryId%5D%2Fthinking&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fexport&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fstate&allNormalizedAppPaths=%2Fapi%2Fsessions&allNormalizedAppPaths=%2Fapi%2Fskills%2Fcheck&allNormalizedAppPaths=%2Fapi%2Fskills%2Finstall&allNormalizedAppPaths=%2Fapi%2Fskills&allNormalizedAppPaths=%2Fapi%2Fskills%2Fsearch&allNormalizedAppPaths=%2Fapi%2Fskills%2Fupdate&allNormalizedAppPaths=%2Fapi%2Fworktrees&allNormalizedAppPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2Fmanifest.webmanifest&allNormalizedAppPaths=%2F&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1785680957850,"traceId":"a894ddc49bbe7d05"},{"name":"add-entry","duration":516988,"timestamp":1853724629837,"id":58,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fproject-trust%2Froute&name=app%2Fapi%2Fproject-trust%2Froute&pagePath=private-next-app-dir%2Fapi%2Fproject-trust%2Froute.ts&appDir=%2FUsers%2Fliangyun%2FCodes%2Fpi-web%2Fapp&appPaths=%2Fapi%2Fproject-trust%2Froute&allNormalizedAppPaths=%2F_not-found&allNormalizedAppPaths=%2F_global-error&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D%2Fbash-output&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D%2Fevents&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fagent%2Fnew&allNormalizedAppPaths=%2Fapi%2Fagent%2Frunning%2Fevents&allNormalizedAppPaths=%2Fapi%2Fagent%2Frunning&allNormalizedAppPaths=%2Fapi%2Fauth%2Fall-providers&allNormalizedAppPaths=%2Fapi%2Fauth%2Fapi-key%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Flogin%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Flogout%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Fproviders&allNormalizedAppPaths=%2Fapi%2Fcwd%2Fbrowse&allNormalizedAppPaths=%2Fapi%2Fcwd%2Fvalidate&allNormalizedAppPaths=%2Fapi%2Fdefault-cwd&allNormalizedAppPaths=%2Fapi%2Ffile-index&allNormalizedAppPaths=%2Fapi%2Ffiles%2F%5B...path%5D&allNormalizedAppPaths=%2Fapi%2Fgit%2Fdiff&allNormalizedAppPaths=%2Fapi%2Fgit%2Fstatus&allNormalizedAppPaths=%2Fapi%2Fhome&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Fcatalog&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Fdiscover&allNormalizedAppPaths=%2Fapi%2Fmodels-config&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Ftest&allNormalizedAppPaths=%2Fapi%2Fmodels&allNormalizedAppPaths=%2Fapi%2Fplugins&allNormalizedAppPaths=%2Fapi%2Fproject-trust&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fauto-name&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fcontext&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fentries%2F%5BentryId%5D%2Fthinking&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fexport&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fstate&allNormalizedAppPaths=%2Fapi%2Fsessions&allNormalizedAppPaths=%2Fapi%2Fskills%2Fcheck&allNormalizedAppPaths=%2Fapi%2Fskills%2Finstall&allNormalizedAppPaths=%2Fapi%2Fskills&allNormalizedAppPaths=%2Fapi%2Fskills%2Fsearch&allNormalizedAppPaths=%2Fapi%2Fskills%2Fupdate&allNormalizedAppPaths=%2Fapi%2Fworktrees&allNormalizedAppPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2Fmanifest.webmanifest&allNormalizedAppPaths=%2F&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1785680957850,"traceId":"a894ddc49bbe7d05"},{"name":"add-entry","duration":517156,"timestamp":1853724629672,"id":24,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fagent%2F%5Bid%5D%2Fbash-output%2Froute&name=app%2Fapi%2Fagent%2F%5Bid%5D%2Fbash-output%2Froute&pagePath=private-next-app-dir%2Fapi%2Fagent%2F%5Bid%5D%2Fbash-output%2Froute.ts&appDir=%2FUsers%2Fliangyun%2FCodes%2Fpi-web%2Fapp&appPaths=%2Fapi%2Fagent%2F%5Bid%5D%2Fbash-output%2Froute&allNormalizedAppPaths=%2F_not-found&allNormalizedAppPaths=%2F_global-error&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D%2Fbash-output&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D%2Fevents&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fagent%2Fnew&allNormalizedAppPaths=%2Fapi%2Fagent%2Frunning%2Fevents&allNormalizedAppPaths=%2Fapi%2Fagent%2Frunning&allNormalizedAppPaths=%2Fapi%2Fauth%2Fall-providers&allNormalizedAppPaths=%2Fapi%2Fauth%2Fapi-key%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Flogin%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Flogout%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Fproviders&allNormalizedAppPaths=%2Fapi%2Fcwd%2Fbrowse&allNormalizedAppPaths=%2Fapi%2Fcwd%2Fvalidate&allNormalizedAppPaths=%2Fapi%2Fdefault-cwd&allNormalizedAppPaths=%2Fapi%2Ffile-index&allNormalizedAppPaths=%2Fapi%2Ffiles%2F%5B...path%5D&allNormalizedAppPaths=%2Fapi%2Fgit%2Fdiff&allNormalizedAppPaths=%2Fapi%2Fgit%2Fstatus&allNormalizedAppPaths=%2Fapi%2Fhome&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Fcatalog&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Fdiscover&allNormalizedAppPaths=%2Fapi%2Fmodels-config&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Ftest&allNormalizedAppPaths=%2Fapi%2Fmodels&allNormalizedAppPaths=%2Fapi%2Fplugins&allNormalizedAppPaths=%2Fapi%2Fproject-trust&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fauto-name&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fcontext&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fentries%2F%5BentryId%5D%2Fthinking&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fexport&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fstate&allNormalizedAppPaths=%2Fapi%2Fsessions&allNormalizedAppPaths=%2Fapi%2Fskills%2Fcheck&allNormalizedAppPaths=%2Fapi%2Fskills%2Finstall&allNormalizedAppPaths=%2Fapi%2Fskills&allNormalizedAppPaths=%2Fapi%2Fskills%2Fsearch&allNormalizedAppPaths=%2Fapi%2Fskills%2Fupdate&allNormalizedAppPaths=%2Fapi%2Fworktrees&allNormalizedAppPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2Fmanifest.webmanifest&allNormalizedAppPaths=%2F&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1785680957850,"traceId":"a894ddc49bbe7d05"},{"name":"add-entry","duration":517034,"timestamp":1853724629798,"id":31,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fgit%2Fdiff%2Froute&name=app%2Fapi%2Fgit%2Fdiff%2Froute&pagePath=private-next-app-dir%2Fapi%2Fgit%2Fdiff%2Froute.ts&appDir=%2FUsers%2Fliangyun%2FCodes%2Fpi-web%2Fapp&appPaths=%2Fapi%2Fgit%2Fdiff%2Froute&allNormalizedAppPaths=%2F_not-found&allNormalizedAppPaths=%2F_global-error&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D%2Fbash-output&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D%2Fevents&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fagent%2Fnew&allNormalizedAppPaths=%2Fapi%2Fagent%2Frunning%2Fevents&allNormalizedAppPaths=%2Fapi%2Fagent%2Frunning&allNormalizedAppPaths=%2Fapi%2Fauth%2Fall-providers&allNormalizedAppPaths=%2Fapi%2Fauth%2Fapi-key%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Flogin%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Flogout%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Fproviders&allNormalizedAppPaths=%2Fapi%2Fcwd%2Fbrowse&allNormalizedAppPaths=%2Fapi%2Fcwd%2Fvalidate&allNormalizedAppPaths=%2Fapi%2Fdefault-cwd&allNormalizedAppPaths=%2Fapi%2Ffile-index&allNormalizedAppPaths=%2Fapi%2Ffiles%2F%5B...path%5D&allNormalizedAppPaths=%2Fapi%2Fgit%2Fdiff&allNormalizedAppPaths=%2Fapi%2Fgit%2Fstatus&allNormalizedAppPaths=%2Fapi%2Fhome&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Fcatalog&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Fdiscover&allNormalizedAppPaths=%2Fapi%2Fmodels-config&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Ftest&allNormalizedAppPaths=%2Fapi%2Fmodels&allNormalizedAppPaths=%2Fapi%2Fplugins&allNormalizedAppPaths=%2Fapi%2Fproject-trust&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fauto-name&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fcontext&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fentries%2F%5BentryId%5D%2Fthinking&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fexport&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fstate&allNormalizedAppPaths=%2Fapi%2Fsessions&allNormalizedAppPaths=%2Fapi%2Fskills%2Fcheck&allNormalizedAppPaths=%2Fapi%2Fskills%2Finstall&allNormalizedAppPaths=%2Fapi%2Fskills&allNormalizedAppPaths=%2Fapi%2Fskills%2Fsearch&allNormalizedAppPaths=%2Fapi%2Fskills%2Fupdate&allNormalizedAppPaths=%2Fapi%2Fworktrees&allNormalizedAppPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2Fmanifest.webmanifest&allNormalizedAppPaths=%2F&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1785680957850,"traceId":"a894ddc49bbe7d05"},{"name":"add-entry","duration":517023,"timestamp":1853724629811,"id":32,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fgit%2Fstatus%2Froute&name=app%2Fapi%2Fgit%2Fstatus%2Froute&pagePath=private-next-app-dir%2Fapi%2Fgit%2Fstatus%2Froute.ts&appDir=%2FUsers%2Fliangyun%2FCodes%2Fpi-web%2Fapp&appPaths=%2Fapi%2Fgit%2Fstatus%2Froute&allNormalizedAppPaths=%2F_not-found&allNormalizedAppPaths=%2F_global-error&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D%2Fbash-output&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D%2Fevents&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fagent%2Fnew&allNormalizedAppPaths=%2Fapi%2Fagent%2Frunning%2Fevents&allNormalizedAppPaths=%2Fapi%2Fagent%2Frunning&allNormalizedAppPaths=%2Fapi%2Fauth%2Fall-providers&allNormalizedAppPaths=%2Fapi%2Fauth%2Fapi-key%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Flogin%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Flogout%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Fproviders&allNormalizedAppPaths=%2Fapi%2Fcwd%2Fbrowse&allNormalizedAppPaths=%2Fapi%2Fcwd%2Fvalidate&allNormalizedAppPaths=%2Fapi%2Fdefault-cwd&allNormalizedAppPaths=%2Fapi%2Ffile-index&allNormalizedAppPaths=%2Fapi%2Ffiles%2F%5B...path%5D&allNormalizedAppPaths=%2Fapi%2Fgit%2Fdiff&allNormalizedAppPaths=%2Fapi%2Fgit%2Fstatus&allNormalizedAppPaths=%2Fapi%2Fhome&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Fcatalog&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Fdiscover&allNormalizedAppPaths=%2Fapi%2Fmodels-config&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Ftest&allNormalizedAppPaths=%2Fapi%2Fmodels&allNormalizedAppPaths=%2Fapi%2Fplugins&allNormalizedAppPaths=%2Fapi%2Fproject-trust&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fauto-name&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fcontext&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fentries%2F%5BentryId%5D%2Fthinking&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fexport&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fstate&allNormalizedAppPaths=%2Fapi%2Fsessions&allNormalizedAppPaths=%2Fapi%2Fskills%2Fcheck&allNormalizedAppPaths=%2Fapi%2Fskills%2Finstall&allNormalizedAppPaths=%2Fapi%2Fskills&allNormalizedAppPaths=%2Fapi%2Fskills%2Fsearch&allNormalizedAppPaths=%2Fapi%2Fskills%2Fupdate&allNormalizedAppPaths=%2Fapi%2Fworktrees&allNormalizedAppPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2Fmanifest.webmanifest&allNormalizedAppPaths=%2F&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1785680957850,"traceId":"a894ddc49bbe7d05"},{"name":"add-entry","duration":517082,"timestamp":1853724629840,"id":62,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fskills%2Finstall%2Froute&name=app%2Fapi%2Fskills%2Finstall%2Froute&pagePath=private-next-app-dir%2Fapi%2Fskills%2Finstall%2Froute.ts&appDir=%2FUsers%2Fliangyun%2FCodes%2Fpi-web%2Fapp&appPaths=%2Fapi%2Fskills%2Finstall%2Froute&allNormalizedAppPaths=%2F_not-found&allNormalizedAppPaths=%2F_global-error&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D%2Fbash-output&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D%2Fevents&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fagent%2Fnew&allNormalizedAppPaths=%2Fapi%2Fagent%2Frunning%2Fevents&allNormalizedAppPaths=%2Fapi%2Fagent%2Frunning&allNormalizedAppPaths=%2Fapi%2Fauth%2Fall-providers&allNormalizedAppPaths=%2Fapi%2Fauth%2Fapi-key%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Flogin%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Flogout%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Fproviders&allNormalizedAppPaths=%2Fapi%2Fcwd%2Fbrowse&allNormalizedAppPaths=%2Fapi%2Fcwd%2Fvalidate&allNormalizedAppPaths=%2Fapi%2Fdefault-cwd&allNormalizedAppPaths=%2Fapi%2Ffile-index&allNormalizedAppPaths=%2Fapi%2Ffiles%2F%5B...path%5D&allNormalizedAppPaths=%2Fapi%2Fgit%2Fdiff&allNormalizedAppPaths=%2Fapi%2Fgit%2Fstatus&allNormalizedAppPaths=%2Fapi%2Fhome&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Fcatalog&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Fdiscover&allNormalizedAppPaths=%2Fapi%2Fmodels-config&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Ftest&allNormalizedAppPaths=%2Fapi%2Fmodels&allNormalizedAppPaths=%2Fapi%2Fplugins&allNormalizedAppPaths=%2Fapi%2Fproject-trust&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fauto-name&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fcontext&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fentries%2F%5BentryId%5D%2Fthinking&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fexport&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fstate&allNormalizedAppPaths=%2Fapi%2Fsessions&allNormalizedAppPaths=%2Fapi%2Fskills%2Fcheck&allNormalizedAppPaths=%2Fapi%2Fskills%2Finstall&allNormalizedAppPaths=%2Fapi%2Fskills&allNormalizedAppPaths=%2Fapi%2Fskills%2Fsearch&allNormalizedAppPaths=%2Fapi%2Fskills%2Fupdate&allNormalizedAppPaths=%2Fapi%2Fworktrees&allNormalizedAppPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2Fmanifest.webmanifest&allNormalizedAppPaths=%2F&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1785680957850,"traceId":"a894ddc49bbe7d05"},{"name":"add-entry","duration":517081,"timestamp":1853724629844,"id":65,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fskills%2Fsearch%2Froute&name=app%2Fapi%2Fskills%2Fsearch%2Froute&pagePath=private-next-app-dir%2Fapi%2Fskills%2Fsearch%2Froute.ts&appDir=%2FUsers%2Fliangyun%2FCodes%2Fpi-web%2Fapp&appPaths=%2Fapi%2Fskills%2Fsearch%2Froute&allNormalizedAppPaths=%2F_not-found&allNormalizedAppPaths=%2F_global-error&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D%2Fbash-output&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D%2Fevents&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fagent%2Fnew&allNormalizedAppPaths=%2Fapi%2Fagent%2Frunning%2Fevents&allNormalizedAppPaths=%2Fapi%2Fagent%2Frunning&allNormalizedAppPaths=%2Fapi%2Fauth%2Fall-providers&allNormalizedAppPaths=%2Fapi%2Fauth%2Fapi-key%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Flogin%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Flogout%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Fproviders&allNormalizedAppPaths=%2Fapi%2Fcwd%2Fbrowse&allNormalizedAppPaths=%2Fapi%2Fcwd%2Fvalidate&allNormalizedAppPaths=%2Fapi%2Fdefault-cwd&allNormalizedAppPaths=%2Fapi%2Ffile-index&allNormalizedAppPaths=%2Fapi%2Ffiles%2F%5B...path%5D&allNormalizedAppPaths=%2Fapi%2Fgit%2Fdiff&allNormalizedAppPaths=%2Fapi%2Fgit%2Fstatus&allNormalizedAppPaths=%2Fapi%2Fhome&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Fcatalog&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Fdiscover&allNormalizedAppPaths=%2Fapi%2Fmodels-config&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Ftest&allNormalizedAppPaths=%2Fapi%2Fmodels&allNormalizedAppPaths=%2Fapi%2Fplugins&allNormalizedAppPaths=%2Fapi%2Fproject-trust&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fauto-name&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fcontext&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fentries%2F%5BentryId%5D%2Fthinking&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fexport&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fstate&allNormalizedAppPaths=%2Fapi%2Fsessions&allNormalizedAppPaths=%2Fapi%2Fskills%2Fcheck&allNormalizedAppPaths=%2Fapi%2Fskills%2Finstall&allNormalizedAppPaths=%2Fapi%2Fskills&allNormalizedAppPaths=%2Fapi%2Fskills%2Fsearch&allNormalizedAppPaths=%2Fapi%2Fskills%2Fupdate&allNormalizedAppPaths=%2Fapi%2Fworktrees&allNormalizedAppPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2Fmanifest.webmanifest&allNormalizedAppPaths=%2F&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1785680957850,"traceId":"a894ddc49bbe7d05"},{"name":"add-entry","duration":525274,"timestamp":1853724629816,"id":34,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fsessions%2F%5Bid%5D%2Fauto-name%2Froute&name=app%2Fapi%2Fsessions%2F%5Bid%5D%2Fauto-name%2Froute&pagePath=private-next-app-dir%2Fapi%2Fsessions%2F%5Bid%5D%2Fauto-name%2Froute.ts&appDir=%2FUsers%2Fliangyun%2FCodes%2Fpi-web%2Fapp&appPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fauto-name%2Froute&allNormalizedAppPaths=%2F_not-found&allNormalizedAppPaths=%2F_global-error&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D%2Fbash-output&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D%2Fevents&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fagent%2Fnew&allNormalizedAppPaths=%2Fapi%2Fagent%2Frunning%2Fevents&allNormalizedAppPaths=%2Fapi%2Fagent%2Frunning&allNormalizedAppPaths=%2Fapi%2Fauth%2Fall-providers&allNormalizedAppPaths=%2Fapi%2Fauth%2Fapi-key%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Flogin%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Flogout%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Fproviders&allNormalizedAppPaths=%2Fapi%2Fcwd%2Fbrowse&allNormalizedAppPaths=%2Fapi%2Fcwd%2Fvalidate&allNormalizedAppPaths=%2Fapi%2Fdefault-cwd&allNormalizedAppPaths=%2Fapi%2Ffile-index&allNormalizedAppPaths=%2Fapi%2Ffiles%2F%5B...path%5D&allNormalizedAppPaths=%2Fapi%2Fgit%2Fdiff&allNormalizedAppPaths=%2Fapi%2Fgit%2Fstatus&allNormalizedAppPaths=%2Fapi%2Fhome&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Fcatalog&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Fdiscover&allNormalizedAppPaths=%2Fapi%2Fmodels-config&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Ftest&allNormalizedAppPaths=%2Fapi%2Fmodels&allNormalizedAppPaths=%2Fapi%2Fplugins&allNormalizedAppPaths=%2Fapi%2Fproject-trust&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fauto-name&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fcontext&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fentries%2F%5BentryId%5D%2Fthinking&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fexport&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fstate&allNormalizedAppPaths=%2Fapi%2Fsessions&allNormalizedAppPaths=%2Fapi%2Fskills%2Fcheck&allNormalizedAppPaths=%2Fapi%2Fskills%2Finstall&allNormalizedAppPaths=%2Fapi%2Fskills&allNormalizedAppPaths=%2Fapi%2Fskills%2Fsearch&allNormalizedAppPaths=%2Fapi%2Fskills%2Fupdate&allNormalizedAppPaths=%2Fapi%2Fworktrees&allNormalizedAppPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2Fmanifest.webmanifest&allNormalizedAppPaths=%2F&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1785680957850,"traceId":"a894ddc49bbe7d05"},{"name":"add-entry","duration":526839,"timestamp":1853724629840,"id":61,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fskills%2Froute&name=app%2Fapi%2Fskills%2Froute&pagePath=private-next-app-dir%2Fapi%2Fskills%2Froute.ts&appDir=%2FUsers%2Fliangyun%2FCodes%2Fpi-web%2Fapp&appPaths=%2Fapi%2Fskills%2Froute&allNormalizedAppPaths=%2F_not-found&allNormalizedAppPaths=%2F_global-error&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D%2Fbash-output&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D%2Fevents&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fagent%2Fnew&allNormalizedAppPaths=%2Fapi%2Fagent%2Frunning%2Fevents&allNormalizedAppPaths=%2Fapi%2Fagent%2Frunning&allNormalizedAppPaths=%2Fapi%2Fauth%2Fall-providers&allNormalizedAppPaths=%2Fapi%2Fauth%2Fapi-key%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Flogin%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Flogout%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Fproviders&allNormalizedAppPaths=%2Fapi%2Fcwd%2Fbrowse&allNormalizedAppPaths=%2Fapi%2Fcwd%2Fvalidate&allNormalizedAppPaths=%2Fapi%2Fdefault-cwd&allNormalizedAppPaths=%2Fapi%2Ffile-index&allNormalizedAppPaths=%2Fapi%2Ffiles%2F%5B...path%5D&allNormalizedAppPaths=%2Fapi%2Fgit%2Fdiff&allNormalizedAppPaths=%2Fapi%2Fgit%2Fstatus&allNormalizedAppPaths=%2Fapi%2Fhome&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Fcatalog&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Fdiscover&allNormalizedAppPaths=%2Fapi%2Fmodels-config&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Ftest&allNormalizedAppPaths=%2Fapi%2Fmodels&allNormalizedAppPaths=%2Fapi%2Fplugins&allNormalizedAppPaths=%2Fapi%2Fproject-trust&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fauto-name&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fcontext&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fentries%2F%5BentryId%5D%2Fthinking&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fexport&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fstate&allNormalizedAppPaths=%2Fapi%2Fsessions&allNormalizedAppPaths=%2Fapi%2Fskills%2Fcheck&allNormalizedAppPaths=%2Fapi%2Fskills%2Finstall&allNormalizedAppPaths=%2Fapi%2Fskills&allNormalizedAppPaths=%2Fapi%2Fskills%2Fsearch&allNormalizedAppPaths=%2Fapi%2Fskills%2Fupdate&allNormalizedAppPaths=%2Fapi%2Fworktrees&allNormalizedAppPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2Fmanifest.webmanifest&allNormalizedAppPaths=%2F&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1785680957850,"traceId":"a894ddc49bbe7d05"},{"name":"add-entry","duration":526841,"timestamp":1853724629841,"id":63,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fskills%2Fupdate%2Froute&name=app%2Fapi%2Fskills%2Fupdate%2Froute&pagePath=private-next-app-dir%2Fapi%2Fskills%2Fupdate%2Froute.ts&appDir=%2FUsers%2Fliangyun%2FCodes%2Fpi-web%2Fapp&appPaths=%2Fapi%2Fskills%2Fupdate%2Froute&allNormalizedAppPaths=%2F_not-found&allNormalizedAppPaths=%2F_global-error&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D%2Fbash-output&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D%2Fevents&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fagent%2Fnew&allNormalizedAppPaths=%2Fapi%2Fagent%2Frunning%2Fevents&allNormalizedAppPaths=%2Fapi%2Fagent%2Frunning&allNormalizedAppPaths=%2Fapi%2Fauth%2Fall-providers&allNormalizedAppPaths=%2Fapi%2Fauth%2Fapi-key%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Flogin%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Flogout%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Fproviders&allNormalizedAppPaths=%2Fapi%2Fcwd%2Fbrowse&allNormalizedAppPaths=%2Fapi%2Fcwd%2Fvalidate&allNormalizedAppPaths=%2Fapi%2Fdefault-cwd&allNormalizedAppPaths=%2Fapi%2Ffile-index&allNormalizedAppPaths=%2Fapi%2Ffiles%2F%5B...path%5D&allNormalizedAppPaths=%2Fapi%2Fgit%2Fdiff&allNormalizedAppPaths=%2Fapi%2Fgit%2Fstatus&allNormalizedAppPaths=%2Fapi%2Fhome&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Fcatalog&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Fdiscover&allNormalizedAppPaths=%2Fapi%2Fmodels-config&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Ftest&allNormalizedAppPaths=%2Fapi%2Fmodels&allNormalizedAppPaths=%2Fapi%2Fplugins&allNormalizedAppPaths=%2Fapi%2Fproject-trust&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fauto-name&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fcontext&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fentries%2F%5BentryId%5D%2Fthinking&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fexport&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fstate&allNormalizedAppPaths=%2Fapi%2Fsessions&allNormalizedAppPaths=%2Fapi%2Fskills%2Fcheck&allNormalizedAppPaths=%2Fapi%2Fskills%2Finstall&allNormalizedAppPaths=%2Fapi%2Fskills&allNormalizedAppPaths=%2Fapi%2Fskills%2Fsearch&allNormalizedAppPaths=%2Fapi%2Fskills%2Fupdate&allNormalizedAppPaths=%2Fapi%2Fworktrees&allNormalizedAppPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2Fmanifest.webmanifest&allNormalizedAppPaths=%2F&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1785680957850,"traceId":"a894ddc49bbe7d05"},{"name":"add-entry","duration":526846,"timestamp":1853724629838,"id":59,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fskills%2Fcheck%2Froute&name=app%2Fapi%2Fskills%2Fcheck%2Froute&pagePath=private-next-app-dir%2Fapi%2Fskills%2Fcheck%2Froute.ts&appDir=%2FUsers%2Fliangyun%2FCodes%2Fpi-web%2Fapp&appPaths=%2Fapi%2Fskills%2Fcheck%2Froute&allNormalizedAppPaths=%2F_not-found&allNormalizedAppPaths=%2F_global-error&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D%2Fbash-output&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D%2Fevents&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fagent%2Fnew&allNormalizedAppPaths=%2Fapi%2Fagent%2Frunning%2Fevents&allNormalizedAppPaths=%2Fapi%2Fagent%2Frunning&allNormalizedAppPaths=%2Fapi%2Fauth%2Fall-providers&allNormalizedAppPaths=%2Fapi%2Fauth%2Fapi-key%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Flogin%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Flogout%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Fproviders&allNormalizedAppPaths=%2Fapi%2Fcwd%2Fbrowse&allNormalizedAppPaths=%2Fapi%2Fcwd%2Fvalidate&allNormalizedAppPaths=%2Fapi%2Fdefault-cwd&allNormalizedAppPaths=%2Fapi%2Ffile-index&allNormalizedAppPaths=%2Fapi%2Ffiles%2F%5B...path%5D&allNormalizedAppPaths=%2Fapi%2Fgit%2Fdiff&allNormalizedAppPaths=%2Fapi%2Fgit%2Fstatus&allNormalizedAppPaths=%2Fapi%2Fhome&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Fcatalog&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Fdiscover&allNormalizedAppPaths=%2Fapi%2Fmodels-config&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Ftest&allNormalizedAppPaths=%2Fapi%2Fmodels&allNormalizedAppPaths=%2Fapi%2Fplugins&allNormalizedAppPaths=%2Fapi%2Fproject-trust&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fauto-name&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fcontext&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fentries%2F%5BentryId%5D%2Fthinking&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fexport&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fstate&allNormalizedAppPaths=%2Fapi%2Fsessions&allNormalizedAppPaths=%2Fapi%2Fskills%2Fcheck&allNormalizedAppPaths=%2Fapi%2Fskills%2Finstall&allNormalizedAppPaths=%2Fapi%2Fskills&allNormalizedAppPaths=%2Fapi%2Fskills%2Fsearch&allNormalizedAppPaths=%2Fapi%2Fskills%2Fupdate&allNormalizedAppPaths=%2Fapi%2Fworktrees&allNormalizedAppPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2Fmanifest.webmanifest&allNormalizedAppPaths=%2F&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1785680957850,"traceId":"a894ddc49bbe7d05"},{"name":"add-entry","duration":528217,"timestamp":1853724629845,"id":66,"parentId":21,"tags":{"request":"next-middleware-loader?absolutePagePath=private-next-root-dir%2Fproxy.ts&page=%2Fproxy&rootDir=%2FUsers%2Fliangyun%2FCodes%2Fpi-web&matchers=W3sicmVnZXhwIjoiXig%2FOlxcLyhfbmV4dFxcL2RhdGFcXC9bXi9dezEsfSkpPyg%2FOlxcLyhcXC8%2FaW5kZXh8XFwvP2luZGV4XFwuanNvbnxcXC8%2FaW5kZXgoPzpcXC5yc2N8XFwuc2VnbWVudHNcXC8uK1xcLnNlZ21lbnRcXC5yc2MpKSk%2FW1xcLyNcXD9dPyQiLCJvcmlnaW5hbFNvdXJjZSI6Ii8ifSx7InJlZ2V4cCI6Il4oPzpcXC8oX25leHRcXC9kYXRhXFwvW14vXXsxLH0pKT9cXC9hcGkoPzpcXC8oKD86W15cXC8jXFw%2FXSs%2FKSg%2FOlxcLyg%2FOlteXFwvI1xcP10rPykpKikpPyhcXC5qc29ufFxcLnJzY3xcXC5zZWdtZW50c1xcLy4rXFwuc2VnbWVudFxcLnJzYyk%2FW1xcLyNcXD9dPyQiLCJvcmlnaW5hbFNvdXJjZSI6Ii9hcGkvOnBhdGgqIn1d&preferredRegion=&middlewareConfig=eyJtYXRjaGVycyI6W3sicmVnZXhwIjoiXig%2FOlxcLyhfbmV4dFxcL2RhdGFcXC9bXi9dezEsfSkpPyg%2FOlxcLyhcXC8%2FaW5kZXh8XFwvP2luZGV4XFwuanNvbnxcXC8%2FaW5kZXgoPzpcXC5yc2N8XFwuc2VnbWVudHNcXC8uK1xcLnNlZ21lbnRcXC5yc2MpKSk%2FW1xcLyNcXD9dPyQiLCJvcmlnaW5hbFNvdXJjZSI6Ii8ifSx7InJlZ2V4cCI6Il4oPzpcXC8oX25leHRcXC9kYXRhXFwvW14vXXsxLH0pKT9cXC9hcGkoPzpcXC8oKD86W15cXC8jXFw%2FXSs%2FKSg%2FOlxcLyg%2FOlteXFwvI1xcP10rPykpKikpPyhcXC5qc29ufFxcLnJzY3xcXC5zZWdtZW50c1xcLy4rXFwuc2VnbWVudFxcLnJzYyk%2FW1xcLyNcXD9dPyQiLCJvcmlnaW5hbFNvdXJjZSI6Ii9hcGkvOnBhdGgqIn1dfQ%3D%3D!"},"startTime":1785680957850,"traceId":"a894ddc49bbe7d05"},{"name":"add-entry","duration":564706,"timestamp":1853724629829,"id":49,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fauth%2Fapi-key%2F%5Bprovider%5D%2Froute&name=app%2Fapi%2Fauth%2Fapi-key%2F%5Bprovider%5D%2Froute&pagePath=private-next-app-dir%2Fapi%2Fauth%2Fapi-key%2F%5Bprovider%5D%2Froute.ts&appDir=%2FUsers%2Fliangyun%2FCodes%2Fpi-web%2Fapp&appPaths=%2Fapi%2Fauth%2Fapi-key%2F%5Bprovider%5D%2Froute&allNormalizedAppPaths=%2F_not-found&allNormalizedAppPaths=%2F_global-error&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D%2Fbash-output&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D%2Fevents&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fagent%2Fnew&allNormalizedAppPaths=%2Fapi%2Fagent%2Frunning%2Fevents&allNormalizedAppPaths=%2Fapi%2Fagent%2Frunning&allNormalizedAppPaths=%2Fapi%2Fauth%2Fall-providers&allNormalizedAppPaths=%2Fapi%2Fauth%2Fapi-key%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Flogin%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Flogout%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Fproviders&allNormalizedAppPaths=%2Fapi%2Fcwd%2Fbrowse&allNormalizedAppPaths=%2Fapi%2Fcwd%2Fvalidate&allNormalizedAppPaths=%2Fapi%2Fdefault-cwd&allNormalizedAppPaths=%2Fapi%2Ffile-index&allNormalizedAppPaths=%2Fapi%2Ffiles%2F%5B...path%5D&allNormalizedAppPaths=%2Fapi%2Fgit%2Fdiff&allNormalizedAppPaths=%2Fapi%2Fgit%2Fstatus&allNormalizedAppPaths=%2Fapi%2Fhome&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Fcatalog&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Fdiscover&allNormalizedAppPaths=%2Fapi%2Fmodels-config&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Ftest&allNormalizedAppPaths=%2Fapi%2Fmodels&allNormalizedAppPaths=%2Fapi%2Fplugins&allNormalizedAppPaths=%2Fapi%2Fproject-trust&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fauto-name&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fcontext&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fentries%2F%5BentryId%5D%2Fthinking&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fexport&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fstate&allNormalizedAppPaths=%2Fapi%2Fsessions&allNormalizedAppPaths=%2Fapi%2Fskills%2Fcheck&allNormalizedAppPaths=%2Fapi%2Fskills%2Finstall&allNormalizedAppPaths=%2Fapi%2Fskills&allNormalizedAppPaths=%2Fapi%2Fskills%2Fsearch&allNormalizedAppPaths=%2Fapi%2Fskills%2Fupdate&allNormalizedAppPaths=%2Fapi%2Fworktrees&allNormalizedAppPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2Fmanifest.webmanifest&allNormalizedAppPaths=%2F&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1785680957850,"traceId":"a894ddc49bbe7d05"},{"name":"add-entry","duration":564712,"timestamp":1853724629830,"id":50,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fauth%2Flogout%2F%5Bprovider%5D%2Froute&name=app%2Fapi%2Fauth%2Flogout%2F%5Bprovider%5D%2Froute&pagePath=private-next-app-dir%2Fapi%2Fauth%2Flogout%2F%5Bprovider%5D%2Froute.ts&appDir=%2FUsers%2Fliangyun%2FCodes%2Fpi-web%2Fapp&appPaths=%2Fapi%2Fauth%2Flogout%2F%5Bprovider%5D%2Froute&allNormalizedAppPaths=%2F_not-found&allNormalizedAppPaths=%2F_global-error&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D%2Fbash-output&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D%2Fevents&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fagent%2Fnew&allNormalizedAppPaths=%2Fapi%2Fagent%2Frunning%2Fevents&allNormalizedAppPaths=%2Fapi%2Fagent%2Frunning&allNormalizedAppPaths=%2Fapi%2Fauth%2Fall-providers&allNormalizedAppPaths=%2Fapi%2Fauth%2Fapi-key%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Flogin%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Flogout%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Fproviders&allNormalizedAppPaths=%2Fapi%2Fcwd%2Fbrowse&allNormalizedAppPaths=%2Fapi%2Fcwd%2Fvalidate&allNormalizedAppPaths=%2Fapi%2Fdefault-cwd&allNormalizedAppPaths=%2Fapi%2Ffile-index&allNormalizedAppPaths=%2Fapi%2Ffiles%2F%5B...path%5D&allNormalizedAppPaths=%2Fapi%2Fgit%2Fdiff&allNormalizedAppPaths=%2Fapi%2Fgit%2Fstatus&allNormalizedAppPaths=%2Fapi%2Fhome&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Fcatalog&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Fdiscover&allNormalizedAppPaths=%2Fapi%2Fmodels-config&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Ftest&allNormalizedAppPaths=%2Fapi%2Fmodels&allNormalizedAppPaths=%2Fapi%2Fplugins&allNormalizedAppPaths=%2Fapi%2Fproject-trust&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fauto-name&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fcontext&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fentries%2F%5BentryId%5D%2Fthinking&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fexport&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fstate&allNormalizedAppPaths=%2Fapi%2Fsessions&allNormalizedAppPaths=%2Fapi%2Fskills%2Fcheck&allNormalizedAppPaths=%2Fapi%2Fskills%2Finstall&allNormalizedAppPaths=%2Fapi%2Fskills&allNormalizedAppPaths=%2Fapi%2Fskills%2Fsearch&allNormalizedAppPaths=%2Fapi%2Fskills%2Fupdate&allNormalizedAppPaths=%2Fapi%2Fworktrees&allNormalizedAppPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2Fmanifest.webmanifest&allNormalizedAppPaths=%2F&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1785680957850,"traceId":"a894ddc49bbe7d05"},{"name":"add-entry","duration":570891,"timestamp":1853724629702,"id":30,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Ffiles%2F%5B...path%5D%2Froute&name=app%2Fapi%2Ffiles%2F%5B...path%5D%2Froute&pagePath=private-next-app-dir%2Fapi%2Ffiles%2F%5B...path%5D%2Froute.ts&appDir=%2FUsers%2Fliangyun%2FCodes%2Fpi-web%2Fapp&appPaths=%2Fapi%2Ffiles%2F%5B...path%5D%2Froute&allNormalizedAppPaths=%2F_not-found&allNormalizedAppPaths=%2F_global-error&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D%2Fbash-output&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D%2Fevents&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fagent%2Fnew&allNormalizedAppPaths=%2Fapi%2Fagent%2Frunning%2Fevents&allNormalizedAppPaths=%2Fapi%2Fagent%2Frunning&allNormalizedAppPaths=%2Fapi%2Fauth%2Fall-providers&allNormalizedAppPaths=%2Fapi%2Fauth%2Fapi-key%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Flogin%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Flogout%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Fproviders&allNormalizedAppPaths=%2Fapi%2Fcwd%2Fbrowse&allNormalizedAppPaths=%2Fapi%2Fcwd%2Fvalidate&allNormalizedAppPaths=%2Fapi%2Fdefault-cwd&allNormalizedAppPaths=%2Fapi%2Ffile-index&allNormalizedAppPaths=%2Fapi%2Ffiles%2F%5B...path%5D&allNormalizedAppPaths=%2Fapi%2Fgit%2Fdiff&allNormalizedAppPaths=%2Fapi%2Fgit%2Fstatus&allNormalizedAppPaths=%2Fapi%2Fhome&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Fcatalog&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Fdiscover&allNormalizedAppPaths=%2Fapi%2Fmodels-config&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Ftest&allNormalizedAppPaths=%2Fapi%2Fmodels&allNormalizedAppPaths=%2Fapi%2Fplugins&allNormalizedAppPaths=%2Fapi%2Fproject-trust&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fauto-name&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fcontext&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fentries%2F%5BentryId%5D%2Fthinking&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fexport&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fstate&allNormalizedAppPaths=%2Fapi%2Fsessions&allNormalizedAppPaths=%2Fapi%2Fskills%2Fcheck&allNormalizedAppPaths=%2Fapi%2Fskills%2Finstall&allNormalizedAppPaths=%2Fapi%2Fskills&allNormalizedAppPaths=%2Fapi%2Fskills%2Fsearch&allNormalizedAppPaths=%2Fapi%2Fskills%2Fupdate&allNormalizedAppPaths=%2Fapi%2Fworktrees&allNormalizedAppPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2Fmanifest.webmanifest&allNormalizedAppPaths=%2F&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1785680957850,"traceId":"a894ddc49bbe7d05"},{"name":"add-entry","duration":579837,"timestamp":1853724629816,"id":35,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fsessions%2F%5Bid%5D%2Fcontext%2Froute&name=app%2Fapi%2Fsessions%2F%5Bid%5D%2Fcontext%2Froute&pagePath=private-next-app-dir%2Fapi%2Fsessions%2F%5Bid%5D%2Fcontext%2Froute.ts&appDir=%2FUsers%2Fliangyun%2FCodes%2Fpi-web%2Fapp&appPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fcontext%2Froute&allNormalizedAppPaths=%2F_not-found&allNormalizedAppPaths=%2F_global-error&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D%2Fbash-output&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D%2Fevents&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fagent%2Fnew&allNormalizedAppPaths=%2Fapi%2Fagent%2Frunning%2Fevents&allNormalizedAppPaths=%2Fapi%2Fagent%2Frunning&allNormalizedAppPaths=%2Fapi%2Fauth%2Fall-providers&allNormalizedAppPaths=%2Fapi%2Fauth%2Fapi-key%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Flogin%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Flogout%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Fproviders&allNormalizedAppPaths=%2Fapi%2Fcwd%2Fbrowse&allNormalizedAppPaths=%2Fapi%2Fcwd%2Fvalidate&allNormalizedAppPaths=%2Fapi%2Fdefault-cwd&allNormalizedAppPaths=%2Fapi%2Ffile-index&allNormalizedAppPaths=%2Fapi%2Ffiles%2F%5B...path%5D&allNormalizedAppPaths=%2Fapi%2Fgit%2Fdiff&allNormalizedAppPaths=%2Fapi%2Fgit%2Fstatus&allNormalizedAppPaths=%2Fapi%2Fhome&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Fcatalog&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Fdiscover&allNormalizedAppPaths=%2Fapi%2Fmodels-config&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Ftest&allNormalizedAppPaths=%2Fapi%2Fmodels&allNormalizedAppPaths=%2Fapi%2Fplugins&allNormalizedAppPaths=%2Fapi%2Fproject-trust&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fauto-name&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fcontext&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fentries%2F%5BentryId%5D%2Fthinking&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fexport&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fstate&allNormalizedAppPaths=%2Fapi%2Fsessions&allNormalizedAppPaths=%2Fapi%2Fskills%2Fcheck&allNormalizedAppPaths=%2Fapi%2Fskills%2Finstall&allNormalizedAppPaths=%2Fapi%2Fskills&allNormalizedAppPaths=%2Fapi%2Fskills%2Fsearch&allNormalizedAppPaths=%2Fapi%2Fskills%2Fupdate&allNormalizedAppPaths=%2Fapi%2Fworktrees&allNormalizedAppPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2Fmanifest.webmanifest&allNormalizedAppPaths=%2F&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1785680957850,"traceId":"a894ddc49bbe7d05"},{"name":"font-loader","duration":2759827,"timestamp":1853725088289,"id":70,"parentId":69,"tags":{},"startTime":1785680958308,"traceId":"a894ddc49bbe7d05"},{"name":"postcss","duration":2218,"timestamp":1853727910057,"id":71,"parentId":69,"tags":{},"startTime":1785680961130,"traceId":"a894ddc49bbe7d05"},{"name":"next-font-loader","duration":2837807,"timestamp":1853725074722,"id":69,"parentId":68,"tags":{},"startTime":1785680958295,"traceId":"a894ddc49bbe7d05"},{"name":"css-loader","duration":11540,"timestamp":1853727912372,"id":72,"parentId":68,"tags":{"astUsed":"true"},"startTime":1785680961132,"traceId":"a894ddc49bbe7d05"},{"name":"build-module","duration":2871043,"timestamp":1853725055503,"id":68,"parentId":19,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/font/google/target.css?{\"path\":\"app/layout.tsx\",\"import\":\"Noto_Sans_Mono\",\"arguments\":[{\"subsets\":[\"latin\",\"cyrillic\"],\"variable\":\"--font-noto-mono\",\"display\":\"swap\"}],\"variableName\":\"notoSansMono\"}","layer":"rsc"},"startTime":1785680958275,"traceId":"a894ddc49bbe7d05"},{"name":"add-entry","duration":3297176,"timestamp":1853724629497,"id":22,"parentId":21,"tags":{"request":"next-app-loader?page=%2F_not-found%2Fpage&name=app%2F_not-found%2Fpage&pagePath=%2FUsers%2Fliangyun%2FCodes%2Fpi-web%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fbuiltin%2Fglobal-not-found.js&appDir=%2FUsers%2Fliangyun%2FCodes%2Fpi-web%2Fapp&appPaths=%2FUsers%2Fliangyun%2FCodes%2Fpi-web%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fbuiltin%2Fglobal-not-found&allNormalizedAppPaths=%2F_not-found&allNormalizedAppPaths=%2F_global-error&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D%2Fbash-output&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D%2Fevents&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fagent%2Fnew&allNormalizedAppPaths=%2Fapi%2Fagent%2Frunning%2Fevents&allNormalizedAppPaths=%2Fapi%2Fagent%2Frunning&allNormalizedAppPaths=%2Fapi%2Fauth%2Fall-providers&allNormalizedAppPaths=%2Fapi%2Fauth%2Fapi-key%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Flogin%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Flogout%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Fproviders&allNormalizedAppPaths=%2Fapi%2Fcwd%2Fbrowse&allNormalizedAppPaths=%2Fapi%2Fcwd%2Fvalidate&allNormalizedAppPaths=%2Fapi%2Fdefault-cwd&allNormalizedAppPaths=%2Fapi%2Ffile-index&allNormalizedAppPaths=%2Fapi%2Ffiles%2F%5B...path%5D&allNormalizedAppPaths=%2Fapi%2Fgit%2Fdiff&allNormalizedAppPaths=%2Fapi%2Fgit%2Fstatus&allNormalizedAppPaths=%2Fapi%2Fhome&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Fcatalog&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Fdiscover&allNormalizedAppPaths=%2Fapi%2Fmodels-config&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Ftest&allNormalizedAppPaths=%2Fapi%2Fmodels&allNormalizedAppPaths=%2Fapi%2Fplugins&allNormalizedAppPaths=%2Fapi%2Fproject-trust&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fauto-name&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fcontext&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fentries%2F%5BentryId%5D%2Fthinking&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fexport&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fstate&allNormalizedAppPaths=%2Fapi%2Fsessions&allNormalizedAppPaths=%2Fapi%2Fskills%2Fcheck&allNormalizedAppPaths=%2Fapi%2Fskills%2Finstall&allNormalizedAppPaths=%2Fapi%2Fskills&allNormalizedAppPaths=%2Fapi%2Fskills%2Fsearch&allNormalizedAppPaths=%2Fapi%2Fskills%2Fupdate&allNormalizedAppPaths=%2Fapi%2Fworktrees&allNormalizedAppPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2Fmanifest.webmanifest&allNormalizedAppPaths=%2F&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1785680957849,"traceId":"a894ddc49bbe7d05"},{"name":"add-entry","duration":3296831,"timestamp":1853724629845,"id":67,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fpage&name=app%2Fpage&pagePath=private-next-app-dir%2Fpage.tsx&appDir=%2FUsers%2Fliangyun%2FCodes%2Fpi-web%2Fapp&appPaths=%2Fpage&allNormalizedAppPaths=%2F_not-found&allNormalizedAppPaths=%2F_global-error&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D%2Fbash-output&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D%2Fevents&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fagent%2Fnew&allNormalizedAppPaths=%2Fapi%2Fagent%2Frunning%2Fevents&allNormalizedAppPaths=%2Fapi%2Fagent%2Frunning&allNormalizedAppPaths=%2Fapi%2Fauth%2Fall-providers&allNormalizedAppPaths=%2Fapi%2Fauth%2Fapi-key%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Flogin%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Flogout%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Fproviders&allNormalizedAppPaths=%2Fapi%2Fcwd%2Fbrowse&allNormalizedAppPaths=%2Fapi%2Fcwd%2Fvalidate&allNormalizedAppPaths=%2Fapi%2Fdefault-cwd&allNormalizedAppPaths=%2Fapi%2Ffile-index&allNormalizedAppPaths=%2Fapi%2Ffiles%2F%5B...path%5D&allNormalizedAppPaths=%2Fapi%2Fgit%2Fdiff&allNormalizedAppPaths=%2Fapi%2Fgit%2Fstatus&allNormalizedAppPaths=%2Fapi%2Fhome&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Fcatalog&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Fdiscover&allNormalizedAppPaths=%2Fapi%2Fmodels-config&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Ftest&allNormalizedAppPaths=%2Fapi%2Fmodels&allNormalizedAppPaths=%2Fapi%2Fplugins&allNormalizedAppPaths=%2Fapi%2Fproject-trust&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fauto-name&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fcontext&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fentries%2F%5BentryId%5D%2Fthinking&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fexport&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fstate&allNormalizedAppPaths=%2Fapi%2Fsessions&allNormalizedAppPaths=%2Fapi%2Fskills%2Fcheck&allNormalizedAppPaths=%2Fapi%2Fskills%2Finstall&allNormalizedAppPaths=%2Fapi%2Fskills&allNormalizedAppPaths=%2Fapi%2Fskills%2Fsearch&allNormalizedAppPaths=%2Fapi%2Fskills%2Fupdate&allNormalizedAppPaths=%2Fapi%2Fworktrees&allNormalizedAppPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2Fmanifest.webmanifest&allNormalizedAppPaths=%2F&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1785680957850,"traceId":"a894ddc49bbe7d05"},{"name":"make","duration":3740542,"timestamp":1853724629409,"id":21,"parentId":19,"tags":{},"startTime":1785680957849,"traceId":"a894ddc49bbe7d05"},{"name":"get-entries","duration":817,"timestamp":1853728370444,"id":278,"parentId":277,"tags":{},"startTime":1785680961590,"traceId":"a894ddc49bbe7d05"},{"name":"node-file-trace-plugin","duration":98044,"timestamp":1853728373712,"id":279,"parentId":277,"tags":{"traceEntryCount":"84"},"startTime":1785680961594,"traceId":"a894ddc49bbe7d05"},{"name":"collect-traced-files","duration":1008,"timestamp":1853728471764,"id":280,"parentId":277,"tags":{},"startTime":1785680961692,"traceId":"a894ddc49bbe7d05"},{"name":"finish-modules","duration":102447,"timestamp":1853728370370,"id":277,"parentId":20,"tags":{},"startTime":1785680961590,"traceId":"a894ddc49bbe7d05"},{"name":"chunk-graph","duration":23397,"timestamp":1853728535432,"id":282,"parentId":281,"tags":{},"startTime":1785680961755,"traceId":"a894ddc49bbe7d05"},{"name":"optimize-modules","duration":7,"timestamp":1853728558880,"id":284,"parentId":281,"tags":{},"startTime":1785680961779,"traceId":"a894ddc49bbe7d05"},{"name":"optimize-chunks","duration":16299,"timestamp":1853728558914,"id":285,"parentId":281,"tags":{},"startTime":1785680961779,"traceId":"a894ddc49bbe7d05"},{"name":"optimize-tree","duration":10,"timestamp":1853728575253,"id":286,"parentId":281,"tags":{},"startTime":1785680961795,"traceId":"a894ddc49bbe7d05"},{"name":"optimize-chunk-modules","duration":31296,"timestamp":1853728575294,"id":287,"parentId":281,"tags":{},"startTime":1785680961795,"traceId":"a894ddc49bbe7d05"},{"name":"optimize","duration":47755,"timestamp":1853728558859,"id":283,"parentId":281,"tags":{},"startTime":1785680961779,"traceId":"a894ddc49bbe7d05"},{"name":"module-hash","duration":20510,"timestamp":1853728624629,"id":288,"parentId":281,"tags":{},"startTime":1785680961845,"traceId":"a894ddc49bbe7d05"},{"name":"code-generation","duration":5022,"timestamp":1853728645172,"id":289,"parentId":281,"tags":{},"startTime":1785680961865,"traceId":"a894ddc49bbe7d05"},{"name":"hash","duration":3898,"timestamp":1853728653446,"id":290,"parentId":281,"tags":{},"startTime":1785680961873,"traceId":"a894ddc49bbe7d05"},{"name":"code-generation-jobs","duration":83,"timestamp":1853728657343,"id":291,"parentId":281,"tags":{},"startTime":1785680961877,"traceId":"a894ddc49bbe7d05"},{"name":"module-assets","duration":379,"timestamp":1853728657401,"id":292,"parentId":281,"tags":{},"startTime":1785680961877,"traceId":"a894ddc49bbe7d05"},{"name":"create-chunk-assets","duration":1296,"timestamp":1853728657783,"id":293,"parentId":281,"tags":{},"startTime":1785680961878,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":1491,"timestamp":1853728665141,"id":295,"parentId":294,"tags":{"name":"../app/_not-found/page.js","cache":"HIT"},"startTime":1785680961885,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":1447,"timestamp":1853728665189,"id":296,"parentId":294,"tags":{"name":"../app/_global-error/page.js","cache":"HIT"},"startTime":1785680961885,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":1444,"timestamp":1853728665192,"id":297,"parentId":294,"tags":{"name":"../app/api/agent/[id]/bash-output/route.js","cache":"HIT"},"startTime":1785680961885,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":1443,"timestamp":1853728665194,"id":298,"parentId":294,"tags":{"name":"../app/api/agent/[id]/route.js","cache":"HIT"},"startTime":1785680961885,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":1442,"timestamp":1853728665196,"id":299,"parentId":294,"tags":{"name":"../app/api/cwd/browse/route.js","cache":"HIT"},"startTime":1785680961885,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":1441,"timestamp":1853728665197,"id":300,"parentId":294,"tags":{"name":"../app/api/cwd/validate/route.js","cache":"HIT"},"startTime":1785680961885,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":1439,"timestamp":1853728665199,"id":301,"parentId":294,"tags":{"name":"../app/api/default-cwd/route.js","cache":"HIT"},"startTime":1785680961885,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":1438,"timestamp":1853728665201,"id":302,"parentId":294,"tags":{"name":"../app/api/file-index/route.js","cache":"HIT"},"startTime":1785680961885,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":1437,"timestamp":1853728665202,"id":303,"parentId":294,"tags":{"name":"../app/api/files/[...path]/route.js","cache":"HIT"},"startTime":1785680961885,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":1412,"timestamp":1853728665228,"id":304,"parentId":294,"tags":{"name":"../app/api/git/diff/route.js","cache":"HIT"},"startTime":1785680961885,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":1408,"timestamp":1853728665233,"id":305,"parentId":294,"tags":{"name":"../app/api/git/status/route.js","cache":"HIT"},"startTime":1785680961885,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":1406,"timestamp":1853728665235,"id":306,"parentId":294,"tags":{"name":"../app/api/home/route.js","cache":"HIT"},"startTime":1785680961885,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":1405,"timestamp":1853728665237,"id":307,"parentId":294,"tags":{"name":"../app/api/sessions/[id]/auto-name/route.js","cache":"HIT"},"startTime":1785680961885,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":1404,"timestamp":1853728665238,"id":308,"parentId":294,"tags":{"name":"../app/api/sessions/[id]/context/route.js","cache":"HIT"},"startTime":1785680961885,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":1404,"timestamp":1853728665239,"id":309,"parentId":294,"tags":{"name":"../app/api/sessions/[id]/entries/[entryId]/thinking/route.js","cache":"HIT"},"startTime":1785680961885,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":1403,"timestamp":1853728665240,"id":310,"parentId":294,"tags":{"name":"../app/api/sessions/[id]/route.js","cache":"HIT"},"startTime":1785680961885,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":1402,"timestamp":1853728665241,"id":311,"parentId":294,"tags":{"name":"../app/api/sessions/[id]/state/route.js","cache":"HIT"},"startTime":1785680961885,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":1401,"timestamp":1853728665243,"id":312,"parentId":294,"tags":{"name":"../app/api/sessions/route.js","cache":"HIT"},"startTime":1785680961885,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":1401,"timestamp":1853728665244,"id":313,"parentId":294,"tags":{"name":"../app/api/worktrees/route.js","cache":"HIT"},"startTime":1785680961885,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":1400,"timestamp":1853728665245,"id":314,"parentId":294,"tags":{"name":"../app/favicon.ico/route.js","cache":"HIT"},"startTime":1785680961885,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":1399,"timestamp":1853728665246,"id":315,"parentId":294,"tags":{"name":"../app/manifest.webmanifest/route.js","cache":"HIT"},"startTime":1785680961885,"traceId":"a894ddc49bbe7d05"}]
2
+ [{"name":"minify-js","duration":1399,"timestamp":1853728665247,"id":316,"parentId":294,"tags":{"name":"../instrumentation.js","cache":"HIT"},"startTime":1785680961885,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":1398,"timestamp":1853728665249,"id":317,"parentId":294,"tags":{"name":"../app/api/agent/[id]/events/route.js","cache":"HIT"},"startTime":1785680961885,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":1397,"timestamp":1853728665250,"id":318,"parentId":294,"tags":{"name":"../app/api/agent/running/route.js","cache":"HIT"},"startTime":1785680961885,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":1395,"timestamp":1853728665252,"id":319,"parentId":294,"tags":{"name":"../app/api/agent/running/events/route.js","cache":"HIT"},"startTime":1785680961885,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":1395,"timestamp":1853728665253,"id":320,"parentId":294,"tags":{"name":"../app/api/auth/all-providers/route.js","cache":"HIT"},"startTime":1785680961885,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":1385,"timestamp":1853728665263,"id":321,"parentId":294,"tags":{"name":"../app/api/agent/new/route.js","cache":"HIT"},"startTime":1785680961885,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":1384,"timestamp":1853728665264,"id":322,"parentId":294,"tags":{"name":"../app/api/auth/api-key/[provider]/route.js","cache":"HIT"},"startTime":1785680961885,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":1384,"timestamp":1853728665265,"id":323,"parentId":294,"tags":{"name":"../app/api/auth/logout/[provider]/route.js","cache":"HIT"},"startTime":1785680961885,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":1383,"timestamp":1853728665266,"id":324,"parentId":294,"tags":{"name":"../app/api/auth/providers/route.js","cache":"HIT"},"startTime":1785680961885,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":1383,"timestamp":1853728665267,"id":325,"parentId":294,"tags":{"name":"../app/api/auth/login/[provider]/route.js","cache":"HIT"},"startTime":1785680961885,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":1382,"timestamp":1853728665268,"id":326,"parentId":294,"tags":{"name":"../app/api/models-config/catalog/route.js","cache":"HIT"},"startTime":1785680961885,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":1381,"timestamp":1853728665269,"id":327,"parentId":294,"tags":{"name":"../app/api/models-config/route.js","cache":"HIT"},"startTime":1785680961885,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":1381,"timestamp":1853728665270,"id":328,"parentId":294,"tags":{"name":"../app/api/models-config/discover/route.js","cache":"HIT"},"startTime":1785680961885,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":1380,"timestamp":1853728665271,"id":329,"parentId":294,"tags":{"name":"../app/api/models-config/test/route.js","cache":"HIT"},"startTime":1785680961885,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":1380,"timestamp":1853728665272,"id":330,"parentId":294,"tags":{"name":"../app/api/models/route.js","cache":"HIT"},"startTime":1785680961885,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":1379,"timestamp":1853728665273,"id":331,"parentId":294,"tags":{"name":"../app/api/project-trust/route.js","cache":"HIT"},"startTime":1785680961885,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":1379,"timestamp":1853728665274,"id":332,"parentId":294,"tags":{"name":"../app/api/skills/check/route.js","cache":"HIT"},"startTime":1785680961885,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":1378,"timestamp":1853728665275,"id":333,"parentId":294,"tags":{"name":"../app/api/sessions/[id]/export/route.js","cache":"HIT"},"startTime":1785680961885,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":1377,"timestamp":1853728665276,"id":334,"parentId":294,"tags":{"name":"../app/api/skills/route.js","cache":"HIT"},"startTime":1785680961885,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":1377,"timestamp":1853728665277,"id":335,"parentId":294,"tags":{"name":"../app/api/skills/install/route.js","cache":"HIT"},"startTime":1785680961885,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":1376,"timestamp":1853728665278,"id":336,"parentId":294,"tags":{"name":"../app/api/skills/update/route.js","cache":"HIT"},"startTime":1785680961885,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":1376,"timestamp":1853728665279,"id":337,"parentId":294,"tags":{"name":"../app/api/plugins/route.js","cache":"HIT"},"startTime":1785680961885,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":1375,"timestamp":1853728665280,"id":338,"parentId":294,"tags":{"name":"../app/api/skills/search/route.js","cache":"HIT"},"startTime":1785680961885,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":1375,"timestamp":1853728665281,"id":339,"parentId":294,"tags":{"name":"../proxy.js","cache":"HIT"},"startTime":1785680961885,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":1374,"timestamp":1853728665282,"id":340,"parentId":294,"tags":{"name":"../app/page.js","cache":"HIT"},"startTime":1785680961885,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":1373,"timestamp":1853728665283,"id":341,"parentId":294,"tags":{"name":"../webpack-runtime.js","cache":"HIT"},"startTime":1785680961885,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":1373,"timestamp":1853728665283,"id":342,"parentId":294,"tags":{"name":"3379.js","cache":"HIT"},"startTime":1785680961885,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":1372,"timestamp":1853728665285,"id":343,"parentId":294,"tags":{"name":"7635.js","cache":"HIT"},"startTime":1785680961885,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":1372,"timestamp":1853728665286,"id":344,"parentId":294,"tags":{"name":"2715.js","cache":"HIT"},"startTime":1785680961885,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":1374,"timestamp":1853728665288,"id":345,"parentId":294,"tags":{"name":"4893.js","cache":"HIT"},"startTime":1785680961885,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":1374,"timestamp":1853728665289,"id":346,"parentId":294,"tags":{"name":"1309.js","cache":"HIT"},"startTime":1785680961885,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":1373,"timestamp":1853728665290,"id":347,"parentId":294,"tags":{"name":"7424.js","cache":"HIT"},"startTime":1785680961885,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":1373,"timestamp":1853728665291,"id":348,"parentId":294,"tags":{"name":"2349.js","cache":"HIT"},"startTime":1785680961885,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":1372,"timestamp":1853728665292,"id":349,"parentId":294,"tags":{"name":"5460.js","cache":"HIT"},"startTime":1785680961885,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":1371,"timestamp":1853728665293,"id":350,"parentId":294,"tags":{"name":"1198.js","cache":"HIT"},"startTime":1785680961885,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":1371,"timestamp":1853728665294,"id":351,"parentId":294,"tags":{"name":"7058.js","cache":"HIT"},"startTime":1785680961885,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":1370,"timestamp":1853728665295,"id":352,"parentId":294,"tags":{"name":"4768.js","cache":"HIT"},"startTime":1785680961885,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":1369,"timestamp":1853728665296,"id":353,"parentId":294,"tags":{"name":"5773.js","cache":"HIT"},"startTime":1785680961885,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":1369,"timestamp":1853728665297,"id":354,"parentId":294,"tags":{"name":"7162.js","cache":"HIT"},"startTime":1785680961885,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":1368,"timestamp":1853728665298,"id":355,"parentId":294,"tags":{"name":"5414.js","cache":"HIT"},"startTime":1785680961885,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":1368,"timestamp":1853728665299,"id":356,"parentId":294,"tags":{"name":"3397.js","cache":"HIT"},"startTime":1785680961885,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":1367,"timestamp":1853728665299,"id":357,"parentId":294,"tags":{"name":"7960.js","cache":"HIT"},"startTime":1785680961885,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":1367,"timestamp":1853728665301,"id":358,"parentId":294,"tags":{"name":"9963.js","cache":"HIT"},"startTime":1785680961885,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":1366,"timestamp":1853728665301,"id":359,"parentId":294,"tags":{"name":"123.js","cache":"HIT"},"startTime":1785680961885,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":1366,"timestamp":1853728665302,"id":360,"parentId":294,"tags":{"name":"4120.js","cache":"HIT"},"startTime":1785680961885,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":1369,"timestamp":1853728665303,"id":361,"parentId":294,"tags":{"name":"3818.js","cache":"HIT"},"startTime":1785680961885,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":1369,"timestamp":1853728665304,"id":362,"parentId":294,"tags":{"name":"8430.js","cache":"HIT"},"startTime":1785680961885,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":1368,"timestamp":1853728665305,"id":363,"parentId":294,"tags":{"name":"8361.js","cache":"HIT"},"startTime":1785680961885,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":1368,"timestamp":1853728665306,"id":364,"parentId":294,"tags":{"name":"3052.js","cache":"HIT"},"startTime":1785680961885,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":1367,"timestamp":1853728665307,"id":365,"parentId":294,"tags":{"name":"3054.js","cache":"HIT"},"startTime":1785680961885,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":1367,"timestamp":1853728665308,"id":366,"parentId":294,"tags":{"name":"8704.js","cache":"HIT"},"startTime":1785680961885,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":1366,"timestamp":1853728665309,"id":367,"parentId":294,"tags":{"name":"6900.js","cache":"HIT"},"startTime":1785680961885,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":1366,"timestamp":1853728665310,"id":368,"parentId":294,"tags":{"name":"7702.js","cache":"HIT"},"startTime":1785680961885,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":1365,"timestamp":1853728665311,"id":369,"parentId":294,"tags":{"name":"3000.js","cache":"HIT"},"startTime":1785680961885,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":1365,"timestamp":1853728665312,"id":370,"parentId":294,"tags":{"name":"5737.js","cache":"HIT"},"startTime":1785680961885,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":1364,"timestamp":1853728665313,"id":371,"parentId":294,"tags":{"name":"4365.js","cache":"HIT"},"startTime":1785680961885,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":1364,"timestamp":1853728665314,"id":372,"parentId":294,"tags":{"name":"7287.js","cache":"HIT"},"startTime":1785680961885,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":1363,"timestamp":1853728665315,"id":373,"parentId":294,"tags":{"name":"8469.js","cache":"HIT"},"startTime":1785680961885,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":1363,"timestamp":1853728665316,"id":374,"parentId":294,"tags":{"name":"8360.js","cache":"HIT"},"startTime":1785680961885,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":1362,"timestamp":1853728665317,"id":375,"parentId":294,"tags":{"name":"6073.js","cache":"HIT"},"startTime":1785680961885,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":1361,"timestamp":1853728665318,"id":376,"parentId":294,"tags":{"name":"4407.js","cache":"HIT"},"startTime":1785680961885,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":1361,"timestamp":1853728665319,"id":377,"parentId":294,"tags":{"name":"5985.js","cache":"HIT"},"startTime":1785680961885,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":1360,"timestamp":1853728665320,"id":378,"parentId":294,"tags":{"name":"358.js","cache":"HIT"},"startTime":1785680961885,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":1360,"timestamp":1853728665321,"id":379,"parentId":294,"tags":{"name":"4266.js","cache":"HIT"},"startTime":1785680961885,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":1359,"timestamp":1853728665322,"id":380,"parentId":294,"tags":{"name":"6346.js","cache":"HIT"},"startTime":1785680961885,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":1356,"timestamp":1853728665325,"id":381,"parentId":294,"tags":{"name":"258.js","cache":"HIT"},"startTime":1785680961885,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":1356,"timestamp":1853728665326,"id":382,"parentId":294,"tags":{"name":"8490.js","cache":"HIT"},"startTime":1785680961885,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":1355,"timestamp":1853728665327,"id":383,"parentId":294,"tags":{"name":"2943.js","cache":"HIT"},"startTime":1785680961885,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":1355,"timestamp":1853728665328,"id":384,"parentId":294,"tags":{"name":"8276.js","cache":"HIT"},"startTime":1785680961885,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":1355,"timestamp":1853728665329,"id":385,"parentId":294,"tags":{"name":"3672.js","cache":"HIT"},"startTime":1785680961885,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":1354,"timestamp":1853728665330,"id":386,"parentId":294,"tags":{"name":"5409.js","cache":"HIT"},"startTime":1785680961885,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":1354,"timestamp":1853728665331,"id":387,"parentId":294,"tags":{"name":"3181.js","cache":"HIT"},"startTime":1785680961885,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":1353,"timestamp":1853728665331,"id":388,"parentId":294,"tags":{"name":"2778.js","cache":"HIT"},"startTime":1785680961885,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":1353,"timestamp":1853728665332,"id":389,"parentId":294,"tags":{"name":"1048.js","cache":"HIT"},"startTime":1785680961885,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":1352,"timestamp":1853728665333,"id":390,"parentId":294,"tags":{"name":"165.js","cache":"HIT"},"startTime":1785680961885,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":1352,"timestamp":1853728665334,"id":391,"parentId":294,"tags":{"name":"4741.js","cache":"HIT"},"startTime":1785680961885,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":1351,"timestamp":1853728665335,"id":392,"parentId":294,"tags":{"name":"1813.js","cache":"HIT"},"startTime":1785680961885,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":1351,"timestamp":1853728665336,"id":393,"parentId":294,"tags":{"name":"2325.js","cache":"HIT"},"startTime":1785680961885,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":1350,"timestamp":1853728665337,"id":394,"parentId":294,"tags":{"name":"319.js","cache":"HIT"},"startTime":1785680961885,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":1355,"timestamp":1853728665338,"id":395,"parentId":294,"tags":{"name":"1030.js","cache":"HIT"},"startTime":1785680961885,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":1355,"timestamp":1853728665339,"id":396,"parentId":294,"tags":{"name":"7307.js","cache":"HIT"},"startTime":1785680961885,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":1354,"timestamp":1853728665340,"id":397,"parentId":294,"tags":{"name":"2055.js","cache":"HIT"},"startTime":1785680961885,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":1354,"timestamp":1853728665341,"id":398,"parentId":294,"tags":{"name":"9703.js","cache":"HIT"},"startTime":1785680961885,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":76,"timestamp":1853728666619,"id":400,"parentId":294,"tags":{"name":"812.js","cache":"HIT"},"startTime":1785680961887,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":69,"timestamp":1853728666627,"id":401,"parentId":294,"tags":{"name":"974.js","cache":"HIT"},"startTime":1785680961887,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":67,"timestamp":1853728666629,"id":402,"parentId":294,"tags":{"name":"5582.js","cache":"HIT"},"startTime":1785680961887,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":66,"timestamp":1853728666630,"id":403,"parentId":294,"tags":{"name":"6429.js","cache":"HIT"},"startTime":1785680961887,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":8089,"timestamp":1853728665342,"id":399,"parentId":294,"tags":{"name":"6953.js","cache":"MISS"},"startTime":1785680961885,"traceId":"a894ddc49bbe7d05"},{"name":"minify-webpack-plugin-optimize","duration":13080,"timestamp":1853728660354,"id":294,"parentId":19,"tags":{"compilationName":"server","mangle":"[object Object]"},"startTime":1785680961880,"traceId":"a894ddc49bbe7d05"},{"name":"css-minimizer-plugin","duration":74,"timestamp":1853728673487,"id":404,"parentId":19,"tags":{},"startTime":1785680961893,"traceId":"a894ddc49bbe7d05"},{"name":"create-trace-assets","duration":1991,"timestamp":1853728673639,"id":405,"parentId":20,"tags":{},"startTime":1785680961894,"traceId":"a894ddc49bbe7d05"},{"name":"seal","duration":185629,"timestamp":1853728504040,"id":281,"parentId":19,"tags":{},"startTime":1785680961724,"traceId":"a894ddc49bbe7d05"},{"name":"webpack-compilation","duration":4072614,"timestamp":1853724627361,"id":19,"parentId":16,"tags":{"name":"server"},"startTime":1785680957847,"traceId":"a894ddc49bbe7d05"},{"name":"emit","duration":18164,"timestamp":1853728700152,"id":406,"parentId":16,"tags":{},"startTime":1785680961920,"traceId":"a894ddc49bbe7d05"},{"name":"webpack-close","duration":318246,"timestamp":1853728719799,"id":407,"parentId":16,"tags":{"name":"server"},"startTime":1785680961940,"traceId":"a894ddc49bbe7d05"},{"name":"webpack-generate-error-stats","duration":1118,"timestamp":1853729038077,"id":408,"parentId":407,"tags":{},"startTime":1785680962258,"traceId":"a894ddc49bbe7d05"},{"name":"run-webpack-compiler","duration":4570191,"timestamp":1853724469124,"id":16,"parentId":15,"tags":{},"startTime":1785680957689,"traceId":"a894ddc49bbe7d05"},{"name":"format-webpack-messages","duration":363,"timestamp":1853729039317,"id":409,"parentId":15,"tags":{},"startTime":1785680962259,"traceId":"a894ddc49bbe7d05"},{"name":"worker-main-server","duration":4570862,"timestamp":1853724468975,"id":15,"parentId":1,"tags":{},"startTime":1785680957689,"traceId":"a894ddc49bbe7d05"},{"name":"create-entrypoints","duration":11785,"timestamp":1853729226240,"id":412,"parentId":410,"tags":{},"startTime":1785680962446,"traceId":"a894ddc49bbe7d05"},{"name":"generate-webpack-config","duration":103279,"timestamp":1853729238101,"id":413,"parentId":411,"tags":{},"startTime":1785680962458,"traceId":"a894ddc49bbe7d05"}]
3
+ [{"name":"make","duration":236,"timestamp":1853729375450,"id":415,"parentId":414,"tags":{},"startTime":1785680962595,"traceId":"a894ddc49bbe7d05"},{"name":"chunk-graph","duration":244,"timestamp":1853729376493,"id":417,"parentId":416,"tags":{},"startTime":1785680962596,"traceId":"a894ddc49bbe7d05"},{"name":"optimize-modules","duration":7,"timestamp":1853729376770,"id":419,"parentId":416,"tags":{},"startTime":1785680962597,"traceId":"a894ddc49bbe7d05"},{"name":"optimize-chunks","duration":57,"timestamp":1853729376806,"id":420,"parentId":416,"tags":{},"startTime":1785680962597,"traceId":"a894ddc49bbe7d05"},{"name":"optimize-tree","duration":7,"timestamp":1853729376882,"id":421,"parentId":416,"tags":{},"startTime":1785680962597,"traceId":"a894ddc49bbe7d05"},{"name":"optimize-chunk-modules","duration":71,"timestamp":1853729376952,"id":422,"parentId":416,"tags":{},"startTime":1785680962597,"traceId":"a894ddc49bbe7d05"},{"name":"optimize","duration":283,"timestamp":1853729376755,"id":418,"parentId":416,"tags":{},"startTime":1785680962597,"traceId":"a894ddc49bbe7d05"},{"name":"module-hash","duration":30,"timestamp":1853729377230,"id":423,"parentId":416,"tags":{},"startTime":1785680962597,"traceId":"a894ddc49bbe7d05"},{"name":"code-generation","duration":52,"timestamp":1853729377307,"id":424,"parentId":416,"tags":{},"startTime":1785680962597,"traceId":"a894ddc49bbe7d05"},{"name":"hash","duration":146,"timestamp":1853729377449,"id":425,"parentId":416,"tags":{},"startTime":1785680962597,"traceId":"a894ddc49bbe7d05"},{"name":"code-generation-jobs","duration":20,"timestamp":1853729377595,"id":426,"parentId":416,"tags":{},"startTime":1785680962598,"traceId":"a894ddc49bbe7d05"},{"name":"module-assets","duration":25,"timestamp":1853729377607,"id":427,"parentId":416,"tags":{},"startTime":1785680962598,"traceId":"a894ddc49bbe7d05"},{"name":"create-chunk-assets","duration":82,"timestamp":1853729377635,"id":428,"parentId":416,"tags":{},"startTime":1785680962598,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":412,"timestamp":1853729382386,"id":430,"parentId":429,"tags":{"name":"interception-route-rewrite-manifest.js","cache":"MISS"},"startTime":1785680962602,"traceId":"a894ddc49bbe7d05"},{"name":"minify-webpack-plugin-optimize","duration":814,"timestamp":1853729381988,"id":429,"parentId":414,"tags":{"compilationName":"edge-server","mangle":"[object Object]"},"startTime":1785680962602,"traceId":"a894ddc49bbe7d05"},{"name":"css-minimizer-plugin","duration":35,"timestamp":1853729382829,"id":431,"parentId":414,"tags":{},"startTime":1785680962603,"traceId":"a894ddc49bbe7d05"},{"name":"seal","duration":7338,"timestamp":1853729376403,"id":416,"parentId":414,"tags":{},"startTime":1785680962596,"traceId":"a894ddc49bbe7d05"},{"name":"webpack-compilation","duration":9669,"timestamp":1853729374177,"id":414,"parentId":411,"tags":{"name":"edge-server"},"startTime":1785680962594,"traceId":"a894ddc49bbe7d05"},{"name":"emit","duration":668,"timestamp":1853729384004,"id":432,"parentId":411,"tags":{},"startTime":1785680962604,"traceId":"a894ddc49bbe7d05"},{"name":"webpack-close","duration":3576,"timestamp":1853729384836,"id":433,"parentId":411,"tags":{"name":"edge-server"},"startTime":1785680962605,"traceId":"a894ddc49bbe7d05"},{"name":"webpack-generate-error-stats","duration":872,"timestamp":1853729388431,"id":434,"parentId":433,"tags":{},"startTime":1785680962608,"traceId":"a894ddc49bbe7d05"},{"name":"run-webpack-compiler","duration":163145,"timestamp":1853729226238,"id":411,"parentId":410,"tags":{},"startTime":1785680962446,"traceId":"a894ddc49bbe7d05"},{"name":"format-webpack-messages","duration":25,"timestamp":1853729389385,"id":435,"parentId":410,"tags":{},"startTime":1785680962609,"traceId":"a894ddc49bbe7d05"},{"name":"worker-main-edge-server","duration":163373,"timestamp":1853729226081,"id":410,"parentId":1,"tags":{},"startTime":1785680962446,"traceId":"a894ddc49bbe7d05"},{"name":"create-entrypoints","duration":11709,"timestamp":1853729564090,"id":438,"parentId":436,"tags":{},"startTime":1785680962784,"traceId":"a894ddc49bbe7d05"},{"name":"generate-webpack-config","duration":102762,"timestamp":1853729575871,"id":439,"parentId":437,"tags":{},"startTime":1785680962796,"traceId":"a894ddc49bbe7d05"},{"name":"build-module","duration":3589,"timestamp":1853729729287,"id":494,"parentId":444,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2FUsers%2Fliangyun%2FCodes%2Fpi-web%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fbuiltin%2Fglobal-error.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fliangyun%2FCodes%2Fpi-web%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fliangyun%2FCodes%2Fpi-web%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-segment.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fliangyun%2FCodes%2Fpi-web%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fhttp-access-fallback%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fliangyun%2FCodes%2Fpi-web%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fliangyun%2FCodes%2Fpi-web%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fliangyun%2FCodes%2Fpi-web%2Fnode_modules%2Fnext%2Fdist%2Flib%2Fframework%2Fboundary-components.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fliangyun%2FCodes%2Fpi-web%2Fnode_modules%2Fnext%2Fdist%2Flib%2Fmetadata%2Fgenerate%2Ficon-mark.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!","layer":"app-pages-browser"},"startTime":1785680962949,"traceId":"a894ddc49bbe7d05"},{"name":"build-module","duration":141,"timestamp":1853729732912,"id":495,"parentId":446,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?server=false!","layer":"app-pages-browser"},"startTime":1785680962953,"traceId":"a894ddc49bbe7d05"},{"name":"build-module","duration":663,"timestamp":1853729733075,"id":496,"parentId":448,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2FUsers%2Fliangyun%2FCodes%2Fpi-web%2Fcomponents%2FPwaRegistration.tsx%22%2C%22ids%22%3A%5B%22PwaRegistration%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fliangyun%2FCodes%2Fpi-web%2Fnode_modules%2Fnext%2Ffont%2Fgoogle%2Ftarget.css%3F%7B%5C%22path%5C%22%3A%5C%22app%2Flayout.tsx%5C%22%2C%5C%22import%5C%22%3A%5C%22Noto_Sans_Mono%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%2C%5C%22cyrillic%5C%22%5D%2C%5C%22variable%5C%22%3A%5C%22--font-noto-mono%5C%22%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22notoSansMono%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fliangyun%2FCodes%2Fpi-web%2Fnode_modules%2Fkatex%2Fdist%2Fkatex.min.css%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fliangyun%2FCodes%2Fpi-web%2Fapp%2Fglobals.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!","layer":"app-pages-browser"},"startTime":1785680962953,"traceId":"a894ddc49bbe7d05"},{"name":"build-module","duration":134,"timestamp":1853729733775,"id":497,"parentId":449,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2FUsers%2Fliangyun%2FCodes%2Fpi-web%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fbuiltin%2Fglobal-error.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!","layer":"app-pages-browser"},"startTime":1785680962954,"traceId":"a894ddc49bbe7d05"},{"name":"build-module","duration":218,"timestamp":1853729733918,"id":498,"parentId":493,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2FUsers%2Fliangyun%2FCodes%2Fpi-web%2Fcomponents%2FAppShell.tsx%22%2C%22ids%22%3A%5B%22AppShell%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fliangyun%2FCodes%2Fpi-web%2Fhooks%2FuseI18n.tsx%22%2C%22ids%22%3A%5B%22I18nProvider%22%5D%7D&server=false!","layer":"app-pages-browser"},"startTime":1785680962954,"traceId":"a894ddc49bbe7d05"},{"name":"next-client-pages-loader","duration":78,"timestamp":1853729734593,"id":500,"parentId":499,"tags":{"absolutePagePath":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/client/components/builtin/global-not-found.js"},"startTime":1785680962955,"traceId":"a894ddc49bbe7d05"},{"name":"build-module","duration":1880,"timestamp":1853729734174,"id":499,"parentId":445,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/build/webpack/loaders/next-client-pages-loader.js?absolutePagePath=%2FUsers%2Fliangyun%2FCodes%2Fpi-web%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fbuiltin%2Fglobal-not-found.js&page=%2F_not-found%2Fpage!","layer":"app-pages-browser"},"startTime":1785680962954,"traceId":"a894ddc49bbe7d05"},{"name":"add-entry","duration":22179,"timestamp":1853729714133,"id":446,"parentId":441,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785680962934,"traceId":"a894ddc49bbe7d05"},{"name":"add-entry","duration":22179,"timestamp":1853729714140,"id":447,"parentId":441,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785680962934,"traceId":"a894ddc49bbe7d05"},{"name":"add-entry","duration":22172,"timestamp":1853729714151,"id":450,"parentId":441,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785680962934,"traceId":"a894ddc49bbe7d05"},{"name":"add-entry","duration":22108,"timestamp":1853729714216,"id":451,"parentId":441,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785680962934,"traceId":"a894ddc49bbe7d05"},{"name":"add-entry","duration":22098,"timestamp":1853729714228,"id":452,"parentId":441,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785680962934,"traceId":"a894ddc49bbe7d05"},{"name":"add-entry","duration":22096,"timestamp":1853729714230,"id":453,"parentId":441,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785680962934,"traceId":"a894ddc49bbe7d05"},{"name":"add-entry","duration":22096,"timestamp":1853729714231,"id":454,"parentId":441,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785680962934,"traceId":"a894ddc49bbe7d05"},{"name":"add-entry","duration":22096,"timestamp":1853729714232,"id":455,"parentId":441,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785680962934,"traceId":"a894ddc49bbe7d05"},{"name":"add-entry","duration":22096,"timestamp":1853729714233,"id":456,"parentId":441,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785680962934,"traceId":"a894ddc49bbe7d05"},{"name":"add-entry","duration":22097,"timestamp":1853729714234,"id":457,"parentId":441,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785680962934,"traceId":"a894ddc49bbe7d05"},{"name":"add-entry","duration":22098,"timestamp":1853729714235,"id":458,"parentId":441,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785680962934,"traceId":"a894ddc49bbe7d05"},{"name":"add-entry","duration":22098,"timestamp":1853729714236,"id":459,"parentId":441,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785680962934,"traceId":"a894ddc49bbe7d05"},{"name":"add-entry","duration":22097,"timestamp":1853729714237,"id":460,"parentId":441,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785680962934,"traceId":"a894ddc49bbe7d05"},{"name":"add-entry","duration":22097,"timestamp":1853729714238,"id":461,"parentId":441,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785680962934,"traceId":"a894ddc49bbe7d05"},{"name":"add-entry","duration":22097,"timestamp":1853729714239,"id":462,"parentId":441,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785680962934,"traceId":"a894ddc49bbe7d05"},{"name":"add-entry","duration":22097,"timestamp":1853729714240,"id":463,"parentId":441,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785680962934,"traceId":"a894ddc49bbe7d05"},{"name":"add-entry","duration":22096,"timestamp":1853729714240,"id":464,"parentId":441,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785680962934,"traceId":"a894ddc49bbe7d05"},{"name":"add-entry","duration":22096,"timestamp":1853729714241,"id":465,"parentId":441,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785680962934,"traceId":"a894ddc49bbe7d05"},{"name":"add-entry","duration":22096,"timestamp":1853729714242,"id":466,"parentId":441,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785680962934,"traceId":"a894ddc49bbe7d05"},{"name":"add-entry","duration":22097,"timestamp":1853729714243,"id":467,"parentId":441,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785680962934,"traceId":"a894ddc49bbe7d05"},{"name":"add-entry","duration":22097,"timestamp":1853729714244,"id":468,"parentId":441,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785680962934,"traceId":"a894ddc49bbe7d05"},{"name":"add-entry","duration":22096,"timestamp":1853729714245,"id":469,"parentId":441,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785680962934,"traceId":"a894ddc49bbe7d05"},{"name":"add-entry","duration":22097,"timestamp":1853729714246,"id":470,"parentId":441,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785680962934,"traceId":"a894ddc49bbe7d05"},{"name":"add-entry","duration":22097,"timestamp":1853729714246,"id":471,"parentId":441,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785680962934,"traceId":"a894ddc49bbe7d05"},{"name":"add-entry","duration":22097,"timestamp":1853729714247,"id":472,"parentId":441,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785680962934,"traceId":"a894ddc49bbe7d05"},{"name":"add-entry","duration":22097,"timestamp":1853729714248,"id":473,"parentId":441,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785680962934,"traceId":"a894ddc49bbe7d05"},{"name":"add-entry","duration":22096,"timestamp":1853729714249,"id":474,"parentId":441,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785680962934,"traceId":"a894ddc49bbe7d05"},{"name":"add-entry","duration":22092,"timestamp":1853729714255,"id":475,"parentId":441,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785680962934,"traceId":"a894ddc49bbe7d05"},{"name":"add-entry","duration":22092,"timestamp":1853729714256,"id":476,"parentId":441,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785680962934,"traceId":"a894ddc49bbe7d05"},{"name":"add-entry","duration":22091,"timestamp":1853729714256,"id":477,"parentId":441,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785680962934,"traceId":"a894ddc49bbe7d05"},{"name":"add-entry","duration":22091,"timestamp":1853729714257,"id":478,"parentId":441,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785680962934,"traceId":"a894ddc49bbe7d05"},{"name":"add-entry","duration":22091,"timestamp":1853729714258,"id":479,"parentId":441,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785680962934,"traceId":"a894ddc49bbe7d05"},{"name":"add-entry","duration":22090,"timestamp":1853729714259,"id":480,"parentId":441,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785680962934,"traceId":"a894ddc49bbe7d05"},{"name":"add-entry","duration":22090,"timestamp":1853729714260,"id":481,"parentId":441,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785680962934,"traceId":"a894ddc49bbe7d05"},{"name":"add-entry","duration":22090,"timestamp":1853729714261,"id":482,"parentId":441,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785680962934,"traceId":"a894ddc49bbe7d05"},{"name":"add-entry","duration":22089,"timestamp":1853729714262,"id":483,"parentId":441,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785680962934,"traceId":"a894ddc49bbe7d05"},{"name":"add-entry","duration":22088,"timestamp":1853729714263,"id":484,"parentId":441,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785680962934,"traceId":"a894ddc49bbe7d05"},{"name":"add-entry","duration":22088,"timestamp":1853729714264,"id":485,"parentId":441,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785680962934,"traceId":"a894ddc49bbe7d05"},{"name":"add-entry","duration":22088,"timestamp":1853729714265,"id":486,"parentId":441,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785680962934,"traceId":"a894ddc49bbe7d05"},{"name":"add-entry","duration":22088,"timestamp":1853729714266,"id":487,"parentId":441,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785680962934,"traceId":"a894ddc49bbe7d05"},{"name":"add-entry","duration":22087,"timestamp":1853729714267,"id":488,"parentId":441,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785680962934,"traceId":"a894ddc49bbe7d05"},{"name":"add-entry","duration":22086,"timestamp":1853729714268,"id":489,"parentId":441,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785680962934,"traceId":"a894ddc49bbe7d05"},{"name":"add-entry","duration":22086,"timestamp":1853729714269,"id":490,"parentId":441,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785680962934,"traceId":"a894ddc49bbe7d05"},{"name":"add-entry","duration":22086,"timestamp":1853729714270,"id":491,"parentId":441,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785680962934,"traceId":"a894ddc49bbe7d05"},{"name":"add-entry","duration":22085,"timestamp":1853729714271,"id":492,"parentId":441,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785680962934,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":3568,"timestamp":1853729741038,"id":502,"parentId":443,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/client/app-next.js","layer":"app-pages-browser"},"startTime":1785680962961,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":6951,"timestamp":1853729739468,"id":501,"parentId":442,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/client/next.js","layer":"pages-dir-browser"},"startTime":1785680962959,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":1826,"timestamp":1853729746837,"id":503,"parentId":499,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/client/components/builtin/global-not-found.js","layer":"app-pages-browser"},"startTime":1785680962967,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2262,"timestamp":1853729749809,"id":504,"parentId":502,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/client/app-webpack.js","layer":"app-pages-browser"},"startTime":1785680962970,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":3414,"timestamp":1853729749939,"id":505,"parentId":502,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/client/app-bootstrap.js","layer":"app-pages-browser"},"startTime":1785680962970,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":7535,"timestamp":1853729750020,"id":506,"parentId":502,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/client/app-index.js","layer":"app-pages-browser"},"startTime":1785680962970,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":7153,"timestamp":1853729750714,"id":507,"parentId":501,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/client/register-deployment-id-global.js","layer":"pages-dir-browser"},"startTime":1785680962971,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":7534,"timestamp":1853729750791,"id":508,"parentId":501,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/client/webpack.js","layer":"pages-dir-browser"},"startTime":1785680962971,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":10673,"timestamp":1853729753729,"id":511,"parentId":501,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/client/index.js","layer":"pages-dir-browser"},"startTime":1785680962974,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":1547,"timestamp":1853729766523,"id":512,"parentId":504,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/client/register-deployment-id-global.js","layer":"app-pages-browser"},"startTime":1785680962986,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":1906,"timestamp":1853729766665,"id":513,"parentId":503,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/client/components/http-access-fallback/error-fallback.js","layer":"app-pages-browser"},"startTime":1785680962987,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":15783,"timestamp":1853729753670,"id":510,"parentId":501,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/lib/require-instrumentation-client.js","layer":"pages-dir-browser"},"startTime":1785680962974,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":16206,"timestamp":1853729753581,"id":509,"parentId":502,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/lib/require-instrumentation-client.js","layer":"app-pages-browser"},"startTime":1785680962974,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2371,"timestamp":1853729770839,"id":514,"parentId":505,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/client/asset-prefix.js","layer":"app-pages-browser"},"startTime":1785680962991,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2811,"timestamp":1853729770916,"id":515,"parentId":505,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/client/set-attributes-from-props.js","layer":"app-pages-browser"},"startTime":1785680962991,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2851,"timestamp":1853729772368,"id":516,"parentId":506,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/client/app-globals.js","layer":"app-pages-browser"},"startTime":1785680962992,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":3156,"timestamp":1853729772462,"id":518,"parentId":506,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/client/app-find-source-map-url.js","layer":"app-pages-browser"},"startTime":1785680962992,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":3421,"timestamp":1853729772424,"id":517,"parentId":506,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/client/app-call-server.js","layer":"app-pages-browser"},"startTime":1785680962992,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":3546,"timestamp":1853729772531,"id":520,"parentId":506,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/client/navigation-build-id.js","layer":"app-pages-browser"},"startTime":1785680962992,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":4352,"timestamp":1853729772496,"id":519,"parentId":506,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/client/flight-data-helpers.js","layer":"app-pages-browser"},"startTime":1785680962992,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":5594,"timestamp":1853729772560,"id":521,"parentId":506,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/client/components/app-router-instance.js","layer":"app-pages-browser"},"startTime":1785680962993,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":7051,"timestamp":1853729772612,"id":522,"parentId":506,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/client/components/app-router.js","layer":"app-pages-browser"},"startTime":1785680962993,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":7599,"timestamp":1853729774439,"id":524,"parentId":494,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/client/components/client-segment.js","layer":"app-pages-browser"},"startTime":1785680962994,"traceId":"a894ddc49bbe7d05"}]
4
+ [{"name":"build-module-js","duration":7959,"timestamp":1853729774375,"id":523,"parentId":494,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/client/components/client-page.js","layer":"app-pages-browser"},"startTime":1785680962994,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":8321,"timestamp":1853729774555,"id":527,"parentId":494,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/client/components/builtin/global-error.js","layer":"app-pages-browser"},"startTime":1785680962995,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":8509,"timestamp":1853729774521,"id":526,"parentId":494,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/client/components/render-from-template-context.js","layer":"app-pages-browser"},"startTime":1785680962994,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":9154,"timestamp":1853729774583,"id":528,"parentId":494,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js","layer":"app-pages-browser"},"startTime":1785680962995,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":11714,"timestamp":1853729774653,"id":530,"parentId":511,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/client/head-manager.js","layer":"pages-dir-browser"},"startTime":1785680962995,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":12439,"timestamp":1853729774686,"id":531,"parentId":511,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/client/page-loader.js","layer":"pages-dir-browser"},"startTime":1785680962995,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":13088,"timestamp":1853729774714,"id":532,"parentId":511,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/client/router.js","layer":"pages-dir-browser"},"startTime":1785680962995,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":15157,"timestamp":1853729774481,"id":525,"parentId":494,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/client/components/layout-router.js","layer":"app-pages-browser"},"startTime":1785680962994,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":15110,"timestamp":1853729774768,"id":534,"parentId":511,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/client/remove-base-path.js","layer":"pages-dir-browser"},"startTime":1785680962995,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":15178,"timestamp":1853729774847,"id":536,"parentId":511,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/client/has-base-path.js","layer":"pages-dir-browser"},"startTime":1785680962995,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":15608,"timestamp":1853729774743,"id":533,"parentId":511,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/client/route-announcer.js","layer":"pages-dir-browser"},"startTime":1785680962995,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":15578,"timestamp":1853729774899,"id":538,"parentId":511,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/client/components/is-next-router-error.js","layer":"pages-dir-browser"},"startTime":1785680962995,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":16568,"timestamp":1853729774875,"id":537,"parentId":511,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/client/script.js","layer":"pages-dir-browser"},"startTime":1785680962995,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":23322,"timestamp":1853729774792,"id":535,"parentId":511,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/lib/is-error.js","layer":"pages-dir-browser"},"startTime":1785680962995,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":26903,"timestamp":1853729774613,"id":529,"parentId":494,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/lib/framework/boundary-components.js","layer":"app-pages-browser"},"startTime":1785680962995,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2245,"timestamp":1853729799851,"id":539,"parentId":506,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/client/react-client-callbacks/on-recoverable-error.js","layer":"app-pages-browser"},"startTime":1785680963020,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2987,"timestamp":1853729799981,"id":541,"parentId":506,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/client/react-client-callbacks/error-boundary-callbacks.js","layer":"app-pages-browser"},"startTime":1785680963020,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":3877,"timestamp":1853729800090,"id":544,"parentId":504,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/shared/lib/deployment-id.js","layer":"app-pages-browser"},"startTime":1785680963020,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":4398,"timestamp":1853729800019,"id":542,"parentId":506,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/client/components/router-reducer/create-initial-router-state.js","layer":"app-pages-browser"},"startTime":1785680963020,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":4771,"timestamp":1853729799927,"id":540,"parentId":511,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/client/react-client-callbacks/on-recoverable-error.js","layer":"pages-dir-browser"},"startTime":1785680963020,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":4650,"timestamp":1853729800147,"id":546,"parentId":504,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/shared/lib/encode-uri-path.js","layer":"app-pages-browser"},"startTime":1785680963020,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":4909,"timestamp":1853729800119,"id":545,"parentId":507,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/shared/lib/deployment-id.js","layer":"pages-dir-browser"},"startTime":1785680963020,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":5047,"timestamp":1853729800181,"id":547,"parentId":506,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/shared/lib/head-manager-context.shared-runtime.js","layer":"app-pages-browser"},"startTime":1785680963020,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2558,"timestamp":1853729803233,"id":548,"parentId":511,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/shared/lib/head-manager-context.shared-runtime.js","layer":"pages-dir-browser"},"startTime":1785680963023,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2703,"timestamp":1853729803280,"id":549,"parentId":506,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/shared/lib/app-router-context.shared-runtime.js","layer":"app-pages-browser"},"startTime":1785680963023,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":1744,"timestamp":1853729807073,"id":550,"parentId":511,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/shared/lib/app-router-context.shared-runtime.js","layer":"pages-dir-browser"},"startTime":1785680963027,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":1718,"timestamp":1853729807195,"id":552,"parentId":511,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/shared/lib/router-context.shared-runtime.js","layer":"pages-dir-browser"},"startTime":1785680963027,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":1921,"timestamp":1853729807143,"id":551,"parentId":511,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/shared/lib/mitt.js","layer":"pages-dir-browser"},"startTime":1785680963027,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":1890,"timestamp":1853729807261,"id":554,"parentId":511,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/shared/lib/image-config-context.shared-runtime.js","layer":"pages-dir-browser"},"startTime":1785680963027,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2806,"timestamp":1853729807231,"id":553,"parentId":511,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/shared/lib/utils.js","layer":"pages-dir-browser"},"startTime":1785680963027,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2950,"timestamp":1853729807287,"id":555,"parentId":511,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/shared/lib/hooks-client-context.shared-runtime.js","layer":"pages-dir-browser"},"startTime":1785680963027,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":1702,"timestamp":1853729810478,"id":559,"parentId":511,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/shared/lib/router/utils/is-dynamic.js","layer":"pages-dir-browser"},"startTime":1785680963030,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":1862,"timestamp":1853729810446,"id":558,"parentId":511,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/shared/lib/router/utils/disable-smooth-scroll.js","layer":"pages-dir-browser"},"startTime":1785680963030,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2027,"timestamp":1853729810509,"id":560,"parentId":511,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/shared/lib/router/utils/querystring.js","layer":"pages-dir-browser"},"startTime":1785680963030,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2410,"timestamp":1853729810393,"id":557,"parentId":511,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/shared/lib/router/adapters.js","layer":"pages-dir-browser"},"startTime":1785680963030,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":3576,"timestamp":1853729810630,"id":564,"parentId":522,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/client/remove-base-path.js","layer":"app-pages-browser"},"startTime":1785680963031,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":4015,"timestamp":1853729810547,"id":561,"parentId":511,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/client/tracing/tracer.js","layer":"pages-dir-browser"},"startTime":1785680963031,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":4423,"timestamp":1853729810574,"id":562,"parentId":511,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/pages/_error.js","layer":"pages-dir-browser"},"startTime":1785680963031,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":4585,"timestamp":1853729810606,"id":563,"parentId":511,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/pages/_app.js","layer":"pages-dir-browser"},"startTime":1785680963031,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":4681,"timestamp":1853729810662,"id":565,"parentId":522,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/client/has-base-path.js","layer":"app-pages-browser"},"startTime":1785680963031,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":4837,"timestamp":1853729810728,"id":567,"parentId":522,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/shared/lib/hooks-client-context.shared-runtime.js","layer":"app-pages-browser"},"startTime":1785680963031,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":5009,"timestamp":1853729810787,"id":569,"parentId":530,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/client/set-attributes-from-props.js","layer":"pages-dir-browser"},"startTime":1785680963031,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":5138,"timestamp":1853729810758,"id":568,"parentId":513,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/client/components/styles/access-error-styles.js","layer":"app-pages-browser"},"startTime":1785680963031,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-tsx","duration":4128,"timestamp":1853729812945,"id":570,"parentId":496,"tags":{"name":"/Users/liangyun/Codes/pi-web/components/PwaRegistration.tsx","layer":"app-pages-browser"},"startTime":1785680963033,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":3807,"timestamp":1853729813379,"id":572,"parentId":514,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/shared/lib/invariant-error.js","layer":"app-pages-browser"},"startTime":1785680963033,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":4140,"timestamp":1853729813450,"id":574,"parentId":517,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/client/components/use-action-queue.js","layer":"app-pages-browser"},"startTime":1785680963033,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":5036,"timestamp":1853729813417,"id":573,"parentId":519,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/client/route-params.js","layer":"app-pages-browser"},"startTime":1785680963033,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":7727,"timestamp":1853729813480,"id":575,"parentId":519,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/shared/lib/segment.js","layer":"app-pages-browser"},"startTime":1785680963033,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":21618,"timestamp":1853729800052,"id":543,"parentId":494,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/lib/metadata/generate/icon-mark.js","layer":"app-pages-browser"},"startTime":1785680963020,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":14661,"timestamp":1853729807312,"id":556,"parentId":511,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/build/polyfills/polyfill-module.js","layer":"pages-dir-browser"},"startTime":1785680963027,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":11625,"timestamp":1853729810691,"id":566,"parentId":516,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/build/polyfills/polyfill-module.js","layer":"app-pages-browser"},"startTime":1785680963031,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-tsx","duration":14598,"timestamp":1853729813265,"id":571,"parentId":498,"tags":{"name":"/Users/liangyun/Codes/pi-web/components/AppShell.tsx","layer":"app-pages-browser"},"startTime":1785680963033,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":8303,"timestamp":1853729819907,"id":578,"parentId":517,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/client/components/router-reducer/router-reducer-types.js","layer":"app-pages-browser"},"startTime":1785680963040,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":8584,"timestamp":1853729819799,"id":576,"parentId":521,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/client/add-base-path.js","layer":"app-pages-browser"},"startTime":1785680963040,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":8624,"timestamp":1853729819874,"id":577,"parentId":531,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/client/add-base-path.js","layer":"pages-dir-browser"},"startTime":1785680963040,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":8657,"timestamp":1853729819946,"id":579,"parentId":519,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/client/components/router-reducer/create-href-from-url.js","layer":"app-pages-browser"},"startTime":1785680963040,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":8829,"timestamp":1853729819976,"id":580,"parentId":521,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/shared/lib/is-thenable.js","layer":"app-pages-browser"},"startTime":1785680963040,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":1795,"timestamp":1853729832853,"id":581,"parentId":521,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/client/components/app-router-utils.js","layer":"app-pages-browser"},"startTime":1785680963053,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":1915,"timestamp":1853729833025,"id":584,"parentId":522,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/client/components/redirect-boundary.js","layer":"app-pages-browser"},"startTime":1785680963053,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2197,"timestamp":1853729832990,"id":583,"parentId":522,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/client/components/app-router-announcer.js","layer":"app-pages-browser"},"startTime":1785680963053,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2877,"timestamp":1853729832936,"id":582,"parentId":521,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/client/components/links.js","layer":"app-pages-browser"},"startTime":1785680963053,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2870,"timestamp":1853729833057,"id":585,"parentId":522,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/client/components/unresolved-thenable.js","layer":"app-pages-browser"},"startTime":1785680963053,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":5049,"timestamp":1853729833085,"id":586,"parentId":522,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/client/components/nav-failure-handler.js","layer":"app-pages-browser"},"startTime":1785680963053,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":5303,"timestamp":1853729833114,"id":587,"parentId":522,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/client/components/redirect.js","layer":"app-pages-browser"},"startTime":1785680963053,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":5486,"timestamp":1853729833143,"id":588,"parentId":522,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/client/components/redirect-error.js","layer":"app-pages-browser"},"startTime":1785680963053,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":5677,"timestamp":1853729833241,"id":589,"parentId":521,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/client/components/router-reducer/router-reducer.js","layer":"app-pages-browser"},"startTime":1785680963053,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":7964,"timestamp":1853729833411,"id":590,"parentId":521,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/client/components/router-reducer/ppr-navigations.js","layer":"app-pages-browser"},"startTime":1785680963053,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":5446,"timestamp":1853729836444,"id":591,"parentId":522,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/client/components/router-reducer/compute-changed-path.js","layer":"app-pages-browser"},"startTime":1785680963056,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":5387,"timestamp":1853729836609,"id":593,"parentId":525,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/shared/lib/router/utils/disable-smooth-scroll.js","layer":"app-pages-browser"},"startTime":1785680963057,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":5450,"timestamp":1853729836644,"id":594,"parentId":531,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/client/add-locale.js","layer":"pages-dir-browser"},"startTime":1785680963057,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-tsx","duration":5893,"timestamp":1853729836523,"id":592,"parentId":498,"tags":{"name":"/Users/liangyun/Codes/pi-web/hooks/useI18n.tsx","layer":"app-pages-browser"},"startTime":1785680963056,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":5856,"timestamp":1853729836711,"id":595,"parentId":527,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/client/components/handle-isr-error.js","layer":"app-pages-browser"},"startTime":1785680963057,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":5905,"timestamp":1853729836801,"id":596,"parentId":528,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/client/components/navigation-untracked.js","layer":"app-pages-browser"},"startTime":1785680963057,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":6042,"timestamp":1853729836847,"id":597,"parentId":531,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/shared/lib/router/utils/interpolate-as.js","layer":"pages-dir-browser"},"startTime":1785680963057,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":6142,"timestamp":1853729836902,"id":599,"parentId":531,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/shared/lib/router/utils/get-asset-path-from-route.js","layer":"pages-dir-browser"},"startTime":1785680963057,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":6048,"timestamp":1853729837070,"id":600,"parentId":531,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/shared/lib/router/utils/remove-trailing-slash.js","layer":"pages-dir-browser"},"startTime":1785680963057,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":6425,"timestamp":1853729836874,"id":598,"parentId":531,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/shared/lib/router/utils/parse-relative-url.js","layer":"pages-dir-browser"},"startTime":1785680963057,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":6256,"timestamp":1853729837224,"id":602,"parentId":528,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/client/components/http-access-fallback/http-access-fallback.js","layer":"app-pages-browser"},"startTime":1785680963057,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":6561,"timestamp":1853729837165,"id":601,"parentId":527,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/client/components/builtin/error-styles.js","layer":"app-pages-browser"},"startTime":1785680963057,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":6652,"timestamp":1853729837258,"id":603,"parentId":538,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/client/components/redirect-error.js","layer":"pages-dir-browser"},"startTime":1785680963057,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":6649,"timestamp":1853729837429,"id":605,"parentId":521,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/client/components/segment-cache/types.js","layer":"app-pages-browser"},"startTime":1785680963057,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":6949,"timestamp":1853729837286,"id":604,"parentId":538,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/client/components/http-access-fallback/http-access-fallback.js","layer":"pages-dir-browser"},"startTime":1785680963057,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":9983,"timestamp":1853729837530,"id":606,"parentId":521,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/client/components/segment-cache/prefetch.js","layer":"app-pages-browser"},"startTime":1785680963057,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":1722,"timestamp":1853729849959,"id":609,"parentId":521,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/client/lib/javascript-url.js","layer":"app-pages-browser"},"startTime":1785680963070,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":1875,"timestamp":1853729849993,"id":610,"parentId":522,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/client/components/errors/root-error-boundary.js","layer":"app-pages-browser"},"startTime":1785680963070,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":1376,"timestamp":1853729852245,"id":618,"parentId":539,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/lib/is-error.js","layer":"app-pages-browser"},"startTime":1785680963072,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":4603,"timestamp":1853729849903,"id":608,"parentId":521,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/client/components/segment-cache/optimistic-routes.js","layer":"app-pages-browser"},"startTime":1785680963070,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":5861,"timestamp":1853729849801,"id":607,"parentId":521,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/client/components/segment-cache/navigation.js","layer":"app-pages-browser"},"startTime":1785680963070,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":4000,"timestamp":1853729852031,"id":611,"parentId":522,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/client/components/router-reducer/reducers/committed-state.js","layer":"app-pages-browser"},"startTime":1785680963072,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":4015,"timestamp":1853729852145,"id":614,"parentId":532,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/client/with-router.js","layer":"pages-dir-browser"},"startTime":1785680963072,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":5342,"timestamp":1853729852172,"id":615,"parentId":531,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/shared/lib/constants.js","layer":"pages-dir-browser"},"startTime":1785680963072,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":5697,"timestamp":1853729852079,"id":612,"parentId":522,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/client/components/router-reducer/reducers/find-head-in-cache.js","layer":"app-pages-browser"},"startTime":1785680963072,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":5732,"timestamp":1853729852197,"id":616,"parentId":531,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/client/lib/promise.js","layer":"pages-dir-browser"},"startTime":1785680963072,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":5741,"timestamp":1853729852278,"id":619,"parentId":541,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/client/components/is-next-router-error.js","layer":"app-pages-browser"},"startTime":1785680963072,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":5877,"timestamp":1853729852309,"id":620,"parentId":524,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/client/request/params.browser.js","layer":"app-pages-browser"},"startTime":1785680963072,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":5927,"timestamp":1853729852346,"id":621,"parentId":523,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/client/request/search-params.browser.js","layer":"app-pages-browser"},"startTime":1785680963072,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":5948,"timestamp":1853729852378,"id":622,"parentId":528,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/shared/lib/utils/warn-once.js","layer":"app-pages-browser"},"startTime":1785680963072,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":6915,"timestamp":1853729852115,"id":613,"parentId":531,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/client/route-loader.js","layer":"pages-dir-browser"},"startTime":1785680963072,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":6791,"timestamp":1853729852455,"id":624,"parentId":525,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/client/components/bfcache-state-manager.js","layer":"app-pages-browser"},"startTime":1785680963072,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":7150,"timestamp":1853729852406,"id":623,"parentId":525,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/client/components/error-boundary.js","layer":"app-pages-browser"},"startTime":1785680963072,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":7178,"timestamp":1853729852486,"id":625,"parentId":525,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/client/components/router-reducer/create-router-cache-key.js","layer":"app-pages-browser"},"startTime":1785680963072,"traceId":"a894ddc49bbe7d05"}]
5
+ [{"name":"build-module-js","duration":16274,"timestamp":1853729852222,"id":617,"parentId":532,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/shared/lib/router/router.js","layer":"pages-dir-browser"},"startTime":1785680963072,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":7420,"timestamp":1853729861307,"id":626,"parentId":525,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/shared/lib/router/utils/app-paths.js","layer":"app-pages-browser"},"startTime":1785680963081,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":6921,"timestamp":1853729862640,"id":628,"parentId":537,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/client/request-idle-callback.js","layer":"pages-dir-browser"},"startTime":1785680963083,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":1602,"timestamp":1853729872835,"id":631,"parentId":536,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/shared/lib/router/utils/path-has-prefix.js","layer":"pages-dir-browser"},"startTime":1785680963093,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":1817,"timestamp":1853729872721,"id":629,"parentId":535,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/shared/lib/is-plain-object.js","layer":"pages-dir-browser"},"startTime":1785680963093,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":1959,"timestamp":1853729872797,"id":630,"parentId":537,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/shared/lib/htmlescape.js","layer":"pages-dir-browser"},"startTime":1785680963093,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":1552,"timestamp":1853729875060,"id":633,"parentId":511,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/client/portal/index.js","layer":"pages-dir-browser"},"startTime":1785680963095,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":1262,"timestamp":1853729875453,"id":637,"parentId":539,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/client/react-client-callbacks/report-global-error.js","layer":"app-pages-browser"},"startTime":1785680963095,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":1278,"timestamp":1853729875503,"id":638,"parentId":540,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/client/react-client-callbacks/report-global-error.js","layer":"pages-dir-browser"},"startTime":1785680963095,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":1298,"timestamp":1853729875541,"id":639,"parentId":558,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/shared/lib/utils/warn-once.js","layer":"pages-dir-browser"},"startTime":1785680963096,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2517,"timestamp":1853729875608,"id":641,"parentId":542,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/client/components/segment-cache/bfcache.js","layer":"app-pages-browser"},"startTime":1785680963096,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2753,"timestamp":1853729875671,"id":643,"parentId":565,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/shared/lib/router/utils/path-has-prefix.js","layer":"app-pages-browser"},"startTime":1785680963096,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":3849,"timestamp":1853729875639,"id":642,"parentId":542,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/client/components/router-reducer/fetch-server-response.js","layer":"app-pages-browser"},"startTime":1785680963096,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2600,"timestamp":1853729877014,"id":645,"parentId":540,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/shared/lib/lazy-dynamic/bailout-to-csr.js","layer":"pages-dir-browser"},"startTime":1785680963097,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2755,"timestamp":1853729876963,"id":644,"parentId":539,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/shared/lib/lazy-dynamic/bailout-to-csr.js","layer":"app-pages-browser"},"startTime":1785680963097,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2730,"timestamp":1853729877096,"id":649,"parentId":555,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/client/components/readonly-url-search-params.js","layer":"pages-dir-browser"},"startTime":1785680963097,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2801,"timestamp":1853729877123,"id":650,"parentId":567,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/client/components/readonly-url-search-params.js","layer":"app-pages-browser"},"startTime":1785680963097,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2940,"timestamp":1853729877071,"id":648,"parentId":554,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/shared/lib/image-config.js","layer":"pages-dir-browser"},"startTime":1785680963097,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":3049,"timestamp":1853729877219,"id":655,"parentId":559,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/shared/lib/router/utils/interception-routes.js","layer":"pages-dir-browser"},"startTime":1785680963097,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":3151,"timestamp":1853729877168,"id":653,"parentId":557,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/shared/lib/router/utils/as-path-to-search-params.js","layer":"pages-dir-browser"},"startTime":1785680963097,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":5361,"timestamp":1853729877269,"id":657,"parentId":573,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/client/components/app-router-headers.js","layer":"app-pages-browser"},"startTime":1785680963097,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":5800,"timestamp":1853729877244,"id":656,"parentId":562,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/shared/lib/head.js","layer":"pages-dir-browser"},"startTime":1785680963097,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":6442,"timestamp":1853729877193,"id":654,"parentId":557,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/shared/lib/router/utils/route-regex.js","layer":"pages-dir-browser"},"startTime":1785680963097,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":6549,"timestamp":1853729877304,"id":659,"parentId":573,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/shared/lib/segment-cache/segment-value-encoding.js","layer":"app-pages-browser"},"startTime":1785680963097,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":11335,"timestamp":1853729875572,"id":640,"parentId":542,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/client/components/segment-cache/cache.js","layer":"app-pages-browser"},"startTime":1785680963096,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":9587,"timestamp":1853729877408,"id":663,"parentId":576,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/shared/lib/router/utils/add-path-prefix.js","layer":"app-pages-browser"},"startTime":1785680963097,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":10481,"timestamp":1853729877382,"id":662,"parentId":591,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/shared/lib/router/utils/interception-routes.js","layer":"app-pages-browser"},"startTime":1785680963097,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":10671,"timestamp":1853729877358,"id":661,"parentId":577,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/client/normalize-trailing-slash.js","layer":"pages-dir-browser"},"startTime":1785680963097,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":10847,"timestamp":1853729877330,"id":660,"parentId":576,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/client/normalize-trailing-slash.js","layer":"app-pages-browser"},"startTime":1785680963097,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":6885,"timestamp":1853729881381,"id":664,"parentId":577,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/shared/lib/router/utils/add-path-prefix.js","layer":"pages-dir-browser"},"startTime":1785680963101,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":6920,"timestamp":1853729881510,"id":666,"parentId":582,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/client/components/segment-cache/cache-key.js","layer":"app-pages-browser"},"startTime":1785680963101,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":7430,"timestamp":1853729881454,"id":665,"parentId":584,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/client/components/navigation.js","layer":"app-pages-browser"},"startTime":1785680963101,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":12983,"timestamp":1853729881572,"id":668,"parentId":582,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/client/components/segment-cache/scheduler.js","layer":"app-pages-browser"},"startTime":1785680963102,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":19947,"timestamp":1853729874827,"id":632,"parentId":503,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/compiled/react/jsx-runtime.js","layer":"app-pages-browser"},"startTime":1785680963095,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":3387,"timestamp":1853729891614,"id":669,"parentId":581,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/shared/lib/router/utils/is-bot.js","layer":"app-pages-browser"},"startTime":1785680963112,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":22104,"timestamp":1853729875411,"id":636,"parentId":529,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/lib/framework/boundary-constants.js","layer":"app-pages-browser"},"startTime":1785680963095,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":20675,"timestamp":1853729877048,"id":646,"parentId":511,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/react-dom/client.js","layer":"pages-dir-browser"},"startTime":1785680963097,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":20647,"timestamp":1853729877151,"id":651,"parentId":506,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/compiled/react-dom/client.js","layer":"app-pages-browser"},"startTime":1785680963097,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":20777,"timestamp":1853729877061,"id":647,"parentId":511,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/react/jsx-runtime.js","layer":"pages-dir-browser"},"startTime":1785680963097,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":20719,"timestamp":1853729877160,"id":652,"parentId":506,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/compiled/react-server-dom-webpack/client.browser.js","layer":"app-pages-browser"},"startTime":1785680963097,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2608,"timestamp":1853729895530,"id":670,"parentId":587,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/client/components/redirect-status-code.js","layer":"app-pages-browser"},"startTime":1785680963115,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2634,"timestamp":1853729895597,"id":671,"parentId":603,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/client/components/redirect-status-code.js","layer":"pages-dir-browser"},"startTime":1785680963116,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2641,"timestamp":1853729895738,"id":675,"parentId":590,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/client/components/router-reducer/is-navigating-to-new-root-layout.js","layer":"app-pages-browser"},"startTime":1785680963116,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2792,"timestamp":1853729895668,"id":673,"parentId":590,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/client/components/match-segments.js","layer":"app-pages-browser"},"startTime":1785680963116,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2832,"timestamp":1853729895706,"id":674,"parentId":590,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/shared/lib/app-router-types.js","layer":"app-pages-browser"},"startTime":1785680963116,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2935,"timestamp":1853729895799,"id":677,"parentId":589,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/client/components/router-reducer/reducers/navigate-reducer.js","layer":"app-pages-browser"},"startTime":1785680963116,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":3048,"timestamp":1853729895826,"id":678,"parentId":589,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/client/components/router-reducer/reducers/server-patch-reducer.js","layer":"app-pages-browser"},"startTime":1785680963116,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":3189,"timestamp":1853729895881,"id":680,"parentId":589,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/client/components/router-reducer/reducers/refresh-reducer.js","layer":"app-pages-browser"},"startTime":1785680963116,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":3596,"timestamp":1853729895769,"id":676,"parentId":590,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/client/components/segment-cache/vary-path.js","layer":"app-pages-browser"},"startTime":1785680963116,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":3643,"timestamp":1853729895852,"id":679,"parentId":589,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/client/components/router-reducer/reducers/restore-reducer.js","layer":"app-pages-browser"},"startTime":1785680963116,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":3653,"timestamp":1853729895907,"id":681,"parentId":589,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/client/components/router-reducer/reducers/hmr-refresh-reducer.js","layer":"app-pages-browser"},"startTime":1785680963116,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":3688,"timestamp":1853729895963,"id":683,"parentId":597,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/shared/lib/router/utils/route-matcher.js","layer":"pages-dir-browser"},"startTime":1785680963116,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":3685,"timestamp":1853729896015,"id":685,"parentId":613,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/shared/lib/encode-uri-path.js","layer":"pages-dir-browser"},"startTime":1785680963116,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":3723,"timestamp":1853729896041,"id":686,"parentId":557,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/shared/lib/router/utils/index.js","layer":"pages-dir-browser"},"startTime":1785680963116,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":3844,"timestamp":1853729895990,"id":684,"parentId":618,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/shared/lib/is-plain-object.js","layer":"app-pages-browser"},"startTime":1785680963116,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":4541,"timestamp":1853729895937,"id":682,"parentId":589,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/client/components/router-reducer/reducers/server-action-reducer.js","layer":"app-pages-browser"},"startTime":1785680963116,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":25264,"timestamp":1853729877295,"id":658,"parentId":506,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/compiled/react/index.js","layer":"app-pages-browser"},"startTime":1785680963097,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":5844,"timestamp":1853729897002,"id":688,"parentId":610,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/client/components/errors/graceful-degrade-boundary.js","layer":"app-pages-browser"},"startTime":1785680963117,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":21479,"timestamp":1853729881557,"id":667,"parentId":511,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/react/index.js","layer":"pages-dir-browser"},"startTime":1785680963102,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":16841,"timestamp":1853729905980,"id":689,"parentId":617,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/lib/constants.js","layer":"pages-dir-browser"},"startTime":1785680963126,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":27601,"timestamp":1853729895632,"id":672,"parentId":590,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/lib/constants.js","layer":"app-pages-browser"},"startTime":1785680963116,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":17675,"timestamp":1853729906088,"id":691,"parentId":617,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/shared/lib/router/utils/is-bot.js","layer":"pages-dir-browser"},"startTime":1785680963126,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":19107,"timestamp":1853729906007,"id":690,"parentId":617,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/client/lib/javascript-url.js","layer":"pages-dir-browser"},"startTime":1785680963126,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-tsx","duration":19334,"timestamp":1853729906131,"id":692,"parentId":571,"tags":{"name":"/Users/liangyun/Codes/pi-web/components/TabBar.tsx","layer":"app-pages-browser"},"startTime":1785680963126,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-tsx","duration":22390,"timestamp":1853729906454,"id":696,"parentId":571,"tags":{"name":"/Users/liangyun/Codes/pi-web/components/SkillsConfig.tsx","layer":"app-pages-browser"},"startTime":1785680963126,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-tsx","duration":24957,"timestamp":1853729906392,"id":695,"parentId":571,"tags":{"name":"/Users/liangyun/Codes/pi-web/components/ChatWindow.tsx","layer":"app-pages-browser"},"startTime":1785680963126,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-tsx","duration":30493,"timestamp":1853729906326,"id":694,"parentId":571,"tags":{"name":"/Users/liangyun/Codes/pi-web/components/FileViewer.tsx","layer":"app-pages-browser"},"startTime":1785680963126,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-tsx","duration":30566,"timestamp":1853729906647,"id":699,"parentId":571,"tags":{"name":"/Users/liangyun/Codes/pi-web/components/ProjectTrustDialog.tsx","layer":"app-pages-browser"},"startTime":1785680963127,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-tsx","duration":32353,"timestamp":1853729906516,"id":697,"parentId":571,"tags":{"name":"/Users/liangyun/Codes/pi-web/components/PluginsConfig.tsx","layer":"app-pages-browser"},"startTime":1785680963126,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-tsx","duration":32756,"timestamp":1853729906712,"id":700,"parentId":571,"tags":{"name":"/Users/liangyun/Codes/pi-web/components/BranchNavigator.tsx","layer":"app-pages-browser"},"startTime":1785680963127,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":32799,"timestamp":1853729906805,"id":702,"parentId":613,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/client/trusted-types.js","layer":"pages-dir-browser"},"startTime":1785680963127,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":32819,"timestamp":1853729906831,"id":703,"parentId":615,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/shared/lib/modern-browserslist-target.js","layer":"pages-dir-browser"},"startTime":1785680963127,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":32875,"timestamp":1853729906857,"id":704,"parentId":615,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/shared/lib/entry-constants.js","layer":"pages-dir-browser"},"startTime":1785680963127,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-tsx","duration":37134,"timestamp":1853729906208,"id":693,"parentId":571,"tags":{"name":"/Users/liangyun/Codes/pi-web/components/SessionSidebar.tsx","layer":"app-pages-browser"},"startTime":1785680963126,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":36595,"timestamp":1853729906881,"id":705,"parentId":621,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/client/request/search-params.browser.prod.js","layer":"app-pages-browser"},"startTime":1785680963127,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":36688,"timestamp":1853729906911,"id":706,"parentId":620,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/client/request/params.browser.prod.js","layer":"app-pages-browser"},"startTime":1785680963127,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":36983,"timestamp":1853729906940,"id":707,"parentId":607,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/client/components/segment-cache/navigation-testing-lock.js","layer":"app-pages-browser"},"startTime":1785680963127,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":37017,"timestamp":1853729906988,"id":709,"parentId":617,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/client/detect-domain-locale.js","layer":"pages-dir-browser"},"startTime":1785680963127,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":37092,"timestamp":1853729907016,"id":710,"parentId":617,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/client/remove-locale.js","layer":"pages-dir-browser"},"startTime":1785680963127,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":37090,"timestamp":1853729907080,"id":713,"parentId":617,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/shared/lib/router/utils/parse-path.js","layer":"pages-dir-browser"},"startTime":1785680963127,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":37571,"timestamp":1853729907057,"id":712,"parentId":617,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/client/resolve-href.js","layer":"pages-dir-browser"},"startTime":1785680963127,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-tsx","duration":42968,"timestamp":1853729906582,"id":698,"parentId":571,"tags":{"name":"/Users/liangyun/Codes/pi-web/components/ModelsConfig.tsx","layer":"app-pages-browser"},"startTime":1785680963127,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":24427,"timestamp":1853729925870,"id":717,"parentId":617,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/shared/lib/router/utils/get-next-pathname-info.js","layer":"pages-dir-browser"},"startTime":1785680963146,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":24817,"timestamp":1853729925782,"id":716,"parentId":617,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/shared/lib/router/utils/format-url.js","layer":"pages-dir-browser"},"startTime":1785680963146,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":24291,"timestamp":1853729926406,"id":721,"parentId":617,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/shared/lib/router/utils/format-next-pathname-info.js","layer":"pages-dir-browser"},"startTime":1785680963146,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":24667,"timestamp":1853729926358,"id":720,"parentId":617,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/shared/lib/bloom-filter.js","layer":"pages-dir-browser"},"startTime":1785680963146,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":53159,"timestamp":1853729907045,"id":711,"parentId":617,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/lib/is-api-route.js","layer":"pages-dir-browser"},"startTime":1785680963127,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":53399,"timestamp":1853729906972,"id":708,"parentId":537,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/react-dom/index.js","layer":"pages-dir-browser"},"startTime":1785680963127,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":53644,"timestamp":1853729906794,"id":701,"parentId":525,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/compiled/react-dom/index.js","layer":"app-pages-browser"},"startTime":1785680963127,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2741,"timestamp":1853729963231,"id":727,"parentId":643,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/shared/lib/router/utils/parse-path.js","layer":"app-pages-browser"},"startTime":1785680963183,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2966,"timestamp":1853729963147,"id":725,"parentId":617,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/shared/lib/router/utils/compare-states.js","layer":"pages-dir-browser"},"startTime":1785680963183,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2971,"timestamp":1853729963194,"id":726,"parentId":617,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/shared/lib/router/utils/omit.js","layer":"pages-dir-browser"},"startTime":1785680963183,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2884,"timestamp":1853729963333,"id":730,"parentId":626,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js","layer":"app-pages-browser"},"startTime":1785680963183,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2987,"timestamp":1853729963303,"id":729,"parentId":617,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/shared/lib/page-path/denormalize-page-path.js","layer":"pages-dir-browser"},"startTime":1785680963183,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":3191,"timestamp":1853729963271,"id":728,"parentId":655,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/shared/lib/router/utils/app-paths.js","layer":"pages-dir-browser"},"startTime":1785680963183,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":3479,"timestamp":1853729963047,"id":724,"parentId":617,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/shared/lib/router/utils/is-local-url.js","layer":"pages-dir-browser"},"startTime":1785680963183,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":3178,"timestamp":1853729963401,"id":732,"parentId":660,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/shared/lib/router/utils/remove-trailing-slash.js","layer":"app-pages-browser"},"startTime":1785680963183,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":3295,"timestamp":1853729963368,"id":731,"parentId":617,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/shared/lib/i18n/normalize-locale-path.js","layer":"pages-dir-browser"},"startTime":1785680963183,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":3396,"timestamp":1853729963465,"id":734,"parentId":642,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/client/components/router-reducer/set-cache-busting-search-param.js","layer":"app-pages-browser"},"startTime":1785680963183,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":3468,"timestamp":1853729963500,"id":735,"parentId":656,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/shared/lib/side-effect.js","layer":"pages-dir-browser"},"startTime":1785680963183,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":3910,"timestamp":1853729963431,"id":733,"parentId":641,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/client/components/segment-cache/cache-map.js","layer":"app-pages-browser"},"startTime":1785680963183,"traceId":"a894ddc49bbe7d05"}]
6
+ [{"name":"build-module-js","duration":3904,"timestamp":1853729963553,"id":737,"parentId":665,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/client/components/unrecognized-action-error.js","layer":"app-pages-browser"},"startTime":1785680963184,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":3898,"timestamp":1853729963606,"id":739,"parentId":640,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/shared/lib/promise-with-resolvers.js","layer":"app-pages-browser"},"startTime":1785680963184,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":4044,"timestamp":1853729963580,"id":738,"parentId":665,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/client/components/navigation.react-server.js","layer":"app-pages-browser"},"startTime":1785680963184,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":4062,"timestamp":1853729963632,"id":740,"parentId":654,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/shared/lib/escape-regexp.js","layer":"pages-dir-browser"},"startTime":1785680963184,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":4233,"timestamp":1853729963526,"id":736,"parentId":665,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/shared/lib/server-inserted-html.shared-runtime.js","layer":"app-pages-browser"},"startTime":1785680963183,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":4153,"timestamp":1853729963657,"id":741,"parentId":640,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/shared/lib/segment-cache/vary-params-decoding.js","layer":"app-pages-browser"},"startTime":1785680963184,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":4174,"timestamp":1853729963874,"id":744,"parentId":669,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/shared/lib/router/utils/html-bots.js","layer":"app-pages-browser"},"startTime":1785680963184,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":4536,"timestamp":1853729963718,"id":743,"parentId":668,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/client/components/segment-cache/lru.js","layer":"app-pages-browser"},"startTime":1785680963184,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":4843,"timestamp":1853729963689,"id":742,"parentId":654,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/shared/lib/router/utils/get-dynamic-param.js","layer":"pages-dir-browser"},"startTime":1785680963184,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2009,"timestamp":1853729969277,"id":749,"parentId":691,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/shared/lib/router/utils/html-bots.js","layer":"pages-dir-browser"},"startTime":1785680963189,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2289,"timestamp":1853729969222,"id":747,"parentId":683,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/shared/lib/router/utils/route-match-utils.js","layer":"pages-dir-browser"},"startTime":1785680963189,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2507,"timestamp":1853729969144,"id":746,"parentId":680,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/client/components/router-reducer/reducers/has-interception-route-in-current-tree.js","layer":"app-pages-browser"},"startTime":1785680963189,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2295,"timestamp":1853729969426,"id":757,"parentId":682,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/shared/lib/action-revalidation-kind.js","layer":"app-pages-browser"},"startTime":1785680963189,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2460,"timestamp":1853729969397,"id":756,"parentId":682,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/shared/lib/server-reference-info.js","layer":"app-pages-browser"},"startTime":1785680963189,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":3496,"timestamp":1853729969359,"id":755,"parentId":682,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/client/assign-location.js","layer":"app-pages-browser"},"startTime":1785680963189,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-ts","duration":3375,"timestamp":1853729969623,"id":761,"parentId":571,"tags":{"name":"/Users/liangyun/Codes/pi-web/hooks/useIsMobile.ts","layer":"app-pages-browser"},"startTime":1785680963190,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-ts","duration":3579,"timestamp":1853729969554,"id":760,"parentId":571,"tags":{"name":"/Users/liangyun/Codes/pi-web/hooks/useViewportHeight.ts","layer":"app-pages-browser"},"startTime":1785680963190,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-ts","duration":3813,"timestamp":1853729969489,"id":759,"parentId":571,"tags":{"name":"/Users/liangyun/Codes/pi-web/hooks/useTheme.ts","layer":"app-pages-browser"},"startTime":1785680963189,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-ts","duration":3818,"timestamp":1853729969685,"id":762,"parentId":571,"tags":{"name":"/Users/liangyun/Codes/pi-web/hooks/useKeyboardShortcuts.ts","layer":"app-pages-browser"},"startTime":1785680963190,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":4428,"timestamp":1853729969463,"id":758,"parentId":686,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/shared/lib/router/utils/sorted-routes.js","layer":"pages-dir-browser"},"startTime":1785680963189,"traceId":"a894ddc49bbe7d05"},{"name":"build-module","duration":18,"timestamp":1853729974362,"id":764,"parentId":510,"tags":{"layer":null},"startTime":1785680963194,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-ts","duration":2323,"timestamp":1853729974224,"id":763,"parentId":571,"tags":{"name":"/Users/liangyun/Codes/pi-web/hooks/useResizablePanel.ts","layer":"app-pages-browser"},"startTime":1785680963194,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-ts","duration":1839,"timestamp":1853729974797,"id":770,"parentId":571,"tags":{"name":"/Users/liangyun/Codes/pi-web/lib/clipboard.ts","layer":"app-pages-browser"},"startTime":1785680963195,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-ts","duration":1922,"timestamp":1853729974867,"id":771,"parentId":571,"tags":{"name":"/Users/liangyun/Codes/pi-web/lib/file-paths.ts","layer":"app-pages-browser"},"startTime":1785680963195,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-ts","duration":1842,"timestamp":1853729974989,"id":773,"parentId":571,"tags":{"name":"/Users/liangyun/Codes/pi-web/lib/initial-navigation.ts","layer":"app-pages-browser"},"startTime":1785680963195,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-ts","duration":2997,"timestamp":1853729974929,"id":772,"parentId":571,"tags":{"name":"/Users/liangyun/Codes/pi-web/lib/file-fuzzy.ts","layer":"app-pages-browser"},"startTime":1785680963195,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-ts","duration":3106,"timestamp":1853729975063,"id":774,"parentId":571,"tags":{"name":"/Users/liangyun/Codes/pi-web/lib/panel-layout.ts","layer":"app-pages-browser"},"startTime":1785680963195,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":14354,"timestamp":1853729963964,"id":745,"parentId":632,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/compiled/react/cjs/react-jsx-runtime.production.js","layer":"app-pages-browser"},"startTime":1785680963184,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":1558,"timestamp":1853729977086,"id":777,"parentId":728,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js","layer":"pages-dir-browser"},"startTime":1785680963197,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":1660,"timestamp":1853729977041,"id":776,"parentId":742,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/shared/lib/invariant-error.js","layer":"pages-dir-browser"},"startTime":1785680963197,"traceId":"a894ddc49bbe7d05"},{"name":"add-entry","duration":264782,"timestamp":1853729714085,"id":445,"parentId":441,"tags":{"request":"next-client-pages-loader?absolutePagePath=%2FUsers%2Fliangyun%2FCodes%2Fpi-web%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fbuiltin%2Fglobal-not-found.js&page=%2F_not-found%2Fpage!"},"startTime":1785680962934,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2115,"timestamp":1853729976978,"id":775,"parentId":728,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/shared/lib/segment.js","layer":"pages-dir-browser"},"startTime":1785680963197,"traceId":"a894ddc49bbe7d05"},{"name":"postcss-process","duration":6477,"timestamp":1853730012066,"id":784,"parentId":723,"tags":{},"startTime":1785680963232,"traceId":"a894ddc49bbe7d05"},{"name":"postcss-loader","duration":58062,"timestamp":1853729960496,"id":723,"parentId":719,"tags":{},"startTime":1785680963180,"traceId":"a894ddc49bbe7d05"},{"name":"css-loader","duration":9769,"timestamp":1853730018637,"id":785,"parentId":719,"tags":{"astUsed":"true"},"startTime":1785680963239,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-css","duration":103858,"timestamp":1853729926337,"id":719,"parentId":634,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/katex/dist/katex.min.css.webpack[javascript/auto]!=!/Users/liangyun/Codes/pi-web/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[15].oneOf[10].use[2]!/Users/liangyun/Codes/pi-web/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[15].oneOf[10].use[3]!/Users/liangyun/Codes/pi-web/node_modules/katex/dist/katex.min.css","layer":null},"startTime":1785680963146,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":61586,"timestamp":1853729969336,"id":752,"parentId":647,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/react/cjs/react-jsx-runtime.production.js","layer":"pages-dir-browser"},"startTime":1785680963189,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":63264,"timestamp":1853729969343,"id":753,"parentId":667,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/react/cjs/react.production.js","layer":"pages-dir-browser"},"startTime":1785680963189,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":64763,"timestamp":1853729969260,"id":748,"parentId":658,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/compiled/react/cjs/react.production.js","layer":"app-pages-browser"},"startTime":1785680963189,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":70580,"timestamp":1853729969349,"id":754,"parentId":652,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/compiled/react-server-dom-webpack/cjs/react-server-dom-webpack-client.browser.production.js","layer":"app-pages-browser"},"startTime":1785680963189,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":62194,"timestamp":1853729978746,"id":780,"parentId":717,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/shared/lib/router/utils/remove-path-prefix.js","layer":"pages-dir-browser"},"startTime":1785680963199,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":62227,"timestamp":1853729978805,"id":781,"parentId":721,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/shared/lib/router/utils/add-path-suffix.js","layer":"pages-dir-browser"},"startTime":1785680963199,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":62282,"timestamp":1853729978836,"id":782,"parentId":721,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/shared/lib/router/utils/add-locale.js","layer":"pages-dir-browser"},"startTime":1785680963199,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":67275,"timestamp":1853729974641,"id":767,"parentId":511,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/@swc/helpers/esm/_interop_require_default.js","layer":"pages-dir-browser"},"startTime":1785680963195,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":67665,"timestamp":1853729974420,"id":766,"parentId":506,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/@swc/helpers/esm/_interop_require_default.js","layer":"app-pages-browser"},"startTime":1785680963194,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":104913,"timestamp":1853729969313,"id":750,"parentId":646,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/react-dom/cjs/react-dom-client.production.js","layer":"pages-dir-browser"},"startTime":1785680963189,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":100217,"timestamp":1853729974384,"id":765,"parentId":571,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/api/navigation.js","layer":"app-pages-browser"},"startTime":1785680963194,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":135017,"timestamp":1853729969324,"id":751,"parentId":651,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/compiled/react-dom/cjs/react-dom-client.production.js","layer":"app-pages-browser"},"startTime":1785680963189,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":129914,"timestamp":1853729974755,"id":768,"parentId":511,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/@swc/helpers/esm/_interop_require_wildcard.js","layer":"pages-dir-browser"},"startTime":1785680963195,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":130112,"timestamp":1853729974764,"id":769,"parentId":522,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/@swc/helpers/esm/_interop_require_wildcard.js","layer":"app-pages-browser"},"startTime":1785680963195,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":129446,"timestamp":1853729977120,"id":778,"parentId":708,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/react-dom/cjs/react-dom.production.js","layer":"pages-dir-browser"},"startTime":1785680963197,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":129701,"timestamp":1853729977132,"id":779,"parentId":701,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/compiled/react-dom/cjs/react-dom.production.js","layer":"app-pages-browser"},"startTime":1785680963197,"traceId":"a894ddc49bbe7d05"},{"name":"postcss-process","duration":151511,"timestamp":1853730009241,"id":783,"parentId":722,"tags":{},"startTime":1785680963229,"traceId":"a894ddc49bbe7d05"},{"name":"postcss-loader","duration":234373,"timestamp":1853729926497,"id":722,"parentId":718,"tags":{},"startTime":1785680963146,"traceId":"a894ddc49bbe7d05"},{"name":"css-loader","duration":1590,"timestamp":1853730160883,"id":805,"parentId":718,"tags":{"astUsed":"true"},"startTime":1785680963381,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":52419,"timestamp":1853730110935,"id":787,"parentId":738,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/client/components/forbidden.js","layer":"app-pages-browser"},"startTime":1785680963331,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":55009,"timestamp":1853730110991,"id":788,"parentId":738,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/client/components/unauthorized.js","layer":"app-pages-browser"},"startTime":1785680963331,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":55332,"timestamp":1853730110828,"id":786,"parentId":738,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/client/components/not-found.js","layer":"app-pages-browser"},"startTime":1785680963331,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":55225,"timestamp":1853730111028,"id":789,"parentId":738,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/client/components/unstable-rethrow.js","layer":"app-pages-browser"},"startTime":1785680963331,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":55267,"timestamp":1853730111059,"id":790,"parentId":729,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/shared/lib/page-path/normalize-path-sep.js","layer":"pages-dir-browser"},"startTime":1785680963331,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":55437,"timestamp":1853730111088,"id":791,"parentId":734,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/shared/lib/router/utils/cache-busting-search-param.js","layer":"app-pages-browser"},"startTime":1785680963331,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":55592,"timestamp":1853730111144,"id":793,"parentId":742,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/shared/lib/router/utils/resolve-param-value.js","layer":"pages-dir-browser"},"startTime":1785680963331,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-ts","duration":55705,"timestamp":1853730111170,"id":794,"parentId":592,"tags":{"name":"/Users/liangyun/Codes/pi-web/lib/i18n/registry.ts","layer":"app-pages-browser"},"startTime":1785680963331,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":55845,"timestamp":1853730111118,"id":792,"parentId":742,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/shared/lib/router/utils/parse-loader-tree.js","layer":"pages-dir-browser"},"startTime":1785680963331,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-ts","duration":55905,"timestamp":1853730111235,"id":795,"parentId":592,"tags":{"name":"/Users/liangyun/Codes/pi-web/lib/i18n/format.ts","layer":"app-pages-browser"},"startTime":1785680963331,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":55980,"timestamp":1853730111374,"id":798,"parentId":742,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/shared/lib/router/routes/app.js","layer":"pages-dir-browser"},"startTime":1785680963331,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-tsx","duration":56754,"timestamp":1853730111311,"id":797,"parentId":692,"tags":{"name":"/Users/liangyun/Codes/pi-web/components/FileIcons.tsx","layer":"app-pages-browser"},"startTime":1785680963331,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-tsx","duration":56602,"timestamp":1853730111584,"id":802,"parentId":695,"tags":{"name":"/Users/liangyun/Codes/pi-web/components/ExtensionStatusBar.tsx","layer":"app-pages-browser"},"startTime":1785680963332,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-tsx","duration":57031,"timestamp":1853730111654,"id":803,"parentId":694,"tags":{"name":"/Users/liangyun/Codes/pi-web/components/MermaidBlock.tsx","layer":"app-pages-browser"},"startTime":1785680963332,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-tsx","duration":59378,"timestamp":1853730111712,"id":804,"parentId":693,"tags":{"name":"/Users/liangyun/Codes/pi-web/components/DirectoryPicker.tsx","layer":"app-pages-browser"},"startTime":1785680963332,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-tsx","duration":61043,"timestamp":1853730111463,"id":800,"parentId":695,"tags":{"name":"/Users/liangyun/Codes/pi-web/components/ChatMinimap.tsx","layer":"app-pages-browser"},"startTime":1785680963331,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-tsx","duration":63338,"timestamp":1853730111399,"id":799,"parentId":695,"tags":{"name":"/Users/liangyun/Codes/pi-web/components/MessageView.tsx","layer":"app-pages-browser"},"startTime":1785680963331,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-tsx","duration":67807,"timestamp":1853730111520,"id":801,"parentId":695,"tags":{"name":"/Users/liangyun/Codes/pi-web/components/ChatInput.tsx","layer":"app-pages-browser"},"startTime":1785680963331,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-tsx","duration":14337,"timestamp":1853730169540,"id":806,"parentId":693,"tags":{"name":"/Users/liangyun/Codes/pi-web/components/FileExplorer.tsx","layer":"app-pages-browser"},"startTime":1785680963390,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":75347,"timestamp":1853730111296,"id":796,"parentId":747,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/lib/route-pattern-normalizer.js","layer":"pages-dir-browser"},"startTime":1785680963331,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":18499,"timestamp":1853730169701,"id":808,"parentId":719,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/build/webpack/loaders/css-loader/src/runtime/getUrl.js","layer":null},"startTime":1785680963390,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":18682,"timestamp":1853730169676,"id":807,"parentId":719,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/build/webpack/loaders/css-loader/src/runtime/api.js","layer":null},"startTime":1785680963390,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-woff","duration":18698,"timestamp":1853730169712,"id":809,"parentId":719,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/katex/dist/fonts/KaTeX_AMS-Regular.woff","layer":null},"startTime":1785680963390,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-woff2","duration":18530,"timestamp":1853730169892,"id":812,"parentId":719,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/katex/dist/fonts/KaTeX_Caligraphic-Bold.woff2","layer":null},"startTime":1785680963390,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-woff2","duration":18557,"timestamp":1853730169875,"id":810,"parentId":719,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/katex/dist/fonts/KaTeX_AMS-Regular.woff2","layer":null},"startTime":1785680963390,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-ttf","duration":18567,"timestamp":1853730169884,"id":811,"parentId":719,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/katex/dist/fonts/KaTeX_AMS-Regular.ttf","layer":null},"startTime":1785680963390,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-woff","duration":18561,"timestamp":1853730169899,"id":813,"parentId":719,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/katex/dist/fonts/KaTeX_Caligraphic-Bold.woff","layer":null},"startTime":1785680963390,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-woff2","duration":18555,"timestamp":1853730169914,"id":815,"parentId":719,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/katex/dist/fonts/KaTeX_Caligraphic-Regular.woff2","layer":null},"startTime":1785680963390,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-ttf","duration":18581,"timestamp":1853730169906,"id":814,"parentId":719,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/katex/dist/fonts/KaTeX_Caligraphic-Bold.ttf","layer":null},"startTime":1785680963390,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-ttf","duration":18623,"timestamp":1853730169925,"id":817,"parentId":719,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/katex/dist/fonts/KaTeX_Caligraphic-Regular.ttf","layer":null},"startTime":1785680963390,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-woff","duration":18627,"timestamp":1853730169930,"id":818,"parentId":719,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/katex/dist/fonts/KaTeX_Fraktur-Bold.woff","layer":null},"startTime":1785680963390,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-woff","duration":18649,"timestamp":1853730169919,"id":816,"parentId":719,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/katex/dist/fonts/KaTeX_Caligraphic-Regular.woff","layer":null},"startTime":1785680963390,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-woff","duration":2831,"timestamp":1853730187570,"id":821,"parentId":719,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/katex/dist/fonts/KaTeX_Fraktur-Regular.woff","layer":null},"startTime":1785680963408,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-woff2","duration":2891,"timestamp":1853730187526,"id":819,"parentId":719,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/katex/dist/fonts/KaTeX_Fraktur-Bold.woff2","layer":null},"startTime":1785680963407,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-woff2","duration":2843,"timestamp":1853730187588,"id":823,"parentId":719,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/katex/dist/fonts/KaTeX_Main-Bold.woff2","layer":null},"startTime":1785680963408,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-ttf","duration":2886,"timestamp":1853730187557,"id":820,"parentId":719,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/katex/dist/fonts/KaTeX_Fraktur-Bold.ttf","layer":null},"startTime":1785680963408,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-woff","duration":2860,"timestamp":1853730187594,"id":824,"parentId":719,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/katex/dist/fonts/KaTeX_Main-Bold.woff","layer":null},"startTime":1785680963408,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-ttf","duration":2870,"timestamp":1853730187600,"id":825,"parentId":719,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/katex/dist/fonts/KaTeX_Main-Bold.ttf","layer":null},"startTime":1785680963408,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-woff2","duration":3197,"timestamp":1853730187613,"id":827,"parentId":719,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/katex/dist/fonts/KaTeX_Main-BoldItalic.woff2","layer":null},"startTime":1785680963408,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-woff2","duration":3220,"timestamp":1853730187606,"id":826,"parentId":719,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/katex/dist/fonts/KaTeX_Fraktur-Regular.woff2","layer":null},"startTime":1785680963408,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-ttf","duration":3309,"timestamp":1853730187580,"id":822,"parentId":719,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/katex/dist/fonts/KaTeX_Fraktur-Regular.ttf","layer":null},"startTime":1785680963408,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-woff","duration":2407,"timestamp":1853730188782,"id":828,"parentId":719,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/katex/dist/fonts/KaTeX_Main-BoldItalic.woff","layer":null},"startTime":1785680963409,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-woff","duration":2382,"timestamp":1853730188819,"id":831,"parentId":719,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/katex/dist/fonts/KaTeX_Main-Italic.woff","layer":null},"startTime":1785680963409,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-ttf","duration":2410,"timestamp":1853730188802,"id":829,"parentId":719,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/katex/dist/fonts/KaTeX_Main-BoldItalic.ttf","layer":null},"startTime":1785680963409,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":1162,"timestamp":1853730190644,"id":870,"parentId":791,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/shared/lib/hash.js","layer":"app-pages-browser"},"startTime":1785680963411,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":1234,"timestamp":1853730190723,"id":872,"parentId":798,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/shared/lib/router/utils/get-segment-param.js","layer":"pages-dir-browser"},"startTime":1785680963411,"traceId":"a894ddc49bbe7d05"}]
7
+ [{"name":"build-module-woff2","duration":3161,"timestamp":1853730188810,"id":830,"parentId":719,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/katex/dist/fonts/KaTeX_Main-Italic.woff2","layer":null},"startTime":1785680963409,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-ttf","duration":3154,"timestamp":1853730188828,"id":832,"parentId":719,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/katex/dist/fonts/KaTeX_Main-Italic.ttf","layer":null},"startTime":1785680963409,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-woff","duration":3143,"timestamp":1853730188850,"id":834,"parentId":719,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/katex/dist/fonts/KaTeX_Main-Regular.woff","layer":null},"startTime":1785680963409,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-woff2","duration":3163,"timestamp":1853730188840,"id":833,"parentId":719,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/katex/dist/fonts/KaTeX_Main-Regular.woff2","layer":null},"startTime":1785680963409,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-ttf","duration":3156,"timestamp":1853730188857,"id":835,"parentId":719,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/katex/dist/fonts/KaTeX_Main-Regular.ttf","layer":null},"startTime":1785680963409,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-ttf","duration":3150,"timestamp":1853730188873,"id":837,"parentId":719,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/katex/dist/fonts/KaTeX_Math-BoldItalic.ttf","layer":null},"startTime":1785680963409,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-woff2","duration":3152,"timestamp":1853730188879,"id":838,"parentId":719,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/katex/dist/fonts/KaTeX_Math-Italic.woff2","layer":null},"startTime":1785680963409,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-woff","duration":3174,"timestamp":1853730188866,"id":836,"parentId":719,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/katex/dist/fonts/KaTeX_Math-BoldItalic.woff","layer":null},"startTime":1785680963409,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-woff2","duration":3162,"timestamp":1853730188886,"id":839,"parentId":719,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/katex/dist/fonts/KaTeX_Math-BoldItalic.woff2","layer":null},"startTime":1785680963409,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-woff","duration":3169,"timestamp":1853730188901,"id":841,"parentId":719,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/katex/dist/fonts/KaTeX_Math-Italic.woff","layer":null},"startTime":1785680963409,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-woff","duration":3174,"timestamp":1853730188907,"id":842,"parentId":719,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/katex/dist/fonts/KaTeX_SansSerif-Bold.woff","layer":null},"startTime":1785680963409,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-ttf","duration":3174,"timestamp":1853730188917,"id":843,"parentId":719,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/katex/dist/fonts/KaTeX_SansSerif-Bold.ttf","layer":null},"startTime":1785680963409,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-woff2","duration":3146,"timestamp":1853730188952,"id":845,"parentId":719,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/katex/dist/fonts/KaTeX_SansSerif-Italic.woff2","layer":null},"startTime":1785680963409,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-woff","duration":3196,"timestamp":1853730188922,"id":844,"parentId":719,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/katex/dist/fonts/KaTeX_SansSerif-Italic.woff","layer":null},"startTime":1785680963409,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-woff2","duration":3208,"timestamp":1853730188963,"id":846,"parentId":719,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/katex/dist/fonts/KaTeX_SansSerif-Bold.woff2","layer":null},"startTime":1785680963409,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-ttf","duration":3296,"timestamp":1853730188892,"id":840,"parentId":719,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/katex/dist/fonts/KaTeX_Math-Italic.ttf","layer":null},"startTime":1785680963409,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":1759,"timestamp":1853730190530,"id":869,"parentId":789,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/client/components/unstable-rethrow.browser.js","layer":"app-pages-browser"},"startTime":1785680963410,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-ttf","duration":3330,"timestamp":1853730188969,"id":847,"parentId":719,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/katex/dist/fonts/KaTeX_SansSerif-Italic.ttf","layer":null},"startTime":1785680963409,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":1661,"timestamp":1853730190691,"id":871,"parentId":793,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/shared/lib/router/utils/interception-prefix-from-param-type.js","layer":"pages-dir-browser"},"startTime":1785680963411,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-ts","duration":1727,"timestamp":1853730191005,"id":876,"parentId":695,"tags":{"name":"/Users/liangyun/Codes/pi-web/lib/terminal-input.ts","layer":"app-pages-browser"},"startTime":1785680963411,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-ts","duration":2910,"timestamp":1853730191283,"id":877,"parentId":695,"tags":{"name":"/Users/liangyun/Codes/pi-web/lib/message-display.ts","layer":"app-pages-browser"},"startTime":1785680963411,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-ts","duration":2767,"timestamp":1853730191511,"id":879,"parentId":695,"tags":{"name":"/Users/liangyun/Codes/pi-web/lib/chat-lazy-load.ts","layer":"app-pages-browser"},"startTime":1785680963411,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-ts","duration":3052,"timestamp":1853730191429,"id":878,"parentId":695,"tags":{"name":"/Users/liangyun/Codes/pi-web/hooks/useAudio.ts","layer":"app-pages-browser"},"startTime":1785680963411,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-ts","duration":4083,"timestamp":1853730190936,"id":875,"parentId":695,"tags":{"name":"/Users/liangyun/Codes/pi-web/lib/ansi.ts","layer":"app-pages-browser"},"startTime":1785680963411,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-woff2","duration":5354,"timestamp":1853730189698,"id":848,"parentId":719,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/katex/dist/fonts/KaTeX_SansSerif-Regular.woff2","layer":null},"startTime":1785680963410,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-ttf","duration":5349,"timestamp":1853730189715,"id":850,"parentId":719,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/katex/dist/fonts/KaTeX_SansSerif-Regular.ttf","layer":null},"startTime":1785680963410,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-woff","duration":5355,"timestamp":1853730189721,"id":851,"parentId":719,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/katex/dist/fonts/KaTeX_Script-Regular.woff","layer":null},"startTime":1785680963410,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-woff","duration":5390,"timestamp":1853730189708,"id":849,"parentId":719,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/katex/dist/fonts/KaTeX_SansSerif-Regular.woff","layer":null},"startTime":1785680963410,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-woff2","duration":5402,"timestamp":1853730189726,"id":852,"parentId":719,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/katex/dist/fonts/KaTeX_Script-Regular.woff2","layer":null},"startTime":1785680963410,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-ttf","duration":5405,"timestamp":1853730189732,"id":853,"parentId":719,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/katex/dist/fonts/KaTeX_Script-Regular.ttf","layer":null},"startTime":1785680963410,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-ts","duration":1786,"timestamp":1853730193576,"id":882,"parentId":694,"tags":{"name":"/Users/liangyun/Codes/pi-web/lib/file-types.ts","layer":"app-pages-browser"},"startTime":1785680963414,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-ts","duration":2176,"timestamp":1853730193486,"id":881,"parentId":694,"tags":{"name":"/Users/liangyun/Codes/pi-web/lib/file-links.ts","layer":"app-pages-browser"},"startTime":1785680963413,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-ts","duration":2349,"timestamp":1853730193721,"id":884,"parentId":695,"tags":{"name":"/Users/liangyun/Codes/pi-web/hooks/useDragDrop.ts","layer":"app-pages-browser"},"startTime":1785680963414,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-ts","duration":2871,"timestamp":1853730193657,"id":883,"parentId":694,"tags":{"name":"/Users/liangyun/Codes/pi-web/lib/markdown.ts","layer":"app-pages-browser"},"startTime":1785680963414,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-woff2","duration":6366,"timestamp":1853730190185,"id":854,"parentId":719,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/katex/dist/fonts/KaTeX_Size1-Regular.woff2","layer":null},"startTime":1785680963410,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-ttf","duration":6351,"timestamp":1853730190212,"id":856,"parentId":719,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/katex/dist/fonts/KaTeX_Size1-Regular.ttf","layer":null},"startTime":1785680963410,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-woff","duration":6369,"timestamp":1853730190203,"id":855,"parentId":719,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/katex/dist/fonts/KaTeX_Size1-Regular.woff","layer":null},"startTime":1785680963410,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-woff","duration":6356,"timestamp":1853730190225,"id":858,"parentId":719,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/katex/dist/fonts/KaTeX_Size2-Regular.woff","layer":null},"startTime":1785680963410,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-woff2","duration":6371,"timestamp":1853730190219,"id":857,"parentId":719,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/katex/dist/fonts/KaTeX_Size2-Regular.woff2","layer":null},"startTime":1785680963410,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-ttf","duration":6367,"timestamp":1853730190231,"id":859,"parentId":719,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/katex/dist/fonts/KaTeX_Size2-Regular.ttf","layer":null},"startTime":1785680963410,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-woff2","duration":6369,"timestamp":1853730190237,"id":860,"parentId":719,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/katex/dist/fonts/KaTeX_Size3-Regular.woff2","layer":null},"startTime":1785680963410,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-woff2","duration":6354,"timestamp":1853730190260,"id":863,"parentId":719,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/katex/dist/fonts/KaTeX_Size4-Regular.woff2","layer":null},"startTime":1785680963410,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-ts","duration":7759,"timestamp":1853730191584,"id":880,"parentId":695,"tags":{"name":"/Users/liangyun/Codes/pi-web/hooks/useAgentSession.ts","layer":"app-pages-browser"},"startTime":1785680963412,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-ttf","duration":9095,"timestamp":1853730190266,"id":864,"parentId":719,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/katex/dist/fonts/KaTeX_Size4-Regular.ttf","layer":null},"startTime":1785680963410,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-woff","duration":9145,"timestamp":1853730190246,"id":861,"parentId":719,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/katex/dist/fonts/KaTeX_Size3-Regular.woff","layer":null},"startTime":1785680963410,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-woff","duration":9207,"timestamp":1853730190273,"id":865,"parentId":719,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/katex/dist/fonts/KaTeX_Size4-Regular.woff","layer":null},"startTime":1785680963410,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-ttf","duration":9238,"timestamp":1853730190253,"id":862,"parentId":719,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/katex/dist/fonts/KaTeX_Size3-Regular.ttf","layer":null},"startTime":1785680963410,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-ttf","duration":8982,"timestamp":1853730190519,"id":868,"parentId":719,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/katex/dist/fonts/KaTeX_Typewriter-Regular.ttf","layer":null},"startTime":1785680963410,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-woff","duration":9001,"timestamp":1853730190512,"id":867,"parentId":719,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/katex/dist/fonts/KaTeX_Typewriter-Regular.woff","layer":null},"startTime":1785680963410,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-woff2","duration":9022,"timestamp":1853730190500,"id":866,"parentId":719,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/katex/dist/fonts/KaTeX_Typewriter-Regular.woff2","layer":null},"startTime":1785680963410,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-css","duration":334944,"timestamp":1853729875121,"id":634,"parentId":496,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/katex/dist/katex.min.css","layer":"app-pages-browser"},"startTime":1785680963095,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":19767,"timestamp":1853730190750,"id":873,"parentId":694,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/react-syntax-highlighter/dist/esm/index.js","layer":"app-pages-browser"},"startTime":1785680963411,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":19773,"timestamp":1853730190902,"id":874,"parentId":694,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/react-markdown/index.js","layer":"app-pages-browser"},"startTime":1785680963411,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-ts","duration":10791,"timestamp":1853730200174,"id":889,"parentId":697,"tags":{"name":"/Users/liangyun/Codes/pi-web/lib/agent-client.ts","layer":"app-pages-browser"},"startTime":1785680963420,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-ts","duration":11102,"timestamp":1853730200081,"id":888,"parentId":694,"tags":{"name":"/Users/liangyun/Codes/pi-web/lib/patch.ts","layer":"app-pages-browser"},"startTime":1785680963420,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":18371,"timestamp":1853730193780,"id":885,"parentId":615,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/build/polyfills/process.js","layer":"pages-dir-browser"},"startTime":1785680963414,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":18467,"timestamp":1853730193794,"id":886,"parentId":748,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/build/polyfills/process.js","layer":"app-pages-browser"},"startTime":1785680963414,"traceId":"a894ddc49bbe7d05"},{"name":"build-module","duration":34,"timestamp":1853730213186,"id":890,"parentId":634,"tags":{},"startTime":1785680963433,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":18029,"timestamp":1853730195802,"id":887,"parentId":694,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/index.js","layer":"app-pages-browser"},"startTime":1785680963416,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":6529,"timestamp":1853730216338,"id":891,"parentId":747,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/compiled/path-to-regexp/index.js","layer":"pages-dir-browser"},"startTime":1785680963436,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":6599,"timestamp":1853730216764,"id":892,"parentId":873,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/react-syntax-highlighter/dist/esm/default-highlight.js","layer":"app-pages-browser"},"startTime":1785680963437,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":3703,"timestamp":1853730220424,"id":893,"parentId":873,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/react-syntax-highlighter/dist/esm/light-async.js","layer":"app-pages-browser"},"startTime":1785680963440,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":3754,"timestamp":1853730220471,"id":894,"parentId":873,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/react-syntax-highlighter/dist/esm/light.js","layer":"app-pages-browser"},"startTime":1785680963440,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":3750,"timestamp":1853730220560,"id":897,"parentId":873,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/react-syntax-highlighter/dist/esm/prism-light.js","layer":"app-pages-browser"},"startTime":1785680963441,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":3913,"timestamp":1853730220501,"id":895,"parentId":873,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/react-syntax-highlighter/dist/esm/prism-async-light.js","layer":"app-pages-browser"},"startTime":1785680963440,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":4356,"timestamp":1853730220644,"id":900,"parentId":874,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/react-markdown/lib/index.js","layer":"app-pages-browser"},"startTime":1785680963441,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":4570,"timestamp":1853730220531,"id":896,"parentId":873,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/react-syntax-highlighter/dist/esm/prism-async.js","layer":"app-pages-browser"},"startTime":1785680963440,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":5424,"timestamp":1853730220616,"id":899,"parentId":873,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/react-syntax-highlighter/dist/esm/create-element.js","layer":"app-pages-browser"},"startTime":1785680963441,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":5470,"timestamp":1853730220700,"id":902,"parentId":887,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/dark.js","layer":"app-pages-browser"},"startTime":1785680963441,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":5576,"timestamp":1853730220729,"id":903,"parentId":887,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/okaidia.js","layer":"app-pages-browser"},"startTime":1785680963441,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":9976,"timestamp":1853730220672,"id":901,"parentId":803,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/mermaid/dist/mermaid.core.mjs","layer":"app-pages-browser"},"startTime":1785680963441,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":10159,"timestamp":1853730220783,"id":905,"parentId":887,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/twilight.js","layer":"app-pages-browser"},"startTime":1785680963441,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":10335,"timestamp":1853730220811,"id":906,"parentId":887,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/prism.js","layer":"app-pages-browser"},"startTime":1785680963441,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":10564,"timestamp":1853730220756,"id":904,"parentId":887,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/solarizedlight.js","layer":"app-pages-browser"},"startTime":1785680963441,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":10614,"timestamp":1853730220847,"id":907,"parentId":887,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/a11y-dark.js","layer":"app-pages-browser"},"startTime":1785680963441,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":11046,"timestamp":1853730220587,"id":898,"parentId":873,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/react-syntax-highlighter/dist/esm/prism.js","layer":"app-pages-browser"},"startTime":1785680963441,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":10786,"timestamp":1853730221016,"id":912,"parentId":887,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/cb.js","layer":"app-pages-browser"},"startTime":1785680963441,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":11066,"timestamp":1853730220911,"id":909,"parentId":887,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/base16-ateliersulphurpool.light.js","layer":"app-pages-browser"},"startTime":1785680963441,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":11247,"timestamp":1853730220947,"id":910,"parentId":887,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/coy.js","layer":"app-pages-browser"},"startTime":1785680963441,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":11439,"timestamp":1853730220876,"id":908,"parentId":887,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/atom-dark.js","layer":"app-pages-browser"},"startTime":1785680963441,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":11407,"timestamp":1853730221044,"id":913,"parentId":887,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/funky.js","layer":"app-pages-browser"},"startTime":1785680963441,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":11589,"timestamp":1853730220982,"id":911,"parentId":887,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/tomorrow.js","layer":"app-pages-browser"},"startTime":1785680963441,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":11714,"timestamp":1853730221072,"id":914,"parentId":887,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/coldark-cold.js","layer":"app-pages-browser"},"startTime":1785680963441,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":11937,"timestamp":1853730221100,"id":915,"parentId":887,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/coldark-dark.js","layer":"app-pages-browser"},"startTime":1785680963441,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":12013,"timestamp":1853730221158,"id":917,"parentId":887,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/darcula.js","layer":"app-pages-browser"},"startTime":1785680963441,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":12186,"timestamp":1853730221128,"id":916,"parentId":887,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/coy-without-shadows.js","layer":"app-pages-browser"},"startTime":1785680963441,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":12239,"timestamp":1853730221212,"id":919,"parentId":887,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/duotone-dark.js","layer":"app-pages-browser"},"startTime":1785680963441,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":12372,"timestamp":1853730221185,"id":918,"parentId":887,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/dracula.js","layer":"app-pages-browser"},"startTime":1785680963441,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":12457,"timestamp":1853730221238,"id":920,"parentId":887,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/duotone-earth.js","layer":"app-pages-browser"},"startTime":1785680963441,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":12539,"timestamp":1853730221295,"id":922,"parentId":887,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/duotone-sea.js","layer":"app-pages-browser"},"startTime":1785680963441,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":12583,"timestamp":1853730221378,"id":925,"parentId":887,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/ghcolors.js","layer":"app-pages-browser"},"startTime":1785680963441,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":12669,"timestamp":1853730221415,"id":926,"parentId":887,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/gruvbox-dark.js","layer":"app-pages-browser"},"startTime":1785680963441,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":12764,"timestamp":1853730221443,"id":927,"parentId":887,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/gruvbox-light.js","layer":"app-pages-browser"},"startTime":1785680963441,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":12989,"timestamp":1853730221351,"id":924,"parentId":887,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/duotone-space.js","layer":"app-pages-browser"},"startTime":1785680963441,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":13253,"timestamp":1853730221265,"id":921,"parentId":887,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/duotone-forest.js","layer":"app-pages-browser"},"startTime":1785680963441,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":13184,"timestamp":1853730221471,"id":928,"parentId":887,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/holi-theme.js","layer":"app-pages-browser"},"startTime":1785680963441,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":13266,"timestamp":1853730221504,"id":929,"parentId":887,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/hopscotch.js","layer":"app-pages-browser"},"startTime":1785680963441,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":13578,"timestamp":1853730221323,"id":923,"parentId":887,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/duotone-light.js","layer":"app-pages-browser"},"startTime":1785680963441,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":13458,"timestamp":1853730221558,"id":931,"parentId":887,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/material-dark.js","layer":"app-pages-browser"},"startTime":1785680963442,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":13522,"timestamp":1853730221613,"id":933,"parentId":887,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/night-owl.js","layer":"app-pages-browser"},"startTime":1785680963442,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":13666,"timestamp":1853730221585,"id":932,"parentId":887,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/material-light.js","layer":"app-pages-browser"},"startTime":1785680963442,"traceId":"a894ddc49bbe7d05"}]
8
+ [{"name":"build-module-js","duration":13772,"timestamp":1853730221706,"id":936,"parentId":887,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/one-dark.js","layer":"app-pages-browser"},"startTime":1785680963442,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":14052,"timestamp":1853730221531,"id":930,"parentId":887,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/lucario.js","layer":"app-pages-browser"},"startTime":1785680963441,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":14056,"timestamp":1853730221640,"id":934,"parentId":887,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/material-oceanic.js","layer":"app-pages-browser"},"startTime":1785680963442,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":14123,"timestamp":1853730221668,"id":935,"parentId":887,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/nord.js","layer":"app-pages-browser"},"startTime":1785680963442,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":14497,"timestamp":1853730221738,"id":937,"parentId":887,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/one-light.js","layer":"app-pages-browser"},"startTime":1785680963442,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":17552,"timestamp":1853730222919,"id":938,"parentId":887,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/pojoaque.js","layer":"app-pages-browser"},"startTime":1785680963443,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":17671,"timestamp":1853730222957,"id":939,"parentId":887,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/shades-of-purple.js","layer":"app-pages-browser"},"startTime":1785680963443,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-ts","duration":1565,"timestamp":1853730246841,"id":947,"parentId":801,"tags":{"name":"/Users/liangyun/Codes/pi-web/lib/image-attachments.ts","layer":"app-pages-browser"},"startTime":1785680963467,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-tsx","duration":1651,"timestamp":1853730247030,"id":950,"parentId":806,"tags":{"name":"/Users/liangyun/Codes/pi-web/components/FileContextMenu.tsx","layer":"app-pages-browser"},"startTime":1785680963467,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-tsx","duration":1662,"timestamp":1853730247169,"id":953,"parentId":806,"tags":{"name":"/Users/liangyun/Codes/pi-web/components/InlineFileNameInput.tsx","layer":"app-pages-browser"},"startTime":1785680963467,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":5270,"timestamp":1853730246604,"id":940,"parentId":887,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/solarized-dark-atom.js","layer":"app-pages-browser"},"startTime":1785680963467,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":5315,"timestamp":1853730246701,"id":942,"parentId":887,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/vs.js","layer":"app-pages-browser"},"startTime":1785680963467,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":5366,"timestamp":1853730246764,"id":944,"parentId":887,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/xonokai.js","layer":"app-pages-browser"},"startTime":1785680963467,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":5527,"timestamp":1853730246736,"id":943,"parentId":887,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/vsc-dark-plus.js","layer":"app-pages-browser"},"startTime":1785680963467,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":5715,"timestamp":1853730246666,"id":941,"parentId":887,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/synthwave84.js","layer":"app-pages-browser"},"startTime":1785680963467,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":5715,"timestamp":1853730246794,"id":945,"parentId":887,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/z-touch.js","layer":"app-pages-browser"},"startTime":1785680963467,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":5885,"timestamp":1853730247103,"id":951,"parentId":893,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/react-syntax-highlighter/dist/esm/async-syntax-highlighter.js","layer":"app-pages-browser"},"startTime":1785680963467,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":6860,"timestamp":1853730246958,"id":948,"parentId":892,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/react-syntax-highlighter/dist/esm/highlight.js","layer":"app-pages-browser"},"startTime":1785680963467,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":8760,"timestamp":1853730247235,"id":954,"parentId":893,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/react-syntax-highlighter/dist/esm/async-languages/hljs.js","layer":"app-pages-browser"},"startTime":1785680963467,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":9123,"timestamp":1853730246997,"id":949,"parentId":751,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/compiled/scheduler/index.js","layer":"app-pages-browser"},"startTime":1785680963467,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":9349,"timestamp":1853730246824,"id":946,"parentId":750,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/scheduler/index.js","layer":"pages-dir-browser"},"startTime":1785680963467,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":9156,"timestamp":1853730247137,"id":952,"parentId":893,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/react-syntax-highlighter/dist/esm/checkForListedLanguage.js","layer":"app-pages-browser"},"startTime":1785680963467,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":10417,"timestamp":1853730247350,"id":958,"parentId":883,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/rehype-raw/index.js","layer":"app-pages-browser"},"startTime":1785680963467,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":13695,"timestamp":1853730247265,"id":955,"parentId":895,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/react-syntax-highlighter/dist/esm/async-languages/prism.js","layer":"app-pages-browser"},"startTime":1785680963467,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":13790,"timestamp":1853730247294,"id":956,"parentId":883,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/rehype-sanitize/index.js","layer":"app-pages-browser"},"startTime":1785680963467,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":14762,"timestamp":1853730247379,"id":959,"parentId":883,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/remark-math/index.js","layer":"app-pages-browser"},"startTime":1785680963467,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":14812,"timestamp":1853730247406,"id":960,"parentId":883,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/remark-gfm/index.js","layer":"app-pages-browser"},"startTime":1785680963467,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":14987,"timestamp":1853730247322,"id":957,"parentId":883,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/rehype-katex/index.js","layer":"app-pages-browser"},"startTime":1785680963467,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":12972,"timestamp":1853730249685,"id":962,"parentId":892,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/supported-languages.js","layer":"app-pages-browser"},"startTime":1785680963470,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":13110,"timestamp":1853730249637,"id":961,"parentId":892,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/default-style.js","layer":"app-pages-browser"},"startTime":1785680963470,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":16551,"timestamp":1853730249839,"id":967,"parentId":901,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/mermaid/dist/chunks/mermaid.core/chunk-ENJZ2VHE.mjs","layer":"app-pages-browser"},"startTime":1785680963470,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":16985,"timestamp":1853730249867,"id":968,"parentId":901,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/mermaid/dist/chunks/mermaid.core/chunk-BSJP7CBP.mjs","layer":"app-pages-browser"},"startTime":1785680963470,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":17291,"timestamp":1853730249718,"id":963,"parentId":896,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/react-syntax-highlighter/dist/esm/languages/prism/supported-languages.js","layer":"app-pages-browser"},"startTime":1785680963470,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":17397,"timestamp":1853730249747,"id":964,"parentId":901,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/mermaid/dist/chunks/mermaid.core/chunk-426QAEUC.mjs","layer":"app-pages-browser"},"startTime":1785680963470,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":23131,"timestamp":1853730249810,"id":966,"parentId":901,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/mermaid/dist/chunks/mermaid.core/chunk-XPW4576I.mjs","layer":"app-pages-browser"},"startTime":1785680963470,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":23527,"timestamp":1853730249780,"id":965,"parentId":901,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/mermaid/dist/chunks/mermaid.core/chunk-336JU56O.mjs","layer":"app-pages-browser"},"startTime":1785680963470,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":38448,"timestamp":1853730250215,"id":969,"parentId":901,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/mermaid/dist/chunks/mermaid.core/chunk-5FUZZQ4R.mjs","layer":"app-pages-browser"},"startTime":1785680963470,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":38817,"timestamp":1853730250288,"id":971,"parentId":901,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/mermaid/dist/chunks/mermaid.core/chunk-X2U36JSP.mjs","layer":"app-pages-browser"},"startTime":1785680963470,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":39940,"timestamp":1853730250320,"id":972,"parentId":901,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/mermaid/dist/chunks/mermaid.core/chunk-U2HBQHQK.mjs","layer":"app-pages-browser"},"startTime":1785680963470,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":40214,"timestamp":1853730250260,"id":970,"parentId":901,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/mermaid/dist/chunks/mermaid.core/chunk-ZZ45TVLE.mjs","layer":"app-pages-browser"},"startTime":1785680963470,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-ts","duration":2702,"timestamp":1853730361547,"id":992,"parentId":880,"tags":{"name":"/Users/liangyun/Codes/pi-web/lib/normalize.ts","layer":"app-pages-browser"},"startTime":1785680963582,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":6733,"timestamp":1853730359518,"id":973,"parentId":901,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/mermaid/dist/chunks/mermaid.core/chunk-5PVQY5BW.mjs","layer":"app-pages-browser"},"startTime":1785680963579,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":6909,"timestamp":1853730359647,"id":975,"parentId":901,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/mermaid/dist/chunks/mermaid.core/chunk-AGHRB4JF.mjs","layer":"app-pages-browser"},"startTime":1785680963580,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":11224,"timestamp":1853730359679,"id":976,"parentId":901,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/mermaid/dist/chunks/mermaid.core/wardleyDiagram-NUSXRM2D.mjs","layer":"app-pages-browser"},"startTime":1785680963580,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":27028,"timestamp":1853730359609,"id":974,"parentId":901,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/mermaid/dist/chunks/mermaid.core/chunk-ICPOFSXX.mjs","layer":"app-pages-browser"},"startTime":1785680963580,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":28314,"timestamp":1853730359710,"id":977,"parentId":901,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/mermaid/dist/chunks/mermaid.core/diagram-G4DWMVQ6.mjs","layer":"app-pages-browser"},"startTime":1785680963580,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":30372,"timestamp":1853730359738,"id":978,"parentId":901,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/mermaid/dist/chunks/mermaid.core/vennDiagram-DHZGUBPP.mjs","layer":"app-pages-browser"},"startTime":1785680963580,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":34024,"timestamp":1853730359823,"id":981,"parentId":901,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/mermaid/dist/chunks/mermaid.core/diagram-5BDNPKRD.mjs","layer":"app-pages-browser"},"startTime":1785680963580,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":35961,"timestamp":1853730359795,"id":980,"parentId":901,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/mermaid/dist/chunks/mermaid.core/architectureDiagram-Q4EWVU46.mjs","layer":"app-pages-browser"},"startTime":1785680963580,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":36554,"timestamp":1853730359893,"id":983,"parentId":901,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/mermaid/dist/chunks/mermaid.core/diagram-MMDJMWI5.mjs","layer":"app-pages-browser"},"startTime":1785680963580,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":39107,"timestamp":1853730359767,"id":979,"parentId":901,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/mermaid/dist/chunks/mermaid.core/ishikawaDiagram-UXIWVN3A.mjs","layer":"app-pages-browser"},"startTime":1785680963580,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":46634,"timestamp":1853730359864,"id":982,"parentId":901,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/mermaid/dist/chunks/mermaid.core/blockDiagram-DXYQGD6D.mjs","layer":"app-pages-browser"},"startTime":1785680963580,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":45880,"timestamp":1853730361295,"id":984,"parentId":901,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/mermaid/dist/chunks/mermaid.core/diagram-TYMM5635.mjs","layer":"app-pages-browser"},"startTime":1785680963581,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":48398,"timestamp":1853730361334,"id":985,"parentId":901,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/mermaid/dist/chunks/mermaid.core/sankeyDiagram-XADWPNL6.mjs","layer":"app-pages-browser"},"startTime":1785680963581,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":50294,"timestamp":1853730361365,"id":986,"parentId":901,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/mermaid/dist/chunks/mermaid.core/kanban-definition-6JOO6SKY.mjs","layer":"app-pages-browser"},"startTime":1785680963581,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":52056,"timestamp":1853730361401,"id":987,"parentId":901,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/mermaid/dist/chunks/mermaid.core/mindmap-definition-QFDTVHPH.mjs","layer":"app-pages-browser"},"startTime":1785680963581,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":54655,"timestamp":1853730361489,"id":990,"parentId":901,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/mermaid/dist/chunks/mermaid.core/journeyDiagram-VCZTEJTY.mjs","layer":"app-pages-browser"},"startTime":1785680963581,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":59582,"timestamp":1853730361460,"id":989,"parentId":901,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/mermaid/dist/chunks/mermaid.core/flowDiagram-DWJPFMVM.mjs","layer":"app-pages-browser"},"startTime":1785680963581,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":29590,"timestamp":1853730391683,"id":1014,"parentId":901,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/isEmpty.js","layer":"app-pages-browser"},"startTime":1785680963612,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-ts","duration":29221,"timestamp":1853730392158,"id":1023,"parentId":801,"tags":{"name":"/Users/liangyun/Codes/pi-web/lib/draft-store.ts","layer":"app-pages-browser"},"startTime":1785680963612,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":63393,"timestamp":1853730361517,"id":991,"parentId":901,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/mermaid/dist/chunks/mermaid.core/stateDiagram-v2-QKLJ7IA2.mjs","layer":"app-pages-browser"},"startTime":1785680963581,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":66246,"timestamp":1853730361431,"id":988,"parentId":901,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/mermaid/dist/chunks/mermaid.core/timeline-definition-GMOUNBTQ.mjs","layer":"app-pages-browser"},"startTime":1785680963581,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":67039,"timestamp":1853730361673,"id":993,"parentId":901,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/mermaid/dist/chunks/mermaid.core/stateDiagram-FHFEXIEX.mjs","layer":"app-pages-browser"},"startTime":1785680963582,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":66595,"timestamp":1853730362427,"id":1011,"parentId":885,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/compiled/process/browser.js","layer":"pages-dir-browser"},"startTime":1785680963582,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":66843,"timestamp":1853730362438,"id":1012,"parentId":886,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/compiled/process/browser.js","layer":"app-pages-browser"},"startTime":1785680963582,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":67485,"timestamp":1853730361920,"id":994,"parentId":901,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/mermaid/dist/chunks/mermaid.core/classDiagram-v2-HSJHXN6E.mjs","layer":"app-pages-browser"},"startTime":1785680963582,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":69994,"timestamp":1853730361955,"id":995,"parentId":901,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/mermaid/dist/chunks/mermaid.core/classDiagram-6PBFFD2Q.mjs","layer":"app-pages-browser"},"startTime":1785680963582,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":69985,"timestamp":1853730362129,"id":1001,"parentId":901,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/mermaid/dist/chunks/mermaid.core/infoDiagram-42DDH7IO.mjs","layer":"app-pages-browser"},"startTime":1785680963582,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":73046,"timestamp":1853730362044,"id":998,"parentId":901,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/mermaid/dist/chunks/mermaid.core/xychartDiagram-5P7HB3ND.mjs","layer":"app-pages-browser"},"startTime":1785680963582,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":76182,"timestamp":1853730362015,"id":997,"parentId":901,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/mermaid/dist/chunks/mermaid.core/requirementDiagram-MS252O5E.mjs","layer":"app-pages-browser"},"startTime":1785680963582,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":76597,"timestamp":1853730362101,"id":1000,"parentId":901,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/mermaid/dist/chunks/mermaid.core/pieDiagram-DEJITSTG.mjs","layer":"app-pages-browser"},"startTime":1785680963582,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":80694,"timestamp":1853730362158,"id":1002,"parentId":901,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/mermaid/dist/chunks/mermaid.core/ganttDiagram-T4ZO3ILL.mjs","layer":"app-pages-browser"},"startTime":1785680963582,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":83245,"timestamp":1853730362072,"id":999,"parentId":901,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/mermaid/dist/chunks/mermaid.core/quadrantDiagram-34T5L4WZ.mjs","layer":"app-pages-browser"},"startTime":1785680963582,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":87334,"timestamp":1853730362186,"id":1003,"parentId":901,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/mermaid/dist/chunks/mermaid.core/gitGraphDiagram-UUTBAWPF.mjs","layer":"app-pages-browser"},"startTime":1785680963582,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":87740,"timestamp":1853730362352,"id":1009,"parentId":892,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lowlight/index.js","layer":"app-pages-browser"},"startTime":1785680963582,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":88100,"timestamp":1853730362324,"id":1008,"parentId":893,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lowlight/lib/core.js","layer":"app-pages-browser"},"startTime":1785680963582,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":91367,"timestamp":1853730362215,"id":1004,"parentId":901,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/mermaid/dist/chunks/mermaid.core/erDiagram-SMLLAGMA.mjs","layer":"app-pages-browser"},"startTime":1785680963582,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":96596,"timestamp":1853730362242,"id":1005,"parentId":901,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/mermaid/dist/chunks/mermaid.core/c4Diagram-AHTNJAMY.mjs","layer":"app-pages-browser"},"startTime":1785680963582,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":97911,"timestamp":1853730362298,"id":1007,"parentId":896,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lib/all.js","layer":"app-pages-browser"},"startTime":1785680963582,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":109506,"timestamp":1853730361985,"id":996,"parentId":901,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/mermaid/dist/chunks/mermaid.core/sequenceDiagram-FGHM5R23.mjs","layer":"app-pages-browser"},"startTime":1785680963582,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":109305,"timestamp":1853730362387,"id":1010,"parentId":898,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/react-syntax-highlighter/dist/esm/styles/prism/prism.js","layer":"app-pages-browser"},"startTime":1785680963582,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":109783,"timestamp":1853730362271,"id":1006,"parentId":897,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lib/core.js","layer":"app-pages-browser"},"startTime":1785680963582,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":107935,"timestamp":1853730364329,"id":1013,"parentId":954,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/react-syntax-highlighter/dist/esm/async-languages/create-language-async-loader.js","layer":"app-pages-browser"},"startTime":1785680963584,"traceId":"a894ddc49bbe7d05"},{"name":"add-entry","duration":762504,"timestamp":1853729714148,"id":449,"parentId":441,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fliangyun%2FCodes%2Fpi-web%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fbuiltin%2Fglobal-error.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1785680962934,"traceId":"a894ddc49bbe7d05"},{"name":"add-entry","duration":762577,"timestamp":1853729714077,"id":444,"parentId":441,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fliangyun%2FCodes%2Fpi-web%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fbuiltin%2Fglobal-error.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fliangyun%2FCodes%2Fpi-web%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fliangyun%2FCodes%2Fpi-web%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-segment.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fliangyun%2FCodes%2Fpi-web%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fhttp-access-fallback%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fliangyun%2FCodes%2Fpi-web%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fliangyun%2FCodes%2Fpi-web%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fliangyun%2FCodes%2Fpi-web%2Fnode_modules%2Fnext%2Fdist%2Flib%2Fframework%2Fboundary-components.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fliangyun%2FCodes%2Fpi-web%2Fnode_modules%2Fnext%2Fdist%2Flib%2Fmetadata%2Fgenerate%2Ficon-mark.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1785680962934,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":85610,"timestamp":1853730391870,"id":1016,"parentId":900,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/html-url-attributes/index.js","layer":"app-pages-browser"},"startTime":1785680963612,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":85758,"timestamp":1853730391806,"id":1015,"parentId":900,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/hast-util-to-jsx-runtime/index.js","layer":"app-pages-browser"},"startTime":1785680963612,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":85667,"timestamp":1853730391984,"id":1019,"parentId":900,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/unified/index.js","layer":"app-pages-browser"},"startTime":1785680963612,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":85617,"timestamp":1853730392272,"id":1024,"parentId":954,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/highlight.js/lib/languages/zephir.js","layer":"app-pages-browser"},"startTime":1785680963612,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":85873,"timestamp":1853730392125,"id":1022,"parentId":900,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/devlop/lib/default.js","layer":"app-pages-browser"},"startTime":1785680963612,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":86668,"timestamp":1853730392304,"id":1025,"parentId":954,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/highlight.js/lib/languages/yaml.js","layer":"app-pages-browser"},"startTime":1785680963612,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":87050,"timestamp":1853730392021,"id":1020,"parentId":900,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/remark-rehype/index.js","layer":"app-pages-browser"},"startTime":1785680963612,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":87066,"timestamp":1853730392072,"id":1021,"parentId":900,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/vfile/index.js","layer":"app-pages-browser"},"startTime":1785680963612,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":87226,"timestamp":1853730392332,"id":1026,"parentId":954,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/highlight.js/lib/languages/xquery.js","layer":"app-pages-browser"},"startTime":1785680963612,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":87367,"timestamp":1853730392414,"id":1029,"parentId":954,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/highlight.js/lib/languages/x86asm.js","layer":"app-pages-browser"},"startTime":1785680963612,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":87945,"timestamp":1853730391907,"id":1017,"parentId":900,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/remark-parse/index.js","layer":"app-pages-browser"},"startTime":1785680963612,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":87976,"timestamp":1853730391936,"id":1018,"parentId":900,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/unist-util-visit/index.js","layer":"app-pages-browser"},"startTime":1785680963612,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":87640,"timestamp":1853730392442,"id":1030,"parentId":954,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/highlight.js/lib/languages/vim.js","layer":"app-pages-browser"},"startTime":1785680963612,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":87719,"timestamp":1853730392482,"id":1031,"parentId":954,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/highlight.js/lib/languages/verilog.js","layer":"app-pages-browser"},"startTime":1785680963612,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":87858,"timestamp":1853730392511,"id":1032,"parentId":954,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/highlight.js/lib/languages/vhdl.js","layer":"app-pages-browser"},"startTime":1785680963612,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":87873,"timestamp":1853730392562,"id":1034,"parentId":954,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/highlight.js/lib/languages/vbscript-html.js","layer":"app-pages-browser"},"startTime":1785680963613,"traceId":"a894ddc49bbe7d05"}]
9
+ [{"name":"build-module-js","duration":88335,"timestamp":1853730392360,"id":1027,"parentId":954,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/highlight.js/lib/languages/xml.js","layer":"app-pages-browser"},"startTime":1785680963612,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":88279,"timestamp":1853730392536,"id":1033,"parentId":954,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/highlight.js/lib/languages/vbscript.js","layer":"app-pages-browser"},"startTime":1785680963613,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":88272,"timestamp":1853730392637,"id":1037,"parentId":954,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/highlight.js/lib/languages/twig.js","layer":"app-pages-browser"},"startTime":1785680963613,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":88806,"timestamp":1853730392613,"id":1036,"parentId":954,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/highlight.js/lib/languages/typescript.js","layer":"app-pages-browser"},"startTime":1785680963613,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":89050,"timestamp":1853730392587,"id":1035,"parentId":954,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/highlight.js/lib/languages/vbnet.js","layer":"app-pages-browser"},"startTime":1785680963613,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":89360,"timestamp":1853730392387,"id":1028,"parentId":954,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/highlight.js/lib/languages/xl.js","layer":"app-pages-browser"},"startTime":1785680963612,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":3471,"timestamp":1853730512904,"id":1038,"parentId":954,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/highlight.js/lib/languages/vala.js","layer":"app-pages-browser"},"startTime":1785680963733,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":3525,"timestamp":1853730512969,"id":1039,"parentId":954,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/highlight.js/lib/languages/tp.js","layer":"app-pages-browser"},"startTime":1785680963733,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":3591,"timestamp":1853730512999,"id":1040,"parentId":954,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/highlight.js/lib/languages/thrift.js","layer":"app-pages-browser"},"startTime":1785680963733,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":3627,"timestamp":1853730513053,"id":1042,"parentId":954,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/highlight.js/lib/languages/tap.js","layer":"app-pages-browser"},"startTime":1785680963733,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":3685,"timestamp":1853730513077,"id":1043,"parentId":954,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/highlight.js/lib/languages/taggerscript.js","layer":"app-pages-browser"},"startTime":1785680963733,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":4480,"timestamp":1853730513105,"id":1044,"parentId":954,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/highlight.js/lib/languages/swift.js","layer":"app-pages-browser"},"startTime":1785680963733,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":4558,"timestamp":1853730513132,"id":1045,"parentId":954,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/highlight.js/lib/languages/subunit.js","layer":"app-pages-browser"},"startTime":1785680963733,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":4831,"timestamp":1853730513158,"id":1046,"parentId":954,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/highlight.js/lib/languages/stylus.js","layer":"app-pages-browser"},"startTime":1785680963733,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":5086,"timestamp":1853730513027,"id":1041,"parentId":954,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/highlight.js/lib/languages/tcl.js","layer":"app-pages-browser"},"startTime":1785680963733,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":5039,"timestamp":1853730513209,"id":1048,"parentId":954,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/highlight.js/lib/languages/step21.js","layer":"app-pages-browser"},"startTime":1785680963733,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":5236,"timestamp":1853730513183,"id":1047,"parentId":954,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/highlight.js/lib/languages/stata.js","layer":"app-pages-browser"},"startTime":1785680963733,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":5416,"timestamp":1853730513234,"id":1049,"parentId":954,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/highlight.js/lib/languages/stan.js","layer":"app-pages-browser"},"startTime":1785680963733,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":5568,"timestamp":1853730513258,"id":1050,"parentId":954,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/highlight.js/lib/languages/sql_more.js","layer":"app-pages-browser"},"startTime":1785680963733,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":5881,"timestamp":1853730513283,"id":1051,"parentId":954,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/highlight.js/lib/languages/sql.js","layer":"app-pages-browser"},"startTime":1785680963733,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":6243,"timestamp":1853730513307,"id":1052,"parentId":954,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/highlight.js/lib/languages/sqf.js","layer":"app-pages-browser"},"startTime":1785680963733,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":6272,"timestamp":1853730513354,"id":1054,"parentId":954,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/highlight.js/lib/languages/smalltalk.js","layer":"app-pages-browser"},"startTime":1785680963733,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":6371,"timestamp":1853730513381,"id":1055,"parentId":954,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/highlight.js/lib/languages/smali.js","layer":"app-pages-browser"},"startTime":1785680963733,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":6403,"timestamp":1853730513405,"id":1056,"parentId":954,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/highlight.js/lib/languages/shell.js","layer":"app-pages-browser"},"startTime":1785680963733,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":6638,"timestamp":1853730513430,"id":1057,"parentId":954,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/highlight.js/lib/languages/scss.js","layer":"app-pages-browser"},"startTime":1785680963733,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":6820,"timestamp":1853730513331,"id":1053,"parentId":954,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/highlight.js/lib/languages/sml.js","layer":"app-pages-browser"},"startTime":1785680963733,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":6772,"timestamp":1853730513453,"id":1058,"parentId":954,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/highlight.js/lib/languages/scilab.js","layer":"app-pages-browser"},"startTime":1785680963733,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":6870,"timestamp":1853730513477,"id":1059,"parentId":954,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/highlight.js/lib/languages/scheme.js","layer":"app-pages-browser"},"startTime":1785680963733,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":7443,"timestamp":1853730513501,"id":1060,"parentId":954,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/highlight.js/lib/languages/scala.js","layer":"app-pages-browser"},"startTime":1785680963733,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":7538,"timestamp":1853730513550,"id":1062,"parentId":954,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/highlight.js/lib/languages/rust.js","layer":"app-pages-browser"},"startTime":1785680963734,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":7760,"timestamp":1853730513602,"id":1064,"parentId":954,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/highlight.js/lib/languages/ruby.js","layer":"app-pages-browser"},"startTime":1785680963734,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":7810,"timestamp":1853730513626,"id":1065,"parentId":954,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/highlight.js/lib/languages/rsl.js","layer":"app-pages-browser"},"startTime":1785680963734,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":7899,"timestamp":1853730513650,"id":1066,"parentId":901,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/stylis/index.js","layer":"app-pages-browser"},"startTime":1785680963734,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":8052,"timestamp":1853730513577,"id":1063,"parentId":954,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/highlight.js/lib/languages/ruleslanguage.js","layer":"app-pages-browser"},"startTime":1785680963734,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":8101,"timestamp":1853730513675,"id":1067,"parentId":954,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/highlight.js/lib/languages/routeros.js","layer":"app-pages-browser"},"startTime":1785680963734,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":8296,"timestamp":1853730513699,"id":1068,"parentId":901,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/ts-dedent/esm/index.js","layer":"app-pages-browser"},"startTime":1785680963734,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":8424,"timestamp":1853730513722,"id":1069,"parentId":901,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3/src/index.js","layer":"app-pages-browser"},"startTime":1785680963734,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":8423,"timestamp":1853730513795,"id":1072,"parentId":954,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/highlight.js/lib/languages/rib.js","layer":"app-pages-browser"},"startTime":1785680963734,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":8808,"timestamp":1853730513524,"id":1061,"parentId":954,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/highlight.js/lib/languages/sas.js","layer":"app-pages-browser"},"startTime":1785680963733,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":8703,"timestamp":1853730513818,"id":1073,"parentId":954,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/highlight.js/lib/languages/reasonml.js","layer":"app-pages-browser"},"startTime":1785680963734,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":8915,"timestamp":1853730513842,"id":1074,"parentId":954,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/highlight.js/lib/languages/r.js","layer":"app-pages-browser"},"startTime":1785680963734,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":9044,"timestamp":1853730513865,"id":1075,"parentId":954,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/highlight.js/lib/languages/qml.js","layer":"app-pages-browser"},"startTime":1785680963734,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":9213,"timestamp":1853730513770,"id":1071,"parentId":954,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/highlight.js/lib/languages/roboconf.js","layer":"app-pages-browser"},"startTime":1785680963734,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":11295,"timestamp":1853730513746,"id":1070,"parentId":901,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/dompurify/dist/purify.es.mjs","layer":"app-pages-browser"},"startTime":1785680963734,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":11213,"timestamp":1853730513912,"id":1077,"parentId":954,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/highlight.js/lib/languages/q.js","layer":"app-pages-browser"},"startTime":1785680963734,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":11282,"timestamp":1853730513935,"id":1078,"parentId":954,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/highlight.js/lib/languages/purebasic.js","layer":"app-pages-browser"},"startTime":1785680963734,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":11327,"timestamp":1853730513984,"id":1080,"parentId":954,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/highlight.js/lib/languages/protobuf.js","layer":"app-pages-browser"},"startTime":1785680963734,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":11718,"timestamp":1853730513888,"id":1076,"parentId":954,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/highlight.js/lib/languages/python.js","layer":"app-pages-browser"},"startTime":1785680963734,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":11662,"timestamp":1853730514009,"id":1081,"parentId":954,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/highlight.js/lib/languages/python-repl.js","layer":"app-pages-browser"},"startTime":1785680963734,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":11734,"timestamp":1853730514035,"id":1082,"parentId":954,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/highlight.js/lib/languages/properties.js","layer":"app-pages-browser"},"startTime":1785680963734,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":11819,"timestamp":1853730514060,"id":1083,"parentId":954,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/highlight.js/lib/languages/prolog.js","layer":"app-pages-browser"},"startTime":1785680963734,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":11856,"timestamp":1853730514085,"id":1084,"parentId":954,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/highlight.js/lib/languages/profile.js","layer":"app-pages-browser"},"startTime":1785680963734,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":11906,"timestamp":1853730514110,"id":1085,"parentId":954,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/highlight.js/lib/languages/processing.js","layer":"app-pages-browser"},"startTime":1785680963734,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":12285,"timestamp":1853730513959,"id":1079,"parentId":954,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/highlight.js/lib/languages/puppet.js","layer":"app-pages-browser"},"startTime":1785680963734,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":12406,"timestamp":1853730514135,"id":1086,"parentId":954,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/highlight.js/lib/languages/powershell.js","layer":"app-pages-browser"},"startTime":1785680963734,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":13677,"timestamp":1853730514651,"id":1087,"parentId":954,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/highlight.js/lib/languages/pony.js","layer":"app-pages-browser"},"startTime":1785680963735,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":13714,"timestamp":1853730514686,"id":1088,"parentId":954,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/highlight.js/lib/languages/plaintext.js","layer":"app-pages-browser"},"startTime":1785680963735,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":13871,"timestamp":1853730514747,"id":1089,"parentId":954,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/highlight.js/lib/languages/php.js","layer":"app-pages-browser"},"startTime":1785680963735,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":14615,"timestamp":1853730515496,"id":1090,"parentId":954,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/highlight.js/lib/languages/php-template.js","layer":"app-pages-browser"},"startTime":1785680963735,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":15768,"timestamp":1853730516060,"id":1091,"parentId":954,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/highlight.js/lib/languages/pgsql.js","layer":"app-pages-browser"},"startTime":1785680963736,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":15851,"timestamp":1853730516095,"id":1092,"parentId":954,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/highlight.js/lib/languages/pf.js","layer":"app-pages-browser"},"startTime":1785680963736,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":5033,"timestamp":1853730527380,"id":1093,"parentId":954,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/highlight.js/lib/languages/perl.js","layer":"app-pages-browser"},"startTime":1785680963747,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":5065,"timestamp":1853730527434,"id":1094,"parentId":954,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/highlight.js/lib/languages/parser3.js","layer":"app-pages-browser"},"startTime":1785680963747,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":5130,"timestamp":1853730527465,"id":1095,"parentId":954,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/highlight.js/lib/languages/oxygene.js","layer":"app-pages-browser"},"startTime":1785680963747,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":5159,"timestamp":1853730527518,"id":1097,"parentId":954,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/highlight.js/lib/languages/ocaml.js","layer":"app-pages-browser"},"startTime":1785680963747,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":5289,"timestamp":1853730527570,"id":1099,"parentId":954,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/highlight.js/lib/languages/nsis.js","layer":"app-pages-browser"},"startTime":1785680963748,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":5328,"timestamp":1853730527595,"id":1100,"parentId":954,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/highlight.js/lib/languages/node-repl.js","layer":"app-pages-browser"},"startTime":1785680963748,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":5385,"timestamp":1853730527621,"id":1101,"parentId":954,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/highlight.js/lib/languages/nix.js","layer":"app-pages-browser"},"startTime":1785680963748,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":5452,"timestamp":1853730527652,"id":1102,"parentId":954,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/highlight.js/lib/languages/nim.js","layer":"app-pages-browser"},"startTime":1785680963748,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":5687,"timestamp":1853730527544,"id":1098,"parentId":954,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/highlight.js/lib/languages/objectivec.js","layer":"app-pages-browser"},"startTime":1785680963748,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":5829,"timestamp":1853730527492,"id":1096,"parentId":954,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/highlight.js/lib/languages/openscad.js","layer":"app-pages-browser"},"startTime":1785680963747,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":5751,"timestamp":1853730527678,"id":1103,"parentId":954,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/highlight.js/lib/languages/nginx.js","layer":"app-pages-browser"},"startTime":1785680963748,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":5813,"timestamp":1853730527729,"id":1105,"parentId":954,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/highlight.js/lib/languages/moonscript.js","layer":"app-pages-browser"},"startTime":1785680963748,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":5926,"timestamp":1853730527704,"id":1104,"parentId":954,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/highlight.js/lib/languages/n1ql.js","layer":"app-pages-browser"},"startTime":1785680963748,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":6359,"timestamp":1853730527803,"id":1108,"parentId":954,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/highlight.js/lib/languages/mizar.js","layer":"app-pages-browser"},"startTime":1785680963748,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":6451,"timestamp":1853730527778,"id":1107,"parentId":954,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/highlight.js/lib/languages/mojolicious.js","layer":"app-pages-browser"},"startTime":1785680963748,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":6568,"timestamp":1853730527753,"id":1106,"parentId":954,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/highlight.js/lib/languages/monkey.js","layer":"app-pages-browser"},"startTime":1785680963748,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-css","duration":609453,"timestamp":1853729925913,"id":718,"parentId":635,"tags":{"name":"/Users/liangyun/Codes/pi-web/app/globals.css.webpack[javascript/auto]!=!/Users/liangyun/Codes/pi-web/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[15].oneOf[10].use[2]!/Users/liangyun/Codes/pi-web/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[15].oneOf[10].use[3]!/Users/liangyun/Codes/pi-web/app/globals.css","layer":null},"startTime":1785680963146,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-css","duration":661643,"timestamp":1853729875380,"id":635,"parentId":496,"tags":{"name":"/Users/liangyun/Codes/pi-web/app/globals.css","layer":"app-pages-browser"},"startTime":1785680963095,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":7783,"timestamp":1853730529390,"id":1109,"parentId":954,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/highlight.js/lib/languages/mipsasm.js","layer":"app-pages-browser"},"startTime":1785680963749,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":7983,"timestamp":1853730529515,"id":1112,"parentId":954,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/highlight.js/lib/languages/maxima.js","layer":"app-pages-browser"},"startTime":1785680963749,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":8158,"timestamp":1853730529443,"id":1110,"parentId":954,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/highlight.js/lib/languages/mercury.js","layer":"app-pages-browser"},"startTime":1785680963749,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":8316,"timestamp":1853730529485,"id":1111,"parentId":954,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/highlight.js/lib/languages/mel.js","layer":"app-pages-browser"},"startTime":1785680963749,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":8412,"timestamp":1853730529598,"id":1115,"parentId":954,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/highlight.js/lib/languages/markdown.js","layer":"app-pages-browser"},"startTime":1785680963750,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":8577,"timestamp":1853730529543,"id":1113,"parentId":954,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/highlight.js/lib/languages/matlab.js","layer":"app-pages-browser"},"startTime":1785680963750,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":11735,"timestamp":1853730529570,"id":1114,"parentId":954,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/highlight.js/lib/languages/mathematica.js","layer":"app-pages-browser"},"startTime":1785680963750,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":11322,"timestamp":1853730530469,"id":1116,"parentId":954,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/highlight.js/lib/languages/makefile.js","layer":"app-pages-browser"},"startTime":1785680963750,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":11547,"timestamp":1853730531179,"id":1119,"parentId":954,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/highlight.js/lib/languages/livescript.js","layer":"app-pages-browser"},"startTime":1785680963751,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":11758,"timestamp":1853730531105,"id":1117,"parentId":954,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/highlight.js/lib/languages/lua.js","layer":"app-pages-browser"},"startTime":1785680963751,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":11875,"timestamp":1853730531141,"id":1118,"parentId":954,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/highlight.js/lib/languages/lsl.js","layer":"app-pages-browser"},"startTime":1785680963751,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":9379,"timestamp":1853730534391,"id":1120,"parentId":954,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/highlight.js/lib/languages/llvm.js","layer":"app-pages-browser"},"startTime":1785680963754,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":9496,"timestamp":1853730534425,"id":1121,"parentId":954,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/highlight.js/lib/languages/livecodeserver.js","layer":"app-pages-browser"},"startTime":1785680963754,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":9438,"timestamp":1853730534543,"id":1125,"parentId":954,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/highlight.js/lib/languages/ldif.js","layer":"app-pages-browser"},"startTime":1785680963755,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":9535,"timestamp":1853730534516,"id":1124,"parentId":954,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/highlight.js/lib/languages/leaf.js","layer":"app-pages-browser"},"startTime":1785680963754,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":9749,"timestamp":1853730534570,"id":1126,"parentId":954,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/highlight.js/lib/languages/latex.js","layer":"app-pages-browser"},"startTime":1785680963755,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":10167,"timestamp":1853730534481,"id":1123,"parentId":954,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/highlight.js/lib/languages/less.js","layer":"app-pages-browser"},"startTime":1785680963754,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":10177,"timestamp":1853730534602,"id":1127,"parentId":954,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/highlight.js/lib/languages/lasso.js","layer":"app-pages-browser"},"startTime":1785680963755,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":10357,"timestamp":1853730534629,"id":1128,"parentId":954,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/highlight.js/lib/languages/kotlin.js","layer":"app-pages-browser"},"startTime":1785680963755,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":10544,"timestamp":1853730534656,"id":1129,"parentId":954,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/highlight.js/lib/languages/julia.js","layer":"app-pages-browser"},"startTime":1785680963755,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":10582,"timestamp":1853730534682,"id":1130,"parentId":954,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/highlight.js/lib/languages/julia-repl.js","layer":"app-pages-browser"},"startTime":1785680963755,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":10853,"timestamp":1853730534761,"id":1133,"parentId":954,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/highlight.js/lib/languages/javascript.js","layer":"app-pages-browser"},"startTime":1785680963755,"traceId":"a894ddc49bbe7d05"}]
10
+ [{"name":"build-module-js","duration":11951,"timestamp":1853730534454,"id":1122,"parentId":954,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/highlight.js/lib/languages/lisp.js","layer":"app-pages-browser"},"startTime":1785680963754,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":11812,"timestamp":1853730534709,"id":1131,"parentId":954,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/highlight.js/lib/languages/json.js","layer":"app-pages-browser"},"startTime":1785680963755,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":11930,"timestamp":1853730534787,"id":1134,"parentId":954,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/highlight.js/lib/languages/java.js","layer":"app-pages-browser"},"startTime":1785680963755,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":12078,"timestamp":1853730534735,"id":1132,"parentId":954,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/highlight.js/lib/languages/jboss-cli.js","layer":"app-pages-browser"},"startTime":1785680963755,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":12107,"timestamp":1853730534876,"id":1137,"parentId":954,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/highlight.js/lib/languages/ini.js","layer":"app-pages-browser"},"startTime":1785680963755,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":12276,"timestamp":1853730534846,"id":1136,"parentId":954,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/highlight.js/lib/languages/irpf90.js","layer":"app-pages-browser"},"startTime":1785680963755,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":13902,"timestamp":1853730534811,"id":1135,"parentId":954,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/highlight.js/lib/languages/isbl.js","layer":"app-pages-browser"},"startTime":1785680963755,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":13922,"timestamp":1853730534929,"id":1139,"parentId":954,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/highlight.js/lib/languages/hy.js","layer":"app-pages-browser"},"startTime":1785680963755,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":14046,"timestamp":1853730534903,"id":1138,"parentId":954,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/highlight.js/lib/languages/inform7.js","layer":"app-pages-browser"},"startTime":1785680963755,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":14873,"timestamp":1853730535721,"id":1140,"parentId":954,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/highlight.js/lib/languages/http.js","layer":"app-pages-browser"},"startTime":1785680963756,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":15110,"timestamp":1853730535752,"id":1141,"parentId":954,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/highlight.js/lib/languages/htmlbars.js","layer":"app-pages-browser"},"startTime":1785680963756,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":15175,"timestamp":1853730535780,"id":1142,"parentId":954,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/highlight.js/lib/languages/hsp.js","layer":"app-pages-browser"},"startTime":1785680963756,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":15234,"timestamp":1853730535832,"id":1144,"parentId":954,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/highlight.js/lib/languages/haskell.js","layer":"app-pages-browser"},"startTime":1785680963756,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":15445,"timestamp":1853730535857,"id":1145,"parentId":954,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/highlight.js/lib/languages/handlebars.js","layer":"app-pages-browser"},"startTime":1785680963756,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":15521,"timestamp":1853730535882,"id":1146,"parentId":954,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/highlight.js/lib/languages/haml.js","layer":"app-pages-browser"},"startTime":1785680963756,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":15719,"timestamp":1853730535805,"id":1143,"parentId":954,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/highlight.js/lib/languages/haxe.js","layer":"app-pages-browser"},"startTime":1785680963756,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":11315,"timestamp":1853730541926,"id":1147,"parentId":954,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/highlight.js/lib/languages/groovy.js","layer":"app-pages-browser"},"startTime":1785680963762,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":11314,"timestamp":1853730542002,"id":1149,"parentId":954,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/highlight.js/lib/languages/golo.js","layer":"app-pages-browser"},"startTime":1785680963762,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":11403,"timestamp":1853730541974,"id":1148,"parentId":954,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/highlight.js/lib/languages/gradle.js","layer":"app-pages-browser"},"startTime":1785680963762,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":11417,"timestamp":1853730542028,"id":1150,"parentId":954,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/highlight.js/lib/languages/go.js","layer":"app-pages-browser"},"startTime":1785680963762,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":11394,"timestamp":1853730542107,"id":1153,"parentId":954,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/highlight.js/lib/languages/gherkin.js","layer":"app-pages-browser"},"startTime":1785680963762,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":11553,"timestamp":1853730542081,"id":1152,"parentId":954,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/highlight.js/lib/languages/glsl.js","layer":"app-pages-browser"},"startTime":1785680963762,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":11718,"timestamp":1853730542159,"id":1155,"parentId":954,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/highlight.js/lib/languages/gauss.js","layer":"app-pages-browser"},"startTime":1785680963762,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":12343,"timestamp":1853730542055,"id":1151,"parentId":954,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/highlight.js/lib/languages/gml.js","layer":"app-pages-browser"},"startTime":1785680963762,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":12379,"timestamp":1853730542185,"id":1156,"parentId":954,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/highlight.js/lib/languages/gams.js","layer":"app-pages-browser"},"startTime":1785680963762,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":12513,"timestamp":1853730542134,"id":1154,"parentId":954,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/highlight.js/lib/languages/gcode.js","layer":"app-pages-browser"},"startTime":1785680963762,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":12166,"timestamp":1853730543102,"id":1157,"parentId":954,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/highlight.js/lib/languages/fsharp.js","layer":"app-pages-browser"},"startTime":1785680963763,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":12275,"timestamp":1853730543148,"id":1158,"parentId":954,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/highlight.js/lib/languages/fortran.js","layer":"app-pages-browser"},"startTime":1785680963763,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":6546,"timestamp":1853730549075,"id":1160,"parentId":954,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/highlight.js/lib/languages/fix.js","layer":"app-pages-browser"},"startTime":1785680963769,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":6614,"timestamp":1853730549105,"id":1161,"parentId":954,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/highlight.js/lib/languages/excel.js","layer":"app-pages-browser"},"startTime":1785680963769,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":6768,"timestamp":1853730549028,"id":1159,"parentId":954,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/highlight.js/lib/languages/flix.js","layer":"app-pages-browser"},"startTime":1785680963769,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":6766,"timestamp":1853730549178,"id":1163,"parentId":954,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/highlight.js/lib/languages/erlang-repl.js","layer":"app-pages-browser"},"startTime":1785680963769,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":6813,"timestamp":1853730549230,"id":1165,"parentId":954,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/highlight.js/lib/languages/elm.js","layer":"app-pages-browser"},"startTime":1785680963769,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":6943,"timestamp":1853730549254,"id":1166,"parentId":954,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/highlight.js/lib/languages/elixir.js","layer":"app-pages-browser"},"startTime":1785680963769,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":7186,"timestamp":1853730549150,"id":1162,"parentId":954,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/highlight.js/lib/languages/erlang.js","layer":"app-pages-browser"},"startTime":1785680963769,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":7185,"timestamp":1853730549204,"id":1164,"parentId":954,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/highlight.js/lib/languages/erb.js","layer":"app-pages-browser"},"startTime":1785680963769,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":7185,"timestamp":1853730549279,"id":1167,"parentId":954,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/highlight.js/lib/languages/ebnf.js","layer":"app-pages-browser"},"startTime":1785680963769,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":7227,"timestamp":1853730549303,"id":1168,"parentId":954,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/highlight.js/lib/languages/dust.js","layer":"app-pages-browser"},"startTime":1785680963769,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":7304,"timestamp":1853730549327,"id":1169,"parentId":954,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/highlight.js/lib/languages/dts.js","layer":"app-pages-browser"},"startTime":1785680963769,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":7375,"timestamp":1853730549350,"id":1170,"parentId":954,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/highlight.js/lib/languages/dsconfig.js","layer":"app-pages-browser"},"startTime":1785680963769,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":7386,"timestamp":1853730549401,"id":1172,"parentId":954,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/highlight.js/lib/languages/dockerfile.js","layer":"app-pages-browser"},"startTime":1785680963769,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":7434,"timestamp":1853730549427,"id":1173,"parentId":954,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/highlight.js/lib/languages/dns.js","layer":"app-pages-browser"},"startTime":1785680963769,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":7559,"timestamp":1853730549376,"id":1171,"parentId":954,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/highlight.js/lib/languages/dos.js","layer":"app-pages-browser"},"startTime":1785680963769,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":7566,"timestamp":1853730549452,"id":1174,"parentId":954,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/highlight.js/lib/languages/django.js","layer":"app-pages-browser"},"startTime":1785680963769,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":7613,"timestamp":1853730549554,"id":1178,"parentId":954,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/highlight.js/lib/languages/d.js","layer":"app-pages-browser"},"startTime":1785680963770,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":7774,"timestamp":1853730549504,"id":1176,"parentId":954,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/highlight.js/lib/languages/delphi.js","layer":"app-pages-browser"},"startTime":1785680963769,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":7867,"timestamp":1853730549529,"id":1177,"parentId":954,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/highlight.js/lib/languages/dart.js","layer":"app-pages-browser"},"startTime":1785680963769,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":8127,"timestamp":1853730549579,"id":1179,"parentId":954,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/highlight.js/lib/languages/css.js","layer":"app-pages-browser"},"startTime":1785680963770,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":8377,"timestamp":1853730549478,"id":1175,"parentId":954,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/highlight.js/lib/languages/diff.js","layer":"app-pages-browser"},"startTime":1785680963769,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":7186,"timestamp":1853730551700,"id":1182,"parentId":954,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/highlight.js/lib/languages/crystal.js","layer":"app-pages-browser"},"startTime":1785680963772,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":7443,"timestamp":1853730551672,"id":1181,"parentId":954,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/highlight.js/lib/languages/csharp.js","layer":"app-pages-browser"},"startTime":1785680963772,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":7549,"timestamp":1853730551627,"id":1180,"parentId":954,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/highlight.js/lib/languages/csp.js","layer":"app-pages-browser"},"startTime":1785680963772,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":7662,"timestamp":1853730551758,"id":1184,"parentId":954,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/highlight.js/lib/languages/cpp.js","layer":"app-pages-browser"},"startTime":1785680963772,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":7749,"timestamp":1853730551883,"id":1187,"parentId":954,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/highlight.js/lib/languages/coffeescript.js","layer":"app-pages-browser"},"startTime":1785680963772,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":7797,"timestamp":1853730551913,"id":1188,"parentId":954,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/highlight.js/lib/languages/cmake.js","layer":"app-pages-browser"},"startTime":1785680963772,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":8075,"timestamp":1853730551733,"id":1183,"parentId":954,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/highlight.js/lib/languages/crmsh.js","layer":"app-pages-browser"},"startTime":1785680963772,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":8160,"timestamp":1853730551781,"id":1185,"parentId":954,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/highlight.js/lib/languages/cos.js","layer":"app-pages-browser"},"startTime":1785680963772,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":8222,"timestamp":1853730551805,"id":1186,"parentId":954,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/highlight.js/lib/languages/coq.js","layer":"app-pages-browser"},"startTime":1785680963772,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":8098,"timestamp":1853730551986,"id":1191,"parentId":954,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/highlight.js/lib/languages/clean.js","layer":"app-pages-browser"},"startTime":1785680963772,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":8126,"timestamp":1853730552038,"id":1193,"parentId":954,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/highlight.js/lib/languages/capnproto.js","layer":"app-pages-browser"},"startTime":1785680963772,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":8256,"timestamp":1853730551961,"id":1190,"parentId":954,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/highlight.js/lib/languages/clojure-repl.js","layer":"app-pages-browser"},"startTime":1785680963772,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":8406,"timestamp":1853730551937,"id":1189,"parentId":954,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/highlight.js/lib/languages/clojure.js","layer":"app-pages-browser"},"startTime":1785680963772,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":8409,"timestamp":1853730552012,"id":1192,"parentId":954,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/highlight.js/lib/languages/ceylon.js","layer":"app-pages-browser"},"startTime":1785680963772,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":8995,"timestamp":1853730552894,"id":1194,"parentId":954,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/highlight.js/lib/languages/cal.js","layer":"app-pages-browser"},"startTime":1785680963773,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":9438,"timestamp":1853730552925,"id":1195,"parentId":954,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/highlight.js/lib/languages/c.js","layer":"app-pages-browser"},"startTime":1785680963773,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":9453,"timestamp":1853730552982,"id":1197,"parentId":954,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/highlight.js/lib/languages/brainfuck.js","layer":"app-pages-browser"},"startTime":1785680963773,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":9709,"timestamp":1853730552958,"id":1196,"parentId":954,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/highlight.js/lib/languages/c-like.js","layer":"app-pages-browser"},"startTime":1785680963773,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":8205,"timestamp":1853730554850,"id":1198,"parentId":954,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/highlight.js/lib/languages/bnf.js","layer":"app-pages-browser"},"startTime":1785680963775,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":8589,"timestamp":1853730554912,"id":1200,"parentId":954,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/highlight.js/lib/languages/bash.js","layer":"app-pages-browser"},"startTime":1785680963775,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":8693,"timestamp":1853730554884,"id":1199,"parentId":954,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/highlight.js/lib/languages/basic.js","layer":"app-pages-browser"},"startTime":1785680963775,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":8715,"timestamp":1853730554964,"id":1202,"parentId":954,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/highlight.js/lib/languages/awk.js","layer":"app-pages-browser"},"startTime":1785680963775,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":8766,"timestamp":1853730554988,"id":1203,"parentId":954,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/highlight.js/lib/languages/avrasm.js","layer":"app-pages-browser"},"startTime":1785680963775,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":8882,"timestamp":1853730555014,"id":1204,"parentId":954,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/highlight.js/lib/languages/autoit.js","layer":"app-pages-browser"},"startTime":1785680963775,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":8928,"timestamp":1853730555040,"id":1205,"parentId":954,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/highlight.js/lib/languages/autohotkey.js","layer":"app-pages-browser"},"startTime":1785680963775,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":9123,"timestamp":1853730554938,"id":1201,"parentId":954,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/highlight.js/lib/languages/axapta.js","layer":"app-pages-browser"},"startTime":1785680963775,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":9159,"timestamp":1853730555092,"id":1207,"parentId":954,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/highlight.js/lib/languages/asciidoc.js","layer":"app-pages-browser"},"startTime":1785680963775,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":9344,"timestamp":1853730555067,"id":1206,"parentId":954,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/highlight.js/lib/languages/aspectj.js","layer":"app-pages-browser"},"startTime":1785680963775,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":6726,"timestamp":1853730557941,"id":1208,"parentId":954,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/highlight.js/lib/languages/armasm.js","layer":"app-pages-browser"},"startTime":1785680963778,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":7630,"timestamp":1853730557981,"id":1209,"parentId":954,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/highlight.js/lib/languages/arduino.js","layer":"app-pages-browser"},"startTime":1785680963778,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":7739,"timestamp":1853730558009,"id":1210,"parentId":954,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/highlight.js/lib/languages/arcade.js","layer":"app-pages-browser"},"startTime":1785680963778,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":7754,"timestamp":1853730558090,"id":1213,"parentId":954,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/highlight.js/lib/languages/angelscript.js","layer":"app-pages-browser"},"startTime":1785680963778,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":8025,"timestamp":1853730558036,"id":1211,"parentId":954,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/highlight.js/lib/languages/applescript.js","layer":"app-pages-browser"},"startTime":1785680963778,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":8109,"timestamp":1853730558063,"id":1212,"parentId":954,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/highlight.js/lib/languages/apache.js","layer":"app-pages-browser"},"startTime":1785680963778,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":8136,"timestamp":1853730558143,"id":1215,"parentId":954,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/highlight.js/lib/languages/actionscript.js","layer":"app-pages-browser"},"startTime":1785680963778,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":8305,"timestamp":1853730558117,"id":1214,"parentId":954,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/highlight.js/lib/languages/ada.js","layer":"app-pages-browser"},"startTime":1785680963778,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":8340,"timestamp":1853730558203,"id":1217,"parentId":954,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/highlight.js/lib/languages/abnf.js","layer":"app-pages-browser"},"startTime":1785680963778,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":8542,"timestamp":1853730558170,"id":1216,"parentId":954,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/highlight.js/lib/languages/accesslog.js","layer":"app-pages-browser"},"startTime":1785680963778,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":9112,"timestamp":1853730558230,"id":1218,"parentId":954,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/highlight.js/lib/languages/1c.js","layer":"app-pages-browser"},"startTime":1785680963778,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":9179,"timestamp":1853730558297,"id":1221,"parentId":958,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/rehype-raw/lib/index.js","layer":"app-pages-browser"},"startTime":1785680963778,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":9315,"timestamp":1853730558387,"id":1224,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/yaml.js","layer":"app-pages-browser"},"startTime":1785680963778,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":9417,"timestamp":1853730558363,"id":1223,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/yang.js","layer":"app-pages-browser"},"startTime":1785680963778,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":9732,"timestamp":1853730558413,"id":1225,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/xquery.js","layer":"app-pages-browser"},"startTime":1785680963778,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":10044,"timestamp":1853730558336,"id":1222,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/zig.js","layer":"app-pages-browser"},"startTime":1785680963778,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":10054,"timestamp":1853730558448,"id":1226,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/xojo.js","layer":"app-pages-browser"},"startTime":1785680963778,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":10108,"timestamp":1853730558480,"id":1227,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/xml-doc.js","layer":"app-pages-browser"},"startTime":1785680963778,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":10242,"timestamp":1853730558509,"id":1228,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/xeora.js","layer":"app-pages-browser"},"startTime":1785680963778,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":10496,"timestamp":1853730558559,"id":1230,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/wolfram.js","layer":"app-pages-browser"},"startTime":1785680963779,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":10627,"timestamp":1853730558584,"id":1231,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/wiki.js","layer":"app-pages-browser"},"startTime":1785680963779,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":10835,"timestamp":1853730558535,"id":1229,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/wren.js","layer":"app-pages-browser"},"startTime":1785680963779,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":10263,"timestamp":1853730560871,"id":1232,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/wgsl.js","layer":"app-pages-browser"},"startTime":1785680963781,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":10468,"timestamp":1853730560917,"id":1233,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/web-idl.js","layer":"app-pages-browser"},"startTime":1785680963781,"traceId":"a894ddc49bbe7d05"}]
11
+ [{"name":"build-module-js","duration":10572,"timestamp":1853730561004,"id":1236,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/visual-basic.js","layer":"app-pages-browser"},"startTime":1785680963781,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":11409,"timestamp":1853730561031,"id":1237,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/vim.js","layer":"app-pages-browser"},"startTime":1785680963781,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":11506,"timestamp":1853730561056,"id":1238,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/vhdl.js","layer":"app-pages-browser"},"startTime":1785680963781,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":11716,"timestamp":1853730560976,"id":1235,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/warpscript.js","layer":"app-pages-browser"},"startTime":1785680963781,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":11867,"timestamp":1853730560945,"id":1234,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/wasm.js","layer":"app-pages-browser"},"startTime":1785680963781,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":11900,"timestamp":1853730561082,"id":1239,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/verilog.js","layer":"app-pages-browser"},"startTime":1785680963781,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":12008,"timestamp":1853730561115,"id":1240,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/velocity.js","layer":"app-pages-browser"},"startTime":1785680963781,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":12139,"timestamp":1853730561141,"id":1241,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/vbnet.js","layer":"app-pages-browser"},"startTime":1785680963781,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":12251,"timestamp":1853730561191,"id":1243,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/v.js","layer":"app-pages-browser"},"startTime":1785680963781,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":15690,"timestamp":1853730558288,"id":1220,"parentId":946,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/scheduler/cjs/scheduler.production.js","layer":"pages-dir-browser"},"startTime":1785680963778,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":16186,"timestamp":1853730558259,"id":1219,"parentId":949,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/dist/compiled/scheduler/cjs/scheduler.production.js","layer":"app-pages-browser"},"startTime":1785680963778,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":13433,"timestamp":1853730561241,"id":1245,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/uorazor.js","layer":"app-pages-browser"},"startTime":1785680963781,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":13705,"timestamp":1853730561166,"id":1242,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/vala.js","layer":"app-pages-browser"},"startTime":1785680963781,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":13818,"timestamp":1853730561217,"id":1244,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/uri.js","layer":"app-pages-browser"},"startTime":1785680963781,"traceId":"a894ddc49bbe7d05"},{"name":"add-entry","duration":861919,"timestamp":1853729713901,"id":442,"parentId":441,"tags":{"request":"./node_modules/next/dist/client/next.js"},"startTime":1785680962934,"traceId":"a894ddc49bbe7d05"},{"name":"add-entry","duration":861764,"timestamp":1853729714067,"id":443,"parentId":441,"tags":{"request":"./node_modules/next/dist/client/app-next.js"},"startTime":1785680962934,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":14461,"timestamp":1853730561911,"id":1246,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/unrealscript.js","layer":"app-pages-browser"},"startTime":1785680963782,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":13971,"timestamp":1853730563081,"id":1247,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/typoscript.js","layer":"app-pages-browser"},"startTime":1785680963783,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":14570,"timestamp":1853730563114,"id":1248,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/typescript.js","layer":"app-pages-browser"},"startTime":1785680963783,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":14646,"timestamp":1853730563167,"id":1250,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/turtle.js","layer":"app-pages-browser"},"startTime":1785680963783,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":14768,"timestamp":1853730563192,"id":1251,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/tt2.js","layer":"app-pages-browser"},"startTime":1785680963783,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":14950,"timestamp":1853730563141,"id":1249,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/twig.js","layer":"app-pages-browser"},"startTime":1785680963783,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":14962,"timestamp":1853730563218,"id":1252,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/tsx.js","layer":"app-pages-browser"},"startTime":1785680963783,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":15114,"timestamp":1853730563242,"id":1253,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/tremor.js","layer":"app-pages-browser"},"startTime":1785680963783,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":13778,"timestamp":1853730564702,"id":1254,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/toml.js","layer":"app-pages-browser"},"startTime":1785680963785,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":14074,"timestamp":1853730564733,"id":1255,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/textile.js","layer":"app-pages-browser"},"startTime":1785680963785,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":14199,"timestamp":1853730564760,"id":1256,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/tcl.js","layer":"app-pages-browser"},"startTime":1785680963785,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":14164,"timestamp":1853730564863,"id":1260,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/t4-cs.js","layer":"app-pages-browser"},"startTime":1785680963785,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":14296,"timestamp":1853730564838,"id":1259,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/t4-templating.js","layer":"app-pages-browser"},"startTime":1785680963785,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":14432,"timestamp":1853730564786,"id":1257,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/tap.js","layer":"app-pages-browser"},"startTime":1785680963785,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":14540,"timestamp":1853730564913,"id":1262,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/swift.js","layer":"app-pages-browser"},"startTime":1785680963785,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":14790,"timestamp":1853730564964,"id":1264,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/stylus.js","layer":"app-pages-browser"},"startTime":1785680963785,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":14959,"timestamp":1853730564988,"id":1265,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/stata.js","layer":"app-pages-browser"},"startTime":1785680963785,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":15188,"timestamp":1853730564888,"id":1261,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/systemd.js","layer":"app-pages-browser"},"startTime":1785680963785,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":15343,"timestamp":1853730564812,"id":1258,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/t4-vb.js","layer":"app-pages-browser"},"startTime":1785680963785,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":15427,"timestamp":1853730564938,"id":1263,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/supercollider.js","layer":"app-pages-browser"},"startTime":1785680963785,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":12161,"timestamp":1853730570001,"id":1267,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/squirrel.js","layer":"app-pages-browser"},"startTime":1785680963790,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":12383,"timestamp":1853730569962,"id":1266,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/stan.js","layer":"app-pages-browser"},"startTime":1785680963790,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":12406,"timestamp":1853730570127,"id":1272,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/soy.js","layer":"app-pages-browser"},"startTime":1785680963790,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":12758,"timestamp":1853730570028,"id":1268,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/sql.js","layer":"app-pages-browser"},"startTime":1785680963790,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":12738,"timestamp":1853730570150,"id":1273,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/solution-file.js","layer":"app-pages-browser"},"startTime":1785680963790,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":12910,"timestamp":1853730570100,"id":1271,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/sparql.js","layer":"app-pages-browser"},"startTime":1785680963790,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":12990,"timestamp":1853730570224,"id":1276,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/smarty.js","layer":"app-pages-browser"},"startTime":1785680963790,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":13171,"timestamp":1853730570199,"id":1275,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/sml.js","layer":"app-pages-browser"},"startTime":1785680963790,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":13453,"timestamp":1853730570076,"id":1270,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/splunk-spl.js","layer":"app-pages-browser"},"startTime":1785680963790,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":13475,"timestamp":1853730570175,"id":1274,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/solidity.js","layer":"app-pages-browser"},"startTime":1785680963790,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":13503,"timestamp":1853730570276,"id":1278,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/smali.js","layer":"app-pages-browser"},"startTime":1785680963790,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":13608,"timestamp":1853730570299,"id":1279,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/shell-session.js","layer":"app-pages-browser"},"startTime":1785680963790,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":13759,"timestamp":1853730570247,"id":1277,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/smalltalk.js","layer":"app-pages-browser"},"startTime":1785680963790,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":15913,"timestamp":1853730570053,"id":1269,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/sqf.js","layer":"app-pages-browser"},"startTime":1785680963790,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":17837,"timestamp":1853730570392,"id":1283,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/sass.js","layer":"app-pages-browser"},"startTime":1785680963790,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":18053,"timestamp":1853730570323,"id":1280,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/scss.js","layer":"app-pages-browser"},"startTime":1785680963790,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":18188,"timestamp":1853730570484,"id":1286,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/ruby.js","layer":"app-pages-browser"},"startTime":1785680963790,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":18455,"timestamp":1853730570369,"id":1282,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/scala.js","layer":"app-pages-browser"},"startTime":1785680963790,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":18495,"timestamp":1853730570508,"id":1287,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/robotframework.js","layer":"app-pages-browser"},"startTime":1785680963790,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":19098,"timestamp":1853730570427,"id":1284,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/sas.js","layer":"app-pages-browser"},"startTime":1785680963790,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":19329,"timestamp":1853730570456,"id":1285,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/rust.js","layer":"app-pages-browser"},"startTime":1785680963790,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":19339,"timestamp":1853730570532,"id":1288,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/roboconf.js","layer":"app-pages-browser"},"startTime":1785680963790,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":19394,"timestamp":1853730570574,"id":1289,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/rip.js","layer":"app-pages-browser"},"startTime":1785680963791,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":19945,"timestamp":1853730570346,"id":1281,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/scheme.js","layer":"app-pages-browser"},"startTime":1785680963790,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":15071,"timestamp":1853730575370,"id":1291,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/rescript.js","layer":"app-pages-browser"},"startTime":1785680963795,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":15401,"timestamp":1853730575335,"id":1290,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/rest.js","layer":"app-pages-browser"},"startTime":1785680963795,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":15423,"timestamp":1853730575451,"id":1294,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/regex.js","layer":"app-pages-browser"},"startTime":1785680963795,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":15784,"timestamp":1853730575398,"id":1292,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/renpy.js","layer":"app-pages-browser"},"startTime":1785680963795,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":15841,"timestamp":1853730575425,"id":1293,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/rego.js","layer":"app-pages-browser"},"startTime":1785680963795,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":15830,"timestamp":1853730575532,"id":1297,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/r.js","layer":"app-pages-browser"},"startTime":1785680963795,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":15999,"timestamp":1853730575476,"id":1295,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/reason.js","layer":"app-pages-browser"},"startTime":1785680963795,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":16119,"timestamp":1853730575558,"id":1298,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/qsharp.js","layer":"app-pages-browser"},"startTime":1785680963796,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":16210,"timestamp":1853730575584,"id":1299,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/qore.js","layer":"app-pages-browser"},"startTime":1785680963796,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":16357,"timestamp":1853730575506,"id":1296,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/racket.js","layer":"app-pages-browser"},"startTime":1785680963795,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":18561,"timestamp":1853730575686,"id":1303,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/purescript.js","layer":"app-pages-browser"},"startTime":1785680963796,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":18900,"timestamp":1853730575609,"id":1300,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/qml.js","layer":"app-pages-browser"},"startTime":1785680963796,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":19053,"timestamp":1853730575660,"id":1302,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/python.js","layer":"app-pages-browser"},"startTime":1785680963796,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":19207,"timestamp":1853730575712,"id":1304,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/purebasic.js","layer":"app-pages-browser"},"startTime":1785680963796,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":19453,"timestamp":1853730575634,"id":1301,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/q.js","layer":"app-pages-browser"},"startTime":1785680963796,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":19555,"timestamp":1853730575789,"id":1307,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/psl.js","layer":"app-pages-browser"},"startTime":1785680963796,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":19797,"timestamp":1853730575763,"id":1306,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/puppet.js","layer":"app-pages-browser"},"startTime":1785680963796,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":20099,"timestamp":1853730575737,"id":1305,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/pure.js","layer":"app-pages-browser"},"startTime":1785680963796,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":19075,"timestamp":1853730577124,"id":1308,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/pug.js","layer":"app-pages-browser"},"startTime":1785680963797,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":19122,"timestamp":1853730577229,"id":1311,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/promql.js","layer":"app-pages-browser"},"startTime":1785680963797,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":19333,"timestamp":1853730577168,"id":1309,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/protobuf.js","layer":"app-pages-browser"},"startTime":1785680963797,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":19334,"timestamp":1853730577255,"id":1312,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/prolog.js","layer":"app-pages-browser"},"startTime":1785680963797,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":19456,"timestamp":1853730577200,"id":1310,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/properties.js","layer":"app-pages-browser"},"startTime":1785680963797,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-ts","duration":4019,"timestamp":1853730592906,"id":1357,"parentId":799,"tags":{"name":"/Users/liangyun/Codes/pi-web/lib/compaction-summary.ts","layer":"app-pages-browser"},"startTime":1785680963813,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":17068,"timestamp":1853730581166,"id":1313,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/processing.js","layer":"app-pages-browser"},"startTime":1785680963801,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":17184,"timestamp":1853730581235,"id":1315,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/powerquery.js","layer":"app-pages-browser"},"startTime":1785680963801,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":17360,"timestamp":1853730581283,"id":1317,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/plant-uml.js","layer":"app-pages-browser"},"startTime":1785680963801,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":17436,"timestamp":1853730581307,"id":1318,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/phpdoc.js","layer":"app-pages-browser"},"startTime":1785680963801,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":17843,"timestamp":1853730581330,"id":1319,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/php.js","layer":"app-pages-browser"},"startTime":1785680963801,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":18150,"timestamp":1853730581259,"id":1316,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/plsql.js","layer":"app-pages-browser"},"startTime":1785680963801,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":18406,"timestamp":1853730581208,"id":1314,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/powershell.js","layer":"app-pages-browser"},"startTime":1785680963801,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":18341,"timestamp":1853730581353,"id":1320,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/php-extras.js","layer":"app-pages-browser"},"startTime":1785680963801,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":13721,"timestamp":1853730586874,"id":1323,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/pcaxis.js","layer":"app-pages-browser"},"startTime":1785680963807,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":13892,"timestamp":1853730586846,"id":1322,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/peoplecode.js","layer":"app-pages-browser"},"startTime":1785680963807,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":14147,"timestamp":1853730586811,"id":1321,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/perl.js","layer":"app-pages-browser"},"startTime":1785680963807,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":14197,"timestamp":1853730586931,"id":1325,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/pascal.js","layer":"app-pages-browser"},"startTime":1785680963807,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":14329,"timestamp":1853730586956,"id":1326,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/parser.js","layer":"app-pages-browser"},"startTime":1785680963807,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":14419,"timestamp":1853730586981,"id":1327,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/parigp.js","layer":"app-pages-browser"},"startTime":1785680963807,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":14491,"timestamp":1853730587006,"id":1328,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/oz.js","layer":"app-pages-browser"},"startTime":1785680963807,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":14756,"timestamp":1853730586900,"id":1324,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/pascaligo.js","layer":"app-pages-browser"},"startTime":1785680963807,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":14733,"timestamp":1853730587030,"id":1329,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/openqasm.js","layer":"app-pages-browser"},"startTime":1785680963807,"traceId":"a894ddc49bbe7d05"}]
12
+ [{"name":"build-module-js","duration":14844,"timestamp":1853730587079,"id":1331,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/odin.js","layer":"app-pages-browser"},"startTime":1785680963807,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":14925,"timestamp":1853730587127,"id":1333,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/objectivec.js","layer":"app-pages-browser"},"startTime":1785680963807,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":15636,"timestamp":1853730587055,"id":1330,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/opencl.js","layer":"app-pages-browser"},"startTime":1785680963807,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":15651,"timestamp":1853730587177,"id":1335,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/nix.js","layer":"app-pages-browser"},"startTime":1785680963807,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":15750,"timestamp":1853730587206,"id":1336,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/nim.js","layer":"app-pages-browser"},"startTime":1785680963807,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":15976,"timestamp":1853730587103,"id":1332,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/ocaml.js","layer":"app-pages-browser"},"startTime":1785680963807,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":15949,"timestamp":1853730587231,"id":1337,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/nginx.js","layer":"app-pages-browser"},"startTime":1785680963807,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":16065,"timestamp":1853730587255,"id":1338,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/nevod.js","layer":"app-pages-browser"},"startTime":1785680963807,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":16252,"timestamp":1853730587279,"id":1339,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/neon.js","layer":"app-pages-browser"},"startTime":1785680963807,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":16244,"timestamp":1853730587380,"id":1343,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/n4js.js","layer":"app-pages-browser"},"startTime":1785680963807,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":16506,"timestamp":1853730587328,"id":1341,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/naniscript.js","layer":"app-pages-browser"},"startTime":1785680963807,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":16550,"timestamp":1853730587353,"id":1342,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/nand2tetris-hdl.js","layer":"app-pages-browser"},"startTime":1785680963807,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":16661,"timestamp":1853730587407,"id":1344,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/n1ql.js","layer":"app-pages-browser"},"startTime":1785680963807,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":16810,"timestamp":1853730587430,"id":1345,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/moonscript.js","layer":"app-pages-browser"},"startTime":1785680963807,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":17024,"timestamp":1853730587304,"id":1340,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/nasm.js","layer":"app-pages-browser"},"startTime":1785680963807,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":17971,"timestamp":1853730587152,"id":1334,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/nsis.js","layer":"app-pages-browser"},"startTime":1785680963807,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":13747,"timestamp":1853730592603,"id":1346,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/monkey.js","layer":"app-pages-browser"},"startTime":1785680963813,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":13914,"timestamp":1853730592640,"id":1347,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/mongodb.js","layer":"app-pages-browser"},"startTime":1785680963813,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":14020,"timestamp":1853730592720,"id":1350,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/mermaid.js","layer":"app-pages-browser"},"startTime":1785680963813,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":14191,"timestamp":1853730592670,"id":1348,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/mizar.js","layer":"app-pages-browser"},"startTime":1785680963813,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":14220,"timestamp":1853730592749,"id":1351,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/mel.js","layer":"app-pages-browser"},"startTime":1785680963813,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":14364,"timestamp":1853730592774,"id":1352,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/maxscript.js","layer":"app-pages-browser"},"startTime":1785680963813,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":14480,"timestamp":1853730592800,"id":1353,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/mata.js","layer":"app-pages-browser"},"startTime":1785680963813,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":14531,"timestamp":1853730592827,"id":1354,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/matlab.js","layer":"app-pages-browser"},"startTime":1785680963813,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":14984,"timestamp":1853730592695,"id":1349,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/metafont.js","layer":"app-pages-browser"},"startTime":1785680963813,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":15007,"timestamp":1853730592879,"id":1356,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/markup-templating.js","layer":"app-pages-browser"},"startTime":1785680963813,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":15272,"timestamp":1853730592853,"id":1355,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/markup.js","layer":"app-pages-browser"},"startTime":1785680963813,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":15565,"timestamp":1853730593017,"id":1358,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/markdown.js","layer":"app-pages-browser"},"startTime":1785680963813,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":15650,"timestamp":1853730593045,"id":1359,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/makefile.js","layer":"app-pages-browser"},"startTime":1785680963813,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":15730,"timestamp":1853730593121,"id":1362,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/lolcode.js","layer":"app-pages-browser"},"startTime":1785680963813,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":15912,"timestamp":1853730593070,"id":1360,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/magma.js","layer":"app-pages-browser"},"startTime":1785680963813,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":15978,"timestamp":1853730593094,"id":1361,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/lua.js","layer":"app-pages-browser"},"startTime":1785680963813,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":16123,"timestamp":1853730593145,"id":1363,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/log.js","layer":"app-pages-browser"},"startTime":1785680963813,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":16179,"timestamp":1853730593170,"id":1364,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/llvm.js","layer":"app-pages-browser"},"startTime":1785680963813,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":16331,"timestamp":1853730593220,"id":1366,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/lisp.js","layer":"app-pages-browser"},"startTime":1785680963813,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":16527,"timestamp":1853730593195,"id":1365,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/livescript.js","layer":"app-pages-browser"},"startTime":1785680963813,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":16527,"timestamp":1853730593268,"id":1368,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/linker-script.js","layer":"app-pages-browser"},"startTime":1785680963813,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":16744,"timestamp":1853730593245,"id":1367,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/liquid.js","layer":"app-pages-browser"},"startTime":1785680963813,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":16774,"timestamp":1853730593344,"id":1371,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/latte.js","layer":"app-pages-browser"},"startTime":1785680963813,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":16963,"timestamp":1853730593294,"id":1369,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/lilypond.js","layer":"app-pages-browser"},"startTime":1785680963813,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":17031,"timestamp":1853730593319,"id":1370,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/less.js","layer":"app-pages-browser"},"startTime":1785680963813,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":18419,"timestamp":1853730593369,"id":1372,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/latex.js","layer":"app-pages-browser"},"startTime":1785680963813,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":18549,"timestamp":1853730593396,"id":1373,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/kusto.js","layer":"app-pages-browser"},"startTime":1785680963813,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":18721,"timestamp":1853730593421,"id":1374,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/kumir.js","layer":"app-pages-browser"},"startTime":1785680963813,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":18894,"timestamp":1853730593446,"id":1375,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/kotlin.js","layer":"app-pages-browser"},"startTime":1785680963813,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":19231,"timestamp":1853730593495,"id":1377,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/keepalived.js","layer":"app-pages-browser"},"startTime":1785680963813,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":19254,"timestamp":1853730593569,"id":1380,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/jsstacktrace.js","layer":"app-pages-browser"},"startTime":1785680963814,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":19441,"timestamp":1853730593520,"id":1378,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/julia.js","layer":"app-pages-browser"},"startTime":1785680963813,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":19594,"timestamp":1853730593470,"id":1376,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/keyman.js","layer":"app-pages-browser"},"startTime":1785680963813,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":19793,"timestamp":1853730593544,"id":1379,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/jsx.js","layer":"app-pages-browser"},"startTime":1785680963814,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":19811,"timestamp":1853730593594,"id":1381,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/jsonp.js","layer":"app-pages-browser"},"startTime":1785680963814,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":16306,"timestamp":1853730597208,"id":1382,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/json5.js","layer":"app-pages-browser"},"startTime":1785680963817,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":16337,"timestamp":1853730597251,"id":1383,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/json.js","layer":"app-pages-browser"},"startTime":1785680963817,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":16351,"timestamp":1853730597363,"id":1387,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/jq.js","layer":"app-pages-browser"},"startTime":1785680963817,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":16464,"timestamp":1853730597393,"id":1388,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/jolie.js","layer":"app-pages-browser"},"startTime":1785680963817,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":16729,"timestamp":1853730597328,"id":1386,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/js-extras.js","layer":"app-pages-browser"},"startTime":1785680963817,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":16726,"timestamp":1853730597416,"id":1389,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/jexl.js","layer":"app-pages-browser"},"startTime":1785680963817,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":17021,"timestamp":1853730597279,"id":1384,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/jsdoc.js","layer":"app-pages-browser"},"startTime":1785680963817,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":17867,"timestamp":1853730597304,"id":1385,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/js-templates.js","layer":"app-pages-browser"},"startTime":1785680963817,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-ts","duration":4617,"timestamp":1853730610794,"id":1446,"parentId":880,"tags":{"name":"/Users/liangyun/Codes/pi-web/lib/tool-presets.ts","layer":"app-pages-browser"},"startTime":1785680963831,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-tsx","duration":5594,"timestamp":1853730611127,"id":1455,"parentId":799,"tags":{"name":"/Users/liangyun/Codes/pi-web/components/MarkdownBody.tsx","layer":"app-pages-browser"},"startTime":1785680963831,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":19716,"timestamp":1853730597483,"id":1391,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/javascript.js","layer":"app-pages-browser"},"startTime":1785680963817,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":19950,"timestamp":1853730597439,"id":1390,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/javastacktrace.js","layer":"app-pages-browser"},"startTime":1785680963817,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":20013,"timestamp":1853730597537,"id":1393,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/javadoc.js","layer":"app-pages-browser"},"startTime":1785680963818,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":20108,"timestamp":1853730597566,"id":1394,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/j.js","layer":"app-pages-browser"},"startTime":1785680963818,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":20201,"timestamp":1853730597626,"id":1396,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/io.js","layer":"app-pages-browser"},"startTime":1785680963818,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":20460,"timestamp":1853730597601,"id":1395,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/java.js","layer":"app-pages-browser"},"startTime":1785680963818,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":20631,"timestamp":1853730597682,"id":1398,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/inform7.js","layer":"app-pages-browser"},"startTime":1785680963818,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":20762,"timestamp":1853730597656,"id":1397,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/ini.js","layer":"app-pages-browser"},"startTime":1785680963818,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":20828,"timestamp":1853730597706,"id":1399,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/idris.js","layer":"app-pages-browser"},"startTime":1785680963818,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":21005,"timestamp":1853730597731,"id":1400,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/icu-message-format.js","layer":"app-pages-browser"},"startTime":1785680963818,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":21388,"timestamp":1853730597512,"id":1392,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/javadoclike.js","layer":"app-pages-browser"},"startTime":1785680963817,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":21261,"timestamp":1853730597756,"id":1401,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/icon.js","layer":"app-pages-browser"},"startTime":1785680963818,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":21279,"timestamp":1853730597827,"id":1403,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/ignore.js","layer":"app-pages-browser"},"startTime":1785680963818,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":21390,"timestamp":1853730597850,"id":1404,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/iecst.js","layer":"app-pages-browser"},"startTime":1785680963818,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":21555,"timestamp":1853730597872,"id":1405,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/http.js","layer":"app-pages-browser"},"startTime":1785680963818,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":21605,"timestamp":1853730597894,"id":1406,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/hsts.js","layer":"app-pages-browser"},"startTime":1785680963818,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":21830,"timestamp":1853730597793,"id":1402,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/ichigojam.js","layer":"app-pages-browser"},"startTime":1785680963818,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":21775,"timestamp":1853730597916,"id":1407,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/hpkp.js","layer":"app-pages-browser"},"startTime":1785680963818,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":19803,"timestamp":1853730600056,"id":1410,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/hcl.js","layer":"app-pages-browser"},"startTime":1785680963820,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":19920,"timestamp":1853730600081,"id":1411,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/haxe.js","layer":"app-pages-browser"},"startTime":1785680963820,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":20129,"timestamp":1853730600030,"id":1409,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/hlsl.js","layer":"app-pages-browser"},"startTime":1785680963820,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":20136,"timestamp":1853730600132,"id":1413,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/handlebars.js","layer":"app-pages-browser"},"startTime":1785680963820,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":20330,"timestamp":1853730600158,"id":1414,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/haml.js","layer":"app-pages-browser"},"startTime":1785680963820,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":20623,"timestamp":1853730600107,"id":1412,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/haskell.js","layer":"app-pages-browser"},"startTime":1785680963820,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":20827,"timestamp":1853730599991,"id":1408,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/hoon.js","layer":"app-pages-browser"},"startTime":1785680963820,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":20809,"timestamp":1853730600183,"id":1415,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/groovy.js","layer":"app-pages-browser"},"startTime":1785680963820,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":17280,"timestamp":1853730605375,"id":1417,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/gradle.js","layer":"app-pages-browser"},"startTime":1785680963825,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":17324,"timestamp":1853730605453,"id":1420,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/gn.js","layer":"app-pages-browser"},"startTime":1785680963825,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":17437,"timestamp":1853730605429,"id":1419,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/go-module.js","layer":"app-pages-browser"},"startTime":1785680963825,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":17827,"timestamp":1853730605334,"id":1416,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/graphql.js","layer":"app-pages-browser"},"startTime":1785680963825,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":17892,"timestamp":1853730605404,"id":1418,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/go.js","layer":"app-pages-browser"},"startTime":1785680963825,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":18279,"timestamp":1853730605506,"id":1422,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/glsl.js","layer":"app-pages-browser"},"startTime":1785680963825,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":18351,"timestamp":1853730605530,"id":1423,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/git.js","layer":"app-pages-browser"},"startTime":1785680963825,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":18953,"timestamp":1853730605481,"id":1421,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/gml.js","layer":"app-pages-browser"},"startTime":1785680963825,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":18904,"timestamp":1853730605609,"id":1426,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/gedcom.js","layer":"app-pages-browser"},"startTime":1785680963826,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":19003,"timestamp":1853730605585,"id":1425,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/gettext.js","layer":"app-pages-browser"},"startTime":1785680963826,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":19585,"timestamp":1853730605560,"id":1424,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/gherkin.js","layer":"app-pages-browser"},"startTime":1785680963826,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":19623,"timestamp":1853730605634,"id":1427,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/gdscript.js","layer":"app-pages-browser"},"startTime":1785680963826,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":19668,"timestamp":1853730605658,"id":1428,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/gcode.js","layer":"app-pages-browser"},"startTime":1785680963826,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":19755,"timestamp":1853730605682,"id":1429,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/gap.js","layer":"app-pages-browser"},"startTime":1785680963826,"traceId":"a894ddc49bbe7d05"}]
13
+ [{"name":"build-module-js","duration":19888,"timestamp":1853730605731,"id":1431,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/fsharp.js","layer":"app-pages-browser"},"startTime":1785680963826,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":19913,"timestamp":1853730605801,"id":1434,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/firestore-security-rules.js","layer":"app-pages-browser"},"startTime":1785680963826,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":20192,"timestamp":1853730605707,"id":1430,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/ftl.js","layer":"app-pages-browser"},"startTime":1785680963826,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":20148,"timestamp":1853730605828,"id":1435,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/false.js","layer":"app-pages-browser"},"startTime":1785680963826,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":20351,"timestamp":1853730605755,"id":1432,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/fortran.js","layer":"app-pages-browser"},"startTime":1785680963826,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":20442,"timestamp":1853730605778,"id":1433,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/flow.js","layer":"app-pages-browser"},"startTime":1785680963826,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":20405,"timestamp":1853730605900,"id":1438,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/etlua.js","layer":"app-pages-browser"},"startTime":1785680963826,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":20538,"timestamp":1853730605875,"id":1437,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/excel-formula.js","layer":"app-pages-browser"},"startTime":1785680963826,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":20549,"timestamp":1853730605949,"id":1440,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/erb.js","layer":"app-pages-browser"},"startTime":1785680963826,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":21669,"timestamp":1853730605851,"id":1436,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/factor.js","layer":"app-pages-browser"},"startTime":1785680963826,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":21672,"timestamp":1853730605973,"id":1441,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/elm.js","layer":"app-pages-browser"},"startTime":1785680963826,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":21816,"timestamp":1853730605925,"id":1439,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/erlang.js","layer":"app-pages-browser"},"startTime":1785680963826,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":21908,"timestamp":1853730605999,"id":1442,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/elixir.js","layer":"app-pages-browser"},"startTime":1785680963826,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":18336,"timestamp":1853730610740,"id":1444,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/eiffel.js","layer":"app-pages-browser"},"startTime":1785680963831,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":18392,"timestamp":1853730610767,"id":1445,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/editorconfig.js","layer":"app-pages-browser"},"startTime":1785680963831,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":18555,"timestamp":1853730610700,"id":1443,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/ejs.js","layer":"app-pages-browser"},"startTime":1785680963831,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":18444,"timestamp":1853730610888,"id":1447,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/ebnf.js","layer":"app-pages-browser"},"startTime":1785680963831,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":18558,"timestamp":1853730610915,"id":1448,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/dot.js","layer":"app-pages-browser"},"startTime":1785680963831,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":18698,"timestamp":1853730610941,"id":1449,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/docker.js","layer":"app-pages-browser"},"startTime":1785680963831,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":18774,"timestamp":1853730610965,"id":1450,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/dns-zone-file.js","layer":"app-pages-browser"},"startTime":1785680963831,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":18874,"timestamp":1853730610990,"id":1451,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/django.js","layer":"app-pages-browser"},"startTime":1785680963831,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":18956,"timestamp":1853730611014,"id":1452,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/diff.js","layer":"app-pages-browser"},"startTime":1785680963831,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":19041,"timestamp":1853730611198,"id":1456,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/dax.js","layer":"app-pages-browser"},"startTime":1785680963831,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":19327,"timestamp":1853730611038,"id":1453,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/dhall.js","layer":"app-pages-browser"},"startTime":1785680963831,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":19251,"timestamp":1853730611224,"id":1457,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/dataweave.js","layer":"app-pages-browser"},"startTime":1785680963831,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":19386,"timestamp":1853730611249,"id":1458,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/dart.js","layer":"app-pages-browser"},"startTime":1785680963831,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":19572,"timestamp":1853730611273,"id":1459,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/d.js","layer":"app-pages-browser"},"startTime":1785680963831,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":19599,"timestamp":1853730611369,"id":1463,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/css.js","layer":"app-pages-browser"},"startTime":1785680963831,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":19812,"timestamp":1853730611322,"id":1461,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/cue.js","layer":"app-pages-browser"},"startTime":1785680963831,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":19952,"timestamp":1853730611298,"id":1460,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/cypher.js","layer":"app-pages-browser"},"startTime":1785680963831,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":19958,"timestamp":1853730611346,"id":1462,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/csv.js","layer":"app-pages-browser"},"startTime":1785680963831,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":19943,"timestamp":1853730611490,"id":1468,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/crystal.js","layer":"app-pages-browser"},"startTime":1785680963831,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":20293,"timestamp":1853730611393,"id":1464,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/css-extras.js","layer":"app-pages-browser"},"startTime":1785680963831,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":20384,"timestamp":1853730611514,"id":1469,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/cpp.js","layer":"app-pages-browser"},"startTime":1785680963831,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":20513,"timestamp":1853730611538,"id":1470,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/cooklang.js","layer":"app-pages-browser"},"startTime":1785680963832,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":20990,"timestamp":1853730611442,"id":1466,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/cshtml.js","layer":"app-pages-browser"},"startTime":1785680963831,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":21153,"timestamp":1853730611417,"id":1465,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/csp.js","layer":"app-pages-browser"},"startTime":1785680963831,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":21597,"timestamp":1853730611466,"id":1467,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/csharp.js","layer":"app-pages-browser"},"startTime":1785680963831,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":17542,"timestamp":1853730615784,"id":1471,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/coq.js","layer":"app-pages-browser"},"startTime":1785680963836,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":17665,"timestamp":1853730615825,"id":1472,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/concurnas.js","layer":"app-pages-browser"},"startTime":1785680963836,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":17784,"timestamp":1853730615945,"id":1476,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/clojure.js","layer":"app-pages-browser"},"startTime":1785680963836,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":17849,"timestamp":1853730615969,"id":1477,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/clike.js","layer":"app-pages-browser"},"startTime":1785680963836,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":18625,"timestamp":1853730615914,"id":1475,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/cmake.js","layer":"app-pages-browser"},"startTime":1785680963836,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":18873,"timestamp":1853730615854,"id":1473,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/coffeescript.js","layer":"app-pages-browser"},"startTime":1785680963836,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":18789,"timestamp":1853730616018,"id":1479,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/cilkc.js","layer":"app-pages-browser"},"startTime":1785680963836,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":18882,"timestamp":1853730615994,"id":1478,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/cilkcpp.js","layer":"app-pages-browser"},"startTime":1785680963836,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":19366,"timestamp":1853730615879,"id":1474,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/cobol.js","layer":"app-pages-browser"},"startTime":1785680963836,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":19372,"timestamp":1853730616042,"id":1480,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/cil.js","layer":"app-pages-browser"},"startTime":1785680963836,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":19444,"timestamp":1853730616115,"id":1483,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/bsl.js","layer":"app-pages-browser"},"startTime":1785680963836,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":19536,"timestamp":1853730616141,"id":1484,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/bro.js","layer":"app-pages-browser"},"startTime":1785680963836,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":19735,"timestamp":1853730616066,"id":1481,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/chaiscript.js","layer":"app-pages-browser"},"startTime":1785680963836,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":19671,"timestamp":1853730616188,"id":1486,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/brainfuck.js","layer":"app-pages-browser"},"startTime":1785680963836,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":19856,"timestamp":1853730616164,"id":1485,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/cfscript.js","layer":"app-pages-browser"},"startTime":1785680963836,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":22001,"timestamp":1853730616091,"id":1482,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/c.js","layer":"app-pages-browser"},"startTime":1785680963836,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":16644,"timestamp":1853730621643,"id":1487,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/brightscript.js","layer":"app-pages-browser"},"startTime":1785680963842,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":17129,"timestamp":1853730621710,"id":1489,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/bnf.js","layer":"app-pages-browser"},"startTime":1785680963842,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":17201,"timestamp":1853730621761,"id":1491,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/birb.js","layer":"app-pages-browser"},"startTime":1785680963842,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":17407,"timestamp":1853730621683,"id":1488,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/bqn.js","layer":"app-pages-browser"},"startTime":1785680963842,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":17436,"timestamp":1853730621786,"id":1492,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/bicep.js","layer":"app-pages-browser"},"startTime":1785680963842,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":17540,"timestamp":1853730621809,"id":1493,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/bbj.js","layer":"app-pages-browser"},"startTime":1785680963842,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":17606,"timestamp":1853730621834,"id":1494,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/bbcode.js","layer":"app-pages-browser"},"startTime":1785680963842,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-ts","duration":2769,"timestamp":1853730636994,"id":1559,"parentId":794,"tags":{"name":"/Users/liangyun/Codes/pi-web/lib/i18n/messages/en.ts","layer":"app-pages-browser"},"startTime":1785680963857,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-ts","duration":2922,"timestamp":1853730637086,"id":1560,"parentId":794,"tags":{"name":"/Users/liangyun/Codes/pi-web/lib/i18n/messages/zh-CN.ts","layer":"app-pages-browser"},"startTime":1785680963857,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2523,"timestamp":1853730637579,"id":1576,"parentId":973,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/merge.js","layer":"app-pages-browser"},"startTime":1785680963858,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2655,"timestamp":1853730637542,"id":1575,"parentId":973,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/memoize.js","layer":"app-pages-browser"},"startTime":1785680963858,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2576,"timestamp":1853730637666,"id":1579,"parentId":982,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/clone.js","layer":"app-pages-browser"},"startTime":1785680963858,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":19238,"timestamp":1853730621857,"id":1495,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/batch.js","layer":"app-pages-browser"},"startTime":1785680963842,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":19465,"timestamp":1853730621736,"id":1490,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/bison.js","layer":"app-pages-browser"},"startTime":1785680963842,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":19727,"timestamp":1853730621904,"id":1497,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/bash.js","layer":"app-pages-browser"},"startTime":1785680963842,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":19920,"timestamp":1853730621881,"id":1496,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/basic.js","layer":"app-pages-browser"},"startTime":1785680963842,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":19909,"timestamp":1853730622001,"id":1501,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/autoit.js","layer":"app-pages-browser"},"startTime":1785680963842,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":20355,"timestamp":1853730621976,"id":1500,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/avisynth.js","layer":"app-pages-browser"},"startTime":1785680963842,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":20867,"timestamp":1853730622024,"id":1502,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/autohotkey.js","layer":"app-pages-browser"},"startTime":1785680963842,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":20982,"timestamp":1853730622050,"id":1503,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/aspnet.js","layer":"app-pages-browser"},"startTime":1785680963842,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":21191,"timestamp":1853730621952,"id":1499,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/avro-idl.js","layer":"app-pages-browser"},"startTime":1785680963842,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":21152,"timestamp":1853730622100,"id":1505,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/asm6502.js","layer":"app-pages-browser"},"startTime":1785680963842,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":21413,"timestamp":1853730621928,"id":1498,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/awk.js","layer":"app-pages-browser"},"startTime":1785680963842,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":21543,"timestamp":1853730622123,"id":1506,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/asciidoc.js","layer":"app-pages-browser"},"startTime":1785680963842,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":21771,"timestamp":1853730622195,"id":1509,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/arduino.js","layer":"app-pages-browser"},"startTime":1785680963842,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":21810,"timestamp":1853730622219,"id":1510,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/arff.js","layer":"app-pages-browser"},"startTime":1785680963842,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":22128,"timestamp":1853730622147,"id":1507,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/arturo.js","layer":"app-pages-browser"},"startTime":1785680963842,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":22224,"timestamp":1853730622171,"id":1508,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/armasm.js","layer":"app-pages-browser"},"startTime":1785680963842,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":22280,"timestamp":1853730622242,"id":1511,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/aql.js","layer":"app-pages-browser"},"startTime":1785680963842,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":22441,"timestamp":1853730622265,"id":1512,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/applescript.js","layer":"app-pages-browser"},"startTime":1785680963842,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":22520,"timestamp":1853730622290,"id":1513,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/apl.js","layer":"app-pages-browser"},"startTime":1785680963842,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":22878,"timestamp":1853730622075,"id":1504,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/asmatmel.js","layer":"app-pages-browser"},"startTime":1785680963842,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":22876,"timestamp":1853730622317,"id":1514,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/apex.js","layer":"app-pages-browser"},"startTime":1785680963842,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":4819,"timestamp":1853730640467,"id":1582,"parentId":1014,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_baseKeys.js","layer":"app-pages-browser"},"startTime":1785680963860,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":4786,"timestamp":1853730640554,"id":1584,"parentId":1014,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/isArguments.js","layer":"app-pages-browser"},"startTime":1785680963861,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":5006,"timestamp":1853730640517,"id":1583,"parentId":1014,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_getTag.js","layer":"app-pages-browser"},"startTime":1785680963860,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":4977,"timestamp":1853730640619,"id":1586,"parentId":1014,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/isArrayLike.js","layer":"app-pages-browser"},"startTime":1785680963861,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":5090,"timestamp":1853730640647,"id":1587,"parentId":1014,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/isBuffer.js","layer":"app-pages-browser"},"startTime":1785680963861,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":6163,"timestamp":1853730640672,"id":1588,"parentId":1014,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_isPrototype.js","layer":"app-pages-browser"},"startTime":1785680963861,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":24081,"timestamp":1853730623433,"id":1515,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/apacheconf.js","layer":"app-pages-browser"},"startTime":1785680963843,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":24183,"timestamp":1853730623464,"id":1516,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/antlr4.js","layer":"app-pages-browser"},"startTime":1785680963843,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":24351,"timestamp":1853730623496,"id":1517,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/al.js","layer":"app-pages-browser"},"startTime":1785680963843,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":7287,"timestamp":1853730640590,"id":1585,"parentId":1014,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/isArray.js","layer":"app-pages-browser"},"startTime":1785680963861,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":7225,"timestamp":1853730640700,"id":1589,"parentId":1014,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/isTypedArray.js","layer":"app-pages-browser"},"startTime":1785680963861,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":24545,"timestamp":1853730623546,"id":1519,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/ada.js","layer":"app-pages-browser"},"startTime":1785680963844,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":24672,"timestamp":1853730623521,"id":1518,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/agda.js","layer":"app-pages-browser"},"startTime":1785680963843,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":24746,"timestamp":1853730623570,"id":1520,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/actionscript.js","layer":"app-pages-browser"},"startTime":1785680963844,"traceId":"a894ddc49bbe7d05"}]
14
+ [{"name":"build-module-js","duration":20143,"timestamp":1853730628272,"id":1521,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/abnf.js","layer":"app-pages-browser"},"startTime":1785680963848,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":20622,"timestamp":1853730628305,"id":1522,"parentId":955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lang/abap.js","layer":"app-pages-browser"},"startTime":1785680963848,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":23380,"timestamp":1853730628363,"id":1524,"parentId":698,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/@lobehub/icons/es/DeepSeek/components/Color.js","layer":"app-pages-browser"},"startTime":1785680963848,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":23540,"timestamp":1853730628415,"id":1526,"parentId":698,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/@lobehub/icons/es/Google/components/Color.js","layer":"app-pages-browser"},"startTime":1785680963848,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":23813,"timestamp":1853730628330,"id":1523,"parentId":698,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/@lobehub/icons/es/Anthropic/components/Mono.js","layer":"app-pages-browser"},"startTime":1785680963848,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":16738,"timestamp":1853730636867,"id":1554,"parentId":965,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/mermaid/dist/chunks/mermaid.core/cose-bilkent-S5V4N54A.mjs","layer":"app-pages-browser"},"startTime":1785680963857,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":16793,"timestamp":1853730636919,"id":1556,"parentId":960,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/remark-gfm/lib/index.js","layer":"app-pages-browser"},"startTime":1785680963857,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":16854,"timestamp":1853730636944,"id":1557,"parentId":959,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/remark-math/lib/index.js","layer":"app-pages-browser"},"startTime":1785680963857,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":16965,"timestamp":1853730636894,"id":1555,"parentId":956,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/rehype-sanitize/lib/index.js","layer":"app-pages-browser"},"startTime":1785680963857,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":17096,"timestamp":1853730636970,"id":1558,"parentId":957,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/rehype-katex/lib/index.js","layer":"app-pages-browser"},"startTime":1785680963857,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":17190,"timestamp":1853730637155,"id":1561,"parentId":887,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/@babel/runtime/helpers/interopRequireDefault.js","layer":"app-pages-browser"},"startTime":1785680963857,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":18697,"timestamp":1853730636840,"id":1553,"parentId":965,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/mermaid/dist/chunks/mermaid.core/dagre-KV5264BT.mjs","layer":"app-pages-browser"},"startTime":1785680963857,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":18450,"timestamp":1853730637185,"id":1562,"parentId":899,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/@babel/runtime/helpers/esm/extends.js","layer":"app-pages-browser"},"startTime":1785680963857,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":18498,"timestamp":1853730637238,"id":1564,"parentId":951,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js","layer":"app-pages-browser"},"startTime":1785680963857,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":18530,"timestamp":1853730637297,"id":1566,"parentId":951,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/@babel/runtime/helpers/esm/createClass.js","layer":"app-pages-browser"},"startTime":1785680963857,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":18616,"timestamp":1853730637272,"id":1565,"parentId":951,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/@babel/runtime/helpers/esm/classCallCheck.js","layer":"app-pages-browser"},"startTime":1785680963857,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":18595,"timestamp":1853730637352,"id":1568,"parentId":951,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js","layer":"app-pages-browser"},"startTime":1785680963857,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":18694,"timestamp":1853730637324,"id":1567,"parentId":951,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.js","layer":"app-pages-browser"},"startTime":1785680963857,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":18872,"timestamp":1853730637211,"id":1563,"parentId":899,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/@babel/runtime/helpers/esm/defineProperty.js","layer":"app-pages-browser"},"startTime":1785680963857,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":18772,"timestamp":1853730637379,"id":1569,"parentId":951,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/@babel/runtime/helpers/esm/inherits.js","layer":"app-pages-browser"},"startTime":1785680963857,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":18855,"timestamp":1853730637458,"id":1572,"parentId":951,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/@babel/runtime/regenerator/index.js","layer":"app-pages-browser"},"startTime":1785680963857,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":18933,"timestamp":1853730637516,"id":1574,"parentId":977,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/mermaid/dist/chunks/mermaid.core/chunk-EDXVE4YY.mjs","layer":"app-pages-browser"},"startTime":1785680963857,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":19037,"timestamp":1853730637484,"id":1573,"parentId":976,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/mermaid/dist/chunks/mermaid.core/chunk-4BX2VUAB.mjs","layer":"app-pages-browser"},"startTime":1785680963857,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":19001,"timestamp":1853730637611,"id":1577,"parentId":981,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/mermaid/dist/chunks/mermaid.core/chunk-QZHKN3VN.mjs","layer":"app-pages-browser"},"startTime":1785680963858,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":28485,"timestamp":1853730628389,"id":1525,"parentId":698,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/@lobehub/icons/es/OpenAI/components/Mono.js","layer":"app-pages-browser"},"startTime":1785680963848,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":28660,"timestamp":1853730628441,"id":1527,"parentId":698,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/@lobehub/icons/es/Groq/components/Mono.js","layer":"app-pages-browser"},"startTime":1785680963848,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":28876,"timestamp":1853730628465,"id":1528,"parentId":698,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/@lobehub/icons/es/Mistral/components/Color.js","layer":"app-pages-browser"},"startTime":1785680963848,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":29090,"timestamp":1853730628516,"id":1530,"parentId":698,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/@lobehub/icons/es/Minimax/components/Color.js","layer":"app-pages-browser"},"startTime":1785680963848,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":29271,"timestamp":1853730628541,"id":1531,"parentId":698,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/@lobehub/icons/es/Fireworks/components/Color.js","layer":"app-pages-browser"},"startTime":1785680963849,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":20270,"timestamp":1853730637639,"id":1578,"parentId":982,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/mermaid/dist/chunks/mermaid.core/chunk-FMBD7UC4.mjs","layer":"app-pages-browser"},"startTime":1785680963858,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":29527,"timestamp":1853730628591,"id":1533,"parentId":698,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/@lobehub/icons/es/Cerebras/components/Color.js","layer":"app-pages-browser"},"startTime":1785680963849,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":29643,"timestamp":1853730628669,"id":1536,"parentId":698,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/@lobehub/icons/es/Cloudflare/components/Color.js","layer":"app-pages-browser"},"startTime":1785680963849,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":20703,"timestamp":1853730637696,"id":1580,"parentId":987,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/mermaid/dist/chunks/mermaid.core/chunk-55IACEB6.mjs","layer":"app-pages-browser"},"startTime":1785680963858,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":30127,"timestamp":1853730628491,"id":1529,"parentId":698,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/@lobehub/icons/es/Moonshot/components/Mono.js","layer":"app-pages-browser"},"startTime":1785680963848,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":30265,"timestamp":1853730628566,"id":1532,"parentId":698,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/@lobehub/icons/es/HuggingFace/components/Color.js","layer":"app-pages-browser"},"startTime":1785680963849,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":31444,"timestamp":1853730628616,"id":1534,"parentId":698,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/@lobehub/icons/es/OpenRouter/components/Mono.js","layer":"app-pages-browser"},"startTime":1785680963849,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":31672,"timestamp":1853730628721,"id":1538,"parentId":698,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/@lobehub/icons/es/GithubCopilot/components/Mono.js","layer":"app-pages-browser"},"startTime":1785680963849,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":32013,"timestamp":1853730628644,"id":1535,"parentId":698,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/@lobehub/icons/es/XAI/components/Mono.js","layer":"app-pages-browser"},"startTime":1785680963849,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":32113,"timestamp":1853730628750,"id":1539,"parentId":698,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/@lobehub/icons/es/Aws/components/Color.js","layer":"app-pages-browser"},"startTime":1785680963849,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":23580,"timestamp":1853730637406,"id":1570,"parentId":948,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js","layer":"app-pages-browser"},"startTime":1785680963857,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":23633,"timestamp":1853730637432,"id":1571,"parentId":948,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/@babel/runtime/helpers/esm/toConsumableArray.js","layer":"app-pages-browser"},"startTime":1785680963857,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":36392,"timestamp":1853730628695,"id":1537,"parentId":698,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/@lobehub/icons/es/Vercel/components/Mono.js","layer":"app-pages-browser"},"startTime":1785680963849,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":36515,"timestamp":1853730628801,"id":1541,"parentId":698,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/@lobehub/icons/es/Kimi/components/Color.js","layer":"app-pages-browser"},"startTime":1785680963849,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":36958,"timestamp":1853730628775,"id":1540,"parentId":698,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/@lobehub/icons/es/Azure/components/Color.js","layer":"app-pages-browser"},"startTime":1785680963849,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":29521,"timestamp":1853730636549,"id":1542,"parentId":698,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/@lobehub/icons/es/Qwen/components/Color.js","layer":"app-pages-browser"},"startTime":1785680963857,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":29721,"timestamp":1853730636583,"id":1543,"parentId":698,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/@lobehub/icons/es/Zhipu/components/Color.js","layer":"app-pages-browser"},"startTime":1785680963857,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":26289,"timestamp":1853730640425,"id":1581,"parentId":990,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/mermaid/dist/chunks/mermaid.core/chunk-YZCP3GAM.mjs","layer":"app-pages-browser"},"startTime":1785680963860,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":29730,"timestamp":1853730640726,"id":1590,"parentId":991,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/mermaid/dist/chunks/mermaid.core/chunk-OYMX7WX6.mjs","layer":"app-pages-browser"},"startTime":1785680963861,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":34329,"timestamp":1853730640754,"id":1591,"parentId":994,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/mermaid/dist/chunks/mermaid.core/chunk-4TB4RGXK.mjs","layer":"app-pages-browser"},"startTime":1785680963861,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":38771,"timestamp":1853730636614,"id":1544,"parentId":698,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/@lobehub/icons/es/Cohere/components/Color.js","layer":"app-pages-browser"},"startTime":1785680963857,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":38952,"timestamp":1853730636639,"id":1545,"parentId":698,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/@lobehub/icons/es/Perplexity/components/Color.js","layer":"app-pages-browser"},"startTime":1785680963857,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":39051,"timestamp":1853730636739,"id":1549,"parentId":698,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/@lobehub/icons/es/Nvidia/components/Color.js","layer":"app-pages-browser"},"startTime":1785680963857,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":39277,"timestamp":1853730636691,"id":1547,"parentId":698,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/@lobehub/icons/es/Grok/components/Mono.js","layer":"app-pages-browser"},"startTime":1785680963857,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":39604,"timestamp":1853730636715,"id":1548,"parentId":698,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/@lobehub/icons/es/AntGroup/components/Color.js","layer":"app-pages-browser"},"startTime":1785680963857,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":39722,"timestamp":1853730636787,"id":1551,"parentId":698,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/@lobehub/icons/es/XiaomiMiMo/components/Mono.js","layer":"app-pages-browser"},"startTime":1785680963857,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":40087,"timestamp":1853730636664,"id":1546,"parentId":698,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/@lobehub/icons/es/Together/components/Color.js","layer":"app-pages-browser"},"startTime":1785680963857,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":40108,"timestamp":1853730636814,"id":1552,"parentId":698,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/@lobehub/icons/es/ZAI/components/Mono.js","layer":"app-pages-browser"},"startTime":1785680963857,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":40340,"timestamp":1853730636763,"id":1550,"parentId":698,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/@lobehub/icons/es/OpenCode/components/Mono.js","layer":"app-pages-browser"},"startTime":1785680963857,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":38727,"timestamp":1853730646254,"id":1593,"parentId":1002,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/dayjs/plugin/isoWeek.js","layer":"app-pages-browser"},"startTime":1785680963866,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":39062,"timestamp":1853730646335,"id":1596,"parentId":1002,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/dayjs/plugin/duration.js","layer":"app-pages-browser"},"startTime":1785680963866,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":41381,"timestamp":1853730646211,"id":1592,"parentId":1008,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/highlight.js/lib/core.js","layer":"app-pages-browser"},"startTime":1785680963866,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":41320,"timestamp":1853730646358,"id":1597,"parentId":956,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/hast-util-sanitize/index.js","layer":"app-pages-browser"},"startTime":1785680963866,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":41367,"timestamp":1853730646395,"id":1598,"parentId":982,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/dagre-d3-es/src/graphlib/index.js","layer":"app-pages-browser"},"startTime":1785680963866,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":41403,"timestamp":1853730646420,"id":1599,"parentId":993,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/dagre-d3-es/src/dagre/index.js","layer":"app-pages-browser"},"startTime":1785680963866,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":42567,"timestamp":1853730646445,"id":1600,"parentId":1006,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/refractor/lib/prism-core.js","layer":"app-pages-browser"},"startTime":1785680963866,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":43231,"timestamp":1853730646286,"id":1594,"parentId":1002,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/dayjs/plugin/customParseFormat.js","layer":"app-pages-browser"},"startTime":1785680963866,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":43642,"timestamp":1853730646473,"id":1601,"parentId":975,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/dayjs/dayjs.min.js","layer":"app-pages-browser"},"startTime":1785680963866,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":43924,"timestamp":1853730646311,"id":1595,"parentId":1002,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/dayjs/plugin/advancedFormat.js","layer":"app-pages-browser"},"startTime":1785680963866,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":48461,"timestamp":1853730646498,"id":1602,"parentId":972,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/mermaid/node_modules/marked/lib/marked.esm.js","layer":"app-pages-browser"},"startTime":1785680963866,"traceId":"a894ddc49bbe7d05"},{"name":"build-module","duration":14,"timestamp":1853730696762,"id":1621,"parentId":635,"tags":{},"startTime":1785680963917,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":49615,"timestamp":1853730649381,"id":1604,"parentId":1016,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/html-url-attributes/lib/index.js","layer":"app-pages-browser"},"startTime":1785680963869,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":50480,"timestamp":1853730649428,"id":1605,"parentId":1019,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/unified/lib/index.js","layer":"app-pages-browser"},"startTime":1785680963869,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":51394,"timestamp":1853730649463,"id":1606,"parentId":1015,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/hast-util-to-jsx-runtime/lib/index.js","layer":"app-pages-browser"},"startTime":1785680963869,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":81931,"timestamp":1853730646530,"id":1603,"parentId":974,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/katex/dist/katex.mjs","layer":"app-pages-browser"},"startTime":1785680963866,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":79554,"timestamp":1853730649513,"id":1608,"parentId":1021,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/vfile/lib/index.js","layer":"app-pages-browser"},"startTime":1785680963869,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":79755,"timestamp":1853730649489,"id":1607,"parentId":1020,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/remark-rehype/lib/index.js","layer":"app-pages-browser"},"startTime":1785680963869,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":79870,"timestamp":1853730649576,"id":1610,"parentId":1018,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/unist-util-visit/lib/index.js","layer":"app-pages-browser"},"startTime":1785680963870,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":79993,"timestamp":1853730649544,"id":1609,"parentId":1017,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/remark-parse/lib/index.js","layer":"app-pages-browser"},"startTime":1785680963870,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":80039,"timestamp":1853730649602,"id":1611,"parentId":987,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/mermaid/node_modules/uuid/dist/esm-browser/index.js","layer":"app-pages-browser"},"startTime":1785680963870,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":40799,"timestamp":1853730696555,"id":1613,"parentId":1066,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/stylis/src/Enum.js","layer":"app-pages-browser"},"startTime":1785680963917,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":41450,"timestamp":1853730696637,"id":1616,"parentId":1066,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/stylis/src/Prefixer.js","layer":"app-pages-browser"},"startTime":1785680963917,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":41688,"timestamp":1853730696585,"id":1614,"parentId":1066,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/stylis/src/Utility.js","layer":"app-pages-browser"},"startTime":1785680963917,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":41984,"timestamp":1853730696662,"id":1617,"parentId":1066,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/stylis/src/Tokenizer.js","layer":"app-pages-browser"},"startTime":1785680963917,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":42132,"timestamp":1853730696686,"id":1618,"parentId":1066,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/stylis/src/Serializer.js","layer":"app-pages-browser"},"startTime":1785680963917,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":42426,"timestamp":1853730696711,"id":1619,"parentId":1066,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/stylis/src/Middleware.js","layer":"app-pages-browser"},"startTime":1785680963917,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":46799,"timestamp":1853730696486,"id":1612,"parentId":967,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/roughjs/bundled/rough.esm.js","layer":"app-pages-browser"},"startTime":1785680963916,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":47235,"timestamp":1853730696612,"id":1615,"parentId":1066,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/stylis/src/Parser.js","layer":"app-pages-browser"},"startTime":1785680963917,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":47147,"timestamp":1853730696804,"id":1623,"parentId":985,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-sankey/src/index.js","layer":"app-pages-browser"},"startTime":1785680963917,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":49673,"timestamp":1853730696736,"id":1620,"parentId":980,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/cytoscape-fcose/cytoscape-fcose.js","layer":"app-pages-browser"},"startTime":1785680963917,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":49704,"timestamp":1853730696779,"id":1622,"parentId":974,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/khroma/dist/index.js","layer":"app-pages-browser"},"startTime":1785680963917,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":49732,"timestamp":1853730696851,"id":1625,"parentId":1008,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/fault/index.js","layer":"app-pages-browser"},"startTime":1785680963917,"traceId":"a894ddc49bbe7d05"},{"name":"postcss-process","duration":807,"timestamp":1853730748311,"id":1670,"parentId":1669,"tags":{},"startTime":1785680963968,"traceId":"a894ddc49bbe7d05"},{"name":"postcss-loader","duration":844,"timestamp":1853730748285,"id":1669,"parentId":1667,"tags":{},"startTime":1785680963968,"traceId":"a894ddc49bbe7d05"},{"name":"css-loader","duration":8041,"timestamp":1853730749172,"id":1671,"parentId":1667,"tags":{"astUsed":"true"},"startTime":1785680963969,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-css","duration":9111,"timestamp":1853730748239,"id":1667,"parentId":1454,"tags":{"name":"/Users/liangyun/Codes/pi-web/components/ChatMinimap.module.css.webpack[javascript/auto]!=!/Users/liangyun/Codes/pi-web/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[15].oneOf[5].use[2]!/Users/liangyun/Codes/pi-web/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[15].oneOf[5].use[3]!/Users/liangyun/Codes/pi-web/components/ChatMinimap.module.css","layer":null},"startTime":1785680963968,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":10063,"timestamp":1853730748119,"id":1664,"parentId":1576,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_createAssigner.js","layer":"app-pages-browser"},"startTime":1785680963968,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":10216,"timestamp":1853730748051,"id":1663,"parentId":1576,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_baseMerge.js","layer":"app-pages-browser"},"startTime":1785680963968,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":10068,"timestamp":1853730748254,"id":1668,"parentId":1582,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_nativeKeys.js","layer":"app-pages-browser"},"startTime":1785680963968,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":10181,"timestamp":1853730748202,"id":1666,"parentId":1575,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_MapCache.js","layer":"app-pages-browser"},"startTime":1785680963968,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":10514,"timestamp":1853730748170,"id":1665,"parentId":1579,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_baseClone.js","layer":"app-pages-browser"},"startTime":1785680963968,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-css","duration":149132,"timestamp":1853730611064,"id":1454,"parentId":800,"tags":{"name":"/Users/liangyun/Codes/pi-web/components/ChatMinimap.module.css","layer":"app-pages-browser"},"startTime":1785680963831,"traceId":"a894ddc49bbe7d05"}]
15
+ [{"name":"build-module-js","duration":28564,"timestamp":1853730734464,"id":1626,"parentId":972,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/@iconify/utils/lib/index.js","layer":"app-pages-browser"},"startTime":1785680963954,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":28707,"timestamp":1853730734551,"id":1628,"parentId":973,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/@braintree/sanitize-url/dist/index.js","layer":"app-pages-browser"},"startTime":1785680963955,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":29138,"timestamp":1853730734579,"id":1629,"parentId":976,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/@mermaid-js/parser/dist/mermaid-parser.core.mjs","layer":"app-pages-browser"},"startTime":1785680963955,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":29105,"timestamp":1853730734675,"id":1631,"parentId":1006,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/hastscript/index.js","layer":"app-pages-browser"},"startTime":1785680963955,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":29191,"timestamp":1853730734648,"id":1630,"parentId":1020,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/mdast-util-to-hast/index.js","layer":"app-pages-browser"},"startTime":1785680963955,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":29360,"timestamp":1853730734754,"id":1634,"parentId":1069,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-array/src/index.js","layer":"app-pages-browser"},"startTime":1785680963955,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":33564,"timestamp":1853730734521,"id":1627,"parentId":978,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/@upsetjs/venn.js/build/venn.esm.js","layer":"app-pages-browser"},"startTime":1785680963954,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":33451,"timestamp":1853730734730,"id":1633,"parentId":1069,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-axis/src/index.js","layer":"app-pages-browser"},"startTime":1785680963955,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":33537,"timestamp":1853730734702,"id":1632,"parentId":1006,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/parse-entities/index.js","layer":"app-pages-browser"},"startTime":1785680963955,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":32996,"timestamp":1853730736432,"id":1635,"parentId":1069,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-brush/src/index.js","layer":"app-pages-browser"},"startTime":1785680963956,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":32980,"timestamp":1853730736507,"id":1637,"parentId":1069,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-chord/src/index.js","layer":"app-pages-browser"},"startTime":1785680963956,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":32979,"timestamp":1853730736557,"id":1639,"parentId":1069,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-dispatch/src/index.js","layer":"app-pages-browser"},"startTime":1785680963957,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":33117,"timestamp":1853730736474,"id":1636,"parentId":1069,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-color/src/index.js","layer":"app-pages-browser"},"startTime":1785680963956,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":33105,"timestamp":1853730736532,"id":1638,"parentId":1069,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-delaunay/src/index.js","layer":"app-pages-browser"},"startTime":1785680963956,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":34237,"timestamp":1853730736582,"id":1640,"parentId":1069,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-contour/src/index.js","layer":"app-pages-browser"},"startTime":1785680963957,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":34305,"timestamp":1853730736631,"id":1642,"parentId":1069,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-ease/src/index.js","layer":"app-pages-browser"},"startTime":1785680963957,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":34350,"timestamp":1853730736679,"id":1644,"parentId":1069,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-force/src/index.js","layer":"app-pages-browser"},"startTime":1785680963957,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":34506,"timestamp":1853730736607,"id":1641,"parentId":1069,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-dsv/src/index.js","layer":"app-pages-browser"},"startTime":1785680963957,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":34505,"timestamp":1853730736656,"id":1643,"parentId":1069,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-drag/src/index.js","layer":"app-pages-browser"},"startTime":1785680963957,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":34639,"timestamp":1853730736703,"id":1645,"parentId":1069,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-geo/src/index.js","layer":"app-pages-browser"},"startTime":1785680963957,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":34696,"timestamp":1853730736726,"id":1646,"parentId":1069,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-format/src/index.js","layer":"app-pages-browser"},"startTime":1785680963957,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":34783,"timestamp":1853730736753,"id":1647,"parentId":1069,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-interpolate/src/index.js","layer":"app-pages-browser"},"startTime":1785680963957,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":34855,"timestamp":1853730736776,"id":1648,"parentId":1069,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-hierarchy/src/index.js","layer":"app-pages-browser"},"startTime":1785680963957,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":34904,"timestamp":1853730736821,"id":1650,"parentId":1069,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-random/src/index.js","layer":"app-pages-browser"},"startTime":1785680963957,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":34989,"timestamp":1853730736938,"id":1655,"parentId":1069,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-scale-chromatic/src/index.js","layer":"app-pages-browser"},"startTime":1785680963957,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":35122,"timestamp":1853730736914,"id":1654,"parentId":1069,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-scale/src/index.js","layer":"app-pages-browser"},"startTime":1785680963957,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":35284,"timestamp":1853730736798,"id":1649,"parentId":1069,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-path/src/index.js","layer":"app-pages-browser"},"startTime":1785680963957,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":35247,"timestamp":1853730736891,"id":1653,"parentId":1069,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-polygon/src/index.js","layer":"app-pages-browser"},"startTime":1785680963957,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":35338,"timestamp":1853730736844,"id":1651,"parentId":1069,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-quadtree/src/index.js","layer":"app-pages-browser"},"startTime":1785680963957,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":35412,"timestamp":1853730736867,"id":1652,"parentId":1069,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-fetch/src/index.js","layer":"app-pages-browser"},"startTime":1785680963957,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":35411,"timestamp":1853730736962,"id":1656,"parentId":1069,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-selection/src/index.js","layer":"app-pages-browser"},"startTime":1785680963957,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":24642,"timestamp":1853730747919,"id":1658,"parentId":1069,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-timer/src/index.js","layer":"app-pages-browser"},"startTime":1785680963968,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":24922,"timestamp":1853730747868,"id":1657,"parentId":1069,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-shape/src/index.js","layer":"app-pages-browser"},"startTime":1785680963968,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":24898,"timestamp":1853730747947,"id":1659,"parentId":1069,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-transition/src/index.js","layer":"app-pages-browser"},"startTime":1785680963968,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":24925,"timestamp":1853730747977,"id":1660,"parentId":1069,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-time-format/src/index.js","layer":"app-pages-browser"},"startTime":1785680963968,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":25008,"timestamp":1853730748026,"id":1662,"parentId":1069,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-time/src/index.js","layer":"app-pages-browser"},"startTime":1785680963968,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":25080,"timestamp":1853730748002,"id":1661,"parentId":1069,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-zoom/src/index.js","layer":"app-pages-browser"},"startTime":1785680963968,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":1358,"timestamp":1853730810728,"id":1672,"parentId":1584,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/isObjectLike.js","layer":"app-pages-browser"},"startTime":1785680964031,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":1315,"timestamp":1853730810851,"id":1673,"parentId":1583,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_DataView.js","layer":"app-pages-browser"},"startTime":1785680964031,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":1275,"timestamp":1853730810926,"id":1675,"parentId":1583,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_Map.js","layer":"app-pages-browser"},"startTime":1785680964031,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":1352,"timestamp":1853730810893,"id":1674,"parentId":1584,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_baseIsArguments.js","layer":"app-pages-browser"},"startTime":1785680964031,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":1315,"timestamp":1853730810956,"id":1676,"parentId":1583,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_Promise.js","layer":"app-pages-browser"},"startTime":1785680964031,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":1324,"timestamp":1853730810986,"id":1677,"parentId":1583,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_WeakMap.js","layer":"app-pages-browser"},"startTime":1785680964031,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":1316,"timestamp":1853730811042,"id":1679,"parentId":1583,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_Set.js","layer":"app-pages-browser"},"startTime":1785680964031,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":1352,"timestamp":1853730811077,"id":1680,"parentId":1583,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_toSource.js","layer":"app-pages-browser"},"startTime":1785680964031,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":1387,"timestamp":1853730811110,"id":1681,"parentId":1586,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/isFunction.js","layer":"app-pages-browser"},"startTime":1785680964031,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":1402,"timestamp":1853730811138,"id":1682,"parentId":1586,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/isLength.js","layer":"app-pages-browser"},"startTime":1785680964031,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":1598,"timestamp":1853730811015,"id":1678,"parentId":1583,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_baseGetTag.js","layer":"app-pages-browser"},"startTime":1785680964031,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":1491,"timestamp":1853730811165,"id":1683,"parentId":1587,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_root.js","layer":"app-pages-browser"},"startTime":1785680964031,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":1493,"timestamp":1853730811190,"id":1684,"parentId":1587,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/stubFalse.js","layer":"app-pages-browser"},"startTime":1785680964031,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2545,"timestamp":1853730811246,"id":1686,"parentId":1589,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_baseUnary.js","layer":"app-pages-browser"},"startTime":1785680964031,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2686,"timestamp":1853730811271,"id":1687,"parentId":1589,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_nodeUtil.js","layer":"app-pages-browser"},"startTime":1785680964031,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":3580,"timestamp":1853730811220,"id":1685,"parentId":1589,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_baseIsTypedArray.js","layer":"app-pages-browser"},"startTime":1785680964031,"traceId":"a894ddc49bbe7d05"},{"name":"build-module","duration":18,"timestamp":1853730819570,"id":1759,"parentId":1454,"tags":{},"startTime":1785680964040,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":9080,"timestamp":1853730811297,"id":1688,"parentId":1221,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/hast-util-raw/index.js","layer":"app-pages-browser"},"startTime":1785680964031,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":9340,"timestamp":1853730811324,"id":1689,"parentId":1566,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/@babel/runtime/helpers/esm/toPropertyKey.js","layer":"app-pages-browser"},"startTime":1785680964031,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":9417,"timestamp":1853730811354,"id":1690,"parentId":1567,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/@babel/runtime/helpers/esm/typeof.js","layer":"app-pages-browser"},"startTime":1785680964031,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":7765,"timestamp":1853730813197,"id":1693,"parentId":1553,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/dagre-d3-es/src/graphlib/json.js","layer":"app-pages-browser"},"startTime":1785680964033,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":8174,"timestamp":1853730813227,"id":1694,"parentId":1572,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/@babel/runtime/helpers/regeneratorRuntime.js","layer":"app-pages-browser"},"startTime":1785680964033,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":8252,"timestamp":1853730813256,"id":1695,"parentId":1524,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/@lobehub/icons/es/DeepSeek/style.js","layer":"app-pages-browser"},"startTime":1785680964033,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2451,"timestamp":1853730819693,"id":1762,"parentId":1664,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_isIterateeCall.js","layer":"app-pages-browser"},"startTime":1785680964040,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2595,"timestamp":1853730819594,"id":1760,"parentId":1664,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_baseRest.js","layer":"app-pages-browser"},"startTime":1785680964040,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2584,"timestamp":1853730819659,"id":1761,"parentId":1663,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_Stack.js","layer":"app-pages-browser"},"startTime":1785680964040,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2573,"timestamp":1853730819720,"id":1763,"parentId":1663,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_assignMergeValue.js","layer":"app-pages-browser"},"startTime":1785680964040,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2578,"timestamp":1853730819745,"id":1764,"parentId":1663,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_baseFor.js","layer":"app-pages-browser"},"startTime":1785680964040,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2565,"timestamp":1853730819795,"id":1766,"parentId":1663,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/keysIn.js","layer":"app-pages-browser"},"startTime":1785680964040,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2575,"timestamp":1853730819820,"id":1767,"parentId":1663,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_safeGet.js","layer":"app-pages-browser"},"startTime":1785680964040,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2580,"timestamp":1853730819846,"id":1768,"parentId":1668,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_overArg.js","layer":"app-pages-browser"},"startTime":1785680964040,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2593,"timestamp":1853730819870,"id":1769,"parentId":1666,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_mapCacheClear.js","layer":"app-pages-browser"},"startTime":1785680964040,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2728,"timestamp":1853730819770,"id":1765,"parentId":1663,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/isObject.js","layer":"app-pages-browser"},"startTime":1785680964040,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2644,"timestamp":1853730819903,"id":1770,"parentId":1666,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_mapCacheDelete.js","layer":"app-pages-browser"},"startTime":1785680964040,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2602,"timestamp":1853730819974,"id":1773,"parentId":1666,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_mapCacheHas.js","layer":"app-pages-browser"},"startTime":1785680964040,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2784,"timestamp":1853730819927,"id":1771,"parentId":1663,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_baseMergeDeep.js","layer":"app-pages-browser"},"startTime":1785680964040,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2792,"timestamp":1853730819951,"id":1772,"parentId":1666,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_mapCacheGet.js","layer":"app-pages-browser"},"startTime":1785680964040,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2779,"timestamp":1853730820000,"id":1774,"parentId":1666,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_mapCacheSet.js","layer":"app-pages-browser"},"startTime":1785680964040,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2799,"timestamp":1853730820023,"id":1775,"parentId":1665,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_arrayEach.js","layer":"app-pages-browser"},"startTime":1785680964040,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2782,"timestamp":1853730820071,"id":1777,"parentId":1665,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_baseAssign.js","layer":"app-pages-browser"},"startTime":1785680964040,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":189974,"timestamp":1853730696827,"id":1624,"parentId":980,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/cytoscape/dist/cytoscape.esm.mjs","layer":"app-pages-browser"},"startTime":1785680963917,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":66878,"timestamp":1853730820099,"id":1778,"parentId":1665,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_baseAssignIn.js","layer":"app-pages-browser"},"startTime":1785680964040,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":73892,"timestamp":1853730813330,"id":1698,"parentId":1523,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/@lobehub/icons/es/Anthropic/style.js","layer":"app-pages-browser"},"startTime":1785680964033,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":74017,"timestamp":1853730813281,"id":1696,"parentId":1526,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/@lobehub/icons/es/Google/style.js","layer":"app-pages-browser"},"startTime":1785680964033,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":74086,"timestamp":1853730813305,"id":1697,"parentId":1525,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/@lobehub/icons/es/OpenAI/style.js","layer":"app-pages-browser"},"startTime":1785680964033,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":74107,"timestamp":1853730813355,"id":1699,"parentId":1527,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/@lobehub/icons/es/Groq/style.js","layer":"app-pages-browser"},"startTime":1785680964033,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":67490,"timestamp":1853730820048,"id":1776,"parentId":1665,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_assignValue.js","layer":"app-pages-browser"},"startTime":1785680964040,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":74206,"timestamp":1853730813406,"id":1701,"parentId":1530,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/@lobehub/icons/es/Minimax/style.js","layer":"app-pages-browser"},"startTime":1785680964033,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":74247,"timestamp":1853730813431,"id":1702,"parentId":1531,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/@lobehub/icons/es/Fireworks/style.js","layer":"app-pages-browser"},"startTime":1785680964033,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":74314,"timestamp":1853730813456,"id":1703,"parentId":1570,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js","layer":"app-pages-browser"},"startTime":1785680964033,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":74455,"timestamp":1853730813381,"id":1700,"parentId":1528,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/@lobehub/icons/es/Mistral/style.js","layer":"app-pages-browser"},"startTime":1785680964033,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":74388,"timestamp":1853730813510,"id":1705,"parentId":1571,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/@babel/runtime/helpers/esm/iterableToArray.js","layer":"app-pages-browser"},"startTime":1785680964033,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":74839,"timestamp":1853730813121,"id":1691,"parentId":1567,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/@babel/runtime/helpers/esm/assertThisInitialized.js","layer":"app-pages-browser"},"startTime":1785680964033,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":74535,"timestamp":1853730813484,"id":1704,"parentId":1571,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/@babel/runtime/helpers/esm/arrayWithoutHoles.js","layer":"app-pages-browser"},"startTime":1785680964033,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":74916,"timestamp":1853730813167,"id":1692,"parentId":1569,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/@babel/runtime/helpers/esm/setPrototypeOf.js","layer":"app-pages-browser"},"startTime":1785680964033,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":74596,"timestamp":1853730813538,"id":1706,"parentId":1571,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/@babel/runtime/helpers/esm/nonIterableSpread.js","layer":"app-pages-browser"},"startTime":1785680964034,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":74622,"timestamp":1853730813592,"id":1708,"parentId":1533,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/@lobehub/icons/es/Cerebras/style.js","layer":"app-pages-browser"},"startTime":1785680964034,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":72585,"timestamp":1853730815717,"id":1709,"parentId":1536,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/@lobehub/icons/es/Cloudflare/style.js","layer":"app-pages-browser"},"startTime":1785680964036,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":66653,"timestamp":1853730821816,"id":1779,"parentId":1665,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_cloneBuffer.js","layer":"app-pages-browser"},"startTime":1785680964042,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":76905,"timestamp":1853730813564,"id":1707,"parentId":1571,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js","layer":"app-pages-browser"},"startTime":1785680964034,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":74916,"timestamp":1853730815769,"id":1710,"parentId":1529,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/@lobehub/icons/es/Moonshot/style.js","layer":"app-pages-browser"},"startTime":1785680964036,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":74975,"timestamp":1853730815800,"id":1711,"parentId":1532,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/@lobehub/icons/es/HuggingFace/style.js","layer":"app-pages-browser"},"startTime":1785680964036,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":75026,"timestamp":1853730815828,"id":1712,"parentId":1534,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/@lobehub/icons/es/OpenRouter/style.js","layer":"app-pages-browser"},"startTime":1785680964036,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":72937,"timestamp":1853730817994,"id":1713,"parentId":1538,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/@lobehub/icons/es/GithubCopilot/style.js","layer":"app-pages-browser"},"startTime":1785680964038,"traceId":"a894ddc49bbe7d05"}]
16
+ [{"name":"build-module-js","duration":72969,"timestamp":1853730818033,"id":1714,"parentId":1535,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/@lobehub/icons/es/XAI/style.js","layer":"app-pages-browser"},"startTime":1785680964038,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":73034,"timestamp":1853730818092,"id":1716,"parentId":1537,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/@lobehub/icons/es/Vercel/style.js","layer":"app-pages-browser"},"startTime":1785680964038,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":73130,"timestamp":1853730818061,"id":1715,"parentId":1539,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/@lobehub/icons/es/Aws/style.js","layer":"app-pages-browser"},"startTime":1785680964038,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":73140,"timestamp":1853730818118,"id":1717,"parentId":1541,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/@lobehub/icons/es/Kimi/style.js","layer":"app-pages-browser"},"startTime":1785680964038,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2500,"timestamp":1853730889719,"id":1780,"parentId":1665,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_copyArray.js","layer":"app-pages-browser"},"startTime":1785680964110,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2460,"timestamp":1853730889818,"id":1781,"parentId":1665,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_copySymbols.js","layer":"app-pages-browser"},"startTime":1785680964110,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2397,"timestamp":1853730889922,"id":1784,"parentId":1665,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_getAllKeysIn.js","layer":"app-pages-browser"},"startTime":1785680964110,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2438,"timestamp":1853730889950,"id":1785,"parentId":1665,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_initCloneArray.js","layer":"app-pages-browser"},"startTime":1785680964110,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2549,"timestamp":1853730889893,"id":1783,"parentId":1665,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_getAllKeys.js","layer":"app-pages-browser"},"startTime":1785680964110,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2619,"timestamp":1853730889861,"id":1782,"parentId":1665,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_copySymbolsIn.js","layer":"app-pages-browser"},"startTime":1785680964110,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":75097,"timestamp":1853730818164,"id":1718,"parentId":1540,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/@lobehub/icons/es/Azure/style.js","layer":"app-pages-browser"},"startTime":1785680964038,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":75417,"timestamp":1853730818190,"id":1719,"parentId":1542,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/@lobehub/icons/es/Qwen/style.js","layer":"app-pages-browser"},"startTime":1785680964038,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":75462,"timestamp":1853730818215,"id":1720,"parentId":1543,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/@lobehub/icons/es/Zhipu/style.js","layer":"app-pages-browser"},"startTime":1785680964038,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":75480,"timestamp":1853730818264,"id":1722,"parentId":1545,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/@lobehub/icons/es/Perplexity/style.js","layer":"app-pages-browser"},"startTime":1785680964038,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":75582,"timestamp":1853730818239,"id":1721,"parentId":1544,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/@lobehub/icons/es/Cohere/style.js","layer":"app-pages-browser"},"startTime":1785680964038,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":75657,"timestamp":1853730818318,"id":1724,"parentId":1599,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/dagre-d3-es/src/dagre/acyclic.js","layer":"app-pages-browser"},"startTime":1785680964038,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":76434,"timestamp":1853730818292,"id":1723,"parentId":1598,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/dagre-d3-es/src/graphlib/graph.js","layer":"app-pages-browser"},"startTime":1785680964038,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":76976,"timestamp":1853730818343,"id":1725,"parentId":1599,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/dagre-d3-es/src/dagre/layout.js","layer":"app-pages-browser"},"startTime":1785680964038,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":77093,"timestamp":1853730818373,"id":1726,"parentId":1599,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/dagre-d3-es/src/dagre/normalize.js","layer":"app-pages-browser"},"startTime":1785680964038,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":77164,"timestamp":1853730818405,"id":1727,"parentId":1530,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/@lobehub/icons/es/hooks/useFillId.js","layer":"app-pages-browser"},"startTime":1785680964038,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":4442,"timestamp":1853730892899,"id":1790,"parentId":1665,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/isSet.js","layer":"app-pages-browser"},"startTime":1785680964113,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":4519,"timestamp":1853730892870,"id":1789,"parentId":1665,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_initCloneObject.js","layer":"app-pages-browser"},"startTime":1785680964113,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":4744,"timestamp":1853730892745,"id":1787,"parentId":1665,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_initCloneByTag.js","layer":"app-pages-browser"},"startTime":1785680964113,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":78914,"timestamp":1853730818752,"id":1728,"parentId":1549,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/@lobehub/icons/es/Nvidia/style.js","layer":"app-pages-browser"},"startTime":1785680964039,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":78930,"timestamp":1853730818807,"id":1730,"parentId":1548,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/@lobehub/icons/es/AntGroup/style.js","layer":"app-pages-browser"},"startTime":1785680964039,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":79060,"timestamp":1853730818780,"id":1729,"parentId":1547,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/@lobehub/icons/es/Grok/style.js","layer":"app-pages-browser"},"startTime":1785680964039,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":79047,"timestamp":1853730818860,"id":1732,"parentId":1546,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/@lobehub/icons/es/Together/style.js","layer":"app-pages-browser"},"startTime":1785680964039,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":79136,"timestamp":1853730818834,"id":1731,"parentId":1551,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/@lobehub/icons/es/XiaomiMiMo/style.js","layer":"app-pages-browser"},"startTime":1785680964039,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":79146,"timestamp":1853730818887,"id":1733,"parentId":1550,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/@lobehub/icons/es/OpenCode/style.js","layer":"app-pages-browser"},"startTime":1785680964039,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":79185,"timestamp":1853730818913,"id":1734,"parentId":1552,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/@lobehub/icons/es/ZAI/style.js","layer":"app-pages-browser"},"startTime":1785680964039,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":79271,"timestamp":1853730818938,"id":1735,"parentId":1605,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/unified/lib/callable-instance.js","layer":"app-pages-browser"},"startTime":1785680964039,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":5346,"timestamp":1853730892924,"id":1791,"parentId":1665,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/keys.js","layer":"app-pages-browser"},"startTime":1785680964113,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":79287,"timestamp":1853730819048,"id":1739,"parentId":1608,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/vfile/lib/minproc.browser.js","layer":"app-pages-browser"},"startTime":1785680964039,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":79365,"timestamp":1853730819019,"id":1738,"parentId":1611,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/mermaid/node_modules/uuid/dist/esm-browser/max.js","layer":"app-pages-browser"},"startTime":1785680964039,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":79542,"timestamp":1853730818994,"id":1737,"parentId":1608,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/vfile/lib/minurl.browser.js","layer":"app-pages-browser"},"startTime":1785680964039,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":79993,"timestamp":1853730818966,"id":1736,"parentId":1608,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/vfile/lib/minpath.browser.js","layer":"app-pages-browser"},"startTime":1785680964039,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":79982,"timestamp":1853730819073,"id":1740,"parentId":1611,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/mermaid/node_modules/uuid/dist/esm-browser/parse.js","layer":"app-pages-browser"},"startTime":1785680964039,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":79949,"timestamp":1853730819258,"id":1747,"parentId":1597,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/hast-util-sanitize/lib/schema.js","layer":"app-pages-browser"},"startTime":1785680964039,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":80216,"timestamp":1853730819126,"id":1742,"parentId":1611,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/mermaid/node_modules/uuid/dist/esm-browser/stringify.js","layer":"app-pages-browser"},"startTime":1785680964039,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":80507,"timestamp":1853730819153,"id":1743,"parentId":1611,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/mermaid/node_modules/uuid/dist/esm-browser/v1.js","layer":"app-pages-browser"},"startTime":1785680964039,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":80987,"timestamp":1853730819232,"id":1746,"parentId":1597,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/hast-util-sanitize/lib/index.js","layer":"app-pages-browser"},"startTime":1785680964039,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":81150,"timestamp":1853730819180,"id":1744,"parentId":1611,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/mermaid/node_modules/uuid/dist/esm-browser/v1ToV6.js","layer":"app-pages-browser"},"startTime":1785680964039,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":81288,"timestamp":1853730819100,"id":1741,"parentId":1611,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/mermaid/node_modules/uuid/dist/esm-browser/nil.js","layer":"app-pages-browser"},"startTime":1785680964039,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":81258,"timestamp":1853730819206,"id":1745,"parentId":1611,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/mermaid/node_modules/uuid/dist/esm-browser/v3.js","layer":"app-pages-browser"},"startTime":1785680964039,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":81194,"timestamp":1853730819360,"id":1751,"parentId":1611,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/mermaid/node_modules/uuid/dist/esm-browser/v6.js","layer":"app-pages-browser"},"startTime":1785680964039,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":81285,"timestamp":1853730819334,"id":1750,"parentId":1611,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/mermaid/node_modules/uuid/dist/esm-browser/v5.js","layer":"app-pages-browser"},"startTime":1785680964039,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":81241,"timestamp":1853730819438,"id":1754,"parentId":1611,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/mermaid/node_modules/uuid/dist/esm-browser/validate.js","layer":"app-pages-browser"},"startTime":1785680964039,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":82530,"timestamp":1853730819493,"id":1756,"parentId":1623,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-sankey/src/sankey.js","layer":"app-pages-browser"},"startTime":1785680964039,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":82852,"timestamp":1853730819283,"id":1748,"parentId":1599,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/dagre-d3-es/src/dagre/rank/index.js","layer":"app-pages-browser"},"startTime":1785680964039,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":82851,"timestamp":1853730819386,"id":1752,"parentId":1611,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/mermaid/node_modules/uuid/dist/esm-browser/v6ToV1.js","layer":"app-pages-browser"},"startTime":1785680964039,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":82844,"timestamp":1853730819464,"id":1755,"parentId":1611,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/mermaid/node_modules/uuid/dist/esm-browser/version.js","layer":"app-pages-browser"},"startTime":1785680964039,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":83059,"timestamp":1853730819412,"id":1753,"parentId":1611,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/mermaid/node_modules/uuid/dist/esm-browser/v7.js","layer":"app-pages-browser"},"startTime":1785680964039,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":9687,"timestamp":1853730892837,"id":1788,"parentId":1665,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/isMap.js","layer":"app-pages-browser"},"startTime":1785680964113,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":83084,"timestamp":1853730819518,"id":1757,"parentId":1623,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-sankey/src/align.js","layer":"app-pages-browser"},"startTime":1785680964039,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":83125,"timestamp":1853730819542,"id":1758,"parentId":1623,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-sankey/src/sankeyLinkHorizontal.js","layer":"app-pages-browser"},"startTime":1785680964040,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":83562,"timestamp":1853730819308,"id":1749,"parentId":1611,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/mermaid/node_modules/uuid/dist/esm-browser/v4.js","layer":"app-pages-browser"},"startTime":1785680964039,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":15838,"timestamp":1853730889976,"id":1786,"parentId":1622,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/khroma/dist/methods/index.js","layer":"app-pages-browser"},"startTime":1785680964110,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":15089,"timestamp":1853730892951,"id":1792,"parentId":1626,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/@iconify/utils/lib/icon/defaults.js","layer":"app-pages-browser"},"startTime":1785680964113,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":14839,"timestamp":1853730893308,"id":1794,"parentId":1626,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/@iconify/utils/lib/icon/transformations.js","layer":"app-pages-browser"},"startTime":1785680964113,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":15075,"timestamp":1853730893275,"id":1793,"parentId":1626,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/@iconify/utils/lib/icon/name.js","layer":"app-pages-browser"},"startTime":1785680964113,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":15106,"timestamp":1853730893335,"id":1795,"parentId":1626,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/@iconify/utils/lib/icon/merge.js","layer":"app-pages-browser"},"startTime":1785680964113,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":15117,"timestamp":1853730893391,"id":1797,"parentId":1626,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/@iconify/utils/lib/customisations/defaults.js","layer":"app-pages-browser"},"startTime":1785680964113,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":15167,"timestamp":1853730893418,"id":1798,"parentId":1626,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/@iconify/utils/lib/customisations/merge.js","layer":"app-pages-browser"},"startTime":1785680964113,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":15180,"timestamp":1853730893473,"id":1800,"parentId":1626,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/@iconify/utils/lib/customisations/flip.js","layer":"app-pages-browser"},"startTime":1785680964113,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":15378,"timestamp":1853730893365,"id":1796,"parentId":1626,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/@iconify/utils/lib/icon/square.js","layer":"app-pages-browser"},"startTime":1785680964113,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":15357,"timestamp":1853730893443,"id":1799,"parentId":1626,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/@iconify/utils/lib/customisations/bool.js","layer":"app-pages-browser"},"startTime":1785680964113,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":12218,"timestamp":1853730896667,"id":1801,"parentId":1626,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/@iconify/utils/lib/customisations/rotate.js","layer":"app-pages-browser"},"startTime":1785680964117,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":12254,"timestamp":1853730896706,"id":1802,"parentId":1626,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/@iconify/utils/lib/icon-set/tree.js","layer":"app-pages-browser"},"startTime":1785680964117,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":12352,"timestamp":1853730896733,"id":1803,"parentId":1626,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/@iconify/utils/lib/icon-set/parse.js","layer":"app-pages-browser"},"startTime":1785680964117,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":12618,"timestamp":1853730896759,"id":1804,"parentId":1626,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/@iconify/utils/lib/icon-set/validate.js","layer":"app-pages-browser"},"startTime":1785680964117,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":7388,"timestamp":1853730904141,"id":1805,"parentId":1626,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/@iconify/utils/lib/icon-set/get-icon.js","layer":"app-pages-browser"},"startTime":1785680964124,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":7474,"timestamp":1853730904224,"id":1807,"parentId":1626,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/@iconify/utils/lib/icon-set/minify.js","layer":"app-pages-browser"},"startTime":1785680964124,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":7555,"timestamp":1853730904272,"id":1809,"parentId":1626,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/@iconify/utils/lib/icon-set/get-icons.js","layer":"app-pages-browser"},"startTime":1785680964124,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":7746,"timestamp":1853730904195,"id":1806,"parentId":1626,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/@iconify/utils/lib/icon-set/validate-basic.js","layer":"app-pages-browser"},"startTime":1785680964124,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":7743,"timestamp":1853730904320,"id":1811,"parentId":1628,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/@braintree/sanitize-url/dist/constants.js","layer":"app-pages-browser"},"startTime":1785680964124,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":7801,"timestamp":1853730904371,"id":1813,"parentId":1626,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/@iconify/utils/lib/svg/defs.js","layer":"app-pages-browser"},"startTime":1785680964124,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":7941,"timestamp":1853730904347,"id":1812,"parentId":1626,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/@iconify/utils/lib/svg/size.js","layer":"app-pages-browser"},"startTime":1785680964124,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":7980,"timestamp":1853730904426,"id":1815,"parentId":1626,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/@iconify/utils/lib/svg/id.js","layer":"app-pages-browser"},"startTime":1785680964124,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":8005,"timestamp":1853730904477,"id":1817,"parentId":1626,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/@iconify/utils/lib/svg/trim.js","layer":"app-pages-browser"},"startTime":1785680964124,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":8421,"timestamp":1853730904295,"id":1810,"parentId":1626,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/@iconify/utils/lib/icon-set/convert-info.js","layer":"app-pages-browser"},"startTime":1785680964124,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":8594,"timestamp":1853730904451,"id":1816,"parentId":1626,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/@iconify/utils/lib/svg/url.js","layer":"app-pages-browser"},"startTime":1785680964124,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":8845,"timestamp":1853730904396,"id":1814,"parentId":1626,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/@iconify/utils/lib/svg/build.js","layer":"app-pages-browser"},"startTime":1785680964124,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":9067,"timestamp":1853730904248,"id":1808,"parentId":1626,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/@iconify/utils/lib/icon-set/expand.js","layer":"app-pages-browser"},"startTime":1785680964124,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":8827,"timestamp":1853730904551,"id":1820,"parentId":1626,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/@iconify/utils/lib/svg/html.js","layer":"app-pages-browser"},"startTime":1785680964125,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":8838,"timestamp":1853730904600,"id":1822,"parentId":1626,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/@iconify/utils/lib/svg/viewbox.js","layer":"app-pages-browser"},"startTime":1785680964125,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":9003,"timestamp":1853730904502,"id":1818,"parentId":1626,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/@iconify/utils/lib/svg/encode-svg-for-css.js","layer":"app-pages-browser"},"startTime":1785680964124,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":9136,"timestamp":1853730904528,"id":1819,"parentId":1626,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/@iconify/utils/lib/svg/pretty.js","layer":"app-pages-browser"},"startTime":1785680964124,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":9293,"timestamp":1853730904647,"id":1824,"parentId":1626,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/@iconify/utils/lib/colors/keywords.js","layer":"app-pages-browser"},"startTime":1785680964125,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":9355,"timestamp":1853730904698,"id":1826,"parentId":1626,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/@iconify/utils/lib/css/icon.js","layer":"app-pages-browser"},"startTime":1785680964125,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":9549,"timestamp":1853730904575,"id":1821,"parentId":1626,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/@iconify/utils/lib/svg/inner-html.js","layer":"app-pages-browser"},"startTime":1785680964125,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":9703,"timestamp":1853730904744,"id":1828,"parentId":1626,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/@iconify/utils/lib/loader/utils.js","layer":"app-pages-browser"},"startTime":1785680964125,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":9788,"timestamp":1853730904768,"id":1829,"parentId":1626,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/@iconify/utils/lib/loader/custom.js","layer":"app-pages-browser"},"startTime":1785680964125,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":9848,"timestamp":1853730904814,"id":1831,"parentId":1626,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/@iconify/utils/lib/loader/loader.js","layer":"app-pages-browser"},"startTime":1785680964125,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":9955,"timestamp":1853730904842,"id":1832,"parentId":1626,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/@iconify/utils/lib/emoji/cleanup.js","layer":"app-pages-browser"},"startTime":1785680964125,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":10530,"timestamp":1853730904672,"id":1825,"parentId":1626,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/@iconify/utils/lib/colors/index.js","layer":"app-pages-browser"},"startTime":1785680964125,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":10724,"timestamp":1853730904721,"id":1827,"parentId":1626,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/@iconify/utils/lib/css/icons.js","layer":"app-pages-browser"},"startTime":1785680964125,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":10768,"timestamp":1853730904790,"id":1830,"parentId":1626,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/@iconify/utils/lib/loader/modern.js","layer":"app-pages-browser"},"startTime":1785680964125,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":11086,"timestamp":1853730904623,"id":1823,"parentId":1626,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/@iconify/utils/lib/svg/parse.js","layer":"app-pages-browser"},"startTime":1785680964125,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":14214,"timestamp":1853730904891,"id":1834,"parentId":1626,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/@iconify/utils/lib/emoji/format.js","layer":"app-pages-browser"},"startTime":1785680964125,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":15137,"timestamp":1853730904869,"id":1833,"parentId":1626,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/@iconify/utils/lib/emoji/convert.js","layer":"app-pages-browser"},"startTime":1785680964125,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":15232,"timestamp":1853730904914,"id":1835,"parentId":1626,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/@iconify/utils/lib/emoji/parse.js","layer":"app-pages-browser"},"startTime":1785680964125,"traceId":"a894ddc49bbe7d05"}]
17
+ [{"name":"build-module-js","duration":15456,"timestamp":1853730904937,"id":1836,"parentId":1626,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/@iconify/utils/lib/emoji/test/parse.js","layer":"app-pages-browser"},"startTime":1785680964125,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":15595,"timestamp":1853730904960,"id":1837,"parentId":1626,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/@iconify/utils/lib/emoji/test/variations.js","layer":"app-pages-browser"},"startTime":1785680964125,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":9479,"timestamp":1853730917093,"id":1838,"parentId":1626,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/@iconify/utils/lib/emoji/test/missing.js","layer":"app-pages-browser"},"startTime":1785680964137,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":9543,"timestamp":1853730917158,"id":1839,"parentId":1626,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/@iconify/utils/lib/emoji/regex/create.js","layer":"app-pages-browser"},"startTime":1785680964137,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":9608,"timestamp":1853730917190,"id":1840,"parentId":1626,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/@iconify/utils/lib/emoji/replace/replace.js","layer":"app-pages-browser"},"startTime":1785680964137,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":9672,"timestamp":1853730917219,"id":1841,"parentId":1626,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/@iconify/utils/lib/misc/strings.js","layer":"app-pages-browser"},"startTime":1785680964137,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":9694,"timestamp":1853730917292,"id":1844,"parentId":1634,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-array/src/bisect.js","layer":"app-pages-browser"},"startTime":1785680964137,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":9836,"timestamp":1853730917244,"id":1842,"parentId":1626,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/@iconify/utils/lib/misc/objects.js","layer":"app-pages-browser"},"startTime":1785680964137,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":9820,"timestamp":1853730917318,"id":1845,"parentId":1634,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-array/src/ascending.js","layer":"app-pages-browser"},"startTime":1785680964137,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":10021,"timestamp":1853730917389,"id":1847,"parentId":1634,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-array/src/blur.js","layer":"app-pages-browser"},"startTime":1785680964137,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":9992,"timestamp":1853730917546,"id":1851,"parentId":1629,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-UIBZB4QT.mjs","layer":"app-pages-browser"},"startTime":1785680964138,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":10179,"timestamp":1853730917479,"id":1849,"parentId":1634,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-array/src/cross.js","layer":"app-pages-browser"},"startTime":1785680964137,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":10281,"timestamp":1853730917509,"id":1850,"parentId":1629,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-FHYWG6QK.mjs","layer":"app-pages-browser"},"startTime":1785680964137,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":10462,"timestamp":1853730917446,"id":1848,"parentId":1634,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-array/src/count.js","layer":"app-pages-browser"},"startTime":1785680964137,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":10708,"timestamp":1853730917268,"id":1843,"parentId":1626,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/@iconify/utils/lib/misc/title.js","layer":"app-pages-browser"},"startTime":1785680964137,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":10627,"timestamp":1853730917578,"id":1852,"parentId":1629,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-BR22UD5L.mjs","layer":"app-pages-browser"},"startTime":1785680964138,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":11020,"timestamp":1853730917342,"id":1846,"parentId":1634,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-array/src/bisector.js","layer":"app-pages-browser"},"startTime":1785680964137,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":10859,"timestamp":1853730917610,"id":1853,"parentId":1629,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-PUPMXCY4.mjs","layer":"app-pages-browser"},"startTime":1785680964138,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":8673,"timestamp":1853730921727,"id":1855,"parentId":1629,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-MPE355IW.mjs","layer":"app-pages-browser"},"startTime":1785680964142,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":8787,"timestamp":1853730921815,"id":1858,"parentId":1629,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-4EGX6M5U.mjs","layer":"app-pages-browser"},"startTime":1785680964142,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":9018,"timestamp":1853730921680,"id":1854,"parentId":1629,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-5DO6E6H7.mjs","layer":"app-pages-browser"},"startTime":1785680964142,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":9060,"timestamp":1853730921841,"id":1859,"parentId":1629,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-N66VUXT2.mjs","layer":"app-pages-browser"},"startTime":1785680964142,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":9254,"timestamp":1853730921759,"id":1856,"parentId":1629,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-MZUSXYTE.mjs","layer":"app-pages-browser"},"startTime":1785680964142,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":9146,"timestamp":1853730921923,"id":1862,"parentId":1629,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/treemap-LRROVOQU.mjs","layer":"app-pages-browser"},"startTime":1785680964142,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":9398,"timestamp":1853730921788,"id":1857,"parentId":1629,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-WCWK7LTN.mjs","layer":"app-pages-browser"},"startTime":1785680964142,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":9245,"timestamp":1853730922008,"id":1865,"parentId":1629,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/gitGraph-WXDBUCRP.mjs","layer":"app-pages-browser"},"startTime":1785680964142,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":9325,"timestamp":1853730921978,"id":1864,"parentId":1629,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/eventmodeling-FCH6USID.mjs","layer":"app-pages-browser"},"startTime":1785680964142,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":9402,"timestamp":1853730921951,"id":1863,"parentId":1629,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/radar-GUYGQ44K.mjs","layer":"app-pages-browser"},"startTime":1785680964142,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":9220,"timestamp":1853730922308,"id":1870,"parentId":1629,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/pie-LRSECV5Y.mjs","layer":"app-pages-browser"},"startTime":1785680964142,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":9429,"timestamp":1853730922181,"id":1868,"parentId":1629,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/treeView-BLDUP644.mjs","layer":"app-pages-browser"},"startTime":1785680964142,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":9769,"timestamp":1853730921894,"id":1861,"parentId":1629,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/wardley-L42UT6IY.mjs","layer":"app-pages-browser"},"startTime":1785680964142,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":9460,"timestamp":1853730922249,"id":1869,"parentId":1629,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/info-J43DQDTF.mjs","layer":"app-pages-browser"},"startTime":1785680964142,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":9720,"timestamp":1853730922036,"id":1866,"parentId":1629,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/architecture-7EHR7CIX.mjs","layer":"app-pages-browser"},"startTime":1785680964142,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":9495,"timestamp":1853730922337,"id":1871,"parentId":1634,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-array/src/cumsum.js","layer":"app-pages-browser"},"startTime":1785680964142,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":9425,"timestamp":1853730922461,"id":1872,"parentId":1634,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-array/src/descending.js","layer":"app-pages-browser"},"startTime":1785680964142,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":9415,"timestamp":1853730922554,"id":1875,"parentId":1634,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-array/src/extent.js","layer":"app-pages-browser"},"startTime":1785680964143,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":9560,"timestamp":1853730922602,"id":1877,"parentId":1634,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-array/src/group.js","layer":"app-pages-browser"},"startTime":1785680964143,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":10116,"timestamp":1853730922098,"id":1867,"parentId":1629,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/packet-YPE3B663.mjs","layer":"app-pages-browser"},"startTime":1785680964142,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":9713,"timestamp":1853730922578,"id":1876,"parentId":1634,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-array/src/groupSort.js","layer":"app-pages-browser"},"startTime":1785680964143,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":9921,"timestamp":1853730922528,"id":1874,"parentId":1634,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-array/src/fsum.js","layer":"app-pages-browser"},"startTime":1785680964142,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":9871,"timestamp":1853730922650,"id":1879,"parentId":1631,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/hastscript/lib/index.js","layer":"app-pages-browser"},"startTime":1785680964143,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":9840,"timestamp":1853730922753,"id":1883,"parentId":1634,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-array/src/max.js","layer":"app-pages-browser"},"startTime":1785680964143,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":10149,"timestamp":1853730922502,"id":1873,"parentId":1634,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-array/src/deviation.js","layer":"app-pages-browser"},"startTime":1785680964142,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":10268,"timestamp":1853730922626,"id":1878,"parentId":1634,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-array/src/bin.js","layer":"app-pages-browser"},"startTime":1785680964143,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":10316,"timestamp":1853730922677,"id":1880,"parentId":1630,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/mdast-util-to-hast/lib/index.js","layer":"app-pages-browser"},"startTime":1785680964143,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":10293,"timestamp":1853730922776,"id":1884,"parentId":1634,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-array/src/maxIndex.js","layer":"app-pages-browser"},"startTime":1785680964143,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":10444,"timestamp":1853730922727,"id":1882,"parentId":1630,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/mdast-util-to-hast/lib/handlers/index.js","layer":"app-pages-browser"},"startTime":1785680964143,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":10442,"timestamp":1853730922800,"id":1885,"parentId":1634,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-array/src/mean.js","layer":"app-pages-browser"},"startTime":1785680964143,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":10571,"timestamp":1853730922850,"id":1887,"parentId":1634,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-array/src/merge.js","layer":"app-pages-browser"},"startTime":1785680964143,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":10999,"timestamp":1853730922703,"id":1881,"parentId":1630,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/mdast-util-to-hast/lib/footer.js","layer":"app-pages-browser"},"startTime":1785680964143,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":10935,"timestamp":1853730922875,"id":1888,"parentId":1634,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-array/src/min.js","layer":"app-pages-browser"},"startTime":1785680964143,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":11095,"timestamp":1853730922826,"id":1886,"parentId":1634,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-array/src/median.js","layer":"app-pages-browser"},"startTime":1785680964143,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":11578,"timestamp":1853730924877,"id":1892,"parentId":1634,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-array/src/pairs.js","layer":"app-pages-browser"},"startTime":1785680964145,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":11616,"timestamp":1853730924900,"id":1893,"parentId":1634,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-array/src/permute.js","layer":"app-pages-browser"},"startTime":1785680964145,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":11821,"timestamp":1853730924923,"id":1894,"parentId":1634,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-array/src/quantile.js","layer":"app-pages-browser"},"startTime":1785680964145,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":12066,"timestamp":1853730924786,"id":1889,"parentId":1634,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-array/src/minIndex.js","layer":"app-pages-browser"},"startTime":1785680964145,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":14354,"timestamp":1853730924949,"id":1895,"parentId":1634,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-array/src/quickselect.js","layer":"app-pages-browser"},"startTime":1785680964145,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":14538,"timestamp":1853730924854,"id":1891,"parentId":1634,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-array/src/nice.js","layer":"app-pages-browser"},"startTime":1785680964145,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":14685,"timestamp":1853730924828,"id":1890,"parentId":1634,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-array/src/mode.js","layer":"app-pages-browser"},"startTime":1785680964145,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":14637,"timestamp":1853730924998,"id":1897,"parentId":1634,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-array/src/rank.js","layer":"app-pages-browser"},"startTime":1785680964145,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":14713,"timestamp":1853730925021,"id":1898,"parentId":1634,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-array/src/least.js","layer":"app-pages-browser"},"startTime":1785680964145,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":14742,"timestamp":1853730925069,"id":1900,"parentId":1634,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-array/src/greatest.js","layer":"app-pages-browser"},"startTime":1785680964145,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":14748,"timestamp":1853730925145,"id":1903,"parentId":1634,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-array/src/shuffle.js","layer":"app-pages-browser"},"startTime":1785680964145,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":14868,"timestamp":1853730925093,"id":1901,"parentId":1634,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-array/src/greatestIndex.js","layer":"app-pages-browser"},"startTime":1785680964145,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":14891,"timestamp":1853730925120,"id":1902,"parentId":1634,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-array/src/scan.js","layer":"app-pages-browser"},"startTime":1785680964145,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":15108,"timestamp":1853730924975,"id":1896,"parentId":1634,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-array/src/range.js","layer":"app-pages-browser"},"startTime":1785680964145,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":14984,"timestamp":1853730925168,"id":1904,"parentId":1634,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-array/src/sum.js","layer":"app-pages-browser"},"startTime":1785680964145,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":15009,"timestamp":1853730925220,"id":1906,"parentId":1634,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-array/src/transpose.js","layer":"app-pages-browser"},"startTime":1785680964145,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":15226,"timestamp":1853730925196,"id":1905,"parentId":1634,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-array/src/ticks.js","layer":"app-pages-browser"},"startTime":1785680964145,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":15266,"timestamp":1853730925245,"id":1907,"parentId":1634,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-array/src/variance.js","layer":"app-pages-browser"},"startTime":1785680964145,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":15543,"timestamp":1853730925045,"id":1899,"parentId":1634,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-array/src/leastIndex.js","layer":"app-pages-browser"},"startTime":1785680964145,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":15354,"timestamp":1853730925292,"id":1909,"parentId":1634,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-array/src/every.js","layer":"app-pages-browser"},"startTime":1785680964145,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":15428,"timestamp":1853730925270,"id":1908,"parentId":1634,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-array/src/zip.js","layer":"app-pages-browser"},"startTime":1785680964145,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":15419,"timestamp":1853730925337,"id":1911,"parentId":1634,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-array/src/filter.js","layer":"app-pages-browser"},"startTime":1785680964145,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":15446,"timestamp":1853730925383,"id":1913,"parentId":1634,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-array/src/reduce.js","layer":"app-pages-browser"},"startTime":1785680964145,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":15478,"timestamp":1853730925409,"id":1914,"parentId":1558,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/hast-util-to-text/index.js","layer":"app-pages-browser"},"startTime":1785680964145,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":15508,"timestamp":1853730925436,"id":1915,"parentId":1558,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/unist-util-visit-parents/index.js","layer":"app-pages-browser"},"startTime":1785680964145,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":15528,"timestamp":1853730925488,"id":1916,"parentId":1634,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-array/src/threshold/freedmanDiaconis.js","layer":"app-pages-browser"},"startTime":1785680964145,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":15573,"timestamp":1853730925516,"id":1917,"parentId":1634,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-array/src/threshold/scott.js","layer":"app-pages-browser"},"startTime":1785680964145,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":15601,"timestamp":1853730925543,"id":1918,"parentId":1634,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-array/src/threshold/sturges.js","layer":"app-pages-browser"},"startTime":1785680964146,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":15843,"timestamp":1853730925360,"id":1912,"parentId":1634,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-array/src/map.js","layer":"app-pages-browser"},"startTime":1785680964145,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":15942,"timestamp":1853730925315,"id":1910,"parentId":1634,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-array/src/some.js","layer":"app-pages-browser"},"startTime":1785680964145,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":15785,"timestamp":1853730925567,"id":1919,"parentId":1634,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-array/src/reverse.js","layer":"app-pages-browser"},"startTime":1785680964146,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":15910,"timestamp":1853730925591,"id":1920,"parentId":1634,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-array/src/sort.js","layer":"app-pages-browser"},"startTime":1785680964146,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":15948,"timestamp":1853730925616,"id":1921,"parentId":1634,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-array/src/difference.js","layer":"app-pages-browser"},"startTime":1785680964146,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":18882,"timestamp":1853730925967,"id":1922,"parentId":1634,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-array/src/disjoint.js","layer":"app-pages-browser"},"startTime":1785680964146,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":18929,"timestamp":1853730926008,"id":1923,"parentId":1634,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-array/src/intersection.js","layer":"app-pages-browser"},"startTime":1785680964146,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":18967,"timestamp":1853730926091,"id":1925,"parentId":1634,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-array/src/superset.js","layer":"app-pages-browser"},"startTime":1785680964146,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":19009,"timestamp":1853730926118,"id":1926,"parentId":1634,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-array/src/union.js","layer":"app-pages-browser"},"startTime":1785680964146,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":19136,"timestamp":1853730926041,"id":1924,"parentId":1634,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-array/src/subset.js","layer":"app-pages-browser"},"startTime":1785680964146,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":16032,"timestamp":1853730929522,"id":1927,"parentId":1633,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-axis/src/axis.js","layer":"app-pages-browser"},"startTime":1785680964149,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":87976,"timestamp":1853730921868,"id":1860,"parentId":1629,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-NNHCCRGN.mjs","layer":"app-pages-browser"},"startTime":1785680964142,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":81149,"timestamp":1853730929648,"id":1931,"parentId":1639,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-dispatch/src/dispatch.js","layer":"app-pages-browser"},"startTime":1785680964150,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":82277,"timestamp":1853730929564,"id":1928,"parentId":1635,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-brush/src/brush.js","layer":"app-pages-browser"},"startTime":1785680964150,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":82566,"timestamp":1853730929591,"id":1929,"parentId":1637,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-chord/src/chord.js","layer":"app-pages-browser"},"startTime":1785680964150,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":82830,"timestamp":1853730929617,"id":1930,"parentId":1637,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-chord/src/ribbon.js","layer":"app-pages-browser"},"startTime":1785680964150,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":79729,"timestamp":1853730938445,"id":1932,"parentId":1636,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-color/src/color.js","layer":"app-pages-browser"},"startTime":1785680964158,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":80105,"timestamp":1853730938487,"id":1933,"parentId":1636,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-color/src/lab.js","layer":"app-pages-browser"},"startTime":1785680964158,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":80286,"timestamp":1853730938605,"id":1938,"parentId":1640,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-contour/src/density.js","layer":"app-pages-browser"},"startTime":1785680964159,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":81206,"timestamp":1853730938558,"id":1936,"parentId":1638,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-delaunay/src/voronoi.js","layer":"app-pages-browser"},"startTime":1785680964159,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":81831,"timestamp":1853730938535,"id":1935,"parentId":1638,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-delaunay/src/delaunay.js","layer":"app-pages-browser"},"startTime":1785680964159,"traceId":"a894ddc49bbe7d05"}]
18
+ [{"name":"build-module-js","duration":82061,"timestamp":1853730938512,"id":1934,"parentId":1636,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-color/src/cubehelix.js","layer":"app-pages-browser"},"startTime":1785680964158,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":81973,"timestamp":1853730938674,"id":1941,"parentId":1642,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-ease/src/cubic.js","layer":"app-pages-browser"},"startTime":1785680964159,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":82007,"timestamp":1853730938718,"id":1943,"parentId":1642,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-ease/src/sin.js","layer":"app-pages-browser"},"startTime":1785680964159,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":82125,"timestamp":1853730938696,"id":1942,"parentId":1642,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-ease/src/poly.js","layer":"app-pages-browser"},"startTime":1785680964159,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":82229,"timestamp":1853730938651,"id":1940,"parentId":1642,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-ease/src/quad.js","layer":"app-pages-browser"},"startTime":1785680964159,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":82307,"timestamp":1853730938627,"id":1939,"parentId":1642,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-ease/src/linear.js","layer":"app-pages-browser"},"startTime":1785680964159,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":82797,"timestamp":1853730938581,"id":1937,"parentId":1640,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-contour/src/contours.js","layer":"app-pages-browser"},"startTime":1785680964159,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":83151,"timestamp":1853730938786,"id":1946,"parentId":1642,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-ease/src/bounce.js","layer":"app-pages-browser"},"startTime":1785680964159,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":83279,"timestamp":1853730938764,"id":1945,"parentId":1642,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-ease/src/circle.js","layer":"app-pages-browser"},"startTime":1785680964159,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":83427,"timestamp":1853730938741,"id":1944,"parentId":1642,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-ease/src/exp.js","layer":"app-pages-browser"},"startTime":1785680964159,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":80390,"timestamp":1853730943739,"id":1947,"parentId":1642,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-ease/src/back.js","layer":"app-pages-browser"},"startTime":1785680964164,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":80542,"timestamp":1853730943834,"id":1950,"parentId":1644,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-force/src/collide.js","layer":"app-pages-browser"},"startTime":1785680964164,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":80751,"timestamp":1853730943784,"id":1948,"parentId":1642,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-ease/src/elastic.js","layer":"app-pages-browser"},"startTime":1785680964164,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":80712,"timestamp":1853730943892,"id":1952,"parentId":1557,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/mdast-util-math/index.js","layer":"app-pages-browser"},"startTime":1785680964164,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":80742,"timestamp":1853730943962,"id":1955,"parentId":1556,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/micromark-extension-gfm/index.js","layer":"app-pages-browser"},"startTime":1785680964164,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":80988,"timestamp":1853730943811,"id":1949,"parentId":1644,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-force/src/center.js","layer":"app-pages-browser"},"startTime":1785680964164,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":80914,"timestamp":1853730943939,"id":1954,"parentId":1556,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/mdast-util-gfm/index.js","layer":"app-pages-browser"},"startTime":1785680964164,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":80966,"timestamp":1853730944013,"id":1957,"parentId":1644,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-force/src/radial.js","layer":"app-pages-browser"},"startTime":1785680964164,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":81113,"timestamp":1853730943915,"id":1953,"parentId":1557,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/micromark-extension-math/index.js","layer":"app-pages-browser"},"startTime":1785680964164,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":81251,"timestamp":1853730943991,"id":1956,"parentId":1644,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-force/src/link.js","layer":"app-pages-browser"},"startTime":1785680964164,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":81241,"timestamp":1853730944102,"id":1961,"parentId":1644,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-force/src/y.js","layer":"app-pages-browser"},"startTime":1785680964164,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":81511,"timestamp":1853730944035,"id":1958,"parentId":1644,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-force/src/manyBody.js","layer":"app-pages-browser"},"startTime":1785680964164,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":81776,"timestamp":1853730944057,"id":1959,"parentId":1644,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-force/src/simulation.js","layer":"app-pages-browser"},"startTime":1785680964164,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":82010,"timestamp":1853730944124,"id":1962,"parentId":1641,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-dsv/src/dsv.js","layer":"app-pages-browser"},"startTime":1785680964164,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":82161,"timestamp":1853730944080,"id":1960,"parentId":1644,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-force/src/x.js","layer":"app-pages-browser"},"startTime":1785680964164,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":82151,"timestamp":1853730944167,"id":1964,"parentId":1641,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-dsv/src/tsv.js","layer":"app-pages-browser"},"startTime":1785680964164,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":82243,"timestamp":1853730944188,"id":1965,"parentId":1641,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-dsv/src/autoType.js","layer":"app-pages-browser"},"startTime":1785680964164,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":82534,"timestamp":1853730944211,"id":1966,"parentId":1643,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-drag/src/drag.js","layer":"app-pages-browser"},"startTime":1785680964164,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":82682,"timestamp":1853730944146,"id":1963,"parentId":1641,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-dsv/src/csv.js","layer":"app-pages-browser"},"startTime":1785680964164,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":82703,"timestamp":1853730944235,"id":1967,"parentId":1643,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-drag/src/nodrag.js","layer":"app-pages-browser"},"startTime":1785680964164,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":83177,"timestamp":1853730943858,"id":1951,"parentId":1558,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/hast-util-from-html-isomorphic/lib/browser.js","layer":"app-pages-browser"},"startTime":1785680964164,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":86864,"timestamp":1853730944257,"id":1968,"parentId":1645,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-geo/src/area.js","layer":"app-pages-browser"},"startTime":1785680964164,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":87199,"timestamp":1853730944279,"id":1969,"parentId":1645,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-geo/src/bounds.js","layer":"app-pages-browser"},"startTime":1785680964164,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":87350,"timestamp":1853730944322,"id":1971,"parentId":1645,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-geo/src/circle.js","layer":"app-pages-browser"},"startTime":1785680964164,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":87649,"timestamp":1853730944300,"id":1970,"parentId":1645,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-geo/src/centroid.js","layer":"app-pages-browser"},"startTime":1785680964164,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":87835,"timestamp":1853730944366,"id":1973,"parentId":1645,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-geo/src/distance.js","layer":"app-pages-browser"},"startTime":1785680964164,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":88140,"timestamp":1853730944344,"id":1972,"parentId":1645,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-geo/src/contains.js","layer":"app-pages-browser"},"startTime":1785680964164,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":88576,"timestamp":1853730944387,"id":1974,"parentId":1645,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-geo/src/graticule.js","layer":"app-pages-browser"},"startTime":1785680964164,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":20017,"timestamp":1853731013107,"id":1976,"parentId":1645,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-geo/src/length.js","layer":"app-pages-browser"},"startTime":1785680964233,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":20189,"timestamp":1853731013051,"id":1975,"parentId":1645,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-geo/src/interpolate.js","layer":"app-pages-browser"},"startTime":1785680964233,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":20161,"timestamp":1853731013136,"id":1977,"parentId":1605,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/trough/index.js","layer":"app-pages-browser"},"startTime":1785680964233,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":20152,"timestamp":1853731013189,"id":1979,"parentId":1606,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/hast-util-whitespace/index.js","layer":"app-pages-browser"},"startTime":1785680964233,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":20175,"timestamp":1853731013216,"id":1980,"parentId":1605,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/bail/index.js","layer":"app-pages-browser"},"startTime":1785680964233,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":20292,"timestamp":1853731013163,"id":1978,"parentId":1605,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/is-plain-obj/index.js","layer":"app-pages-browser"},"startTime":1785680964233,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":20155,"timestamp":1853731013350,"id":1985,"parentId":1606,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/estree-util-is-identifier-name/index.js","layer":"app-pages-browser"},"startTime":1785680964233,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":20273,"timestamp":1853731013290,"id":1983,"parentId":1606,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/unist-util-position/index.js","layer":"app-pages-browser"},"startTime":1785680964233,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":20385,"timestamp":1853731013266,"id":1982,"parentId":1606,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/property-information/index.js","layer":"app-pages-browser"},"startTime":1785680964233,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":20509,"timestamp":1853731013240,"id":1981,"parentId":1606,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/comma-separated-tokens/index.js","layer":"app-pages-browser"},"startTime":1785680964233,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":20372,"timestamp":1853731013428,"id":1988,"parentId":1606,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/vfile-message/index.js","layer":"app-pages-browser"},"startTime":1785680964233,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":21148,"timestamp":1853731013317,"id":1984,"parentId":1606,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/space-separated-tokens/index.js","layer":"app-pages-browser"},"startTime":1785680964233,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":21233,"timestamp":1853731013453,"id":1989,"parentId":1605,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/extend/index.js","layer":"app-pages-browser"},"startTime":1785680964233,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":21770,"timestamp":1853731013376,"id":1986,"parentId":1632,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/parse-entities/lib/index.js","layer":"app-pages-browser"},"startTime":1785680964233,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":21955,"timestamp":1853731013521,"id":1991,"parentId":1645,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-geo/src/clip/circle.js","layer":"app-pages-browser"},"startTime":1785680964233,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":22201,"timestamp":1853731013486,"id":1990,"parentId":1645,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-geo/src/clip/antimeridian.js","layer":"app-pages-browser"},"startTime":1785680964233,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":22222,"timestamp":1853731013547,"id":1992,"parentId":1645,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-geo/src/clip/extent.js","layer":"app-pages-browser"},"startTime":1785680964234,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":22572,"timestamp":1853731013401,"id":1987,"parentId":1645,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-geo/src/rotation.js","layer":"app-pages-browser"},"startTime":1785680964233,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":24695,"timestamp":1853731013597,"id":1994,"parentId":1645,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-geo/src/path/index.js","layer":"app-pages-browser"},"startTime":1785680964234,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":24732,"timestamp":1853731013623,"id":1995,"parentId":1645,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-geo/src/projection/albers.js","layer":"app-pages-browser"},"startTime":1785680964234,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":24746,"timestamp":1853731013698,"id":1998,"parentId":1645,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-geo/src/projection/azimuthalEquidistant.js","layer":"app-pages-browser"},"startTime":1785680964234,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":25044,"timestamp":1853731013647,"id":1996,"parentId":1645,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-geo/src/projection/albersUsa.js","layer":"app-pages-browser"},"startTime":1785680964234,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":25117,"timestamp":1853731013724,"id":1999,"parentId":1645,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-geo/src/projection/conicConformal.js","layer":"app-pages-browser"},"startTime":1785680964234,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":25570,"timestamp":1853731013572,"id":1993,"parentId":1645,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-geo/src/clip/rectangle.js","layer":"app-pages-browser"},"startTime":1785680964234,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":25551,"timestamp":1853731013671,"id":1997,"parentId":1645,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-geo/src/projection/azimuthalEqualArea.js","layer":"app-pages-browser"},"startTime":1785680964234,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":25611,"timestamp":1853731013776,"id":2001,"parentId":1645,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-geo/src/projection/conicEquidistant.js","layer":"app-pages-browser"},"startTime":1785680964234,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":25792,"timestamp":1853731013750,"id":2000,"parentId":1645,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-geo/src/projection/conicEqualArea.js","layer":"app-pages-browser"},"startTime":1785680964234,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":25882,"timestamp":1853731013801,"id":2002,"parentId":1645,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-geo/src/projection/equalEarth.js","layer":"app-pages-browser"},"startTime":1785680964234,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":5662,"timestamp":1853731045718,"id":2003,"parentId":1645,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-geo/src/projection/equirectangular.js","layer":"app-pages-browser"},"startTime":1785680964266,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":5809,"timestamp":1853731045810,"id":2005,"parentId":1645,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-geo/src/projection/identity.js","layer":"app-pages-browser"},"startTime":1785680964266,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":6208,"timestamp":1853731045837,"id":2006,"parentId":1645,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-geo/src/projection/index.js","layer":"app-pages-browser"},"startTime":1785680964266,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":6411,"timestamp":1853731045861,"id":2007,"parentId":1645,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-geo/src/projection/mercator.js","layer":"app-pages-browser"},"startTime":1785680964266,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":6579,"timestamp":1853731045781,"id":2004,"parentId":1645,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-geo/src/projection/gnomonic.js","layer":"app-pages-browser"},"startTime":1785680964266,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":6526,"timestamp":1853731045911,"id":2009,"parentId":1645,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-geo/src/projection/orthographic.js","layer":"app-pages-browser"},"startTime":1785680964266,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":6652,"timestamp":1853731045885,"id":2008,"parentId":1645,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-geo/src/projection/naturalEarth1.js","layer":"app-pages-browser"},"startTime":1785680964266,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":6677,"timestamp":1853731045934,"id":2010,"parentId":1645,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-geo/src/projection/stereographic.js","layer":"app-pages-browser"},"startTime":1785680964266,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":7462,"timestamp":1853731045959,"id":2011,"parentId":1645,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-geo/src/projection/transverseMercator.js","layer":"app-pages-browser"},"startTime":1785680964266,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":7484,"timestamp":1853731046030,"id":2014,"parentId":1646,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-format/src/defaultLocale.js","layer":"app-pages-browser"},"startTime":1785680964266,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":7833,"timestamp":1853731046054,"id":2015,"parentId":1646,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-format/src/locale.js","layer":"app-pages-browser"},"startTime":1785680964266,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":8063,"timestamp":1853731045983,"id":2012,"parentId":1645,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-geo/src/stream.js","layer":"app-pages-browser"},"startTime":1785680964266,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":8106,"timestamp":1853731046079,"id":2016,"parentId":1646,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-format/src/formatSpecifier.js","layer":"app-pages-browser"},"startTime":1785680964266,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":8138,"timestamp":1853731046103,"id":2017,"parentId":1646,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-format/src/precisionFixed.js","layer":"app-pages-browser"},"startTime":1785680964266,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":8169,"timestamp":1853731046127,"id":2018,"parentId":1646,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-format/src/precisionPrefix.js","layer":"app-pages-browser"},"startTime":1785680964266,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":8375,"timestamp":1853731046007,"id":2013,"parentId":1645,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-geo/src/transform.js","layer":"app-pages-browser"},"startTime":1785680964266,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":8288,"timestamp":1853731046150,"id":2019,"parentId":1646,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-format/src/precisionRound.js","layer":"app-pages-browser"},"startTime":1785680964266,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":8332,"timestamp":1853731046197,"id":2021,"parentId":1647,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-interpolate/src/array.js","layer":"app-pages-browser"},"startTime":1785680964266,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":8461,"timestamp":1853731046174,"id":2020,"parentId":1647,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-interpolate/src/value.js","layer":"app-pages-browser"},"startTime":1785680964266,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":8507,"timestamp":1853731046220,"id":2022,"parentId":1647,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-interpolate/src/basis.js","layer":"app-pages-browser"},"startTime":1785680964266,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":8556,"timestamp":1853731046244,"id":2023,"parentId":1647,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-interpolate/src/basisClosed.js","layer":"app-pages-browser"},"startTime":1785680964266,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":8568,"timestamp":1853731046289,"id":2025,"parentId":1647,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-interpolate/src/discrete.js","layer":"app-pages-browser"},"startTime":1785680964266,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":8641,"timestamp":1853731046267,"id":2024,"parentId":1647,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-interpolate/src/date.js","layer":"app-pages-browser"},"startTime":1785680964266,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":8651,"timestamp":1853731046312,"id":2026,"parentId":1647,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-interpolate/src/hue.js","layer":"app-pages-browser"},"startTime":1785680964266,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":7816,"timestamp":1853731047451,"id":2028,"parentId":1647,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-interpolate/src/object.js","layer":"app-pages-browser"},"startTime":1785680964267,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":7904,"timestamp":1853731047504,"id":2030,"parentId":1647,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-interpolate/src/string.js","layer":"app-pages-browser"},"startTime":1785680964267,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":7982,"timestamp":1853731047478,"id":2029,"parentId":1647,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-interpolate/src/round.js","layer":"app-pages-browser"},"startTime":1785680964267,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":8124,"timestamp":1853731047396,"id":2027,"parentId":1647,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-interpolate/src/number.js","layer":"app-pages-browser"},"startTime":1785680964267,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":10079,"timestamp":1853731047529,"id":2031,"parentId":1647,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-interpolate/src/zoom.js","layer":"app-pages-browser"},"startTime":1785680964267,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":10238,"timestamp":1853731047555,"id":2032,"parentId":1647,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-interpolate/src/rgb.js","layer":"app-pages-browser"},"startTime":1785680964268,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":10304,"timestamp":1853731047580,"id":2033,"parentId":1647,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-interpolate/src/hsl.js","layer":"app-pages-browser"},"startTime":1785680964268,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":10360,"timestamp":1853731047605,"id":2034,"parentId":1647,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-interpolate/src/numberArray.js","layer":"app-pages-browser"},"startTime":1785680964268,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":10411,"timestamp":1853731047631,"id":2035,"parentId":1647,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-interpolate/src/lab.js","layer":"app-pages-browser"},"startTime":1785680964268,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":10464,"timestamp":1853731047656,"id":2036,"parentId":1647,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-interpolate/src/hcl.js","layer":"app-pages-browser"},"startTime":1785680964268,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":10444,"timestamp":1853731047735,"id":2039,"parentId":1647,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-interpolate/src/quantize.js","layer":"app-pages-browser"},"startTime":1785680964268,"traceId":"a894ddc49bbe7d05"}]
19
+ [{"name":"build-module-js","duration":10567,"timestamp":1853731047759,"id":2040,"parentId":1648,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-hierarchy/src/cluster.js","layer":"app-pages-browser"},"startTime":1785680964268,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":10689,"timestamp":1853731047710,"id":2038,"parentId":1647,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-interpolate/src/piecewise.js","layer":"app-pages-browser"},"startTime":1785680964268,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":10798,"timestamp":1853731047784,"id":2041,"parentId":1606,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/style-to-js/cjs/index.js","layer":"app-pages-browser"},"startTime":1785680964268,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":10890,"timestamp":1853731047809,"id":2042,"parentId":1648,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-hierarchy/src/partition.js","layer":"app-pages-browser"},"startTime":1785680964268,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":11106,"timestamp":1853731047683,"id":2037,"parentId":1647,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-interpolate/src/cubehelix.js","layer":"app-pages-browser"},"startTime":1785680964268,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":10462,"timestamp":1853731048761,"id":2043,"parentId":1648,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-hierarchy/src/stratify.js","layer":"app-pages-browser"},"startTime":1785680964269,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":11531,"timestamp":1853731048791,"id":2044,"parentId":1648,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-hierarchy/src/tree.js","layer":"app-pages-browser"},"startTime":1785680964269,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":11605,"timestamp":1853731048816,"id":2045,"parentId":1650,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-random/src/uniform.js","layer":"app-pages-browser"},"startTime":1785680964269,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":11647,"timestamp":1853731048840,"id":2046,"parentId":1650,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-random/src/int.js","layer":"app-pages-browser"},"startTime":1785680964269,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":12536,"timestamp":1853731048862,"id":2047,"parentId":1650,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-random/src/normal.js","layer":"app-pages-browser"},"startTime":1785680964269,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":12579,"timestamp":1853731048887,"id":2048,"parentId":1650,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-random/src/logNormal.js","layer":"app-pages-browser"},"startTime":1785680964269,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":12622,"timestamp":1853731048917,"id":2049,"parentId":1650,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-random/src/bates.js","layer":"app-pages-browser"},"startTime":1785680964269,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":12664,"timestamp":1853731048941,"id":2050,"parentId":1650,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-random/src/irwinHall.js","layer":"app-pages-browser"},"startTime":1785680964269,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":12696,"timestamp":1853731048965,"id":2051,"parentId":1650,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-random/src/exponential.js","layer":"app-pages-browser"},"startTime":1785680964269,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":12706,"timestamp":1853731049013,"id":2053,"parentId":1650,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-random/src/bernoulli.js","layer":"app-pages-browser"},"startTime":1785680964269,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":12759,"timestamp":1853731049062,"id":2055,"parentId":1650,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-random/src/binomial.js","layer":"app-pages-browser"},"startTime":1785680964269,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":12768,"timestamp":1853731049112,"id":2057,"parentId":1609,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/mdast-util-from-markdown/index.js","layer":"app-pages-browser"},"startTime":1785680964269,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":12979,"timestamp":1853731048990,"id":2052,"parentId":1650,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-random/src/pareto.js","layer":"app-pages-browser"},"startTime":1785680964269,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":12995,"timestamp":1853731049038,"id":2054,"parentId":1650,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-random/src/geometric.js","layer":"app-pages-browser"},"startTime":1785680964269,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":13487,"timestamp":1853731049137,"id":2058,"parentId":1554,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/cytoscape-cose-bilkent/cytoscape-cose-bilkent.js","layer":"app-pages-browser"},"startTime":1785680964269,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":13646,"timestamp":1853731049163,"id":2059,"parentId":1647,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-interpolate/src/transform/index.js","layer":"app-pages-browser"},"startTime":1785680964269,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":13826,"timestamp":1853731049087,"id":2056,"parentId":1650,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-random/src/gamma.js","layer":"app-pages-browser"},"startTime":1785680964269,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":13740,"timestamp":1853731049236,"id":2062,"parentId":1650,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-random/src/cauchy.js","layer":"app-pages-browser"},"startTime":1785680964269,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":13784,"timestamp":1853731049261,"id":2063,"parentId":1650,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-random/src/logistic.js","layer":"app-pages-browser"},"startTime":1785680964269,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":13846,"timestamp":1853731049285,"id":2064,"parentId":1650,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-random/src/poisson.js","layer":"app-pages-browser"},"startTime":1785680964269,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":13908,"timestamp":1853731049309,"id":2065,"parentId":1650,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-random/src/lcg.js","layer":"app-pages-browser"},"startTime":1785680964269,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":14094,"timestamp":1853731049189,"id":2060,"parentId":1650,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-random/src/beta.js","layer":"app-pages-browser"},"startTime":1785680964269,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":14152,"timestamp":1853731049212,"id":2061,"parentId":1650,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-random/src/weibull.js","layer":"app-pages-browser"},"startTime":1785680964269,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":14218,"timestamp":1853731049335,"id":2066,"parentId":1625,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/format/format.js","layer":"app-pages-browser"},"startTime":1785680964269,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":14355,"timestamp":1853731049360,"id":2067,"parentId":1648,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-hierarchy/src/hierarchy/index.js","layer":"app-pages-browser"},"startTime":1785680964269,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":15369,"timestamp":1853731050510,"id":2069,"parentId":1648,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-hierarchy/src/pack/enclose.js","layer":"app-pages-browser"},"startTime":1785680964270,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":15577,"timestamp":1853731050469,"id":2068,"parentId":1648,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-hierarchy/src/pack/index.js","layer":"app-pages-browser"},"startTime":1785680964270,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":15754,"timestamp":1853731050535,"id":2070,"parentId":1648,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-hierarchy/src/pack/siblings.js","layer":"app-pages-browser"},"startTime":1785680964271,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":15881,"timestamp":1853731050586,"id":2071,"parentId":1648,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-hierarchy/src/treemap/index.js","layer":"app-pages-browser"},"startTime":1785680964271,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":15869,"timestamp":1853731050668,"id":2074,"parentId":1648,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-hierarchy/src/treemap/slice.js","layer":"app-pages-browser"},"startTime":1785680964271,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":16043,"timestamp":1853731050614,"id":2072,"parentId":1648,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-hierarchy/src/treemap/binary.js","layer":"app-pages-browser"},"startTime":1785680964271,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":16076,"timestamp":1853731050641,"id":2073,"parentId":1648,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-hierarchy/src/treemap/dice.js","layer":"app-pages-browser"},"startTime":1785680964271,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":16079,"timestamp":1853731050693,"id":2075,"parentId":1648,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-hierarchy/src/treemap/sliceDice.js","layer":"app-pages-browser"},"startTime":1785680964271,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":16240,"timestamp":1853731050717,"id":2076,"parentId":1648,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-hierarchy/src/treemap/squarify.js","layer":"app-pages-browser"},"startTime":1785680964271,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":16385,"timestamp":1853731050742,"id":2077,"parentId":1648,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-hierarchy/src/treemap/resquarify.js","layer":"app-pages-browser"},"startTime":1785680964271,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":16567,"timestamp":1853731050766,"id":2078,"parentId":1654,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-scale/src/band.js","layer":"app-pages-browser"},"startTime":1785680964271,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":14059,"timestamp":1853731056688,"id":2079,"parentId":1654,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-scale/src/identity.js","layer":"app-pages-browser"},"startTime":1785680964277,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":14327,"timestamp":1853731056753,"id":2081,"parentId":1654,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-scale/src/log.js","layer":"app-pages-browser"},"startTime":1785680964277,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":14416,"timestamp":1853731056778,"id":2082,"parentId":1654,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-scale/src/symlog.js","layer":"app-pages-browser"},"startTime":1785680964277,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":14611,"timestamp":1853731056725,"id":2080,"parentId":1654,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-scale/src/linear.js","layer":"app-pages-browser"},"startTime":1785680964277,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":14652,"timestamp":1853731056800,"id":2083,"parentId":1654,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-scale/src/ordinal.js","layer":"app-pages-browser"},"startTime":1785680964277,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":14741,"timestamp":1853731056823,"id":2084,"parentId":1654,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-scale/src/pow.js","layer":"app-pages-browser"},"startTime":1785680964277,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":14742,"timestamp":1853731056917,"id":2088,"parentId":1654,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-scale/src/threshold.js","layer":"app-pages-browser"},"startTime":1785680964277,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":14905,"timestamp":1853731056870,"id":2086,"parentId":1654,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-scale/src/quantile.js","layer":"app-pages-browser"},"startTime":1785680964277,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":14990,"timestamp":1853731056893,"id":2087,"parentId":1654,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-scale/src/quantize.js","layer":"app-pages-browser"},"startTime":1785680964277,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":15146,"timestamp":1853731056846,"id":2085,"parentId":1654,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-scale/src/radial.js","layer":"app-pages-browser"},"startTime":1785680964277,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":15097,"timestamp":1853731056965,"id":2090,"parentId":1654,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-scale/src/utcTime.js","layer":"app-pages-browser"},"startTime":1785680964277,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":15084,"timestamp":1853731057039,"id":2093,"parentId":1655,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-scale-chromatic/src/categorical/category10.js","layer":"app-pages-browser"},"startTime":1785680964277,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":15210,"timestamp":1853731057014,"id":2092,"parentId":1654,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-scale/src/sequentialQuantile.js","layer":"app-pages-browser"},"startTime":1785680964277,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":15442,"timestamp":1853731056941,"id":2089,"parentId":1654,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-scale/src/time.js","layer":"app-pages-browser"},"startTime":1785680964277,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":15579,"timestamp":1853731056988,"id":2091,"parentId":1654,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-scale/src/sequential.js","layer":"app-pages-browser"},"startTime":1785680964277,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":9389,"timestamp":1853731069179,"id":2095,"parentId":1655,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-scale-chromatic/src/categorical/Dark2.js","layer":"app-pages-browser"},"startTime":1785680964289,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":9356,"timestamp":1853731069268,"id":2098,"parentId":1655,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-scale-chromatic/src/categorical/Pastel1.js","layer":"app-pages-browser"},"startTime":1785680964289,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":9553,"timestamp":1853731069120,"id":2094,"parentId":1655,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-scale-chromatic/src/categorical/Accent.js","layer":"app-pages-browser"},"startTime":1785680964289,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":9403,"timestamp":1853731069318,"id":2100,"parentId":1655,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-scale-chromatic/src/categorical/Set2.js","layer":"app-pages-browser"},"startTime":1785680964289,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":9478,"timestamp":1853731069294,"id":2099,"parentId":1655,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-scale-chromatic/src/categorical/Set1.js","layer":"app-pages-browser"},"startTime":1785680964289,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":9603,"timestamp":1853731069216,"id":2096,"parentId":1655,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-scale-chromatic/src/categorical/observable10.js","layer":"app-pages-browser"},"startTime":1785680964289,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":9635,"timestamp":1853731069243,"id":2097,"parentId":1655,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-scale-chromatic/src/categorical/Paired.js","layer":"app-pages-browser"},"startTime":1785680964289,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":9536,"timestamp":1853731069390,"id":2103,"parentId":1655,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-scale-chromatic/src/categorical/Tableau10.js","layer":"app-pages-browser"},"startTime":1785680964289,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":10043,"timestamp":1853731069463,"id":2106,"parentId":1649,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-path/src/path.js","layer":"app-pages-browser"},"startTime":1785680964289,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":10235,"timestamp":1853731069343,"id":2101,"parentId":1655,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-scale-chromatic/src/categorical/Set3.js","layer":"app-pages-browser"},"startTime":1785680964289,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":10265,"timestamp":1853731069366,"id":2102,"parentId":1655,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-scale-chromatic/src/categorical/Pastel2.js","layer":"app-pages-browser"},"startTime":1785680964289,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":10594,"timestamp":1853731069415,"id":2104,"parentId":1654,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-scale/src/diverging.js","layer":"app-pages-browser"},"startTime":1785680964289,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":10759,"timestamp":1853731069439,"id":2105,"parentId":1654,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-scale/src/tickFormat.js","layer":"app-pages-browser"},"startTime":1785680964289,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":6699,"timestamp":1853731075361,"id":2108,"parentId":1653,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-polygon/src/centroid.js","layer":"app-pages-browser"},"startTime":1785680964295,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":6745,"timestamp":1853731075409,"id":2110,"parentId":1653,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-polygon/src/contains.js","layer":"app-pages-browser"},"startTime":1785680964295,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":6783,"timestamp":1853731075504,"id":2114,"parentId":1652,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-fetch/src/buffer.js","layer":"app-pages-browser"},"startTime":1785680964295,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":6919,"timestamp":1853731075433,"id":2111,"parentId":1653,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-polygon/src/length.js","layer":"app-pages-browser"},"startTime":1785680964295,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":7088,"timestamp":1853731075456,"id":2112,"parentId":1651,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-quadtree/src/quadtree.js","layer":"app-pages-browser"},"startTime":1785680964295,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":7135,"timestamp":1853731075529,"id":2115,"parentId":1652,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-fetch/src/dsv.js","layer":"app-pages-browser"},"startTime":1785680964295,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":7180,"timestamp":1853731075558,"id":2116,"parentId":1652,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-fetch/src/image.js","layer":"app-pages-browser"},"startTime":1785680964296,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":7471,"timestamp":1853731075386,"id":2109,"parentId":1653,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-polygon/src/hull.js","layer":"app-pages-browser"},"startTime":1785680964295,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":7331,"timestamp":1853731075582,"id":2117,"parentId":1652,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-fetch/src/json.js","layer":"app-pages-browser"},"startTime":1785680964296,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":7359,"timestamp":1853731075606,"id":2118,"parentId":1652,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-fetch/src/text.js","layer":"app-pages-browser"},"startTime":1785680964296,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":7404,"timestamp":1853731075628,"id":2119,"parentId":1652,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-fetch/src/xml.js","layer":"app-pages-browser"},"startTime":1785680964296,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":7774,"timestamp":1853731075320,"id":2107,"parentId":1653,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-polygon/src/area.js","layer":"app-pages-browser"},"startTime":1785680964295,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":7500,"timestamp":1853731075652,"id":2120,"parentId":1656,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-selection/src/create.js","layer":"app-pages-browser"},"startTime":1785680964296,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":7503,"timestamp":1853731075712,"id":2122,"parentId":1655,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-scale-chromatic/src/diverging/BrBG.js","layer":"app-pages-browser"},"startTime":1785680964296,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":7787,"timestamp":1853731075480,"id":2113,"parentId":1652,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-fetch/src/blob.js","layer":"app-pages-browser"},"startTime":1785680964295,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":13327,"timestamp":1853731075682,"id":2121,"parentId":1620,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/cytoscape-fcose/node_modules/cose-base/cose-base.js","layer":"app-pages-browser"},"startTime":1785680964296,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":13413,"timestamp":1853731075740,"id":2123,"parentId":1655,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-scale-chromatic/src/diverging/PRGn.js","layer":"app-pages-browser"},"startTime":1785680964296,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":15025,"timestamp":1853731075787,"id":2125,"parentId":1655,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-scale-chromatic/src/diverging/PuOr.js","layer":"app-pages-browser"},"startTime":1785680964296,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":15062,"timestamp":1853731075834,"id":2127,"parentId":1655,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-scale-chromatic/src/diverging/RdGy.js","layer":"app-pages-browser"},"startTime":1785680964296,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":15105,"timestamp":1853731075857,"id":2128,"parentId":1655,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-scale-chromatic/src/diverging/RdYlBu.js","layer":"app-pages-browser"},"startTime":1785680964296,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":15256,"timestamp":1853731075764,"id":2124,"parentId":1655,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-scale-chromatic/src/diverging/PiYG.js","layer":"app-pages-browser"},"startTime":1785680964296,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":15174,"timestamp":1853731075905,"id":2130,"parentId":1655,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-scale-chromatic/src/diverging/Spectral.js","layer":"app-pages-browser"},"startTime":1785680964296,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":15207,"timestamp":1853731075930,"id":2131,"parentId":1655,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-scale-chromatic/src/sequential-multi/BuGn.js","layer":"app-pages-browser"},"startTime":1785680964296,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":15311,"timestamp":1853731075882,"id":2129,"parentId":1655,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-scale-chromatic/src/diverging/RdYlGn.js","layer":"app-pages-browser"},"startTime":1785680964296,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":15249,"timestamp":1853731076003,"id":2134,"parentId":1655,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-scale-chromatic/src/sequential-multi/OrRd.js","layer":"app-pages-browser"},"startTime":1785680964296,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":15277,"timestamp":1853731076027,"id":2135,"parentId":1655,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-scale-chromatic/src/sequential-multi/PuBuGn.js","layer":"app-pages-browser"},"startTime":1785680964296,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":15400,"timestamp":1853731075955,"id":2132,"parentId":1655,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-scale-chromatic/src/sequential-multi/BuPu.js","layer":"app-pages-browser"},"startTime":1785680964296,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":15352,"timestamp":1853731076052,"id":2136,"parentId":1655,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-scale-chromatic/src/sequential-multi/PuBu.js","layer":"app-pages-browser"},"startTime":1785680964296,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":15391,"timestamp":1853731076076,"id":2137,"parentId":1655,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-scale-chromatic/src/sequential-multi/PuRd.js","layer":"app-pages-browser"},"startTime":1785680964296,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":15417,"timestamp":1853731076100,"id":2138,"parentId":1655,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-scale-chromatic/src/sequential-multi/RdPu.js","layer":"app-pages-browser"},"startTime":1785680964296,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":15671,"timestamp":1853731075979,"id":2133,"parentId":1655,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-scale-chromatic/src/sequential-multi/GnBu.js","layer":"app-pages-browser"},"startTime":1785680964296,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":15905,"timestamp":1853731075811,"id":2126,"parentId":1655,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-scale-chromatic/src/diverging/RdBu.js","layer":"app-pages-browser"},"startTime":1785680964296,"traceId":"a894ddc49bbe7d05"}]
20
+ [{"name":"build-module-js","duration":14137,"timestamp":1853731077635,"id":2140,"parentId":1655,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-scale-chromatic/src/sequential-multi/YlGn.js","layer":"app-pages-browser"},"startTime":1785680964298,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":14160,"timestamp":1853731077663,"id":2141,"parentId":1655,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-scale-chromatic/src/sequential-multi/YlOrBr.js","layer":"app-pages-browser"},"startTime":1785680964298,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":14289,"timestamp":1853731077584,"id":2139,"parentId":1655,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-scale-chromatic/src/sequential-multi/YlGnBu.js","layer":"app-pages-browser"},"startTime":1785680964298,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":16650,"timestamp":1853731077689,"id":2142,"parentId":1655,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-scale-chromatic/src/sequential-multi/YlOrRd.js","layer":"app-pages-browser"},"startTime":1785680964298,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":16716,"timestamp":1853731077714,"id":2143,"parentId":1655,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-scale-chromatic/src/sequential-multi/cividis.js","layer":"app-pages-browser"},"startTime":1785680964298,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":16761,"timestamp":1853731077765,"id":2145,"parentId":1655,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-scale-chromatic/src/sequential-multi/rainbow.js","layer":"app-pages-browser"},"startTime":1785680964298,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":16808,"timestamp":1853731077789,"id":2146,"parentId":1655,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-scale-chromatic/src/sequential-multi/sinebow.js","layer":"app-pages-browser"},"startTime":1785680964298,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":16847,"timestamp":1853731077813,"id":2147,"parentId":1655,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-scale-chromatic/src/sequential-multi/turbo.js","layer":"app-pages-browser"},"startTime":1785680964298,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":16945,"timestamp":1853731077837,"id":2148,"parentId":1655,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-scale-chromatic/src/sequential-multi/viridis.js","layer":"app-pages-browser"},"startTime":1785680964298,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":16975,"timestamp":1853731077861,"id":2149,"parentId":1655,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-scale-chromatic/src/sequential-single/Blues.js","layer":"app-pages-browser"},"startTime":1785680964298,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":17147,"timestamp":1853731077738,"id":2144,"parentId":1655,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-scale-chromatic/src/sequential-multi/cubehelix.js","layer":"app-pages-browser"},"startTime":1785680964298,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":17052,"timestamp":1853731077884,"id":2150,"parentId":1655,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-scale-chromatic/src/sequential-single/Greens.js","layer":"app-pages-browser"},"startTime":1785680964298,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":17055,"timestamp":1853731077932,"id":2152,"parentId":1655,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-scale-chromatic/src/sequential-single/Purples.js","layer":"app-pages-browser"},"startTime":1785680964298,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":17059,"timestamp":1853731077980,"id":2154,"parentId":1655,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-scale-chromatic/src/sequential-single/Oranges.js","layer":"app-pages-browser"},"startTime":1785680964298,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":17142,"timestamp":1853731078004,"id":2155,"parentId":1656,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-selection/src/creator.js","layer":"app-pages-browser"},"startTime":1785680964298,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":17249,"timestamp":1853731077956,"id":2153,"parentId":1655,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-scale-chromatic/src/sequential-single/Reds.js","layer":"app-pages-browser"},"startTime":1785680964298,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":17357,"timestamp":1853731077908,"id":2151,"parentId":1655,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-scale-chromatic/src/sequential-single/Greys.js","layer":"app-pages-browser"},"startTime":1785680964298,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":14613,"timestamp":1853731080803,"id":2156,"parentId":1656,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-selection/src/matcher.js","layer":"app-pages-browser"},"startTime":1785680964301,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":17274,"timestamp":1853731080844,"id":2157,"parentId":1656,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-selection/src/local.js","layer":"app-pages-browser"},"startTime":1785680964301,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":17286,"timestamp":1853731080931,"id":2160,"parentId":1656,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-selection/src/pointer.js","layer":"app-pages-browser"},"startTime":1785680964301,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":17420,"timestamp":1853731080873,"id":2158,"parentId":1656,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-selection/src/namespace.js","layer":"app-pages-browser"},"startTime":1785680964301,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":17407,"timestamp":1853731080954,"id":2161,"parentId":1656,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-selection/src/pointers.js","layer":"app-pages-browser"},"startTime":1785680964301,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":17445,"timestamp":1853731080977,"id":2162,"parentId":1656,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-selection/src/select.js","layer":"app-pages-browser"},"startTime":1785680964301,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":17481,"timestamp":1853731080999,"id":2163,"parentId":1656,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-selection/src/selectAll.js","layer":"app-pages-browser"},"startTime":1785680964301,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":17516,"timestamp":1853731081021,"id":2164,"parentId":1656,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-selection/src/selector.js","layer":"app-pages-browser"},"startTime":1785680964301,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":17700,"timestamp":1853731080903,"id":2159,"parentId":1656,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-selection/src/namespaces.js","layer":"app-pages-browser"},"startTime":1785680964301,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":17786,"timestamp":1853731081067,"id":2166,"parentId":1658,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-timer/src/timer.js","layer":"app-pages-browser"},"startTime":1785680964301,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":17858,"timestamp":1853731081089,"id":2167,"parentId":1658,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-timer/src/timeout.js","layer":"app-pages-browser"},"startTime":1785680964301,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":18056,"timestamp":1853731081044,"id":2165,"parentId":1656,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-selection/src/window.js","layer":"app-pages-browser"},"startTime":1785680964301,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":18069,"timestamp":1853731081135,"id":2169,"parentId":1658,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-timer/src/interval.js","layer":"app-pages-browser"},"startTime":1785680964301,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":18232,"timestamp":1853731081111,"id":2168,"parentId":1656,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-selection/src/selectorAll.js","layer":"app-pages-browser"},"startTime":1785680964301,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":18653,"timestamp":1853731081352,"id":2170,"parentId":1657,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-shape/src/arc.js","layer":"app-pages-browser"},"startTime":1785680964301,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":12336,"timestamp":1853731089652,"id":2171,"parentId":1657,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-shape/src/area.js","layer":"app-pages-browser"},"startTime":1785680964310,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":12392,"timestamp":1853731089777,"id":2175,"parentId":1657,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-shape/src/link.js","layer":"app-pages-browser"},"startTime":1785680964310,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":12455,"timestamp":1853731089803,"id":2176,"parentId":1657,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-shape/src/lineRadial.js","layer":"app-pages-browser"},"startTime":1785680964310,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":12491,"timestamp":1853731089828,"id":2177,"parentId":1657,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-shape/src/pointRadial.js","layer":"app-pages-browser"},"startTime":1785680964310,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":13485,"timestamp":1853731089751,"id":2174,"parentId":1657,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-shape/src/areaRadial.js","layer":"app-pages-browser"},"startTime":1785680964310,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":13543,"timestamp":1853731089879,"id":2179,"parentId":1657,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-shape/src/stack.js","layer":"app-pages-browser"},"startTime":1785680964310,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":13516,"timestamp":1853731089983,"id":2183,"parentId":1657,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-shape/src/symbol/circle.js","layer":"app-pages-browser"},"startTime":1785680964310,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":14005,"timestamp":1853731089724,"id":2173,"parentId":1657,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-shape/src/pie.js","layer":"app-pages-browser"},"startTime":1785680964310,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":13945,"timestamp":1853731089930,"id":2181,"parentId":1656,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-selection/src/selection/style.js","layer":"app-pages-browser"},"startTime":1785680964310,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":13921,"timestamp":1853731090033,"id":2185,"parentId":1657,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-shape/src/symbol/diamond.js","layer":"app-pages-browser"},"startTime":1785680964310,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":14027,"timestamp":1853731090008,"id":2184,"parentId":1657,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-shape/src/symbol/cross.js","layer":"app-pages-browser"},"startTime":1785680964310,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":14340,"timestamp":1853731089854,"id":2178,"parentId":1657,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-shape/src/symbol.js","layer":"app-pages-browser"},"startTime":1785680964310,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":14640,"timestamp":1853731089697,"id":2172,"parentId":1657,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-shape/src/line.js","layer":"app-pages-browser"},"startTime":1785680964310,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":14363,"timestamp":1853731090061,"id":2186,"parentId":1657,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-shape/src/symbol/diamond2.js","layer":"app-pages-browser"},"startTime":1785680964310,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":14683,"timestamp":1853731089904,"id":2180,"parentId":1656,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-selection/src/selection/index.js","layer":"app-pages-browser"},"startTime":1785680964310,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":14703,"timestamp":1853731089958,"id":2182,"parentId":1657,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-shape/src/symbol/asterisk.js","layer":"app-pages-browser"},"startTime":1785680964310,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":3526,"timestamp":1853731101223,"id":2241,"parentId":1673,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_getNative.js","layer":"app-pages-browser"},"startTime":1785680964321,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":3627,"timestamp":1853731101153,"id":2240,"parentId":1678,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_Symbol.js","layer":"app-pages-browser"},"startTime":1785680964321,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":3584,"timestamp":1853731101259,"id":2242,"parentId":1678,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_getRawTag.js","layer":"app-pages-browser"},"startTime":1785680964321,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":4385,"timestamp":1853731101325,"id":2244,"parentId":1683,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_freeGlobal.js","layer":"app-pages-browser"},"startTime":1785680964321,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":4465,"timestamp":1853731101296,"id":2243,"parentId":1678,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_objectToString.js","layer":"app-pages-browser"},"startTime":1785680964321,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":10272,"timestamp":1853731096970,"id":2187,"parentId":1657,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-shape/src/symbol/plus.js","layer":"app-pages-browser"},"startTime":1785680964317,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":10202,"timestamp":1853731097128,"id":2192,"parentId":1657,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-shape/src/symbol/triangle2.js","layer":"app-pages-browser"},"startTime":1785680964317,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":10285,"timestamp":1853731097102,"id":2191,"parentId":1657,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-shape/src/symbol/triangle.js","layer":"app-pages-browser"},"startTime":1785680964317,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":10421,"timestamp":1853731097019,"id":2188,"parentId":1657,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-shape/src/symbol/square.js","layer":"app-pages-browser"},"startTime":1785680964317,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":10316,"timestamp":1853731097180,"id":2194,"parentId":1657,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-shape/src/symbol/times.js","layer":"app-pages-browser"},"startTime":1785680964317,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":10386,"timestamp":1853731097206,"id":2195,"parentId":1659,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-transition/src/active.js","layer":"app-pages-browser"},"startTime":1785680964317,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":10447,"timestamp":1853731097329,"id":2200,"parentId":1662,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-time/src/interval.js","layer":"app-pages-browser"},"startTime":1785680964317,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":10631,"timestamp":1853731097231,"id":2196,"parentId":1659,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-transition/src/interrupt.js","layer":"app-pages-browser"},"startTime":1785680964317,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":10711,"timestamp":1853731097256,"id":2197,"parentId":1660,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-time-format/src/defaultLocale.js","layer":"app-pages-browser"},"startTime":1785680964317,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":10729,"timestamp":1853731097305,"id":2199,"parentId":1660,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-time-format/src/isoFormat.js","layer":"app-pages-browser"},"startTime":1785680964317,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":11042,"timestamp":1853731097049,"id":2189,"parentId":1657,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-shape/src/symbol/square2.js","layer":"app-pages-browser"},"startTime":1785680964317,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":11108,"timestamp":1853731097076,"id":2190,"parentId":1657,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-shape/src/symbol/star.js","layer":"app-pages-browser"},"startTime":1785680964317,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":10917,"timestamp":1853731097352,"id":2201,"parentId":1662,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-time/src/millisecond.js","layer":"app-pages-browser"},"startTime":1785680964317,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":11920,"timestamp":1853731097281,"id":2198,"parentId":1660,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-time-format/src/locale.js","layer":"app-pages-browser"},"startTime":1785680964317,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":11873,"timestamp":1853731097429,"id":2204,"parentId":1662,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-time/src/minute.js","layer":"app-pages-browser"},"startTime":1785680964317,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":11892,"timestamp":1853731097501,"id":2207,"parentId":1662,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-time/src/hour.js","layer":"app-pages-browser"},"startTime":1785680964317,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":12083,"timestamp":1853731097377,"id":2202,"parentId":1660,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-time-format/src/isoParse.js","layer":"app-pages-browser"},"startTime":1785680964317,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":12162,"timestamp":1853731097477,"id":2206,"parentId":1662,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-time/src/week.js","layer":"app-pages-browser"},"startTime":1785680964317,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":12587,"timestamp":1853731097155,"id":2193,"parentId":1657,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-shape/src/symbol/wye.js","layer":"app-pages-browser"},"startTime":1785680964317,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":15181,"timestamp":1853731097401,"id":2203,"parentId":1662,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-time/src/second.js","layer":"app-pages-browser"},"startTime":1785680964317,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":15204,"timestamp":1853731097525,"id":2208,"parentId":1662,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-time/src/year.js","layer":"app-pages-browser"},"startTime":1785680964317,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":15402,"timestamp":1853731097453,"id":2205,"parentId":1662,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-time/src/day.js","layer":"app-pages-browser"},"startTime":1785680964317,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":15541,"timestamp":1853731097549,"id":2209,"parentId":1662,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-time/src/ticks.js","layer":"app-pages-browser"},"startTime":1785680964318,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":15598,"timestamp":1853731097597,"id":2211,"parentId":1662,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-time/src/month.js","layer":"app-pages-browser"},"startTime":1785680964318,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":15731,"timestamp":1853731097621,"id":2212,"parentId":1661,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-zoom/src/transform.js","layer":"app-pages-browser"},"startTime":1785680964318,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":15861,"timestamp":1853731097646,"id":2213,"parentId":1657,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-shape/src/curve/basisClosed.js","layer":"app-pages-browser"},"startTime":1785680964318,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":16800,"timestamp":1853731097573,"id":2210,"parentId":1661,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-zoom/src/zoom.js","layer":"app-pages-browser"},"startTime":1785680964318,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":14530,"timestamp":1853731100422,"id":2214,"parentId":1657,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-shape/src/curve/basisOpen.js","layer":"app-pages-browser"},"startTime":1785680964320,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":14640,"timestamp":1853731100490,"id":2216,"parentId":1657,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-shape/src/curve/bump.js","layer":"app-pages-browser"},"startTime":1785680964320,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":14813,"timestamp":1853731100518,"id":2217,"parentId":1657,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-shape/src/curve/bundle.js","layer":"app-pages-browser"},"startTime":1785680964320,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":14917,"timestamp":1853731100545,"id":2218,"parentId":1657,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-shape/src/curve/cardinalClosed.js","layer":"app-pages-browser"},"startTime":1785680964321,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":15123,"timestamp":1853731100461,"id":2215,"parentId":1657,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-shape/src/curve/basis.js","layer":"app-pages-browser"},"startTime":1785680964320,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":15117,"timestamp":1853731100575,"id":2219,"parentId":1657,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-shape/src/curve/cardinalOpen.js","layer":"app-pages-browser"},"startTime":1785680964321,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":17155,"timestamp":1853731100603,"id":2220,"parentId":1657,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-shape/src/curve/cardinal.js","layer":"app-pages-browser"},"startTime":1785680964321,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":17292,"timestamp":1853731100630,"id":2221,"parentId":1657,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-shape/src/curve/catmullRomClosed.js","layer":"app-pages-browser"},"startTime":1785680964321,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":17297,"timestamp":1853731100713,"id":2224,"parentId":1657,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-shape/src/curve/linear.js","layer":"app-pages-browser"},"startTime":1785680964321,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":17503,"timestamp":1853731100687,"id":2223,"parentId":1657,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-shape/src/curve/catmullRom.js","layer":"app-pages-browser"},"startTime":1785680964321,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":17659,"timestamp":1853731100660,"id":2222,"parentId":1657,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-shape/src/curve/catmullRomOpen.js","layer":"app-pages-browser"},"startTime":1785680964321,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":17748,"timestamp":1853731100770,"id":2226,"parentId":1657,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-shape/src/curve/monotone.js","layer":"app-pages-browser"},"startTime":1785680964321,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":17847,"timestamp":1853731100741,"id":2225,"parentId":1657,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-shape/src/curve/linearClosed.js","layer":"app-pages-browser"},"startTime":1785680964321,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":17793,"timestamp":1853731100877,"id":2230,"parentId":1657,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-shape/src/offset/diverging.js","layer":"app-pages-browser"},"startTime":1785680964321,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":17836,"timestamp":1853731100904,"id":2231,"parentId":1657,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-shape/src/offset/silhouette.js","layer":"app-pages-browser"},"startTime":1785680964321,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":17955,"timestamp":1853731100851,"id":2229,"parentId":1657,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-shape/src/offset/expand.js","layer":"app-pages-browser"},"startTime":1785680964321,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":17936,"timestamp":1853731100931,"id":2232,"parentId":1657,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-shape/src/offset/none.js","layer":"app-pages-browser"},"startTime":1785680964321,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":18001,"timestamp":1853731100957,"id":2233,"parentId":1657,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-shape/src/offset/wiggle.js","layer":"app-pages-browser"},"startTime":1785680964321,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":17973,"timestamp":1853731101039,"id":2236,"parentId":1657,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-shape/src/order/descending.js","layer":"app-pages-browser"},"startTime":1785680964321,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":18848,"timestamp":1853731100983,"id":2234,"parentId":1657,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-shape/src/order/ascending.js","layer":"app-pages-browser"},"startTime":1785680964321,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":18814,"timestamp":1853731101094,"id":2238,"parentId":1657,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-shape/src/order/none.js","layer":"app-pages-browser"},"startTime":1785680964321,"traceId":"a894ddc49bbe7d05"}]
21
+ [{"name":"build-module-js","duration":18615,"timestamp":1853731101360,"id":2245,"parentId":1659,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-transition/src/selection/index.js","layer":"app-pages-browser"},"startTime":1785680964321,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":19040,"timestamp":1853731101010,"id":2235,"parentId":1657,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-shape/src/order/appearance.js","layer":"app-pages-browser"},"startTime":1785680964321,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":18980,"timestamp":1853731101121,"id":2239,"parentId":1657,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-shape/src/order/reverse.js","layer":"app-pages-browser"},"startTime":1785680964321,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":19475,"timestamp":1853731100796,"id":2227,"parentId":1657,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-shape/src/curve/natural.js","layer":"app-pages-browser"},"startTime":1785680964321,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":19572,"timestamp":1853731100823,"id":2228,"parentId":1657,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-shape/src/curve/step.js","layer":"app-pages-browser"},"startTime":1785680964321,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":19146,"timestamp":1853731101390,"id":2246,"parentId":1659,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-transition/src/transition/index.js","layer":"app-pages-browser"},"startTime":1785680964321,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":19637,"timestamp":1853731101066,"id":2237,"parentId":1657,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-shape/src/order/insideOut.js","layer":"app-pages-browser"},"startTime":1785680964321,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":19379,"timestamp":1853731101424,"id":2247,"parentId":1689,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/@babel/runtime/helpers/esm/toPrimitive.js","layer":"app-pages-browser"},"startTime":1785680964321,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2491,"timestamp":1853731125121,"id":2255,"parentId":1760,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/identity.js","layer":"app-pages-browser"},"startTime":1785680964345,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2432,"timestamp":1853731125219,"id":2257,"parentId":1762,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/eq.js","layer":"app-pages-browser"},"startTime":1785680964345,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2556,"timestamp":1853731125184,"id":2256,"parentId":1762,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_isIndex.js","layer":"app-pages-browser"},"startTime":1785680964345,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2447,"timestamp":1853731125336,"id":2261,"parentId":1761,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_stackClear.js","layer":"app-pages-browser"},"startTime":1785680964345,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2570,"timestamp":1853731125279,"id":2259,"parentId":1760,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_overRest.js","layer":"app-pages-browser"},"startTime":1785680964345,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2594,"timestamp":1853731125310,"id":2260,"parentId":1761,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_ListCache.js","layer":"app-pages-browser"},"startTime":1785680964345,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2679,"timestamp":1853731125252,"id":2258,"parentId":1760,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_setToString.js","layer":"app-pages-browser"},"startTime":1785680964345,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2595,"timestamp":1853731125361,"id":2262,"parentId":1761,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_stackGet.js","layer":"app-pages-browser"},"startTime":1785680964345,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2593,"timestamp":1853731125386,"id":2263,"parentId":1761,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_stackHas.js","layer":"app-pages-browser"},"startTime":1785680964345,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2621,"timestamp":1853731125413,"id":2264,"parentId":1761,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_stackSet.js","layer":"app-pages-browser"},"startTime":1785680964345,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2605,"timestamp":1853731125467,"id":2266,"parentId":1763,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_baseAssignValue.js","layer":"app-pages-browser"},"startTime":1785680964345,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2637,"timestamp":1853731125491,"id":2267,"parentId":1766,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_baseKeysIn.js","layer":"app-pages-browser"},"startTime":1785680964345,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2653,"timestamp":1853731125517,"id":2268,"parentId":1764,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_createBaseFor.js","layer":"app-pages-browser"},"startTime":1785680964345,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2661,"timestamp":1853731125542,"id":2269,"parentId":1771,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_cloneTypedArray.js","layer":"app-pages-browser"},"startTime":1785680964346,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2665,"timestamp":1853731125567,"id":2270,"parentId":1770,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_getMapData.js","layer":"app-pages-browser"},"startTime":1785680964346,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2669,"timestamp":1853731125594,"id":2271,"parentId":1771,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/isArrayLikeObject.js","layer":"app-pages-browser"},"startTime":1785680964346,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2850,"timestamp":1853731125438,"id":2265,"parentId":1761,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_stackDelete.js","layer":"app-pages-browser"},"startTime":1785680964345,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2727,"timestamp":1853731125620,"id":2272,"parentId":1771,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/isPlainObject.js","layer":"app-pages-browser"},"startTime":1785680964346,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2755,"timestamp":1853731125644,"id":2273,"parentId":1777,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_copyObject.js","layer":"app-pages-browser"},"startTime":1785680964346,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2758,"timestamp":1853731125668,"id":2274,"parentId":1771,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/toPlainObject.js","layer":"app-pages-browser"},"startTime":1785680964346,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":3420,"timestamp":1853731125719,"id":2276,"parentId":1769,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_Hash.js","layer":"app-pages-browser"},"startTime":1785680964346,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":3393,"timestamp":1853731125823,"id":2280,"parentId":1784,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_baseGetAllKeys.js","layer":"app-pages-browser"},"startTime":1785680964346,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":3475,"timestamp":1853731125798,"id":2279,"parentId":1781,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_getSymbols.js","layer":"app-pages-browser"},"startTime":1785680964346,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":3470,"timestamp":1853731125847,"id":2281,"parentId":1784,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_getSymbolsIn.js","layer":"app-pages-browser"},"startTime":1785680964346,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":3290,"timestamp":1853731126060,"id":2289,"parentId":1790,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_baseIsSet.js","layer":"app-pages-browser"},"startTime":1785680964346,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":3309,"timestamp":1853731126086,"id":2290,"parentId":1789,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_baseCreate.js","layer":"app-pages-browser"},"startTime":1785680964346,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":3308,"timestamp":1853731126111,"id":2291,"parentId":1789,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_getPrototype.js","layer":"app-pages-browser"},"startTime":1785680964346,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":3315,"timestamp":1853731126150,"id":2292,"parentId":1787,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_cloneArrayBuffer.js","layer":"app-pages-browser"},"startTime":1785680964346,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":3862,"timestamp":1853731125692,"id":2275,"parentId":1766,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_arrayLikeKeys.js","layer":"app-pages-browser"},"startTime":1785680964346,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":3407,"timestamp":1853731126177,"id":2293,"parentId":1787,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_cloneDataView.js","layer":"app-pages-browser"},"startTime":1785680964346,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":3423,"timestamp":1853731126202,"id":2294,"parentId":1787,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_cloneRegExp.js","layer":"app-pages-browser"},"startTime":1785680964346,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":3437,"timestamp":1853731126237,"id":2295,"parentId":1787,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_cloneSymbol.js","layer":"app-pages-browser"},"startTime":1785680964346,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":3442,"timestamp":1853731126263,"id":2296,"parentId":1788,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_baseIsMap.js","layer":"app-pages-browser"},"startTime":1785680964346,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":14952,"timestamp":1853731117018,"id":2248,"parentId":1694,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/@babel/runtime/helpers/OverloadYield.js","layer":"app-pages-browser"},"startTime":1785680964337,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":10029,"timestamp":1853731124935,"id":2249,"parentId":1694,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/@babel/runtime/helpers/regenerator.js","layer":"app-pages-browser"},"startTime":1785680964345,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":10032,"timestamp":1853731125013,"id":2251,"parentId":1694,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/@babel/runtime/helpers/regeneratorAsyncGen.js","layer":"app-pages-browser"},"startTime":1785680964345,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":10118,"timestamp":1853731125041,"id":2252,"parentId":1694,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/@babel/runtime/helpers/regeneratorAsyncIterator.js","layer":"app-pages-browser"},"startTime":1785680964345,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":10163,"timestamp":1853731125068,"id":2253,"parentId":1694,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/@babel/runtime/helpers/regeneratorKeys.js","layer":"app-pages-browser"},"startTime":1785680964345,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":10287,"timestamp":1853731125094,"id":2254,"parentId":1694,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/@babel/runtime/helpers/regeneratorValues.js","layer":"app-pages-browser"},"startTime":1785680964345,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":10478,"timestamp":1853731124984,"id":2250,"parentId":1694,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/@babel/runtime/helpers/regeneratorAsync.js","layer":"app-pages-browser"},"startTime":1785680964345,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":10350,"timestamp":1853731125771,"id":2278,"parentId":1688,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/hast-util-raw/lib/index.js","layer":"app-pages-browser"},"startTime":1785680964346,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":10347,"timestamp":1853731125929,"id":2284,"parentId":1725,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/dagre-d3-es/src/dagre/coordinate-system.js","layer":"app-pages-browser"},"startTime":1785680964346,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":10517,"timestamp":1853731125956,"id":2285,"parentId":1725,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/dagre-d3-es/src/dagre/nesting-graph.js","layer":"app-pages-browser"},"startTime":1785680964346,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":10678,"timestamp":1853731125902,"id":2283,"parentId":1725,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/dagre-d3-es/src/dagre/add-border-segments.js","layer":"app-pages-browser"},"startTime":1785680964346,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":10747,"timestamp":1853731125982,"id":2286,"parentId":1725,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/dagre-d3-es/src/dagre/parent-dummy-chains.js","layer":"app-pages-browser"},"startTime":1785680964346,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":10873,"timestamp":1853731126034,"id":2288,"parentId":1634,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/internmap/src/index.js","layer":"app-pages-browser"},"startTime":1785680964346,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":11223,"timestamp":1853731126009,"id":2287,"parentId":1725,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/dagre-d3-es/src/dagre/util.js","layer":"app-pages-browser"},"startTime":1785680964346,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":11552,"timestamp":1853731125744,"id":2277,"parentId":1704,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/@babel/runtime/helpers/esm/arrayLikeToArray.js","layer":"app-pages-browser"},"startTime":1785680964346,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":11044,"timestamp":1853731126315,"id":2298,"parentId":1756,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-sankey/src/constant.js","layer":"app-pages-browser"},"startTime":1785680964346,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":12177,"timestamp":1853731126369,"id":2300,"parentId":1745,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/mermaid/node_modules/uuid/dist/esm-browser/md5.js","layer":"app-pages-browser"},"startTime":1785680964346,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":12937,"timestamp":1853731125875,"id":2282,"parentId":1724,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/dagre-d3-es/src/dagre/greedy-fas.js","layer":"app-pages-browser"},"startTime":1785680964346,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":12606,"timestamp":1853731126288,"id":2297,"parentId":1737,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/vfile/lib/minurl.shared.js","layer":"app-pages-browser"},"startTime":1785680964346,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":12734,"timestamp":1853731126340,"id":2299,"parentId":1743,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/mermaid/node_modules/uuid/dist/esm-browser/rng.js","layer":"app-pages-browser"},"startTime":1785680964346,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":10206,"timestamp":1853731131183,"id":2307,"parentId":1748,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/dagre-d3-es/src/dagre/rank/util.js","layer":"app-pages-browser"},"startTime":1785680964351,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":10398,"timestamp":1853731131133,"id":2305,"parentId":1748,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/dagre-d3-es/src/dagre/rank/feasible-tree.js","layer":"app-pages-browser"},"startTime":1785680964351,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":10726,"timestamp":1853731131006,"id":2301,"parentId":1750,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/mermaid/node_modules/uuid/dist/esm-browser/sha1.js","layer":"app-pages-browser"},"startTime":1785680964351,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":10689,"timestamp":1853731131108,"id":2304,"parentId":1749,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/mermaid/node_modules/uuid/dist/esm-browser/native.js","layer":"app-pages-browser"},"startTime":1785680964351,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":10798,"timestamp":1853731131208,"id":2308,"parentId":1725,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/dagre-d3-es/src/dagre/order/index.js","layer":"app-pages-browser"},"startTime":1785680964351,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":10895,"timestamp":1853731131234,"id":2309,"parentId":1725,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/dagre-d3-es/src/dagre/position/index.js","layer":"app-pages-browser"},"startTime":1785680964351,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":10934,"timestamp":1853731131284,"id":2311,"parentId":1786,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/khroma/dist/methods/hsla.js","layer":"app-pages-browser"},"startTime":1785680964351,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":11346,"timestamp":1853731131158,"id":2306,"parentId":1748,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/dagre-d3-es/src/dagre/rank/network-simplex.js","layer":"app-pages-browser"},"startTime":1785680964351,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":11254,"timestamp":1853731131308,"id":2312,"parentId":1786,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/khroma/dist/methods/to_keyword.js","layer":"app-pages-browser"},"startTime":1785680964351,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":11281,"timestamp":1853731131332,"id":2313,"parentId":1786,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/khroma/dist/methods/to_hex.js","layer":"app-pages-browser"},"startTime":1785680964351,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":11307,"timestamp":1853731131355,"id":2314,"parentId":1786,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/khroma/dist/methods/to_rgba.js","layer":"app-pages-browser"},"startTime":1785680964351,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":11312,"timestamp":1853731131401,"id":2316,"parentId":1786,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/khroma/dist/methods/channel.js","layer":"app-pages-browser"},"startTime":1785680964351,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":11382,"timestamp":1853731131377,"id":2315,"parentId":1786,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/khroma/dist/methods/to_hsla.js","layer":"app-pages-browser"},"startTime":1785680964351,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":11573,"timestamp":1853731131260,"id":2310,"parentId":1786,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/khroma/dist/methods/rgba.js","layer":"app-pages-browser"},"startTime":1785680964351,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":11819,"timestamp":1853731131082,"id":2303,"parentId":1754,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/mermaid/node_modules/uuid/dist/esm-browser/regex.js","layer":"app-pages-browser"},"startTime":1785680964351,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":11986,"timestamp":1853731131054,"id":2302,"parentId":1745,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/mermaid/node_modules/uuid/dist/esm-browser/v35.js","layer":"app-pages-browser"},"startTime":1785680964351,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":3984,"timestamp":1853731139914,"id":2352,"parentId":1693,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/lodash.js","layer":"app-pages-browser"},"startTime":1785680964360,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":12367,"timestamp":1853731132696,"id":2317,"parentId":1786,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/khroma/dist/methods/red.js","layer":"app-pages-browser"},"startTime":1785680964353,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":14252,"timestamp":1853731132807,"id":2321,"parentId":1786,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/khroma/dist/methods/saturation.js","layer":"app-pages-browser"},"startTime":1785680964353,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":14285,"timestamp":1853731132831,"id":2322,"parentId":1786,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/khroma/dist/methods/lightness.js","layer":"app-pages-browser"},"startTime":1785680964353,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":14410,"timestamp":1853731132756,"id":2319,"parentId":1786,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/khroma/dist/methods/blue.js","layer":"app-pages-browser"},"startTime":1785680964353,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":14360,"timestamp":1853731132855,"id":2323,"parentId":1786,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/khroma/dist/methods/alpha.js","layer":"app-pages-browser"},"startTime":1785680964353,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":14527,"timestamp":1853731132878,"id":2324,"parentId":1786,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/khroma/dist/methods/contrast.js","layer":"app-pages-browser"},"startTime":1785680964353,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":14727,"timestamp":1853731132729,"id":2318,"parentId":1786,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/khroma/dist/methods/green.js","layer":"app-pages-browser"},"startTime":1785680964353,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":14625,"timestamp":1853731132902,"id":2325,"parentId":1786,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/khroma/dist/methods/luminance.js","layer":"app-pages-browser"},"startTime":1785680964353,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":14624,"timestamp":1853731132952,"id":2327,"parentId":1786,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/khroma/dist/methods/is_light.js","layer":"app-pages-browser"},"startTime":1785680964353,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":14851,"timestamp":1853731132783,"id":2320,"parentId":1786,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/khroma/dist/methods/hue.js","layer":"app-pages-browser"},"startTime":1785680964353,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":14708,"timestamp":1853731132977,"id":2328,"parentId":1786,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/khroma/dist/methods/is_transparent.js","layer":"app-pages-browser"},"startTime":1785680964353,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":14707,"timestamp":1853731133026,"id":2330,"parentId":1786,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/khroma/dist/methods/saturate.js","layer":"app-pages-browser"},"startTime":1785680964353,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":14852,"timestamp":1853731132927,"id":2326,"parentId":1786,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/khroma/dist/methods/is_dark.js","layer":"app-pages-browser"},"startTime":1785680964353,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":14852,"timestamp":1853731133002,"id":2329,"parentId":1786,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/khroma/dist/methods/is_valid.js","layer":"app-pages-browser"},"startTime":1785680964353,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":14862,"timestamp":1853731133052,"id":2331,"parentId":1786,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/khroma/dist/methods/desaturate.js","layer":"app-pages-browser"},"startTime":1785680964353,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":13948,"timestamp":1853731134051,"id":2334,"parentId":1786,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/khroma/dist/methods/opacify.js","layer":"app-pages-browser"},"startTime":1785680964354,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":14051,"timestamp":1853731133996,"id":2332,"parentId":1786,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/khroma/dist/methods/lighten.js","layer":"app-pages-browser"},"startTime":1785680964354,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":14072,"timestamp":1853731134026,"id":2333,"parentId":1786,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/khroma/dist/methods/darken.js","layer":"app-pages-browser"},"startTime":1785680964354,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":15264,"timestamp":1853731134101,"id":2336,"parentId":1786,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/khroma/dist/methods/complement.js","layer":"app-pages-browser"},"startTime":1785680964354,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":15349,"timestamp":1853731134151,"id":2338,"parentId":1786,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/khroma/dist/methods/adjust.js","layer":"app-pages-browser"},"startTime":1785680964354,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":15479,"timestamp":1853731134076,"id":2335,"parentId":1786,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/khroma/dist/methods/transparentize.js","layer":"app-pages-browser"},"startTime":1785680964354,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":15444,"timestamp":1853731134175,"id":2339,"parentId":1786,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/khroma/dist/methods/change.js","layer":"app-pages-browser"},"startTime":1785680964354,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":15545,"timestamp":1853731134126,"id":2337,"parentId":1786,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/khroma/dist/methods/grayscale.js","layer":"app-pages-browser"},"startTime":1785680964354,"traceId":"a894ddc49bbe7d05"}]
22
+ [{"name":"build-module-js","duration":15552,"timestamp":1853731134200,"id":2340,"parentId":1786,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/khroma/dist/methods/invert.js","layer":"app-pages-browser"},"startTime":1785680964354,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":15599,"timestamp":1853731134249,"id":2342,"parentId":1786,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/khroma/dist/methods/mix.js","layer":"app-pages-browser"},"startTime":1785680964354,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":15750,"timestamp":1853731134273,"id":2343,"parentId":1826,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/@iconify/utils/lib/css/common.js","layer":"app-pages-browser"},"startTime":1785680964354,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":15787,"timestamp":1853731134346,"id":2346,"parentId":1835,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/@iconify/utils/lib/emoji/test/similar.js","layer":"app-pages-browser"},"startTime":1785680964354,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":15892,"timestamp":1853731134321,"id":2345,"parentId":1832,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/@iconify/utils/lib/emoji/data.js","layer":"app-pages-browser"},"startTime":1785680964354,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":16010,"timestamp":1853731134297,"id":2344,"parentId":1826,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/@iconify/utils/lib/css/format.js","layer":"app-pages-browser"},"startTime":1785680964354,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":16155,"timestamp":1853731134225,"id":2341,"parentId":1786,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/khroma/dist/methods/scale.js","layer":"app-pages-browser"},"startTime":1785680964354,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":16068,"timestamp":1853731134397,"id":2348,"parentId":1844,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-array/src/number.js","layer":"app-pages-browser"},"startTime":1785680964354,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":16312,"timestamp":1853731134372,"id":2347,"parentId":1835,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/@iconify/utils/lib/emoji/test/tree.js","layer":"app-pages-browser"},"startTime":1785680964354,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":10999,"timestamp":1853731139860,"id":2350,"parentId":1839,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/@iconify/utils/lib/emoji/regex/tree.js","layer":"app-pages-browser"},"startTime":1785680964360,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":11186,"timestamp":1853731139816,"id":2349,"parentId":1838,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/@iconify/utils/lib/emoji/test/components.js","layer":"app-pages-browser"},"startTime":1785680964360,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":11330,"timestamp":1853731139889,"id":2351,"parentId":1840,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/@iconify/utils/lib/emoji/replace/find.js","layer":"app-pages-browser"},"startTime":1785680964360,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":11285,"timestamp":1853731140007,"id":2354,"parentId":1879,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/hastscript/lib/svg-case-sensitive-tag-names.js","layer":"app-pages-browser"},"startTime":1785680964360,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":11568,"timestamp":1853731140081,"id":2357,"parentId":1880,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/mdast-util-to-hast/lib/state.js","layer":"app-pages-browser"},"startTime":1785680964360,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":11718,"timestamp":1853731139980,"id":2353,"parentId":1877,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-array/src/identity.js","layer":"app-pages-browser"},"startTime":1785680964360,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":11692,"timestamp":1853731140057,"id":2356,"parentId":1878,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-array/src/array.js","layer":"app-pages-browser"},"startTime":1785680964360,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":11675,"timestamp":1853731140129,"id":2359,"parentId":1882,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/mdast-util-to-hast/lib/handlers/blockquote.js","layer":"app-pages-browser"},"startTime":1785680964360,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":11740,"timestamp":1853731140105,"id":2358,"parentId":1878,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-array/src/constant.js","layer":"app-pages-browser"},"startTime":1785680964360,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":11743,"timestamp":1853731140154,"id":2360,"parentId":1882,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/mdast-util-to-hast/lib/handlers/break.js","layer":"app-pages-browser"},"startTime":1785680964360,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":11772,"timestamp":1853731140226,"id":2363,"parentId":1882,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/mdast-util-to-hast/lib/handlers/footnote-reference.js","layer":"app-pages-browser"},"startTime":1785680964360,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":12344,"timestamp":1853731140033,"id":2355,"parentId":1879,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/hastscript/lib/create-h.js","layer":"app-pages-browser"},"startTime":1785680964360,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":12183,"timestamp":1853731140251,"id":2364,"parentId":1882,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/mdast-util-to-hast/lib/handlers/heading.js","layer":"app-pages-browser"},"startTime":1785680964360,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":12283,"timestamp":1853731140202,"id":2362,"parentId":1882,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/mdast-util-to-hast/lib/handlers/emphasis.js","layer":"app-pages-browser"},"startTime":1785680964360,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":12235,"timestamp":1853731140298,"id":2366,"parentId":1882,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/mdast-util-to-hast/lib/handlers/delete.js","layer":"app-pages-browser"},"startTime":1785680964360,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":12253,"timestamp":1853731140347,"id":2368,"parentId":1882,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/mdast-util-to-hast/lib/handlers/image.js","layer":"app-pages-browser"},"startTime":1785680964360,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":12296,"timestamp":1853731140370,"id":2369,"parentId":1882,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/mdast-util-to-hast/lib/handlers/inline-code.js","layer":"app-pages-browser"},"startTime":1785680964360,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":12347,"timestamp":1853731140394,"id":2370,"parentId":1882,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/mdast-util-to-hast/lib/handlers/link-reference.js","layer":"app-pages-browser"},"startTime":1785680964360,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":12381,"timestamp":1853731140419,"id":2371,"parentId":1882,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/mdast-util-to-hast/lib/handlers/link.js","layer":"app-pages-browser"},"startTime":1785680964360,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":12503,"timestamp":1853731140442,"id":2372,"parentId":1882,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/mdast-util-to-hast/lib/handlers/list-item.js","layer":"app-pages-browser"},"startTime":1785680964360,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":12723,"timestamp":1853731140275,"id":2365,"parentId":1882,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/mdast-util-to-hast/lib/handlers/html.js","layer":"app-pages-browser"},"startTime":1785680964360,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":12560,"timestamp":1853731140488,"id":2374,"parentId":1882,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/mdast-util-to-hast/lib/handlers/root.js","layer":"app-pages-browser"},"startTime":1785680964360,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":12584,"timestamp":1853731140513,"id":2375,"parentId":1882,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/mdast-util-to-hast/lib/handlers/paragraph.js","layer":"app-pages-browser"},"startTime":1785680964360,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":12848,"timestamp":1853731140322,"id":2367,"parentId":1882,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/mdast-util-to-hast/lib/handlers/image-reference.js","layer":"app-pages-browser"},"startTime":1785680964360,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":12784,"timestamp":1853731140465,"id":2373,"parentId":1882,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/mdast-util-to-hast/lib/handlers/list.js","layer":"app-pages-browser"},"startTime":1785680964360,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":13216,"timestamp":1853731140178,"id":2361,"parentId":1882,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/mdast-util-to-hast/lib/handlers/code.js","layer":"app-pages-browser"},"startTime":1785680964360,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":12908,"timestamp":1853731140537,"id":2376,"parentId":1882,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/mdast-util-to-hast/lib/handlers/strong.js","layer":"app-pages-browser"},"startTime":1785680964361,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":6207,"timestamp":1853731173814,"id":2377,"parentId":1882,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/mdast-util-to-hast/lib/handlers/table.js","layer":"app-pages-browser"},"startTime":1785680964394,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":6174,"timestamp":1853731173925,"id":2380,"parentId":1882,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/mdast-util-to-hast/lib/handlers/text.js","layer":"app-pages-browser"},"startTime":1785680964394,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":6202,"timestamp":1853731173951,"id":2381,"parentId":1882,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/mdast-util-to-hast/lib/handlers/thematic-break.js","layer":"app-pages-browser"},"startTime":1785680964394,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":6230,"timestamp":1853731173980,"id":2382,"parentId":1927,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-axis/src/identity.js","layer":"app-pages-browser"},"startTime":1785680964394,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":6447,"timestamp":1853731173873,"id":2378,"parentId":1882,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/mdast-util-to-hast/lib/handlers/table-row.js","layer":"app-pages-browser"},"startTime":1785680964394,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":6367,"timestamp":1853731174006,"id":2383,"parentId":1928,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-brush/src/constant.js","layer":"app-pages-browser"},"startTime":1785680964394,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":6408,"timestamp":1853731174031,"id":2384,"parentId":1928,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-brush/src/event.js","layer":"app-pages-browser"},"startTime":1785680964394,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":6357,"timestamp":1853731174133,"id":2388,"parentId":1930,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-chord/src/array.js","layer":"app-pages-browser"},"startTime":1785680964394,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":6429,"timestamp":1853731174108,"id":2387,"parentId":1930,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-chord/src/constant.js","layer":"app-pages-browser"},"startTime":1785680964394,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":6527,"timestamp":1853731174083,"id":2386,"parentId":1929,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-chord/src/math.js","layer":"app-pages-browser"},"startTime":1785680964394,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":6461,"timestamp":1853731174217,"id":2391,"parentId":1932,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-color/src/define.js","layer":"app-pages-browser"},"startTime":1785680964394,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":6669,"timestamp":1853731174057,"id":2385,"parentId":1928,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-brush/src/noevent.js","layer":"app-pages-browser"},"startTime":1785680964394,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":6803,"timestamp":1853731174190,"id":2390,"parentId":1915,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/unist-util-visit-parents/lib/index.js","layer":"app-pages-browser"},"startTime":1785680964394,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":7156,"timestamp":1853731173900,"id":2379,"parentId":1882,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/mdast-util-to-hast/lib/handlers/table-cell.js","layer":"app-pages-browser"},"startTime":1785680964394,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":7401,"timestamp":1853731174159,"id":2389,"parentId":1914,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/hast-util-to-text/lib/index.js","layer":"app-pages-browser"},"startTime":1785680964394,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":6330,"timestamp":1853731176126,"id":2394,"parentId":1938,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-contour/src/constant.js","layer":"app-pages-browser"},"startTime":1785680964396,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":6456,"timestamp":1853731176066,"id":2392,"parentId":1933,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-color/src/math.js","layer":"app-pages-browser"},"startTime":1785680964396,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":6473,"timestamp":1853731176101,"id":2393,"parentId":1938,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-contour/src/array.js","layer":"app-pages-browser"},"startTime":1785680964396,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":6573,"timestamp":1853731176152,"id":2395,"parentId":1936,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-delaunay/src/path.js","layer":"app-pages-browser"},"startTime":1785680964396,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":6615,"timestamp":1853731176178,"id":2396,"parentId":1936,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-delaunay/src/polygon.js","layer":"app-pages-browser"},"startTime":1785680964396,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":6617,"timestamp":1853731176238,"id":2398,"parentId":1937,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-contour/src/area.js","layer":"app-pages-browser"},"startTime":1785680964396,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":6687,"timestamp":1853731176212,"id":2397,"parentId":1937,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-contour/src/ascending.js","layer":"app-pages-browser"},"startTime":1785680964396,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":6749,"timestamp":1853731176263,"id":2399,"parentId":1937,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-contour/src/contains.js","layer":"app-pages-browser"},"startTime":1785680964396,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":7128,"timestamp":1853731176314,"id":2401,"parentId":1950,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-force/src/jiggle.js","layer":"app-pages-browser"},"startTime":1785680964396,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":7138,"timestamp":1853731176368,"id":2403,"parentId":1944,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-ease/src/math.js","layer":"app-pages-browser"},"startTime":1785680964396,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":7227,"timestamp":1853731176343,"id":2402,"parentId":1950,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-force/src/constant.js","layer":"app-pages-browser"},"startTime":1785680964396,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":7241,"timestamp":1853731176392,"id":2404,"parentId":1959,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-force/src/lcg.js","layer":"app-pages-browser"},"startTime":1785680964396,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":7387,"timestamp":1853731176288,"id":2400,"parentId":1937,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-contour/src/noop.js","layer":"app-pages-browser"},"startTime":1785680964396,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":7345,"timestamp":1853731176489,"id":2408,"parentId":1968,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-geo/src/math.js","layer":"app-pages-browser"},"startTime":1785680964396,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":7445,"timestamp":1853731176439,"id":2406,"parentId":1966,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-drag/src/constant.js","layer":"app-pages-browser"},"startTime":1785680964396,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":7458,"timestamp":1853731176537,"id":2410,"parentId":1969,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-geo/src/cartesian.js","layer":"app-pages-browser"},"startTime":1785680964397,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":7524,"timestamp":1853731176513,"id":2409,"parentId":1968,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-geo/src/noop.js","layer":"app-pages-browser"},"startTime":1785680964396,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":7654,"timestamp":1853731176584,"id":2412,"parentId":1972,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-geo/src/polygonContains.js","layer":"app-pages-browser"},"startTime":1785680964397,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":7888,"timestamp":1853731176416,"id":2405,"parentId":1966,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-drag/src/noevent.js","layer":"app-pages-browser"},"startTime":1785680964396,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":7787,"timestamp":1853731176561,"id":2411,"parentId":1971,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-geo/src/constant.js","layer":"app-pages-browser"},"startTime":1785680964397,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":7790,"timestamp":1853731176685,"id":2416,"parentId":1953,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/micromark-extension-math/lib/html.js","layer":"app-pages-browser"},"startTime":1785680964397,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":8170,"timestamp":1853731176610,"id":2413,"parentId":1952,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/mdast-util-math/lib/index.js","layer":"app-pages-browser"},"startTime":1785680964397,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":8136,"timestamp":1853731176709,"id":2417,"parentId":1987,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-geo/src/compose.js","layer":"app-pages-browser"},"startTime":1785680964397,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":8465,"timestamp":1853731176464,"id":2407,"parentId":1966,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-drag/src/event.js","layer":"app-pages-browser"},"startTime":1785680964396,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":8249,"timestamp":1853731176736,"id":2418,"parentId":1991,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-geo/src/pointEqual.js","layer":"app-pages-browser"},"startTime":1785680964397,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":8430,"timestamp":1853731176636,"id":2414,"parentId":1954,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/mdast-util-gfm/lib/index.js","layer":"app-pages-browser"},"startTime":1785680964397,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":8362,"timestamp":1853731176809,"id":2421,"parentId":1994,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-geo/src/path/area.js","layer":"app-pages-browser"},"startTime":1785680964397,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":8567,"timestamp":1853731176660,"id":2415,"parentId":1953,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/micromark-extension-math/lib/syntax.js","layer":"app-pages-browser"},"startTime":1785680964397,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":8563,"timestamp":1853731176832,"id":2422,"parentId":1977,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/trough/lib/index.js","layer":"app-pages-browser"},"startTime":1785680964397,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":8678,"timestamp":1853731176762,"id":2419,"parentId":1994,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-geo/src/identity.js","layer":"app-pages-browser"},"startTime":1785680964397,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":8845,"timestamp":1853731176786,"id":2420,"parentId":1991,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-geo/src/clip/index.js","layer":"app-pages-browser"},"startTime":1785680964397,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":8847,"timestamp":1853731176855,"id":2423,"parentId":1979,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/hast-util-whitespace/lib/index.js","layer":"app-pages-browser"},"startTime":1785680964397,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":8895,"timestamp":1853731176905,"id":2425,"parentId":1983,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/unist-util-position/lib/index.js","layer":"app-pages-browser"},"startTime":1785680964397,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":8996,"timestamp":1853731176968,"id":2427,"parentId":1994,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-geo/src/path/centroid.js","layer":"app-pages-browser"},"startTime":1785680964397,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":9341,"timestamp":1853731176880,"id":2424,"parentId":1985,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/estree-util-is-identifier-name/lib/index.js","layer":"app-pages-browser"},"startTime":1785680964397,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":9353,"timestamp":1853731176993,"id":2428,"parentId":1994,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-geo/src/path/context.js","layer":"app-pages-browser"},"startTime":1785680964397,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":9416,"timestamp":1853731177018,"id":2429,"parentId":1994,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-geo/src/path/measure.js","layer":"app-pages-browser"},"startTime":1785680964397,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":9570,"timestamp":1853731176943,"id":2426,"parentId":1994,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-geo/src/path/bounds.js","layer":"app-pages-browser"},"startTime":1785680964397,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":9074,"timestamp":1853731177660,"id":2430,"parentId":1994,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-geo/src/path/string.js","layer":"app-pages-browser"},"startTime":1785680964398,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":9125,"timestamp":1853731177706,"id":2431,"parentId":1998,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-geo/src/projection/azimuthal.js","layer":"app-pages-browser"},"startTime":1785680964398,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":9253,"timestamp":1853731177736,"id":2432,"parentId":1996,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-geo/src/projection/fit.js","layer":"app-pages-browser"},"startTime":1785680964398,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":9303,"timestamp":1853731177811,"id":2435,"parentId":1993,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-geo/src/clip/line.js","layer":"app-pages-browser"},"startTime":1785680964398,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":9488,"timestamp":1853731177833,"id":2436,"parentId":1993,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-geo/src/clip/rejoin.js","layer":"app-pages-browser"},"startTime":1785680964398,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":10321,"timestamp":1853731177787,"id":2434,"parentId":1993,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-geo/src/clip/buffer.js","layer":"app-pages-browser"},"startTime":1785680964398,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":12108,"timestamp":1853731177857,"id":2437,"parentId":1982,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/property-information/lib/aria.js","layer":"app-pages-browser"},"startTime":1785680964398,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":12291,"timestamp":1853731177762,"id":2433,"parentId":1999,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-geo/src/projection/conic.js","layer":"app-pages-browser"},"startTime":1785680964398,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":12186,"timestamp":1853731177930,"id":2440,"parentId":1982,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/property-information/lib/xlink.js","layer":"app-pages-browser"},"startTime":1785680964398,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":12495,"timestamp":1853731177906,"id":2439,"parentId":1982,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/property-information/lib/svg.js","layer":"app-pages-browser"},"startTime":1785680964398,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":12724,"timestamp":1853731177882,"id":2438,"parentId":1982,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/property-information/lib/html.js","layer":"app-pages-browser"},"startTime":1785680964398,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":12687,"timestamp":1853731177979,"id":2442,"parentId":1982,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/property-information/lib/xml.js","layer":"app-pages-browser"},"startTime":1785680964398,"traceId":"a894ddc49bbe7d05"}]
23
+ [{"name":"build-module-js","duration":12717,"timestamp":1853731178003,"id":2443,"parentId":1982,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/property-information/lib/hast-to-react.js","layer":"app-pages-browser"},"startTime":1785680964398,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":12835,"timestamp":1853731178028,"id":2444,"parentId":1982,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/property-information/lib/find.js","layer":"app-pages-browser"},"startTime":1785680964398,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":12856,"timestamp":1853731178053,"id":2445,"parentId":1982,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/property-information/lib/normalize.js","layer":"app-pages-browser"},"startTime":1785680964398,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":13006,"timestamp":1853731177954,"id":2441,"parentId":1982,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/property-information/lib/xmlns.js","layer":"app-pages-browser"},"startTime":1785680964398,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":12949,"timestamp":1853731178077,"id":2446,"parentId":1982,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/property-information/lib/util/merge.js","layer":"app-pages-browser"},"startTime":1785680964398,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":13153,"timestamp":1853731178101,"id":2447,"parentId":1988,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/vfile-message/lib/index.js","layer":"app-pages-browser"},"startTime":1785680964398,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":13197,"timestamp":1853731178127,"id":2448,"parentId":2000,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-geo/src/projection/cylindricalEqualArea.js","layer":"app-pages-browser"},"startTime":1785680964398,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":13205,"timestamp":1853731178177,"id":2450,"parentId":2015,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-format/src/formatNumerals.js","layer":"app-pages-browser"},"startTime":1785680964398,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":13256,"timestamp":1853731178202,"id":2451,"parentId":2015,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-format/src/formatGroup.js","layer":"app-pages-browser"},"startTime":1785680964398,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":13314,"timestamp":1853731178230,"id":2452,"parentId":2015,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-format/src/formatTrim.js","layer":"app-pages-browser"},"startTime":1785680964398,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":13310,"timestamp":1853731178282,"id":2454,"parentId":2015,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-format/src/identity.js","layer":"app-pages-browser"},"startTime":1785680964398,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":13429,"timestamp":1853731178257,"id":2453,"parentId":2015,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-format/src/formatPrefixAuto.js","layer":"app-pages-browser"},"startTime":1785680964398,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":13433,"timestamp":1853731178305,"id":2455,"parentId":2020,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-interpolate/src/constant.js","layer":"app-pages-browser"},"startTime":1785680964398,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":13514,"timestamp":1853731178329,"id":2456,"parentId":2026,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-interpolate/src/color.js","layer":"app-pages-browser"},"startTime":1785680964398,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":13582,"timestamp":1853731178352,"id":2457,"parentId":2015,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-format/src/formatTypes.js","layer":"app-pages-browser"},"startTime":1785680964398,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":13846,"timestamp":1853731178153,"id":2449,"parentId":2015,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-format/src/exponent.js","layer":"app-pages-browser"},"startTime":1785680964398,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":13829,"timestamp":1853731178402,"id":2459,"parentId":2006,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-geo/src/projection/resample.js","layer":"app-pages-browser"},"startTime":1785680964398,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":14049,"timestamp":1853731178377,"id":2458,"parentId":1881,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/micromark-util-sanitize-uri/index.js","layer":"app-pages-browser"},"startTime":1785680964398,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":14059,"timestamp":1853731178428,"id":2460,"parentId":2043,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-hierarchy/src/accessors.js","layer":"app-pages-browser"},"startTime":1785680964398,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":14847,"timestamp":1853731179356,"id":2461,"parentId":2045,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-random/src/defaultSource.js","layer":"app-pages-browser"},"startTime":1785680964399,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":14864,"timestamp":1853731179399,"id":2462,"parentId":2042,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-hierarchy/src/treemap/round.js","layer":"app-pages-browser"},"startTime":1785680964399,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":15041,"timestamp":1853731179425,"id":2463,"parentId":1756,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-sankey/node_modules/d3-array/src/index.js","layer":"app-pages-browser"},"startTime":1785680964399,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":15151,"timestamp":1853731179476,"id":2465,"parentId":2041,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/style-to-js/cjs/utilities.js","layer":"app-pages-browser"},"startTime":1785680964399,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":15340,"timestamp":1853731179451,"id":2464,"parentId":1758,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-sankey/node_modules/d3-shape/src/index.js","layer":"app-pages-browser"},"startTime":1785680964399,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":15333,"timestamp":1853731179526,"id":2467,"parentId":2067,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-hierarchy/src/hierarchy/count.js","layer":"app-pages-browser"},"startTime":1785680964399,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":15468,"timestamp":1853731179503,"id":2466,"parentId":2059,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-interpolate/src/transform/parse.js","layer":"app-pages-browser"},"startTime":1785680964399,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":13354,"timestamp":1853731181747,"id":2468,"parentId":2067,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-hierarchy/src/hierarchy/each.js","layer":"app-pages-browser"},"startTime":1785680964402,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":13308,"timestamp":1853731181855,"id":2472,"parentId":2067,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-hierarchy/src/hierarchy/sum.js","layer":"app-pages-browser"},"startTime":1785680964402,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":13394,"timestamp":1853731181832,"id":2471,"parentId":2067,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-hierarchy/src/hierarchy/find.js","layer":"app-pages-browser"},"startTime":1785680964402,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":13399,"timestamp":1853731181878,"id":2473,"parentId":2067,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-hierarchy/src/hierarchy/sort.js","layer":"app-pages-browser"},"startTime":1785680964402,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":13405,"timestamp":1853731181925,"id":2475,"parentId":2067,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-hierarchy/src/hierarchy/ancestors.js","layer":"app-pages-browser"},"startTime":1785680964402,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":13503,"timestamp":1853731181901,"id":2474,"parentId":2067,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-hierarchy/src/hierarchy/path.js","layer":"app-pages-browser"},"startTime":1785680964402,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":13708,"timestamp":1853731181781,"id":2469,"parentId":2067,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-hierarchy/src/hierarchy/eachBefore.js","layer":"app-pages-browser"},"startTime":1785680964402,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":13776,"timestamp":1853731181807,"id":2470,"parentId":2067,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-hierarchy/src/hierarchy/eachAfter.js","layer":"app-pages-browser"},"startTime":1785680964402,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":13695,"timestamp":1853731181975,"id":2477,"parentId":1746,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/@ungap/structured-clone/esm/index.js","layer":"app-pages-browser"},"startTime":1785680964402,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":13771,"timestamp":1853731181950,"id":2476,"parentId":2067,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-hierarchy/src/hierarchy/descendants.js","layer":"app-pages-browser"},"startTime":1785680964402,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":15804,"timestamp":1853731183087,"id":2478,"parentId":2078,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-scale/src/init.js","layer":"app-pages-browser"},"startTime":1785680964403,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":15820,"timestamp":1853731183151,"id":2480,"parentId":2069,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-hierarchy/src/lcg.js","layer":"app-pages-browser"},"startTime":1785680964403,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":15919,"timestamp":1853731183126,"id":2479,"parentId":2069,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-hierarchy/src/array.js","layer":"app-pages-browser"},"startTime":1785680964403,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":15903,"timestamp":1853731183233,"id":2483,"parentId":2067,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-hierarchy/src/hierarchy/iterator.js","layer":"app-pages-browser"},"startTime":1785680964403,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":15984,"timestamp":1853731183209,"id":2482,"parentId":2067,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-hierarchy/src/hierarchy/links.js","layer":"app-pages-browser"},"startTime":1785680964403,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":16065,"timestamp":1853731183176,"id":2481,"parentId":2068,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-hierarchy/src/constant.js","layer":"app-pages-browser"},"startTime":1785680964403,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":16031,"timestamp":1853731183259,"id":2484,"parentId":2067,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-hierarchy/src/hierarchy/leaves.js","layer":"app-pages-browser"},"startTime":1785680964403,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":16028,"timestamp":1853731183306,"id":2486,"parentId":2079,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-scale/src/number.js","layer":"app-pages-browser"},"startTime":1785680964403,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":17055,"timestamp":1853731183283,"id":2485,"parentId":2057,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/mdast-util-from-markdown/lib/index.js","layer":"app-pages-browser"},"startTime":1785680964403,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":11716,"timestamp":1853731189054,"id":2487,"parentId":2081,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-scale/src/nice.js","layer":"app-pages-browser"},"startTime":1785680964409,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":11944,"timestamp":1853731189091,"id":2488,"parentId":2081,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-scale/src/continuous.js","layer":"app-pages-browser"},"startTime":1785680964409,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":12000,"timestamp":1853731189117,"id":2489,"parentId":2093,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-scale-chromatic/src/colors.js","layer":"app-pages-browser"},"startTime":1785680964409,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":12439,"timestamp":1853731189143,"id":2490,"parentId":1727,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/es-toolkit/dist/index.mjs","layer":"app-pages-browser"},"startTime":1785680964409,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":12455,"timestamp":1853731189204,"id":2492,"parentId":1955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/micromark-extension-gfm-strikethrough/index.js","layer":"app-pages-browser"},"startTime":1785680964409,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":12601,"timestamp":1853731189230,"id":2493,"parentId":1955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/micromark-util-combine-extensions/index.js","layer":"app-pages-browser"},"startTime":1785680964409,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":13459,"timestamp":1853731189178,"id":2491,"parentId":1935,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/delaunator/index.js","layer":"app-pages-browser"},"startTime":1785680964409,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":13444,"timestamp":1853731189254,"id":2494,"parentId":1955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/micromark-extension-gfm-footnote/index.js","layer":"app-pages-browser"},"startTime":1785680964409,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":13444,"timestamp":1853731189302,"id":2496,"parentId":1955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/micromark-extension-gfm-table/index.js","layer":"app-pages-browser"},"startTime":1785680964409,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":13468,"timestamp":1853731189325,"id":2497,"parentId":1955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/micromark-extension-gfm-autolink-literal/index.js","layer":"app-pages-browser"},"startTime":1785680964409,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":13509,"timestamp":1853731189348,"id":2498,"parentId":1955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/micromark-extension-gfm-task-list-item/index.js","layer":"app-pages-browser"},"startTime":1785680964409,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":13619,"timestamp":1853731189278,"id":2495,"parentId":1955,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/micromark-extension-gfm-tagfilter/index.js","layer":"app-pages-browser"},"startTime":1785680964409,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":12317,"timestamp":1853731193476,"id":2500,"parentId":2112,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-quadtree/src/cover.js","layer":"app-pages-browser"},"startTime":1785680964413,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":12547,"timestamp":1853731193442,"id":2499,"parentId":2112,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-quadtree/src/add.js","layer":"app-pages-browser"},"startTime":1785680964413,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":12550,"timestamp":1853731193500,"id":2501,"parentId":2112,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-quadtree/src/data.js","layer":"app-pages-browser"},"startTime":1785680964413,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":12531,"timestamp":1853731193596,"id":2505,"parentId":2112,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-quadtree/src/extent.js","layer":"app-pages-browser"},"startTime":1785680964414,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":12625,"timestamp":1853731193548,"id":2503,"parentId":2112,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-quadtree/src/root.js","layer":"app-pages-browser"},"startTime":1785680964414,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":12605,"timestamp":1853731193620,"id":2506,"parentId":2112,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-quadtree/src/size.js","layer":"app-pages-browser"},"startTime":1785680964414,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":12835,"timestamp":1853731193525,"id":2502,"parentId":2112,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-quadtree/src/remove.js","layer":"app-pages-browser"},"startTime":1785680964413,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":12802,"timestamp":1853731193665,"id":2508,"parentId":2112,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-quadtree/src/visit.js","layer":"app-pages-browser"},"startTime":1785680964414,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":12837,"timestamp":1853731193688,"id":2509,"parentId":2112,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-quadtree/src/y.js","layer":"app-pages-browser"},"startTime":1785680964414,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":12890,"timestamp":1853731193735,"id":2511,"parentId":2112,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-quadtree/src/visitAfter.js","layer":"app-pages-browser"},"startTime":1785680964414,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":13201,"timestamp":1853731193573,"id":2504,"parentId":2112,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-quadtree/src/find.js","layer":"app-pages-browser"},"startTime":1785680964414,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":13117,"timestamp":1853731193711,"id":2510,"parentId":2109,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-polygon/src/cross.js","layer":"app-pages-browser"},"startTime":1785680964414,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":13250,"timestamp":1853731193642,"id":2507,"parentId":2112,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-quadtree/src/x.js","layer":"app-pages-browser"},"startTime":1785680964414,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":13266,"timestamp":1853731193758,"id":2512,"parentId":2122,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-scale-chromatic/src/ramp.js","layer":"app-pages-browser"},"startTime":1785680964414,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":13287,"timestamp":1853731193808,"id":2514,"parentId":2160,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-selection/src/sourceEvent.js","layer":"app-pages-browser"},"startTime":1785680964414,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":15058,"timestamp":1853731193784,"id":2513,"parentId":1951,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/hast-util-from-dom/index.js","layer":"app-pages-browser"},"startTime":1785680964414,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":1251,"timestamp":1853731229874,"id":2526,"parentId":2241,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_getValue.js","layer":"app-pages-browser"},"startTime":1785680964450,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":1483,"timestamp":1853731229775,"id":2524,"parentId":2241,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_baseIsNative.js","layer":"app-pages-browser"},"startTime":1785680964450,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":5640,"timestamp":1853731229580,"id":2516,"parentId":2170,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-shape/src/constant.js","layer":"app-pages-browser"},"startTime":1785680964450,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":5721,"timestamp":1853731229633,"id":2518,"parentId":2170,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-shape/src/path.js","layer":"app-pages-browser"},"startTime":1785680964450,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":5757,"timestamp":1853731229657,"id":2519,"parentId":2171,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-shape/src/point.js","layer":"app-pages-browser"},"startTime":1785680964450,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":5762,"timestamp":1853731229704,"id":2521,"parentId":2173,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-shape/src/descending.js","layer":"app-pages-browser"},"startTime":1785680964450,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":6008,"timestamp":1853731229521,"id":2515,"parentId":2163,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-selection/src/array.js","layer":"app-pages-browser"},"startTime":1785680964449,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":5845,"timestamp":1853731229728,"id":2522,"parentId":2173,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-shape/src/identity.js","layer":"app-pages-browser"},"startTime":1785680964450,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":6024,"timestamp":1853731229846,"id":2525,"parentId":2195,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-transition/src/transition/schedule.js","layer":"app-pages-browser"},"startTime":1785680964450,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":6211,"timestamp":1853731229751,"id":2523,"parentId":2176,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-shape/src/curve/radial.js","layer":"app-pages-browser"},"startTime":1785680964450,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":6149,"timestamp":1853731229907,"id":2527,"parentId":2180,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-selection/src/selection/selectAll.js","layer":"app-pages-browser"},"startTime":1785680964450,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":6550,"timestamp":1853731229607,"id":2517,"parentId":2170,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-shape/src/math.js","layer":"app-pages-browser"},"startTime":1785680964450,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":6538,"timestamp":1853731229681,"id":2520,"parentId":2171,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-shape/src/array.js","layer":"app-pages-browser"},"startTime":1785680964450,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":6324,"timestamp":1853731229967,"id":2529,"parentId":2180,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-selection/src/selection/selectChildren.js","layer":"app-pages-browser"},"startTime":1785680964450,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":6360,"timestamp":1853731229993,"id":2530,"parentId":2180,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-selection/src/selection/selectChild.js","layer":"app-pages-browser"},"startTime":1785680964450,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":7123,"timestamp":1853731229938,"id":2528,"parentId":2180,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-selection/src/selection/select.js","layer":"app-pages-browser"},"startTime":1785680964450,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":7289,"timestamp":1853731230051,"id":2532,"parentId":2180,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-selection/src/selection/data.js","layer":"app-pages-browser"},"startTime":1785680964450,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":7301,"timestamp":1853731230107,"id":2534,"parentId":2180,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-selection/src/selection/exit.js","layer":"app-pages-browser"},"startTime":1785680964450,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":7417,"timestamp":1853731230077,"id":2533,"parentId":2180,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-selection/src/selection/enter.js","layer":"app-pages-browser"},"startTime":1785680964450,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":7414,"timestamp":1853731230157,"id":2536,"parentId":2180,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-selection/src/selection/merge.js","layer":"app-pages-browser"},"startTime":1785680964450,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":7623,"timestamp":1853731230024,"id":2531,"parentId":2180,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-selection/src/selection/filter.js","layer":"app-pages-browser"},"startTime":1785680964450,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":7528,"timestamp":1853731230182,"id":2537,"parentId":2180,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-selection/src/selection/order.js","layer":"app-pages-browser"},"startTime":1785680964450,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":7578,"timestamp":1853731230211,"id":2538,"parentId":2180,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-selection/src/selection/sort.js","layer":"app-pages-browser"},"startTime":1785680964450,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":7700,"timestamp":1853731230235,"id":2539,"parentId":2180,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-selection/src/selection/call.js","layer":"app-pages-browser"},"startTime":1785680964450,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":7884,"timestamp":1853731230132,"id":2535,"parentId":2180,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-selection/src/selection/join.js","layer":"app-pages-browser"},"startTime":1785680964450,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":8277,"timestamp":1853731230258,"id":2540,"parentId":2180,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-selection/src/selection/nodes.js","layer":"app-pages-browser"},"startTime":1785680964450,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":8430,"timestamp":1853731231676,"id":2541,"parentId":2180,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-selection/src/selection/node.js","layer":"app-pages-browser"},"startTime":1785680964452,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":8414,"timestamp":1853731231740,"id":2543,"parentId":2180,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-selection/src/selection/empty.js","layer":"app-pages-browser"},"startTime":1785680964452,"traceId":"a894ddc49bbe7d05"}]
24
+ [{"name":"build-module-js","duration":8488,"timestamp":1853731231714,"id":2542,"parentId":2180,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-selection/src/selection/size.js","layer":"app-pages-browser"},"startTime":1785680964452,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":8540,"timestamp":1853731231787,"id":2545,"parentId":2180,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-selection/src/selection/attr.js","layer":"app-pages-browser"},"startTime":1785680964452,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":8640,"timestamp":1853731231835,"id":2547,"parentId":2180,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-selection/src/selection/classed.js","layer":"app-pages-browser"},"startTime":1785680964452,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":1352,"timestamp":1853731239198,"id":2590,"parentId":2260,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_listCacheDelete.js","layer":"app-pages-browser"},"startTime":1785680964459,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":1494,"timestamp":1853731239084,"id":2588,"parentId":2260,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_listCacheClear.js","layer":"app-pages-browser"},"startTime":1785680964459,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":1475,"timestamp":1853731239143,"id":2589,"parentId":2259,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_apply.js","layer":"app-pages-browser"},"startTime":1785680964459,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":1394,"timestamp":1853731239259,"id":2592,"parentId":2260,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_listCacheSet.js","layer":"app-pages-browser"},"startTime":1785680964459,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":1367,"timestamp":1853731239315,"id":2594,"parentId":2267,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_nativeKeysIn.js","layer":"app-pages-browser"},"startTime":1785680964459,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":1447,"timestamp":1853731239286,"id":2593,"parentId":2258,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_shortOut.js","layer":"app-pages-browser"},"startTime":1785680964459,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":1567,"timestamp":1853731239231,"id":2591,"parentId":2260,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_listCacheGet.js","layer":"app-pages-browser"},"startTime":1785680964459,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":10473,"timestamp":1853731231764,"id":2544,"parentId":2180,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-selection/src/selection/each.js","layer":"app-pages-browser"},"startTime":1785680964452,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":10515,"timestamp":1853731231810,"id":2546,"parentId":2180,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-selection/src/selection/property.js","layer":"app-pages-browser"},"startTime":1785680964452,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":10519,"timestamp":1853731231880,"id":2549,"parentId":2180,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-selection/src/selection/html.js","layer":"app-pages-browser"},"startTime":1785680964452,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":10527,"timestamp":1853731231925,"id":2551,"parentId":2180,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-selection/src/selection/lower.js","layer":"app-pages-browser"},"startTime":1785680964452,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":10791,"timestamp":1853731231857,"id":2548,"parentId":2180,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-selection/src/selection/text.js","layer":"app-pages-browser"},"startTime":1785680964452,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":10761,"timestamp":1853731231948,"id":2552,"parentId":2180,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-selection/src/selection/append.js","layer":"app-pages-browser"},"startTime":1785680964452,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":10857,"timestamp":1853731231902,"id":2550,"parentId":2180,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-selection/src/selection/raise.js","layer":"app-pages-browser"},"startTime":1785680964452,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":9588,"timestamp":1853731233347,"id":2553,"parentId":2180,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-selection/src/selection/insert.js","layer":"app-pages-browser"},"startTime":1785680964453,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":9589,"timestamp":1853731233408,"id":2555,"parentId":2180,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-selection/src/selection/clone.js","layer":"app-pages-browser"},"startTime":1785680964453,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":9667,"timestamp":1853731233382,"id":2554,"parentId":2180,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-selection/src/selection/remove.js","layer":"app-pages-browser"},"startTime":1785680964453,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2441,"timestamp":1853731240864,"id":2595,"parentId":2266,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_defineProperty.js","layer":"app-pages-browser"},"startTime":1785680964461,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2442,"timestamp":1853731240905,"id":2596,"parentId":2258,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_baseSetToString.js","layer":"app-pages-browser"},"startTime":1785680964461,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2444,"timestamp":1853731240933,"id":2597,"parentId":2270,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_isKeyable.js","layer":"app-pages-browser"},"startTime":1785680964461,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2413,"timestamp":1853731240992,"id":2599,"parentId":2276,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_hashClear.js","layer":"app-pages-browser"},"startTime":1785680964461,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2416,"timestamp":1853731241016,"id":2600,"parentId":2276,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_hashDelete.js","layer":"app-pages-browser"},"startTime":1785680964461,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2426,"timestamp":1853731241041,"id":2601,"parentId":2276,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_hashSet.js","layer":"app-pages-browser"},"startTime":1785680964461,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2431,"timestamp":1853731241065,"id":2602,"parentId":2280,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_arrayPush.js","layer":"app-pages-browser"},"startTime":1785680964461,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2574,"timestamp":1853731240963,"id":2598,"parentId":2260,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_listCacheHas.js","layer":"app-pages-browser"},"startTime":1785680964461,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2456,"timestamp":1853731241116,"id":2604,"parentId":2276,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_hashHas.js","layer":"app-pages-browser"},"startTime":1785680964461,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2522,"timestamp":1853731241092,"id":2603,"parentId":2276,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_hashGet.js","layer":"app-pages-browser"},"startTime":1785680964461,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2506,"timestamp":1853731241144,"id":2605,"parentId":2279,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_arrayFilter.js","layer":"app-pages-browser"},"startTime":1785680964461,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2473,"timestamp":1853731241205,"id":2607,"parentId":2292,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_Uint8Array.js","layer":"app-pages-browser"},"startTime":1785680964461,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2478,"timestamp":1853731241230,"id":2608,"parentId":2275,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_baseTimes.js","layer":"app-pages-browser"},"startTime":1785680964461,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2560,"timestamp":1853731241171,"id":2606,"parentId":2279,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/stubArray.js","layer":"app-pages-browser"},"startTime":1785680964461,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2078,"timestamp":1853731241698,"id":2625,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/add.js","layer":"app-pages-browser"},"startTime":1785680964462,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2094,"timestamp":1853731241729,"id":2626,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/after.js","layer":"app-pages-browser"},"startTime":1785680964462,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2101,"timestamp":1853731241759,"id":2627,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/ary.js","layer":"app-pages-browser"},"startTime":1785680964462,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2078,"timestamp":1853731241816,"id":2629,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/assignIn.js","layer":"app-pages-browser"},"startTime":1785680964462,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2158,"timestamp":1853731241787,"id":2628,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/assign.js","layer":"app-pages-browser"},"startTime":1785680964462,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2061,"timestamp":1853731241925,"id":2633,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/assignInWith.js","layer":"app-pages-browser"},"startTime":1785680964462,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2072,"timestamp":1853731241952,"id":2634,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/assignWith.js","layer":"app-pages-browser"},"startTime":1785680964462,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2081,"timestamp":1853731241978,"id":2635,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/at.js","layer":"app-pages-browser"},"startTime":1785680964462,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":12585,"timestamp":1853731234220,"id":2556,"parentId":2180,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-selection/src/selection/datum.js","layer":"app-pages-browser"},"startTime":1785680964454,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":12742,"timestamp":1853731234251,"id":2557,"parentId":2180,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-selection/src/selection/on.js","layer":"app-pages-browser"},"startTime":1785680964454,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":12811,"timestamp":1853731234283,"id":2558,"parentId":2180,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-selection/src/selection/dispatch.js","layer":"app-pages-browser"},"startTime":1785680964454,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":12849,"timestamp":1853731234308,"id":2559,"parentId":2180,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-selection/src/selection/iterator.js","layer":"app-pages-browser"},"startTime":1785680964454,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":1702,"timestamp":1853731245529,"id":2637,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/before.js","layer":"app-pages-browser"},"startTime":1785680964465,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":1797,"timestamp":1853731245479,"id":2636,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/attempt.js","layer":"app-pages-browser"},"startTime":1785680964465,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":1753,"timestamp":1853731245572,"id":2638,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/bind.js","layer":"app-pages-browser"},"startTime":1785680964466,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":1701,"timestamp":1853731245656,"id":2641,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/camelCase.js","layer":"app-pages-browser"},"startTime":1785680964466,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":1706,"timestamp":1853731245680,"id":2642,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/capitalize.js","layer":"app-pages-browser"},"startTime":1785680964466,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":1804,"timestamp":1853731245630,"id":2640,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/bindKey.js","layer":"app-pages-browser"},"startTime":1785680964466,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":1727,"timestamp":1853731245730,"id":2644,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/ceil.js","layer":"app-pages-browser"},"startTime":1785680964466,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":1788,"timestamp":1853731245704,"id":2643,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/castArray.js","layer":"app-pages-browser"},"startTime":1785680964466,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":1779,"timestamp":1853731245755,"id":2645,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/chain.js","layer":"app-pages-browser"},"startTime":1785680964466,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":1976,"timestamp":1853731245604,"id":2639,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/bindAll.js","layer":"app-pages-browser"},"startTime":1785680964466,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":1793,"timestamp":1853731245827,"id":2648,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/cloneDeep.js","layer":"app-pages-browser"},"startTime":1785680964466,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":1868,"timestamp":1853731245803,"id":2647,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/clamp.js","layer":"app-pages-browser"},"startTime":1785680964466,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":1955,"timestamp":1853731245778,"id":2646,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/chunk.js","layer":"app-pages-browser"},"startTime":1785680964466,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":1889,"timestamp":1853731245879,"id":2650,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/cloneWith.js","layer":"app-pages-browser"},"startTime":1785680964466,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":1893,"timestamp":1853731245902,"id":2651,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/commit.js","layer":"app-pages-browser"},"startTime":1785680964466,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":1902,"timestamp":1853731245925,"id":2652,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/compact.js","layer":"app-pages-browser"},"startTime":1785680964466,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":1922,"timestamp":1853731245949,"id":2653,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/concat.js","layer":"app-pages-browser"},"startTime":1785680964466,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":1877,"timestamp":1853731246026,"id":2656,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/conforms.js","layer":"app-pages-browser"},"startTime":1785680964466,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":1964,"timestamp":1853731246001,"id":2655,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/cond.js","layer":"app-pages-browser"},"startTime":1785680964466,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":1954,"timestamp":1853731246074,"id":2658,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/constant.js","layer":"app-pages-browser"},"startTime":1785680964466,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2014,"timestamp":1853731246050,"id":2657,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/conformsTo.js","layer":"app-pages-browser"},"startTime":1785680964466,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2247,"timestamp":1853731245853,"id":2649,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/cloneDeepWith.js","layer":"app-pages-browser"},"startTime":1785680964466,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":15437,"timestamp":1853731234332,"id":2560,"parentId":2210,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-zoom/src/constant.js","layer":"app-pages-browser"},"startTime":1785680964454,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":15496,"timestamp":1853731234356,"id":2561,"parentId":2210,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-zoom/src/event.js","layer":"app-pages-browser"},"startTime":1785680964454,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":15574,"timestamp":1853731234402,"id":2563,"parentId":2210,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-zoom/src/noevent.js","layer":"app-pages-browser"},"startTime":1785680964454,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":15584,"timestamp":1853731234453,"id":2565,"parentId":2245,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-transition/src/selection/interrupt.js","layer":"app-pages-browser"},"startTime":1785680964454,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":15683,"timestamp":1853731234479,"id":2566,"parentId":2245,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-transition/src/selection/transition.js","layer":"app-pages-browser"},"startTime":1785680964454,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":15814,"timestamp":1853731234505,"id":2567,"parentId":2246,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-transition/src/transition/attr.js","layer":"app-pages-browser"},"startTime":1785680964454,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":15890,"timestamp":1853731234530,"id":2568,"parentId":2246,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-transition/src/transition/attrTween.js","layer":"app-pages-browser"},"startTime":1785680964454,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":16123,"timestamp":1853731234379,"id":2562,"parentId":2204,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-time/src/duration.js","layer":"app-pages-browser"},"startTime":1785680964454,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":16013,"timestamp":1853731234581,"id":2570,"parentId":2246,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-transition/src/transition/duration.js","layer":"app-pages-browser"},"startTime":1785680964455,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":16029,"timestamp":1853731234631,"id":2572,"parentId":2246,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-transition/src/transition/easeVarying.js","layer":"app-pages-browser"},"startTime":1785680964455,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":16116,"timestamp":1853731234606,"id":2571,"parentId":2246,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-transition/src/transition/ease.js","layer":"app-pages-browser"},"startTime":1785680964455,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":16110,"timestamp":1853731234692,"id":2574,"parentId":2246,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-transition/src/transition/merge.js","layer":"app-pages-browser"},"startTime":1785680964455,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":16204,"timestamp":1853731234667,"id":2573,"parentId":2246,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-transition/src/transition/filter.js","layer":"app-pages-browser"},"startTime":1785680964455,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":16492,"timestamp":1853731234425,"id":2564,"parentId":2213,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-shape/src/noop.js","layer":"app-pages-browser"},"startTime":1785680964454,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":16304,"timestamp":1853731234716,"id":2575,"parentId":2246,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-transition/src/transition/on.js","layer":"app-pages-browser"},"startTime":1785680964455,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":16343,"timestamp":1853731234767,"id":2577,"parentId":2246,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-transition/src/transition/select.js","layer":"app-pages-browser"},"startTime":1785680964455,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":16356,"timestamp":1853731234816,"id":2579,"parentId":2246,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-transition/src/transition/selection.js","layer":"app-pages-browser"},"startTime":1785680964455,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":16492,"timestamp":1853731234845,"id":2580,"parentId":2246,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-transition/src/transition/style.js","layer":"app-pages-browser"},"startTime":1785680964455,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":16655,"timestamp":1853731234742,"id":2576,"parentId":2246,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-transition/src/transition/remove.js","layer":"app-pages-browser"},"startTime":1785680964455,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":16609,"timestamp":1853731234871,"id":2581,"parentId":2246,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-transition/src/transition/styleTween.js","layer":"app-pages-browser"},"startTime":1785680964455,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":16660,"timestamp":1853731234896,"id":2582,"parentId":2246,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-transition/src/transition/text.js","layer":"app-pages-browser"},"startTime":1785680964455,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":16875,"timestamp":1853731234791,"id":2578,"parentId":2246,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-transition/src/transition/selectAll.js","layer":"app-pages-browser"},"startTime":1785680964455,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":16809,"timestamp":1853731234930,"id":2583,"parentId":2246,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-transition/src/transition/textTween.js","layer":"app-pages-browser"},"startTime":1785680964455,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":17253,"timestamp":1853731234556,"id":2569,"parentId":2246,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-transition/src/transition/delay.js","layer":"app-pages-browser"},"startTime":1785680964455,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":12945,"timestamp":1853731238967,"id":2584,"parentId":2246,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-transition/src/transition/transition.js","layer":"app-pages-browser"},"startTime":1785680964459,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":13055,"timestamp":1853731239009,"id":2585,"parentId":2246,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-transition/src/transition/tween.js","layer":"app-pages-browser"},"startTime":1785680964459,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":13110,"timestamp":1853731239034,"id":2586,"parentId":2246,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-transition/src/transition/end.js","layer":"app-pages-browser"},"startTime":1785680964459,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":15828,"timestamp":1853731239059,"id":2587,"parentId":2058,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/cose-base/cose-base.js","layer":"app-pages-browser"},"startTime":1785680964459,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":5982,"timestamp":1853731249218,"id":2660,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/create.js","layer":"app-pages-browser"},"startTime":1785680964469,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":6079,"timestamp":1853731249171,"id":2659,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/countBy.js","layer":"app-pages-browser"},"startTime":1785680964469,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":6048,"timestamp":1853731249249,"id":2661,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/curry.js","layer":"app-pages-browser"},"startTime":1785680964469,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":5979,"timestamp":1853731249352,"id":2665,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/defaultTo.js","layer":"app-pages-browser"},"startTime":1785680964469,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":6073,"timestamp":1853731249328,"id":2664,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/deburr.js","layer":"app-pages-browser"},"startTime":1785680964469,"traceId":"a894ddc49bbe7d05"}]
25
+ [{"name":"build-module-js","duration":6040,"timestamp":1853731249400,"id":2667,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/defaultsDeep.js","layer":"app-pages-browser"},"startTime":1785680964469,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":6315,"timestamp":1853731249304,"id":2663,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/debounce.js","layer":"app-pages-browser"},"startTime":1785680964469,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":6314,"timestamp":1853731249376,"id":2666,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/defaults.js","layer":"app-pages-browser"},"startTime":1785680964469,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":6454,"timestamp":1853731249278,"id":2662,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/curryRight.js","layer":"app-pages-browser"},"startTime":1785680964469,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":6331,"timestamp":1853731249430,"id":2668,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/defer.js","layer":"app-pages-browser"},"startTime":1785680964469,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":9426,"timestamp":1853731249454,"id":2669,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/delay.js","layer":"app-pages-browser"},"startTime":1785680964469,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":9509,"timestamp":1853731249479,"id":2670,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/difference.js","layer":"app-pages-browser"},"startTime":1785680964469,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":17930,"timestamp":1853731241255,"id":2609,"parentId":1986,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/character-reference-invalid/index.js","layer":"app-pages-browser"},"startTime":1785680964461,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":17962,"timestamp":1853731241309,"id":2611,"parentId":1986,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/is-hexadecimal/index.js","layer":"app-pages-browser"},"startTime":1785680964461,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":18061,"timestamp":1853731241335,"id":2612,"parentId":1986,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/character-entities-legacy/index.js","layer":"app-pages-browser"},"startTime":1785680964461,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":18132,"timestamp":1853731241370,"id":2613,"parentId":1986,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/decode-named-character-reference/index.dom.js","layer":"app-pages-browser"},"startTime":1785680964461,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":18281,"timestamp":1853731241283,"id":2610,"parentId":1986,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/is-decimal/index.js","layer":"app-pages-browser"},"startTime":1785680964461,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2819,"timestamp":1853731257016,"id":2671,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/differenceBy.js","layer":"app-pages-browser"},"startTime":1785680964477,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2804,"timestamp":1853731257077,"id":2672,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/differenceWith.js","layer":"app-pages-browser"},"startTime":1785680964477,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2800,"timestamp":1853731257111,"id":2673,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/divide.js","layer":"app-pages-browser"},"startTime":1785680964477,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2784,"timestamp":1853731257175,"id":2675,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/dropRight.js","layer":"app-pages-browser"},"startTime":1785680964477,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2770,"timestamp":1853731257226,"id":2677,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/dropWhile.js","layer":"app-pages-browser"},"startTime":1785680964477,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2828,"timestamp":1853731257200,"id":2676,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/dropRightWhile.js","layer":"app-pages-browser"},"startTime":1785680964477,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2801,"timestamp":1853731257253,"id":2678,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/each.js","layer":"app-pages-browser"},"startTime":1785680964477,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2795,"timestamp":1853731257278,"id":2679,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/eachRight.js","layer":"app-pages-browser"},"startTime":1785680964477,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2810,"timestamp":1853731257309,"id":2680,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/endsWith.js","layer":"app-pages-browser"},"startTime":1785680964477,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2804,"timestamp":1853731257333,"id":2681,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/entries.js","layer":"app-pages-browser"},"startTime":1785680964477,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2794,"timestamp":1853731257359,"id":2682,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/entriesIn.js","layer":"app-pages-browser"},"startTime":1785680964477,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":3050,"timestamp":1853731257143,"id":2674,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/drop.js","layer":"app-pages-browser"},"startTime":1785680964477,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2857,"timestamp":1853731257383,"id":2683,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/escape.js","layer":"app-pages-browser"},"startTime":1785680964477,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2865,"timestamp":1853731257415,"id":2684,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/escapeRegExp.js","layer":"app-pages-browser"},"startTime":1785680964477,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2885,"timestamp":1853731257439,"id":2685,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/every.js","layer":"app-pages-browser"},"startTime":1785680964477,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2876,"timestamp":1853731257464,"id":2686,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/extend.js","layer":"app-pages-browser"},"startTime":1785680964477,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2867,"timestamp":1853731257488,"id":2687,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/extendWith.js","layer":"app-pages-browser"},"startTime":1785680964477,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2885,"timestamp":1853731257512,"id":2688,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/fill.js","layer":"app-pages-browser"},"startTime":1785680964477,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2898,"timestamp":1853731257536,"id":2689,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/filter.js","layer":"app-pages-browser"},"startTime":1785680964478,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2795,"timestamp":1853731257667,"id":2690,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/find.js","layer":"app-pages-browser"},"startTime":1785680964478,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2697,"timestamp":1853731257813,"id":2691,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/findIndex.js","layer":"app-pages-browser"},"startTime":1785680964478,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2661,"timestamp":1853731257879,"id":2692,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/findKey.js","layer":"app-pages-browser"},"startTime":1785680964478,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":21939,"timestamp":1853731241457,"id":2616,"parentId":2254,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/@babel/runtime/helpers/typeof.js","layer":"app-pages-browser"},"startTime":1785680964461,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":22089,"timestamp":1853731241424,"id":2615,"parentId":2249,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/@babel/runtime/helpers/regeneratorDefine.js","layer":"app-pages-browser"},"startTime":1785680964461,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":22196,"timestamp":1853731241397,"id":2614,"parentId":1986,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/is-alphanumerical/index.js","layer":"app-pages-browser"},"startTime":1785680964461,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":22169,"timestamp":1853731241519,"id":2618,"parentId":2308,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/dagre-d3-es/src/dagre/order/add-subgraph-constraints.js","layer":"app-pages-browser"},"startTime":1785680964461,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":22189,"timestamp":1853731241593,"id":2621,"parentId":2308,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/dagre-d3-es/src/dagre/order/init-order.js","layer":"app-pages-browser"},"startTime":1785680964462,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":23384,"timestamp":1853731241618,"id":2622,"parentId":2308,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/dagre-d3-es/src/dagre/order/sort-subgraph.js","layer":"app-pages-browser"},"startTime":1785680964462,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":23592,"timestamp":1853731241568,"id":2620,"parentId":2308,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/dagre-d3-es/src/dagre/order/cross-count.js","layer":"app-pages-browser"},"startTime":1785680964462,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":23812,"timestamp":1853731241490,"id":2617,"parentId":2041,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/style-to-object/cjs/index.js","layer":"app-pages-browser"},"startTime":1785680964461,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":23749,"timestamp":1853731241667,"id":2624,"parentId":2282,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/dagre-d3-es/src/dagre/data/list.js","layer":"app-pages-browser"},"startTime":1785680964462,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":23635,"timestamp":1853731241846,"id":2630,"parentId":2311,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/khroma/dist/utils/index.js","layer":"app-pages-browser"},"startTime":1785680964462,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":24411,"timestamp":1853731241642,"id":2623,"parentId":2309,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/dagre-d3-es/src/dagre/position/bk.js","layer":"app-pages-browser"},"startTime":1785680964462,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":24305,"timestamp":1853731241875,"id":2631,"parentId":2311,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/khroma/dist/color/index.js","layer":"app-pages-browser"},"startTime":1785680964462,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":24761,"timestamp":1853731241544,"id":2619,"parentId":2308,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/dagre-d3-es/src/dagre/order/build-layer-graph.js","layer":"app-pages-browser"},"startTime":1785680964462,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":24459,"timestamp":1853731241900,"id":2632,"parentId":2311,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/khroma/dist/channels/reusable.js","layer":"app-pages-browser"},"startTime":1785680964462,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":20474,"timestamp":1853731245975,"id":2654,"parentId":2306,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/dagre-d3-es/src/graphlib/alg/index.js","layer":"app-pages-browser"},"startTime":1785680964466,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":4910,"timestamp":1853731261793,"id":2693,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/findLast.js","layer":"app-pages-browser"},"startTime":1785680964482,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":4919,"timestamp":1853731261848,"id":2694,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/findLastIndex.js","layer":"app-pages-browser"},"startTime":1785680964482,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":4921,"timestamp":1853731261880,"id":2695,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/findLastKey.js","layer":"app-pages-browser"},"startTime":1785680964482,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":4892,"timestamp":1853731261940,"id":2697,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/flatMap.js","layer":"app-pages-browser"},"startTime":1785680964482,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":4902,"timestamp":1853731261966,"id":2698,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/flatMapDeep.js","layer":"app-pages-browser"},"startTime":1785680964482,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":4868,"timestamp":1853731262028,"id":2700,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/flatten.js","layer":"app-pages-browser"},"startTime":1785680964482,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":4939,"timestamp":1853731261991,"id":2699,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/flatMapDepth.js","layer":"app-pages-browser"},"startTime":1785680964482,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":4910,"timestamp":1853731262053,"id":2701,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/flattenDeep.js","layer":"app-pages-browser"},"startTime":1785680964482,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":5071,"timestamp":1853731261913,"id":2696,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/first.js","layer":"app-pages-browser"},"startTime":1785680964482,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":4883,"timestamp":1853731262136,"id":2702,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/flattenDepth.js","layer":"app-pages-browser"},"startTime":1785680964482,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":4884,"timestamp":1853731262166,"id":2703,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/flip.js","layer":"app-pages-browser"},"startTime":1785680964482,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":4846,"timestamp":1853731262228,"id":2705,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/floor.js","layer":"app-pages-browser"},"startTime":1785680964482,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":4846,"timestamp":1853731262253,"id":2706,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/flow.js","layer":"app-pages-browser"},"startTime":1785680964482,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":4832,"timestamp":1853731262304,"id":2708,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/forEach.js","layer":"app-pages-browser"},"startTime":1785680964482,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":4840,"timestamp":1853731262329,"id":2709,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/forEachRight.js","layer":"app-pages-browser"},"startTime":1785680964482,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":4848,"timestamp":1853731262356,"id":2710,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/forIn.js","layer":"app-pages-browser"},"startTime":1785680964482,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":4855,"timestamp":1853731262380,"id":2711,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/forInRight.js","layer":"app-pages-browser"},"startTime":1785680964482,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":4859,"timestamp":1853731262405,"id":2712,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/forOwn.js","layer":"app-pages-browser"},"startTime":1785680964482,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":4863,"timestamp":1853731262428,"id":2713,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/forOwnRight.js","layer":"app-pages-browser"},"startTime":1785680964482,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":5036,"timestamp":1853731262278,"id":2707,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/flowRight.js","layer":"app-pages-browser"},"startTime":1785680964482,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":4898,"timestamp":1853731262452,"id":2714,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/fromPairs.js","layer":"app-pages-browser"},"startTime":1785680964482,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":4902,"timestamp":1853731262476,"id":2715,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/functions.js","layer":"app-pages-browser"},"startTime":1785680964482,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":4904,"timestamp":1853731262500,"id":2716,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/functionsIn.js","layer":"app-pages-browser"},"startTime":1785680964482,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":4901,"timestamp":1853731262547,"id":2718,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/groupBy.js","layer":"app-pages-browser"},"startTime":1785680964483,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":4918,"timestamp":1853731262569,"id":2719,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/gt.js","layer":"app-pages-browser"},"startTime":1785680964483,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":4923,"timestamp":1853731262594,"id":2720,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/gte.js","layer":"app-pages-browser"},"startTime":1785680964483,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":5026,"timestamp":1853731262523,"id":2717,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/get.js","layer":"app-pages-browser"},"startTime":1785680964482,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":4960,"timestamp":1853731262618,"id":2721,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/has.js","layer":"app-pages-browser"},"startTime":1785680964483,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":4939,"timestamp":1853731262664,"id":2723,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/head.js","layer":"app-pages-browser"},"startTime":1785680964483,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":4992,"timestamp":1853731262641,"id":2722,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/hasIn.js","layer":"app-pages-browser"},"startTime":1785680964483,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":4904,"timestamp":1853731262759,"id":2727,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/initial.js","layer":"app-pages-browser"},"startTime":1785680964483,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":4972,"timestamp":1853731262735,"id":2726,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/indexOf.js","layer":"app-pages-browser"},"startTime":1785680964483,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":5053,"timestamp":1853731262712,"id":2725,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/includes.js","layer":"app-pages-browser"},"startTime":1785680964483,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":5277,"timestamp":1853731262688,"id":2724,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/inRange.js","layer":"app-pages-browser"},"startTime":1785680964483,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":8572,"timestamp":1853731262783,"id":2728,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/intersection.js","layer":"app-pages-browser"},"startTime":1785680964483,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":1516,"timestamp":1853731270219,"id":2730,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/intersectionWith.js","layer":"app-pages-browser"},"startTime":1785680964490,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":1655,"timestamp":1853731270134,"id":2729,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/intersectionBy.js","layer":"app-pages-browser"},"startTime":1785680964490,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":1582,"timestamp":1853731270257,"id":2731,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/invert.js","layer":"app-pages-browser"},"startTime":1785680964490,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":1548,"timestamp":1853731270320,"id":2733,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/invoke.js","layer":"app-pages-browser"},"startTime":1785680964490,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":1574,"timestamp":1853731270348,"id":2734,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/invokeMap.js","layer":"app-pages-browser"},"startTime":1785680964490,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":1586,"timestamp":1853731270373,"id":2735,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/isBoolean.js","layer":"app-pages-browser"},"startTime":1785680964490,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":1731,"timestamp":1853731270397,"id":2736,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/isArrayBuffer.js","layer":"app-pages-browser"},"startTime":1785680964490,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":1888,"timestamp":1853731270291,"id":2732,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/invertBy.js","layer":"app-pages-browser"},"startTime":1785680964490,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":1802,"timestamp":1853731270421,"id":2737,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/isDate.js","layer":"app-pages-browser"},"startTime":1785680964490,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2103,"timestamp":1853731274026,"id":2738,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/isElement.js","layer":"app-pages-browser"},"startTime":1785680964494,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2079,"timestamp":1853731274089,"id":2739,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/isEqual.js","layer":"app-pages-browser"},"startTime":1785680964494,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2081,"timestamp":1853731274135,"id":2740,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/isEqualWith.js","layer":"app-pages-browser"},"startTime":1785680964494,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2031,"timestamp":1853731274217,"id":2743,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/isInteger.js","layer":"app-pages-browser"},"startTime":1785680964494,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2094,"timestamp":1853731274192,"id":2742,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/isFinite.js","layer":"app-pages-browser"},"startTime":1785680964494,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2073,"timestamp":1853731274244,"id":2744,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/isMatch.js","layer":"app-pages-browser"},"startTime":1785680964494,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2052,"timestamp":1853731274292,"id":2746,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/isNaN.js","layer":"app-pages-browser"},"startTime":1785680964494,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2108,"timestamp":1853731274268,"id":2745,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/isMatchWith.js","layer":"app-pages-browser"},"startTime":1785680964494,"traceId":"a894ddc49bbe7d05"}]
26
+ [{"name":"build-module-js","duration":2098,"timestamp":1853731274316,"id":2747,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/isNative.js","layer":"app-pages-browser"},"startTime":1785680964494,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2291,"timestamp":1853731274166,"id":2741,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/isError.js","layer":"app-pages-browser"},"startTime":1785680964494,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2135,"timestamp":1853731274343,"id":2748,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/isNil.js","layer":"app-pages-browser"},"startTime":1785680964494,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2135,"timestamp":1853731274368,"id":2749,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/isNull.js","layer":"app-pages-browser"},"startTime":1785680964494,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2142,"timestamp":1853731274392,"id":2750,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/isNumber.js","layer":"app-pages-browser"},"startTime":1785680964494,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":3788,"timestamp":1853731274440,"id":2752,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/isSafeInteger.js","layer":"app-pages-browser"},"startTime":1785680964494,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":3806,"timestamp":1853731274463,"id":2753,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/isString.js","layer":"app-pages-browser"},"startTime":1785680964494,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":3968,"timestamp":1853731274416,"id":2751,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/isRegExp.js","layer":"app-pages-browser"},"startTime":1785680964494,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":23554,"timestamp":1853731262200,"id":2704,"parentId":2121,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/cytoscape-fcose/node_modules/layout-base/layout-base.js","layer":"app-pages-browser"},"startTime":1785680964482,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":9132,"timestamp":1853731277034,"id":2754,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/isSymbol.js","layer":"app-pages-browser"},"startTime":1785680964497,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":9131,"timestamp":1853731277073,"id":2755,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/isUndefined.js","layer":"app-pages-browser"},"startTime":1785680964497,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":9135,"timestamp":1853731277109,"id":2756,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/isWeakMap.js","layer":"app-pages-browser"},"startTime":1785680964497,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":9124,"timestamp":1853731277164,"id":2758,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/iteratee.js","layer":"app-pages-browser"},"startTime":1785680964497,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":9137,"timestamp":1853731277187,"id":2759,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/join.js","layer":"app-pages-browser"},"startTime":1785680964497,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":9144,"timestamp":1853731277213,"id":2760,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/kebabCase.js","layer":"app-pages-browser"},"startTime":1785680964497,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":9153,"timestamp":1853731277236,"id":2761,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/keyBy.js","layer":"app-pages-browser"},"startTime":1785680964497,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":9158,"timestamp":1853731277260,"id":2762,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/last.js","layer":"app-pages-browser"},"startTime":1785680964497,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":9197,"timestamp":1853731277284,"id":2763,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/lastIndexOf.js","layer":"app-pages-browser"},"startTime":1785680964497,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":9181,"timestamp":1853731277331,"id":2765,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/lowerCase.js","layer":"app-pages-browser"},"startTime":1785680964497,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":9409,"timestamp":1853731277138,"id":2757,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/isWeakSet.js","layer":"app-pages-browser"},"startTime":1785680964497,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":9321,"timestamp":1853731277307,"id":2764,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/wrapperLodash.js","layer":"app-pages-browser"},"startTime":1785680964497,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":9302,"timestamp":1853731277355,"id":2766,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/lowerFirst.js","layer":"app-pages-browser"},"startTime":1785680964497,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":9305,"timestamp":1853731277380,"id":2767,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/lt.js","layer":"app-pages-browser"},"startTime":1785680964497,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":9304,"timestamp":1853731277426,"id":2769,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/map.js","layer":"app-pages-browser"},"startTime":1785680964497,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":9322,"timestamp":1853731277450,"id":2770,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/mapKeys.js","layer":"app-pages-browser"},"startTime":1785680964497,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":9338,"timestamp":1853731277473,"id":2771,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/mapValues.js","layer":"app-pages-browser"},"startTime":1785680964497,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":9347,"timestamp":1853731277498,"id":2772,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/matches.js","layer":"app-pages-browser"},"startTime":1785680964497,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":11194,"timestamp":1853731277521,"id":2773,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/matchesProperty.js","layer":"app-pages-browser"},"startTime":1785680964497,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":11365,"timestamp":1853731277403,"id":2768,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/lte.js","layer":"app-pages-browser"},"startTime":1785680964497,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":11263,"timestamp":1853731277545,"id":2774,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/max.js","layer":"app-pages-browser"},"startTime":1785680964498,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":11277,"timestamp":1853731277568,"id":2775,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/maxBy.js","layer":"app-pages-browser"},"startTime":1785680964498,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":11280,"timestamp":1853731277591,"id":2776,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/mean.js","layer":"app-pages-browser"},"startTime":1785680964498,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":11268,"timestamp":1853731277639,"id":2778,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/mergeWith.js","layer":"app-pages-browser"},"startTime":1785680964498,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":11290,"timestamp":1853731277662,"id":2779,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/method.js","layer":"app-pages-browser"},"startTime":1785680964498,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":11299,"timestamp":1853731277686,"id":2780,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/methodOf.js","layer":"app-pages-browser"},"startTime":1785680964498,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":11305,"timestamp":1853731277713,"id":2781,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/min.js","layer":"app-pages-browser"},"startTime":1785680964498,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":11437,"timestamp":1853731277614,"id":2777,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/meanBy.js","layer":"app-pages-browser"},"startTime":1785680964498,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":11349,"timestamp":1853731277737,"id":2782,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/minBy.js","layer":"app-pages-browser"},"startTime":1785680964498,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":11425,"timestamp":1853731277761,"id":2783,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/mixin.js","layer":"app-pages-browser"},"startTime":1785680964498,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2178,"timestamp":1853731291864,"id":2784,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/multiply.js","layer":"app-pages-browser"},"startTime":1785680964512,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2117,"timestamp":1853731291987,"id":2786,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/next.js","layer":"app-pages-browser"},"startTime":1785680964512,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2208,"timestamp":1853731291955,"id":2785,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/negate.js","layer":"app-pages-browser"},"startTime":1785680964512,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2148,"timestamp":1853731292048,"id":2788,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/now.js","layer":"app-pages-browser"},"startTime":1785680964512,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2130,"timestamp":1853731292099,"id":2790,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/nth.js","layer":"app-pages-browser"},"startTime":1785680964512,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2190,"timestamp":1853731292074,"id":2789,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/nthArg.js","layer":"app-pages-browser"},"startTime":1785680964512,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2270,"timestamp":1853731292021,"id":2787,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/noop.js","layer":"app-pages-browser"},"startTime":1785680964512,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2169,"timestamp":1853731292150,"id":2792,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/omitBy.js","layer":"app-pages-browser"},"startTime":1785680964512,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2165,"timestamp":1853731292176,"id":2793,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/once.js","layer":"app-pages-browser"},"startTime":1785680964512,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2284,"timestamp":1853731292126,"id":2791,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/omit.js","layer":"app-pages-browser"},"startTime":1785680964512,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2191,"timestamp":1853731292250,"id":2796,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/overEvery.js","layer":"app-pages-browser"},"startTime":1785680964512,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2192,"timestamp":1853731292275,"id":2797,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/overSome.js","layer":"app-pages-browser"},"startTime":1785680964512,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2310,"timestamp":1853731292226,"id":2795,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/overArgs.js","layer":"app-pages-browser"},"startTime":1785680964512,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2387,"timestamp":1853731292201,"id":2794,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/over.js","layer":"app-pages-browser"},"startTime":1785680964512,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2343,"timestamp":1853731292298,"id":2798,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/orderBy.js","layer":"app-pages-browser"},"startTime":1785680964512,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2360,"timestamp":1853731292322,"id":2799,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/padEnd.js","layer":"app-pages-browser"},"startTime":1785680964512,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2387,"timestamp":1853731292346,"id":2800,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/pad.js","layer":"app-pages-browser"},"startTime":1785680964512,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2372,"timestamp":1853731292397,"id":2802,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/padStart.js","layer":"app-pages-browser"},"startTime":1785680964512,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2388,"timestamp":1853731292423,"id":2803,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/partial.js","layer":"app-pages-browser"},"startTime":1785680964512,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2396,"timestamp":1853731292447,"id":2804,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/partition.js","layer":"app-pages-browser"},"startTime":1785680964512,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2530,"timestamp":1853731292372,"id":2801,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/parseInt.js","layer":"app-pages-browser"},"startTime":1785680964512,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2440,"timestamp":1853731292495,"id":2806,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/pick.js","layer":"app-pages-browser"},"startTime":1785680964512,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2503,"timestamp":1853731292472,"id":2805,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/partialRight.js","layer":"app-pages-browser"},"startTime":1785680964512,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2498,"timestamp":1853731292520,"id":2807,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/pickBy.js","layer":"app-pages-browser"},"startTime":1785680964512,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2485,"timestamp":1853731292569,"id":2809,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/property.js","layer":"app-pages-browser"},"startTime":1785680964513,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2491,"timestamp":1853731292593,"id":2810,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/propertyOf.js","layer":"app-pages-browser"},"startTime":1785680964513,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2485,"timestamp":1853731292623,"id":2811,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/pull.js","layer":"app-pages-browser"},"startTime":1785680964513,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2489,"timestamp":1853731292647,"id":2812,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/pullAll.js","layer":"app-pages-browser"},"startTime":1785680964513,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2513,"timestamp":1853731292673,"id":2813,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/pullAllBy.js","layer":"app-pages-browser"},"startTime":1785680964513,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2519,"timestamp":1853731292696,"id":2814,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/pullAllWith.js","layer":"app-pages-browser"},"startTime":1785680964513,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2726,"timestamp":1853731292543,"id":2808,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/plant.js","layer":"app-pages-browser"},"startTime":1785680964513,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2605,"timestamp":1853731292721,"id":2815,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/pullAt.js","layer":"app-pages-browser"},"startTime":1785680964513,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2605,"timestamp":1853731292776,"id":2817,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/range.js","layer":"app-pages-browser"},"startTime":1785680964513,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2768,"timestamp":1853731292750,"id":2816,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/random.js","layer":"app-pages-browser"},"startTime":1785680964513,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2736,"timestamp":1853731292826,"id":2819,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/rearg.js","layer":"app-pages-browser"},"startTime":1785680964513,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2764,"timestamp":1853731292850,"id":2820,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/reduce.js","layer":"app-pages-browser"},"startTime":1785680964513,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2849,"timestamp":1853731292800,"id":2818,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/rangeRight.js","layer":"app-pages-browser"},"startTime":1785680964513,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2825,"timestamp":1853731292876,"id":2821,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/reduceRight.js","layer":"app-pages-browser"},"startTime":1785680964513,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2850,"timestamp":1853731292899,"id":2822,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/reject.js","layer":"app-pages-browser"},"startTime":1785680964513,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2879,"timestamp":1853731292922,"id":2823,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/remove.js","layer":"app-pages-browser"},"startTime":1785680964513,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2937,"timestamp":1853731292970,"id":2825,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/replace.js","layer":"app-pages-browser"},"startTime":1785680964513,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2965,"timestamp":1853731292993,"id":2826,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/rest.js","layer":"app-pages-browser"},"startTime":1785680964513,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":3000,"timestamp":1853731293017,"id":2827,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/result.js","layer":"app-pages-browser"},"startTime":1785680964513,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":3009,"timestamp":1853731293039,"id":2828,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/reverse.js","layer":"app-pages-browser"},"startTime":1785680964513,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":3143,"timestamp":1853731292945,"id":2824,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/repeat.js","layer":"app-pages-browser"},"startTime":1785680964513,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":3048,"timestamp":1853731293064,"id":2829,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/round.js","layer":"app-pages-browser"},"startTime":1785680964513,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":3053,"timestamp":1853731293090,"id":2830,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/sample.js","layer":"app-pages-browser"},"startTime":1785680964513,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":3068,"timestamp":1853731293117,"id":2831,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/sampleSize.js","layer":"app-pages-browser"},"startTime":1785680964513,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":3056,"timestamp":1853731293166,"id":2833,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/setWith.js","layer":"app-pages-browser"},"startTime":1785680964513,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":3065,"timestamp":1853731293189,"id":2834,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/shuffle.js","layer":"app-pages-browser"},"startTime":1785680964513,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":3141,"timestamp":1853731293140,"id":2832,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/set.js","layer":"app-pages-browser"},"startTime":1785680964513,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":3093,"timestamp":1853731293236,"id":2836,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/slice.js","layer":"app-pages-browser"},"startTime":1785680964513,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":7061,"timestamp":1853731293212,"id":2835,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/size.js","layer":"app-pages-browser"},"startTime":1785680964513,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":7062,"timestamp":1853731293261,"id":2837,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/snakeCase.js","layer":"app-pages-browser"},"startTime":1785680964513,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":7026,"timestamp":1853731293330,"id":2840,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/sortedIndex.js","layer":"app-pages-browser"},"startTime":1785680964513,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":7115,"timestamp":1853731293308,"id":2839,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/sortBy.js","layer":"app-pages-browser"},"startTime":1785680964513,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":7105,"timestamp":1853731293355,"id":2841,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/sortedIndexBy.js","layer":"app-pages-browser"},"startTime":1785680964513,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":7224,"timestamp":1853731293285,"id":2838,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/some.js","layer":"app-pages-browser"},"startTime":1785680964513,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":7204,"timestamp":1853731293382,"id":2842,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/sortedIndexOf.js","layer":"app-pages-browser"},"startTime":1785680964513,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":7292,"timestamp":1853731293405,"id":2843,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/sortedLastIndex.js","layer":"app-pages-browser"},"startTime":1785680964513,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":7357,"timestamp":1853731293429,"id":2844,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/sortedLastIndexBy.js","layer":"app-pages-browser"},"startTime":1785680964513,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":1551,"timestamp":1853731299284,"id":2845,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/sortedLastIndexOf.js","layer":"app-pages-browser"},"startTime":1785680964519,"traceId":"a894ddc49bbe7d05"}]
27
+ [{"name":"build-module-js","duration":1510,"timestamp":1853731299353,"id":2846,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/sortedUniq.js","layer":"app-pages-browser"},"startTime":1785680964519,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":1503,"timestamp":1853731299391,"id":2847,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/sortedUniqBy.js","layer":"app-pages-browser"},"startTime":1785680964519,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":1450,"timestamp":1853731299477,"id":2850,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/startCase.js","layer":"app-pages-browser"},"startTime":1785680964519,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":1539,"timestamp":1853731299452,"id":2849,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/spread.js","layer":"app-pages-browser"},"startTime":1785680964519,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":1532,"timestamp":1853731299504,"id":2851,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/startsWith.js","layer":"app-pages-browser"},"startTime":1785680964519,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":1535,"timestamp":1853731299528,"id":2852,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/stubObject.js","layer":"app-pages-browser"},"startTime":1785680964519,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":1539,"timestamp":1853731299551,"id":2853,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/stubString.js","layer":"app-pages-browser"},"startTime":1785680964520,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":1516,"timestamp":1853731299603,"id":2855,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/subtract.js","layer":"app-pages-browser"},"startTime":1785680964520,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":1564,"timestamp":1853731299575,"id":2854,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/stubTrue.js","layer":"app-pages-browser"},"startTime":1785680964520,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":1544,"timestamp":1853731299627,"id":2856,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/sum.js","layer":"app-pages-browser"},"startTime":1785680964520,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":1827,"timestamp":1853731299425,"id":2848,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/split.js","layer":"app-pages-browser"},"startTime":1785680964519,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":1646,"timestamp":1853731299651,"id":2857,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/sumBy.js","layer":"app-pages-browser"},"startTime":1785680964520,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":1656,"timestamp":1853731299674,"id":2858,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/tail.js","layer":"app-pages-browser"},"startTime":1785680964520,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":1874,"timestamp":1853731303706,"id":2860,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/takeRight.js","layer":"app-pages-browser"},"startTime":1785680964524,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":1990,"timestamp":1853731303634,"id":2859,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/take.js","layer":"app-pages-browser"},"startTime":1785680964524,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":1924,"timestamp":1853731303735,"id":2861,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/takeWhile.js","layer":"app-pages-browser"},"startTime":1785680964524,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":1893,"timestamp":1853731303792,"id":2863,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/tap.js","layer":"app-pages-browser"},"startTime":1785680964524,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":1892,"timestamp":1853731303845,"id":2865,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/templateSettings.js","layer":"app-pages-browser"},"startTime":1785680964524,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":3101,"timestamp":1853731303895,"id":2867,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/thru.js","layer":"app-pages-browser"},"startTime":1785680964524,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":3202,"timestamp":1853731303871,"id":2866,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/throttle.js","layer":"app-pages-browser"},"startTime":1785680964524,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":3364,"timestamp":1853731303766,"id":2862,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/takeRightWhile.js","layer":"app-pages-browser"},"startTime":1785680964524,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":3645,"timestamp":1853731303820,"id":2864,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/template.js","layer":"app-pages-browser"},"startTime":1785680964524,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":3608,"timestamp":1853731303920,"id":2868,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/times.js","layer":"app-pages-browser"},"startTime":1785680964524,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":1573,"timestamp":1853731306069,"id":2869,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/toArray.js","layer":"app-pages-browser"},"startTime":1785680964526,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":1588,"timestamp":1853731306107,"id":2870,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/toFinite.js","layer":"app-pages-browser"},"startTime":1785680964526,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":1593,"timestamp":1853731306134,"id":2871,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/toInteger.js","layer":"app-pages-browser"},"startTime":1785680964526,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":1574,"timestamp":1853731306188,"id":2873,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/toJSON.js","layer":"app-pages-browser"},"startTime":1785680964526,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":1581,"timestamp":1853731306214,"id":2874,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/toLength.js","layer":"app-pages-browser"},"startTime":1785680964526,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":1579,"timestamp":1853731306240,"id":2875,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/toLower.js","layer":"app-pages-browser"},"startTime":1785680964526,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":1553,"timestamp":1853731306290,"id":2877,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/toPairs.js","layer":"app-pages-browser"},"startTime":1785680964526,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":1555,"timestamp":1853731306315,"id":2878,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/toPairsIn.js","layer":"app-pages-browser"},"startTime":1785680964526,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":1679,"timestamp":1853731306266,"id":2876,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/toNumber.js","layer":"app-pages-browser"},"startTime":1785680964526,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":1811,"timestamp":1853731306162,"id":2872,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/toIterator.js","layer":"app-pages-browser"},"startTime":1785680964526,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":1674,"timestamp":1853731306338,"id":2879,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/toPath.js","layer":"app-pages-browser"},"startTime":1785680964526,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":1683,"timestamp":1853731306362,"id":2880,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/toSafeInteger.js","layer":"app-pages-browser"},"startTime":1785680964526,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":1691,"timestamp":1853731306385,"id":2881,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/toString.js","layer":"app-pages-browser"},"startTime":1785680964526,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":1650,"timestamp":1853731306480,"id":2885,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/trimEnd.js","layer":"app-pages-browser"},"startTime":1785680964526,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":1726,"timestamp":1853731306455,"id":2884,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/trim.js","layer":"app-pages-browser"},"startTime":1785680964526,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":1821,"timestamp":1853731306432,"id":2883,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/transform.js","layer":"app-pages-browser"},"startTime":1785680964526,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":1872,"timestamp":1853731306409,"id":2882,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/toUpper.js","layer":"app-pages-browser"},"startTime":1785680964526,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":1758,"timestamp":1853731306550,"id":2888,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/unary.js","layer":"app-pages-browser"},"startTime":1785680964527,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":1852,"timestamp":1853731306503,"id":2886,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/trimStart.js","layer":"app-pages-browser"},"startTime":1785680964526,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":1791,"timestamp":1853731306595,"id":2890,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/union.js","layer":"app-pages-browser"},"startTime":1785680964527,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":1975,"timestamp":1853731306527,"id":2887,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/truncate.js","layer":"app-pages-browser"},"startTime":1785680964526,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":1927,"timestamp":1853731306618,"id":2891,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/unionBy.js","layer":"app-pages-browser"},"startTime":1785680964527,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":5635,"timestamp":1853731306572,"id":2889,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/unescape.js","layer":"app-pages-browser"},"startTime":1785680964527,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":5579,"timestamp":1853731306664,"id":2893,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/uniq.js","layer":"app-pages-browser"},"startTime":1785680964527,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":5676,"timestamp":1853731306641,"id":2892,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/unionWith.js","layer":"app-pages-browser"},"startTime":1785680964527,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":5665,"timestamp":1853731306687,"id":2894,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/uniqBy.js","layer":"app-pages-browser"},"startTime":1785680964527,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":5796,"timestamp":1853731306710,"id":2895,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/uniqWith.js","layer":"app-pages-browser"},"startTime":1785680964527,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":3210,"timestamp":1853731310830,"id":2896,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/uniqueId.js","layer":"app-pages-browser"},"startTime":1785680964531,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":3213,"timestamp":1853731310871,"id":2897,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/unset.js","layer":"app-pages-browser"},"startTime":1785680964531,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":3251,"timestamp":1853731310899,"id":2898,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/unzip.js","layer":"app-pages-browser"},"startTime":1785680964531,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":3232,"timestamp":1853731310955,"id":2900,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/update.js","layer":"app-pages-browser"},"startTime":1785680964531,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":3244,"timestamp":1853731310980,"id":2901,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/updateWith.js","layer":"app-pages-browser"},"startTime":1785680964531,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":3269,"timestamp":1853731311004,"id":2902,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/upperCase.js","layer":"app-pages-browser"},"startTime":1785680964531,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":3268,"timestamp":1853731311029,"id":2903,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/upperFirst.js","layer":"app-pages-browser"},"startTime":1785680964531,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":3268,"timestamp":1853731311052,"id":2904,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/value.js","layer":"app-pages-browser"},"startTime":1785680964531,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":3271,"timestamp":1853731311076,"id":2905,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/valueOf.js","layer":"app-pages-browser"},"startTime":1785680964531,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":3282,"timestamp":1853731311099,"id":2906,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/values.js","layer":"app-pages-browser"},"startTime":1785680964531,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":3498,"timestamp":1853731310929,"id":2899,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/unzipWith.js","layer":"app-pages-browser"},"startTime":1785680964531,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":3336,"timestamp":1853731311122,"id":2907,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/valuesIn.js","layer":"app-pages-browser"},"startTime":1785680964531,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":3344,"timestamp":1853731311145,"id":2908,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/without.js","layer":"app-pages-browser"},"startTime":1785680964531,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":3363,"timestamp":1853731311169,"id":2909,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/words.js","layer":"app-pages-browser"},"startTime":1785680964531,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":3400,"timestamp":1853731311215,"id":2911,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/wrapperAt.js","layer":"app-pages-browser"},"startTime":1785680964531,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":3405,"timestamp":1853731311238,"id":2912,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/wrapperChain.js","layer":"app-pages-browser"},"startTime":1785680964531,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":3481,"timestamp":1853731311192,"id":2910,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/wrap.js","layer":"app-pages-browser"},"startTime":1785680964531,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":3460,"timestamp":1853731311262,"id":2913,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/wrapperReverse.js","layer":"app-pages-browser"},"startTime":1785680964531,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":3467,"timestamp":1853731311287,"id":2914,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/xor.js","layer":"app-pages-browser"},"startTime":1785680964531,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":3469,"timestamp":1853731311310,"id":2915,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/wrapperValue.js","layer":"app-pages-browser"},"startTime":1785680964531,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":3462,"timestamp":1853731311356,"id":2917,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/xorWith.js","layer":"app-pages-browser"},"startTime":1785680964531,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":3464,"timestamp":1853731311379,"id":2918,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/zip.js","layer":"app-pages-browser"},"startTime":1785680964531,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":3469,"timestamp":1853731311402,"id":2919,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/zipObject.js","layer":"app-pages-browser"},"startTime":1785680964531,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":3475,"timestamp":1853731311425,"id":2920,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/zipObjectDeep.js","layer":"app-pages-browser"},"startTime":1785680964531,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":3610,"timestamp":1853731311333,"id":2916,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/xorBy.js","layer":"app-pages-browser"},"startTime":1785680964531,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":3533,"timestamp":1853731311448,"id":2921,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/zipWith.js","layer":"app-pages-browser"},"startTime":1785680964531,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":8194,"timestamp":1853731311471,"id":2922,"parentId":2352,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/lodash.default.js","layer":"app-pages-browser"},"startTime":1785680964531,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":12111,"timestamp":1853731311496,"id":2923,"parentId":2370,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/mdast-util-to-hast/lib/revert.js","layer":"app-pages-browser"},"startTime":1785680964531,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":12184,"timestamp":1853731311524,"id":2924,"parentId":2330,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/khroma/dist/methods/adjust_channel.js","layer":"app-pages-browser"},"startTime":1785680964531,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":12458,"timestamp":1853731311577,"id":2926,"parentId":2350,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/@iconify/utils/lib/emoji/regex/base.js","layer":"app-pages-browser"},"startTime":1785680964532,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":12613,"timestamp":1853731311551,"id":2925,"parentId":2346,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/@iconify/utils/lib/emoji/test/name.js","layer":"app-pages-browser"},"startTime":1785680964532,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":12771,"timestamp":1853731311628,"id":2928,"parentId":2350,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/@iconify/utils/lib/emoji/regex/numbers.js","layer":"app-pages-browser"},"startTime":1785680964532,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":13096,"timestamp":1853731311602,"id":2927,"parentId":2350,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/@iconify/utils/lib/emoji/regex/similar.js","layer":"app-pages-browser"},"startTime":1785680964532,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":13021,"timestamp":1853731311780,"id":2933,"parentId":2453,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-format/src/formatDecimal.js","layer":"app-pages-browser"},"startTime":1785680964532,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":13080,"timestamp":1853731311806,"id":2934,"parentId":2437,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/property-information/lib/util/types.js","layer":"app-pages-browser"},"startTime":1785680964532,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":13432,"timestamp":1853731311685,"id":2930,"parentId":2415,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/micromark-extension-math/lib/math-flow.js","layer":"app-pages-browser"},"startTime":1785680964532,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":13464,"timestamp":1853731311735,"id":2932,"parentId":2457,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-format/src/formatRounded.js","layer":"app-pages-browser"},"startTime":1785680964532,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":13709,"timestamp":1853731311710,"id":2931,"parentId":2415,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/micromark-extension-math/lib/math-text.js","layer":"app-pages-browser"},"startTime":1785680964532,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":13644,"timestamp":1853731311832,"id":2935,"parentId":2439,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/property-information/lib/util/case-sensitive-transform.js","layer":"app-pages-browser"},"startTime":1785680964532,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":13868,"timestamp":1853731311654,"id":2929,"parentId":2390,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/unist-util-visit-parents/lib/color.js","layer":"app-pages-browser"},"startTime":1785680964532,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":15499,"timestamp":1853731311860,"id":2936,"parentId":2444,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/property-information/lib/util/defined-info.js","layer":"app-pages-browser"},"startTime":1785680964532,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":10585,"timestamp":1853731316918,"id":2937,"parentId":2437,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/property-information/lib/util/create.js","layer":"app-pages-browser"},"startTime":1785680964537,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":10615,"timestamp":1853731316994,"id":2939,"parentId":2438,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/property-information/lib/util/case-insensitive-transform.js","layer":"app-pages-browser"},"startTime":1785680964537,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":10657,"timestamp":1853731317049,"id":2941,"parentId":2463,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-sankey/node_modules/d3-array/src/bisect.js","layer":"app-pages-browser"},"startTime":1785680964537,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":10717,"timestamp":1853731317105,"id":2943,"parentId":2463,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-sankey/node_modules/d3-array/src/bisector.js","layer":"app-pages-browser"},"startTime":1785680964537,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":10923,"timestamp":1853731316967,"id":2938,"parentId":2444,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/property-information/lib/util/info.js","layer":"app-pages-browser"},"startTime":1785680964537,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":10925,"timestamp":1853731317022,"id":2940,"parentId":2446,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/property-information/lib/util/schema.js","layer":"app-pages-browser"},"startTime":1785680964537,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":10921,"timestamp":1853731317076,"id":2942,"parentId":2463,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-sankey/node_modules/d3-array/src/ascending.js","layer":"app-pages-browser"},"startTime":1785680964537,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":10951,"timestamp":1853731317155,"id":2945,"parentId":2463,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-sankey/node_modules/d3-array/src/cross.js","layer":"app-pages-browser"},"startTime":1785680964537,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":10947,"timestamp":1853731317207,"id":2947,"parentId":2463,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-sankey/node_modules/d3-array/src/descending.js","layer":"app-pages-browser"},"startTime":1785680964537,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":11034,"timestamp":1853731317182,"id":2946,"parentId":2463,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-sankey/node_modules/d3-array/src/cumsum.js","layer":"app-pages-browser"},"startTime":1785680964537,"traceId":"a894ddc49bbe7d05"}]
28
+ [{"name":"build-module-js","duration":11036,"timestamp":1853731317233,"id":2948,"parentId":2463,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-sankey/node_modules/d3-array/src/deviation.js","layer":"app-pages-browser"},"startTime":1785680964537,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":11084,"timestamp":1853731317258,"id":2949,"parentId":2463,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-sankey/node_modules/d3-array/src/extent.js","layer":"app-pages-browser"},"startTime":1785680964537,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":11191,"timestamp":1853731317307,"id":2951,"parentId":2463,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-sankey/node_modules/d3-array/src/group.js","layer":"app-pages-browser"},"startTime":1785680964537,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":11365,"timestamp":1853731317283,"id":2950,"parentId":2463,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-sankey/node_modules/d3-array/src/fsum.js","layer":"app-pages-browser"},"startTime":1785680964537,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":11497,"timestamp":1853731317353,"id":2953,"parentId":2463,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-sankey/node_modules/d3-array/src/bin.js","layer":"app-pages-browser"},"startTime":1785680964537,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":11786,"timestamp":1853731317131,"id":2944,"parentId":2463,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-sankey/node_modules/d3-array/src/count.js","layer":"app-pages-browser"},"startTime":1785680964537,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":14185,"timestamp":1853731317404,"id":2955,"parentId":2463,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-sankey/node_modules/d3-array/src/maxIndex.js","layer":"app-pages-browser"},"startTime":1785680964537,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":14242,"timestamp":1853731317428,"id":2956,"parentId":2463,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-sankey/node_modules/d3-array/src/mean.js","layer":"app-pages-browser"},"startTime":1785680964537,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":14362,"timestamp":1853731317379,"id":2954,"parentId":2463,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-sankey/node_modules/d3-array/src/max.js","layer":"app-pages-browser"},"startTime":1785680964537,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":14505,"timestamp":1853731317330,"id":2952,"parentId":2463,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-sankey/node_modules/d3-array/src/groupSort.js","layer":"app-pages-browser"},"startTime":1785680964537,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":14406,"timestamp":1853731317480,"id":2958,"parentId":2463,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-sankey/node_modules/d3-array/src/median.js","layer":"app-pages-browser"},"startTime":1785680964537,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":14563,"timestamp":1853731317453,"id":2957,"parentId":2278,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/hast-util-raw/node_modules/parse5/dist/index.js","layer":"app-pages-browser"},"startTime":1785680964537,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":14564,"timestamp":1853731317506,"id":2959,"parentId":2463,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-sankey/node_modules/d3-array/src/merge.js","layer":"app-pages-browser"},"startTime":1785680964537,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":14584,"timestamp":1853731317554,"id":2961,"parentId":2463,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-sankey/node_modules/d3-array/src/minIndex.js","layer":"app-pages-browser"},"startTime":1785680964538,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":14600,"timestamp":1853731317601,"id":2963,"parentId":2463,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-sankey/node_modules/d3-array/src/pairs.js","layer":"app-pages-browser"},"startTime":1785680964538,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":14737,"timestamp":1853731317529,"id":2960,"parentId":2463,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-sankey/node_modules/d3-array/src/min.js","layer":"app-pages-browser"},"startTime":1785680964537,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":14724,"timestamp":1853731317651,"id":2965,"parentId":2463,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-sankey/node_modules/d3-array/src/quantile.js","layer":"app-pages-browser"},"startTime":1785680964538,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":14866,"timestamp":1853731317578,"id":2962,"parentId":2463,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-sankey/node_modules/d3-array/src/nice.js","layer":"app-pages-browser"},"startTime":1785680964538,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":14867,"timestamp":1853731317625,"id":2964,"parentId":2463,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-sankey/node_modules/d3-array/src/permute.js","layer":"app-pages-browser"},"startTime":1785680964538,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":14857,"timestamp":1853731317700,"id":2967,"parentId":2463,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-sankey/node_modules/d3-array/src/range.js","layer":"app-pages-browser"},"startTime":1785680964538,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":15081,"timestamp":1853731317676,"id":2966,"parentId":2463,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-sankey/node_modules/d3-array/src/quickselect.js","layer":"app-pages-browser"},"startTime":1785680964538,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":11391,"timestamp":1853731322535,"id":2969,"parentId":2463,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-sankey/node_modules/d3-array/src/leastIndex.js","layer":"app-pages-browser"},"startTime":1785680964543,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":11535,"timestamp":1853731322492,"id":2968,"parentId":2463,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-sankey/node_modules/d3-array/src/least.js","layer":"app-pages-browser"},"startTime":1785680964542,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":11480,"timestamp":1853731322613,"id":2972,"parentId":2463,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-sankey/node_modules/d3-array/src/threshold/sturges.js","layer":"app-pages-browser"},"startTime":1785680964543,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":11594,"timestamp":1853731322564,"id":2970,"parentId":2463,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-sankey/node_modules/d3-array/src/threshold/freedmanDiaconis.js","layer":"app-pages-browser"},"startTime":1785680964543,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":12401,"timestamp":1853731322637,"id":2973,"parentId":2463,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-sankey/node_modules/d3-array/src/greatest.js","layer":"app-pages-browser"},"startTime":1785680964543,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":12516,"timestamp":1853731322660,"id":2974,"parentId":2463,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-sankey/node_modules/d3-array/src/greatestIndex.js","layer":"app-pages-browser"},"startTime":1785680964543,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":12545,"timestamp":1853731322688,"id":2975,"parentId":2463,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-sankey/node_modules/d3-array/src/scan.js","layer":"app-pages-browser"},"startTime":1785680964543,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":12598,"timestamp":1853731322712,"id":2976,"parentId":2463,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-sankey/node_modules/d3-array/src/shuffle.js","layer":"app-pages-browser"},"startTime":1785680964543,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":12636,"timestamp":1853731322737,"id":2977,"parentId":2463,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-sankey/node_modules/d3-array/src/sum.js","layer":"app-pages-browser"},"startTime":1785680964543,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":12841,"timestamp":1853731322589,"id":2971,"parentId":2463,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-sankey/node_modules/d3-array/src/threshold/scott.js","layer":"app-pages-browser"},"startTime":1785680964543,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":12828,"timestamp":1853731322761,"id":2978,"parentId":2463,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-sankey/node_modules/d3-array/src/ticks.js","layer":"app-pages-browser"},"startTime":1785680964543,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":12787,"timestamp":1853731322857,"id":2982,"parentId":2463,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-sankey/node_modules/d3-array/src/every.js","layer":"app-pages-browser"},"startTime":1785680964543,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":12907,"timestamp":1853731322809,"id":2980,"parentId":2463,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-sankey/node_modules/d3-array/src/variance.js","layer":"app-pages-browser"},"startTime":1785680964543,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":12935,"timestamp":1853731322835,"id":2981,"parentId":2463,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-sankey/node_modules/d3-array/src/zip.js","layer":"app-pages-browser"},"startTime":1785680964543,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":12939,"timestamp":1853731322880,"id":2983,"parentId":2463,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-sankey/node_modules/d3-array/src/some.js","layer":"app-pages-browser"},"startTime":1785680964543,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":12967,"timestamp":1853731322904,"id":2984,"parentId":2463,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-sankey/node_modules/d3-array/src/filter.js","layer":"app-pages-browser"},"startTime":1785680964543,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":13157,"timestamp":1853731322786,"id":2979,"parentId":2463,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-sankey/node_modules/d3-array/src/transpose.js","layer":"app-pages-browser"},"startTime":1785680964543,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":13062,"timestamp":1853731322953,"id":2986,"parentId":2463,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-sankey/node_modules/d3-array/src/reduce.js","layer":"app-pages-browser"},"startTime":1785680964543,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":13138,"timestamp":1853731322928,"id":2985,"parentId":2463,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-sankey/node_modules/d3-array/src/map.js","layer":"app-pages-browser"},"startTime":1785680964543,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":9851,"timestamp":1853731326290,"id":2987,"parentId":2463,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-sankey/node_modules/d3-array/src/reverse.js","layer":"app-pages-browser"},"startTime":1785680964546,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":9916,"timestamp":1853731326323,"id":2988,"parentId":2463,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-sankey/node_modules/d3-array/src/sort.js","layer":"app-pages-browser"},"startTime":1785680964546,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":9885,"timestamp":1853731326421,"id":2991,"parentId":2463,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-sankey/node_modules/d3-array/src/intersection.js","layer":"app-pages-browser"},"startTime":1785680964546,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":9900,"timestamp":1853731326474,"id":2993,"parentId":2463,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-sankey/node_modules/d3-array/src/superset.js","layer":"app-pages-browser"},"startTime":1785680964546,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":9970,"timestamp":1853731326449,"id":2992,"parentId":2463,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-sankey/node_modules/d3-array/src/subset.js","layer":"app-pages-browser"},"startTime":1785680964546,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":9970,"timestamp":1853731326499,"id":2994,"parentId":2463,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-sankey/node_modules/d3-array/src/union.js","layer":"app-pages-browser"},"startTime":1785680964546,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":10169,"timestamp":1853731326348,"id":2989,"parentId":2463,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-sankey/node_modules/d3-array/src/difference.js","layer":"app-pages-browser"},"startTime":1785680964546,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":10199,"timestamp":1853731326372,"id":2990,"parentId":2463,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-sankey/node_modules/d3-array/src/disjoint.js","layer":"app-pages-browser"},"startTime":1785680964546,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":10537,"timestamp":1853731326524,"id":2995,"parentId":2464,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-sankey/node_modules/d3-shape/src/arc.js","layer":"app-pages-browser"},"startTime":1785680964546,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":10709,"timestamp":1853731326550,"id":2996,"parentId":2464,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-sankey/node_modules/d3-shape/src/area.js","layer":"app-pages-browser"},"startTime":1785680964547,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":10814,"timestamp":1853731326609,"id":2998,"parentId":2464,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-sankey/node_modules/d3-shape/src/pie.js","layer":"app-pages-browser"},"startTime":1785680964547,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":10869,"timestamp":1853731326659,"id":3000,"parentId":2464,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-sankey/node_modules/d3-shape/src/lineRadial.js","layer":"app-pages-browser"},"startTime":1785680964547,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":11105,"timestamp":1853731326575,"id":2997,"parentId":2464,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-sankey/node_modules/d3-shape/src/line.js","layer":"app-pages-browser"},"startTime":1785680964547,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":11146,"timestamp":1853731326634,"id":2999,"parentId":2464,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-sankey/node_modules/d3-shape/src/areaRadial.js","layer":"app-pages-browser"},"startTime":1785680964547,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":11126,"timestamp":1853731326737,"id":3003,"parentId":2278,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/hast-util-from-parse5/index.js","layer":"app-pages-browser"},"startTime":1785680964547,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":11147,"timestamp":1853731326763,"id":3004,"parentId":2278,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/hast-util-to-parse5/index.js","layer":"app-pages-browser"},"startTime":1785680964547,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":11321,"timestamp":1853731326710,"id":3002,"parentId":2464,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-sankey/node_modules/d3-shape/src/symbol.js","layer":"app-pages-browser"},"startTime":1785680964547,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":11402,"timestamp":1853731326683,"id":3001,"parentId":2464,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-sankey/node_modules/d3-shape/src/pointRadial.js","layer":"app-pages-browser"},"startTime":1785680964547,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":10455,"timestamp":1853731330264,"id":3006,"parentId":2278,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/html-void-elements/index.js","layer":"app-pages-browser"},"startTime":1785680964550,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":10617,"timestamp":1853731330223,"id":3005,"parentId":2278,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/zwitch/index.js","layer":"app-pages-browser"},"startTime":1785680964550,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":10596,"timestamp":1853731330293,"id":3007,"parentId":2278,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/web-namespaces/index.js","layer":"app-pages-browser"},"startTime":1785680964550,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":10713,"timestamp":1853731330341,"id":3009,"parentId":2477,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/@ungap/structured-clone/esm/deserialize.js","layer":"app-pages-browser"},"startTime":1785680964550,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":10945,"timestamp":1853731330365,"id":3010,"parentId":2477,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/@ungap/structured-clone/esm/serialize.js","layer":"app-pages-browser"},"startTime":1785680964550,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":10973,"timestamp":1853731330390,"id":3011,"parentId":2488,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-scale/src/constant.js","layer":"app-pages-browser"},"startTime":1785680964550,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":11039,"timestamp":1853731330413,"id":3012,"parentId":2466,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-interpolate/src/transform/decompose.js","layer":"app-pages-browser"},"startTime":1785680964550,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":11056,"timestamp":1853731330459,"id":3014,"parentId":2464,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-sankey/node_modules/d3-shape/src/symbol/circle.js","layer":"app-pages-browser"},"startTime":1785680964550,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":11096,"timestamp":1853731330482,"id":3015,"parentId":2464,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-sankey/node_modules/d3-shape/src/symbol/cross.js","layer":"app-pages-browser"},"startTime":1785680964550,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":11110,"timestamp":1853731330556,"id":3018,"parentId":2464,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-sankey/node_modules/d3-shape/src/symbol/star.js","layer":"app-pages-browser"},"startTime":1785680964551,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":11142,"timestamp":1853731330579,"id":3019,"parentId":2464,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-sankey/node_modules/d3-shape/src/symbol/triangle.js","layer":"app-pages-browser"},"startTime":1785680964551,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":11461,"timestamp":1853731330436,"id":3013,"parentId":2464,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-sankey/node_modules/d3-shape/src/link/index.js","layer":"app-pages-browser"},"startTime":1785680964550,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":11376,"timestamp":1853731330604,"id":3020,"parentId":2464,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-sankey/node_modules/d3-shape/src/symbol/wye.js","layer":"app-pages-browser"},"startTime":1785680964551,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":11531,"timestamp":1853731330506,"id":3016,"parentId":2464,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-sankey/node_modules/d3-shape/src/symbol/diamond.js","layer":"app-pages-browser"},"startTime":1785680964550,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":11535,"timestamp":1853731330628,"id":3021,"parentId":2464,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-sankey/node_modules/d3-shape/src/curve/basisClosed.js","layer":"app-pages-browser"},"startTime":1785680964551,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":11584,"timestamp":1853731330703,"id":3024,"parentId":2464,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-sankey/node_modules/d3-shape/src/curve/bundle.js","layer":"app-pages-browser"},"startTime":1785680964551,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":11683,"timestamp":1853731330727,"id":3025,"parentId":2464,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-sankey/node_modules/d3-shape/src/curve/cardinalClosed.js","layer":"app-pages-browser"},"startTime":1785680964551,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":11762,"timestamp":1853731330752,"id":3026,"parentId":2464,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-sankey/node_modules/d3-shape/src/curve/cardinalOpen.js","layer":"app-pages-browser"},"startTime":1785680964551,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":11954,"timestamp":1853731330653,"id":3022,"parentId":2464,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-sankey/node_modules/d3-shape/src/curve/basisOpen.js","layer":"app-pages-browser"},"startTime":1785680964551,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":11904,"timestamp":1853731330826,"id":3029,"parentId":2464,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-sankey/node_modules/d3-shape/src/curve/catmullRomOpen.js","layer":"app-pages-browser"},"startTime":1785680964551,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":12081,"timestamp":1853731330777,"id":3027,"parentId":2464,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-sankey/node_modules/d3-shape/src/curve/catmullRomClosed.js","layer":"app-pages-browser"},"startTime":1785680964551,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":12379,"timestamp":1853731330529,"id":3017,"parentId":2464,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-sankey/node_modules/d3-shape/src/symbol/square.js","layer":"app-pages-browser"},"startTime":1785680964550,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":12343,"timestamp":1853731330678,"id":3023,"parentId":2464,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-sankey/node_modules/d3-shape/src/curve/basis.js","layer":"app-pages-browser"},"startTime":1785680964551,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":12838,"timestamp":1853731330317,"id":3008,"parentId":2464,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-sankey/node_modules/d3-shape/src/stack.js","layer":"app-pages-browser"},"startTime":1785680964550,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":13796,"timestamp":1853731330802,"id":3028,"parentId":2464,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-sankey/node_modules/d3-shape/src/curve/cardinal.js","layer":"app-pages-browser"},"startTime":1785680964551,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":13942,"timestamp":1853731330850,"id":3030,"parentId":2464,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-sankey/node_modules/d3-shape/src/curve/catmullRom.js","layer":"app-pages-browser"},"startTime":1785680964551,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":13970,"timestamp":1853731330897,"id":3032,"parentId":2464,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-sankey/node_modules/d3-shape/src/curve/linearClosed.js","layer":"app-pages-browser"},"startTime":1785680964551,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":14069,"timestamp":1853731330873,"id":3031,"parentId":2464,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-sankey/node_modules/d3-shape/src/curve/linear.js","layer":"app-pages-browser"},"startTime":1785680964551,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":14216,"timestamp":1853731330921,"id":3033,"parentId":2464,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-sankey/node_modules/d3-shape/src/curve/monotone.js","layer":"app-pages-browser"},"startTime":1785680964551,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":14343,"timestamp":1853731330946,"id":3034,"parentId":2464,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-sankey/node_modules/d3-shape/src/curve/natural.js","layer":"app-pages-browser"},"startTime":1785680964551,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":12171,"timestamp":1853731333271,"id":3035,"parentId":2464,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-sankey/node_modules/d3-shape/src/curve/step.js","layer":"app-pages-browser"},"startTime":1785680964553,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":12190,"timestamp":1853731333326,"id":3037,"parentId":2464,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-sankey/node_modules/d3-shape/src/offset/diverging.js","layer":"app-pages-browser"},"startTime":1785680964553,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":12294,"timestamp":1853731333300,"id":3036,"parentId":2464,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-sankey/node_modules/d3-shape/src/offset/expand.js","layer":"app-pages-browser"},"startTime":1785680964553,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":14511,"timestamp":1853731333375,"id":3039,"parentId":2464,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-sankey/node_modules/d3-shape/src/offset/silhouette.js","layer":"app-pages-browser"},"startTime":1785680964553,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":14591,"timestamp":1853731333399,"id":3040,"parentId":2464,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-sankey/node_modules/d3-shape/src/offset/wiggle.js","layer":"app-pages-browser"},"startTime":1785680964553,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":14642,"timestamp":1853731333423,"id":3041,"parentId":2464,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-sankey/node_modules/d3-shape/src/order/appearance.js","layer":"app-pages-browser"},"startTime":1785680964553,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":14775,"timestamp":1853731333351,"id":3038,"parentId":2464,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-sankey/node_modules/d3-shape/src/offset/none.js","layer":"app-pages-browser"},"startTime":1785680964553,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":14751,"timestamp":1853731333447,"id":3042,"parentId":2464,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-sankey/node_modules/d3-shape/src/order/ascending.js","layer":"app-pages-browser"},"startTime":1785680964553,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":14773,"timestamp":1853731333472,"id":3043,"parentId":2464,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-sankey/node_modules/d3-shape/src/order/descending.js","layer":"app-pages-browser"},"startTime":1785680964553,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":14814,"timestamp":1853731333496,"id":3044,"parentId":2464,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-sankey/node_modules/d3-shape/src/order/insideOut.js","layer":"app-pages-browser"},"startTime":1785680964553,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":15142,"timestamp":1853731333554,"id":3046,"parentId":2464,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-sankey/node_modules/d3-shape/src/order/reverse.js","layer":"app-pages-browser"},"startTime":1785680964554,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":15262,"timestamp":1853731333530,"id":3045,"parentId":2464,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-sankey/node_modules/d3-shape/src/order/none.js","layer":"app-pages-browser"},"startTime":1785680964553,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":14442,"timestamp":1853731334421,"id":3047,"parentId":2355,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/hast-util-parse-selector/index.js","layer":"app-pages-browser"},"startTime":1785680964554,"traceId":"a894ddc49bbe7d05"}]
29
+ [{"name":"build-module-mjs","duration":14453,"timestamp":1853731334484,"id":3049,"parentId":2490,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/es-toolkit/dist/array/chunk.mjs","layer":"app-pages-browser"},"startTime":1785680964554,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":14540,"timestamp":1853731334458,"id":3048,"parentId":2490,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/es-toolkit/dist/array/at.mjs","layer":"app-pages-browser"},"startTime":1785680964554,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":10459,"timestamp":1853731339863,"id":3051,"parentId":2490,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/es-toolkit/dist/array/countBy.mjs","layer":"app-pages-browser"},"startTime":1785680964560,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":10420,"timestamp":1853731339957,"id":3055,"parentId":2490,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/es-toolkit/dist/array/drop.mjs","layer":"app-pages-browser"},"startTime":1785680964560,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":10538,"timestamp":1853731339888,"id":3052,"parentId":2490,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/es-toolkit/dist/array/difference.mjs","layer":"app-pages-browser"},"startTime":1785680964560,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":10652,"timestamp":1853731339824,"id":3050,"parentId":2490,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/es-toolkit/dist/array/compact.mjs","layer":"app-pages-browser"},"startTime":1785680964560,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":10547,"timestamp":1853731339979,"id":3056,"parentId":2490,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/es-toolkit/dist/array/dropRight.mjs","layer":"app-pages-browser"},"startTime":1785680964560,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":10552,"timestamp":1853731340027,"id":3058,"parentId":2490,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/es-toolkit/dist/array/dropWhile.mjs","layer":"app-pages-browser"},"startTime":1785680964560,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":10627,"timestamp":1853731340004,"id":3057,"parentId":2490,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/es-toolkit/dist/array/dropRightWhile.mjs","layer":"app-pages-browser"},"startTime":1785680964560,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":10624,"timestamp":1853731340075,"id":3060,"parentId":2490,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/es-toolkit/dist/array/filterAsync.mjs","layer":"app-pages-browser"},"startTime":1785680964560,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":10712,"timestamp":1853731340051,"id":3059,"parentId":2490,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/es-toolkit/dist/array/fill.mjs","layer":"app-pages-browser"},"startTime":1785680964560,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":10902,"timestamp":1853731339912,"id":3053,"parentId":2490,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/es-toolkit/dist/array/differenceBy.mjs","layer":"app-pages-browser"},"startTime":1785680964560,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":10763,"timestamp":1853731340098,"id":3061,"parentId":2490,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/es-toolkit/dist/array/flatMap.mjs","layer":"app-pages-browser"},"startTime":1785680964560,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":10762,"timestamp":1853731340144,"id":3063,"parentId":2490,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/es-toolkit/dist/array/flatMapDeep.mjs","layer":"app-pages-browser"},"startTime":1785680964560,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":10801,"timestamp":1853731340167,"id":3064,"parentId":2490,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/es-toolkit/dist/array/flatten.mjs","layer":"app-pages-browser"},"startTime":1785680964560,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":11082,"timestamp":1853731339934,"id":3054,"parentId":2490,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/es-toolkit/dist/array/differenceWith.mjs","layer":"app-pages-browser"},"startTime":1785680964560,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":10874,"timestamp":1853731340191,"id":3065,"parentId":2490,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/es-toolkit/dist/array/flattenDeep.mjs","layer":"app-pages-browser"},"startTime":1785680964560,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":11116,"timestamp":1853731340121,"id":3062,"parentId":2490,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/es-toolkit/dist/array/flatMapAsync.mjs","layer":"app-pages-browser"},"startTime":1785680964560,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":11083,"timestamp":1853731340214,"id":3066,"parentId":2490,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/es-toolkit/dist/array/forEachAsync.mjs","layer":"app-pages-browser"},"startTime":1785680964560,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":8753,"timestamp":1853731343711,"id":3067,"parentId":2490,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/es-toolkit/dist/array/forEachRight.mjs","layer":"app-pages-browser"},"startTime":1785680964564,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":8741,"timestamp":1853731343774,"id":3069,"parentId":2490,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/es-toolkit/dist/array/head.mjs","layer":"app-pages-browser"},"startTime":1785680964564,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":8834,"timestamp":1853731343748,"id":3068,"parentId":2490,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/es-toolkit/dist/array/groupBy.mjs","layer":"app-pages-browser"},"startTime":1785680964564,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":8810,"timestamp":1853731343821,"id":3071,"parentId":2490,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/es-toolkit/dist/array/intersection.mjs","layer":"app-pages-browser"},"startTime":1785680964564,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":8875,"timestamp":1853731343798,"id":3070,"parentId":2490,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/es-toolkit/dist/array/initial.mjs","layer":"app-pages-browser"},"startTime":1785680964564,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":8905,"timestamp":1853731343845,"id":3072,"parentId":2490,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/es-toolkit/dist/array/intersectionBy.mjs","layer":"app-pages-browser"},"startTime":1785680964564,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":6885,"timestamp":1853731346892,"id":3073,"parentId":2490,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/es-toolkit/dist/array/intersectionWith.mjs","layer":"app-pages-browser"},"startTime":1785680964567,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":6876,"timestamp":1853731346961,"id":3075,"parentId":2490,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/es-toolkit/dist/array/isSubsetWith.mjs","layer":"app-pages-browser"},"startTime":1785680964567,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":6951,"timestamp":1853731346934,"id":3074,"parentId":2490,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/es-toolkit/dist/array/isSubset.mjs","layer":"app-pages-browser"},"startTime":1785680964567,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":6910,"timestamp":1853731347024,"id":3077,"parentId":2490,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/es-toolkit/dist/array/last.mjs","layer":"app-pages-browser"},"startTime":1785680964567,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":6915,"timestamp":1853731347070,"id":3079,"parentId":2490,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/es-toolkit/dist/array/mapAsync.mjs","layer":"app-pages-browser"},"startTime":1785680964567,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":7005,"timestamp":1853731347046,"id":3078,"parentId":2490,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/es-toolkit/dist/array/limitAsync.mjs","layer":"app-pages-browser"},"startTime":1785680964567,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":7022,"timestamp":1853731347093,"id":3080,"parentId":2490,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/es-toolkit/dist/array/maxBy.mjs","layer":"app-pages-browser"},"startTime":1785680964567,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":7061,"timestamp":1853731347115,"id":3081,"parentId":2490,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/es-toolkit/dist/array/minBy.mjs","layer":"app-pages-browser"},"startTime":1785680964567,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":7115,"timestamp":1853731347142,"id":3082,"parentId":2490,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/es-toolkit/dist/array/orderBy.mjs","layer":"app-pages-browser"},"startTime":1785680964567,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":7163,"timestamp":1853731347165,"id":3083,"parentId":2490,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/es-toolkit/dist/array/partition.mjs","layer":"app-pages-browser"},"startTime":1785680964567,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":7403,"timestamp":1853731346996,"id":3076,"parentId":2490,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/es-toolkit/dist/array/keyBy.mjs","layer":"app-pages-browser"},"startTime":1785680964567,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":7925,"timestamp":1853731347254,"id":3087,"parentId":2490,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/es-toolkit/dist/array/remove.mjs","layer":"app-pages-browser"},"startTime":1785680964567,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":8035,"timestamp":1853731347209,"id":3085,"parentId":2490,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/es-toolkit/dist/array/pullAt.mjs","layer":"app-pages-browser"},"startTime":1785680964567,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":8067,"timestamp":1853731347231,"id":3086,"parentId":2490,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/es-toolkit/dist/array/reduceAsync.mjs","layer":"app-pages-browser"},"startTime":1785680964567,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":8166,"timestamp":1853731347187,"id":3084,"parentId":2490,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/es-toolkit/dist/array/pull.mjs","layer":"app-pages-browser"},"startTime":1785680964567,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":8121,"timestamp":1853731347298,"id":3089,"parentId":2490,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/es-toolkit/dist/array/sampleSize.mjs","layer":"app-pages-browser"},"startTime":1785680964567,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":8121,"timestamp":1853731347348,"id":3091,"parentId":2490,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/es-toolkit/dist/array/sortBy.mjs","layer":"app-pages-browser"},"startTime":1785680964567,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":8200,"timestamp":1853731347320,"id":3090,"parentId":2490,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/es-toolkit/dist/array/shuffle.mjs","layer":"app-pages-browser"},"startTime":1785680964567,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":8189,"timestamp":1853731347370,"id":3092,"parentId":2490,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/es-toolkit/dist/array/tail.mjs","layer":"app-pages-browser"},"startTime":1785680964567,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":8203,"timestamp":1853731347416,"id":3094,"parentId":2490,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/es-toolkit/dist/array/takeRight.mjs","layer":"app-pages-browser"},"startTime":1785680964567,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":8271,"timestamp":1853731347393,"id":3093,"parentId":2490,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/es-toolkit/dist/array/take.mjs","layer":"app-pages-browser"},"startTime":1785680964567,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":8429,"timestamp":1853731347276,"id":3088,"parentId":2490,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/es-toolkit/dist/array/sample.mjs","layer":"app-pages-browser"},"startTime":1785680964567,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":8293,"timestamp":1853731347461,"id":3096,"parentId":2490,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/es-toolkit/dist/array/takeWhile.mjs","layer":"app-pages-browser"},"startTime":1785680964567,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":8293,"timestamp":1853731347506,"id":3098,"parentId":2490,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/es-toolkit/dist/array/union.mjs","layer":"app-pages-browser"},"startTime":1785680964567,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":8318,"timestamp":1853731347528,"id":3099,"parentId":2490,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/es-toolkit/dist/array/unionBy.mjs","layer":"app-pages-browser"},"startTime":1785680964567,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":8343,"timestamp":1853731347550,"id":3100,"parentId":2490,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/es-toolkit/dist/array/unionWith.mjs","layer":"app-pages-browser"},"startTime":1785680964568,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":8464,"timestamp":1853731347483,"id":3097,"parentId":2490,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/es-toolkit/dist/array/toFilled.mjs","layer":"app-pages-browser"},"startTime":1785680964567,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":8581,"timestamp":1853731347438,"id":3095,"parentId":2490,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/es-toolkit/dist/array/takeRightWhile.mjs","layer":"app-pages-browser"},"startTime":1785680964567,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":6593,"timestamp":1853731349478,"id":3101,"parentId":2490,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/es-toolkit/dist/array/uniq.mjs","layer":"app-pages-browser"},"startTime":1785680964569,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":6618,"timestamp":1853731349506,"id":3102,"parentId":2490,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/es-toolkit/dist/array/uniqBy.mjs","layer":"app-pages-browser"},"startTime":1785680964569,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":6607,"timestamp":1853731349576,"id":3105,"parentId":2490,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/es-toolkit/dist/array/unzipWith.mjs","layer":"app-pages-browser"},"startTime":1785680964570,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":6690,"timestamp":1853731349553,"id":3104,"parentId":2490,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/es-toolkit/dist/array/unzip.mjs","layer":"app-pages-browser"},"startTime":1785680964570,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":6764,"timestamp":1853731349530,"id":3103,"parentId":2490,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/es-toolkit/dist/array/uniqWith.mjs","layer":"app-pages-browser"},"startTime":1785680964569,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":6760,"timestamp":1853731349600,"id":3106,"parentId":2490,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/es-toolkit/dist/array/windowed.mjs","layer":"app-pages-browser"},"startTime":1785680964570,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":6764,"timestamp":1853731349647,"id":3108,"parentId":2490,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/es-toolkit/dist/array/xor.mjs","layer":"app-pages-browser"},"startTime":1785680964570,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":6755,"timestamp":1853731349718,"id":3111,"parentId":2490,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/es-toolkit/dist/array/zip.mjs","layer":"app-pages-browser"},"startTime":1785680964570,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":6857,"timestamp":1853731349671,"id":3109,"parentId":2490,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/es-toolkit/dist/array/xorBy.mjs","layer":"app-pages-browser"},"startTime":1785680964570,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":6830,"timestamp":1853731349744,"id":3112,"parentId":2490,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/es-toolkit/dist/array/zipObject.mjs","layer":"app-pages-browser"},"startTime":1785680964570,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":6930,"timestamp":1853731349695,"id":3110,"parentId":2490,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/es-toolkit/dist/array/xorWith.mjs","layer":"app-pages-browser"},"startTime":1785680964570,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":7052,"timestamp":1853731349624,"id":3107,"parentId":2490,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/es-toolkit/dist/array/without.mjs","layer":"app-pages-browser"},"startTime":1785680964570,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":8307,"timestamp":1853731349794,"id":3114,"parentId":2380,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/trim-lines/index.js","layer":"app-pages-browser"},"startTime":1785680964570,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":8355,"timestamp":1853731349816,"id":3115,"parentId":2490,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/es-toolkit/dist/error/AbortError.mjs","layer":"app-pages-browser"},"startTime":1785680964570,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":8388,"timestamp":1853731349838,"id":3116,"parentId":2490,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/es-toolkit/dist/error/TimeoutError.mjs","layer":"app-pages-browser"},"startTime":1785680964570,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":8430,"timestamp":1853731349860,"id":3117,"parentId":2490,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/es-toolkit/dist/function/after.mjs","layer":"app-pages-browser"},"startTime":1785680964570,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":8602,"timestamp":1853731349769,"id":3113,"parentId":2490,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/es-toolkit/dist/array/zipWith.mjs","layer":"app-pages-browser"},"startTime":1785680964570,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":8512,"timestamp":1853731349903,"id":3119,"parentId":2490,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/es-toolkit/dist/function/asyncNoop.mjs","layer":"app-pages-browser"},"startTime":1785680964570,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":8593,"timestamp":1853731349881,"id":3118,"parentId":2490,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/es-toolkit/dist/function/ary.mjs","layer":"app-pages-browser"},"startTime":1785680964570,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":8683,"timestamp":1853731349924,"id":3120,"parentId":2490,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/es-toolkit/dist/function/before.mjs","layer":"app-pages-browser"},"startTime":1785680964570,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":8785,"timestamp":1853731349947,"id":3121,"parentId":2490,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/es-toolkit/dist/function/curry.mjs","layer":"app-pages-browser"},"startTime":1785680964570,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":7330,"timestamp":1853731351461,"id":3122,"parentId":2490,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/es-toolkit/dist/function/curryRight.mjs","layer":"app-pages-browser"},"startTime":1785680964571,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":7429,"timestamp":1853731351493,"id":3123,"parentId":2490,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/es-toolkit/dist/function/debounce.mjs","layer":"app-pages-browser"},"startTime":1785680964571,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":7349,"timestamp":1853731351616,"id":3128,"parentId":2490,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/es-toolkit/dist/function/negate.mjs","layer":"app-pages-browser"},"startTime":1785680964572,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":7438,"timestamp":1853731351588,"id":3127,"parentId":2490,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/es-toolkit/dist/function/memoize.mjs","layer":"app-pages-browser"},"startTime":1785680964572,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":7422,"timestamp":1853731351641,"id":3129,"parentId":2490,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/es-toolkit/dist/function/noop.mjs","layer":"app-pages-browser"},"startTime":1785680964572,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":7572,"timestamp":1853731351541,"id":3125,"parentId":2490,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/es-toolkit/dist/function/flowRight.mjs","layer":"app-pages-browser"},"startTime":1785680964572,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":7649,"timestamp":1853731351517,"id":3124,"parentId":2490,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/es-toolkit/dist/function/flow.mjs","layer":"app-pages-browser"},"startTime":1785680964571,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":7640,"timestamp":1853731351564,"id":3126,"parentId":2490,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/es-toolkit/dist/function/identity.mjs","layer":"app-pages-browser"},"startTime":1785680964572,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":7588,"timestamp":1853731351665,"id":3130,"parentId":2490,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/es-toolkit/dist/function/once.mjs","layer":"app-pages-browser"},"startTime":1785680964572,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":7637,"timestamp":1853731351689,"id":3131,"parentId":2490,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/es-toolkit/dist/function/partial.mjs","layer":"app-pages-browser"},"startTime":1785680964572,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":7583,"timestamp":1853731351786,"id":3135,"parentId":2490,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/es-toolkit/dist/function/spread.mjs","layer":"app-pages-browser"},"startTime":1785680964572,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":7581,"timestamp":1853731351832,"id":3137,"parentId":2490,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/es-toolkit/dist/function/unary.mjs","layer":"app-pages-browser"},"startTime":1785680964572,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":7679,"timestamp":1853731351810,"id":3136,"parentId":2490,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/es-toolkit/dist/function/throttle.mjs","layer":"app-pages-browser"},"startTime":1785680964572,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":7830,"timestamp":1853731351762,"id":3134,"parentId":2490,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/es-toolkit/dist/function/retry.mjs","layer":"app-pages-browser"},"startTime":1785680964572,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":7980,"timestamp":1853731351713,"id":3132,"parentId":2490,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/es-toolkit/dist/function/partialRight.mjs","layer":"app-pages-browser"},"startTime":1785680964572,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":9614,"timestamp":1853731351905,"id":3140,"parentId":2490,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/es-toolkit/dist/math/inRange.mjs","layer":"app-pages-browser"},"startTime":1785680964572,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":9850,"timestamp":1853731351738,"id":3133,"parentId":2490,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/es-toolkit/dist/function/rest.mjs","layer":"app-pages-browser"},"startTime":1785680964572,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":9764,"timestamp":1853731351882,"id":3139,"parentId":2490,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/es-toolkit/dist/math/mean.mjs","layer":"app-pages-browser"},"startTime":1785680964572,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":9848,"timestamp":1853731351854,"id":3138,"parentId":2490,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/es-toolkit/dist/math/clamp.mjs","layer":"app-pages-browser"},"startTime":1785680964572,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":9827,"timestamp":1853731351927,"id":3141,"parentId":2490,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/es-toolkit/dist/math/meanBy.mjs","layer":"app-pages-browser"},"startTime":1785680964572,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":9865,"timestamp":1853731351949,"id":3142,"parentId":2490,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/es-toolkit/dist/math/median.mjs","layer":"app-pages-browser"},"startTime":1785680964572,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":9895,"timestamp":1853731351970,"id":3143,"parentId":2490,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/es-toolkit/dist/math/medianBy.mjs","layer":"app-pages-browser"},"startTime":1785680964572,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":9894,"timestamp":1853731352014,"id":3145,"parentId":2490,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/es-toolkit/dist/math/randomInt.mjs","layer":"app-pages-browser"},"startTime":1785680964572,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":9970,"timestamp":1853731351993,"id":3144,"parentId":2490,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/es-toolkit/dist/math/random.mjs","layer":"app-pages-browser"},"startTime":1785680964572,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":10009,"timestamp":1853731352036,"id":3146,"parentId":2490,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/es-toolkit/dist/math/range.mjs","layer":"app-pages-browser"},"startTime":1785680964572,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":10049,"timestamp":1853731352059,"id":3147,"parentId":2490,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/es-toolkit/dist/math/rangeRight.mjs","layer":"app-pages-browser"},"startTime":1785680964572,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":10077,"timestamp":1853731352081,"id":3148,"parentId":2490,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/es-toolkit/dist/math/round.mjs","layer":"app-pages-browser"},"startTime":1785680964572,"traceId":"a894ddc49bbe7d05"}]
30
+ [{"name":"build-module-mjs","duration":8979,"timestamp":1853731353258,"id":3149,"parentId":2490,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/es-toolkit/dist/math/sum.mjs","layer":"app-pages-browser"},"startTime":1785680964573,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":9786,"timestamp":1853731353289,"id":3150,"parentId":2490,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/es-toolkit/dist/math/sumBy.mjs","layer":"app-pages-browser"},"startTime":1785680964573,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":10062,"timestamp":1853731353359,"id":3153,"parentId":2490,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/es-toolkit/dist/object/cloneDeepWith.mjs","layer":"app-pages-browser"},"startTime":1785680964573,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":10137,"timestamp":1853731353336,"id":3152,"parentId":2490,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/es-toolkit/dist/object/cloneDeep.mjs","layer":"app-pages-browser"},"startTime":1785680964573,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":10155,"timestamp":1853731353410,"id":3155,"parentId":2490,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/es-toolkit/dist/object/flattenObject.mjs","layer":"app-pages-browser"},"startTime":1785680964573,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":10355,"timestamp":1853731353313,"id":3151,"parentId":2490,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/es-toolkit/dist/object/clone.mjs","layer":"app-pages-browser"},"startTime":1785680964573,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":10286,"timestamp":1853731353433,"id":3156,"parentId":2490,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/es-toolkit/dist/object/invert.mjs","layer":"app-pages-browser"},"startTime":1785680964573,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":10312,"timestamp":1853731353456,"id":3157,"parentId":2490,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/es-toolkit/dist/object/mapKeys.mjs","layer":"app-pages-browser"},"startTime":1785680964573,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":10356,"timestamp":1853731353500,"id":3159,"parentId":2490,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/es-toolkit/dist/object/merge.mjs","layer":"app-pages-browser"},"startTime":1785680964573,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":10517,"timestamp":1853731353384,"id":3154,"parentId":2490,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/es-toolkit/dist/object/findKey.mjs","layer":"app-pages-browser"},"startTime":1785680964573,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":10453,"timestamp":1853731353526,"id":3160,"parentId":2490,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/es-toolkit/dist/object/mergeWith.mjs","layer":"app-pages-browser"},"startTime":1785680964573,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":10550,"timestamp":1853731353478,"id":3158,"parentId":2490,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/es-toolkit/dist/object/mapValues.mjs","layer":"app-pages-browser"},"startTime":1785680964573,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":10523,"timestamp":1853731353571,"id":3162,"parentId":2490,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/es-toolkit/dist/object/omitBy.mjs","layer":"app-pages-browser"},"startTime":1785680964574,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":10552,"timestamp":1853731353592,"id":3163,"parentId":2490,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/es-toolkit/dist/object/pick.mjs","layer":"app-pages-browser"},"startTime":1785680964574,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":10671,"timestamp":1853731353548,"id":3161,"parentId":2490,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/es-toolkit/dist/object/omit.mjs","layer":"app-pages-browser"},"startTime":1785680964574,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":9664,"timestamp":1853731354624,"id":3165,"parentId":2490,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/es-toolkit/dist/object/toCamelCaseKeys.mjs","layer":"app-pages-browser"},"startTime":1785680964575,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":9747,"timestamp":1853731354591,"id":3164,"parentId":2490,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/es-toolkit/dist/object/pickBy.mjs","layer":"app-pages-browser"},"startTime":1785680964575,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":9757,"timestamp":1853731354651,"id":3166,"parentId":2490,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/es-toolkit/dist/object/toMerged.mjs","layer":"app-pages-browser"},"startTime":1785680964575,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":9792,"timestamp":1853731354677,"id":3167,"parentId":2490,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/es-toolkit/dist/object/toSnakeCaseKeys.mjs","layer":"app-pages-browser"},"startTime":1785680964575,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":9807,"timestamp":1853731354702,"id":3168,"parentId":2490,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/es-toolkit/dist/predicate/isArrayBuffer.mjs","layer":"app-pages-browser"},"startTime":1785680964575,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":9797,"timestamp":1853731354753,"id":3170,"parentId":2490,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/es-toolkit/dist/predicate/isBoolean.mjs","layer":"app-pages-browser"},"startTime":1785680964575,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":9865,"timestamp":1853731354728,"id":3169,"parentId":2490,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/es-toolkit/dist/predicate/isBlob.mjs","layer":"app-pages-browser"},"startTime":1785680964575,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":8665,"timestamp":1853731357067,"id":3171,"parentId":2490,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/es-toolkit/dist/predicate/isBuffer.mjs","layer":"app-pages-browser"},"startTime":1785680964577,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":8677,"timestamp":1853731357099,"id":3172,"parentId":2490,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/es-toolkit/dist/predicate/isBrowser.mjs","layer":"app-pages-browser"},"startTime":1785680964577,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":8693,"timestamp":1853731357124,"id":3173,"parentId":2490,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/es-toolkit/dist/predicate/isDate.mjs","layer":"app-pages-browser"},"startTime":1785680964577,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":8692,"timestamp":1853731357174,"id":3175,"parentId":2490,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/es-toolkit/dist/predicate/isEqual.mjs","layer":"app-pages-browser"},"startTime":1785680964577,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":8948,"timestamp":1853731357199,"id":3176,"parentId":2490,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/es-toolkit/dist/predicate/isEqualWith.mjs","layer":"app-pages-browser"},"startTime":1785680964577,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":9047,"timestamp":1853731357149,"id":3174,"parentId":2490,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/es-toolkit/dist/predicate/isEmptyObject.mjs","layer":"app-pages-browser"},"startTime":1785680964577,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":9011,"timestamp":1853731357223,"id":3177,"parentId":2490,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/es-toolkit/dist/predicate/isError.mjs","layer":"app-pages-browser"},"startTime":1785680964577,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":9034,"timestamp":1853731357248,"id":3178,"parentId":2490,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/es-toolkit/dist/predicate/isFile.mjs","layer":"app-pages-browser"},"startTime":1785680964577,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":9049,"timestamp":1853731357271,"id":3179,"parentId":2490,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/es-toolkit/dist/predicate/isFunction.mjs","layer":"app-pages-browser"},"startTime":1785680964577,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":9071,"timestamp":1853731357295,"id":3180,"parentId":2490,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/es-toolkit/dist/predicate/isJSON.mjs","layer":"app-pages-browser"},"startTime":1785680964577,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":9066,"timestamp":1853731357341,"id":3182,"parentId":2490,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/es-toolkit/dist/predicate/isLength.mjs","layer":"app-pages-browser"},"startTime":1785680964577,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":9074,"timestamp":1853731357373,"id":3183,"parentId":2490,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/es-toolkit/dist/predicate/isMap.mjs","layer":"app-pages-browser"},"startTime":1785680964577,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":9088,"timestamp":1853731357395,"id":3184,"parentId":2490,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/es-toolkit/dist/predicate/isNil.mjs","layer":"app-pages-browser"},"startTime":1785680964577,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":9117,"timestamp":1853731357418,"id":3185,"parentId":2490,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/es-toolkit/dist/predicate/isNode.mjs","layer":"app-pages-browser"},"startTime":1785680964577,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":9109,"timestamp":1853731357461,"id":3187,"parentId":2490,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/es-toolkit/dist/predicate/isNull.mjs","layer":"app-pages-browser"},"startTime":1785680964577,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":9177,"timestamp":1853731357439,"id":3186,"parentId":2490,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/es-toolkit/dist/predicate/isNotNil.mjs","layer":"app-pages-browser"},"startTime":1785680964577,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":9380,"timestamp":1853731357318,"id":3181,"parentId":2490,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/es-toolkit/dist/predicate/isJSONValue.mjs","layer":"app-pages-browser"},"startTime":1785680964577,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":8423,"timestamp":1853731360390,"id":3188,"parentId":2490,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/es-toolkit/dist/predicate/isNumber.mjs","layer":"app-pages-browser"},"startTime":1785680964580,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":8422,"timestamp":1853731360450,"id":3190,"parentId":2490,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/es-toolkit/dist/predicate/isPrimitive.mjs","layer":"app-pages-browser"},"startTime":1785680964580,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":8510,"timestamp":1853731360423,"id":3189,"parentId":2490,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/es-toolkit/dist/predicate/isPlainObject.mjs","layer":"app-pages-browser"},"startTime":1785680964580,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":8476,"timestamp":1853731360498,"id":3192,"parentId":2490,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/es-toolkit/dist/predicate/isRegExp.mjs","layer":"app-pages-browser"},"startTime":1785680964580,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":8493,"timestamp":1853731360527,"id":3193,"parentId":2490,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/es-toolkit/dist/predicate/isSet.mjs","layer":"app-pages-browser"},"startTime":1785680964580,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":8513,"timestamp":1853731360550,"id":3194,"parentId":2490,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/es-toolkit/dist/predicate/isString.mjs","layer":"app-pages-browser"},"startTime":1785680964581,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":8536,"timestamp":1853731360573,"id":3195,"parentId":2490,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/es-toolkit/dist/predicate/isSymbol.mjs","layer":"app-pages-browser"},"startTime":1785680964581,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":8555,"timestamp":1853731360595,"id":3196,"parentId":2490,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/es-toolkit/dist/predicate/isTypedArray.mjs","layer":"app-pages-browser"},"startTime":1785680964581,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":8719,"timestamp":1853731360474,"id":3191,"parentId":2490,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/es-toolkit/dist/predicate/isPromise.mjs","layer":"app-pages-browser"},"startTime":1785680964580,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":8591,"timestamp":1853731360641,"id":3198,"parentId":2490,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/es-toolkit/dist/predicate/isWeakMap.mjs","layer":"app-pages-browser"},"startTime":1785680964581,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":8603,"timestamp":1853731360689,"id":3200,"parentId":2389,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/hast-util-is-element/index.js","layer":"app-pages-browser"},"startTime":1785680964581,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":8672,"timestamp":1853731360665,"id":3199,"parentId":2490,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/es-toolkit/dist/predicate/isWeakSet.mjs","layer":"app-pages-browser"},"startTime":1785680964581,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":8643,"timestamp":1853731360737,"id":3202,"parentId":2390,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/unist-util-is/index.js","layer":"app-pages-browser"},"startTime":1785680964581,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":8800,"timestamp":1853731360618,"id":3197,"parentId":2490,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/es-toolkit/dist/predicate/isUndefined.mjs","layer":"app-pages-browser"},"startTime":1785680964581,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":8733,"timestamp":1853731360761,"id":3203,"parentId":2413,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/longest-streak/index.js","layer":"app-pages-browser"},"startTime":1785680964581,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":8749,"timestamp":1853731360787,"id":3204,"parentId":2485,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/unist-util-stringify-position/index.js","layer":"app-pages-browser"},"startTime":1785680964581,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":8865,"timestamp":1853731360714,"id":3201,"parentId":2389,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/unist-util-find-after/index.js","layer":"app-pages-browser"},"startTime":1785680964581,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":8858,"timestamp":1853731360810,"id":3205,"parentId":2490,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/es-toolkit/dist/promise/delay.mjs","layer":"app-pages-browser"},"startTime":1785680964581,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2067,"timestamp":1853731367814,"id":3239,"parentId":2524,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_isMasked.js","layer":"app-pages-browser"},"startTime":1785680964588,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":9957,"timestamp":1853731360924,"id":3210,"parentId":2490,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/es-toolkit/dist/string/camelCase.mjs","layer":"app-pages-browser"},"startTime":1785680964581,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":9985,"timestamp":1853731360948,"id":3211,"parentId":2490,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/es-toolkit/dist/string/capitalize.mjs","layer":"app-pages-browser"},"startTime":1785680964581,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":10111,"timestamp":1853731360879,"id":3208,"parentId":2490,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/es-toolkit/dist/promise/timeout.mjs","layer":"app-pages-browser"},"startTime":1785680964581,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":10064,"timestamp":1853731361024,"id":3214,"parentId":2490,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/es-toolkit/dist/string/deburr.mjs","layer":"app-pages-browser"},"startTime":1785680964581,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":10350,"timestamp":1853731360834,"id":3206,"parentId":2490,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/es-toolkit/dist/promise/mutex.mjs","layer":"app-pages-browser"},"startTime":1785680964581,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":10260,"timestamp":1853731360973,"id":3212,"parentId":2490,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/es-toolkit/dist/string/constantCase.mjs","layer":"app-pages-browser"},"startTime":1785680964581,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":10212,"timestamp":1853731361072,"id":3216,"parentId":2490,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/es-toolkit/dist/string/kebabCase.mjs","layer":"app-pages-browser"},"startTime":1785680964581,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":10286,"timestamp":1853731361048,"id":3215,"parentId":2490,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/es-toolkit/dist/string/escapeRegExp.mjs","layer":"app-pages-browser"},"startTime":1785680964581,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":10477,"timestamp":1853731360902,"id":3209,"parentId":2490,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/es-toolkit/dist/promise/withTimeout.mjs","layer":"app-pages-browser"},"startTime":1785680964581,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":10591,"timestamp":1853731360857,"id":3207,"parentId":2490,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/es-toolkit/dist/promise/semaphore.mjs","layer":"app-pages-browser"},"startTime":1785680964581,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":10501,"timestamp":1853731360997,"id":3213,"parentId":2490,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/es-toolkit/dist/string/escape.mjs","layer":"app-pages-browser"},"startTime":1785680964581,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":10424,"timestamp":1853731361124,"id":3218,"parentId":2490,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/es-toolkit/dist/string/lowerCase.mjs","layer":"app-pages-browser"},"startTime":1785680964581,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":10503,"timestamp":1853731361096,"id":3217,"parentId":2490,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/es-toolkit/dist/string/lowerFirst.mjs","layer":"app-pages-browser"},"startTime":1785680964581,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":10497,"timestamp":1853731361148,"id":3219,"parentId":2490,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/es-toolkit/dist/string/pad.mjs","layer":"app-pages-browser"},"startTime":1785680964581,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":9228,"timestamp":1853731362546,"id":3222,"parentId":2490,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/es-toolkit/dist/string/snakeCase.mjs","layer":"app-pages-browser"},"startTime":1785680964583,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":9327,"timestamp":1853731362496,"id":3220,"parentId":2490,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/es-toolkit/dist/string/pascalCase.mjs","layer":"app-pages-browser"},"startTime":1785680964582,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":9340,"timestamp":1853731362522,"id":3221,"parentId":2490,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/es-toolkit/dist/string/reverseString.mjs","layer":"app-pages-browser"},"startTime":1785680964582,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":9298,"timestamp":1853731362614,"id":3225,"parentId":2490,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/es-toolkit/dist/string/trim.mjs","layer":"app-pages-browser"},"startTime":1785680964583,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":9338,"timestamp":1853731362637,"id":3226,"parentId":2490,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/es-toolkit/dist/string/trimEnd.mjs","layer":"app-pages-browser"},"startTime":1785680964583,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":9368,"timestamp":1853731362661,"id":3227,"parentId":2490,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/es-toolkit/dist/string/trimStart.mjs","layer":"app-pages-browser"},"startTime":1785680964583,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":9493,"timestamp":1853731362592,"id":3224,"parentId":2490,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/es-toolkit/dist/string/startCase.mjs","layer":"app-pages-browser"},"startTime":1785680964583,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":9460,"timestamp":1853731362684,"id":3228,"parentId":2490,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/es-toolkit/dist/string/unescape.mjs","layer":"app-pages-browser"},"startTime":1785680964583,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":9486,"timestamp":1853731362709,"id":3229,"parentId":2490,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/es-toolkit/dist/string/upperCase.mjs","layer":"app-pages-browser"},"startTime":1785680964583,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":9505,"timestamp":1853731362732,"id":3230,"parentId":2490,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/es-toolkit/dist/string/upperFirst.mjs","layer":"app-pages-browser"},"startTime":1785680964583,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":9505,"timestamp":1853731362778,"id":3232,"parentId":2414,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/mdast-util-gfm-autolink-literal/index.js","layer":"app-pages-browser"},"startTime":1785680964583,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":9526,"timestamp":1853731362801,"id":3233,"parentId":2414,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/mdast-util-gfm-table/index.js","layer":"app-pages-browser"},"startTime":1785680964583,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":9813,"timestamp":1853731362569,"id":3223,"parentId":2508,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-quadtree/src/quad.js","layer":"app-pages-browser"},"startTime":1785680964583,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2380,"timestamp":1853731370228,"id":3263,"parentId":2599,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_nativeCreate.js","layer":"app-pages-browser"},"startTime":1785680964590,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2461,"timestamp":1853731370184,"id":3262,"parentId":2590,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_assocIndexOf.js","layer":"app-pages-browser"},"startTime":1785680964590,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2348,"timestamp":1853731370343,"id":3267,"parentId":2635,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_flatRest.js","layer":"app-pages-browser"},"startTime":1785680964590,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2428,"timestamp":1853731370317,"id":3266,"parentId":2635,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_baseAt.js","layer":"app-pages-browser"},"startTime":1785680964590,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2540,"timestamp":1853731370264,"id":3264,"parentId":2625,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_createMathOperation.js","layer":"app-pages-browser"},"startTime":1785680964590,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2435,"timestamp":1853731370392,"id":3269,"parentId":2638,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_getHolder.js","layer":"app-pages-browser"},"startTime":1785680964590,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2498,"timestamp":1853731370368,"id":3268,"parentId":2638,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_replaceHolders.js","layer":"app-pages-browser"},"startTime":1785680964590,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":3832,"timestamp":1853731370461,"id":3272,"parentId":2647,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_baseClamp.js","layer":"app-pages-browser"},"startTime":1785680964590,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":3905,"timestamp":1853731370438,"id":3271,"parentId":2641,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_createCompounder.js","layer":"app-pages-browser"},"startTime":1785680964590,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":3971,"timestamp":1853731370415,"id":3270,"parentId":2639,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_toKey.js","layer":"app-pages-browser"},"startTime":1785680964590,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":3937,"timestamp":1853731370487,"id":3273,"parentId":2651,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_LodashWrapper.js","layer":"app-pages-browser"},"startTime":1785680964590,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":3983,"timestamp":1853731370510,"id":3274,"parentId":2644,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_createRound.js","layer":"app-pages-browser"},"startTime":1785680964590,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":4360,"timestamp":1853731370291,"id":3265,"parentId":2627,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_createWrap.js","layer":"app-pages-browser"},"startTime":1785680964590,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":4108,"timestamp":1853731370583,"id":3277,"parentId":2656,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_baseConforms.js","layer":"app-pages-browser"},"startTime":1785680964591,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":4157,"timestamp":1853731370607,"id":3278,"parentId":2646,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_baseSlice.js","layer":"app-pages-browser"},"startTime":1785680964591,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":4306,"timestamp":1853731370533,"id":3275,"parentId":2653,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_baseFlatten.js","layer":"app-pages-browser"},"startTime":1785680964590,"traceId":"a894ddc49bbe7d05"}]
31
+ [{"name":"build-module-mjs","duration":12380,"timestamp":1853731362754,"id":3231,"parentId":2490,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/es-toolkit/dist/string/words.mjs","layer":"app-pages-browser"},"startTime":1785680964583,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":10265,"timestamp":1853731365071,"id":3234,"parentId":2414,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/mdast-util-gfm-footnote/index.js","layer":"app-pages-browser"},"startTime":1785680964585,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":10276,"timestamp":1853731365100,"id":3235,"parentId":2414,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/mdast-util-gfm-strikethrough/index.js","layer":"app-pages-browser"},"startTime":1785680964585,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2519,"timestamp":1853731373347,"id":3279,"parentId":2655,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_arrayMap.js","layer":"app-pages-browser"},"startTime":1785680964593,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2525,"timestamp":1853731373386,"id":3280,"parentId":2657,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_baseConformsTo.js","layer":"app-pages-browser"},"startTime":1785680964593,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2543,"timestamp":1853731373413,"id":3281,"parentId":2655,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_baseIteratee.js","layer":"app-pages-browser"},"startTime":1785680964593,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2563,"timestamp":1853731373444,"id":3282,"parentId":2659,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_createAggregator.js","layer":"app-pages-browser"},"startTime":1785680964593,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2547,"timestamp":1853731373501,"id":3284,"parentId":2667,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_customDefaultsMerge.js","layer":"app-pages-browser"},"startTime":1785680964593,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2661,"timestamp":1853731373475,"id":3283,"parentId":2664,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_deburrLetter.js","layer":"app-pages-browser"},"startTime":1785680964593,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2651,"timestamp":1853731373524,"id":3285,"parentId":2668,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_baseDelay.js","layer":"app-pages-browser"},"startTime":1785680964593,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2695,"timestamp":1853731373574,"id":3287,"parentId":2670,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_baseDifference.js","layer":"app-pages-browser"},"startTime":1785680964594,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2712,"timestamp":1853731373600,"id":3288,"parentId":2677,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_baseWhile.js","layer":"app-pages-browser"},"startTime":1785680964594,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2754,"timestamp":1853731373624,"id":3289,"parentId":2680,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_baseToString.js","layer":"app-pages-browser"},"startTime":1785680964594,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2740,"timestamp":1853731373669,"id":3291,"parentId":2683,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_escapeHtmlChar.js","layer":"app-pages-browser"},"startTime":1785680964594,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2792,"timestamp":1853731373647,"id":3290,"parentId":2685,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_arrayEvery.js","layer":"app-pages-browser"},"startTime":1785680964594,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2774,"timestamp":1853731373696,"id":3292,"parentId":2685,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_baseEvery.js","layer":"app-pages-browser"},"startTime":1785680964594,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2758,"timestamp":1853731373742,"id":3294,"parentId":2689,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_baseFilter.js","layer":"app-pages-browser"},"startTime":1785680964594,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":3571,"timestamp":1853731373719,"id":3293,"parentId":2688,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_baseFill.js","layer":"app-pages-browser"},"startTime":1785680964594,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":3574,"timestamp":1853731373766,"id":3295,"parentId":2690,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_createFind.js","layer":"app-pages-browser"},"startTime":1785680964594,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":3625,"timestamp":1853731373791,"id":3296,"parentId":2691,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_baseFindIndex.js","layer":"app-pages-browser"},"startTime":1785680964594,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":3639,"timestamp":1853731373813,"id":3297,"parentId":2692,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_baseFindKey.js","layer":"app-pages-browser"},"startTime":1785680964594,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":12983,"timestamp":1853731367532,"id":3236,"parentId":2414,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/mdast-util-gfm-task-list-item/index.js","layer":"app-pages-browser"},"startTime":1785680964587,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":12987,"timestamp":1853731367790,"id":3238,"parentId":2458,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/micromark-util-character/index.js","layer":"app-pages-browser"},"startTime":1785680964588,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":13288,"timestamp":1853731367563,"id":3237,"parentId":2458,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/micromark-util-encode/index.js","layer":"app-pages-browser"},"startTime":1785680964588,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":13011,"timestamp":1853731367903,"id":3241,"parentId":2492,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/micromark-extension-gfm-strikethrough/lib/html.js","layer":"app-pages-browser"},"startTime":1785680964588,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":13106,"timestamp":1853731367976,"id":3244,"parentId":2496,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/micromark-extension-gfm-table/lib/html.js","layer":"app-pages-browser"},"startTime":1785680964588,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":13418,"timestamp":1853731367876,"id":3240,"parentId":2492,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/micromark-extension-gfm-strikethrough/lib/syntax.js","layer":"app-pages-browser"},"startTime":1785680964588,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":13760,"timestamp":1853731367927,"id":3242,"parentId":2494,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/micromark-extension-gfm-footnote/lib/syntax.js","layer":"app-pages-browser"},"startTime":1785680964588,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":14291,"timestamp":1853731367999,"id":3245,"parentId":2496,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/micromark-extension-gfm-table/lib/syntax.js","layer":"app-pages-browser"},"startTime":1785680964588,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":14371,"timestamp":1853731368046,"id":3247,"parentId":2498,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/micromark-extension-gfm-task-list-item/lib/syntax.js","layer":"app-pages-browser"},"startTime":1785680964588,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":14726,"timestamp":1853731367952,"id":3243,"parentId":2494,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/micromark-extension-gfm-footnote/lib/html.js","layer":"app-pages-browser"},"startTime":1785680964588,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":14663,"timestamp":1853731368115,"id":3250,"parentId":2495,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/micromark-extension-gfm-tagfilter/lib/index.js","layer":"app-pages-browser"},"startTime":1785680964588,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":15280,"timestamp":1853731368068,"id":3248,"parentId":2497,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/micromark-extension-gfm-autolink-literal/lib/syntax.js","layer":"app-pages-browser"},"startTime":1785680964588,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":15337,"timestamp":1853731368092,"id":3249,"parentId":2497,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/micromark-extension-gfm-autolink-literal/lib/html.js","layer":"app-pages-browser"},"startTime":1785680964588,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":15335,"timestamp":1853731368161,"id":3252,"parentId":2490,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/es-toolkit/dist/util/attemptAsync.mjs","layer":"app-pages-browser"},"startTime":1785680964588,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":15327,"timestamp":1853731368231,"id":3255,"parentId":2532,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-selection/src/constant.js","layer":"app-pages-browser"},"startTime":1785680964588,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":15428,"timestamp":1853731368183,"id":3253,"parentId":2490,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/es-toolkit/dist/util/invariant.mjs","layer":"app-pages-browser"},"startTime":1785680964588,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":15645,"timestamp":1853731368022,"id":3246,"parentId":2498,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/micromark-extension-gfm-task-list-item/lib/html.js","layer":"app-pages-browser"},"startTime":1785680964588,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":15468,"timestamp":1853731368254,"id":3256,"parentId":2534,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-selection/src/selection/sparse.js","layer":"app-pages-browser"},"startTime":1785680964588,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":15632,"timestamp":1853731368138,"id":3251,"parentId":2490,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/es-toolkit/dist/util/attempt.mjs","layer":"app-pages-browser"},"startTime":1785680964588,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":5022,"timestamp":1853731378864,"id":3299,"parentId":2695,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_baseForOwnRight.js","layer":"app-pages-browser"},"startTime":1785680964599,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":5101,"timestamp":1853731378817,"id":3298,"parentId":2692,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_baseForOwn.js","layer":"app-pages-browser"},"startTime":1785680964599,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":4985,"timestamp":1853731378963,"id":3302,"parentId":2708,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_castFunction.js","layer":"app-pages-browser"},"startTime":1785680964599,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":5192,"timestamp":1853731378908,"id":3300,"parentId":2706,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_createFlow.js","layer":"app-pages-browser"},"startTime":1785680964599,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":5148,"timestamp":1853731378987,"id":3303,"parentId":2709,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_arrayEachRight.js","layer":"app-pages-browser"},"startTime":1785680964599,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":5152,"timestamp":1853731379011,"id":3304,"parentId":2709,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_baseEachRight.js","layer":"app-pages-browser"},"startTime":1785680964599,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":5153,"timestamp":1853731379035,"id":3305,"parentId":2711,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_baseForRight.js","layer":"app-pages-browser"},"startTime":1785680964599,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":5162,"timestamp":1853731379059,"id":3306,"parentId":2715,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_baseFunctions.js","layer":"app-pages-browser"},"startTime":1785680964599,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":5313,"timestamp":1853731378937,"id":3301,"parentId":2708,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_baseEach.js","layer":"app-pages-browser"},"startTime":1785680964599,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":5187,"timestamp":1853731379086,"id":3307,"parentId":2719,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_baseGt.js","layer":"app-pages-browser"},"startTime":1785680964599,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":5191,"timestamp":1853731379119,"id":3308,"parentId":2719,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_createRelationalOperation.js","layer":"app-pages-browser"},"startTime":1785680964599,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":5198,"timestamp":1853731379152,"id":3309,"parentId":2717,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_baseGet.js","layer":"app-pages-browser"},"startTime":1785680964599,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":5181,"timestamp":1853731379200,"id":3310,"parentId":2721,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_baseHas.js","layer":"app-pages-browser"},"startTime":1785680964599,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":5131,"timestamp":1853731379312,"id":3311,"parentId":2721,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_hasPath.js","layer":"app-pages-browser"},"startTime":1785680964599,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":5062,"timestamp":1853731379406,"id":3312,"parentId":2722,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_baseHasIn.js","layer":"app-pages-browser"},"startTime":1785680964599,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":5059,"timestamp":1853731379443,"id":3313,"parentId":2726,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_baseIndexOf.js","layer":"app-pages-browser"},"startTime":1785680964599,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":5060,"timestamp":1853731379474,"id":3314,"parentId":2724,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_baseInRange.js","layer":"app-pages-browser"},"startTime":1785680964599,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":19562,"timestamp":1853731368208,"id":3254,"parentId":2513,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/hast-util-from-dom/lib/index.js","layer":"app-pages-browser"},"startTime":1785680964588,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":1368,"timestamp":1853731386934,"id":3339,"parentId":2728,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_castArrayLikeObject.js","layer":"app-pages-browser"},"startTime":1785680964607,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":1398,"timestamp":1853731386964,"id":3340,"parentId":2733,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_baseInvoke.js","layer":"app-pages-browser"},"startTime":1785680964607,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":1635,"timestamp":1853731386865,"id":3338,"parentId":2728,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_baseIntersection.js","layer":"app-pages-browser"},"startTime":1785680964607,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":1510,"timestamp":1853731387023,"id":3342,"parentId":2731,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_createInverter.js","layer":"app-pages-browser"},"startTime":1785680964607,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":1518,"timestamp":1853731387051,"id":3343,"parentId":2737,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_baseIsDate.js","layer":"app-pages-browser"},"startTime":1785680964607,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":1536,"timestamp":1853731387076,"id":3344,"parentId":2739,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_baseIsEqual.js","layer":"app-pages-browser"},"startTime":1785680964607,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":1525,"timestamp":1853731387121,"id":3346,"parentId":2744,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_getMatchData.js","layer":"app-pages-browser"},"startTime":1785680964607,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":1680,"timestamp":1853731386996,"id":3341,"parentId":2736,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_baseIsArrayBuffer.js","layer":"app-pages-browser"},"startTime":1785680964607,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":1562,"timestamp":1853731387146,"id":3347,"parentId":2747,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_isMaskable.js","layer":"app-pages-browser"},"startTime":1785680964607,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":1683,"timestamp":1853731387099,"id":3345,"parentId":2744,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_baseIsMatch.js","layer":"app-pages-browser"},"startTime":1785680964607,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":1657,"timestamp":1853731387169,"id":3348,"parentId":2751,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_baseIsRegExp.js","layer":"app-pages-browser"},"startTime":1785680964607,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":20133,"timestamp":1853731370112,"id":3259,"parentId":2485,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/micromark-util-decode-string/index.js","layer":"app-pages-browser"},"startTime":1785680964590,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":20258,"timestamp":1853731370088,"id":3258,"parentId":2485,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/micromark/index.js","layer":"app-pages-browser"},"startTime":1785680964590,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":20337,"timestamp":1853731370057,"id":3257,"parentId":2485,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/mdast-util-to-string/index.js","layer":"app-pages-browser"},"startTime":1785680964590,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":20314,"timestamp":1853731370160,"id":3261,"parentId":2485,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/micromark-util-decode-numeric-character-reference/index.js","layer":"app-pages-browser"},"startTime":1785680964590,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":20463,"timestamp":1853731370136,"id":3260,"parentId":2485,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/micromark-util-normalize-identifier/index.js","layer":"app-pages-browser"},"startTime":1785680964590,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":20326,"timestamp":1853731370556,"id":3276,"parentId":2463,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-sankey/node_modules/internmap/src/index.js","layer":"app-pages-browser"},"startTime":1785680964591,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":17528,"timestamp":1853731373547,"id":3286,"parentId":2567,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-transition/src/transition/interpolate.js","layer":"app-pages-browser"},"startTime":1785680964594,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2447,"timestamp":1853731389657,"id":3349,"parentId":2763,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_baseIsNaN.js","layer":"app-pages-browser"},"startTime":1785680964610,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2426,"timestamp":1853731389713,"id":3350,"parentId":2763,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_strictLastIndexOf.js","layer":"app-pages-browser"},"startTime":1785680964610,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2442,"timestamp":1853731389746,"id":3351,"parentId":2764,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_LazyWrapper.js","layer":"app-pages-browser"},"startTime":1785680964610,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2400,"timestamp":1853731389829,"id":3354,"parentId":2769,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_baseMap.js","layer":"app-pages-browser"},"startTime":1785680964610,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2464,"timestamp":1853731389804,"id":3353,"parentId":2764,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_wrapperClone.js","layer":"app-pages-browser"},"startTime":1785680964610,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2461,"timestamp":1853731389854,"id":3355,"parentId":2766,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_createCaseFirst.js","layer":"app-pages-browser"},"startTime":1785680964610,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2485,"timestamp":1853731389877,"id":3356,"parentId":2767,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_baseLt.js","layer":"app-pages-browser"},"startTime":1785680964610,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":3956,"timestamp":1853731389778,"id":3352,"parentId":2764,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_baseLodash.js","layer":"app-pages-browser"},"startTime":1785680964610,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":3891,"timestamp":1853731389900,"id":3357,"parentId":2772,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_baseMatches.js","layer":"app-pages-browser"},"startTime":1785680964610,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":14390,"timestamp":1853731379501,"id":3315,"parentId":2631,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/khroma/dist/constants.js","layer":"app-pages-browser"},"startTime":1785680964599,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":14403,"timestamp":1853731379553,"id":3317,"parentId":2630,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/khroma/dist/utils/lang.js","layer":"app-pages-browser"},"startTime":1785680964600,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":14583,"timestamp":1853731379527,"id":3316,"parentId":2630,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/khroma/dist/utils/channel.js","layer":"app-pages-browser"},"startTime":1785680964599,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":14629,"timestamp":1853731379649,"id":3320,"parentId":2631,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/khroma/dist/color/hsl.js","layer":"app-pages-browser"},"startTime":1785680964600,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":14783,"timestamp":1853731379607,"id":3319,"parentId":2631,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/khroma/dist/color/hex.js","layer":"app-pages-browser"},"startTime":1785680964600,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":14840,"timestamp":1853731379673,"id":3321,"parentId":2631,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/khroma/dist/color/keyword.js","layer":"app-pages-browser"},"startTime":1785680964600,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":14989,"timestamp":1853731379581,"id":3318,"parentId":2630,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/khroma/dist/utils/unit.js","layer":"app-pages-browser"},"startTime":1785680964600,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":15058,"timestamp":1853731379721,"id":3323,"parentId":2632,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/khroma/dist/channels/index.js","layer":"app-pages-browser"},"startTime":1785680964600,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":15198,"timestamp":1853731379697,"id":3322,"parentId":2631,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/khroma/dist/color/rgb.js","layer":"app-pages-browser"},"startTime":1785680964600,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":15226,"timestamp":1853731379746,"id":3324,"parentId":2622,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/dagre-d3-es/src/dagre/order/barycenter.js","layer":"app-pages-browser"},"startTime":1785680964600,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":15361,"timestamp":1853731379771,"id":3325,"parentId":2622,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/dagre-d3-es/src/dagre/order/resolve-conflicts.js","layer":"app-pages-browser"},"startTime":1785680964600,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":15390,"timestamp":1853731379822,"id":3327,"parentId":2654,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/dagre-d3-es/src/graphlib/alg/components.js","layer":"app-pages-browser"},"startTime":1785680964600,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":16414,"timestamp":1853731379845,"id":3328,"parentId":2654,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/dagre-d3-es/src/graphlib/alg/dijkstra.js","layer":"app-pages-browser"},"startTime":1785680964600,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":16479,"timestamp":1853731379870,"id":3329,"parentId":2654,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/dagre-d3-es/src/graphlib/alg/dijkstra-all.js","layer":"app-pages-browser"},"startTime":1785680964600,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":16521,"timestamp":1853731379894,"id":3330,"parentId":2654,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/dagre-d3-es/src/graphlib/alg/find-cycles.js","layer":"app-pages-browser"},"startTime":1785680964600,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":16612,"timestamp":1853731379918,"id":3331,"parentId":2654,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/dagre-d3-es/src/graphlib/alg/floyd-warshall.js","layer":"app-pages-browser"},"startTime":1785680964600,"traceId":"a894ddc49bbe7d05"}]
32
+ [{"name":"build-module-js","duration":16848,"timestamp":1853731379798,"id":3326,"parentId":2622,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/dagre-d3-es/src/dagre/order/sort.js","layer":"app-pages-browser"},"startTime":1785680964600,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":4007,"timestamp":1853731392955,"id":3360,"parentId":2776,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_baseMean.js","layer":"app-pages-browser"},"startTime":1785680964613,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":4083,"timestamp":1853731392928,"id":3359,"parentId":2774,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_baseExtremum.js","layer":"app-pages-browser"},"startTime":1785680964613,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":4178,"timestamp":1853731392889,"id":3358,"parentId":2773,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_baseMatchesProperty.js","layer":"app-pages-browser"},"startTime":1785680964613,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":4072,"timestamp":1853731393032,"id":3363,"parentId":2791,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_castPath.js","layer":"app-pages-browser"},"startTime":1785680964613,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":4093,"timestamp":1853731393058,"id":3364,"parentId":2796,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_createOver.js","layer":"app-pages-browser"},"startTime":1785680964613,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":4207,"timestamp":1853731393010,"id":3362,"parentId":2791,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_baseUnset.js","layer":"app-pages-browser"},"startTime":1785680964613,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":4166,"timestamp":1853731393080,"id":3365,"parentId":2791,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_customOmitClone.js","layer":"app-pages-browser"},"startTime":1785680964613,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":4142,"timestamp":1853731393127,"id":3367,"parentId":2795,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_castRest.js","layer":"app-pages-browser"},"startTime":1785680964613,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":4196,"timestamp":1853731393103,"id":3366,"parentId":2797,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_arraySome.js","layer":"app-pages-browser"},"startTime":1785680964613,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":4346,"timestamp":1853731392984,"id":3361,"parentId":2790,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_baseNth.js","layer":"app-pages-browser"},"startTime":1785680964613,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":4183,"timestamp":1853731393176,"id":3369,"parentId":2806,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_basePick.js","layer":"app-pages-browser"},"startTime":1785680964613,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":4188,"timestamp":1853731393198,"id":3370,"parentId":2799,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_stringSize.js","layer":"app-pages-browser"},"startTime":1785680964613,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":4305,"timestamp":1853731393152,"id":3368,"parentId":2798,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_baseOrderBy.js","layer":"app-pages-browser"},"startTime":1785680964613,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":4214,"timestamp":1853731393265,"id":3373,"parentId":2809,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_baseProperty.js","layer":"app-pages-browser"},"startTime":1785680964613,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":4292,"timestamp":1853731393242,"id":3372,"parentId":2799,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_createPadding.js","layer":"app-pages-browser"},"startTime":1785680964613,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":4272,"timestamp":1853731393287,"id":3374,"parentId":2809,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_basePropertyDeep.js","layer":"app-pages-browser"},"startTime":1785680964613,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":4392,"timestamp":1853731393219,"id":3371,"parentId":2807,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_basePickBy.js","layer":"app-pages-browser"},"startTime":1785680964613,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":4366,"timestamp":1853731393309,"id":3375,"parentId":2809,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_isKey.js","layer":"app-pages-browser"},"startTime":1785680964613,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":4403,"timestamp":1853731393332,"id":3376,"parentId":2815,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_basePullAt.js","layer":"app-pages-browser"},"startTime":1785680964613,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":4457,"timestamp":1853731393355,"id":3377,"parentId":2812,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_basePullAll.js","layer":"app-pages-browser"},"startTime":1785680964613,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":7967,"timestamp":1853731393423,"id":3380,"parentId":2816,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_baseRandom.js","layer":"app-pages-browser"},"startTime":1785680964613,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":8445,"timestamp":1853731393399,"id":3379,"parentId":2817,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_createRange.js","layer":"app-pages-browser"},"startTime":1785680964613,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":8439,"timestamp":1853731393445,"id":3381,"parentId":2820,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_baseReduce.js","layer":"app-pages-browser"},"startTime":1785680964613,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":8644,"timestamp":1853731393377,"id":3378,"parentId":2815,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_compareAscending.js","layer":"app-pages-browser"},"startTime":1785680964613,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":15355,"timestamp":1853731386741,"id":3333,"parentId":2654,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/dagre-d3-es/src/graphlib/alg/postorder.js","layer":"app-pages-browser"},"startTime":1785680964607,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":15472,"timestamp":1853731386696,"id":3332,"parentId":2654,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/dagre-d3-es/src/graphlib/alg/is-acyclic.js","layer":"app-pages-browser"},"startTime":1785680964607,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":15456,"timestamp":1853731386770,"id":3334,"parentId":2654,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/dagre-d3-es/src/graphlib/alg/preorder.js","layer":"app-pages-browser"},"startTime":1785680964607,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":15553,"timestamp":1853731386795,"id":3335,"parentId":2654,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/dagre-d3-es/src/graphlib/alg/prim.js","layer":"app-pages-browser"},"startTime":1785680964607,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":15689,"timestamp":1853731386842,"id":3337,"parentId":2654,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/dagre-d3-es/src/graphlib/alg/topsort.js","layer":"app-pages-browser"},"startTime":1785680964607,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":15831,"timestamp":1853731386819,"id":3336,"parentId":2654,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/dagre-d3-es/src/graphlib/alg/tarjan.js","layer":"app-pages-browser"},"startTime":1785680964607,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2564,"timestamp":1853731400135,"id":3384,"parentId":2824,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_baseRepeat.js","layer":"app-pages-browser"},"startTime":1785680964620,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2693,"timestamp":1853731400047,"id":3382,"parentId":2820,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_arrayReduce.js","layer":"app-pages-browser"},"startTime":1785680964620,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2672,"timestamp":1853731400103,"id":3383,"parentId":2821,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_arrayReduceRight.js","layer":"app-pages-browser"},"startTime":1785680964620,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2669,"timestamp":1853731400162,"id":3385,"parentId":2830,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_baseSample.js","layer":"app-pages-browser"},"startTime":1785680964620,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2641,"timestamp":1853731400217,"id":3386,"parentId":2830,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_arraySample.js","layer":"app-pages-browser"},"startTime":1785680964620,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2569,"timestamp":1853731400315,"id":3390,"parentId":2834,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_arrayShuffle.js","layer":"app-pages-browser"},"startTime":1785680964620,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2674,"timestamp":1853731400244,"id":3387,"parentId":2831,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_arraySampleSize.js","layer":"app-pages-browser"},"startTime":1785680964620,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2688,"timestamp":1853731400268,"id":3388,"parentId":2831,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_baseSampleSize.js","layer":"app-pages-browser"},"startTime":1785680964620,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2642,"timestamp":1853731400339,"id":3391,"parentId":2834,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_baseShuffle.js","layer":"app-pages-browser"},"startTime":1785680964620,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2612,"timestamp":1853731400408,"id":3394,"parentId":2838,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_baseSome.js","layer":"app-pages-browser"},"startTime":1785680964620,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2810,"timestamp":1853731400291,"id":3389,"parentId":2833,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_baseSet.js","layer":"app-pages-browser"},"startTime":1785680964620,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2814,"timestamp":1853731400362,"id":3392,"parentId":2840,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_baseSortedIndex.js","layer":"app-pages-browser"},"startTime":1785680964620,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2780,"timestamp":1853731400430,"id":3395,"parentId":2849,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_castSlice.js","layer":"app-pages-browser"},"startTime":1785680964620,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2913,"timestamp":1853731400385,"id":3393,"parentId":2841,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_baseSortedIndexBy.js","layer":"app-pages-browser"},"startTime":1785680964620,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2842,"timestamp":1853731400499,"id":3398,"parentId":2848,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_hasUnicode.js","layer":"app-pages-browser"},"startTime":1785680964620,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2907,"timestamp":1853731400475,"id":3397,"parentId":2846,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_baseSortedUniq.js","layer":"app-pages-browser"},"startTime":1785680964620,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2817,"timestamp":1853731400597,"id":3402,"parentId":2865,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_reEscape.js","layer":"app-pages-browser"},"startTime":1785680964621,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2997,"timestamp":1853731400453,"id":3396,"parentId":2856,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_baseSum.js","layer":"app-pages-browser"},"startTime":1785680964620,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2823,"timestamp":1853731400654,"id":3404,"parentId":2865,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_reInterpolate.js","layer":"app-pages-browser"},"startTime":1785680964621,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2984,"timestamp":1853731400524,"id":3399,"parentId":2848,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_stringToArray.js","layer":"app-pages-browser"},"startTime":1785680964620,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2911,"timestamp":1853731400620,"id":3403,"parentId":2865,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_reEvaluate.js","layer":"app-pages-browser"},"startTime":1785680964621,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2866,"timestamp":1853731400705,"id":3406,"parentId":2864,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_customDefaultsAssignIn.js","layer":"app-pages-browser"},"startTime":1785680964621,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2916,"timestamp":1853731400681,"id":3405,"parentId":2864,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_baseValues.js","layer":"app-pages-browser"},"startTime":1785680964621,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2873,"timestamp":1853731400753,"id":3408,"parentId":2869,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_setToArray.js","layer":"app-pages-browser"},"startTime":1785680964621,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":5375,"timestamp":1853731400728,"id":3407,"parentId":2869,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_iteratorToArray.js","layer":"app-pages-browser"},"startTime":1785680964621,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":5365,"timestamp":1853731400775,"id":3409,"parentId":2869,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_mapToArray.js","layer":"app-pages-browser"},"startTime":1785680964621,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":5356,"timestamp":1853731400819,"id":3411,"parentId":2864,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_escapeStringChar.js","layer":"app-pages-browser"},"startTime":1785680964621,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":5432,"timestamp":1853731400797,"id":3410,"parentId":2877,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_createToPairs.js","layer":"app-pages-browser"},"startTime":1785680964621,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":5431,"timestamp":1853731400867,"id":3413,"parentId":2879,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_stringToPath.js","layer":"app-pages-browser"},"startTime":1785680964621,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":5442,"timestamp":1853731400890,"id":3414,"parentId":2885,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_charsEndIndex.js","layer":"app-pages-browser"},"startTime":1785680964621,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":5775,"timestamp":1853731400844,"id":3412,"parentId":2876,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_baseTrim.js","layer":"app-pages-browser"},"startTime":1785680964621,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":3421,"timestamp":1853731404574,"id":3415,"parentId":2885,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_trimmedEndIndex.js","layer":"app-pages-browser"},"startTime":1785680964625,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":3333,"timestamp":1853731404706,"id":3419,"parentId":2900,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_baseUpdate.js","layer":"app-pages-browser"},"startTime":1785680964625,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":3539,"timestamp":1853731404619,"id":3416,"parentId":2890,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_baseUniq.js","layer":"app-pages-browser"},"startTime":1785680964625,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":3469,"timestamp":1853731404729,"id":3420,"parentId":2909,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_asciiWords.js","layer":"app-pages-browser"},"startTime":1785680964625,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":3480,"timestamp":1853731404752,"id":3421,"parentId":2909,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_hasUnicodeWord.js","layer":"app-pages-browser"},"startTime":1785680964625,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":3638,"timestamp":1853731404649,"id":3417,"parentId":2884,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_charsStartIndex.js","layer":"app-pages-browser"},"startTime":1785680964625,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":3646,"timestamp":1853731404677,"id":3418,"parentId":2889,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_unescapeHtmlChar.js","layer":"app-pages-browser"},"startTime":1785680964625,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":3677,"timestamp":1853731404778,"id":3422,"parentId":2909,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_unicodeWords.js","layer":"app-pages-browser"},"startTime":1785680964625,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":3709,"timestamp":1853731404800,"id":3423,"parentId":2914,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_baseXor.js","layer":"app-pages-browser"},"startTime":1785680964625,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":3725,"timestamp":1853731404895,"id":3427,"parentId":2922,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/collection.js","layer":"app-pages-browser"},"startTime":1785680964625,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":3924,"timestamp":1853731404870,"id":3426,"parentId":2922,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/array.js","layer":"app-pages-browser"},"startTime":1785680964625,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":4018,"timestamp":1853731404823,"id":3424,"parentId":2915,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_baseWrapperValue.js","layer":"app-pages-browser"},"startTime":1785680964625,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":3946,"timestamp":1853731404918,"id":3428,"parentId":2922,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/date.js","layer":"app-pages-browser"},"startTime":1785680964625,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":3988,"timestamp":1853731404940,"id":3429,"parentId":2922,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/function.js","layer":"app-pages-browser"},"startTime":1785680964625,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":4132,"timestamp":1853731404845,"id":3425,"parentId":2919,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_baseZipObject.js","layer":"app-pages-browser"},"startTime":1785680964625,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":4041,"timestamp":1853731404986,"id":3431,"parentId":2922,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/math.js","layer":"app-pages-browser"},"startTime":1785680964625,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":4041,"timestamp":1853731405008,"id":3432,"parentId":2922,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/number.js","layer":"app-pages-browser"},"startTime":1785680964625,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":4230,"timestamp":1853731404964,"id":3430,"parentId":2922,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/lang.js","layer":"app-pages-browser"},"startTime":1785680964625,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":4188,"timestamp":1853731405057,"id":3434,"parentId":2922,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/seq.js","layer":"app-pages-browser"},"startTime":1785680964625,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":4244,"timestamp":1853731405085,"id":3435,"parentId":2922,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/string.js","layer":"app-pages-browser"},"startTime":1785680964625,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":4305,"timestamp":1853731405108,"id":3436,"parentId":2922,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/util.js","layer":"app-pages-browser"},"startTime":1785680964625,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":4293,"timestamp":1853731405169,"id":3438,"parentId":2922,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_lazyClone.js","layer":"app-pages-browser"},"startTime":1785680964625,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":4208,"timestamp":1853731405292,"id":3439,"parentId":2922,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_lazyReverse.js","layer":"app-pages-browser"},"startTime":1785680964625,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":4487,"timestamp":1853731405138,"id":3437,"parentId":2922,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_createHybrid.js","layer":"app-pages-browser"},"startTime":1785680964625,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":4719,"timestamp":1853731405033,"id":3433,"parentId":2922,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/object.js","layer":"app-pages-browser"},"startTime":1785680964625,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":4366,"timestamp":1853731405486,"id":3440,"parentId":2922,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_lazyValue.js","layer":"app-pages-browser"},"startTime":1785680964625,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":4289,"timestamp":1853731405583,"id":3441,"parentId":2922,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_realNames.js","layer":"app-pages-browser"},"startTime":1785680964626,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":1525,"timestamp":1853731422535,"id":3482,"parentId":3239,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_coreJsData.js","layer":"app-pages-browser"},"startTime":1785680964643,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":1536,"timestamp":1853731422608,"id":3483,"parentId":3264,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_baseToNumber.js","layer":"app-pages-browser"},"startTime":1785680964643,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":24243,"timestamp":1853731400573,"id":3401,"parentId":2493,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/micromark-util-chunked/index.js","layer":"app-pages-browser"},"startTime":1785680964621,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2228,"timestamp":1853731422645,"id":3484,"parentId":3265,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_baseSetData.js","layer":"app-pages-browser"},"startTime":1785680964643,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2260,"timestamp":1853731422671,"id":3485,"parentId":3265,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_createBind.js","layer":"app-pages-browser"},"startTime":1785680964643,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":24453,"timestamp":1853731400548,"id":3400,"parentId":2491,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/robust-predicates/index.js","layer":"app-pages-browser"},"startTime":1785680964621,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":19504,"timestamp":1853731405653,"id":3442,"parentId":2951,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-sankey/node_modules/d3-array/src/identity.js","layer":"app-pages-browser"},"startTime":1785680964626,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":19567,"timestamp":1853731405686,"id":3443,"parentId":2941,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-sankey/node_modules/d3-array/src/number.js","layer":"app-pages-browser"},"startTime":1785680964626,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":19553,"timestamp":1853731405767,"id":3446,"parentId":2614,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/is-alphabetical/index.js","layer":"app-pages-browser"},"startTime":1785680964626,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":19661,"timestamp":1853731405714,"id":3444,"parentId":2953,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-sankey/node_modules/d3-array/src/array.js","layer":"app-pages-browser"},"startTime":1785680964626,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":19677,"timestamp":1853731405741,"id":3445,"parentId":2953,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-sankey/node_modules/d3-array/src/constant.js","layer":"app-pages-browser"},"startTime":1785680964626,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":25440,"timestamp":1853731405793,"id":3447,"parentId":2587,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/layout-base/layout-base.js","layer":"app-pages-browser"},"startTime":1785680964626,"traceId":"a894ddc49bbe7d05"}]
33
+ [{"name":"build-module-js","duration":7977,"timestamp":1853731423407,"id":3487,"parentId":3265,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_getData.js","layer":"app-pages-browser"},"startTime":1785680964643,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":8099,"timestamp":1853731423372,"id":3486,"parentId":3265,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_createPartial.js","layer":"app-pages-browser"},"startTime":1785680964643,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":8012,"timestamp":1853731423509,"id":3491,"parentId":3275,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_isFlattenable.js","layer":"app-pages-browser"},"startTime":1785680964643,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":8117,"timestamp":1853731423433,"id":3488,"parentId":3265,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_setData.js","layer":"app-pages-browser"},"startTime":1785680964643,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":8186,"timestamp":1853731423485,"id":3490,"parentId":3265,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_mergeData.js","layer":"app-pages-browser"},"startTime":1785680964643,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":8178,"timestamp":1853731423533,"id":3492,"parentId":3265,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_setWrapToString.js","layer":"app-pages-browser"},"startTime":1785680964643,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":8328,"timestamp":1853731423458,"id":3489,"parentId":3265,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_createCurry.js","layer":"app-pages-browser"},"startTime":1785680964643,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":8208,"timestamp":1853731423607,"id":3495,"parentId":3283,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_basePropertyOf.js","layer":"app-pages-browser"},"startTime":1785680964644,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":8271,"timestamp":1853731423582,"id":3494,"parentId":3282,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_arrayAggregator.js","layer":"app-pages-browser"},"startTime":1785680964644,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":10280,"timestamp":1853731423559,"id":3493,"parentId":3282,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_baseAggregator.js","layer":"app-pages-browser"},"startTime":1785680964644,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":10236,"timestamp":1853731423652,"id":3497,"parentId":3287,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_arrayIncludes.js","layer":"app-pages-browser"},"startTime":1785680964644,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":10250,"timestamp":1853731423674,"id":3498,"parentId":3287,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_arrayIncludesWith.js","layer":"app-pages-browser"},"startTime":1785680964644,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":10355,"timestamp":1853731423630,"id":3496,"parentId":3287,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_SetCache.js","layer":"app-pages-browser"},"startTime":1785680964644,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":10323,"timestamp":1853731423696,"id":3499,"parentId":3287,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_cacheHas.js","layer":"app-pages-browser"},"startTime":1785680964644,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":14513,"timestamp":1853731419674,"id":3448,"parentId":2991,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-sankey/node_modules/d3-array/src/set.js","layer":"app-pages-browser"},"startTime":1785680964640,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":14512,"timestamp":1853731419728,"id":3449,"parentId":2995,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-sankey/node_modules/d3-shape/src/constant.js","layer":"app-pages-browser"},"startTime":1785680964640,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":14460,"timestamp":1853731419831,"id":3453,"parentId":2998,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-sankey/node_modules/d3-shape/src/identity.js","layer":"app-pages-browser"},"startTime":1785680964640,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":14529,"timestamp":1853731419859,"id":3454,"parentId":3000,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-sankey/node_modules/d3-shape/src/curve/radial.js","layer":"app-pages-browser"},"startTime":1785680964640,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":14713,"timestamp":1853731419909,"id":3456,"parentId":2957,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/hast-util-raw/node_modules/parse5/dist/tree-adapters/default.js","layer":"app-pages-browser"},"startTime":1785680964640,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":14929,"timestamp":1853731419967,"id":3457,"parentId":2957,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/hast-util-raw/node_modules/parse5/dist/serializer/index.js","layer":"app-pages-browser"},"startTime":1785680964640,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":15722,"timestamp":1853731419807,"id":3452,"parentId":2998,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-sankey/node_modules/d3-shape/src/descending.js","layer":"app-pages-browser"},"startTime":1785680964640,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":15691,"timestamp":1853731420000,"id":3458,"parentId":2957,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/hast-util-raw/node_modules/parse5/dist/common/error-codes.js","layer":"app-pages-browser"},"startTime":1785680964640,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":15962,"timestamp":1853731419782,"id":3451,"parentId":2996,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-sankey/node_modules/d3-shape/src/point.js","layer":"app-pages-browser"},"startTime":1785680964640,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":16033,"timestamp":1853731420027,"id":3459,"parentId":2957,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/hast-util-raw/node_modules/parse5/dist/common/foreign-content.js","layer":"app-pages-browser"},"startTime":1785680964640,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":16407,"timestamp":1853731419756,"id":3450,"parentId":2995,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-sankey/node_modules/d3-shape/src/math.js","layer":"app-pages-browser"},"startTime":1785680964640,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":16126,"timestamp":1853731420129,"id":3463,"parentId":3009,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/@ungap/structured-clone/esm/types.js","layer":"app-pages-browser"},"startTime":1785680964640,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":19891,"timestamp":1853731419884,"id":3455,"parentId":2957,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/hast-util-raw/node_modules/parse5/dist/parser/index.js","layer":"app-pages-browser"},"startTime":1785680964640,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":19789,"timestamp":1853731420078,"id":3461,"parentId":2957,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/hast-util-raw/node_modules/parse5/dist/common/token.js","layer":"app-pages-browser"},"startTime":1785680964640,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":19762,"timestamp":1853731420156,"id":3464,"parentId":3008,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-sankey/node_modules/d3-shape/src/array.js","layer":"app-pages-browser"},"startTime":1785680964640,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":20397,"timestamp":1853731420053,"id":3460,"parentId":2957,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/hast-util-raw/node_modules/parse5/dist/common/html.js","layer":"app-pages-browser"},"startTime":1785680964640,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":23333,"timestamp":1853731420102,"id":3462,"parentId":2957,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/hast-util-raw/node_modules/parse5/dist/tokenizer/index.js","layer":"app-pages-browser"},"startTime":1785680964640,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":23327,"timestamp":1853731420185,"id":3465,"parentId":3021,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-sankey/node_modules/d3-shape/src/noop.js","layer":"app-pages-browser"},"startTime":1785680964640,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":10494,"timestamp":1853731433087,"id":3508,"parentId":3304,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_createBaseEach.js","layer":"app-pages-browser"},"startTime":1785680964653,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":10662,"timestamp":1853731432971,"id":3506,"parentId":3300,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_getFuncName.js","layer":"app-pages-browser"},"startTime":1785680964653,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":10625,"timestamp":1853731433055,"id":3507,"parentId":3300,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_isLaziable.js","layer":"app-pages-browser"},"startTime":1785680964653,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":10593,"timestamp":1853731433120,"id":3509,"parentId":3313,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_strictIndexOf.js","layer":"app-pages-browser"},"startTime":1785680964653,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":10489,"timestamp":1853731433256,"id":3514,"parentId":3340,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_parent.js","layer":"app-pages-browser"},"startTime":1785680964653,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":10502,"timestamp":1853731433281,"id":3515,"parentId":3342,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_baseInverter.js","layer":"app-pages-browser"},"startTime":1785680964653,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":10477,"timestamp":1853731433333,"id":3517,"parentId":3346,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_isStrictComparable.js","layer":"app-pages-browser"},"startTime":1785680964653,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":10457,"timestamp":1853731433384,"id":3519,"parentId":3357,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_matchesStrictComparable.js","layer":"app-pages-browser"},"startTime":1785680964653,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":10458,"timestamp":1853731433408,"id":3520,"parentId":3370,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_asciiSize.js","layer":"app-pages-browser"},"startTime":1785680964653,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":10438,"timestamp":1853731433459,"id":3522,"parentId":3377,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_baseIndexOfWith.js","layer":"app-pages-browser"},"startTime":1785680964653,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":10508,"timestamp":1853731433435,"id":3521,"parentId":3368,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_compareMultiple.js","layer":"app-pages-browser"},"startTime":1785680964653,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":10551,"timestamp":1853731433482,"id":3523,"parentId":3370,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_unicodeSize.js","layer":"app-pages-browser"},"startTime":1785680964653,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":10568,"timestamp":1853731433505,"id":3524,"parentId":3368,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_baseSortBy.js","layer":"app-pages-browser"},"startTime":1785680964653,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":10959,"timestamp":1853731433306,"id":3516,"parentId":3344,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_baseIsEqualDeep.js","layer":"app-pages-browser"},"startTime":1785680964653,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":26392,"timestamp":1853731421235,"id":3469,"parentId":3047,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/hast-util-parse-selector/lib/index.js","layer":"app-pages-browser"},"startTime":1785680964641,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":26707,"timestamp":1853731421208,"id":3468,"parentId":2617,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/inline-style-parser/cjs/index.js","layer":"app-pages-browser"},"startTime":1785680964641,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":27036,"timestamp":1853731421173,"id":3467,"parentId":3004,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/hast-util-to-parse5/lib/index.js","layer":"app-pages-browser"},"startTime":1785680964641,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":26992,"timestamp":1853731421287,"id":3471,"parentId":3115,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/es-toolkit/dist/_internal/DOMException.mjs","layer":"app-pages-browser"},"startTime":1785680964641,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":27658,"timestamp":1853731421311,"id":3472,"parentId":2930,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/micromark-factory-space/index.js","layer":"app-pages-browser"},"startTime":1785680964641,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":27691,"timestamp":1853731421382,"id":3475,"parentId":3171,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/es-toolkit/dist/_internal/globalThis.mjs","layer":"app-pages-browser"},"startTime":1785680964641,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":27873,"timestamp":1853731421260,"id":3470,"parentId":3082,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/es-toolkit/dist/_internal/compareValues.mjs","layer":"app-pages-browser"},"startTime":1785680964641,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":29233,"timestamp":1853731420209,"id":3466,"parentId":3003,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/hast-util-from-parse5/lib/index.js","layer":"app-pages-browser"},"startTime":1785680964640,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":28094,"timestamp":1853731421478,"id":3479,"parentId":3153,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/es-toolkit/dist/compat/_internal/tags.mjs","layer":"app-pages-browser"},"startTime":1785680964641,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":28219,"timestamp":1853731421406,"id":3476,"parentId":3176,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/es-toolkit/dist/_internal/isEqualsSameValueZero.mjs","layer":"app-pages-browser"},"startTime":1785680964641,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":28320,"timestamp":1853731421358,"id":3474,"parentId":3094,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/es-toolkit/dist/compat/util/toInteger.mjs","layer":"app-pages-browser"},"startTime":1785680964641,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":28274,"timestamp":1853731421455,"id":3478,"parentId":3153,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/es-toolkit/dist/compat/_internal/getTag.mjs","layer":"app-pages-browser"},"startTime":1785680964641,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":28271,"timestamp":1853731421502,"id":3480,"parentId":3165,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/es-toolkit/dist/compat/predicate/isArray.mjs","layer":"app-pages-browser"},"startTime":1785680964641,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":28407,"timestamp":1853731421430,"id":3477,"parentId":3153,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/es-toolkit/dist/compat/_internal/getSymbols.mjs","layer":"app-pages-browser"},"startTime":1785680964641,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":28545,"timestamp":1853731421334,"id":3473,"parentId":3159,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/es-toolkit/dist/_internal/isUnsafeProperty.mjs","layer":"app-pages-browser"},"startTime":1785680964641,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":4502,"timestamp":1853731445646,"id":3526,"parentId":3390,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_shuffleSelf.js","layer":"app-pages-browser"},"startTime":1785680964666,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":4484,"timestamp":1853731445691,"id":3527,"parentId":3399,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_asciiToArray.js","layer":"app-pages-browser"},"startTime":1785680964666,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":4499,"timestamp":1853731445721,"id":3528,"parentId":3379,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_baseRange.js","layer":"app-pages-browser"},"startTime":1785680964666,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":4554,"timestamp":1853731445749,"id":3529,"parentId":3399,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_unicodeToArray.js","layer":"app-pages-browser"},"startTime":1785680964666,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":4379,"timestamp":1853731445957,"id":3537,"parentId":3410,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_baseToPairs.js","layer":"app-pages-browser"},"startTime":1785680964666,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":4382,"timestamp":1853731445982,"id":3538,"parentId":3410,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_setToPairs.js","layer":"app-pages-browser"},"startTime":1785680964666,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":4436,"timestamp":1853731446012,"id":3539,"parentId":3427,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/collection.default.js","layer":"app-pages-browser"},"startTime":1785680964666,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":4433,"timestamp":1853731446062,"id":3541,"parentId":3413,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_memoizeCapped.js","layer":"app-pages-browser"},"startTime":1785680964666,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":4432,"timestamp":1853731446086,"id":3542,"parentId":3428,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/date.default.js","layer":"app-pages-browser"},"startTime":1785680964666,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":4442,"timestamp":1853731446137,"id":3544,"parentId":3429,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/function.default.js","layer":"app-pages-browser"},"startTime":1785680964666,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":4463,"timestamp":1853731446160,"id":3545,"parentId":3431,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/math.default.js","layer":"app-pages-browser"},"startTime":1785680964666,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":4651,"timestamp":1853731446111,"id":3543,"parentId":3426,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/array.default.js","layer":"app-pages-browser"},"startTime":1785680964666,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":4603,"timestamp":1853731446183,"id":3546,"parentId":3432,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/number.default.js","layer":"app-pages-browser"},"startTime":1785680964666,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":4796,"timestamp":1853731446037,"id":3540,"parentId":3416,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_createSet.js","layer":"app-pages-browser"},"startTime":1785680964666,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":4672,"timestamp":1853731446205,"id":3547,"parentId":3434,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/seq.default.js","layer":"app-pages-browser"},"startTime":1785680964666,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":4721,"timestamp":1853731446228,"id":3548,"parentId":3435,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/string.default.js","layer":"app-pages-browser"},"startTime":1785680964666,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":4775,"timestamp":1853731446250,"id":3549,"parentId":3436,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/util.default.js","layer":"app-pages-browser"},"startTime":1785680964666,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":4785,"timestamp":1853731446294,"id":3551,"parentId":3437,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_composeArgs.js","layer":"app-pages-browser"},"startTime":1785680964666,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":4832,"timestamp":1853731446316,"id":3552,"parentId":3437,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_countHolders.js","layer":"app-pages-browser"},"startTime":1785680964666,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":4860,"timestamp":1853731446338,"id":3553,"parentId":3437,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_composeArgsRight.js","layer":"app-pages-browser"},"startTime":1785680964666,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":4876,"timestamp":1853731446386,"id":3555,"parentId":3437,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_reorder.js","layer":"app-pages-browser"},"startTime":1785680964666,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":4973,"timestamp":1853731446363,"id":3554,"parentId":3437,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_createRecurry.js","layer":"app-pages-browser"},"startTime":1785680964666,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":5039,"timestamp":1853731446409,"id":3556,"parentId":3433,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/object.default.js","layer":"app-pages-browser"},"startTime":1785680964666,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":5323,"timestamp":1853731446272,"id":3550,"parentId":3430,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/lang.default.js","layer":"app-pages-browser"},"startTime":1785680964666,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":5246,"timestamp":1853731446431,"id":3557,"parentId":3437,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_createCtor.js","layer":"app-pages-browser"},"startTime":1785680964666,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":39635,"timestamp":1853731422500,"id":3481,"parentId":3167,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/es-toolkit/dist/compat/predicate/isPlainObject.mjs","layer":"app-pages-browser"},"startTime":1785680964642,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2027,"timestamp":1853731460733,"id":3558,"parentId":3440,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_getView.js","layer":"app-pages-browser"},"startTime":1785680964681,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":40114,"timestamp":1853731423720,"id":3500,"parentId":3200,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/hast-util-is-element/lib/index.js","layer":"app-pages-browser"},"startTime":1785680964644,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":40178,"timestamp":1853731423797,"id":3503,"parentId":3204,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/unist-util-stringify-position/lib/index.js","layer":"app-pages-browser"},"startTime":1785680964644,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":40539,"timestamp":1853731423850,"id":3505,"parentId":3233,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/mdast-util-gfm-table/lib/index.js","layer":"app-pages-browser"},"startTime":1785680964644,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":40767,"timestamp":1853731423772,"id":3502,"parentId":3201,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/unist-util-find-after/lib/index.js","layer":"app-pages-browser"},"startTime":1785680964644,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":41215,"timestamp":1853731423823,"id":3504,"parentId":3232,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/mdast-util-gfm-autolink-literal/lib/index.js","layer":"app-pages-browser"},"startTime":1785680964644,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":41597,"timestamp":1853731423747,"id":3501,"parentId":3202,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/unist-util-is/lib/index.js","layer":"app-pages-browser"},"startTime":1785680964644,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":32447,"timestamp":1853731433148,"id":3510,"parentId":3245,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/micromark-extension-gfm-table/lib/edit-map.js","layer":"app-pages-browser"},"startTime":1785680964653,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":32513,"timestamp":1853731433231,"id":3513,"parentId":3235,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/mdast-util-gfm-strikethrough/lib/index.js","layer":"app-pages-browser"},"startTime":1785680964653,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":32691,"timestamp":1853731433178,"id":3511,"parentId":3245,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/micromark-extension-gfm-table/lib/infer.js","layer":"app-pages-browser"},"startTime":1785680964653,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":32769,"timestamp":1853731433357,"id":3518,"parentId":3236,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/mdast-util-gfm-task-list-item/lib/index.js","layer":"app-pages-browser"},"startTime":1785680964653,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":33219,"timestamp":1853731433205,"id":3512,"parentId":3234,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/mdast-util-gfm-footnote/lib/index.js","layer":"app-pages-browser"},"startTime":1785680964653,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":5750,"timestamp":1853731463157,"id":3560,"parentId":3484,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_metaMap.js","layer":"app-pages-browser"},"startTime":1785680964683,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":5731,"timestamp":1853731463255,"id":3561,"parentId":3492,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_getWrapDetails.js","layer":"app-pages-browser"},"startTime":1785680964683,"traceId":"a894ddc49bbe7d05"}]
34
+ [{"name":"build-module-js","duration":5760,"timestamp":1853731463300,"id":3562,"parentId":3492,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_insertWrapDetails.js","layer":"app-pages-browser"},"startTime":1785680964683,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":23598,"timestamp":1853731445604,"id":3525,"parentId":3323,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/khroma/dist/channels/type.js","layer":"app-pages-browser"},"startTime":1785680964666,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":23479,"timestamp":1853731445802,"id":3531,"parentId":2995,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-sankey/node_modules/d3-path/src/index.js","layer":"app-pages-browser"},"startTime":1785680964666,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":23660,"timestamp":1853731445776,"id":3530,"parentId":3333,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/dagre-d3-es/src/graphlib/alg/dfs.js","layer":"app-pages-browser"},"startTime":1785680964666,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":23634,"timestamp":1853731445880,"id":3534,"parentId":3258,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/micromark/lib/postprocess.js","layer":"app-pages-browser"},"startTime":1785680964666,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":23819,"timestamp":1853731445907,"id":3535,"parentId":3258,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/micromark/lib/preprocess.js","layer":"app-pages-browser"},"startTime":1785680964666,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":23952,"timestamp":1853731445932,"id":3536,"parentId":3257,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/mdast-util-to-string/lib/index.js","layer":"app-pages-browser"},"startTime":1785680964666,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":24154,"timestamp":1853731445855,"id":3533,"parentId":3258,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/micromark/lib/parse.js","layer":"app-pages-browser"},"startTime":1785680964666,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":25274,"timestamp":1853731445830,"id":3532,"parentId":3258,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/micromark/lib/compile.js","layer":"app-pages-browser"},"startTime":1785680964666,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2981,"timestamp":1853731468220,"id":3564,"parentId":3496,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_setCacheAdd.js","layer":"app-pages-browser"},"startTime":1785680964688,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2913,"timestamp":1853731468325,"id":3567,"parentId":3496,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_setCacheHas.js","layer":"app-pages-browser"},"startTime":1785680964688,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":3138,"timestamp":1853731468258,"id":3565,"parentId":3516,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_equalArrays.js","layer":"app-pages-browser"},"startTime":1785680964688,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":3362,"timestamp":1853731468143,"id":3563,"parentId":3492,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_updateWrapDetails.js","layer":"app-pages-browser"},"startTime":1785680964688,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":3346,"timestamp":1853731468355,"id":3568,"parentId":3516,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_equalObjects.js","layer":"app-pages-browser"},"startTime":1785680964688,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":6534,"timestamp":1853731468293,"id":3566,"parentId":3516,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/lodash-es/_equalByTag.js","layer":"app-pages-browser"},"startTime":1785680964688,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":14536,"timestamp":1853731460814,"id":3559,"parentId":3328,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/dagre-d3-es/src/graphlib/data/priority-queue.js","layer":"app-pages-browser"},"startTime":1785680964681,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":10084,"timestamp":1853731468386,"id":3569,"parentId":3455,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/hast-util-raw/node_modules/parse5/dist/parser/open-element-stack.js","layer":"app-pages-browser"},"startTime":1785680964688,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":10251,"timestamp":1853731468504,"id":3572,"parentId":3455,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/hast-util-raw/node_modules/parse5/dist/common/unicode.js","layer":"app-pages-browser"},"startTime":1785680964688,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":10660,"timestamp":1853731468428,"id":3570,"parentId":3455,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/hast-util-raw/node_modules/parse5/dist/parser/formatting-element-list.js","layer":"app-pages-browser"},"startTime":1785680964688,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":10844,"timestamp":1853731468465,"id":3571,"parentId":3455,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/hast-util-raw/node_modules/parse5/dist/common/doctype.js","layer":"app-pages-browser"},"startTime":1785680964688,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":11232,"timestamp":1853731468541,"id":3573,"parentId":3462,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/hast-util-raw/node_modules/parse5/dist/tokenizer/preprocessor.js","layer":"app-pages-browser"},"startTime":1785680964689,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":7428,"timestamp":1853731473816,"id":3574,"parentId":3400,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/robust-predicates/esm/orient2d.js","layer":"app-pages-browser"},"startTime":1785680964694,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":9247,"timestamp":1853731473956,"id":3577,"parentId":3400,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/robust-predicates/esm/insphere.js","layer":"app-pages-browser"},"startTime":1785680964694,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":12152,"timestamp":1853731473884,"id":3575,"parentId":3400,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/robust-predicates/esm/orient3d.js","layer":"app-pages-browser"},"startTime":1785680964694,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":14039,"timestamp":1853731473921,"id":3576,"parentId":3400,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/robust-predicates/esm/incircle.js","layer":"app-pages-browser"},"startTime":1785680964694,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":14107,"timestamp":1853731473991,"id":3578,"parentId":3474,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/es-toolkit/dist/compat/util/toFinite.mjs","layer":"app-pages-browser"},"startTime":1785680964694,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":10121,"timestamp":1853731480236,"id":3581,"parentId":3533,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/micromark/lib/constructs.js","layer":"app-pages-browser"},"startTime":1785680964700,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":10867,"timestamp":1853731480196,"id":3580,"parentId":3533,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/micromark/lib/create-tokenizer.js","layer":"app-pages-browser"},"startTime":1785680964700,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":11404,"timestamp":1853731480142,"id":3579,"parentId":3531,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/d3-sankey/node_modules/d3-path/src/path.js","layer":"app-pages-browser"},"startTime":1785680964700,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":3250,"timestamp":1853731489156,"id":3582,"parentId":3533,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/micromark/lib/initialize/content.js","layer":"app-pages-browser"},"startTime":1785680964709,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":3722,"timestamp":1853731489209,"id":3583,"parentId":3533,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/micromark/lib/initialize/document.js","layer":"app-pages-browser"},"startTime":1785680964709,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":3942,"timestamp":1853731489334,"id":3585,"parentId":3533,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/micromark/lib/initialize/text.js","layer":"app-pages-browser"},"startTime":1785680964709,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":4111,"timestamp":1853731489299,"id":3584,"parentId":3533,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/micromark/lib/initialize/flow.js","layer":"app-pages-browser"},"startTime":1785680964709,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":3845,"timestamp":1853731489698,"id":3586,"parentId":3240,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/micromark-util-classify-character/index.js","layer":"app-pages-browser"},"startTime":1785680964710,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":3909,"timestamp":1853731489782,"id":3587,"parentId":3242,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/micromark-core-commonmark/index.js","layer":"app-pages-browser"},"startTime":1785680964710,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":3962,"timestamp":1853731489819,"id":3588,"parentId":3240,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/micromark-util-resolve-all/index.js","layer":"app-pages-browser"},"startTime":1785680964710,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":7794,"timestamp":1853731490041,"id":3589,"parentId":3574,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/robust-predicates/esm/util.js","layer":"app-pages-browser"},"startTime":1785680964710,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":7852,"timestamp":1853731490078,"id":3590,"parentId":3578,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/es-toolkit/dist/compat/util/toNumber.mjs","layer":"app-pages-browser"},"startTime":1785680964710,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2760,"timestamp":1853731500152,"id":3591,"parentId":3587,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/micromark-core-commonmark/lib/attention.js","layer":"app-pages-browser"},"startTime":1785680964720,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2975,"timestamp":1853731500216,"id":3592,"parentId":3587,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/micromark-core-commonmark/lib/autolink.js","layer":"app-pages-browser"},"startTime":1785680964720,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":3132,"timestamp":1853731500289,"id":3594,"parentId":3587,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/micromark-core-commonmark/lib/block-quote.js","layer":"app-pages-browser"},"startTime":1785680964720,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":3452,"timestamp":1853731500392,"id":3597,"parentId":3587,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/micromark-core-commonmark/lib/code-fenced.js","layer":"app-pages-browser"},"startTime":1785680964720,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":3696,"timestamp":1853731500255,"id":3593,"parentId":3587,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/micromark-core-commonmark/lib/blank-line.js","layer":"app-pages-browser"},"startTime":1785680964720,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":3728,"timestamp":1853731500323,"id":3595,"parentId":3587,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/micromark-core-commonmark/lib/character-escape.js","layer":"app-pages-browser"},"startTime":1785680964720,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":3802,"timestamp":1853731500459,"id":3599,"parentId":3587,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/micromark-core-commonmark/lib/content.js","layer":"app-pages-browser"},"startTime":1785680964720,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":4157,"timestamp":1853731500358,"id":3596,"parentId":3587,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/micromark-core-commonmark/lib/character-reference.js","layer":"app-pages-browser"},"startTime":1785680964720,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":4305,"timestamp":1853731500426,"id":3598,"parentId":3587,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/micromark-core-commonmark/lib/code-indented.js","layer":"app-pages-browser"},"startTime":1785680964720,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":5267,"timestamp":1853731500495,"id":3600,"parentId":3587,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/micromark-core-commonmark/lib/code-text.js","layer":"app-pages-browser"},"startTime":1785680964720,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":5337,"timestamp":1853731500529,"id":3601,"parentId":3587,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/micromark-core-commonmark/lib/hard-break-escape.js","layer":"app-pages-browser"},"startTime":1785680964720,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":5607,"timestamp":1853731500566,"id":3602,"parentId":3587,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/micromark-core-commonmark/lib/definition.js","layer":"app-pages-browser"},"startTime":1785680964721,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":5889,"timestamp":1853731500600,"id":3603,"parentId":3587,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/micromark-core-commonmark/lib/heading-atx.js","layer":"app-pages-browser"},"startTime":1785680964721,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":6515,"timestamp":1853731500665,"id":3605,"parentId":3587,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/micromark-core-commonmark/lib/html-text.js","layer":"app-pages-browser"},"startTime":1785680964721,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":6523,"timestamp":1853731500765,"id":3608,"parentId":3587,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/micromark-core-commonmark/lib/line-ending.js","layer":"app-pages-browser"},"startTime":1785680964721,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":8886,"timestamp":1853731500632,"id":3604,"parentId":3587,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/micromark-core-commonmark/lib/html-flow.js","layer":"app-pages-browser"},"startTime":1785680964721,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":8951,"timestamp":1853731500732,"id":3607,"parentId":3587,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/micromark-core-commonmark/lib/label-start-image.js","layer":"app-pages-browser"},"startTime":1785680964721,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":9749,"timestamp":1853731500699,"id":3606,"parentId":3587,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/micromark-core-commonmark/lib/label-end.js","layer":"app-pages-browser"},"startTime":1785680964721,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":10091,"timestamp":1853731500859,"id":3610,"parentId":3587,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/micromark-core-commonmark/lib/list.js","layer":"app-pages-browser"},"startTime":1785680964721,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":10193,"timestamp":1853731500926,"id":3612,"parentId":3587,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/micromark-core-commonmark/lib/thematic-break.js","layer":"app-pages-browser"},"startTime":1785680964721,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-mjs","duration":9955,"timestamp":1853731501251,"id":3613,"parentId":3590,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/es-toolkit/dist/compat/predicate/isSymbol.mjs","layer":"app-pages-browser"},"startTime":1785680964721,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":10627,"timestamp":1853731500893,"id":3611,"parentId":3587,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/micromark-core-commonmark/lib/setext-underline.js","layer":"app-pages-browser"},"startTime":1785680964721,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":10824,"timestamp":1853731500825,"id":3609,"parentId":3587,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/micromark-core-commonmark/lib/label-start-link.js","layer":"app-pages-browser"},"startTime":1785680964721,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":14293,"timestamp":1853731501795,"id":3614,"parentId":3466,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/vfile-location/index.js","layer":"app-pages-browser"},"startTime":1785680964722,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":15489,"timestamp":1853731502135,"id":3615,"parentId":3505,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/mdast-util-to-markdown/index.js","layer":"app-pages-browser"},"startTime":1785680964722,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":16388,"timestamp":1853731502178,"id":3616,"parentId":3505,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/markdown-table/index.js","layer":"app-pages-browser"},"startTime":1785680964722,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":17805,"timestamp":1853731502250,"id":3618,"parentId":3462,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/entities/dist/esm/decode.js","layer":"app-pages-browser"},"startTime":1785680964722,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":15124,"timestamp":1853731505085,"id":3619,"parentId":3504,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/mdast-util-find-and-replace/index.js","layer":"app-pages-browser"},"startTime":1785680964725,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":18343,"timestamp":1853731502215,"id":3617,"parentId":3457,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/entities/dist/esm/escape.js","layer":"app-pages-browser"},"startTime":1785680964722,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":15530,"timestamp":1853731505136,"id":3620,"parentId":3504,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/ccount/index.js","layer":"app-pages-browser"},"startTime":1785680964725,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":15809,"timestamp":1853731505172,"id":3621,"parentId":3534,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/micromark-util-subtokenize/index.js","layer":"app-pages-browser"},"startTime":1785680964725,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":896,"timestamp":1853731522295,"id":3622,"parentId":3618,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/entities/dist/esm/decode-codepoint.js","layer":"app-pages-browser"},"startTime":1785680964742,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":721,"timestamp":1853731522662,"id":3623,"parentId":3614,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/vfile-location/lib/index.js","layer":"app-pages-browser"},"startTime":1785680964743,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":805,"timestamp":1853731522797,"id":3624,"parentId":3615,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/mdast-util-to-markdown/lib/index.js","layer":"app-pages-browser"},"startTime":1785680964743,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":870,"timestamp":1853731522827,"id":3625,"parentId":3615,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/mdast-util-to-markdown/lib/handle/index.js","layer":"app-pages-browser"},"startTime":1785680964743,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":1293,"timestamp":1853731522855,"id":3626,"parentId":3618,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/entities/dist/esm/generated/decode-data-html.js","layer":"app-pages-browser"},"startTime":1785680964743,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":1472,"timestamp":1853731522922,"id":3628,"parentId":3619,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/mdast-util-find-and-replace/lib/index.js","layer":"app-pages-browser"},"startTime":1785680964743,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":3758,"timestamp":1853731522995,"id":3629,"parentId":3621,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/micromark-util-subtokenize/lib/splice-buffer.js","layer":"app-pages-browser"},"startTime":1785680964743,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":3922,"timestamp":1853731522896,"id":3627,"parentId":3618,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/entities/dist/esm/generated/decode-data-xml.js","layer":"app-pages-browser"},"startTime":1785680964743,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2289,"timestamp":1853731527990,"id":3630,"parentId":3624,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/mdast-util-to-markdown/lib/configure.js","layer":"app-pages-browser"},"startTime":1785680964748,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2371,"timestamp":1853731528033,"id":3631,"parentId":3624,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/mdast-util-to-markdown/lib/join.js","layer":"app-pages-browser"},"startTime":1785680964748,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2505,"timestamp":1853731528085,"id":3633,"parentId":3625,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/mdast-util-to-markdown/lib/handle/blockquote.js","layer":"app-pages-browser"},"startTime":1785680964748,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2668,"timestamp":1853731528059,"id":3632,"parentId":3624,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/mdast-util-to-markdown/lib/unsafe.js","layer":"app-pages-browser"},"startTime":1785680964748,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2701,"timestamp":1853731528112,"id":3634,"parentId":3625,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/mdast-util-to-markdown/lib/handle/break.js","layer":"app-pages-browser"},"startTime":1785680964748,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2814,"timestamp":1853731528139,"id":3635,"parentId":3625,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/mdast-util-to-markdown/lib/handle/code.js","layer":"app-pages-browser"},"startTime":1785680964748,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2899,"timestamp":1853731528167,"id":3636,"parentId":3625,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/mdast-util-to-markdown/lib/handle/definition.js","layer":"app-pages-browser"},"startTime":1785680964748,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2872,"timestamp":1853731528246,"id":3639,"parentId":3625,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/mdast-util-to-markdown/lib/handle/html.js","layer":"app-pages-browser"},"startTime":1785680964748,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2958,"timestamp":1853731528273,"id":3640,"parentId":3625,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/mdast-util-to-markdown/lib/handle/image.js","layer":"app-pages-browser"},"startTime":1785680964748,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":3140,"timestamp":1853731528193,"id":3637,"parentId":3625,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/mdast-util-to-markdown/lib/handle/emphasis.js","layer":"app-pages-browser"},"startTime":1785680964748,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":3126,"timestamp":1853731528301,"id":3641,"parentId":3625,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/mdast-util-to-markdown/lib/handle/image-reference.js","layer":"app-pages-browser"},"startTime":1785680964748,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":3324,"timestamp":1853731528218,"id":3638,"parentId":3625,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/mdast-util-to-markdown/lib/handle/heading.js","layer":"app-pages-browser"},"startTime":1785680964748,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":3323,"timestamp":1853731528356,"id":3643,"parentId":3625,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/mdast-util-to-markdown/lib/handle/link.js","layer":"app-pages-browser"},"startTime":1785680964748,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":3467,"timestamp":1853731528329,"id":3642,"parentId":3625,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/mdast-util-to-markdown/lib/handle/inline-code.js","layer":"app-pages-browser"},"startTime":1785680964748,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":3362,"timestamp":1853731528492,"id":3648,"parentId":3625,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/mdast-util-to-markdown/lib/handle/root.js","layer":"app-pages-browser"},"startTime":1785680964748,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":3436,"timestamp":1853731528467,"id":3647,"parentId":3625,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/mdast-util-to-markdown/lib/handle/paragraph.js","layer":"app-pages-browser"},"startTime":1785680964748,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":3606,"timestamp":1853731528383,"id":3644,"parentId":3625,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/mdast-util-to-markdown/lib/handle/link-reference.js","layer":"app-pages-browser"},"startTime":1785680964748,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":3658,"timestamp":1853731528439,"id":3646,"parentId":3625,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/mdast-util-to-markdown/lib/handle/list-item.js","layer":"app-pages-browser"},"startTime":1785680964748,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":3586,"timestamp":1853731528572,"id":3651,"parentId":3625,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/mdast-util-to-markdown/lib/handle/thematic-break.js","layer":"app-pages-browser"},"startTime":1785680964749,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":3738,"timestamp":1853731528519,"id":3649,"parentId":3625,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/mdast-util-to-markdown/lib/handle/strong.js","layer":"app-pages-browser"},"startTime":1785680964748,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":4012,"timestamp":1853731528411,"id":3645,"parentId":3625,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/mdast-util-to-markdown/lib/handle/list.js","layer":"app-pages-browser"},"startTime":1785680964748,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":3933,"timestamp":1853731528546,"id":3650,"parentId":3625,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/mdast-util-to-markdown/lib/handle/text.js","layer":"app-pages-browser"},"startTime":1785680964749,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":4629,"timestamp":1853731529488,"id":3652,"parentId":3624,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/mdast-util-to-markdown/lib/util/association.js","layer":"app-pages-browser"},"startTime":1785680964749,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":4697,"timestamp":1853731529530,"id":3653,"parentId":3624,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/mdast-util-to-markdown/lib/util/compile-pattern.js","layer":"app-pages-browser"},"startTime":1785680964749,"traceId":"a894ddc49bbe7d05"}]
35
+ [{"name":"build-module-js","duration":4694,"timestamp":1853731529614,"id":3656,"parentId":3624,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/mdast-util-to-markdown/lib/util/indent-lines.js","layer":"app-pages-browser"},"startTime":1785680964750,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":4719,"timestamp":1853731529675,"id":3658,"parentId":3624,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/mdast-util-to-markdown/lib/util/track.js","layer":"app-pages-browser"},"startTime":1785680964750,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":4995,"timestamp":1853731529560,"id":3654,"parentId":3624,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/mdast-util-to-markdown/lib/util/container-phrasing.js","layer":"app-pages-browser"},"startTime":1785680964750,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":5076,"timestamp":1853731529587,"id":3655,"parentId":3624,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/mdast-util-to-markdown/lib/util/container-flow.js","layer":"app-pages-browser"},"startTime":1785680964750,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":5130,"timestamp":1853731529701,"id":3659,"parentId":3602,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/micromark-factory-destination/index.js","layer":"app-pages-browser"},"startTime":1785680964750,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":5150,"timestamp":1853731529749,"id":3661,"parentId":3602,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/micromark-factory-whitespace/index.js","layer":"app-pages-browser"},"startTime":1785680964750,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":5468,"timestamp":1853731529647,"id":3657,"parentId":3624,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/mdast-util-to-markdown/lib/util/safe.js","layer":"app-pages-browser"},"startTime":1785680964750,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":5511,"timestamp":1853731529725,"id":3660,"parentId":3602,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/micromark-factory-title/index.js","layer":"app-pages-browser"},"startTime":1785680964750,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":6250,"timestamp":1853731529784,"id":3662,"parentId":3604,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/micromark-util-html-tag-name/index.js","layer":"app-pages-browser"},"startTime":1785680964750,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":6374,"timestamp":1853731529808,"id":3663,"parentId":3602,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/micromark-factory-label/index.js","layer":"app-pages-browser"},"startTime":1785680964750,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":1273,"timestamp":1853731537212,"id":3664,"parentId":3631,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/mdast-util-to-markdown/lib/util/format-code-as-indented.js","layer":"app-pages-browser"},"startTime":1785680964757,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":1037,"timestamp":1853731537599,"id":3665,"parentId":3631,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/mdast-util-to-markdown/lib/util/format-heading-as-setext.js","layer":"app-pages-browser"},"startTime":1785680964758,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":1035,"timestamp":1853731537660,"id":3667,"parentId":3635,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/mdast-util-to-markdown/lib/util/check-fence.js","layer":"app-pages-browser"},"startTime":1785680964758,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":1035,"timestamp":1853731537712,"id":3669,"parentId":3637,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/mdast-util-to-markdown/lib/util/check-emphasis.js","layer":"app-pages-browser"},"startTime":1785680964758,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":1058,"timestamp":1853731537738,"id":3670,"parentId":3637,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/mdast-util-to-markdown/lib/util/encode-character-reference.js","layer":"app-pages-browser"},"startTime":1785680964758,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":1236,"timestamp":1853731537632,"id":3666,"parentId":3634,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/mdast-util-to-markdown/lib/util/pattern-in-scope.js","layer":"app-pages-browser"},"startTime":1785680964758,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":1101,"timestamp":1853731537817,"id":3673,"parentId":3646,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/mdast-util-to-markdown/lib/util/check-bullet.js","layer":"app-pages-browser"},"startTime":1785680964758,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":1132,"timestamp":1853731537845,"id":3674,"parentId":3646,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/mdast-util-to-markdown/lib/util/check-list-item-indent.js","layer":"app-pages-browser"},"startTime":1785680964758,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":1277,"timestamp":1853731537791,"id":3672,"parentId":3643,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/mdast-util-to-markdown/lib/util/format-link-as-autolink.js","layer":"app-pages-browser"},"startTime":1785680964758,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":1246,"timestamp":1853731537872,"id":3675,"parentId":3651,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/mdast-util-to-markdown/lib/util/check-rule-repetition.js","layer":"app-pages-browser"},"startTime":1785680964758,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":1746,"timestamp":1853731537687,"id":3668,"parentId":3636,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/mdast-util-to-markdown/lib/util/check-quote.js","layer":"app-pages-browser"},"startTime":1785680964758,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":1587,"timestamp":1853731537900,"id":3676,"parentId":3651,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/mdast-util-to-markdown/lib/util/check-rule.js","layer":"app-pages-browser"},"startTime":1785680964758,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":1811,"timestamp":1853731537766,"id":3671,"parentId":3637,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/mdast-util-to-markdown/lib/util/encode-info.js","layer":"app-pages-browser"},"startTime":1785680964758,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":1707,"timestamp":1853731537925,"id":3677,"parentId":3649,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/mdast-util-to-markdown/lib/util/check-strong.js","layer":"app-pages-browser"},"startTime":1785680964758,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":1751,"timestamp":1853731537951,"id":3678,"parentId":3645,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/mdast-util-to-markdown/lib/util/check-bullet-other.js","layer":"app-pages-browser"},"startTime":1785680964758,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":2516,"timestamp":1853731538024,"id":3679,"parentId":3645,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/mdast-util-to-markdown/lib/util/check-bullet-ordered.js","layer":"app-pages-browser"},"startTime":1785680964758,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":270,"timestamp":1853731540778,"id":3680,"parentId":3628,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/mdast-util-find-and-replace/node_modules/escape-string-regexp/index.js","layer":"app-pages-browser"},"startTime":1785680964761,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":223,"timestamp":1853731540919,"id":3681,"parentId":3648,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/mdast-util-phrasing/index.js","layer":"app-pages-browser"},"startTime":1785680964761,"traceId":"a894ddc49bbe7d05"},{"name":"build-module-js","duration":186,"timestamp":1853731541300,"id":3682,"parentId":3681,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/mdast-util-phrasing/lib/index.js","layer":"app-pages-browser"},"startTime":1785680964761,"traceId":"a894ddc49bbe7d05"},{"name":"add-entry","duration":1827422,"timestamp":1853729714271,"id":493,"parentId":441,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fliangyun%2FCodes%2Fpi-web%2Fcomponents%2FAppShell.tsx%22%2C%22ids%22%3A%5B%22AppShell%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fliangyun%2FCodes%2Fpi-web%2Fhooks%2FuseI18n.tsx%22%2C%22ids%22%3A%5B%22I18nProvider%22%5D%7D&server=false!"},"startTime":1785680962934,"traceId":"a894ddc49bbe7d05"},{"name":"font-loader","duration":2800948,"timestamp":1853729920153,"id":715,"parentId":714,"tags":{},"startTime":1785680963140,"traceId":"a894ddc49bbe7d05"},{"name":"postcss","duration":1562,"timestamp":1853732721249,"id":3683,"parentId":714,"tags":{},"startTime":1785680965941,"traceId":"a894ddc49bbe7d05"},{"name":"next-font-loader","duration":2815588,"timestamp":1853729907311,"id":714,"parentId":687,"tags":{},"startTime":1785680963127,"traceId":"a894ddc49bbe7d05"},{"name":"css-loader","duration":2842,"timestamp":1853732722858,"id":3684,"parentId":687,"tags":{"astUsed":"true"},"startTime":1785680965943,"traceId":"a894ddc49bbe7d05"},{"name":"build-module","duration":2830168,"timestamp":1853729896068,"id":687,"parentId":627,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/font/google/target.css.webpack[javascript/auto]!=!/Users/liangyun/Codes/pi-web/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[15].oneOf[2].use[1]!/Users/liangyun/Codes/pi-web/node_modules/next/dist/build/webpack/loaders/next-font-loader/index.js??ruleSet[1].rules[15].oneOf[2].use[2]!/Users/liangyun/Codes/pi-web/node_modules/next/font/google/target.css?{\"path\":\"app/layout.tsx\",\"import\":\"Noto_Sans_Mono\",\"arguments\":[{\"subsets\":[\"latin\",\"cyrillic\"],\"variable\":\"--font-noto-mono\",\"display\":\"swap\"}],\"variableName\":\"notoSansMono\"}","layer":null},"startTime":1785680963116,"traceId":"a894ddc49bbe7d05"},{"name":"build-module","duration":2866517,"timestamp":1853729861402,"id":627,"parentId":496,"tags":{"name":"/Users/liangyun/Codes/pi-web/node_modules/next/font/google/target.css?{\"path\":\"app/layout.tsx\",\"import\":\"Noto_Sans_Mono\",\"arguments\":[{\"subsets\":[\"latin\",\"cyrillic\"],\"variable\":\"--font-noto-mono\",\"display\":\"swap\"}],\"variableName\":\"notoSansMono\"}","layer":"app-pages-browser"},"startTime":1785680963081,"traceId":"a894ddc49bbe7d05"},{"name":"build-module","duration":30,"timestamp":1853732728210,"id":3685,"parentId":627,"tags":{},"startTime":1785680965948,"traceId":"a894ddc49bbe7d05"},{"name":"add-entry","duration":3014124,"timestamp":1853729714144,"id":448,"parentId":441,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fliangyun%2FCodes%2Fpi-web%2Fcomponents%2FPwaRegistration.tsx%22%2C%22ids%22%3A%5B%22PwaRegistration%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fliangyun%2FCodes%2Fpi-web%2Fnode_modules%2Fnext%2Ffont%2Fgoogle%2Ftarget.css%3F%7B%5C%22path%5C%22%3A%5C%22app%2Flayout.tsx%5C%22%2C%5C%22import%5C%22%3A%5C%22Noto_Sans_Mono%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%2C%5C%22cyrillic%5C%22%5D%2C%5C%22variable%5C%22%3A%5C%22--font-noto-mono%5C%22%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22notoSansMono%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fliangyun%2FCodes%2Fpi-web%2Fnode_modules%2Fkatex%2Fdist%2Fkatex.min.css%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fliangyun%2FCodes%2Fpi-web%2Fapp%2Fglobals.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1785680962934,"traceId":"a894ddc49bbe7d05"},{"name":"make","duration":3014643,"timestamp":1853729713776,"id":441,"parentId":440,"tags":{},"startTime":1785680962934,"traceId":"a894ddc49bbe7d05"},{"name":"chunk-graph","duration":14289,"timestamp":1853732815987,"id":3687,"parentId":3686,"tags":{},"startTime":1785680966036,"traceId":"a894ddc49bbe7d05"},{"name":"optimize-modules","duration":7,"timestamp":1853732830318,"id":3689,"parentId":3686,"tags":{},"startTime":1785680966050,"traceId":"a894ddc49bbe7d05"},{"name":"optimize-chunks","duration":10098,"timestamp":1853732831943,"id":3691,"parentId":3686,"tags":{},"startTime":1785680966052,"traceId":"a894ddc49bbe7d05"},{"name":"optimize-tree","duration":37,"timestamp":1853732842075,"id":3692,"parentId":3686,"tags":{},"startTime":1785680966062,"traceId":"a894ddc49bbe7d05"},{"name":"optimize-chunk-modules","duration":28891,"timestamp":1853732842144,"id":3693,"parentId":3686,"tags":{},"startTime":1785680966062,"traceId":"a894ddc49bbe7d05"},{"name":"optimize","duration":40759,"timestamp":1853732830301,"id":3688,"parentId":3686,"tags":{},"startTime":1785680966050,"traceId":"a894ddc49bbe7d05"},{"name":"module-hash","duration":13455,"timestamp":1853732883894,"id":3694,"parentId":3686,"tags":{},"startTime":1785680966104,"traceId":"a894ddc49bbe7d05"},{"name":"code-generation","duration":249387,"timestamp":1853732897375,"id":3695,"parentId":3686,"tags":{},"startTime":1785680966117,"traceId":"a894ddc49bbe7d05"},{"name":"hash","duration":4223,"timestamp":1853733149029,"id":3696,"parentId":3686,"tags":{},"startTime":1785680966369,"traceId":"a894ddc49bbe7d05"},{"name":"code-generation-jobs","duration":345,"timestamp":1853733153250,"id":3697,"parentId":3686,"tags":{},"startTime":1785680966373,"traceId":"a894ddc49bbe7d05"},{"name":"module-assets","duration":506,"timestamp":1853733153562,"id":3698,"parentId":3686,"tags":{},"startTime":1785680966374,"traceId":"a894ddc49bbe7d05"},{"name":"create-chunk-assets","duration":4575,"timestamp":1853733154072,"id":3699,"parentId":3686,"tags":{},"startTime":1785680966374,"traceId":"a894ddc49bbe7d05"},{"name":"NextJsBuildManifest-generateClientManifest","duration":622,"timestamp":1853733165569,"id":3701,"parentId":440,"tags":{},"startTime":1785680966386,"traceId":"a894ddc49bbe7d05"},{"name":"NextJsBuildManifest-createassets","duration":994,"timestamp":1853733165201,"id":3700,"parentId":440,"tags":{},"startTime":1785680966385,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":101158,"timestamp":1853733182129,"id":3706,"parentId":3702,"tags":{"name":"static/chunks/app/_global-error/page-0b4d47caa62d02e5.js","cache":"MISS"},"startTime":1785680966402,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":101328,"timestamp":1853733181977,"id":3704,"parentId":3702,"tags":{"name":"static/chunks/main-app-df61dd663818d3a0.js","cache":"MISS"},"startTime":1785680966402,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":101152,"timestamp":1853733182163,"id":3707,"parentId":3702,"tags":{"name":"static/chunks/next/dist/client/components/builtin/not-found-43000a4c4b508bb6.js","cache":"MISS"},"startTime":1785680966402,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":101068,"timestamp":1853733182253,"id":3709,"parentId":3702,"tags":{"name":"static/chunks/next/dist/client/components/builtin/global-error-6716372b39f2c003.js","cache":"MISS"},"startTime":1785680966402,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":101273,"timestamp":1853733182055,"id":3705,"parentId":3702,"tags":{"name":"static/chunks/app/_not-found/page-ce09b4c91aa616c1.js","cache":"MISS"},"startTime":1785680966402,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":101048,"timestamp":1853733182286,"id":3710,"parentId":3702,"tags":{"name":"static/chunks/next/dist/client/components/builtin/forbidden-19e5e4e3e0d61b88.js","cache":"MISS"},"startTime":1785680966402,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":100923,"timestamp":1853733182416,"id":3712,"parentId":3702,"tags":{"name":"static/chunks/next/dist/client/components/builtin/app-error-7498061d6ccb7c8c.js","cache":"MISS"},"startTime":1785680966402,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":101154,"timestamp":1853733182192,"id":3708,"parentId":3702,"tags":{"name":"static/chunks/app/layout-c25b7aa6e78848a9.js","cache":"MISS"},"startTime":1785680966402,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":101062,"timestamp":1853733182356,"id":3711,"parentId":3702,"tags":{"name":"static/chunks/next/dist/client/components/builtin/unauthorized-61f568337bb0d477.js","cache":"MISS"},"startTime":1785680966402,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":100988,"timestamp":1853733182443,"id":3713,"parentId":3702,"tags":{"name":"static/chunks/app/api/agent/[id]/bash-output/route-e1c1e9645e007580.js","cache":"MISS"},"startTime":1785680966402,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":100975,"timestamp":1853733182463,"id":3714,"parentId":3702,"tags":{"name":"static/chunks/app/api/agent/[id]/route-10f5e27fdf63299f.js","cache":"MISS"},"startTime":1785680966402,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":100943,"timestamp":1853733182500,"id":3716,"parentId":3702,"tags":{"name":"static/chunks/app/api/cwd/validate/route-10db22394cdc9d67.js","cache":"MISS"},"startTime":1785680966402,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":100966,"timestamp":1853733182482,"id":3715,"parentId":3702,"tags":{"name":"static/chunks/app/api/cwd/browse/route-32f89fdda24bbef8.js","cache":"MISS"},"startTime":1785680966402,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":100919,"timestamp":1853733182534,"id":3718,"parentId":3702,"tags":{"name":"static/chunks/app/api/file-index/route-d26f0ff435933be6.js","cache":"MISS"},"startTime":1785680966403,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":100941,"timestamp":1853733182517,"id":3717,"parentId":3702,"tags":{"name":"static/chunks/app/api/default-cwd/route-29eb9ce6931d0b10.js","cache":"MISS"},"startTime":1785680966402,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":100912,"timestamp":1853733182551,"id":3719,"parentId":3702,"tags":{"name":"static/chunks/app/api/files/[...path]/route-e4b08cc11057ccd7.js","cache":"MISS"},"startTime":1785680966403,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":100901,"timestamp":1853733182567,"id":3720,"parentId":3702,"tags":{"name":"static/chunks/app/api/git/diff/route-f4184c66dc428133.js","cache":"MISS"},"startTime":1785680966403,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":100889,"timestamp":1853733182584,"id":3721,"parentId":3702,"tags":{"name":"static/chunks/app/api/git/status/route-5d87ffc6d0e631ce.js","cache":"MISS"},"startTime":1785680966403,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":100879,"timestamp":1853733182599,"id":3722,"parentId":3702,"tags":{"name":"static/chunks/app/api/home/route-d0337715d843cf17.js","cache":"MISS"},"startTime":1785680966403,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":100865,"timestamp":1853733182618,"id":3723,"parentId":3702,"tags":{"name":"static/chunks/app/api/sessions/[id]/auto-name/route-3329085c1ffd6f71.js","cache":"MISS"},"startTime":1785680966403,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":100848,"timestamp":1853733182639,"id":3724,"parentId":3702,"tags":{"name":"static/chunks/app/api/sessions/[id]/context/route-059bd4bb3ba531e0.js","cache":"MISS"},"startTime":1785680966403,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":100836,"timestamp":1853733182656,"id":3725,"parentId":3702,"tags":{"name":"static/chunks/app/api/sessions/[id]/entries/[entryId]/thinking/route-c2859d5bbbca4359.js","cache":"MISS"},"startTime":1785680966403,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":100824,"timestamp":1853733182672,"id":3726,"parentId":3702,"tags":{"name":"static/chunks/app/api/sessions/[id]/route-dbce91bea530d1a4.js","cache":"MISS"},"startTime":1785680966403,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":100812,"timestamp":1853733182688,"id":3727,"parentId":3702,"tags":{"name":"static/chunks/app/api/sessions/[id]/state/route-6ed4572f9004bac7.js","cache":"MISS"},"startTime":1785680966403,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":100799,"timestamp":1853733182705,"id":3728,"parentId":3702,"tags":{"name":"static/chunks/app/api/sessions/route-ec3d0ec0d83085de.js","cache":"MISS"},"startTime":1785680966403,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":100787,"timestamp":1853733182721,"id":3729,"parentId":3702,"tags":{"name":"static/chunks/app/api/worktrees/route-d5122cb8c655d2b0.js","cache":"MISS"},"startTime":1785680966403,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":100775,"timestamp":1853733182738,"id":3730,"parentId":3702,"tags":{"name":"static/chunks/app/manifest.webmanifest/route-ea73b38f61cb022d.js","cache":"MISS"},"startTime":1785680966403,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":100762,"timestamp":1853733182755,"id":3731,"parentId":3702,"tags":{"name":"static/chunks/app/api/agent/[id]/events/route-f1970f76e085e422.js","cache":"MISS"},"startTime":1785680966403,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":100750,"timestamp":1853733182771,"id":3732,"parentId":3702,"tags":{"name":"static/chunks/app/api/agent/running/route-28e84b7c96280cff.js","cache":"MISS"},"startTime":1785680966403,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":100737,"timestamp":1853733182787,"id":3733,"parentId":3702,"tags":{"name":"static/chunks/app/api/agent/running/events/route-0fba5ed21754d5ac.js","cache":"MISS"},"startTime":1785680966403,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":100722,"timestamp":1853733182805,"id":3734,"parentId":3702,"tags":{"name":"static/chunks/app/api/auth/all-providers/route-f33fdec07fcbec04.js","cache":"MISS"},"startTime":1785680966403,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":100707,"timestamp":1853733182824,"id":3735,"parentId":3702,"tags":{"name":"static/chunks/app/api/agent/new/route-6087863925ade7fe.js","cache":"MISS"},"startTime":1785680966403,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":100697,"timestamp":1853733182840,"id":3736,"parentId":3702,"tags":{"name":"static/chunks/app/api/auth/api-key/[provider]/route-3dbe076d4fff6aaf.js","cache":"MISS"},"startTime":1785680966403,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":100684,"timestamp":1853733182856,"id":3737,"parentId":3702,"tags":{"name":"static/chunks/app/api/auth/logout/[provider]/route-57ccfab544b8a29f.js","cache":"MISS"},"startTime":1785680966403,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":100671,"timestamp":1853733182872,"id":3738,"parentId":3702,"tags":{"name":"static/chunks/app/api/auth/providers/route-1cfd4bf5558285d0.js","cache":"MISS"},"startTime":1785680966403,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":100659,"timestamp":1853733182889,"id":3739,"parentId":3702,"tags":{"name":"static/chunks/app/api/auth/login/[provider]/route-59847bf8a7355d3c.js","cache":"MISS"},"startTime":1785680966403,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":100647,"timestamp":1853733182905,"id":3740,"parentId":3702,"tags":{"name":"static/chunks/app/api/models-config/catalog/route-a636431116337e57.js","cache":"MISS"},"startTime":1785680966403,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":100628,"timestamp":1853733182927,"id":3741,"parentId":3702,"tags":{"name":"static/chunks/app/api/models-config/route-8aeeeded603e37b8.js","cache":"MISS"},"startTime":1785680966403,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":100510,"timestamp":1853733183049,"id":3742,"parentId":3702,"tags":{"name":"static/chunks/app/api/models-config/discover/route-9281daab67717501.js","cache":"MISS"},"startTime":1785680966403,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":100453,"timestamp":1853733183110,"id":3743,"parentId":3702,"tags":{"name":"static/chunks/app/api/models-config/test/route-8cf9ebd5ff8471d7.js","cache":"MISS"},"startTime":1785680966403,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":100402,"timestamp":1853733183165,"id":3744,"parentId":3702,"tags":{"name":"static/chunks/app/api/models/route-899844854fb2f09b.js","cache":"MISS"},"startTime":1785680966403,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":100365,"timestamp":1853733183205,"id":3745,"parentId":3702,"tags":{"name":"static/chunks/app/api/project-trust/route-c208ff5af3d11bd8.js","cache":"MISS"},"startTime":1785680966403,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":100341,"timestamp":1853733183234,"id":3746,"parentId":3702,"tags":{"name":"static/chunks/app/api/skills/check/route-ee8ec726545ea029.js","cache":"MISS"},"startTime":1785680966403,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":100321,"timestamp":1853733183259,"id":3747,"parentId":3702,"tags":{"name":"static/chunks/app/api/sessions/[id]/export/route-021606b199c97667.js","cache":"MISS"},"startTime":1785680966403,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":100308,"timestamp":1853733183277,"id":3748,"parentId":3702,"tags":{"name":"static/chunks/app/api/skills/route-87718aed9c3926a7.js","cache":"MISS"},"startTime":1785680966403,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":100294,"timestamp":1853733183295,"id":3749,"parentId":3702,"tags":{"name":"static/chunks/app/api/skills/install/route-6d2fa9c2452ec188.js","cache":"MISS"},"startTime":1785680966403,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":100279,"timestamp":1853733183313,"id":3750,"parentId":3702,"tags":{"name":"static/chunks/app/api/skills/update/route-3941734f96f3c57c.js","cache":"MISS"},"startTime":1785680966403,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":100266,"timestamp":1853733183330,"id":3751,"parentId":3702,"tags":{"name":"static/chunks/app/api/plugins/route-897dd4d2d17fe34e.js","cache":"MISS"},"startTime":1785680966403,"traceId":"a894ddc49bbe7d05"}]
36
+ [{"name":"minify-js","duration":100253,"timestamp":1853733183346,"id":3752,"parentId":3702,"tags":{"name":"static/chunks/app/api/skills/search/route-46fba1735ab0e40c.js","cache":"MISS"},"startTime":1785680966403,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":90087,"timestamp":1853733193520,"id":3754,"parentId":3702,"tags":{"name":"static/chunks/webpack-cca1e5320e9d1a8a.js","cache":"MISS"},"startTime":1785680966413,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":105178,"timestamp":1853733178643,"id":3703,"parentId":3702,"tags":{"name":"static/chunks/main-f3591983fe3f65d3.js","cache":"MISS"},"startTime":1785680966399,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":84517,"timestamp":1853733199314,"id":3756,"parentId":3702,"tags":{"name":"static/chunks/7704.24629b059e111513.js","cache":"MISS"},"startTime":1785680966419,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":83470,"timestamp":1853733200367,"id":3758,"parentId":3702,"tags":{"name":"static/chunks/7478.92d55021e85b0116.js","cache":"MISS"},"startTime":1785680966420,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":84034,"timestamp":1853733199848,"id":3757,"parentId":3702,"tags":{"name":"static/chunks/744.114d7fa479266d65.js","cache":"MISS"},"startTime":1785680966420,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":83245,"timestamp":1853733200643,"id":3759,"parentId":3702,"tags":{"name":"static/chunks/6071.d6916235d14bda5b.js","cache":"MISS"},"startTime":1785680966421,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":82494,"timestamp":1853733201398,"id":3761,"parentId":3702,"tags":{"name":"static/chunks/3916.19bb7e5b90c31e31.js","cache":"MISS"},"startTime":1785680966421,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":82469,"timestamp":1853733201430,"id":3762,"parentId":3702,"tags":{"name":"static/chunks/8889.e8585bf51379046c.js","cache":"MISS"},"startTime":1785680966421,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":82919,"timestamp":1853733200989,"id":3760,"parentId":3702,"tags":{"name":"static/chunks/122.e212f5fe717a2533.js","cache":"MISS"},"startTime":1785680966421,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":82436,"timestamp":1853733201499,"id":3763,"parentId":3702,"tags":{"name":"static/chunks/2082.67e46142e9591d38.js","cache":"MISS"},"startTime":1785680966421,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":81918,"timestamp":1853733202024,"id":3765,"parentId":3702,"tags":{"name":"static/chunks/5336.b88d71d39961a385.js","cache":"MISS"},"startTime":1785680966422,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":81695,"timestamp":1853733202251,"id":3766,"parentId":3702,"tags":{"name":"static/chunks/164.715b8d059fdf46a3.js","cache":"MISS"},"startTime":1785680966422,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":81669,"timestamp":1853733202285,"id":3767,"parentId":3702,"tags":{"name":"static/chunks/9242.9af01ddead039562.js","cache":"MISS"},"startTime":1785680966422,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":81641,"timestamp":1853733202316,"id":3768,"parentId":3702,"tags":{"name":"static/chunks/7948.3b6e87aa86165f42.js","cache":"MISS"},"startTime":1785680966422,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":82265,"timestamp":1853733201699,"id":3764,"parentId":3702,"tags":{"name":"static/chunks/9471.166b4fb8fe065d08.js","cache":"MISS"},"startTime":1785680966422,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":81482,"timestamp":1853733202486,"id":3770,"parentId":3702,"tags":{"name":"static/chunks/1978.26e62f1dd270d096.js","cache":"MISS"},"startTime":1785680966422,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":81630,"timestamp":1853733202343,"id":3769,"parentId":3702,"tags":{"name":"static/chunks/9529.90aac2cec16c1dfe.js","cache":"MISS"},"startTime":1785680966422,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":81465,"timestamp":1853733202515,"id":3771,"parentId":3702,"tags":{"name":"static/chunks/3762.2b28f94990ea2762.js","cache":"MISS"},"startTime":1785680966422,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":81206,"timestamp":1853733202783,"id":3772,"parentId":3702,"tags":{"name":"static/chunks/4178.3bcd31523833c778.js","cache":"MISS"},"startTime":1785680966423,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":80583,"timestamp":1853733203410,"id":3773,"parentId":3702,"tags":{"name":"static/chunks/1921.724ae5dc1f98dd12.js","cache":"MISS"},"startTime":1785680966423,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":80138,"timestamp":1853733203861,"id":3774,"parentId":3702,"tags":{"name":"static/chunks/1744.65fc43efe25e6855.js","cache":"MISS"},"startTime":1785680966424,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":79242,"timestamp":1853733204764,"id":3776,"parentId":3702,"tags":{"name":"static/chunks/895.4354f0b6bf268b81.js","cache":"MISS"},"startTime":1785680966425,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":79117,"timestamp":1853733204893,"id":3777,"parentId":3702,"tags":{"name":"static/chunks/1407.5fc386a41569d9b9.js","cache":"MISS"},"startTime":1785680966425,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":79803,"timestamp":1853733204212,"id":3775,"parentId":3702,"tags":{"name":"static/chunks/318.f819a6e5326747fc.js","cache":"MISS"},"startTime":1785680966424,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":77745,"timestamp":1853733206275,"id":3779,"parentId":3702,"tags":{"name":"static/chunks/75.82747a8ae5b003b0.js","cache":"MISS"},"startTime":1785680966426,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":78987,"timestamp":1853733205044,"id":3778,"parentId":3702,"tags":{"name":"static/chunks/4823.98e06e4ff6619815.js","cache":"MISS"},"startTime":1785680966425,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":70153,"timestamp":1853733213885,"id":3781,"parentId":3702,"tags":{"name":"static/chunks/7563.d91830394a333ccf.js","cache":"MISS"},"startTime":1785680966434,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":101047,"timestamp":1853733183363,"id":3753,"parentId":3702,"tags":{"name":"static/chunks/app/page-160aa24503e7bc2f.js","cache":"MISS"},"startTime":1785680966403,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":69034,"timestamp":1853733215390,"id":3783,"parentId":3702,"tags":{"name":"static/chunks/8783.beba32a87ca7493d.js","cache":"MISS"},"startTime":1785680966435,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":68793,"timestamp":1853733215637,"id":3784,"parentId":3702,"tags":{"name":"static/chunks/330.4b72708fa51d5c73.js","cache":"MISS"},"startTime":1785680966436,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":68502,"timestamp":1853733215934,"id":3785,"parentId":3702,"tags":{"name":"static/chunks/8603.2e8ca398168024ec.js","cache":"MISS"},"startTime":1785680966436,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":70140,"timestamp":1853733214302,"id":3782,"parentId":3702,"tags":{"name":"static/chunks/5627.3b0f8eb37cb2e3df.js","cache":"MISS"},"startTime":1785680966434,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":66818,"timestamp":1853733217629,"id":3787,"parentId":3702,"tags":{"name":"static/chunks/5590.dad27d2d4a83f961.js","cache":"MISS"},"startTime":1785680966438,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":66770,"timestamp":1853733217681,"id":3788,"parentId":3702,"tags":{"name":"static/chunks/5326.8e692ea5a449dd84.js","cache":"MISS"},"startTime":1785680966438,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":66733,"timestamp":1853733217721,"id":3789,"parentId":3702,"tags":{"name":"static/chunks/9633.63913b17fb70b560.js","cache":"MISS"},"startTime":1785680966438,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":66693,"timestamp":1853733217765,"id":3790,"parentId":3702,"tags":{"name":"static/chunks/8568.438b76fd216f5a49.js","cache":"MISS"},"startTime":1785680966438,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":66658,"timestamp":1853733217803,"id":3791,"parentId":3702,"tags":{"name":"static/chunks/9500.d4b90045892e1684.js","cache":"MISS"},"startTime":1785680966438,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":66623,"timestamp":1853733217842,"id":3792,"parentId":3702,"tags":{"name":"static/chunks/4829.ad4a79ff73074a95.js","cache":"MISS"},"startTime":1785680966438,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":66583,"timestamp":1853733217886,"id":3793,"parentId":3702,"tags":{"name":"static/chunks/9779.3dae362f2edc8c06.js","cache":"MISS"},"startTime":1785680966438,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":66547,"timestamp":1853733217925,"id":3794,"parentId":3702,"tags":{"name":"static/chunks/6600.3f1b6f109d51c2df.js","cache":"MISS"},"startTime":1785680966438,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":66511,"timestamp":1853733217966,"id":3795,"parentId":3702,"tags":{"name":"static/chunks/5690.d09364067d229b21.js","cache":"MISS"},"startTime":1785680966438,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":66470,"timestamp":1853733218010,"id":3796,"parentId":3702,"tags":{"name":"static/chunks/5019.39df6e97a4d63b63.js","cache":"MISS"},"startTime":1785680966438,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":78116,"timestamp":1853733206413,"id":3780,"parentId":3702,"tags":{"name":"static/chunks/6710.f0d6582d3f8814a3.js","cache":"MISS"},"startTime":1785680966426,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":74889,"timestamp":1853733216319,"id":3786,"parentId":3702,"tags":{"name":"static/chunks/7874.776c791a6edf8980.js","cache":"MISS"},"startTime":1785680966436,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":101746,"timestamp":1853733193634,"id":3755,"parentId":3702,"tags":{"name":"static/chunks/1812.632a466f94ff9aaa.js","cache":"MISS"},"startTime":1785680966414,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":82281,"timestamp":1853733229876,"id":3800,"parentId":3702,"tags":{"name":"static/chunks/348d3b01.da93d9cde3394205.js","cache":"MISS"},"startTime":1785680966450,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":95399,"timestamp":1853733230752,"id":3801,"parentId":3702,"tags":{"name":"static/chunks/c9a5f755.eff3e4b9a387a0f4.js","cache":"MISS"},"startTime":1785680966451,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":108223,"timestamp":1853733218052,"id":3797,"parentId":3702,"tags":{"name":"static/chunks/framework-a62d942fa034257f.js","cache":"MISS"},"startTime":1785680966438,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":116210,"timestamp":1853733231712,"id":3802,"parentId":3702,"tags":{"name":"static/chunks/f2098590.dd479db51f2bd137.js","cache":"MISS"},"startTime":1785680966452,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":128875,"timestamp":1853733236415,"id":3803,"parentId":3702,"tags":{"name":"static/chunks/d3ac728e-421ff1da0e379d81.js","cache":"MISS"},"startTime":1785680966456,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":123121,"timestamp":1853733243380,"id":3805,"parentId":3702,"tags":{"name":"static/chunks/8863.c940a93d7ce2bcef.js","cache":"MISS"},"startTime":1785680966463,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":128542,"timestamp":1853733243754,"id":3806,"parentId":3702,"tags":{"name":"static/chunks/288.f16e3132424d9999.js","cache":"MISS"},"startTime":1785680966464,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":158549,"timestamp":1853733221304,"id":3798,"parentId":3702,"tags":{"name":"static/chunks/58bb9007.6760438128b1e57e.js","cache":"MISS"},"startTime":1785680966441,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":138520,"timestamp":1853733245345,"id":3807,"parentId":3702,"tags":{"name":"static/chunks/4021.070d13752b0205b2.js","cache":"MISS"},"startTime":1785680966465,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":139399,"timestamp":1853733246849,"id":3808,"parentId":3702,"tags":{"name":"static/chunks/4389.a97d0a5607d3daf5.js","cache":"MISS"},"startTime":1785680966467,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":142492,"timestamp":1853733247243,"id":3809,"parentId":3702,"tags":{"name":"static/chunks/8538.0b71ed0d5bcf2afe.js","cache":"MISS"},"startTime":1785680966467,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":175980,"timestamp":1853733225641,"id":3799,"parentId":3702,"tags":{"name":"static/chunks/90542734.6290e702e48a2c44.js","cache":"MISS"},"startTime":1785680966446,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":118675,"timestamp":1853733282982,"id":3812,"parentId":3702,"tags":{"name":"server/middleware-react-loadable-manifest.js","cache":"MISS"},"startTime":1785680966503,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":118583,"timestamp":1853733283081,"id":3813,"parentId":3702,"tags":{"name":"static/JpAkqjRvCHtp3M_ChE6_B/_ssgManifest.js","cache":"MISS"},"startTime":1785680966503,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":118570,"timestamp":1853733283100,"id":3814,"parentId":3702,"tags":{"name":"server/middleware-build-manifest.js","cache":"MISS"},"startTime":1785680966503,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":118556,"timestamp":1853733283119,"id":3815,"parentId":3702,"tags":{"name":"static/JpAkqjRvCHtp3M_ChE6_B/_buildManifest.js","cache":"MISS"},"startTime":1785680966503,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":118544,"timestamp":1853733283137,"id":3816,"parentId":3702,"tags":{"name":"server/next-font-manifest.js","cache":"MISS"},"startTime":1785680966503,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":164254,"timestamp":1853733240119,"id":3804,"parentId":3702,"tags":{"name":"static/chunks/4bd1b696-5c1d5e2b66a189c6.js","cache":"MISS"},"startTime":1785680966460,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":157319,"timestamp":1853733279467,"id":3811,"parentId":3702,"tags":{"name":"static/chunks/3794-f720458914171b79.js","cache":"MISS"},"startTime":1785680966499,"traceId":"a894ddc49bbe7d05"},{"name":"minify-js","duration":256964,"timestamp":1853733247580,"id":3810,"parentId":3702,"tags":{"name":"static/chunks/8311-ffc97551ced4cb12.js","cache":"MISS"},"startTime":1785680966468,"traceId":"a894ddc49bbe7d05"},{"name":"minify-webpack-plugin-optimize","duration":337581,"timestamp":1853733166974,"id":3702,"parentId":440,"tags":{"compilationName":"client","mangle":"[object Object]"},"startTime":1785680966387,"traceId":"a894ddc49bbe7d05"},{"name":"minify-css","duration":166630,"timestamp":1853733504749,"id":3818,"parentId":3817,"tags":{"file":"static/css/24043f0c48426aed.css","cache":"MISS"},"startTime":1785680966725,"traceId":"a894ddc49bbe7d05"},{"name":"minify-css","duration":166604,"timestamp":1853733504781,"id":3819,"parentId":3817,"tags":{"file":"static/css/58cec120defc59ae.css","cache":"MISS"},"startTime":1785680966725,"traceId":"a894ddc49bbe7d05"},{"name":"minify-css","duration":166602,"timestamp":1853733504783,"id":3820,"parentId":3817,"tags":{"file":"static/css/fff965cc3bd74ed7.css","cache":"MISS"},"startTime":1785680966725,"traceId":"a894ddc49bbe7d05"},{"name":"css-minimizer-plugin","duration":166736,"timestamp":1853733504651,"id":3817,"parentId":440,"tags":{},"startTime":1785680966725,"traceId":"a894ddc49bbe7d05"},{"name":"seal","duration":903681,"timestamp":1853732787933,"id":3686,"parentId":440,"tags":{},"startTime":1785680966008,"traceId":"a894ddc49bbe7d05"},{"name":"webpack-compilation","duration":3979333,"timestamp":1853729712387,"id":440,"parentId":437,"tags":{"name":"client"},"startTime":1785680962932,"traceId":"a894ddc49bbe7d05"},{"name":"emit","duration":16809,"timestamp":1853733691846,"id":3821,"parentId":437,"tags":{},"startTime":1785680966912,"traceId":"a894ddc49bbe7d05"},{"name":"webpack-close","duration":401309,"timestamp":1853733709447,"id":3822,"parentId":437,"tags":{"name":"client"},"startTime":1785680966929,"traceId":"a894ddc49bbe7d05"},{"name":"webpack-generate-error-stats","duration":893,"timestamp":1853734110786,"id":3823,"parentId":3822,"tags":{},"startTime":1785680967331,"traceId":"a894ddc49bbe7d05"},{"name":"run-webpack-compiler","duration":4547695,"timestamp":1853729564088,"id":437,"parentId":436,"tags":{},"startTime":1785680962784,"traceId":"a894ddc49bbe7d05"},{"name":"format-webpack-messages","duration":26,"timestamp":1853734111784,"id":3824,"parentId":436,"tags":{},"startTime":1785680967332,"traceId":"a894ddc49bbe7d05"},{"name":"worker-main-client","duration":4547926,"timestamp":1853729563935,"id":436,"parentId":1,"tags":{},"startTime":1785680962784,"traceId":"a894ddc49bbe7d05"},{"name":"run-webpack","duration":9857057,"timestamp":1853724283163,"id":14,"parentId":1,"tags":{},"startTime":1785680957503,"traceId":"a894ddc49bbe7d05"},{"name":"run-typescript","duration":3447543,"timestamp":1853734142652,"id":3827,"parentId":1,"tags":{},"startTime":1785680967363,"traceId":"a894ddc49bbe7d05"},{"name":"generate-required-server-files","duration":550,"timestamp":1853737590471,"id":3829,"parentId":1,"tags":{},"startTime":1785680970810,"traceId":"a894ddc49bbe7d05"},{"name":"check-static-error-page","duration":6112,"timestamp":1853737597555,"id":3831,"parentId":3830,"tags":{},"startTime":1785680970818,"traceId":"a894ddc49bbe7d05"},{"name":"is-page-static","duration":157433,"timestamp":1853737604249,"id":3877,"parentId":3833,"tags":{},"startTime":1785680970824,"traceId":"a894ddc49bbe7d05"},{"name":"check-page","duration":162956,"timestamp":1853737598791,"id":3833,"parentId":3830,"tags":{"page":"/_global-error"},"startTime":1785680970819,"traceId":"a894ddc49bbe7d05"},{"name":"is-page-static","duration":215754,"timestamp":1853737604305,"id":3880,"parentId":3845,"tags":{},"startTime":1785680970824,"traceId":"a894ddc49bbe7d05"},{"name":"check-page","duration":218619,"timestamp":1853737601475,"id":3845,"parentId":3830,"tags":{"page":"/api/cwd/browse"},"startTime":1785680970821,"traceId":"a894ddc49bbe7d05"},{"name":"is-page-static","duration":227028,"timestamp":1853737604149,"id":3876,"parentId":3832,"tags":{},"startTime":1785680970824,"traceId":"a894ddc49bbe7d05"},{"name":"check-page","duration":233010,"timestamp":1853737598184,"id":3832,"parentId":3830,"tags":{"page":"/_not-found"},"startTime":1785680970818,"traceId":"a894ddc49bbe7d05"},{"name":"is-page-static","duration":245576,"timestamp":1853737604478,"id":3887,"parentId":3852,"tags":{},"startTime":1785680970824,"traceId":"a894ddc49bbe7d05"},{"name":"check-page","duration":248153,"timestamp":1853737601922,"id":3852,"parentId":3830,"tags":{"page":"/api/home"},"startTime":1785680970822,"traceId":"a894ddc49bbe7d05"},{"name":"is-page-static","duration":1133937,"timestamp":1853737604427,"id":3882,"parentId":3847,"tags":{},"startTime":1785680970824,"traceId":"a894ddc49bbe7d05"},{"name":"check-page","duration":1136810,"timestamp":1853737601587,"id":3847,"parentId":3830,"tags":{"page":"/api/default-cwd"},"startTime":1785680970822,"traceId":"a894ddc49bbe7d05"},{"name":"is-page-static","duration":1135224,"timestamp":1853737604405,"id":3881,"parentId":3846,"tags":{},"startTime":1785680970824,"traceId":"a894ddc49bbe7d05"},{"name":"check-page","duration":1138116,"timestamp":1853737601533,"id":3846,"parentId":3830,"tags":{"page":"/api/cwd/validate"},"startTime":1785680970822,"traceId":"a894ddc49bbe7d05"},{"name":"is-page-static","duration":1136379,"timestamp":1853737604482,"id":3889,"parentId":3861,"tags":{},"startTime":1785680970824,"traceId":"a894ddc49bbe7d05"},{"name":"check-page","duration":1138335,"timestamp":1853737602555,"id":3861,"parentId":3830,"tags":{"page":"/api/sessions/[id]/context"},"startTime":1785680970823,"traceId":"a894ddc49bbe7d05"},{"name":"is-page-static","duration":1139339,"timestamp":1853737604484,"id":3890,"parentId":3862,"tags":{},"startTime":1785680970824,"traceId":"a894ddc49bbe7d05"},{"name":"check-page","duration":1141252,"timestamp":1853737602602,"id":3862,"parentId":3830,"tags":{"page":"/api/sessions/[id]/entries/[entryId]/thinking"},"startTime":1785680970823,"traceId":"a894ddc49bbe7d05"},{"name":"is-page-static","duration":1140800,"timestamp":1853737604289,"id":3879,"parentId":3836,"tags":{},"startTime":1785680970824,"traceId":"a894ddc49bbe7d05"},{"name":"check-page","duration":1145057,"timestamp":1853737600048,"id":3836,"parentId":3830,"tags":{"page":"/api/agent/[id]"},"startTime":1785680970820,"traceId":"a894ddc49bbe7d05"}]
37
+ [{"name":"is-page-static","duration":1141769,"timestamp":1853737604273,"id":3878,"parentId":3834,"tags":{},"startTime":1785680970824,"traceId":"a894ddc49bbe7d05"},{"name":"check-page","duration":1147123,"timestamp":1853737598934,"id":3834,"parentId":3830,"tags":{"page":"/api/agent/[id]/bash-output"},"startTime":1785680970819,"traceId":"a894ddc49bbe7d05"},{"name":"is-page-static","duration":1142840,"timestamp":1853737604490,"id":3893,"parentId":3866,"tags":{},"startTime":1785680970824,"traceId":"a894ddc49bbe7d05"},{"name":"check-page","duration":1144493,"timestamp":1853737602853,"id":3866,"parentId":3830,"tags":{"page":"/api/sessions"},"startTime":1785680970823,"traceId":"a894ddc49bbe7d05"},{"name":"is-page-static","duration":1144212,"timestamp":1853737604491,"id":3894,"parentId":3872,"tags":{},"startTime":1785680970824,"traceId":"a894ddc49bbe7d05"},{"name":"check-page","duration":1145509,"timestamp":1853737603221,"id":3872,"parentId":3830,"tags":{"page":"/api/worktrees"},"startTime":1785680970823,"traceId":"a894ddc49bbe7d05"},{"name":"is-page-static","duration":1144432,"timestamp":1853737604493,"id":3895,"parentId":3873,"tags":{},"startTime":1785680970824,"traceId":"a894ddc49bbe7d05"},{"name":"check-page","duration":1145665,"timestamp":1853737603274,"id":3873,"parentId":3830,"tags":{"page":"/favicon.ico"},"startTime":1785680970823,"traceId":"a894ddc49bbe7d05"},{"name":"is-page-static","duration":1145126,"timestamp":1853737604441,"id":3883,"parentId":3848,"tags":{},"startTime":1785680970824,"traceId":"a894ddc49bbe7d05"},{"name":"check-page","duration":1147950,"timestamp":1853737601639,"id":3848,"parentId":3830,"tags":{"page":"/api/file-index"},"startTime":1785680970822,"traceId":"a894ddc49bbe7d05"},{"name":"is-page-static","duration":1146392,"timestamp":1853737604494,"id":3896,"parentId":3874,"tags":{},"startTime":1785680970824,"traceId":"a894ddc49bbe7d05"},{"name":"check-page","duration":1147346,"timestamp":1853737603568,"id":3874,"parentId":3830,"tags":{"page":"/manifest.webmanifest"},"startTime":1785680970824,"traceId":"a894ddc49bbe7d05"},{"name":"is-page-static","duration":1146178,"timestamp":1853737605227,"id":3897,"parentId":3838,"tags":{},"startTime":1785680970825,"traceId":"a894ddc49bbe7d05"},{"name":"check-page","duration":1151136,"timestamp":1853737600296,"id":3838,"parentId":3830,"tags":{"page":"/api/agent/running/events"},"startTime":1785680970820,"traceId":"a894ddc49bbe7d05"},{"name":"is-page-static","duration":1147796,"timestamp":1853737605588,"id":3900,"parentId":3840,"tags":{},"startTime":1785680970826,"traceId":"a894ddc49bbe7d05"},{"name":"check-page","duration":1152542,"timestamp":1853737600866,"id":3840,"parentId":3830,"tags":{"page":"/api/auth/all-providers"},"startTime":1785680970821,"traceId":"a894ddc49bbe7d05"},{"name":"is-page-static","duration":1149581,"timestamp":1853737605756,"id":3901,"parentId":3837,"tags":{},"startTime":1785680970826,"traceId":"a894ddc49bbe7d05"},{"name":"check-page","duration":1155211,"timestamp":1853737600146,"id":3837,"parentId":3830,"tags":{"page":"/api/agent/new"},"startTime":1785680970820,"traceId":"a894ddc49bbe7d05"},{"name":"is-page-static","duration":1153079,"timestamp":1853737605872,"id":3902,"parentId":3843,"tags":{},"startTime":1785680970826,"traceId":"a894ddc49bbe7d05"},{"name":"check-page","duration":1157726,"timestamp":1853737601249,"id":3843,"parentId":3830,"tags":{"page":"/api/auth/logout/[provider]"},"startTime":1785680970821,"traceId":"a894ddc49bbe7d05"},{"name":"is-page-static","duration":1155083,"timestamp":1853737605908,"id":3903,"parentId":3844,"tags":{},"startTime":1785680970826,"traceId":"a894ddc49bbe7d05"},{"name":"check-page","duration":1159698,"timestamp":1853737601318,"id":3844,"parentId":3830,"tags":{"page":"/api/auth/providers"},"startTime":1785680970821,"traceId":"a894ddc49bbe7d05"},{"name":"is-page-static","duration":1156983,"timestamp":1853737606075,"id":3904,"parentId":3841,"tags":{},"startTime":1785680970826,"traceId":"a894ddc49bbe7d05"},{"name":"check-page","duration":1162036,"timestamp":1853737601041,"id":3841,"parentId":3830,"tags":{"page":"/api/auth/api-key/[provider]"},"startTime":1785680970821,"traceId":"a894ddc49bbe7d05"},{"name":"is-page-static","duration":1159418,"timestamp":1853737604487,"id":3892,"parentId":3865,"tags":{},"startTime":1785680970824,"traceId":"a894ddc49bbe7d05"},{"name":"check-page","duration":1161109,"timestamp":1853737602811,"id":3865,"parentId":3830,"tags":{"page":"/api/sessions/[id]/state"},"startTime":1785680970823,"traceId":"a894ddc49bbe7d05"},{"name":"is-page-static","duration":1159134,"timestamp":1853737606327,"id":3905,"parentId":3854,"tags":{},"startTime":1785680970826,"traceId":"a894ddc49bbe7d05"},{"name":"check-page","duration":1163442,"timestamp":1853737602046,"id":3854,"parentId":3830,"tags":{"page":"/api/models-config/discover"},"startTime":1785680970822,"traceId":"a894ddc49bbe7d05"},{"name":"is-page-static","duration":1161310,"timestamp":1853737604473,"id":3886,"parentId":3851,"tags":{},"startTime":1785680970824,"traceId":"a894ddc49bbe7d05"},{"name":"check-page","duration":1163941,"timestamp":1853737601861,"id":3851,"parentId":3830,"tags":{"page":"/api/git/status"},"startTime":1785680970822,"traceId":"a894ddc49bbe7d05"},{"name":"is-page-static","duration":1159448,"timestamp":1853737606413,"id":3906,"parentId":3855,"tags":{},"startTime":1785680970826,"traceId":"a894ddc49bbe7d05"},{"name":"check-page","duration":1163750,"timestamp":1853737602116,"id":3855,"parentId":3830,"tags":{"page":"/api/models-config"},"startTime":1785680970822,"traceId":"a894ddc49bbe7d05"},{"name":"is-page-static","duration":1162296,"timestamp":1853737604485,"id":3891,"parentId":3864,"tags":{},"startTime":1785680970824,"traceId":"a894ddc49bbe7d05"},{"name":"check-page","duration":1164049,"timestamp":1853737602752,"id":3864,"parentId":3830,"tags":{"page":"/api/sessions/[id]"},"startTime":1785680970823,"traceId":"a894ddc49bbe7d05"},{"name":"is-page-static","duration":1161233,"timestamp":1853737606699,"id":3907,"parentId":3842,"tags":{},"startTime":1785680970827,"traceId":"a894ddc49bbe7d05"},{"name":"check-page","duration":1166805,"timestamp":1853737601146,"id":3842,"parentId":3830,"tags":{"page":"/api/auth/login/[provider]"},"startTime":1785680970821,"traceId":"a894ddc49bbe7d05"},{"name":"is-page-static","duration":1164843,"timestamp":1853737604452,"id":3884,"parentId":3849,"tags":{},"startTime":1785680970824,"traceId":"a894ddc49bbe7d05"},{"name":"check-page","duration":1167618,"timestamp":1853737601702,"id":3849,"parentId":3830,"tags":{"page":"/api/files/[...path]"},"startTime":1785680970822,"traceId":"a894ddc49bbe7d05"},{"name":"is-page-static","duration":1163982,"timestamp":1853737605515,"id":3899,"parentId":3835,"tags":{},"startTime":1785680970825,"traceId":"a894ddc49bbe7d05"},{"name":"check-page","duration":1170513,"timestamp":1853737598997,"id":3835,"parentId":3830,"tags":{"page":"/api/agent/[id]/events"},"startTime":1785680970819,"traceId":"a894ddc49bbe7d05"},{"name":"is-page-static","duration":1162423,"timestamp":1853737607361,"id":3911,"parentId":3867,"tags":{},"startTime":1785680970827,"traceId":"a894ddc49bbe7d05"},{"name":"check-page","duration":1166898,"timestamp":1853737602896,"id":3867,"parentId":3830,"tags":{"page":"/api/skills/check"},"startTime":1785680970823,"traceId":"a894ddc49bbe7d05"},{"name":"is-page-static","duration":1164985,"timestamp":1853737605280,"id":3898,"parentId":3839,"tags":{},"startTime":1785680970825,"traceId":"a894ddc49bbe7d05"},{"name":"check-page","duration":1169881,"timestamp":1853737600396,"id":3839,"parentId":3830,"tags":{"page":"/api/agent/running"},"startTime":1785680970820,"traceId":"a894ddc49bbe7d05"},{"name":"is-page-static","duration":1163393,"timestamp":1853737607947,"id":3914,"parentId":3869,"tags":{},"startTime":1785680970828,"traceId":"a894ddc49bbe7d05"},{"name":"check-page","duration":1168336,"timestamp":1853737603018,"id":3869,"parentId":3830,"tags":{"page":"/api/skills"},"startTime":1785680970823,"traceId":"a894ddc49bbe7d05"},{"name":"is-page-static","duration":1163974,"timestamp":1853737607658,"id":3912,"parentId":3863,"tags":{},"startTime":1785680970828,"traceId":"a894ddc49bbe7d05"},{"name":"check-page","duration":1168999,"timestamp":1853737602648,"id":3863,"parentId":3830,"tags":{"page":"/api/sessions/[id]/export"},"startTime":1785680970823,"traceId":"a894ddc49bbe7d05"},{"name":"is-page-static","duration":1164282,"timestamp":1853737608088,"id":3915,"parentId":3871,"tags":{},"startTime":1785680970828,"traceId":"a894ddc49bbe7d05"},{"name":"check-page","duration":1169223,"timestamp":1853737603161,"id":3871,"parentId":3830,"tags":{"page":"/api/skills/update"},"startTime":1785680970823,"traceId":"a894ddc49bbe7d05"},{"name":"is-page-static","duration":1164635,"timestamp":1853737607805,"id":3913,"parentId":3868,"tags":{},"startTime":1785680970828,"traceId":"a894ddc49bbe7d05"},{"name":"check-page","duration":1169491,"timestamp":1853737602955,"id":3868,"parentId":3830,"tags":{"page":"/api/skills/install"},"startTime":1785680970823,"traceId":"a894ddc49bbe7d05"},{"name":"is-page-static","duration":1165223,"timestamp":1853737607252,"id":3910,"parentId":3859,"tags":{},"startTime":1785680970827,"traceId":"a894ddc49bbe7d05"},{"name":"check-page","duration":1170047,"timestamp":1853737602432,"id":3859,"parentId":3830,"tags":{"page":"/api/project-trust"},"startTime":1785680970822,"traceId":"a894ddc49bbe7d05"},{"name":"is-page-static","duration":1168421,"timestamp":1853737604463,"id":3885,"parentId":3850,"tags":{},"startTime":1785680970824,"traceId":"a894ddc49bbe7d05"},{"name":"check-page","duration":1171082,"timestamp":1853737601812,"id":3850,"parentId":3830,"tags":{"page":"/api/git/diff"},"startTime":1785680970822,"traceId":"a894ddc49bbe7d05"},{"name":"is-page-static","duration":1164558,"timestamp":1853737608463,"id":3916,"parentId":3870,"tags":{},"startTime":1785680970828,"traceId":"a894ddc49bbe7d05"},{"name":"check-page","duration":1169950,"timestamp":1853737603085,"id":3870,"parentId":3830,"tags":{"page":"/api/skills/search"},"startTime":1785680970823,"traceId":"a894ddc49bbe7d05"},{"name":"is-page-static","duration":1164322,"timestamp":1853737609437,"id":3919,"parentId":3853,"tags":{},"startTime":1785680970829,"traceId":"a894ddc49bbe7d05"},{"name":"check-page","duration":1171813,"timestamp":1853737601965,"id":3853,"parentId":3830,"tags":{"page":"/api/models-config/catalog"},"startTime":1785680970822,"traceId":"a894ddc49bbe7d05"},{"name":"is-page-static","duration":1165576,"timestamp":1853737609279,"id":3918,"parentId":3858,"tags":{},"startTime":1785680970829,"traceId":"a894ddc49bbe7d05"},{"name":"check-page","duration":1172545,"timestamp":1853737602324,"id":3858,"parentId":3830,"tags":{"page":"/api/plugins"},"startTime":1785680970822,"traceId":"a894ddc49bbe7d05"},{"name":"is-page-static","duration":1198732,"timestamp":1853737608571,"id":3917,"parentId":3875,"tags":{},"startTime":1785680970829,"traceId":"a894ddc49bbe7d05"},{"name":"check-page","duration":1203712,"timestamp":1853737603613,"id":3875,"parentId":3830,"tags":{"page":"/"},"startTime":1785680970824,"traceId":"a894ddc49bbe7d05"},{"name":"is-page-static","duration":1237897,"timestamp":1853737607129,"id":3909,"parentId":3857,"tags":{},"startTime":1785680970827,"traceId":"a894ddc49bbe7d05"},{"name":"check-page","duration":1242783,"timestamp":1853737602258,"id":3857,"parentId":3830,"tags":{"page":"/api/models"},"startTime":1785680970822,"traceId":"a894ddc49bbe7d05"},{"name":"is-page-static","duration":1244025,"timestamp":1853737606926,"id":3908,"parentId":3856,"tags":{},"startTime":1785680970827,"traceId":"a894ddc49bbe7d05"},{"name":"check-page","duration":1248792,"timestamp":1853737602177,"id":3856,"parentId":3830,"tags":{"page":"/api/models-config/test"},"startTime":1785680970822,"traceId":"a894ddc49bbe7d05"},{"name":"is-page-static","duration":1274694,"timestamp":1853737604480,"id":3888,"parentId":3860,"tags":{},"startTime":1785680970824,"traceId":"a894ddc49bbe7d05"},{"name":"check-page","duration":1276684,"timestamp":1853737602507,"id":3860,"parentId":3830,"tags":{"page":"/api/sessions/[id]/auto-name"},"startTime":1785680970822,"traceId":"a894ddc49bbe7d05"},{"name":"static-check","duration":1282011,"timestamp":1853737597191,"id":3830,"parentId":1,"tags":{},"startTime":1785680970817,"traceId":"a894ddc49bbe7d05"},{"name":"write-routes-manifest","duration":4683,"timestamp":1853738949717,"id":3923,"parentId":1,"tags":{},"startTime":1785680972170,"traceId":"a894ddc49bbe7d05"},{"name":"load-dotenv","duration":10,"timestamp":1853739174557,"id":3926,"parentId":3925,"tags":{},"startTime":1785680972395,"traceId":"a894ddc49bbe7d05"},{"name":"run-export-path-map","duration":152,"timestamp":1853740505661,"id":3927,"parentId":3925,"tags":{},"startTime":1785680973726,"traceId":"a894ddc49bbe7d05"},{"name":"next-export","duration":1621850,"timestamp":1853739174178,"id":3925,"parentId":1,"tags":{},"startTime":1785680972394,"traceId":"a894ddc49bbe7d05"},{"name":"move-exported-app-not-found-","duration":7581,"timestamp":1853740796816,"id":3928,"parentId":3924,"tags":{},"startTime":1785680974017,"traceId":"a894ddc49bbe7d05"},{"name":"move-exported-app-global-error-","duration":42180,"timestamp":1853740804439,"id":3929,"parentId":3924,"tags":{},"startTime":1785680974024,"traceId":"a894ddc49bbe7d05"},{"name":"static-generation","duration":1799896,"timestamp":1853739171908,"id":3924,"parentId":1,"tags":{},"startTime":1785680972392,"traceId":"a894ddc49bbe7d05"},{"name":"write-routes-manifest","duration":26083,"timestamp":1853740971913,"id":3930,"parentId":1,"tags":{},"startTime":1785680974192,"traceId":"a894ddc49bbe7d05"},{"name":"node-file-trace-build","duration":13761743,"timestamp":1853738944954,"id":3922,"parentId":1,"tags":{"isTurbotrace":"false"},"startTime":1785680972165,"traceId":"a894ddc49bbe7d05"},{"name":"apply-include-excludes","duration":449,"timestamp":1853752706708,"id":3931,"parentId":1,"tags":{},"startTime":1785680985927,"traceId":"a894ddc49bbe7d05"},{"name":"collect-build-traces","duration":13826932,"timestamp":1853738880255,"id":3921,"parentId":1,"tags":{},"startTime":1785680972100,"traceId":"a894ddc49bbe7d05"},{"name":"print-tree-view","duration":954,"timestamp":1853752707442,"id":3932,"parentId":1,"tags":{},"startTime":1785680985927,"traceId":"a894ddc49bbe7d05"},{"name":"telemetry-flush","duration":11,"timestamp":1853752708399,"id":3933,"parentId":1,"tags":{},"startTime":1785680985928,"traceId":"a894ddc49bbe7d05"},{"name":"next-build","duration":28476128,"timestamp":1853724232284,"id":1,"tags":{"buildMode":"default","version":"16.2.12","bundler":"webpack","has-custom-webpack-config":"false","use-build-worker":"true"},"startTime":1785680957452,"traceId":"a894ddc49bbe7d05"}]