@baique/pi-web-sky 0.1.0
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.
- package/.next/BUILD_ID +1 -0
- package/.next/app-path-routes-manifest.json +48 -0
- package/.next/build-manifest.json +20 -0
- package/.next/diagnostics/build-diagnostics.json +6 -0
- package/.next/diagnostics/framework.json +1 -0
- package/.next/export-marker.json +6 -0
- package/.next/images-manifest.json +68 -0
- package/.next/next-minimal-server.js.nft.json +1 -0
- package/.next/next-server.js.nft.json +1 -0
- package/.next/package.json +1 -0
- package/.next/prerender-manifest.json +161 -0
- package/.next/react-loadable-manifest.json +2367 -0
- package/.next/required-server-files.js +369 -0
- package/.next/required-server-files.json +369 -0
- package/.next/routes-manifest.json +386 -0
- package/.next/server/app/_global-error/page.js +31 -0
- package/.next/server/app/_global-error/page.js.nft.json +1 -0
- package/.next/server/app/_global-error/page_client-reference-manifest.js +1 -0
- package/.next/server/app/_global-error.html +1 -0
- package/.next/server/app/_global-error.meta +27 -0
- package/.next/server/app/_global-error.rsc +14 -0
- package/.next/server/app/_global-error.segments/_full.segment.rsc +14 -0
- package/.next/server/app/_global-error.segments/_global-error/__PAGE__.segment.rsc +20 -0
- package/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -0
- package/.next/server/app/_not-found/page.js +1 -0
- package/.next/server/app/_not-found/page.js.nft.json +1 -0
- package/.next/server/app/_not-found/page_client-reference-manifest.js +1 -0
- package/.next/server/app/_not-found.html +1 -0
- package/.next/server/app/_not-found.meta +27 -0
- package/.next/server/app/_not-found.rsc +20 -0
- package/.next/server/app/_not-found.segments/_full.segment.rsc +20 -0
- package/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +24 -0
- package/.next/server/app/_not-found.segments/_tree.segment.rsc +5 -0
- package/.next/server/app/api/agent/[id]/bash-output/route.js +1 -0
- package/.next/server/app/api/agent/[id]/bash-output/route.js.nft.json +1 -0
- package/.next/server/app/api/agent/[id]/bash-output/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/agent/[id]/events/route.js +3 -0
- package/.next/server/app/api/agent/[id]/events/route.js.nft.json +1 -0
- package/.next/server/app/api/agent/[id]/events/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/agent/[id]/route.js +1 -0
- package/.next/server/app/api/agent/[id]/route.js.nft.json +1 -0
- package/.next/server/app/api/agent/[id]/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/agent/new/route.js +1 -0
- package/.next/server/app/api/agent/new/route.js.nft.json +1 -0
- package/.next/server/app/api/agent/new/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/agent/running/events/route.js +3 -0
- package/.next/server/app/api/agent/running/events/route.js.nft.json +1 -0
- package/.next/server/app/api/agent/running/events/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/agent/running/route.js +1 -0
- package/.next/server/app/api/agent/running/route.js.nft.json +1 -0
- package/.next/server/app/api/agent/running/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/app-update/route.js +1 -0
- package/.next/server/app/api/app-update/route.js.nft.json +1 -0
- package/.next/server/app/api/app-update/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/auth/all-providers/route.js +1 -0
- package/.next/server/app/api/auth/all-providers/route.js.nft.json +1 -0
- package/.next/server/app/api/auth/all-providers/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/auth/api-key/[provider]/route.js +1 -0
- package/.next/server/app/api/auth/api-key/[provider]/route.js.nft.json +1 -0
- package/.next/server/app/api/auth/api-key/[provider]/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/auth/login/[provider]/route.js +3 -0
- package/.next/server/app/api/auth/login/[provider]/route.js.nft.json +1 -0
- package/.next/server/app/api/auth/login/[provider]/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/auth/logout/[provider]/route.js +1 -0
- package/.next/server/app/api/auth/logout/[provider]/route.js.nft.json +1 -0
- package/.next/server/app/api/auth/logout/[provider]/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/auth/providers/route.js +1 -0
- package/.next/server/app/api/auth/providers/route.js.nft.json +1 -0
- package/.next/server/app/api/auth/providers/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/cwd/browse/route.js +1 -0
- package/.next/server/app/api/cwd/browse/route.js.nft.json +1 -0
- package/.next/server/app/api/cwd/browse/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/cwd/validate/route.js +1 -0
- package/.next/server/app/api/cwd/validate/route.js.nft.json +1 -0
- package/.next/server/app/api/cwd/validate/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/default-cwd/route.js +1 -0
- package/.next/server/app/api/default-cwd/route.js.nft.json +1 -0
- package/.next/server/app/api/default-cwd/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/file-index/route.js +1 -0
- package/.next/server/app/api/file-index/route.js.nft.json +1 -0
- package/.next/server/app/api/file-index/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/files/[...path]/route.js +49 -0
- package/.next/server/app/api/files/[...path]/route.js.nft.json +1 -0
- package/.next/server/app/api/files/[...path]/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/git/diff/route.js +6 -0
- package/.next/server/app/api/git/diff/route.js.nft.json +1 -0
- package/.next/server/app/api/git/diff/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/git/status/route.js +6 -0
- package/.next/server/app/api/git/status/route.js.nft.json +1 -0
- package/.next/server/app/api/git/status/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/home/route.js +1 -0
- package/.next/server/app/api/home/route.js.nft.json +1 -0
- package/.next/server/app/api/home/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/models/route.js +1 -0
- package/.next/server/app/api/models/route.js.nft.json +1 -0
- package/.next/server/app/api/models/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/models-config/catalog/route.js +1 -0
- package/.next/server/app/api/models-config/catalog/route.js.nft.json +1 -0
- package/.next/server/app/api/models-config/catalog/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/models-config/discover/route.js +1 -0
- package/.next/server/app/api/models-config/discover/route.js.nft.json +1 -0
- package/.next/server/app/api/models-config/discover/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/models-config/route.js +1 -0
- package/.next/server/app/api/models-config/route.js.nft.json +1 -0
- package/.next/server/app/api/models-config/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/models-config/test/route.js +1 -0
- package/.next/server/app/api/models-config/test/route.js.nft.json +1 -0
- package/.next/server/app/api/models-config/test/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/plugins/route.js +1 -0
- package/.next/server/app/api/plugins/route.js.nft.json +1 -0
- package/.next/server/app/api/plugins/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/project-trust/route.js +1 -0
- package/.next/server/app/api/project-trust/route.js.nft.json +1 -0
- package/.next/server/app/api/project-trust/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/sessions/[id]/auto-name/route.js +10 -0
- package/.next/server/app/api/sessions/[id]/auto-name/route.js.nft.json +1 -0
- package/.next/server/app/api/sessions/[id]/auto-name/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/sessions/[id]/context/route.js +1 -0
- package/.next/server/app/api/sessions/[id]/context/route.js.nft.json +1 -0
- package/.next/server/app/api/sessions/[id]/context/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/sessions/[id]/entries/[entryId]/thinking/route.js +1 -0
- package/.next/server/app/api/sessions/[id]/entries/[entryId]/thinking/route.js.nft.json +1 -0
- package/.next/server/app/api/sessions/[id]/entries/[entryId]/thinking/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/sessions/[id]/export/route.js +54 -0
- package/.next/server/app/api/sessions/[id]/export/route.js.nft.json +1 -0
- package/.next/server/app/api/sessions/[id]/export/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/sessions/[id]/route.js +1 -0
- package/.next/server/app/api/sessions/[id]/route.js.nft.json +1 -0
- package/.next/server/app/api/sessions/[id]/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/sessions/[id]/state/route.js +1 -0
- package/.next/server/app/api/sessions/[id]/state/route.js.nft.json +1 -0
- package/.next/server/app/api/sessions/[id]/state/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/sessions/[id]/todos/route.js +1 -0
- package/.next/server/app/api/sessions/[id]/todos/route.js.nft.json +1 -0
- package/.next/server/app/api/sessions/[id]/todos/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/sessions/route.js +1 -0
- package/.next/server/app/api/sessions/route.js.nft.json +1 -0
- package/.next/server/app/api/sessions/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/skills/check/route.js +1 -0
- package/.next/server/app/api/skills/check/route.js.nft.json +1 -0
- package/.next/server/app/api/skills/check/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/skills/install/route.js +1 -0
- package/.next/server/app/api/skills/install/route.js.nft.json +1 -0
- package/.next/server/app/api/skills/install/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/skills/route.js +6 -0
- package/.next/server/app/api/skills/route.js.nft.json +1 -0
- package/.next/server/app/api/skills/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/skills/search/route.js +1 -0
- package/.next/server/app/api/skills/search/route.js.nft.json +1 -0
- package/.next/server/app/api/skills/search/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/skills/update/route.js +1 -0
- package/.next/server/app/api/skills/update/route.js.nft.json +1 -0
- package/.next/server/app/api/skills/update/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/worktrees/route.js +1 -0
- package/.next/server/app/api/worktrees/route.js.nft.json +1 -0
- package/.next/server/app/api/worktrees/route_client-reference-manifest.js +1 -0
- package/.next/server/app/favicon.ico/route.js +1 -0
- package/.next/server/app/favicon.ico/route.js.nft.json +1 -0
- package/.next/server/app/favicon.ico.body +0 -0
- package/.next/server/app/favicon.ico.meta +1 -0
- package/.next/server/app/index.html +1 -0
- package/.next/server/app/index.meta +21 -0
- package/.next/server/app/index.rsc +21 -0
- package/.next/server/app/index.segments/__PAGE__.segment.rsc +24 -0
- package/.next/server/app/index.segments/_full.segment.rsc +21 -0
- package/.next/server/app/index.segments/_tree.segment.rsc +6 -0
- package/.next/server/app/manifest.webmanifest/route.js +17 -0
- package/.next/server/app/manifest.webmanifest/route.js.nft.json +1 -0
- package/.next/server/app/manifest.webmanifest/route_client-reference-manifest.js +1 -0
- package/.next/server/app/manifest.webmanifest.body +1 -0
- package/.next/server/app/manifest.webmanifest.meta +1 -0
- package/.next/server/app/page.js +93 -0
- package/.next/server/app/page.js.nft.json +1 -0
- package/.next/server/app/page_client-reference-manifest.js +1 -0
- package/.next/server/app-paths-manifest.json +48 -0
- package/.next/server/chunks/1094.js +160 -0
- package/.next/server/chunks/1515.js +1 -0
- package/.next/server/chunks/1555.js +1 -0
- package/.next/server/chunks/1601.js +24 -0
- package/.next/server/chunks/1625.js +1 -0
- package/.next/server/chunks/1800.js +1 -0
- package/.next/server/chunks/1813.js +1 -0
- package/.next/server/chunks/1860.js +1 -0
- package/.next/server/chunks/2075.js +23 -0
- package/.next/server/chunks/2106.js +1 -0
- package/.next/server/chunks/2169.js +36 -0
- package/.next/server/chunks/2190.js +1 -0
- package/.next/server/chunks/2325.js +82 -0
- package/.next/server/chunks/2349.js +1 -0
- package/.next/server/chunks/2408.js +1 -0
- package/.next/server/chunks/2430.js +193 -0
- package/.next/server/chunks/2452.js +93 -0
- package/.next/server/chunks/2744.js +1 -0
- package/.next/server/chunks/2903.js +1 -0
- package/.next/server/chunks/295.js +1 -0
- package/.next/server/chunks/3012.js +1 -0
- package/.next/server/chunks/3186.js +86 -0
- package/.next/server/chunks/3379.js +1 -0
- package/.next/server/chunks/3383.js +27 -0
- package/.next/server/chunks/3569.js +1 -0
- package/.next/server/chunks/3869.js +8 -0
- package/.next/server/chunks/3894.js +1 -0
- package/.next/server/chunks/4267.js +1 -0
- package/.next/server/chunks/4315.js +1 -0
- package/.next/server/chunks/4367.js +1 -0
- package/.next/server/chunks/4372.js +1 -0
- package/.next/server/chunks/4538.js +24 -0
- package/.next/server/chunks/4548.js +1 -0
- package/.next/server/chunks/4563.js +38 -0
- package/.next/server/chunks/4674.js +1 -0
- package/.next/server/chunks/4741.js +165 -0
- package/.next/server/chunks/4980.js +1 -0
- package/.next/server/chunks/5029.js +1 -0
- package/.next/server/chunks/5318.js +1 -0
- package/.next/server/chunks/5582.js +3 -0
- package/.next/server/chunks/5974.js +77 -0
- package/.next/server/chunks/6052.js +141 -0
- package/.next/server/chunks/611.js +1 -0
- package/.next/server/chunks/6253.js +104 -0
- package/.next/server/chunks/6337.js +1 -0
- package/.next/server/chunks/6366.js +80 -0
- package/.next/server/chunks/6429.js +1 -0
- package/.next/server/chunks/673.js +287 -0
- package/.next/server/chunks/6916.js +226 -0
- package/.next/server/chunks/703.js +1 -0
- package/.next/server/chunks/7233.js +1 -0
- package/.next/server/chunks/7265.js +215 -0
- package/.next/server/chunks/7307.js +1 -0
- package/.next/server/chunks/7561.js +1 -0
- package/.next/server/chunks/7710.js +1 -0
- package/.next/server/chunks/7744.js +64 -0
- package/.next/server/chunks/7790.js +1 -0
- package/.next/server/chunks/7799.js +34 -0
- package/.next/server/chunks/7872.js +1 -0
- package/.next/server/chunks/8106.js +1 -0
- package/.next/server/chunks/8294.js +1 -0
- package/.next/server/chunks/8333.js +79 -0
- package/.next/server/chunks/835.js +1 -0
- package/.next/server/chunks/8397.js +41 -0
- package/.next/server/chunks/8604.js +115 -0
- package/.next/server/chunks/8713.js +148 -0
- package/.next/server/chunks/8782.js +153 -0
- package/.next/server/chunks/8920.js +62 -0
- package/.next/server/chunks/922.js +5 -0
- package/.next/server/chunks/9280.js +255 -0
- package/.next/server/chunks/9486.js +1 -0
- package/.next/server/chunks/9509.js +1 -0
- package/.next/server/chunks/9510.js +90 -0
- package/.next/server/chunks/974.js +1 -0
- package/.next/server/functions-config-manifest.json +19 -0
- package/.next/server/instrumentation.js +1 -0
- package/.next/server/instrumentation.js.nft.json +1 -0
- package/.next/server/interception-route-rewrite-manifest.js +1 -0
- package/.next/server/middleware-build-manifest.js +1 -0
- package/.next/server/middleware-manifest.json +6 -0
- package/.next/server/middleware-react-loadable-manifest.js +1 -0
- package/.next/server/middleware.js +163 -0
- package/.next/server/middleware.js.nft.json +1 -0
- package/.next/server/next-font-manifest.js +1 -0
- package/.next/server/next-font-manifest.json +1 -0
- package/.next/server/pages/404.html +1 -0
- package/.next/server/pages/500.html +1 -0
- package/.next/server/pages-manifest.json +4 -0
- package/.next/server/prefetch-hints.json +39 -0
- package/.next/server/server-reference-manifest.js +1 -0
- package/.next/server/server-reference-manifest.json +1 -0
- package/.next/server/webpack-runtime.js +1 -0
- package/.next/static/chunks/103.23142a67b02246a8.js +215 -0
- package/.next/static/chunks/1032.12b382a9096ab2a4.js +1 -0
- package/.next/static/chunks/1063.775c442bdbeef08b.js +1 -0
- package/.next/static/chunks/1327.09252bb80616cc3a.js +1 -0
- package/.next/static/chunks/1708.d029f8776e4578de.js +1 -0
- package/.next/static/chunks/1781.866132cea8e77cd0.js +1 -0
- package/.next/static/chunks/1ba63609.b2ae90f43319a29e.js +153 -0
- package/.next/static/chunks/2081.47b6e9391094055f.js +1 -0
- package/.next/static/chunks/2181.ba21239d3ac39f81.js +1 -0
- package/.next/static/chunks/2258.4defa30121ef44a5.js +1 -0
- package/.next/static/chunks/2325.23caf22075e51aa5.js +1 -0
- package/.next/static/chunks/2356.523277bb8c6bf72a.js +23 -0
- package/.next/static/chunks/2418.b5d9e177e10a686e.js +1 -0
- package/.next/static/chunks/2480.cf27ca02e5b19761.js +24 -0
- package/.next/static/chunks/2539.c5a4f2fd8e421c70.js +41 -0
- package/.next/static/chunks/2619.9431a3f48da8eef4.js +1 -0
- package/.next/static/chunks/268.72794ee2773c2060.js +80 -0
- package/.next/static/chunks/2695.6f49435bae1e6f33.js +90 -0
- package/.next/static/chunks/2703.495a65ed14b2f094.js +36 -0
- package/.next/static/chunks/2821.934bcf60fbdc28c6.js +1 -0
- package/.next/static/chunks/3249-d891ccff87c62b6d.js +7 -0
- package/.next/static/chunks/3251.0dce7a0a0ff67235.js +1 -0
- package/.next/static/chunks/3308.be8762955e7155d1.js +73 -0
- package/.next/static/chunks/3336.a76f9485fe7cb762.js +1 -0
- package/.next/static/chunks/370.8e8f3cf8eb0e29dd.js +1 -0
- package/.next/static/chunks/3716.72bf4c9d7325debd.js +1 -0
- package/.next/static/chunks/3794-d29203733ca4633c.js +52 -0
- package/.next/static/chunks/398.ffa02af9062a3950.js +77 -0
- package/.next/static/chunks/3995.eca0f5bef1fc3ae5.js +38 -0
- package/.next/static/chunks/4004.74b9bcf5478b1663.js +160 -0
- package/.next/static/chunks/4202.8440832386f023c7.js +226 -0
- package/.next/static/chunks/4238.6f102dcbcf2ae339.js +141 -0
- package/.next/static/chunks/4405.7a19458960a1058e.js +287 -0
- package/.next/static/chunks/4424.fd0c93a807a333e1.js +1 -0
- package/.next/static/chunks/4866.d1060b4faf2ae1e2.js +1 -0
- package/.next/static/chunks/4970.8a63b4953b0e4946.js +1 -0
- package/.next/static/chunks/4bd1b696-8a4ab4fdf0ae305a.js +1 -0
- package/.next/static/chunks/5020.9ac8d0dc8390bb6e.js +1 -0
- package/.next/static/chunks/5137.f163e94c74a94d01.js +1 -0
- package/.next/static/chunks/5242.7b643c6b3394cac1.js +1 -0
- package/.next/static/chunks/5361.afc00ab2626bacbf.js +1 -0
- package/.next/static/chunks/5521.cfdf2cfc6db31407.js +1 -0
- package/.next/static/chunks/5526.ff46471041fdcb79.js +86 -0
- package/.next/static/chunks/5681.dd0e66b0de16e54b.js +27 -0
- package/.next/static/chunks/6121.eb9023b1cbc78ee2.js +1 -0
- package/.next/static/chunks/6161.4836cd7d031026bf.js +1 -0
- package/.next/static/chunks/6195.1153369f5f8b13a2.js +24 -0
- package/.next/static/chunks/6294.24f510c0c3e3714c.js +1 -0
- package/.next/static/chunks/6654.16f727522ec47f5a.js +1 -0
- package/.next/static/chunks/6794.f746d8fbbf248ecf.js +93 -0
- package/.next/static/chunks/7256.e07cf52d87d40252.js +1 -0
- package/.next/static/chunks/7268.236544be8e242c16.js +1 -0
- package/.next/static/chunks/7331.2add3c4e125a2dba.js +104 -0
- package/.next/static/chunks/7543.89f7b805ed0f2901.js +1 -0
- package/.next/static/chunks/8200.a36b9f8c983c6b9e.js +5 -0
- package/.next/static/chunks/869.7152372b662e31af.js +1 -0
- package/.next/static/chunks/8863.fa0320ea586efb3b.js +1 -0
- package/.next/static/chunks/8885.cf60cac98bf8b70c.js +79 -0
- package/.next/static/chunks/8901.e117d206a917bda0.js +1 -0
- package/.next/static/chunks/90542734.ae439f2382f58c51.js +1 -0
- package/.next/static/chunks/918.6a9bbe564e4a2d0f.js +115 -0
- package/.next/static/chunks/934.9006461bd0548660.js +1 -0
- package/.next/static/chunks/9522.c7c6e9c330f9ba6b.js +1 -0
- package/.next/static/chunks/9614.3221013d7f0af27f.js +64 -0
- package/.next/static/chunks/9698.4d09a99b9d99f3e5.js +148 -0
- package/.next/static/chunks/9705.40a82b97f214e28b.js +1 -0
- package/.next/static/chunks/973.88e865b52eff479a.js +8 -0
- package/.next/static/chunks/9764.2669775c6e107a01.js +62 -0
- package/.next/static/chunks/9793.4567af813117ad25.js +1 -0
- package/.next/static/chunks/993e5495.8797001fcfcf2889.js +62 -0
- package/.next/static/chunks/9974.9a0f79beca65e8c4.js +34 -0
- package/.next/static/chunks/app/_global-error/page-13f6e99c6fd8ad23.js +1 -0
- package/.next/static/chunks/app/_not-found/page-af4fe23994cb3d66.js +1 -0
- package/.next/static/chunks/app/api/agent/[id]/bash-output/route-13f6e99c6fd8ad23.js +1 -0
- package/.next/static/chunks/app/api/agent/[id]/events/route-13f6e99c6fd8ad23.js +1 -0
- package/.next/static/chunks/app/api/agent/[id]/route-13f6e99c6fd8ad23.js +1 -0
- package/.next/static/chunks/app/api/agent/new/route-13f6e99c6fd8ad23.js +1 -0
- package/.next/static/chunks/app/api/agent/running/events/route-13f6e99c6fd8ad23.js +1 -0
- package/.next/static/chunks/app/api/agent/running/route-13f6e99c6fd8ad23.js +1 -0
- package/.next/static/chunks/app/api/app-update/route-13f6e99c6fd8ad23.js +1 -0
- package/.next/static/chunks/app/api/auth/all-providers/route-13f6e99c6fd8ad23.js +1 -0
- package/.next/static/chunks/app/api/auth/api-key/[provider]/route-13f6e99c6fd8ad23.js +1 -0
- package/.next/static/chunks/app/api/auth/login/[provider]/route-13f6e99c6fd8ad23.js +1 -0
- package/.next/static/chunks/app/api/auth/logout/[provider]/route-13f6e99c6fd8ad23.js +1 -0
- package/.next/static/chunks/app/api/auth/providers/route-13f6e99c6fd8ad23.js +1 -0
- package/.next/static/chunks/app/api/cwd/browse/route-13f6e99c6fd8ad23.js +1 -0
- package/.next/static/chunks/app/api/cwd/validate/route-13f6e99c6fd8ad23.js +1 -0
- package/.next/static/chunks/app/api/default-cwd/route-13f6e99c6fd8ad23.js +1 -0
- package/.next/static/chunks/app/api/file-index/route-13f6e99c6fd8ad23.js +1 -0
- package/.next/static/chunks/app/api/files/[...path]/route-13f6e99c6fd8ad23.js +1 -0
- package/.next/static/chunks/app/api/git/diff/route-13f6e99c6fd8ad23.js +1 -0
- package/.next/static/chunks/app/api/git/status/route-13f6e99c6fd8ad23.js +1 -0
- package/.next/static/chunks/app/api/home/route-13f6e99c6fd8ad23.js +1 -0
- package/.next/static/chunks/app/api/models/route-13f6e99c6fd8ad23.js +1 -0
- package/.next/static/chunks/app/api/models-config/catalog/route-13f6e99c6fd8ad23.js +1 -0
- package/.next/static/chunks/app/api/models-config/discover/route-13f6e99c6fd8ad23.js +1 -0
- package/.next/static/chunks/app/api/models-config/route-13f6e99c6fd8ad23.js +1 -0
- package/.next/static/chunks/app/api/models-config/test/route-13f6e99c6fd8ad23.js +1 -0
- package/.next/static/chunks/app/api/plugins/route-13f6e99c6fd8ad23.js +1 -0
- package/.next/static/chunks/app/api/project-trust/route-13f6e99c6fd8ad23.js +1 -0
- package/.next/static/chunks/app/api/sessions/[id]/auto-name/route-13f6e99c6fd8ad23.js +1 -0
- package/.next/static/chunks/app/api/sessions/[id]/context/route-13f6e99c6fd8ad23.js +1 -0
- package/.next/static/chunks/app/api/sessions/[id]/entries/[entryId]/thinking/route-13f6e99c6fd8ad23.js +1 -0
- package/.next/static/chunks/app/api/sessions/[id]/export/route-13f6e99c6fd8ad23.js +1 -0
- package/.next/static/chunks/app/api/sessions/[id]/route-13f6e99c6fd8ad23.js +1 -0
- package/.next/static/chunks/app/api/sessions/[id]/state/route-13f6e99c6fd8ad23.js +1 -0
- package/.next/static/chunks/app/api/sessions/[id]/todos/route-13f6e99c6fd8ad23.js +1 -0
- package/.next/static/chunks/app/api/sessions/route-13f6e99c6fd8ad23.js +1 -0
- package/.next/static/chunks/app/api/skills/check/route-13f6e99c6fd8ad23.js +1 -0
- package/.next/static/chunks/app/api/skills/install/route-13f6e99c6fd8ad23.js +1 -0
- package/.next/static/chunks/app/api/skills/route-13f6e99c6fd8ad23.js +1 -0
- package/.next/static/chunks/app/api/skills/search/route-13f6e99c6fd8ad23.js +1 -0
- package/.next/static/chunks/app/api/skills/update/route-13f6e99c6fd8ad23.js +1 -0
- package/.next/static/chunks/app/api/worktrees/route-13f6e99c6fd8ad23.js +1 -0
- package/.next/static/chunks/app/layout-e13da2c32b9945e1.js +1 -0
- package/.next/static/chunks/app/manifest.webmanifest/route-13f6e99c6fd8ad23.js +1 -0
- package/.next/static/chunks/app/page-b99ee1f741615942.js +87 -0
- package/.next/static/chunks/bf2ff291.3a109dffc1fe84af.js +122 -0
- package/.next/static/chunks/d3ac728e-7964f816a1ca64e5.js +1 -0
- package/.next/static/chunks/da12927c.476aa688a637649c.js +82 -0
- package/.next/static/chunks/db9d41be.e72ce090a86a3691.js +1 -0
- package/.next/static/chunks/framework-b33a8f5d57cd8d87.js +1 -0
- package/.next/static/chunks/main-430d592a1108ec6e.js +5 -0
- package/.next/static/chunks/main-app-b3e8a8d15d83e1f0.js +1 -0
- package/.next/static/chunks/next/dist/client/components/builtin/app-error-13f6e99c6fd8ad23.js +1 -0
- package/.next/static/chunks/next/dist/client/components/builtin/forbidden-13f6e99c6fd8ad23.js +1 -0
- package/.next/static/chunks/next/dist/client/components/builtin/global-error-00a4badaccb388e6.js +1 -0
- package/.next/static/chunks/next/dist/client/components/builtin/not-found-13f6e99c6fd8ad23.js +1 -0
- package/.next/static/chunks/next/dist/client/components/builtin/unauthorized-13f6e99c6fd8ad23.js +1 -0
- package/.next/static/chunks/polyfills-42372ed130431b0a.js +1 -0
- package/.next/static/chunks/webpack-84e477ecef987e5c.js +1 -0
- package/.next/static/css/4cbedad236d913cb.css +1 -0
- package/.next/static/css/4f1c05a951b42320.css +1 -0
- package/.next/static/css/88714c00e109ce28.css +1 -0
- package/.next/static/media/15605e25b523335c-s.woff2 +0 -0
- package/.next/static/media/1a3dce5cfb5f7760-s.woff2 +0 -0
- package/.next/static/media/1cdd02902f937a18-s.woff2 +0 -0
- package/.next/static/media/4c4b3b30b6bcb2be-s.woff2 +0 -0
- package/.next/static/media/641a7b8a5800ee0e-s.woff2 +0 -0
- package/.next/static/media/7deddc85b7ffd1dc-s.p.woff2 +0 -0
- package/.next/static/media/KaTeX_AMS-Regular.1608a09b.woff +0 -0
- package/.next/static/media/KaTeX_AMS-Regular.4aafdb68.ttf +0 -0
- package/.next/static/media/KaTeX_AMS-Regular.a79f1c31.woff2 +0 -0
- package/.next/static/media/KaTeX_Caligraphic-Bold.b6770918.woff +0 -0
- package/.next/static/media/KaTeX_Caligraphic-Bold.cce5b8ec.ttf +0 -0
- package/.next/static/media/KaTeX_Caligraphic-Bold.ec17d132.woff2 +0 -0
- package/.next/static/media/KaTeX_Caligraphic-Regular.07ef19e7.ttf +0 -0
- package/.next/static/media/KaTeX_Caligraphic-Regular.55fac258.woff2 +0 -0
- package/.next/static/media/KaTeX_Caligraphic-Regular.dad44a7f.woff +0 -0
- package/.next/static/media/KaTeX_Fraktur-Bold.9f256b85.woff +0 -0
- package/.next/static/media/KaTeX_Fraktur-Bold.b18f59e1.ttf +0 -0
- package/.next/static/media/KaTeX_Fraktur-Bold.d42a5579.woff2 +0 -0
- package/.next/static/media/KaTeX_Fraktur-Regular.7c187121.woff +0 -0
- package/.next/static/media/KaTeX_Fraktur-Regular.d3c882a6.woff2 +0 -0
- package/.next/static/media/KaTeX_Fraktur-Regular.ed38e79f.ttf +0 -0
- package/.next/static/media/KaTeX_Main-Bold.b74a1a8b.ttf +0 -0
- package/.next/static/media/KaTeX_Main-Bold.c3fb5ac2.woff2 +0 -0
- package/.next/static/media/KaTeX_Main-Bold.d181c465.woff +0 -0
- package/.next/static/media/KaTeX_Main-BoldItalic.6f2bb1df.woff2 +0 -0
- package/.next/static/media/KaTeX_Main-BoldItalic.70d8b0a5.ttf +0 -0
- package/.next/static/media/KaTeX_Main-BoldItalic.e3f82f9d.woff +0 -0
- package/.next/static/media/KaTeX_Main-Italic.47373d1e.ttf +0 -0
- package/.next/static/media/KaTeX_Main-Italic.8916142b.woff2 +0 -0
- package/.next/static/media/KaTeX_Main-Italic.9024d815.woff +0 -0
- package/.next/static/media/KaTeX_Main-Regular.0462f03b.woff2 +0 -0
- package/.next/static/media/KaTeX_Main-Regular.7f51fe03.woff +0 -0
- package/.next/static/media/KaTeX_Main-Regular.b7f8fe9b.ttf +0 -0
- package/.next/static/media/KaTeX_Math-BoldItalic.572d331f.woff2 +0 -0
- package/.next/static/media/KaTeX_Math-BoldItalic.a879cf83.ttf +0 -0
- package/.next/static/media/KaTeX_Math-BoldItalic.f1035d8d.woff +0 -0
- package/.next/static/media/KaTeX_Math-Italic.5295ba48.woff +0 -0
- package/.next/static/media/KaTeX_Math-Italic.939bc644.ttf +0 -0
- package/.next/static/media/KaTeX_Math-Italic.f28c23ac.woff2 +0 -0
- package/.next/static/media/KaTeX_SansSerif-Bold.8c5b5494.woff2 +0 -0
- package/.next/static/media/KaTeX_SansSerif-Bold.94e1e8dc.ttf +0 -0
- package/.next/static/media/KaTeX_SansSerif-Bold.bf59d231.woff +0 -0
- package/.next/static/media/KaTeX_SansSerif-Italic.3b1e59b3.woff2 +0 -0
- package/.next/static/media/KaTeX_SansSerif-Italic.7c9bc82b.woff +0 -0
- package/.next/static/media/KaTeX_SansSerif-Italic.b4c20c84.ttf +0 -0
- package/.next/static/media/KaTeX_SansSerif-Regular.74048478.woff +0 -0
- package/.next/static/media/KaTeX_SansSerif-Regular.ba21ed5f.woff2 +0 -0
- package/.next/static/media/KaTeX_SansSerif-Regular.d4d7ba48.ttf +0 -0
- package/.next/static/media/KaTeX_Script-Regular.03e9641d.woff2 +0 -0
- package/.next/static/media/KaTeX_Script-Regular.07505710.woff +0 -0
- package/.next/static/media/KaTeX_Script-Regular.fe9cbbe1.ttf +0 -0
- package/.next/static/media/KaTeX_Size1-Regular.e1e279cb.woff +0 -0
- package/.next/static/media/KaTeX_Size1-Regular.eae34984.woff2 +0 -0
- package/.next/static/media/KaTeX_Size1-Regular.fabc004a.ttf +0 -0
- package/.next/static/media/KaTeX_Size2-Regular.57727022.woff +0 -0
- package/.next/static/media/KaTeX_Size2-Regular.5916a24f.woff2 +0 -0
- package/.next/static/media/KaTeX_Size2-Regular.d6b476ec.ttf +0 -0
- package/.next/static/media/KaTeX_Size3-Regular.9acaf01c.woff +0 -0
- package/.next/static/media/KaTeX_Size3-Regular.a144ef58.ttf +0 -0
- package/.next/static/media/KaTeX_Size3-Regular.b4230e7e.woff2 +0 -0
- package/.next/static/media/KaTeX_Size4-Regular.10d95fd3.woff2 +0 -0
- package/.next/static/media/KaTeX_Size4-Regular.7a996c9d.woff +0 -0
- package/.next/static/media/KaTeX_Size4-Regular.fbccdabe.ttf +0 -0
- package/.next/static/media/KaTeX_Typewriter-Regular.6258592b.woff +0 -0
- package/.next/static/media/KaTeX_Typewriter-Regular.a8709e36.woff2 +0 -0
- package/.next/static/media/KaTeX_Typewriter-Regular.d97aaf4a.ttf +0 -0
- package/.next/static/media/ec14413c594b3356-s.p.woff2 +0 -0
- package/.next/static/zL8d0yAvyIXQ8s3Kyfvnp/_buildManifest.js +1 -0
- package/.next/static/zL8d0yAvyIXQ8s3Kyfvnp/_ssgManifest.js +1 -0
- package/.next/trace +42 -0
- package/.next/trace-build +1 -0
- package/.next/types/app/api/agent/[id]/bash-output/route.ts +353 -0
- package/.next/types/app/api/agent/[id]/events/route.ts +353 -0
- package/.next/types/app/api/agent/[id]/route.ts +353 -0
- package/.next/types/app/api/agent/new/route.ts +353 -0
- package/.next/types/app/api/agent/running/events/route.ts +353 -0
- package/.next/types/app/api/agent/running/route.ts +353 -0
- package/.next/types/app/api/app-update/route.ts +353 -0
- package/.next/types/app/api/auth/all-providers/route.ts +353 -0
- package/.next/types/app/api/auth/api-key/[provider]/route.ts +353 -0
- package/.next/types/app/api/auth/login/[provider]/route.ts +353 -0
- package/.next/types/app/api/auth/logout/[provider]/route.ts +353 -0
- package/.next/types/app/api/auth/providers/route.ts +353 -0
- package/.next/types/app/api/cwd/browse/route.ts +353 -0
- package/.next/types/app/api/cwd/validate/route.ts +353 -0
- package/.next/types/app/api/default-cwd/route.ts +353 -0
- package/.next/types/app/api/file-index/route.ts +353 -0
- package/.next/types/app/api/files/[...path]/route.ts +353 -0
- package/.next/types/app/api/git/diff/route.ts +353 -0
- package/.next/types/app/api/git/status/route.ts +353 -0
- package/.next/types/app/api/home/route.ts +353 -0
- package/.next/types/app/api/models/route.ts +353 -0
- package/.next/types/app/api/models-config/catalog/route.ts +353 -0
- package/.next/types/app/api/models-config/discover/route.ts +353 -0
- package/.next/types/app/api/models-config/route.ts +353 -0
- package/.next/types/app/api/models-config/test/route.ts +353 -0
- package/.next/types/app/api/plugins/route.ts +353 -0
- package/.next/types/app/api/project-trust/route.ts +353 -0
- package/.next/types/app/api/sessions/[id]/auto-name/route.ts +353 -0
- package/.next/types/app/api/sessions/[id]/context/route.ts +353 -0
- package/.next/types/app/api/sessions/[id]/entries/[entryId]/thinking/route.ts +353 -0
- package/.next/types/app/api/sessions/[id]/export/route.ts +353 -0
- package/.next/types/app/api/sessions/[id]/route.ts +353 -0
- package/.next/types/app/api/sessions/[id]/state/route.ts +353 -0
- package/.next/types/app/api/sessions/[id]/todos/route.ts +353 -0
- package/.next/types/app/api/sessions/route.ts +353 -0
- package/.next/types/app/api/skills/check/route.ts +353 -0
- package/.next/types/app/api/skills/install/route.ts +353 -0
- package/.next/types/app/api/skills/route.ts +353 -0
- package/.next/types/app/api/skills/search/route.ts +353 -0
- package/.next/types/app/api/skills/update/route.ts +353 -0
- package/.next/types/app/api/worktrees/route.ts +353 -0
- package/.next/types/app/layout.ts +89 -0
- package/.next/types/app/page.ts +89 -0
- package/.next/types/cache-life.d.ts +146 -0
- package/.next/types/package.json +1 -0
- package/.next/types/root-params.d.ts +3 -0
- package/.next/types/routes.d.ts +113 -0
- package/.next/types/validator.ts +439 -0
- package/LICENSE +25 -0
- package/README.ja.md +132 -0
- package/README.md +168 -0
- package/README.ru.md +132 -0
- package/README.zh-CN.md +137 -0
- package/bin/node-version.js +35 -0
- package/bin/pi-web-options.js +43 -0
- package/bin/pi-web-sky.js +115 -0
- package/bin/pi-web.js +115 -0
- package/bin/process-lifecycle.js +46 -0
- package/next.config.ts +56 -0
- package/package.json +83 -0
- package/public/icons/apple-touch-icon.png +0 -0
- package/public/icons/catppuccin/LICENSE +22 -0
- package/public/icons/catppuccin/README.md +10 -0
- package/public/icons/catppuccin/latte/_file.svg +3 -0
- package/public/icons/catppuccin/latte/_folder.svg +3 -0
- package/public/icons/catppuccin/latte/_folder_open.svg +3 -0
- package/public/icons/catppuccin/latte/bash.svg +7 -0
- package/public/icons/catppuccin/latte/bun-lock.svg +8 -0
- package/public/icons/catppuccin/latte/config.svg +3 -0
- package/public/icons/catppuccin/latte/css.svg +6 -0
- package/public/icons/catppuccin/latte/database.svg +3 -0
- package/public/icons/catppuccin/latte/docker.svg +3 -0
- package/public/icons/catppuccin/latte/env.svg +3 -0
- package/public/icons/catppuccin/latte/eslint.svg +6 -0
- package/public/icons/catppuccin/latte/git.svg +6 -0
- package/public/icons/catppuccin/latte/go.svg +3 -0
- package/public/icons/catppuccin/latte/graphql.svg +3 -0
- package/public/icons/catppuccin/latte/html.svg +6 -0
- package/public/icons/catppuccin/latte/javascript-react.svg +8 -0
- package/public/icons/catppuccin/latte/javascript.svg +6 -0
- package/public/icons/catppuccin/latte/json.svg +3 -0
- package/public/icons/catppuccin/latte/lock.svg +3 -0
- package/public/icons/catppuccin/latte/markdown.svg +3 -0
- package/public/icons/catppuccin/latte/ms-word.svg +6 -0
- package/public/icons/catppuccin/latte/next.svg +6 -0
- package/public/icons/catppuccin/latte/npm-lock.svg +7 -0
- package/public/icons/catppuccin/latte/pdf.svg +3 -0
- package/public/icons/catppuccin/latte/python.svg +8 -0
- package/public/icons/catppuccin/latte/rust.svg +6 -0
- package/public/icons/catppuccin/latte/sass.svg +3 -0
- package/public/icons/catppuccin/latte/terraform.svg +3 -0
- package/public/icons/catppuccin/latte/toml.svg +3 -0
- package/public/icons/catppuccin/latte/typescript-react.svg +8 -0
- package/public/icons/catppuccin/latte/typescript.svg +6 -0
- package/public/icons/catppuccin/latte/yaml.svg +3 -0
- package/public/icons/catppuccin/mocha/_file.svg +3 -0
- package/public/icons/catppuccin/mocha/_folder.svg +3 -0
- package/public/icons/catppuccin/mocha/_folder_open.svg +3 -0
- package/public/icons/catppuccin/mocha/bash.svg +7 -0
- package/public/icons/catppuccin/mocha/bun-lock.svg +8 -0
- package/public/icons/catppuccin/mocha/config.svg +3 -0
- package/public/icons/catppuccin/mocha/css.svg +6 -0
- package/public/icons/catppuccin/mocha/database.svg +3 -0
- package/public/icons/catppuccin/mocha/docker.svg +3 -0
- package/public/icons/catppuccin/mocha/env.svg +3 -0
- package/public/icons/catppuccin/mocha/eslint.svg +6 -0
- package/public/icons/catppuccin/mocha/git.svg +6 -0
- package/public/icons/catppuccin/mocha/go.svg +3 -0
- package/public/icons/catppuccin/mocha/graphql.svg +3 -0
- package/public/icons/catppuccin/mocha/html.svg +6 -0
- package/public/icons/catppuccin/mocha/javascript-react.svg +8 -0
- package/public/icons/catppuccin/mocha/javascript.svg +6 -0
- package/public/icons/catppuccin/mocha/json.svg +3 -0
- package/public/icons/catppuccin/mocha/lock.svg +3 -0
- package/public/icons/catppuccin/mocha/markdown.svg +3 -0
- package/public/icons/catppuccin/mocha/ms-word.svg +6 -0
- package/public/icons/catppuccin/mocha/next.svg +6 -0
- package/public/icons/catppuccin/mocha/npm-lock.svg +7 -0
- package/public/icons/catppuccin/mocha/pdf.svg +3 -0
- package/public/icons/catppuccin/mocha/python.svg +8 -0
- package/public/icons/catppuccin/mocha/rust.svg +6 -0
- package/public/icons/catppuccin/mocha/sass.svg +3 -0
- package/public/icons/catppuccin/mocha/terraform.svg +3 -0
- package/public/icons/catppuccin/mocha/toml.svg +3 -0
- package/public/icons/catppuccin/mocha/typescript-react.svg +8 -0
- package/public/icons/catppuccin/mocha/typescript.svg +6 -0
- package/public/icons/catppuccin/mocha/yaml.svg +3 -0
- package/public/icons/icon-192.png +0 -0
- package/public/icons/icon-512.png +0 -0
- package/public/offline.html +83 -0
- package/public/sw.js +118 -0
- package/public/sw.test.mjs +86 -0
package/.next/trace
ADDED
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
[{"name":"build-module-js","duration":13036,"timestamp":520704590590,"id":3572,"parentId":3130,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/flattenDepth.js","layer":"ssr"},"startTime":1787039757707,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":12963,"timestamp":520704590822,"id":3574,"parentId":3130,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/floor.js","layer":"ssr"},"startTime":1787039757707,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":13109,"timestamp":520704590912,"id":3575,"parentId":3130,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/flow.js","layer":"ssr"},"startTime":1787039757707,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":13154,"timestamp":520704591086,"id":3577,"parentId":3130,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/forEach.js","layer":"ssr"},"startTime":1787039757708,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":13450,"timestamp":520704591000,"id":3576,"parentId":3130,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/flowRight.js","layer":"ssr"},"startTime":1787039757708,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":13517,"timestamp":520704591171,"id":3578,"parentId":3130,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/forEachRight.js","layer":"ssr"},"startTime":1787039757708,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":13646,"timestamp":520704591297,"id":3579,"parentId":3130,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/forIn.js","layer":"ssr"},"startTime":1787039757708,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":13724,"timestamp":520704591409,"id":3580,"parentId":3130,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/forInRight.js","layer":"ssr"},"startTime":1787039757708,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":13840,"timestamp":520704591516,"id":3581,"parentId":3130,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/forOwn.js","layer":"ssr"},"startTime":1787039757708,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":13902,"timestamp":520704591614,"id":3582,"parentId":3130,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/forOwnRight.js","layer":"ssr"},"startTime":1787039757708,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":13926,"timestamp":520704591808,"id":3583,"parentId":3130,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/fromPairs.js","layer":"ssr"},"startTime":1787039757708,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":13874,"timestamp":520704592030,"id":3584,"parentId":3130,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/functions.js","layer":"ssr"},"startTime":1787039757709,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":13908,"timestamp":520704592149,"id":3585,"parentId":3130,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/functionsIn.js","layer":"ssr"},"startTime":1787039757709,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":13979,"timestamp":520704592245,"id":3586,"parentId":3130,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/get.js","layer":"ssr"},"startTime":1787039757709,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":13951,"timestamp":520704592430,"id":3588,"parentId":3130,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/gt.js","layer":"ssr"},"startTime":1787039757709,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":13970,"timestamp":520704592566,"id":3589,"parentId":3130,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/gte.js","layer":"ssr"},"startTime":1787039757709,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":14406,"timestamp":520704592338,"id":3587,"parentId":3130,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/groupBy.js","layer":"ssr"},"startTime":1787039757709,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":14272,"timestamp":520704592673,"id":3590,"parentId":3130,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/has.js","layer":"ssr"},"startTime":1787039757709,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":14234,"timestamp":520704592861,"id":3592,"parentId":3130,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/head.js","layer":"ssr"},"startTime":1787039757709,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":14271,"timestamp":520704592949,"id":3593,"parentId":3130,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/identity.js","layer":"ssr"},"startTime":1787039757710,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":14664,"timestamp":520704592762,"id":3591,"parentId":3130,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/hasIn.js","layer":"ssr"},"startTime":1787039757709,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":14600,"timestamp":520704593042,"id":3594,"parentId":3130,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/inRange.js","layer":"ssr"},"startTime":1787039757710,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":18869,"timestamp":520704593376,"id":3597,"parentId":3130,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/initial.js","layer":"ssr"},"startTime":1787039757710,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":18983,"timestamp":520704593543,"id":3598,"parentId":3130,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/intersection.js","layer":"ssr"},"startTime":1787039757710,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":19671,"timestamp":520704593131,"id":3595,"parentId":3130,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/includes.js","layer":"ssr"},"startTime":1787039757710,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":19746,"timestamp":520704593281,"id":3596,"parentId":3130,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/indexOf.js","layer":"ssr"},"startTime":1787039757710,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":19298,"timestamp":520704593954,"id":3601,"parentId":3130,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/invert.js","layer":"ssr"},"startTime":1787039757711,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":19703,"timestamp":520704593847,"id":3600,"parentId":3130,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/intersectionWith.js","layer":"ssr"},"startTime":1787039757710,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":19759,"timestamp":520704594052,"id":3602,"parentId":3130,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/invertBy.js","layer":"ssr"},"startTime":1787039757711,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":20366,"timestamp":520704593681,"id":3599,"parentId":3130,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/intersectionBy.js","layer":"ssr"},"startTime":1787039757710,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":21324,"timestamp":520704594142,"id":3603,"parentId":3130,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/invoke.js","layer":"ssr"},"startTime":1787039757711,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":21320,"timestamp":520704594380,"id":3605,"parentId":3130,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/isArguments.js","layer":"ssr"},"startTime":1787039757711,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":21702,"timestamp":520704594237,"id":3604,"parentId":3130,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/invokeMap.js","layer":"ssr"},"startTime":1787039757711,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":56441,"timestamp":520704560350,"id":3540,"parentId":2916,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/micromark-factory-space/index.js","layer":"ssr"},"startTime":1787039757677,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":11073,"timestamp":520704628893,"id":3606,"parentId":3130,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/isArray.js","layer":"ssr"},"startTime":1787039757745,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":11153,"timestamp":520704629183,"id":3607,"parentId":3130,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/isArrayBuffer.js","layer":"ssr"},"startTime":1787039757746,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":11206,"timestamp":520704629340,"id":3608,"parentId":3130,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/isArrayLike.js","layer":"ssr"},"startTime":1787039757746,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":11232,"timestamp":520704629476,"id":3609,"parentId":3130,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/isArrayLikeObject.js","layer":"ssr"},"startTime":1787039757746,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":11035,"timestamp":520704629848,"id":3612,"parentId":3130,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/isDate.js","layer":"ssr"},"startTime":1787039757746,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":11457,"timestamp":520704629606,"id":3610,"parentId":3130,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/isBoolean.js","layer":"ssr"},"startTime":1787039757746,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":11683,"timestamp":520704629712,"id":3611,"parentId":3130,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/isBuffer.js","layer":"ssr"},"startTime":1787039757746,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":11597,"timestamp":520704629982,"id":3613,"parentId":3130,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/isElement.js","layer":"ssr"},"startTime":1787039757747,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":11538,"timestamp":520704630201,"id":3615,"parentId":3130,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/isEqual.js","layer":"ssr"},"startTime":1787039757747,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":11966,"timestamp":520704630095,"id":3614,"parentId":3130,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/isEmpty.js","layer":"ssr"},"startTime":1787039757747,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":12183,"timestamp":520704630313,"id":3616,"parentId":3130,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/isEqualWith.js","layer":"ssr"},"startTime":1787039757747,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":12366,"timestamp":520704630402,"id":3617,"parentId":3130,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/isError.js","layer":"ssr"},"startTime":1787039757747,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":12461,"timestamp":520704630528,"id":3618,"parentId":3130,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/isFinite.js","layer":"ssr"},"startTime":1787039757747,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":12553,"timestamp":520704630651,"id":3619,"parentId":3130,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/isFunction.js","layer":"ssr"},"startTime":1787039757747,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":12505,"timestamp":520704630871,"id":3621,"parentId":3130,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/isLength.js","layer":"ssr"},"startTime":1787039757747,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":12776,"timestamp":520704630756,"id":3620,"parentId":3130,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/isInteger.js","layer":"ssr"},"startTime":1787039757747,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":12761,"timestamp":520704630975,"id":3622,"parentId":3130,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/isMap.js","layer":"ssr"},"startTime":1787039757748,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":12879,"timestamp":520704631062,"id":3623,"parentId":3130,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/isMatch.js","layer":"ssr"},"startTime":1787039757748,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":12960,"timestamp":520704631192,"id":3624,"parentId":3130,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/isMatchWith.js","layer":"ssr"},"startTime":1787039757748,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":12998,"timestamp":520704631318,"id":3625,"parentId":3130,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/isNaN.js","layer":"ssr"},"startTime":1787039757748,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":13095,"timestamp":520704631411,"id":3626,"parentId":3130,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/isNative.js","layer":"ssr"},"startTime":1787039757748,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":13122,"timestamp":520704631514,"id":3627,"parentId":3130,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/isNil.js","layer":"ssr"},"startTime":1787039757748,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":13152,"timestamp":520704631607,"id":3628,"parentId":3130,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/isNull.js","layer":"ssr"},"startTime":1787039757748,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":13273,"timestamp":520704631692,"id":3629,"parentId":3130,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/isNumber.js","layer":"ssr"},"startTime":1787039757748,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":13340,"timestamp":520704631777,"id":3630,"parentId":3130,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/isObject.js","layer":"ssr"},"startTime":1787039757748,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":13322,"timestamp":520704631932,"id":3631,"parentId":3130,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/isObjectLike.js","layer":"ssr"},"startTime":1787039757749,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":13449,"timestamp":520704632063,"id":3632,"parentId":3130,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/isPlainObject.js","layer":"ssr"},"startTime":1787039757749,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":13498,"timestamp":520704632200,"id":3633,"parentId":3130,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/isRegExp.js","layer":"ssr"},"startTime":1787039757749,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":13609,"timestamp":520704632294,"id":3634,"parentId":3130,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/isSafeInteger.js","layer":"ssr"},"startTime":1787039757749,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":13834,"timestamp":520704632381,"id":3635,"parentId":3130,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/isSet.js","layer":"ssr"},"startTime":1787039757749,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":13879,"timestamp":520704632514,"id":3636,"parentId":3130,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/isString.js","layer":"ssr"},"startTime":1787039757749,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":19708,"timestamp":520704632617,"id":3637,"parentId":3130,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/isSymbol.js","layer":"ssr"},"startTime":1787039757749,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":19825,"timestamp":520704632720,"id":3638,"parentId":3130,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/isTypedArray.js","layer":"ssr"},"startTime":1787039757749,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":20312,"timestamp":520704632809,"id":3639,"parentId":3130,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/isUndefined.js","layer":"ssr"},"startTime":1787039757749,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":6504,"timestamp":520704647618,"id":3640,"parentId":3130,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/isWeakMap.js","layer":"ssr"},"startTime":1787039757764,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":6389,"timestamp":520704647907,"id":3641,"parentId":3130,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/isWeakSet.js","layer":"ssr"},"startTime":1787039757764,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":6390,"timestamp":520704648094,"id":3642,"parentId":3130,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/iteratee.js","layer":"ssr"},"startTime":1787039757765,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":6405,"timestamp":520704648244,"id":3643,"parentId":3130,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/join.js","layer":"ssr"},"startTime":1787039757765,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":6293,"timestamp":520704648520,"id":3645,"parentId":3130,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/keys.js","layer":"ssr"},"startTime":1787039757765,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":6603,"timestamp":520704648379,"id":3644,"parentId":3130,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/keyBy.js","layer":"ssr"},"startTime":1787039757765,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":6503,"timestamp":520704648653,"id":3646,"parentId":3130,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/last.js","layer":"ssr"},"startTime":1787039757765,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":16028,"timestamp":520704656440,"id":3649,"parentId":3130,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/lowerFirst.js","layer":"ssr"},"startTime":1787039757773,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":16431,"timestamp":520704656287,"id":3648,"parentId":3130,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/lowerCase.js","layer":"ssr"},"startTime":1787039757773,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":16956,"timestamp":520704656071,"id":3647,"parentId":3130,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/wrapperLodash.js","layer":"ssr"},"startTime":1787039757773,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":16613,"timestamp":520704656573,"id":3650,"parentId":3130,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/lt.js","layer":"ssr"},"startTime":1787039757773,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":16410,"timestamp":520704656994,"id":3653,"parentId":3130,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/mapKeys.js","layer":"ssr"},"startTime":1787039757774,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":16756,"timestamp":520704656869,"id":3652,"parentId":3130,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/map.js","layer":"ssr"},"startTime":1787039757773,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":17086,"timestamp":520704656705,"id":3651,"parentId":3130,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/lte.js","layer":"ssr"},"startTime":1787039757773,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":17104,"timestamp":520704657113,"id":3654,"parentId":3130,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/mapValues.js","layer":"ssr"},"startTime":1787039757774,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":17213,"timestamp":520704657210,"id":3655,"parentId":3130,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/matches.js","layer":"ssr"},"startTime":1787039757774,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":17302,"timestamp":520704657298,"id":3656,"parentId":3130,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/matchesProperty.js","layer":"ssr"},"startTime":1787039757774,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":17390,"timestamp":520704657388,"id":3657,"parentId":3130,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/max.js","layer":"ssr"},"startTime":1787039757774,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":17473,"timestamp":520704657475,"id":3658,"parentId":3130,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/maxBy.js","layer":"ssr"},"startTime":1787039757774,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":17250,"timestamp":520704657848,"id":3660,"parentId":3130,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/meanBy.js","layer":"ssr"},"startTime":1787039757774,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":20210,"timestamp":520704657628,"id":3659,"parentId":3130,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/mean.js","layer":"ssr"},"startTime":1787039757774,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":20009,"timestamp":520704658175,"id":3661,"parentId":3130,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/memoize.js","layer":"ssr"},"startTime":1787039757775,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":19889,"timestamp":520704658474,"id":3662,"parentId":3130,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/merge.js","layer":"ssr"},"startTime":1787039757775,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":19843,"timestamp":520704658682,"id":3663,"parentId":3130,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/mergeWith.js","layer":"ssr"},"startTime":1787039757775,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":19899,"timestamp":520704658835,"id":3664,"parentId":3130,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/method.js","layer":"ssr"},"startTime":1787039757775,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":19951,"timestamp":520704658946,"id":3665,"parentId":3130,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/methodOf.js","layer":"ssr"},"startTime":1787039757776,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":19962,"timestamp":520704659095,"id":3666,"parentId":3130,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/min.js","layer":"ssr"},"startTime":1787039757776,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":20035,"timestamp":520704659212,"id":3667,"parentId":3130,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/keysIn.js","layer":"ssr"},"startTime":1787039757776,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":20185,"timestamp":520704659311,"id":3668,"parentId":3130,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/lastIndexOf.js","layer":"ssr"},"startTime":1787039757776,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":20277,"timestamp":520704659407,"id":3669,"parentId":3130,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/minBy.js","layer":"ssr"},"startTime":1787039757776,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":20349,"timestamp":520704659496,"id":3670,"parentId":3130,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/kebabCase.js","layer":"ssr"},"startTime":1787039757776,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":20166,"timestamp":520704659833,"id":3672,"parentId":3130,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/multiply.js","layer":"ssr"},"startTime":1787039757776,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":20723,"timestamp":520704659589,"id":3671,"parentId":3130,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/mixin.js","layer":"ssr"},"startTime":1787039757776,"traceId":"e4388ff8d15aa6e1"}]
|
|
2
|
+
5361,"id":3067,"parentId":2746,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-geo/src/clip/extent.js","layer":"ssr"},"startTime":1787039756952,"traceId":"e4388ff8d15aa6e1"}]
|
|
3
|
+
[{"name":"minify-js","duration":530016,"timestamp":520708627092,"id":4670,"parentId":4579,"tags":{"name":"5318.js","cache":"MISS"},"startTime":1787039761744,"traceId":"e4388ff8d15aa6e1"},{"name":"minify-js","duration":543623,"timestamp":520708642365,"id":4688,"parentId":4579,"tags":{"name":"1813.js","cache":"MISS"},"startTime":1787039761759,"traceId":"e4388ff8d15aa6e1"},{"name":"minify-js","duration":632476,"timestamp":520708623705,"id":4669,"parentId":4579,"tags":{"name":"3569.js","cache":"MISS"},"startTime":1787039761740,"traceId":"e4388ff8d15aa6e1"},{"name":"minify-js","duration":629981,"timestamp":520708652204,"id":4690,"parentId":4579,"tags":{"name":"4367.js","cache":"MISS"},"startTime":1787039761769,"traceId":"e4388ff8d15aa6e1"},{"name":"minify-js","duration":618334,"timestamp":520708671278,"id":4691,"parentId":4579,"tags":{"name":"3186.js","cache":"MISS"},"startTime":1787039761788,"traceId":"e4388ff8d15aa6e1"},{"name":"minify-js","duration":684815,"timestamp":520708631861,"id":4687,"parentId":4579,"tags":{"name":"4741.js","cache":"MISS"},"startTime":1787039761748,"traceId":"e4388ff8d15aa6e1"},{"name":"minify-js","duration":630074,"timestamp":520708693383,"id":4693,"parentId":4579,"tags":{"name":"6337.js","cache":"MISS"},"startTime":1787039761810,"traceId":"e4388ff8d15aa6e1"},{"name":"minify-js","duration":954448,"timestamp":520708642948,"id":4689,"parentId":4579,"tags":{"name":"2325.js","cache":"MISS"},"startTime":1787039761760,"traceId":"e4388ff8d15aa6e1"},{"name":"minify-js","duration":925783,"timestamp":520708705415,"id":4695,"parentId":4579,"tags":{"name":"4980.js","cache":"MISS"},"startTime":1787039761822,"traceId":"e4388ff8d15aa6e1"},{"name":"minify-js","duration":936150,"timestamp":520708721111,"id":4696,"parentId":4579,"tags":{"name":"1094.js","cache":"MISS"},"startTime":1787039761838,"traceId":"e4388ff8d15aa6e1"},{"name":"minify-js","duration":996276,"timestamp":520708672042,"id":4692,"parentId":4579,"tags":{"name":"2430.js","cache":"MISS"},"startTime":1787039761789,"traceId":"e4388ff8d15aa6e1"},{"name":"minify-js","duration":959694,"timestamp":520708722161,"id":4697,"parentId":4579,"tags":{"name":"7265.js","cache":"MISS"},"startTime":1787039761839,"traceId":"e4388ff8d15aa6e1"},{"name":"minify-js","duration":962716,"timestamp":520708723704,"id":4698,"parentId":4579,"tags":{"name":"6916.js","cache":"MISS"},"startTime":1787039761840,"traceId":"e4388ff8d15aa6e1"},{"name":"minify-js","duration":965037,"timestamp":520708726240,"id":4700,"parentId":4579,"tags":{"name":"4674.js","cache":"MISS"},"startTime":1787039761843,"traceId":"e4388ff8d15aa6e1"},{"name":"minify-js","duration":969587,"timestamp":520708725285,"id":4699,"parentId":4579,"tags":{"name":"974.js","cache":"MISS"},"startTime":1787039761842,"traceId":"e4388ff8d15aa6e1"},{"name":"minify-js","duration":970939,"timestamp":520708726955,"id":4701,"parentId":4579,"tags":{"name":"5582.js","cache":"MISS"},"startTime":1787039761844,"traceId":"e4388ff8d15aa6e1"},{"name":"minify-js","duration":983375,"timestamp":520708727666,"id":4702,"parentId":4579,"tags":{"name":"6429.js","cache":"MISS"},"startTime":1787039761844,"traceId":"e4388ff8d15aa6e1"},{"name":"minify-js","duration":1039494,"timestamp":520708694348,"id":4694,"parentId":4579,"tags":{"name":"7307.js","cache":"MISS"},"startTime":1787039761811,"traceId":"e4388ff8d15aa6e1"},{"name":"minify-js","duration":1388252,"timestamp":520708410084,"id":4627,"parentId":4579,"tags":{"name":"../app/page.js","cache":"MISS"},"startTime":1787039761527,"traceId":"e4388ff8d15aa6e1"},{"name":"minify-webpack-plugin-optimize","duration":1550785,"timestamp":520708247579,"id":4579,"parentId":19,"tags":{"compilationName":"server","mangle":"[object Object]"},"startTime":1787039761364,"traceId":"e4388ff8d15aa6e1"},{"name":"css-minimizer-plugin","duration":323,"timestamp":520709799229,"id":4703,"parentId":19,"tags":{},"startTime":1787039762916,"traceId":"e4388ff8d15aa6e1"},{"name":"create-trace-assets","duration":6891,"timestamp":520709800229,"id":4704,"parentId":20,"tags":{},"startTime":1787039762917,"traceId":"e4388ff8d15aa6e1"},{"name":"seal","duration":3664365,"timestamp":520706202894,"id":4566,"parentId":19,"tags":{},"startTime":1787039759319,"traceId":"e4388ff8d15aa6e1"},{"name":"webpack-compilation","duration":16464843,"timestamp":520693469221,"id":19,"parentId":16,"tags":{"name":"server"},"startTime":1787039746586,"traceId":"e4388ff8d15aa6e1"},{"name":"emit","duration":83822,"timestamp":520709934829,"id":4705,"parentId":16,"tags":{},"startTime":1787039763051,"traceId":"e4388ff8d15aa6e1"},{"name":"webpack-close","duration":2392604,"timestamp":520710023655,"id":4706,"parentId":16,"tags":{"name":"server"},"startTime":1787039763140,"traceId":"e4388ff8d15aa6e1"},{"name":"webpack-generate-error-stats","duration":14007,"timestamp":520712416341,"id":4707,"parentId":4706,"tags":{},"startTime":1787039765533,"traceId":"e4388ff8d15aa6e1"},{"name":"run-webpack-compiler","duration":19378163,"timestamp":520693052529,"id":16,"parentId":15,"tags":{},"startTime":1787039746169,"traceId":"e4388ff8d15aa6e1"},{"name":"format-webpack-messages","duration":795,"timestamp":520712430696,"id":4708,"parentId":15,"tags":{},"startTime":1787039765547,"traceId":"e4388ff8d15aa6e1"},{"name":"worker-main-server","duration":19386489,"timestamp":520693052222,"id":15,"parentId":1,"tags":{},"startTime":1787039746169,"traceId":"e4388ff8d15aa6e1"},{"name":"create-entrypoints","duration":36714,"timestamp":520713082416,"id":4712,"parentId":4710,"tags":{},"startTime":1787039766199,"traceId":"e4388ff8d15aa6e1"},{"name":"generate-webpack-config","duration":196984,"timestamp":520713119329,"id":4713,"parentId":4711,"tags":{},"startTime":1787039766236,"traceId":"e4388ff8d15aa6e1"},{"name":"make","duration":891,"timestamp":520713421166,"id":4715,"parentId":4714,"tags":{},"startTime":1787039766538,"traceId":"e4388ff8d15aa6e1"},{"name":"chunk-graph","duration":692,"timestamp":520713425315,"id":4717,"parentId":4716,"tags":{},"startTime":1787039766542,"traceId":"e4388ff8d15aa6e1"},{"name":"optimize-modules","duration":33,"timestamp":520713426177,"id":4719,"parentId":4716,"tags":{},"startTime":1787039766543,"traceId":"e4388ff8d15aa6e1"},{"name":"optimize-chunks","duration":885,"timestamp":520713426364,"id":4720,"parentId":4716,"tags":{},"startTime":1787039766543,"traceId":"e4388ff8d15aa6e1"},{"name":"optimize-tree","duration":119,"timestamp":520713427349,"id":4721,"parentId":4716,"tags":{},"startTime":1787039766544,"traceId":"e4388ff8d15aa6e1"},{"name":"optimize-chunk-modules","duration":562,"timestamp":520713427688,"id":4722,"parentId":4716,"tags":{},"startTime":1787039766544,"traceId":"e4388ff8d15aa6e1"},{"name":"optimize","duration":2244,"timestamp":520713426104,"id":4718,"parentId":4716,"tags":{},"startTime":1787039766543,"traceId":"e4388ff8d15aa6e1"},{"name":"module-hash","duration":91,"timestamp":520713429591,"id":4723,"parentId":4716,"tags":{},"startTime":1787039766546,"traceId":"e4388ff8d15aa6e1"},{"name":"code-generation","duration":204,"timestamp":520713429753,"id":4724,"parentId":4716,"tags":{},"startTime":1787039766546,"traceId":"e4388ff8d15aa6e1"},{"name":"hash","duration":386,"timestamp":520713430256,"id":4725,"parentId":4716,"tags":{},"startTime":1787039766547,"traceId":"e4388ff8d15aa6e1"},{"name":"code-generation-jobs","duration":137,"timestamp":520713430639,"id":4726,"parentId":4716,"tags":{},"startTime":1787039766547,"traceId":"e4388ff8d15aa6e1"},{"name":"module-assets","duration":139,"timestamp":520713430742,"id":4727,"parentId":4716,"tags":{},"startTime":1787039766547,"traceId":"e4388ff8d15aa6e1"},{"name":"create-chunk-assets","duration":191,"timestamp":520713430897,"id":4728,"parentId":4716,"tags":{},"startTime":1787039766547,"traceId":"e4388ff8d15aa6e1"},{"name":"minify-js","duration":1308,"timestamp":520713440656,"id":4730,"parentId":4729,"tags":{"name":"interception-route-rewrite-manifest.js","cache":"MISS"},"startTime":1787039766557,"traceId":"e4388ff8d15aa6e1"},{"name":"minify-webpack-plugin-optimize","duration":2812,"timestamp":520713439167,"id":4729,"parentId":4714,"tags":{"compilationName":"edge-server","mangle":"[object Object]"},"startTime":1787039766556,"traceId":"e4388ff8d15aa6e1"},{"name":"css-minimizer-plugin","duration":117,"timestamp":520713442078,"id":4731,"parentId":4714,"tags":{},"startTime":1787039766559,"traceId":"e4388ff8d15aa6e1"},{"name":"seal","duration":20707,"timestamp":520713424530,"id":4716,"parentId":4714,"tags":{},"startTime":1787039766541,"traceId":"e4388ff8d15aa6e1"},{"name":"webpack-compilation","duration":31913,"timestamp":520713413707,"id":4714,"parentId":4711,"tags":{"name":"edge-server"},"startTime":1787039766530,"traceId":"e4388ff8d15aa6e1"},{"name":"emit","duration":3065,"timestamp":520713445953,"id":4732,"parentId":4711,"tags":{},"startTime":1787039766563,"traceId":"e4388ff8d15aa6e1"},{"name":"webpack-close","duration":9971,"timestamp":520713450166,"id":4733,"parentId":4711,"tags":{"name":"edge-server"},"startTime":1787039766567,"traceId":"e4388ff8d15aa6e1"},{"name":"webpack-generate-error-stats","duration":2714,"timestamp":520713460197,"id":4734,"parentId":4733,"tags":{},"startTime":1787039766577,"traceId":"e4388ff8d15aa6e1"},{"name":"run-webpack-compiler","duration":380712,"timestamp":520713082400,"id":4711,"parentId":4710,"tags":{},"startTime":1787039766199,"traceId":"e4388ff8d15aa6e1"},{"name":"format-webpack-messages","duration":74,"timestamp":520713463119,"id":4735,"parentId":4710,"tags":{},"startTime":1787039766580,"traceId":"e4388ff8d15aa6e1"},{"name":"worker-main-edge-server","duration":381386,"timestamp":520713081946,"id":4710,"parentId":1,"tags":{},"startTime":1787039766199,"traceId":"e4388ff8d15aa6e1"},{"name":"create-entrypoints","duration":38344,"timestamp":520713936249,"id":4738,"parentId":4736,"tags":{},"startTime":1787039767053,"traceId":"e4388ff8d15aa6e1"},{"name":"generate-webpack-config","duration":161901,"timestamp":520713974753,"id":4739,"parentId":4737,"tags":{},"startTime":1787039767091,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module","duration":10499,"timestamp":520714270547,"id":4796,"parentId":4744,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2Fhome%2Fwa%2Fproject%2Fpi-web-sky%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fbuiltin%2Fglobal-error.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fwa%2Fproject%2Fpi-web-sky%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fwa%2Fproject%2Fpi-web-sky%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-segment.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fwa%2Fproject%2Fpi-web-sky%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%2Fhome%2Fwa%2Fproject%2Fpi-web-sky%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fwa%2Fproject%2Fpi-web-sky%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%2Fhome%2Fwa%2Fproject%2Fpi-web-sky%2Fnode_modules%2Fnext%2Fdist%2Flib%2Fframework%2Fboundary-components.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fwa%2Fproject%2Fpi-web-sky%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":1787039767387,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module","duration":444,"timestamp":520714281242,"id":4797,"parentId":4746,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?server=false!","layer":"app-pages-browser"},"startTime":1787039767398,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module","duration":1424,"timestamp":520714281751,"id":4798,"parentId":4748,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2Fhome%2Fwa%2Fproject%2Fpi-web-sky%2Fcomponents%2FPwaRegistration.tsx%22%2C%22ids%22%3A%5B%22PwaRegistration%22%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fwa%2Fproject%2Fpi-web-sky%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%2Fhome%2Fwa%2Fproject%2Fpi-web-sky%2Fnode_modules%2Fkatex%2Fdist%2Fkatex.min.css%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fwa%2Fproject%2Fpi-web-sky%2Fapp%2Fglobals.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!","layer":"app-pages-browser"},"startTime":1787039767398,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module","duration":496,"timestamp":520714283249,"id":4799,"parentId":4749,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2Fhome%2Fwa%2Fproject%2Fpi-web-sky%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":1787039767400,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module","duration":584,"timestamp":520714283779,"id":4800,"parentId":4795,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2Fhome%2Fwa%2Fproject%2Fpi-web-sky%2Fcomponents%2FAppShell.tsx%22%2C%22ids%22%3A%5B%22AppShell%22%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fwa%2Fproject%2Fpi-web-sky%2Fhooks%2FuseI18n.tsx%22%2C%22ids%22%3A%5B%22I18nProvider%22%5D%7D&server=false!","layer":"app-pages-browser"},"startTime":1787039767400,"traceId":"e4388ff8d15aa6e1"},{"name":"next-client-pages-loader","duration":328,"timestamp":520714285787,"id":4802,"parentId":4801,"tags":{"absolutePagePath":"/home/wa/project/pi-web-sky/node_modules/next/dist/client/components/builtin/global-not-found.js"},"startTime":1787039767402,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module","duration":6060,"timestamp":520714284427,"id":4801,"parentId":4745,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/build/webpack/loaders/next-client-pages-loader.js?absolutePagePath=%2Fhome%2Fwa%2Fproject%2Fpi-web-sky%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fbuiltin%2Fglobal-not-found.js&page=%2F_not-found%2Fpage!","layer":"app-pages-browser"},"startTime":1787039767401,"traceId":"e4388ff8d15aa6e1"},{"name":"add-entry","duration":62113,"timestamp":520714229271,"id":4746,"parentId":4741,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787039767346,"traceId":"e4388ff8d15aa6e1"},{"name":"add-entry","duration":62134,"timestamp":520714229293,"id":4747,"parentId":4741,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787039767346,"traceId":"e4388ff8d15aa6e1"},{"name":"add-entry","duration":62117,"timestamp":520714229323,"id":4750,"parentId":4741,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787039767346,"traceId":"e4388ff8d15aa6e1"},{"name":"add-entry","duration":62035,"timestamp":520714229408,"id":4751,"parentId":4741,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787039767346,"traceId":"e4388ff8d15aa6e1"},{"name":"add-entry","duration":62006,"timestamp":520714229439,"id":4752,"parentId":4741,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787039767346,"traceId":"e4388ff8d15aa6e1"},{"name":"add-entry","duration":62001,"timestamp":520714229446,"id":4753,"parentId":4741,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787039767346,"traceId":"e4388ff8d15aa6e1"},{"name":"add-entry","duration":61998,"timestamp":520714229450,"id":4754,"parentId":4741,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787039767346,"traceId":"e4388ff8d15aa6e1"},{"name":"add-entry","duration":61998,"timestamp":520714229453,"id":4755,"parentId":4741,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787039767346,"traceId":"e4388ff8d15aa6e1"},{"name":"add-entry","duration":61996,"timestamp":520714229457,"id":4756,"parentId":4741,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787039767346,"traceId":"e4388ff8d15aa6e1"},{"name":"add-entry","duration":62006,"timestamp":520714229460,"id":4757,"parentId":4741,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787039767346,"traceId":"e4388ff8d15aa6e1"},{"name":"add-entry","duration":62006,"timestamp":520714229462,"id":4758,"parentId":4741,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787039767346,"traceId":"e4388ff8d15aa6e1"},{"name":"add-entry","duration":62003,"timestamp":520714229467,"id":4759,"parentId":4741,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787039767346,"traceId":"e4388ff8d15aa6e1"},{"name":"add-entry","duration":62001,"timestamp":520714229471,"id":4760,"parentId":4741,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787039767346,"traceId":"e4388ff8d15aa6e1"},{"name":"add-entry","duration":62000,"timestamp":520714229474,"id":4761,"parentId":4741,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787039767346,"traceId":"e4388ff8d15aa6e1"},{"name":"add-entry","duration":61997,"timestamp":520714229478,"id":4762,"parentId":4741,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787039767346,"traceId":"e4388ff8d15aa6e1"},{"name":"add-entry","duration":61995,"timestamp":520714229482,"id":4763,"parentId":4741,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787039767346,"traceId":"e4388ff8d15aa6e1"},{"name":"add-entry","duration":61994,"timestamp":520714229485,"id":4764,"parentId":4741,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787039767346,"traceId":"e4388ff8d15aa6e1"},{"name":"add-entry","duration":61993,"timestamp":520714229489,"id":4765,"parentId":4741,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787039767346,"traceId":"e4388ff8d15aa6e1"},{"name":"add-entry","duration":62035,"timestamp":520714229491,"id":4766,"parentId":4741,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787039767346,"traceId":"e4388ff8d15aa6e1"},{"name":"add-entry","duration":62035,"timestamp":520714229495,"id":4767,"parentId":4741,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787039767346,"traceId":"e4388ff8d15aa6e1"},{"name":"add-entry","duration":62034,"timestamp":520714229498,"id":4768,"parentId":4741,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787039767346,"traceId":"e4388ff8d15aa6e1"},{"name":"add-entry","duration":62032,"timestamp":520714229502,"id":4769,"parentId":4741,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787039767346,"traceId":"e4388ff8d15aa6e1"},{"name":"add-entry","duration":62031,"timestamp":520714229504,"id":4770,"parentId":4741,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787039767346,"traceId":"e4388ff8d15aa6e1"},{"name":"add-entry","duration":62028,"timestamp":520714229508,"id":4771,"parentId":4741,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787039767346,"traceId":"e4388ff8d15aa6e1"},{"name":"add-entry","duration":62032,"timestamp":520714229511,"id":4772,"parentId":4741,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787039767346,"traceId":"e4388ff8d15aa6e1"},{"name":"add-entry","duration":62029,"timestamp":520714229515,"id":4773,"parentId":4741,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787039767346,"traceId":"e4388ff8d15aa6e1"},{"name":"add-entry","duration":62027,"timestamp":520714229518,"id":4774,"parentId":4741,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787039767346,"traceId":"e4388ff8d15aa6e1"},{"name":"add-entry","duration":62024,"timestamp":520714229523,"id":4775,"parentId":4741,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787039767346,"traceId":"e4388ff8d15aa6e1"},{"name":"add-entry","duration":62021,"timestamp":520714229526,"id":4776,"parentId":4741,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787039767346,"traceId":"e4388ff8d15aa6e1"},{"name":"add-entry","duration":62020,"timestamp":520714229529,"id":4777,"parentId":4741,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787039767346,"traceId":"e4388ff8d15aa6e1"},{"name":"add-entry","duration":62016,"timestamp":520714229535,"id":4778,"parentId":4741,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787039767346,"traceId":"e4388ff8d15aa6e1"},{"name":"add-entry","duration":62015,"timestamp":520714229537,"id":4779,"parentId":4741,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787039767346,"traceId":"e4388ff8d15aa6e1"},{"name":"add-entry","duration":62013,"timestamp":520714229541,"id":4780,"parentId":4741,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787039767346,"traceId":"e4388ff8d15aa6e1"},{"name":"add-entry","duration":62011,"timestamp":520714229544,"id":4781,"parentId":4741,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787039767346,"traceId":"e4388ff8d15aa6e1"},{"name":"add-entry","duration":62008,"timestamp":520714229548,"id":4782,"parentId":4741,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787039767346,"traceId":"e4388ff8d15aa6e1"},{"name":"add-entry","duration":62006,"timestamp":520714229552,"id":4783,"parentId":4741,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787039767346,"traceId":"e4388ff8d15aa6e1"}]
|
|
4
|
+
[{"name":"add-entry","duration":62002,"timestamp":520714229557,"id":4784,"parentId":4741,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787039767346,"traceId":"e4388ff8d15aa6e1"},{"name":"add-entry","duration":62000,"timestamp":520714229561,"id":4785,"parentId":4741,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787039767346,"traceId":"e4388ff8d15aa6e1"},{"name":"add-entry","duration":61999,"timestamp":520714229564,"id":4786,"parentId":4741,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787039767346,"traceId":"e4388ff8d15aa6e1"},{"name":"add-entry","duration":61996,"timestamp":520714229568,"id":4787,"parentId":4741,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787039767346,"traceId":"e4388ff8d15aa6e1"},{"name":"add-entry","duration":61996,"timestamp":520714229570,"id":4788,"parentId":4741,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787039767346,"traceId":"e4388ff8d15aa6e1"},{"name":"add-entry","duration":61993,"timestamp":520714229574,"id":4789,"parentId":4741,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787039767346,"traceId":"e4388ff8d15aa6e1"},{"name":"add-entry","duration":61992,"timestamp":520714229577,"id":4790,"parentId":4741,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787039767346,"traceId":"e4388ff8d15aa6e1"},{"name":"add-entry","duration":61989,"timestamp":520714229580,"id":4791,"parentId":4741,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787039767346,"traceId":"e4388ff8d15aa6e1"},{"name":"add-entry","duration":61989,"timestamp":520714229583,"id":4792,"parentId":4741,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787039767346,"traceId":"e4388ff8d15aa6e1"},{"name":"add-entry","duration":61986,"timestamp":520714229587,"id":4793,"parentId":4741,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787039767346,"traceId":"e4388ff8d15aa6e1"},{"name":"add-entry","duration":61985,"timestamp":520714229590,"id":4794,"parentId":4741,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787039767346,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":12842,"timestamp":520714296864,"id":4803,"parentId":4742,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/client/next.js","layer":"pages-dir-browser"},"startTime":1787039767413,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":12475,"timestamp":520714300246,"id":4804,"parentId":4743,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/client/app-next.js","layer":"app-pages-browser"},"startTime":1787039767417,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":9137,"timestamp":520714322226,"id":4805,"parentId":4801,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/client/components/builtin/global-not-found.js","layer":"app-pages-browser"},"startTime":1787039767439,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":5289,"timestamp":520714332386,"id":4806,"parentId":4803,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/client/register-deployment-id-global.js","layer":"pages-dir-browser"},"startTime":1787039767449,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":7449,"timestamp":520714332749,"id":4807,"parentId":4803,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/client/webpack.js","layer":"pages-dir-browser"},"startTime":1787039767449,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":8984,"timestamp":520714333043,"id":4808,"parentId":4804,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/client/app-webpack.js","layer":"app-pages-browser"},"startTime":1787039767450,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":15550,"timestamp":520714333306,"id":4809,"parentId":4804,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/client/app-bootstrap.js","layer":"app-pages-browser"},"startTime":1787039767450,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":26476,"timestamp":520714333617,"id":4810,"parentId":4804,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/client/app-index.js","layer":"app-pages-browser"},"startTime":1787039767450,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":36132,"timestamp":520714342734,"id":4811,"parentId":4803,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/client/index.js","layer":"pages-dir-browser"},"startTime":1787039767459,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":6561,"timestamp":520714382564,"id":4814,"parentId":4808,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/client/register-deployment-id-global.js","layer":"app-pages-browser"},"startTime":1787039767499,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":39414,"timestamp":520714361271,"id":4812,"parentId":4803,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/lib/require-instrumentation-client.js","layer":"pages-dir-browser"},"startTime":1787039767478,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":39985,"timestamp":520714361597,"id":4813,"parentId":4804,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/lib/require-instrumentation-client.js","layer":"app-pages-browser"},"startTime":1787039767478,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":6301,"timestamp":520714404995,"id":4816,"parentId":4809,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/client/asset-prefix.js","layer":"app-pages-browser"},"startTime":1787039767522,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":7617,"timestamp":520714404688,"id":4815,"parentId":4805,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/client/components/http-access-fallback/error-fallback.js","layer":"app-pages-browser"},"startTime":1787039767521,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":7611,"timestamp":520714405441,"id":4818,"parentId":4810,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/client/app-call-server.js","layer":"app-pages-browser"},"startTime":1787039767522,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":8516,"timestamp":520714405186,"id":4817,"parentId":4810,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/client/app-globals.js","layer":"app-pages-browser"},"startTime":1787039767522,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":9206,"timestamp":520714405620,"id":4819,"parentId":4810,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/client/app-find-source-map-url.js","layer":"app-pages-browser"},"startTime":1787039767522,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":10531,"timestamp":520714405757,"id":4820,"parentId":4809,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/client/set-attributes-from-props.js","layer":"app-pages-browser"},"startTime":1787039767522,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":16778,"timestamp":520714405893,"id":4821,"parentId":4810,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/client/flight-data-helpers.js","layer":"app-pages-browser"},"startTime":1787039767522,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":17456,"timestamp":520714406027,"id":4822,"parentId":4810,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/client/navigation-build-id.js","layer":"app-pages-browser"},"startTime":1787039767523,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":23185,"timestamp":520714406495,"id":4825,"parentId":4810,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/client/components/router-transition.js","layer":"app-pages-browser"},"startTime":1787039767523,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":29765,"timestamp":520714406147,"id":4823,"parentId":4810,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/client/components/app-router-instance.js","layer":"app-pages-browser"},"startTime":1787039767523,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":38413,"timestamp":520714406268,"id":4824,"parentId":4810,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/client/components/app-router.js","layer":"app-pages-browser"},"startTime":1787039767523,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":30156,"timestamp":520714417101,"id":4827,"parentId":4811,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/client/route-announcer.js","layer":"pages-dir-browser"},"startTime":1787039767534,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":32794,"timestamp":520714416821,"id":4826,"parentId":4811,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/client/head-manager.js","layer":"pages-dir-browser"},"startTime":1787039767533,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":35436,"timestamp":520714417318,"id":4828,"parentId":4811,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/client/page-loader.js","layer":"pages-dir-browser"},"startTime":1787039767534,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":37682,"timestamp":520714417481,"id":4829,"parentId":4811,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/client/router.js","layer":"pages-dir-browser"},"startTime":1787039767534,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":40461,"timestamp":520714417622,"id":4830,"parentId":4811,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/client/remove-base-path.js","layer":"pages-dir-browser"},"startTime":1787039767534,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":41362,"timestamp":520714417971,"id":4832,"parentId":4811,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/client/has-base-path.js","layer":"pages-dir-browser"},"startTime":1787039767535,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":41618,"timestamp":520714418217,"id":4834,"parentId":4811,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/client/components/is-next-router-error.js","layer":"pages-dir-browser"},"startTime":1787039767535,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":52387,"timestamp":520714418099,"id":4833,"parentId":4811,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/client/script.js","layer":"pages-dir-browser"},"startTime":1787039767535,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":70367,"timestamp":520714417817,"id":4831,"parentId":4811,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/lib/is-error.js","layer":"pages-dir-browser"},"startTime":1787039767534,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":10493,"timestamp":520714485025,"id":4837,"parentId":4811,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/client/react-client-callbacks/on-recoverable-error.js","layer":"pages-dir-browser"},"startTime":1787039767602,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":11862,"timestamp":520714484834,"id":4836,"parentId":4810,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/client/react-client-callbacks/on-recoverable-error.js","layer":"app-pages-browser"},"startTime":1787039767601,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":13678,"timestamp":520714484556,"id":4835,"parentId":4810,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/client/components/router-reducer/create-initial-router-state.js","layer":"app-pages-browser"},"startTime":1787039767601,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":15976,"timestamp":520714485170,"id":4838,"parentId":4810,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/client/react-client-callbacks/error-boundary-callbacks.js","layer":"app-pages-browser"},"startTime":1787039767602,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":22948,"timestamp":520714485453,"id":4840,"parentId":4796,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/client/components/client-segment.js","layer":"app-pages-browser"},"startTime":1787039767602,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":24281,"timestamp":520714485321,"id":4839,"parentId":4796,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/client/components/client-page.js","layer":"app-pages-browser"},"startTime":1787039767602,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":24667,"timestamp":520714485721,"id":4842,"parentId":4796,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/client/components/render-from-template-context.js","layer":"app-pages-browser"},"startTime":1787039767602,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":25156,"timestamp":520714486164,"id":4846,"parentId":4806,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/shared/lib/deployment-id.js","layer":"pages-dir-browser"},"startTime":1787039767603,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":26862,"timestamp":520714485835,"id":4843,"parentId":4796,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/client/components/builtin/global-error.js","layer":"app-pages-browser"},"startTime":1787039767602,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":29615,"timestamp":520714485948,"id":4844,"parentId":4796,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js","layer":"app-pages-browser"},"startTime":1787039767603,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":36171,"timestamp":520714485600,"id":4841,"parentId":4796,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/client/components/layout-router.js","layer":"app-pages-browser"},"startTime":1787039767602,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":7879,"timestamp":520714538346,"id":4848,"parentId":4808,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/shared/lib/encode-uri-path.js","layer":"app-pages-browser"},"startTime":1787039767655,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":9193,"timestamp":520714538043,"id":4847,"parentId":4808,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/shared/lib/deployment-id.js","layer":"app-pages-browser"},"startTime":1787039767655,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":8962,"timestamp":520714538737,"id":4850,"parentId":4811,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/shared/lib/head-manager-context.shared-runtime.js","layer":"pages-dir-browser"},"startTime":1787039767655,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":9596,"timestamp":520714538548,"id":4849,"parentId":4810,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/shared/lib/head-manager-context.shared-runtime.js","layer":"app-pages-browser"},"startTime":1787039767655,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":9142,"timestamp":520714539334,"id":4854,"parentId":4811,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/shared/lib/router-context.shared-runtime.js","layer":"pages-dir-browser"},"startTime":1787039767656,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":10095,"timestamp":520714538940,"id":4851,"parentId":4810,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/shared/lib/app-router-context.shared-runtime.js","layer":"app-pages-browser"},"startTime":1787039767656,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":10541,"timestamp":520714539112,"id":4852,"parentId":4811,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/shared/lib/app-router-context.shared-runtime.js","layer":"pages-dir-browser"},"startTime":1787039767656,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":11112,"timestamp":520714539234,"id":4853,"parentId":4811,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/shared/lib/mitt.js","layer":"pages-dir-browser"},"startTime":1787039767656,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":6100,"timestamp":520714553640,"id":4856,"parentId":4811,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/shared/lib/image-config-context.shared-runtime.js","layer":"pages-dir-browser"},"startTime":1787039767670,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":6664,"timestamp":520714553799,"id":4857,"parentId":4811,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/shared/lib/hooks-client-context.shared-runtime.js","layer":"pages-dir-browser"},"startTime":1787039767670,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":9747,"timestamp":520714553391,"id":4855,"parentId":4811,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/shared/lib/utils.js","layer":"pages-dir-browser"},"startTime":1787039767670,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":9415,"timestamp":520714554410,"id":4862,"parentId":4811,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/shared/lib/router/utils/is-dynamic.js","layer":"pages-dir-browser"},"startTime":1787039767671,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":11143,"timestamp":520714554163,"id":4860,"parentId":4811,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/shared/lib/router/adapters.js","layer":"pages-dir-browser"},"startTime":1787039767671,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":11706,"timestamp":520714554507,"id":4863,"parentId":4811,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/shared/lib/router/utils/querystring.js","layer":"pages-dir-browser"},"startTime":1787039767671,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":12526,"timestamp":520714554294,"id":4861,"parentId":4811,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/shared/lib/router/utils/disable-smooth-scroll.js","layer":"pages-dir-browser"},"startTime":1787039767671,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":15076,"timestamp":520714554608,"id":4864,"parentId":4811,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/client/tracing/tracer.js","layer":"pages-dir-browser"},"startTime":1787039767671,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":84558,"timestamp":520714486055,"id":4845,"parentId":4796,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/lib/framework/boundary-components.js","layer":"app-pages-browser"},"startTime":1787039767603,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":17734,"timestamp":520714554701,"id":4865,"parentId":4811,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/pages/_error.js","layer":"pages-dir-browser"},"startTime":1787039767671,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":4053,"timestamp":520714577350,"id":4868,"parentId":4824,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/client/has-base-path.js","layer":"app-pages-browser"},"startTime":1787039767694,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":5135,"timestamp":520714577156,"id":4867,"parentId":4824,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/client/remove-base-path.js","layer":"app-pages-browser"},"startTime":1787039767694,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":6224,"timestamp":520714576873,"id":4866,"parentId":4811,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/pages/_app.js","layer":"pages-dir-browser"},"startTime":1787039767693,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":6251,"timestamp":520714577513,"id":4869,"parentId":4824,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/shared/lib/hooks-client-context.shared-runtime.js","layer":"app-pages-browser"},"startTime":1787039767694,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":35998,"timestamp":520714553957,"id":4858,"parentId":4811,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/build/polyfills/polyfill-module.js","layer":"pages-dir-browser"},"startTime":1787039767671,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":37218,"timestamp":520714554042,"id":4859,"parentId":4817,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/build/polyfills/polyfill-module.js","layer":"app-pages-browser"},"startTime":1787039767671,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":8053,"timestamp":520714585041,"id":4872,"parentId":4816,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/shared/lib/invariant-error.js","layer":"app-pages-browser"},"startTime":1787039767702,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":8974,"timestamp":520714584804,"id":4871,"parentId":4826,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/client/set-attributes-from-props.js","layer":"pages-dir-browser"},"startTime":1787039767701,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":9984,"timestamp":520714585288,"id":4873,"parentId":4818,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/client/components/use-action-queue.js","layer":"app-pages-browser"},"startTime":1787039767702,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":6498,"timestamp":520714598091,"id":4874,"parentId":4818,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/client/components/router-reducer/router-reducer-types.js","layer":"app-pages-browser"},"startTime":1787039767715,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":7150,"timestamp":520714598554,"id":4876,"parentId":4821,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/shared/lib/segment.js","layer":"app-pages-browser"},"startTime":1787039767715,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":10076,"timestamp":520714598371,"id":4875,"parentId":4821,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/client/route-params.js","layer":"app-pages-browser"},"startTime":1787039767715,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":10614,"timestamp":520714598754,"id":4877,"parentId":4823,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/client/add-base-path.js","layer":"app-pages-browser"},"startTime":1787039767715,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":10377,"timestamp":520714599368,"id":4880,"parentId":4823,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/shared/lib/is-thenable.js","layer":"app-pages-browser"},"startTime":1787039767716,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":11137,"timestamp":520714599196,"id":4879,"parentId":4821,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/client/components/router-reducer/create-href-from-url.js","layer":"app-pages-browser"},"startTime":1787039767716,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":12019,"timestamp":520714599049,"id":4878,"parentId":4828,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/client/add-base-path.js","layer":"pages-dir-browser"},"startTime":1787039767716,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":3418,"timestamp":520714612830,"id":4893,"parentId":4836,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/lib/is-error.js","layer":"app-pages-browser"},"startTime":1787039767729,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":17889,"timestamp":520714599529,"id":4881,"parentId":4823,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/client/components/app-router-utils.js","layer":"app-pages-browser"},"startTime":1787039767716,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":18770,"timestamp":520714599794,"id":4883,"parentId":4824,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/client/components/app-router-announcer.js","layer":"app-pages-browser"},"startTime":1787039767716,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":19947,"timestamp":520714599900,"id":4884,"parentId":4824,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/client/components/redirect-boundary.js","layer":"app-pages-browser"},"startTime":1787039767716,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":22920,"timestamp":520714599661,"id":4882,"parentId":4823,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/client/components/links.js","layer":"app-pages-browser"},"startTime":1787039767716,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":23080,"timestamp":520714600021,"id":4885,"parentId":4824,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/client/components/unresolved-thenable.js","layer":"app-pages-browser"},"startTime":1787039767717,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":24362,"timestamp":520714600368,"id":4888,"parentId":4824,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/client/components/redirect-error.js","layer":"app-pages-browser"},"startTime":1787039767717,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":25644,"timestamp":520714600152,"id":4886,"parentId":4824,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/client/components/nav-failure-handler.js","layer":"app-pages-browser"},"startTime":1787039767717,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":26647,"timestamp":520714600257,"id":4887,"parentId":4824,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/client/components/redirect.js","layer":"app-pages-browser"},"startTime":1787039767717,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":16474,"timestamp":520714612045,"id":4889,"parentId":4834,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/client/components/redirect-error.js","layer":"pages-dir-browser"},"startTime":1787039767729,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":18341,"timestamp":520714612327,"id":4890,"parentId":4825,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/client/components/router-reducer/compute-changed-path.js","layer":"app-pages-browser"},"startTime":1787039767729,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":19022,"timestamp":520714612506,"id":4891,"parentId":4823,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/client/components/router-reducer/router-reducer.js","layer":"app-pages-browser"},"startTime":1787039767729,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":18997,"timestamp":520714612946,"id":4894,"parentId":4815,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/client/components/styles/access-error-styles.js","layer":"app-pages-browser"},"startTime":1787039767730,"traceId":"e4388ff8d15aa6e1"}]
|
|
5
|
+
[{"name":"build-module-js","duration":19341,"timestamp":520714613104,"id":4895,"parentId":4828,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/client/add-locale.js","layer":"pages-dir-browser"},"startTime":1787039767730,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":19696,"timestamp":520714613319,"id":4897,"parentId":4829,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/client/with-router.js","layer":"pages-dir-browser"},"startTime":1787039767730,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":20181,"timestamp":520714613421,"id":4898,"parentId":4833,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/client/request-idle-callback.js","layer":"pages-dir-browser"},"startTime":1787039767730,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":23650,"timestamp":520714613218,"id":4896,"parentId":4828,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/client/route-loader.js","layer":"pages-dir-browser"},"startTime":1787039767730,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":26498,"timestamp":520714613529,"id":4899,"parentId":4828,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/shared/lib/constants.js","layer":"pages-dir-browser"},"startTime":1787039767730,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":27400,"timestamp":520714613635,"id":4900,"parentId":4833,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/shared/lib/htmlescape.js","layer":"pages-dir-browser"},"startTime":1787039767730,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":28111,"timestamp":520714613895,"id":4902,"parentId":4828,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/shared/lib/router/utils/interpolate-as.js","layer":"pages-dir-browser"},"startTime":1787039767730,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":43123,"timestamp":520714612676,"id":4892,"parentId":4823,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/client/components/router-reducer/ppr-navigations.js","layer":"app-pages-browser"},"startTime":1787039767729,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":47415,"timestamp":520714614012,"id":4903,"parentId":4828,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/shared/lib/router/utils/get-asset-path-from-route.js","layer":"pages-dir-browser"},"startTime":1787039767731,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":47882,"timestamp":520714614118,"id":4904,"parentId":4828,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/shared/lib/router/utils/parse-relative-url.js","layer":"pages-dir-browser"},"startTime":1787039767731,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":62035,"timestamp":520714613738,"id":4901,"parentId":4829,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/shared/lib/router/router.js","layer":"pages-dir-browser"},"startTime":1787039767730,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":100768,"timestamp":520714577679,"id":4870,"parentId":4796,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/lib/metadata/generate/icon-mark.js","layer":"app-pages-browser"},"startTime":1787039767694,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":8637,"timestamp":520714704841,"id":4905,"parentId":4828,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/shared/lib/router/utils/remove-trailing-slash.js","layer":"pages-dir-browser"},"startTime":1787039767821,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":8748,"timestamp":520714705147,"id":4906,"parentId":4832,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/shared/lib/router/utils/path-has-prefix.js","layer":"pages-dir-browser"},"startTime":1787039767822,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":9200,"timestamp":520714705411,"id":4907,"parentId":4834,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/client/components/http-access-fallback/http-access-fallback.js","layer":"pages-dir-browser"},"startTime":1787039767822,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-tsx","duration":11381,"timestamp":520714705664,"id":4908,"parentId":4798,"tags":{"name":"/home/wa/project/pi-web-sky/components/PwaRegistration.tsx","layer":"app-pages-browser"},"startTime":1787039767822,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":10426,"timestamp":520714707257,"id":4911,"parentId":4838,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/client/components/is-next-router-error.js","layer":"app-pages-browser"},"startTime":1787039767824,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-tsx","duration":12215,"timestamp":520714706966,"id":4910,"parentId":4800,"tags":{"name":"/home/wa/project/pi-web-sky/hooks/useI18n.tsx","layer":"app-pages-browser"},"startTime":1787039767824,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":12623,"timestamp":520714707435,"id":4912,"parentId":4823,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/client/components/segment-cache/types.js","layer":"app-pages-browser"},"startTime":1787039767824,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":13074,"timestamp":520714707590,"id":4913,"parentId":4823,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/client/components/segment-cache/prefetch.js","layer":"app-pages-browser"},"startTime":1787039767824,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":13246,"timestamp":520714707995,"id":4916,"parentId":4823,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/client/lib/javascript-url.js","layer":"app-pages-browser"},"startTime":1787039767825,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":13566,"timestamp":520714708231,"id":4917,"parentId":4828,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/client/lib/promise.js","layer":"pages-dir-browser"},"startTime":1787039767825,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":17248,"timestamp":520714707837,"id":4915,"parentId":4823,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/client/components/segment-cache/optimistic-routes.js","layer":"app-pages-browser"},"startTime":1787039767824,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":22357,"timestamp":520714707718,"id":4914,"parentId":4823,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/client/components/segment-cache/navigation.js","layer":"app-pages-browser"},"startTime":1787039767824,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":37711,"timestamp":520714708358,"id":4918,"parentId":4824,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/client/components/router-reducer/reducers/committed-state.js","layer":"app-pages-browser"},"startTime":1787039767825,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-tsx","duration":66040,"timestamp":520714706629,"id":4909,"parentId":4800,"tags":{"name":"/home/wa/project/pi-web-sky/components/AppShell.tsx","layer":"app-pages-browser"},"startTime":1787039767823,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":41280,"timestamp":520714732587,"id":4919,"parentId":4824,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/client/components/router-reducer/reducers/find-head-in-cache.js","layer":"app-pages-browser"},"startTime":1787039767849,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":13124,"timestamp":520714776870,"id":4922,"parentId":4841,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/shared/lib/router/utils/disable-smooth-scroll.js","layer":"app-pages-browser"},"startTime":1787039767893,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":13952,"timestamp":520714776693,"id":4921,"parentId":4844,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/client/components/http-access-fallback/http-access-fallback.js","layer":"app-pages-browser"},"startTime":1787039767893,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":14799,"timestamp":520714776362,"id":4920,"parentId":4824,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/client/components/errors/root-error-boundary.js","layer":"app-pages-browser"},"startTime":1787039767893,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":14460,"timestamp":520714777024,"id":4923,"parentId":4831,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/shared/lib/is-plain-object.js","layer":"pages-dir-browser"},"startTime":1787039767894,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":14442,"timestamp":520714777377,"id":4925,"parentId":4836,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/client/react-client-callbacks/report-global-error.js","layer":"app-pages-browser"},"startTime":1787039767894,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":15457,"timestamp":520714777506,"id":4926,"parentId":4838,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/client/components/error-boundary.js","layer":"app-pages-browser"},"startTime":1787039767894,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":15771,"timestamp":520714777634,"id":4927,"parentId":4843,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/client/components/handle-isr-error.js","layer":"app-pages-browser"},"startTime":1787039767894,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":16486,"timestamp":520714777240,"id":4924,"parentId":4837,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/client/react-client-callbacks/report-global-error.js","layer":"pages-dir-browser"},"startTime":1787039767894,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":16739,"timestamp":520714778028,"id":4930,"parentId":4835,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/client/components/segment-cache/bfcache.js","layer":"app-pages-browser"},"startTime":1787039767895,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":17553,"timestamp":520714777752,"id":4928,"parentId":4844,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/client/components/navigation-untracked.js","layer":"app-pages-browser"},"startTime":1787039767894,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":17838,"timestamp":520714778258,"id":4932,"parentId":4843,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/client/components/builtin/error-styles.js","layer":"app-pages-browser"},"startTime":1787039767895,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":18347,"timestamp":520714778380,"id":4933,"parentId":4811,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/client/portal/index.js","layer":"pages-dir-browser"},"startTime":1787039767895,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":21509,"timestamp":520714778144,"id":4931,"parentId":4835,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/client/components/router-reducer/fetch-server-response.js","layer":"app-pages-browser"},"startTime":1787039767895,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":43210,"timestamp":520714777900,"id":4929,"parentId":4835,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/client/components/segment-cache/cache.js","layer":"app-pages-browser"},"startTime":1787039767894,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":11060,"timestamp":520714829046,"id":4934,"parentId":4837,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/shared/lib/lazy-dynamic/bailout-to-csr.js","layer":"pages-dir-browser"},"startTime":1787039767946,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":11622,"timestamp":520714829370,"id":4935,"parentId":4836,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/shared/lib/lazy-dynamic/bailout-to-csr.js","layer":"app-pages-browser"},"startTime":1787039767946,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":12311,"timestamp":520714829573,"id":4936,"parentId":4841,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/client/components/bfcache-state-manager.js","layer":"app-pages-browser"},"startTime":1787039767946,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":12579,"timestamp":520714829908,"id":4938,"parentId":4841,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/shared/lib/router/utils/app-paths.js","layer":"app-pages-browser"},"startTime":1787039767946,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":13155,"timestamp":520714829745,"id":4937,"parentId":4841,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/client/components/router-reducer/create-router-cache-key.js","layer":"app-pages-browser"},"startTime":1787039767946,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":10607,"timestamp":520714832653,"id":4940,"parentId":4868,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/shared/lib/router/utils/path-has-prefix.js","layer":"app-pages-browser"},"startTime":1787039767949,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":9096,"timestamp":520714834588,"id":4945,"parentId":4856,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/shared/lib/image-config.js","layer":"pages-dir-browser"},"startTime":1787039767951,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":9759,"timestamp":520714834350,"id":4944,"parentId":4841,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/client/components/instant-validation/boundary.js","layer":"app-pages-browser"},"startTime":1787039767951,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":9831,"timestamp":520714834752,"id":4946,"parentId":4857,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/client/components/readonly-url-search-params.js","layer":"pages-dir-browser"},"startTime":1787039767951,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":10179,"timestamp":520714834900,"id":4947,"parentId":4869,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/client/components/readonly-url-search-params.js","layer":"app-pages-browser"},"startTime":1787039767951,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":10342,"timestamp":520714835078,"id":4948,"parentId":4860,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/shared/lib/router/utils/as-path-to-search-params.js","layer":"pages-dir-browser"},"startTime":1787039767952,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":11147,"timestamp":520714835307,"id":4950,"parentId":4862,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/shared/lib/router/utils/interception-routes.js","layer":"pages-dir-browser"},"startTime":1787039767952,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":13121,"timestamp":520714835201,"id":4949,"parentId":4860,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/shared/lib/router/utils/route-regex.js","layer":"pages-dir-browser"},"startTime":1787039767952,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":6885,"timestamp":520714850606,"id":4957,"parentId":4893,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/shared/lib/is-plain-object.js","layer":"app-pages-browser"},"startTime":1787039767967,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":7652,"timestamp":520714850761,"id":4958,"parentId":4890,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/shared/lib/router/utils/interception-routes.js","layer":"app-pages-browser"},"startTime":1787039767967,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":9396,"timestamp":520714850274,"id":4955,"parentId":4865,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/shared/lib/head.js","layer":"pages-dir-browser"},"startTime":1787039767967,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":38710,"timestamp":520714832876,"id":4941,"parentId":4805,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/compiled/react/jsx-runtime.js","layer":"app-pages-browser"},"startTime":1787039767949,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":7199,"timestamp":520714866048,"id":4960,"parentId":4896,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/shared/lib/encode-uri-path.js","layer":"pages-dir-browser"},"startTime":1787039767983,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":6890,"timestamp":520714866956,"id":4964,"parentId":4877,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/shared/lib/router/utils/add-path-prefix.js","layer":"app-pages-browser"},"startTime":1787039767984,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":8476,"timestamp":520714866375,"id":4961,"parentId":4877,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/client/normalize-trailing-slash.js","layer":"app-pages-browser"},"startTime":1787039767983,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":9000,"timestamp":520714866751,"id":4963,"parentId":4875,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/client/components/app-router-headers.js","layer":"app-pages-browser"},"startTime":1787039767983,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":9909,"timestamp":520714866593,"id":4962,"parentId":4878,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/client/normalize-trailing-slash.js","layer":"pages-dir-browser"},"startTime":1787039767983,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":9745,"timestamp":520714867106,"id":4965,"parentId":4878,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/shared/lib/router/utils/add-path-prefix.js","layer":"pages-dir-browser"},"startTime":1787039767984,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":12565,"timestamp":520714868468,"id":4969,"parentId":4888,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/client/components/redirect-status-code.js","layer":"app-pages-browser"},"startTime":1787039767985,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":12896,"timestamp":520714868633,"id":4970,"parentId":4889,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/client/components/redirect-status-code.js","layer":"pages-dir-browser"},"startTime":1787039767985,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":15492,"timestamp":520714868244,"id":4968,"parentId":4884,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/client/components/navigation.js","layer":"app-pages-browser"},"startTime":1787039767985,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":15885,"timestamp":520714868782,"id":4971,"parentId":4882,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/client/components/segment-cache/cache-key.js","layer":"app-pages-browser"},"startTime":1787039767985,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":35718,"timestamp":520714850475,"id":4956,"parentId":4845,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/lib/framework/boundary-constants.js","layer":"app-pages-browser"},"startTime":1787039767967,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":36428,"timestamp":520714850131,"id":4953,"parentId":4810,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/compiled/react-dom/client.js","layer":"app-pages-browser"},"startTime":1787039767967,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":36925,"timestamp":520714850196,"id":4954,"parentId":4810,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/compiled/react-server-dom-webpack/client.browser.js","layer":"app-pages-browser"},"startTime":1787039767967,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":37455,"timestamp":520714850061,"id":4952,"parentId":4811,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/react-dom/client.js","layer":"pages-dir-browser"},"startTime":1787039767967,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":38167,"timestamp":520714849942,"id":4951,"parentId":4811,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/react/jsx-runtime.js","layer":"pages-dir-browser"},"startTime":1787039767967,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":10036,"timestamp":520714878741,"id":4974,"parentId":4881,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/shared/lib/router/utils/is-bot.js","layer":"app-pages-browser"},"startTime":1787039767995,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":10606,"timestamp":520714878559,"id":4973,"parentId":4890,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/client/components/match-segments.js","layer":"app-pages-browser"},"startTime":1787039767995,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":10827,"timestamp":520714878903,"id":4975,"parentId":4891,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/client/components/router-reducer/reducers/server-patch-reducer.js","layer":"app-pages-browser"},"startTime":1787039767995,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":16095,"timestamp":520714879063,"id":4976,"parentId":4891,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/client/components/router-reducer/reducers/navigate-reducer.js","layer":"app-pages-browser"},"startTime":1787039767996,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":16603,"timestamp":520714879201,"id":4977,"parentId":4891,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/client/components/router-reducer/reducers/restore-reducer.js","layer":"app-pages-browser"},"startTime":1787039767996,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":26550,"timestamp":520714878308,"id":4972,"parentId":4882,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/client/components/segment-cache/scheduler.js","layer":"app-pages-browser"},"startTime":1787039767995,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":47008,"timestamp":520714860430,"id":4959,"parentId":4810,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/compiled/react/index.js","layer":"app-pages-browser"},"startTime":1787039767977,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":16499,"timestamp":520714892106,"id":4980,"parentId":4901,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/shared/lib/router/utils/is-bot.js","layer":"pages-dir-browser"},"startTime":1787039768009,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":17929,"timestamp":520714891651,"id":4978,"parentId":4891,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/client/components/router-reducer/reducers/refresh-reducer.js","layer":"app-pages-browser"},"startTime":1787039768008,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":20508,"timestamp":520714891898,"id":4979,"parentId":4891,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/client/components/router-reducer/reducers/server-action-reducer.js","layer":"app-pages-browser"},"startTime":1787039768008,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":54893,"timestamp":520714867241,"id":4966,"parentId":4812,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/build/webpack/loaders/instrumentation-client-stub.js","layer":"pages-dir-browser"},"startTime":1787039767984,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":54393,"timestamp":520714868063,"id":4967,"parentId":4813,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/build/webpack/loaders/instrumentation-client-stub.js","layer":"app-pages-browser"},"startTime":1787039767985,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":6950,"timestamp":520714931487,"id":4983,"parentId":4899,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/shared/lib/modern-browserslist-target.js","layer":"pages-dir-browser"},"startTime":1787039768048,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":8219,"timestamp":520714931067,"id":4981,"parentId":4875,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/shared/lib/segment-cache/segment-value-encoding.js","layer":"app-pages-browser"},"startTime":1787039768048,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":7999,"timestamp":520714931630,"id":4984,"parentId":4899,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/shared/lib/entry-constants.js","layer":"pages-dir-browser"},"startTime":1787039768048,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":8869,"timestamp":520714931337,"id":4982,"parentId":4896,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/client/trusted-types.js","layer":"pages-dir-browser"},"startTime":1787039768048,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":9031,"timestamp":520714931884,"id":4986,"parentId":4892,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/shared/lib/app-router-types.js","layer":"app-pages-browser"},"startTime":1787039768048,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":9818,"timestamp":520714932032,"id":4987,"parentId":4892,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/client/components/router-reducer/is-navigating-to-new-root-layout.js","layer":"app-pages-browser"},"startTime":1787039768049,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":4776,"timestamp":520714942915,"id":4991,"parentId":4901,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/client/lib/javascript-url.js","layer":"pages-dir-browser"},"startTime":1787039768059,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":5523,"timestamp":520714942713,"id":4989,"parentId":4902,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/shared/lib/router/utils/route-matcher.js","layer":"pages-dir-browser"},"startTime":1787039768059,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":7081,"timestamp":520714942454,"id":4988,"parentId":4892,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/client/components/segment-cache/vary-path.js","layer":"app-pages-browser"},"startTime":1787039768059,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":6848,"timestamp":520714943137,"id":4993,"parentId":4840,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/client/components/client-boundary-params.browser.js","layer":"app-pages-browser"},"startTime":1787039768060,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":7149,"timestamp":520714943422,"id":4995,"parentId":4901,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/shared/lib/router/utils/dynamic-filter-pattern.js","layer":"pages-dir-browser"},"startTime":1787039768060,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":8243,"timestamp":520714943529,"id":4996,"parentId":4901,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/shared/lib/router/utils/format-url.js","layer":"pages-dir-browser"},"startTime":1787039768060,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":8871,"timestamp":520714943301,"id":4994,"parentId":4901,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/client/detect-domain-locale.js","layer":"pages-dir-browser"},"startTime":1787039768060,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":8646,"timestamp":520714943838,"id":4999,"parentId":4860,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/shared/lib/router/utils/index.js","layer":"pages-dir-browser"},"startTime":1787039768060,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":9142,"timestamp":520714943668,"id":4997,"parentId":4901,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/shared/lib/router/utils/parse-path.js","layer":"pages-dir-browser"},"startTime":1787039768060,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":19980,"timestamp":520714943942,"id":5000,"parentId":4901,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/client/remove-locale.js","layer":"pages-dir-browser"},"startTime":1787039768061,"traceId":"e4388ff8d15aa6e1"}]
|
|
6
|
+
[{"name":"build-module-js","duration":21408,"timestamp":520714944070,"id":5001,"parentId":4901,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/client/resolve-href.js","layer":"pages-dir-browser"},"startTime":1787039768061,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":13741,"timestamp":520714954162,"id":5004,"parentId":4901,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/shared/lib/router/utils/format-next-pathname-info.js","layer":"pages-dir-browser"},"startTime":1787039768071,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":17162,"timestamp":520714953871,"id":5003,"parentId":4901,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/shared/lib/router/utils/get-next-pathname-info.js","layer":"pages-dir-browser"},"startTime":1787039768070,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":17335,"timestamp":520714954315,"id":5005,"parentId":4901,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/shared/lib/router/utils/compare-states.js","layer":"pages-dir-browser"},"startTime":1787039768071,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":17273,"timestamp":520714954724,"id":5008,"parentId":4901,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/shared/lib/page-path/denormalize-page-path.js","layer":"pages-dir-browser"},"startTime":1787039768071,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":17846,"timestamp":520714954478,"id":5006,"parentId":4901,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/shared/lib/router/utils/is-local-url.js","layer":"pages-dir-browser"},"startTime":1787039768071,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":17948,"timestamp":520714954610,"id":5007,"parentId":4901,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/shared/lib/router/utils/omit.js","layer":"pages-dir-browser"},"startTime":1787039768071,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":18225,"timestamp":520714954833,"id":5009,"parentId":4901,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/shared/lib/i18n/normalize-locale-path.js","layer":"pages-dir-browser"},"startTime":1787039768071,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":19061,"timestamp":520714954931,"id":5010,"parentId":4901,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/shared/lib/bloom-filter.js","layer":"pages-dir-browser"},"startTime":1787039768072,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":19576,"timestamp":520714955026,"id":5011,"parentId":4914,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/shared/lib/instant-messages.js","layer":"app-pages-browser"},"startTime":1787039768072,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":21103,"timestamp":520714955145,"id":5012,"parentId":4915,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/client/components/segment-cache/cache-map.js","layer":"app-pages-browser"},"startTime":1787039768072,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":18145,"timestamp":520714958488,"id":5014,"parentId":4940,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/shared/lib/router/utils/parse-path.js","layer":"app-pages-browser"},"startTime":1787039768075,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":18554,"timestamp":520714958739,"id":5015,"parentId":4950,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/shared/lib/router/utils/app-paths.js","layer":"pages-dir-browser"},"startTime":1787039768075,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":17731,"timestamp":520714960148,"id":5019,"parentId":4931,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/client/components/segment-cache/fetch.js","layer":"app-pages-browser"},"startTime":1787039768077,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":18263,"timestamp":520714960321,"id":5020,"parentId":4931,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/client/components/router-reducer/set-cache-busting-search-param.js","layer":"app-pages-browser"},"startTime":1787039768077,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":19387,"timestamp":520714959894,"id":5018,"parentId":4920,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/client/components/errors/graceful-degrade-boundary.js","layer":"app-pages-browser"},"startTime":1787039768076,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":18989,"timestamp":520714960559,"id":5022,"parentId":4929,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/shared/lib/promise-with-resolvers.js","layer":"app-pages-browser"},"startTime":1787039768077,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":19576,"timestamp":520714960708,"id":5023,"parentId":4929,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/shared/lib/segment-cache/vary-params-decoding.js","layer":"app-pages-browser"},"startTime":1787039768077,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":50704,"timestamp":520714942868,"id":4990,"parentId":4901,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/lib/constants.js","layer":"pages-dir-browser"},"startTime":1787039768059,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":63869,"timestamp":520714931774,"id":4985,"parentId":4892,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/lib/constants.js","layer":"app-pages-browser"},"startTime":1787039768048,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":13541,"timestamp":520714983877,"id":5025,"parentId":4949,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/shared/lib/escape-regexp.js","layer":"pages-dir-browser"},"startTime":1787039768100,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":13633,"timestamp":520714984234,"id":5026,"parentId":4938,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js","layer":"app-pages-browser"},"startTime":1787039768101,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":13462,"timestamp":520714984718,"id":5028,"parentId":4961,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/shared/lib/router/utils/remove-trailing-slash.js","layer":"app-pages-browser"},"startTime":1787039768101,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":14881,"timestamp":520714984506,"id":5027,"parentId":4949,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/shared/lib/router/utils/get-dynamic-param.js","layer":"pages-dir-browser"},"startTime":1787039768101,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":62141,"timestamp":520714943056,"id":4992,"parentId":4811,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/react/index.js","layer":"pages-dir-browser"},"startTime":1787039768060,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":61464,"timestamp":520714944172,"id":5002,"parentId":4901,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/lib/is-api-route.js","layer":"pages-dir-browser"},"startTime":1787039768061,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":62269,"timestamp":520714943786,"id":4998,"parentId":4833,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/react-dom/index.js","layer":"pages-dir-browser"},"startTime":1787039768060,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":7313,"timestamp":520715000156,"id":5029,"parentId":4887,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/client/components/server-async-storage.browser.js","layer":"app-pages-browser"},"startTime":1787039768117,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":7453,"timestamp":520715000535,"id":5030,"parentId":4955,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/shared/lib/side-effect.js","layer":"pages-dir-browser"},"startTime":1787039768117,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":7476,"timestamp":520715000928,"id":5032,"parentId":4968,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/shared/lib/server-inserted-html.shared-runtime.js","layer":"app-pages-browser"},"startTime":1787039768118,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":7698,"timestamp":520715001136,"id":5033,"parentId":4968,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/client/components/unrecognized-action-error.js","layer":"app-pages-browser"},"startTime":1787039768118,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":7906,"timestamp":520715001433,"id":5035,"parentId":4974,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/shared/lib/router/utils/html-bots.js","layer":"app-pages-browser"},"startTime":1787039768118,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":8203,"timestamp":520715001555,"id":5036,"parentId":4980,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/shared/lib/router/utils/html-bots.js","layer":"pages-dir-browser"},"startTime":1787039768118,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":8986,"timestamp":520715001294,"id":5034,"parentId":4968,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/client/components/navigation.react-server.js","layer":"app-pages-browser"},"startTime":1787039768118,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-tsx","duration":9101,"timestamp":520715002098,"id":5039,"parentId":4909,"tags":{"name":"/home/wa/project/pi-web-sky/components/TabBar.tsx","layer":"app-pages-browser"},"startTime":1787039768119,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-tsx","duration":15238,"timestamp":520715003034,"id":5042,"parentId":4909,"tags":{"name":"/home/wa/project/pi-web-sky/components/ProjectTrustDialog.tsx","layer":"app-pages-browser"},"startTime":1787039768120,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":59096,"timestamp":520714960483,"id":5021,"parentId":4841,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/compiled/react-dom/index.js","layer":"app-pages-browser"},"startTime":1787039768077,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-tsx","duration":73682,"timestamp":520715002482,"id":5040,"parentId":4909,"tags":{"name":"/home/wa/project/pi-web-sky/components/PluginsConfig.tsx","layer":"app-pages-browser"},"startTime":1787039768119,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-tsx","duration":79611,"timestamp":520715002787,"id":5041,"parentId":4909,"tags":{"name":"/home/wa/project/pi-web-sky/components/SkillsConfig.tsx","layer":"app-pages-browser"},"startTime":1787039768119,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-tsx","duration":94668,"timestamp":520715001734,"id":5038,"parentId":4909,"tags":{"name":"/home/wa/project/pi-web-sky/components/SessionSidebar.tsx","layer":"app-pages-browser"},"startTime":1787039768118,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-tsx","duration":87617,"timestamp":520715015336,"id":5045,"parentId":4909,"tags":{"name":"/home/wa/project/pi-web-sky/components/BranchNavigator.tsx","layer":"app-pages-browser"},"startTime":1787039768132,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-tsx","duration":102336,"timestamp":520715014564,"id":5043,"parentId":4909,"tags":{"name":"/home/wa/project/pi-web-sky/components/ChatWindow.tsx","layer":"app-pages-browser"},"startTime":1787039768131,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-tsx","duration":109772,"timestamp":520715015054,"id":5044,"parentId":4909,"tags":{"name":"/home/wa/project/pi-web-sky/components/FileViewer.tsx","layer":"app-pages-browser"},"startTime":1787039768132,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-tsx","duration":126379,"timestamp":520715015599,"id":5046,"parentId":4909,"tags":{"name":"/home/wa/project/pi-web-sky/components/ModelsConfig.tsx","layer":"app-pages-browser"},"startTime":1787039768132,"traceId":"e4388ff8d15aa6e1"},{"name":"postcss-process","duration":13878,"timestamp":520715266043,"id":5051,"parentId":5047,"tags":{},"startTime":1787039768383,"traceId":"e4388ff8d15aa6e1"},{"name":"postcss-loader","duration":260918,"timestamp":520715019051,"id":5047,"parentId":5016,"tags":{},"startTime":1787039768136,"traceId":"e4388ff8d15aa6e1"},{"name":"css-loader","duration":29536,"timestamp":520715280179,"id":5052,"parentId":5016,"tags":{"astUsed":"true"},"startTime":1787039768397,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-css","duration":357315,"timestamp":520714958897,"id":5016,"parentId":4943,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/katex/dist/katex.min.css.webpack[javascript/auto]!=!/home/wa/project/pi-web-sky/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[15].oneOf[10].use[2]!/home/wa/project/pi-web-sky/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[15].oneOf[10].use[3]!/home/wa/project/pi-web-sky/node_modules/katex/dist/katex.min.css","layer":null},"startTime":1787039768075,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":316595,"timestamp":520715000820,"id":5031,"parentId":4941,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/compiled/react/cjs/react-jsx-runtime.production.js","layer":"app-pages-browser"},"startTime":1787039768117,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":324802,"timestamp":520715001662,"id":5037,"parentId":4959,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/compiled/react/cjs/react.production.js","layer":"app-pages-browser"},"startTime":1787039768118,"traceId":"e4388ff8d15aa6e1"},{"name":"add-entry","duration":1118288,"timestamp":520714229191,"id":4745,"parentId":4741,"tags":{"request":"next-client-pages-loader?absolutePagePath=%2Fhome%2Fwa%2Fproject%2Fpi-web-sky%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fbuiltin%2Fglobal-not-found.js&page=%2F_not-found%2Fpage!"},"startTime":1787039767346,"traceId":"e4388ff8d15aa6e1"},{"name":"postcss-process","duration":223573,"timestamp":520715253294,"id":5050,"parentId":5024,"tags":{},"startTime":1787039768370,"traceId":"e4388ff8d15aa6e1"},{"name":"postcss-loader","duration":516103,"timestamp":520714961015,"id":5024,"parentId":5013,"tags":{},"startTime":1787039768078,"traceId":"e4388ff8d15aa6e1"},{"name":"css-loader","duration":6122,"timestamp":520715477158,"id":5053,"parentId":5013,"tags":{"astUsed":"true"},"startTime":1787039768594,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-ts","duration":7627,"timestamp":520715524702,"id":5054,"parentId":4909,"tags":{"name":"/home/wa/project/pi-web-sky/components/file-tab-state.ts","layer":"app-pages-browser"},"startTime":1787039768641,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":6971,"timestamp":520715533120,"id":5061,"parentId":4978,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/client/components/router-reducer/reducers/has-interception-route-in-current-tree.js","layer":"app-pages-browser"},"startTime":1787039768650,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":7967,"timestamp":520715532700,"id":5059,"parentId":4979,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/client/assign-location.js","layer":"app-pages-browser"},"startTime":1787039768649,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":8249,"timestamp":520715533290,"id":5062,"parentId":4979,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/shared/lib/server-reference-info.js","layer":"app-pages-browser"},"startTime":1787039768650,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":9825,"timestamp":520715532953,"id":5060,"parentId":4972,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/client/components/segment-cache/lru.js","layer":"app-pages-browser"},"startTime":1787039768650,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":9719,"timestamp":520715533513,"id":5063,"parentId":4979,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/shared/lib/action-revalidation-kind.js","layer":"app-pages-browser"},"startTime":1787039768650,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":9308,"timestamp":520715534211,"id":5066,"parentId":5015,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js","layer":"pages-dir-browser"},"startTime":1787039768651,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":10354,"timestamp":520715534016,"id":5065,"parentId":5015,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/shared/lib/segment.js","layer":"pages-dir-browser"},"startTime":1787039768651,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":17465,"timestamp":520715533727,"id":5064,"parentId":4914,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/client/components/segment-cache/navigation-testing-lock.disabled.js","layer":"app-pages-browser"},"startTime":1787039768650,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":17300,"timestamp":520715534397,"id":5067,"parentId":5027,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/shared/lib/invariant-error.js","layer":"pages-dir-browser"},"startTime":1787039768651,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":17928,"timestamp":520715534851,"id":5070,"parentId":5008,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/shared/lib/page-path/normalize-path-sep.js","layer":"pages-dir-browser"},"startTime":1787039768651,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":19511,"timestamp":520715534734,"id":5069,"parentId":4989,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/shared/lib/router/utils/route-match-utils.js","layer":"pages-dir-browser"},"startTime":1787039768651,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":23467,"timestamp":520715534585,"id":5068,"parentId":4999,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/shared/lib/router/utils/sorted-routes.js","layer":"pages-dir-browser"},"startTime":1787039768651,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":18117,"timestamp":520715545611,"id":5073,"parentId":5004,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/shared/lib/router/utils/add-locale.js","layer":"pages-dir-browser"},"startTime":1787039768662,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":18767,"timestamp":520715545437,"id":5072,"parentId":5004,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/shared/lib/router/utils/add-path-suffix.js","layer":"pages-dir-browser"},"startTime":1787039768662,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":20571,"timestamp":520715545152,"id":5071,"parentId":5020,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/shared/lib/router/utils/cache-busting-search-param.js","layer":"app-pages-browser"},"startTime":1787039768662,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":20484,"timestamp":520715545760,"id":5074,"parentId":5003,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/shared/lib/router/utils/remove-path-prefix.js","layer":"pages-dir-browser"},"startTime":1787039768662,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":20853,"timestamp":520715546181,"id":5077,"parentId":4993,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/client/request/search-params.browser.js","layer":"app-pages-browser"},"startTime":1787039768663,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":21396,"timestamp":520715546059,"id":5076,"parentId":4993,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/client/request/params.browser.js","layer":"app-pages-browser"},"startTime":1787039768663,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":22059,"timestamp":520715545915,"id":5075,"parentId":4944,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/client/components/instant-validation/impl.browser.js","layer":"app-pages-browser"},"startTime":1787039768662,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":20807,"timestamp":520715547845,"id":5084,"parentId":5027,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/shared/lib/router/utils/parse-loader-tree.js","layer":"pages-dir-browser"},"startTime":1787039768664,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":21477,"timestamp":520715548055,"id":5085,"parentId":5027,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/shared/lib/router/utils/resolve-param-value.js","layer":"pages-dir-browser"},"startTime":1787039768665,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":68042,"timestamp":520715525383,"id":5056,"parentId":4954,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/compiled/react-server-dom-webpack/cjs/react-server-dom-webpack-client.browser.production.js","layer":"app-pages-browser"},"startTime":1787039768642,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":22004,"timestamp":520715573351,"id":5087,"parentId":5034,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/client/components/not-found.js","layer":"app-pages-browser"},"startTime":1787039768690,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":22425,"timestamp":520715573873,"id":5089,"parentId":5034,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/client/components/unauthorized.js","layer":"app-pages-browser"},"startTime":1787039768690,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":23924,"timestamp":520715573671,"id":5088,"parentId":5034,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/client/components/forbidden.js","layer":"app-pages-browser"},"startTime":1787039768690,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":25535,"timestamp":520715574039,"id":5090,"parentId":5027,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/shared/lib/router/routes/app.js","layer":"pages-dir-browser"},"startTime":1787039768691,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":26133,"timestamp":520715574189,"id":5091,"parentId":4968,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/client/components/navigation-dynamic-rendering.browser.js","layer":"app-pages-browser"},"startTime":1787039768691,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-ts","duration":26915,"timestamp":520715574324,"id":5092,"parentId":4909,"tags":{"name":"/home/wa/project/pi-web-sky/hooks/useKeyboardShortcuts.ts","layer":"app-pages-browser"},"startTime":1787039768691,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-ts","duration":27533,"timestamp":520715574774,"id":5094,"parentId":4909,"tags":{"name":"/home/wa/project/pi-web-sky/hooks/useIsMobile.ts","layer":"app-pages-browser"},"startTime":1787039768691,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-ts","duration":29703,"timestamp":520715574561,"id":5093,"parentId":4909,"tags":{"name":"/home/wa/project/pi-web-sky/hooks/useTheme.ts","layer":"app-pages-browser"},"startTime":1787039768691,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-ts","duration":29967,"timestamp":520715574983,"id":5095,"parentId":4909,"tags":{"name":"/home/wa/project/pi-web-sky/hooks/useViewportHeight.ts","layer":"app-pages-browser"},"startTime":1787039768692,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-ts","duration":29037,"timestamp":520715576216,"id":5099,"parentId":4909,"tags":{"name":"/home/wa/project/pi-web-sky/lib/clipboard.ts","layer":"app-pages-browser"},"startTime":1787039768693,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-ts","duration":30068,"timestamp":520715575894,"id":5098,"parentId":4909,"tags":{"name":"/home/wa/project/pi-web-sky/lib/bg-image.ts","layer":"app-pages-browser"},"startTime":1787039768692,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-ts","duration":31202,"timestamp":520715575603,"id":5097,"parentId":4909,"tags":{"name":"/home/wa/project/pi-web-sky/hooks/useAudio.ts","layer":"app-pages-browser"},"startTime":1787039768692,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-ts","duration":33347,"timestamp":520715575232,"id":5096,"parentId":4909,"tags":{"name":"/home/wa/project/pi-web-sky/hooks/useResizablePanel.ts","layer":"app-pages-browser"},"startTime":1787039768692,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-ts","duration":41549,"timestamp":520715576475,"id":5100,"parentId":4909,"tags":{"name":"/home/wa/project/pi-web-sky/lib/file-paths.ts","layer":"app-pages-browser"},"startTime":1787039768693,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":196734,"timestamp":520715525232,"id":5055,"parentId":4953,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/compiled/react-dom/cjs/react-dom-client.production.js","layer":"app-pages-browser"},"startTime":1787039768642,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":190158,"timestamp":520715532520,"id":5057,"parentId":4951,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/react/cjs/react-jsx-runtime.production.js","layer":"pages-dir-browser"},"startTime":1787039768649,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-ts","duration":111344,"timestamp":520715613352,"id":5110,"parentId":4909,"tags":{"name":"/home/wa/project/pi-web-sky/lib/browser-notifications.ts","layer":"app-pages-browser"},"startTime":1787039768730,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-ts","duration":111490,"timestamp":520715613621,"id":5111,"parentId":4909,"tags":{"name":"/home/wa/project/pi-web-sky/lib/initial-navigation.ts","layer":"app-pages-browser"},"startTime":1787039768730,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-ts","duration":113669,"timestamp":520715613018,"id":5109,"parentId":4909,"tags":{"name":"/home/wa/project/pi-web-sky/lib/file-fuzzy.ts","layer":"app-pages-browser"},"startTime":1787039768730,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":262805,"timestamp":520715532629,"id":5058,"parentId":4952,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/react-dom/cjs/react-dom-client.production.js","layer":"pages-dir-browser"},"startTime":1787039768649,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":250429,"timestamp":520715546312,"id":5078,"parentId":4811,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/@swc/helpers/esm/_interop_require_wildcard.js","layer":"pages-dir-browser"},"startTime":1787039768663,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":250426,"timestamp":520715546922,"id":5079,"parentId":4824,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/@swc/helpers/esm/_interop_require_wildcard.js","layer":"app-pages-browser"},"startTime":1787039768664,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":250023,"timestamp":520715547581,"id":5081,"parentId":4811,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/@swc/helpers/esm/_interop_require_default.js","layer":"pages-dir-browser"},"startTime":1787039768664,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":250438,"timestamp":520715547471,"id":5080,"parentId":4810,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/@swc/helpers/esm/_interop_require_default.js","layer":"app-pages-browser"},"startTime":1787039768664,"traceId":"e4388ff8d15aa6e1"}]
|
|
7
|
+
[{"name":"build-module-js","duration":252499,"timestamp":520715547691,"id":5082,"parentId":4992,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/react/cjs/react.production.js","layer":"pages-dir-browser"},"startTime":1787039768664,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":252947,"timestamp":520715548249,"id":5086,"parentId":5021,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/compiled/react-dom/cjs/react-dom.production.js","layer":"app-pages-browser"},"startTime":1787039768665,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":254275,"timestamp":520715547777,"id":5083,"parentId":4998,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/react-dom/cjs/react-dom.production.js","layer":"pages-dir-browser"},"startTime":1787039768664,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-ts","duration":76533,"timestamp":520715727631,"id":5120,"parentId":4909,"tags":{"name":"/home/wa/project/pi-web-sky/lib/workspace-memory.ts","layer":"app-pages-browser"},"startTime":1787039768844,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-woff","duration":231670,"timestamp":520715577276,"id":5104,"parentId":5016,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/katex/dist/fonts/KaTeX_AMS-Regular.woff","layer":null},"startTime":1787039768694,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-woff2","duration":232259,"timestamp":520715576799,"id":5103,"parentId":5016,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/katex/dist/fonts/KaTeX_AMS-Regular.woff2","layer":null},"startTime":1787039768693,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":233097,"timestamp":520715576687,"id":5101,"parentId":5016,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/build/webpack/loaders/css-loader/src/runtime/api.js","layer":null},"startTime":1787039768693,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":233356,"timestamp":520715576763,"id":5102,"parentId":5016,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/build/webpack/loaders/css-loader/src/runtime/getUrl.js","layer":null},"startTime":1787039768693,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-ts","duration":7582,"timestamp":520715805426,"id":5121,"parentId":4909,"tags":{"name":"/home/wa/project/pi-web-sky/lib/panel-layout.ts","layer":"app-pages-browser"},"startTime":1787039768922,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-woff2","duration":205031,"timestamp":520715612773,"id":5106,"parentId":5016,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/katex/dist/fonts/KaTeX_Caligraphic-Bold.woff2","layer":null},"startTime":1787039768729,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-ttf","duration":205286,"timestamp":520715612628,"id":5105,"parentId":5016,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/katex/dist/fonts/KaTeX_AMS-Regular.ttf","layer":null},"startTime":1787039768729,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-ttf","duration":205053,"timestamp":520715612930,"id":5108,"parentId":5016,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/katex/dist/fonts/KaTeX_Caligraphic-Bold.ttf","layer":null},"startTime":1787039768730,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-woff","duration":205185,"timestamp":520715612861,"id":5107,"parentId":5016,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/katex/dist/fonts/KaTeX_Caligraphic-Bold.woff","layer":null},"startTime":1787039768729,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":206045,"timestamp":520715613938,"id":5112,"parentId":4909,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/api/navigation.js","layer":"app-pages-browser"},"startTime":1787039768731,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-woff2","duration":206184,"timestamp":520715614060,"id":5113,"parentId":5016,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/katex/dist/fonts/KaTeX_Caligraphic-Regular.woff2","layer":null},"startTime":1787039768731,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-woff","duration":98832,"timestamp":520715727149,"id":5114,"parentId":5016,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/katex/dist/fonts/KaTeX_Caligraphic-Regular.woff","layer":null},"startTime":1787039768844,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-woff","duration":98723,"timestamp":520715727437,"id":5117,"parentId":5016,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/katex/dist/fonts/KaTeX_Fraktur-Bold.woff","layer":null},"startTime":1787039768844,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-woff2","duration":98865,"timestamp":520715727376,"id":5116,"parentId":5016,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/katex/dist/fonts/KaTeX_Fraktur-Bold.woff2","layer":null},"startTime":1787039768844,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-ttf","duration":99011,"timestamp":520715727293,"id":5115,"parentId":5016,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/katex/dist/fonts/KaTeX_Caligraphic-Regular.ttf","layer":null},"startTime":1787039768844,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-tsx","duration":11721,"timestamp":520715815667,"id":5131,"parentId":5039,"tags":{"name":"/home/wa/project/pi-web-sky/components/FileIcons.tsx","layer":"app-pages-browser"},"startTime":1787039768932,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-ttf","duration":100127,"timestamp":520715727500,"id":5118,"parentId":5016,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/katex/dist/fonts/KaTeX_Fraktur-Bold.ttf","layer":null},"startTime":1787039768844,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-woff2","duration":100139,"timestamp":520715727558,"id":5119,"parentId":5016,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/katex/dist/fonts/KaTeX_Fraktur-Regular.woff2","layer":null},"startTime":1787039768844,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-ts","duration":5712,"timestamp":520715823449,"id":5140,"parentId":4910,"tags":{"name":"/home/wa/project/pi-web-sky/lib/i18n/registry.ts","layer":"app-pages-browser"},"startTime":1787039768940,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-ts","duration":6146,"timestamp":520715823818,"id":5141,"parentId":4910,"tags":{"name":"/home/wa/project/pi-web-sky/lib/i18n/format.ts","layer":"app-pages-browser"},"startTime":1787039768940,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-woff","duration":32464,"timestamp":520715805825,"id":5122,"parentId":5016,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/katex/dist/fonts/KaTeX_Fraktur-Regular.woff","layer":null},"startTime":1787039768922,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-woff2","duration":32415,"timestamp":520715806005,"id":5124,"parentId":5016,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/katex/dist/fonts/KaTeX_Main-Bold.woff2","layer":null},"startTime":1787039768923,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-woff","duration":32721,"timestamp":520715806070,"id":5125,"parentId":5016,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/katex/dist/fonts/KaTeX_Main-Bold.woff","layer":null},"startTime":1787039768923,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-ttf","duration":32961,"timestamp":520715805921,"id":5123,"parentId":5016,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/katex/dist/fonts/KaTeX_Fraktur-Regular.ttf","layer":null},"startTime":1787039768923,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-woff2","duration":27011,"timestamp":520715815565,"id":5130,"parentId":5016,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/katex/dist/fonts/KaTeX_Main-Italic.woff2","layer":null},"startTime":1787039768932,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-ttf","duration":27190,"timestamp":520715815455,"id":5129,"parentId":5016,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/katex/dist/fonts/KaTeX_Main-BoldItalic.ttf","layer":null},"startTime":1787039768932,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-woff2","duration":27476,"timestamp":520715815223,"id":5127,"parentId":5016,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/katex/dist/fonts/KaTeX_Main-BoldItalic.woff2","layer":null},"startTime":1787039768932,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-ttf","duration":27698,"timestamp":520715815054,"id":5126,"parentId":5016,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/katex/dist/fonts/KaTeX_Main-Bold.ttf","layer":null},"startTime":1787039768932,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-ttf","duration":26344,"timestamp":520715816456,"id":5133,"parentId":5016,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/katex/dist/fonts/KaTeX_Main-Italic.ttf","layer":null},"startTime":1787039768933,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-woff","duration":26525,"timestamp":520715816322,"id":5132,"parentId":5016,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/katex/dist/fonts/KaTeX_Main-Italic.woff","layer":null},"startTime":1787039768933,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-woff2","duration":26331,"timestamp":520715816561,"id":5134,"parentId":5016,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/katex/dist/fonts/KaTeX_Main-Regular.woff2","layer":null},"startTime":1787039768933,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-woff2","duration":26120,"timestamp":520715816819,"id":5137,"parentId":5016,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/katex/dist/fonts/KaTeX_Math-BoldItalic.woff2","layer":null},"startTime":1787039768933,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-woff","duration":26369,"timestamp":520715816657,"id":5135,"parentId":5016,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/katex/dist/fonts/KaTeX_Main-Regular.woff","layer":null},"startTime":1787039768933,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-ttf","duration":26330,"timestamp":520715816754,"id":5136,"parentId":5016,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/katex/dist/fonts/KaTeX_Main-Regular.ttf","layer":null},"startTime":1787039768933,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-woff","duration":27785,"timestamp":520715815346,"id":5128,"parentId":5016,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/katex/dist/fonts/KaTeX_Main-BoldItalic.woff","layer":null},"startTime":1787039768932,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":21611,"timestamp":520715824192,"id":5142,"parentId":4899,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/build/polyfills/process.js","layer":"pages-dir-browser"},"startTime":1787039768941,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-woff2","duration":21777,"timestamp":520715824281,"id":5143,"parentId":5016,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/katex/dist/fonts/KaTeX_Math-Italic.woff2","layer":null},"startTime":1787039768941,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-woff","duration":22959,"timestamp":520715823240,"id":5138,"parentId":5016,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/katex/dist/fonts/KaTeX_Math-BoldItalic.woff","layer":null},"startTime":1787039768940,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-ttf","duration":23059,"timestamp":520715823364,"id":5139,"parentId":5016,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/katex/dist/fonts/KaTeX_Math-BoldItalic.ttf","layer":null},"startTime":1787039768940,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":1922,"timestamp":520715847140,"id":5174,"parentId":5037,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/build/polyfills/process.js","layer":"app-pages-browser"},"startTime":1787039768964,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":6494,"timestamp":520715843849,"id":5166,"parentId":5034,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/client/components/unstable-rethrow.browser.js","layer":"app-pages-browser"},"startTime":1787039768960,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-ttf","duration":14552,"timestamp":520715835914,"id":5145,"parentId":5016,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/katex/dist/fonts/KaTeX_Math-Italic.ttf","layer":null},"startTime":1787039768952,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-woff","duration":14777,"timestamp":520715835763,"id":5144,"parentId":5016,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/katex/dist/fonts/KaTeX_Math-Italic.woff","layer":null},"startTime":1787039768952,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-woff","duration":14326,"timestamp":520715836268,"id":5147,"parentId":5016,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/katex/dist/fonts/KaTeX_SansSerif-Bold.woff","layer":null},"startTime":1787039768953,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-woff2","duration":14566,"timestamp":520715836076,"id":5146,"parentId":5016,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/katex/dist/fonts/KaTeX_SansSerif-Bold.woff2","layer":null},"startTime":1787039768953,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-ttf","duration":14340,"timestamp":520715836352,"id":5148,"parentId":5016,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/katex/dist/fonts/KaTeX_SansSerif-Bold.ttf","layer":null},"startTime":1787039768953,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-woff2","duration":14940,"timestamp":520715836431,"id":5149,"parentId":5016,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/katex/dist/fonts/KaTeX_SansSerif-Italic.woff2","layer":null},"startTime":1787039768953,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-woff","duration":15109,"timestamp":520715836503,"id":5150,"parentId":5016,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/katex/dist/fonts/KaTeX_SansSerif-Italic.woff","layer":null},"startTime":1787039768953,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-ttf","duration":15086,"timestamp":520715836591,"id":5151,"parentId":5016,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/katex/dist/fonts/KaTeX_SansSerif-Italic.ttf","layer":null},"startTime":1787039768953,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":5193,"timestamp":520715847296,"id":5175,"parentId":5071,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/shared/lib/hash.js","layer":"app-pages-browser"},"startTime":1787039768964,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":5570,"timestamp":520715847582,"id":5177,"parentId":5076,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/client/request/params.browser.prod.js","layer":"app-pages-browser"},"startTime":1787039768964,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":5795,"timestamp":520715847743,"id":5178,"parentId":5077,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/client/request/search-params.browser.prod.js","layer":"app-pages-browser"},"startTime":1787039768964,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-woff2","duration":17813,"timestamp":520715839732,"id":5152,"parentId":5016,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/katex/dist/fonts/KaTeX_SansSerif-Regular.woff2","layer":null},"startTime":1787039768956,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-woff","duration":17742,"timestamp":520715839882,"id":5153,"parentId":5016,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/katex/dist/fonts/KaTeX_SansSerif-Regular.woff","layer":null},"startTime":1787039768956,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-woff2","duration":17925,"timestamp":520715840054,"id":5155,"parentId":5016,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/katex/dist/fonts/KaTeX_Script-Regular.woff2","layer":null},"startTime":1787039768957,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-ttf","duration":18201,"timestamp":520715839978,"id":5154,"parentId":5016,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/katex/dist/fonts/KaTeX_SansSerif-Regular.ttf","layer":null},"startTime":1787039768957,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":4513,"timestamp":520715854254,"id":5179,"parentId":5085,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/shared/lib/router/utils/interception-prefix-from-param-type.js","layer":"pages-dir-browser"},"startTime":1787039768971,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":4655,"timestamp":520715854634,"id":5180,"parentId":5090,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/shared/lib/router/utils/get-segment-param.js","layer":"pages-dir-browser"},"startTime":1787039768971,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-ts","duration":4440,"timestamp":520715855298,"id":5184,"parentId":5038,"tags":{"name":"/home/wa/project/pi-web-sky/lib/session-row-context-menu.ts","layer":"app-pages-browser"},"startTime":1787039768972,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-ts","duration":6632,"timestamp":520715855063,"id":5183,"parentId":5044,"tags":{"name":"/home/wa/project/pi-web-sky/lib/file-links.ts","layer":"app-pages-browser"},"startTime":1787039768972,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-ts","duration":7140,"timestamp":520715855564,"id":5185,"parentId":5044,"tags":{"name":"/home/wa/project/pi-web-sky/lib/patch.ts","layer":"app-pages-browser"},"startTime":1787039768972,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-ttf","duration":19590,"timestamp":520715843612,"id":5157,"parentId":5016,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/katex/dist/fonts/KaTeX_Script-Regular.ttf","layer":null},"startTime":1787039768960,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-woff","duration":19720,"timestamp":520715843549,"id":5156,"parentId":5016,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/katex/dist/fonts/KaTeX_Script-Regular.woff","layer":null},"startTime":1787039768960,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-woff","duration":19650,"timestamp":520715843672,"id":5159,"parentId":5016,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/katex/dist/fonts/KaTeX_Size1-Regular.woff","layer":null},"startTime":1787039768960,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-woff2","duration":19727,"timestamp":520715843645,"id":5158,"parentId":5016,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/katex/dist/fonts/KaTeX_Size1-Regular.woff2","layer":null},"startTime":1787039768960,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-ttf","duration":19781,"timestamp":520715843699,"id":5160,"parentId":5016,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/katex/dist/fonts/KaTeX_Size1-Regular.ttf","layer":null},"startTime":1787039768960,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-woff2","duration":19846,"timestamp":520715843725,"id":5161,"parentId":5016,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/katex/dist/fonts/KaTeX_Size2-Regular.woff2","layer":null},"startTime":1787039768960,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-woff","duration":19825,"timestamp":520715843796,"id":5164,"parentId":5016,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/katex/dist/fonts/KaTeX_Size3-Regular.woff","layer":null},"startTime":1787039768960,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-woff","duration":19918,"timestamp":520715843749,"id":5162,"parentId":5016,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/katex/dist/fonts/KaTeX_Size2-Regular.woff","layer":null},"startTime":1787039768960,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-ttf","duration":19939,"timestamp":520715843772,"id":5163,"parentId":5016,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/katex/dist/fonts/KaTeX_Size2-Regular.ttf","layer":null},"startTime":1787039768960,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-woff2","duration":19936,"timestamp":520715843820,"id":5165,"parentId":5016,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/katex/dist/fonts/KaTeX_Size3-Regular.woff2","layer":null},"startTime":1787039768960,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-woff2","duration":19577,"timestamp":520715844228,"id":5168,"parentId":5016,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/katex/dist/fonts/KaTeX_Size4-Regular.woff2","layer":null},"startTime":1787039768961,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-ttf","duration":19596,"timestamp":520715844300,"id":5169,"parentId":5016,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/katex/dist/fonts/KaTeX_Size4-Regular.ttf","layer":null},"startTime":1787039768961,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-ttf","duration":19936,"timestamp":520715844161,"id":5167,"parentId":5016,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/katex/dist/fonts/KaTeX_Size3-Regular.ttf","layer":null},"startTime":1787039768961,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-woff","duration":19792,"timestamp":520715844358,"id":5170,"parentId":5016,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/katex/dist/fonts/KaTeX_Size4-Regular.woff","layer":null},"startTime":1787039768961,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":18995,"timestamp":520715847502,"id":5176,"parentId":5069,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/lib/route-pattern-normalizer.js","layer":"pages-dir-browser"},"startTime":1787039768964,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-woff2","duration":19875,"timestamp":520715846819,"id":5171,"parentId":5016,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/katex/dist/fonts/KaTeX_Typewriter-Regular.woff2","layer":null},"startTime":1787039768963,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-woff","duration":19793,"timestamp":520715846966,"id":5172,"parentId":5016,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/katex/dist/fonts/KaTeX_Typewriter-Regular.woff","layer":null},"startTime":1787039768964,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-ttf","duration":19786,"timestamp":520715847052,"id":5173,"parentId":5016,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/katex/dist/fonts/KaTeX_Typewriter-Regular.ttf","layer":null},"startTime":1787039768964,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-css","duration":1058864,"timestamp":520714834201,"id":4943,"parentId":4798,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/katex/dist/katex.min.css","layer":"app-pages-browser"},"startTime":1787039767951,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":39656,"timestamp":520715854837,"id":5181,"parentId":5044,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/react-syntax-highlighter/dist/esm/index.js","layer":"app-pages-browser"},"startTime":1787039768971,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":40187,"timestamp":520715854968,"id":5182,"parentId":5044,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/react-markdown/index.js","layer":"app-pages-browser"},"startTime":1787039768972,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":36526,"timestamp":520715864577,"id":5186,"parentId":5044,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/index.js","layer":"app-pages-browser"},"startTime":1787039768981,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module","duration":139,"timestamp":520715923801,"id":5187,"parentId":4943,"tags":{},"startTime":1787039769040,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module","duration":77,"timestamp":520715923985,"id":5188,"parentId":4966,"tags":{"layer":null},"startTime":1787039769041,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-tsx","duration":5212,"timestamp":520715925047,"id":5197,"parentId":5043,"tags":{"name":"/home/wa/project/pi-web-sky/components/ExtensionStatusBar.tsx","layer":"app-pages-browser"},"startTime":1787039769042,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":15194,"timestamp":520715924244,"id":5190,"parentId":5181,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/react-syntax-highlighter/dist/esm/light-async.js","layer":"app-pages-browser"},"startTime":1787039769041,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":15877,"timestamp":520715924085,"id":5189,"parentId":5181,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/react-syntax-highlighter/dist/esm/default-highlight.js","layer":"app-pages-browser"},"startTime":1787039769041,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":16018,"timestamp":520715924612,"id":5192,"parentId":5181,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/react-syntax-highlighter/dist/esm/prism-async-light.js","layer":"app-pages-browser"},"startTime":1787039769041,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":16154,"timestamp":520715924878,"id":5195,"parentId":5181,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/react-syntax-highlighter/dist/esm/prism.js","layer":"app-pages-browser"},"startTime":1787039769041,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":17108,"timestamp":520715924490,"id":5191,"parentId":5181,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/react-syntax-highlighter/dist/esm/light.js","layer":"app-pages-browser"},"startTime":1787039769041,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":18558,"timestamp":520715924962,"id":5196,"parentId":5181,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/react-syntax-highlighter/dist/esm/create-element.js","layer":"app-pages-browser"},"startTime":1787039769042,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":21169,"timestamp":520715925455,"id":5199,"parentId":5186,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/coy.js","layer":"app-pages-browser"},"startTime":1787039769042,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":23762,"timestamp":520715925338,"id":5198,"parentId":5182,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/react-markdown/lib/index.js","layer":"app-pages-browser"},"startTime":1787039769042,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":24296,"timestamp":520715925633,"id":5201,"parentId":5186,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/funky.js","layer":"app-pages-browser"},"startTime":1787039769042,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":24760,"timestamp":520715925723,"id":5202,"parentId":5186,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/okaidia.js","layer":"app-pages-browser"},"startTime":1787039769042,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":25134,"timestamp":520715925808,"id":5203,"parentId":5186,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/solarizedlight.js","layer":"app-pages-browser"},"startTime":1787039769042,"traceId":"e4388ff8d15aa6e1"}]
|
|
8
|
+
[{"name":"build-module-js","duration":25452,"timestamp":520715925894,"id":5204,"parentId":5186,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/tomorrow.js","layer":"app-pages-browser"},"startTime":1787039769042,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":25820,"timestamp":520715925978,"id":5205,"parentId":5186,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/twilight.js","layer":"app-pages-browser"},"startTime":1787039769043,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":26167,"timestamp":520715926085,"id":5206,"parentId":5186,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/prism.js","layer":"app-pages-browser"},"startTime":1787039769043,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":27222,"timestamp":520715925548,"id":5200,"parentId":5186,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/dark.js","layer":"app-pages-browser"},"startTime":1787039769042,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":29035,"timestamp":520715924703,"id":5193,"parentId":5181,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/react-syntax-highlighter/dist/esm/prism-async.js","layer":"app-pages-browser"},"startTime":1787039769041,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":29383,"timestamp":520715924789,"id":5194,"parentId":5181,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/react-syntax-highlighter/dist/esm/prism-light.js","layer":"app-pages-browser"},"startTime":1787039769041,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":28495,"timestamp":520715926182,"id":5207,"parentId":5186,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/a11y-dark.js","layer":"app-pages-browser"},"startTime":1787039769043,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":28857,"timestamp":520715931808,"id":5209,"parentId":5186,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/base16-ateliersulphurpool.light.js","layer":"app-pages-browser"},"startTime":1787039769048,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":29241,"timestamp":520715932092,"id":5211,"parentId":5186,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/coldark-cold.js","layer":"app-pages-browser"},"startTime":1787039769049,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":29733,"timestamp":520715932200,"id":5212,"parentId":5186,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/coldark-dark.js","layer":"app-pages-browser"},"startTime":1787039769049,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":30193,"timestamp":520715932384,"id":5214,"parentId":5186,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/darcula.js","layer":"app-pages-browser"},"startTime":1787039769049,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":31248,"timestamp":520715931909,"id":5210,"parentId":5186,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/cb.js","layer":"app-pages-browser"},"startTime":1787039769048,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":31903,"timestamp":520715931655,"id":5208,"parentId":5186,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/atom-dark.js","layer":"app-pages-browser"},"startTime":1787039769048,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":31749,"timestamp":520715932294,"id":5213,"parentId":5186,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/coy-without-shadows.js","layer":"app-pages-browser"},"startTime":1787039769049,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":33017,"timestamp":520715934702,"id":5216,"parentId":5186,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/duotone-dark.js","layer":"app-pages-browser"},"startTime":1787039769051,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":33719,"timestamp":520715934571,"id":5215,"parentId":5186,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/dracula.js","layer":"app-pages-browser"},"startTime":1787039769051,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":34837,"timestamp":520715937591,"id":5217,"parentId":5186,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/duotone-earth.js","layer":"app-pages-browser"},"startTime":1787039769054,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":35182,"timestamp":520715937732,"id":5218,"parentId":5186,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/duotone-forest.js","layer":"app-pages-browser"},"startTime":1787039769054,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":35520,"timestamp":520715937828,"id":5219,"parentId":5186,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/duotone-light.js","layer":"app-pages-browser"},"startTime":1787039769054,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":16229,"timestamp":520715965840,"id":5220,"parentId":5186,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/duotone-sea.js","layer":"app-pages-browser"},"startTime":1787039769082,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-tsx","duration":11437,"timestamp":520715975449,"id":5233,"parentId":5043,"tags":{"name":"/home/wa/project/pi-web-sky/components/ChatMinimap.tsx","layer":"app-pages-browser"},"startTime":1787039769092,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":20412,"timestamp":520715970626,"id":5222,"parentId":5186,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/ghcolors.js","layer":"app-pages-browser"},"startTime":1787039769087,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":21005,"timestamp":520715970489,"id":5221,"parentId":5186,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/duotone-space.js","layer":"app-pages-browser"},"startTime":1787039769087,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":21180,"timestamp":520715970721,"id":5223,"parentId":5186,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/gruvbox-dark.js","layer":"app-pages-browser"},"startTime":1787039769087,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":21517,"timestamp":520715970808,"id":5224,"parentId":5186,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/gruvbox-light.js","layer":"app-pages-browser"},"startTime":1787039769087,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":21824,"timestamp":520715970899,"id":5225,"parentId":5186,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/holi-theme.js","layer":"app-pages-browser"},"startTime":1787039769087,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":22076,"timestamp":520715971025,"id":5226,"parentId":5186,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/hopscotch.js","layer":"app-pages-browser"},"startTime":1787039769088,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":22315,"timestamp":520715971146,"id":5227,"parentId":5186,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/lucario.js","layer":"app-pages-browser"},"startTime":1787039769088,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":21342,"timestamp":520715975078,"id":5229,"parentId":5186,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/material-light.js","layer":"app-pages-browser"},"startTime":1787039769092,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":21635,"timestamp":520715975181,"id":5230,"parentId":5186,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/material-oceanic.js","layer":"app-pages-browser"},"startTime":1787039769092,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":21965,"timestamp":520715975273,"id":5231,"parentId":5186,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/night-owl.js","layer":"app-pages-browser"},"startTime":1787039769092,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":22241,"timestamp":520715975361,"id":5232,"parentId":5186,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/nord.js","layer":"app-pages-browser"},"startTime":1787039769092,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":22522,"timestamp":520715975725,"id":5234,"parentId":5186,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/one-dark.js","layer":"app-pages-browser"},"startTime":1787039769092,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":23881,"timestamp":520715974898,"id":5228,"parentId":5186,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/material-dark.js","layer":"app-pages-browser"},"startTime":1787039769091,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":14516,"timestamp":520715994447,"id":5238,"parentId":5069,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/compiled/path-to-regexp/index.js","layer":"pages-dir-browser"},"startTime":1787039769111,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":15473,"timestamp":520715994231,"id":5236,"parentId":5186,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/one-light.js","layer":"app-pages-browser"},"startTime":1787039769111,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":15833,"timestamp":520715994352,"id":5237,"parentId":5186,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/pojoaque.js","layer":"app-pages-browser"},"startTime":1787039769111,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":16103,"timestamp":520715994506,"id":5239,"parentId":5186,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/shades-of-purple.js","layer":"app-pages-browser"},"startTime":1787039769111,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":16367,"timestamp":520715994610,"id":5240,"parentId":5186,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/solarized-dark-atom.js","layer":"app-pages-browser"},"startTime":1787039769111,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":16692,"timestamp":520715994699,"id":5241,"parentId":5186,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/synthwave84.js","layer":"app-pages-browser"},"startTime":1787039769111,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":17498,"timestamp":520715994129,"id":5235,"parentId":5058,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/scheduler/index.js","layer":"pages-dir-browser"},"startTime":1787039769111,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":17428,"timestamp":520715994785,"id":5242,"parentId":5186,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/vs.js","layer":"app-pages-browser"},"startTime":1787039769111,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":18217,"timestamp":520715999333,"id":5243,"parentId":5186,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/vsc-dark-plus.js","layer":"app-pages-browser"},"startTime":1787039769116,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":18431,"timestamp":520715999570,"id":5245,"parentId":5186,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/z-touch.js","layer":"app-pages-browser"},"startTime":1787039769116,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":18950,"timestamp":520715999476,"id":5244,"parentId":5186,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/xonokai.js","layer":"app-pages-browser"},"startTime":1787039769116,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":20083,"timestamp":520715999748,"id":5247,"parentId":5190,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/react-syntax-highlighter/dist/esm/async-syntax-highlighter.js","layer":"app-pages-browser"},"startTime":1787039769116,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":20406,"timestamp":520715999834,"id":5248,"parentId":5190,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/react-syntax-highlighter/dist/esm/checkForListedLanguage.js","layer":"app-pages-browser"},"startTime":1787039769116,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":22964,"timestamp":520715999918,"id":5249,"parentId":5189,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/react-syntax-highlighter/dist/esm/highlight.js","layer":"app-pages-browser"},"startTime":1787039769116,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":37987,"timestamp":520716000103,"id":5251,"parentId":5192,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/react-syntax-highlighter/dist/esm/async-languages/prism.js","layer":"app-pages-browser"},"startTime":1787039769117,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":48412,"timestamp":520716000010,"id":5250,"parentId":5190,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/react-syntax-highlighter/dist/esm/async-languages/hljs.js","layer":"app-pages-browser"},"startTime":1787039769117,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":49346,"timestamp":520715999660,"id":5246,"parentId":5055,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/compiled/scheduler/index.js","layer":"app-pages-browser"},"startTime":1787039769116,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":49310,"timestamp":520716000185,"id":5252,"parentId":5189,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/supported-languages.js","layer":"app-pages-browser"},"startTime":1787039769117,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-ts","duration":40828,"timestamp":520716015231,"id":5256,"parentId":5044,"tags":{"name":"/home/wa/project/pi-web-sky/lib/file-types.ts","layer":"app-pages-browser"},"startTime":1787039769132,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":54126,"timestamp":520716005120,"id":5253,"parentId":5195,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/react-syntax-highlighter/dist/esm/languages/prism/supported-languages.js","layer":"app-pages-browser"},"startTime":1787039769122,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":54135,"timestamp":520716005513,"id":5255,"parentId":5195,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/react-syntax-highlighter/dist/esm/styles/prism/prism.js","layer":"app-pages-browser"},"startTime":1787039769122,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":54566,"timestamp":520716005396,"id":5254,"parentId":5189,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/default-style.js","layer":"app-pages-browser"},"startTime":1787039769122,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":51434,"timestamp":520716015686,"id":5257,"parentId":5142,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/compiled/process/browser.js","layer":"pages-dir-browser"},"startTime":1787039769132,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":52310,"timestamp":520716015804,"id":5258,"parentId":5174,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/compiled/process/browser.js","layer":"app-pages-browser"},"startTime":1787039769132,"traceId":"e4388ff8d15aa6e1"},{"name":"add-entry","duration":2065440,"timestamp":520714229314,"id":4749,"parentId":4741,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Fwa%2Fproject%2Fpi-web-sky%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fbuiltin%2Fglobal-error.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1787039767346,"traceId":"e4388ff8d15aa6e1"},{"name":"add-entry","duration":2065607,"timestamp":520714229165,"id":4744,"parentId":4741,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Fwa%2Fproject%2Fpi-web-sky%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fbuiltin%2Fglobal-error.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fwa%2Fproject%2Fpi-web-sky%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fwa%2Fproject%2Fpi-web-sky%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-segment.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fwa%2Fproject%2Fpi-web-sky%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%2Fhome%2Fwa%2Fproject%2Fpi-web-sky%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fwa%2Fproject%2Fpi-web-sky%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%2Fhome%2Fwa%2Fproject%2Fpi-web-sky%2Fnode_modules%2Fnext%2Fdist%2Flib%2Fframework%2Fboundary-components.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fwa%2Fproject%2Fpi-web-sky%2Fnode_modules%2Fnext%2Fdist%2Flib%2Fmetadata%2Fgenerate%2Ficon-mark.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1787039767346,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-ts","duration":9463,"timestamp":520716294398,"id":5261,"parentId":5040,"tags":{"name":"/home/wa/project/pi-web-sky/lib/agent-client.ts","layer":"app-pages-browser"},"startTime":1787039769411,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-ts","duration":7059,"timestamp":520716304487,"id":5264,"parentId":5043,"tags":{"name":"/home/wa/project/pi-web-sky/lib/terminal-input.ts","layer":"app-pages-browser"},"startTime":1787039769421,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-tsx","duration":8270,"timestamp":520716304956,"id":5267,"parentId":5038,"tags":{"name":"/home/wa/project/pi-web-sky/components/DirectoryPicker.tsx","layer":"app-pages-browser"},"startTime":1787039769422,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-ts","duration":7521,"timestamp":520716306603,"id":5284,"parentId":5044,"tags":{"name":"/home/wa/project/pi-web-sky/lib/frontmatter.ts","layer":"app-pages-browser"},"startTime":1787039769423,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":27017,"timestamp":520716294105,"id":5259,"parentId":5192,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lib/core.js","layer":"app-pages-browser"},"startTime":1787039769411,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":32577,"timestamp":520716294298,"id":5260,"parentId":5195,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lib/all.js","layer":"app-pages-browser"},"startTime":1787039769411,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":29533,"timestamp":520716304213,"id":5262,"parentId":5190,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lowlight/lib/core.js","layer":"app-pages-browser"},"startTime":1787039769421,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":30068,"timestamp":520716305402,"id":5270,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/yaml.js","layer":"app-pages-browser"},"startTime":1787039769422,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":33055,"timestamp":520716304386,"id":5263,"parentId":5189,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lowlight/index.js","layer":"app-pages-browser"},"startTime":1787039769421,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":34238,"timestamp":520716305486,"id":5271,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/xquery.js","layer":"app-pages-browser"},"startTime":1787039769422,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":34964,"timestamp":520716305313,"id":5269,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/yang.js","layer":"app-pages-browser"},"startTime":1787039769422,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":36024,"timestamp":520716304766,"id":5265,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/react-syntax-highlighter/dist/esm/async-languages/create-language-async-loader.js","layer":"app-pages-browser"},"startTime":1787039769421,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":38008,"timestamp":520716304881,"id":5266,"parentId":5235,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/scheduler/cjs/scheduler.production.js","layer":"pages-dir-browser"},"startTime":1787039769421,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":38323,"timestamp":520716305925,"id":5276,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/wolfram.js","layer":"app-pages-browser"},"startTime":1787039769423,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":39245,"timestamp":520716305678,"id":5273,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/xml-doc.js","layer":"app-pages-browser"},"startTime":1787039769422,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":40679,"timestamp":520716305585,"id":5272,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/xojo.js","layer":"app-pages-browser"},"startTime":1787039769422,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":43127,"timestamp":520716305206,"id":5268,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/zig.js","layer":"app-pages-browser"},"startTime":1787039769422,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":43993,"timestamp":520716306087,"id":5278,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/wgsl.js","layer":"app-pages-browser"},"startTime":1787039769423,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":45573,"timestamp":520716305760,"id":5274,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/xeora.js","layer":"app-pages-browser"},"startTime":1787039769422,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":46185,"timestamp":520716306007,"id":5277,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/wiki.js","layer":"app-pages-browser"},"startTime":1787039769423,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":46868,"timestamp":520716306192,"id":5279,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/web-idl.js","layer":"app-pages-browser"},"startTime":1787039769423,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":47313,"timestamp":520716306279,"id":5280,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/wasm.js","layer":"app-pages-browser"},"startTime":1787039769423,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":47732,"timestamp":520716306358,"id":5281,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/warpscript.js","layer":"app-pages-browser"},"startTime":1787039769423,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":50429,"timestamp":520716306521,"id":5283,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/vim.js","layer":"app-pages-browser"},"startTime":1787039769423,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":51815,"timestamp":520716305847,"id":5275,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/wren.js","layer":"app-pages-browser"},"startTime":1787039769422,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":52125,"timestamp":520716306441,"id":5282,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/visual-basic.js","layer":"app-pages-browser"},"startTime":1787039769423,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":52559,"timestamp":520716306947,"id":5286,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/verilog.js","layer":"app-pages-browser"},"startTime":1787039769424,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":53339,"timestamp":520716306838,"id":5285,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/vhdl.js","layer":"app-pages-browser"},"startTime":1787039769423,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":53779,"timestamp":520716307040,"id":5287,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/velocity.js","layer":"app-pages-browser"},"startTime":1787039769424,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":54429,"timestamp":520716307223,"id":5289,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/vala.js","layer":"app-pages-browser"},"startTime":1787039769424,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":55251,"timestamp":520716307467,"id":5292,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/uorazor.js","layer":"app-pages-browser"},"startTime":1787039769424,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":56376,"timestamp":520716307137,"id":5288,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/vbnet.js","layer":"app-pages-browser"},"startTime":1787039769424,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":56786,"timestamp":520716307387,"id":5291,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/uri.js","layer":"app-pages-browser"},"startTime":1787039769424,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":57077,"timestamp":520716307748,"id":5295,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/typescript.js","layer":"app-pages-browser"},"startTime":1787039769424,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":58085,"timestamp":520716307548,"id":5293,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/unrealscript.js","layer":"app-pages-browser"},"startTime":1787039769424,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":58666,"timestamp":520716307659,"id":5294,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/typoscript.js","layer":"app-pages-browser"},"startTime":1787039769424,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":59821,"timestamp":520716307303,"id":5290,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/v.js","layer":"app-pages-browser"},"startTime":1787039769424,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":59905,"timestamp":520716307828,"id":5296,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/twig.js","layer":"app-pages-browser"},"startTime":1787039769424,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":60353,"timestamp":520716307910,"id":5297,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/turtle.js","layer":"app-pages-browser"},"startTime":1787039769424,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":61637,"timestamp":520716307991,"id":5298,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/tt2.js","layer":"app-pages-browser"},"startTime":1787039769425,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":61959,"timestamp":520716308128,"id":5299,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/tsx.js","layer":"app-pages-browser"},"startTime":1787039769425,"traceId":"e4388ff8d15aa6e1"}]
|
|
9
|
+
[{"name":"build-module-js","duration":64339,"timestamp":520716308212,"id":5300,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/tremor.js","layer":"app-pages-browser"},"startTime":1787039769425,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":63632,"timestamp":520716317862,"id":5302,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/textile.js","layer":"app-pages-browser"},"startTime":1787039769434,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":64612,"timestamp":520716317663,"id":5301,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/toml.js","layer":"app-pages-browser"},"startTime":1787039769434,"traceId":"e4388ff8d15aa6e1"},{"name":"add-entry","duration":2252061,"timestamp":520714228679,"id":4742,"parentId":4741,"tags":{"request":"./node_modules/next/dist/client/next.js"},"startTime":1787039767345,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":11797,"timestamp":520716487406,"id":5303,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/tcl.js","layer":"app-pages-browser"},"startTime":1787039769604,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":11752,"timestamp":520716487807,"id":5306,"parentId":5198,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/hast-util-to-jsx-runtime/index.js","layer":"app-pages-browser"},"startTime":1787039769604,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":11996,"timestamp":520716487912,"id":5307,"parentId":5198,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/unified/index.js","layer":"app-pages-browser"},"startTime":1787039769605,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":12622,"timestamp":520716487591,"id":5304,"parentId":5198,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/html-url-attributes/index.js","layer":"app-pages-browser"},"startTime":1787039769604,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":12550,"timestamp":520716488135,"id":5309,"parentId":5198,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/vfile/index.js","layer":"app-pages-browser"},"startTime":1787039769605,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":12892,"timestamp":520716488044,"id":5308,"parentId":5198,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/unist-util-visit/index.js","layer":"app-pages-browser"},"startTime":1787039769605,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":12925,"timestamp":520716488319,"id":5311,"parentId":5198,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/devlop/lib/default.js","layer":"app-pages-browser"},"startTime":1787039769605,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":13295,"timestamp":520716488234,"id":5310,"parentId":5198,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/remark-rehype/index.js","layer":"app-pages-browser"},"startTime":1787039769605,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":13405,"timestamp":520716488480,"id":5313,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/t4-vb.js","layer":"app-pages-browser"},"startTime":1787039769605,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":13885,"timestamp":520716488401,"id":5312,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/tap.js","layer":"app-pages-browser"},"startTime":1787039769605,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":14168,"timestamp":520716488639,"id":5315,"parentId":5233,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/rehype-katex/index.js","layer":"app-pages-browser"},"startTime":1787039769605,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":15677,"timestamp":520716488870,"id":5318,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/swift.js","layer":"app-pages-browser"},"startTime":1787039769605,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":16807,"timestamp":520716488559,"id":5314,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/t4-templating.js","layer":"app-pages-browser"},"startTime":1787039769605,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":17602,"timestamp":520716489025,"id":5320,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/stylus.js","layer":"app-pages-browser"},"startTime":1787039769606,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":18571,"timestamp":520716488794,"id":5317,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/systemd.js","layer":"app-pages-browser"},"startTime":1787039769605,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":19161,"timestamp":520716488716,"id":5316,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/t4-cs.js","layer":"app-pages-browser"},"startTime":1787039769605,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":20520,"timestamp":520716487716,"id":5305,"parentId":5198,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/remark-parse/index.js","layer":"app-pages-browser"},"startTime":1787039769604,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":19787,"timestamp":520716489101,"id":5321,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/stata.js","layer":"app-pages-browser"},"startTime":1787039769606,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":20395,"timestamp":520716488948,"id":5319,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/supercollider.js","layer":"app-pages-browser"},"startTime":1787039769606,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":25181,"timestamp":520716489403,"id":5325,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/sqf.js","layer":"app-pages-browser"},"startTime":1787039769606,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":26045,"timestamp":520716489176,"id":5322,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/stan.js","layer":"app-pages-browser"},"startTime":1787039769606,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":26522,"timestamp":520716489555,"id":5327,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/sparql.js","layer":"app-pages-browser"},"startTime":1787039769606,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":27181,"timestamp":520716489478,"id":5326,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/splunk-spl.js","layer":"app-pages-browser"},"startTime":1787039769606,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":27924,"timestamp":520716489250,"id":5323,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/squirrel.js","layer":"app-pages-browser"},"startTime":1787039769606,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":28729,"timestamp":520716489326,"id":5324,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/sql.js","layer":"app-pages-browser"},"startTime":1787039769606,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":28822,"timestamp":520716489859,"id":5331,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/sml.js","layer":"app-pages-browser"},"startTime":1787039769606,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":33901,"timestamp":520716489708,"id":5329,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/solution-file.js","layer":"app-pages-browser"},"startTime":1787039769606,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-ts","duration":27158,"timestamp":520716497137,"id":5343,"parentId":5038,"tags":{"name":"/home/wa/project/pi-web-sky/lib/project-groups.ts","layer":"app-pages-browser"},"startTime":1787039769614,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":35615,"timestamp":520716489633,"id":5328,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/soy.js","layer":"app-pages-browser"},"startTime":1787039769606,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":36004,"timestamp":520716489782,"id":5330,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/solidity.js","layer":"app-pages-browser"},"startTime":1787039769606,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":32372,"timestamp":520716494207,"id":5332,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/smarty.js","layer":"app-pages-browser"},"startTime":1787039769611,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":32599,"timestamp":520716494578,"id":5335,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/shell-session.js","layer":"app-pages-browser"},"startTime":1787039769611,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":33146,"timestamp":520716494491,"id":5334,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/smalltalk.js","layer":"app-pages-browser"},"startTime":1787039769611,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":33958,"timestamp":520716494751,"id":5337,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/scheme.js","layer":"app-pages-browser"},"startTime":1787039769611,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":34891,"timestamp":520716494383,"id":5333,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/smali.js","layer":"app-pages-browser"},"startTime":1787039769611,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":35145,"timestamp":520716494662,"id":5336,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/scss.js","layer":"app-pages-browser"},"startTime":1787039769611,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":36301,"timestamp":520716494999,"id":5340,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/sas.js","layer":"app-pages-browser"},"startTime":1787039769612,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":37001,"timestamp":520716495082,"id":5341,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/rust.js","layer":"app-pages-browser"},"startTime":1787039769612,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":42858,"timestamp":520716494834,"id":5338,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/scala.js","layer":"app-pages-browser"},"startTime":1787039769611,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":43560,"timestamp":520716494914,"id":5339,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/sass.js","layer":"app-pages-browser"},"startTime":1787039769611,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":47320,"timestamp":520716497013,"id":5342,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/ruby.js","layer":"app-pages-browser"},"startTime":1787039769614,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":47580,"timestamp":520716497562,"id":5344,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/robotframework.js","layer":"app-pages-browser"},"startTime":1787039769614,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":27917,"timestamp":520716520223,"id":5347,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/rest.js","layer":"app-pages-browser"},"startTime":1787039769637,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":28917,"timestamp":520716520388,"id":5349,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/renpy.js","layer":"app-pages-browser"},"startTime":1787039769637,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":29290,"timestamp":520716520465,"id":5350,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/rego.js","layer":"app-pages-browser"},"startTime":1787039769637,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":30057,"timestamp":520716520131,"id":5346,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/rip.js","layer":"app-pages-browser"},"startTime":1787039769637,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":30471,"timestamp":520716520309,"id":5348,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/rescript.js","layer":"app-pages-browser"},"startTime":1787039769637,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":30837,"timestamp":520716520559,"id":5351,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/regex.js","layer":"app-pages-browser"},"startTime":1787039769637,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":31847,"timestamp":520716519965,"id":5345,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/roboconf.js","layer":"app-pages-browser"},"startTime":1787039769637,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":31679,"timestamp":520716520650,"id":5352,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/reason.js","layer":"app-pages-browser"},"startTime":1787039769637,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":33517,"timestamp":520716520828,"id":5354,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/r.js","layer":"app-pages-browser"},"startTime":1787039769637,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":34543,"timestamp":520716520746,"id":5353,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/racket.js","layer":"app-pages-browser"},"startTime":1787039769637,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":24577,"timestamp":520716533906,"id":5355,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/qsharp.js","layer":"app-pages-browser"},"startTime":1787039769650,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":24927,"timestamp":520716534071,"id":5356,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/qore.js","layer":"app-pages-browser"},"startTime":1787039769651,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":25556,"timestamp":520716534170,"id":5357,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/qml.js","layer":"app-pages-browser"},"startTime":1787039769651,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":26097,"timestamp":520716534257,"id":5358,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/q.js","layer":"app-pages-browser"},"startTime":1787039769651,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":26696,"timestamp":520716534612,"id":5362,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/pure.js","layer":"app-pages-browser"},"startTime":1787039769651,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":27511,"timestamp":520716534767,"id":5364,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/puppet.js","layer":"app-pages-browser"},"startTime":1787039769651,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":28615,"timestamp":520716534689,"id":5363,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/pug.js","layer":"app-pages-browser"},"startTime":1787039769651,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":29589,"timestamp":520716534453,"id":5360,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/purescript.js","layer":"app-pages-browser"},"startTime":1787039769651,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":30474,"timestamp":520716534367,"id":5359,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/python.js","layer":"app-pages-browser"},"startTime":1787039769651,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":31082,"timestamp":520716534533,"id":5361,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/purebasic.js","layer":"app-pages-browser"},"startTime":1787039769651,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":31574,"timestamp":520716534846,"id":5365,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/psl.js","layer":"app-pages-browser"},"startTime":1787039769651,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":31987,"timestamp":520716534949,"id":5366,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/protobuf.js","layer":"app-pages-browser"},"startTime":1787039769652,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":32264,"timestamp":520716535034,"id":5367,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/properties.js","layer":"app-pages-browser"},"startTime":1787039769652,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":32542,"timestamp":520716535193,"id":5369,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/prolog.js","layer":"app-pages-browser"},"startTime":1787039769652,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":33216,"timestamp":520716535114,"id":5368,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/promql.js","layer":"app-pages-browser"},"startTime":1787039769652,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":33624,"timestamp":520716535270,"id":5370,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/processing.js","layer":"app-pages-browser"},"startTime":1787039769652,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":34099,"timestamp":520716535423,"id":5372,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/powerquery.js","layer":"app-pages-browser"},"startTime":1787039769652,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":34862,"timestamp":520716535347,"id":5371,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/powershell.js","layer":"app-pages-browser"},"startTime":1787039769652,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":35742,"timestamp":520716541675,"id":5373,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/plsql.js","layer":"app-pages-browser"},"startTime":1787039769658,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":36016,"timestamp":520716541951,"id":5375,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/phpdoc.js","layer":"app-pages-browser"},"startTime":1787039769659,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":36399,"timestamp":520716542122,"id":5377,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/php-extras.js","layer":"app-pages-browser"},"startTime":1787039769659,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":38335,"timestamp":520716542038,"id":5376,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/php.js","layer":"app-pages-browser"},"startTime":1787039769659,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":39403,"timestamp":520716541853,"id":5374,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/plant-uml.js","layer":"app-pages-browser"},"startTime":1787039769658,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":39518,"timestamp":520716546467,"id":5378,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/perl.js","layer":"app-pages-browser"},"startTime":1787039769663,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-ts","duration":23403,"timestamp":520716572352,"id":5393,"parentId":5043,"tags":{"name":"/home/wa/project/pi-web-sky/hooks/useAgentSession.ts","layer":"app-pages-browser"},"startTime":1787039769689,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":50200,"timestamp":520716546628,"id":5379,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/peoplecode.js","layer":"app-pages-browser"},"startTime":1787039769663,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":44404,"timestamp":520716555796,"id":5380,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/pcaxis.js","layer":"app-pages-browser"},"startTime":1787039769672,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":44906,"timestamp":520716555936,"id":5381,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/pascaligo.js","layer":"app-pages-browser"},"startTime":1787039769673,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":45348,"timestamp":520716556155,"id":5383,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/parser.js","layer":"app-pages-browser"},"startTime":1787039769673,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":46055,"timestamp":520716556058,"id":5382,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/pascal.js","layer":"app-pages-browser"},"startTime":1787039769673,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":47707,"timestamp":520716556474,"id":5387,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/opencl.js","layer":"app-pages-browser"},"startTime":1787039769673,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":48639,"timestamp":520716556237,"id":5384,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/parigp.js","layer":"app-pages-browser"},"startTime":1787039769673,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":48949,"timestamp":520716556626,"id":5389,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/ocaml.js","layer":"app-pages-browser"},"startTime":1787039769673,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":50202,"timestamp":520716556395,"id":5386,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/openqasm.js","layer":"app-pages-browser"},"startTime":1787039769673,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":50825,"timestamp":520716556317,"id":5385,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/oz.js","layer":"app-pages-browser"},"startTime":1787039769673,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":51214,"timestamp":520716556550,"id":5388,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/odin.js","layer":"app-pages-browser"},"startTime":1787039769673,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":40604,"timestamp":520716572084,"id":5391,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/nsis.js","layer":"app-pages-browser"},"startTime":1787039769689,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":40545,"timestamp":520716572711,"id":5394,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/nim.js","layer":"app-pages-browser"},"startTime":1787039769689,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":41907,"timestamp":520716571870,"id":5390,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/objectivec.js","layer":"app-pages-browser"},"startTime":1787039769688,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":40926,"timestamp":520716573307,"id":5398,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/nasm.js","layer":"app-pages-browser"},"startTime":1787039769690,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":41711,"timestamp":520716572950,"id":5395,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/nginx.js","layer":"app-pages-browser"},"startTime":1787039769690,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":41944,"timestamp":520716573406,"id":5399,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/naniscript.js","layer":"app-pages-browser"},"startTime":1787039769690,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":42163,"timestamp":520716573580,"id":5401,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/n4js.js","layer":"app-pages-browser"},"startTime":1787039769690,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":42578,"timestamp":520716573498,"id":5400,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/nand2tetris-hdl.js","layer":"app-pages-browser"},"startTime":1787039769690,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":43295,"timestamp":520716573224,"id":5397,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/neon.js","layer":"app-pages-browser"},"startTime":1787039769690,"traceId":"e4388ff8d15aa6e1"}]
|
|
10
|
+
[{"name":"build-module-js","duration":43252,"timestamp":520716573896,"id":5405,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/mongodb.js","layer":"app-pages-browser"},"startTime":1787039769690,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":44559,"timestamp":520716573127,"id":5396,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/nevod.js","layer":"app-pages-browser"},"startTime":1787039769690,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":44595,"timestamp":520716574054,"id":5407,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/metafont.js","layer":"app-pages-browser"},"startTime":1787039769691,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":45541,"timestamp":520716573659,"id":5402,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/n1ql.js","layer":"app-pages-browser"},"startTime":1787039769690,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":46048,"timestamp":520716573737,"id":5403,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/moonscript.js","layer":"app-pages-browser"},"startTime":1787039769690,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":46416,"timestamp":520716573818,"id":5404,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/monkey.js","layer":"app-pages-browser"},"startTime":1787039769690,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":46487,"timestamp":520716574206,"id":5409,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/mel.js","layer":"app-pages-browser"},"startTime":1787039769691,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":47189,"timestamp":520716573976,"id":5406,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/mizar.js","layer":"app-pages-browser"},"startTime":1787039769691,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":47453,"timestamp":520716574282,"id":5410,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/maxscript.js","layer":"app-pages-browser"},"startTime":1787039769691,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":49387,"timestamp":520716574579,"id":5413,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/markup.js","layer":"app-pages-browser"},"startTime":1787039769691,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":50146,"timestamp":520716574658,"id":5414,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/markup-templating.js","layer":"app-pages-browser"},"startTime":1787039769691,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":51715,"timestamp":520716574736,"id":5415,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/markdown.js","layer":"app-pages-browser"},"startTime":1787039769691,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":54803,"timestamp":520716572196,"id":5392,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/nix.js","layer":"app-pages-browser"},"startTime":1787039769689,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":53681,"timestamp":520716574130,"id":5408,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/mermaid.js","layer":"app-pages-browser"},"startTime":1787039769691,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":53931,"timestamp":520716574494,"id":5412,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/mata.js","layer":"app-pages-browser"},"startTime":1787039769691,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":54434,"timestamp":520716574361,"id":5411,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/matlab.js","layer":"app-pages-browser"},"startTime":1787039769691,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":51446,"timestamp":520716583409,"id":5416,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/makefile.js","layer":"app-pages-browser"},"startTime":1787039769700,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":51850,"timestamp":520716583582,"id":5417,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/magma.js","layer":"app-pages-browser"},"startTime":1787039769700,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":29984,"timestamp":520716609223,"id":5418,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/lua.js","layer":"app-pages-browser"},"startTime":1787039769726,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":30512,"timestamp":520716609380,"id":5419,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/lolcode.js","layer":"app-pages-browser"},"startTime":1787039769726,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":31161,"timestamp":520716609473,"id":5420,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/log.js","layer":"app-pages-browser"},"startTime":1787039769726,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":31771,"timestamp":520716609793,"id":5423,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/lisp.js","layer":"app-pages-browser"},"startTime":1787039769726,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":32552,"timestamp":520716609555,"id":5421,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/llvm.js","layer":"app-pages-browser"},"startTime":1787039769726,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":33105,"timestamp":520716609885,"id":5424,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/liquid.js","layer":"app-pages-browser"},"startTime":1787039769726,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":35810,"timestamp":520716609639,"id":5422,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/livescript.js","layer":"app-pages-browser"},"startTime":1787039769726,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":36730,"timestamp":520716609987,"id":5425,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/linker-script.js","layer":"app-pages-browser"},"startTime":1787039769727,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-tsx","duration":30459,"timestamp":520716631397,"id":5436,"parentId":5043,"tags":{"name":"/home/wa/project/pi-web-sky/components/ChatInput.tsx","layer":"app-pages-browser"},"startTime":1787039769748,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":32142,"timestamp":520716630751,"id":5428,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/latte.js","layer":"app-pages-browser"},"startTime":1787039769747,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":32984,"timestamp":520716630522,"id":5426,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/lilypond.js","layer":"app-pages-browser"},"startTime":1787039769747,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":33355,"timestamp":520716630659,"id":5427,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/less.js","layer":"app-pages-browser"},"startTime":1787039769747,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":33627,"timestamp":520716630941,"id":5430,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/kusto.js","layer":"app-pages-browser"},"startTime":1787039769748,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":34258,"timestamp":520716630836,"id":5429,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/latex.js","layer":"app-pages-browser"},"startTime":1787039769747,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":37818,"timestamp":520716631019,"id":5431,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/kumir.js","layer":"app-pages-browser"},"startTime":1787039769748,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":38799,"timestamp":520716631246,"id":5434,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/keepalived.js","layer":"app-pages-browser"},"startTime":1787039769748,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":39480,"timestamp":520716631706,"id":5437,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/jsx.js","layer":"app-pages-browser"},"startTime":1787039769748,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":40982,"timestamp":520716631096,"id":5432,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/kotlin.js","layer":"app-pages-browser"},"startTime":1787039769748,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":41900,"timestamp":520716631171,"id":5433,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/keyman.js","layer":"app-pages-browser"},"startTime":1787039769748,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":42326,"timestamp":520716631321,"id":5435,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/julia.js","layer":"app-pages-browser"},"startTime":1787039769748,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":42315,"timestamp":520716631811,"id":5438,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/jsstacktrace.js","layer":"app-pages-browser"},"startTime":1787039769748,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":42663,"timestamp":520716631897,"id":5439,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/jsonp.js","layer":"app-pages-browser"},"startTime":1787039769748,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":42945,"timestamp":520716632031,"id":5440,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/json5.js","layer":"app-pages-browser"},"startTime":1787039769749,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":43972,"timestamp":520716632298,"id":5443,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/js-templates.js","layer":"app-pages-browser"},"startTime":1787039769749,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":44741,"timestamp":520716632380,"id":5444,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/js-extras.js","layer":"app-pages-browser"},"startTime":1787039769749,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":45407,"timestamp":520716632124,"id":5441,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/json.js","layer":"app-pages-browser"},"startTime":1787039769749,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":45925,"timestamp":520716632205,"id":5442,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/jsdoc.js","layer":"app-pages-browser"},"startTime":1787039769749,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":46179,"timestamp":520716632462,"id":5445,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/jq.js","layer":"app-pages-browser"},"startTime":1787039769749,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":46639,"timestamp":520716632539,"id":5446,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/jolie.js","layer":"app-pages-browser"},"startTime":1787039769749,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":47115,"timestamp":520716632687,"id":5448,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/javastacktrace.js","layer":"app-pages-browser"},"startTime":1787039769749,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":48124,"timestamp":520716632763,"id":5449,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/javascript.js","layer":"app-pages-browser"},"startTime":1787039769749,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":48675,"timestamp":520716632613,"id":5447,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/jexl.js","layer":"app-pages-browser"},"startTime":1787039769749,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":49227,"timestamp":520716633017,"id":5452,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/java.js","layer":"app-pages-browser"},"startTime":1787039769750,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":49895,"timestamp":520716632941,"id":5451,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/javadoc.js","layer":"app-pages-browser"},"startTime":1787039769750,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":50928,"timestamp":520716632839,"id":5450,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/javadoclike.js","layer":"app-pages-browser"},"startTime":1787039769749,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":51144,"timestamp":520716633092,"id":5453,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/j.js","layer":"app-pages-browser"},"startTime":1787039769750,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":56766,"timestamp":520716636236,"id":5454,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/io.js","layer":"app-pages-browser"},"startTime":1787039769753,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":57054,"timestamp":520716636407,"id":5455,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/ini.js","layer":"app-pages-browser"},"startTime":1787039769753,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":52749,"timestamp":520716644104,"id":5458,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/iecst.js","layer":"app-pages-browser"},"startTime":1787039769761,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":53923,"timestamp":520716643826,"id":5456,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/inform7.js","layer":"app-pages-browser"},"startTime":1787039769760,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":54188,"timestamp":520716644278,"id":5460,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/icu-message-format.js","layer":"app-pages-browser"},"startTime":1787039769761,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":54601,"timestamp":520716644359,"id":5461,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/icon.js","layer":"app-pages-browser"},"startTime":1787039769761,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":55520,"timestamp":520716643976,"id":5457,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/ignore.js","layer":"app-pages-browser"},"startTime":1787039769761,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":55753,"timestamp":520716644197,"id":5459,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/idris.js","layer":"app-pages-browser"},"startTime":1787039769761,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":56017,"timestamp":520716644436,"id":5462,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/ichigojam.js","layer":"app-pages-browser"},"startTime":1787039769761,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":37279,"timestamp":520716666820,"id":5463,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/http.js","layer":"app-pages-browser"},"startTime":1787039769783,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":37505,"timestamp":520716667039,"id":5465,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/hpkp.js","layer":"app-pages-browser"},"startTime":1787039769784,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":37862,"timestamp":520716667121,"id":5466,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/hoon.js","layer":"app-pages-browser"},"startTime":1787039769784,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":38457,"timestamp":520716667267,"id":5467,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/hlsl.js","layer":"app-pages-browser"},"startTime":1787039769784,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":39404,"timestamp":520716666954,"id":5464,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/hsts.js","layer":"app-pages-browser"},"startTime":1787039769784,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":40207,"timestamp":520716667354,"id":5468,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/hcl.js","layer":"app-pages-browser"},"startTime":1787039769784,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":40782,"timestamp":520716667431,"id":5469,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/haxe.js","layer":"app-pages-browser"},"startTime":1787039769784,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":26204,"timestamp":520716689003,"id":5470,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/haskell.js","layer":"app-pages-browser"},"startTime":1787039769806,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":26756,"timestamp":520716689271,"id":5472,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/haml.js","layer":"app-pages-browser"},"startTime":1787039769806,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":27630,"timestamp":520716689432,"id":5474,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/graphql.js","layer":"app-pages-browser"},"startTime":1787039769806,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":28319,"timestamp":520716689352,"id":5473,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/groovy.js","layer":"app-pages-browser"},"startTime":1787039769806,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":28977,"timestamp":520716689179,"id":5471,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/handlebars.js","layer":"app-pages-browser"},"startTime":1787039769806,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":29153,"timestamp":520716689507,"id":5475,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/gradle.js","layer":"app-pages-browser"},"startTime":1787039769806,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":30647,"timestamp":520716689811,"id":5479,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/gml.js","layer":"app-pages-browser"},"startTime":1787039769806,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":31166,"timestamp":520716689660,"id":5477,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/go-module.js","layer":"app-pages-browser"},"startTime":1787039769806,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":31525,"timestamp":520716689737,"id":5478,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/gn.js","layer":"app-pages-browser"},"startTime":1787039769806,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":32743,"timestamp":520716690034,"id":5482,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/gherkin.js","layer":"app-pages-browser"},"startTime":1787039769807,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":33650,"timestamp":520716689586,"id":5476,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/go.js","layer":"app-pages-browser"},"startTime":1787039769806,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":33798,"timestamp":520716689886,"id":5480,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/glsl.js","layer":"app-pages-browser"},"startTime":1787039769806,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":34103,"timestamp":520716689959,"id":5481,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/git.js","layer":"app-pages-browser"},"startTime":1787039769807,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":34240,"timestamp":520716690252,"id":5485,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/gdscript.js","layer":"app-pages-browser"},"startTime":1787039769807,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":34732,"timestamp":520716690107,"id":5483,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/gettext.js","layer":"app-pages-browser"},"startTime":1787039769807,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":35035,"timestamp":520716690475,"id":5488,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/ftl.js","layer":"app-pages-browser"},"startTime":1787039769807,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":35537,"timestamp":520716690400,"id":5487,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/gap.js","layer":"app-pages-browser"},"startTime":1787039769807,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":36179,"timestamp":520716690327,"id":5486,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/gcode.js","layer":"app-pages-browser"},"startTime":1787039769807,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":36899,"timestamp":520716690179,"id":5484,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/gedcom.js","layer":"app-pages-browser"},"startTime":1787039769807,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":37026,"timestamp":520716690743,"id":5489,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/fsharp.js","layer":"app-pages-browser"},"startTime":1787039769807,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":44037,"timestamp":520716695187,"id":5493,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/false.js","layer":"app-pages-browser"},"startTime":1787039769812,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":44919,"timestamp":520716695099,"id":5492,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/firestore-security-rules.js","layer":"app-pages-browser"},"startTime":1787039769812,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":45741,"timestamp":520716694983,"id":5491,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/flow.js","layer":"app-pages-browser"},"startTime":1787039769812,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":46502,"timestamp":520716694849,"id":5490,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/fortran.js","layer":"app-pages-browser"},"startTime":1787039769811,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-ts","duration":8538,"timestamp":520716733733,"id":5551,"parentId":5043,"tags":{"name":"/home/wa/project/pi-web-sky/lib/message-display.ts","layer":"app-pages-browser"},"startTime":1787039769850,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":46154,"timestamp":520716701355,"id":5494,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/factor.js","layer":"app-pages-browser"},"startTime":1787039769818,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":46444,"timestamp":520716701554,"id":5495,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/excel-formula.js","layer":"app-pages-browser"},"startTime":1787039769818,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":46745,"timestamp":520716701694,"id":5496,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/etlua.js","layer":"app-pages-browser"},"startTime":1787039769818,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":47077,"timestamp":520716701833,"id":5497,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/erlang.js","layer":"app-pages-browser"},"startTime":1787039769818,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":47479,"timestamp":520716701926,"id":5498,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/erb.js","layer":"app-pages-browser"},"startTime":1787039769819,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":47988,"timestamp":520716702011,"id":5499,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/elm.js","layer":"app-pages-browser"},"startTime":1787039769819,"traceId":"e4388ff8d15aa6e1"}]
|
|
11
|
+
[{"name":"build-module-js","duration":48857,"timestamp":520716702091,"id":5500,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/elixir.js","layer":"app-pages-browser"},"startTime":1787039769819,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":45747,"timestamp":520716712661,"id":5502,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/eiffel.js","layer":"app-pages-browser"},"startTime":1787039769829,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":46350,"timestamp":520716712511,"id":5501,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/ejs.js","layer":"app-pages-browser"},"startTime":1787039769829,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":46429,"timestamp":520716712829,"id":5504,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/ebnf.js","layer":"app-pages-browser"},"startTime":1787039769829,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":46845,"timestamp":520716712748,"id":5503,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/editorconfig.js","layer":"app-pages-browser"},"startTime":1787039769829,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":47792,"timestamp":520716712982,"id":5506,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/docker.js","layer":"app-pages-browser"},"startTime":1787039769830,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":48113,"timestamp":520716713058,"id":5507,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/dns-zone-file.js","layer":"app-pages-browser"},"startTime":1787039769830,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":48776,"timestamp":520716712907,"id":5505,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/dot.js","layer":"app-pages-browser"},"startTime":1787039769829,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":37591,"timestamp":520716730553,"id":5511,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/dax.js","layer":"app-pages-browser"},"startTime":1787039769847,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":38380,"timestamp":520716730382,"id":5509,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/diff.js","layer":"app-pages-browser"},"startTime":1787039769847,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":39098,"timestamp":520716730239,"id":5508,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/django.js","layer":"app-pages-browser"},"startTime":1787039769847,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":39412,"timestamp":520716730472,"id":5510,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/dhall.js","layer":"app-pages-browser"},"startTime":1787039769847,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":39874,"timestamp":520716730631,"id":5512,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/dataweave.js","layer":"app-pages-browser"},"startTime":1787039769847,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":40438,"timestamp":520716730707,"id":5513,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/dart.js","layer":"app-pages-browser"},"startTime":1787039769847,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":41030,"timestamp":520716730783,"id":5514,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/d.js","layer":"app-pages-browser"},"startTime":1787039769847,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":41639,"timestamp":520716730859,"id":5515,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/cue.js","layer":"app-pages-browser"},"startTime":1787039769847,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":43873,"timestamp":520716731159,"id":5519,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/css-extras.js","layer":"app-pages-browser"},"startTime":1787039769848,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":44632,"timestamp":520716730934,"id":5516,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/cypher.js","layer":"app-pages-browser"},"startTime":1787039769848,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":44857,"timestamp":520716731233,"id":5520,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/csp.js","layer":"app-pages-browser"},"startTime":1787039769848,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":46178,"timestamp":520716731380,"id":5522,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/csharp.js","layer":"app-pages-browser"},"startTime":1787039769848,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":46982,"timestamp":520716731085,"id":5518,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/css.js","layer":"app-pages-browser"},"startTime":1787039769848,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":47786,"timestamp":520716731307,"id":5521,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/cshtml.js","layer":"app-pages-browser"},"startTime":1787039769848,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":48443,"timestamp":520716731009,"id":5517,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/csv.js","layer":"app-pages-browser"},"startTime":1787039769848,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":48693,"timestamp":520716731526,"id":5524,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/cpp.js","layer":"app-pages-browser"},"startTime":1787039769848,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":49282,"timestamp":520716731453,"id":5523,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/crystal.js","layer":"app-pages-browser"},"startTime":1787039769848,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":49952,"timestamp":520716731948,"id":5529,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/cobol.js","layer":"app-pages-browser"},"startTime":1787039769849,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":51260,"timestamp":520716731616,"id":5525,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/coq.js","layer":"app-pages-browser"},"startTime":1787039769848,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":51793,"timestamp":520716731775,"id":5527,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/concurnas.js","layer":"app-pages-browser"},"startTime":1787039769848,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":52569,"timestamp":520716731700,"id":5526,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/cooklang.js","layer":"app-pages-browser"},"startTime":1787039769848,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":54011,"timestamp":520716732036,"id":5530,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/cmake.js","layer":"app-pages-browser"},"startTime":1787039769849,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":54718,"timestamp":520716731864,"id":5528,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/coffeescript.js","layer":"app-pages-browser"},"startTime":1787039769848,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":54647,"timestamp":520716732262,"id":5533,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/cilkcpp.js","layer":"app-pages-browser"},"startTime":1787039769849,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":54883,"timestamp":520716732335,"id":5534,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/cilkc.js","layer":"app-pages-browser"},"startTime":1787039769849,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":55848,"timestamp":520716732116,"id":5531,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/clojure.js","layer":"app-pages-browser"},"startTime":1787039769849,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":55936,"timestamp":520716732540,"id":5536,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/chaiscript.js","layer":"app-pages-browser"},"startTime":1787039769849,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":56658,"timestamp":520716732189,"id":5532,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/clike.js","layer":"app-pages-browser"},"startTime":1787039769849,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":57014,"timestamp":520716732412,"id":5535,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/cil.js","layer":"app-pages-browser"},"startTime":1787039769849,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":57288,"timestamp":520716732625,"id":5537,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/cfscript.js","layer":"app-pages-browser"},"startTime":1787039769849,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":57665,"timestamp":520716732777,"id":5539,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/bsl.js","layer":"app-pages-browser"},"startTime":1787039769849,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":57948,"timestamp":520716732925,"id":5541,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/brightscript.js","layer":"app-pages-browser"},"startTime":1787039769850,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":58458,"timestamp":520716732851,"id":5540,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/bro.js","layer":"app-pages-browser"},"startTime":1787039769849,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":59208,"timestamp":520716732702,"id":5538,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/c.js","layer":"app-pages-browser"},"startTime":1787039769849,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":59272,"timestamp":520716733107,"id":5543,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/bqn.js","layer":"app-pages-browser"},"startTime":1787039769850,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":59710,"timestamp":520716733006,"id":5542,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/brainfuck.js","layer":"app-pages-browser"},"startTime":1787039769850,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":59853,"timestamp":520716733186,"id":5544,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/bnf.js","layer":"app-pages-browser"},"startTime":1787039769850,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":60089,"timestamp":520716733336,"id":5546,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/birb.js","layer":"app-pages-browser"},"startTime":1787039769850,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":60382,"timestamp":520716733481,"id":5548,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/bbj.js","layer":"app-pages-browser"},"startTime":1787039769850,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":60859,"timestamp":520716734114,"id":5553,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/bash.js","layer":"app-pages-browser"},"startTime":1787039769851,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":61823,"timestamp":520716733554,"id":5549,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/bbcode.js","layer":"app-pages-browser"},"startTime":1787039769850,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":62348,"timestamp":520716733647,"id":5550,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/batch.js","layer":"app-pages-browser"},"startTime":1787039769850,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":62882,"timestamp":520716734358,"id":5556,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/avisynth.js","layer":"app-pages-browser"},"startTime":1787039769851,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":63877,"timestamp":520716734012,"id":5552,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/basic.js","layer":"app-pages-browser"},"startTime":1787039769851,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":65040,"timestamp":520716733261,"id":5545,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/bison.js","layer":"app-pages-browser"},"startTime":1787039769850,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":64723,"timestamp":520716734196,"id":5554,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/awk.js","layer":"app-pages-browser"},"startTime":1787039769851,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":65063,"timestamp":520716734277,"id":5555,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/avro-idl.js","layer":"app-pages-browser"},"startTime":1787039769851,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":66392,"timestamp":520716733409,"id":5547,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/bicep.js","layer":"app-pages-browser"},"startTime":1787039769850,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-ts","duration":37418,"timestamp":520716763164,"id":5579,"parentId":5043,"tags":{"name":"/home/wa/project/pi-web-sky/hooks/useDragDrop.ts","layer":"app-pages-browser"},"startTime":1787039769880,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":67476,"timestamp":520716743755,"id":5559,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/aspnet.js","layer":"app-pages-browser"},"startTime":1787039769860,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":69235,"timestamp":520716743628,"id":5558,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/autohotkey.js","layer":"app-pages-browser"},"startTime":1787039769860,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":69653,"timestamp":520716743869,"id":5560,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/asmatmel.js","layer":"app-pages-browser"},"startTime":1787039769860,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":70257,"timestamp":520716744205,"id":5563,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/arturo.js","layer":"app-pages-browser"},"startTime":1787039769861,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":73532,"timestamp":520716744100,"id":5562,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/asciidoc.js","layer":"app-pages-browser"},"startTime":1787039769861,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":74733,"timestamp":520716743445,"id":5557,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/autoit.js","layer":"app-pages-browser"},"startTime":1787039769860,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":74621,"timestamp":520716743983,"id":5561,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/asm6502.js","layer":"app-pages-browser"},"startTime":1787039769861,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-ts","duration":14852,"timestamp":520716804808,"id":5618,"parentId":5043,"tags":{"name":"/home/wa/project/pi-web-sky/lib/chat-lazy-load.ts","layer":"app-pages-browser"},"startTime":1787039769921,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-tsx","duration":20112,"timestamp":520716804507,"id":5617,"parentId":5038,"tags":{"name":"/home/wa/project/pi-web-sky/components/FileExplorer.tsx","layer":"app-pages-browser"},"startTime":1787039769921,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":73652,"timestamp":520716755641,"id":5566,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/arduino.js","layer":"app-pages-browser"},"startTime":1787039769872,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":74422,"timestamp":520716755410,"id":5564,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/armasm.js","layer":"app-pages-browser"},"startTime":1787039769872,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":74362,"timestamp":520716755874,"id":5569,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/apl.js","layer":"app-pages-browser"},"startTime":1787039769872,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":75011,"timestamp":520716755555,"id":5565,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/arff.js","layer":"app-pages-browser"},"startTime":1787039769872,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":75317,"timestamp":520716755798,"id":5568,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/applescript.js","layer":"app-pages-browser"},"startTime":1787039769872,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":76452,"timestamp":520716756168,"id":5572,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/apacheconf.js","layer":"app-pages-browser"},"startTime":1787039769873,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":77365,"timestamp":520716755948,"id":5570,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/apex.js","layer":"app-pages-browser"},"startTime":1787039769873,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":77384,"timestamp":520716756343,"id":5574,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/agda.js","layer":"app-pages-browser"},"startTime":1787039769873,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":78117,"timestamp":520716756072,"id":5571,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/antlr4.js","layer":"app-pages-browser"},"startTime":1787039769873,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":78633,"timestamp":520716756246,"id":5573,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/al.js","layer":"app-pages-browser"},"startTime":1787039769873,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":79635,"timestamp":520716755720,"id":5567,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/aql.js","layer":"app-pages-browser"},"startTime":1787039769872,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-ts","duration":10236,"timestamp":520716826530,"id":5655,"parentId":5038,"tags":{"name":"/home/wa/project/pi-web-sky/lib/slash-display.ts","layer":"app-pages-browser"},"startTime":1787039769943,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-css","duration":1881753,"timestamp":520714955282,"id":5013,"parentId":4942,"tags":{"name":"/home/wa/project/pi-web-sky/app/globals.css.webpack[javascript/auto]!=!/home/wa/project/pi-web-sky/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[15].oneOf[10].use[2]!/home/wa/project/pi-web-sky/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[15].oneOf[10].use[3]!/home/wa/project/pi-web-sky/app/globals.css","layer":null},"startTime":1787039768072,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-css","duration":2008732,"timestamp":520714833409,"id":4942,"parentId":4798,"tags":{"name":"/home/wa/project/pi-web-sky/app/globals.css","layer":"app-pages-browser"},"startTime":1787039767950,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-tsx","duration":16956,"timestamp":520716826894,"id":5657,"parentId":5044,"tags":{"name":"/home/wa/project/pi-web-sky/components/MermaidBlock.tsx","layer":"app-pages-browser"},"startTime":1787039769943,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":81927,"timestamp":520716762810,"id":5575,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/ada.js","layer":"app-pages-browser"},"startTime":1787039769879,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":82132,"timestamp":520716763772,"id":5583,"parentId":5250,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/highlight.js/lib/languages/xquery.js","layer":"app-pages-browser"},"startTime":1787039769880,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":82829,"timestamp":520716763690,"id":5582,"parentId":5250,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/highlight.js/lib/languages/yaml.js","layer":"app-pages-browser"},"startTime":1787039769880,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":83378,"timestamp":520716763873,"id":5584,"parentId":5250,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/highlight.js/lib/languages/xml.js","layer":"app-pages-browser"},"startTime":1787039769880,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":84739,"timestamp":520716763006,"id":5577,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/abnf.js","layer":"app-pages-browser"},"startTime":1787039769880,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":85351,"timestamp":520716762922,"id":5576,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/actionscript.js","layer":"app-pages-browser"},"startTime":1787039769880,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":86683,"timestamp":520716763086,"id":5578,"parentId":5251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lang/abap.js","layer":"app-pages-browser"},"startTime":1787039769880,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":86197,"timestamp":520716764193,"id":5586,"parentId":5250,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/highlight.js/lib/languages/x86asm.js","layer":"app-pages-browser"},"startTime":1787039769881,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":86372,"timestamp":520716764425,"id":5589,"parentId":5250,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/highlight.js/lib/languages/verilog.js","layer":"app-pages-browser"},"startTime":1787039769881,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":87649,"timestamp":520716763593,"id":5581,"parentId":5250,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/highlight.js/lib/languages/zephir.js","layer":"app-pages-browser"},"startTime":1787039769880,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":87390,"timestamp":520716764272,"id":5587,"parentId":5250,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/highlight.js/lib/languages/vim.js","layer":"app-pages-browser"},"startTime":1787039769881,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":87654,"timestamp":520716764499,"id":5590,"parentId":5250,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/highlight.js/lib/languages/vbscript.js","layer":"app-pages-browser"},"startTime":1787039769881,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":88099,"timestamp":520716764674,"id":5592,"parentId":5250,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/highlight.js/lib/languages/vbnet.js","layer":"app-pages-browser"},"startTime":1787039769881,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":89025,"timestamp":520716764102,"id":5585,"parentId":5250,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/highlight.js/lib/languages/xl.js","layer":"app-pages-browser"},"startTime":1787039769881,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":88802,"timestamp":520716764587,"id":5591,"parentId":5250,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/highlight.js/lib/languages/vbscript-html.js","layer":"app-pages-browser"},"startTime":1787039769881,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":89411,"timestamp":520716764349,"id":5588,"parentId":5250,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/highlight.js/lib/languages/vhdl.js","layer":"app-pages-browser"},"startTime":1787039769881,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":89235,"timestamp":520716764897,"id":5595,"parentId":5250,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/highlight.js/lib/languages/twig.js","layer":"app-pages-browser"},"startTime":1787039769881,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":89674,"timestamp":520716764749,"id":5593,"parentId":5250,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/highlight.js/lib/languages/vala.js","layer":"app-pages-browser"},"startTime":1787039769881,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":90985,"timestamp":520716764823,"id":5594,"parentId":5250,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/highlight.js/lib/languages/typescript.js","layer":"app-pages-browser"},"startTime":1787039769881,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":91113,"timestamp":520716765045,"id":5597,"parentId":5250,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/highlight.js/lib/languages/thrift.js","layer":"app-pages-browser"},"startTime":1787039769882,"traceId":"e4388ff8d15aa6e1"}]
|
|
12
|
+
[{"name":"build-module-js","duration":91520,"timestamp":520716764972,"id":5596,"parentId":5250,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/highlight.js/lib/languages/tp.js","layer":"app-pages-browser"},"startTime":1787039769882,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":93835,"timestamp":520716765165,"id":5598,"parentId":5250,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/highlight.js/lib/languages/tcl.js","layer":"app-pages-browser"},"startTime":1787039769882,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":65608,"timestamp":520716803160,"id":5601,"parentId":5250,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/highlight.js/lib/languages/swift.js","layer":"app-pages-browser"},"startTime":1787039769920,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":66902,"timestamp":520716803374,"id":5603,"parentId":5250,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/highlight.js/lib/languages/stylus.js","layer":"app-pages-browser"},"startTime":1787039769920,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":67721,"timestamp":520716803052,"id":5600,"parentId":5250,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/highlight.js/lib/languages/taggerscript.js","layer":"app-pages-browser"},"startTime":1787039769920,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":67660,"timestamp":520716803454,"id":5604,"parentId":5250,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/highlight.js/lib/languages/step21.js","layer":"app-pages-browser"},"startTime":1787039769920,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":68258,"timestamp":520716803610,"id":5606,"parentId":5250,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/highlight.js/lib/languages/stan.js","layer":"app-pages-browser"},"startTime":1787039769920,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":68816,"timestamp":520716803532,"id":5605,"parentId":5250,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/highlight.js/lib/languages/stata.js","layer":"app-pages-browser"},"startTime":1787039769920,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":69361,"timestamp":520716803289,"id":5602,"parentId":5250,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/highlight.js/lib/languages/subunit.js","layer":"app-pages-browser"},"startTime":1787039769920,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":69551,"timestamp":520716803688,"id":5607,"parentId":5250,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/highlight.js/lib/languages/sql_more.js","layer":"app-pages-browser"},"startTime":1787039769920,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":70622,"timestamp":520716803762,"id":5608,"parentId":5250,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/highlight.js/lib/languages/sql.js","layer":"app-pages-browser"},"startTime":1787039769920,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":71815,"timestamp":520716803835,"id":5609,"parentId":5250,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/highlight.js/lib/languages/sqf.js","layer":"app-pages-browser"},"startTime":1787039769920,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":72234,"timestamp":520716803910,"id":5610,"parentId":5250,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/highlight.js/lib/languages/sml.js","layer":"app-pages-browser"},"startTime":1787039769920,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":72515,"timestamp":520716803984,"id":5611,"parentId":5250,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/highlight.js/lib/languages/smalltalk.js","layer":"app-pages-browser"},"startTime":1787039769921,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":73030,"timestamp":520716804276,"id":5614,"parentId":5250,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/highlight.js/lib/languages/scss.js","layer":"app-pages-browser"},"startTime":1787039769921,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":74736,"timestamp":520716802874,"id":5599,"parentId":5250,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/highlight.js/lib/languages/tap.js","layer":"app-pages-browser"},"startTime":1787039769919,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":73808,"timestamp":520716804429,"id":5616,"parentId":5250,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/highlight.js/lib/languages/scheme.js","layer":"app-pages-browser"},"startTime":1787039769921,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":74534,"timestamp":520716804088,"id":5612,"parentId":5250,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/highlight.js/lib/languages/smali.js","layer":"app-pages-browser"},"startTime":1787039769921,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":73857,"timestamp":520716805218,"id":5620,"parentId":5250,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/highlight.js/lib/languages/sas.js","layer":"app-pages-browser"},"startTime":1787039769922,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":75207,"timestamp":520716804167,"id":5613,"parentId":5250,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/highlight.js/lib/languages/shell.js","layer":"app-pages-browser"},"startTime":1787039769921,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":74416,"timestamp":520716805389,"id":5622,"parentId":5250,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/highlight.js/lib/languages/ruleslanguage.js","layer":"app-pages-browser"},"startTime":1787039769922,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":75385,"timestamp":520716805466,"id":5623,"parentId":5250,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/highlight.js/lib/languages/ruby.js","layer":"app-pages-browser"},"startTime":1787039769922,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":76886,"timestamp":520716804355,"id":5615,"parentId":5250,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/highlight.js/lib/languages/scilab.js","layer":"app-pages-browser"},"startTime":1787039769921,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":76380,"timestamp":520716805309,"id":5621,"parentId":5250,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/highlight.js/lib/languages/rust.js","layer":"app-pages-browser"},"startTime":1787039769922,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":77053,"timestamp":520716805081,"id":5619,"parentId":5250,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/highlight.js/lib/languages/scala.js","layer":"app-pages-browser"},"startTime":1787039769922,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":77017,"timestamp":520716805615,"id":5625,"parentId":5250,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/highlight.js/lib/languages/routeros.js","layer":"app-pages-browser"},"startTime":1787039769922,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":77533,"timestamp":520716805852,"id":5628,"parentId":5250,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/highlight.js/lib/languages/r.js","layer":"app-pages-browser"},"startTime":1787039769922,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":78189,"timestamp":520716805929,"id":5629,"parentId":5250,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/highlight.js/lib/languages/reasonml.js","layer":"app-pages-browser"},"startTime":1787039769923,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":78880,"timestamp":520716805540,"id":5624,"parentId":5250,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/highlight.js/lib/languages/rsl.js","layer":"app-pages-browser"},"startTime":1787039769922,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":78960,"timestamp":520716806003,"id":5630,"parentId":5250,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/highlight.js/lib/languages/qml.js","layer":"app-pages-browser"},"startTime":1787039769923,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":79641,"timestamp":520716806148,"id":5632,"parentId":5250,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/highlight.js/lib/languages/python.js","layer":"app-pages-browser"},"startTime":1787039769923,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":79903,"timestamp":520716806244,"id":5633,"parentId":5250,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/highlight.js/lib/languages/purebasic.js","layer":"app-pages-browser"},"startTime":1787039769923,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":80643,"timestamp":520716805778,"id":5627,"parentId":5250,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/highlight.js/lib/languages/rib.js","layer":"app-pages-browser"},"startTime":1787039769922,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":80444,"timestamp":520716806401,"id":5635,"parentId":5250,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/highlight.js/lib/languages/puppet.js","layer":"app-pages-browser"},"startTime":1787039769923,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":81055,"timestamp":520716806075,"id":5631,"parentId":5250,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/highlight.js/lib/languages/q.js","layer":"app-pages-browser"},"startTime":1787039769923,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":81086,"timestamp":520716806327,"id":5634,"parentId":5250,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/highlight.js/lib/languages/python-repl.js","layer":"app-pages-browser"},"startTime":1787039769923,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":82174,"timestamp":520716805701,"id":5626,"parentId":5250,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/highlight.js/lib/languages/roboconf.js","layer":"app-pages-browser"},"startTime":1787039769922,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":81768,"timestamp":520716806476,"id":5636,"parentId":5250,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/highlight.js/lib/languages/protobuf.js","layer":"app-pages-browser"},"startTime":1787039769923,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":81998,"timestamp":520716806624,"id":5638,"parentId":5250,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/highlight.js/lib/languages/prolog.js","layer":"app-pages-browser"},"startTime":1787039769923,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":82435,"timestamp":520716806549,"id":5637,"parentId":5250,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/highlight.js/lib/languages/properties.js","layer":"app-pages-browser"},"startTime":1787039769923,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":82563,"timestamp":520716806696,"id":5639,"parentId":5250,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/highlight.js/lib/languages/profile.js","layer":"app-pages-browser"},"startTime":1787039769923,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":83115,"timestamp":520716806844,"id":5641,"parentId":5250,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/highlight.js/lib/languages/powershell.js","layer":"app-pages-browser"},"startTime":1787039769923,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":85466,"timestamp":520716807068,"id":5644,"parentId":5250,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/highlight.js/lib/languages/php.js","layer":"app-pages-browser"},"startTime":1787039769924,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":86146,"timestamp":520716806770,"id":5640,"parentId":5250,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/highlight.js/lib/languages/processing.js","layer":"app-pages-browser"},"startTime":1787039769923,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":87152,"timestamp":520716807213,"id":5646,"parentId":5250,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/highlight.js/lib/languages/pgsql.js","layer":"app-pages-browser"},"startTime":1787039769924,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":87542,"timestamp":520716807141,"id":5645,"parentId":5250,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/highlight.js/lib/languages/php-template.js","layer":"app-pages-browser"},"startTime":1787039769924,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":88239,"timestamp":520716806994,"id":5643,"parentId":5250,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/highlight.js/lib/languages/plaintext.js","layer":"app-pages-browser"},"startTime":1787039769924,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":88635,"timestamp":520716806918,"id":5642,"parentId":5250,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/highlight.js/lib/languages/pony.js","layer":"app-pages-browser"},"startTime":1787039769923,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-ts","duration":32423,"timestamp":520716864157,"id":5695,"parentId":5046,"tags":{"name":"/home/wa/project/pi-web-sky/components/models-config-helpers.ts","layer":"app-pages-browser"},"startTime":1787039769981,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":78624,"timestamp":520716825898,"id":5648,"parentId":5250,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/highlight.js/lib/languages/perl.js","layer":"app-pages-browser"},"startTime":1787039769942,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":79370,"timestamp":520716825757,"id":5647,"parentId":5250,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/highlight.js/lib/languages/pf.js","layer":"app-pages-browser"},"startTime":1787039769942,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":79941,"timestamp":520716826030,"id":5649,"parentId":5250,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/highlight.js/lib/languages/parser3.js","layer":"app-pages-browser"},"startTime":1787039769943,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":80367,"timestamp":520716826119,"id":5650,"parentId":5250,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/highlight.js/lib/languages/oxygene.js","layer":"app-pages-browser"},"startTime":1787039769943,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":80590,"timestamp":520716826275,"id":5652,"parentId":5250,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/highlight.js/lib/languages/ocaml.js","layer":"app-pages-browser"},"startTime":1787039769943,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":81073,"timestamp":520716826453,"id":5654,"parentId":5250,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/highlight.js/lib/languages/nsis.js","layer":"app-pages-browser"},"startTime":1787039769943,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":81579,"timestamp":520716826369,"id":5653,"parentId":5250,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/highlight.js/lib/languages/objectivec.js","layer":"app-pages-browser"},"startTime":1787039769943,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":82173,"timestamp":520716826199,"id":5651,"parentId":5250,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/highlight.js/lib/languages/openscad.js","layer":"app-pages-browser"},"startTime":1787039769943,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":81857,"timestamp":520716826789,"id":5656,"parentId":5250,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/highlight.js/lib/languages/node-repl.js","layer":"app-pages-browser"},"startTime":1787039769943,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":82150,"timestamp":520716827111,"id":5658,"parentId":5250,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/highlight.js/lib/languages/nix.js","layer":"app-pages-browser"},"startTime":1787039769944,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":82561,"timestamp":520716827291,"id":5660,"parentId":5250,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/highlight.js/lib/languages/nginx.js","layer":"app-pages-browser"},"startTime":1787039769944,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":83006,"timestamp":520716827210,"id":5659,"parentId":5250,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/highlight.js/lib/languages/nim.js","layer":"app-pages-browser"},"startTime":1787039769944,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-tsx","duration":19729,"timestamp":520716899885,"id":5736,"parentId":5043,"tags":{"name":"/home/wa/project/pi-web-sky/components/MessageView.tsx","layer":"app-pages-browser"},"startTime":1787039770016,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":82449,"timestamp":520716837710,"id":5661,"parentId":5250,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/highlight.js/lib/languages/n1ql.js","layer":"app-pages-browser"},"startTime":1787039769954,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":82711,"timestamp":520716837964,"id":5663,"parentId":5250,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/highlight.js/lib/languages/moonscript.js","layer":"app-pages-browser"},"startTime":1787039769955,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":82892,"timestamp":520716838203,"id":5666,"parentId":5250,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/highlight.js/lib/languages/mipsasm.js","layer":"app-pages-browser"},"startTime":1787039769955,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":84930,"timestamp":520716838278,"id":5667,"parentId":5250,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/highlight.js/lib/languages/mel.js","layer":"app-pages-browser"},"startTime":1787039769955,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":85813,"timestamp":520716837868,"id":5662,"parentId":5250,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/highlight.js/lib/languages/monkey.js","layer":"app-pages-browser"},"startTime":1787039769954,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":85849,"timestamp":520716838127,"id":5665,"parentId":5250,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/highlight.js/lib/languages/mizar.js","layer":"app-pages-browser"},"startTime":1787039769955,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":86234,"timestamp":520716838049,"id":5664,"parentId":5250,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/highlight.js/lib/languages/mojolicious.js","layer":"app-pages-browser"},"startTime":1787039769955,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":86679,"timestamp":520716838649,"id":5672,"parentId":5250,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/highlight.js/lib/languages/markdown.js","layer":"app-pages-browser"},"startTime":1787039769955,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":87802,"timestamp":520716838426,"id":5669,"parentId":5250,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/highlight.js/lib/languages/maxima.js","layer":"app-pages-browser"},"startTime":1787039769955,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":93857,"timestamp":520716838574,"id":5671,"parentId":5250,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/highlight.js/lib/languages/mathematica.js","layer":"app-pages-browser"},"startTime":1787039769955,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":94684,"timestamp":520716838352,"id":5668,"parentId":5250,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/highlight.js/lib/languages/mercury.js","layer":"app-pages-browser"},"startTime":1787039769955,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":95202,"timestamp":520716838499,"id":5670,"parentId":5250,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/highlight.js/lib/languages/matlab.js","layer":"app-pages-browser"},"startTime":1787039769955,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":96012,"timestamp":520716838723,"id":5673,"parentId":5250,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/highlight.js/lib/languages/makefile.js","layer":"app-pages-browser"},"startTime":1787039769955,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":96502,"timestamp":520716838800,"id":5674,"parentId":5250,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/highlight.js/lib/languages/lua.js","layer":"app-pages-browser"},"startTime":1787039769955,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":79466,"timestamp":520716862246,"id":5675,"parentId":5250,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/highlight.js/lib/languages/lsl.js","layer":"app-pages-browser"},"startTime":1787039769979,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":80021,"timestamp":520716862503,"id":5677,"parentId":5250,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/highlight.js/lib/languages/livescript.js","layer":"app-pages-browser"},"startTime":1787039769979,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":80755,"timestamp":520716862411,"id":5676,"parentId":5250,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/highlight.js/lib/languages/llvm.js","layer":"app-pages-browser"},"startTime":1787039769979,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":81031,"timestamp":520716862584,"id":5678,"parentId":5250,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/highlight.js/lib/languages/livecodeserver.js","layer":"app-pages-browser"},"startTime":1787039769979,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":81948,"timestamp":520716862813,"id":5681,"parentId":5250,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/highlight.js/lib/languages/less.js","layer":"app-pages-browser"},"startTime":1787039769979,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":82843,"timestamp":520716862994,"id":5683,"parentId":5250,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/highlight.js/lib/languages/latex.js","layer":"app-pages-browser"},"startTime":1787039769980,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":83424,"timestamp":520716863267,"id":5685,"parentId":5250,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/highlight.js/lib/languages/kotlin.js","layer":"app-pages-browser"},"startTime":1787039769980,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":84157,"timestamp":520716863347,"id":5686,"parentId":5250,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/highlight.js/lib/languages/julia.js","layer":"app-pages-browser"},"startTime":1787039769980,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":85107,"timestamp":520716862738,"id":5680,"parentId":5250,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/highlight.js/lib/languages/leaf.js","layer":"app-pages-browser"},"startTime":1787039769979,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":87732,"timestamp":520716863091,"id":5684,"parentId":5250,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/highlight.js/lib/languages/lasso.js","layer":"app-pages-browser"},"startTime":1787039769980,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":87770,"timestamp":520716863424,"id":5687,"parentId":5250,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/highlight.js/lib/languages/julia-repl.js","layer":"app-pages-browser"},"startTime":1787039769980,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":88560,"timestamp":520716862915,"id":5682,"parentId":5250,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/highlight.js/lib/languages/ldif.js","layer":"app-pages-browser"},"startTime":1787039769979,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":89183,"timestamp":520716863682,"id":5690,"parentId":5250,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/highlight.js/lib/languages/javascript.js","layer":"app-pages-browser"},"startTime":1787039769980,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":89908,"timestamp":520716863759,"id":5691,"parentId":5250,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/highlight.js/lib/languages/java.js","layer":"app-pages-browser"},"startTime":1787039769980,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":91430,"timestamp":520716862662,"id":5679,"parentId":5250,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/highlight.js/lib/languages/lisp.js","layer":"app-pages-browser"},"startTime":1787039769979,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":90825,"timestamp":520716863908,"id":5693,"parentId":5250,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/highlight.js/lib/languages/irpf90.js","layer":"app-pages-browser"},"startTime":1787039769980,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":95613,"timestamp":520716863834,"id":5692,"parentId":5250,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/highlight.js/lib/languages/isbl.js","layer":"app-pages-browser"},"startTime":1787039769980,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":96537,"timestamp":520716863576,"id":5689,"parentId":5250,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/highlight.js/lib/languages/jboss-cli.js","layer":"app-pages-browser"},"startTime":1787039769980,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":96081,"timestamp":520716864561,"id":5697,"parentId":5250,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/highlight.js/lib/languages/hy.js","layer":"app-pages-browser"},"startTime":1787039769981,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":97524,"timestamp":520716863501,"id":5688,"parentId":5250,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/highlight.js/lib/languages/json.js","layer":"app-pages-browser"},"startTime":1787039769980,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":98272,"timestamp":520716863981,"id":5694,"parentId":5250,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/highlight.js/lib/languages/ini.js","layer":"app-pages-browser"},"startTime":1787039769981,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":98151,"timestamp":520716864456,"id":5696,"parentId":5250,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/highlight.js/lib/languages/inform7.js","layer":"app-pages-browser"},"startTime":1787039769981,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":98472,"timestamp":520716864644,"id":5698,"parentId":5250,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/highlight.js/lib/languages/http.js","layer":"app-pages-browser"},"startTime":1787039769981,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":73686,"timestamp":520716897039,"id":5699,"parentId":5250,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/highlight.js/lib/languages/htmlbars.js","layer":"app-pages-browser"},"startTime":1787039770014,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":74947,"timestamp":520716897423,"id":5703,"parentId":5250,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/highlight.js/lib/languages/handlebars.js","layer":"app-pages-browser"},"startTime":1787039770014,"traceId":"e4388ff8d15aa6e1"}]
|
|
13
|
+
[{"name":"build-module-js","duration":75802,"timestamp":520716897271,"id":5701,"parentId":5250,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/highlight.js/lib/languages/haxe.js","layer":"app-pages-browser"},"startTime":1787039770014,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":76393,"timestamp":520716897348,"id":5702,"parentId":5250,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/highlight.js/lib/languages/haskell.js","layer":"app-pages-browser"},"startTime":1787039770014,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":77202,"timestamp":520716897183,"id":5700,"parentId":5250,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/highlight.js/lib/languages/hsp.js","layer":"app-pages-browser"},"startTime":1787039770014,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":77618,"timestamp":520716897600,"id":5705,"parentId":5250,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/highlight.js/lib/languages/groovy.js","layer":"app-pages-browser"},"startTime":1787039770014,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":77854,"timestamp":520716897674,"id":5706,"parentId":5250,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/highlight.js/lib/languages/gradle.js","layer":"app-pages-browser"},"startTime":1787039770014,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":77934,"timestamp":520716897966,"id":5710,"parentId":5250,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/highlight.js/lib/languages/glsl.js","layer":"app-pages-browser"},"startTime":1787039770015,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":78466,"timestamp":520716897747,"id":5707,"parentId":5250,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/highlight.js/lib/languages/golo.js","layer":"app-pages-browser"},"startTime":1787039770014,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":79413,"timestamp":520716897895,"id":5709,"parentId":5250,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/highlight.js/lib/languages/gml.js","layer":"app-pages-browser"},"startTime":1787039770014,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":79912,"timestamp":520716898180,"id":5713,"parentId":5250,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/highlight.js/lib/languages/gauss.js","layer":"app-pages-browser"},"startTime":1787039770015,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":81682,"timestamp":520716898250,"id":5714,"parentId":5250,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/highlight.js/lib/languages/gams.js","layer":"app-pages-browser"},"startTime":1787039770015,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":82632,"timestamp":520716897820,"id":5708,"parentId":5250,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/highlight.js/lib/languages/go.js","layer":"app-pages-browser"},"startTime":1787039770014,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":82594,"timestamp":520716898392,"id":5716,"parentId":5250,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/highlight.js/lib/languages/fortran.js","layer":"app-pages-browser"},"startTime":1787039770015,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":83229,"timestamp":520716898037,"id":5711,"parentId":5250,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/highlight.js/lib/languages/gherkin.js","layer":"app-pages-browser"},"startTime":1787039770015,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":83330,"timestamp":520716898322,"id":5715,"parentId":5250,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/highlight.js/lib/languages/fsharp.js","layer":"app-pages-browser"},"startTime":1787039770015,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":83826,"timestamp":520716898607,"id":5719,"parentId":5250,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/highlight.js/lib/languages/excel.js","layer":"app-pages-browser"},"startTime":1787039770015,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":85405,"timestamp":520716897518,"id":5704,"parentId":5250,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/highlight.js/lib/languages/haml.js","layer":"app-pages-browser"},"startTime":1787039770014,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":84951,"timestamp":520716898693,"id":5720,"parentId":5250,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/highlight.js/lib/languages/erlang.js","layer":"app-pages-browser"},"startTime":1787039770015,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":85984,"timestamp":520716898110,"id":5712,"parentId":5250,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/highlight.js/lib/languages/gcode.js","layer":"app-pages-browser"},"startTime":1787039770015,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":85923,"timestamp":520716898537,"id":5718,"parentId":5250,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/highlight.js/lib/languages/fix.js","layer":"app-pages-browser"},"startTime":1787039770015,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":86371,"timestamp":520716898466,"id":5717,"parentId":5250,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/highlight.js/lib/languages/flix.js","layer":"app-pages-browser"},"startTime":1787039770015,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":86514,"timestamp":520716898985,"id":5724,"parentId":5250,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/highlight.js/lib/languages/elixir.js","layer":"app-pages-browser"},"startTime":1787039770016,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":87031,"timestamp":520716898841,"id":5722,"parentId":5250,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/highlight.js/lib/languages/erb.js","layer":"app-pages-browser"},"startTime":1787039770015,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":87636,"timestamp":520716898769,"id":5721,"parentId":5250,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/highlight.js/lib/languages/erlang-repl.js","layer":"app-pages-browser"},"startTime":1787039770015,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":87898,"timestamp":520716898912,"id":5723,"parentId":5250,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/highlight.js/lib/languages/elm.js","layer":"app-pages-browser"},"startTime":1787039770015,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":88073,"timestamp":520716899128,"id":5726,"parentId":5250,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/highlight.js/lib/languages/dust.js","layer":"app-pages-browser"},"startTime":1787039770016,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":88516,"timestamp":520716899056,"id":5725,"parentId":5250,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/highlight.js/lib/languages/ebnf.js","layer":"app-pages-browser"},"startTime":1787039770016,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":88840,"timestamp":520716899197,"id":5727,"parentId":5250,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/highlight.js/lib/languages/dts.js","layer":"app-pages-browser"},"startTime":1787039770016,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":89083,"timestamp":520716899340,"id":5729,"parentId":5250,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/highlight.js/lib/languages/dos.js","layer":"app-pages-browser"},"startTime":1787039770016,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":89308,"timestamp":520716899410,"id":5730,"parentId":5250,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/highlight.js/lib/languages/dockerfile.js","layer":"app-pages-browser"},"startTime":1787039770016,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":89535,"timestamp":520716899502,"id":5731,"parentId":5250,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/highlight.js/lib/languages/dns.js","layer":"app-pages-browser"},"startTime":1787039770016,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":89828,"timestamp":520716899584,"id":5732,"parentId":5250,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/highlight.js/lib/languages/django.js","layer":"app-pages-browser"},"startTime":1787039770016,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":89736,"timestamp":520716900186,"id":5737,"parentId":5250,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/highlight.js/lib/languages/d.js","layer":"app-pages-browser"},"startTime":1787039770017,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":90554,"timestamp":520716900293,"id":5738,"parentId":5250,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/highlight.js/lib/languages/css.js","layer":"app-pages-browser"},"startTime":1787039770017,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":91609,"timestamp":520716899659,"id":5733,"parentId":5250,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/highlight.js/lib/languages/diff.js","layer":"app-pages-browser"},"startTime":1787039770016,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":91712,"timestamp":520716900455,"id":5740,"parentId":5250,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/highlight.js/lib/languages/csharp.js","layer":"app-pages-browser"},"startTime":1787039770017,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":92369,"timestamp":520716900530,"id":5741,"parentId":5250,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/highlight.js/lib/languages/crystal.js","layer":"app-pages-browser"},"startTime":1787039770017,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":93650,"timestamp":520716899730,"id":5734,"parentId":5250,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/highlight.js/lib/languages/delphi.js","layer":"app-pages-browser"},"startTime":1787039770016,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":93579,"timestamp":520716900680,"id":5743,"parentId":5250,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/highlight.js/lib/languages/cpp.js","layer":"app-pages-browser"},"startTime":1787039770017,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":95401,"timestamp":520716899269,"id":5728,"parentId":5250,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/highlight.js/lib/languages/dsconfig.js","layer":"app-pages-browser"},"startTime":1787039770016,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":95346,"timestamp":520716899802,"id":5735,"parentId":5250,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/highlight.js/lib/languages/dart.js","layer":"app-pages-browser"},"startTime":1787039770016,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":94855,"timestamp":520716900752,"id":5744,"parentId":5250,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/highlight.js/lib/languages/cos.js","layer":"app-pages-browser"},"startTime":1787039770017,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":95824,"timestamp":520716900374,"id":5739,"parentId":5250,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/highlight.js/lib/languages/csp.js","layer":"app-pages-browser"},"startTime":1787039770017,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":96149,"timestamp":520716900606,"id":5742,"parentId":5250,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/highlight.js/lib/languages/crmsh.js","layer":"app-pages-browser"},"startTime":1787039770017,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-ts","duration":32597,"timestamp":520716965326,"id":5782,"parentId":5038,"tags":{"name":"/home/wa/project/pi-web-sky/lib/file-explorer-state.ts","layer":"app-pages-browser"},"startTime":1787039770082,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-ts","duration":36210,"timestamp":520716964689,"id":5778,"parentId":5044,"tags":{"name":"/home/wa/project/pi-web-sky/lib/markdown.ts","layer":"app-pages-browser"},"startTime":1787039770081,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-tsx","duration":43585,"timestamp":520716966149,"id":5787,"parentId":5044,"tags":{"name":"/home/wa/project/pi-web-sky/components/FrontmatterCard.tsx","layer":"app-pages-browser"},"startTime":1787039770083,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-ts","duration":45326,"timestamp":520716965697,"id":5784,"parentId":5043,"tags":{"name":"/home/wa/project/pi-web-sky/lib/ansi.ts","layer":"app-pages-browser"},"startTime":1787039770082,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":100526,"timestamp":520716910972,"id":5745,"parentId":5250,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/highlight.js/lib/languages/coq.js","layer":"app-pages-browser"},"startTime":1787039770028,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":101083,"timestamp":520716911125,"id":5746,"parentId":5250,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/highlight.js/lib/languages/coffeescript.js","layer":"app-pages-browser"},"startTime":1787039770028,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":101767,"timestamp":520716911216,"id":5747,"parentId":5250,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/highlight.js/lib/languages/cmake.js","layer":"app-pages-browser"},"startTime":1787039770028,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":102167,"timestamp":520716911375,"id":5749,"parentId":5250,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/highlight.js/lib/languages/clojure-repl.js","layer":"app-pages-browser"},"startTime":1787039770028,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":102371,"timestamp":520716911452,"id":5750,"parentId":5250,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/highlight.js/lib/languages/clean.js","layer":"app-pages-browser"},"startTime":1787039770028,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":102637,"timestamp":520716911526,"id":5751,"parentId":5250,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/highlight.js/lib/languages/ceylon.js","layer":"app-pages-browser"},"startTime":1787039770028,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":103320,"timestamp":520716911296,"id":5748,"parentId":5250,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/highlight.js/lib/languages/clojure.js","layer":"app-pages-browser"},"startTime":1787039770028,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":103373,"timestamp":520716911602,"id":5752,"parentId":5250,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/highlight.js/lib/languages/capnproto.js","layer":"app-pages-browser"},"startTime":1787039770028,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":105175,"timestamp":520716911748,"id":5754,"parentId":5250,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/highlight.js/lib/languages/c.js","layer":"app-pages-browser"},"startTime":1787039770028,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":105923,"timestamp":520716911823,"id":5755,"parentId":5250,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/highlight.js/lib/languages/c-like.js","layer":"app-pages-browser"},"startTime":1787039770028,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":106734,"timestamp":520716911980,"id":5756,"parentId":5250,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/highlight.js/lib/languages/brainfuck.js","layer":"app-pages-browser"},"startTime":1787039770029,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":106926,"timestamp":520716912108,"id":5757,"parentId":5250,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/highlight.js/lib/languages/bnf.js","layer":"app-pages-browser"},"startTime":1787039770029,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":107727,"timestamp":520716911676,"id":5753,"parentId":5250,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/highlight.js/lib/languages/cal.js","layer":"app-pages-browser"},"startTime":1787039770028,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-ts","duration":17350,"timestamp":520717002665,"id":5797,"parentId":5044,"tags":{"name":"/home/wa/project/pi-web-sky/lib/file-viewer-state.ts","layer":"app-pages-browser"},"startTime":1787039770119,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-ts","duration":17235,"timestamp":520717003209,"id":5799,"parentId":5043,"tags":{"name":"/home/wa/project/pi-web-sky/lib/turn-written-files.ts","layer":"app-pages-browser"},"startTime":1787039770120,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-tsx","duration":18487,"timestamp":520717002952,"id":5798,"parentId":5197,"tags":{"name":"/home/wa/project/pi-web-sky/components/ExtensionWidgets.tsx","layer":"app-pages-browser"},"startTime":1787039770120,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":89600,"timestamp":520716938224,"id":5759,"parentId":5250,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/highlight.js/lib/languages/bash.js","layer":"app-pages-browser"},"startTime":1787039770055,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":89934,"timestamp":520716938533,"id":5761,"parentId":5250,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/highlight.js/lib/languages/awk.js","layer":"app-pages-browser"},"startTime":1787039770055,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":90123,"timestamp":520716938682,"id":5762,"parentId":5250,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/highlight.js/lib/languages/avrasm.js","layer":"app-pages-browser"},"startTime":1787039770055,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":90515,"timestamp":520716938822,"id":5763,"parentId":5250,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/highlight.js/lib/languages/autoit.js","layer":"app-pages-browser"},"startTime":1787039770055,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":90773,"timestamp":520716939141,"id":5765,"parentId":5250,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/highlight.js/lib/languages/aspectj.js","layer":"app-pages-browser"},"startTime":1787039770056,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":91425,"timestamp":520716939306,"id":5766,"parentId":5250,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/highlight.js/lib/languages/asciidoc.js","layer":"app-pages-browser"},"startTime":1787039770056,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":91718,"timestamp":520716939454,"id":5767,"parentId":5250,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/highlight.js/lib/languages/armasm.js","layer":"app-pages-browser"},"startTime":1787039770056,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":93562,"timestamp":520716937948,"id":5758,"parentId":5250,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/highlight.js/lib/languages/basic.js","layer":"app-pages-browser"},"startTime":1787039770055,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":93003,"timestamp":520716939593,"id":5768,"parentId":5250,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/highlight.js/lib/languages/arduino.js","layer":"app-pages-browser"},"startTime":1787039770056,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":95154,"timestamp":520716938387,"id":5760,"parentId":5250,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/highlight.js/lib/languages/axapta.js","layer":"app-pages-browser"},"startTime":1787039770055,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":95048,"timestamp":520716938991,"id":5764,"parentId":5250,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/highlight.js/lib/languages/autohotkey.js","layer":"app-pages-browser"},"startTime":1787039770056,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-ts","duration":10369,"timestamp":520717025299,"id":5845,"parentId":5393,"tags":{"name":"/home/wa/project/pi-web-sky/lib/normalize.ts","layer":"app-pages-browser"},"startTime":1787039770142,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-ts","duration":11727,"timestamp":520717024829,"id":5843,"parentId":5140,"tags":{"name":"/home/wa/project/pi-web-sky/lib/i18n/messages/en.ts","layer":"app-pages-browser"},"startTime":1787039770141,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-ts","duration":12281,"timestamp":520717025075,"id":5844,"parentId":5140,"tags":{"name":"/home/wa/project/pi-web-sky/lib/i18n/messages/zh-CN.ts","layer":"app-pages-browser"},"startTime":1787039770142,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-ts","duration":12468,"timestamp":520717025518,"id":5846,"parentId":5393,"tags":{"name":"/home/wa/project/pi-web-sky/lib/draft-store.ts","layer":"app-pages-browser"},"startTime":1787039770142,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module","duration":50,"timestamp":520717039573,"id":5853,"parentId":4942,"tags":{},"startTime":1787039770156,"traceId":"e4388ff8d15aa6e1"},{"name":"postcss-process","duration":1606,"timestamp":520717040015,"id":5857,"parentId":5856,"tags":{},"startTime":1787039770157,"traceId":"e4388ff8d15aa6e1"},{"name":"postcss-loader","duration":1681,"timestamp":520717039970,"id":5856,"parentId":5855,"tags":{},"startTime":1787039770157,"traceId":"e4388ff8d15aa6e1"},{"name":"css-loader","duration":23123,"timestamp":520717041672,"id":5858,"parentId":5855,"tags":{"astUsed":"true"},"startTime":1787039770158,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-css","duration":25634,"timestamp":520717039885,"id":5855,"parentId":5580,"tags":{"name":"/home/wa/project/pi-web-sky/components/ChatMinimap.module.css.webpack[javascript/auto]!=!/home/wa/project/pi-web-sky/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[15].oneOf[5].use[2]!/home/wa/project/pi-web-sky/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[15].oneOf[5].use[3]!/home/wa/project/pi-web-sky/components/ChatMinimap.module.css","layer":null},"startTime":1787039770156,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-ts","duration":41319,"timestamp":520717025734,"id":5847,"parentId":5393,"tags":{"name":"/home/wa/project/pi-web-sky/lib/tool-preset-preference.ts","layer":"app-pages-browser"},"startTime":1787039770142,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-ts","duration":41691,"timestamp":520717025953,"id":5848,"parentId":5393,"tags":{"name":"/home/wa/project/pi-web-sky/lib/tool-presets.ts","layer":"app-pages-browser"},"startTime":1787039770143,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-ts","duration":42026,"timestamp":520717026178,"id":5849,"parentId":5393,"tags":{"name":"/home/wa/project/pi-web-sky/lib/prompt-recovery.ts","layer":"app-pages-browser"},"startTime":1787039770143,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":105606,"timestamp":520716963808,"id":5769,"parentId":5250,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/highlight.js/lib/languages/arcade.js","layer":"app-pages-browser"},"startTime":1787039770080,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":106003,"timestamp":520716964302,"id":5773,"parentId":5250,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/highlight.js/lib/languages/ada.js","layer":"app-pages-browser"},"startTime":1787039770081,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":107189,"timestamp":520716963963,"id":5770,"parentId":5250,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/highlight.js/lib/languages/applescript.js","layer":"app-pages-browser"},"startTime":1787039770081,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":107517,"timestamp":520716964097,"id":5771,"parentId":5250,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/highlight.js/lib/languages/apache.js","layer":"app-pages-browser"},"startTime":1787039770081,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":109702,"timestamp":520716964186,"id":5772,"parentId":5250,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/highlight.js/lib/languages/angelscript.js","layer":"app-pages-browser"},"startTime":1787039770081,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":111433,"timestamp":520716965120,"id":5780,"parentId":5259,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/refractor/lib/prism-core.js","layer":"app-pages-browser"},"startTime":1787039770082,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":113102,"timestamp":520716964385,"id":5774,"parentId":5250,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/highlight.js/lib/languages/actionscript.js","layer":"app-pages-browser"},"startTime":1787039770081,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":119254,"timestamp":520716965216,"id":5781,"parentId":5262,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/highlight.js/lib/core.js","layer":"app-pages-browser"},"startTime":1787039770082,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":121548,"timestamp":520716964615,"id":5777,"parentId":5250,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/highlight.js/lib/languages/1c.js","layer":"app-pages-browser"},"startTime":1787039770081,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":150149,"timestamp":520716965585,"id":5783,"parentId":5284,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/js-yaml/dist/js-yaml.mjs","layer":"app-pages-browser"},"startTime":1787039770082,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":152072,"timestamp":520716964541,"id":5776,"parentId":5250,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/highlight.js/lib/languages/abnf.js","layer":"app-pages-browser"},"startTime":1787039770081,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":152605,"timestamp":520716966415,"id":5788,"parentId":5306,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/hast-util-to-jsx-runtime/lib/index.js","layer":"app-pages-browser"},"startTime":1787039770083,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":153390,"timestamp":520716965946,"id":5785,"parentId":5259,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/parse-entities/index.js","layer":"app-pages-browser"},"startTime":1787039770083,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":154177,"timestamp":520716966643,"id":5790,"parentId":5309,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/vfile/lib/index.js","layer":"app-pages-browser"},"startTime":1787039770083,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":158850,"timestamp":520716964996,"id":5779,"parentId":5246,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/compiled/scheduler/cjs/scheduler.production.js","layer":"app-pages-browser"},"startTime":1787039770082,"traceId":"e4388ff8d15aa6e1"}]
|
|
14
|
+
[{"name":"build-module-js","duration":157853,"timestamp":520716966541,"id":5789,"parentId":5304,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/html-url-attributes/lib/index.js","layer":"app-pages-browser"},"startTime":1787039770083,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":158636,"timestamp":520716966060,"id":5786,"parentId":5259,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/hastscript/index.js","layer":"app-pages-browser"},"startTime":1787039770083,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":160944,"timestamp":520716964464,"id":5775,"parentId":5250,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/highlight.js/lib/languages/accesslog.js","layer":"app-pages-browser"},"startTime":1787039770081,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-ts","duration":89268,"timestamp":520717039038,"id":5851,"parentId":5393,"tags":{"name":"/home/wa/project/pi-web-sky/lib/tool-execution-progress.ts","layer":"app-pages-browser"},"startTime":1787039770156,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-ts","duration":91062,"timestamp":520717038689,"id":5850,"parentId":5393,"tags":{"name":"/home/wa/project/pi-web-sky/lib/agent-event-connection.ts","layer":"app-pages-browser"},"startTime":1787039770155,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-ts","duration":91269,"timestamp":520717039333,"id":5852,"parentId":5393,"tags":{"name":"/home/wa/project/pi-web-sky/lib/streaming-message.ts","layer":"app-pages-browser"},"startTime":1787039770156,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-ts","duration":91773,"timestamp":520717039644,"id":5854,"parentId":5436,"tags":{"name":"/home/wa/project/pi-web-sky/lib/image-attachments.ts","layer":"app-pages-browser"},"startTime":1787039770156,"traceId":"e4388ff8d15aa6e1"},{"name":"add-entry","duration":2907331,"timestamp":520714229132,"id":4743,"parentId":4741,"tags":{"request":"./node_modules/next/dist/client/app-next.js"},"startTime":1787039767346,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-css","duration":376545,"timestamp":520716763407,"id":5580,"parentId":5233,"tags":{"name":"/home/wa/project/pi-web-sky/components/ChatMinimap.module.css","layer":"app-pages-browser"},"startTime":1787039769880,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":175489,"timestamp":520716966727,"id":5791,"parentId":5307,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/unified/lib/index.js","layer":"app-pages-browser"},"startTime":1787039770083,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":140823,"timestamp":520717002137,"id":5792,"parentId":5308,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/unist-util-visit/lib/index.js","layer":"app-pages-browser"},"startTime":1787039770119,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":141120,"timestamp":520717002329,"id":5793,"parentId":5310,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/remark-rehype/lib/index.js","layer":"app-pages-browser"},"startTime":1787039770119,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":141740,"timestamp":520717002423,"id":5794,"parentId":5315,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/rehype-katex/lib/index.js","layer":"app-pages-browser"},"startTime":1787039770119,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":144049,"timestamp":520717002586,"id":5796,"parentId":5262,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/fault/index.js","layer":"app-pages-browser"},"startTime":1787039770119,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":145141,"timestamp":520717002507,"id":5795,"parentId":5305,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/remark-parse/lib/index.js","layer":"app-pages-browser"},"startTime":1787039770119,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":144808,"timestamp":520717005885,"id":5831,"parentId":5186,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/@babel/runtime/helpers/interopRequireDefault.js","layer":"app-pages-browser"},"startTime":1787039770122,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":145839,"timestamp":520717005812,"id":5830,"parentId":5310,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/mdast-util-to-hast/index.js","layer":"app-pages-browser"},"startTime":1787039770122,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":146288,"timestamp":520717005960,"id":5832,"parentId":5196,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/@babel/runtime/helpers/esm/extends.js","layer":"app-pages-browser"},"startTime":1787039770123,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":153660,"timestamp":520717003560,"id":5801,"parentId":5046,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/@lobehub/icons/es/OpenAI/components/Mono.js","layer":"app-pages-browser"},"startTime":1787039770120,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":154561,"timestamp":520717003642,"id":5802,"parentId":5046,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/@lobehub/icons/es/Google/components/Color.js","layer":"app-pages-browser"},"startTime":1787039770120,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":155400,"timestamp":520717003717,"id":5803,"parentId":5046,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/@lobehub/icons/es/DeepSeek/components/Color.js","layer":"app-pages-browser"},"startTime":1787039770120,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":156274,"timestamp":520717003792,"id":5804,"parentId":5046,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/@lobehub/icons/es/Groq/components/Mono.js","layer":"app-pages-browser"},"startTime":1787039770120,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":157678,"timestamp":520717003868,"id":5805,"parentId":5046,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/@lobehub/icons/es/Mistral/components/Color.js","layer":"app-pages-browser"},"startTime":1787039770120,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":158629,"timestamp":520717003942,"id":5806,"parentId":5046,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/@lobehub/icons/es/Moonshot/components/Mono.js","layer":"app-pages-browser"},"startTime":1787039770121,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":159772,"timestamp":520717004053,"id":5807,"parentId":5046,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/@lobehub/icons/es/Minimax/components/Color.js","layer":"app-pages-browser"},"startTime":1787039770121,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":160822,"timestamp":520717004134,"id":5808,"parentId":5046,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/@lobehub/icons/es/Fireworks/components/Color.js","layer":"app-pages-browser"},"startTime":1787039770121,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":161842,"timestamp":520717004210,"id":5809,"parentId":5046,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/@lobehub/icons/es/HuggingFace/components/Color.js","layer":"app-pages-browser"},"startTime":1787039770121,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":162744,"timestamp":520717004282,"id":5810,"parentId":5046,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/@lobehub/icons/es/OpenRouter/components/Mono.js","layer":"app-pages-browser"},"startTime":1787039770121,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":165712,"timestamp":520717004354,"id":5811,"parentId":5046,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/@lobehub/icons/es/Cerebras/components/Color.js","layer":"app-pages-browser"},"startTime":1787039770121,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":166808,"timestamp":520717004499,"id":5813,"parentId":5046,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/@lobehub/icons/es/Cloudflare/components/Color.js","layer":"app-pages-browser"},"startTime":1787039770121,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":169054,"timestamp":520717003457,"id":5800,"parentId":5046,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/@lobehub/icons/es/Anthropic/components/Mono.js","layer":"app-pages-browser"},"startTime":1787039770120,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":168800,"timestamp":520717004673,"id":5815,"parentId":5046,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/@lobehub/icons/es/GithubCopilot/components/Mono.js","layer":"app-pages-browser"},"startTime":1787039770121,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":169432,"timestamp":520717004903,"id":5818,"parentId":5046,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/@lobehub/icons/es/Kimi/components/Color.js","layer":"app-pages-browser"},"startTime":1787039770121,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":170478,"timestamp":520717004755,"id":5816,"parentId":5046,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/@lobehub/icons/es/Aws/components/Color.js","layer":"app-pages-browser"},"startTime":1787039770121,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":172009,"timestamp":520717004829,"id":5817,"parentId":5046,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/@lobehub/icons/es/Azure/components/Color.js","layer":"app-pages-browser"},"startTime":1787039770121,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":172563,"timestamp":520717005195,"id":5822,"parentId":5046,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/@lobehub/icons/es/Perplexity/components/Color.js","layer":"app-pages-browser"},"startTime":1787039770122,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":173566,"timestamp":520717005048,"id":5820,"parentId":5046,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/@lobehub/icons/es/Zhipu/components/Color.js","layer":"app-pages-browser"},"startTime":1787039770122,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":174654,"timestamp":520717004976,"id":5819,"parentId":5046,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/@lobehub/icons/es/Qwen/components/Color.js","layer":"app-pages-browser"},"startTime":1787039770122,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":175269,"timestamp":520717005267,"id":5823,"parentId":5046,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/@lobehub/icons/es/Together/components/Color.js","layer":"app-pages-browser"},"startTime":1787039770122,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":176279,"timestamp":520717005122,"id":5821,"parentId":5046,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/@lobehub/icons/es/Cohere/components/Color.js","layer":"app-pages-browser"},"startTime":1787039770122,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":176858,"timestamp":520717005361,"id":5824,"parentId":5046,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/@lobehub/icons/es/Grok/components/Mono.js","layer":"app-pages-browser"},"startTime":1787039770122,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":177440,"timestamp":520717005590,"id":5827,"parentId":5046,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/@lobehub/icons/es/OpenCode/components/Mono.js","layer":"app-pages-browser"},"startTime":1787039770122,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":178343,"timestamp":520717005518,"id":5826,"parentId":5046,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/@lobehub/icons/es/Nvidia/components/Color.js","layer":"app-pages-browser"},"startTime":1787039770122,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":180087,"timestamp":520717005444,"id":5825,"parentId":5046,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/@lobehub/icons/es/AntGroup/components/Color.js","layer":"app-pages-browser"},"startTime":1787039770122,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":182589,"timestamp":520717004426,"id":5812,"parentId":5046,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/@lobehub/icons/es/XAI/components/Mono.js","layer":"app-pages-browser"},"startTime":1787039770121,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":182217,"timestamp":520717005663,"id":5828,"parentId":5046,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/@lobehub/icons/es/XiaomiMiMo/components/Mono.js","layer":"app-pages-browser"},"startTime":1787039770122,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":184217,"timestamp":520717004587,"id":5814,"parentId":5046,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/@lobehub/icons/es/Vercel/components/Mono.js","layer":"app-pages-browser"},"startTime":1787039770121,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":183903,"timestamp":520717005736,"id":5829,"parentId":5046,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/@lobehub/icons/es/ZAI/components/Mono.js","layer":"app-pages-browser"},"startTime":1787039770122,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":166189,"timestamp":520717023932,"id":5834,"parentId":5247,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js","layer":"app-pages-browser"},"startTime":1787039770141,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":166309,"timestamp":520717024228,"id":5836,"parentId":5247,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/@babel/runtime/helpers/esm/createClass.js","layer":"app-pages-browser"},"startTime":1787039770141,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":167069,"timestamp":520717023794,"id":5833,"parentId":5196,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/@babel/runtime/helpers/esm/defineProperty.js","layer":"app-pages-browser"},"startTime":1787039770140,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":166720,"timestamp":520717024539,"id":5840,"parentId":5249,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js","layer":"app-pages-browser"},"startTime":1787039770141,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":167285,"timestamp":520717024312,"id":5837,"parentId":5247,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.js","layer":"app-pages-browser"},"startTime":1787039770141,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":167476,"timestamp":520717024464,"id":5839,"parentId":5247,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/@babel/runtime/helpers/esm/inherits.js","layer":"app-pages-browser"},"startTime":1787039770141,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":168149,"timestamp":520717024110,"id":5835,"parentId":5247,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/@babel/runtime/helpers/esm/classCallCheck.js","layer":"app-pages-browser"},"startTime":1787039770141,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":168272,"timestamp":520717024389,"id":5838,"parentId":5247,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js","layer":"app-pages-browser"},"startTime":1787039770141,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":168317,"timestamp":520717024673,"id":5841,"parentId":5249,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/@babel/runtime/helpers/esm/toConsumableArray.js","layer":"app-pages-browser"},"startTime":1787039770141,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":168934,"timestamp":520717024755,"id":5842,"parentId":5247,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/@babel/runtime/regenerator/index.js","layer":"app-pages-browser"},"startTime":1787039770141,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-tsx","duration":42972,"timestamp":520717154249,"id":5860,"parentId":5736,"tags":{"name":"/home/wa/project/pi-web-sky/components/ImagePreview.tsx","layer":"app-pages-browser"},"startTime":1787039770271,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-tsx","duration":44205,"timestamp":520717153818,"id":5859,"parentId":5736,"tags":{"name":"/home/wa/project/pi-web-sky/components/MarkdownBody.tsx","layer":"app-pages-browser"},"startTime":1787039770270,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-tsx","duration":63367,"timestamp":520717154533,"id":5861,"parentId":5736,"tags":{"name":"/home/wa/project/pi-web-sky/components/TurnWrittenFiles.tsx","layer":"app-pages-browser"},"startTime":1787039770271,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module","duration":61,"timestamp":520717236990,"id":5862,"parentId":5580,"tags":{},"startTime":1787039770354,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-ts","duration":9327,"timestamp":520717244919,"id":5867,"parentId":5799,"tags":{"name":"/home/wa/project/pi-web-sky/lib/tool-names.ts","layer":"app-pages-browser"},"startTime":1787039770362,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":23624,"timestamp":520717237337,"id":5865,"parentId":5790,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/vfile/lib/minurl.browser.js","layer":"app-pages-browser"},"startTime":1787039770354,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":24132,"timestamp":520717237249,"id":5864,"parentId":5790,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/vfile/lib/minproc.browser.js","layer":"app-pages-browser"},"startTime":1787039770354,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":24428,"timestamp":520717237421,"id":5866,"parentId":5791,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/unified/lib/callable-instance.js","layer":"app-pages-browser"},"startTime":1787039770354,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":26634,"timestamp":520717237077,"id":5863,"parentId":5790,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/vfile/lib/minpath.browser.js","layer":"app-pages-browser"},"startTime":1787039770354,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":23831,"timestamp":520717245277,"id":5868,"parentId":5785,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/parse-entities/lib/index.js","layer":"app-pages-browser"},"startTime":1787039770362,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":24114,"timestamp":520717245401,"id":5869,"parentId":5786,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/hastscript/lib/index.js","layer":"app-pages-browser"},"startTime":1787039770362,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":25118,"timestamp":520717250116,"id":5871,"parentId":5830,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/mdast-util-to-hast/lib/footer.js","layer":"app-pages-browser"},"startTime":1787039770367,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":25727,"timestamp":520717249968,"id":5870,"parentId":5830,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/mdast-util-to-hast/lib/index.js","layer":"app-pages-browser"},"startTime":1787039770367,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":26058,"timestamp":520717250210,"id":5872,"parentId":5830,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/mdast-util-to-hast/lib/handlers/index.js","layer":"app-pages-browser"},"startTime":1787039770367,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":26210,"timestamp":520717250449,"id":5875,"parentId":5803,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/@lobehub/icons/es/DeepSeek/style.js","layer":"app-pages-browser"},"startTime":1787039770367,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":26754,"timestamp":520717250293,"id":5873,"parentId":5801,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/@lobehub/icons/es/OpenAI/style.js","layer":"app-pages-browser"},"startTime":1787039770367,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":26974,"timestamp":520717250371,"id":5874,"parentId":5802,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/@lobehub/icons/es/Google/style.js","layer":"app-pages-browser"},"startTime":1787039770367,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":27139,"timestamp":520717250525,"id":5876,"parentId":5804,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/@lobehub/icons/es/Groq/style.js","layer":"app-pages-browser"},"startTime":1787039770367,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":27457,"timestamp":520717250600,"id":5877,"parentId":5805,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/@lobehub/icons/es/Mistral/style.js","layer":"app-pages-browser"},"startTime":1787039770367,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":27718,"timestamp":520717250676,"id":5878,"parentId":5806,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/@lobehub/icons/es/Moonshot/style.js","layer":"app-pages-browser"},"startTime":1787039770367,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":27990,"timestamp":520717250750,"id":5879,"parentId":5807,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/@lobehub/icons/es/Minimax/style.js","layer":"app-pages-browser"},"startTime":1787039770367,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":28143,"timestamp":520717250927,"id":5881,"parentId":5809,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/@lobehub/icons/es/HuggingFace/style.js","layer":"app-pages-browser"},"startTime":1787039770368,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":28565,"timestamp":520717250825,"id":5880,"parentId":5808,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/@lobehub/icons/es/Fireworks/style.js","layer":"app-pages-browser"},"startTime":1787039770367,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":28545,"timestamp":520717251157,"id":5884,"parentId":5813,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/@lobehub/icons/es/Cloudflare/style.js","layer":"app-pages-browser"},"startTime":1787039770368,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":28975,"timestamp":520717251083,"id":5883,"parentId":5811,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/@lobehub/icons/es/Cerebras/style.js","layer":"app-pages-browser"},"startTime":1787039770368,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":29369,"timestamp":520717251007,"id":5882,"parentId":5810,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/@lobehub/icons/es/OpenRouter/style.js","layer":"app-pages-browser"},"startTime":1787039770368,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":29452,"timestamp":520717251232,"id":5885,"parentId":5800,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/@lobehub/icons/es/Anthropic/style.js","layer":"app-pages-browser"},"startTime":1787039770368,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":29613,"timestamp":520717251386,"id":5887,"parentId":5818,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/@lobehub/icons/es/Kimi/style.js","layer":"app-pages-browser"},"startTime":1787039770368,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":30007,"timestamp":520717251306,"id":5886,"parentId":5815,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/@lobehub/icons/es/GithubCopilot/style.js","layer":"app-pages-browser"},"startTime":1787039770368,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":30089,"timestamp":520717251537,"id":5889,"parentId":5817,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/@lobehub/icons/es/Azure/style.js","layer":"app-pages-browser"},"startTime":1787039770368,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":30508,"timestamp":520717251461,"id":5888,"parentId":5816,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/@lobehub/icons/es/Aws/style.js","layer":"app-pages-browser"},"startTime":1787039770368,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":30999,"timestamp":520717251758,"id":5892,"parentId":5840,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js","layer":"app-pages-browser"},"startTime":1787039770368,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":31475,"timestamp":520717251611,"id":5890,"parentId":5822,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/@lobehub/icons/es/Perplexity/style.js","layer":"app-pages-browser"},"startTime":1787039770368,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":31788,"timestamp":520717251683,"id":5891,"parentId":5836,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/@babel/runtime/helpers/esm/toPropertyKey.js","layer":"app-pages-browser"},"startTime":1787039770368,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":32036,"timestamp":520717257019,"id":5893,"parentId":5820,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/@lobehub/icons/es/Zhipu/style.js","layer":"app-pages-browser"},"startTime":1787039770374,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":32271,"timestamp":520717257153,"id":5894,"parentId":5819,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/@lobehub/icons/es/Qwen/style.js","layer":"app-pages-browser"},"startTime":1787039770374,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":32410,"timestamp":520717257326,"id":5896,"parentId":5821,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/@lobehub/icons/es/Cohere/style.js","layer":"app-pages-browser"},"startTime":1787039770374,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":32797,"timestamp":520717257241,"id":5895,"parentId":5823,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/@lobehub/icons/es/Together/style.js","layer":"app-pages-browser"},"startTime":1787039770374,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":32887,"timestamp":520717257478,"id":5898,"parentId":5827,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/@lobehub/icons/es/OpenCode/style.js","layer":"app-pages-browser"},"startTime":1787039770374,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":33266,"timestamp":520717257403,"id":5897,"parentId":5824,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/@lobehub/icons/es/Grok/style.js","layer":"app-pages-browser"},"startTime":1787039770374,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":33424,"timestamp":520717257556,"id":5899,"parentId":5826,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/@lobehub/icons/es/Nvidia/style.js","layer":"app-pages-browser"},"startTime":1787039770374,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":33548,"timestamp":520717257780,"id":5902,"parentId":5828,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/@lobehub/icons/es/XiaomiMiMo/style.js","layer":"app-pages-browser"},"startTime":1787039770374,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":33990,"timestamp":520717257706,"id":5901,"parentId":5812,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/@lobehub/icons/es/XAI/style.js","layer":"app-pages-browser"},"startTime":1787039770374,"traceId":"e4388ff8d15aa6e1"}]
|
|
15
|
+
[{"name":"build-module-js","duration":34401,"timestamp":520717257631,"id":5900,"parentId":5825,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/@lobehub/icons/es/AntGroup/style.js","layer":"app-pages-browser"},"startTime":1787039770374,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":34743,"timestamp":520717257855,"id":5903,"parentId":5814,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/@lobehub/icons/es/Vercel/style.js","layer":"app-pages-browser"},"startTime":1787039770374,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":35061,"timestamp":520717257930,"id":5904,"parentId":5829,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/@lobehub/icons/es/ZAI/style.js","layer":"app-pages-browser"},"startTime":1787039770375,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":35465,"timestamp":520717258005,"id":5905,"parentId":5837,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/@babel/runtime/helpers/esm/typeof.js","layer":"app-pages-browser"},"startTime":1787039770375,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-ts","duration":10592,"timestamp":520717285367,"id":5914,"parentId":5736,"tags":{"name":"/home/wa/project/pi-web-sky/lib/compaction-summary.ts","layer":"app-pages-browser"},"startTime":1787039770402,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":33855,"timestamp":520717264312,"id":5906,"parentId":5837,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/@babel/runtime/helpers/esm/assertThisInitialized.js","layer":"app-pages-browser"},"startTime":1787039770381,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":34039,"timestamp":520717264505,"id":5907,"parentId":5841,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/@babel/runtime/helpers/esm/arrayWithoutHoles.js","layer":"app-pages-browser"},"startTime":1787039770381,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":34419,"timestamp":520717264604,"id":5908,"parentId":5841,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js","layer":"app-pages-browser"},"startTime":1787039770381,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":34597,"timestamp":520717264689,"id":5909,"parentId":5841,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/@babel/runtime/helpers/esm/nonIterableSpread.js","layer":"app-pages-browser"},"startTime":1787039770381,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":34806,"timestamp":520717264772,"id":5910,"parentId":5839,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/@babel/runtime/helpers/esm/setPrototypeOf.js","layer":"app-pages-browser"},"startTime":1787039770381,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":35036,"timestamp":520717264852,"id":5911,"parentId":5841,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/@babel/runtime/helpers/esm/iterableToArray.js","layer":"app-pages-browser"},"startTime":1787039770381,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":35428,"timestamp":520717264958,"id":5912,"parentId":5807,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/@lobehub/icons/es/hooks/useFillId.js","layer":"app-pages-browser"},"startTime":1787039770382,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":37394,"timestamp":520717272025,"id":5913,"parentId":5842,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/@babel/runtime/helpers/regeneratorRuntime.js","layer":"app-pages-browser"},"startTime":1787039770389,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":35702,"timestamp":520717296661,"id":5915,"parentId":5657,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/mermaid/dist/mermaid.core.mjs","layer":"app-pages-browser"},"startTime":1787039770413,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":36204,"timestamp":520717296852,"id":5916,"parentId":5865,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/vfile/lib/minurl.shared.js","layer":"app-pages-browser"},"startTime":1787039770413,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":33417,"timestamp":520717305772,"id":5917,"parentId":5869,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/hastscript/lib/create-h.js","layer":"app-pages-browser"},"startTime":1787039770422,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":33738,"timestamp":520717305910,"id":5918,"parentId":5869,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/hastscript/lib/svg-case-sensitive-tag-names.js","layer":"app-pages-browser"},"startTime":1787039770422,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":34121,"timestamp":520717312450,"id":5920,"parentId":5870,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/mdast-util-to-hast/lib/state.js","layer":"app-pages-browser"},"startTime":1787039770429,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":34776,"timestamp":520717312268,"id":5919,"parentId":5891,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/@babel/runtime/helpers/esm/toPrimitive.js","layer":"app-pages-browser"},"startTime":1787039770429,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":34871,"timestamp":520717312705,"id":5923,"parentId":5872,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/mdast-util-to-hast/lib/handlers/code.js","layer":"app-pages-browser"},"startTime":1787039770429,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":35362,"timestamp":520717312625,"id":5922,"parentId":5872,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/mdast-util-to-hast/lib/handlers/break.js","layer":"app-pages-browser"},"startTime":1787039770429,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":35758,"timestamp":520717312542,"id":5921,"parentId":5872,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/mdast-util-to-hast/lib/handlers/blockquote.js","layer":"app-pages-browser"},"startTime":1787039770429,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":35800,"timestamp":520717312782,"id":5924,"parentId":5872,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/mdast-util-to-hast/lib/handlers/delete.js","layer":"app-pages-browser"},"startTime":1787039770429,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":36185,"timestamp":520717312932,"id":5926,"parentId":5872,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/mdast-util-to-hast/lib/handlers/footnote-reference.js","layer":"app-pages-browser"},"startTime":1787039770430,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":36586,"timestamp":520717312857,"id":5925,"parentId":5872,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/mdast-util-to-hast/lib/handlers/emphasis.js","layer":"app-pages-browser"},"startTime":1787039770429,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":36797,"timestamp":520717313011,"id":5927,"parentId":5872,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/mdast-util-to-hast/lib/handlers/heading.js","layer":"app-pages-browser"},"startTime":1787039770430,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":37144,"timestamp":520717313161,"id":5929,"parentId":5872,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/mdast-util-to-hast/lib/handlers/image-reference.js","layer":"app-pages-browser"},"startTime":1787039770430,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":37324,"timestamp":520717313311,"id":5931,"parentId":5872,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/mdast-util-to-hast/lib/handlers/inline-code.js","layer":"app-pages-browser"},"startTime":1787039770430,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":37784,"timestamp":520717313237,"id":5930,"parentId":5872,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/mdast-util-to-hast/lib/handlers/image.js","layer":"app-pages-browser"},"startTime":1787039770430,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":38039,"timestamp":520717313386,"id":5932,"parentId":5872,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/mdast-util-to-hast/lib/handlers/link-reference.js","layer":"app-pages-browser"},"startTime":1787039770430,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":38306,"timestamp":520717313465,"id":5933,"parentId":5872,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/mdast-util-to-hast/lib/handlers/link.js","layer":"app-pages-browser"},"startTime":1787039770430,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":38891,"timestamp":520717313542,"id":5934,"parentId":5872,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/mdast-util-to-hast/lib/handlers/list-item.js","layer":"app-pages-browser"},"startTime":1787039770430,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":39223,"timestamp":520717313615,"id":5935,"parentId":5872,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/mdast-util-to-hast/lib/handlers/list.js","layer":"app-pages-browser"},"startTime":1787039770430,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":39499,"timestamp":520717313688,"id":5936,"parentId":5872,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/mdast-util-to-hast/lib/handlers/paragraph.js","layer":"app-pages-browser"},"startTime":1787039770430,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":39636,"timestamp":520717313837,"id":5938,"parentId":5872,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/mdast-util-to-hast/lib/handlers/strong.js","layer":"app-pages-browser"},"startTime":1787039770430,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":40004,"timestamp":520717313909,"id":5939,"parentId":5872,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/mdast-util-to-hast/lib/handlers/table.js","layer":"app-pages-browser"},"startTime":1787039770430,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":40435,"timestamp":520717313764,"id":5937,"parentId":5872,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/mdast-util-to-hast/lib/handlers/root.js","layer":"app-pages-browser"},"startTime":1787039770430,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":41394,"timestamp":520717313085,"id":5928,"parentId":5872,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/mdast-util-to-hast/lib/handlers/html.js","layer":"app-pages-browser"},"startTime":1787039770430,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":40948,"timestamp":520717313983,"id":5940,"parentId":5872,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/mdast-util-to-hast/lib/handlers/table-row.js","layer":"app-pages-browser"},"startTime":1787039770431,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":41172,"timestamp":520717314057,"id":5941,"parentId":5872,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/mdast-util-to-hast/lib/handlers/table-cell.js","layer":"app-pages-browser"},"startTime":1787039770431,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":41305,"timestamp":520717314201,"id":5943,"parentId":5872,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/mdast-util-to-hast/lib/handlers/thematic-break.js","layer":"app-pages-browser"},"startTime":1787039770431,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":41681,"timestamp":520717314129,"id":5942,"parentId":5872,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/mdast-util-to-hast/lib/handlers/text.js","layer":"app-pages-browser"},"startTime":1787039770431,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":50090,"timestamp":520717320106,"id":5945,"parentId":5778,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/rehype-sanitize/index.js","layer":"app-pages-browser"},"startTime":1787039770437,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":50531,"timestamp":520717319961,"id":5944,"parentId":5778,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/rehype-raw/index.js","layer":"app-pages-browser"},"startTime":1787039770437,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":52295,"timestamp":520717320386,"id":5948,"parentId":5778,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/remark-gfm/index.js","layer":"app-pages-browser"},"startTime":1787039770437,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":52749,"timestamp":520717320199,"id":5946,"parentId":5778,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/remark-frontmatter/index.js","layer":"app-pages-browser"},"startTime":1787039770437,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":52910,"timestamp":520717320298,"id":5947,"parentId":5778,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/remark-math/index.js","layer":"app-pages-browser"},"startTime":1787039770437,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":24903,"timestamp":520717380600,"id":5952,"parentId":5913,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/@babel/runtime/helpers/regeneratorAsync.js","layer":"app-pages-browser"},"startTime":1787039770497,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":25691,"timestamp":520717380426,"id":5950,"parentId":5913,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/@babel/runtime/helpers/OverloadYield.js","layer":"app-pages-browser"},"startTime":1787039770497,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":26845,"timestamp":520717380523,"id":5951,"parentId":5913,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/@babel/runtime/helpers/regenerator.js","layer":"app-pages-browser"},"startTime":1787039770497,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":27586,"timestamp":520717380249,"id":5949,"parentId":5907,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/@babel/runtime/helpers/esm/arrayLikeToArray.js","layer":"app-pages-browser"},"startTime":1787039770497,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":29115,"timestamp":520717380762,"id":5954,"parentId":5913,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/@babel/runtime/helpers/regeneratorAsyncIterator.js","layer":"app-pages-browser"},"startTime":1787039770497,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":29542,"timestamp":520717380683,"id":5953,"parentId":5913,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/@babel/runtime/helpers/regeneratorAsyncGen.js","layer":"app-pages-browser"},"startTime":1787039770497,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":30388,"timestamp":520717385098,"id":5956,"parentId":5913,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/@babel/runtime/helpers/regeneratorValues.js","layer":"app-pages-browser"},"startTime":1787039770502,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":30934,"timestamp":520717384960,"id":5955,"parentId":5913,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/@babel/runtime/helpers/regeneratorKeys.js","layer":"app-pages-browser"},"startTime":1787039770502,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":30968,"timestamp":520717385282,"id":5958,"parentId":5788,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/estree-util-is-identifier-name/index.js","layer":"app-pages-browser"},"startTime":1787039770502,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":31400,"timestamp":520717385373,"id":5959,"parentId":5788,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/comma-separated-tokens/index.js","layer":"app-pages-browser"},"startTime":1787039770502,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":31563,"timestamp":520717385454,"id":5960,"parentId":5788,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/hast-util-whitespace/index.js","layer":"app-pages-browser"},"startTime":1787039770502,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":31876,"timestamp":520717385557,"id":5961,"parentId":5788,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/property-information/index.js","layer":"app-pages-browser"},"startTime":1787039770502,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":31963,"timestamp":520717385796,"id":5964,"parentId":5788,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/vfile-message/index.js","layer":"app-pages-browser"},"startTime":1787039770502,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":32367,"timestamp":520717385642,"id":5962,"parentId":5788,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/unist-util-position/index.js","layer":"app-pages-browser"},"startTime":1787039770502,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":32655,"timestamp":520717385720,"id":5963,"parentId":5788,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/space-separated-tokens/index.js","layer":"app-pages-browser"},"startTime":1787039770502,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":128695,"timestamp":520717385198,"id":5957,"parentId":5794,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/katex/dist/katex.mjs","layer":"app-pages-browser"},"startTime":1787039770502,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":120214,"timestamp":520717394890,"id":5965,"parentId":5791,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/bail/index.js","layer":"app-pages-browser"},"startTime":1787039770511,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":120368,"timestamp":520717395168,"id":5967,"parentId":5791,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/trough/index.js","layer":"app-pages-browser"},"startTime":1787039770512,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":120907,"timestamp":520717395075,"id":5966,"parentId":5791,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/is-plain-obj/index.js","layer":"app-pages-browser"},"startTime":1787039770512,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":123400,"timestamp":520717397512,"id":5970,"parentId":5796,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/format/format.js","layer":"app-pages-browser"},"startTime":1787039770514,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":123830,"timestamp":520717397403,"id":5969,"parentId":5794,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/hast-util-to-text/index.js","layer":"app-pages-browser"},"startTime":1787039770514,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":124162,"timestamp":520717397604,"id":5971,"parentId":5788,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/style-to-js/cjs/index.js","layer":"app-pages-browser"},"startTime":1787039770514,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":124810,"timestamp":520717397226,"id":5968,"parentId":5794,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/unist-util-visit-parents/index.js","layer":"app-pages-browser"},"startTime":1787039770514,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":125032,"timestamp":520717397700,"id":5972,"parentId":5791,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/extend/index.js","layer":"app-pages-browser"},"startTime":1787039770514,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":125322,"timestamp":520717397861,"id":5974,"parentId":5794,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/hast-util-from-html-isomorphic/lib/browser.js","layer":"app-pages-browser"},"startTime":1787039770514,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":126071,"timestamp":520717397782,"id":5973,"parentId":5929,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/mdast-util-to-hast/lib/revert.js","layer":"app-pages-browser"},"startTime":1787039770514,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":126762,"timestamp":520717397943,"id":5975,"parentId":5915,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/mermaid/dist/chunks/mermaid.core/chunk-3NCLNEKW.mjs","layer":"app-pages-browser"},"startTime":1787039770515,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":143917,"timestamp":520717398021,"id":5976,"parentId":5915,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/mermaid/dist/chunks/mermaid.core/chunk-ZIRB5QZD.mjs","layer":"app-pages-browser"},"startTime":1787039770515,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":144833,"timestamp":520717398439,"id":5981,"parentId":5915,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/mermaid/dist/chunks/mermaid.core/chunk-7BUUIJ7U.mjs","layer":"app-pages-browser"},"startTime":1787039770515,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":155606,"timestamp":520717398175,"id":5978,"parentId":5915,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/mermaid/dist/chunks/mermaid.core/chunk-7Z6QIM7H.mjs","layer":"app-pages-browser"},"startTime":1787039770515,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":158367,"timestamp":520717398589,"id":5983,"parentId":5915,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/mermaid/dist/chunks/mermaid.core/chunk-WRU74C26.mjs","layer":"app-pages-browser"},"startTime":1787039770515,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":160226,"timestamp":520717398096,"id":5977,"parentId":5915,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/mermaid/dist/chunks/mermaid.core/chunk-J7OUQ5F2.mjs","layer":"app-pages-browser"},"startTime":1787039770515,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":160958,"timestamp":520717398357,"id":5980,"parentId":5915,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/mermaid/dist/chunks/mermaid.core/chunk-W5SLKNZC.mjs","layer":"app-pages-browser"},"startTime":1787039770515,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":164728,"timestamp":520717398742,"id":5985,"parentId":5915,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/mermaid/dist/chunks/mermaid.core/chunk-NSK5VX7P.mjs","layer":"app-pages-browser"},"startTime":1787039770515,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":165954,"timestamp":520717398514,"id":5982,"parentId":5915,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/mermaid/dist/chunks/mermaid.core/chunk-UBXNYLIW.mjs","layer":"app-pages-browser"},"startTime":1787039770515,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":166687,"timestamp":520717398669,"id":5984,"parentId":5915,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/mermaid/dist/chunks/mermaid.core/chunk-4I5QYGJK.mjs","layer":"app-pages-browser"},"startTime":1787039770515,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":167205,"timestamp":520717398893,"id":5987,"parentId":5915,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/mermaid/dist/chunks/mermaid.core/chunk-X3CZISLH.mjs","layer":"app-pages-browser"},"startTime":1787039770515,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":219531,"timestamp":520717398815,"id":5986,"parentId":5915,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/mermaid/dist/chunks/mermaid.core/chunk-I66GZJ75.mjs","layer":"app-pages-browser"},"startTime":1787039770515,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":272207,"timestamp":520717398277,"id":5979,"parentId":5915,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/mermaid/dist/chunks/mermaid.core/chunk-QR6OTTB3.mjs","layer":"app-pages-browser"},"startTime":1787039770515,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":272191,"timestamp":520717398971,"id":5988,"parentId":5915,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/mermaid/dist/chunks/mermaid.core/chunk-Y2CYZVJY.mjs","layer":"app-pages-browser"},"startTime":1787039770516,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":276063,"timestamp":520717399386,"id":5993,"parentId":5915,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/mermaid/dist/chunks/mermaid.core/cynefinDiagram-MW4NZA55.mjs","layer":"app-pages-browser"},"startTime":1787039770516,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":283242,"timestamp":520717399459,"id":5994,"parentId":5915,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/mermaid/dist/chunks/mermaid.core/wardleyDiagram-T6FBY63Y.mjs","layer":"app-pages-browser"},"startTime":1787039770516,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":295617,"timestamp":520717399611,"id":5996,"parentId":5915,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/mermaid/dist/chunks/mermaid.core/ishikawaDiagram-WSZJBQD7.mjs","layer":"app-pages-browser"},"startTime":1787039770516,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":297098,"timestamp":520717399307,"id":5992,"parentId":5915,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/mermaid/dist/chunks/mermaid.core/railroadDiagram-AXF67PYL.mjs","layer":"app-pages-browser"},"startTime":1787039770516,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":298291,"timestamp":520717399151,"id":5990,"parentId":5915,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/mermaid/dist/chunks/mermaid.core/abnfDiagram-N423BO3Z.mjs","layer":"app-pages-browser"},"startTime":1787039770516,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":302521,"timestamp":520717399531,"id":5995,"parentId":5915,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/mermaid/dist/chunks/mermaid.core/diagram-Q27KOJAE.mjs","layer":"app-pages-browser"},"startTime":1787039770516,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":307329,"timestamp":520717399757,"id":5998,"parentId":5915,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/mermaid/dist/chunks/mermaid.core/diagram-B4RE2ZJO.mjs","layer":"app-pages-browser"},"startTime":1787039770516,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":309852,"timestamp":520717399042,"id":5989,"parentId":5915,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/mermaid/dist/chunks/mermaid.core/pegDiagram-VL7TDLO6.mjs","layer":"app-pages-browser"},"startTime":1787039770516,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":310703,"timestamp":520717399232,"id":5991,"parentId":5915,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/mermaid/dist/chunks/mermaid.core/ebnfDiagram-BXEA7PRR.mjs","layer":"app-pages-browser"},"startTime":1787039770516,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":322263,"timestamp":520717399684,"id":5997,"parentId":5915,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/mermaid/dist/chunks/mermaid.core/vennDiagram-T6HMQDX7.mjs","layer":"app-pages-browser"},"startTime":1787039770516,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":325506,"timestamp":520717399910,"id":6000,"parentId":5915,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/mermaid/dist/chunks/mermaid.core/diagram-7IWD3JNH.mjs","layer":"app-pages-browser"},"startTime":1787039770516,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":327596,"timestamp":520717400099,"id":6002,"parentId":5915,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/mermaid/dist/chunks/mermaid.core/diagram-UB23O5K3.mjs","layer":"app-pages-browser"},"startTime":1787039770517,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":333772,"timestamp":520717399835,"id":5999,"parentId":5915,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/mermaid/dist/chunks/mermaid.core/architectureDiagram-T3A2C74G.mjs","layer":"app-pages-browser"},"startTime":1787039770516,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":338955,"timestamp":520717400185,"id":6003,"parentId":5915,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/mermaid/dist/chunks/mermaid.core/diagram-LBJQPF4R.mjs","layer":"app-pages-browser"},"startTime":1787039770517,"traceId":"e4388ff8d15aa6e1"}]
|
|
16
|
+
[{"name":"build-module-mjs","duration":344684,"timestamp":520717400441,"id":6005,"parentId":5915,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/mermaid/dist/chunks/mermaid.core/kanban-definition-27J2QSJJ.mjs","layer":"app-pages-browser"},"startTime":1787039770517,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":373698,"timestamp":520717399984,"id":6001,"parentId":5915,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/mermaid/dist/chunks/mermaid.core/blockDiagram-VBNYF7ZC.mjs","layer":"app-pages-browser"},"startTime":1787039770517,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":379139,"timestamp":520717400520,"id":6006,"parentId":5915,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/mermaid/dist/chunks/mermaid.core/mindmap-definition-FAOFIHXS.mjs","layer":"app-pages-browser"},"startTime":1787039770517,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":384909,"timestamp":520717400349,"id":6004,"parentId":5915,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/mermaid/dist/chunks/mermaid.core/sankeyDiagram-W5VNT64P.mjs","layer":"app-pages-browser"},"startTime":1787039770517,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":397789,"timestamp":520717400594,"id":6007,"parentId":5915,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/mermaid/dist/chunks/mermaid.core/timeline-definition-Z64GVDOM.mjs","layer":"app-pages-browser"},"startTime":1787039770517,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":405185,"timestamp":520717400751,"id":6009,"parentId":5915,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/mermaid/dist/chunks/mermaid.core/journeyDiagram-NVQOT4AX.mjs","layer":"app-pages-browser"},"startTime":1787039770517,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":405831,"timestamp":520717400847,"id":6010,"parentId":5915,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/mermaid/dist/chunks/mermaid.core/stateDiagram-v2-UEYNNEHI.mjs","layer":"app-pages-browser"},"startTime":1787039770517,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":409745,"timestamp":520717400934,"id":6011,"parentId":5915,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/mermaid/dist/chunks/mermaid.core/stateDiagram-OKZ733FA.mjs","layer":"app-pages-browser"},"startTime":1787039770518,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":410658,"timestamp":520717400675,"id":6008,"parentId":5915,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/mermaid/dist/chunks/mermaid.core/flowDiagram-UKHOOZJN.mjs","layer":"app-pages-browser"},"startTime":1787039770517,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":410877,"timestamp":520717401011,"id":6012,"parentId":5915,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/mermaid/dist/chunks/mermaid.core/classDiagram-v2-OCEON4UE.mjs","layer":"app-pages-browser"},"startTime":1787039770518,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":411276,"timestamp":520717401122,"id":6013,"parentId":5915,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/mermaid/dist/chunks/mermaid.core/classDiagram-JCYQIIEL.mjs","layer":"app-pages-browser"},"startTime":1787039770518,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":412497,"timestamp":520717401511,"id":6018,"parentId":5915,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/mermaid/dist/chunks/mermaid.core/pieDiagram-7S7Q4E2Y.mjs","layer":"app-pages-browser"},"startTime":1787039770518,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":427003,"timestamp":520717401279,"id":6015,"parentId":5915,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/mermaid/dist/chunks/mermaid.core/xychartDiagram-ELKLHX3M.mjs","layer":"app-pages-browser"},"startTime":1787039770518,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":435928,"timestamp":520717401359,"id":6016,"parentId":5915,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/mermaid/dist/chunks/mermaid.core/requirementDiagram-LRYGKXZP.mjs","layer":"app-pages-browser"},"startTime":1787039770518,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":444030,"timestamp":520717401434,"id":6017,"parentId":5915,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/mermaid/dist/chunks/mermaid.core/quadrantDiagram-CIZ2JOQS.mjs","layer":"app-pages-browser"},"startTime":1787039770518,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":476668,"timestamp":520717401205,"id":6014,"parentId":5915,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/mermaid/dist/chunks/mermaid.core/sequenceDiagram-SI44F4Z6.mjs","layer":"app-pages-browser"},"startTime":1787039770518,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":496820,"timestamp":520717401590,"id":6019,"parentId":5915,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/mermaid/dist/chunks/mermaid.core/infoDiagram-6WML65LV.mjs","layer":"app-pages-browser"},"startTime":1787039770518,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":496817,"timestamp":520717412848,"id":6020,"parentId":5915,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/mermaid/dist/chunks/mermaid.core/ganttDiagram-PKOTCBZU.mjs","layer":"app-pages-browser"},"startTime":1787039770529,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":507719,"timestamp":520717413102,"id":6022,"parentId":5915,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/mermaid/dist/chunks/mermaid.core/erDiagram-JOGREHBK.mjs","layer":"app-pages-browser"},"startTime":1787039770530,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":520435,"timestamp":520717413005,"id":6021,"parentId":5915,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/mermaid/dist/chunks/mermaid.core/gitGraphDiagram-DS77QQ5N.mjs","layer":"app-pages-browser"},"startTime":1787039770530,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":521019,"timestamp":520717413185,"id":6023,"parentId":5915,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/mermaid/dist/chunks/mermaid.core/swimlanesDiagram-ULZ7WXOC.mjs","layer":"app-pages-browser"},"startTime":1787039770530,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":452729,"timestamp":520717517793,"id":6024,"parentId":5915,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/mermaid/dist/chunks/mermaid.core/c4Diagram-5PPSVZJV.mjs","layer":"app-pages-browser"},"startTime":1787039770634,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":453723,"timestamp":520717517987,"id":6025,"parentId":5795,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/mdast-util-from-markdown/index.js","layer":"app-pages-browser"},"startTime":1787039770635,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":13107,"timestamp":520718006914,"id":6026,"parentId":5945,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/rehype-sanitize/lib/index.js","layer":"app-pages-browser"},"startTime":1787039771123,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":13544,"timestamp":520718007077,"id":6027,"parentId":5944,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/rehype-raw/lib/index.js","layer":"app-pages-browser"},"startTime":1787039771124,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":14284,"timestamp":520718007169,"id":6028,"parentId":5948,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/remark-gfm/lib/index.js","layer":"app-pages-browser"},"startTime":1787039771124,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":14511,"timestamp":520718007336,"id":6030,"parentId":5947,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/remark-math/lib/index.js","layer":"app-pages-browser"},"startTime":1787039771124,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":14966,"timestamp":520718007257,"id":6029,"parentId":5946,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/remark-frontmatter/lib/index.js","layer":"app-pages-browser"},"startTime":1787039771124,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":13984,"timestamp":520718011441,"id":6031,"parentId":5951,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/@babel/runtime/helpers/regeneratorDefine.js","layer":"app-pages-browser"},"startTime":1787039771128,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":13984,"timestamp":520718011863,"id":6032,"parentId":5956,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/@babel/runtime/helpers/typeof.js","layer":"app-pages-browser"},"startTime":1787039771128,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":14698,"timestamp":520718011982,"id":6033,"parentId":5871,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/micromark-util-sanitize-uri/index.js","layer":"app-pages-browser"},"startTime":1787039771129,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":18807,"timestamp":520718014499,"id":6034,"parentId":5958,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/estree-util-is-identifier-name/lib/index.js","layer":"app-pages-browser"},"startTime":1787039771131,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":16237,"timestamp":520718027699,"id":6035,"parentId":5960,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/hast-util-whitespace/lib/index.js","layer":"app-pages-browser"},"startTime":1787039771144,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":16653,"timestamp":520718027905,"id":6036,"parentId":5961,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/property-information/lib/aria.js","layer":"app-pages-browser"},"startTime":1787039771144,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":15017,"timestamp":520718034466,"id":6037,"parentId":5961,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/property-information/lib/html.js","layer":"app-pages-browser"},"startTime":1787039771151,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":16133,"timestamp":520718034635,"id":6038,"parentId":5961,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/property-information/lib/svg.js","layer":"app-pages-browser"},"startTime":1787039771151,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":16577,"timestamp":520718034725,"id":6039,"parentId":5961,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/property-information/lib/xlink.js","layer":"app-pages-browser"},"startTime":1787039771151,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":18371,"timestamp":520718038129,"id":6040,"parentId":5961,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/property-information/lib/xmlns.js","layer":"app-pages-browser"},"startTime":1787039771155,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":18793,"timestamp":520718038263,"id":6041,"parentId":5961,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/property-information/lib/xml.js","layer":"app-pages-browser"},"startTime":1787039771155,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":19119,"timestamp":520718038350,"id":6042,"parentId":5961,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/property-information/lib/hast-to-react.js","layer":"app-pages-browser"},"startTime":1787039771155,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":26646,"timestamp":520718040496,"id":6043,"parentId":5961,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/property-information/lib/find.js","layer":"app-pages-browser"},"startTime":1787039771157,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":26870,"timestamp":520718040624,"id":6044,"parentId":5961,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/property-information/lib/normalize.js","layer":"app-pages-browser"},"startTime":1787039771157,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":34727,"timestamp":520718040871,"id":6047,"parentId":5977,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/mermaid/dist/chunks/mermaid.core/cose-bilkent-JH36ORCC.mjs","layer":"app-pages-browser"},"startTime":1787039771157,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":35897,"timestamp":520718040787,"id":6046,"parentId":5964,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/vfile-message/lib/index.js","layer":"app-pages-browser"},"startTime":1787039771157,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":36502,"timestamp":520718040709,"id":6045,"parentId":5961,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/property-information/lib/util/merge.js","layer":"app-pages-browser"},"startTime":1787039771157,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":99885,"timestamp":520718040951,"id":6048,"parentId":5977,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/mermaid/dist/chunks/mermaid.core/swimlanes-SLNWSIFB.mjs","layer":"app-pages-browser"},"startTime":1787039771158,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":100954,"timestamp":520718052077,"id":6049,"parentId":5977,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/mermaid/dist/chunks/mermaid.core/dagre-VZM6K2ZE.mjs","layer":"app-pages-browser"},"startTime":1787039771169,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":99359,"timestamp":520718061427,"id":6050,"parentId":5967,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/trough/lib/index.js","layer":"app-pages-browser"},"startTime":1787039771178,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":99646,"timestamp":520718061733,"id":6052,"parentId":5971,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/style-to-js/cjs/utilities.js","layer":"app-pages-browser"},"startTime":1787039771178,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":100638,"timestamp":520718062104,"id":6056,"parentId":5969,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/hast-util-to-text/lib/index.js","layer":"app-pages-browser"},"startTime":1787039771179,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":101519,"timestamp":520718061632,"id":6051,"parentId":5962,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/unist-util-position/lib/index.js","layer":"app-pages-browser"},"startTime":1787039771178,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":101747,"timestamp":520718062189,"id":6057,"parentId":5968,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/unist-util-visit-parents/lib/index.js","layer":"app-pages-browser"},"startTime":1787039771179,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":105976,"timestamp":520718061943,"id":6054,"parentId":5992,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/mermaid/dist/chunks/mermaid.core/chunk-6Q2QTUOP.mjs","layer":"app-pages-browser"},"startTime":1787039771179,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":106693,"timestamp":520718061845,"id":6053,"parentId":5993,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/mermaid/dist/chunks/mermaid.core/chunk-JWPE2WC7.mjs","layer":"app-pages-browser"},"startTime":1787039771178,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":107022,"timestamp":520718062026,"id":6055,"parentId":5995,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/mermaid/dist/chunks/mermaid.core/chunk-KBJHAD2P.mjs","layer":"app-pages-browser"},"startTime":1787039771179,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":112310,"timestamp":520718068935,"id":6061,"parentId":6009,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/mermaid/dist/chunks/mermaid.core/chunk-2GRJ4B5K.mjs","layer":"app-pages-browser"},"startTime":1787039771186,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":113237,"timestamp":520718068560,"id":6058,"parentId":6000,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/mermaid/dist/chunks/mermaid.core/chunk-2Q5K7J3B.mjs","layer":"app-pages-browser"},"startTime":1787039771185,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":113632,"timestamp":520718068810,"id":6060,"parentId":6006,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/mermaid/dist/chunks/mermaid.core/chunk-XXDRQBXY.mjs","layer":"app-pages-browser"},"startTime":1787039771185,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":114282,"timestamp":520718068715,"id":6059,"parentId":6005,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/mermaid/dist/chunks/mermaid.core/chunk-5VM5RSS4.mjs","layer":"app-pages-browser"},"startTime":1787039771185,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":117198,"timestamp":520718069266,"id":6065,"parentId":5915,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/index.mjs","layer":"app-pages-browser"},"startTime":1787039771186,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":130618,"timestamp":520718069023,"id":6062,"parentId":6010,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/mermaid/dist/chunks/mermaid.core/chunk-5RXB4S5H.mjs","layer":"app-pages-browser"},"startTime":1787039771186,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":146129,"timestamp":520718069186,"id":6064,"parentId":6012,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/mermaid/dist/chunks/mermaid.core/chunk-GF5L2VYU.mjs","layer":"app-pages-browser"},"startTime":1787039771186,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":151042,"timestamp":520718069560,"id":6068,"parentId":6025,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/mdast-util-from-markdown/lib/index.js","layer":"app-pages-browser"},"startTime":1787039771186,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":168296,"timestamp":520718069100,"id":6063,"parentId":6008,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/mermaid/dist/chunks/mermaid.core/chunk-JQJVKLGR.mjs","layer":"app-pages-browser"},"startTime":1787039771186,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":170020,"timestamp":520718069639,"id":6069,"parentId":5912,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/index.mjs","layer":"app-pages-browser"},"startTime":1787039771186,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":170813,"timestamp":520718069472,"id":6067,"parentId":5942,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/trim-lines/index.js","layer":"app-pages-browser"},"startTime":1787039771186,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":171146,"timestamp":520718069726,"id":6070,"parentId":5871,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/@ungap/structured-clone/esm/index.js","layer":"app-pages-browser"},"startTime":1787039771186,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":171387,"timestamp":520718069809,"id":6071,"parentId":5945,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/hast-util-sanitize/index.js","layer":"app-pages-browser"},"startTime":1787039771186,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":171500,"timestamp":520718070014,"id":6073,"parentId":5868,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/character-reference-invalid/index.js","layer":"app-pages-browser"},"startTime":1787039771187,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":171921,"timestamp":520718069886,"id":6072,"parentId":5868,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/is-decimal/index.js","layer":"app-pages-browser"},"startTime":1787039771186,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":171997,"timestamp":520718070099,"id":6074,"parentId":5868,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/is-hexadecimal/index.js","layer":"app-pages-browser"},"startTime":1787039771187,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":172278,"timestamp":520718070175,"id":6075,"parentId":5868,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/character-entities-legacy/index.js","layer":"app-pages-browser"},"startTime":1787039771187,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":172510,"timestamp":520718070255,"id":6076,"parentId":5868,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/is-alphanumerical/index.js","layer":"app-pages-browser"},"startTime":1787039771187,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":173731,"timestamp":520718069342,"id":6066,"parentId":5917,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/hast-util-parse-selector/index.js","layer":"app-pages-browser"},"startTime":1787039771186,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":173200,"timestamp":520718070332,"id":6077,"parentId":5868,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/decode-named-character-reference/index.dom.js","layer":"app-pages-browser"},"startTime":1787039771187,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":173628,"timestamp":520718070410,"id":6078,"parentId":5915,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/stylis/index.js","layer":"app-pages-browser"},"startTime":1787039771187,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":174924,"timestamp":520718070790,"id":6082,"parentId":6020,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/dayjs/plugin/duration.js","layer":"app-pages-browser"},"startTime":1787039771187,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":175906,"timestamp":520718070542,"id":6079,"parentId":6020,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/dayjs/plugin/isoWeek.js","layer":"app-pages-browser"},"startTime":1787039771187,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":177428,"timestamp":520718070629,"id":6080,"parentId":6020,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/dayjs/plugin/customParseFormat.js","layer":"app-pages-browser"},"startTime":1787039771187,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":177879,"timestamp":520718070708,"id":6081,"parentId":6020,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/dayjs/plugin/advancedFormat.js","layer":"app-pages-browser"},"startTime":1787039771187,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":178143,"timestamp":520718071136,"id":6085,"parentId":6036,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/property-information/lib/util/create.js","layer":"app-pages-browser"},"startTime":1787039771188,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":178648,"timestamp":520718070944,"id":6084,"parentId":6011,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/dagre-d3-es/src/dagre/index.js","layer":"app-pages-browser"},"startTime":1787039771188,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":179050,"timestamp":520718070867,"id":6083,"parentId":6001,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/dagre-d3-es/src/graphlib/index.js","layer":"app-pages-browser"},"startTime":1787039771187,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":119794,"timestamp":520718145859,"id":6087,"parentId":5915,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/dompurify/dist/purify.es.mjs","layer":"app-pages-browser"},"startTime":1787039771262,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":120716,"timestamp":520718145654,"id":6086,"parentId":6036,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/property-information/lib/util/types.js","layer":"app-pages-browser"},"startTime":1787039771262,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":121119,"timestamp":520718145972,"id":6088,"parentId":5915,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/ts-dedent/esm/index.js","layer":"app-pages-browser"},"startTime":1787039771263,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":102805,"timestamp":520718174788,"id":6092,"parentId":5987,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/dayjs/dayjs.min.js","layer":"app-pages-browser"},"startTime":1787039771291,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":103828,"timestamp":520718174430,"id":6090,"parentId":6037,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/property-information/lib/util/case-insensitive-transform.js","layer":"app-pages-browser"},"startTime":1787039771291,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":104743,"timestamp":520718174147,"id":6089,"parentId":5915,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3/src/index.js","layer":"app-pages-browser"},"startTime":1787039771291,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":104576,"timestamp":520718174627,"id":6091,"parentId":6038,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/property-information/lib/util/case-sensitive-transform.js","layer":"app-pages-browser"},"startTime":1787039771291,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":104383,"timestamp":520718175077,"id":6093,"parentId":5974,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/hast-util-from-dom/index.js","layer":"app-pages-browser"},"startTime":1787039771292,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":105057,"timestamp":520718175292,"id":6094,"parentId":6043,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/property-information/lib/util/info.js","layer":"app-pages-browser"},"startTime":1787039771292,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":105390,"timestamp":520718175490,"id":6095,"parentId":6043,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/property-information/lib/util/defined-info.js","layer":"app-pages-browser"},"startTime":1787039771292,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":21013,"timestamp":520718477449,"id":6100,"parentId":6049,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/dagre-d3-es/src/graphlib/json.js","layer":"app-pages-browser"},"startTime":1787039771594,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":37975,"timestamp":520718477537,"id":6101,"parentId":5983,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/mermaid/node_modules/marked/lib/marked.esm.js","layer":"app-pages-browser"},"startTime":1787039771594,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":39254,"timestamp":520718477282,"id":6098,"parentId":6048,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/mermaid/dist/chunks/mermaid.core/sizeCapture-X5ZJPWSS.mjs","layer":"app-pages-browser"},"startTime":1787039771594,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":39955,"timestamp":520718476997,"id":6096,"parentId":6045,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/property-information/lib/util/schema.js","layer":"app-pages-browser"},"startTime":1787039771594,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":42396,"timestamp":520718477172,"id":6097,"parentId":6048,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/mermaid/dist/chunks/mermaid.core/chunk-RYQCIY6F.mjs","layer":"app-pages-browser"},"startTime":1787039771594,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":42548,"timestamp":520718477613,"id":6102,"parentId":6006,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/mermaid/node_modules/uuid/dist/esm-browser/index.js","layer":"app-pages-browser"},"startTime":1787039771594,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":43319,"timestamp":520718477372,"id":6099,"parentId":5971,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/style-to-object/cjs/index.js","layer":"app-pages-browser"},"startTime":1787039771594,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":43206,"timestamp":520718477849,"id":6105,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/array/chunk.mjs","layer":"app-pages-browser"},"startTime":1787039771594,"traceId":"e4388ff8d15aa6e1"}]
|
|
17
|
+
[{"name":"build-module-js","duration":43617,"timestamp":520718477688,"id":6103,"parentId":6057,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/unist-util-visit-parents/lib/color.js","layer":"app-pages-browser"},"startTime":1787039771594,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":53367,"timestamp":520718477771,"id":6104,"parentId":5999,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/cytoscape-fcose/cytoscape-fcose.js","layer":"app-pages-browser"},"startTime":1787039771594,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":53691,"timestamp":520718477922,"id":6106,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/array/castArray.mjs","layer":"app-pages-browser"},"startTime":1787039771595,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":53999,"timestamp":520718478000,"id":6107,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/array/compact.mjs","layer":"app-pages-browser"},"startTime":1787039771595,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":54233,"timestamp":520718478074,"id":6108,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/array/concat.mjs","layer":"app-pages-browser"},"startTime":1787039771595,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":54457,"timestamp":520718478221,"id":6110,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/array/differenceBy.mjs","layer":"app-pages-browser"},"startTime":1787039771595,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":54739,"timestamp":520718478292,"id":6111,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/array/difference.mjs","layer":"app-pages-browser"},"startTime":1787039771595,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":55237,"timestamp":520718478145,"id":6109,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/array/countBy.mjs","layer":"app-pages-browser"},"startTime":1787039771595,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":58798,"timestamp":520718478362,"id":6112,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/array/differenceWith.mjs","layer":"app-pages-browser"},"startTime":1787039771595,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":59296,"timestamp":520718478448,"id":6113,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/array/drop.mjs","layer":"app-pages-browser"},"startTime":1787039771595,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":59643,"timestamp":520718478525,"id":6114,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/array/dropRight.mjs","layer":"app-pages-browser"},"startTime":1787039771595,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":60303,"timestamp":520718478671,"id":6116,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/array/dropRightWhile.mjs","layer":"app-pages-browser"},"startTime":1787039771595,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":61187,"timestamp":520718478597,"id":6115,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/array/dropWhile.mjs","layer":"app-pages-browser"},"startTime":1787039771595,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":61622,"timestamp":520718478741,"id":6117,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/array/forEach.mjs","layer":"app-pages-browser"},"startTime":1787039771595,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":61974,"timestamp":520718478810,"id":6118,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/array/forEachRight.mjs","layer":"app-pages-browser"},"startTime":1787039771595,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":62424,"timestamp":520718478887,"id":6119,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/array/every.mjs","layer":"app-pages-browser"},"startTime":1787039771595,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":62630,"timestamp":520718479057,"id":6121,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/array/fill.mjs","layer":"app-pages-browser"},"startTime":1787039771596,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":63228,"timestamp":520718478955,"id":6120,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/array/filter.mjs","layer":"app-pages-browser"},"startTime":1787039771596,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":63458,"timestamp":520718479139,"id":6122,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/array/find.mjs","layer":"app-pages-browser"},"startTime":1787039771596,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":64185,"timestamp":520718479210,"id":6123,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/array/findIndex.mjs","layer":"app-pages-browser"},"startTime":1787039771596,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":64849,"timestamp":520718479283,"id":6124,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/array/findLast.mjs","layer":"app-pages-browser"},"startTime":1787039771596,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":65250,"timestamp":520718479372,"id":6125,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/array/findLastIndex.mjs","layer":"app-pages-browser"},"startTime":1787039771596,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":65499,"timestamp":520718479447,"id":6126,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/array/head.mjs","layer":"app-pages-browser"},"startTime":1787039771596,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":65729,"timestamp":520718479516,"id":6127,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/array/flatMapDeep.mjs","layer":"app-pages-browser"},"startTime":1787039771596,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":65963,"timestamp":520718479661,"id":6129,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/array/flatMapDepth.mjs","layer":"app-pages-browser"},"startTime":1787039771596,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":66360,"timestamp":520718479592,"id":6128,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/array/flatMap.mjs","layer":"app-pages-browser"},"startTime":1787039771596,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":66362,"timestamp":520718479872,"id":6132,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/array/flattenDepth.mjs","layer":"app-pages-browser"},"startTime":1787039771596,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":66929,"timestamp":520718479730,"id":6130,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/array/flatten.mjs","layer":"app-pages-browser"},"startTime":1787039771596,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":67674,"timestamp":520718479940,"id":6133,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/array/groupBy.mjs","layer":"app-pages-browser"},"startTime":1787039771597,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":70220,"timestamp":520718480044,"id":6134,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/array/includes.mjs","layer":"app-pages-browser"},"startTime":1787039771597,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":70859,"timestamp":520718479803,"id":6131,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/array/flattenDeep.mjs","layer":"app-pages-browser"},"startTime":1787039771596,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":68525,"timestamp":520718486419,"id":6135,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/array/indexOf.mjs","layer":"app-pages-browser"},"startTime":1787039771603,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":68766,"timestamp":520718486780,"id":6138,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/array/intersectionBy.mjs","layer":"app-pages-browser"},"startTime":1787039771603,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":69269,"timestamp":520718486692,"id":6137,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/array/intersection.mjs","layer":"app-pages-browser"},"startTime":1787039771603,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":69725,"timestamp":520718486600,"id":6136,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/array/initial.mjs","layer":"app-pages-browser"},"startTime":1787039771603,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":70018,"timestamp":520718486857,"id":6139,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/array/intersectionWith.mjs","layer":"app-pages-browser"},"startTime":1787039771603,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":70420,"timestamp":520718486931,"id":6140,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/array/invokeMap.mjs","layer":"app-pages-browser"},"startTime":1787039771604,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":70677,"timestamp":520718487013,"id":6141,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/array/join.mjs","layer":"app-pages-browser"},"startTime":1787039771604,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":71193,"timestamp":520718487158,"id":6143,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/array/last.mjs","layer":"app-pages-browser"},"startTime":1787039771604,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":71854,"timestamp":520718487087,"id":6142,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/array/keyBy.mjs","layer":"app-pages-browser"},"startTime":1787039771604,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":72132,"timestamp":520718487237,"id":6144,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/array/lastIndexOf.mjs","layer":"app-pages-browser"},"startTime":1787039771604,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":82286,"timestamp":520718491807,"id":6145,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/array/map.mjs","layer":"app-pages-browser"},"startTime":1787039771608,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":84002,"timestamp":520718492821,"id":6146,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/array/nth.mjs","layer":"app-pages-browser"},"startTime":1787039771609,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":84191,"timestamp":520718493110,"id":6148,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/array/partition.mjs","layer":"app-pages-browser"},"startTime":1787039771610,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":84393,"timestamp":520718493198,"id":6149,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/array/pull.mjs","layer":"app-pages-browser"},"startTime":1787039771610,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":84608,"timestamp":520718493352,"id":6151,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/array/pullAllBy.mjs","layer":"app-pages-browser"},"startTime":1787039771610,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":92715,"timestamp":520718493583,"id":6154,"parentId":5978,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/roughjs/bundled/rough.esm.js","layer":"app-pages-browser"},"startTime":1787039771610,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":93499,"timestamp":520718493277,"id":6150,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/array/pullAll.mjs","layer":"app-pages-browser"},"startTime":1787039771610,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":93537,"timestamp":520718493510,"id":6153,"parentId":5986,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/khroma/dist/index.js","layer":"app-pages-browser"},"startTime":1787039771610,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":93856,"timestamp":520718493665,"id":6155,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/array/pullAllWith.mjs","layer":"app-pages-browser"},"startTime":1787039771610,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":94577,"timestamp":520718493739,"id":6156,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/array/pullAt.mjs","layer":"app-pages-browser"},"startTime":1787039771610,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":96079,"timestamp":520718493007,"id":6147,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/array/orderBy.mjs","layer":"app-pages-browser"},"startTime":1787039771610,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":107496,"timestamp":520718493810,"id":6157,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/array/reduce.mjs","layer":"app-pages-browser"},"startTime":1787039771610,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":42337,"timestamp":520718604847,"id":6160,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/array/remove.mjs","layer":"app-pages-browser"},"startTime":1787039771721,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":43131,"timestamp":520718604574,"id":6158,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/array/reduceRight.mjs","layer":"app-pages-browser"},"startTime":1787039771721,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":43302,"timestamp":520718604750,"id":6159,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/array/reject.mjs","layer":"app-pages-browser"},"startTime":1787039771721,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":43329,"timestamp":520718605080,"id":6163,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/array/sampleSize.mjs","layer":"app-pages-browser"},"startTime":1787039771722,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":43731,"timestamp":520718604926,"id":6161,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/array/reverse.mjs","layer":"app-pages-browser"},"startTime":1787039771722,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":43960,"timestamp":520718605000,"id":6162,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/array/sample.mjs","layer":"app-pages-browser"},"startTime":1787039771722,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":44109,"timestamp":520718605179,"id":6164,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/array/shuffle.mjs","layer":"app-pages-browser"},"startTime":1787039771722,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":44484,"timestamp":520718605344,"id":6166,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/array/some.mjs","layer":"app-pages-browser"},"startTime":1787039771722,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":44875,"timestamp":520718605264,"id":6165,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/array/size.mjs","layer":"app-pages-browser"},"startTime":1787039771722,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":45141,"timestamp":520718605417,"id":6167,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/array/slice.mjs","layer":"app-pages-browser"},"startTime":1787039771722,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":45403,"timestamp":520718605671,"id":6170,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/array/sortedIndexBy.mjs","layer":"app-pages-browser"},"startTime":1787039771722,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":45900,"timestamp":520718605509,"id":6168,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/array/sortBy.mjs","layer":"app-pages-browser"},"startTime":1787039771722,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":45983,"timestamp":520718605743,"id":6171,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/array/sortedIndexOf.mjs","layer":"app-pages-browser"},"startTime":1787039771722,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":46151,"timestamp":520718605888,"id":6173,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/array/sortedLastIndexBy.mjs","layer":"app-pages-browser"},"startTime":1787039771722,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":46696,"timestamp":520718605818,"id":6172,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/array/sortedLastIndex.mjs","layer":"app-pages-browser"},"startTime":1787039771722,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":45987,"timestamp":520718606828,"id":6174,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/array/tail.mjs","layer":"app-pages-browser"},"startTime":1787039771723,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":46187,"timestamp":520718606950,"id":6175,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/array/sortedLastIndexOf.mjs","layer":"app-pages-browser"},"startTime":1787039771724,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":47939,"timestamp":520718605596,"id":6169,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/array/sortedIndex.mjs","layer":"app-pages-browser"},"startTime":1787039771722,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":46819,"timestamp":520718607045,"id":6176,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/array/take.mjs","layer":"app-pages-browser"},"startTime":1787039771724,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":47083,"timestamp":520718607128,"id":6177,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/array/takeRight.mjs","layer":"app-pages-browser"},"startTime":1787039771724,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":47336,"timestamp":520718607210,"id":6178,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/array/takeRightWhile.mjs","layer":"app-pages-browser"},"startTime":1787039771724,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":47580,"timestamp":520718607294,"id":6179,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/array/takeWhile.mjs","layer":"app-pages-browser"},"startTime":1787039771724,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":47735,"timestamp":520718607450,"id":6180,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/array/union.mjs","layer":"app-pages-browser"},"startTime":1787039771724,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":47973,"timestamp":520718607540,"id":6181,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/array/unionBy.mjs","layer":"app-pages-browser"},"startTime":1787039771724,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":50173,"timestamp":520718607624,"id":6182,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/array/unionWith.mjs","layer":"app-pages-browser"},"startTime":1787039771724,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":50491,"timestamp":520718607701,"id":6183,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/array/uniq.mjs","layer":"app-pages-browser"},"startTime":1787039771724,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":50744,"timestamp":520718607834,"id":6184,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/array/uniqBy.mjs","layer":"app-pages-browser"},"startTime":1787039771724,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":50947,"timestamp":520718607968,"id":6185,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/array/uniqWith.mjs","layer":"app-pages-browser"},"startTime":1787039771725,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":51131,"timestamp":520718608171,"id":6187,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/array/unzipWith.mjs","layer":"app-pages-browser"},"startTime":1787039771725,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":51539,"timestamp":520718608085,"id":6186,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/array/unzip.mjs","layer":"app-pages-browser"},"startTime":1787039771725,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":51669,"timestamp":520718608253,"id":6188,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/array/without.mjs","layer":"app-pages-browser"},"startTime":1787039771725,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":51859,"timestamp":520718608496,"id":6191,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/array/xorWith.mjs","layer":"app-pages-browser"},"startTime":1787039771725,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":52428,"timestamp":520718608327,"id":6189,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/array/xor.mjs","layer":"app-pages-browser"},"startTime":1787039771725,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":52772,"timestamp":520718608398,"id":6190,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/array/xorBy.mjs","layer":"app-pages-browser"},"startTime":1787039771725,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":52835,"timestamp":520718608648,"id":6193,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/array/zipObject.mjs","layer":"app-pages-browser"},"startTime":1787039771725,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":53262,"timestamp":520718608577,"id":6192,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/array/zip.mjs","layer":"app-pages-browser"},"startTime":1787039771725,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":53375,"timestamp":520718608728,"id":6194,"parentId":6027,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/hast-util-raw/index.js","layer":"app-pages-browser"},"startTime":1787039771725,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":53538,"timestamp":520718608802,"id":6195,"parentId":6030,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/mdast-util-math/index.js","layer":"app-pages-browser"},"startTime":1787039771725,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":65215,"timestamp":520718608874,"id":6196,"parentId":6030,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/micromark-extension-math/index.js","layer":"app-pages-browser"},"startTime":1787039771725,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":65729,"timestamp":520718608949,"id":6197,"parentId":6028,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/micromark-extension-gfm/index.js","layer":"app-pages-browser"},"startTime":1787039771726,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":57017,"timestamp":520718620573,"id":6198,"parentId":6028,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/mdast-util-gfm/index.js","layer":"app-pages-browser"},"startTime":1787039771737,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":65260,"timestamp":520718620941,"id":6200,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/array/zipObjectDeep.mjs","layer":"app-pages-browser"},"startTime":1787039771738,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":66315,"timestamp":520718621108,"id":6202,"parentId":6033,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/micromark-util-character/index.js","layer":"app-pages-browser"},"startTime":1787039771738,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":66980,"timestamp":520718620833,"id":6199,"parentId":6004,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-sankey/src/index.js","layer":"app-pages-browser"},"startTime":1787039771737,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":67256,"timestamp":520718621030,"id":6201,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/array/zipWith.mjs","layer":"app-pages-browser"},"startTime":1787039771738,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":67194,"timestamp":520718621401,"id":6204,"parentId":6029,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/mdast-util-frontmatter/index.js","layer":"app-pages-browser"},"startTime":1787039771738,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":67789,"timestamp":520718621205,"id":6203,"parentId":6033,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/micromark-util-encode/index.js","layer":"app-pages-browser"},"startTime":1787039771738,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":67652,"timestamp":520718621758,"id":6206,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/function/after.mjs","layer":"app-pages-browser"},"startTime":1787039771738,"traceId":"e4388ff8d15aa6e1"}]
|
|
18
|
+
[{"name":"build-module-js","duration":68076,"timestamp":520718621664,"id":6205,"parentId":6029,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/micromark-extension-frontmatter/index.js","layer":"app-pages-browser"},"startTime":1787039771738,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":68282,"timestamp":520718621850,"id":6207,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/function/ary.mjs","layer":"app-pages-browser"},"startTime":1787039771738,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":68571,"timestamp":520718622000,"id":6209,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/function/before.mjs","layer":"app-pages-browser"},"startTime":1787039771739,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":68965,"timestamp":520718622072,"id":6210,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/function/bind.mjs","layer":"app-pages-browser"},"startTime":1787039771739,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":69692,"timestamp":520718622151,"id":6211,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/function/bindKey.mjs","layer":"app-pages-browser"},"startTime":1787039771739,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":71007,"timestamp":520718621926,"id":6208,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/function/attempt.mjs","layer":"app-pages-browser"},"startTime":1787039771739,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":80006,"timestamp":520718623658,"id":6212,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/function/curry.mjs","layer":"app-pages-browser"},"startTime":1787039771740,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":80395,"timestamp":520718623886,"id":6214,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/function/debounce.mjs","layer":"app-pages-browser"},"startTime":1787039771740,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":81099,"timestamp":520718623801,"id":6213,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/function/curryRight.mjs","layer":"app-pages-browser"},"startTime":1787039771740,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":81156,"timestamp":520718624108,"id":6216,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/function/delay.mjs","layer":"app-pages-browser"},"startTime":1787039771741,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":81577,"timestamp":520718623970,"id":6215,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/function/defer.mjs","layer":"app-pages-browser"},"startTime":1787039771741,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":81407,"timestamp":520718624506,"id":6220,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/function/memoize.mjs","layer":"app-pages-browser"},"startTime":1787039771741,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":81958,"timestamp":520718624280,"id":6218,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/function/flow.mjs","layer":"app-pages-browser"},"startTime":1787039771741,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":83042,"timestamp":520718624197,"id":6217,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/function/flip.mjs","layer":"app-pages-browser"},"startTime":1787039771741,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":83219,"timestamp":520718624376,"id":6219,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/function/flowRight.mjs","layer":"app-pages-browser"},"startTime":1787039771741,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":81708,"timestamp":520718626986,"id":6221,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/function/negate.mjs","layer":"app-pages-browser"},"startTime":1787039771744,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":38517,"timestamp":520718679807,"id":6222,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/function/nthArg.mjs","layer":"app-pages-browser"},"startTime":1787039771796,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":38634,"timestamp":520718680273,"id":6224,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/function/overArgs.mjs","layer":"app-pages-browser"},"startTime":1787039771797,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":39110,"timestamp":520718680091,"id":6223,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/function/once.mjs","layer":"app-pages-browser"},"startTime":1787039771797,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":39118,"timestamp":520718680438,"id":6225,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/function/partial.mjs","layer":"app-pages-browser"},"startTime":1787039771797,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":39286,"timestamp":520718680589,"id":6226,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/function/partialRight.mjs","layer":"app-pages-browser"},"startTime":1787039771797,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":39550,"timestamp":520718680742,"id":6227,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/function/rearg.mjs","layer":"app-pages-browser"},"startTime":1787039771797,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":39719,"timestamp":520718680889,"id":6228,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/function/rest.mjs","layer":"app-pages-browser"},"startTime":1787039771797,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":39848,"timestamp":520718681071,"id":6229,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/function/spread.mjs","layer":"app-pages-browser"},"startTime":1787039771798,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":40008,"timestamp":520718681218,"id":6230,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/function/throttle.mjs","layer":"app-pages-browser"},"startTime":1787039771798,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":40034,"timestamp":520718681500,"id":6232,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/function/wrap.mjs","layer":"app-pages-browser"},"startTime":1787039771798,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":40460,"timestamp":520718681356,"id":6231,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/function/unary.mjs","layer":"app-pages-browser"},"startTime":1787039771798,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":40411,"timestamp":520718681637,"id":6233,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/function/identity.mjs","layer":"app-pages-browser"},"startTime":1787039771798,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":40515,"timestamp":520718681772,"id":6234,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/function/noop.mjs","layer":"app-pages-browser"},"startTime":1787039771798,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":40523,"timestamp":520718682035,"id":6236,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/math/ceil.mjs","layer":"app-pages-browser"},"startTime":1787039771799,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":42407,"timestamp":520718682165,"id":6237,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/math/clamp.mjs","layer":"app-pages-browser"},"startTime":1787039771799,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":43013,"timestamp":520718681906,"id":6235,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/math/add.mjs","layer":"app-pages-browser"},"startTime":1787039771798,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":30605,"timestamp":520718698763,"id":6240,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/math/inRange.mjs","layer":"app-pages-browser"},"startTime":1787039771815,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":31267,"timestamp":520718698479,"id":6238,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/math/divide.mjs","layer":"app-pages-browser"},"startTime":1787039771815,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":31364,"timestamp":520718698669,"id":6239,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/math/floor.mjs","layer":"app-pages-browser"},"startTime":1787039771815,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":31565,"timestamp":520718698840,"id":6241,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/math/max.mjs","layer":"app-pages-browser"},"startTime":1787039771815,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":31770,"timestamp":520718698944,"id":6242,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/math/maxBy.mjs","layer":"app-pages-browser"},"startTime":1787039771816,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":31933,"timestamp":520718699111,"id":6244,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/math/meanBy.mjs","layer":"app-pages-browser"},"startTime":1787039771816,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":32295,"timestamp":520718699035,"id":6243,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/math/mean.mjs","layer":"app-pages-browser"},"startTime":1787039771816,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":32471,"timestamp":520718699182,"id":6245,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/math/min.mjs","layer":"app-pages-browser"},"startTime":1787039771816,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":32715,"timestamp":520718699332,"id":6247,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/math/multiply.mjs","layer":"app-pages-browser"},"startTime":1787039771816,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":33326,"timestamp":520718699260,"id":6246,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/math/minBy.mjs","layer":"app-pages-browser"},"startTime":1787039771816,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":33601,"timestamp":520718699403,"id":6248,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/math/parseInt.mjs","layer":"app-pages-browser"},"startTime":1787039771816,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":34147,"timestamp":520718699472,"id":6249,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/math/random.mjs","layer":"app-pages-browser"},"startTime":1787039771816,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":36226,"timestamp":520718699548,"id":6250,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/math/range.mjs","layer":"app-pages-browser"},"startTime":1787039771816,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":35225,"timestamp":520718709806,"id":6251,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/math/rangeRight.mjs","layer":"app-pages-browser"},"startTime":1787039771826,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":35390,"timestamp":520718709955,"id":6252,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/math/round.mjs","layer":"app-pages-browser"},"startTime":1787039771827,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":35659,"timestamp":520718710043,"id":6253,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/math/subtract.mjs","layer":"app-pages-browser"},"startTime":1787039771827,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":35880,"timestamp":520718710194,"id":6255,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/math/sumBy.mjs","layer":"app-pages-browser"},"startTime":1787039771827,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":36216,"timestamp":520718710121,"id":6254,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/math/sum.mjs","layer":"app-pages-browser"},"startTime":1787039771827,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":36345,"timestamp":520718710272,"id":6256,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/predicate/isEqual.mjs","layer":"app-pages-browser"},"startTime":1787039771827,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":36629,"timestamp":520718710344,"id":6257,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/object/assign.mjs","layer":"app-pages-browser"},"startTime":1787039771827,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":37070,"timestamp":520718710430,"id":6258,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/object/assignIn.mjs","layer":"app-pages-browser"},"startTime":1787039771827,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":37824,"timestamp":520718710515,"id":6259,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/object/assignInWith.mjs","layer":"app-pages-browser"},"startTime":1787039771827,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":44537,"timestamp":520718715206,"id":6262,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/object/clone.mjs","layer":"app-pages-browser"},"startTime":1787039771832,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":44898,"timestamp":520718715291,"id":6263,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/object/cloneDeep.mjs","layer":"app-pages-browser"},"startTime":1787039771832,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":45399,"timestamp":520718715366,"id":6264,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/object/cloneDeepWith.mjs","layer":"app-pages-browser"},"startTime":1787039771832,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":46114,"timestamp":520718715114,"id":6261,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/object/at.mjs","layer":"app-pages-browser"},"startTime":1787039771832,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":46793,"timestamp":520718714965,"id":6260,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/object/assignWith.mjs","layer":"app-pages-browser"},"startTime":1787039771832,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":46673,"timestamp":520718715514,"id":6266,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/object/create.mjs","layer":"app-pages-browser"},"startTime":1787039771832,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":47425,"timestamp":520718715592,"id":6267,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/object/defaults.mjs","layer":"app-pages-browser"},"startTime":1787039771832,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":47986,"timestamp":520718715440,"id":6265,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/object/cloneWith.mjs","layer":"app-pages-browser"},"startTime":1787039771832,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":46563,"timestamp":520718725916,"id":6270,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/object/findLastKey.mjs","layer":"app-pages-browser"},"startTime":1787039771842,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":47019,"timestamp":520718725830,"id":6269,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/object/findKey.mjs","layer":"app-pages-browser"},"startTime":1787039771842,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":47748,"timestamp":520718725689,"id":6268,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/object/defaultsDeep.mjs","layer":"app-pages-browser"},"startTime":1787039771842,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":47788,"timestamp":520718725999,"id":6271,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/object/forIn.mjs","layer":"app-pages-browser"},"startTime":1787039771843,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":42414,"timestamp":520718739526,"id":6273,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/object/forOwn.mjs","layer":"app-pages-browser"},"startTime":1787039771856,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":42752,"timestamp":520718739623,"id":6274,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/object/forOwnRight.mjs","layer":"app-pages-browser"},"startTime":1787039771856,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":43380,"timestamp":520718739350,"id":6272,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/object/forInRight.mjs","layer":"app-pages-browser"},"startTime":1787039771856,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":43239,"timestamp":520718739784,"id":6276,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/object/functions.mjs","layer":"app-pages-browser"},"startTime":1787039771856,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":43437,"timestamp":520718739890,"id":6277,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/object/functionsIn.mjs","layer":"app-pages-browser"},"startTime":1787039771856,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":43936,"timestamp":520718739708,"id":6275,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/object/fromPairs.mjs","layer":"app-pages-browser"},"startTime":1787039771856,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":44305,"timestamp":520718739974,"id":6278,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/object/get.mjs","layer":"app-pages-browser"},"startTime":1787039771857,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":44657,"timestamp":520718740091,"id":6279,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/object/has.mjs","layer":"app-pages-browser"},"startTime":1787039771857,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":45019,"timestamp":520718740174,"id":6280,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/object/hasIn.mjs","layer":"app-pages-browser"},"startTime":1787039771857,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":45251,"timestamp":520718740328,"id":6282,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/object/invertBy.mjs","layer":"app-pages-browser"},"startTime":1787039771857,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":45648,"timestamp":520718740399,"id":6283,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/object/keys.mjs","layer":"app-pages-browser"},"startTime":1787039771857,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":45762,"timestamp":520718740637,"id":6285,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/object/mapKeys.mjs","layer":"app-pages-browser"},"startTime":1787039771857,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":46404,"timestamp":520718740474,"id":6284,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/object/keysIn.mjs","layer":"app-pages-browser"},"startTime":1787039771857,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":47149,"timestamp":520718740248,"id":6281,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/object/invert.mjs","layer":"app-pages-browser"},"startTime":1787039771857,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":46996,"timestamp":520718740714,"id":6286,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/object/mapValues.mjs","layer":"app-pages-browser"},"startTime":1787039771857,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":41764,"timestamp":520718751812,"id":6287,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/object/merge.mjs","layer":"app-pages-browser"},"startTime":1787039771868,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":42515,"timestamp":520718751959,"id":6288,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/object/mergeWith.mjs","layer":"app-pages-browser"},"startTime":1787039771869,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":42845,"timestamp":520718752137,"id":6290,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/object/omitBy.mjs","layer":"app-pages-browser"},"startTime":1787039771869,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":43555,"timestamp":520718752061,"id":6289,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/object/omit.mjs","layer":"app-pages-browser"},"startTime":1787039771869,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":43752,"timestamp":520718752315,"id":6292,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/object/pickBy.mjs","layer":"app-pages-browser"},"startTime":1787039771869,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":44005,"timestamp":520718752387,"id":6293,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/object/property.mjs","layer":"app-pages-browser"},"startTime":1787039771869,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":44682,"timestamp":520718752228,"id":6291,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/object/pick.mjs","layer":"app-pages-browser"},"startTime":1787039771869,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":44927,"timestamp":520718752534,"id":6295,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/object/result.mjs","layer":"app-pages-browser"},"startTime":1787039771869,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":45167,"timestamp":520718752605,"id":6296,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/object/set.mjs","layer":"app-pages-browser"},"startTime":1787039771869,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":45416,"timestamp":520718752674,"id":6297,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/object/setWith.mjs","layer":"app-pages-browser"},"startTime":1787039771869,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":45653,"timestamp":520718752747,"id":6298,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/object/toDefaulted.mjs","layer":"app-pages-browser"},"startTime":1787039771869,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":46221,"timestamp":520718752457,"id":6294,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/object/propertyOf.mjs","layer":"app-pages-browser"},"startTime":1787039771869,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":46264,"timestamp":520718752819,"id":6299,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/object/toPairs.mjs","layer":"app-pages-browser"},"startTime":1787039771869,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":46746,"timestamp":520718752905,"id":6300,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/object/toPairsIn.mjs","layer":"app-pages-browser"},"startTime":1787039771869,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":47280,"timestamp":520718752981,"id":6301,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/object/transform.mjs","layer":"app-pages-browser"},"startTime":1787039771870,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":47772,"timestamp":520718753057,"id":6302,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/object/unset.mjs","layer":"app-pages-browser"},"startTime":1787039771870,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":48013,"timestamp":520718753127,"id":6303,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/object/update.mjs","layer":"app-pages-browser"},"startTime":1787039771870,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":49963,"timestamp":520718753408,"id":6307,"parentId":5993,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/@mermaid-js/parser/dist/mermaid-parser.core.mjs","layer":"app-pages-browser"},"startTime":1787039771870,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":51026,"timestamp":520718753338,"id":6306,"parentId":5984,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/@iconify/utils/lib/index.js","layer":"app-pages-browser"},"startTime":1787039771870,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":52097,"timestamp":520718753194,"id":6304,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/object/updateWith.mjs","layer":"app-pages-browser"},"startTime":1787039771870,"traceId":"e4388ff8d15aa6e1"}]
|
|
19
|
+
[{"name":"build-module-mjs","duration":52392,"timestamp":520718753267,"id":6305,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/object/values.mjs","layer":"app-pages-browser"},"startTime":1787039771870,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":50817,"timestamp":520718765149,"id":6308,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/object/valuesIn.mjs","layer":"app-pages-browser"},"startTime":1787039771882,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":50834,"timestamp":520718765449,"id":6310,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/predicate/isFunction.mjs","layer":"app-pages-browser"},"startTime":1787039771882,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":51630,"timestamp":520718765339,"id":6309,"parentId":5985,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/@braintree/sanitize-url/dist/index.js","layer":"app-pages-browser"},"startTime":1787039771882,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":51502,"timestamp":520718765752,"id":6314,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/predicate/isNull.mjs","layer":"app-pages-browser"},"startTime":1787039771882,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":52616,"timestamp":520718765600,"id":6312,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/predicate/isMatchWith.mjs","layer":"app-pages-browser"},"startTime":1787039771882,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":53085,"timestamp":520718765681,"id":6313,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/predicate/isNative.mjs","layer":"app-pages-browser"},"startTime":1787039771882,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":53526,"timestamp":520718765525,"id":6311,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/predicate/isLength.mjs","layer":"app-pages-browser"},"startTime":1787039771882,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":53567,"timestamp":520718765825,"id":6315,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/predicate/isUndefined.mjs","layer":"app-pages-browser"},"startTime":1787039771882,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":53632,"timestamp":520718766080,"id":6318,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/predicate/isArguments.mjs","layer":"app-pages-browser"},"startTime":1787039771883,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":54090,"timestamp":520718765990,"id":6317,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/predicate/conformsTo.mjs","layer":"app-pages-browser"},"startTime":1787039771883,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":54083,"timestamp":520718766315,"id":6321,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/predicate/isArrayLike.mjs","layer":"app-pages-browser"},"startTime":1787039771883,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":54318,"timestamp":520718766384,"id":6322,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/predicate/isArrayLikeObject.mjs","layer":"app-pages-browser"},"startTime":1787039771883,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":55391,"timestamp":520718765904,"id":6316,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/predicate/conforms.mjs","layer":"app-pages-browser"},"startTime":1787039771882,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":55318,"timestamp":520718766246,"id":6320,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/predicate/isArrayBuffer.mjs","layer":"app-pages-browser"},"startTime":1787039771883,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":55252,"timestamp":520718766576,"id":6324,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/predicate/isBuffer.mjs","layer":"app-pages-browser"},"startTime":1787039771883,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":55894,"timestamp":520718766173,"id":6319,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/predicate/isArray.mjs","layer":"app-pages-browser"},"startTime":1787039771883,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":56043,"timestamp":520718766495,"id":6323,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/predicate/isBoolean.mjs","layer":"app-pages-browser"},"startTime":1787039771883,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":56149,"timestamp":520718766652,"id":6325,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/predicate/isDate.mjs","layer":"app-pages-browser"},"startTime":1787039771883,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":506640,"timestamp":520718493434,"id":6152,"parentId":5999,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/cytoscape/dist/cytoscape.esm.mjs","layer":"app-pages-browser"},"startTime":1787039771610,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":227319,"timestamp":520718777183,"id":6327,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/predicate/isEmpty.mjs","layer":"app-pages-browser"},"startTime":1787039771894,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":227659,"timestamp":520718777271,"id":6328,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/predicate/isEqualWith.mjs","layer":"app-pages-browser"},"startTime":1787039771894,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":227681,"timestamp":520718777504,"id":6331,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/predicate/isInteger.mjs","layer":"app-pages-browser"},"startTime":1787039771894,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":228446,"timestamp":520718777023,"id":6326,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/predicate/isElement.mjs","layer":"app-pages-browser"},"startTime":1787039771894,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":228425,"timestamp":520718777356,"id":6329,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/predicate/isError.mjs","layer":"app-pages-browser"},"startTime":1787039771894,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":228470,"timestamp":520718777580,"id":6332,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/predicate/isMap.mjs","layer":"app-pages-browser"},"startTime":1787039771894,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":228709,"timestamp":520718777651,"id":6333,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/predicate/isMatch.mjs","layer":"app-pages-browser"},"startTime":1787039771894,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":228883,"timestamp":520718777721,"id":6334,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/predicate/isNaN.mjs","layer":"app-pages-browser"},"startTime":1787039771894,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":229015,"timestamp":520718777865,"id":6336,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/predicate/isObject.mjs","layer":"app-pages-browser"},"startTime":1787039771894,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":229144,"timestamp":520718778006,"id":6338,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/predicate/isObjectLike.mjs","layer":"app-pages-browser"},"startTime":1787039771895,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":229605,"timestamp":520718777795,"id":6335,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/predicate/isNil.mjs","layer":"app-pages-browser"},"startTime":1787039771894,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":229787,"timestamp":520718778079,"id":6339,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/predicate/isPlainObject.mjs","layer":"app-pages-browser"},"startTime":1787039771895,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":230226,"timestamp":520718777935,"id":6337,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/predicate/isNumber.mjs","layer":"app-pages-browser"},"startTime":1787039771895,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":230188,"timestamp":520718778218,"id":6341,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/predicate/isSafeInteger.mjs","layer":"app-pages-browser"},"startTime":1787039771895,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":230383,"timestamp":520718778292,"id":6342,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/predicate/isSet.mjs","layer":"app-pages-browser"},"startTime":1787039771895,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":230803,"timestamp":520718778148,"id":6340,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/predicate/isRegExp.mjs","layer":"app-pages-browser"},"startTime":1787039771895,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":230706,"timestamp":520718778503,"id":6345,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/predicate/isTypedArray.mjs","layer":"app-pages-browser"},"startTime":1787039771895,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":232019,"timestamp":520718777431,"id":6330,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/predicate/isFinite.mjs","layer":"app-pages-browser"},"startTime":1787039771894,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":231530,"timestamp":520718778360,"id":6343,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/predicate/isString.mjs","layer":"app-pages-browser"},"startTime":1787039771895,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":231705,"timestamp":520718778428,"id":6344,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/predicate/isSymbol.mjs","layer":"app-pages-browser"},"startTime":1787039771895,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":233431,"timestamp":520718790294,"id":6346,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/predicate/isWeakMap.mjs","layer":"app-pages-browser"},"startTime":1787039771907,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":233661,"timestamp":520718790601,"id":6349,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/predicate/matchesProperty.mjs","layer":"app-pages-browser"},"startTime":1787039771907,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":234120,"timestamp":520718790433,"id":6347,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/predicate/isWeakSet.mjs","layer":"app-pages-browser"},"startTime":1787039771907,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":234362,"timestamp":520718790525,"id":6348,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/predicate/matches.mjs","layer":"app-pages-browser"},"startTime":1787039771907,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":234506,"timestamp":520718790676,"id":6350,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/string/capitalize.mjs","layer":"app-pages-browser"},"startTime":1787039771907,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":23040,"timestamp":520719054433,"id":6353,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/string/endsWith.mjs","layer":"app-pages-browser"},"startTime":1787039772171,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":24025,"timestamp":520719054343,"id":6352,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/string/deburr.mjs","layer":"app-pages-browser"},"startTime":1787039772171,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":24892,"timestamp":520719054184,"id":6351,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/string/camelCase.mjs","layer":"app-pages-browser"},"startTime":1787039772171,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":25251,"timestamp":520719054515,"id":6354,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/string/escape.mjs","layer":"app-pages-browser"},"startTime":1787039772171,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":25755,"timestamp":520719054588,"id":6355,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/string/escapeRegExp.mjs","layer":"app-pages-browser"},"startTime":1787039772171,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":26167,"timestamp":520719054662,"id":6356,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/string/kebabCase.mjs","layer":"app-pages-browser"},"startTime":1787039772171,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":26576,"timestamp":520719054739,"id":6357,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/string/lowerCase.mjs","layer":"app-pages-browser"},"startTime":1787039772171,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":26871,"timestamp":520719054928,"id":6359,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/string/pad.mjs","layer":"app-pages-browser"},"startTime":1787039772172,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":27233,"timestamp":520719055012,"id":6360,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/string/padEnd.mjs","layer":"app-pages-browser"},"startTime":1787039772172,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":30773,"timestamp":520719055098,"id":6361,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/string/padStart.mjs","layer":"app-pages-browser"},"startTime":1787039772172,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":31212,"timestamp":520719055169,"id":6362,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/string/repeat.mjs","layer":"app-pages-browser"},"startTime":1787039772172,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":31472,"timestamp":520719055240,"id":6363,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/string/replace.mjs","layer":"app-pages-browser"},"startTime":1787039772172,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":32160,"timestamp":520719054835,"id":6358,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/string/lowerFirst.mjs","layer":"app-pages-browser"},"startTime":1787039772171,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":31974,"timestamp":520719055314,"id":6364,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/string/snakeCase.mjs","layer":"app-pages-browser"},"startTime":1787039772172,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":32168,"timestamp":520719055384,"id":6365,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/string/split.mjs","layer":"app-pages-browser"},"startTime":1787039772172,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":32521,"timestamp":520719055454,"id":6366,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/string/startCase.mjs","layer":"app-pages-browser"},"startTime":1787039772172,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":32761,"timestamp":520719055527,"id":6367,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/string/startsWith.mjs","layer":"app-pages-browser"},"startTime":1787039772172,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":33622,"timestamp":520719055598,"id":6368,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/string/template.mjs","layer":"app-pages-browser"},"startTime":1787039772172,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":33855,"timestamp":520719055666,"id":6369,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/string/toLower.mjs","layer":"app-pages-browser"},"startTime":1787039772172,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":34834,"timestamp":520719055812,"id":6371,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/string/trim.mjs","layer":"app-pages-browser"},"startTime":1787039772172,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":35482,"timestamp":520719055740,"id":6370,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/string/toUpper.mjs","layer":"app-pages-browser"},"startTime":1787039772172,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":36118,"timestamp":520719056062,"id":6374,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/string/truncate.mjs","layer":"app-pages-browser"},"startTime":1787039772173,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":36832,"timestamp":520719055880,"id":6372,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/string/trimEnd.mjs","layer":"app-pages-browser"},"startTime":1787039772172,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":37109,"timestamp":520719055949,"id":6373,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/string/trimStart.mjs","layer":"app-pages-browser"},"startTime":1787039772173,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":37140,"timestamp":520719056214,"id":6376,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/string/upperCase.mjs","layer":"app-pages-browser"},"startTime":1787039772173,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":40108,"timestamp":520719056358,"id":6378,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/string/words.mjs","layer":"app-pages-browser"},"startTime":1787039772173,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":40626,"timestamp":520719056289,"id":6377,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/string/upperFirst.mjs","layer":"app-pages-browser"},"startTime":1787039772173,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":41353,"timestamp":520719056144,"id":6375,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/string/unescape.mjs","layer":"app-pages-browser"},"startTime":1787039772173,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":39133,"timestamp":520719064946,"id":6380,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/util/cond.mjs","layer":"app-pages-browser"},"startTime":1787039772182,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":39866,"timestamp":520719064725,"id":6379,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/util/bindAll.mjs","layer":"app-pages-browser"},"startTime":1787039772181,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":39790,"timestamp":520719065048,"id":6381,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/util/constant.mjs","layer":"app-pages-browser"},"startTime":1787039772182,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":39961,"timestamp":520719065129,"id":6382,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/util/defaultTo.mjs","layer":"app-pages-browser"},"startTime":1787039772182,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":40156,"timestamp":520719065206,"id":6383,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/util/gt.mjs","layer":"app-pages-browser"},"startTime":1787039772182,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":40432,"timestamp":520719065288,"id":6384,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/util/gte.mjs","layer":"app-pages-browser"},"startTime":1787039772182,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":40661,"timestamp":520719065465,"id":6386,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/util/iteratee.mjs","layer":"app-pages-browser"},"startTime":1787039772182,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":41020,"timestamp":520719065538,"id":6387,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/util/lt.mjs","layer":"app-pages-browser"},"startTime":1787039772182,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":41239,"timestamp":520719065631,"id":6388,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/util/lte.mjs","layer":"app-pages-browser"},"startTime":1787039772182,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":41993,"timestamp":520719065388,"id":6385,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/util/invoke.mjs","layer":"app-pages-browser"},"startTime":1787039772182,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":42003,"timestamp":520719065714,"id":6389,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/util/method.mjs","layer":"app-pages-browser"},"startTime":1787039772182,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":42276,"timestamp":520719065786,"id":6390,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/util/methodOf.mjs","layer":"app-pages-browser"},"startTime":1787039772182,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":42456,"timestamp":520719065864,"id":6391,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/util/now.mjs","layer":"app-pages-browser"},"startTime":1787039772182,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":42759,"timestamp":520719065936,"id":6392,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/util/over.mjs","layer":"app-pages-browser"},"startTime":1787039772183,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":43078,"timestamp":520719066003,"id":6393,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/util/overEvery.mjs","layer":"app-pages-browser"},"startTime":1787039772183,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":43195,"timestamp":520719066153,"id":6395,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/_internal/isEqualsSameValueZero.mjs","layer":"app-pages-browser"},"startTime":1787039772183,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":46113,"timestamp":520719066227,"id":6396,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/util/stubArray.mjs","layer":"app-pages-browser"},"startTime":1787039772183,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":46523,"timestamp":520719066301,"id":6397,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/util/stubFalse.mjs","layer":"app-pages-browser"},"startTime":1787039772183,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":46763,"timestamp":520719066378,"id":6398,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/util/stubObject.mjs","layer":"app-pages-browser"},"startTime":1787039772183,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":54375,"timestamp":520719066599,"id":6401,"parentId":5997,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/@upsetjs/venn.js/build/venn.esm.js","layer":"app-pages-browser"},"startTime":1787039772183,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":55222,"timestamp":520719066451,"id":6399,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/util/stubString.mjs","layer":"app-pages-browser"},"startTime":1787039772183,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":55558,"timestamp":520719066670,"id":6402,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/util/times.mjs","layer":"app-pages-browser"},"startTime":1787039772183,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":55855,"timestamp":520719066741,"id":6403,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/toolkit.mjs","layer":"app-pages-browser"},"startTime":1787039772183,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":56330,"timestamp":520719066522,"id":6400,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/util/stubTrue.mjs","layer":"app-pages-browser"},"startTime":1787039772183,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":56407,"timestamp":520719066817,"id":6404,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/util/toArray.mjs","layer":"app-pages-browser"},"startTime":1787039772183,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":57533,"timestamp":520719066081,"id":6394,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/util/overSome.mjs","layer":"app-pages-browser"},"startTime":1787039772183,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":56932,"timestamp":520719066978,"id":6406,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/util/toInteger.mjs","layer":"app-pages-browser"},"startTime":1787039772184,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":57400,"timestamp":520719066886,"id":6405,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/util/toFinite.mjs","layer":"app-pages-browser"},"startTime":1787039772183,"traceId":"e4388ff8d15aa6e1"}]
|
|
20
|
+
[{"name":"build-module-mjs","duration":57562,"timestamp":520719067059,"id":6407,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/util/toLength.mjs","layer":"app-pages-browser"},"startTime":1787039772184,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":57915,"timestamp":520719067135,"id":6408,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/util/toNumber.mjs","layer":"app-pages-browser"},"startTime":1787039772184,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":58273,"timestamp":520719067273,"id":6410,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/util/toPlainObject.mjs","layer":"app-pages-browser"},"startTime":1787039772184,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":58733,"timestamp":520719067368,"id":6411,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/util/toSafeInteger.mjs","layer":"app-pages-browser"},"startTime":1787039772184,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":59450,"timestamp":520719067203,"id":6409,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/util/toPath.mjs","layer":"app-pages-browser"},"startTime":1787039772184,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":61210,"timestamp":520719067604,"id":6414,"parentId":6047,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/cytoscape-cose-bilkent/cytoscape-cose-bilkent.js","layer":"app-pages-browser"},"startTime":1787039772184,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":61954,"timestamp":520719067452,"id":6412,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/util/toString.mjs","layer":"app-pages-browser"},"startTime":1787039772184,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":61985,"timestamp":520719067763,"id":6416,"parentId":6056,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/unist-util-find-after/index.js","layer":"app-pages-browser"},"startTime":1787039772184,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":62529,"timestamp":520719067524,"id":6413,"parentId":6065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/util/uniqueId.mjs","layer":"app-pages-browser"},"startTime":1787039772184,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":62428,"timestamp":520719067869,"id":6417,"parentId":6056,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/hast-util-is-element/index.js","layer":"app-pages-browser"},"startTime":1787039772184,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":62839,"timestamp":520719067682,"id":6415,"parentId":6046,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/unist-util-stringify-position/index.js","layer":"app-pages-browser"},"startTime":1787039772184,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":62622,"timestamp":520719068244,"id":6421,"parentId":6069,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/array/chunk.mjs","layer":"app-pages-browser"},"startTime":1787039772185,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":63184,"timestamp":520719067951,"id":6418,"parentId":6057,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/unist-util-is/index.js","layer":"app-pages-browser"},"startTime":1787039772185,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":63262,"timestamp":520719068168,"id":6420,"parentId":6069,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/array/compact.mjs","layer":"app-pages-browser"},"startTime":1787039772185,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":63695,"timestamp":520719068069,"id":6419,"parentId":6069,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/array/at.mjs","layer":"app-pages-browser"},"startTime":1787039772185,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":63775,"timestamp":520719068313,"id":6422,"parentId":6069,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/array/countBy.mjs","layer":"app-pages-browser"},"startTime":1787039772185,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":63805,"timestamp":520719068568,"id":6424,"parentId":6069,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/array/differenceBy.mjs","layer":"app-pages-browser"},"startTime":1787039772185,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":63992,"timestamp":520719068650,"id":6425,"parentId":6069,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/array/differenceWith.mjs","layer":"app-pages-browser"},"startTime":1787039772185,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":64519,"timestamp":520719068436,"id":6423,"parentId":6069,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/array/difference.mjs","layer":"app-pages-browser"},"startTime":1787039772185,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":64408,"timestamp":520719068865,"id":6428,"parentId":6069,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/array/dropRightWhile.mjs","layer":"app-pages-browser"},"startTime":1787039772185,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":64599,"timestamp":520719068963,"id":6429,"parentId":6069,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/array/dropWhile.mjs","layer":"app-pages-browser"},"startTime":1787039772186,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":65170,"timestamp":520719068721,"id":6426,"parentId":6069,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/array/drop.mjs","layer":"app-pages-browser"},"startTime":1787039772185,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":65414,"timestamp":520719068795,"id":6427,"parentId":6069,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/array/dropRight.mjs","layer":"app-pages-browser"},"startTime":1787039772185,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":65528,"timestamp":520719069042,"id":6430,"parentId":6069,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/array/fill.mjs","layer":"app-pages-browser"},"startTime":1787039772186,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":65734,"timestamp":520719069182,"id":6432,"parentId":6069,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/array/flatMap.mjs","layer":"app-pages-browser"},"startTime":1787039772186,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":66194,"timestamp":520719069114,"id":6431,"parentId":6069,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/array/filterAsync.mjs","layer":"app-pages-browser"},"startTime":1787039772186,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":66402,"timestamp":520719069251,"id":6433,"parentId":6069,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/array/flatMapAsync.mjs","layer":"app-pages-browser"},"startTime":1787039772186,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":66623,"timestamp":520719069324,"id":6434,"parentId":6069,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/array/flatMapDeep.mjs","layer":"app-pages-browser"},"startTime":1787039772186,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":66920,"timestamp":520719069395,"id":6435,"parentId":6069,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/array/flatten.mjs","layer":"app-pages-browser"},"startTime":1787039772186,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":67208,"timestamp":520719069464,"id":6436,"parentId":6069,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/array/flattenDeep.mjs","layer":"app-pages-browser"},"startTime":1787039772186,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":67385,"timestamp":520719069678,"id":6439,"parentId":6069,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/array/groupBy.mjs","layer":"app-pages-browser"},"startTime":1787039772186,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":67800,"timestamp":520719069608,"id":6438,"parentId":6069,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/array/forEachRight.mjs","layer":"app-pages-browser"},"startTime":1787039772186,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":67917,"timestamp":520719069751,"id":6440,"parentId":6069,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/array/head.mjs","layer":"app-pages-browser"},"startTime":1787039772186,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":68483,"timestamp":520719069537,"id":6437,"parentId":6069,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/array/forEachAsync.mjs","layer":"app-pages-browser"},"startTime":1787039772186,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":68402,"timestamp":520719069889,"id":6442,"parentId":6069,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/array/intersection.mjs","layer":"app-pages-browser"},"startTime":1787039772186,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":68719,"timestamp":520719069820,"id":6441,"parentId":6069,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/array/initial.mjs","layer":"app-pages-browser"},"startTime":1787039772186,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":89686,"timestamp":520719074654,"id":6443,"parentId":6069,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/array/intersectionBy.mjs","layer":"app-pages-browser"},"startTime":1787039772191,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":89870,"timestamp":520719075188,"id":6447,"parentId":6069,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/array/keyBy.mjs","layer":"app-pages-browser"},"startTime":1787039772192,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":90278,"timestamp":520719075266,"id":6448,"parentId":6069,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/array/last.mjs","layer":"app-pages-browser"},"startTime":1787039772192,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":91059,"timestamp":520719075085,"id":6446,"parentId":6069,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/array/isSubsetWith.mjs","layer":"app-pages-browser"},"startTime":1787039772192,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":91723,"timestamp":520719074868,"id":6444,"parentId":6069,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/array/intersectionWith.mjs","layer":"app-pages-browser"},"startTime":1787039772191,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":92475,"timestamp":520719074991,"id":6445,"parentId":6069,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/array/isSubset.mjs","layer":"app-pages-browser"},"startTime":1787039772192,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":107316,"timestamp":520719075349,"id":6449,"parentId":6069,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/array/limitAsync.mjs","layer":"app-pages-browser"},"startTime":1787039772192,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":87337,"timestamp":520719100841,"id":6453,"parentId":6069,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/array/orderBy.mjs","layer":"app-pages-browser"},"startTime":1787039772217,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":88515,"timestamp":520719100510,"id":6450,"parentId":6069,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/array/mapAsync.mjs","layer":"app-pages-browser"},"startTime":1787039772217,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":89106,"timestamp":520719100765,"id":6452,"parentId":6069,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/array/minBy.mjs","layer":"app-pages-browser"},"startTime":1787039772217,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":89959,"timestamp":520719100677,"id":6451,"parentId":6069,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/array/maxBy.mjs","layer":"app-pages-browser"},"startTime":1787039772217,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":49677,"timestamp":520719145901,"id":6454,"parentId":6069,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/array/partition.mjs","layer":"app-pages-browser"},"startTime":1787039772262,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":50124,"timestamp":520719146240,"id":6455,"parentId":6069,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/array/pull.mjs","layer":"app-pages-browser"},"startTime":1787039772263,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":50536,"timestamp":520719146501,"id":6456,"parentId":6069,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/array/pullAt.mjs","layer":"app-pages-browser"},"startTime":1787039772263,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":50723,"timestamp":520719147054,"id":6459,"parentId":6069,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/array/sample.mjs","layer":"app-pages-browser"},"startTime":1787039772264,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":51067,"timestamp":520719147305,"id":6460,"parentId":6069,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/array/sampleSize.mjs","layer":"app-pages-browser"},"startTime":1787039772264,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":52113,"timestamp":520719146700,"id":6457,"parentId":6069,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/array/reduceAsync.mjs","layer":"app-pages-browser"},"startTime":1787039772263,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":52575,"timestamp":520719146880,"id":6458,"parentId":6069,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/array/remove.mjs","layer":"app-pages-browser"},"startTime":1787039772263,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":52430,"timestamp":520719147549,"id":6461,"parentId":6069,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/array/shuffle.mjs","layer":"app-pages-browser"},"startTime":1787039772264,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":52759,"timestamp":520719147938,"id":6463,"parentId":6069,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/array/tail.mjs","layer":"app-pages-browser"},"startTime":1787039772265,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":53249,"timestamp":520719148184,"id":6464,"parentId":6069,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/array/take.mjs","layer":"app-pages-browser"},"startTime":1787039772265,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":54202,"timestamp":520719147749,"id":6462,"parentId":6069,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/array/sortBy.mjs","layer":"app-pages-browser"},"startTime":1787039772264,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":53989,"timestamp":520719148826,"id":6467,"parentId":6069,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/array/takeWhile.mjs","layer":"app-pages-browser"},"startTime":1787039772265,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":55352,"timestamp":520719148369,"id":6465,"parentId":6069,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/array/takeRight.mjs","layer":"app-pages-browser"},"startTime":1787039772265,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":55624,"timestamp":520719148622,"id":6466,"parentId":6069,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/array/takeRightWhile.mjs","layer":"app-pages-browser"},"startTime":1787039772265,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":55811,"timestamp":520719149147,"id":6468,"parentId":6069,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/array/toFilled.mjs","layer":"app-pages-browser"},"startTime":1787039772266,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":56124,"timestamp":520719149523,"id":6471,"parentId":6069,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/array/unionWith.mjs","layer":"app-pages-browser"},"startTime":1787039772266,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":57146,"timestamp":520719149620,"id":6472,"parentId":6069,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/array/uniq.mjs","layer":"app-pages-browser"},"startTime":1787039772266,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":58167,"timestamp":520719149300,"id":6469,"parentId":6069,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/array/union.mjs","layer":"app-pages-browser"},"startTime":1787039772266,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":58725,"timestamp":520719149421,"id":6470,"parentId":6069,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/array/unionBy.mjs","layer":"app-pages-browser"},"startTime":1787039772266,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":59129,"timestamp":520719149727,"id":6473,"parentId":6069,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/array/uniqBy.mjs","layer":"app-pages-browser"},"startTime":1787039772266,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":59706,"timestamp":520719149825,"id":6474,"parentId":6069,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/array/uniqWith.mjs","layer":"app-pages-browser"},"startTime":1787039772266,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":60364,"timestamp":520719149919,"id":6475,"parentId":6069,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/array/unzip.mjs","layer":"app-pages-browser"},"startTime":1787039772266,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":60994,"timestamp":520719150021,"id":6476,"parentId":6069,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/array/unzipWith.mjs","layer":"app-pages-browser"},"startTime":1787039772267,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":61746,"timestamp":520719150118,"id":6477,"parentId":6069,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/array/windowed.mjs","layer":"app-pages-browser"},"startTime":1787039772267,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":66053,"timestamp":520719150305,"id":6479,"parentId":6069,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/array/xor.mjs","layer":"app-pages-browser"},"startTime":1787039772267,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":66807,"timestamp":520719150212,"id":6478,"parentId":6069,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/array/without.mjs","layer":"app-pages-browser"},"startTime":1787039772267,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":67050,"timestamp":520719150722,"id":6482,"parentId":6069,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/array/zip.mjs","layer":"app-pages-browser"},"startTime":1787039772267,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":67273,"timestamp":520719150873,"id":6483,"parentId":6069,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/array/zipObject.mjs","layer":"app-pages-browser"},"startTime":1787039772267,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":67596,"timestamp":520719151078,"id":6485,"parentId":6069,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/error/AbortError.mjs","layer":"app-pages-browser"},"startTime":1787039772268,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":68565,"timestamp":520719150537,"id":6481,"parentId":6069,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/array/xorWith.mjs","layer":"app-pages-browser"},"startTime":1787039772267,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":68685,"timestamp":520719150978,"id":6484,"parentId":6069,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/array/zipWith.mjs","layer":"app-pages-browser"},"startTime":1787039772268,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":68954,"timestamp":520719151184,"id":6486,"parentId":6069,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/error/TimeoutError.mjs","layer":"app-pages-browser"},"startTime":1787039772268,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":70339,"timestamp":520719150401,"id":6480,"parentId":6069,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/array/xorBy.mjs","layer":"app-pages-browser"},"startTime":1787039772267,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":73032,"timestamp":520719151434,"id":6488,"parentId":6069,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/function/ary.mjs","layer":"app-pages-browser"},"startTime":1787039772268,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":74536,"timestamp":520719151312,"id":6487,"parentId":6069,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/function/after.mjs","layer":"app-pages-browser"},"startTime":1787039772268,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":74876,"timestamp":520719151717,"id":6489,"parentId":6069,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/function/asyncNoop.mjs","layer":"app-pages-browser"},"startTime":1787039772268,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":70887,"timestamp":520719171705,"id":6491,"parentId":6069,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/function/curry.mjs","layer":"app-pages-browser"},"startTime":1787039772288,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":71141,"timestamp":520719171876,"id":6492,"parentId":6069,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/function/curryRight.mjs","layer":"app-pages-browser"},"startTime":1787039772288,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":72560,"timestamp":520719171404,"id":6490,"parentId":6069,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/function/before.mjs","layer":"app-pages-browser"},"startTime":1787039772288,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":72763,"timestamp":520719172076,"id":6493,"parentId":6069,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/function/debounce.mjs","layer":"app-pages-browser"},"startTime":1787039772289,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":72826,"timestamp":520719172455,"id":6496,"parentId":6069,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/function/identity.mjs","layer":"app-pages-browser"},"startTime":1787039772289,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":73315,"timestamp":520719172354,"id":6495,"parentId":6069,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/function/flowRight.mjs","layer":"app-pages-browser"},"startTime":1787039772289,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":72959,"timestamp":520719172963,"id":6499,"parentId":6069,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/function/noop.mjs","layer":"app-pages-browser"},"startTime":1787039772290,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":74007,"timestamp":520719172244,"id":6494,"parentId":6069,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/function/flow.mjs","layer":"app-pages-browser"},"startTime":1787039772289,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":73959,"timestamp":520719172621,"id":6497,"parentId":6069,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/function/memoize.mjs","layer":"app-pages-browser"},"startTime":1787039772289,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":74027,"timestamp":520719172803,"id":6498,"parentId":6069,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/function/negate.mjs","layer":"app-pages-browser"},"startTime":1787039772289,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":73996,"timestamp":520719173146,"id":6500,"parentId":6069,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/function/once.mjs","layer":"app-pages-browser"},"startTime":1787039772290,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":74212,"timestamp":520719173331,"id":6501,"parentId":6069,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/function/partial.mjs","layer":"app-pages-browser"},"startTime":1787039772290,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":74306,"timestamp":520719173552,"id":6503,"parentId":6069,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/function/rest.mjs","layer":"app-pages-browser"},"startTime":1787039772290,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":74831,"timestamp":520719173653,"id":6504,"parentId":6069,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/function/retry.mjs","layer":"app-pages-browser"},"startTime":1787039772290,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":75422,"timestamp":520719173456,"id":6502,"parentId":6069,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/function/partialRight.mjs","layer":"app-pages-browser"},"startTime":1787039772290,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":75432,"timestamp":520719173871,"id":6506,"parentId":6069,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/function/throttle.mjs","layer":"app-pages-browser"},"startTime":1787039772290,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":75811,"timestamp":520719173747,"id":6505,"parentId":6069,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/function/spread.mjs","layer":"app-pages-browser"},"startTime":1787039772290,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":75848,"timestamp":520719173975,"id":6507,"parentId":6069,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/function/unary.mjs","layer":"app-pages-browser"},"startTime":1787039772291,"traceId":"e4388ff8d15aa6e1"}]
|
|
21
|
+
[{"name":"build-module-mjs","duration":75908,"timestamp":520719174166,"id":6509,"parentId":6069,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/predicate/isBlob.mjs","layer":"app-pages-browser"},"startTime":1787039772291,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":75899,"timestamp":520719174457,"id":6512,"parentId":6069,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/predicate/isBuffer.mjs","layer":"app-pages-browser"},"startTime":1787039772291,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":76523,"timestamp":520719174070,"id":6508,"parentId":6069,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/predicate/isArrayBuffer.mjs","layer":"app-pages-browser"},"startTime":1787039772291,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":76559,"timestamp":520719174266,"id":6510,"parentId":6069,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/predicate/isBoolean.mjs","layer":"app-pages-browser"},"startTime":1787039772291,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":77210,"timestamp":520719174757,"id":6515,"parentId":6069,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/predicate/isEqualWith.mjs","layer":"app-pages-browser"},"startTime":1787039772291,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":77966,"timestamp":520719174362,"id":6511,"parentId":6069,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/predicate/isBrowser.mjs","layer":"app-pages-browser"},"startTime":1787039772291,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":77754,"timestamp":520719174870,"id":6516,"parentId":6069,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/predicate/isError.mjs","layer":"app-pages-browser"},"startTime":1787039772291,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":78433,"timestamp":520719174554,"id":6513,"parentId":6069,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/predicate/isDate.mjs","layer":"app-pages-browser"},"startTime":1787039772291,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":78388,"timestamp":520719174994,"id":6517,"parentId":6069,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/predicate/isFile.mjs","layer":"app-pages-browser"},"startTime":1787039772292,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":77927,"timestamp":520719175796,"id":6521,"parentId":6069,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/predicate/isLength.mjs","layer":"app-pages-browser"},"startTime":1787039772292,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":78636,"timestamp":520719175396,"id":6519,"parentId":6069,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/predicate/isJSON.mjs","layer":"app-pages-browser"},"startTime":1787039772292,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":79707,"timestamp":520719174647,"id":6514,"parentId":6069,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/predicate/isEmptyObject.mjs","layer":"app-pages-browser"},"startTime":1787039772291,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":78443,"timestamp":520719176229,"id":6523,"parentId":6069,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/predicate/isNil.mjs","layer":"app-pages-browser"},"startTime":1787039772293,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":79585,"timestamp":520719175589,"id":6520,"parentId":6069,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/predicate/isJSONValue.mjs","layer":"app-pages-browser"},"startTime":1787039772292,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":80271,"timestamp":520719175192,"id":6518,"parentId":6069,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/predicate/isFunction.mjs","layer":"app-pages-browser"},"startTime":1787039772292,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":79224,"timestamp":520719176607,"id":6525,"parentId":6069,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/predicate/isNotNil.mjs","layer":"app-pages-browser"},"startTime":1787039772293,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":79641,"timestamp":520719176766,"id":6526,"parentId":6069,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/predicate/isNull.mjs","layer":"app-pages-browser"},"startTime":1787039772293,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":80620,"timestamp":520719176441,"id":6524,"parentId":6069,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/predicate/isNode.mjs","layer":"app-pages-browser"},"startTime":1787039772293,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":80299,"timestamp":520719177184,"id":6529,"parentId":6069,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/predicate/isPrimitive.mjs","layer":"app-pages-browser"},"startTime":1787039772294,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":81929,"timestamp":520719175983,"id":6522,"parentId":6069,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/predicate/isMap.mjs","layer":"app-pages-browser"},"startTime":1787039772293,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":81213,"timestamp":520719177048,"id":6528,"parentId":6069,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/predicate/isPlainObject.mjs","layer":"app-pages-browser"},"startTime":1787039772294,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":81713,"timestamp":520719176909,"id":6527,"parentId":6069,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/predicate/isNumber.mjs","layer":"app-pages-browser"},"startTime":1787039772293,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":81564,"timestamp":520719177332,"id":6530,"parentId":6069,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/predicate/isPromise.mjs","layer":"app-pages-browser"},"startTime":1787039772294,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":81701,"timestamp":520719177476,"id":6531,"parentId":6069,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/predicate/isRegExp.mjs","layer":"app-pages-browser"},"startTime":1787039772294,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":81411,"timestamp":520719178088,"id":6535,"parentId":6069,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/predicate/isTypedArray.mjs","layer":"app-pages-browser"},"startTime":1787039772295,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":81983,"timestamp":520719177773,"id":6533,"parentId":6069,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/predicate/isString.mjs","layer":"app-pages-browser"},"startTime":1787039772294,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":82379,"timestamp":520719177619,"id":6532,"parentId":6069,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/predicate/isSet.mjs","layer":"app-pages-browser"},"startTime":1787039772294,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":82025,"timestamp":520719178242,"id":6536,"parentId":6069,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/predicate/isUndefined.mjs","layer":"app-pages-browser"},"startTime":1787039772295,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":82575,"timestamp":520719177935,"id":6534,"parentId":6069,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/predicate/isSymbol.mjs","layer":"app-pages-browser"},"startTime":1787039772295,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":92988,"timestamp":520719178387,"id":6537,"parentId":6069,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/predicate/isWeakMap.mjs","layer":"app-pages-browser"},"startTime":1787039772295,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":86435,"timestamp":520719185497,"id":6538,"parentId":6069,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/predicate/isWeakSet.mjs","layer":"app-pages-browser"},"startTime":1787039772302,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":86298,"timestamp":520719185984,"id":6540,"parentId":6069,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/math/inRange.mjs","layer":"app-pages-browser"},"startTime":1787039772303,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":86822,"timestamp":520719185736,"id":6539,"parentId":6069,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/math/clamp.mjs","layer":"app-pages-browser"},"startTime":1787039772302,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":85143,"timestamp":520719193619,"id":6544,"parentId":6069,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/math/medianBy.mjs","layer":"app-pages-browser"},"startTime":1787039772310,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":86292,"timestamp":520719192818,"id":6541,"parentId":6069,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/math/mean.mjs","layer":"app-pages-browser"},"startTime":1787039772309,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":86345,"timestamp":520719193046,"id":6542,"parentId":6069,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/math/meanBy.mjs","layer":"app-pages-browser"},"startTime":1787039772310,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":85784,"timestamp":520719193918,"id":6545,"parentId":6069,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/math/random.mjs","layer":"app-pages-browser"},"startTime":1787039772310,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":85873,"timestamp":520719194098,"id":6546,"parentId":6069,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/math/randomInt.mjs","layer":"app-pages-browser"},"startTime":1787039772311,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":87025,"timestamp":520719193286,"id":6543,"parentId":6069,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/math/median.mjs","layer":"app-pages-browser"},"startTime":1787039772310,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":45915,"timestamp":520719237102,"id":6547,"parentId":6069,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/math/range.mjs","layer":"app-pages-browser"},"startTime":1787039772354,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":45987,"timestamp":520719237655,"id":6552,"parentId":6069,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/object/clone.mjs","layer":"app-pages-browser"},"startTime":1787039772354,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":46411,"timestamp":520719237579,"id":6551,"parentId":6069,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/math/sumBy.mjs","layer":"app-pages-browser"},"startTime":1787039772354,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":47292,"timestamp":520719237803,"id":6554,"parentId":6069,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/object/cloneDeepWith.mjs","layer":"app-pages-browser"},"startTime":1787039772354,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":48402,"timestamp":520719237320,"id":6548,"parentId":6069,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/math/rangeRight.mjs","layer":"app-pages-browser"},"startTime":1787039772354,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":48997,"timestamp":520719237503,"id":6550,"parentId":6069,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/math/sum.mjs","layer":"app-pages-browser"},"startTime":1787039772354,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":49116,"timestamp":520719237884,"id":6555,"parentId":6069,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/object/findKey.mjs","layer":"app-pages-browser"},"startTime":1787039772354,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":49694,"timestamp":520719237728,"id":6553,"parentId":6069,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/object/cloneDeep.mjs","layer":"app-pages-browser"},"startTime":1787039772354,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":50190,"timestamp":520719237998,"id":6556,"parentId":6069,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/object/flattenObject.mjs","layer":"app-pages-browser"},"startTime":1787039772355,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":50705,"timestamp":520719238086,"id":6557,"parentId":6069,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/object/invert.mjs","layer":"app-pages-browser"},"startTime":1787039772355,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":52073,"timestamp":520719237423,"id":6549,"parentId":6069,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/math/round.mjs","layer":"app-pages-browser"},"startTime":1787039772354,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":52111,"timestamp":520719238158,"id":6558,"parentId":6069,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/object/mapKeys.mjs","layer":"app-pages-browser"},"startTime":1787039772355,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":52491,"timestamp":520719238228,"id":6559,"parentId":6069,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/object/mapValues.mjs","layer":"app-pages-browser"},"startTime":1787039772355,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":52898,"timestamp":520719238298,"id":6560,"parentId":6069,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/object/merge.mjs","layer":"app-pages-browser"},"startTime":1787039772355,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":53267,"timestamp":520719238369,"id":6561,"parentId":6069,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/object/mergeWith.mjs","layer":"app-pages-browser"},"startTime":1787039772355,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":53478,"timestamp":520719238438,"id":6562,"parentId":6069,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/object/omit.mjs","layer":"app-pages-browser"},"startTime":1787039772355,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":53825,"timestamp":520719238509,"id":6563,"parentId":6069,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/object/omitBy.mjs","layer":"app-pages-browser"},"startTime":1787039772355,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":59278,"timestamp":520719238580,"id":6564,"parentId":6069,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/object/pick.mjs","layer":"app-pages-browser"},"startTime":1787039772355,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":59638,"timestamp":520719238675,"id":6565,"parentId":6069,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/object/pickBy.mjs","layer":"app-pages-browser"},"startTime":1787039772355,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":37025,"timestamp":520719262817,"id":6569,"parentId":6069,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/promise/delay.mjs","layer":"app-pages-browser"},"startTime":1787039772379,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":37769,"timestamp":520719262653,"id":6567,"parentId":6069,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/object/toMerged.mjs","layer":"app-pages-browser"},"startTime":1787039772379,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":38417,"timestamp":520719262492,"id":6566,"parentId":6069,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/object/toCamelCaseKeys.mjs","layer":"app-pages-browser"},"startTime":1787039772379,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":38638,"timestamp":520719262741,"id":6568,"parentId":6069,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/object/toSnakeCaseKeys.mjs","layer":"app-pages-browser"},"startTime":1787039772379,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":38605,"timestamp":520719263139,"id":6573,"parentId":6069,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/promise/withTimeout.mjs","layer":"app-pages-browser"},"startTime":1787039772380,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":38974,"timestamp":520719263212,"id":6574,"parentId":6069,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/string/camelCase.mjs","layer":"app-pages-browser"},"startTime":1787039772380,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":39806,"timestamp":520719262891,"id":6570,"parentId":6069,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/promise/mutex.mjs","layer":"app-pages-browser"},"startTime":1787039772379,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":40239,"timestamp":520719262964,"id":6571,"parentId":6069,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/promise/semaphore.mjs","layer":"app-pages-browser"},"startTime":1787039772380,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":40487,"timestamp":520719263058,"id":6572,"parentId":6069,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/promise/timeout.mjs","layer":"app-pages-browser"},"startTime":1787039772380,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":40474,"timestamp":520719263398,"id":6576,"parentId":6069,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/string/constantCase.mjs","layer":"app-pages-browser"},"startTime":1787039772380,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":40545,"timestamp":520719263702,"id":6580,"parentId":6069,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/string/kebabCase.mjs","layer":"app-pages-browser"},"startTime":1787039772380,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":41247,"timestamp":520719263472,"id":6577,"parentId":6069,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/string/deburr.mjs","layer":"app-pages-browser"},"startTime":1787039772380,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":41534,"timestamp":520719263542,"id":6578,"parentId":6069,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/string/escape.mjs","layer":"app-pages-browser"},"startTime":1787039772380,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":41783,"timestamp":520719263610,"id":6579,"parentId":6069,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/string/escapeRegExp.mjs","layer":"app-pages-browser"},"startTime":1787039772380,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":42138,"timestamp":520719263772,"id":6581,"parentId":6069,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/string/lowerCase.mjs","layer":"app-pages-browser"},"startTime":1787039772380,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":42983,"timestamp":520719263315,"id":6575,"parentId":6069,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/string/capitalize.mjs","layer":"app-pages-browser"},"startTime":1787039772380,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":42782,"timestamp":520719263906,"id":6583,"parentId":6069,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/string/pad.mjs","layer":"app-pages-browser"},"startTime":1787039772380,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":43048,"timestamp":520719263973,"id":6584,"parentId":6069,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/string/pascalCase.mjs","layer":"app-pages-browser"},"startTime":1787039772381,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":43325,"timestamp":520719264058,"id":6585,"parentId":6069,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/string/reverseString.mjs","layer":"app-pages-browser"},"startTime":1787039772381,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":43615,"timestamp":520719264129,"id":6586,"parentId":6069,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/string/snakeCase.mjs","layer":"app-pages-browser"},"startTime":1787039772381,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":44246,"timestamp":520719263840,"id":6582,"parentId":6069,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/string/lowerFirst.mjs","layer":"app-pages-browser"},"startTime":1787039772380,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":44268,"timestamp":520719264197,"id":6587,"parentId":6069,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/string/startCase.mjs","layer":"app-pages-browser"},"startTime":1787039772381,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":44476,"timestamp":520719264332,"id":6589,"parentId":6069,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/string/trimEnd.mjs","layer":"app-pages-browser"},"startTime":1787039772381,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":44725,"timestamp":520719264398,"id":6590,"parentId":6069,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/string/trimStart.mjs","layer":"app-pages-browser"},"startTime":1787039772381,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":45167,"timestamp":520719264266,"id":6588,"parentId":6069,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/string/trim.mjs","layer":"app-pages-browser"},"startTime":1787039772381,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":45209,"timestamp":520719264536,"id":6592,"parentId":6069,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/string/upperCase.mjs","layer":"app-pages-browser"},"startTime":1787039772381,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":45601,"timestamp":520719264465,"id":6591,"parentId":6069,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/string/unescape.mjs","layer":"app-pages-browser"},"startTime":1787039772381,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":45728,"timestamp":520719264602,"id":6593,"parentId":6069,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/string/upperFirst.mjs","layer":"app-pages-browser"},"startTime":1787039772381,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":46399,"timestamp":520719264825,"id":6596,"parentId":6070,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/@ungap/structured-clone/esm/serialize.js","layer":"app-pages-browser"},"startTime":1787039772381,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":56149,"timestamp":520719264669,"id":6594,"parentId":6069,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/string/words.mjs","layer":"app-pages-browser"},"startTime":1787039772381,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":57277,"timestamp":520719264741,"id":6595,"parentId":6070,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/@ungap/structured-clone/esm/deserialize.js","layer":"app-pages-browser"},"startTime":1787039772381,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":57583,"timestamp":520719264896,"id":6597,"parentId":6069,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/util/attempt.mjs","layer":"app-pages-browser"},"startTime":1787039772381,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":59245,"timestamp":520719265404,"id":6601,"parentId":6084,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/dagre-d3-es/src/dagre/layout.js","layer":"app-pages-browser"},"startTime":1787039772382,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":60178,"timestamp":520719264964,"id":6598,"parentId":6069,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/util/attemptAsync.mjs","layer":"app-pages-browser"},"startTime":1787039772382,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":62028,"timestamp":520719265554,"id":6603,"parentId":6083,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/dagre-d3-es/src/graphlib/graph.js","layer":"app-pages-browser"},"startTime":1787039772382,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":62791,"timestamp":520719265192,"id":6599,"parentId":6069,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/util/invariant.mjs","layer":"app-pages-browser"},"startTime":1787039772382,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":62744,"timestamp":520719265769,"id":6606,"parentId":6071,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/hast-util-sanitize/lib/schema.js","layer":"app-pages-browser"},"startTime":1787039772382,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":64287,"timestamp":520719265698,"id":6605,"parentId":6071,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/hast-util-sanitize/lib/index.js","layer":"app-pages-browser"},"startTime":1787039772382,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":65047,"timestamp":520719265480,"id":6602,"parentId":6084,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/dagre-d3-es/src/dagre/normalize.js","layer":"app-pages-browser"},"startTime":1787039772382,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":65760,"timestamp":520719265325,"id":6600,"parentId":6084,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/dagre-d3-es/src/dagre/acyclic.js","layer":"app-pages-browser"},"startTime":1787039772382,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":75041,"timestamp":520719265626,"id":6604,"parentId":6048,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/dist/compiled/buffer/index.js","layer":"app-pages-browser"},"startTime":1787039772382,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":75496,"timestamp":520719265841,"id":6607,"parentId":6066,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/hast-util-parse-selector/lib/index.js","layer":"app-pages-browser"},"startTime":1787039772382,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":76368,"timestamp":520719266184,"id":6610,"parentId":6078,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/stylis/src/Parser.js","layer":"app-pages-browser"},"startTime":1787039772383,"traceId":"e4388ff8d15aa6e1"}]
|
|
22
|
+
[{"name":"build-module-js","duration":77452,"timestamp":520719266257,"id":6611,"parentId":6078,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/stylis/src/Prefixer.js","layer":"app-pages-browser"},"startTime":1787039772383,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":78448,"timestamp":520719266328,"id":6612,"parentId":6078,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/stylis/src/Tokenizer.js","layer":"app-pages-browser"},"startTime":1787039772383,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":79206,"timestamp":520719266097,"id":6609,"parentId":6078,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/stylis/src/Utility.js","layer":"app-pages-browser"},"startTime":1787039772383,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":79910,"timestamp":520719265918,"id":6608,"parentId":6078,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/stylis/src/Enum.js","layer":"app-pages-browser"},"startTime":1787039772382,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":79859,"timestamp":520719266399,"id":6613,"parentId":6078,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/stylis/src/Serializer.js","layer":"app-pages-browser"},"startTime":1787039772383,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":80605,"timestamp":520719266470,"id":6614,"parentId":6078,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/stylis/src/Middleware.js","layer":"app-pages-browser"},"startTime":1787039772383,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":81584,"timestamp":520719266540,"id":6615,"parentId":6084,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/dagre-d3-es/src/dagre/rank/index.js","layer":"app-pages-browser"},"startTime":1787039772383,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":82121,"timestamp":520719266616,"id":6616,"parentId":6093,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/hast-util-from-dom/lib/index.js","layer":"app-pages-browser"},"startTime":1787039772383,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":80843,"timestamp":520719276059,"id":6619,"parentId":6102,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/mermaid/node_modules/uuid/dist/esm-browser/v1ToV6.js","layer":"app-pages-browser"},"startTime":1787039772393,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":81498,"timestamp":520719275773,"id":6617,"parentId":6102,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/mermaid/node_modules/uuid/dist/esm-browser/max.js","layer":"app-pages-browser"},"startTime":1787039772392,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":81930,"timestamp":520719275947,"id":6618,"parentId":6102,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/mermaid/node_modules/uuid/dist/esm-browser/parse.js","layer":"app-pages-browser"},"startTime":1787039772393,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":82701,"timestamp":520719276224,"id":6621,"parentId":6102,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/mermaid/node_modules/uuid/dist/esm-browser/v1.js","layer":"app-pages-browser"},"startTime":1787039772393,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":83291,"timestamp":520719276145,"id":6620,"parentId":6102,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/mermaid/node_modules/uuid/dist/esm-browser/v3.js","layer":"app-pages-browser"},"startTime":1787039772393,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":83625,"timestamp":520719276445,"id":6624,"parentId":6102,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/mermaid/node_modules/uuid/dist/esm-browser/stringify.js","layer":"app-pages-browser"},"startTime":1787039772393,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":84233,"timestamp":520719276296,"id":6622,"parentId":6102,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/mermaid/node_modules/uuid/dist/esm-browser/v4.js","layer":"app-pages-browser"},"startTime":1787039772393,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":84509,"timestamp":520719276370,"id":6623,"parentId":6102,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/mermaid/node_modules/uuid/dist/esm-browser/v5.js","layer":"app-pages-browser"},"startTime":1787039772393,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":84522,"timestamp":520719276665,"id":6627,"parentId":6102,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/mermaid/node_modules/uuid/dist/esm-browser/version.js","layer":"app-pages-browser"},"startTime":1787039772393,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":84908,"timestamp":520719276520,"id":6625,"parentId":6102,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/mermaid/node_modules/uuid/dist/esm-browser/nil.js","layer":"app-pages-browser"},"startTime":1787039772393,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":85232,"timestamp":520719276591,"id":6626,"parentId":6102,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/mermaid/node_modules/uuid/dist/esm-browser/validate.js","layer":"app-pages-browser"},"startTime":1787039772393,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":85628,"timestamp":520719276813,"id":6629,"parentId":6102,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/mermaid/node_modules/uuid/dist/esm-browser/v7.js","layer":"app-pages-browser"},"startTime":1787039772393,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":86089,"timestamp":520719276741,"id":6628,"parentId":6102,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/mermaid/node_modules/uuid/dist/esm-browser/v6ToV1.js","layer":"app-pages-browser"},"startTime":1787039772393,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":86345,"timestamp":520719276919,"id":6630,"parentId":6102,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/mermaid/node_modules/uuid/dist/esm-browser/v6.js","layer":"app-pages-browser"},"startTime":1787039772393,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":86413,"timestamp":520719277107,"id":6632,"parentId":6068,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/mdast-util-to-string/index.js","layer":"app-pages-browser"},"startTime":1787039772394,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":87008,"timestamp":520719277024,"id":6631,"parentId":6068,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/micromark/index.js","layer":"app-pages-browser"},"startTime":1787039772394,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":87325,"timestamp":520719277193,"id":6633,"parentId":6068,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/micromark-util-decode-string/index.js","layer":"app-pages-browser"},"startTime":1787039772394,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":87622,"timestamp":520719277266,"id":6634,"parentId":6068,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/micromark-util-decode-numeric-character-reference/index.js","layer":"app-pages-browser"},"startTime":1787039772394,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":87891,"timestamp":520719277446,"id":6636,"parentId":6105,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/_internal/toArray.mjs","layer":"app-pages-browser"},"startTime":1787039772394,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":88336,"timestamp":520719277344,"id":6635,"parentId":6068,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/micromark-util-normalize-identifier/index.js","layer":"app-pages-browser"},"startTime":1787039772394,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":95581,"timestamp":520719281525,"id":6639,"parentId":6140,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/_internal/globalThis.mjs","layer":"app-pages-browser"},"startTime":1787039772398,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":96288,"timestamp":520719281286,"id":6637,"parentId":6119,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/_internal/isIterateeCall.mjs","layer":"app-pages-browser"},"startTime":1787039772398,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":96515,"timestamp":520719281426,"id":6638,"parentId":6110,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/_internal/flattenArrayLike.mjs","layer":"app-pages-browser"},"startTime":1787039772398,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":84748,"timestamp":520719293661,"id":6642,"parentId":6156,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/_internal/isKey.mjs","layer":"app-pages-browser"},"startTime":1787039772410,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":85354,"timestamp":520719293376,"id":6640,"parentId":6155,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/_internal/copyArray.mjs","layer":"app-pages-browser"},"startTime":1787039772410,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":85566,"timestamp":520719293565,"id":6641,"parentId":6156,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/_internal/isIndex.mjs","layer":"app-pages-browser"},"startTime":1787039772410,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":85697,"timestamp":520719293744,"id":6643,"parentId":6156,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/_internal/toKey.mjs","layer":"app-pages-browser"},"startTime":1787039772410,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":86381,"timestamp":520719293896,"id":6645,"parentId":6153,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/khroma/dist/methods/index.js","layer":"app-pages-browser"},"startTime":1787039772410,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":86606,"timestamp":520719293969,"id":6646,"parentId":6076,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/is-alphabetical/index.js","layer":"app-pages-browser"},"startTime":1787039772411,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":87105,"timestamp":520719293820,"id":6644,"parentId":6147,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/_internal/compareValues.mjs","layer":"app-pages-browser"},"startTime":1787039772410,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":15249,"timestamp":520719373867,"id":6696,"parentId":6100,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/lodash.js","layer":"app-pages-browser"},"startTime":1787039772490,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":81184,"timestamp":520719315163,"id":6648,"parentId":6199,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-sankey/src/sankey.js","layer":"app-pages-browser"},"startTime":1787039772432,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":83225,"timestamp":520719315454,"id":6651,"parentId":6194,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/hast-util-raw/lib/index.js","layer":"app-pages-browser"},"startTime":1787039772432,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":84191,"timestamp":520719315005,"id":6647,"parentId":6193,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/_internal/assignValue.mjs","layer":"app-pages-browser"},"startTime":1787039772432,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":83929,"timestamp":520719315601,"id":6653,"parentId":6196,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/micromark-extension-math/lib/syntax.js","layer":"app-pages-browser"},"startTime":1787039772432,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":85125,"timestamp":520719315530,"id":6652,"parentId":6195,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/mdast-util-math/lib/index.js","layer":"app-pages-browser"},"startTime":1787039772432,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":85739,"timestamp":520719315288,"id":6649,"parentId":6199,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-sankey/src/align.js","layer":"app-pages-browser"},"startTime":1787039772432,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":85865,"timestamp":520719315815,"id":6656,"parentId":6204,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/mdast-util-frontmatter/lib/index.js","layer":"app-pages-browser"},"startTime":1787039772432,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":86621,"timestamp":520719315378,"id":6650,"parentId":6199,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-sankey/src/sankeyLinkHorizontal.js","layer":"app-pages-browser"},"startTime":1787039772432,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":86630,"timestamp":520719315740,"id":6655,"parentId":6198,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/mdast-util-gfm/lib/index.js","layer":"app-pages-browser"},"startTime":1787039772432,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":87304,"timestamp":520719315892,"id":6657,"parentId":6205,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/micromark-extension-frontmatter/lib/syntax.js","layer":"app-pages-browser"},"startTime":1787039772432,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":87586,"timestamp":520719315961,"id":6658,"parentId":6205,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/micromark-extension-frontmatter/lib/html.js","layer":"app-pages-browser"},"startTime":1787039772433,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":87935,"timestamp":520719316115,"id":6659,"parentId":6205,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/micromark-extension-frontmatter/lib/to-matters.js","layer":"app-pages-browser"},"startTime":1787039772433,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":88034,"timestamp":520719316292,"id":6661,"parentId":6089,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-chord/src/index.js","layer":"app-pages-browser"},"startTime":1787039772433,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":88481,"timestamp":520719316212,"id":6660,"parentId":6236,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/_internal/decimalAdjust.mjs","layer":"app-pages-browser"},"startTime":1787039772433,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":89194,"timestamp":520719316363,"id":6662,"parentId":6089,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-array/src/index.js","layer":"app-pages-browser"},"startTime":1787039772433,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":91873,"timestamp":520719316433,"id":6663,"parentId":6089,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-axis/src/index.js","layer":"app-pages-browser"},"startTime":1787039772433,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":93422,"timestamp":520719315672,"id":6654,"parentId":6196,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/micromark-extension-math/lib/html.js","layer":"app-pages-browser"},"startTime":1787039772432,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":93259,"timestamp":520719316504,"id":6664,"parentId":6089,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-brush/src/index.js","layer":"app-pages-browser"},"startTime":1787039772433,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":93428,"timestamp":520719316574,"id":6665,"parentId":6089,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-contour/src/index.js","layer":"app-pages-browser"},"startTime":1787039772433,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":93569,"timestamp":520719316643,"id":6666,"parentId":6089,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-dispatch/src/index.js","layer":"app-pages-browser"},"startTime":1787039772433,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":66361,"timestamp":520719351047,"id":6669,"parentId":6089,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-dsv/src/index.js","layer":"app-pages-browser"},"startTime":1787039772468,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":66802,"timestamp":520719350964,"id":6668,"parentId":6089,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-color/src/index.js","layer":"app-pages-browser"},"startTime":1787039772468,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":67228,"timestamp":520719350822,"id":6667,"parentId":6089,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-drag/src/index.js","layer":"app-pages-browser"},"startTime":1787039772467,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":67324,"timestamp":520719351120,"id":6670,"parentId":6089,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-ease/src/index.js","layer":"app-pages-browser"},"startTime":1787039772468,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":67469,"timestamp":520719351260,"id":6672,"parentId":6089,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-fetch/src/index.js","layer":"app-pages-browser"},"startTime":1787039772468,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":67852,"timestamp":520719351189,"id":6671,"parentId":6089,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-force/src/index.js","layer":"app-pages-browser"},"startTime":1787039772468,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":68038,"timestamp":520719351335,"id":6673,"parentId":6089,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-format/src/index.js","layer":"app-pages-browser"},"startTime":1787039772468,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":68701,"timestamp":520719351404,"id":6674,"parentId":6089,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-geo/src/index.js","layer":"app-pages-browser"},"startTime":1787039772468,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":68784,"timestamp":520719351620,"id":6677,"parentId":6089,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-delaunay/src/index.js","layer":"app-pages-browser"},"startTime":1787039772468,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":69260,"timestamp":520719351545,"id":6676,"parentId":6089,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-interpolate/src/index.js","layer":"app-pages-browser"},"startTime":1787039772468,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":69753,"timestamp":520719351475,"id":6675,"parentId":6089,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-hierarchy/src/index.js","layer":"app-pages-browser"},"startTime":1787039772468,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":55806,"timestamp":520719372741,"id":6681,"parentId":6089,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-path/src/index.js","layer":"app-pages-browser"},"startTime":1787039772489,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":56330,"timestamp":520719372663,"id":6680,"parentId":6089,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-random/src/index.js","layer":"app-pages-browser"},"startTime":1787039772489,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":56847,"timestamp":520719372404,"id":6678,"parentId":6089,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-polygon/src/index.js","layer":"app-pages-browser"},"startTime":1787039772489,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":56657,"timestamp":520719372975,"id":6684,"parentId":6089,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-selection/src/index.js","layer":"app-pages-browser"},"startTime":1787039772490,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":57282,"timestamp":520719372574,"id":6679,"parentId":6089,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-quadtree/src/index.js","layer":"app-pages-browser"},"startTime":1787039772489,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":57792,"timestamp":520719372884,"id":6683,"parentId":6089,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-scale-chromatic/src/index.js","layer":"app-pages-browser"},"startTime":1787039772489,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":58360,"timestamp":520719372813,"id":6682,"parentId":6089,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-scale/src/index.js","layer":"app-pages-browser"},"startTime":1787039772489,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":58729,"timestamp":520719373134,"id":6686,"parentId":6089,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-shape/src/index.js","layer":"app-pages-browser"},"startTime":1787039772490,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":59319,"timestamp":520719373058,"id":6685,"parentId":6089,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-time/src/index.js","layer":"app-pages-browser"},"startTime":1787039772490,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":59436,"timestamp":520719373216,"id":6687,"parentId":6089,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-time-format/src/index.js","layer":"app-pages-browser"},"startTime":1787039772490,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":59501,"timestamp":520719373500,"id":6691,"parentId":6262,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/_internal/getTag.mjs","layer":"app-pages-browser"},"startTime":1787039772490,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":59897,"timestamp":520719373361,"id":6689,"parentId":6089,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-transition/src/index.js","layer":"app-pages-browser"},"startTime":1787039772490,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":60216,"timestamp":520719373292,"id":6688,"parentId":6089,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-timer/src/index.js","layer":"app-pages-browser"},"startTime":1787039772490,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":60402,"timestamp":520719373574,"id":6692,"parentId":6262,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/_internal/tags.mjs","layer":"app-pages-browser"},"startTime":1787039772490,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":60490,"timestamp":520719373793,"id":6695,"parentId":6283,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/_internal/isPrototype.mjs","layer":"app-pages-browser"},"startTime":1787039772490,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":61094,"timestamp":520719373431,"id":6690,"parentId":6089,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-zoom/src/index.js","layer":"app-pages-browser"},"startTime":1787039772490,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":60647,"timestamp":520719374145,"id":6697,"parentId":6288,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/_internal/getSymbols.mjs","layer":"app-pages-browser"},"startTime":1787039772491,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":61397,"timestamp":520719373647,"id":6693,"parentId":6278,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/_internal/isUnsafeProperty.mjs","layer":"app-pages-browser"},"startTime":1787039772490,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":61607,"timestamp":520719373718,"id":6694,"parentId":6278,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/_internal/isDeepKey.mjs","layer":"app-pages-browser"},"startTime":1787039772490,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":61305,"timestamp":520719374325,"id":6699,"parentId":6299,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/_internal/mapToEntries.mjs","layer":"app-pages-browser"},"startTime":1787039772491,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":61703,"timestamp":520719374246,"id":6698,"parentId":6290,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/_internal/getSymbolsIn.mjs","layer":"app-pages-browser"},"startTime":1787039772491,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":62754,"timestamp":520719374398,"id":6700,"parentId":6299,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/_internal/setToEntries.mjs","layer":"app-pages-browser"},"startTime":1787039772491,"traceId":"e4388ff8d15aa6e1"},{"name":"font-loader","duration":4400370,"timestamp":520715064531,"id":5049,"parentId":5048,"tags":{},"startTime":1787039768181,"traceId":"e4388ff8d15aa6e1"},{"name":"postcss","duration":1522,"timestamp":520719465005,"id":6701,"parentId":5048,"tags":{},"startTime":1787039772582,"traceId":"e4388ff8d15aa6e1"},{"name":"next-font-loader","duration":4446848,"timestamp":520715019758,"id":5048,"parentId":5017,"tags":{},"startTime":1787039768136,"traceId":"e4388ff8d15aa6e1"},{"name":"css-loader","duration":2477,"timestamp":520719466569,"id":6702,"parentId":5017,"tags":{"astUsed":"true"},"startTime":1787039772583,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module","duration":4510519,"timestamp":520714959004,"id":5017,"parentId":4939,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/next/font/google/target.css.webpack[javascript/auto]!=!/home/wa/project/pi-web-sky/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[15].oneOf[2].use[1]!/home/wa/project/pi-web-sky/node_modules/next/dist/build/webpack/loaders/next-font-loader/index.js??ruleSet[1].rules[15].oneOf[2].use[2]!/home/wa/project/pi-web-sky/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":1787039768076,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module","duration":4847521,"timestamp":520714830144,"id":4939,"parentId":4798,"tags":{"name":"/home/wa/project/pi-web-sky/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":1787039767947,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":43940,"timestamp":520719672365,"id":6703,"parentId":6104,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/cytoscape-fcose/node_modules/cose-base/cose-base.js","layer":"app-pages-browser"},"startTime":1787039772789,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":44422,"timestamp":520719672551,"id":6704,"parentId":6306,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/@iconify/utils/lib/icon/defaults.js","layer":"app-pages-browser"},"startTime":1787039772789,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":48916,"timestamp":520719672651,"id":6705,"parentId":6306,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/@iconify/utils/lib/icon/name.js","layer":"app-pages-browser"},"startTime":1787039772789,"traceId":"e4388ff8d15aa6e1"}]
|
|
23
|
+
[{"name":"build-module-js","duration":49582,"timestamp":520719672802,"id":6707,"parentId":6306,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/@iconify/utils/lib/icon/merge.js","layer":"app-pages-browser"},"startTime":1787039772789,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":49891,"timestamp":520719673023,"id":6710,"parentId":6306,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/@iconify/utils/lib/customisations/merge.js","layer":"app-pages-browser"},"startTime":1787039772790,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":50139,"timestamp":520719673097,"id":6711,"parentId":6306,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/@iconify/utils/lib/customisations/bool.js","layer":"app-pages-browser"},"startTime":1787039772790,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":50699,"timestamp":520719672880,"id":6708,"parentId":6306,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/@iconify/utils/lib/icon/square.js","layer":"app-pages-browser"},"startTime":1787039772789,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":50939,"timestamp":520719672953,"id":6709,"parentId":6306,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/@iconify/utils/lib/customisations/defaults.js","layer":"app-pages-browser"},"startTime":1787039772790,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":51131,"timestamp":520719673167,"id":6712,"parentId":6306,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/@iconify/utils/lib/customisations/flip.js","layer":"app-pages-browser"},"startTime":1787039772790,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":51874,"timestamp":520719672726,"id":6706,"parentId":6306,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/@iconify/utils/lib/icon/transformations.js","layer":"app-pages-browser"},"startTime":1787039772789,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":52237,"timestamp":520719673311,"id":6714,"parentId":6306,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/@iconify/utils/lib/icon-set/tree.js","layer":"app-pages-browser"},"startTime":1787039772790,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":52625,"timestamp":520719673381,"id":6715,"parentId":6306,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/@iconify/utils/lib/icon-set/get-icon.js","layer":"app-pages-browser"},"startTime":1787039772790,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":53288,"timestamp":520719673237,"id":6713,"parentId":6306,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/@iconify/utils/lib/customisations/rotate.js","layer":"app-pages-browser"},"startTime":1787039772790,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":50197,"timestamp":520719685155,"id":6718,"parentId":6306,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/@iconify/utils/lib/icon-set/validate-basic.js","layer":"app-pages-browser"},"startTime":1787039772802,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":51057,"timestamp":520719684846,"id":6716,"parentId":6306,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/@iconify/utils/lib/icon-set/parse.js","layer":"app-pages-browser"},"startTime":1787039772801,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":51427,"timestamp":520719685233,"id":6719,"parentId":6306,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/@iconify/utils/lib/icon-set/expand.js","layer":"app-pages-browser"},"startTime":1787039772802,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":52469,"timestamp":520719685048,"id":6717,"parentId":6306,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/@iconify/utils/lib/icon-set/validate.js","layer":"app-pages-browser"},"startTime":1787039772802,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":52758,"timestamp":520719685307,"id":6720,"parentId":6306,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/@iconify/utils/lib/icon-set/minify.js","layer":"app-pages-browser"},"startTime":1787039772802,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":51898,"timestamp":520719691075,"id":6722,"parentId":6306,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/@iconify/utils/lib/icon-set/convert-info.js","layer":"app-pages-browser"},"startTime":1787039772808,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":52674,"timestamp":520719691264,"id":6724,"parentId":6306,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/@iconify/utils/lib/svg/defs.js","layer":"app-pages-browser"},"startTime":1787039772808,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":54332,"timestamp":520719691335,"id":6725,"parentId":6306,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/@iconify/utils/lib/svg/build.js","layer":"app-pages-browser"},"startTime":1787039772808,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":55742,"timestamp":520719691179,"id":6723,"parentId":6306,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/@iconify/utils/lib/svg/size.js","layer":"app-pages-browser"},"startTime":1787039772808,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":56968,"timestamp":520719690914,"id":6721,"parentId":6306,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/@iconify/utils/lib/icon-set/get-icons.js","layer":"app-pages-browser"},"startTime":1787039772807,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":57080,"timestamp":520719691479,"id":6727,"parentId":6306,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/@iconify/utils/lib/svg/url.js","layer":"app-pages-browser"},"startTime":1787039772808,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":57918,"timestamp":520719691408,"id":6726,"parentId":6306,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/@iconify/utils/lib/svg/id.js","layer":"app-pages-browser"},"startTime":1787039772808,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":58121,"timestamp":520719691623,"id":6729,"parentId":6306,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/@iconify/utils/lib/svg/trim.js","layer":"app-pages-browser"},"startTime":1787039772808,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":58571,"timestamp":520719691553,"id":6728,"parentId":6306,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/@iconify/utils/lib/svg/encode-svg-for-css.js","layer":"app-pages-browser"},"startTime":1787039772808,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":59379,"timestamp":520719691692,"id":6730,"parentId":6306,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/@iconify/utils/lib/svg/pretty.js","layer":"app-pages-browser"},"startTime":1787039772808,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":59589,"timestamp":520719691829,"id":6732,"parentId":6306,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/@iconify/utils/lib/svg/inner-html.js","layer":"app-pages-browser"},"startTime":1787039772808,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":59979,"timestamp":520719691761,"id":6731,"parentId":6306,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/@iconify/utils/lib/svg/html.js","layer":"app-pages-browser"},"startTime":1787039772808,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":65313,"timestamp":520719699395,"id":6735,"parentId":6099,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/inline-style-parser/cjs/index.js","layer":"app-pages-browser"},"startTime":1787039772816,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":66082,"timestamp":520719699476,"id":6736,"parentId":6307,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-QBLGF6JB.mjs","layer":"app-pages-browser"},"startTime":1787039772816,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":66954,"timestamp":520719699648,"id":6738,"parentId":6307,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-U6XO7XAA.mjs","layer":"app-pages-browser"},"startTime":1787039772816,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":67871,"timestamp":520719699885,"id":6741,"parentId":6307,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-R7FJI6CG.mjs","layer":"app-pages-browser"},"startTime":1787039772816,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":68911,"timestamp":520719699813,"id":6740,"parentId":6307,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-JG7HCLWE.mjs","layer":"app-pages-browser"},"startTime":1787039772816,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":70112,"timestamp":520719699573,"id":6737,"parentId":6307,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-5TONJI2A.mjs","layer":"app-pages-browser"},"startTime":1787039772816,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":70152,"timestamp":520719700116,"id":6743,"parentId":6307,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-OSBZ3O6U.mjs","layer":"app-pages-browser"},"startTime":1787039772817,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":71570,"timestamp":520719699115,"id":6733,"parentId":6306,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/@iconify/utils/lib/svg/viewbox.js","layer":"app-pages-browser"},"startTime":1787039772816,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":71071,"timestamp":520719700211,"id":6744,"parentId":6307,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-CYSBUYHQ.mjs","layer":"app-pages-browser"},"startTime":1787039772817,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":71610,"timestamp":520719700284,"id":6745,"parentId":6307,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-BIQX33UG.mjs","layer":"app-pages-browser"},"startTime":1787039772817,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":72166,"timestamp":520719700356,"id":6746,"parentId":6307,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-EMLP6XTP.mjs","layer":"app-pages-browser"},"startTime":1787039772817,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":72882,"timestamp":520719700451,"id":6747,"parentId":6307,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-YOTPTUD7.mjs","layer":"app-pages-browser"},"startTime":1787039772817,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":73646,"timestamp":520719700548,"id":6748,"parentId":6307,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-CQNSW5MT.mjs","layer":"app-pages-browser"},"startTime":1787039772817,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":75537,"timestamp":520719699301,"id":6734,"parentId":6306,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/@iconify/utils/lib/svg/parse.js","layer":"app-pages-browser"},"startTime":1787039772816,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":74820,"timestamp":520719700702,"id":6750,"parentId":6307,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-5JV3BV7I.mjs","layer":"app-pages-browser"},"startTime":1787039772817,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":75506,"timestamp":520719700631,"id":6749,"parentId":6307,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-MOZMSUNE.mjs","layer":"app-pages-browser"},"startTime":1787039772817,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":75621,"timestamp":520719700846,"id":6752,"parentId":6307,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/cynefin-VYW2F7L2.mjs","layer":"app-pages-browser"},"startTime":1787039772817,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":75795,"timestamp":520719700915,"id":6753,"parentId":6307,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/wardley-OPB4EBWU.mjs","layer":"app-pages-browser"},"startTime":1787039772817,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":75949,"timestamp":520719700996,"id":6754,"parentId":6307,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/treemap-6X3UGDF4.mjs","layer":"app-pages-browser"},"startTime":1787039772818,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":76117,"timestamp":520719701070,"id":6755,"parentId":6307,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/railroad-peg-LSFZ7HO6.mjs","layer":"app-pages-browser"},"startTime":1787039772818,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":76281,"timestamp":520719701140,"id":6756,"parentId":6307,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/railroad-abnf-AHOZXSZD.mjs","layer":"app-pages-browser"},"startTime":1787039772818,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":78697,"timestamp":520719699736,"id":6739,"parentId":6307,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-5HE753X5.mjs","layer":"app-pages-browser"},"startTime":1787039772816,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":79097,"timestamp":520719699968,"id":6742,"parentId":6307,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-5FCAYU7R.mjs","layer":"app-pages-browser"},"startTime":1787039772817,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":56475,"timestamp":520719727923,"id":6757,"parentId":6307,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/railroad-ebnf-EBAXGLYW.mjs","layer":"app-pages-browser"},"startTime":1787039772845,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":56530,"timestamp":520719728162,"id":6758,"parentId":6307,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/railroad-3IZDKUUU.mjs","layer":"app-pages-browser"},"startTime":1787039772845,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":56590,"timestamp":520719728344,"id":6760,"parentId":6307,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/eventmodeling-45OFAUF4.mjs","layer":"app-pages-browser"},"startTime":1787039772845,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":56896,"timestamp":520719728265,"id":6759,"parentId":6307,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/radar-I7S5WNFK.mjs","layer":"app-pages-browser"},"startTime":1787039772845,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":56964,"timestamp":520719728427,"id":6761,"parentId":6307,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/gitGraph-TEB2WS4Q.mjs","layer":"app-pages-browser"},"startTime":1787039772845,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":57042,"timestamp":520719728581,"id":6763,"parentId":6307,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/treeView-QDETBFTQ.mjs","layer":"app-pages-browser"},"startTime":1787039772845,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":57230,"timestamp":520719728655,"id":6764,"parentId":6307,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/pie-RZYD4A2V.mjs","layer":"app-pages-browser"},"startTime":1787039772845,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":57394,"timestamp":520719728730,"id":6765,"parentId":6307,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/packet-7NZHBO7P.mjs","layer":"app-pages-browser"},"startTime":1787039772845,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":57548,"timestamp":520719728804,"id":6766,"parentId":6307,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/info-DKCQHKI2.mjs","layer":"app-pages-browser"},"startTime":1787039772845,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":58413,"timestamp":520719728877,"id":6767,"parentId":6306,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/@iconify/utils/lib/colors/keywords.js","layer":"app-pages-browser"},"startTime":1787039772845,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":59792,"timestamp":520719728951,"id":6768,"parentId":6306,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/@iconify/utils/lib/colors/index.js","layer":"app-pages-browser"},"startTime":1787039772846,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":60820,"timestamp":520719729129,"id":6770,"parentId":6306,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/@iconify/utils/lib/css/icons.js","layer":"app-pages-browser"},"startTime":1787039772846,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":61852,"timestamp":520719729199,"id":6771,"parentId":6306,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/@iconify/utils/lib/loader/utils.js","layer":"app-pages-browser"},"startTime":1787039772846,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":62470,"timestamp":520719729055,"id":6769,"parentId":6306,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/@iconify/utils/lib/css/icon.js","layer":"app-pages-browser"},"startTime":1787039772846,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":62677,"timestamp":520719729340,"id":6773,"parentId":6306,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/@iconify/utils/lib/loader/modern.js","layer":"app-pages-browser"},"startTime":1787039772846,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":63196,"timestamp":520719729271,"id":6772,"parentId":6306,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/@iconify/utils/lib/loader/custom.js","layer":"app-pages-browser"},"startTime":1787039772846,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":63497,"timestamp":520719729412,"id":6774,"parentId":6306,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/@iconify/utils/lib/loader/loader.js","layer":"app-pages-browser"},"startTime":1787039772846,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":64047,"timestamp":520719729483,"id":6775,"parentId":6306,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/@iconify/utils/lib/emoji/convert.js","layer":"app-pages-browser"},"startTime":1787039772846,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":64530,"timestamp":520719729552,"id":6776,"parentId":6306,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/@iconify/utils/lib/emoji/cleanup.js","layer":"app-pages-browser"},"startTime":1787039772846,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":64909,"timestamp":520719729625,"id":6777,"parentId":6306,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/@iconify/utils/lib/emoji/format.js","layer":"app-pages-browser"},"startTime":1787039772846,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":65291,"timestamp":520719729695,"id":6778,"parentId":6306,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/@iconify/utils/lib/emoji/parse.js","layer":"app-pages-browser"},"startTime":1787039772846,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":68196,"timestamp":520719729762,"id":6779,"parentId":6306,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/@iconify/utils/lib/emoji/test/parse.js","layer":"app-pages-browser"},"startTime":1787039772846,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":68924,"timestamp":520719729850,"id":6780,"parentId":6306,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/@iconify/utils/lib/emoji/test/variations.js","layer":"app-pages-browser"},"startTime":1787039772846,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":69488,"timestamp":520719729930,"id":6781,"parentId":6306,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/@iconify/utils/lib/emoji/test/missing.js","layer":"app-pages-browser"},"startTime":1787039772847,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":71205,"timestamp":520719728505,"id":6762,"parentId":6307,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/architecture-TIHT7OUA.mjs","layer":"app-pages-browser"},"startTime":1787039772845,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":70210,"timestamp":520719730020,"id":6782,"parentId":6306,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/@iconify/utils/lib/emoji/regex/create.js","layer":"app-pages-browser"},"startTime":1787039772847,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":70690,"timestamp":520719730095,"id":6783,"parentId":6306,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/@iconify/utils/lib/emoji/replace/replace.js","layer":"app-pages-browser"},"startTime":1787039772847,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":71102,"timestamp":520719730237,"id":6785,"parentId":6306,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/@iconify/utils/lib/misc/objects.js","layer":"app-pages-browser"},"startTime":1787039772847,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":71690,"timestamp":520719730374,"id":6787,"parentId":6309,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/@braintree/sanitize-url/dist/constants.js","layer":"app-pages-browser"},"startTime":1787039772847,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":72420,"timestamp":520719730166,"id":6784,"parentId":6306,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/@iconify/utils/lib/misc/strings.js","layer":"app-pages-browser"},"startTime":1787039772847,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":72831,"timestamp":520719730305,"id":6786,"parentId":6306,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/@iconify/utils/lib/misc/title.js","layer":"app-pages-browser"},"startTime":1787039772847,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":73185,"timestamp":520719730518,"id":6789,"parentId":6197,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/micromark-extension-gfm-footnote/index.js","layer":"app-pages-browser"},"startTime":1787039772847,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":73504,"timestamp":520719730447,"id":6788,"parentId":6197,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/micromark-extension-gfm-autolink-literal/index.js","layer":"app-pages-browser"},"startTime":1787039772847,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":74546,"timestamp":520719739824,"id":6790,"parentId":6197,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/micromark-util-combine-extensions/index.js","layer":"app-pages-browser"},"startTime":1787039772856,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":74555,"timestamp":520719740165,"id":6793,"parentId":6197,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/micromark-extension-gfm-tagfilter/index.js","layer":"app-pages-browser"},"startTime":1787039772857,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":74886,"timestamp":520719740086,"id":6792,"parentId":6197,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/micromark-extension-gfm-table/index.js","layer":"app-pages-browser"},"startTime":1787039772857,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":77255,"timestamp":520719740467,"id":6797,"parentId":6403,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/compat.mjs","layer":"app-pages-browser"},"startTime":1787039772857,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":78136,"timestamp":520719739972,"id":6791,"parentId":6197,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/micromark-extension-gfm-strikethrough/index.js","layer":"app-pages-browser"},"startTime":1787039772857,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":78195,"timestamp":520719740236,"id":6794,"parentId":6197,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/micromark-extension-gfm-task-list-item/index.js","layer":"app-pages-browser"},"startTime":1787039772857,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":78183,"timestamp":520719740540,"id":6798,"parentId":6407,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/_internal/MAX_ARRAY_LENGTH.mjs","layer":"app-pages-browser"},"startTime":1787039772857,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":78804,"timestamp":520719740390,"id":6796,"parentId":6362,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/_internal/MAX_SAFE_INTEGER.mjs","layer":"app-pages-browser"},"startTime":1787039772857,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":79592,"timestamp":520719740311,"id":6795,"parentId":6351,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/compat/_internal/normalizeForCase.mjs","layer":"app-pages-browser"},"startTime":1787039772857,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":309356,"timestamp":520719700774,"id":6751,"parentId":6307,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-KEIR6QF5.mjs","layer":"app-pages-browser"},"startTime":1787039772817,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":290548,"timestamp":520719756811,"id":6800,"parentId":6417,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/hast-util-is-element/lib/index.js","layer":"app-pages-browser"},"startTime":1787039772873,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":291039,"timestamp":520719757153,"id":6802,"parentId":6418,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/unist-util-is/lib/index.js","layer":"app-pages-browser"},"startTime":1787039772874,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":292223,"timestamp":520719756562,"id":6799,"parentId":6416,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/unist-util-find-after/lib/index.js","layer":"app-pages-browser"},"startTime":1787039772873,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":292208,"timestamp":520719756991,"id":6801,"parentId":6415,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/unist-util-stringify-position/lib/index.js","layer":"app-pages-browser"},"startTime":1787039772874,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":292043,"timestamp":520719757474,"id":6804,"parentId":6485,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/_internal/DOMException.mjs","layer":"app-pages-browser"},"startTime":1787039772874,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-mjs","duration":292470,"timestamp":520719757317,"id":6803,"parentId":6453,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/es-toolkit/dist/_internal/compareValues.mjs","layer":"app-pages-browser"},"startTime":1787039772874,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":292494,"timestamp":520719757661,"id":6805,"parentId":6596,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/@ungap/structured-clone/esm/types.js","layer":"app-pages-browser"},"startTime":1787039772874,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":292817,"timestamp":520719757822,"id":6806,"parentId":6601,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/dagre-d3-es/src/dagre/add-border-segments.js","layer":"app-pages-browser"},"startTime":1787039772874,"traceId":"e4388ff8d15aa6e1"}]
|
|
24
|
+
[{"name":"build-module-js","duration":293321,"timestamp":520719758454,"id":6810,"parentId":6601,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/dagre-d3-es/src/dagre/util.js","layer":"app-pages-browser"},"startTime":1787039772875,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":294352,"timestamp":520719757983,"id":6807,"parentId":6601,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/dagre-d3-es/src/dagre/coordinate-system.js","layer":"app-pages-browser"},"startTime":1787039772875,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":294599,"timestamp":520719758300,"id":6809,"parentId":6601,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/dagre-d3-es/src/dagre/parent-dummy-chains.js","layer":"app-pages-browser"},"startTime":1787039772875,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":295056,"timestamp":520719758898,"id":6813,"parentId":6615,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/dagre-d3-es/src/dagre/rank/network-simplex.js","layer":"app-pages-browser"},"startTime":1787039772875,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":296930,"timestamp":520719758135,"id":6808,"parentId":6601,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/dagre-d3-es/src/dagre/nesting-graph.js","layer":"app-pages-browser"},"startTime":1787039772875,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":299636,"timestamp":520719758587,"id":6811,"parentId":6600,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/dagre-d3-es/src/dagre/greedy-fas.js","layer":"app-pages-browser"},"startTime":1787039772875,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":300208,"timestamp":520719758742,"id":6812,"parentId":6615,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/dagre-d3-es/src/dagre/rank/feasible-tree.js","layer":"app-pages-browser"},"startTime":1787039772875,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":300426,"timestamp":520719759049,"id":6814,"parentId":6615,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/dagre-d3-es/src/dagre/rank/util.js","layer":"app-pages-browser"},"startTime":1787039772876,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":301621,"timestamp":520719759201,"id":6815,"parentId":6620,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/mermaid/node_modules/uuid/dist/esm-browser/md5.js","layer":"app-pages-browser"},"startTime":1787039772876,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":26067,"timestamp":520720038352,"id":6837,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/after.js","layer":"app-pages-browser"},"startTime":1787039773155,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":26650,"timestamp":520720038104,"id":6836,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/add.js","layer":"app-pages-browser"},"startTime":1787039773155,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":26597,"timestamp":520720038544,"id":6838,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/ary.js","layer":"app-pages-browser"},"startTime":1787039773155,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":26049,"timestamp":520720039406,"id":6840,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/assignIn.js","layer":"app-pages-browser"},"startTime":1787039773156,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":26870,"timestamp":520720038997,"id":6839,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/assign.js","layer":"app-pages-browser"},"startTime":1787039773156,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":26560,"timestamp":520720039598,"id":6841,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/assignInWith.js","layer":"app-pages-browser"},"startTime":1787039773156,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":26684,"timestamp":520720039820,"id":6842,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/assignWith.js","layer":"app-pages-browser"},"startTime":1787039773156,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":26402,"timestamp":520720040364,"id":6843,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/at.js","layer":"app-pages-browser"},"startTime":1787039773157,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":26262,"timestamp":520720040824,"id":6844,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/attempt.js","layer":"app-pages-browser"},"startTime":1787039773157,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":26214,"timestamp":520720041252,"id":6845,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/before.js","layer":"app-pages-browser"},"startTime":1787039773158,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":296833,"timestamp":520719780909,"id":6816,"parentId":6621,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/mermaid/node_modules/uuid/dist/esm-browser/rng.js","layer":"app-pages-browser"},"startTime":1787039772897,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":297113,"timestamp":520719781070,"id":6817,"parentId":6626,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/mermaid/node_modules/uuid/dist/esm-browser/regex.js","layer":"app-pages-browser"},"startTime":1787039772898,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":297722,"timestamp":520719781235,"id":6819,"parentId":6623,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/mermaid/node_modules/uuid/dist/esm-browser/sha1.js","layer":"app-pages-browser"},"startTime":1787039772898,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":298347,"timestamp":520719781156,"id":6818,"parentId":6620,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/mermaid/node_modules/uuid/dist/esm-browser/v35.js","layer":"app-pages-browser"},"startTime":1787039772898,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":6706,"timestamp":520720073599,"id":6872,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/bindAll.js","layer":"app-pages-browser"},"startTime":1787039773190,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":7204,"timestamp":520720073375,"id":6871,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/bind.js","layer":"app-pages-browser"},"startTime":1787039773190,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":281256,"timestamp":520719807340,"id":6821,"parentId":6601,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/dagre-d3-es/src/dagre/order/index.js","layer":"app-pages-browser"},"startTime":1787039772924,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":281771,"timestamp":520719807168,"id":6820,"parentId":6622,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/mermaid/node_modules/uuid/dist/esm-browser/native.js","layer":"app-pages-browser"},"startTime":1787039772924,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":7674,"timestamp":520720084752,"id":6874,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/camelCase.js","layer":"app-pages-browser"},"startTime":1787039773201,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":8271,"timestamp":520720084504,"id":6873,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/bindKey.js","layer":"app-pages-browser"},"startTime":1787039773201,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":8039,"timestamp":520720084950,"id":6875,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/capitalize.js","layer":"app-pages-browser"},"startTime":1787039773202,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":8057,"timestamp":520720085151,"id":6876,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/castArray.js","layer":"app-pages-browser"},"startTime":1787039773202,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":8066,"timestamp":520720085327,"id":6877,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/ceil.js","layer":"app-pages-browser"},"startTime":1787039773202,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":8135,"timestamp":520720085460,"id":6878,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/chain.js","layer":"app-pages-browser"},"startTime":1787039773202,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":8317,"timestamp":520720085592,"id":6879,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/chunk.js","layer":"app-pages-browser"},"startTime":1787039773202,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":8489,"timestamp":520720085710,"id":6880,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/clamp.js","layer":"app-pages-browser"},"startTime":1787039773202,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":12506,"timestamp":520720085940,"id":6882,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/cloneDeep.js","layer":"app-pages-browser"},"startTime":1787039773203,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":12880,"timestamp":520720085822,"id":6881,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/clone.js","layer":"app-pages-browser"},"startTime":1787039773202,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":12777,"timestamp":520720086189,"id":6884,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/cloneWith.js","layer":"app-pages-browser"},"startTime":1787039773203,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":13160,"timestamp":520720086050,"id":6883,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/cloneDeepWith.js","layer":"app-pages-browser"},"startTime":1787039773203,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":13445,"timestamp":520720086322,"id":6885,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/commit.js","layer":"app-pages-browser"},"startTime":1787039773203,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":13633,"timestamp":520720086439,"id":6886,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/concat.js","layer":"app-pages-browser"},"startTime":1787039773203,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":63475,"timestamp":520720036987,"id":6823,"parentId":6645,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/khroma/dist/methods/hsla.js","layer":"app-pages-browser"},"startTime":1787039773154,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":64238,"timestamp":520720036803,"id":6822,"parentId":6601,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/dagre-d3-es/src/dagre/position/index.js","layer":"app-pages-browser"},"startTime":1787039773153,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":64235,"timestamp":520720037192,"id":6825,"parentId":6645,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/khroma/dist/methods/to_hex.js","layer":"app-pages-browser"},"startTime":1787039773154,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":64734,"timestamp":520720037105,"id":6824,"parentId":6645,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/khroma/dist/methods/rgba.js","layer":"app-pages-browser"},"startTime":1787039773154,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":64866,"timestamp":520720037270,"id":6826,"parentId":6645,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/khroma/dist/methods/to_rgba.js","layer":"app-pages-browser"},"startTime":1787039773154,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":65084,"timestamp":520720037350,"id":6827,"parentId":6645,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/khroma/dist/methods/to_hsla.js","layer":"app-pages-browser"},"startTime":1787039773154,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":65297,"timestamp":520720037425,"id":6828,"parentId":6645,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/khroma/dist/methods/red.js","layer":"app-pages-browser"},"startTime":1787039773154,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":65525,"timestamp":520720037500,"id":6829,"parentId":6645,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/khroma/dist/methods/channel.js","layer":"app-pages-browser"},"startTime":1787039773154,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":65759,"timestamp":520720037575,"id":6830,"parentId":6645,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/khroma/dist/methods/to_keyword.js","layer":"app-pages-browser"},"startTime":1787039773154,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":66251,"timestamp":520720037654,"id":6831,"parentId":6632,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/mdast-util-to-string/lib/index.js","layer":"app-pages-browser"},"startTime":1787039773154,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":66533,"timestamp":520720037753,"id":6832,"parentId":6631,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/micromark/lib/postprocess.js","layer":"app-pages-browser"},"startTime":1787039773154,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":72913,"timestamp":520720037955,"id":6834,"parentId":6631,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/micromark/lib/compile.js","layer":"app-pages-browser"},"startTime":1787039773155,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":73656,"timestamp":520720037864,"id":6833,"parentId":6631,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/micromark/lib/parse.js","layer":"app-pages-browser"},"startTime":1787039773154,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":70267,"timestamp":520720041583,"id":6847,"parentId":6645,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/khroma/dist/methods/blue.js","layer":"app-pages-browser"},"startTime":1787039773158,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":74541,"timestamp":520720038029,"id":6835,"parentId":6631,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/micromark/lib/preprocess.js","layer":"app-pages-browser"},"startTime":1787039773155,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":71420,"timestamp":520720041475,"id":6846,"parentId":6645,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/khroma/dist/methods/green.js","layer":"app-pages-browser"},"startTime":1787039773158,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":71478,"timestamp":520720041690,"id":6848,"parentId":6645,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/khroma/dist/methods/hue.js","layer":"app-pages-browser"},"startTime":1787039773158,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":71662,"timestamp":520720041772,"id":6849,"parentId":6645,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/khroma/dist/methods/saturation.js","layer":"app-pages-browser"},"startTime":1787039773158,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":71847,"timestamp":520720041851,"id":6850,"parentId":6645,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/khroma/dist/methods/lightness.js","layer":"app-pages-browser"},"startTime":1787039773158,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":72134,"timestamp":520720041935,"id":6851,"parentId":6645,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/khroma/dist/methods/alpha.js","layer":"app-pages-browser"},"startTime":1787039773159,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":72391,"timestamp":520720042014,"id":6852,"parentId":6645,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/khroma/dist/methods/contrast.js","layer":"app-pages-browser"},"startTime":1787039773159,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":72653,"timestamp":520720042088,"id":6853,"parentId":6645,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/khroma/dist/methods/luminance.js","layer":"app-pages-browser"},"startTime":1787039773159,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":72857,"timestamp":520720042159,"id":6854,"parentId":6645,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/khroma/dist/methods/is_dark.js","layer":"app-pages-browser"},"startTime":1787039773159,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":72925,"timestamp":520720042381,"id":6857,"parentId":6645,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/khroma/dist/methods/is_valid.js","layer":"app-pages-browser"},"startTime":1787039773159,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":73340,"timestamp":520720042235,"id":6855,"parentId":6645,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/khroma/dist/methods/is_light.js","layer":"app-pages-browser"},"startTime":1787039773159,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":73157,"timestamp":520720042693,"id":6861,"parentId":6645,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/khroma/dist/methods/darken.js","layer":"app-pages-browser"},"startTime":1787039773159,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":73845,"timestamp":520720042307,"id":6856,"parentId":6645,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/khroma/dist/methods/is_transparent.js","layer":"app-pages-browser"},"startTime":1787039773159,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":73898,"timestamp":520720042532,"id":6859,"parentId":6645,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/khroma/dist/methods/desaturate.js","layer":"app-pages-browser"},"startTime":1787039773159,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":73926,"timestamp":520720042770,"id":6862,"parentId":6645,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/khroma/dist/methods/opacify.js","layer":"app-pages-browser"},"startTime":1787039773159,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":74351,"timestamp":520720042610,"id":6860,"parentId":6645,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/khroma/dist/methods/lighten.js","layer":"app-pages-browser"},"startTime":1787039773159,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":76086,"timestamp":520720042867,"id":6863,"parentId":6645,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/khroma/dist/methods/transparentize.js","layer":"app-pages-browser"},"startTime":1787039773159,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":76772,"timestamp":520720042459,"id":6858,"parentId":6645,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/khroma/dist/methods/saturate.js","layer":"app-pages-browser"},"startTime":1787039773159,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":76561,"timestamp":520720042952,"id":6864,"parentId":6645,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/khroma/dist/methods/grayscale.js","layer":"app-pages-browser"},"startTime":1787039773160,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":24469,"timestamp":520720095376,"id":6887,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/compact.js","layer":"app-pages-browser"},"startTime":1787039773212,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":24384,"timestamp":520720095688,"id":6888,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/conforms.js","layer":"app-pages-browser"},"startTime":1787039773212,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":24586,"timestamp":520720095909,"id":6889,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/cond.js","layer":"app-pages-browser"},"startTime":1787039773212,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":24618,"timestamp":520720096098,"id":6890,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/conformsTo.js","layer":"app-pages-browser"},"startTime":1787039773213,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":24629,"timestamp":520720096256,"id":6891,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/constant.js","layer":"app-pages-browser"},"startTime":1787039773213,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":24742,"timestamp":520720096388,"id":6892,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/countBy.js","layer":"app-pages-browser"},"startTime":1787039773213,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":25557,"timestamp":520720096506,"id":6893,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/create.js","layer":"app-pages-browser"},"startTime":1787039773213,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":25800,"timestamp":520720096620,"id":6894,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/curry.js","layer":"app-pages-browser"},"startTime":1787039773213,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":57561,"timestamp":520720072778,"id":6865,"parentId":6645,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/khroma/dist/methods/complement.js","layer":"app-pages-browser"},"startTime":1787039773189,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":57579,"timestamp":520720073144,"id":6868,"parentId":6645,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/khroma/dist/methods/invert.js","layer":"app-pages-browser"},"startTime":1787039773190,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":58084,"timestamp":520720072974,"id":6866,"parentId":6645,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/khroma/dist/methods/adjust.js","layer":"app-pages-browser"},"startTime":1787039773190,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":58306,"timestamp":520720073067,"id":6867,"parentId":6645,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/khroma/dist/methods/change.js","layer":"app-pages-browser"},"startTime":1787039773190,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":58454,"timestamp":520720073297,"id":6870,"parentId":6645,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/khroma/dist/methods/scale.js","layer":"app-pages-browser"},"startTime":1787039773190,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":58973,"timestamp":520720073224,"id":6869,"parentId":6645,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/khroma/dist/methods/mix.js","layer":"app-pages-browser"},"startTime":1787039773190,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":9104,"timestamp":520720125237,"id":6895,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/curryRight.js","layer":"app-pages-browser"},"startTime":1787039773242,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":8994,"timestamp":520720125704,"id":6897,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/deburr.js","layer":"app-pages-browser"},"startTime":1787039773242,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":9869,"timestamp":520720125523,"id":6896,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/debounce.js","layer":"app-pages-browser"},"startTime":1787039773242,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":9758,"timestamp":520720125862,"id":6898,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/defaultTo.js","layer":"app-pages-browser"},"startTime":1787039773242,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":10108,"timestamp":520720126269,"id":6901,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/defer.js","layer":"app-pages-browser"},"startTime":1787039773243,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":10552,"timestamp":520720126154,"id":6900,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/defaultsDeep.js","layer":"app-pages-browser"},"startTime":1787039773243,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":11158,"timestamp":520720126010,"id":6899,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/defaults.js","layer":"app-pages-browser"},"startTime":1787039773243,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":9291,"timestamp":520720140499,"id":6902,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/delay.js","layer":"app-pages-browser"},"startTime":1787039773257,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":9275,"timestamp":520720140800,"id":6903,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/difference.js","layer":"app-pages-browser"},"startTime":1787039773257,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":9350,"timestamp":520720141009,"id":6904,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/differenceBy.js","layer":"app-pages-browser"},"startTime":1787039773258,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":9490,"timestamp":520720141195,"id":6905,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/differenceWith.js","layer":"app-pages-browser"},"startTime":1787039773258,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":9474,"timestamp":520720141481,"id":6907,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/drop.js","layer":"app-pages-browser"},"startTime":1787039773258,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":9806,"timestamp":520720141351,"id":6906,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/divide.js","layer":"app-pages-browser"},"startTime":1787039773258,"traceId":"e4388ff8d15aa6e1"}]
|
|
25
|
+
[{"name":"build-module-js","duration":9816,"timestamp":520720141593,"id":6908,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/dropRight.js","layer":"app-pages-browser"},"startTime":1787039773258,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":9915,"timestamp":520720141703,"id":6909,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/dropRightWhile.js","layer":"app-pages-browser"},"startTime":1787039773258,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":16331,"timestamp":520720141916,"id":6911,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/each.js","layer":"app-pages-browser"},"startTime":1787039773258,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":16386,"timestamp":520720142043,"id":6912,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/eachRight.js","layer":"app-pages-browser"},"startTime":1787039773259,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":16966,"timestamp":520720141812,"id":6910,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/dropWhile.js","layer":"app-pages-browser"},"startTime":1787039773258,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":17088,"timestamp":520720142158,"id":6913,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/endsWith.js","layer":"app-pages-browser"},"startTime":1787039773259,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":17125,"timestamp":520720142275,"id":6914,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/entries.js","layer":"app-pages-browser"},"startTime":1787039773259,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":17144,"timestamp":520720142383,"id":6915,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/entriesIn.js","layer":"app-pages-browser"},"startTime":1787039773259,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":6621,"timestamp":520720153373,"id":6916,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/eq.js","layer":"app-pages-browser"},"startTime":1787039773270,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":6676,"timestamp":520720153638,"id":6917,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/escape.js","layer":"app-pages-browser"},"startTime":1787039773270,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":6731,"timestamp":520720153834,"id":6918,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/escapeRegExp.js","layer":"app-pages-browser"},"startTime":1787039773270,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":6860,"timestamp":520720153988,"id":6919,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/every.js","layer":"app-pages-browser"},"startTime":1787039773271,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":6723,"timestamp":520720154260,"id":6921,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/extendWith.js","layer":"app-pages-browser"},"startTime":1787039773271,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":6968,"timestamp":520720154136,"id":6920,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/extend.js","layer":"app-pages-browser"},"startTime":1787039773271,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":7014,"timestamp":520720154372,"id":6922,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/fill.js","layer":"app-pages-browser"},"startTime":1787039773271,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":7129,"timestamp":520720154479,"id":6923,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/filter.js","layer":"app-pages-browser"},"startTime":1787039773271,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":7149,"timestamp":520720154740,"id":6925,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/findIndex.js","layer":"app-pages-browser"},"startTime":1787039773271,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":7500,"timestamp":520720154581,"id":6924,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/find.js","layer":"app-pages-browser"},"startTime":1787039773271,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":7431,"timestamp":520720154874,"id":6926,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/findKey.js","layer":"app-pages-browser"},"startTime":1787039773271,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":7491,"timestamp":520720154994,"id":6927,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/findLast.js","layer":"app-pages-browser"},"startTime":1787039773272,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":7641,"timestamp":520720155114,"id":6928,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/findLastIndex.js","layer":"app-pages-browser"},"startTime":1787039773272,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":7728,"timestamp":520720155230,"id":6929,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/findLastKey.js","layer":"app-pages-browser"},"startTime":1787039773272,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":7758,"timestamp":520720155342,"id":6930,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/first.js","layer":"app-pages-browser"},"startTime":1787039773272,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":7904,"timestamp":520720155458,"id":6931,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/flatMap.js","layer":"app-pages-browser"},"startTime":1787039773272,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":7718,"timestamp":520720155849,"id":6934,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/flatten.js","layer":"app-pages-browser"},"startTime":1787039773272,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":8206,"timestamp":520720155575,"id":6932,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/flatMapDeep.js","layer":"app-pages-browser"},"startTime":1787039773272,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":8274,"timestamp":520720155722,"id":6933,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/flatMapDepth.js","layer":"app-pages-browser"},"startTime":1787039773272,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":8579,"timestamp":520720155969,"id":6935,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/flattenDeep.js","layer":"app-pages-browser"},"startTime":1787039773273,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":16323,"timestamp":520720156369,"id":6938,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/floor.js","layer":"app-pages-browser"},"startTime":1787039773273,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":17061,"timestamp":520720156137,"id":6936,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/flattenDepth.js","layer":"app-pages-browser"},"startTime":1787039773273,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":17283,"timestamp":520720156259,"id":6937,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/flip.js","layer":"app-pages-browser"},"startTime":1787039773273,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":17323,"timestamp":520720156471,"id":6939,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/flow.js","layer":"app-pages-browser"},"startTime":1787039773273,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":17416,"timestamp":520720156576,"id":6940,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/flowRight.js","layer":"app-pages-browser"},"startTime":1787039773273,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":17533,"timestamp":520720156707,"id":6941,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/forEach.js","layer":"app-pages-browser"},"startTime":1787039773273,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":17651,"timestamp":520720156836,"id":6942,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/forEachRight.js","layer":"app-pages-browser"},"startTime":1787039773273,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":17747,"timestamp":520720156960,"id":6943,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/forIn.js","layer":"app-pages-browser"},"startTime":1787039773274,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":18784,"timestamp":520720157293,"id":6946,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/forOwnRight.js","layer":"app-pages-browser"},"startTime":1787039773274,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":19133,"timestamp":520720157184,"id":6945,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/forOwn.js","layer":"app-pages-browser"},"startTime":1787039773274,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":19459,"timestamp":520720157073,"id":6944,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/forInRight.js","layer":"app-pages-browser"},"startTime":1787039773274,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":10632,"timestamp":520720167819,"id":6948,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/functions.js","layer":"app-pages-browser"},"startTime":1787039773284,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":11216,"timestamp":520720167539,"id":6947,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/fromPairs.js","layer":"app-pages-browser"},"startTime":1787039773284,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":10952,"timestamp":520720168020,"id":6949,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/functionsIn.js","layer":"app-pages-browser"},"startTime":1787039773285,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":11018,"timestamp":520720168184,"id":6950,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/get.js","layer":"app-pages-browser"},"startTime":1787039773285,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":10933,"timestamp":520720168637,"id":6953,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/gte.js","layer":"app-pages-browser"},"startTime":1787039773285,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":11278,"timestamp":520720168510,"id":6952,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/gt.js","layer":"app-pages-browser"},"startTime":1787039773285,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":11244,"timestamp":520720168753,"id":6954,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/has.js","layer":"app-pages-browser"},"startTime":1787039773285,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":11900,"timestamp":520720168377,"id":6951,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/groupBy.js","layer":"app-pages-browser"},"startTime":1787039773285,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":11680,"timestamp":520720168875,"id":6955,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/hasIn.js","layer":"app-pages-browser"},"startTime":1787039773285,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":11736,"timestamp":520720168993,"id":6956,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/head.js","layer":"app-pages-browser"},"startTime":1787039773286,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":11782,"timestamp":520720169108,"id":6957,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/identity.js","layer":"app-pages-browser"},"startTime":1787039773286,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":11914,"timestamp":520720169229,"id":6958,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/inRange.js","layer":"app-pages-browser"},"startTime":1787039773286,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":11833,"timestamp":520720169594,"id":6960,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/indexOf.js","layer":"app-pages-browser"},"startTime":1787039773286,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":12247,"timestamp":520720169460,"id":6959,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/includes.js","layer":"app-pages-browser"},"startTime":1787039773286,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":12209,"timestamp":520720169726,"id":6961,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/initial.js","layer":"app-pages-browser"},"startTime":1787039773286,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":12311,"timestamp":520720169853,"id":6962,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/intersection.js","layer":"app-pages-browser"},"startTime":1787039773286,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":19222,"timestamp":520720169969,"id":6963,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/intersectionBy.js","layer":"app-pages-browser"},"startTime":1787039773287,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":19370,"timestamp":520720170193,"id":6965,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/invert.js","layer":"app-pages-browser"},"startTime":1787039773287,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":19789,"timestamp":520720170079,"id":6964,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/intersectionWith.js","layer":"app-pages-browser"},"startTime":1787039773287,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":19825,"timestamp":520720170324,"id":6966,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/invertBy.js","layer":"app-pages-browser"},"startTime":1787039773287,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":19906,"timestamp":520720170440,"id":6967,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/invoke.js","layer":"app-pages-browser"},"startTime":1787039773287,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":19649,"timestamp":520720170869,"id":6971,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/isArray.js","layer":"app-pages-browser"},"startTime":1787039773287,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":20139,"timestamp":520720170755,"id":6970,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/isArguments.js","layer":"app-pages-browser"},"startTime":1787039773287,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":21695,"timestamp":520720170646,"id":6969,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/invokeMap.js","layer":"app-pages-browser"},"startTime":1787039773287,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":21695,"timestamp":520720170983,"id":6972,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/isArrayBuffer.js","layer":"app-pages-browser"},"startTime":1787039773288,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":8434,"timestamp":520720185296,"id":6975,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/isBoolean.js","layer":"app-pages-browser"},"startTime":1787039773302,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":9088,"timestamp":520720184850,"id":6973,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/isArrayLike.js","layer":"app-pages-browser"},"startTime":1787039773301,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":9053,"timestamp":520720185119,"id":6974,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/isArrayLikeObject.js","layer":"app-pages-browser"},"startTime":1787039773302,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":8986,"timestamp":520720185456,"id":6976,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/isBuffer.js","layer":"app-pages-browser"},"startTime":1787039773302,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":9048,"timestamp":520720185606,"id":6977,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/isDate.js","layer":"app-pages-browser"},"startTime":1787039773302,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":9082,"timestamp":520720185766,"id":6978,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/isElement.js","layer":"app-pages-browser"},"startTime":1787039773302,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":8899,"timestamp":520720186125,"id":6980,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/isEqual.js","layer":"app-pages-browser"},"startTime":1787039773303,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":9561,"timestamp":520720185991,"id":6979,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/isEmpty.js","layer":"app-pages-browser"},"startTime":1787039773303,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":9782,"timestamp":520720186241,"id":6981,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/isEqualWith.js","layer":"app-pages-browser"},"startTime":1787039773303,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":10055,"timestamp":520720186349,"id":6982,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/isError.js","layer":"app-pages-browser"},"startTime":1787039773303,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":10191,"timestamp":520720186576,"id":6984,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/isFunction.js","layer":"app-pages-browser"},"startTime":1787039773303,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":10593,"timestamp":520720186469,"id":6983,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/isFinite.js","layer":"app-pages-browser"},"startTime":1787039773303,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":10547,"timestamp":520720186805,"id":6986,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/isLength.js","layer":"app-pages-browser"},"startTime":1787039773303,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":20305,"timestamp":520720186682,"id":6985,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/isInteger.js","layer":"app-pages-browser"},"startTime":1787039773303,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":20490,"timestamp":520720186928,"id":6987,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/isMap.js","layer":"app-pages-browser"},"startTime":1787039773304,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":20762,"timestamp":520720187035,"id":6988,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/isMatch.js","layer":"app-pages-browser"},"startTime":1787039773304,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":22315,"timestamp":520720187136,"id":6989,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/isMatchWith.js","layer":"app-pages-browser"},"startTime":1787039773304,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":22673,"timestamp":520720187252,"id":6990,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/isNaN.js","layer":"app-pages-browser"},"startTime":1787039773304,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":22919,"timestamp":520720187366,"id":6991,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/isNative.js","layer":"app-pages-browser"},"startTime":1787039773304,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":10658,"timestamp":520720202835,"id":6992,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/isNil.js","layer":"app-pages-browser"},"startTime":1787039773319,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":10520,"timestamp":520720203355,"id":6994,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/isNumber.js","layer":"app-pages-browser"},"startTime":1787039773320,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":10937,"timestamp":520720203168,"id":6993,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/isNull.js","layer":"app-pages-browser"},"startTime":1787039773320,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":10861,"timestamp":520720203511,"id":6995,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/isObject.js","layer":"app-pages-browser"},"startTime":1787039773320,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":10980,"timestamp":520720203670,"id":6996,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/isObjectLike.js","layer":"app-pages-browser"},"startTime":1787039773320,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":11281,"timestamp":520720203822,"id":6997,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/isPlainObject.js","layer":"app-pages-browser"},"startTime":1787039773320,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":11272,"timestamp":520720204153,"id":6999,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/isSafeInteger.js","layer":"app-pages-browser"},"startTime":1787039773321,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":11784,"timestamp":520720203982,"id":6998,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/isRegExp.js","layer":"app-pages-browser"},"startTime":1787039773321,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":11722,"timestamp":520720204423,"id":7001,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/isString.js","layer":"app-pages-browser"},"startTime":1787039773321,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":11828,"timestamp":520720204671,"id":7003,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/isTypedArray.js","layer":"app-pages-browser"},"startTime":1787039773321,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":12535,"timestamp":520720204284,"id":7000,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/isSet.js","layer":"app-pages-browser"},"startTime":1787039773321,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":12583,"timestamp":520720204551,"id":7002,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/isSymbol.js","layer":"app-pages-browser"},"startTime":1787039773321,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":17241,"timestamp":520720204790,"id":7004,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/isUndefined.js","layer":"app-pages-browser"},"startTime":1787039773321,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":17353,"timestamp":520720205008,"id":7006,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/isWeakSet.js","layer":"app-pages-browser"},"startTime":1787039773322,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":17762,"timestamp":520720204900,"id":7005,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/isWeakMap.js","layer":"app-pages-browser"},"startTime":1787039773321,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":18454,"timestamp":520720205119,"id":7007,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/iteratee.js","layer":"app-pages-browser"},"startTime":1787039773322,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":18460,"timestamp":520720205413,"id":7008,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/join.js","layer":"app-pages-browser"},"startTime":1787039773322,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":7688,"timestamp":520720219362,"id":7010,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/keyBy.js","layer":"app-pages-browser"},"startTime":1787039773336,"traceId":"e4388ff8d15aa6e1"}]
|
|
26
|
+
[{"name":"build-module-js","duration":8261,"timestamp":520720219022,"id":7009,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/kebabCase.js","layer":"app-pages-browser"},"startTime":1787039773336,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":70156,"timestamp":520720170550,"id":6968,"parentId":6414,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/cose-base/cose-base.js","layer":"app-pages-browser"},"startTime":1787039773287,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":17513,"timestamp":520720228341,"id":7011,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/keys.js","layer":"app-pages-browser"},"startTime":1787039773345,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":17536,"timestamp":520720228591,"id":7012,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/keysIn.js","layer":"app-pages-browser"},"startTime":1787039773345,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":17578,"timestamp":520720228756,"id":7013,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/last.js","layer":"app-pages-browser"},"startTime":1787039773345,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":17738,"timestamp":520720228899,"id":7014,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/lastIndexOf.js","layer":"app-pages-browser"},"startTime":1787039773345,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":17958,"timestamp":520720229042,"id":7015,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/wrapperLodash.js","layer":"app-pages-browser"},"startTime":1787039773346,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":18054,"timestamp":520720229159,"id":7016,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/lowerCase.js","layer":"app-pages-browser"},"startTime":1787039773346,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":18112,"timestamp":520720229269,"id":7017,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/lowerFirst.js","layer":"app-pages-browser"},"startTime":1787039773346,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":18178,"timestamp":520720229372,"id":7018,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/lt.js","layer":"app-pages-browser"},"startTime":1787039773346,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":18247,"timestamp":520720229475,"id":7019,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/lte.js","layer":"app-pages-browser"},"startTime":1787039773346,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":18374,"timestamp":520720229574,"id":7020,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/map.js","layer":"app-pages-browser"},"startTime":1787039773346,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":18593,"timestamp":520720229699,"id":7021,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/mapKeys.js","layer":"app-pages-browser"},"startTime":1787039773346,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":18774,"timestamp":520720229811,"id":7022,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/mapValues.js","layer":"app-pages-browser"},"startTime":1787039773346,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":18893,"timestamp":520720229913,"id":7023,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/matches.js","layer":"app-pages-browser"},"startTime":1787039773346,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":19008,"timestamp":520720230011,"id":7024,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/matchesProperty.js","layer":"app-pages-browser"},"startTime":1787039773347,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":19107,"timestamp":520720230111,"id":7025,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/max.js","layer":"app-pages-browser"},"startTime":1787039773347,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":19260,"timestamp":520720230211,"id":7026,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/maxBy.js","layer":"app-pages-browser"},"startTime":1787039773347,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":19355,"timestamp":520720230313,"id":7027,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/mean.js","layer":"app-pages-browser"},"startTime":1787039773347,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":19456,"timestamp":520720230539,"id":7029,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/memoize.js","layer":"app-pages-browser"},"startTime":1787039773347,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":19802,"timestamp":520720230415,"id":7028,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/meanBy.js","layer":"app-pages-browser"},"startTime":1787039773347,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":19764,"timestamp":520720230651,"id":7030,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/merge.js","layer":"app-pages-browser"},"startTime":1787039773347,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":29171,"timestamp":520720230756,"id":7031,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/mergeWith.js","layer":"app-pages-browser"},"startTime":1787039773347,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":29407,"timestamp":520720230862,"id":7032,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/method.js","layer":"app-pages-browser"},"startTime":1787039773347,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":29695,"timestamp":520720230969,"id":7033,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/methodOf.js","layer":"app-pages-browser"},"startTime":1787039773348,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":29866,"timestamp":520720231068,"id":7034,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/min.js","layer":"app-pages-browser"},"startTime":1787039773348,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":29808,"timestamp":520720231376,"id":7035,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/minBy.js","layer":"app-pages-browser"},"startTime":1787039773348,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":29730,"timestamp":520720231769,"id":7037,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/multiply.js","layer":"app-pages-browser"},"startTime":1787039773348,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":30366,"timestamp":520720231573,"id":7036,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/mixin.js","layer":"app-pages-browser"},"startTime":1787039773348,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":30372,"timestamp":520720231888,"id":7038,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/negate.js","layer":"app-pages-browser"},"startTime":1787039773348,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":30305,"timestamp":520720232130,"id":7040,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/noop.js","layer":"app-pages-browser"},"startTime":1787039773349,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":30703,"timestamp":520720232238,"id":7041,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/now.js","layer":"app-pages-browser"},"startTime":1787039773349,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":31240,"timestamp":520720232020,"id":7039,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/next.js","layer":"app-pages-browser"},"startTime":1787039773349,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":31128,"timestamp":520720232340,"id":7042,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/nth.js","layer":"app-pages-browser"},"startTime":1787039773349,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":10809,"timestamp":520720253300,"id":7045,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/omitBy.js","layer":"app-pages-browser"},"startTime":1787039773370,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":11487,"timestamp":520720252861,"id":7043,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/nthArg.js","layer":"app-pages-browser"},"startTime":1787039773369,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":11076,"timestamp":520720253454,"id":7046,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/once.js","layer":"app-pages-browser"},"startTime":1787039773370,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":11762,"timestamp":520720253106,"id":7044,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/omit.js","layer":"app-pages-browser"},"startTime":1787039773370,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":11087,"timestamp":520720253976,"id":7050,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/overEvery.js","layer":"app-pages-browser"},"startTime":1787039773371,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":11502,"timestamp":520720253737,"id":7048,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/over.js","layer":"app-pages-browser"},"startTime":1787039773370,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":11876,"timestamp":520720253617,"id":7047,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/orderBy.js","layer":"app-pages-browser"},"startTime":1787039773370,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":11947,"timestamp":520720253859,"id":7049,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/overArgs.js","layer":"app-pages-browser"},"startTime":1787039773370,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":11914,"timestamp":520720254086,"id":7051,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/overSome.js","layer":"app-pages-browser"},"startTime":1787039773371,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":11838,"timestamp":520720254436,"id":7054,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/padStart.js","layer":"app-pages-browser"},"startTime":1787039773371,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":12195,"timestamp":520720254331,"id":7053,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/padEnd.js","layer":"app-pages-browser"},"startTime":1787039773371,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":12603,"timestamp":520720254216,"id":7052,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/pad.js","layer":"app-pages-browser"},"startTime":1787039773371,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":12570,"timestamp":520720254543,"id":7055,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/parseInt.js","layer":"app-pages-browser"},"startTime":1787039773371,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":12612,"timestamp":520720254742,"id":7057,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/partialRight.js","layer":"app-pages-browser"},"startTime":1787039773371,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":12936,"timestamp":520720254643,"id":7056,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/partial.js","layer":"app-pages-browser"},"startTime":1787039773371,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":12949,"timestamp":520720254844,"id":7058,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/partition.js","layer":"app-pages-browser"},"startTime":1787039773371,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":13008,"timestamp":520720255162,"id":7061,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/plant.js","layer":"app-pages-browser"},"startTime":1787039773372,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":13397,"timestamp":520720255053,"id":7060,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/pickBy.js","layer":"app-pages-browser"},"startTime":1787039773372,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":13709,"timestamp":520720254950,"id":7059,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/pick.js","layer":"app-pages-browser"},"startTime":1787039773372,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":13509,"timestamp":520720255386,"id":7062,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/property.js","layer":"app-pages-browser"},"startTime":1787039773372,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":13777,"timestamp":520720255510,"id":7063,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/propertyOf.js","layer":"app-pages-browser"},"startTime":1787039773372,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":13923,"timestamp":520720255625,"id":7064,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/pull.js","layer":"app-pages-browser"},"startTime":1787039773372,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":14034,"timestamp":520720255734,"id":7065,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/pullAll.js","layer":"app-pages-browser"},"startTime":1787039773372,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":14150,"timestamp":520720255839,"id":7066,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/pullAllBy.js","layer":"app-pages-browser"},"startTime":1787039773372,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":14239,"timestamp":520720255947,"id":7067,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/pullAllWith.js","layer":"app-pages-browser"},"startTime":1787039773373,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":14272,"timestamp":520720256207,"id":7069,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/pullAt.js","layer":"app-pages-browser"},"startTime":1787039773373,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":14786,"timestamp":520720256070,"id":7068,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/random.js","layer":"app-pages-browser"},"startTime":1787039773373,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":14740,"timestamp":520720256325,"id":7070,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/range.js","layer":"app-pages-browser"},"startTime":1787039773373,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":24208,"timestamp":520720256538,"id":7072,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/rearg.js","layer":"app-pages-browser"},"startTime":1787039773373,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":24555,"timestamp":520720256433,"id":7071,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/rangeRight.js","layer":"app-pages-browser"},"startTime":1787039773373,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":24625,"timestamp":520720256642,"id":7073,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/reduce.js","layer":"app-pages-browser"},"startTime":1787039773373,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":24762,"timestamp":520720256759,"id":7074,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/reduceRight.js","layer":"app-pages-browser"},"startTime":1787039773373,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":24900,"timestamp":520720256867,"id":7075,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/reject.js","layer":"app-pages-browser"},"startTime":1787039773373,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":25086,"timestamp":520720256963,"id":7076,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/remove.js","layer":"app-pages-browser"},"startTime":1787039773374,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":25212,"timestamp":520720257076,"id":7077,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/repeat.js","layer":"app-pages-browser"},"startTime":1787039773374,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":25303,"timestamp":520720257183,"id":7078,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/replace.js","layer":"app-pages-browser"},"startTime":1787039773374,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":25194,"timestamp":520720257498,"id":7081,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/reverse.js","layer":"app-pages-browser"},"startTime":1787039773374,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":25641,"timestamp":520720257291,"id":7079,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/rest.js","layer":"app-pages-browser"},"startTime":1787039773374,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":25807,"timestamp":520720257391,"id":7080,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/result.js","layer":"app-pages-browser"},"startTime":1787039773374,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":25770,"timestamp":520720257604,"id":7082,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/round.js","layer":"app-pages-browser"},"startTime":1787039773374,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":26789,"timestamp":520720257712,"id":7083,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/sample.js","layer":"app-pages-browser"},"startTime":1787039773374,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":26623,"timestamp":520720258090,"id":7085,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/set.js","layer":"app-pages-browser"},"startTime":1787039773375,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":27091,"timestamp":520720257870,"id":7084,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/sampleSize.js","layer":"app-pages-browser"},"startTime":1787039773374,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":8124,"timestamp":520720277310,"id":7089,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/slice.js","layer":"app-pages-browser"},"startTime":1787039773394,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":8573,"timestamp":520720277159,"id":7088,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/size.js","layer":"app-pages-browser"},"startTime":1787039773394,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":9247,"timestamp":520720276700,"id":7086,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/setWith.js","layer":"app-pages-browser"},"startTime":1787039773393,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":9162,"timestamp":520720276990,"id":7087,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/shuffle.js","layer":"app-pages-browser"},"startTime":1787039773394,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":8906,"timestamp":520720277453,"id":7090,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/snakeCase.js","layer":"app-pages-browser"},"startTime":1787039773394,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":11926,"timestamp":520720277573,"id":7091,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/some.js","layer":"app-pages-browser"},"startTime":1787039773394,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":12588,"timestamp":520720277693,"id":7092,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/sortBy.js","layer":"app-pages-browser"},"startTime":1787039773394,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":12697,"timestamp":520720277812,"id":7093,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/sortedIndex.js","layer":"app-pages-browser"},"startTime":1787039773394,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":12785,"timestamp":520720277917,"id":7094,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/sortedIndexBy.js","layer":"app-pages-browser"},"startTime":1787039773394,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":12853,"timestamp":520720278119,"id":7096,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/sortedLastIndex.js","layer":"app-pages-browser"},"startTime":1787039773395,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":13195,"timestamp":520720278020,"id":7095,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/sortedIndexOf.js","layer":"app-pages-browser"},"startTime":1787039773395,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":13191,"timestamp":520720278220,"id":7097,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/sortedLastIndexBy.js","layer":"app-pages-browser"},"startTime":1787039773395,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":18756,"timestamp":520720278319,"id":7098,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/sortedLastIndexOf.js","layer":"app-pages-browser"},"startTime":1787039773395,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":18936,"timestamp":520720278417,"id":7099,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/sortedUniq.js","layer":"app-pages-browser"},"startTime":1787039773395,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":19052,"timestamp":520720278518,"id":7100,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/sortedUniqBy.js","layer":"app-pages-browser"},"startTime":1787039773395,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":19274,"timestamp":520720278616,"id":7101,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/split.js","layer":"app-pages-browser"},"startTime":1787039773395,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":19274,"timestamp":520720278825,"id":7103,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/startCase.js","layer":"app-pages-browser"},"startTime":1787039773395,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":19695,"timestamp":520720278713,"id":7102,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/spread.js","layer":"app-pages-browser"},"startTime":1787039773395,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":20913,"timestamp":520720279040,"id":7105,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/stubArray.js","layer":"app-pages-browser"},"startTime":1787039773396,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":21515,"timestamp":520720278934,"id":7104,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/startsWith.js","layer":"app-pages-browser"},"startTime":1787039773396,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":21526,"timestamp":520720279146,"id":7106,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/stubFalse.js","layer":"app-pages-browser"},"startTime":1787039773396,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":9803,"timestamp":520720294775,"id":7107,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/stubObject.js","layer":"app-pages-browser"},"startTime":1787039773411,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":9871,"timestamp":520720295047,"id":7108,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/stubString.js","layer":"app-pages-browser"},"startTime":1787039773412,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":10008,"timestamp":520720295220,"id":7109,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/stubTrue.js","layer":"app-pages-browser"},"startTime":1787039773412,"traceId":"e4388ff8d15aa6e1"}]
|
|
27
|
+
[{"name":"build-module-js","duration":6475,"timestamp":520720307215,"id":7111,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/sum.js","layer":"app-pages-browser"},"startTime":1787039773424,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":6996,"timestamp":520720306950,"id":7110,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/subtract.js","layer":"app-pages-browser"},"startTime":1787039773424,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":6767,"timestamp":520720307386,"id":7112,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/sumBy.js","layer":"app-pages-browser"},"startTime":1787039773424,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":6847,"timestamp":520720307535,"id":7113,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/tail.js","layer":"app-pages-browser"},"startTime":1787039773424,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":6690,"timestamp":520720307903,"id":7116,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/takeRightWhile.js","layer":"app-pages-browser"},"startTime":1787039773424,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":7041,"timestamp":520720307797,"id":7115,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/takeRight.js","layer":"app-pages-browser"},"startTime":1787039773424,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":7378,"timestamp":520720307680,"id":7114,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/take.js","layer":"app-pages-browser"},"startTime":1787039773424,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":7220,"timestamp":520720308038,"id":7117,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/takeWhile.js","layer":"app-pages-browser"},"startTime":1787039773425,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":15279,"timestamp":520720308162,"id":7118,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/tap.js","layer":"app-pages-browser"},"startTime":1787039773425,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":16348,"timestamp":520720308283,"id":7119,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/template.js","layer":"app-pages-browser"},"startTime":1787039773425,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":16532,"timestamp":520720308402,"id":7120,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/templateSettings.js","layer":"app-pages-browser"},"startTime":1787039773425,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":16752,"timestamp":520720308509,"id":7121,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/throttle.js","layer":"app-pages-browser"},"startTime":1787039773425,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":17085,"timestamp":520720308611,"id":7122,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/thru.js","layer":"app-pages-browser"},"startTime":1787039773425,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":17287,"timestamp":520720308709,"id":7123,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/times.js","layer":"app-pages-browser"},"startTime":1787039773425,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":17515,"timestamp":520720308807,"id":7124,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/toArray.js","layer":"app-pages-browser"},"startTime":1787039773425,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":10010,"timestamp":520720316677,"id":7126,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/toInteger.js","layer":"app-pages-browser"},"startTime":1787039773433,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":10531,"timestamp":520720316427,"id":7125,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/toFinite.js","layer":"app-pages-browser"},"startTime":1787039773433,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":10274,"timestamp":520720316853,"id":7127,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/toIterator.js","layer":"app-pages-browser"},"startTime":1787039773433,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":10275,"timestamp":520720317006,"id":7128,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/toJSON.js","layer":"app-pages-browser"},"startTime":1787039773434,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":10196,"timestamp":520720317271,"id":7130,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/toLower.js","layer":"app-pages-browser"},"startTime":1787039773434,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":10531,"timestamp":520720317149,"id":7129,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/toLength.js","layer":"app-pages-browser"},"startTime":1787039773434,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":10702,"timestamp":520720317377,"id":7131,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/toNumber.js","layer":"app-pages-browser"},"startTime":1787039773434,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":10796,"timestamp":520720317481,"id":7132,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/toPairs.js","layer":"app-pages-browser"},"startTime":1787039773434,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":10880,"timestamp":520720317584,"id":7133,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/toPairsIn.js","layer":"app-pages-browser"},"startTime":1787039773434,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":10865,"timestamp":520720317785,"id":7135,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/toPlainObject.js","layer":"app-pages-browser"},"startTime":1787039773434,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":11187,"timestamp":520720317684,"id":7134,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/toPath.js","layer":"app-pages-browser"},"startTime":1787039773434,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":11196,"timestamp":520720317890,"id":7136,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/toSafeInteger.js","layer":"app-pages-browser"},"startTime":1787039773434,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":11342,"timestamp":520720317992,"id":7137,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/toString.js","layer":"app-pages-browser"},"startTime":1787039773435,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":11462,"timestamp":520720318089,"id":7138,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/toUpper.js","layer":"app-pages-browser"},"startTime":1787039773435,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":11693,"timestamp":520720318281,"id":7140,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/trim.js","layer":"app-pages-browser"},"startTime":1787039773435,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":12132,"timestamp":520720318184,"id":7139,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/transform.js","layer":"app-pages-browser"},"startTime":1787039773435,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":12167,"timestamp":520720318427,"id":7141,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/trimEnd.js","layer":"app-pages-browser"},"startTime":1787039773435,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":12338,"timestamp":520720318541,"id":7142,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/trimStart.js","layer":"app-pages-browser"},"startTime":1787039773435,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":12314,"timestamp":520720318747,"id":7144,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/unary.js","layer":"app-pages-browser"},"startTime":1787039773435,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":13083,"timestamp":520720318643,"id":7143,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/truncate.js","layer":"app-pages-browser"},"startTime":1787039773435,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":13279,"timestamp":520720318845,"id":7145,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/unescape.js","layer":"app-pages-browser"},"startTime":1787039773435,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":13437,"timestamp":520720318944,"id":7146,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/union.js","layer":"app-pages-browser"},"startTime":1787039773436,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":13590,"timestamp":520720319041,"id":7147,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/unionBy.js","layer":"app-pages-browser"},"startTime":1787039773436,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":13744,"timestamp":520720319140,"id":7148,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/unionWith.js","layer":"app-pages-browser"},"startTime":1787039773436,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":13843,"timestamp":520720319248,"id":7149,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/uniq.js","layer":"app-pages-browser"},"startTime":1787039773436,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":13945,"timestamp":520720319348,"id":7150,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/uniqBy.js","layer":"app-pages-browser"},"startTime":1787039773436,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":13846,"timestamp":520720319641,"id":7153,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/unset.js","layer":"app-pages-browser"},"startTime":1787039773436,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":14197,"timestamp":520720319543,"id":7152,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/uniqueId.js","layer":"app-pages-browser"},"startTime":1787039773436,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":14699,"timestamp":520720319443,"id":7151,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/uniqWith.js","layer":"app-pages-browser"},"startTime":1787039773436,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":14902,"timestamp":520720319813,"id":7154,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/unzip.js","layer":"app-pages-browser"},"startTime":1787039773436,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":30499,"timestamp":520720319945,"id":7155,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/unzipWith.js","layer":"app-pages-browser"},"startTime":1787039773437,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":30647,"timestamp":520720320074,"id":7156,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/update.js","layer":"app-pages-browser"},"startTime":1787039773437,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":30650,"timestamp":520720320283,"id":7158,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/upperCase.js","layer":"app-pages-browser"},"startTime":1787039773437,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":30981,"timestamp":520720320181,"id":7157,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/updateWith.js","layer":"app-pages-browser"},"startTime":1787039773437,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":30873,"timestamp":520720320464,"id":7159,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/upperFirst.js","layer":"app-pages-browser"},"startTime":1787039773437,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":30727,"timestamp":520720320759,"id":7161,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/valueOf.js","layer":"app-pages-browser"},"startTime":1787039773437,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":30968,"timestamp":520720320643,"id":7160,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/value.js","layer":"app-pages-browser"},"startTime":1787039773437,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":30926,"timestamp":520720320869,"id":7162,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/values.js","layer":"app-pages-browser"},"startTime":1787039773437,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":30808,"timestamp":520720321187,"id":7164,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/without.js","layer":"app-pages-browser"},"startTime":1787039773438,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":31186,"timestamp":520720321042,"id":7163,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/valuesIn.js","layer":"app-pages-browser"},"startTime":1787039773438,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":30965,"timestamp":520720321459,"id":7166,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/wrap.js","layer":"app-pages-browser"},"startTime":1787039773438,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":31449,"timestamp":520720321306,"id":7165,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/words.js","layer":"app-pages-browser"},"startTime":1787039773438,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":31419,"timestamp":520720321695,"id":7168,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/wrapperChain.js","layer":"app-pages-browser"},"startTime":1787039773438,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":32047,"timestamp":520720321583,"id":7167,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/wrapperAt.js","layer":"app-pages-browser"},"startTime":1787039773438,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":32461,"timestamp":520720321804,"id":7169,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/wrapperReverse.js","layer":"app-pages-browser"},"startTime":1787039773438,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":11183,"timestamp":520720344368,"id":7171,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/xor.js","layer":"app-pages-browser"},"startTime":1787039773461,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":11270,"timestamp":520720344559,"id":7172,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/xorBy.js","layer":"app-pages-browser"},"startTime":1787039773461,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":11993,"timestamp":520720344052,"id":7170,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/wrapperValue.js","layer":"app-pages-browser"},"startTime":1787039773461,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":11596,"timestamp":520720344726,"id":7173,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/xorWith.js","layer":"app-pages-browser"},"startTime":1787039773461,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":11418,"timestamp":520720345107,"id":7176,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/zipObjectDeep.js","layer":"app-pages-browser"},"startTime":1787039773462,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":11838,"timestamp":520720344875,"id":7174,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/zip.js","layer":"app-pages-browser"},"startTime":1787039773461,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":11916,"timestamp":520720344995,"id":7175,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/zipObject.js","layer":"app-pages-browser"},"startTime":1787039773462,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":11957,"timestamp":520720345212,"id":7177,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/zipWith.js","layer":"app-pages-browser"},"startTime":1787039773462,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":16972,"timestamp":520720345341,"id":7178,"parentId":6696,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/lodash.default.js","layer":"app-pages-browser"},"startTime":1787039773462,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":44905,"timestamp":520720345574,"id":7180,"parentId":6653,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/micromark-extension-math/lib/math-flow.js","layer":"app-pages-browser"},"startTime":1787039773462,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":45615,"timestamp":520720345654,"id":7181,"parentId":6653,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/micromark-extension-math/lib/math-text.js","layer":"app-pages-browser"},"startTime":1787039773462,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":46509,"timestamp":520720345728,"id":7182,"parentId":6661,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-chord/src/chord.js","layer":"app-pages-browser"},"startTime":1787039773462,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":47078,"timestamp":520720345478,"id":7179,"parentId":6648,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-sankey/src/constant.js","layer":"app-pages-browser"},"startTime":1787039773462,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":47614,"timestamp":520720345819,"id":7183,"parentId":6661,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-chord/src/ribbon.js","layer":"app-pages-browser"},"startTime":1787039773462,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":47913,"timestamp":520720345895,"id":7184,"parentId":6662,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-array/src/bisect.js","layer":"app-pages-browser"},"startTime":1787039773462,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":48102,"timestamp":520720345967,"id":7185,"parentId":6662,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-array/src/ascending.js","layer":"app-pages-browser"},"startTime":1787039773463,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":48925,"timestamp":520720346115,"id":7187,"parentId":6662,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-array/src/blur.js","layer":"app-pages-browser"},"startTime":1787039773463,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":49536,"timestamp":520720346041,"id":7186,"parentId":6662,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-array/src/bisector.js","layer":"app-pages-browser"},"startTime":1787039773463,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":49792,"timestamp":520720346255,"id":7189,"parentId":6662,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-array/src/cross.js","layer":"app-pages-browser"},"startTime":1787039773463,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":50210,"timestamp":520720346186,"id":7188,"parentId":6662,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-array/src/count.js","layer":"app-pages-browser"},"startTime":1787039773463,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":50293,"timestamp":520720346398,"id":7191,"parentId":6662,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-array/src/descending.js","layer":"app-pages-browser"},"startTime":1787039773463,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":50639,"timestamp":520720346327,"id":7190,"parentId":6662,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-array/src/cumsum.js","layer":"app-pages-browser"},"startTime":1787039773463,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":50787,"timestamp":520720346469,"id":7192,"parentId":6662,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-array/src/deviation.js","layer":"app-pages-browser"},"startTime":1787039773463,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":51323,"timestamp":520720346613,"id":7194,"parentId":6662,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-array/src/fsum.js","layer":"app-pages-browser"},"startTime":1787039773463,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":52080,"timestamp":520720346685,"id":7195,"parentId":6662,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-array/src/group.js","layer":"app-pages-browser"},"startTime":1787039773463,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":52459,"timestamp":520720346756,"id":7196,"parentId":6662,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-array/src/groupSort.js","layer":"app-pages-browser"},"startTime":1787039773463,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":53079,"timestamp":520720346543,"id":7193,"parentId":6662,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-array/src/extent.js","layer":"app-pages-browser"},"startTime":1787039773463,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":54547,"timestamp":520720346829,"id":7197,"parentId":6662,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-array/src/bin.js","layer":"app-pages-browser"},"startTime":1787039773463,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":55084,"timestamp":520720346900,"id":7198,"parentId":6662,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-array/src/max.js","layer":"app-pages-browser"},"startTime":1787039773463,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":55435,"timestamp":520720346970,"id":7199,"parentId":6662,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-array/src/maxIndex.js","layer":"app-pages-browser"},"startTime":1787039773464,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":55647,"timestamp":520720347109,"id":7201,"parentId":6662,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-array/src/median.js","layer":"app-pages-browser"},"startTime":1787039773464,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":56183,"timestamp":520720347178,"id":7202,"parentId":6662,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-array/src/merge.js","layer":"app-pages-browser"},"startTime":1787039773464,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":56705,"timestamp":520720347040,"id":7200,"parentId":6662,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-array/src/mean.js","layer":"app-pages-browser"},"startTime":1787039773464,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":43542,"timestamp":520720371041,"id":7206,"parentId":6662,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-array/src/nice.js","layer":"app-pages-browser"},"startTime":1787039773488,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":44117,"timestamp":520720370948,"id":7205,"parentId":6662,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-array/src/mode.js","layer":"app-pages-browser"},"startTime":1787039773488,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":44743,"timestamp":520720370661,"id":7203,"parentId":6662,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-array/src/min.js","layer":"app-pages-browser"},"startTime":1787039773487,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":44894,"timestamp":520720370856,"id":7204,"parentId":6662,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-array/src/minIndex.js","layer":"app-pages-browser"},"startTime":1787039773487,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":45336,"timestamp":520720371121,"id":7207,"parentId":6662,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-array/src/pairs.js","layer":"app-pages-browser"},"startTime":1787039773488,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":50076,"timestamp":520720371265,"id":7209,"parentId":6662,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-array/src/quantile.js","layer":"app-pages-browser"},"startTime":1787039773488,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":50743,"timestamp":520720371194,"id":7208,"parentId":6662,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-array/src/permute.js","layer":"app-pages-browser"},"startTime":1787039773488,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":46214,"timestamp":520720380361,"id":7212,"parentId":6662,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-array/src/rank.js","layer":"app-pages-browser"},"startTime":1787039773497,"traceId":"e4388ff8d15aa6e1"}]
|
|
28
|
+
[{"name":"build-module-js","duration":47602,"timestamp":520720380083,"id":7210,"parentId":6662,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-array/src/quickselect.js","layer":"app-pages-browser"},"startTime":1787039773497,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":48109,"timestamp":520720380275,"id":7211,"parentId":6662,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-array/src/range.js","layer":"app-pages-browser"},"startTime":1787039773497,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":48579,"timestamp":520720380436,"id":7213,"parentId":6662,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-array/src/least.js","layer":"app-pages-browser"},"startTime":1787039773497,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":48875,"timestamp":520720380649,"id":7216,"parentId":6662,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-array/src/greatestIndex.js","layer":"app-pages-browser"},"startTime":1787039773497,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":49206,"timestamp":520720380719,"id":7217,"parentId":6662,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-array/src/scan.js","layer":"app-pages-browser"},"startTime":1787039773497,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":49927,"timestamp":520720380577,"id":7215,"parentId":6662,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-array/src/greatest.js","layer":"app-pages-browser"},"startTime":1787039773497,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":50382,"timestamp":520720380788,"id":7218,"parentId":6662,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-array/src/shuffle.js","layer":"app-pages-browser"},"startTime":1787039773497,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":51253,"timestamp":520720380507,"id":7214,"parentId":6662,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-array/src/leastIndex.js","layer":"app-pages-browser"},"startTime":1787039773497,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":52222,"timestamp":520720380929,"id":7220,"parentId":6662,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-array/src/ticks.js","layer":"app-pages-browser"},"startTime":1787039773498,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":52635,"timestamp":520720381160,"id":7223,"parentId":6662,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-array/src/zip.js","layer":"app-pages-browser"},"startTime":1787039773498,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":53313,"timestamp":520720381073,"id":7222,"parentId":6662,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-array/src/variance.js","layer":"app-pages-browser"},"startTime":1787039773498,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":53444,"timestamp":520720381364,"id":7226,"parentId":6662,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-array/src/filter.js","layer":"app-pages-browser"},"startTime":1787039773498,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":53913,"timestamp":520720381298,"id":7225,"parentId":6662,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-array/src/some.js","layer":"app-pages-browser"},"startTime":1787039773498,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":54353,"timestamp":520720381432,"id":7227,"parentId":6662,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-array/src/map.js","layer":"app-pages-browser"},"startTime":1787039773498,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":55226,"timestamp":520720381230,"id":7224,"parentId":6662,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-array/src/every.js","layer":"app-pages-browser"},"startTime":1787039773498,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":55409,"timestamp":520720381567,"id":7229,"parentId":6662,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-array/src/reverse.js","layer":"app-pages-browser"},"startTime":1787039773498,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":57294,"timestamp":520720380998,"id":7221,"parentId":6662,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-array/src/transpose.js","layer":"app-pages-browser"},"startTime":1787039773498,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":57295,"timestamp":520720381499,"id":7228,"parentId":6662,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-array/src/reduce.js","layer":"app-pages-browser"},"startTime":1787039773498,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":58281,"timestamp":520720380859,"id":7219,"parentId":6662,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-array/src/sum.js","layer":"app-pages-browser"},"startTime":1787039773497,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":59630,"timestamp":520720386227,"id":7231,"parentId":6662,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-array/src/difference.js","layer":"app-pages-browser"},"startTime":1787039773503,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":60462,"timestamp":520720386054,"id":7230,"parentId":6662,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-array/src/sort.js","layer":"app-pages-browser"},"startTime":1787039773503,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":60596,"timestamp":520720386315,"id":7232,"parentId":6662,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-array/src/disjoint.js","layer":"app-pages-browser"},"startTime":1787039773503,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":60896,"timestamp":520720386391,"id":7233,"parentId":6662,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-array/src/intersection.js","layer":"app-pages-browser"},"startTime":1787039773503,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":62168,"timestamp":520720386733,"id":7237,"parentId":6663,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-axis/src/axis.js","layer":"app-pages-browser"},"startTime":1787039773503,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":62976,"timestamp":520720386491,"id":7234,"parentId":6662,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-array/src/subset.js","layer":"app-pages-browser"},"startTime":1787039773503,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":63336,"timestamp":520720386656,"id":7236,"parentId":6662,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-array/src/union.js","layer":"app-pages-browser"},"startTime":1787039773503,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":63602,"timestamp":520720386806,"id":7238,"parentId":6616,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/web-namespaces/index.js","layer":"app-pages-browser"},"startTime":1787039773503,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":71812,"timestamp":520720387091,"id":7242,"parentId":6664,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-brush/src/brush.js","layer":"app-pages-browser"},"startTime":1787039773504,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":73961,"timestamp":520720387160,"id":7243,"parentId":6665,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-contour/src/contours.js","layer":"app-pages-browser"},"startTime":1787039773504,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":75258,"timestamp":520720387228,"id":7244,"parentId":6665,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-contour/src/density.js","layer":"app-pages-browser"},"startTime":1787039773504,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":76816,"timestamp":520720386567,"id":7235,"parentId":6662,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-array/src/superset.js","layer":"app-pages-browser"},"startTime":1787039773503,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":78476,"timestamp":520720387367,"id":7246,"parentId":6669,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-dsv/src/dsv.js","layer":"app-pages-browser"},"startTime":1787039773504,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":79757,"timestamp":520720387019,"id":7241,"parentId":6662,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-array/src/threshold/sturges.js","layer":"app-pages-browser"},"startTime":1787039773504,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":80470,"timestamp":520720386948,"id":7240,"parentId":6662,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-array/src/threshold/scott.js","layer":"app-pages-browser"},"startTime":1787039773504,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":81755,"timestamp":520720387297,"id":7245,"parentId":6666,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-dispatch/src/dispatch.js","layer":"app-pages-browser"},"startTime":1787039773504,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":85212,"timestamp":520720387658,"id":7250,"parentId":6668,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-color/src/color.js","layer":"app-pages-browser"},"startTime":1787039773504,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":86121,"timestamp":520720387501,"id":7248,"parentId":6669,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-dsv/src/tsv.js","layer":"app-pages-browser"},"startTime":1787039773504,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":87458,"timestamp":520720387867,"id":7253,"parentId":6667,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-drag/src/drag.js","layer":"app-pages-browser"},"startTime":1787039773504,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":88475,"timestamp":520720387435,"id":7247,"parentId":6669,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-dsv/src/csv.js","layer":"app-pages-browser"},"startTime":1787039773504,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":89541,"timestamp":520720386879,"id":7239,"parentId":6662,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-array/src/threshold/freedmanDiaconis.js","layer":"app-pages-browser"},"startTime":1787039773503,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":89339,"timestamp":520720387579,"id":7249,"parentId":6669,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-dsv/src/autoType.js","layer":"app-pages-browser"},"startTime":1787039773504,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":92032,"timestamp":520720387727,"id":7251,"parentId":6668,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-color/src/lab.js","layer":"app-pages-browser"},"startTime":1787039773504,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":92814,"timestamp":520720387799,"id":7252,"parentId":6668,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-color/src/cubehelix.js","layer":"app-pages-browser"},"startTime":1787039773504,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":75691,"timestamp":520720409156,"id":7257,"parentId":6670,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-ease/src/cubic.js","layer":"app-pages-browser"},"startTime":1787039773526,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":76497,"timestamp":520720408833,"id":7254,"parentId":6667,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-drag/src/nodrag.js","layer":"app-pages-browser"},"startTime":1787039773525,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":76609,"timestamp":520720409080,"id":7256,"parentId":6670,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-ease/src/quad.js","layer":"app-pages-browser"},"startTime":1787039773526,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":76974,"timestamp":520720408994,"id":7255,"parentId":6670,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-ease/src/linear.js","layer":"app-pages-browser"},"startTime":1787039773526,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":76993,"timestamp":520720409301,"id":7259,"parentId":6670,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-ease/src/sin.js","layer":"app-pages-browser"},"startTime":1787039773526,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":77152,"timestamp":520720409445,"id":7261,"parentId":6670,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-ease/src/circle.js","layer":"app-pages-browser"},"startTime":1787039773526,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":77756,"timestamp":520720409230,"id":7258,"parentId":6670,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-ease/src/poly.js","layer":"app-pages-browser"},"startTime":1787039773526,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":78016,"timestamp":520720409372,"id":7260,"parentId":6670,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-ease/src/exp.js","layer":"app-pages-browser"},"startTime":1787039773526,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":78364,"timestamp":520720409516,"id":7262,"parentId":6670,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-ease/src/bounce.js","layer":"app-pages-browser"},"startTime":1787039773526,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":78819,"timestamp":520720409587,"id":7263,"parentId":6670,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-ease/src/back.js","layer":"app-pages-browser"},"startTime":1787039773526,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":78929,"timestamp":520720409794,"id":7266,"parentId":6672,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-fetch/src/buffer.js","layer":"app-pages-browser"},"startTime":1787039773526,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":79603,"timestamp":520720409657,"id":7264,"parentId":6670,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-ease/src/elastic.js","layer":"app-pages-browser"},"startTime":1787039773526,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":79805,"timestamp":520720409727,"id":7265,"parentId":6672,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-fetch/src/blob.js","layer":"app-pages-browser"},"startTime":1787039773526,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":79925,"timestamp":520720409932,"id":7268,"parentId":6672,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-fetch/src/image.js","layer":"app-pages-browser"},"startTime":1787039773527,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":80172,"timestamp":520720410000,"id":7269,"parentId":6672,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-fetch/src/json.js","layer":"app-pages-browser"},"startTime":1787039773527,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":80716,"timestamp":520720409863,"id":7267,"parentId":6672,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-fetch/src/dsv.js","layer":"app-pages-browser"},"startTime":1787039773526,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":80754,"timestamp":520720410096,"id":7270,"parentId":6672,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-fetch/src/text.js","layer":"app-pages-browser"},"startTime":1787039773527,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":81203,"timestamp":520720410336,"id":7273,"parentId":6671,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-force/src/collide.js","layer":"app-pages-browser"},"startTime":1787039773527,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":81688,"timestamp":520720410246,"id":7272,"parentId":6671,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-force/src/center.js","layer":"app-pages-browser"},"startTime":1787039773527,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":84547,"timestamp":520720410485,"id":7275,"parentId":6671,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-force/src/manyBody.js","layer":"app-pages-browser"},"startTime":1787039773527,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":85435,"timestamp":520720410176,"id":7271,"parentId":6672,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-fetch/src/xml.js","layer":"app-pages-browser"},"startTime":1787039773527,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":86227,"timestamp":520720410415,"id":7274,"parentId":6671,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-force/src/link.js","layer":"app-pages-browser"},"startTime":1787039773527,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":87022,"timestamp":520720410624,"id":7277,"parentId":6671,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-force/src/simulation.js","layer":"app-pages-browser"},"startTime":1787039773527,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":87739,"timestamp":520720410554,"id":7276,"parentId":6671,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-force/src/radial.js","layer":"app-pages-browser"},"startTime":1787039773527,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":88088,"timestamp":520720410693,"id":7278,"parentId":6671,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-force/src/x.js","layer":"app-pages-browser"},"startTime":1787039773527,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":88642,"timestamp":520720410761,"id":7279,"parentId":6671,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-force/src/y.js","layer":"app-pages-browser"},"startTime":1787039773527,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":89859,"timestamp":520720410898,"id":7281,"parentId":6673,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-format/src/locale.js","layer":"app-pages-browser"},"startTime":1787039773527,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":90334,"timestamp":520720410829,"id":7280,"parentId":6673,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-format/src/defaultLocale.js","layer":"app-pages-browser"},"startTime":1787039773527,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":90729,"timestamp":520720410968,"id":7282,"parentId":6673,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-format/src/formatSpecifier.js","layer":"app-pages-browser"},"startTime":1787039773528,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":91565,"timestamp":520720411313,"id":7287,"parentId":6674,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-geo/src/bounds.js","layer":"app-pages-browser"},"startTime":1787039773528,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":92169,"timestamp":520720411036,"id":7283,"parentId":6673,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-format/src/precisionFixed.js","layer":"app-pages-browser"},"startTime":1787039773528,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":92830,"timestamp":520720411106,"id":7284,"parentId":6673,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-format/src/precisionPrefix.js","layer":"app-pages-browser"},"startTime":1787039773528,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":93647,"timestamp":520720411245,"id":7286,"parentId":6674,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-geo/src/area.js","layer":"app-pages-browser"},"startTime":1787039773528,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":94270,"timestamp":520720411175,"id":7285,"parentId":6673,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-format/src/precisionRound.js","layer":"app-pages-browser"},"startTime":1787039773528,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":87043,"timestamp":520720424369,"id":7289,"parentId":6674,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-geo/src/circle.js","layer":"app-pages-browser"},"startTime":1787039773541,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":87741,"timestamp":520720424458,"id":7290,"parentId":6674,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-geo/src/contains.js","layer":"app-pages-browser"},"startTime":1787039773541,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":88857,"timestamp":520720424195,"id":7288,"parentId":6674,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-geo/src/centroid.js","layer":"app-pages-browser"},"startTime":1787039773541,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":89252,"timestamp":520720424610,"id":7292,"parentId":6674,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-geo/src/graticule.js","layer":"app-pages-browser"},"startTime":1787039773541,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":89643,"timestamp":520720424537,"id":7291,"parentId":6674,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-geo/src/distance.js","layer":"app-pages-browser"},"startTime":1787039773541,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":90580,"timestamp":520720424687,"id":7293,"parentId":6674,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-geo/src/interpolate.js","layer":"app-pages-browser"},"startTime":1787039773541,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":90973,"timestamp":520720424768,"id":7294,"parentId":6674,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-geo/src/length.js","layer":"app-pages-browser"},"startTime":1787039773541,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":91568,"timestamp":520720424844,"id":7295,"parentId":6674,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-geo/src/rotation.js","layer":"app-pages-browser"},"startTime":1787039773541,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":82376,"timestamp":520720442569,"id":7298,"parentId":6677,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-delaunay/src/delaunay.js","layer":"app-pages-browser"},"startTime":1787039773559,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":83055,"timestamp":520720442482,"id":7297,"parentId":6674,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-geo/src/transform.js","layer":"app-pages-browser"},"startTime":1787039773559,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":83147,"timestamp":520720442861,"id":7302,"parentId":6676,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-interpolate/src/basis.js","layer":"app-pages-browser"},"startTime":1787039773559,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":86332,"timestamp":520720442645,"id":7299,"parentId":6677,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-delaunay/src/voronoi.js","layer":"app-pages-browser"},"startTime":1787039773559,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":87524,"timestamp":520720442325,"id":7296,"parentId":6674,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-geo/src/stream.js","layer":"app-pages-browser"},"startTime":1787039773559,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":87720,"timestamp":520720442790,"id":7301,"parentId":6676,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-interpolate/src/array.js","layer":"app-pages-browser"},"startTime":1787039773559,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":88296,"timestamp":520720442717,"id":7300,"parentId":6676,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-interpolate/src/value.js","layer":"app-pages-browser"},"startTime":1787039773559,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":88548,"timestamp":520720442932,"id":7303,"parentId":6676,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-interpolate/src/basisClosed.js","layer":"app-pages-browser"},"startTime":1787039773560,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":89944,"timestamp":520720443260,"id":7307,"parentId":6674,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-geo/src/clip/circle.js","layer":"app-pages-browser"},"startTime":1787039773560,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":90670,"timestamp":520720443003,"id":7304,"parentId":6676,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-interpolate/src/date.js","layer":"app-pages-browser"},"startTime":1787039773560,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":91402,"timestamp":520720443404,"id":7309,"parentId":6674,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-geo/src/clip/rectangle.js","layer":"app-pages-browser"},"startTime":1787039773560,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":91918,"timestamp":520720443335,"id":7308,"parentId":6674,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-geo/src/clip/extent.js","layer":"app-pages-browser"},"startTime":1787039773560,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":92915,"timestamp":520720443171,"id":7306,"parentId":6674,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-geo/src/clip/antimeridian.js","layer":"app-pages-browser"},"startTime":1787039773560,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":93399,"timestamp":520720443611,"id":7312,"parentId":6674,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-geo/src/projection/albersUsa.js","layer":"app-pages-browser"},"startTime":1787039773560,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":94163,"timestamp":520720443473,"id":7310,"parentId":6674,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-geo/src/path/index.js","layer":"app-pages-browser"},"startTime":1787039773560,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":94857,"timestamp":520720443072,"id":7305,"parentId":6676,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-interpolate/src/discrete.js","layer":"app-pages-browser"},"startTime":1787039773560,"traceId":"e4388ff8d15aa6e1"}]
|
|
29
|
+
[{"name":"build-module-js","duration":94656,"timestamp":520720443542,"id":7311,"parentId":6674,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-geo/src/projection/albers.js","layer":"app-pages-browser"},"startTime":1787039773560,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":94867,"timestamp":520720443681,"id":7313,"parentId":6674,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-geo/src/projection/azimuthalEqualArea.js","layer":"app-pages-browser"},"startTime":1787039773560,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":95161,"timestamp":520720443753,"id":7314,"parentId":6674,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-geo/src/projection/azimuthalEquidistant.js","layer":"app-pages-browser"},"startTime":1787039773560,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":95391,"timestamp":520720443967,"id":7317,"parentId":6674,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-geo/src/projection/conicEquidistant.js","layer":"app-pages-browser"},"startTime":1787039773561,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":95939,"timestamp":520720443896,"id":7316,"parentId":6674,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-geo/src/projection/conicEqualArea.js","layer":"app-pages-browser"},"startTime":1787039773560,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":96587,"timestamp":520720443825,"id":7315,"parentId":6674,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-geo/src/projection/conicConformal.js","layer":"app-pages-browser"},"startTime":1787039773560,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":96875,"timestamp":520720444051,"id":7318,"parentId":6674,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-geo/src/projection/equalEarth.js","layer":"app-pages-browser"},"startTime":1787039773561,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":97179,"timestamp":520720444127,"id":7319,"parentId":6674,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-geo/src/projection/equirectangular.js","layer":"app-pages-browser"},"startTime":1787039773561,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":57445,"timestamp":520720508049,"id":7320,"parentId":6674,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-geo/src/projection/gnomonic.js","layer":"app-pages-browser"},"startTime":1787039773625,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":31497,"timestamp":520720547399,"id":7322,"parentId":6674,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-geo/src/projection/index.js","layer":"app-pages-browser"},"startTime":1787039773664,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":32525,"timestamp":520720547243,"id":7321,"parentId":6674,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-geo/src/projection/identity.js","layer":"app-pages-browser"},"startTime":1787039773664,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":32683,"timestamp":520720547593,"id":7324,"parentId":6674,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-geo/src/projection/naturalEarth1.js","layer":"app-pages-browser"},"startTime":1787039773664,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":33097,"timestamp":520720547675,"id":7325,"parentId":6674,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-geo/src/projection/orthographic.js","layer":"app-pages-browser"},"startTime":1787039773664,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":33858,"timestamp":520720547505,"id":7323,"parentId":6674,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-geo/src/projection/mercator.js","layer":"app-pages-browser"},"startTime":1787039773664,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":33975,"timestamp":520720547749,"id":7326,"parentId":6674,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-geo/src/projection/stereographic.js","layer":"app-pages-browser"},"startTime":1787039773664,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":30058,"timestamp":520720558405,"id":7327,"parentId":6674,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-geo/src/projection/transverseMercator.js","layer":"app-pages-browser"},"startTime":1787039773675,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":30291,"timestamp":520720558594,"id":7328,"parentId":6676,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-interpolate/src/hue.js","layer":"app-pages-browser"},"startTime":1787039773675,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":30838,"timestamp":520720558767,"id":7330,"parentId":6676,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-interpolate/src/numberArray.js","layer":"app-pages-browser"},"startTime":1787039773675,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":31776,"timestamp":520720558844,"id":7331,"parentId":6676,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-interpolate/src/object.js","layer":"app-pages-browser"},"startTime":1787039773675,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":32056,"timestamp":520720558914,"id":7332,"parentId":6676,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-interpolate/src/round.js","layer":"app-pages-browser"},"startTime":1787039773675,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":32671,"timestamp":520720558986,"id":7333,"parentId":6676,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-interpolate/src/string.js","layer":"app-pages-browser"},"startTime":1787039773676,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":33127,"timestamp":520720559126,"id":7335,"parentId":6676,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-interpolate/src/rgb.js","layer":"app-pages-browser"},"startTime":1787039773676,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":33736,"timestamp":520720559056,"id":7334,"parentId":6676,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-interpolate/src/zoom.js","layer":"app-pages-browser"},"startTime":1787039773676,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":33982,"timestamp":520720559195,"id":7336,"parentId":6676,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-interpolate/src/hsl.js","layer":"app-pages-browser"},"startTime":1787039773676,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":34241,"timestamp":520720559263,"id":7337,"parentId":6676,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-interpolate/src/lab.js","layer":"app-pages-browser"},"startTime":1787039773676,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":34543,"timestamp":520720559332,"id":7338,"parentId":6676,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-interpolate/src/hcl.js","layer":"app-pages-browser"},"startTime":1787039773676,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":34916,"timestamp":520720559403,"id":7339,"parentId":6676,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-interpolate/src/cubehelix.js","layer":"app-pages-browser"},"startTime":1787039773676,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":35220,"timestamp":520720559471,"id":7340,"parentId":6676,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-interpolate/src/piecewise.js","layer":"app-pages-browser"},"startTime":1787039773676,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":35794,"timestamp":520720559608,"id":7342,"parentId":6675,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-hierarchy/src/cluster.js","layer":"app-pages-browser"},"startTime":1787039773676,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":36898,"timestamp":520720559745,"id":7344,"parentId":6675,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-hierarchy/src/stratify.js","layer":"app-pages-browser"},"startTime":1787039773676,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":38183,"timestamp":520720559814,"id":7345,"parentId":6675,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-hierarchy/src/tree.js","layer":"app-pages-browser"},"startTime":1787039773676,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":38836,"timestamp":520720559540,"id":7341,"parentId":6676,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-interpolate/src/quantize.js","layer":"app-pages-browser"},"startTime":1787039773676,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":39164,"timestamp":520720559677,"id":7343,"parentId":6675,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-hierarchy/src/partition.js","layer":"app-pages-browser"},"startTime":1787039773676,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":40090,"timestamp":520720559887,"id":7346,"parentId":6681,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-path/src/path.js","layer":"app-pages-browser"},"startTime":1787039773676,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":41627,"timestamp":520720558687,"id":7329,"parentId":6676,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-interpolate/src/number.js","layer":"app-pages-browser"},"startTime":1787039773675,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":40665,"timestamp":520720559991,"id":7347,"parentId":6680,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-random/src/uniform.js","layer":"app-pages-browser"},"startTime":1787039773677,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":40725,"timestamp":520720560258,"id":7350,"parentId":6680,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-random/src/logNormal.js","layer":"app-pages-browser"},"startTime":1787039773677,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":41190,"timestamp":520720560113,"id":7348,"parentId":6680,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-random/src/int.js","layer":"app-pages-browser"},"startTime":1787039773677,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":41469,"timestamp":520720560189,"id":7349,"parentId":6680,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-random/src/normal.js","layer":"app-pages-browser"},"startTime":1787039773677,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":41638,"timestamp":520720560336,"id":7351,"parentId":6680,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-random/src/bates.js","layer":"app-pages-browser"},"startTime":1787039773677,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":41770,"timestamp":520720560491,"id":7353,"parentId":6680,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-random/src/exponential.js","layer":"app-pages-browser"},"startTime":1787039773677,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":41984,"timestamp":520720560570,"id":7354,"parentId":6680,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-random/src/pareto.js","layer":"app-pages-browser"},"startTime":1787039773677,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":42202,"timestamp":520720560639,"id":7355,"parentId":6680,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-random/src/bernoulli.js","layer":"app-pages-browser"},"startTime":1787039773677,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":42466,"timestamp":520720560708,"id":7356,"parentId":6680,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-random/src/geometric.js","layer":"app-pages-browser"},"startTime":1787039773677,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":42833,"timestamp":520720560783,"id":7357,"parentId":6680,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-random/src/binomial.js","layer":"app-pages-browser"},"startTime":1787039773677,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":43231,"timestamp":520720560997,"id":7360,"parentId":6675,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-hierarchy/src/hierarchy/index.js","layer":"app-pages-browser"},"startTime":1787039773678,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":43800,"timestamp":520720560852,"id":7358,"parentId":6680,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-random/src/gamma.js","layer":"app-pages-browser"},"startTime":1787039773677,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":44207,"timestamp":520720561069,"id":7361,"parentId":6675,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-hierarchy/src/pack/index.js","layer":"app-pages-browser"},"startTime":1787039773678,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":44999,"timestamp":520720560923,"id":7359,"parentId":6676,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-interpolate/src/transform/index.js","layer":"app-pages-browser"},"startTime":1787039773678,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":45675,"timestamp":520720561140,"id":7362,"parentId":6675,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-hierarchy/src/pack/siblings.js","layer":"app-pages-browser"},"startTime":1787039773678,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":46446,"timestamp":520720561212,"id":7363,"parentId":6675,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-hierarchy/src/pack/enclose.js","layer":"app-pages-browser"},"startTime":1787039773678,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":46701,"timestamp":520720561286,"id":7364,"parentId":6680,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-random/src/beta.js","layer":"app-pages-browser"},"startTime":1787039773678,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":47928,"timestamp":520720560406,"id":7352,"parentId":6680,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-random/src/irwinHall.js","layer":"app-pages-browser"},"startTime":1787039773677,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":47314,"timestamp":520720561353,"id":7365,"parentId":6680,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-random/src/weibull.js","layer":"app-pages-browser"},"startTime":1787039773678,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":47537,"timestamp":520720561422,"id":7366,"parentId":6680,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-random/src/cauchy.js","layer":"app-pages-browser"},"startTime":1787039773678,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":47693,"timestamp":520720561631,"id":7369,"parentId":6680,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-random/src/lcg.js","layer":"app-pages-browser"},"startTime":1787039773678,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":48131,"timestamp":520720561493,"id":7367,"parentId":6680,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-random/src/logistic.js","layer":"app-pages-browser"},"startTime":1787039773678,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":48449,"timestamp":520720561564,"id":7368,"parentId":6680,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-random/src/poisson.js","layer":"app-pages-browser"},"startTime":1787039773678,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":48579,"timestamp":520720561707,"id":7370,"parentId":6678,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-polygon/src/area.js","layer":"app-pages-browser"},"startTime":1787039773678,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":48830,"timestamp":520720561777,"id":7371,"parentId":6678,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-polygon/src/centroid.js","layer":"app-pages-browser"},"startTime":1787039773678,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":49286,"timestamp":520720561845,"id":7372,"parentId":6678,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-polygon/src/hull.js","layer":"app-pages-browser"},"startTime":1787039773678,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":49523,"timestamp":520720561919,"id":7373,"parentId":6678,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-polygon/src/contains.js","layer":"app-pages-browser"},"startTime":1787039773678,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":49861,"timestamp":520720562014,"id":7374,"parentId":6678,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-polygon/src/length.js","layer":"app-pages-browser"},"startTime":1787039773679,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":50585,"timestamp":520720562096,"id":7375,"parentId":6675,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-hierarchy/src/treemap/index.js","layer":"app-pages-browser"},"startTime":1787039773679,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":52522,"timestamp":520720570498,"id":7376,"parentId":6675,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-hierarchy/src/treemap/binary.js","layer":"app-pages-browser"},"startTime":1787039773687,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":52634,"timestamp":520720570845,"id":7379,"parentId":6675,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-hierarchy/src/treemap/sliceDice.js","layer":"app-pages-browser"},"startTime":1787039773687,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":53028,"timestamp":520720570762,"id":7378,"parentId":6675,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-hierarchy/src/treemap/slice.js","layer":"app-pages-browser"},"startTime":1787039773687,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":53446,"timestamp":520720570675,"id":7377,"parentId":6675,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-hierarchy/src/treemap/dice.js","layer":"app-pages-browser"},"startTime":1787039773687,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":53882,"timestamp":520720570918,"id":7380,"parentId":6675,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-hierarchy/src/treemap/squarify.js","layer":"app-pages-browser"},"startTime":1787039773687,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":54051,"timestamp":520720571067,"id":7382,"parentId":6684,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-selection/src/create.js","layer":"app-pages-browser"},"startTime":1787039773688,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":54366,"timestamp":520720571139,"id":7383,"parentId":6684,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-selection/src/creator.js","layer":"app-pages-browser"},"startTime":1787039773688,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":55045,"timestamp":520720570989,"id":7381,"parentId":6675,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-hierarchy/src/treemap/resquarify.js","layer":"app-pages-browser"},"startTime":1787039773688,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":55882,"timestamp":520720571280,"id":7385,"parentId":6684,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-selection/src/matcher.js","layer":"app-pages-browser"},"startTime":1787039773688,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":56241,"timestamp":520720571356,"id":7386,"parentId":6684,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-selection/src/namespace.js","layer":"app-pages-browser"},"startTime":1787039773688,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":56837,"timestamp":520720571209,"id":7384,"parentId":6684,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-selection/src/local.js","layer":"app-pages-browser"},"startTime":1787039773688,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":59261,"timestamp":520720573690,"id":7387,"parentId":6684,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-selection/src/namespaces.js","layer":"app-pages-browser"},"startTime":1787039773690,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":59563,"timestamp":520720573852,"id":7388,"parentId":6684,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-selection/src/pointer.js","layer":"app-pages-browser"},"startTime":1787039773690,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":59808,"timestamp":520720573940,"id":7389,"parentId":6684,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-selection/src/pointers.js","layer":"app-pages-browser"},"startTime":1787039773691,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":60028,"timestamp":520720574027,"id":7390,"parentId":6684,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-selection/src/select.js","layer":"app-pages-browser"},"startTime":1787039773691,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":60240,"timestamp":520720574118,"id":7391,"parentId":6684,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-selection/src/selectAll.js","layer":"app-pages-browser"},"startTime":1787039773691,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":60429,"timestamp":520720574194,"id":7392,"parentId":6684,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-selection/src/selector.js","layer":"app-pages-browser"},"startTime":1787039773691,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":60625,"timestamp":520720574267,"id":7393,"parentId":6684,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-selection/src/selectorAll.js","layer":"app-pages-browser"},"startTime":1787039773691,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":61048,"timestamp":520720574414,"id":7395,"parentId":6679,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-quadtree/src/quadtree.js","layer":"app-pages-browser"},"startTime":1787039773691,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":61329,"timestamp":520720574563,"id":7397,"parentId":6684,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-selection/src/selection/style.js","layer":"app-pages-browser"},"startTime":1787039773691,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":61962,"timestamp":520720574485,"id":7396,"parentId":6684,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-selection/src/selection/index.js","layer":"app-pages-browser"},"startTime":1787039773691,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":61890,"timestamp":520720574847,"id":7401,"parentId":6683,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-scale-chromatic/src/diverging/PuOr.js","layer":"app-pages-browser"},"startTime":1787039773691,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":62406,"timestamp":520720574703,"id":7399,"parentId":6683,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-scale-chromatic/src/diverging/PRGn.js","layer":"app-pages-browser"},"startTime":1787039773691,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":62641,"timestamp":520720574778,"id":7400,"parentId":6683,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-scale-chromatic/src/diverging/PiYG.js","layer":"app-pages-browser"},"startTime":1787039773691,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":63075,"timestamp":520720574633,"id":7398,"parentId":6683,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-scale-chromatic/src/diverging/BrBG.js","layer":"app-pages-browser"},"startTime":1787039773691,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":63646,"timestamp":520720574343,"id":7394,"parentId":6684,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-selection/src/window.js","layer":"app-pages-browser"},"startTime":1787039773691,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":63152,"timestamp":520720575120,"id":7404,"parentId":6683,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-scale-chromatic/src/diverging/RdYlBu.js","layer":"app-pages-browser"},"startTime":1787039773692,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":63597,"timestamp":520720574949,"id":7402,"parentId":6683,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-scale-chromatic/src/diverging/RdBu.js","layer":"app-pages-browser"},"startTime":1787039773692,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":63786,"timestamp":520720575031,"id":7403,"parentId":6683,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-scale-chromatic/src/diverging/RdGy.js","layer":"app-pages-browser"},"startTime":1787039773692,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":63905,"timestamp":520720575194,"id":7405,"parentId":6683,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-scale-chromatic/src/diverging/RdYlGn.js","layer":"app-pages-browser"},"startTime":1787039773692,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":63983,"timestamp":520720575346,"id":7407,"parentId":6683,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-scale-chromatic/src/categorical/category10.js","layer":"app-pages-browser"},"startTime":1787039773692,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":64333,"timestamp":520720575266,"id":7406,"parentId":6683,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-scale-chromatic/src/diverging/Spectral.js","layer":"app-pages-browser"},"startTime":1787039773692,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":64344,"timestamp":520720575485,"id":7409,"parentId":6683,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-scale-chromatic/src/categorical/Dark2.js","layer":"app-pages-browser"},"startTime":1787039773692,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":64703,"timestamp":520720575416,"id":7408,"parentId":6683,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-scale-chromatic/src/categorical/Accent.js","layer":"app-pages-browser"},"startTime":1787039773692,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":64697,"timestamp":520720575653,"id":7411,"parentId":6683,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-scale-chromatic/src/categorical/Paired.js","layer":"app-pages-browser"},"startTime":1787039773692,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":65007,"timestamp":520720575560,"id":7410,"parentId":6683,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-scale-chromatic/src/categorical/observable10.js","layer":"app-pages-browser"},"startTime":1787039773692,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":65056,"timestamp":520720575735,"id":7412,"parentId":6683,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-scale-chromatic/src/categorical/Pastel1.js","layer":"app-pages-browser"},"startTime":1787039773692,"traceId":"e4388ff8d15aa6e1"}]
|
|
30
|
+
[{"name":"build-module-js","duration":65223,"timestamp":520720575814,"id":7413,"parentId":6683,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-scale-chromatic/src/categorical/Pastel2.js","layer":"app-pages-browser"},"startTime":1787039773692,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":65370,"timestamp":520720575885,"id":7414,"parentId":6683,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-scale-chromatic/src/categorical/Set1.js","layer":"app-pages-browser"},"startTime":1787039773692,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":65409,"timestamp":520720576065,"id":7416,"parentId":6683,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-scale-chromatic/src/categorical/Set3.js","layer":"app-pages-browser"},"startTime":1787039773693,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":65735,"timestamp":520720575956,"id":7415,"parentId":6683,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-scale-chromatic/src/categorical/Set2.js","layer":"app-pages-browser"},"startTime":1787039773693,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":37448,"timestamp":520720630463,"id":7419,"parentId":6682,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-scale/src/identity.js","layer":"app-pages-browser"},"startTime":1787039773747,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":38303,"timestamp":520720630191,"id":7417,"parentId":6683,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-scale-chromatic/src/categorical/Tableau10.js","layer":"app-pages-browser"},"startTime":1787039773747,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":38828,"timestamp":520720630370,"id":7418,"parentId":6682,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-scale/src/band.js","layer":"app-pages-browser"},"startTime":1787039773747,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":39217,"timestamp":520720630540,"id":7420,"parentId":6682,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-scale/src/linear.js","layer":"app-pages-browser"},"startTime":1787039773747,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":39591,"timestamp":520720630757,"id":7423,"parentId":6682,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-scale/src/ordinal.js","layer":"app-pages-browser"},"startTime":1787039773747,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":40694,"timestamp":520720630611,"id":7421,"parentId":6682,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-scale/src/log.js","layer":"app-pages-browser"},"startTime":1787039773747,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":41044,"timestamp":520720630686,"id":7422,"parentId":6682,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-scale/src/symlog.js","layer":"app-pages-browser"},"startTime":1787039773747,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":41448,"timestamp":520720630826,"id":7424,"parentId":6682,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-scale/src/pow.js","layer":"app-pages-browser"},"startTime":1787039773747,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":41611,"timestamp":520720630967,"id":7426,"parentId":6683,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-scale-chromatic/src/sequential-multi/BuGn.js","layer":"app-pages-browser"},"startTime":1787039773748,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":41819,"timestamp":520720631038,"id":7427,"parentId":6683,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-scale-chromatic/src/sequential-multi/BuPu.js","layer":"app-pages-browser"},"startTime":1787039773748,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":42421,"timestamp":520720630896,"id":7425,"parentId":6682,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-scale/src/radial.js","layer":"app-pages-browser"},"startTime":1787039773747,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module","duration":36,"timestamp":520720677728,"id":7481,"parentId":4939,"tags":{},"startTime":1787039773794,"traceId":"e4388ff8d15aa6e1"},{"name":"add-entry","duration":6452694,"timestamp":520714229304,"id":4748,"parentId":4741,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Fwa%2Fproject%2Fpi-web-sky%2Fcomponents%2FPwaRegistration.tsx%22%2C%22ids%22%3A%5B%22PwaRegistration%22%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fwa%2Fproject%2Fpi-web-sky%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%2Fhome%2Fwa%2Fproject%2Fpi-web-sky%2Fnode_modules%2Fkatex%2Fdist%2Fkatex.min.css%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fwa%2Fproject%2Fpi-web-sky%2Fapp%2Fglobals.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1787039767346,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":28943,"timestamp":520720654109,"id":7431,"parentId":6683,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-scale-chromatic/src/sequential-multi/PuBu.js","layer":"app-pages-browser"},"startTime":1787039773771,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":29585,"timestamp":520720653939,"id":7429,"parentId":6683,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-scale-chromatic/src/sequential-multi/GnBu.js","layer":"app-pages-browser"},"startTime":1787039773771,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":29866,"timestamp":520720654032,"id":7430,"parentId":6683,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-scale-chromatic/src/sequential-multi/PuBuGn.js","layer":"app-pages-browser"},"startTime":1787039773771,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":30081,"timestamp":520720654181,"id":7432,"parentId":6683,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-scale-chromatic/src/sequential-multi/PuRd.js","layer":"app-pages-browser"},"startTime":1787039773771,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":30297,"timestamp":520720654250,"id":7433,"parentId":6683,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-scale-chromatic/src/sequential-multi/RdPu.js","layer":"app-pages-browser"},"startTime":1787039773771,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":30528,"timestamp":520720654321,"id":7434,"parentId":6683,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-scale-chromatic/src/sequential-multi/YlGnBu.js","layer":"app-pages-browser"},"startTime":1787039773771,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":30730,"timestamp":520720654392,"id":7435,"parentId":6683,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-scale-chromatic/src/sequential-multi/YlGn.js","layer":"app-pages-browser"},"startTime":1787039773771,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":30941,"timestamp":520720654462,"id":7436,"parentId":6683,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-scale-chromatic/src/sequential-multi/YlOrBr.js","layer":"app-pages-browser"},"startTime":1787039773771,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":34542,"timestamp":520720654545,"id":7437,"parentId":6683,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-scale-chromatic/src/sequential-multi/YlOrRd.js","layer":"app-pages-browser"},"startTime":1787039773771,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":34810,"timestamp":520720654643,"id":7438,"parentId":6683,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-scale-chromatic/src/sequential-multi/cubehelix.js","layer":"app-pages-browser"},"startTime":1787039773771,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":36000,"timestamp":520720653765,"id":7428,"parentId":6683,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-scale-chromatic/src/sequential-multi/OrRd.js","layer":"app-pages-browser"},"startTime":1787039773770,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":29168,"timestamp":520720663246,"id":7439,"parentId":6683,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-scale-chromatic/src/sequential-multi/rainbow.js","layer":"app-pages-browser"},"startTime":1787039773780,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":29413,"timestamp":520720663730,"id":7443,"parentId":6683,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-scale-chromatic/src/sequential-multi/viridis.js","layer":"app-pages-browser"},"startTime":1787039773780,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":30352,"timestamp":520720663409,"id":7440,"parentId":6683,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-scale-chromatic/src/sequential-multi/sinebow.js","layer":"app-pages-browser"},"startTime":1787039773780,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":30594,"timestamp":520720663542,"id":7441,"parentId":6683,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-scale-chromatic/src/sequential-multi/turbo.js","layer":"app-pages-browser"},"startTime":1787039773780,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":30815,"timestamp":520720663653,"id":7442,"parentId":6683,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-scale-chromatic/src/sequential-multi/cividis.js","layer":"app-pages-browser"},"startTime":1787039773780,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":30792,"timestamp":520720664021,"id":7447,"parentId":6683,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-scale-chromatic/src/sequential-single/Purples.js","layer":"app-pages-browser"},"startTime":1787039773781,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":31426,"timestamp":520720663949,"id":7446,"parentId":6683,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-scale-chromatic/src/sequential-single/Greys.js","layer":"app-pages-browser"},"startTime":1787039773781,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":32108,"timestamp":520720663805,"id":7444,"parentId":6683,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-scale-chromatic/src/sequential-single/Blues.js","layer":"app-pages-browser"},"startTime":1787039773780,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":32620,"timestamp":520720663878,"id":7445,"parentId":6683,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-scale-chromatic/src/sequential-single/Greens.js","layer":"app-pages-browser"},"startTime":1787039773780,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":32683,"timestamp":520720664240,"id":7449,"parentId":6683,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-scale-chromatic/src/sequential-single/Oranges.js","layer":"app-pages-browser"},"startTime":1787039773781,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":33308,"timestamp":520720664319,"id":7450,"parentId":6682,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-scale/src/quantile.js","layer":"app-pages-browser"},"startTime":1787039773781,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":38282,"timestamp":520720664125,"id":7448,"parentId":6683,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-scale-chromatic/src/sequential-single/Reds.js","layer":"app-pages-browser"},"startTime":1787039773781,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":38811,"timestamp":520720664395,"id":7451,"parentId":6682,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-scale/src/quantize.js","layer":"app-pages-browser"},"startTime":1787039773781,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":39335,"timestamp":520720664466,"id":7452,"parentId":6682,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-scale/src/threshold.js","layer":"app-pages-browser"},"startTime":1787039773781,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":39691,"timestamp":520720664604,"id":7454,"parentId":6682,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-scale/src/utcTime.js","layer":"app-pages-browser"},"startTime":1787039773781,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":40382,"timestamp":520720664674,"id":7455,"parentId":6682,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-scale/src/sequential.js","layer":"app-pages-browser"},"startTime":1787039773781,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":40962,"timestamp":520720664742,"id":7456,"parentId":6682,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-scale/src/sequentialQuantile.js","layer":"app-pages-browser"},"startTime":1787039773781,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":41668,"timestamp":520720664811,"id":7457,"parentId":6682,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-scale/src/diverging.js","layer":"app-pages-browser"},"startTime":1787039773781,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":43139,"timestamp":520720664948,"id":7459,"parentId":6686,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-shape/src/arc.js","layer":"app-pages-browser"},"startTime":1787039773782,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":44057,"timestamp":520720665015,"id":7460,"parentId":6686,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-shape/src/area.js","layer":"app-pages-browser"},"startTime":1787039773782,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":44625,"timestamp":520720664878,"id":7458,"parentId":6682,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-scale/src/tickFormat.js","layer":"app-pages-browser"},"startTime":1787039773781,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":44969,"timestamp":520720665165,"id":7462,"parentId":6686,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-shape/src/pie.js","layer":"app-pages-browser"},"startTime":1787039773782,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":47749,"timestamp":520720665081,"id":7461,"parentId":6686,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-shape/src/line.js","layer":"app-pages-browser"},"startTime":1787039773782,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":49239,"timestamp":520720664535,"id":7453,"parentId":6682,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-scale/src/time.js","layer":"app-pages-browser"},"startTime":1787039773781,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":50109,"timestamp":520720665239,"id":7463,"parentId":6686,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-shape/src/areaRadial.js","layer":"app-pages-browser"},"startTime":1787039773782,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":50281,"timestamp":520720665410,"id":7465,"parentId":6686,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-shape/src/pointRadial.js","layer":"app-pages-browser"},"startTime":1787039773782,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":51364,"timestamp":520720665337,"id":7464,"parentId":6686,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-shape/src/lineRadial.js","layer":"app-pages-browser"},"startTime":1787039773782,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":48115,"timestamp":520720676536,"id":7466,"parentId":6686,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-shape/src/link.js","layer":"app-pages-browser"},"startTime":1787039773793,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":48714,"timestamp":520720676684,"id":7467,"parentId":6686,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-shape/src/symbol.js","layer":"app-pages-browser"},"startTime":1787039773793,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":49089,"timestamp":520720676768,"id":7468,"parentId":6686,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-shape/src/symbol/asterisk.js","layer":"app-pages-browser"},"startTime":1787039773793,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":49352,"timestamp":520720676869,"id":7469,"parentId":6686,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-shape/src/symbol/circle.js","layer":"app-pages-browser"},"startTime":1787039773793,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":49688,"timestamp":520720676943,"id":7470,"parentId":6686,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-shape/src/symbol/cross.js","layer":"app-pages-browser"},"startTime":1787039773794,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":49823,"timestamp":520720677151,"id":7473,"parentId":6686,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-shape/src/symbol/plus.js","layer":"app-pages-browser"},"startTime":1787039773794,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":50244,"timestamp":520720677081,"id":7472,"parentId":6686,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-shape/src/symbol/diamond2.js","layer":"app-pages-browser"},"startTime":1787039773794,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":50722,"timestamp":520720677014,"id":7471,"parentId":6686,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-shape/src/symbol/diamond.js","layer":"app-pages-browser"},"startTime":1787039773794,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":51040,"timestamp":520720677221,"id":7474,"parentId":6686,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-shape/src/symbol/square.js","layer":"app-pages-browser"},"startTime":1787039773794,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":51382,"timestamp":520720677359,"id":7476,"parentId":6686,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-shape/src/symbol/square2.js","layer":"app-pages-browser"},"startTime":1787039773794,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":52365,"timestamp":520720677290,"id":7475,"parentId":6686,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-shape/src/stack.js","layer":"app-pages-browser"},"startTime":1787039773794,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":52834,"timestamp":520720677428,"id":7477,"parentId":6686,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-shape/src/symbol/star.js","layer":"app-pages-browser"},"startTime":1787039773794,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":53074,"timestamp":520720677588,"id":7479,"parentId":6686,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-shape/src/symbol/triangle2.js","layer":"app-pages-browser"},"startTime":1787039773794,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":53482,"timestamp":520720677782,"id":7482,"parentId":6686,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-shape/src/symbol/times.js","layer":"app-pages-browser"},"startTime":1787039773794,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":54328,"timestamp":520720677860,"id":7483,"parentId":6685,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-time/src/interval.js","layer":"app-pages-browser"},"startTime":1787039773794,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":54602,"timestamp":520720677995,"id":7485,"parentId":6685,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-time/src/second.js","layer":"app-pages-browser"},"startTime":1787039773795,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":55064,"timestamp":520720677928,"id":7484,"parentId":6685,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-time/src/millisecond.js","layer":"app-pages-browser"},"startTime":1787039773795,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":55346,"timestamp":520720678063,"id":7486,"parentId":6685,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-time/src/minute.js","layer":"app-pages-browser"},"startTime":1787039773795,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":56186,"timestamp":520720677658,"id":7480,"parentId":6686,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-shape/src/symbol/wye.js","layer":"app-pages-browser"},"startTime":1787039773794,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":56097,"timestamp":520720678131,"id":7487,"parentId":6685,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-time/src/hour.js","layer":"app-pages-browser"},"startTime":1787039773795,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":56449,"timestamp":520720678198,"id":7488,"parentId":6685,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-time/src/day.js","layer":"app-pages-browser"},"startTime":1787039773795,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":57113,"timestamp":520720678265,"id":7489,"parentId":6685,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-time/src/week.js","layer":"app-pages-browser"},"startTime":1787039773795,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":57496,"timestamp":520720678399,"id":7491,"parentId":6685,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-time/src/year.js","layer":"app-pages-browser"},"startTime":1787039773795,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":60029,"timestamp":520720678598,"id":7494,"parentId":6687,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-time-format/src/locale.js","layer":"app-pages-browser"},"startTime":1787039773795,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":61432,"timestamp":520720677510,"id":7478,"parentId":6686,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-shape/src/symbol/triangle.js","layer":"app-pages-browser"},"startTime":1787039773794,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":60978,"timestamp":520720678331,"id":7490,"parentId":6685,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-time/src/month.js","layer":"app-pages-browser"},"startTime":1787039773795,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":61545,"timestamp":520720678465,"id":7492,"parentId":6685,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-time/src/ticks.js","layer":"app-pages-browser"},"startTime":1787039773795,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":61844,"timestamp":520720678532,"id":7493,"parentId":6687,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-time-format/src/defaultLocale.js","layer":"app-pages-browser"},"startTime":1787039773795,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":62043,"timestamp":520720678666,"id":7495,"parentId":6687,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-time-format/src/isoFormat.js","layer":"app-pages-browser"},"startTime":1787039773795,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":62272,"timestamp":520720678732,"id":7496,"parentId":6687,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-time-format/src/isoParse.js","layer":"app-pages-browser"},"startTime":1787039773795,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":62481,"timestamp":520720678894,"id":7498,"parentId":6689,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-transition/src/interrupt.js","layer":"app-pages-browser"},"startTime":1787039773795,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":67104,"timestamp":520720679162,"id":7502,"parentId":6690,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-zoom/src/zoom.js","layer":"app-pages-browser"},"startTime":1787039773796,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":68023,"timestamp":520720678818,"id":7497,"parentId":6689,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-transition/src/active.js","layer":"app-pages-browser"},"startTime":1787039773795,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":68264,"timestamp":520720679031,"id":7500,"parentId":6688,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-timer/src/timeout.js","layer":"app-pages-browser"},"startTime":1787039773796,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":68891,"timestamp":520720679096,"id":7501,"parentId":6688,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-timer/src/interval.js","layer":"app-pages-browser"},"startTime":1787039773796,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":69830,"timestamp":520720678963,"id":7499,"parentId":6688,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-timer/src/timer.js","layer":"app-pages-browser"},"startTime":1787039773796,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":70041,"timestamp":520720679228,"id":7503,"parentId":6690,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-zoom/src/transform.js","layer":"app-pages-browser"},"startTime":1787039773796,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":73297,"timestamp":520720682024,"id":7504,"parentId":6686,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-shape/src/curve/basisClosed.js","layer":"app-pages-browser"},"startTime":1787039773799,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":73636,"timestamp":520720682241,"id":7506,"parentId":6686,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-shape/src/curve/basis.js","layer":"app-pages-browser"},"startTime":1787039773799,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":74216,"timestamp":520720682319,"id":7507,"parentId":6686,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-shape/src/curve/bump.js","layer":"app-pages-browser"},"startTime":1787039773799,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":74852,"timestamp":520720682144,"id":7505,"parentId":6686,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-shape/src/curve/basisOpen.js","layer":"app-pages-browser"},"startTime":1787039773799,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":70293,"timestamp":520720687300,"id":7511,"parentId":6686,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-shape/src/curve/cardinal.js","layer":"app-pages-browser"},"startTime":1787039773804,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":71077,"timestamp":520720686973,"id":7508,"parentId":6686,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-shape/src/curve/bundle.js","layer":"app-pages-browser"},"startTime":1787039773804,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":71541,"timestamp":520720687130,"id":7509,"parentId":6686,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-shape/src/curve/cardinalClosed.js","layer":"app-pages-browser"},"startTime":1787039773804,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":71989,"timestamp":520720687224,"id":7510,"parentId":6686,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-shape/src/curve/cardinalOpen.js","layer":"app-pages-browser"},"startTime":1787039773804,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":73399,"timestamp":520720687519,"id":7514,"parentId":6686,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-shape/src/curve/catmullRom.js","layer":"app-pages-browser"},"startTime":1787039773804,"traceId":"e4388ff8d15aa6e1"}]
|
|
31
|
+
[{"name":"build-module-js","duration":74300,"timestamp":520720687372,"id":7512,"parentId":6686,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-shape/src/curve/catmullRomClosed.js","layer":"app-pages-browser"},"startTime":1787039773804,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":74803,"timestamp":520720687447,"id":7513,"parentId":6686,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-shape/src/curve/catmullRomOpen.js","layer":"app-pages-browser"},"startTime":1787039773804,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":86045,"timestamp":520720687590,"id":7515,"parentId":6686,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-shape/src/curve/linearClosed.js","layer":"app-pages-browser"},"startTime":1787039773804,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":75769,"timestamp":520720699104,"id":7517,"parentId":6686,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-shape/src/curve/monotone.js","layer":"app-pages-browser"},"startTime":1787039773816,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":76424,"timestamp":520720698949,"id":7516,"parentId":6686,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-shape/src/curve/linear.js","layer":"app-pages-browser"},"startTime":1787039773816,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":78063,"timestamp":520720699790,"id":7520,"parentId":6686,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-shape/src/offset/expand.js","layer":"app-pages-browser"},"startTime":1787039773816,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":78431,"timestamp":520720699870,"id":7521,"parentId":6686,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-shape/src/offset/diverging.js","layer":"app-pages-browser"},"startTime":1787039773816,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":80062,"timestamp":520720699457,"id":7518,"parentId":6686,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-shape/src/curve/natural.js","layer":"app-pages-browser"},"startTime":1787039773816,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":80690,"timestamp":520720699667,"id":7519,"parentId":6686,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-shape/src/curve/step.js","layer":"app-pages-browser"},"startTime":1787039773816,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":80893,"timestamp":520720699948,"id":7522,"parentId":6686,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-shape/src/offset/none.js","layer":"app-pages-browser"},"startTime":1787039773817,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":81260,"timestamp":520720700143,"id":7524,"parentId":6686,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-shape/src/offset/wiggle.js","layer":"app-pages-browser"},"startTime":1787039773817,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":81770,"timestamp":520720700056,"id":7523,"parentId":6686,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-shape/src/offset/silhouette.js","layer":"app-pages-browser"},"startTime":1787039773817,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":14434,"timestamp":520720769934,"id":7563,"parentId":6840,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_copyObject.js","layer":"app-pages-browser"},"startTime":1787039773887,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":15133,"timestamp":520720769585,"id":7561,"parentId":6836,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_createMathOperation.js","layer":"app-pages-browser"},"startTime":1787039773886,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":15487,"timestamp":520720769781,"id":7562,"parentId":6838,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_createWrap.js","layer":"app-pages-browser"},"startTime":1787039773886,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":15509,"timestamp":520720770076,"id":7564,"parentId":6840,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_createAssigner.js","layer":"app-pages-browser"},"startTime":1787039773887,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":16693,"timestamp":520720770327,"id":7566,"parentId":6839,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_isPrototype.js","layer":"app-pages-browser"},"startTime":1787039773887,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":16892,"timestamp":520720770427,"id":7567,"parentId":6843,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_baseAt.js","layer":"app-pages-browser"},"startTime":1787039773887,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":17365,"timestamp":520720770206,"id":7565,"parentId":6839,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_assignValue.js","layer":"app-pages-browser"},"startTime":1787039773887,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":73872,"timestamp":520720721458,"id":7525,"parentId":6686,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-shape/src/order/appearance.js","layer":"app-pages-browser"},"startTime":1787039773838,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":7944,"timestamp":520720788744,"id":7568,"parentId":6843,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_flatRest.js","layer":"app-pages-browser"},"startTime":1787039773905,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":7996,"timestamp":520720788974,"id":7569,"parentId":6844,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_apply.js","layer":"app-pages-browser"},"startTime":1787039773906,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":8072,"timestamp":520720789125,"id":7570,"parentId":6844,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_baseRest.js","layer":"app-pages-browser"},"startTime":1787039773906,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":7542,"timestamp":520720789916,"id":7579,"parentId":6872,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_baseAssignValue.js","layer":"app-pages-browser"},"startTime":1787039773906,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":7910,"timestamp":520720789782,"id":7578,"parentId":6872,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_arrayEach.js","layer":"app-pages-browser"},"startTime":1787039773906,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":7899,"timestamp":520720790051,"id":7580,"parentId":6872,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_toKey.js","layer":"app-pages-browser"},"startTime":1787039773907,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":7960,"timestamp":520720790183,"id":7581,"parentId":6871,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_getHolder.js","layer":"app-pages-browser"},"startTime":1787039773907,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":8074,"timestamp":520720790315,"id":7582,"parentId":6871,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_replaceHolders.js","layer":"app-pages-browser"},"startTime":1787039773907,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":8026,"timestamp":520720790619,"id":7585,"parentId":6874,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_createCompounder.js","layer":"app-pages-browser"},"startTime":1787039773907,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":8227,"timestamp":520720790740,"id":7586,"parentId":6877,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_createRound.js","layer":"app-pages-browser"},"startTime":1787039773907,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":8266,"timestamp":520720790941,"id":7587,"parentId":6879,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_baseSlice.js","layer":"app-pages-browser"},"startTime":1787039773908,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":8371,"timestamp":520720791102,"id":7588,"parentId":6879,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_isIterateeCall.js","layer":"app-pages-browser"},"startTime":1787039773908,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":8433,"timestamp":520720791243,"id":7589,"parentId":6880,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_baseClamp.js","layer":"app-pages-browser"},"startTime":1787039773908,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":8257,"timestamp":520720791960,"id":7596,"parentId":6885,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_LodashWrapper.js","layer":"app-pages-browser"},"startTime":1787039773909,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":9331,"timestamp":520720791781,"id":7595,"parentId":6882,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_baseClone.js","layer":"app-pages-browser"},"startTime":1787039773908,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":9189,"timestamp":520720792215,"id":7597,"parentId":6886,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_baseFlatten.js","layer":"app-pages-browser"},"startTime":1787039773909,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":4490,"timestamp":520720804969,"id":7600,"parentId":6888,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_baseConforms.js","layer":"app-pages-browser"},"startTime":1787039773922,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":4896,"timestamp":520720804801,"id":7599,"parentId":6886,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_arrayPush.js","layer":"app-pages-browser"},"startTime":1787039773921,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":5505,"timestamp":520720804557,"id":7598,"parentId":6886,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_copyArray.js","layer":"app-pages-browser"},"startTime":1787039773921,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":5273,"timestamp":520720805115,"id":7601,"parentId":6889,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_arrayMap.js","layer":"app-pages-browser"},"startTime":1787039773922,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":5307,"timestamp":520720805352,"id":7603,"parentId":6890,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_baseConformsTo.js","layer":"app-pages-browser"},"startTime":1787039773922,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":5671,"timestamp":520720805242,"id":7602,"parentId":6889,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_baseIteratee.js","layer":"app-pages-browser"},"startTime":1787039773922,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":5702,"timestamp":520720805455,"id":7604,"parentId":6892,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_createAggregator.js","layer":"app-pages-browser"},"startTime":1787039773922,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":5801,"timestamp":520720805551,"id":7605,"parentId":6893,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_baseAssign.js","layer":"app-pages-browser"},"startTime":1787039773922,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":5418,"timestamp":520720806164,"id":7612,"parentId":6901,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_baseDelay.js","layer":"app-pages-browser"},"startTime":1787039773923,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":6173,"timestamp":520720805648,"id":7606,"parentId":6893,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_baseCreate.js","layer":"app-pages-browser"},"startTime":1787039773922,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":6859,"timestamp":520720806052,"id":7611,"parentId":6897,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_deburrLetter.js","layer":"app-pages-browser"},"startTime":1787039773923,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":11983,"timestamp":520720806277,"id":7613,"parentId":6900,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_customDefaultsMerge.js","layer":"app-pages-browser"},"startTime":1787039773923,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":53321,"timestamp":520720765836,"id":7526,"parentId":6686,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-shape/src/order/ascending.js","layer":"app-pages-browser"},"startTime":1787039773882,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":53412,"timestamp":520720765997,"id":7527,"parentId":6686,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-shape/src/order/descending.js","layer":"app-pages-browser"},"startTime":1787039773883,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":53673,"timestamp":520720766082,"id":7528,"parentId":6686,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-shape/src/order/insideOut.js","layer":"app-pages-browser"},"startTime":1787039773883,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":53854,"timestamp":520720766158,"id":7529,"parentId":6686,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-shape/src/order/none.js","layer":"app-pages-browser"},"startTime":1787039773883,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":53865,"timestamp":520720766387,"id":7532,"parentId":6689,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-transition/src/selection/index.js","layer":"app-pages-browser"},"startTime":1787039773883,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":54273,"timestamp":520720766307,"id":7531,"parentId":6652,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/longest-streak/index.js","layer":"app-pages-browser"},"startTime":1787039773883,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":54697,"timestamp":520720766460,"id":7533,"parentId":6689,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-transition/src/transition/index.js","layer":"app-pages-browser"},"startTime":1787039773883,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":55188,"timestamp":520720766229,"id":7530,"parentId":6686,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-shape/src/order/reverse.js","layer":"app-pages-browser"},"startTime":1787039773883,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":55118,"timestamp":520720766537,"id":7534,"parentId":6655,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/mdast-util-gfm-autolink-literal/index.js","layer":"app-pages-browser"},"startTime":1787039773883,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":55086,"timestamp":520720766779,"id":7537,"parentId":6655,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/mdast-util-gfm-table/index.js","layer":"app-pages-browser"},"startTime":1787039773883,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":55441,"timestamp":520720766626,"id":7535,"parentId":6655,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/mdast-util-gfm-strikethrough/index.js","layer":"app-pages-browser"},"startTime":1787039773883,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":55560,"timestamp":520720766709,"id":7536,"parentId":6655,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/mdast-util-gfm-footnote/index.js","layer":"app-pages-browser"},"startTime":1787039773883,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":55637,"timestamp":520720766851,"id":7538,"parentId":6655,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/mdast-util-gfm-task-list-item/index.js","layer":"app-pages-browser"},"startTime":1787039773883,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":55876,"timestamp":520720766932,"id":7539,"parentId":6656,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/mdast-util-frontmatter/node_modules/escape-string-regexp/index.js","layer":"app-pages-browser"},"startTime":1787039773884,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":56080,"timestamp":520720767079,"id":7540,"parentId":6659,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/micromark-extension-frontmatter/node_modules/fault/index.js","layer":"app-pages-browser"},"startTime":1787039773884,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":56538,"timestamp":520720767157,"id":7541,"parentId":6650,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-sankey/node_modules/d3-shape/src/index.js","layer":"app-pages-browser"},"startTime":1787039773884,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":56147,"timestamp":520720768167,"id":7542,"parentId":6648,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-sankey/node_modules/d3-array/src/index.js","layer":"app-pages-browser"},"startTime":1787039773885,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":56523,"timestamp":520720768253,"id":7543,"parentId":6651,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/hast-util-raw/node_modules/parse5/dist/index.js","layer":"app-pages-browser"},"startTime":1787039773885,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":57195,"timestamp":520720768404,"id":7545,"parentId":6770,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/@iconify/utils/lib/css/common.js","layer":"app-pages-browser"},"startTime":1787039773885,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":57690,"timestamp":520720768475,"id":7546,"parentId":6770,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/@iconify/utils/lib/css/format.js","layer":"app-pages-browser"},"startTime":1787039773885,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":58348,"timestamp":520720768546,"id":7547,"parentId":6778,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/@iconify/utils/lib/emoji/test/tree.js","layer":"app-pages-browser"},"startTime":1787039773885,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":59303,"timestamp":520720768329,"id":7544,"parentId":6662,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/internmap/src/index.js","layer":"app-pages-browser"},"startTime":1787039773885,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":59790,"timestamp":520720768655,"id":7548,"parentId":6781,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/@iconify/utils/lib/emoji/test/components.js","layer":"app-pages-browser"},"startTime":1787039773885,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":60197,"timestamp":520720768749,"id":7549,"parentId":6778,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/@iconify/utils/lib/emoji/test/similar.js","layer":"app-pages-browser"},"startTime":1787039773885,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":60441,"timestamp":520720768824,"id":7550,"parentId":6775,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/@iconify/utils/lib/emoji/data.js","layer":"app-pages-browser"},"startTime":1787039773885,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":60914,"timestamp":520720768963,"id":7552,"parentId":6783,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/@iconify/utils/lib/emoji/replace/find.js","layer":"app-pages-browser"},"startTime":1787039773886,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":61640,"timestamp":520720768893,"id":7551,"parentId":6782,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/@iconify/utils/lib/emoji/regex/tree.js","layer":"app-pages-browser"},"startTime":1787039773885,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":62520,"timestamp":520720769311,"id":7557,"parentId":6789,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/micromark-extension-gfm-footnote/lib/syntax.js","layer":"app-pages-browser"},"startTime":1787039773886,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":63436,"timestamp":520720769379,"id":7558,"parentId":6789,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/micromark-extension-gfm-footnote/lib/html.js","layer":"app-pages-browser"},"startTime":1787039773886,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":63988,"timestamp":520720769107,"id":7554,"parentId":6651,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/html-void-elements/index.js","layer":"app-pages-browser"},"startTime":1787039773886,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":64136,"timestamp":520720769175,"id":7555,"parentId":6651,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/hast-util-to-parse5/index.js","layer":"app-pages-browser"},"startTime":1787039773886,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":64485,"timestamp":520720769033,"id":7553,"parentId":6651,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/hast-util-from-parse5/index.js","layer":"app-pages-browser"},"startTime":1787039773886,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":64648,"timestamp":520720769245,"id":7556,"parentId":6651,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/zwitch/index.js","layer":"app-pages-browser"},"startTime":1787039773886,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":66266,"timestamp":520720769447,"id":7559,"parentId":6788,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/micromark-extension-gfm-autolink-literal/lib/syntax.js","layer":"app-pages-browser"},"startTime":1787039773886,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":66598,"timestamp":520720769517,"id":7560,"parentId":6788,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/micromark-extension-gfm-autolink-literal/lib/html.js","layer":"app-pages-browser"},"startTime":1787039773886,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":26579,"timestamp":520720817004,"id":7622,"parentId":6909,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_baseWhile.js","layer":"app-pages-browser"},"startTime":1787039773934,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":27254,"timestamp":520720816833,"id":7621,"parentId":6903,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_baseDifference.js","layer":"app-pages-browser"},"startTime":1787039773933,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":27152,"timestamp":520720817284,"id":7624,"parentId":6917,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_escapeHtmlChar.js","layer":"app-pages-browser"},"startTime":1787039773934,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":27821,"timestamp":520720817150,"id":7623,"parentId":6913,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_baseToString.js","layer":"app-pages-browser"},"startTime":1787039773934,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":27771,"timestamp":520720817416,"id":7625,"parentId":6919,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_baseEvery.js","layer":"app-pages-browser"},"startTime":1787039773934,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":59808,"timestamp":520720789426,"id":7573,"parentId":6792,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/micromark-extension-gfm-table/lib/syntax.js","layer":"app-pages-browser"},"startTime":1787039773906,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":60388,"timestamp":520720789568,"id":7575,"parentId":6791,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/micromark-extension-gfm-strikethrough/lib/syntax.js","layer":"app-pages-browser"},"startTime":1787039773906,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":61134,"timestamp":520720789263,"id":7571,"parentId":6793,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/micromark-extension-gfm-tagfilter/lib/index.js","layer":"app-pages-browser"},"startTime":1787039773906,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":61577,"timestamp":520720789353,"id":7572,"parentId":6792,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/micromark-extension-gfm-table/lib/html.js","layer":"app-pages-browser"},"startTime":1787039773906,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":61692,"timestamp":520720789705,"id":7577,"parentId":6794,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/micromark-extension-gfm-task-list-item/lib/syntax.js","layer":"app-pages-browser"},"startTime":1787039773906,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":61146,"timestamp":520720790541,"id":7584,"parentId":6813,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/dagre-d3-es/src/graphlib/alg/index.js","layer":"app-pages-browser"},"startTime":1787039773907,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":62429,"timestamp":520720789497,"id":7574,"parentId":6791,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/micromark-extension-gfm-strikethrough/lib/html.js","layer":"app-pages-browser"},"startTime":1787039773906,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":61978,"timestamp":520720790433,"id":7583,"parentId":6811,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/dagre-d3-es/src/dagre/data/list.js","layer":"app-pages-browser"},"startTime":1787039773907,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":63040,"timestamp":520720789637,"id":7576,"parentId":6794,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/micromark-extension-gfm-task-list-item/lib/html.js","layer":"app-pages-browser"},"startTime":1787039773906,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":61507,"timestamp":520720791708,"id":7594,"parentId":6821,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/dagre-d3-es/src/dagre/order/sort-subgraph.js","layer":"app-pages-browser"},"startTime":1787039773908,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":62213,"timestamp":520720791472,"id":7591,"parentId":6821,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/dagre-d3-es/src/dagre/order/build-layer-graph.js","layer":"app-pages-browser"},"startTime":1787039773908,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":62634,"timestamp":520720791551,"id":7592,"parentId":6821,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/dagre-d3-es/src/dagre/order/cross-count.js","layer":"app-pages-browser"},"startTime":1787039773908,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":62920,"timestamp":520720791628,"id":7593,"parentId":6821,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/dagre-d3-es/src/dagre/order/init-order.js","layer":"app-pages-browser"},"startTime":1787039773908,"traceId":"e4388ff8d15aa6e1"}]
|
|
32
|
+
[{"name":"build-module-js","duration":63500,"timestamp":520720791378,"id":7590,"parentId":6821,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/dagre-d3-es/src/dagre/order/add-subgraph-constraints.js","layer":"app-pages-browser"},"startTime":1787039773908,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":57144,"timestamp":520720805830,"id":7608,"parentId":6833,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/micromark/lib/create-tokenizer.js","layer":"app-pages-browser"},"startTime":1787039773922,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":57862,"timestamp":520720805746,"id":7607,"parentId":6833,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/micromark/lib/constructs.js","layer":"app-pages-browser"},"startTime":1787039773922,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":58079,"timestamp":520720805906,"id":7609,"parentId":6861,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/khroma/dist/methods/adjust_channel.js","layer":"app-pages-browser"},"startTime":1787039773922,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":59881,"timestamp":520720805980,"id":7610,"parentId":6822,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/dagre-d3-es/src/dagre/position/bk.js","layer":"app-pages-browser"},"startTime":1787039773923,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":66052,"timestamp":520720816365,"id":7615,"parentId":6833,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/micromark/lib/initialize/document.js","layer":"app-pages-browser"},"startTime":1787039773933,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":66657,"timestamp":520720816523,"id":7617,"parentId":6833,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/micromark/lib/initialize/text.js","layer":"app-pages-browser"},"startTime":1787039773933,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":67357,"timestamp":520720816220,"id":7614,"parentId":6833,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/micromark/lib/initialize/content.js","layer":"app-pages-browser"},"startTime":1787039773933,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":67507,"timestamp":520720816447,"id":7616,"parentId":6833,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/micromark/lib/initialize/flow.js","layer":"app-pages-browser"},"startTime":1787039773933,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":67658,"timestamp":520720816595,"id":7618,"parentId":6823,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/khroma/dist/channels/reusable.js","layer":"app-pages-browser"},"startTime":1787039773933,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":67981,"timestamp":520720816683,"id":7619,"parentId":6823,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/khroma/dist/color/index.js","layer":"app-pages-browser"},"startTime":1787039773933,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":68145,"timestamp":520720816763,"id":7620,"parentId":6823,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/khroma/dist/utils/index.js","layer":"app-pages-browser"},"startTime":1787039773933,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":8805,"timestamp":520720909952,"id":7627,"parentId":6923,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_arrayFilter.js","layer":"app-pages-browser"},"startTime":1787039774027,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":9447,"timestamp":520720909679,"id":7626,"parentId":6922,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_baseFill.js","layer":"app-pages-browser"},"startTime":1787039774026,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":9243,"timestamp":520720910118,"id":7628,"parentId":6919,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_arrayEvery.js","layer":"app-pages-browser"},"startTime":1787039774027,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":9301,"timestamp":520720910276,"id":7629,"parentId":6923,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_baseFilter.js","layer":"app-pages-browser"},"startTime":1787039774027,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":9122,"timestamp":520720910645,"id":7632,"parentId":6926,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_baseFindKey.js","layer":"app-pages-browser"},"startTime":1787039774027,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":9552,"timestamp":520720910421,"id":7630,"parentId":6925,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_baseFindIndex.js","layer":"app-pages-browser"},"startTime":1787039774027,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":9728,"timestamp":520720910538,"id":7631,"parentId":6924,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_createFind.js","layer":"app-pages-browser"},"startTime":1787039774027,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":9719,"timestamp":520720910744,"id":7633,"parentId":6926,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_baseForOwn.js","layer":"app-pages-browser"},"startTime":1787039774027,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":9794,"timestamp":520720910853,"id":7634,"parentId":6929,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_baseForOwnRight.js","layer":"app-pages-browser"},"startTime":1787039774027,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":9763,"timestamp":520720911059,"id":7636,"parentId":6941,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_baseEach.js","layer":"app-pages-browser"},"startTime":1787039774028,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":9833,"timestamp":520720911160,"id":7637,"parentId":6941,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_castFunction.js","layer":"app-pages-browser"},"startTime":1787039774028,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":10550,"timestamp":520720910953,"id":7635,"parentId":6939,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_createFlow.js","layer":"app-pages-browser"},"startTime":1787039774028,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":10294,"timestamp":520720911395,"id":7639,"parentId":6942,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_baseEachRight.js","layer":"app-pages-browser"},"startTime":1787039774028,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":10356,"timestamp":520720911499,"id":7640,"parentId":6943,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_baseFor.js","layer":"app-pages-browser"},"startTime":1787039774028,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":10759,"timestamp":520720911292,"id":7638,"parentId":6942,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_arrayEachRight.js","layer":"app-pages-browser"},"startTime":1787039774028,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":10615,"timestamp":520720911598,"id":7641,"parentId":6944,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_baseForRight.js","layer":"app-pages-browser"},"startTime":1787039774028,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":10694,"timestamp":520720911700,"id":7642,"parentId":6948,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_baseFunctions.js","layer":"app-pages-browser"},"startTime":1787039774028,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":10823,"timestamp":520720911796,"id":7643,"parentId":6950,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_baseGet.js","layer":"app-pages-browser"},"startTime":1787039774028,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":13045,"timestamp":520720911899,"id":7644,"parentId":6953,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_createRelationalOperation.js","layer":"app-pages-browser"},"startTime":1787039774028,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":13168,"timestamp":520720911994,"id":7645,"parentId":6952,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_baseGt.js","layer":"app-pages-browser"},"startTime":1787039774029,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":20184,"timestamp":520720912110,"id":7646,"parentId":6954,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_baseHas.js","layer":"app-pages-browser"},"startTime":1787039774029,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":11013,"timestamp":520720927794,"id":7648,"parentId":6955,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_baseHasIn.js","layer":"app-pages-browser"},"startTime":1787039774044,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":11836,"timestamp":520720927429,"id":7647,"parentId":6954,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_hasPath.js","layer":"app-pages-browser"},"startTime":1787039774044,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":11509,"timestamp":520720927967,"id":7649,"parentId":6958,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_baseInRange.js","layer":"app-pages-browser"},"startTime":1787039774045,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":11527,"timestamp":520720928179,"id":7650,"parentId":6960,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_baseIndexOf.js","layer":"app-pages-browser"},"startTime":1787039774045,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":11422,"timestamp":520720928491,"id":7652,"parentId":6962,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_castArrayLikeObject.js","layer":"app-pages-browser"},"startTime":1787039774045,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":11555,"timestamp":520720928612,"id":7653,"parentId":6965,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_createInverter.js","layer":"app-pages-browser"},"startTime":1787039774045,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":12249,"timestamp":520720928332,"id":7651,"parentId":6962,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_baseIntersection.js","layer":"app-pages-browser"},"startTime":1787039774045,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":12105,"timestamp":520720928731,"id":7654,"parentId":6967,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_baseInvoke.js","layer":"app-pages-browser"},"startTime":1787039774045,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":12219,"timestamp":520720928836,"id":7655,"parentId":6970,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_baseIsArguments.js","layer":"app-pages-browser"},"startTime":1787039774045,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":12195,"timestamp":520720929043,"id":7657,"parentId":6972,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_baseUnary.js","layer":"app-pages-browser"},"startTime":1787039774046,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":12480,"timestamp":520720928945,"id":7656,"parentId":6972,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_baseIsArrayBuffer.js","layer":"app-pages-browser"},"startTime":1787039774046,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":12577,"timestamp":520720929147,"id":7658,"parentId":6972,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_nodeUtil.js","layer":"app-pages-browser"},"startTime":1787039774046,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":12733,"timestamp":520720929259,"id":7659,"parentId":6975,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_baseGetTag.js","layer":"app-pages-browser"},"startTime":1787039774046,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":12807,"timestamp":520720929382,"id":7660,"parentId":6976,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_root.js","layer":"app-pages-browser"},"startTime":1787039774046,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":12905,"timestamp":520720929485,"id":7661,"parentId":6977,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_baseIsDate.js","layer":"app-pages-browser"},"startTime":1787039774046,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":13275,"timestamp":520720929587,"id":7662,"parentId":6980,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_baseIsEqual.js","layer":"app-pages-browser"},"startTime":1787039774046,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":13465,"timestamp":520720929683,"id":7663,"parentId":6979,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_baseKeys.js","layer":"app-pages-browser"},"startTime":1787039774046,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":13478,"timestamp":520720929888,"id":7665,"parentId":6987,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_baseIsMap.js","layer":"app-pages-browser"},"startTime":1787039774046,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":13962,"timestamp":520720929785,"id":7664,"parentId":6979,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_getTag.js","layer":"app-pages-browser"},"startTime":1787039774046,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":14241,"timestamp":520720929989,"id":7666,"parentId":6988,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_baseIsMatch.js","layer":"app-pages-browser"},"startTime":1787039774047,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":22064,"timestamp":520720930086,"id":7667,"parentId":6988,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_getMatchData.js","layer":"app-pages-browser"},"startTime":1787039774047,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":22138,"timestamp":520720930280,"id":7669,"parentId":6991,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_isMaskable.js","layer":"app-pages-browser"},"startTime":1787039774047,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":22644,"timestamp":520720930185,"id":7668,"parentId":6991,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_baseIsNative.js","layer":"app-pages-browser"},"startTime":1787039774047,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":22596,"timestamp":520720930407,"id":7670,"parentId":6997,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_getPrototype.js","layer":"app-pages-browser"},"startTime":1787039774047,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":22684,"timestamp":520720930517,"id":7671,"parentId":6998,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_baseIsRegExp.js","layer":"app-pages-browser"},"startTime":1787039774047,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":22665,"timestamp":520720930730,"id":7673,"parentId":7000,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_baseIsSet.js","layer":"app-pages-browser"},"startTime":1787039774047,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":23093,"timestamp":520720930630,"id":7672,"parentId":7003,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_baseIsTypedArray.js","layer":"app-pages-browser"},"startTime":1787039774047,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":23602,"timestamp":520720930927,"id":7675,"parentId":7011,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_arrayLikeKeys.js","layer":"app-pages-browser"},"startTime":1787039774048,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":23595,"timestamp":520720931124,"id":7677,"parentId":7014,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_baseIsNaN.js","layer":"app-pages-browser"},"startTime":1787039774048,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":23966,"timestamp":520720931020,"id":7676,"parentId":7012,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_baseKeysIn.js","layer":"app-pages-browser"},"startTime":1787039774048,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":8393,"timestamp":520720947486,"id":7680,"parentId":7015,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_wrapperClone.js","layer":"app-pages-browser"},"startTime":1787039774064,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":8900,"timestamp":520720947321,"id":7679,"parentId":7015,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_LazyWrapper.js","layer":"app-pages-browser"},"startTime":1787039774064,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":9406,"timestamp":520720947038,"id":7678,"parentId":7014,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_strictLastIndexOf.js","layer":"app-pages-browser"},"startTime":1787039774064,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":9090,"timestamp":520720947644,"id":7681,"parentId":7017,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_createCaseFirst.js","layer":"app-pages-browser"},"startTime":1787039774064,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":8970,"timestamp":520720947923,"id":7682,"parentId":7015,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_baseLodash.js","layer":"app-pages-browser"},"startTime":1787039774065,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":8816,"timestamp":520720948321,"id":7684,"parentId":7020,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_baseMap.js","layer":"app-pages-browser"},"startTime":1787039774065,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":9094,"timestamp":520720948202,"id":7683,"parentId":7018,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_baseLt.js","layer":"app-pages-browser"},"startTime":1787039774065,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":9103,"timestamp":520720948430,"id":7685,"parentId":7023,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_baseMatches.js","layer":"app-pages-browser"},"startTime":1787039774065,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":9055,"timestamp":520720948731,"id":7688,"parentId":7027,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_baseMean.js","layer":"app-pages-browser"},"startTime":1787039774065,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":9017,"timestamp":520720949044,"id":7689,"parentId":7029,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_MapCache.js","layer":"app-pages-browser"},"startTime":1787039774066,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":9803,"timestamp":520720948531,"id":7686,"parentId":7024,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_baseMatchesProperty.js","layer":"app-pages-browser"},"startTime":1787039774065,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":9985,"timestamp":520720948631,"id":7687,"parentId":7025,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_baseExtremum.js","layer":"app-pages-browser"},"startTime":1787039774065,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":9440,"timestamp":520720949430,"id":7691,"parentId":7042,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_baseNth.js","layer":"app-pages-browser"},"startTime":1787039774066,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":9214,"timestamp":520720949886,"id":7693,"parentId":7044,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_castPath.js","layer":"app-pages-browser"},"startTime":1787039774066,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":10171,"timestamp":520720949251,"id":7690,"parentId":7030,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_baseMerge.js","layer":"app-pages-browser"},"startTime":1787039774066,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":10154,"timestamp":520720949596,"id":7692,"parentId":7044,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_baseUnset.js","layer":"app-pages-browser"},"startTime":1787039774066,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":9940,"timestamp":520720950002,"id":7694,"parentId":7044,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_customOmitClone.js","layer":"app-pages-browser"},"startTime":1787039774067,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":10085,"timestamp":520720950108,"id":7695,"parentId":7044,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_getAllKeysIn.js","layer":"app-pages-browser"},"startTime":1787039774067,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":18854,"timestamp":520720950214,"id":7696,"parentId":7050,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_createOver.js","layer":"app-pages-browser"},"startTime":1787039774067,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":19205,"timestamp":520720950325,"id":7697,"parentId":7047,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_baseOrderBy.js","layer":"app-pages-browser"},"startTime":1787039774067,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":19303,"timestamp":520720950425,"id":7698,"parentId":7049,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_castRest.js","layer":"app-pages-browser"},"startTime":1787039774067,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":19599,"timestamp":520720950525,"id":7699,"parentId":7051,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_arraySome.js","layer":"app-pages-browser"},"startTime":1787039774067,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":20539,"timestamp":520720950753,"id":7701,"parentId":7054,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_stringSize.js","layer":"app-pages-browser"},"startTime":1787039774067,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":20958,"timestamp":520720950653,"id":7700,"parentId":7054,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_createPadding.js","layer":"app-pages-browser"},"startTime":1787039774067,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":7907,"timestamp":520720965179,"id":7705,"parentId":7062,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_basePropertyDeep.js","layer":"app-pages-browser"},"startTime":1787039774082,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":8258,"timestamp":520720965026,"id":7704,"parentId":7062,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_baseProperty.js","layer":"app-pages-browser"},"startTime":1787039774082,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":9017,"timestamp":520720964545,"id":7702,"parentId":7060,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_basePickBy.js","layer":"app-pages-browser"},"startTime":1787039774081,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":8896,"timestamp":520720964861,"id":7703,"parentId":7059,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_basePick.js","layer":"app-pages-browser"},"startTime":1787039774081,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":8744,"timestamp":520720965320,"id":7706,"parentId":7062,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_isKey.js","layer":"app-pages-browser"},"startTime":1787039774082,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":8969,"timestamp":520720965438,"id":7707,"parentId":7065,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_basePullAll.js","layer":"app-pages-browser"},"startTime":1787039774082,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":9111,"timestamp":520720965564,"id":7708,"parentId":7069,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_basePullAt.js","layer":"app-pages-browser"},"startTime":1787039774082,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":9329,"timestamp":520720965673,"id":7709,"parentId":7069,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_compareAscending.js","layer":"app-pages-browser"},"startTime":1787039774082,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":9526,"timestamp":520720965774,"id":7710,"parentId":7069,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_isIndex.js","layer":"app-pages-browser"},"startTime":1787039774082,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":9619,"timestamp":520720965874,"id":7711,"parentId":7068,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_baseRandom.js","layer":"app-pages-browser"},"startTime":1787039774082,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":9807,"timestamp":520720965969,"id":7712,"parentId":7070,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_createRange.js","layer":"app-pages-browser"},"startTime":1787039774083,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":9924,"timestamp":520720966065,"id":7713,"parentId":7073,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_arrayReduce.js","layer":"app-pages-browser"},"startTime":1787039774083,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":9994,"timestamp":520720966257,"id":7715,"parentId":7074,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_arrayReduceRight.js","layer":"app-pages-browser"},"startTime":1787039774083,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":10286,"timestamp":520720966161,"id":7714,"parentId":7073,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_baseReduce.js","layer":"app-pages-browser"},"startTime":1787039774083,"traceId":"e4388ff8d15aa6e1"}]
|
|
33
|
+
[{"name":"build-module-js","duration":10334,"timestamp":520720966349,"id":7716,"parentId":7077,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_baseRepeat.js","layer":"app-pages-browser"},"startTime":1787039774083,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":10426,"timestamp":520720966443,"id":7717,"parentId":7083,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_arraySample.js","layer":"app-pages-browser"},"startTime":1787039774083,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":20784,"timestamp":520720966533,"id":7718,"parentId":7083,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_baseSample.js","layer":"app-pages-browser"},"startTime":1787039774083,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":20910,"timestamp":520720966718,"id":7720,"parentId":7084,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_arraySampleSize.js","layer":"app-pages-browser"},"startTime":1787039774083,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":21441,"timestamp":520720966626,"id":7719,"parentId":7085,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_baseSet.js","layer":"app-pages-browser"},"startTime":1787039774083,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":21565,"timestamp":520720966812,"id":7721,"parentId":7084,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_baseSampleSize.js","layer":"app-pages-browser"},"startTime":1787039774083,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":21652,"timestamp":520720966995,"id":7723,"parentId":7087,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_baseShuffle.js","layer":"app-pages-browser"},"startTime":1787039774084,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":21986,"timestamp":520720966902,"id":7722,"parentId":7087,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_arrayShuffle.js","layer":"app-pages-browser"},"startTime":1787039774083,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":22041,"timestamp":520720967090,"id":7724,"parentId":7091,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_baseSome.js","layer":"app-pages-browser"},"startTime":1787039774084,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":22302,"timestamp":520720967182,"id":7725,"parentId":7093,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_baseSortedIndex.js","layer":"app-pages-browser"},"startTime":1787039774084,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":22304,"timestamp":520720967448,"id":7728,"parentId":7099,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_baseSortedUniq.js","layer":"app-pages-browser"},"startTime":1787039774084,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":22873,"timestamp":520720967271,"id":7726,"parentId":7094,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_baseSortedIndexBy.js","layer":"app-pages-browser"},"startTime":1787039774084,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":22823,"timestamp":520720967564,"id":7729,"parentId":7101,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_castSlice.js","layer":"app-pages-browser"},"startTime":1787039774084,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":25436,"timestamp":520720967669,"id":7730,"parentId":7101,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_hasUnicode.js","layer":"app-pages-browser"},"startTime":1787039774084,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":25596,"timestamp":520720967763,"id":7731,"parentId":7101,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_stringToArray.js","layer":"app-pages-browser"},"startTime":1787039774084,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":11360,"timestamp":520720982545,"id":7733,"parentId":7119,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_baseValues.js","layer":"app-pages-browser"},"startTime":1787039774099,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":11883,"timestamp":520720982263,"id":7732,"parentId":7111,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_baseSum.js","layer":"app-pages-browser"},"startTime":1787039774099,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":11666,"timestamp":520720982712,"id":7734,"parentId":7119,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_customDefaultsAssignIn.js","layer":"app-pages-browser"},"startTime":1787039774099,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":11721,"timestamp":520720982875,"id":7735,"parentId":7119,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_escapeStringChar.js","layer":"app-pages-browser"},"startTime":1787039774099,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":11681,"timestamp":520720983132,"id":7737,"parentId":7120,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_reEscape.js","layer":"app-pages-browser"},"startTime":1787039774100,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":11763,"timestamp":520720983241,"id":7738,"parentId":7120,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_reEvaluate.js","layer":"app-pages-browser"},"startTime":1787039774100,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":12156,"timestamp":520720983017,"id":7736,"parentId":7119,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_reInterpolate.js","layer":"app-pages-browser"},"startTime":1787039774100,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":12029,"timestamp":520720983356,"id":7739,"parentId":7123,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_baseTimes.js","layer":"app-pages-browser"},"startTime":1787039774100,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":12108,"timestamp":520720983460,"id":7740,"parentId":7124,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_Symbol.js","layer":"app-pages-browser"},"startTime":1787039774100,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":12104,"timestamp":520720983657,"id":7742,"parentId":7124,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_mapToArray.js","layer":"app-pages-browser"},"startTime":1787039774100,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":12385,"timestamp":520720983559,"id":7741,"parentId":7124,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_iteratorToArray.js","layer":"app-pages-browser"},"startTime":1787039774100,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":12435,"timestamp":520720983752,"id":7743,"parentId":7124,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_setToArray.js","layer":"app-pages-browser"},"startTime":1787039774100,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":12580,"timestamp":520720983848,"id":7744,"parentId":7131,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_baseTrim.js","layer":"app-pages-browser"},"startTime":1787039774100,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":12758,"timestamp":520720983945,"id":7745,"parentId":7132,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_createToPairs.js","layer":"app-pages-browser"},"startTime":1787039774101,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":12826,"timestamp":520720984163,"id":7746,"parentId":7134,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_stringToPath.js","layer":"app-pages-browser"},"startTime":1787039774101,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":12846,"timestamp":520720984350,"id":7747,"parentId":7140,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_charsEndIndex.js","layer":"app-pages-browser"},"startTime":1787039774101,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":12923,"timestamp":520720984485,"id":7748,"parentId":7140,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_charsStartIndex.js","layer":"app-pages-browser"},"startTime":1787039774101,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":12854,"timestamp":520720984739,"id":7750,"parentId":7145,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_unescapeHtmlChar.js","layer":"app-pages-browser"},"startTime":1787039774101,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":13237,"timestamp":520720984623,"id":7749,"parentId":7141,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_trimmedEndIndex.js","layer":"app-pages-browser"},"startTime":1787039774101,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":13098,"timestamp":520720984954,"id":7752,"parentId":7156,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_baseUpdate.js","layer":"app-pages-browser"},"startTime":1787039774102,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":13706,"timestamp":520720984849,"id":7751,"parentId":7146,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_baseUniq.js","layer":"app-pages-browser"},"startTime":1787039774101,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":21158,"timestamp":520720985061,"id":7753,"parentId":7165,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_asciiWords.js","layer":"app-pages-browser"},"startTime":1787039774102,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":21602,"timestamp":520720985168,"id":7754,"parentId":7165,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_hasUnicodeWord.js","layer":"app-pages-browser"},"startTime":1787039774102,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":22087,"timestamp":520720985272,"id":7755,"parentId":7165,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_unicodeWords.js","layer":"app-pages-browser"},"startTime":1787039774102,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":22300,"timestamp":520720985377,"id":7756,"parentId":7171,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_baseXor.js","layer":"app-pages-browser"},"startTime":1787039774102,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":22567,"timestamp":520720985477,"id":7757,"parentId":7170,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_baseWrapperValue.js","layer":"app-pages-browser"},"startTime":1787039774102,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":22716,"timestamp":520720985577,"id":7758,"parentId":7176,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_baseZipObject.js","layer":"app-pages-browser"},"startTime":1787039774102,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":22923,"timestamp":520720985769,"id":7760,"parentId":7178,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/collection.js","layer":"app-pages-browser"},"startTime":1787039774102,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":23583,"timestamp":520720985672,"id":7759,"parentId":7178,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/array.js","layer":"app-pages-browser"},"startTime":1787039774102,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":23902,"timestamp":520720985864,"id":7761,"parentId":7178,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/date.js","layer":"app-pages-browser"},"startTime":1787039774102,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":24025,"timestamp":520720986019,"id":7762,"parentId":7178,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/function.js","layer":"app-pages-browser"},"startTime":1787039774103,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":24399,"timestamp":520720986174,"id":7763,"parentId":7178,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/lang.js","layer":"app-pages-browser"},"startTime":1787039774103,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":103979,"timestamp":520720930833,"id":7674,"parentId":6703,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/cytoscape-fcose/node_modules/layout-base/layout-base.js","layer":"app-pages-browser"},"startTime":1787039774047,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":33861,"timestamp":520721001585,"id":7765,"parentId":7178,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/number.js","layer":"app-pages-browser"},"startTime":1787039774118,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":34370,"timestamp":520721001330,"id":7764,"parentId":7178,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/math.js","layer":"app-pages-browser"},"startTime":1787039774118,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":34450,"timestamp":520721001792,"id":7766,"parentId":7178,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/object.js","layer":"app-pages-browser"},"startTime":1787039774118,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":34517,"timestamp":520721001958,"id":7767,"parentId":7178,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/seq.js","layer":"app-pages-browser"},"startTime":1787039774119,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":34595,"timestamp":520721002213,"id":7769,"parentId":7178,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/util.js","layer":"app-pages-browser"},"startTime":1787039774119,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":35033,"timestamp":520721002098,"id":7768,"parentId":7178,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/string.js","layer":"app-pages-browser"},"startTime":1787039774119,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":35041,"timestamp":520721002415,"id":7771,"parentId":7178,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_lazyClone.js","layer":"app-pages-browser"},"startTime":1787039774119,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":35763,"timestamp":520721002314,"id":7770,"parentId":7178,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_createHybrid.js","layer":"app-pages-browser"},"startTime":1787039774119,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":35786,"timestamp":520721002511,"id":7772,"parentId":7178,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_lazyReverse.js","layer":"app-pages-browser"},"startTime":1787039774119,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":36087,"timestamp":520721002606,"id":7773,"parentId":7178,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_lazyValue.js","layer":"app-pages-browser"},"startTime":1787039774119,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":36141,"timestamp":520721002699,"id":7774,"parentId":7178,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_realNames.js","layer":"app-pages-browser"},"startTime":1787039774119,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":107979,"timestamp":520720967363,"id":7727,"parentId":6834,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/micromark-util-chunked/index.js","layer":"app-pages-browser"},"startTime":1787039774084,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":80747,"timestamp":520721002794,"id":7775,"parentId":6832,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/micromark-util-subtokenize/index.js","layer":"app-pages-browser"},"startTime":1787039774119,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":80665,"timestamp":520721003163,"id":7780,"parentId":7197,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-array/src/array.js","layer":"app-pages-browser"},"startTime":1787039774120,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":81294,"timestamp":520721002879,"id":7776,"parentId":7182,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-chord/src/math.js","layer":"app-pages-browser"},"startTime":1787039774119,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":81404,"timestamp":520721003024,"id":7778,"parentId":7183,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-chord/src/constant.js","layer":"app-pages-browser"},"startTime":1787039774120,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":81545,"timestamp":520721003093,"id":7779,"parentId":7195,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-array/src/identity.js","layer":"app-pages-browser"},"startTime":1787039774120,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":81902,"timestamp":520721002954,"id":7777,"parentId":7183,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-chord/src/array.js","layer":"app-pages-browser"},"startTime":1787039774120,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":81960,"timestamp":520721003231,"id":7781,"parentId":7184,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-array/src/number.js","layer":"app-pages-browser"},"startTime":1787039774120,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":82107,"timestamp":520721003300,"id":7782,"parentId":7197,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-array/src/constant.js","layer":"app-pages-browser"},"startTime":1787039774120,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":82244,"timestamp":520721003369,"id":7783,"parentId":7237,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-axis/src/identity.js","layer":"app-pages-browser"},"startTime":1787039774120,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":82373,"timestamp":520721003439,"id":7784,"parentId":7242,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-brush/src/constant.js","layer":"app-pages-browser"},"startTime":1787039774120,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":82550,"timestamp":520721003528,"id":7785,"parentId":7242,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-brush/src/event.js","layer":"app-pages-browser"},"startTime":1787039774120,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":82758,"timestamp":520721003607,"id":7786,"parentId":7242,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-brush/src/noevent.js","layer":"app-pages-browser"},"startTime":1787039774120,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":82867,"timestamp":520721003747,"id":7788,"parentId":7243,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-contour/src/ascending.js","layer":"app-pages-browser"},"startTime":1787039774120,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":83138,"timestamp":520721003817,"id":7789,"parentId":7243,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-contour/src/area.js","layer":"app-pages-browser"},"startTime":1787039774120,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":83538,"timestamp":520721003677,"id":7787,"parentId":7243,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-contour/src/array.js","layer":"app-pages-browser"},"startTime":1787039774120,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":83891,"timestamp":520721003959,"id":7791,"parentId":7243,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-contour/src/contains.js","layer":"app-pages-browser"},"startTime":1787039774121,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":84273,"timestamp":520721003891,"id":7790,"parentId":7243,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-contour/src/constant.js","layer":"app-pages-browser"},"startTime":1787039774120,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":84818,"timestamp":520721004040,"id":7792,"parentId":7243,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-contour/src/noop.js","layer":"app-pages-browser"},"startTime":1787039774121,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":85021,"timestamp":520721004185,"id":7794,"parentId":7250,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-color/src/define.js","layer":"app-pages-browser"},"startTime":1787039774121,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":85419,"timestamp":520721004115,"id":7793,"parentId":7253,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-drag/src/noevent.js","layer":"app-pages-browser"},"startTime":1787039774121,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":33209,"timestamp":520721061407,"id":7795,"parentId":7253,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-drag/src/constant.js","layer":"app-pages-browser"},"startTime":1787039774178,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":33208,"timestamp":520721061798,"id":7798,"parentId":7260,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-ease/src/math.js","layer":"app-pages-browser"},"startTime":1787039774178,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":33813,"timestamp":520721061584,"id":7796,"parentId":7253,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-drag/src/event.js","layer":"app-pages-browser"},"startTime":1787039774178,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":33931,"timestamp":520721061719,"id":7797,"parentId":7251,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-color/src/math.js","layer":"app-pages-browser"},"startTime":1787039774178,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":34031,"timestamp":520721061869,"id":7799,"parentId":7273,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-force/src/constant.js","layer":"app-pages-browser"},"startTime":1787039774178,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":34235,"timestamp":520721061940,"id":7800,"parentId":7273,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-force/src/jiggle.js","layer":"app-pages-browser"},"startTime":1787039774179,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":34435,"timestamp":520721062011,"id":7801,"parentId":7277,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-force/src/lcg.js","layer":"app-pages-browser"},"startTime":1787039774179,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":34498,"timestamp":520721062227,"id":7804,"parentId":7281,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-format/src/formatNumerals.js","layer":"app-pages-browser"},"startTime":1787039774179,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":34708,"timestamp":520721062367,"id":7806,"parentId":7281,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-format/src/formatTypes.js","layer":"app-pages-browser"},"startTime":1787039774179,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":35247,"timestamp":520721062080,"id":7802,"parentId":7281,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-format/src/exponent.js","layer":"app-pages-browser"},"startTime":1787039774179,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":35344,"timestamp":520721062299,"id":7805,"parentId":7281,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-format/src/formatTrim.js","layer":"app-pages-browser"},"startTime":1787039774179,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":35558,"timestamp":520721062437,"id":7807,"parentId":7281,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-format/src/formatPrefixAuto.js","layer":"app-pages-browser"},"startTime":1787039774179,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":35697,"timestamp":520721062504,"id":7808,"parentId":7281,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-format/src/identity.js","layer":"app-pages-browser"},"startTime":1787039774179,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":36351,"timestamp":520721062150,"id":7803,"parentId":7281,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-format/src/formatGroup.js","layer":"app-pages-browser"},"startTime":1787039774179,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":36357,"timestamp":520721062572,"id":7809,"parentId":7287,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-geo/src/cartesian.js","layer":"app-pages-browser"},"startTime":1787039774179,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":36504,"timestamp":520721062737,"id":7811,"parentId":7286,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-geo/src/noop.js","layer":"app-pages-browser"},"startTime":1787039774179,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":36652,"timestamp":520721062809,"id":7812,"parentId":7289,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-geo/src/constant.js","layer":"app-pages-browser"},"startTime":1787039774179,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":37499,"timestamp":520721062659,"id":7810,"parentId":7287,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-geo/src/math.js","layer":"app-pages-browser"},"startTime":1787039774179,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":38027,"timestamp":520721062876,"id":7813,"parentId":7290,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-geo/src/polygonContains.js","layer":"app-pages-browser"},"startTime":1787039774179,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":35519,"timestamp":520721065711,"id":7814,"parentId":7295,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-geo/src/compose.js","layer":"app-pages-browser"},"startTime":1787039774182,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":35849,"timestamp":520721065853,"id":7815,"parentId":7298,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-delaunay/src/path.js","layer":"app-pages-browser"},"startTime":1787039774182,"traceId":"e4388ff8d15aa6e1"}]
|
|
34
|
+
[{"name":"build-module-js","duration":38987,"timestamp":520721070339,"id":7818,"parentId":7307,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-geo/src/pointEqual.js","layer":"app-pages-browser"},"startTime":1787039774187,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":39647,"timestamp":520721070125,"id":7816,"parentId":7298,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-delaunay/src/polygon.js","layer":"app-pages-browser"},"startTime":1787039774187,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":39743,"timestamp":520721070256,"id":7817,"parentId":7300,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-interpolate/src/constant.js","layer":"app-pages-browser"},"startTime":1787039774187,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":40290,"timestamp":520721070417,"id":7819,"parentId":7307,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-geo/src/clip/index.js","layer":"app-pages-browser"},"startTime":1787039774187,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":40472,"timestamp":520721070716,"id":7820,"parentId":7310,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-geo/src/identity.js","layer":"app-pages-browser"},"startTime":1787039774187,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":40750,"timestamp":520721070882,"id":7822,"parentId":7309,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-geo/src/clip/line.js","layer":"app-pages-browser"},"startTime":1787039774187,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":41147,"timestamp":520721070809,"id":7821,"parentId":7309,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-geo/src/clip/buffer.js","layer":"app-pages-browser"},"startTime":1787039774187,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":41730,"timestamp":520721070952,"id":7823,"parentId":7309,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-geo/src/clip/rejoin.js","layer":"app-pages-browser"},"startTime":1787039774188,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":42205,"timestamp":520721071106,"id":7824,"parentId":7312,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-geo/src/projection/fit.js","layer":"app-pages-browser"},"startTime":1787039774188,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":42196,"timestamp":520721071749,"id":7826,"parentId":7310,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-geo/src/path/bounds.js","layer":"app-pages-browser"},"startTime":1787039774188,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":43211,"timestamp":520721071227,"id":7825,"parentId":7310,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-geo/src/path/area.js","layer":"app-pages-browser"},"startTime":1787039774188,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":43075,"timestamp":520721071973,"id":7827,"parentId":7310,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-geo/src/path/centroid.js","layer":"app-pages-browser"},"startTime":1787039774189,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":43388,"timestamp":520721072138,"id":7828,"parentId":7310,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-geo/src/path/context.js","layer":"app-pages-browser"},"startTime":1787039774189,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":43977,"timestamp":520721072394,"id":7830,"parentId":7310,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-geo/src/path/string.js","layer":"app-pages-browser"},"startTime":1787039774189,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":44688,"timestamp":520721072269,"id":7829,"parentId":7310,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-geo/src/path/measure.js","layer":"app-pages-browser"},"startTime":1787039774189,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":45114,"timestamp":520721072641,"id":7832,"parentId":7317,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-geo/src/projection/conic.js","layer":"app-pages-browser"},"startTime":1787039774189,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":64178,"timestamp":520721072887,"id":7834,"parentId":6968,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/layout-base/layout-base.js","layer":"app-pages-browser"},"startTime":1787039774189,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":65356,"timestamp":520721072519,"id":7831,"parentId":7313,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-geo/src/projection/azimuthal.js","layer":"app-pages-browser"},"startTime":1787039774189,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":65820,"timestamp":520721072759,"id":7833,"parentId":7316,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-geo/src/projection/cylindricalEqualArea.js","layer":"app-pages-browser"},"startTime":1787039774189,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":66400,"timestamp":520721073015,"id":7835,"parentId":7328,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-interpolate/src/color.js","layer":"app-pages-browser"},"startTime":1787039774190,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":65119,"timestamp":520721079341,"id":7838,"parentId":7372,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-polygon/src/cross.js","layer":"app-pages-browser"},"startTime":1787039774196,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":65723,"timestamp":520721079124,"id":7836,"parentId":7344,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-hierarchy/src/accessors.js","layer":"app-pages-browser"},"startTime":1787039774196,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":65899,"timestamp":520721079410,"id":7839,"parentId":7343,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-hierarchy/src/treemap/round.js","layer":"app-pages-browser"},"startTime":1787039774196,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":66271,"timestamp":520721079264,"id":7837,"parentId":7347,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-random/src/defaultSource.js","layer":"app-pages-browser"},"startTime":1787039774196,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":66442,"timestamp":520721079479,"id":7840,"parentId":7361,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-hierarchy/src/constant.js","layer":"app-pages-browser"},"startTime":1787039774196,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":66650,"timestamp":520721079548,"id":7841,"parentId":7361,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-hierarchy/src/lcg.js","layer":"app-pages-browser"},"startTime":1787039774196,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":66978,"timestamp":520721079614,"id":7842,"parentId":7362,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-hierarchy/src/array.js","layer":"app-pages-browser"},"startTime":1787039774196,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":67087,"timestamp":520721079770,"id":7844,"parentId":7360,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-hierarchy/src/hierarchy/each.js","layer":"app-pages-browser"},"startTime":1787039774196,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":67294,"timestamp":520721079910,"id":7846,"parentId":7360,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-hierarchy/src/hierarchy/eachBefore.js","layer":"app-pages-browser"},"startTime":1787039774196,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":67634,"timestamp":520721079845,"id":7845,"parentId":7360,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-hierarchy/src/hierarchy/count.js","layer":"app-pages-browser"},"startTime":1787039774196,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":67813,"timestamp":520721079978,"id":7847,"parentId":7360,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-hierarchy/src/hierarchy/eachAfter.js","layer":"app-pages-browser"},"startTime":1787039774197,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":68982,"timestamp":520721079681,"id":7843,"parentId":7322,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-geo/src/projection/resample.js","layer":"app-pages-browser"},"startTime":1787039774196,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":70225,"timestamp":520721080075,"id":7848,"parentId":7360,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-hierarchy/src/hierarchy/find.js","layer":"app-pages-browser"},"startTime":1787039774197,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":70554,"timestamp":520721080148,"id":7849,"parentId":7360,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-hierarchy/src/hierarchy/sum.js","layer":"app-pages-browser"},"startTime":1787039774197,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":71506,"timestamp":520721090443,"id":7852,"parentId":7360,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-hierarchy/src/hierarchy/ancestors.js","layer":"app-pages-browser"},"startTime":1787039774207,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":71650,"timestamp":520721090584,"id":7854,"parentId":7360,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-hierarchy/src/hierarchy/descendants.js","layer":"app-pages-browser"},"startTime":1787039774207,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":72383,"timestamp":520721090099,"id":7850,"parentId":7360,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-hierarchy/src/hierarchy/sort.js","layer":"app-pages-browser"},"startTime":1787039774207,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":72507,"timestamp":520721090332,"id":7851,"parentId":7360,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-hierarchy/src/hierarchy/path.js","layer":"app-pages-browser"},"startTime":1787039774207,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":72436,"timestamp":520721090721,"id":7856,"parentId":7360,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-hierarchy/src/hierarchy/iterator.js","layer":"app-pages-browser"},"startTime":1787039774207,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":72776,"timestamp":520721090652,"id":7855,"parentId":7360,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-hierarchy/src/hierarchy/links.js","layer":"app-pages-browser"},"startTime":1787039774207,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":73182,"timestamp":520721090516,"id":7853,"parentId":7360,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-hierarchy/src/hierarchy/leaves.js","layer":"app-pages-browser"},"startTime":1787039774207,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":73097,"timestamp":520721090857,"id":7858,"parentId":7388,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-selection/src/sourceEvent.js","layer":"app-pages-browser"},"startTime":1787039774207,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":73739,"timestamp":520721090790,"id":7857,"parentId":7359,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-interpolate/src/transform/parse.js","layer":"app-pages-browser"},"startTime":1787039774207,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":73870,"timestamp":520721090926,"id":7859,"parentId":7391,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-selection/src/array.js","layer":"app-pages-browser"},"startTime":1787039774208,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":74700,"timestamp":520721090992,"id":7860,"parentId":7395,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-quadtree/src/add.js","layer":"app-pages-browser"},"startTime":1787039774208,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":75288,"timestamp":520721091055,"id":7861,"parentId":7395,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-quadtree/src/cover.js","layer":"app-pages-browser"},"startTime":1787039774208,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":75547,"timestamp":520721091120,"id":7862,"parentId":7395,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-quadtree/src/data.js","layer":"app-pages-browser"},"startTime":1787039774208,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":75834,"timestamp":520721091183,"id":7863,"parentId":7395,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-quadtree/src/extent.js","layer":"app-pages-browser"},"startTime":1787039774208,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":76278,"timestamp":520721091246,"id":7864,"parentId":7395,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-quadtree/src/find.js","layer":"app-pages-browser"},"startTime":1787039774208,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":76451,"timestamp":520721091500,"id":7868,"parentId":7395,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-quadtree/src/visit.js","layer":"app-pages-browser"},"startTime":1787039774208,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":77159,"timestamp":520721091309,"id":7865,"parentId":7395,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-quadtree/src/remove.js","layer":"app-pages-browser"},"startTime":1787039774208,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":77309,"timestamp":520721091374,"id":7866,"parentId":7395,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-quadtree/src/root.js","layer":"app-pages-browser"},"startTime":1787039774208,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":77504,"timestamp":520721091437,"id":7867,"parentId":7395,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-quadtree/src/size.js","layer":"app-pages-browser"},"startTime":1787039774208,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":77367,"timestamp":520721091823,"id":7873,"parentId":7401,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-scale-chromatic/src/ramp.js","layer":"app-pages-browser"},"startTime":1787039774208,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":77822,"timestamp":520721091627,"id":7870,"parentId":7395,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-quadtree/src/x.js","layer":"app-pages-browser"},"startTime":1787039774208,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":78004,"timestamp":520721091694,"id":7871,"parentId":7395,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-quadtree/src/y.js","layer":"app-pages-browser"},"startTime":1787039774208,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":78555,"timestamp":520721091564,"id":7869,"parentId":7395,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-quadtree/src/visitAfter.js","layer":"app-pages-browser"},"startTime":1787039774208,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":78618,"timestamp":520721091757,"id":7872,"parentId":7401,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-scale-chromatic/src/colors.js","layer":"app-pages-browser"},"startTime":1787039774208,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":78880,"timestamp":520721091887,"id":7874,"parentId":7396,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-selection/src/selection/select.js","layer":"app-pages-browser"},"startTime":1787039774208,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":79177,"timestamp":520721091951,"id":7875,"parentId":7396,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-selection/src/selection/selectAll.js","layer":"app-pages-browser"},"startTime":1787039774209,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":79485,"timestamp":520721092065,"id":7876,"parentId":7396,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-selection/src/selection/selectChild.js","layer":"app-pages-browser"},"startTime":1787039774209,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":80008,"timestamp":520721092320,"id":7879,"parentId":7396,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-selection/src/selection/data.js","layer":"app-pages-browser"},"startTime":1787039774209,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":80426,"timestamp":520721092237,"id":7878,"parentId":7396,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-selection/src/selection/filter.js","layer":"app-pages-browser"},"startTime":1787039774209,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":80675,"timestamp":520721092389,"id":7880,"parentId":7396,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-selection/src/selection/enter.js","layer":"app-pages-browser"},"startTime":1787039774209,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":80876,"timestamp":520721092453,"id":7881,"parentId":7396,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-selection/src/selection/exit.js","layer":"app-pages-browser"},"startTime":1787039774209,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":81463,"timestamp":520721092151,"id":7877,"parentId":7396,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-selection/src/selection/selectChildren.js","layer":"app-pages-browser"},"startTime":1787039774209,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":81879,"timestamp":520721092580,"id":7883,"parentId":7396,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-selection/src/selection/merge.js","layer":"app-pages-browser"},"startTime":1787039774209,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":82285,"timestamp":520721092516,"id":7882,"parentId":7396,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-selection/src/selection/join.js","layer":"app-pages-browser"},"startTime":1787039774209,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":82450,"timestamp":520721092645,"id":7884,"parentId":7396,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-selection/src/selection/order.js","layer":"app-pages-browser"},"startTime":1787039774209,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":18130,"timestamp":520721157714,"id":7927,"parentId":7562,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_baseSetData.js","layer":"app-pages-browser"},"startTime":1787039774274,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":18264,"timestamp":520721157888,"id":7928,"parentId":7562,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_createBind.js","layer":"app-pages-browser"},"startTime":1787039774274,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":19044,"timestamp":520721157445,"id":7926,"parentId":7561,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_baseToNumber.js","layer":"app-pages-browser"},"startTime":1787039774274,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":18775,"timestamp":520721158045,"id":7929,"parentId":7562,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_createCurry.js","layer":"app-pages-browser"},"startTime":1787039774275,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":18573,"timestamp":520721158434,"id":7931,"parentId":7562,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_getData.js","layer":"app-pages-browser"},"startTime":1787039774275,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":19073,"timestamp":520721158297,"id":7930,"parentId":7562,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_createPartial.js","layer":"app-pages-browser"},"startTime":1787039774275,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":18973,"timestamp":520721158651,"id":7933,"parentId":7562,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_setData.js","layer":"app-pages-browser"},"startTime":1787039774275,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":19489,"timestamp":520721158536,"id":7932,"parentId":7562,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_mergeData.js","layer":"app-pages-browser"},"startTime":1787039774275,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":26529,"timestamp":520721159334,"id":7937,"parentId":7568,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_setToString.js","layer":"app-pages-browser"},"startTime":1787039774276,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":27296,"timestamp":520721158928,"id":7934,"parentId":7562,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_setWrapToString.js","layer":"app-pages-browser"},"startTime":1787039774276,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":27326,"timestamp":520721159218,"id":7936,"parentId":7568,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_overRest.js","layer":"app-pages-browser"},"startTime":1787039774276,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":81249,"timestamp":520721106189,"id":7887,"parentId":7396,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-selection/src/selection/nodes.js","layer":"app-pages-browser"},"startTime":1787039774223,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":81656,"timestamp":520721106262,"id":7888,"parentId":7396,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-selection/src/selection/node.js","layer":"app-pages-browser"},"startTime":1787039774223,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":82635,"timestamp":520721105940,"id":7885,"parentId":7396,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-selection/src/selection/sort.js","layer":"app-pages-browser"},"startTime":1787039774223,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":82900,"timestamp":520721106108,"id":7886,"parentId":7396,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-selection/src/selection/call.js","layer":"app-pages-browser"},"startTime":1787039774223,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":82892,"timestamp":520721106398,"id":7890,"parentId":7396,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-selection/src/selection/empty.js","layer":"app-pages-browser"},"startTime":1787039774223,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":83088,"timestamp":520721106490,"id":7891,"parentId":7396,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-selection/src/selection/each.js","layer":"app-pages-browser"},"startTime":1787039774223,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":83547,"timestamp":520721106567,"id":7892,"parentId":7396,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-selection/src/selection/attr.js","layer":"app-pages-browser"},"startTime":1787039774223,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":84021,"timestamp":520721106703,"id":7894,"parentId":7396,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-selection/src/selection/classed.js","layer":"app-pages-browser"},"startTime":1787039774223,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":84649,"timestamp":520721106332,"id":7889,"parentId":7396,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-selection/src/selection/size.js","layer":"app-pages-browser"},"startTime":1787039774223,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":84525,"timestamp":520721106774,"id":7895,"parentId":7396,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-selection/src/selection/text.js","layer":"app-pages-browser"},"startTime":1787039774223,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":84964,"timestamp":520721106636,"id":7893,"parentId":7396,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-selection/src/selection/property.js","layer":"app-pages-browser"},"startTime":1787039774223,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":85047,"timestamp":520721106840,"id":7896,"parentId":7396,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-selection/src/selection/html.js","layer":"app-pages-browser"},"startTime":1787039774223,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":85221,"timestamp":520721106914,"id":7897,"parentId":7396,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-selection/src/selection/raise.js","layer":"app-pages-browser"},"startTime":1787039774223,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":85472,"timestamp":520721106990,"id":7898,"parentId":7396,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-selection/src/selection/lower.js","layer":"app-pages-browser"},"startTime":1787039774224,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":85675,"timestamp":520721107056,"id":7899,"parentId":7396,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-selection/src/selection/append.js","layer":"app-pages-browser"},"startTime":1787039774224,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":85923,"timestamp":520721107124,"id":7900,"parentId":7396,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-selection/src/selection/insert.js","layer":"app-pages-browser"},"startTime":1787039774224,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":86210,"timestamp":520721107191,"id":7901,"parentId":7396,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-selection/src/selection/remove.js","layer":"app-pages-browser"},"startTime":1787039774224,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":86406,"timestamp":520721107255,"id":7902,"parentId":7396,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-selection/src/selection/clone.js","layer":"app-pages-browser"},"startTime":1787039774224,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":13488,"timestamp":520721180880,"id":7938,"parentId":7579,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_defineProperty.js","layer":"app-pages-browser"},"startTime":1787039774297,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":13414,"timestamp":520721181187,"id":7939,"parentId":7595,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_Stack.js","layer":"app-pages-browser"},"startTime":1787039774298,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":13392,"timestamp":520721181383,"id":7940,"parentId":7595,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_baseAssignIn.js","layer":"app-pages-browser"},"startTime":1787039774298,"traceId":"e4388ff8d15aa6e1"}]
|
|
35
|
+
[{"name":"build-module-js","duration":13415,"timestamp":520721181530,"id":7941,"parentId":7595,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_copySymbols.js","layer":"app-pages-browser"},"startTime":1787039774298,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":13229,"timestamp":520721181874,"id":7944,"parentId":7595,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_getAllKeys.js","layer":"app-pages-browser"},"startTime":1787039774298,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":13706,"timestamp":520721181664,"id":7942,"parentId":7595,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_cloneBuffer.js","layer":"app-pages-browser"},"startTime":1787039774298,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":13760,"timestamp":520721181777,"id":7943,"parentId":7595,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_copySymbolsIn.js","layer":"app-pages-browser"},"startTime":1787039774298,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":13946,"timestamp":520721181968,"id":7945,"parentId":7595,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_initCloneByTag.js","layer":"app-pages-browser"},"startTime":1787039774299,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":14038,"timestamp":520721182148,"id":7947,"parentId":7595,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_initCloneObject.js","layer":"app-pages-browser"},"startTime":1787039774299,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":14333,"timestamp":520721182060,"id":7946,"parentId":7595,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_initCloneArray.js","layer":"app-pages-browser"},"startTime":1787039774299,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":14355,"timestamp":520721182238,"id":7948,"parentId":7597,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_isFlattenable.js","layer":"app-pages-browser"},"startTime":1787039774299,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":14850,"timestamp":520721182344,"id":7949,"parentId":7604,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_arrayAggregator.js","layer":"app-pages-browser"},"startTime":1787039774299,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":15122,"timestamp":520721182434,"id":7950,"parentId":7604,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_baseAggregator.js","layer":"app-pages-browser"},"startTime":1787039774299,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":15202,"timestamp":520721182520,"id":7951,"parentId":7611,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_basePropertyOf.js","layer":"app-pages-browser"},"startTime":1787039774299,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":64781,"timestamp":520721141593,"id":7904,"parentId":7396,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-selection/src/selection/on.js","layer":"app-pages-browser"},"startTime":1787039774258,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":65234,"timestamp":520721141400,"id":7903,"parentId":7396,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-selection/src/selection/datum.js","layer":"app-pages-browser"},"startTime":1787039774258,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":64908,"timestamp":520721141932,"id":7908,"parentId":7419,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-scale/src/number.js","layer":"app-pages-browser"},"startTime":1787039774259,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":65411,"timestamp":520721141679,"id":7905,"parentId":7396,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-selection/src/selection/iterator.js","layer":"app-pages-browser"},"startTime":1787039774258,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":65688,"timestamp":520721141751,"id":7906,"parentId":7396,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-selection/src/selection/dispatch.js","layer":"app-pages-browser"},"startTime":1787039774258,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":65976,"timestamp":520721141849,"id":7907,"parentId":7180,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/micromark-factory-space/index.js","layer":"app-pages-browser"},"startTime":1787039774258,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":57969,"timestamp":520721156232,"id":7911,"parentId":7421,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-scale/src/nice.js","layer":"app-pages-browser"},"startTime":1787039774273,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":58970,"timestamp":520721156137,"id":7910,"parentId":7420,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-scale/src/continuous.js","layer":"app-pages-browser"},"startTime":1787039774273,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":59007,"timestamp":520721156329,"id":7912,"parentId":7459,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-shape/src/constant.js","layer":"app-pages-browser"},"startTime":1787039774273,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":59759,"timestamp":520721155917,"id":7909,"parentId":7418,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-scale/src/init.js","layer":"app-pages-browser"},"startTime":1787039774273,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":59684,"timestamp":520721156411,"id":7913,"parentId":7459,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-shape/src/math.js","layer":"app-pages-browser"},"startTime":1787039774273,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":59909,"timestamp":520721156490,"id":7914,"parentId":7459,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-shape/src/path.js","layer":"app-pages-browser"},"startTime":1787039774273,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":59940,"timestamp":520721156673,"id":7916,"parentId":7460,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-shape/src/point.js","layer":"app-pages-browser"},"startTime":1787039774273,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":60297,"timestamp":520721156564,"id":7915,"parentId":7460,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-shape/src/array.js","layer":"app-pages-browser"},"startTime":1787039774273,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":60286,"timestamp":520721156783,"id":7917,"parentId":7462,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-shape/src/descending.js","layer":"app-pages-browser"},"startTime":1787039774273,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":60425,"timestamp":520721156859,"id":7918,"parentId":7462,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-shape/src/identity.js","layer":"app-pages-browser"},"startTime":1787039774273,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":60669,"timestamp":520721156933,"id":7919,"parentId":7463,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-shape/src/curve/radial.js","layer":"app-pages-browser"},"startTime":1787039774274,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":61190,"timestamp":520721157219,"id":7923,"parentId":7498,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-transition/src/transition/schedule.js","layer":"app-pages-browser"},"startTime":1787039774274,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":61680,"timestamp":520721157009,"id":7920,"parentId":7485,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-time/src/duration.js","layer":"app-pages-browser"},"startTime":1787039774274,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":61806,"timestamp":520721157080,"id":7921,"parentId":7502,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-zoom/src/constant.js","layer":"app-pages-browser"},"startTime":1787039774274,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":62007,"timestamp":520721159092,"id":7935,"parentId":7298,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/delaunator/index.js","layer":"app-pages-browser"},"startTime":1787039774276,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":64340,"timestamp":520721157148,"id":7922,"parentId":7502,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-zoom/src/event.js","layer":"app-pages-browser"},"startTime":1787039774274,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":64610,"timestamp":520721157291,"id":7924,"parentId":7502,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-zoom/src/noevent.js","layer":"app-pages-browser"},"startTime":1787039774274,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":64739,"timestamp":520721157372,"id":7925,"parentId":7504,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-shape/src/noop.js","layer":"app-pages-browser"},"startTime":1787039774274,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":51372,"timestamp":520721182610,"id":7952,"parentId":7541,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-sankey/node_modules/d3-shape/src/arc.js","layer":"app-pages-browser"},"startTime":1787039774299,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":51991,"timestamp":520721182690,"id":7953,"parentId":7541,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-sankey/node_modules/d3-shape/src/area.js","layer":"app-pages-browser"},"startTime":1787039774299,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":52381,"timestamp":520721182759,"id":7954,"parentId":7541,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-sankey/node_modules/d3-shape/src/line.js","layer":"app-pages-browser"},"startTime":1787039774299,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":52872,"timestamp":520721182825,"id":7955,"parentId":7541,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-sankey/node_modules/d3-shape/src/pie.js","layer":"app-pages-browser"},"startTime":1787039774299,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":53163,"timestamp":520721182891,"id":7956,"parentId":7541,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-sankey/node_modules/d3-shape/src/areaRadial.js","layer":"app-pages-browser"},"startTime":1787039774299,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":53457,"timestamp":520721182958,"id":7957,"parentId":7541,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-sankey/node_modules/d3-shape/src/lineRadial.js","layer":"app-pages-browser"},"startTime":1787039774300,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":53674,"timestamp":520721183024,"id":7958,"parentId":7541,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-sankey/node_modules/d3-shape/src/pointRadial.js","layer":"app-pages-browser"},"startTime":1787039774300,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":54021,"timestamp":520721183091,"id":7959,"parentId":7541,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-sankey/node_modules/d3-shape/src/symbol.js","layer":"app-pages-browser"},"startTime":1787039774300,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":40694,"timestamp":520721201218,"id":7960,"parentId":7532,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-transition/src/selection/interrupt.js","layer":"app-pages-browser"},"startTime":1787039774318,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":41305,"timestamp":520721201434,"id":7962,"parentId":7533,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-transition/src/transition/attr.js","layer":"app-pages-browser"},"startTime":1787039774318,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":41863,"timestamp":520721201356,"id":7961,"parentId":7532,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-transition/src/selection/transition.js","layer":"app-pages-browser"},"startTime":1787039774318,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":41971,"timestamp":520721201570,"id":7964,"parentId":7533,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-transition/src/transition/duration.js","layer":"app-pages-browser"},"startTime":1787039774318,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":42131,"timestamp":520721201699,"id":7966,"parentId":7533,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-transition/src/transition/ease.js","layer":"app-pages-browser"},"startTime":1787039774318,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":42376,"timestamp":520721201828,"id":7968,"parentId":7533,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-transition/src/transition/filter.js","layer":"app-pages-browser"},"startTime":1787039774318,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":42730,"timestamp":520721201763,"id":7967,"parentId":7533,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-transition/src/transition/easeVarying.js","layer":"app-pages-browser"},"startTime":1787039774318,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":42773,"timestamp":520721202082,"id":7972,"parentId":7533,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-transition/src/transition/select.js","layer":"app-pages-browser"},"startTime":1787039774319,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":43760,"timestamp":520721201503,"id":7963,"parentId":7533,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-transition/src/transition/attrTween.js","layer":"app-pages-browser"},"startTime":1787039774318,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":43944,"timestamp":520721201635,"id":7965,"parentId":7533,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-transition/src/transition/delay.js","layer":"app-pages-browser"},"startTime":1787039774318,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":43909,"timestamp":520721202019,"id":7971,"parentId":7533,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-transition/src/transition/remove.js","layer":"app-pages-browser"},"startTime":1787039774319,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":44371,"timestamp":520721201892,"id":7969,"parentId":7533,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-transition/src/transition/merge.js","layer":"app-pages-browser"},"startTime":1787039774318,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":44704,"timestamp":520721201956,"id":7970,"parentId":7533,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-transition/src/transition/on.js","layer":"app-pages-browser"},"startTime":1787039774319,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":44653,"timestamp":520721202257,"id":7974,"parentId":7533,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-transition/src/transition/selection.js","layer":"app-pages-browser"},"startTime":1787039774319,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":45150,"timestamp":520721202325,"id":7975,"parentId":7533,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-transition/src/transition/style.js","layer":"app-pages-browser"},"startTime":1787039774319,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":45318,"timestamp":520721202454,"id":7977,"parentId":7533,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-transition/src/transition/text.js","layer":"app-pages-browser"},"startTime":1787039774319,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":46036,"timestamp":520721202166,"id":7973,"parentId":7533,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-transition/src/transition/selectAll.js","layer":"app-pages-browser"},"startTime":1787039774319,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":46152,"timestamp":520721202391,"id":7976,"parentId":7533,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-transition/src/transition/styleTween.js","layer":"app-pages-browser"},"startTime":1787039774319,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":46311,"timestamp":520721202582,"id":7979,"parentId":7533,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-transition/src/transition/transition.js","layer":"app-pages-browser"},"startTime":1787039774319,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":46782,"timestamp":520721202647,"id":7980,"parentId":7533,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-transition/src/transition/tween.js","layer":"app-pages-browser"},"startTime":1787039774319,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":47165,"timestamp":520721202775,"id":7982,"parentId":7541,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-sankey/node_modules/d3-shape/src/stack.js","layer":"app-pages-browser"},"startTime":1787039774319,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":47562,"timestamp":520721202711,"id":7981,"parentId":7533,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-transition/src/transition/end.js","layer":"app-pages-browser"},"startTime":1787039774319,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":47738,"timestamp":520721202840,"id":7983,"parentId":7542,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-sankey/node_modules/d3-array/src/bisect.js","layer":"app-pages-browser"},"startTime":1787039774319,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":47843,"timestamp":520721203032,"id":7986,"parentId":7542,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-sankey/node_modules/d3-array/src/count.js","layer":"app-pages-browser"},"startTime":1787039774320,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":48179,"timestamp":520721202905,"id":7984,"parentId":7542,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-sankey/node_modules/d3-array/src/ascending.js","layer":"app-pages-browser"},"startTime":1787039774319,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":48343,"timestamp":520721203096,"id":7987,"parentId":7542,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-sankey/node_modules/d3-array/src/cross.js","layer":"app-pages-browser"},"startTime":1787039774320,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":48884,"timestamp":520721202969,"id":7985,"parentId":7542,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-sankey/node_modules/d3-array/src/bisector.js","layer":"app-pages-browser"},"startTime":1787039774320,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":49671,"timestamp":520721202519,"id":7978,"parentId":7533,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-transition/src/transition/textTween.js","layer":"app-pages-browser"},"startTime":1787039774319,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":50169,"timestamp":520721211307,"id":7988,"parentId":7542,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-sankey/node_modules/d3-array/src/cumsum.js","layer":"app-pages-browser"},"startTime":1787039774328,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":50274,"timestamp":520721211443,"id":7989,"parentId":7542,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-sankey/node_modules/d3-array/src/descending.js","layer":"app-pages-browser"},"startTime":1787039774328,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":50611,"timestamp":520721211659,"id":7992,"parentId":7542,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-sankey/node_modules/d3-array/src/fsum.js","layer":"app-pages-browser"},"startTime":1787039774328,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":51701,"timestamp":520721211921,"id":7996,"parentId":7534,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/mdast-util-gfm-autolink-literal/lib/index.js","layer":"app-pages-browser"},"startTime":1787039774328,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":52461,"timestamp":520721211987,"id":7997,"parentId":7537,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/mdast-util-gfm-table/lib/index.js","layer":"app-pages-browser"},"startTime":1787039774329,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":53178,"timestamp":520721211592,"id":7991,"parentId":7542,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-sankey/node_modules/d3-array/src/extent.js","layer":"app-pages-browser"},"startTime":1787039774328,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":53515,"timestamp":520721211725,"id":7993,"parentId":7542,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-sankey/node_modules/d3-array/src/group.js","layer":"app-pages-browser"},"startTime":1787039774328,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":53699,"timestamp":520721212180,"id":7999,"parentId":7536,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/mdast-util-gfm-footnote/lib/index.js","layer":"app-pages-browser"},"startTime":1787039774329,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":54406,"timestamp":520721211790,"id":7994,"parentId":7542,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-sankey/node_modules/d3-array/src/groupSort.js","layer":"app-pages-browser"},"startTime":1787039774328,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":54954,"timestamp":520721211854,"id":7995,"parentId":7542,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-sankey/node_modules/d3-array/src/bin.js","layer":"app-pages-browser"},"startTime":1787039774328,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":55524,"timestamp":520721211523,"id":7990,"parentId":7542,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-sankey/node_modules/d3-array/src/deviation.js","layer":"app-pages-browser"},"startTime":1787039774328,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":56108,"timestamp":520721212109,"id":7998,"parentId":7535,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/mdast-util-gfm-strikethrough/lib/index.js","layer":"app-pages-browser"},"startTime":1787039774329,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":56553,"timestamp":520721212245,"id":8000,"parentId":7538,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/mdast-util-gfm-task-list-item/lib/index.js","layer":"app-pages-browser"},"startTime":1787039774329,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":57040,"timestamp":520721212331,"id":8001,"parentId":7541,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-sankey/node_modules/d3-shape/src/link/index.js","layer":"app-pages-browser"},"startTime":1787039774329,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":48129,"timestamp":520721228538,"id":8004,"parentId":7541,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-sankey/node_modules/d3-shape/src/symbol/diamond.js","layer":"app-pages-browser"},"startTime":1787039774345,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":48476,"timestamp":520721228459,"id":8003,"parentId":7541,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-sankey/node_modules/d3-shape/src/symbol/cross.js","layer":"app-pages-browser"},"startTime":1787039774345,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":48889,"timestamp":520721228298,"id":8002,"parentId":7541,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-sankey/node_modules/d3-shape/src/symbol/circle.js","layer":"app-pages-browser"},"startTime":1787039774345,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":48819,"timestamp":520721228607,"id":8005,"parentId":7541,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-sankey/node_modules/d3-shape/src/symbol/square.js","layer":"app-pages-browser"},"startTime":1787039774345,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":49093,"timestamp":520721228674,"id":8006,"parentId":7541,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-sankey/node_modules/d3-shape/src/symbol/star.js","layer":"app-pages-browser"},"startTime":1787039774345,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":49267,"timestamp":520721228741,"id":8007,"parentId":7541,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-sankey/node_modules/d3-shape/src/symbol/triangle.js","layer":"app-pages-browser"},"startTime":1787039774345,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":49510,"timestamp":520721228807,"id":8008,"parentId":7541,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-sankey/node_modules/d3-shape/src/symbol/wye.js","layer":"app-pages-browser"},"startTime":1787039774345,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":49879,"timestamp":520721228895,"id":8009,"parentId":7541,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-sankey/node_modules/d3-shape/src/curve/basisClosed.js","layer":"app-pages-browser"},"startTime":1787039774345,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":50238,"timestamp":520721228972,"id":8010,"parentId":7541,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-sankey/node_modules/d3-shape/src/curve/basisOpen.js","layer":"app-pages-browser"},"startTime":1787039774346,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":50632,"timestamp":520721229041,"id":8011,"parentId":7541,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-sankey/node_modules/d3-shape/src/curve/basis.js","layer":"app-pages-browser"},"startTime":1787039774346,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":50997,"timestamp":520721229107,"id":8012,"parentId":7541,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-sankey/node_modules/d3-shape/src/curve/bundle.js","layer":"app-pages-browser"},"startTime":1787039774346,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":51380,"timestamp":520721229174,"id":8013,"parentId":7541,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-sankey/node_modules/d3-shape/src/curve/cardinalClosed.js","layer":"app-pages-browser"},"startTime":1787039774346,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":51730,"timestamp":520721229240,"id":8014,"parentId":7541,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-sankey/node_modules/d3-shape/src/curve/cardinalOpen.js","layer":"app-pages-browser"},"startTime":1787039774346,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":52142,"timestamp":520721229309,"id":8015,"parentId":7541,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-sankey/node_modules/d3-shape/src/curve/cardinal.js","layer":"app-pages-browser"},"startTime":1787039774346,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":52584,"timestamp":520721229374,"id":8016,"parentId":7541,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-sankey/node_modules/d3-shape/src/curve/catmullRomClosed.js","layer":"app-pages-browser"},"startTime":1787039774346,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":52988,"timestamp":520721229441,"id":8017,"parentId":7541,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-sankey/node_modules/d3-shape/src/curve/catmullRomOpen.js","layer":"app-pages-browser"},"startTime":1787039774346,"traceId":"e4388ff8d15aa6e1"}]
|
|
36
|
+
[{"name":"build-module-js","duration":53129,"timestamp":520721229595,"id":8019,"parentId":7541,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-sankey/node_modules/d3-shape/src/curve/linearClosed.js","layer":"app-pages-browser"},"startTime":1787039774346,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":55725,"timestamp":520721229520,"id":8018,"parentId":7541,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-sankey/node_modules/d3-shape/src/curve/catmullRom.js","layer":"app-pages-browser"},"startTime":1787039774346,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":56061,"timestamp":520721229665,"id":8020,"parentId":7541,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-sankey/node_modules/d3-shape/src/curve/linear.js","layer":"app-pages-browser"},"startTime":1787039774346,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":57126,"timestamp":520721229781,"id":8021,"parentId":7541,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-sankey/node_modules/d3-shape/src/curve/monotone.js","layer":"app-pages-browser"},"startTime":1787039774346,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":57493,"timestamp":520721229924,"id":8023,"parentId":7541,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-sankey/node_modules/d3-shape/src/curve/step.js","layer":"app-pages-browser"},"startTime":1787039774347,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":58318,"timestamp":520721229858,"id":8022,"parentId":7541,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-sankey/node_modules/d3-shape/src/curve/natural.js","layer":"app-pages-browser"},"startTime":1787039774346,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":55023,"timestamp":520721239423,"id":8025,"parentId":7541,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-sankey/node_modules/d3-shape/src/offset/expand.js","layer":"app-pages-browser"},"startTime":1787039774356,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":55203,"timestamp":520721239571,"id":8027,"parentId":7541,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-sankey/node_modules/d3-shape/src/offset/none.js","layer":"app-pages-browser"},"startTime":1787039774356,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":55433,"timestamp":520721239637,"id":8028,"parentId":7541,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-sankey/node_modules/d3-shape/src/offset/silhouette.js","layer":"app-pages-browser"},"startTime":1787039774356,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":55992,"timestamp":520721239499,"id":8026,"parentId":7541,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-sankey/node_modules/d3-shape/src/offset/diverging.js","layer":"app-pages-browser"},"startTime":1787039774356,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":56001,"timestamp":520721239888,"id":8031,"parentId":7541,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-sankey/node_modules/d3-shape/src/order/ascending.js","layer":"app-pages-browser"},"startTime":1787039774356,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":56605,"timestamp":520721239704,"id":8029,"parentId":7541,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-sankey/node_modules/d3-shape/src/offset/wiggle.js","layer":"app-pages-browser"},"startTime":1787039774356,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":56837,"timestamp":520721239772,"id":8030,"parentId":7541,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-sankey/node_modules/d3-shape/src/order/appearance.js","layer":"app-pages-browser"},"startTime":1787039774356,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":56872,"timestamp":520721239966,"id":8032,"parentId":7541,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-sankey/node_modules/d3-shape/src/order/descending.js","layer":"app-pages-browser"},"startTime":1787039774357,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":57957,"timestamp":520721239299,"id":8024,"parentId":7542,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-sankey/node_modules/d3-array/src/max.js","layer":"app-pages-browser"},"startTime":1787039774356,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":57479,"timestamp":520721240088,"id":8033,"parentId":7541,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-sankey/node_modules/d3-shape/src/order/insideOut.js","layer":"app-pages-browser"},"startTime":1787039774357,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":57692,"timestamp":520721240211,"id":8034,"parentId":7541,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-sankey/node_modules/d3-shape/src/order/none.js","layer":"app-pages-browser"},"startTime":1787039774357,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":57851,"timestamp":520721240348,"id":8036,"parentId":7542,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-sankey/node_modules/d3-array/src/maxIndex.js","layer":"app-pages-browser"},"startTime":1787039774357,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":58160,"timestamp":520721240282,"id":8035,"parentId":7541,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-sankey/node_modules/d3-shape/src/order/reverse.js","layer":"app-pages-browser"},"startTime":1787039774357,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":9451,"timestamp":520721291444,"id":8076,"parentId":7621,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_SetCache.js","layer":"app-pages-browser"},"startTime":1787039774408,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":9445,"timestamp":520721291650,"id":8077,"parentId":7621,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_arrayIncludes.js","layer":"app-pages-browser"},"startTime":1787039774408,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":9548,"timestamp":520721291812,"id":8078,"parentId":7621,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_arrayIncludesWith.js","layer":"app-pages-browser"},"startTime":1787039774408,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":9937,"timestamp":520721291953,"id":8079,"parentId":7621,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_cacheHas.js","layer":"app-pages-browser"},"startTime":1787039774409,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":49012,"timestamp":520721257607,"id":8037,"parentId":7542,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-sankey/node_modules/d3-array/src/mean.js","layer":"app-pages-browser"},"startTime":1787039774374,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":37967,"timestamp":520721272438,"id":8040,"parentId":7542,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-sankey/node_modules/d3-array/src/min.js","layer":"app-pages-browser"},"startTime":1787039774389,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":38447,"timestamp":520721272238,"id":8038,"parentId":7542,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-sankey/node_modules/d3-array/src/median.js","layer":"app-pages-browser"},"startTime":1787039774389,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":38575,"timestamp":520721272364,"id":8039,"parentId":7542,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-sankey/node_modules/d3-array/src/merge.js","layer":"app-pages-browser"},"startTime":1787039774389,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":38725,"timestamp":520721272506,"id":8041,"parentId":7542,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-sankey/node_modules/d3-array/src/minIndex.js","layer":"app-pages-browser"},"startTime":1787039774389,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":38890,"timestamp":520721272639,"id":8043,"parentId":7542,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-sankey/node_modules/d3-array/src/pairs.js","layer":"app-pages-browser"},"startTime":1787039774389,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":39259,"timestamp":520721272574,"id":8042,"parentId":7542,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-sankey/node_modules/d3-array/src/nice.js","layer":"app-pages-browser"},"startTime":1787039774389,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":39479,"timestamp":520721272836,"id":8046,"parentId":7542,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-sankey/node_modules/d3-array/src/quickselect.js","layer":"app-pages-browser"},"startTime":1787039774389,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":39836,"timestamp":520721272704,"id":8044,"parentId":7542,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-sankey/node_modules/d3-array/src/permute.js","layer":"app-pages-browser"},"startTime":1787039774389,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":39922,"timestamp":520721272901,"id":8047,"parentId":7542,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-sankey/node_modules/d3-array/src/range.js","layer":"app-pages-browser"},"startTime":1787039774389,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":40443,"timestamp":520721272769,"id":8045,"parentId":7542,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-sankey/node_modules/d3-array/src/quantile.js","layer":"app-pages-browser"},"startTime":1787039774389,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":40575,"timestamp":520721272966,"id":8048,"parentId":7542,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-sankey/node_modules/d3-array/src/least.js","layer":"app-pages-browser"},"startTime":1787039774390,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":40802,"timestamp":520721273031,"id":8049,"parentId":7542,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-sankey/node_modules/d3-array/src/leastIndex.js","layer":"app-pages-browser"},"startTime":1787039774390,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":40974,"timestamp":520721273167,"id":8051,"parentId":7542,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-sankey/node_modules/d3-array/src/greatest.js","layer":"app-pages-browser"},"startTime":1787039774390,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":41038,"timestamp":520721273358,"id":8054,"parentId":7542,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-sankey/node_modules/d3-array/src/sum.js","layer":"app-pages-browser"},"startTime":1787039774390,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":41579,"timestamp":520721273102,"id":8050,"parentId":7542,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-sankey/node_modules/d3-array/src/greatestIndex.js","layer":"app-pages-browser"},"startTime":1787039774390,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":41681,"timestamp":520721273295,"id":8053,"parentId":7542,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-sankey/node_modules/d3-array/src/shuffle.js","layer":"app-pages-browser"},"startTime":1787039774390,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":42080,"timestamp":520721273420,"id":8055,"parentId":7542,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-sankey/node_modules/d3-array/src/ticks.js","layer":"app-pages-browser"},"startTime":1787039774390,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":42291,"timestamp":520721273508,"id":8056,"parentId":7542,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-sankey/node_modules/d3-array/src/transpose.js","layer":"app-pages-browser"},"startTime":1787039774390,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":44059,"timestamp":520721273744,"id":8058,"parentId":7542,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-sankey/node_modules/d3-array/src/zip.js","layer":"app-pages-browser"},"startTime":1787039774390,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":44639,"timestamp":520721273651,"id":8057,"parentId":7542,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-sankey/node_modules/d3-array/src/variance.js","layer":"app-pages-browser"},"startTime":1787039774390,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":45328,"timestamp":520721273230,"id":8052,"parentId":7542,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-sankey/node_modules/d3-array/src/scan.js","layer":"app-pages-browser"},"startTime":1787039774390,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":44995,"timestamp":520721273813,"id":8059,"parentId":7542,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-sankey/node_modules/d3-array/src/every.js","layer":"app-pages-browser"},"startTime":1787039774390,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":45109,"timestamp":520721273946,"id":8061,"parentId":7542,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-sankey/node_modules/d3-array/src/filter.js","layer":"app-pages-browser"},"startTime":1787039774391,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":45307,"timestamp":520721274011,"id":8062,"parentId":7542,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-sankey/node_modules/d3-array/src/map.js","layer":"app-pages-browser"},"startTime":1787039774391,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":45852,"timestamp":520721274076,"id":8063,"parentId":7542,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-sankey/node_modules/d3-array/src/reduce.js","layer":"app-pages-browser"},"startTime":1787039774391,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":46311,"timestamp":520721273882,"id":8060,"parentId":7542,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-sankey/node_modules/d3-array/src/some.js","layer":"app-pages-browser"},"startTime":1787039774390,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":17585,"timestamp":520721309319,"id":8119,"parentId":7635,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_getFuncName.js","layer":"app-pages-browser"},"startTime":1787039774426,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":18099,"timestamp":520721309146,"id":8118,"parentId":7636,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_createBaseEach.js","layer":"app-pages-browser"},"startTime":1787039774426,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":18990,"timestamp":520721309482,"id":8120,"parentId":7635,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_isLaziable.js","layer":"app-pages-browser"},"startTime":1787039774426,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":19066,"timestamp":520721309616,"id":8121,"parentId":7640,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_createBaseFor.js","layer":"app-pages-browser"},"startTime":1787039774426,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":38713,"timestamp":520721290508,"id":8064,"parentId":7542,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-sankey/node_modules/d3-array/src/reverse.js","layer":"app-pages-browser"},"startTime":1787039774407,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":38530,"timestamp":520721290961,"id":8069,"parentId":7542,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-sankey/node_modules/d3-array/src/threshold/freedmanDiaconis.js","layer":"app-pages-browser"},"startTime":1787039774408,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":39226,"timestamp":520721290673,"id":8065,"parentId":7542,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-sankey/node_modules/d3-array/src/sort.js","layer":"app-pages-browser"},"startTime":1787039774407,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":39396,"timestamp":520721290754,"id":8066,"parentId":7542,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-sankey/node_modules/d3-array/src/difference.js","layer":"app-pages-browser"},"startTime":1787039774407,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":39599,"timestamp":520721290825,"id":8067,"parentId":7542,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-sankey/node_modules/d3-array/src/disjoint.js","layer":"app-pages-browser"},"startTime":1787039774407,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":39546,"timestamp":520721291107,"id":8071,"parentId":7542,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-sankey/node_modules/d3-array/src/threshold/sturges.js","layer":"app-pages-browser"},"startTime":1787039774408,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":39688,"timestamp":520721291176,"id":8072,"parentId":7542,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-sankey/node_modules/d3-array/src/subset.js","layer":"app-pages-browser"},"startTime":1787039774408,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":41432,"timestamp":520721291038,"id":8070,"parentId":7542,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-sankey/node_modules/d3-array/src/threshold/scott.js","layer":"app-pages-browser"},"startTime":1787039774408,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":41864,"timestamp":520721290894,"id":8068,"parentId":7542,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-sankey/node_modules/d3-array/src/intersection.js","layer":"app-pages-browser"},"startTime":1787039774407,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":42537,"timestamp":520721291308,"id":8074,"parentId":7542,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-sankey/node_modules/d3-array/src/union.js","layer":"app-pages-browser"},"startTime":1787039774408,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":42921,"timestamp":520721291374,"id":8075,"parentId":7549,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/@iconify/utils/lib/emoji/test/name.js","layer":"app-pages-browser"},"startTime":1787039774408,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":43335,"timestamp":520721291243,"id":8073,"parentId":7542,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-sankey/node_modules/d3-array/src/superset.js","layer":"app-pages-browser"},"startTime":1787039774408,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":11715,"timestamp":520721323049,"id":8122,"parentId":7650,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_strictIndexOf.js","layer":"app-pages-browser"},"startTime":1787039774440,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":11605,"timestamp":520721323329,"id":8123,"parentId":7653,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_baseInverter.js","layer":"app-pages-browser"},"startTime":1787039774440,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":11629,"timestamp":520721323489,"id":8124,"parentId":7654,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_parent.js","layer":"app-pages-browser"},"startTime":1787039774440,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":11639,"timestamp":520721323623,"id":8125,"parentId":7658,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_freeGlobal.js","layer":"app-pages-browser"},"startTime":1787039774440,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":11757,"timestamp":520721323753,"id":8126,"parentId":7659,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_getRawTag.js","layer":"app-pages-browser"},"startTime":1787039774440,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":11482,"timestamp":520721324181,"id":8129,"parentId":7663,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_nativeKeys.js","layer":"app-pages-browser"},"startTime":1787039774441,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":11947,"timestamp":520721323861,"id":8127,"parentId":7659,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_objectToString.js","layer":"app-pages-browser"},"startTime":1787039774440,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":12449,"timestamp":520721323962,"id":8128,"parentId":7662,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_baseIsEqualDeep.js","layer":"app-pages-browser"},"startTime":1787039774441,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":12134,"timestamp":520721324444,"id":8131,"parentId":7664,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_Map.js","layer":"app-pages-browser"},"startTime":1787039774441,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":12193,"timestamp":520721324543,"id":8132,"parentId":7664,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_Promise.js","layer":"app-pages-browser"},"startTime":1787039774441,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":12545,"timestamp":520721324339,"id":8130,"parentId":7664,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_DataView.js","layer":"app-pages-browser"},"startTime":1787039774441,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":12382,"timestamp":520721324637,"id":8133,"parentId":7664,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_Set.js","layer":"app-pages-browser"},"startTime":1787039774441,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":12421,"timestamp":520721324729,"id":8134,"parentId":7664,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_WeakMap.js","layer":"app-pages-browser"},"startTime":1787039774441,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":12505,"timestamp":520721324821,"id":8135,"parentId":7664,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_toSource.js","layer":"app-pages-browser"},"startTime":1787039774441,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":19341,"timestamp":520721324921,"id":8136,"parentId":7667,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_isStrictComparable.js","layer":"app-pages-browser"},"startTime":1787039774442,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":19565,"timestamp":520721325049,"id":8137,"parentId":7668,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_isMasked.js","layer":"app-pages-browser"},"startTime":1787039774442,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":19634,"timestamp":520721325165,"id":8138,"parentId":7669,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_coreJsData.js","layer":"app-pages-browser"},"startTime":1787039774442,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":19690,"timestamp":520721325268,"id":8139,"parentId":7670,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_overArg.js","layer":"app-pages-browser"},"startTime":1787039774442,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":19786,"timestamp":520721325367,"id":8140,"parentId":7676,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_nativeKeysIn.js","layer":"app-pages-browser"},"startTime":1787039774442,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":19803,"timestamp":520721325560,"id":8142,"parentId":7689,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_mapCacheClear.js","layer":"app-pages-browser"},"startTime":1787039774442,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":20077,"timestamp":520721325463,"id":8141,"parentId":7685,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_matchesStrictComparable.js","layer":"app-pages-browser"},"startTime":1787039774442,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":20082,"timestamp":520721325656,"id":8143,"parentId":7689,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_mapCacheDelete.js","layer":"app-pages-browser"},"startTime":1787039774442,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":20045,"timestamp":520721325879,"id":8145,"parentId":7689,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_mapCacheHas.js","layer":"app-pages-browser"},"startTime":1787039774442,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":20320,"timestamp":520721325756,"id":8144,"parentId":7689,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_mapCacheGet.js","layer":"app-pages-browser"},"startTime":1787039774442,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":20577,"timestamp":520721325999,"id":8146,"parentId":7689,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_mapCacheSet.js","layer":"app-pages-browser"},"startTime":1787039774443,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":20810,"timestamp":520721326099,"id":8147,"parentId":7690,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_assignMergeValue.js","layer":"app-pages-browser"},"startTime":1787039774443,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":20876,"timestamp":520721326193,"id":8148,"parentId":7690,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_safeGet.js","layer":"app-pages-browser"},"startTime":1787039774443,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":45543,"timestamp":520721302394,"id":8080,"parentId":7573,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/micromark-extension-gfm-table/lib/edit-map.js","layer":"app-pages-browser"},"startTime":1787039774419,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":46059,"timestamp":520721302693,"id":8083,"parentId":7551,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/@iconify/utils/lib/emoji/regex/numbers.js","layer":"app-pages-browser"},"startTime":1787039774419,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":46929,"timestamp":520721302761,"id":8084,"parentId":7551,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/@iconify/utils/lib/emoji/regex/similar.js","layer":"app-pages-browser"},"startTime":1787039774419,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":47961,"timestamp":520721302622,"id":8082,"parentId":7551,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/@iconify/utils/lib/emoji/regex/base.js","layer":"app-pages-browser"},"startTime":1787039774419,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":48144,"timestamp":520721302897,"id":8086,"parentId":7584,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/dagre-d3-es/src/graphlib/alg/dijkstra.js","layer":"app-pages-browser"},"startTime":1787039774419,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":48833,"timestamp":520721302541,"id":8081,"parentId":7573,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/micromark-extension-gfm-table/lib/infer.js","layer":"app-pages-browser"},"startTime":1787039774419,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":48800,"timestamp":520721302963,"id":8087,"parentId":7584,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/dagre-d3-es/src/graphlib/alg/dijkstra-all.js","layer":"app-pages-browser"},"startTime":1787039774420,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":49138,"timestamp":520721303029,"id":8088,"parentId":7584,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/dagre-d3-es/src/graphlib/alg/find-cycles.js","layer":"app-pages-browser"},"startTime":1787039774420,"traceId":"e4388ff8d15aa6e1"}]
|
|
37
|
+
[{"name":"build-module-js","duration":49709,"timestamp":520721302829,"id":8085,"parentId":7584,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/dagre-d3-es/src/graphlib/alg/components.js","layer":"app-pages-browser"},"startTime":1787039774419,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":49880,"timestamp":520721303095,"id":8089,"parentId":7584,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/dagre-d3-es/src/graphlib/alg/floyd-warshall.js","layer":"app-pages-browser"},"startTime":1787039774420,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":50089,"timestamp":520721303160,"id":8090,"parentId":7584,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/dagre-d3-es/src/graphlib/alg/is-acyclic.js","layer":"app-pages-browser"},"startTime":1787039774420,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":50253,"timestamp":520721303225,"id":8091,"parentId":7584,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/dagre-d3-es/src/graphlib/alg/postorder.js","layer":"app-pages-browser"},"startTime":1787039774420,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":50430,"timestamp":520721303290,"id":8092,"parentId":7584,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/dagre-d3-es/src/graphlib/alg/preorder.js","layer":"app-pages-browser"},"startTime":1787039774420,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":51009,"timestamp":520721303487,"id":8095,"parentId":7543,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/hast-util-raw/node_modules/parse5/dist/tree-adapters/default.js","layer":"app-pages-browser"},"startTime":1787039774420,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":51778,"timestamp":520721303555,"id":8096,"parentId":7543,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/hast-util-raw/node_modules/parse5/dist/serializer/index.js","layer":"app-pages-browser"},"startTime":1787039774420,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":52139,"timestamp":520721303620,"id":8097,"parentId":7543,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/hast-util-raw/node_modules/parse5/dist/common/error-codes.js","layer":"app-pages-browser"},"startTime":1787039774420,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":53138,"timestamp":520721303685,"id":8098,"parentId":7543,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/hast-util-raw/node_modules/parse5/dist/common/foreign-content.js","layer":"app-pages-browser"},"startTime":1787039774420,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":57405,"timestamp":520721303749,"id":8099,"parentId":7543,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/hast-util-raw/node_modules/parse5/dist/common/html.js","layer":"app-pages-browser"},"startTime":1787039774420,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":68447,"timestamp":520721303420,"id":8094,"parentId":7543,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/hast-util-raw/node_modules/parse5/dist/parser/index.js","layer":"app-pages-browser"},"startTime":1787039774420,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":77849,"timestamp":520721303882,"id":8101,"parentId":7543,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/hast-util-raw/node_modules/parse5/dist/tokenizer/index.js","layer":"app-pages-browser"},"startTime":1787039774420,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":79092,"timestamp":520721303355,"id":8093,"parentId":7584,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/dagre-d3-es/src/graphlib/alg/prim.js","layer":"app-pages-browser"},"startTime":1787039774420,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":79041,"timestamp":520721303816,"id":8100,"parentId":7543,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/hast-util-raw/node_modules/parse5/dist/common/token.js","layer":"app-pages-browser"},"startTime":1787039774420,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":79366,"timestamp":520721304094,"id":8104,"parentId":7619,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/khroma/dist/color/hex.js","layer":"app-pages-browser"},"startTime":1787039774421,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":80328,"timestamp":520721304025,"id":8103,"parentId":7618,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/khroma/dist/channels/index.js","layer":"app-pages-browser"},"startTime":1787039774421,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":80844,"timestamp":520721303949,"id":8102,"parentId":7619,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/khroma/dist/constants.js","layer":"app-pages-browser"},"startTime":1787039774421,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":45252,"timestamp":520721339825,"id":8150,"parentId":7695,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_baseGetAllKeys.js","layer":"app-pages-browser"},"startTime":1787039774456,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":45368,"timestamp":520721339975,"id":8151,"parentId":7695,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_getSymbolsIn.js","layer":"app-pages-browser"},"startTime":1787039774457,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":46263,"timestamp":520721339583,"id":8149,"parentId":7690,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_baseMergeDeep.js","layer":"app-pages-browser"},"startTime":1787039774456,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":45929,"timestamp":520721340127,"id":8152,"parentId":7697,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_baseSortBy.js","layer":"app-pages-browser"},"startTime":1787039774457,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":45868,"timestamp":520721340390,"id":8154,"parentId":7701,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_asciiSize.js","layer":"app-pages-browser"},"startTime":1787039774457,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":46306,"timestamp":520721340278,"id":8153,"parentId":7697,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_compareMultiple.js","layer":"app-pages-browser"},"startTime":1787039774457,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":46224,"timestamp":520721340600,"id":8156,"parentId":7707,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_baseIndexOfWith.js","layer":"app-pages-browser"},"startTime":1787039774457,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":46779,"timestamp":520721340493,"id":8155,"parentId":7701,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_unicodeSize.js","layer":"app-pages-browser"},"startTime":1787039774457,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":46809,"timestamp":520721340699,"id":8157,"parentId":7712,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_baseRange.js","layer":"app-pages-browser"},"startTime":1787039774457,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":46782,"timestamp":520721340892,"id":8159,"parentId":7731,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_asciiToArray.js","layer":"app-pages-browser"},"startTime":1787039774457,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":47096,"timestamp":520721340796,"id":8158,"parentId":7720,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_shuffleSelf.js","layer":"app-pages-browser"},"startTime":1787039774457,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":47233,"timestamp":520721340988,"id":8160,"parentId":7731,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_unicodeToArray.js","layer":"app-pages-browser"},"startTime":1787039774458,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":47288,"timestamp":520721341108,"id":8161,"parentId":7745,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_baseToPairs.js","layer":"app-pages-browser"},"startTime":1787039774458,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":47292,"timestamp":520721341304,"id":8163,"parentId":7746,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_memoizeCapped.js","layer":"app-pages-browser"},"startTime":1787039774458,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":47615,"timestamp":520721341208,"id":8162,"parentId":7745,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_setToPairs.js","layer":"app-pages-browser"},"startTime":1787039774458,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":47664,"timestamp":520721341401,"id":8164,"parentId":7751,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_createSet.js","layer":"app-pages-browser"},"startTime":1787039774458,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":47818,"timestamp":520721341497,"id":8165,"parentId":7760,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/collection.default.js","layer":"app-pages-browser"},"startTime":1787039774458,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":47656,"timestamp":520721341782,"id":8167,"parentId":7761,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/date.default.js","layer":"app-pages-browser"},"startTime":1787039774458,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":47762,"timestamp":520721341885,"id":8168,"parentId":7762,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/function.default.js","layer":"app-pages-browser"},"startTime":1787039774458,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":48760,"timestamp":520721341654,"id":8166,"parentId":7759,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/array.default.js","layer":"app-pages-browser"},"startTime":1787039774458,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":69572,"timestamp":520721342081,"id":8170,"parentId":7765,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/number.default.js","layer":"app-pages-browser"},"startTime":1787039774459,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":69913,"timestamp":520721342270,"id":8172,"parentId":7766,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/object.default.js","layer":"app-pages-browser"},"startTime":1787039774459,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":70201,"timestamp":520721342179,"id":8171,"parentId":7764,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/math.default.js","layer":"app-pages-browser"},"startTime":1787039774459,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":70746,"timestamp":520721341987,"id":8169,"parentId":7763,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/lang.default.js","layer":"app-pages-browser"},"startTime":1787039774459,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":70681,"timestamp":520721342363,"id":8173,"parentId":7767,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/seq.default.js","layer":"app-pages-browser"},"startTime":1787039774459,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":70838,"timestamp":520721342547,"id":8175,"parentId":7768,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/string.default.js","layer":"app-pages-browser"},"startTime":1787039774459,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":71422,"timestamp":520721342453,"id":8174,"parentId":7769,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/util.default.js","layer":"app-pages-browser"},"startTime":1787039774459,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":71627,"timestamp":520721342638,"id":8176,"parentId":7770,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_composeArgs.js","layer":"app-pages-browser"},"startTime":1787039774459,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":71792,"timestamp":520721342731,"id":8177,"parentId":7770,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_composeArgsRight.js","layer":"app-pages-browser"},"startTime":1787039774459,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":11421,"timestamp":520721404367,"id":8178,"parentId":7770,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_countHolders.js","layer":"app-pages-browser"},"startTime":1787039774521,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":11341,"timestamp":520721404859,"id":8180,"parentId":7770,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_createRecurry.js","layer":"app-pages-browser"},"startTime":1787039774521,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":11785,"timestamp":520721404696,"id":8179,"parentId":7770,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_createCtor.js","layer":"app-pages-browser"},"startTime":1787039774521,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":11849,"timestamp":520721405000,"id":8181,"parentId":7770,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_reorder.js","layer":"app-pages-browser"},"startTime":1787039774522,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":11449,"timestamp":520721405575,"id":8186,"parentId":7927,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_metaMap.js","layer":"app-pages-browser"},"startTime":1787039774522,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":12160,"timestamp":520721405134,"id":8182,"parentId":7773,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_getView.js","layer":"app-pages-browser"},"startTime":1787039774522,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":11807,"timestamp":520721405719,"id":8187,"parentId":7933,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_shortOut.js","layer":"app-pages-browser"},"startTime":1787039774522,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":11332,"timestamp":520721406402,"id":8194,"parentId":7937,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_baseSetToString.js","layer":"app-pages-browser"},"startTime":1787039774523,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":11427,"timestamp":520721406544,"id":8195,"parentId":7934,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_getWrapDetails.js","layer":"app-pages-browser"},"startTime":1787039774523,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":11922,"timestamp":520721406687,"id":8196,"parentId":7934,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_insertWrapDetails.js","layer":"app-pages-browser"},"startTime":1787039774523,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":12215,"timestamp":520721406816,"id":8197,"parentId":7934,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_updateWrapDetails.js","layer":"app-pages-browser"},"startTime":1787039774523,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":12584,"timestamp":520721406944,"id":8198,"parentId":7938,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_getNative.js","layer":"app-pages-browser"},"startTime":1787039774524,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":133365,"timestamp":520721308337,"id":8106,"parentId":7619,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/khroma/dist/color/keyword.js","layer":"app-pages-browser"},"startTime":1787039774425,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":134115,"timestamp":520721308221,"id":8105,"parentId":7619,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/khroma/dist/color/hsl.js","layer":"app-pages-browser"},"startTime":1787039774425,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":134060,"timestamp":520721308544,"id":8109,"parentId":7620,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/khroma/dist/utils/lang.js","layer":"app-pages-browser"},"startTime":1787039774425,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":134646,"timestamp":520721308409,"id":8107,"parentId":7619,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/khroma/dist/color/rgb.js","layer":"app-pages-browser"},"startTime":1787039774425,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":135091,"timestamp":520721308479,"id":8108,"parentId":7620,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/khroma/dist/utils/channel.js","layer":"app-pages-browser"},"startTime":1787039774425,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":135354,"timestamp":520721308608,"id":8110,"parentId":7620,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/khroma/dist/utils/unit.js","layer":"app-pages-browser"},"startTime":1787039774425,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":135893,"timestamp":520721308674,"id":8111,"parentId":7584,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/dagre-d3-es/src/graphlib/alg/tarjan.js","layer":"app-pages-browser"},"startTime":1787039774425,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":136210,"timestamp":520721308741,"id":8112,"parentId":7584,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/dagre-d3-es/src/graphlib/alg/topsort.js","layer":"app-pages-browser"},"startTime":1787039774425,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":136795,"timestamp":520721309005,"id":8116,"parentId":7555,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/hast-util-to-parse5/lib/index.js","layer":"app-pages-browser"},"startTime":1787039774426,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":137731,"timestamp":520721309078,"id":8117,"parentId":7553,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/hast-util-from-parse5/lib/index.js","layer":"app-pages-browser"},"startTime":1787039774426,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":138487,"timestamp":520721308872,"id":8114,"parentId":7594,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/dagre-d3-es/src/dagre/order/resolve-conflicts.js","layer":"app-pages-browser"},"startTime":1787039774425,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":139040,"timestamp":520721308807,"id":8113,"parentId":7594,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/dagre-d3-es/src/dagre/order/barycenter.js","layer":"app-pages-browser"},"startTime":1787039774425,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":139398,"timestamp":520721308938,"id":8115,"parentId":7594,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/dagre-d3-es/src/dagre/order/sort.js","layer":"app-pages-browser"},"startTime":1787039774426,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":16426,"timestamp":520721434508,"id":8201,"parentId":7939,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_stackDelete.js","layer":"app-pages-browser"},"startTime":1787039774551,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":16873,"timestamp":520721434338,"id":8200,"parentId":7939,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_stackClear.js","layer":"app-pages-browser"},"startTime":1787039774551,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":17529,"timestamp":520721434002,"id":8199,"parentId":7939,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_ListCache.js","layer":"app-pages-browser"},"startTime":1787039774551,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":17183,"timestamp":520721434651,"id":8202,"parentId":7939,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_stackGet.js","layer":"app-pages-browser"},"startTime":1787039774551,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":17241,"timestamp":520721434787,"id":8203,"parentId":7939,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_stackHas.js","layer":"app-pages-browser"},"startTime":1787039774551,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":17433,"timestamp":520721434899,"id":8204,"parentId":7939,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_stackSet.js","layer":"app-pages-browser"},"startTime":1787039774551,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":17562,"timestamp":520721435019,"id":8205,"parentId":7941,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_getSymbols.js","layer":"app-pages-browser"},"startTime":1787039774552,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":17670,"timestamp":520721435121,"id":8206,"parentId":7945,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_cloneArrayBuffer.js","layer":"app-pages-browser"},"startTime":1787039774552,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":17753,"timestamp":520721435215,"id":8207,"parentId":7945,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_cloneDataView.js","layer":"app-pages-browser"},"startTime":1787039774552,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":17846,"timestamp":520721435310,"id":8208,"parentId":7945,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_cloneRegExp.js","layer":"app-pages-browser"},"startTime":1787039774552,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":17959,"timestamp":520721435416,"id":8209,"parentId":7945,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_cloneSymbol.js","layer":"app-pages-browser"},"startTime":1787039774552,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":18036,"timestamp":520721435511,"id":8210,"parentId":7945,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_cloneTypedArray.js","layer":"app-pages-browser"},"startTime":1787039774552,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":17213,"timestamp":520721436900,"id":8227,"parentId":8076,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_setCacheAdd.js","layer":"app-pages-browser"},"startTime":1787039774553,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":20564,"timestamp":520721437127,"id":8228,"parentId":8076,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_setCacheHas.js","layer":"app-pages-browser"},"startTime":1787039774554,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":56904,"timestamp":520721405500,"id":8185,"parentId":7775,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/micromark-util-subtokenize/lib/splice-buffer.js","layer":"app-pages-browser"},"startTime":1787039774522,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":57528,"timestamp":520721405286,"id":8183,"parentId":7806,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-format/src/formatDecimal.js","layer":"app-pages-browser"},"startTime":1787039774522,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":57799,"timestamp":520721405414,"id":8184,"parentId":7806,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-format/src/formatRounded.js","layer":"app-pages-browser"},"startTime":1787039774522,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":57454,"timestamp":520721406121,"id":8190,"parentId":7857,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-interpolate/src/transform/decompose.js","layer":"app-pages-browser"},"startTime":1787039774523,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":57854,"timestamp":520721405950,"id":8188,"parentId":7864,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-quadtree/src/quad.js","layer":"app-pages-browser"},"startTime":1787039774523,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":57908,"timestamp":520721406334,"id":8193,"parentId":7607,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/micromark-core-commonmark/index.js","layer":"app-pages-browser"},"startTime":1787039774523,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":58268,"timestamp":520721406190,"id":8191,"parentId":7880,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-selection/src/selection/sparse.js","layer":"app-pages-browser"},"startTime":1787039774523,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":58596,"timestamp":520721406047,"id":8189,"parentId":7879,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-selection/src/constant.js","layer":"app-pages-browser"},"startTime":1787039774523,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":58652,"timestamp":520721406260,"id":8192,"parentId":7608,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/micromark-util-resolve-all/index.js","layer":"app-pages-browser"},"startTime":1787039774523,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":9942,"timestamp":520721458976,"id":8229,"parentId":8128,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_equalArrays.js","layer":"app-pages-browser"},"startTime":1787039774576,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":10174,"timestamp":520721459201,"id":8230,"parentId":8128,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_equalByTag.js","layer":"app-pages-browser"},"startTime":1787039774576,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":10255,"timestamp":520721459515,"id":8231,"parentId":8128,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_equalObjects.js","layer":"app-pages-browser"},"startTime":1787039774576,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":10328,"timestamp":520721459833,"id":8233,"parentId":8142,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_Hash.js","layer":"app-pages-browser"},"startTime":1787039774576,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":15490,"timestamp":520721459970,"id":8234,"parentId":8143,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_getMapData.js","layer":"app-pages-browser"},"startTime":1787039774577,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":40838,"timestamp":520721435603,"id":8211,"parentId":7575,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/micromark-util-classify-character/index.js","layer":"app-pages-browser"},"startTime":1787039774552,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":40840,"timestamp":520721435868,"id":8213,"parentId":7952,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-sankey/node_modules/d3-shape/src/constant.js","layer":"app-pages-browser"},"startTime":1787039774552,"traceId":"e4388ff8d15aa6e1"}]
|
|
38
|
+
[{"name":"build-module-js","duration":41169,"timestamp":520721435950,"id":8214,"parentId":7952,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-sankey/node_modules/d3-shape/src/math.js","layer":"app-pages-browser"},"startTime":1787039774553,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":41600,"timestamp":520721435734,"id":8212,"parentId":7910,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-scale/src/constant.js","layer":"app-pages-browser"},"startTime":1787039774552,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":41457,"timestamp":520721436107,"id":8216,"parentId":7955,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-sankey/node_modules/d3-shape/src/descending.js","layer":"app-pages-browser"},"startTime":1787039774553,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":41725,"timestamp":520721436034,"id":8215,"parentId":7953,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-sankey/node_modules/d3-shape/src/point.js","layer":"app-pages-browser"},"startTime":1787039774553,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":41762,"timestamp":520721436177,"id":8217,"parentId":7955,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-sankey/node_modules/d3-shape/src/identity.js","layer":"app-pages-browser"},"startTime":1787039774553,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":42005,"timestamp":520721436263,"id":8218,"parentId":7956,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-sankey/node_modules/d3-shape/src/curve/radial.js","layer":"app-pages-browser"},"startTime":1787039774553,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":42114,"timestamp":520721436349,"id":8219,"parentId":7982,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-sankey/node_modules/d3-shape/src/array.js","layer":"app-pages-browser"},"startTime":1787039774553,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":42363,"timestamp":520721436421,"id":8220,"parentId":7983,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-sankey/node_modules/d3-array/src/number.js","layer":"app-pages-browser"},"startTime":1787039774553,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":42753,"timestamp":520721436558,"id":8222,"parentId":7542,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-sankey/node_modules/internmap/src/index.js","layer":"app-pages-browser"},"startTime":1787039774553,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":43138,"timestamp":520721436490,"id":8221,"parentId":7962,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-transition/src/transition/interpolate.js","layer":"app-pages-browser"},"startTime":1787039774553,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":43193,"timestamp":520721436624,"id":8223,"parentId":7993,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-sankey/node_modules/d3-array/src/identity.js","layer":"app-pages-browser"},"startTime":1787039774553,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":43359,"timestamp":520721436759,"id":8225,"parentId":7995,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-sankey/node_modules/d3-array/src/constant.js","layer":"app-pages-browser"},"startTime":1787039774553,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":43465,"timestamp":520721436825,"id":8226,"parentId":8009,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-sankey/node_modules/d3-shape/src/noop.js","layer":"app-pages-browser"},"startTime":1787039774553,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":43869,"timestamp":520721436692,"id":8224,"parentId":7995,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-sankey/node_modules/d3-array/src/array.js","layer":"app-pages-browser"},"startTime":1787039774553,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":11114,"timestamp":520721473675,"id":8242,"parentId":8198,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_getValue.js","layer":"app-pages-browser"},"startTime":1787039774590,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":5193,"timestamp":520721482406,"id":8245,"parentId":8199,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_listCacheDelete.js","layer":"app-pages-browser"},"startTime":1787039774599,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":5334,"timestamp":520721482576,"id":8246,"parentId":8199,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_listCacheGet.js","layer":"app-pages-browser"},"startTime":1787039774599,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":5998,"timestamp":520721482180,"id":8244,"parentId":8199,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_listCacheClear.js","layer":"app-pages-browser"},"startTime":1787039774599,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":6246,"timestamp":520721482716,"id":8247,"parentId":8199,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_listCacheHas.js","layer":"app-pages-browser"},"startTime":1787039774599,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":6200,"timestamp":520721482957,"id":8249,"parentId":8206,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_Uint8Array.js","layer":"app-pages-browser"},"startTime":1787039774600,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":6541,"timestamp":520721482848,"id":8248,"parentId":8199,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_listCacheSet.js","layer":"app-pages-browser"},"startTime":1787039774599,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":32072,"timestamp":520721460190,"id":8236,"parentId":8094,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/hast-util-raw/node_modules/parse5/dist/parser/formatting-element-list.js","layer":"app-pages-browser"},"startTime":1787039774577,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":32570,"timestamp":520721460275,"id":8237,"parentId":8094,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/hast-util-raw/node_modules/parse5/dist/common/doctype.js","layer":"app-pages-browser"},"startTime":1787039774577,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":34278,"timestamp":520721460104,"id":8235,"parentId":8094,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/hast-util-raw/node_modules/parse5/dist/parser/open-element-stack.js","layer":"app-pages-browser"},"startTime":1787039774577,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":34956,"timestamp":520721460423,"id":8239,"parentId":8101,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/hast-util-raw/node_modules/parse5/dist/tokenizer/preprocessor.js","layer":"app-pages-browser"},"startTime":1787039774577,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":35552,"timestamp":520721460353,"id":8238,"parentId":8094,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/hast-util-raw/node_modules/parse5/dist/common/unicode.js","layer":"app-pages-browser"},"startTime":1787039774577,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":35898,"timestamp":520721460564,"id":8241,"parentId":8091,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/dagre-d3-es/src/graphlib/alg/dfs.js","layer":"app-pages-browser"},"startTime":1787039774577,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":36450,"timestamp":520721460494,"id":8240,"parentId":8103,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/khroma/dist/channels/type.js","layer":"app-pages-browser"},"startTime":1787039774577,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":37437,"timestamp":520721459730,"id":8232,"parentId":8068,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-sankey/node_modules/d3-array/src/set.js","layer":"app-pages-browser"},"startTime":1787039774576,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":7134,"timestamp":520721498160,"id":8250,"parentId":8233,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_hashClear.js","layer":"app-pages-browser"},"startTime":1787039774615,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":7100,"timestamp":520721498407,"id":8251,"parentId":8233,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_hashDelete.js","layer":"app-pages-browser"},"startTime":1787039774615,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":7154,"timestamp":520721498560,"id":8252,"parentId":8233,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_hashGet.js","layer":"app-pages-browser"},"startTime":1787039774615,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":7735,"timestamp":520721498705,"id":8253,"parentId":8233,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_hashHas.js","layer":"app-pages-browser"},"startTime":1787039774615,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":7936,"timestamp":520721498834,"id":8254,"parentId":8233,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_hashSet.js","layer":"app-pages-browser"},"startTime":1787039774615,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":25558,"timestamp":520721481999,"id":8243,"parentId":8086,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/dagre-d3-es/src/graphlib/data/priority-queue.js","layer":"app-pages-browser"},"startTime":1787039774599,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":6436,"timestamp":520721504476,"id":8255,"parentId":8234,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_isKeyable.js","layer":"app-pages-browser"},"startTime":1787039774621,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":2881,"timestamp":520721512108,"id":8278,"parentId":8245,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_assocIndexOf.js","layer":"app-pages-browser"},"startTime":1787039774629,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":9613,"timestamp":520721507770,"id":8256,"parentId":8193,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/micromark-core-commonmark/lib/attention.js","layer":"app-pages-browser"},"startTime":1787039774624,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":10286,"timestamp":520721508211,"id":8260,"parentId":8193,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/micromark-core-commonmark/lib/code-fenced.js","layer":"app-pages-browser"},"startTime":1787039774625,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":10800,"timestamp":520721508286,"id":8261,"parentId":8193,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/micromark-core-commonmark/lib/code-indented.js","layer":"app-pages-browser"},"startTime":1787039774625,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":11733,"timestamp":520721507918,"id":8257,"parentId":8193,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/micromark-core-commonmark/lib/autolink.js","layer":"app-pages-browser"},"startTime":1787039774624,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":11980,"timestamp":520721508420,"id":8263,"parentId":8193,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/micromark-core-commonmark/lib/code-text.js","layer":"app-pages-browser"},"startTime":1787039774625,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":12710,"timestamp":520721507999,"id":8258,"parentId":8193,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/micromark-core-commonmark/lib/character-escape.js","layer":"app-pages-browser"},"startTime":1787039774625,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":12791,"timestamp":520721508484,"id":8264,"parentId":8193,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/micromark-core-commonmark/lib/definition.js","layer":"app-pages-browser"},"startTime":1787039774625,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":13616,"timestamp":520721508124,"id":8259,"parentId":8193,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/micromark-core-commonmark/lib/block-quote.js","layer":"app-pages-browser"},"startTime":1787039774625,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":13722,"timestamp":520721508740,"id":8268,"parentId":8193,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/micromark-core-commonmark/lib/heading-atx.js","layer":"app-pages-browser"},"startTime":1787039774625,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":15163,"timestamp":520721508804,"id":8269,"parentId":8193,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/micromark-core-commonmark/lib/html-flow.js","layer":"app-pages-browser"},"startTime":1787039774625,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":16222,"timestamp":520721508869,"id":8270,"parentId":8193,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/micromark-core-commonmark/lib/html-text.js","layer":"app-pages-browser"},"startTime":1787039774625,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":17028,"timestamp":520721508355,"id":8262,"parentId":8193,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/micromark-core-commonmark/lib/blank-line.js","layer":"app-pages-browser"},"startTime":1787039774625,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":17581,"timestamp":520721508931,"id":8271,"parentId":8193,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/micromark-core-commonmark/lib/label-end.js","layer":"app-pages-browser"},"startTime":1787039774626,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":18342,"timestamp":520721508613,"id":8266,"parentId":8193,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/micromark-core-commonmark/lib/character-reference.js","layer":"app-pages-browser"},"startTime":1787039774625,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":18909,"timestamp":520721508549,"id":8265,"parentId":8193,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/micromark-core-commonmark/lib/content.js","layer":"app-pages-browser"},"startTime":1787039774625,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":19053,"timestamp":520721508677,"id":8267,"parentId":8193,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/micromark-core-commonmark/lib/hard-break-escape.js","layer":"app-pages-browser"},"startTime":1787039774625,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":19302,"timestamp":520721509270,"id":8275,"parentId":8193,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/micromark-core-commonmark/lib/list.js","layer":"app-pages-browser"},"startTime":1787039774626,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":19823,"timestamp":520721509057,"id":8273,"parentId":8193,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/micromark-core-commonmark/lib/label-start-link.js","layer":"app-pages-browser"},"startTime":1787039774626,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":20204,"timestamp":520721508993,"id":8272,"parentId":8193,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/micromark-core-commonmark/lib/label-start-image.js","layer":"app-pages-browser"},"startTime":1787039774626,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":20447,"timestamp":520721509343,"id":8276,"parentId":8193,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/micromark-core-commonmark/lib/setext-underline.js","layer":"app-pages-browser"},"startTime":1787039774626,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":20897,"timestamp":520721509160,"id":8274,"parentId":8193,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/micromark-core-commonmark/lib/line-ending.js","layer":"app-pages-browser"},"startTime":1787039774626,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":21017,"timestamp":520721509412,"id":8277,"parentId":8193,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/micromark-core-commonmark/lib/thematic-break.js","layer":"app-pages-browser"},"startTime":1787039774626,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":2055,"timestamp":520721534190,"id":8284,"parentId":8250,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/lodash-es/_nativeCreate.js","layer":"app-pages-browser"},"startTime":1787039774651,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":23866,"timestamp":520721513083,"id":8279,"parentId":7935,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/robust-predicates/index.js","layer":"app-pages-browser"},"startTime":1787039774630,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":7226,"timestamp":520721534050,"id":8282,"parentId":7997,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/markdown-table/index.js","layer":"app-pages-browser"},"startTime":1787039774651,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":7772,"timestamp":520721533815,"id":8280,"parentId":7996,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/ccount/index.js","layer":"app-pages-browser"},"startTime":1787039774650,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":7685,"timestamp":520721534121,"id":8283,"parentId":7997,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/mdast-util-to-markdown/index.js","layer":"app-pages-browser"},"startTime":1787039774651,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":8013,"timestamp":520721533966,"id":8281,"parentId":7996,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/mdast-util-find-and-replace/index.js","layer":"app-pages-browser"},"startTime":1787039774651,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":9044,"timestamp":520721536404,"id":8285,"parentId":7952,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-sankey/node_modules/d3-path/src/index.js","layer":"app-pages-browser"},"startTime":1787039774653,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":5944,"timestamp":520721547242,"id":8286,"parentId":8279,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/robust-predicates/esm/orient2d.js","layer":"app-pages-browser"},"startTime":1787039774664,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":9253,"timestamp":520721547392,"id":8287,"parentId":8279,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/robust-predicates/esm/orient3d.js","layer":"app-pages-browser"},"startTime":1787039774664,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":13114,"timestamp":520721547473,"id":8288,"parentId":8279,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/robust-predicates/esm/incircle.js","layer":"app-pages-browser"},"startTime":1787039774664,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":19247,"timestamp":520721547543,"id":8289,"parentId":8279,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/robust-predicates/esm/insphere.js","layer":"app-pages-browser"},"startTime":1787039774664,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":20323,"timestamp":520721547612,"id":8290,"parentId":8117,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/vfile-location/index.js","layer":"app-pages-browser"},"startTime":1787039774664,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":19134,"timestamp":520721550206,"id":8291,"parentId":8283,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/mdast-util-to-markdown/lib/index.js","layer":"app-pages-browser"},"startTime":1787039774667,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":20893,"timestamp":520721550500,"id":8293,"parentId":8101,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/entities/dist/esm/decode.js","layer":"app-pages-browser"},"startTime":1787039774667,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":21832,"timestamp":520721550408,"id":8292,"parentId":8096,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/entities/dist/esm/escape.js","layer":"app-pages-browser"},"startTime":1787039774667,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":24113,"timestamp":520721551369,"id":8294,"parentId":8285,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/d3-sankey/node_modules/d3-path/src/path.js","layer":"app-pages-browser"},"startTime":1787039774668,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":26009,"timestamp":520721551577,"id":8296,"parentId":8281,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/mdast-util-find-and-replace/lib/index.js","layer":"app-pages-browser"},"startTime":1787039774668,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":26611,"timestamp":520721551494,"id":8295,"parentId":8283,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/mdast-util-to-markdown/lib/handle/index.js","layer":"app-pages-browser"},"startTime":1787039774668,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":16232,"timestamp":520721579974,"id":8297,"parentId":8286,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/robust-predicates/esm/util.js","layer":"app-pages-browser"},"startTime":1787039774697,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":15695,"timestamp":520721582865,"id":8299,"parentId":8291,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/mdast-util-to-markdown/lib/configure.js","layer":"app-pages-browser"},"startTime":1787039774699,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":16313,"timestamp":520721582667,"id":8298,"parentId":8293,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/entities/dist/esm/decode-codepoint.js","layer":"app-pages-browser"},"startTime":1787039774699,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":16886,"timestamp":520721583025,"id":8301,"parentId":8291,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/mdast-util-to-markdown/lib/unsafe.js","layer":"app-pages-browser"},"startTime":1787039774700,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":17585,"timestamp":520721582953,"id":8300,"parentId":8291,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/mdast-util-to-markdown/lib/join.js","layer":"app-pages-browser"},"startTime":1787039774700,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":12548,"timestamp":520721591737,"id":8303,"parentId":8293,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/entities/dist/esm/generated/decode-data-html.js","layer":"app-pages-browser"},"startTime":1787039774708,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":13394,"timestamp":520721591581,"id":8302,"parentId":8290,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/vfile-location/lib/index.js","layer":"app-pages-browser"},"startTime":1787039774708,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":13455,"timestamp":520721591821,"id":8304,"parentId":8293,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/entities/dist/esm/generated/decode-data-xml.js","layer":"app-pages-browser"},"startTime":1787039774708,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":13846,"timestamp":520721591893,"id":8305,"parentId":8291,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/mdast-util-to-markdown/lib/util/association.js","layer":"app-pages-browser"},"startTime":1787039774708,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":14250,"timestamp":520721592256,"id":8310,"parentId":8291,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/mdast-util-to-markdown/lib/util/safe.js","layer":"app-pages-browser"},"startTime":1787039774709,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":14823,"timestamp":520721591964,"id":8306,"parentId":8291,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/mdast-util-to-markdown/lib/util/compile-pattern.js","layer":"app-pages-browser"},"startTime":1787039774709,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":15274,"timestamp":520721592046,"id":8307,"parentId":8291,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/mdast-util-to-markdown/lib/util/container-phrasing.js","layer":"app-pages-browser"},"startTime":1787039774709,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":15432,"timestamp":520721592189,"id":8309,"parentId":8291,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/mdast-util-to-markdown/lib/util/indent-lines.js","layer":"app-pages-browser"},"startTime":1787039774709,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":15991,"timestamp":520721592120,"id":8308,"parentId":8291,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/mdast-util-to-markdown/lib/util/container-flow.js","layer":"app-pages-browser"},"startTime":1787039774709,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":16118,"timestamp":520721592323,"id":8311,"parentId":8291,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/mdast-util-to-markdown/lib/util/track.js","layer":"app-pages-browser"},"startTime":1787039774709,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":16307,"timestamp":520721592388,"id":8312,"parentId":8295,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/mdast-util-to-markdown/lib/handle/blockquote.js","layer":"app-pages-browser"},"startTime":1787039774709,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":16540,"timestamp":520721592454,"id":8313,"parentId":8295,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/mdast-util-to-markdown/lib/handle/break.js","layer":"app-pages-browser"},"startTime":1787039774709,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":16951,"timestamp":520721592519,"id":8314,"parentId":8295,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/mdast-util-to-markdown/lib/handle/code.js","layer":"app-pages-browser"},"startTime":1787039774709,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":17396,"timestamp":520721592586,"id":8315,"parentId":8295,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/mdast-util-to-markdown/lib/handle/definition.js","layer":"app-pages-browser"},"startTime":1787039774709,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":17421,"timestamp":520721592783,"id":8318,"parentId":8295,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/mdast-util-to-markdown/lib/handle/html.js","layer":"app-pages-browser"},"startTime":1787039774709,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":17914,"timestamp":520721592652,"id":8316,"parentId":8295,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/mdast-util-to-markdown/lib/handle/emphasis.js","layer":"app-pages-browser"},"startTime":1787039774709,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":18131,"timestamp":520721592848,"id":8319,"parentId":8295,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/mdast-util-to-markdown/lib/handle/image.js","layer":"app-pages-browser"},"startTime":1787039774709,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":18665,"timestamp":520721592718,"id":8317,"parentId":8295,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/mdast-util-to-markdown/lib/handle/heading.js","layer":"app-pages-browser"},"startTime":1787039774709,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":18819,"timestamp":520721592929,"id":8320,"parentId":8295,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/mdast-util-to-markdown/lib/handle/image-reference.js","layer":"app-pages-browser"},"startTime":1787039774710,"traceId":"e4388ff8d15aa6e1"}]
|
|
39
|
+
[{"name":"build-module-js","duration":19175,"timestamp":520721593006,"id":8321,"parentId":8295,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/mdast-util-to-markdown/lib/handle/inline-code.js","layer":"app-pages-browser"},"startTime":1787039774710,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":19417,"timestamp":520721593141,"id":8323,"parentId":8295,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/mdast-util-to-markdown/lib/handle/link-reference.js","layer":"app-pages-browser"},"startTime":1787039774710,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":20064,"timestamp":520721593075,"id":8322,"parentId":8295,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/mdast-util-to-markdown/lib/handle/link.js","layer":"app-pages-browser"},"startTime":1787039774710,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":20452,"timestamp":520721593207,"id":8324,"parentId":8295,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/mdast-util-to-markdown/lib/handle/list.js","layer":"app-pages-browser"},"startTime":1787039774710,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":20811,"timestamp":520721593271,"id":8325,"parentId":8295,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/mdast-util-to-markdown/lib/handle/list-item.js","layer":"app-pages-browser"},"startTime":1787039774710,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":20946,"timestamp":520721593403,"id":8327,"parentId":8295,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/mdast-util-to-markdown/lib/handle/root.js","layer":"app-pages-browser"},"startTime":1787039774710,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":21266,"timestamp":520721593336,"id":8326,"parentId":8295,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/mdast-util-to-markdown/lib/handle/paragraph.js","layer":"app-pages-browser"},"startTime":1787039774710,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":22228,"timestamp":520721593467,"id":8328,"parentId":8295,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/mdast-util-to-markdown/lib/handle/strong.js","layer":"app-pages-browser"},"startTime":1787039774710,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":22417,"timestamp":520721593533,"id":8329,"parentId":8295,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/mdast-util-to-markdown/lib/handle/text.js","layer":"app-pages-browser"},"startTime":1787039774710,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":22742,"timestamp":520721593596,"id":8330,"parentId":8295,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/mdast-util-to-markdown/lib/handle/thematic-break.js","layer":"app-pages-browser"},"startTime":1787039774710,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":24704,"timestamp":520721597268,"id":8331,"parentId":8264,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/micromark-factory-destination/index.js","layer":"app-pages-browser"},"startTime":1787039774714,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":25029,"timestamp":520721597405,"id":8332,"parentId":8264,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/micromark-factory-title/index.js","layer":"app-pages-browser"},"startTime":1787039774714,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":25478,"timestamp":520721597487,"id":8333,"parentId":8264,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/micromark-factory-label/index.js","layer":"app-pages-browser"},"startTime":1787039774714,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":25857,"timestamp":520721597558,"id":8334,"parentId":8264,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/micromark-factory-whitespace/index.js","layer":"app-pages-browser"},"startTime":1787039774714,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":26791,"timestamp":520721599219,"id":8335,"parentId":8269,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/micromark-util-html-tag-name/index.js","layer":"app-pages-browser"},"startTime":1787039774716,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":8587,"timestamp":520721625099,"id":8336,"parentId":8300,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/mdast-util-to-markdown/lib/util/format-code-as-indented.js","layer":"app-pages-browser"},"startTime":1787039774742,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":5098,"timestamp":520721629371,"id":8337,"parentId":8300,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/mdast-util-to-markdown/lib/util/format-heading-as-setext.js","layer":"app-pages-browser"},"startTime":1787039774746,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":5689,"timestamp":520721630431,"id":8338,"parentId":8310,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/mdast-util-to-markdown/lib/util/encode-character-reference.js","layer":"app-pages-browser"},"startTime":1787039774747,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":5743,"timestamp":520721630778,"id":8341,"parentId":8315,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/mdast-util-to-markdown/lib/util/check-quote.js","layer":"app-pages-browser"},"startTime":1787039774747,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":5901,"timestamp":520721630849,"id":8342,"parentId":8316,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/mdast-util-to-markdown/lib/util/check-emphasis.js","layer":"app-pages-browser"},"startTime":1787039774747,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":6432,"timestamp":520721630607,"id":8339,"parentId":8310,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/mdast-util-to-markdown/lib/util/pattern-in-scope.js","layer":"app-pages-browser"},"startTime":1787039774747,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":6396,"timestamp":520721630988,"id":8344,"parentId":8322,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/mdast-util-to-markdown/lib/util/format-link-as-autolink.js","layer":"app-pages-browser"},"startTime":1787039774748,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":6431,"timestamp":520721631197,"id":8347,"parentId":8324,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/mdast-util-to-markdown/lib/util/check-bullet-ordered.js","layer":"app-pages-browser"},"startTime":1787039774748,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":6781,"timestamp":520721631129,"id":8346,"parentId":8324,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/mdast-util-to-markdown/lib/util/check-bullet-other.js","layer":"app-pages-browser"},"startTime":1787039774748,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":7071,"timestamp":520721631060,"id":8345,"parentId":8324,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/mdast-util-to-markdown/lib/util/check-bullet.js","layer":"app-pages-browser"},"startTime":1787039774748,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":7104,"timestamp":520721631266,"id":8348,"parentId":8324,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/mdast-util-to-markdown/lib/util/check-rule.js","layer":"app-pages-browser"},"startTime":1787039774748,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":7763,"timestamp":520721630919,"id":8343,"parentId":8316,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/mdast-util-to-markdown/lib/util/encode-info.js","layer":"app-pages-browser"},"startTime":1787039774747,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":8263,"timestamp":520721630703,"id":8340,"parentId":8314,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/mdast-util-to-markdown/lib/util/check-fence.js","layer":"app-pages-browser"},"startTime":1787039774747,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":7974,"timestamp":520721631333,"id":8349,"parentId":8325,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/mdast-util-to-markdown/lib/util/check-list-item-indent.js","layer":"app-pages-browser"},"startTime":1787039774748,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":8126,"timestamp":520721631403,"id":8350,"parentId":8328,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/mdast-util-to-markdown/lib/util/check-strong.js","layer":"app-pages-browser"},"startTime":1787039774748,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":8277,"timestamp":520721631469,"id":8351,"parentId":8330,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/mdast-util-to-markdown/lib/util/check-rule-repetition.js","layer":"app-pages-browser"},"startTime":1787039774748,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":1191,"timestamp":520721641411,"id":8352,"parentId":8296,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/mdast-util-find-and-replace/node_modules/escape-string-regexp/index.js","layer":"app-pages-browser"},"startTime":1787039774758,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":1026,"timestamp":520721642638,"id":8353,"parentId":8327,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/mdast-util-phrasing/index.js","layer":"app-pages-browser"},"startTime":1787039774759,"traceId":"e4388ff8d15aa6e1"},{"name":"build-module-js","duration":959,"timestamp":520721644371,"id":8354,"parentId":8353,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/mdast-util-phrasing/lib/index.js","layer":"app-pages-browser"},"startTime":1787039774761,"traceId":"e4388ff8d15aa6e1"},{"name":"add-entry","duration":7417053,"timestamp":520714229593,"id":4795,"parentId":4741,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Fwa%2Fproject%2Fpi-web-sky%2Fcomponents%2FAppShell.tsx%22%2C%22ids%22%3A%5B%22AppShell%22%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fwa%2Fproject%2Fpi-web-sky%2Fhooks%2FuseI18n.tsx%22%2C%22ids%22%3A%5B%22I18nProvider%22%5D%7D&server=false!"},"startTime":1787039767346,"traceId":"e4388ff8d15aa6e1"},{"name":"make","duration":7418695,"timestamp":520714228259,"id":4741,"parentId":4740,"tags":{},"startTime":1787039767345,"traceId":"e4388ff8d15aa6e1"},{"name":"chunk-graph","duration":48961,"timestamp":520721858804,"id":8356,"parentId":8355,"tags":{},"startTime":1787039774975,"traceId":"e4388ff8d15aa6e1"},{"name":"optimize-modules","duration":26,"timestamp":520721907893,"id":8358,"parentId":8355,"tags":{},"startTime":1787039775024,"traceId":"e4388ff8d15aa6e1"},{"name":"optimize-chunks","duration":36589,"timestamp":520721912309,"id":8360,"parentId":8355,"tags":{},"startTime":1787039775029,"traceId":"e4388ff8d15aa6e1"},{"name":"optimize-tree","duration":187,"timestamp":520721948996,"id":8361,"parentId":8355,"tags":{},"startTime":1787039775066,"traceId":"e4388ff8d15aa6e1"},{"name":"optimize-chunk-modules","duration":92680,"timestamp":520721949274,"id":8362,"parentId":8355,"tags":{},"startTime":1787039775066,"traceId":"e4388ff8d15aa6e1"},{"name":"optimize","duration":134238,"timestamp":520721907841,"id":8357,"parentId":8355,"tags":{},"startTime":1787039775024,"traceId":"e4388ff8d15aa6e1"},{"name":"module-hash","duration":51402,"timestamp":520722085691,"id":8363,"parentId":8355,"tags":{},"startTime":1787039775202,"traceId":"e4388ff8d15aa6e1"},{"name":"code-generation","duration":910789,"timestamp":520722137176,"id":8364,"parentId":8355,"tags":{},"startTime":1787039775254,"traceId":"e4388ff8d15aa6e1"},{"name":"hash","duration":15150,"timestamp":520723053833,"id":8365,"parentId":8355,"tags":{},"startTime":1787039776170,"traceId":"e4388ff8d15aa6e1"},{"name":"code-generation-jobs","duration":5194,"timestamp":520723068978,"id":8366,"parentId":8355,"tags":{},"startTime":1787039776186,"traceId":"e4388ff8d15aa6e1"},{"name":"module-assets","duration":2188,"timestamp":520723074053,"id":8367,"parentId":8355,"tags":{},"startTime":1787039776191,"traceId":"e4388ff8d15aa6e1"},{"name":"create-chunk-assets","duration":17982,"timestamp":520723076286,"id":8368,"parentId":8355,"tags":{},"startTime":1787039776193,"traceId":"e4388ff8d15aa6e1"},{"name":"NextJsBuildManifest-generateClientManifest","duration":1351,"timestamp":520723103774,"id":8370,"parentId":4740,"tags":{},"startTime":1787039776220,"traceId":"e4388ff8d15aa6e1"},{"name":"NextJsBuildManifest-createassets","duration":2268,"timestamp":520723102868,"id":8369,"parentId":4740,"tags":{},"startTime":1787039776219,"traceId":"e4388ff8d15aa6e1"},{"name":"minify-js","duration":225647,"timestamp":520723154392,"id":8373,"parentId":8371,"tags":{"name":"static/chunks/main-app-bf06f933926ea490.js","cache":"MISS"},"startTime":1787039776271,"traceId":"e4388ff8d15aa6e1"},{"name":"minify-js","duration":225192,"timestamp":520723154923,"id":8375,"parentId":8371,"tags":{"name":"static/chunks/app/_global-error/page-5122fcb329ae2b7e.js","cache":"MISS"},"startTime":1787039776272,"traceId":"e4388ff8d15aa6e1"},{"name":"minify-js","duration":225043,"timestamp":520723155102,"id":8376,"parentId":8371,"tags":{"name":"static/chunks/next/dist/client/components/builtin/not-found-3d617320d2b581eb.js","cache":"MISS"},"startTime":1787039776272,"traceId":"e4388ff8d15aa6e1"},{"name":"minify-js","duration":224842,"timestamp":520723155329,"id":8378,"parentId":8371,"tags":{"name":"static/chunks/next/dist/client/components/builtin/global-error-180220946e83030a.js","cache":"MISS"},"startTime":1787039776272,"traceId":"e4388ff8d15aa6e1"},{"name":"minify-js","duration":224774,"timestamp":520723155419,"id":8379,"parentId":8371,"tags":{"name":"static/chunks/next/dist/client/components/builtin/forbidden-6b2b47386fa8dd8c.js","cache":"MISS"},"startTime":1787039776272,"traceId":"e4388ff8d15aa6e1"},{"name":"minify-js","duration":225029,"timestamp":520723155186,"id":8377,"parentId":8371,"tags":{"name":"static/chunks/app/layout-8c71a30057173cd3.js","cache":"MISS"},"startTime":1787039776272,"traceId":"e4388ff8d15aa6e1"},{"name":"minify-js","duration":225534,"timestamp":520723154704,"id":8374,"parentId":8371,"tags":{"name":"static/chunks/app/_not-found/page-0c103bb398fbc4be.js","cache":"MISS"},"startTime":1787039776271,"traceId":"e4388ff8d15aa6e1"},{"name":"minify-js","duration":224680,"timestamp":520723155584,"id":8380,"parentId":8371,"tags":{"name":"static/chunks/next/dist/client/components/builtin/unauthorized-bdf58a3c2eca5da1.js","cache":"MISS"},"startTime":1787039776272,"traceId":"e4388ff8d15aa6e1"},{"name":"minify-js","duration":224699,"timestamp":520723155674,"id":8381,"parentId":8371,"tags":{"name":"static/chunks/next/dist/client/components/builtin/app-error-b06031484ba73974.js","cache":"MISS"},"startTime":1787039776272,"traceId":"e4388ff8d15aa6e1"},{"name":"minify-js","duration":224603,"timestamp":520723155812,"id":8382,"parentId":8371,"tags":{"name":"static/chunks/app/api/agent/[id]/bash-output/route-a98ca30b7205e276.js","cache":"MISS"},"startTime":1787039776272,"traceId":"e4388ff8d15aa6e1"},{"name":"minify-js","duration":224565,"timestamp":520723155885,"id":8383,"parentId":8371,"tags":{"name":"static/chunks/app/api/agent/[id]/route-32c750891baadc36.js","cache":"MISS"},"startTime":1787039776272,"traceId":"e4388ff8d15aa6e1"},{"name":"minify-js","duration":224526,"timestamp":520723155942,"id":8384,"parentId":8371,"tags":{"name":"static/chunks/app/api/cwd/browse/route-0e14ebd2a2a1cf0f.js","cache":"MISS"},"startTime":1787039776273,"traceId":"e4388ff8d15aa6e1"},{"name":"minify-js","duration":224481,"timestamp":520723156028,"id":8385,"parentId":8371,"tags":{"name":"static/chunks/app/api/cwd/validate/route-4481e945d8c3ca5a.js","cache":"MISS"},"startTime":1787039776273,"traceId":"e4388ff8d15aa6e1"},{"name":"minify-js","duration":224440,"timestamp":520723156094,"id":8386,"parentId":8371,"tags":{"name":"static/chunks/app/api/default-cwd/route-76bb0312313a9f72.js","cache":"MISS"},"startTime":1787039776273,"traceId":"e4388ff8d15aa6e1"},{"name":"minify-js","duration":224402,"timestamp":520723156149,"id":8387,"parentId":8371,"tags":{"name":"static/chunks/app/api/file-index/route-17feff4e337f814a.js","cache":"MISS"},"startTime":1787039776273,"traceId":"e4388ff8d15aa6e1"},{"name":"minify-js","duration":224296,"timestamp":520723156274,"id":8388,"parentId":8371,"tags":{"name":"static/chunks/app/api/files/[...path]/route-a09ca969a3032f96.js","cache":"MISS"},"startTime":1787039776273,"traceId":"e4388ff8d15aa6e1"},{"name":"minify-js","duration":224249,"timestamp":520723156336,"id":8389,"parentId":8371,"tags":{"name":"static/chunks/app/api/git/diff/route-5fe054bdef73fb29.js","cache":"MISS"},"startTime":1787039776273,"traceId":"e4388ff8d15aa6e1"},{"name":"minify-js","duration":224209,"timestamp":520723156398,"id":8390,"parentId":8371,"tags":{"name":"static/chunks/app/api/git/status/route-c78d82ba06456603.js","cache":"MISS"},"startTime":1787039776273,"traceId":"e4388ff8d15aa6e1"},{"name":"minify-js","duration":224187,"timestamp":520723156448,"id":8391,"parentId":8371,"tags":{"name":"static/chunks/app/api/home/route-76de2d9f52175e4e.js","cache":"MISS"},"startTime":1787039776273,"traceId":"e4388ff8d15aa6e1"},{"name":"minify-js","duration":224152,"timestamp":520723156501,"id":8392,"parentId":8371,"tags":{"name":"static/chunks/app/api/sessions/[id]/auto-name/route-9cccbb2553709aa1.js","cache":"MISS"},"startTime":1787039776273,"traceId":"e4388ff8d15aa6e1"},{"name":"minify-js","duration":224125,"timestamp":520723156550,"id":8393,"parentId":8371,"tags":{"name":"static/chunks/app/api/sessions/[id]/context/route-d1d2ccc73c429730.js","cache":"MISS"},"startTime":1787039776273,"traceId":"e4388ff8d15aa6e1"},{"name":"minify-js","duration":224095,"timestamp":520723156597,"id":8394,"parentId":8371,"tags":{"name":"static/chunks/app/api/sessions/[id]/entries/[entryId]/thinking/route-e96a4bc16a0b21b8.js","cache":"MISS"},"startTime":1787039776273,"traceId":"e4388ff8d15aa6e1"},{"name":"minify-js","duration":224057,"timestamp":520723156650,"id":8395,"parentId":8371,"tags":{"name":"static/chunks/app/api/sessions/[id]/route-587df0bef6793900.js","cache":"MISS"},"startTime":1787039776273,"traceId":"e4388ff8d15aa6e1"},{"name":"minify-js","duration":224023,"timestamp":520723156700,"id":8396,"parentId":8371,"tags":{"name":"static/chunks/app/api/sessions/[id]/state/route-36abd8c20486cf8c.js","cache":"MISS"},"startTime":1787039776273,"traceId":"e4388ff8d15aa6e1"},{"name":"minify-js","duration":223990,"timestamp":520723156749,"id":8397,"parentId":8371,"tags":{"name":"static/chunks/app/api/sessions/[id]/todos/route-bcf597bc9a0bb246.js","cache":"MISS"},"startTime":1787039776273,"traceId":"e4388ff8d15aa6e1"},{"name":"minify-js","duration":223951,"timestamp":520723156803,"id":8398,"parentId":8371,"tags":{"name":"static/chunks/app/api/worktrees/route-e0f58e0f9d21c1a8.js","cache":"MISS"},"startTime":1787039776273,"traceId":"e4388ff8d15aa6e1"},{"name":"minify-js","duration":223895,"timestamp":520723156874,"id":8399,"parentId":8371,"tags":{"name":"static/chunks/app/manifest.webmanifest/route-3116a16d7619995e.js","cache":"MISS"},"startTime":1787039776273,"traceId":"e4388ff8d15aa6e1"},{"name":"minify-js","duration":223839,"timestamp":520723156946,"id":8400,"parentId":8371,"tags":{"name":"static/chunks/app/api/agent/running/route-b8df319b0fcee56a.js","cache":"MISS"},"startTime":1787039776274,"traceId":"e4388ff8d15aa6e1"},{"name":"minify-js","duration":223802,"timestamp":520723156999,"id":8401,"parentId":8371,"tags":{"name":"static/chunks/app/api/agent/running/events/route-ee4b22a3e33d9e95.js","cache":"MISS"},"startTime":1787039776274,"traceId":"e4388ff8d15aa6e1"},{"name":"minify-js","duration":223768,"timestamp":520723157048,"id":8402,"parentId":8371,"tags":{"name":"static/chunks/app/api/agent/[id]/events/route-afac6a9d4732243e.js","cache":"MISS"},"startTime":1787039776274,"traceId":"e4388ff8d15aa6e1"},{"name":"minify-js","duration":223710,"timestamp":520723157122,"id":8403,"parentId":8371,"tags":{"name":"static/chunks/app/api/agent/new/route-ab570ab2bc7f348c.js","cache":"MISS"},"startTime":1787039776274,"traceId":"e4388ff8d15aa6e1"},{"name":"minify-js","duration":223638,"timestamp":520723157215,"id":8404,"parentId":8371,"tags":{"name":"static/chunks/app/api/app-update/route-12bc8d1298d7053b.js","cache":"MISS"},"startTime":1787039776274,"traceId":"e4388ff8d15aa6e1"},{"name":"minify-js","duration":223562,"timestamp":520723157307,"id":8405,"parentId":8371,"tags":{"name":"static/chunks/app/api/auth/all-providers/route-65e7e45281b26f5e.js","cache":"MISS"},"startTime":1787039776274,"traceId":"e4388ff8d15aa6e1"},{"name":"minify-js","duration":223497,"timestamp":520723157391,"id":8406,"parentId":8371,"tags":{"name":"static/chunks/app/api/auth/api-key/[provider]/route-c9dcfa3de822b098.js","cache":"MISS"},"startTime":1787039776274,"traceId":"e4388ff8d15aa6e1"},{"name":"minify-js","duration":223326,"timestamp":520723157580,"id":8408,"parentId":8371,"tags":{"name":"static/chunks/app/api/auth/login/[provider]/route-715979a7babfa74f.js","cache":"MISS"},"startTime":1787039776274,"traceId":"e4388ff8d15aa6e1"},{"name":"minify-js","duration":223429,"timestamp":520723157493,"id":8407,"parentId":8371,"tags":{"name":"static/chunks/app/api/auth/logout/[provider]/route-d2caa7dd394d764a.js","cache":"MISS"},"startTime":1787039776274,"traceId":"e4388ff8d15aa6e1"},{"name":"minify-js","duration":223184,"timestamp":520723157754,"id":8410,"parentId":8371,"tags":{"name":"static/chunks/app/api/models-config/catalog/route-d2a74e084fdb073a.js","cache":"MISS"},"startTime":1787039776274,"traceId":"e4388ff8d15aa6e1"},{"name":"minify-js","duration":223290,"timestamp":520723157663,"id":8409,"parentId":8371,"tags":{"name":"static/chunks/app/api/auth/providers/route-61f33a660e18624a.js","cache":"MISS"},"startTime":1787039776274,"traceId":"e4388ff8d15aa6e1"},{"name":"minify-js","duration":223075,"timestamp":520723157894,"id":8412,"parentId":8371,"tags":{"name":"static/chunks/app/api/models-config/discover/route-35204697e3cfbd2b.js","cache":"MISS"},"startTime":1787039776274,"traceId":"e4388ff8d15aa6e1"},{"name":"minify-js","duration":223040,"timestamp":520723157946,"id":8413,"parentId":8371,"tags":{"name":"static/chunks/app/api/models-config/test/route-8089ae04cda15e64.js","cache":"MISS"},"startTime":1787039776275,"traceId":"e4388ff8d15aa6e1"},{"name":"minify-js","duration":223173,"timestamp":520723157827,"id":8411,"parentId":8371,"tags":{"name":"static/chunks/app/api/models-config/route-a0cc6fdcb31f943f.js","cache":"MISS"},"startTime":1787039776274,"traceId":"e4388ff8d15aa6e1"},{"name":"minify-js","duration":223018,"timestamp":520723157996,"id":8414,"parentId":8371,"tags":{"name":"static/chunks/app/api/models/route-5fcd51aaa4ca2075.js","cache":"MISS"},"startTime":1787039776275,"traceId":"e4388ff8d15aa6e1"},{"name":"minify-js","duration":222985,"timestamp":520723158048,"id":8415,"parentId":8371,"tags":{"name":"static/chunks/app/api/project-trust/route-4e8b8d8d0c1ec0c3.js","cache":"MISS"},"startTime":1787039776275,"traceId":"e4388ff8d15aa6e1"},{"name":"minify-js","duration":222892,"timestamp":520723158158,"id":8417,"parentId":8371,"tags":{"name":"static/chunks/app/api/sessions/[id]/export/route-ba0a46c31fc6ea57.js","cache":"MISS"},"startTime":1787039776275,"traceId":"e4388ff8d15aa6e1"},{"name":"minify-js","duration":222960,"timestamp":520723158104,"id":8416,"parentId":8371,"tags":{"name":"static/chunks/app/api/plugins/route-469f40a0aa33d6dd.js","cache":"MISS"},"startTime":1787039776275,"traceId":"e4388ff8d15aa6e1"},{"name":"minify-js","duration":222824,"timestamp":520723158260,"id":8418,"parentId":8371,"tags":{"name":"static/chunks/app/api/sessions/route-3cac66a193cbaacc.js","cache":"MISS"},"startTime":1787039776275,"traceId":"e4388ff8d15aa6e1"},{"name":"minify-js","duration":222789,"timestamp":520723158312,"id":8419,"parentId":8371,"tags":{"name":"static/chunks/app/api/skills/check/route-aff3dab65dc43b48.js","cache":"MISS"},"startTime":1787039776275,"traceId":"e4388ff8d15aa6e1"},{"name":"minify-js","duration":222697,"timestamp":520723158419,"id":8421,"parentId":8371,"tags":{"name":"static/chunks/app/api/skills/route-52c9f9188bb8da43.js","cache":"MISS"},"startTime":1787039776275,"traceId":"e4388ff8d15aa6e1"},{"name":"minify-js","duration":222764,"timestamp":520723158366,"id":8420,"parentId":8371,"tags":{"name":"static/chunks/app/api/skills/install/route-b03850c3caa4b710.js","cache":"MISS"},"startTime":1787039776275,"traceId":"e4388ff8d15aa6e1"},{"name":"minify-js","duration":222677,"timestamp":520723158471,"id":8422,"parentId":8371,"tags":{"name":"static/chunks/app/api/skills/update/route-d8c72e92cf15014b.js","cache":"MISS"},"startTime":1787039776275,"traceId":"e4388ff8d15aa6e1"},{"name":"minify-js","duration":222647,"timestamp":520723158521,"id":8423,"parentId":8371,"tags":{"name":"static/chunks/app/api/skills/search/route-a4926f33a0561ac6.js","cache":"MISS"},"startTime":1787039776275,"traceId":"e4388ff8d15aa6e1"}]
|
|
40
|
+
[{"name":"minify-js","duration":205573,"timestamp":520723175615,"id":8425,"parentId":8371,"tags":{"name":"static/chunks/webpack-f46e6e5af835bbe9.js","cache":"MISS"},"startTime":1787039776292,"traceId":"e4388ff8d15aa6e1"},{"name":"minify-js","duration":240687,"timestamp":520723141000,"id":8372,"parentId":8371,"tags":{"name":"static/chunks/main-57d7683fd3d81246.js","cache":"MISS"},"startTime":1787039776258,"traceId":"e4388ff8d15aa6e1"},{"name":"minify-js","duration":183174,"timestamp":520723198547,"id":8428,"parentId":8371,"tags":{"name":"static/chunks/1781.35ff183dd90c9372.js","cache":"MISS"},"startTime":1787039776315,"traceId":"e4388ff8d15aa6e1"},{"name":"minify-js","duration":183010,"timestamp":520723198730,"id":8429,"parentId":8371,"tags":{"name":"static/chunks/973.e3ba209806c802cb.js","cache":"MISS"},"startTime":1787039776315,"traceId":"e4388ff8d15aa6e1"},{"name":"minify-js","duration":193032,"timestamp":520723188742,"id":8427,"parentId":8371,"tags":{"name":"static/chunks/8200.dfbabf49e8c67093.js","cache":"MISS"},"startTime":1787039776305,"traceId":"e4388ff8d15aa6e1"},{"name":"minify-js","duration":182974,"timestamp":520723198821,"id":8430,"parentId":8371,"tags":{"name":"static/chunks/268.fee88013d446373e.js","cache":"MISS"},"startTime":1787039776315,"traceId":"e4388ff8d15aa6e1"},{"name":"minify-js","duration":182560,"timestamp":520723199261,"id":8431,"parentId":8371,"tags":{"name":"static/chunks/7331.f0bb69f039f8f4cc.js","cache":"MISS"},"startTime":1787039776316,"traceId":"e4388ff8d15aa6e1"},{"name":"minify-js","duration":180538,"timestamp":520723201300,"id":8433,"parentId":8371,"tags":{"name":"static/chunks/4970.f9a7b5eef0e90a7b.js","cache":"MISS"},"startTime":1787039776318,"traceId":"e4388ff8d15aa6e1"},{"name":"minify-js","duration":180383,"timestamp":520723201471,"id":8434,"parentId":8371,"tags":{"name":"static/chunks/3995.66e995f54233b54d.js","cache":"MISS"},"startTime":1787039776318,"traceId":"e4388ff8d15aa6e1"},{"name":"minify-js","duration":181930,"timestamp":520723199953,"id":8432,"parentId":8371,"tags":{"name":"static/chunks/4405.dcde268fbece4c48.js","cache":"MISS"},"startTime":1787039776317,"traceId":"e4388ff8d15aa6e1"},{"name":"minify-js","duration":180315,"timestamp":520723201712,"id":8435,"parentId":8371,"tags":{"name":"static/chunks/3336.8a04b2fc6f9e93ae.js","cache":"MISS"},"startTime":1787039776318,"traceId":"e4388ff8d15aa6e1"},{"name":"minify-js","duration":178926,"timestamp":520723203124,"id":8437,"parentId":8371,"tags":{"name":"static/chunks/8885.7e5391cbe918a4ba.js","cache":"MISS"},"startTime":1787039776320,"traceId":"e4388ff8d15aa6e1"},{"name":"minify-js","duration":178450,"timestamp":520723203626,"id":8438,"parentId":8371,"tags":{"name":"static/chunks/1063.cc5f97bab5c21ba8.js","cache":"MISS"},"startTime":1787039776320,"traceId":"e4388ff8d15aa6e1"},{"name":"minify-js","duration":178344,"timestamp":520723203747,"id":8439,"parentId":8371,"tags":{"name":"static/chunks/3251.e79b29db7f8f131f.js","cache":"MISS"},"startTime":1787039776320,"traceId":"e4388ff8d15aa6e1"},{"name":"minify-js","duration":178215,"timestamp":520723203896,"id":8440,"parentId":8371,"tags":{"name":"static/chunks/6654.3f20582e8945ce1a.js","cache":"MISS"},"startTime":1787039776320,"traceId":"e4388ff8d15aa6e1"},{"name":"minify-js","duration":179786,"timestamp":520723202348,"id":8436,"parentId":8371,"tags":{"name":"static/chunks/3716.0d2a56d29f9eead4.js","cache":"MISS"},"startTime":1787039776319,"traceId":"e4388ff8d15aa6e1"},{"name":"minify-js","duration":177821,"timestamp":520723204329,"id":8442,"parentId":8371,"tags":{"name":"static/chunks/1708.16005710f860f985.js","cache":"MISS"},"startTime":1787039776321,"traceId":"e4388ff8d15aa6e1"},{"name":"minify-js","duration":178180,"timestamp":520723203991,"id":8441,"parentId":8371,"tags":{"name":"static/chunks/1032.36a04721ce222ee1.js","cache":"MISS"},"startTime":1787039776321,"traceId":"e4388ff8d15aa6e1"},{"name":"minify-js","duration":177769,"timestamp":520723204423,"id":8443,"parentId":8371,"tags":{"name":"static/chunks/9698.5de34d2203c9677b.js","cache":"MISS"},"startTime":1787039776321,"traceId":"e4388ff8d15aa6e1"},{"name":"minify-js","duration":177160,"timestamp":520723205058,"id":8444,"parentId":8371,"tags":{"name":"static/chunks/918.96cbb8adb85496b9.js","cache":"MISS"},"startTime":1787039776322,"traceId":"e4388ff8d15aa6e1"},{"name":"minify-js","duration":175931,"timestamp":520723206307,"id":8445,"parentId":8371,"tags":{"name":"static/chunks/2695.b9d1b50932f1a8ac.js","cache":"MISS"},"startTime":1787039776323,"traceId":"e4388ff8d15aa6e1"},{"name":"minify-js","duration":175019,"timestamp":520723207239,"id":8446,"parentId":8371,"tags":{"name":"static/chunks/6794.fc3e4bce7fbefc6f.js","cache":"MISS"},"startTime":1787039776324,"traceId":"e4388ff8d15aa6e1"},{"name":"minify-js","duration":173632,"timestamp":520723208646,"id":8448,"parentId":8371,"tags":{"name":"static/chunks/2480.46a5872944a0d0a5.js","cache":"MISS"},"startTime":1787039776325,"traceId":"e4388ff8d15aa6e1"},{"name":"minify-js","duration":173420,"timestamp":520723208875,"id":8449,"parentId":8371,"tags":{"name":"static/chunks/2539.ee753de41333c1b7.js","cache":"MISS"},"startTime":1787039776325,"traceId":"e4388ff8d15aa6e1"},{"name":"minify-js","duration":174433,"timestamp":520723207884,"id":8447,"parentId":8371,"tags":{"name":"static/chunks/9974.67578d0e27bad830.js","cache":"MISS"},"startTime":1787039776324,"traceId":"e4388ff8d15aa6e1"},{"name":"minify-js","duration":171693,"timestamp":520723210656,"id":8451,"parentId":8371,"tags":{"name":"static/chunks/5681.6fd0327614100098.js","cache":"MISS"},"startTime":1787039776327,"traceId":"e4388ff8d15aa6e1"},{"name":"minify-js","duration":173257,"timestamp":520723209124,"id":8450,"parentId":8371,"tags":{"name":"static/chunks/4238.b458c3d5812fcf1d.js","cache":"MISS"},"startTime":1787039776326,"traceId":"e4388ff8d15aa6e1"},{"name":"minify-js","duration":168207,"timestamp":520723214191,"id":8453,"parentId":8371,"tags":{"name":"static/chunks/2181.71f6bd63cca79dac.js","cache":"MISS"},"startTime":1787039776331,"traceId":"e4388ff8d15aa6e1"},{"name":"minify-js","duration":172828,"timestamp":520723214612,"id":8454,"parentId":8371,"tags":{"name":"static/chunks/9614.584b8bbb3d98779f.js","cache":"MISS"},"startTime":1787039776331,"traceId":"e4388ff8d15aa6e1"},{"name":"minify-js","duration":211313,"timestamp":520723214981,"id":8455,"parentId":8371,"tags":{"name":"static/chunks/2356.f61da4ece26c3a84.js","cache":"MISS"},"startTime":1787039776332,"traceId":"e4388ff8d15aa6e1"},{"name":"minify-js","duration":217465,"timestamp":520723216575,"id":8456,"parentId":8371,"tags":{"name":"static/chunks/6195.12a53c5c7b4da7ad.js","cache":"MISS"},"startTime":1787039776333,"traceId":"e4388ff8d15aa6e1"},{"name":"minify-js","duration":226513,"timestamp":520723210939,"id":8452,"parentId":8371,"tags":{"name":"static/chunks/2703.0753f4916dafda0a.js","cache":"MISS"},"startTime":1787039776328,"traceId":"e4388ff8d15aa6e1"},{"name":"minify-js","duration":224620,"timestamp":520723217919,"id":8458,"parentId":8371,"tags":{"name":"static/chunks/9764.6fde4e1d90caa765.js","cache":"MISS"},"startTime":1787039776334,"traceId":"e4388ff8d15aa6e1"},{"name":"minify-js","duration":225110,"timestamp":520723218323,"id":8459,"parentId":8371,"tags":{"name":"static/chunks/2258.e4a37ddd6d27fa11.js","cache":"MISS"},"startTime":1787039776335,"traceId":"e4388ff8d15aa6e1"},{"name":"minify-js","duration":226020,"timestamp":520723218567,"id":8460,"parentId":8371,"tags":{"name":"static/chunks/6161.bfe6f0247adda935.js","cache":"MISS"},"startTime":1787039776335,"traceId":"e4388ff8d15aa6e1"},{"name":"minify-js","duration":226874,"timestamp":520723218768,"id":8461,"parentId":8371,"tags":{"name":"static/chunks/5137.fe9802092251bc88.js","cache":"MISS"},"startTime":1787039776335,"traceId":"e4388ff8d15aa6e1"},{"name":"minify-js","duration":227731,"timestamp":520723219014,"id":8462,"parentId":8371,"tags":{"name":"static/chunks/8901.762e8676411f43eb.js","cache":"MISS"},"startTime":1787039776336,"traceId":"e4388ff8d15aa6e1"},{"name":"minify-js","duration":231308,"timestamp":520723217232,"id":8457,"parentId":8371,"tags":{"name":"static/chunks/398.a0403ee445b2377c.js","cache":"MISS"},"startTime":1787039776334,"traceId":"e4388ff8d15aa6e1"},{"name":"minify-js","duration":233196,"timestamp":520723219290,"id":8463,"parentId":8371,"tags":{"name":"static/chunks/7268.3447bd4cce7521c7.js","cache":"MISS"},"startTime":1787039776336,"traceId":"e4388ff8d15aa6e1"},{"name":"minify-js","duration":313800,"timestamp":520723158573,"id":8424,"parentId":8371,"tags":{"name":"static/chunks/app/page-774aff07cda96462.js","cache":"MISS"},"startTime":1787039776275,"traceId":"e4388ff8d15aa6e1"},{"name":"minify-js","duration":250216,"timestamp":520723222208,"id":8466,"parentId":8371,"tags":{"name":"static/chunks/869.840106abaec6e833.js","cache":"MISS"},"startTime":1787039776339,"traceId":"e4388ff8d15aa6e1"},{"name":"minify-js","duration":250000,"timestamp":520723222444,"id":8467,"parentId":8371,"tags":{"name":"static/chunks/9705.47472fa13d864129.js","cache":"MISS"},"startTime":1787039776339,"traceId":"e4388ff8d15aa6e1"},{"name":"minify-js","duration":249830,"timestamp":520723222630,"id":8468,"parentId":8371,"tags":{"name":"static/chunks/4424.b7d00b28c24a2bc3.js","cache":"MISS"},"startTime":1787039776339,"traceId":"e4388ff8d15aa6e1"},{"name":"minify-js","duration":249726,"timestamp":520723222752,"id":8469,"parentId":8371,"tags":{"name":"static/chunks/5020.3d5d2d88202eba03.js","cache":"MISS"},"startTime":1787039776339,"traceId":"e4388ff8d15aa6e1"},{"name":"minify-js","duration":252869,"timestamp":520723219630,"id":8464,"parentId":8371,"tags":{"name":"static/chunks/2619.07e7a9281c9b8763.js","cache":"MISS"},"startTime":1787039776336,"traceId":"e4388ff8d15aa6e1"},{"name":"minify-js","duration":249671,"timestamp":520723222846,"id":8470,"parentId":8371,"tags":{"name":"static/chunks/4866.9947111571c3418a.js","cache":"MISS"},"startTime":1787039776339,"traceId":"e4388ff8d15aa6e1"},{"name":"minify-js","duration":249545,"timestamp":520723222987,"id":8471,"parentId":8371,"tags":{"name":"static/chunks/9522.2be05ff4f8cee94e.js","cache":"MISS"},"startTime":1787039776340,"traceId":"e4388ff8d15aa6e1"},{"name":"minify-js","duration":249447,"timestamp":520723223101,"id":8472,"parentId":8371,"tags":{"name":"static/chunks/5361.7ed05e8056cfd2ab.js","cache":"MISS"},"startTime":1787039776340,"traceId":"e4388ff8d15aa6e1"},{"name":"minify-js","duration":249371,"timestamp":520723223194,"id":8473,"parentId":8371,"tags":{"name":"static/chunks/2418.e26235dcf13ada35.js","cache":"MISS"},"startTime":1787039776340,"traceId":"e4388ff8d15aa6e1"},{"name":"minify-js","duration":249255,"timestamp":520723223325,"id":8474,"parentId":8371,"tags":{"name":"static/chunks/5242.9ef3f7326060944b.js","cache":"MISS"},"startTime":1787039776340,"traceId":"e4388ff8d15aa6e1"},{"name":"minify-js","duration":249165,"timestamp":520723223430,"id":8475,"parentId":8371,"tags":{"name":"static/chunks/2081.5eb9e28649ca2ac1.js","cache":"MISS"},"startTime":1787039776340,"traceId":"e4388ff8d15aa6e1"},{"name":"minify-js","duration":249047,"timestamp":520723223563,"id":8476,"parentId":8371,"tags":{"name":"static/chunks/1327.fe7c2796260098c7.js","cache":"MISS"},"startTime":1787039776340,"traceId":"e4388ff8d15aa6e1"},{"name":"minify-js","duration":248963,"timestamp":520723223664,"id":8477,"parentId":8371,"tags":{"name":"static/chunks/6294.4387d659c554b7f5.js","cache":"MISS"},"startTime":1787039776340,"traceId":"e4388ff8d15aa6e1"},{"name":"minify-js","duration":248888,"timestamp":520723223756,"id":8478,"parentId":8371,"tags":{"name":"static/chunks/7543.fe1c6f4f97516c8e.js","cache":"MISS"},"startTime":1787039776340,"traceId":"e4388ff8d15aa6e1"},{"name":"minify-js","duration":248765,"timestamp":520723223896,"id":8479,"parentId":8371,"tags":{"name":"static/chunks/934.78dd778c1714ad1a.js","cache":"MISS"},"startTime":1787039776340,"traceId":"e4388ff8d15aa6e1"},{"name":"minify-js","duration":248587,"timestamp":520723224092,"id":8480,"parentId":8371,"tags":{"name":"static/chunks/5521.e61adb9ec4d6d00d.js","cache":"MISS"},"startTime":1787039776341,"traceId":"e4388ff8d15aa6e1"},{"name":"minify-js","duration":248456,"timestamp":520723224240,"id":8481,"parentId":8371,"tags":{"name":"static/chunks/9793.e166c59e945c2fdc.js","cache":"MISS"},"startTime":1787039776341,"traceId":"e4388ff8d15aa6e1"},{"name":"minify-js","duration":306382,"timestamp":520723175962,"id":8426,"parentId":8371,"tags":{"name":"static/chunks/3308.4da37344a331e518.js","cache":"MISS"},"startTime":1787039776293,"traceId":"e4388ff8d15aa6e1"},{"name":"minify-js","duration":291318,"timestamp":520723219906,"id":8465,"parentId":8371,"tags":{"name":"static/chunks/370.024830bd4370ec11.js","cache":"MISS"},"startTime":1787039776336,"traceId":"e4388ff8d15aa6e1"},{"name":"minify-js","duration":386775,"timestamp":520723224422,"id":8482,"parentId":8371,"tags":{"name":"static/chunks/framework-a62d942fa034257f.js","cache":"MISS"},"startTime":1787039776341,"traceId":"e4388ff8d15aa6e1"},{"name":"minify-js","duration":371797,"timestamp":520723254499,"id":8485,"parentId":8371,"tags":{"name":"static/chunks/db9d41be.2e2d7df083daeb6f.js","cache":"MISS"},"startTime":1787039776371,"traceId":"e4388ff8d15aa6e1"},{"name":"minify-js","duration":408953,"timestamp":520723258997,"id":8486,"parentId":8371,"tags":{"name":"static/chunks/1ba63609.1596555111454be6.js","cache":"MISS"},"startTime":1787039776376,"traceId":"e4388ff8d15aa6e1"},{"name":"minify-js","duration":425467,"timestamp":520723262130,"id":8487,"parentId":8371,"tags":{"name":"static/chunks/993e5495.2f4c557231e3e3e6.js","cache":"MISS"},"startTime":1787039776379,"traceId":"e4388ff8d15aa6e1"},{"name":"minify-js","duration":449350,"timestamp":520723266556,"id":8488,"parentId":8371,"tags":{"name":"static/chunks/bf2ff291.807c6cc5b38a832c.js","cache":"MISS"},"startTime":1787039776383,"traceId":"e4388ff8d15aa6e1"},{"name":"minify-js","duration":550906,"timestamp":520723228025,"id":8483,"parentId":8371,"tags":{"name":"static/chunks/da12927c.54cdf2e5bc004074.js","cache":"MISS"},"startTime":1787039776345,"traceId":"e4388ff8d15aa6e1"},{"name":"minify-js","duration":493471,"timestamp":520723291323,"id":8491,"parentId":8371,"tags":{"name":"static/chunks/8863.6980bc558872a500.js","cache":"MISS"},"startTime":1787039776408,"traceId":"e4388ff8d15aa6e1"},{"name":"minify-js","duration":526868,"timestamp":520723269024,"id":8489,"parentId":8371,"tags":{"name":"static/chunks/d3ac728e-421ff1da0e379d81.js","cache":"MISS"},"startTime":1787039776386,"traceId":"e4388ff8d15aa6e1"},{"name":"minify-js","duration":555433,"timestamp":520723243314,"id":8484,"parentId":8371,"tags":{"name":"static/chunks/90542734.6290e702e48a2c44.js","cache":"MISS"},"startTime":1787039776360,"traceId":"e4388ff8d15aa6e1"},{"name":"minify-js","duration":502317,"timestamp":520723297975,"id":8493,"parentId":8371,"tags":{"name":"static/chunks/5526.c41526e0bf35b68b.js","cache":"MISS"},"startTime":1787039776415,"traceId":"e4388ff8d15aa6e1"},{"name":"minify-js","duration":503001,"timestamp":520723298581,"id":8494,"parentId":8371,"tags":{"name":"static/chunks/2325.62edae118c41064b.js","cache":"MISS"},"startTime":1787039776415,"traceId":"e4388ff8d15aa6e1"},{"name":"minify-js","duration":508974,"timestamp":520723292713,"id":8492,"parentId":8371,"tags":{"name":"static/chunks/2821.323097e420e96934.js","cache":"MISS"},"startTime":1787039776409,"traceId":"e4388ff8d15aa6e1"},{"name":"minify-js","duration":516175,"timestamp":520723305949,"id":8497,"parentId":8371,"tags":{"name":"static/chunks/103.e9523d05ae463b4c.js","cache":"MISS"},"startTime":1787039776423,"traceId":"e4388ff8d15aa6e1"},{"name":"minify-js","duration":522573,"timestamp":520723304127,"id":8496,"parentId":8371,"tags":{"name":"static/chunks/4004.b60184f2c294cab0.js","cache":"MISS"},"startTime":1787039776421,"traceId":"e4388ff8d15aa6e1"},{"name":"minify-js","duration":521384,"timestamp":520723309428,"id":8499,"parentId":8371,"tags":{"name":"static/chunks/7256.8a12c60472944a8a.js","cache":"MISS"},"startTime":1787039776426,"traceId":"e4388ff8d15aa6e1"},{"name":"minify-js","duration":536179,"timestamp":520723299898,"id":8495,"parentId":8371,"tags":{"name":"static/chunks/6121.e710dd84dec3a143.js","cache":"MISS"},"startTime":1787039776416,"traceId":"e4388ff8d15aa6e1"},{"name":"minify-js","duration":533590,"timestamp":520723307594,"id":8498,"parentId":8371,"tags":{"name":"static/chunks/4202.ca52cc3c1a550cdc.js","cache":"MISS"},"startTime":1787039776424,"traceId":"e4388ff8d15aa6e1"},{"name":"minify-js","duration":465586,"timestamp":520723376150,"id":8502,"parentId":8371,"tags":{"name":"server/middleware-react-loadable-manifest.js","cache":"MISS"},"startTime":1787039776493,"traceId":"e4388ff8d15aa6e1"},{"name":"minify-js","duration":465292,"timestamp":520723376478,"id":8503,"parentId":8371,"tags":{"name":"static/zL8d0yAvyIXQ8s3Kyfvnp/_ssgManifest.js","cache":"MISS"},"startTime":1787039776493,"traceId":"e4388ff8d15aa6e1"},{"name":"minify-js","duration":465232,"timestamp":520723376557,"id":8504,"parentId":8371,"tags":{"name":"server/middleware-build-manifest.js","cache":"MISS"},"startTime":1787039776493,"traceId":"e4388ff8d15aa6e1"},{"name":"minify-js","duration":465938,"timestamp":520723376606,"id":8505,"parentId":8371,"tags":{"name":"static/zL8d0yAvyIXQ8s3Kyfvnp/_buildManifest.js","cache":"MISS"},"startTime":1787039776493,"traceId":"e4388ff8d15aa6e1"},{"name":"minify-js","duration":465876,"timestamp":520723376701,"id":8506,"parentId":8371,"tags":{"name":"server/next-font-manifest.js","cache":"MISS"},"startTime":1787039776493,"traceId":"e4388ff8d15aa6e1"},{"name":"minify-js","duration":591894,"timestamp":520723273469,"id":8490,"parentId":8371,"tags":{"name":"static/chunks/4bd1b696-3552184350a14955.js","cache":"MISS"},"startTime":1787039776390,"traceId":"e4388ff8d15aa6e1"},{"name":"minify-js","duration":625311,"timestamp":520723359596,"id":8501,"parentId":8371,"tags":{"name":"static/chunks/3794-d1c7c1721ea65377.js","cache":"MISS"},"startTime":1787039776476,"traceId":"e4388ff8d15aa6e1"},{"name":"minify-js","duration":941584,"timestamp":520723310039,"id":8500,"parentId":8371,"tags":{"name":"static/chunks/3249-c93c37dc896cdb83.js","cache":"MISS"},"startTime":1787039776427,"traceId":"e4388ff8d15aa6e1"},{"name":"minify-webpack-plugin-optimize","duration":1144317,"timestamp":520723107322,"id":8371,"parentId":4740,"tags":{"compilationName":"client","mangle":"[object Object]"},"startTime":1787039776224,"traceId":"e4388ff8d15aa6e1"},{"name":"minify-css","duration":567719,"timestamp":520724252125,"id":8508,"parentId":8507,"tags":{"file":"static/css/9f8426edd9856e58.css","cache":"MISS"},"startTime":1787039777369,"traceId":"e4388ff8d15aa6e1"},{"name":"minify-css","duration":567652,"timestamp":520724252200,"id":8509,"parentId":8507,"tags":{"file":"static/css/a4449236f96f30ec.css","cache":"MISS"},"startTime":1787039777369,"traceId":"e4388ff8d15aa6e1"},{"name":"minify-css","duration":567648,"timestamp":520724252206,"id":8510,"parentId":8507,"tags":{"file":"static/css/fff965cc3bd74ed7.css","cache":"MISS"},"startTime":1787039777369,"traceId":"e4388ff8d15aa6e1"},{"name":"css-minimizer-plugin","duration":567992,"timestamp":520724251869,"id":8507,"parentId":4740,"tags":{},"startTime":1787039777368,"traceId":"e4388ff8d15aa6e1"},{"name":"seal","duration":3093307,"timestamp":520721770439,"id":8355,"parentId":4740,"tags":{},"startTime":1787039774887,"traceId":"e4388ff8d15aa6e1"},{"name":"webpack-compilation","duration":10643273,"timestamp":520714221013,"id":4740,"parentId":4737,"tags":{"name":"client"},"startTime":1787039767338,"traceId":"e4388ff8d15aa6e1"},{"name":"emit","duration":54249,"timestamp":520724864644,"id":8511,"parentId":4737,"tags":{},"startTime":1787039777981,"traceId":"e4388ff8d15aa6e1"},{"name":"webpack-close","duration":1364466,"timestamp":520724921204,"id":8512,"parentId":4737,"tags":{"name":"client"},"startTime":1787039778038,"traceId":"e4388ff8d15aa6e1"},{"name":"webpack-generate-error-stats","duration":2332,"timestamp":520726285722,"id":8513,"parentId":8512,"tags":{},"startTime":1787039779402,"traceId":"e4388ff8d15aa6e1"},{"name":"run-webpack-compiler","duration":12352050,"timestamp":520713936240,"id":4737,"parentId":4736,"tags":{},"startTime":1787039767053,"traceId":"e4388ff8d15aa6e1"},{"name":"format-webpack-messages","duration":71,"timestamp":520726288295,"id":8514,"parentId":4736,"tags":{},"startTime":1787039779405,"traceId":"e4388ff8d15aa6e1"},{"name":"worker-main-client","duration":12352644,"timestamp":520713935860,"id":4736,"parentId":1,"tags":{},"startTime":1787039767052,"traceId":"e4388ff8d15aa6e1"},{"name":"run-webpack","duration":33818072,"timestamp":520692572584,"id":14,"parentId":1,"tags":{},"startTime":1787039745689,"traceId":"e4388ff8d15aa6e1"},{"name":"run-typescript","duration":12998392,"timestamp":520726395283,"id":8517,"parentId":1,"tags":{},"startTime":1787039779512,"traceId":"e4388ff8d15aa6e1"},{"name":"generate-required-server-files","duration":637,"timestamp":520739394106,"id":8519,"parentId":1,"tags":{},"startTime":1787039792511,"traceId":"e4388ff8d15aa6e1"},{"name":"check-static-error-page","duration":12811,"timestamp":520739488874,"id":8521,"parentId":8520,"tags":{},"startTime":1787039792605,"traceId":"e4388ff8d15aa6e1"}]
|
|
41
|
+
[{"name":"is-page-static","duration":589574,"timestamp":520739502708,"id":8569,"parentId":8523,"tags":{},"startTime":1787039792619,"traceId":"e4388ff8d15aa6e1"},{"name":"check-page","duration":602094,"timestamp":520739490320,"id":8523,"parentId":8520,"tags":{"page":"/_global-error"},"startTime":1787039792607,"traceId":"e4388ff8d15aa6e1"},{"name":"is-page-static","duration":811207,"timestamp":520739502953,"id":8572,"parentId":8536,"tags":{},"startTime":1787039792620,"traceId":"e4388ff8d15aa6e1"},{"name":"check-page","duration":818534,"timestamp":520739495693,"id":8536,"parentId":8520,"tags":{"page":"/api/cwd/browse"},"startTime":1787039792612,"traceId":"e4388ff8d15aa6e1"},{"name":"is-page-static","duration":815506,"timestamp":520739503777,"id":8579,"parentId":8543,"tags":{},"startTime":1787039792620,"traceId":"e4388ff8d15aa6e1"},{"name":"check-page","duration":822998,"timestamp":520739496333,"id":8543,"parentId":8520,"tags":{"page":"/api/home"},"startTime":1787039792613,"traceId":"e4388ff8d15aa6e1"},{"name":"is-page-static","duration":850141,"timestamp":520739502476,"id":8568,"parentId":8522,"tags":{},"startTime":1787039792619,"traceId":"e4388ff8d15aa6e1"},{"name":"check-page","duration":863117,"timestamp":520739489550,"id":8522,"parentId":8520,"tags":{"page":"/_not-found"},"startTime":1787039792606,"traceId":"e4388ff8d15aa6e1"},{"name":"is-page-static","duration":9583467,"timestamp":520739503598,"id":8577,"parentId":8541,"tags":{},"startTime":1787039792620,"traceId":"e4388ff8d15aa6e1"},{"name":"check-page","duration":9591043,"timestamp":520739496203,"id":8541,"parentId":8520,"tags":{"page":"/api/git/diff"},"startTime":1787039792613,"traceId":"e4388ff8d15aa6e1"},{"name":"is-page-static","duration":10544861,"timestamp":520739503428,"id":8575,"parentId":8539,"tags":{},"startTime":1787039792620,"traceId":"e4388ff8d15aa6e1"},{"name":"check-page","duration":10561788,"timestamp":520739495950,"id":8539,"parentId":8520,"tags":{"page":"/api/file-index"},"startTime":1787039792613,"traceId":"e4388ff8d15aa6e1"},{"name":"is-page-static","duration":10604701,"timestamp":520739503694,"id":8578,"parentId":8542,"tags":{},"startTime":1787039792620,"traceId":"e4388ff8d15aa6e1"},{"name":"check-page","duration":10612173,"timestamp":520739496281,"id":8542,"parentId":8520,"tags":{"page":"/api/git/status"},"startTime":1787039792613,"traceId":"e4388ff8d15aa6e1"},{"name":"is-page-static","duration":10633480,"timestamp":520739503299,"id":8574,"parentId":8538,"tags":{},"startTime":1787039792620,"traceId":"e4388ff8d15aa6e1"},{"name":"check-page","duration":10640967,"timestamp":520739495874,"id":8538,"parentId":8520,"tags":{"page":"/api/default-cwd"},"startTime":1787039792612,"traceId":"e4388ff8d15aa6e1"},{"name":"is-page-static","duration":10653842,"timestamp":520739503905,"id":8581,"parentId":8552,"tags":{},"startTime":1787039792620,"traceId":"e4388ff8d15aa6e1"},{"name":"check-page","duration":10658657,"timestamp":520739499165,"id":8552,"parentId":8520,"tags":{"page":"/api/sessions/[id]/context"},"startTime":1787039792616,"traceId":"e4388ff8d15aa6e1"},{"name":"is-page-static","duration":10664511,"timestamp":520739503998,"id":8585,"parentId":8557,"tags":{},"startTime":1787039792621,"traceId":"e4388ff8d15aa6e1"},{"name":"check-page","duration":10668931,"timestamp":520739499648,"id":8557,"parentId":8520,"tags":{"page":"/api/sessions/[id]/todos"},"startTime":1787039792616,"traceId":"e4388ff8d15aa6e1"},{"name":"is-page-static","duration":10667301,"timestamp":520739503984,"id":8584,"parentId":8556,"tags":{},"startTime":1787039792621,"traceId":"e4388ff8d15aa6e1"},{"name":"check-page","duration":10671771,"timestamp":520739499566,"id":8556,"parentId":8520,"tags":{"page":"/api/sessions/[id]/state"},"startTime":1787039792616,"traceId":"e4388ff8d15aa6e1"},{"name":"is-page-static","duration":10667655,"timestamp":520739503974,"id":8583,"parentId":8555,"tags":{},"startTime":1787039792621,"traceId":"e4388ff8d15aa6e1"},{"name":"check-page","duration":10672196,"timestamp":520739499466,"id":8555,"parentId":8520,"tags":{"page":"/api/sessions/[id]"},"startTime":1787039792616,"traceId":"e4388ff8d15aa6e1"},{"name":"is-page-static","duration":10668927,"timestamp":520739502869,"id":8571,"parentId":8526,"tags":{},"startTime":1787039792619,"traceId":"e4388ff8d15aa6e1"},{"name":"check-page","duration":10679563,"timestamp":520739492252,"id":8526,"parentId":8520,"tags":{"page":"/api/agent/[id]"},"startTime":1787039792609,"traceId":"e4388ff8d15aa6e1"},{"name":"is-page-static","duration":10668386,"timestamp":520739503516,"id":8576,"parentId":8540,"tags":{},"startTime":1787039792620,"traceId":"e4388ff8d15aa6e1"},{"name":"check-page","duration":10675848,"timestamp":520739496070,"id":8540,"parentId":8520,"tags":{"page":"/api/files/[...path]"},"startTime":1787039792613,"traceId":"e4388ff8d15aa6e1"},{"name":"is-page-static","duration":10669236,"timestamp":520739502791,"id":8570,"parentId":8524,"tags":{},"startTime":1787039792619,"traceId":"e4388ff8d15aa6e1"},{"name":"check-page","duration":10681494,"timestamp":520739490548,"id":8524,"parentId":8520,"tags":{"page":"/api/agent/[id]/bash-output"},"startTime":1787039792607,"traceId":"e4388ff8d15aa6e1"},{"name":"is-page-static","duration":10670337,"timestamp":520739503942,"id":8582,"parentId":8553,"tags":{},"startTime":1787039792621,"traceId":"e4388ff8d15aa6e1"},{"name":"check-page","duration":10675145,"timestamp":520739499221,"id":8553,"parentId":8520,"tags":{"page":"/api/sessions/[id]/entries/[entryId]/thinking"},"startTime":1787039792616,"traceId":"e4388ff8d15aa6e1"},{"name":"is-page-static","duration":10788760,"timestamp":520739510129,"id":8593,"parentId":8530,"tags":{},"startTime":1787039792627,"traceId":"e4388ff8d15aa6e1"},{"name":"check-page","duration":10805351,"timestamp":520739493641,"id":8530,"parentId":8520,"tags":{"page":"/api/app-update"},"startTime":1787039792610,"traceId":"e4388ff8d15aa6e1"},{"name":"is-page-static","duration":10789780,"timestamp":520739509396,"id":8591,"parentId":8528,"tags":{},"startTime":1787039792626,"traceId":"e4388ff8d15aa6e1"},{"name":"check-page","duration":10806504,"timestamp":520739492691,"id":8528,"parentId":8520,"tags":{"page":"/api/agent/running/events"},"startTime":1787039792609,"traceId":"e4388ff8d15aa6e1"},{"name":"is-page-static","duration":10789721,"timestamp":520739509565,"id":8592,"parentId":8529,"tags":{},"startTime":1787039792626,"traceId":"e4388ff8d15aa6e1"},{"name":"check-page","duration":10806278,"timestamp":520739493023,"id":8529,"parentId":8520,"tags":{"page":"/api/agent/running"},"startTime":1787039792610,"traceId":"e4388ff8d15aa6e1"},{"name":"is-page-static","duration":10795371,"timestamp":520739504032,"id":8587,"parentId":8565,"tags":{},"startTime":1787039792621,"traceId":"e4388ff8d15aa6e1"},{"name":"check-page","duration":10798286,"timestamp":520739501154,"id":8565,"parentId":8520,"tags":{"page":"/favicon.ico"},"startTime":1787039792618,"traceId":"e4388ff8d15aa6e1"},{"name":"is-page-static","duration":10795670,"timestamp":520739504040,"id":8588,"parentId":8566,"tags":{},"startTime":1787039792621,"traceId":"e4388ff8d15aa6e1"},{"name":"check-page","duration":10997345,"timestamp":520739501495,"id":8566,"parentId":8520,"tags":{"page":"/manifest.webmanifest"},"startTime":1787039792618,"traceId":"e4388ff8d15aa6e1"},{"name":"is-page-static","duration":10973573,"timestamp":520739525612,"id":8599,"parentId":8544,"tags":{},"startTime":1787039792642,"traceId":"e4388ff8d15aa6e1"},{"name":"check-page","duration":11002859,"timestamp":520739496373,"id":8544,"parentId":8520,"tags":{"page":"/api/models-config/catalog"},"startTime":1787039792613,"traceId":"e4388ff8d15aa6e1"},{"name":"is-page-static","duration":10973437,"timestamp":520739525948,"id":8600,"parentId":8546,"tags":{},"startTime":1787039792643,"traceId":"e4388ff8d15aa6e1"},{"name":"check-page","duration":11001163,"timestamp":520739498241,"id":8546,"parentId":8520,"tags":{"page":"/api/models-config"},"startTime":1787039792615,"traceId":"e4388ff8d15aa6e1"},{"name":"is-page-static","duration":10970474,"timestamp":520739529030,"id":8601,"parentId":8545,"tags":{},"startTime":1787039792646,"traceId":"e4388ff8d15aa6e1"},{"name":"check-page","duration":11001536,"timestamp":520739497982,"id":8545,"parentId":8520,"tags":{"page":"/api/models-config/discover"},"startTime":1787039792615,"traceId":"e4388ff8d15aa6e1"},{"name":"is-page-static","duration":10982533,"timestamp":520739517101,"id":8597,"parentId":8535,"tags":{},"startTime":1787039792634,"traceId":"e4388ff8d15aa6e1"},{"name":"check-page","duration":11004147,"timestamp":520739495503,"id":8535,"parentId":8520,"tags":{"page":"/api/auth/providers"},"startTime":1787039792612,"traceId":"e4388ff8d15aa6e1"},{"name":"is-page-static","duration":10977434,"timestamp":520739522284,"id":8598,"parentId":8533,"tags":{},"startTime":1787039792639,"traceId":"e4388ff8d15aa6e1"},{"name":"check-page","duration":11004781,"timestamp":520739494960,"id":8533,"parentId":8520,"tags":{"page":"/api/auth/login/[provider]"},"startTime":1787039792612,"traceId":"e4388ff8d15aa6e1"},{"name":"is-page-static","duration":10982997,"timestamp":520739516843,"id":8596,"parentId":8534,"tags":{},"startTime":1787039792633,"traceId":"e4388ff8d15aa6e1"},{"name":"check-page","duration":11004679,"timestamp":520739495178,"id":8534,"parentId":8520,"tags":{"page":"/api/auth/logout/[provider]"},"startTime":1787039792612,"traceId":"e4388ff8d15aa6e1"},{"name":"is-page-static","duration":10983632,"timestamp":520739516344,"id":8595,"parentId":8532,"tags":{},"startTime":1787039792633,"traceId":"e4388ff8d15aa6e1"},{"name":"check-page","duration":11005261,"timestamp":520739494728,"id":8532,"parentId":8520,"tags":{"page":"/api/auth/api-key/[provider]"},"startTime":1787039792611,"traceId":"e4388ff8d15aa6e1"},{"name":"is-page-static","duration":10989595,"timestamp":520739510544,"id":8594,"parentId":8531,"tags":{},"startTime":1787039792627,"traceId":"e4388ff8d15aa6e1"},{"name":"check-page","duration":11005752,"timestamp":520739494401,"id":8531,"parentId":8520,"tags":{"page":"/api/auth/all-providers"},"startTime":1787039792611,"traceId":"e4388ff8d15aa6e1"},{"name":"is-page-static","duration":11020175,"timestamp":520739531642,"id":8604,"parentId":8550,"tags":{},"startTime":1787039792648,"traceId":"e4388ff8d15aa6e1"},{"name":"check-page","duration":11052963,"timestamp":520739498907,"id":8550,"parentId":8520,"tags":{"page":"/api/project-trust"},"startTime":1787039792615,"traceId":"e4388ff8d15aa6e1"},{"name":"is-page-static","duration":11011155,"timestamp":520739545697,"id":8610,"parentId":8561,"tags":{},"startTime":1787039792662,"traceId":"e4388ff8d15aa6e1"},{"name":"check-page","duration":11056581,"timestamp":520739500332,"id":8561,"parentId":8520,"tags":{"page":"/api/skills"},"startTime":1787039792617,"traceId":"e4388ff8d15aa6e1"},{"name":"is-page-static","duration":11024318,"timestamp":520739543385,"id":8606,"parentId":8549,"tags":{},"startTime":1787039792660,"traceId":"e4388ff8d15aa6e1"},{"name":"check-page","duration":11069061,"timestamp":520739498725,"id":8549,"parentId":8520,"tags":{"page":"/api/plugins"},"startTime":1787039792615,"traceId":"e4388ff8d15aa6e1"},{"name":"is-page-static","duration":11020854,"timestamp":520739547024,"id":8611,"parentId":8562,"tags":{},"startTime":1787039792664,"traceId":"e4388ff8d15aa6e1"},{"name":"check-page","duration":11067394,"timestamp":520739500543,"id":8562,"parentId":8520,"tags":{"page":"/api/skills/search"},"startTime":1787039792617,"traceId":"e4388ff8d15aa6e1"},{"name":"is-page-static","duration":11022923,"timestamp":520739545061,"id":8609,"parentId":8560,"tags":{},"startTime":1787039792662,"traceId":"e4388ff8d15aa6e1"},{"name":"check-page","duration":11067881,"timestamp":520739500112,"id":8560,"parentId":8520,"tags":{"page":"/api/skills/install"},"startTime":1787039792617,"traceId":"e4388ff8d15aa6e1"},{"name":"is-page-static","duration":11034670,"timestamp":520739544353,"id":8608,"parentId":8559,"tags":{},"startTime":1787039792661,"traceId":"e4388ff8d15aa6e1"},{"name":"check-page","duration":11079168,"timestamp":520739499910,"id":8559,"parentId":8520,"tags":{"page":"/api/skills/check"},"startTime":1787039792616,"traceId":"e4388ff8d15aa6e1"},{"name":"is-page-static","duration":11049401,"timestamp":520739534733,"id":8605,"parentId":8554,"tags":{},"startTime":1787039792651,"traceId":"e4388ff8d15aa6e1"},{"name":"check-page","duration":11084895,"timestamp":520739499292,"id":8554,"parentId":8520,"tags":{"page":"/api/sessions/[id]/export"},"startTime":1787039792616,"traceId":"e4388ff8d15aa6e1"},{"name":"is-page-static","duration":11065231,"timestamp":520739547688,"id":8612,"parentId":8563,"tags":{},"startTime":1787039792664,"traceId":"e4388ff8d15aa6e1"},{"name":"check-page","duration":11112161,"timestamp":520739500798,"id":8563,"parentId":8520,"tags":{"page":"/api/skills/update"},"startTime":1787039792617,"traceId":"e4388ff8d15aa6e1"},{"name":"is-page-static","duration":14960484,"timestamp":520739550378,"id":8613,"parentId":8567,"tags":{},"startTime":1787039792667,"traceId":"e4388ff8d15aa6e1"},{"name":"check-page","duration":15009332,"timestamp":520739501595,"id":8567,"parentId":8520,"tags":{"page":"/"},"startTime":1787039792618,"traceId":"e4388ff8d15aa6e1"},{"name":"is-page-static","duration":15100361,"timestamp":520739504021,"id":8586,"parentId":8564,"tags":{},"startTime":1787039792621,"traceId":"e4388ff8d15aa6e1"},{"name":"check-page","duration":15103446,"timestamp":520739500994,"id":8564,"parentId":8520,"tags":{"page":"/api/worktrees"},"startTime":1787039792618,"traceId":"e4388ff8d15aa6e1"},{"name":"is-page-static","duration":15145534,"timestamp":520739503034,"id":8573,"parentId":8537,"tags":{},"startTime":1787039792620,"traceId":"e4388ff8d15aa6e1"},{"name":"check-page","duration":15152839,"timestamp":520739495795,"id":8537,"parentId":8520,"tags":{"page":"/api/cwd/validate"},"startTime":1787039792612,"traceId":"e4388ff8d15aa6e1"},{"name":"is-page-static","duration":15144696,"timestamp":520739508946,"id":8590,"parentId":8527,"tags":{},"startTime":1787039792626,"traceId":"e4388ff8d15aa6e1"},{"name":"check-page","duration":15161323,"timestamp":520739492408,"id":8527,"parentId":8520,"tags":{"page":"/api/agent/new"},"startTime":1787039792609,"traceId":"e4388ff8d15aa6e1"},{"name":"is-page-static","duration":15119789,"timestamp":520739543784,"id":8607,"parentId":8558,"tags":{},"startTime":1787039792660,"traceId":"e4388ff8d15aa6e1"},{"name":"check-page","duration":15163906,"timestamp":520739499727,"id":8558,"parentId":8520,"tags":{"page":"/api/sessions"},"startTime":1787039792616,"traceId":"e4388ff8d15aa6e1"},{"name":"is-page-static","duration":23208317,"timestamp":520739507813,"id":8589,"parentId":8525,"tags":{},"startTime":1787039792624,"traceId":"e4388ff8d15aa6e1"},{"name":"check-page","duration":23225585,"timestamp":520739490652,"id":8525,"parentId":8520,"tags":{"page":"/api/agent/[id]/events"},"startTime":1787039792607,"traceId":"e4388ff8d15aa6e1"},{"name":"is-page-static","duration":34228054,"timestamp":520739530908,"id":8603,"parentId":8548,"tags":{},"startTime":1787039792647,"traceId":"e4388ff8d15aa6e1"},{"name":"check-page","duration":34260472,"timestamp":520739498565,"id":8548,"parentId":8520,"tags":{"page":"/api/models"},"startTime":1787039792615,"traceId":"e4388ff8d15aa6e1"},{"name":"is-page-static","duration":34924521,"timestamp":520739530006,"id":8602,"parentId":8547,"tags":{},"startTime":1787039792647,"traceId":"e4388ff8d15aa6e1"},{"name":"check-page","duration":34956194,"timestamp":520739498407,"id":8547,"parentId":8520,"tags":{"page":"/api/models-config/test"},"startTime":1787039792615,"traceId":"e4388ff8d15aa6e1"},{"name":"is-page-static","duration":35669522,"timestamp":520739503864,"id":8580,"parentId":8551,"tags":{},"startTime":1787039792620,"traceId":"e4388ff8d15aa6e1"},{"name":"check-page","duration":35674421,"timestamp":520739499075,"id":8551,"parentId":8520,"tags":{"page":"/api/sessions/[id]/auto-name"},"startTime":1787039792616,"traceId":"e4388ff8d15aa6e1"},{"name":"static-check","duration":35685338,"timestamp":520739488258,"id":8520,"parentId":1,"tags":{},"startTime":1787039792605,"traceId":"e4388ff8d15aa6e1"},{"name":"write-routes-manifest","duration":109049,"timestamp":520790887372,"id":8617,"parentId":1,"tags":{},"startTime":1787039844004,"traceId":"e4388ff8d15aa6e1"},{"name":"load-dotenv","duration":60,"timestamp":520791465266,"id":8620,"parentId":8619,"tags":{},"startTime":1787039844582,"traceId":"e4388ff8d15aa6e1"},{"name":"run-export-path-map","duration":860,"timestamp":520811836146,"id":8621,"parentId":8619,"tags":{},"startTime":1787039864953,"traceId":"e4388ff8d15aa6e1"},{"name":"next-export","duration":31511685,"timestamp":520791454291,"id":8619,"parentId":1,"tags":{},"startTime":1787039844573,"traceId":"e4388ff8d15aa6e1"},{"name":"move-exported-app-not-found-","duration":276353,"timestamp":520822972172,"id":8622,"parentId":8618,"tags":{},"startTime":1787039876089,"traceId":"e4388ff8d15aa6e1"},{"name":"move-exported-app-global-error-","duration":112610,"timestamp":520823248699,"id":8623,"parentId":8618,"tags":{},"startTime":1787039876365,"traceId":"e4388ff8d15aa6e1"},{"name":"static-generation","duration":32129281,"timestamp":520791333251,"id":8618,"parentId":1,"tags":{},"startTime":1787039844451,"traceId":"e4388ff8d15aa6e1"},{"name":"write-routes-manifest","duration":108232,"timestamp":520823463009,"id":8624,"parentId":1,"tags":{},"startTime":1787039876580,"traceId":"e4388ff8d15aa6e1"}]
|
|
42
|
+
[{"name":"node-file-trace-build","duration":76501861,"timestamp":520790789895,"id":8616,"parentId":1,"tags":{"isTurbotrace":"false"},"startTime":1787039843906,"traceId":"e4388ff8d15aa6e1"},{"name":"apply-include-excludes","duration":1265,"timestamp":520867291779,"id":8625,"parentId":1,"tags":{},"startTime":1787039920408,"traceId":"e4388ff8d15aa6e1"},{"name":"collect-build-traces","duration":89805547,"timestamp":520777487584,"id":8615,"parentId":1,"tags":{},"startTime":1787039830604,"traceId":"e4388ff8d15aa6e1"},{"name":"print-tree-view","duration":2507,"timestamp":520867294103,"id":8626,"parentId":1,"tags":{},"startTime":1787039920411,"traceId":"e4388ff8d15aa6e1"},{"name":"telemetry-flush","duration":47,"timestamp":520867296626,"id":8627,"parentId":1,"tags":{},"startTime":1787039920413,"traceId":"e4388ff8d15aa6e1"},{"name":"next-build","duration":174860024,"timestamp":520692436657,"id":1,"tags":{"buildMode":"default","version":"16.3.1","bundler":"webpack","has-custom-webpack-config":"false","use-build-worker":"true"},"startTime":1787039745553,"traceId":"e4388ff8d15aa6e1"}]
|