@goldenlustre/agent-studio 1.0.1
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 +63 -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 +217 -0
- package/.next/react-loadable-manifest.json +2367 -0
- package/.next/required-server-files.js +388 -0
- package/.next/required-server-files.json +388 -0
- package/.next/routes-manifest.json +485 -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 +21 -0
- package/.next/server/app/_not-found.segments/_full.segment.rsc +21 -0
- package/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +25 -0
- package/.next/server/app/_not-found.segments/_tree.segment.rsc +6 -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]/lease/route.js +1 -0
- package/.next/server/app/api/agent/[id]/lease/route.js.nft.json +1 -0
- package/.next/server/app/api/agent/[id]/lease/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/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/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/mkdir/route.js +1 -0
- package/.next/server/app/api/cwd/mkdir/route.js.nft.json +1 -0
- package/.next/server/app/api/cwd/mkdir/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/check/route.js +1 -0
- package/.next/server/app/api/plugins/check/route.js.nft.json +1 -0
- package/.next/server/app/api/plugins/check/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/provider-usage/query/route.js +1 -0
- package/.next/server/app/api/provider-usage/query/route.js.nft.json +1 -0
- package/.next/server/app/api/provider-usage/query/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/push/config/route.js +1 -0
- package/.next/server/app/api/push/config/route.js.nft.json +1 -0
- package/.next/server/app/api/push/config/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/push/subscribe/route.js +1 -0
- package/.next/server/app/api/push/subscribe/route.js.nft.json +1 -0
- package/.next/server/app/api/push/subscribe/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]/entries/[entryId]/tool-result-image/route.js +1 -0
- package/.next/server/app/api/sessions/[id]/entries/[entryId]/tool-result-image/route.js.nft.json +1 -0
- package/.next/server/app/api/sessions/[id]/entries/[entryId]/tool-result-image/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/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/sessions/search/route.js +1 -0
- package/.next/server/app/api/sessions/search/route.js.nft.json +1 -0
- package/.next/server/app/api/sessions/search/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 +4 -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/subagents/[id]/route.js +1 -0
- package/.next/server/app/api/subagents/[id]/route.js.nft.json +1 -0
- package/.next/server/app/api/subagents/[id]/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/subagents/profiles/route.js +1 -0
- package/.next/server/app/api/subagents/profiles/route.js.nft.json +1 -0
- package/.next/server/app/api/subagents/profiles/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/subagents/settings/route.js +1 -0
- package/.next/server/app/api/subagents/settings/route.js.nft.json +1 -0
- package/.next/server/app/api/subagents/settings/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/terminal/[id]/events/route.js +4 -0
- package/.next/server/app/api/terminal/[id]/events/route.js.nft.json +1 -0
- package/.next/server/app/api/terminal/[id]/events/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/terminal/[id]/route.js +1 -0
- package/.next/server/app/api/terminal/[id]/route.js.nft.json +1 -0
- package/.next/server/app/api/terminal/[id]/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/terminal/route.js +1 -0
- package/.next/server/app/api/terminal/route.js.nft.json +1 -0
- package/.next/server/app/api/terminal/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/tools/settings/route.js +1 -0
- package/.next/server/app/api/tools/settings/route.js.nft.json +1 -0
- package/.next/server/app/api/tools/settings/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/web-auth/route.js +1 -0
- package/.next/server/app/api/web-auth/route.js.nft.json +1 -0
- package/.next/server/app/api/web-auth/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/dashboard/page.js +1 -0
- package/.next/server/app/dashboard/page.js.nft.json +1 -0
- package/.next/server/app/dashboard/page_client-reference-manifest.js +1 -0
- package/.next/server/app/dashboard.html +1 -0
- package/.next/server/app/dashboard.meta +26 -0
- package/.next/server/app/dashboard.rsc +25 -0
- package/.next/server/app/dashboard.segments/_full.segment.rsc +25 -0
- package/.next/server/app/dashboard.segments/_tree.segment.rsc +6 -0
- package/.next/server/app/dashboard.segments/dashboard/__PAGE__.segment.rsc +29 -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 +22 -0
- package/.next/server/app/index.segments/__PAGE__.segment.rsc +25 -0
- package/.next/server/app/index.segments/_full.segment.rsc +22 -0
- package/.next/server/app/index.segments/_tree.segment.rsc +7 -0
- package/.next/server/app/login/page.js +1 -0
- package/.next/server/app/login/page.js.nft.json +1 -0
- package/.next/server/app/login/page_client-reference-manifest.js +1 -0
- package/.next/server/app/login.html +1 -0
- package/.next/server/app/login.meta +26 -0
- package/.next/server/app/login.rsc +25 -0
- package/.next/server/app/login.segments/_full.segment.rsc +25 -0
- package/.next/server/app/login.segments/_tree.segment.rsc +6 -0
- package/.next/server/app/login.segments/login/__PAGE__.segment.rsc +29 -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 +305 -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 +63 -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/2243.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/3157.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/3618.js +1 -0
- package/.next/server/chunks/3869.js +8 -0
- package/.next/server/chunks/3894.js +1 -0
- package/.next/server/chunks/426.js +14 -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/4815.js +3 -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 +8 -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 +14 -0
- package/.next/server/chunks/673.js +287 -0
- package/.next/server/chunks/6763.js +1 -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 +26 -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 +67 -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/4P8ZaTlYayjQDjQClWJy6/_buildManifest.js +1 -0
- package/.next/static/4P8ZaTlYayjQDjQClWJy6/_ssgManifest.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/1278-bfacfce6a4683b1d.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/3220-18bc83f919a12624.js +1 -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/5772-ddd18c0d4b7715e5.js +3 -0
- package/.next/static/chunks/5957-b660df0f813517f8.js +7 -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/6210-c32a36a8be764701.js +1 -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-6fb6d0fc9ffa5f9a.js +1 -0
- package/.next/static/chunks/app/_not-found/page-d96c49ae6914bfa4.js +1 -0
- package/.next/static/chunks/app/api/agent/[id]/bash-output/route-6fb6d0fc9ffa5f9a.js +1 -0
- package/.next/static/chunks/app/api/agent/[id]/events/route-6fb6d0fc9ffa5f9a.js +1 -0
- package/.next/static/chunks/app/api/agent/[id]/lease/route-6fb6d0fc9ffa5f9a.js +1 -0
- package/.next/static/chunks/app/api/agent/[id]/route-6fb6d0fc9ffa5f9a.js +1 -0
- package/.next/static/chunks/app/api/agent/new/route-6fb6d0fc9ffa5f9a.js +1 -0
- package/.next/static/chunks/app/api/agent/running/route-6fb6d0fc9ffa5f9a.js +1 -0
- package/.next/static/chunks/app/api/app-update/route-6fb6d0fc9ffa5f9a.js +1 -0
- package/.next/static/chunks/app/api/auth/api-key/[provider]/route-6fb6d0fc9ffa5f9a.js +1 -0
- package/.next/static/chunks/app/api/auth/login/[provider]/route-6fb6d0fc9ffa5f9a.js +1 -0
- package/.next/static/chunks/app/api/auth/logout/[provider]/route-6fb6d0fc9ffa5f9a.js +1 -0
- package/.next/static/chunks/app/api/auth/providers/route-6fb6d0fc9ffa5f9a.js +1 -0
- package/.next/static/chunks/app/api/cwd/browse/route-6fb6d0fc9ffa5f9a.js +1 -0
- package/.next/static/chunks/app/api/cwd/mkdir/route-6fb6d0fc9ffa5f9a.js +1 -0
- package/.next/static/chunks/app/api/cwd/validate/route-6fb6d0fc9ffa5f9a.js +1 -0
- package/.next/static/chunks/app/api/default-cwd/route-6fb6d0fc9ffa5f9a.js +1 -0
- package/.next/static/chunks/app/api/file-index/route-6fb6d0fc9ffa5f9a.js +1 -0
- package/.next/static/chunks/app/api/files/[...path]/route-6fb6d0fc9ffa5f9a.js +1 -0
- package/.next/static/chunks/app/api/git/diff/route-6fb6d0fc9ffa5f9a.js +1 -0
- package/.next/static/chunks/app/api/git/status/route-6fb6d0fc9ffa5f9a.js +1 -0
- package/.next/static/chunks/app/api/home/route-6fb6d0fc9ffa5f9a.js +1 -0
- package/.next/static/chunks/app/api/models/route-6fb6d0fc9ffa5f9a.js +1 -0
- package/.next/static/chunks/app/api/models-config/catalog/route-6fb6d0fc9ffa5f9a.js +1 -0
- package/.next/static/chunks/app/api/models-config/discover/route-6fb6d0fc9ffa5f9a.js +1 -0
- package/.next/static/chunks/app/api/models-config/route-6fb6d0fc9ffa5f9a.js +1 -0
- package/.next/static/chunks/app/api/models-config/test/route-6fb6d0fc9ffa5f9a.js +1 -0
- package/.next/static/chunks/app/api/plugins/check/route-6fb6d0fc9ffa5f9a.js +1 -0
- package/.next/static/chunks/app/api/plugins/route-6fb6d0fc9ffa5f9a.js +1 -0
- package/.next/static/chunks/app/api/project-trust/route-6fb6d0fc9ffa5f9a.js +1 -0
- package/.next/static/chunks/app/api/provider-usage/query/route-6fb6d0fc9ffa5f9a.js +1 -0
- package/.next/static/chunks/app/api/push/config/route-6fb6d0fc9ffa5f9a.js +1 -0
- package/.next/static/chunks/app/api/push/subscribe/route-6fb6d0fc9ffa5f9a.js +1 -0
- package/.next/static/chunks/app/api/sessions/[id]/auto-name/route-6fb6d0fc9ffa5f9a.js +1 -0
- package/.next/static/chunks/app/api/sessions/[id]/context/route-6fb6d0fc9ffa5f9a.js +1 -0
- package/.next/static/chunks/app/api/sessions/[id]/entries/[entryId]/thinking/route-6fb6d0fc9ffa5f9a.js +1 -0
- package/.next/static/chunks/app/api/sessions/[id]/entries/[entryId]/tool-result-image/route-6fb6d0fc9ffa5f9a.js +1 -0
- package/.next/static/chunks/app/api/sessions/[id]/export/route-6fb6d0fc9ffa5f9a.js +1 -0
- package/.next/static/chunks/app/api/sessions/[id]/route-6fb6d0fc9ffa5f9a.js +1 -0
- package/.next/static/chunks/app/api/sessions/[id]/state/route-6fb6d0fc9ffa5f9a.js +1 -0
- package/.next/static/chunks/app/api/sessions/route-6fb6d0fc9ffa5f9a.js +1 -0
- package/.next/static/chunks/app/api/sessions/search/route-6fb6d0fc9ffa5f9a.js +1 -0
- package/.next/static/chunks/app/api/skills/check/route-6fb6d0fc9ffa5f9a.js +1 -0
- package/.next/static/chunks/app/api/skills/install/route-6fb6d0fc9ffa5f9a.js +1 -0
- package/.next/static/chunks/app/api/skills/route-6fb6d0fc9ffa5f9a.js +1 -0
- package/.next/static/chunks/app/api/skills/search/route-6fb6d0fc9ffa5f9a.js +1 -0
- package/.next/static/chunks/app/api/skills/update/route-6fb6d0fc9ffa5f9a.js +1 -0
- package/.next/static/chunks/app/api/subagents/[id]/route-6fb6d0fc9ffa5f9a.js +1 -0
- package/.next/static/chunks/app/api/subagents/profiles/route-6fb6d0fc9ffa5f9a.js +1 -0
- package/.next/static/chunks/app/api/subagents/settings/route-6fb6d0fc9ffa5f9a.js +1 -0
- package/.next/static/chunks/app/api/terminal/[id]/events/route-6fb6d0fc9ffa5f9a.js +1 -0
- package/.next/static/chunks/app/api/terminal/[id]/route-6fb6d0fc9ffa5f9a.js +1 -0
- package/.next/static/chunks/app/api/terminal/route-6fb6d0fc9ffa5f9a.js +1 -0
- package/.next/static/chunks/app/api/tools/settings/route-6fb6d0fc9ffa5f9a.js +1 -0
- package/.next/static/chunks/app/api/web-auth/route-6fb6d0fc9ffa5f9a.js +1 -0
- package/.next/static/chunks/app/api/worktrees/route-6fb6d0fc9ffa5f9a.js +1 -0
- package/.next/static/chunks/app/dashboard/page-3fe3dc57705a63ce.js +1 -0
- package/.next/static/chunks/app/layout-1c894a9ed80f6c37.js +1 -0
- package/.next/static/chunks/app/login/page-3df3bb529e8f8209.js +1 -0
- package/.next/static/chunks/app/manifest.webmanifest/route-6fb6d0fc9ffa5f9a.js +1 -0
- package/.next/static/chunks/app/page-87a6d3433302904d.js +283 -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/e868780c-1584512c612787d7.js +18 -0
- package/.next/static/chunks/framework-b33a8f5d57cd8d87.js +1 -0
- package/.next/static/chunks/main-app-dc456095eb2e47ee.js +1 -0
- package/.next/static/chunks/main-dac5ab3797407fcb.js +5 -0
- package/.next/static/chunks/next/dist/client/components/builtin/app-error-6fb6d0fc9ffa5f9a.js +1 -0
- package/.next/static/chunks/next/dist/client/components/builtin/forbidden-6fb6d0fc9ffa5f9a.js +1 -0
- package/.next/static/chunks/next/dist/client/components/builtin/global-error-29630f7a1a12c467.js +1 -0
- package/.next/static/chunks/next/dist/client/components/builtin/not-found-6fb6d0fc9ffa5f9a.js +1 -0
- package/.next/static/chunks/next/dist/client/components/builtin/unauthorized-6fb6d0fc9ffa5f9a.js +1 -0
- package/.next/static/chunks/polyfills-42372ed130431b0a.js +1 -0
- package/.next/static/chunks/webpack-1b16208bb4ccd9c1.js +1 -0
- package/.next/static/css/4cbedad236d913cb.css +1 -0
- package/.next/static/css/88714c00e109ce28.css +1 -0
- package/.next/static/css/bb9361c7f832a89d.css +1 -0
- package/.next/static/css/d71318cebb94818f.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/trace +41 -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]/lease/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/route.ts +353 -0
- package/.next/types/app/api/app-update/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/mkdir/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/check/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/provider-usage/query/route.ts +353 -0
- package/.next/types/app/api/push/config/route.ts +353 -0
- package/.next/types/app/api/push/subscribe/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]/entries/[entryId]/tool-result-image/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/route.ts +353 -0
- package/.next/types/app/api/sessions/search/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/subagents/[id]/route.ts +353 -0
- package/.next/types/app/api/subagents/profiles/route.ts +353 -0
- package/.next/types/app/api/subagents/settings/route.ts +353 -0
- package/.next/types/app/api/terminal/[id]/events/route.ts +353 -0
- package/.next/types/app/api/terminal/[id]/route.ts +353 -0
- package/.next/types/app/api/terminal/route.ts +353 -0
- package/.next/types/app/api/tools/settings/route.ts +353 -0
- package/.next/types/app/api/web-auth/route.ts +353 -0
- package/.next/types/app/api/worktrees/route.ts +353 -0
- package/.next/types/app/dashboard/page.ts +89 -0
- package/.next/types/app/layout.ts +89 -0
- package/.next/types/app/login/page.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 +128 -0
- package/.next/types/validator.ts +574 -0
- package/LICENSE +21 -0
- package/README.ja.md +134 -0
- package/README.md +184 -0
- package/README.ru.md +134 -0
- package/README.zh-CN.md +136 -0
- package/bin/agent-studio-options.js +89 -0
- package/bin/agent-studio.js +132 -0
- package/bin/node-version.js +35 -0
- package/bin/pi-web-options.js +89 -0
- package/bin/pi-web.js +132 -0
- package/bin/prepare-terminal.js +14 -0
- package/bin/process-lifecycle.js +81 -0
- package/next.config.ts +79 -0
- package/package.json +91 -0
- package/public/icons/agent-studio-icon.svg +46 -0
- package/public/icons/agent-studio-logo.png +0 -0
- package/public/icons/agent-studio-logo.svg +47 -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/favicon.svg +20 -0
- package/public/icons/icon-192.png +0 -0
- package/public/icons/icon-512.png +0 -0
- package/public/logo-preview.html +50 -0
- package/public/offline.html +83 -0
- package/public/provider-icons.svg +54 -0
- package/public/sw.js +166 -0
- package/public/sw.test.mjs +177 -0
package/.next/trace
ADDED
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
[{"name":"build-module-js","duration":29393,"timestamp":121918060266,"id":3630,"parentId":3099,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/repeat.js","layer":"ssr"},"startTime":1789479396909,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":29293,"timestamp":121918060678,"id":3631,"parentId":3099,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/replace.js","layer":"ssr"},"startTime":1789479396910,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":29593,"timestamp":121918061115,"id":3632,"parentId":3099,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/rest.js","layer":"ssr"},"startTime":1789479396910,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":29949,"timestamp":121918061523,"id":3633,"parentId":3099,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/result.js","layer":"ssr"},"startTime":1789479396910,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":29561,"timestamp":121918062317,"id":3635,"parentId":3099,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/round.js","layer":"ssr"},"startTime":1789479396911,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":30491,"timestamp":121918061908,"id":3634,"parentId":3099,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/reverse.js","layer":"ssr"},"startTime":1789479396911,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":30239,"timestamp":121918062721,"id":3636,"parentId":3099,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/sample.js","layer":"ssr"},"startTime":1789479396912,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":29975,"timestamp":121918063447,"id":3638,"parentId":3099,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/set.js","layer":"ssr"},"startTime":1789479396912,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":31033,"timestamp":121918063093,"id":3637,"parentId":3099,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/sampleSize.js","layer":"ssr"},"startTime":1789479396912,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":30653,"timestamp":121918063891,"id":3639,"parentId":3099,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/setWith.js","layer":"ssr"},"startTime":1789479396913,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":30615,"timestamp":121918064288,"id":3640,"parentId":3099,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/shuffle.js","layer":"ssr"},"startTime":1789479396913,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":30708,"timestamp":121918064686,"id":3641,"parentId":3099,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/size.js","layer":"ssr"},"startTime":1789479396914,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":30395,"timestamp":121918065459,"id":3643,"parentId":3099,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/slice.js","layer":"ssr"},"startTime":1789479396914,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":30118,"timestamp":121918066273,"id":3645,"parentId":3099,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/sortBy.js","layer":"ssr"},"startTime":1789479396915,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":30153,"timestamp":121918066667,"id":3646,"parentId":3099,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/some.js","layer":"ssr"},"startTime":1789479396916,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":30077,"timestamp":121918067020,"id":3647,"parentId":3099,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/sortedIndex.js","layer":"ssr"},"startTime":1789479396916,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":30149,"timestamp":121918067380,"id":3648,"parentId":3099,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/sortedIndexOf.js","layer":"ssr"},"startTime":1789479396916,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":30055,"timestamp":121918067812,"id":3649,"parentId":3099,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/sortedLastIndex.js","layer":"ssr"},"startTime":1789479396917,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":29935,"timestamp":121918068246,"id":3650,"parentId":3099,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/sortedIndexBy.js","layer":"ssr"},"startTime":1789479396917,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":29982,"timestamp":121918068649,"id":3651,"parentId":3099,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/sortedLastIndexBy.js","layer":"ssr"},"startTime":1789479396918,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":29648,"timestamp":121918069456,"id":3653,"parentId":3099,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/sortedLastIndexOf.js","layer":"ssr"},"startTime":1789479396918,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":29583,"timestamp":121918069888,"id":3654,"parentId":3099,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/sortedUniq.js","layer":"ssr"},"startTime":1789479396919,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":29522,"timestamp":121918070336,"id":3655,"parentId":3099,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/sortedUniqBy.js","layer":"ssr"},"startTime":1789479396919,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":29762,"timestamp":121918070765,"id":3656,"parentId":3099,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/spread.js","layer":"ssr"},"startTime":1789479396920,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":30102,"timestamp":121918071227,"id":3657,"parentId":3099,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/split.js","layer":"ssr"},"startTime":1789479396920,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":35944,"timestamp":121918065851,"id":3644,"parentId":3099,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/snakeCase.js","layer":"ssr"},"startTime":1789479396915,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":30493,"timestamp":121918071651,"id":3658,"parentId":3099,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/startCase.js","layer":"ssr"},"startTime":1789479396921,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":30432,"timestamp":121918072133,"id":3659,"parentId":3099,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/startsWith.js","layer":"ssr"},"startTime":1789479396921,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":16298,"timestamp":121918114541,"id":3661,"parentId":3099,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/stubArray.js","layer":"ssr"},"startTime":1789479396963,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":16987,"timestamp":121918114115,"id":3660,"parentId":3099,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/stubFalse.js","layer":"ssr"},"startTime":1789479396963,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":16497,"timestamp":121918114841,"id":3662,"parentId":3099,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/stubObject.js","layer":"ssr"},"startTime":1789479396964,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":21822,"timestamp":121918115131,"id":3663,"parentId":3099,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/stubString.js","layer":"ssr"},"startTime":1789479396964,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":21880,"timestamp":121918115570,"id":3664,"parentId":3099,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/subtract.js","layer":"ssr"},"startTime":1789479396965,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":21751,"timestamp":121918115974,"id":3665,"parentId":3099,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/stubTrue.js","layer":"ssr"},"startTime":1789479396965,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":21611,"timestamp":121918116422,"id":3666,"parentId":3099,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/sum.js","layer":"ssr"},"startTime":1789479396965,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":21434,"timestamp":121918116913,"id":3667,"parentId":3099,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/sumBy.js","layer":"ssr"},"startTime":1789479396966,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":21323,"timestamp":121918117349,"id":3668,"parentId":3099,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/tail.js","layer":"ssr"},"startTime":1789479396966,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":98081,"timestamp":121918065123,"id":3642,"parentId":2908,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/hast-util-parse-selector/index.js","layer":"ssr"},"startTime":1789479396914,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":95081,"timestamp":121918069099,"id":3652,"parentId":2931,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/trim-lines/index.js","layer":"ssr"},"startTime":1789479396918,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":28557,"timestamp":121918139555,"id":3669,"parentId":3099,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/take.js","layer":"ssr"},"startTime":1789479396989,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":28610,"timestamp":121918140019,"id":3670,"parentId":3099,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/takeRight.js","layer":"ssr"},"startTime":1789479396989,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":28622,"timestamp":121918140374,"id":3671,"parentId":3099,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/takeRightWhile.js","layer":"ssr"},"startTime":1789479396989,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":28070,"timestamp":121918141170,"id":3673,"parentId":3099,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/tap.js","layer":"ssr"},"startTime":1789479396990,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":28854,"timestamp":121918140733,"id":3672,"parentId":3099,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/takeWhile.js","layer":"ssr"},"startTime":1789479396990,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":27925,"timestamp":121918142036,"id":3675,"parentId":3099,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/templateSettings.js","layer":"ssr"},"startTime":1789479396991,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":27971,"timestamp":121918142490,"id":3676,"parentId":3099,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/throttle.js","layer":"ssr"},"startTime":1789479396991,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":30404,"timestamp":121918141580,"id":3674,"parentId":3099,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/template.js","layer":"ssr"},"startTime":1789479396991,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":29196,"timestamp":121918143154,"id":3677,"parentId":3099,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/thru.js","layer":"ssr"},"startTime":1789479396992,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":29214,"timestamp":121918143652,"id":3678,"parentId":3099,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/times.js","layer":"ssr"},"startTime":1789479396993,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":28835,"timestamp":121918144541,"id":3680,"parentId":3099,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/toFinite.js","layer":"ssr"},"startTime":1789479396993,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":29861,"timestamp":121918144101,"id":3679,"parentId":3099,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/toArray.js","layer":"ssr"},"startTime":1789479396993,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":29281,"timestamp":121918145012,"id":3681,"parentId":3099,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/toInteger.js","layer":"ssr"},"startTime":1789479396994,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":29103,"timestamp":121918145467,"id":3682,"parentId":3099,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/toIterator.js","layer":"ssr"},"startTime":1789479396994,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":28849,"timestamp":121918145912,"id":3683,"parentId":3099,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/toJSON.js","layer":"ssr"},"startTime":1789479396995,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":28691,"timestamp":121918146382,"id":3684,"parentId":3099,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/toLength.js","layer":"ssr"},"startTime":1789479396995,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":28520,"timestamp":121918146821,"id":3685,"parentId":3099,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/toLower.js","layer":"ssr"},"startTime":1789479396996,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":28731,"timestamp":121918147262,"id":3686,"parentId":3099,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/toNumber.js","layer":"ssr"},"startTime":1789479396996,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":28627,"timestamp":121918147707,"id":3687,"parentId":3099,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/toPairs.js","layer":"ssr"},"startTime":1789479396997,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":28447,"timestamp":121918148152,"id":3688,"parentId":3099,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/toPairsIn.js","layer":"ssr"},"startTime":1789479396997,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":27837,"timestamp":121918149049,"id":3690,"parentId":3099,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/toPlainObject.js","layer":"ssr"},"startTime":1789479396998,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":28632,"timestamp":121918148608,"id":3689,"parentId":3099,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/toPath.js","layer":"ssr"},"startTime":1789479396998,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":28075,"timestamp":121918149503,"id":3691,"parentId":3099,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/toSafeInteger.js","layer":"ssr"},"startTime":1789479396998,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":27429,"timestamp":121918150407,"id":3693,"parentId":3099,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/toUpper.js","layer":"ssr"},"startTime":1789479396999,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":27573,"timestamp":121918150852,"id":3694,"parentId":3099,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/transform.js","layer":"ssr"},"startTime":1789479397000,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":27656,"timestamp":121918151276,"id":3695,"parentId":3099,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/trim.js","layer":"ssr"},"startTime":1789479397000,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":27728,"timestamp":121918151708,"id":3696,"parentId":3099,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/trimEnd.js","layer":"ssr"},"startTime":1789479397001,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":27772,"timestamp":121918152158,"id":3697,"parentId":3099,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/trimStart.js","layer":"ssr"},"startTime":1789479397001,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":28254,"timestamp":121918152611,"id":3698,"parentId":3099,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/truncate.js","layer":"ssr"},"startTime":1789479397002,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":28142,"timestamp":121918153047,"id":3699,"parentId":3099,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/unary.js","layer":"ssr"},"startTime":1789479397002,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":28119,"timestamp":121918153506,"id":3700,"parentId":3099,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/unescape.js","layer":"ssr"},"startTime":1789479397002,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":28019,"timestamp":121918153966,"id":3701,"parentId":3099,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/union.js","layer":"ssr"},"startTime":1789479397003,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":27529,"timestamp":121918154843,"id":3703,"parentId":3099,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/unionWith.js","layer":"ssr"},"startTime":1789479397004,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":28345,"timestamp":121918154406,"id":3702,"parentId":3099,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/unionBy.js","layer":"ssr"},"startTime":1789479397003,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":27802,"timestamp":121918155270,"id":3704,"parentId":3099,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/uniq.js","layer":"ssr"},"startTime":1789479397004,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":27672,"timestamp":121918155697,"id":3705,"parentId":3099,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/uniqBy.js","layer":"ssr"},"startTime":1789479397005,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":27540,"timestamp":121918156165,"id":3706,"parentId":3099,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/uniqWith.js","layer":"ssr"},"startTime":1789479397005,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":27048,"timestamp":121918156983,"id":3708,"parentId":3099,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/unset.js","layer":"ssr"},"startTime":1789479397006,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":27761,"timestamp":121918156576,"id":3707,"parentId":3099,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/uniqueId.js","layer":"ssr"},"startTime":1789479397006,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":27363,"timestamp":121918157421,"id":3709,"parentId":3099,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/unzip.js","layer":"ssr"},"startTime":1789479397006,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":26889,"timestamp":121918158221,"id":3711,"parentId":3099,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/update.js","layer":"ssr"},"startTime":1789479397007,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":27673,"timestamp":121918157823,"id":3710,"parentId":3099,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/unzipWith.js","layer":"ssr"},"startTime":1789479397007,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":27203,"timestamp":121918158629,"id":3712,"parentId":3099,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/updateWith.js","layer":"ssr"},"startTime":1789479397008,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":36133,"timestamp":121918159424,"id":3714,"parentId":3099,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/upperFirst.js","layer":"ssr"},"startTime":1789479397008,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":36957,"timestamp":121918159056,"id":3713,"parentId":3099,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/upperCase.js","layer":"ssr"},"startTime":1789479397008,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":46438,"timestamp":121918149947,"id":3692,"parentId":3099,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/toString.js","layer":"ssr"},"startTime":1789479396999,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":23161,"timestamp":121918201851,"id":3716,"parentId":3099,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/valueOf.js","layer":"ssr"},"startTime":1789479397051,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":23798,"timestamp":121918201436,"id":3715,"parentId":3099,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/value.js","layer":"ssr"},"startTime":1789479397050,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":23075,"timestamp":121918202555,"id":3718,"parentId":3099,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/values.js","layer":"ssr"},"startTime":1789479397052,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":22946,"timestamp":121918203068,"id":3719,"parentId":3099,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/without.js","layer":"ssr"},"startTime":1789479397052,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":22915,"timestamp":121918203529,"id":3720,"parentId":3099,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/words.js","layer":"ssr"},"startTime":1789479397052,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":24562,"timestamp":121918202188,"id":3717,"parentId":3099,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/valuesIn.js","layer":"ssr"},"startTime":1789479397051,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":23071,"timestamp":121918203967,"id":3721,"parentId":3099,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/wrap.js","layer":"ssr"},"startTime":1789479397053,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":20273,"timestamp":121918227777,"id":3722,"parentId":3099,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/wrapperAt.js","layer":"ssr"},"startTime":1789479397077,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":20156,"timestamp":121918228485,"id":3724,"parentId":3099,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/wrapperReverse.js","layer":"ssr"},"startTime":1789479397077,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":20761,"timestamp":121918228188,"id":3723,"parentId":3099,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/wrapperChain.js","layer":"ssr"},"startTime":1789479397077,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":19975,"timestamp":121918229294,"id":3726,"parentId":3099,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/xor.js","layer":"ssr"},"startTime":1789479397078,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":19997,"timestamp":121918229710,"id":3727,"parentId":3099,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/xorBy.js","layer":"ssr"},"startTime":1789479397079,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":21116,"timestamp":121918228869,"id":3725,"parentId":3099,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/wrapperValue.js","layer":"ssr"},"startTime":1789479397078,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":19615,"timestamp":121918230620,"id":3729,"parentId":3099,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/zip.js","layer":"ssr"},"startTime":1789479397080,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":19526,"timestamp":121918231042,"id":3730,"parentId":3099,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/zipObject.js","layer":"ssr"},"startTime":1789479397080,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":19045,"timestamp":121918231928,"id":3732,"parentId":3099,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/zipWith.js","layer":"ssr"},"startTime":1789479397081,"traceId":"0b5cf6f8aba18709"}]
|
|
2
|
+
/assignValue.mjs","layer":"ssr"},"startTime":1789479394780,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":67393,"timestamp":121915930927,"id":2818,"parentId":2392,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/function/debounce.mjs","layer":"ssr"},"startTime":1789479394780,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":67556,"timestamp":121915931231,"id":2820,"parentId":2413,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/mermaid/node_modules/uuid/dist/esm/nil.js","layer":"ssr"},"startTime":1789479394780,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":68133,"timestamp":121915931380,"id":2821,"parentId":2413,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/mermaid/node_modules/uuid/dist/esm/parse.js","layer":"ssr"},"startTime":1789479394780,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":68840,"timestamp":121915931080,"id":2819,"parentId":2413,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/mermaid/node_modules/uuid/dist/esm/max.js","layer":"ssr"},"startTime":1789479394780,"traceId":"0b5cf6f8aba18709"}]
|
|
3
|
+
[{"name":"webpack-compilation","duration":46987869,"timestamp":121882937582,"id":19,"parentId":16,"tags":{"name":"server"},"startTime":1789479361787,"traceId":"0b5cf6f8aba18709"},{"name":"emit","duration":79146,"timestamp":121929926285,"id":4740,"parentId":16,"tags":{},"startTime":1789479408775,"traceId":"0b5cf6f8aba18709"},{"name":"webpack-close","duration":3514948,"timestamp":121930010639,"id":4741,"parentId":16,"tags":{"name":"server"},"startTime":1789479408860,"traceId":"0b5cf6f8aba18709"},{"name":"webpack-generate-error-stats","duration":6724,"timestamp":121933525685,"id":4742,"parentId":4741,"tags":{},"startTime":1789479412375,"traceId":"0b5cf6f8aba18709"},{"name":"run-webpack-compiler","duration":51376785,"timestamp":121882156319,"id":16,"parentId":15,"tags":{},"startTime":1789479361005,"traceId":"0b5cf6f8aba18709"},{"name":"format-webpack-messages","duration":1656,"timestamp":121933533113,"id":4743,"parentId":15,"tags":{},"startTime":1789479412382,"traceId":"0b5cf6f8aba18709"},{"name":"worker-main-server","duration":51380902,"timestamp":121882155502,"id":15,"parentId":1,"tags":{},"startTime":1789479361005,"traceId":"0b5cf6f8aba18709"},{"name":"create-entrypoints","duration":88740,"timestamp":121934662383,"id":4746,"parentId":4744,"tags":{},"startTime":1789479413511,"traceId":"0b5cf6f8aba18709"},{"name":"generate-webpack-config","duration":352685,"timestamp":121934751450,"id":4747,"parentId":4745,"tags":{},"startTime":1789479413600,"traceId":"0b5cf6f8aba18709"},{"name":"make","duration":1575,"timestamp":121935283522,"id":4749,"parentId":4748,"tags":{},"startTime":1789479414132,"traceId":"0b5cf6f8aba18709"},{"name":"chunk-graph","duration":1197,"timestamp":121935290727,"id":4751,"parentId":4750,"tags":{},"startTime":1789479414140,"traceId":"0b5cf6f8aba18709"},{"name":"optimize-modules","duration":71,"timestamp":121935292223,"id":4753,"parentId":4750,"tags":{},"startTime":1789479414141,"traceId":"0b5cf6f8aba18709"},{"name":"optimize-chunks","duration":1768,"timestamp":121935292506,"id":4754,"parentId":4750,"tags":{},"startTime":1789479414141,"traceId":"0b5cf6f8aba18709"},{"name":"optimize-tree","duration":222,"timestamp":121935294447,"id":4755,"parentId":4750,"tags":{},"startTime":1789479414143,"traceId":"0b5cf6f8aba18709"},{"name":"optimize-chunk-modules","duration":1003,"timestamp":121935295091,"id":4756,"parentId":4750,"tags":{},"startTime":1789479414144,"traceId":"0b5cf6f8aba18709"},{"name":"optimize","duration":4193,"timestamp":121935292099,"id":4752,"parentId":4750,"tags":{},"startTime":1789479414141,"traceId":"0b5cf6f8aba18709"},{"name":"module-hash","duration":188,"timestamp":121935298483,"id":4757,"parentId":4750,"tags":{},"startTime":1789479414147,"traceId":"0b5cf6f8aba18709"},{"name":"code-generation","duration":421,"timestamp":121935298786,"id":4758,"parentId":4750,"tags":{},"startTime":1789479414148,"traceId":"0b5cf6f8aba18709"},{"name":"hash","duration":837,"timestamp":121935299834,"id":4759,"parentId":4750,"tags":{},"startTime":1789479414149,"traceId":"0b5cf6f8aba18709"},{"name":"code-generation-jobs","duration":362,"timestamp":121935300663,"id":4760,"parentId":4750,"tags":{},"startTime":1789479414150,"traceId":"0b5cf6f8aba18709"},{"name":"module-assets","duration":170,"timestamp":121935300959,"id":4761,"parentId":4750,"tags":{},"startTime":1789479414150,"traceId":"0b5cf6f8aba18709"},{"name":"create-chunk-assets","duration":392,"timestamp":121935301157,"id":4762,"parentId":4750,"tags":{},"startTime":1789479414150,"traceId":"0b5cf6f8aba18709"},{"name":"minify-js","duration":1986,"timestamp":121935326569,"id":4764,"parentId":4763,"tags":{"name":"interception-route-rewrite-manifest.js","cache":"MISS"},"startTime":1789479414176,"traceId":"0b5cf6f8aba18709"},{"name":"minify-webpack-plugin-optimize","duration":4728,"timestamp":121935323857,"id":4763,"parentId":4748,"tags":{"compilationName":"edge-server","mangle":"[object Object]"},"startTime":1789479414173,"traceId":"0b5cf6f8aba18709"},{"name":"css-minimizer-plugin","duration":242,"timestamp":121935328763,"id":4765,"parentId":4748,"tags":{},"startTime":1789479414178,"traceId":"0b5cf6f8aba18709"},{"name":"seal","duration":45584,"timestamp":121935289552,"id":4750,"parentId":4748,"tags":{},"startTime":1789479414139,"traceId":"0b5cf6f8aba18709"},{"name":"webpack-compilation","duration":66099,"timestamp":121935269716,"id":4748,"parentId":4745,"tags":{"name":"edge-server"},"startTime":1789479414119,"traceId":"0b5cf6f8aba18709"},{"name":"emit","duration":5011,"timestamp":121935336536,"id":4766,"parentId":4745,"tags":{},"startTime":1789479414185,"traceId":"0b5cf6f8aba18709"},{"name":"webpack-close","duration":18068,"timestamp":121935343205,"id":4767,"parentId":4745,"tags":{"name":"edge-server"},"startTime":1789479414192,"traceId":"0b5cf6f8aba18709"},{"name":"webpack-generate-error-stats","duration":5071,"timestamp":121935361382,"id":4768,"parentId":4767,"tags":{},"startTime":1789479414210,"traceId":"0b5cf6f8aba18709"},{"name":"run-webpack-compiler","duration":704502,"timestamp":121934662361,"id":4745,"parentId":4744,"tags":{},"startTime":1789479413511,"traceId":"0b5cf6f8aba18709"},{"name":"format-webpack-messages","duration":158,"timestamp":121935366880,"id":4769,"parentId":4744,"tags":{},"startTime":1789479414216,"traceId":"0b5cf6f8aba18709"},{"name":"worker-main-edge-server","duration":706011,"timestamp":121934661273,"id":4744,"parentId":1,"tags":{},"startTime":1789479413510,"traceId":"0b5cf6f8aba18709"},{"name":"create-entrypoints","duration":96018,"timestamp":121936303058,"id":4772,"parentId":4770,"tags":{},"startTime":1789479415152,"traceId":"0b5cf6f8aba18709"},{"name":"generate-webpack-config","duration":352778,"timestamp":121936399399,"id":4773,"parentId":4771,"tags":{},"startTime":1789479415248,"traceId":"0b5cf6f8aba18709"},{"name":"build-module","duration":21712,"timestamp":121937032619,"id":4845,"parentId":4778,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2Fhome%2Fshare%2Fdev%2Fagent-studio-deploy%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%2Fshare%2Fdev%2Fagent-studio-deploy%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fshare%2Fdev%2Fagent-studio-deploy%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-segment.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fshare%2Fdev%2Fagent-studio-deploy%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%2Fshare%2Fdev%2Fagent-studio-deploy%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fshare%2Fdev%2Fagent-studio-deploy%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%2Fshare%2Fdev%2Fagent-studio-deploy%2Fnode_modules%2Fnext%2Fdist%2Flib%2Fframework%2Fboundary-components.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fshare%2Fdev%2Fagent-studio-deploy%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":1789479415882,"traceId":"0b5cf6f8aba18709"},{"name":"build-module","duration":991,"timestamp":121937054623,"id":4846,"parentId":4780,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?server=false!","layer":"app-pages-browser"},"startTime":1789479415904,"traceId":"0b5cf6f8aba18709"},{"name":"build-module","duration":3443,"timestamp":121937055741,"id":4847,"parentId":4782,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2Fhome%2Fshare%2Fdev%2Fagent-studio-deploy%2Fcomponents%2FPwaRegistration.tsx%22%2C%22ids%22%3A%5B%22PwaRegistration%22%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fshare%2Fdev%2Fagent-studio-deploy%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%2Fshare%2Fdev%2Fagent-studio-deploy%2Fnode_modules%2Fkatex%2Fdist%2Fkatex.min.css%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fshare%2Fdev%2Fagent-studio-deploy%2Fapp%2Fglobals.css%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fshare%2Fdev%2Fagent-studio-deploy%2Fapp%2Fsettings.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!","layer":"app-pages-browser"},"startTime":1789479415905,"traceId":"0b5cf6f8aba18709"},{"name":"build-module","duration":1078,"timestamp":121937059367,"id":4848,"parentId":4783,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2Fhome%2Fshare%2Fdev%2Fagent-studio-deploy%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":1789479415908,"traceId":"0b5cf6f8aba18709"},{"name":"build-module","duration":1033,"timestamp":121937060508,"id":4849,"parentId":4842,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2Fhome%2Fshare%2Fdev%2Fagent-studio-deploy%2Fapp%2Fdashboard%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!","layer":"app-pages-browser"},"startTime":1789479415909,"traceId":"0b5cf6f8aba18709"},{"name":"build-module","duration":788,"timestamp":121937061689,"id":4850,"parentId":4843,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2Fhome%2Fshare%2Fdev%2Fagent-studio-deploy%2Fapp%2Flogin%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!","layer":"app-pages-browser"},"startTime":1789479415911,"traceId":"0b5cf6f8aba18709"},{"name":"build-module","duration":1036,"timestamp":121937062531,"id":4851,"parentId":4844,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2Fhome%2Fshare%2Fdev%2Fagent-studio-deploy%2Fcomponents%2FAppShell.tsx%22%2C%22ids%22%3A%5B%22AppShell%22%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fshare%2Fdev%2Fagent-studio-deploy%2Fhooks%2FuseI18n.tsx%22%2C%22ids%22%3A%5B%22I18nProvider%22%5D%7D&server=false!","layer":"app-pages-browser"},"startTime":1789479415911,"traceId":"0b5cf6f8aba18709"},{"name":"next-client-pages-loader","duration":504,"timestamp":121937064991,"id":4853,"parentId":4852,"tags":{"absolutePagePath":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/client/components/builtin/global-not-found.js"},"startTime":1789479415914,"traceId":"0b5cf6f8aba18709"},{"name":"build-module","duration":11471,"timestamp":121937063816,"id":4852,"parentId":4779,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/build/webpack/loaders/next-client-pages-loader.js?absolutePagePath=%2Fhome%2Fshare%2Fdev%2Fagent-studio-deploy%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fbuiltin%2Fglobal-not-found.js&page=%2F_not-found%2Fpage!","layer":"app-pages-browser"},"startTime":1789479415913,"traceId":"0b5cf6f8aba18709"},{"name":"add-entry","duration":132654,"timestamp":121936944194,"id":4780,"parentId":4775,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1789479415793,"traceId":"0b5cf6f8aba18709"},{"name":"add-entry","duration":132634,"timestamp":121936944245,"id":4781,"parentId":4775,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1789479415793,"traceId":"0b5cf6f8aba18709"},{"name":"add-entry","duration":132576,"timestamp":121936944310,"id":4784,"parentId":4775,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1789479415793,"traceId":"0b5cf6f8aba18709"},{"name":"add-entry","duration":132366,"timestamp":121936944525,"id":4785,"parentId":4775,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1789479415793,"traceId":"0b5cf6f8aba18709"},{"name":"add-entry","duration":132304,"timestamp":121936944590,"id":4786,"parentId":4775,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1789479415794,"traceId":"0b5cf6f8aba18709"},{"name":"add-entry","duration":132290,"timestamp":121936944608,"id":4787,"parentId":4775,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1789479415794,"traceId":"0b5cf6f8aba18709"},{"name":"add-entry","duration":132285,"timestamp":121936944616,"id":4788,"parentId":4775,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1789479415794,"traceId":"0b5cf6f8aba18709"},{"name":"add-entry","duration":132281,"timestamp":121936944625,"id":4789,"parentId":4775,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1789479415794,"traceId":"0b5cf6f8aba18709"},{"name":"add-entry","duration":132278,"timestamp":121936944631,"id":4790,"parentId":4775,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1789479415794,"traceId":"0b5cf6f8aba18709"},{"name":"add-entry","duration":132486,"timestamp":121936944640,"id":4791,"parentId":4775,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1789479415794,"traceId":"0b5cf6f8aba18709"},{"name":"add-entry","duration":132490,"timestamp":121936944646,"id":4792,"parentId":4775,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1789479415794,"traceId":"0b5cf6f8aba18709"},{"name":"add-entry","duration":132483,"timestamp":121936944657,"id":4793,"parentId":4775,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1789479415794,"traceId":"0b5cf6f8aba18709"},{"name":"add-entry","duration":132476,"timestamp":121936944666,"id":4794,"parentId":4775,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1789479415794,"traceId":"0b5cf6f8aba18709"},{"name":"add-entry","duration":132473,"timestamp":121936944672,"id":4795,"parentId":4775,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1789479415794,"traceId":"0b5cf6f8aba18709"},{"name":"add-entry","duration":132465,"timestamp":121936944684,"id":4796,"parentId":4775,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1789479415794,"traceId":"0b5cf6f8aba18709"},{"name":"add-entry","duration":132459,"timestamp":121936944693,"id":4797,"parentId":4775,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1789479415794,"traceId":"0b5cf6f8aba18709"},{"name":"add-entry","duration":132457,"timestamp":121936944699,"id":4798,"parentId":4775,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1789479415794,"traceId":"0b5cf6f8aba18709"},{"name":"add-entry","duration":132453,"timestamp":121936944709,"id":4799,"parentId":4775,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1789479415794,"traceId":"0b5cf6f8aba18709"},{"name":"add-entry","duration":132450,"timestamp":121936944715,"id":4800,"parentId":4775,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1789479415794,"traceId":"0b5cf6f8aba18709"},{"name":"add-entry","duration":132444,"timestamp":121936944724,"id":4801,"parentId":4775,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1789479415794,"traceId":"0b5cf6f8aba18709"},{"name":"add-entry","duration":132441,"timestamp":121936944730,"id":4802,"parentId":4775,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1789479415794,"traceId":"0b5cf6f8aba18709"},{"name":"add-entry","duration":132438,"timestamp":121936944736,"id":4803,"parentId":4775,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1789479415794,"traceId":"0b5cf6f8aba18709"},{"name":"add-entry","duration":132432,"timestamp":121936944744,"id":4804,"parentId":4775,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1789479415794,"traceId":"0b5cf6f8aba18709"},{"name":"add-entry","duration":132429,"timestamp":121936944750,"id":4805,"parentId":4775,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1789479415794,"traceId":"0b5cf6f8aba18709"},{"name":"add-entry","duration":132423,"timestamp":121936944760,"id":4806,"parentId":4775,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1789479415794,"traceId":"0b5cf6f8aba18709"},{"name":"add-entry","duration":132420,"timestamp":121936944766,"id":4807,"parentId":4775,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1789479415794,"traceId":"0b5cf6f8aba18709"},{"name":"add-entry","duration":132411,"timestamp":121936944777,"id":4808,"parentId":4775,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1789479415794,"traceId":"0b5cf6f8aba18709"},{"name":"add-entry","duration":132402,"timestamp":121936944789,"id":4809,"parentId":4775,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1789479415794,"traceId":"0b5cf6f8aba18709"},{"name":"add-entry","duration":132396,"timestamp":121936944798,"id":4810,"parentId":4775,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1789479415794,"traceId":"0b5cf6f8aba18709"},{"name":"add-entry","duration":132393,"timestamp":121936944804,"id":4811,"parentId":4775,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1789479415794,"traceId":"0b5cf6f8aba18709"},{"name":"add-entry","duration":132387,"timestamp":121936944813,"id":4812,"parentId":4775,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1789479415794,"traceId":"0b5cf6f8aba18709"},{"name":"add-entry","duration":132383,"timestamp":121936944819,"id":4813,"parentId":4775,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1789479415794,"traceId":"0b5cf6f8aba18709"},{"name":"add-entry","duration":132377,"timestamp":121936944828,"id":4814,"parentId":4775,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1789479415794,"traceId":"0b5cf6f8aba18709"},{"name":"add-entry","duration":132373,"timestamp":121936944834,"id":4815,"parentId":4775,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1789479415794,"traceId":"0b5cf6f8aba18709"},{"name":"add-entry","duration":132367,"timestamp":121936944844,"id":4816,"parentId":4775,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1789479415794,"traceId":"0b5cf6f8aba18709"},{"name":"add-entry","duration":132363,"timestamp":121936944850,"id":4817,"parentId":4775,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1789479415794,"traceId":"0b5cf6f8aba18709"},{"name":"add-entry","duration":132353,"timestamp":121936944862,"id":4818,"parentId":4775,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1789479415794,"traceId":"0b5cf6f8aba18709"},{"name":"add-entry","duration":132348,"timestamp":121936944870,"id":4819,"parentId":4775,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1789479415794,"traceId":"0b5cf6f8aba18709"},{"name":"add-entry","duration":132344,"timestamp":121936944877,"id":4820,"parentId":4775,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1789479415794,"traceId":"0b5cf6f8aba18709"},{"name":"add-entry","duration":132342,"timestamp":121936944886,"id":4821,"parentId":4775,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1789479415794,"traceId":"0b5cf6f8aba18709"},{"name":"add-entry","duration":132337,"timestamp":121936944894,"id":4822,"parentId":4775,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1789479415794,"traceId":"0b5cf6f8aba18709"},{"name":"add-entry","duration":132322,"timestamp":121936944911,"id":4823,"parentId":4775,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1789479415794,"traceId":"0b5cf6f8aba18709"},{"name":"add-entry","duration":132314,"timestamp":121936944922,"id":4824,"parentId":4775,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1789479415794,"traceId":"0b5cf6f8aba18709"},{"name":"add-entry","duration":132301,"timestamp":121936944937,"id":4825,"parentId":4775,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1789479415794,"traceId":"0b5cf6f8aba18709"},{"name":"add-entry","duration":132292,"timestamp":121936944949,"id":4826,"parentId":4775,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1789479415794,"traceId":"0b5cf6f8aba18709"},{"name":"add-entry","duration":132278,"timestamp":121936944965,"id":4827,"parentId":4775,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1789479415794,"traceId":"0b5cf6f8aba18709"},{"name":"add-entry","duration":132270,"timestamp":121936944976,"id":4828,"parentId":4775,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1789479415794,"traceId":"0b5cf6f8aba18709"},{"name":"add-entry","duration":132256,"timestamp":121936944992,"id":4829,"parentId":4775,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1789479415794,"traceId":"0b5cf6f8aba18709"},{"name":"add-entry","duration":132247,"timestamp":121936945004,"id":4830,"parentId":4775,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1789479415794,"traceId":"0b5cf6f8aba18709"},{"name":"add-entry","duration":132240,"timestamp":121936945014,"id":4831,"parentId":4775,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1789479415794,"traceId":"0b5cf6f8aba18709"},{"name":"add-entry","duration":132236,"timestamp":121936945020,"id":4832,"parentId":4775,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1789479415794,"traceId":"0b5cf6f8aba18709"},{"name":"add-entry","duration":132230,"timestamp":121936945029,"id":4833,"parentId":4775,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1789479415794,"traceId":"0b5cf6f8aba18709"},{"name":"add-entry","duration":132227,"timestamp":121936945035,"id":4834,"parentId":4775,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1789479415794,"traceId":"0b5cf6f8aba18709"},{"name":"add-entry","duration":132220,"timestamp":121936945044,"id":4835,"parentId":4775,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1789479415794,"traceId":"0b5cf6f8aba18709"},{"name":"add-entry","duration":132216,"timestamp":121936945050,"id":4836,"parentId":4775,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1789479415794,"traceId":"0b5cf6f8aba18709"},{"name":"add-entry","duration":132210,"timestamp":121936945061,"id":4837,"parentId":4775,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1789479415794,"traceId":"0b5cf6f8aba18709"},{"name":"add-entry","duration":132206,"timestamp":121936945067,"id":4838,"parentId":4775,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1789479415794,"traceId":"0b5cf6f8aba18709"}]
|
|
4
|
+
[{"name":"add-entry","duration":132200,"timestamp":121936945076,"id":4839,"parentId":4775,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1789479415794,"traceId":"0b5cf6f8aba18709"},{"name":"add-entry","duration":132196,"timestamp":121936945083,"id":4840,"parentId":4775,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1789479415794,"traceId":"0b5cf6f8aba18709"},{"name":"add-entry","duration":132181,"timestamp":121936945100,"id":4841,"parentId":4775,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1789479415794,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":25162,"timestamp":121937087818,"id":4854,"parentId":4776,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/client/next.js","layer":"pages-dir-browser"},"startTime":1789479415937,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":28145,"timestamp":121937094790,"id":4855,"parentId":4777,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/client/app-next.js","layer":"app-pages-browser"},"startTime":1789479415944,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":15441,"timestamp":121937144023,"id":4856,"parentId":4854,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/client/register-deployment-id-global.js","layer":"pages-dir-browser"},"startTime":1789479415993,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":15991,"timestamp":121937148890,"id":4858,"parentId":4852,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/client/components/builtin/global-not-found.js","layer":"app-pages-browser"},"startTime":1789479415998,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":19393,"timestamp":121937150463,"id":4860,"parentId":4855,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/client/app-webpack.js","layer":"app-pages-browser"},"startTime":1789479415999,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":32516,"timestamp":121937151327,"id":4861,"parentId":4855,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/client/app-bootstrap.js","layer":"app-pages-browser"},"startTime":1789479416000,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":59069,"timestamp":121937152243,"id":4862,"parentId":4855,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/client/app-index.js","layer":"app-pages-browser"},"startTime":1789479416001,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":101578,"timestamp":121937149758,"id":4859,"parentId":4854,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/client/index.js","layer":"pages-dir-browser"},"startTime":1789479415999,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":105184,"timestamp":121937148264,"id":4857,"parentId":4854,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/client/webpack.js","layer":"pages-dir-browser"},"startTime":1789479415997,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":8229,"timestamp":121937278783,"id":4865,"parentId":4860,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/client/register-deployment-id-global.js","layer":"app-pages-browser"},"startTime":1789479416128,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":118900,"timestamp":121937170649,"id":4863,"parentId":4854,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/lib/require-instrumentation-client.js","layer":"pages-dir-browser"},"startTime":1789479416020,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":120235,"timestamp":121937171311,"id":4864,"parentId":4855,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/lib/require-instrumentation-client.js","layer":"app-pages-browser"},"startTime":1789479416020,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":21460,"timestamp":121937305422,"id":4866,"parentId":4861,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/client/asset-prefix.js","layer":"app-pages-browser"},"startTime":1789479416154,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":23962,"timestamp":121937305892,"id":4867,"parentId":4861,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/client/set-attributes-from-props.js","layer":"app-pages-browser"},"startTime":1789479416155,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":25117,"timestamp":121937306298,"id":4868,"parentId":4862,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/client/app-globals.js","layer":"app-pages-browser"},"startTime":1789479416155,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":26628,"timestamp":121937307207,"id":4870,"parentId":4862,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/client/app-find-source-map-url.js","layer":"app-pages-browser"},"startTime":1789479416156,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":28759,"timestamp":121937306680,"id":4869,"parentId":4862,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/client/app-call-server.js","layer":"app-pages-browser"},"startTime":1789479416156,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":28923,"timestamp":121937308272,"id":4872,"parentId":4862,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/client/navigation-build-id.js","layer":"app-pages-browser"},"startTime":1789479416157,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":37062,"timestamp":121937307725,"id":4871,"parentId":4862,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/client/flight-data-helpers.js","layer":"app-pages-browser"},"startTime":1789479416157,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":39870,"timestamp":121937309970,"id":4875,"parentId":4859,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/client/route-announcer.js","layer":"pages-dir-browser"},"startTime":1789479416159,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":52646,"timestamp":121937309496,"id":4874,"parentId":4859,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/client/page-loader.js","layer":"pages-dir-browser"},"startTime":1789479416158,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":52870,"timestamp":121937311467,"id":4879,"parentId":4859,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/client/has-base-path.js","layer":"pages-dir-browser"},"startTime":1789479416160,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":55698,"timestamp":121937311018,"id":4878,"parentId":4859,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/client/remove-base-path.js","layer":"pages-dir-browser"},"startTime":1789479416160,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":76840,"timestamp":121937310418,"id":4876,"parentId":4859,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/client/router.js","layer":"pages-dir-browser"},"startTime":1789479416159,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":87932,"timestamp":121937311881,"id":4880,"parentId":4859,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/client/script.js","layer":"pages-dir-browser"},"startTime":1789479416161,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":100815,"timestamp":121937312299,"id":4881,"parentId":4862,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/client/components/app-router-instance.js","layer":"app-pages-browser"},"startTime":1789479416161,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":100535,"timestamp":121937313672,"id":4884,"parentId":4859,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/client/components/is-next-router-error.js","layer":"pages-dir-browser"},"startTime":1789479416163,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":112982,"timestamp":121937313233,"id":4883,"parentId":4862,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/client/components/router-transition.js","layer":"app-pages-browser"},"startTime":1789479416162,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":121208,"timestamp":121937308882,"id":4873,"parentId":4859,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/client/head-manager.js","layer":"pages-dir-browser"},"startTime":1789479416158,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":132705,"timestamp":121937312773,"id":4882,"parentId":4862,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/client/components/app-router.js","layer":"app-pages-browser"},"startTime":1789479416162,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":72931,"timestamp":121937376178,"id":4885,"parentId":4858,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/client/components/http-access-fallback/error-fallback.js","layer":"app-pages-browser"},"startTime":1789479416225,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":166878,"timestamp":121937310824,"id":4877,"parentId":4859,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/lib/is-error.js","layer":"pages-dir-browser"},"startTime":1789479416160,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":19546,"timestamp":121937488177,"id":4886,"parentId":4862,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/client/react-client-callbacks/on-recoverable-error.js","layer":"app-pages-browser"},"startTime":1789479416337,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":24162,"timestamp":121937488984,"id":4888,"parentId":4862,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/client/react-client-callbacks/error-boundary-callbacks.js","layer":"app-pages-browser"},"startTime":1789479416338,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":27626,"timestamp":121937488620,"id":4887,"parentId":4859,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/client/react-client-callbacks/on-recoverable-error.js","layer":"pages-dir-browser"},"startTime":1789479416338,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":31574,"timestamp":121937489429,"id":4889,"parentId":4862,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/client/components/router-reducer/create-initial-router-state.js","layer":"app-pages-browser"},"startTime":1789479416338,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":19465,"timestamp":121937523327,"id":4891,"parentId":4859,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/client/tracing/tracer.js","layer":"pages-dir-browser"},"startTime":1789479416372,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":20720,"timestamp":121937524179,"id":4893,"parentId":4859,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/pages/_app.js","layer":"pages-dir-browser"},"startTime":1789479416373,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":23934,"timestamp":121937523757,"id":4892,"parentId":4859,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/pages/_error.js","layer":"pages-dir-browser"},"startTime":1789479416373,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":18066,"timestamp":121937552872,"id":4895,"parentId":4845,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/client/components/client-page.js","layer":"app-pages-browser"},"startTime":1789479416402,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":19458,"timestamp":121937553271,"id":4896,"parentId":4845,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/client/components/client-segment.js","layer":"app-pages-browser"},"startTime":1789479416402,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":20043,"timestamp":121937554104,"id":4898,"parentId":4845,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/client/components/render-from-template-context.js","layer":"app-pages-browser"},"startTime":1789479416403,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":22096,"timestamp":121937554667,"id":4899,"parentId":4845,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/client/components/builtin/global-error.js","layer":"app-pages-browser"},"startTime":1789479416404,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":25181,"timestamp":121937555235,"id":4900,"parentId":4845,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js","layer":"app-pages-browser"},"startTime":1789479416404,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":26623,"timestamp":121937555749,"id":4901,"parentId":4856,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/shared/lib/deployment-id.js","layer":"pages-dir-browser"},"startTime":1789479416405,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":47844,"timestamp":121937553638,"id":4897,"parentId":4845,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/client/components/layout-router.js","layer":"app-pages-browser"},"startTime":1789479416403,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":45255,"timestamp":121937557130,"id":4904,"parentId":4862,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/shared/lib/head-manager-context.shared-runtime.js","layer":"app-pages-browser"},"startTime":1789479416406,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":46458,"timestamp":121937556663,"id":4903,"parentId":4860,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/shared/lib/encode-uri-path.js","layer":"app-pages-browser"},"startTime":1789479416406,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":46289,"timestamp":121937557602,"id":4905,"parentId":4859,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/shared/lib/head-manager-context.shared-runtime.js","layer":"pages-dir-browser"},"startTime":1789479416407,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":48255,"timestamp":121937557994,"id":4906,"parentId":4862,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/shared/lib/app-router-context.shared-runtime.js","layer":"app-pages-browser"},"startTime":1789479416407,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":51660,"timestamp":121937556201,"id":4902,"parentId":4860,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/shared/lib/deployment-id.js","layer":"app-pages-browser"},"startTime":1789479416405,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":50816,"timestamp":121937558463,"id":4907,"parentId":4859,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/shared/lib/app-router-context.shared-runtime.js","layer":"pages-dir-browser"},"startTime":1789479416407,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":143007,"timestamp":121937489925,"id":4890,"parentId":4859,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/build/polyfills/polyfill-module.js","layer":"pages-dir-browser"},"startTime":1789479416339,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":109432,"timestamp":121937526067,"id":4894,"parentId":4868,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/build/polyfills/polyfill-module.js","layer":"app-pages-browser"},"startTime":1789479416375,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":12532,"timestamp":121937654872,"id":4909,"parentId":4859,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/shared/lib/router-context.shared-runtime.js","layer":"pages-dir-browser"},"startTime":1789479416504,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":13024,"timestamp":121937655743,"id":4911,"parentId":4859,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/shared/lib/image-config-context.shared-runtime.js","layer":"pages-dir-browser"},"startTime":1789479416505,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":21412,"timestamp":121937655287,"id":4910,"parentId":4859,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/shared/lib/utils.js","layer":"pages-dir-browser"},"startTime":1789479416504,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":22766,"timestamp":121937656198,"id":4912,"parentId":4859,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/shared/lib/hooks-client-context.shared-runtime.js","layer":"pages-dir-browser"},"startTime":1789479416505,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":27527,"timestamp":121937657102,"id":4914,"parentId":4859,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/shared/lib/router/utils/disable-smooth-scroll.js","layer":"pages-dir-browser"},"startTime":1789479416506,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":31908,"timestamp":121937654393,"id":4908,"parentId":4859,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/shared/lib/mitt.js","layer":"pages-dir-browser"},"startTime":1789479416503,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":31013,"timestamp":121937657477,"id":4915,"parentId":4859,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/shared/lib/router/utils/is-dynamic.js","layer":"pages-dir-browser"},"startTime":1789479416506,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":33214,"timestamp":121937657840,"id":4916,"parentId":4859,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/shared/lib/router/utils/querystring.js","layer":"pages-dir-browser"},"startTime":1789479416507,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":34395,"timestamp":121937659125,"id":4919,"parentId":4882,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/client/remove-base-path.js","layer":"app-pages-browser"},"startTime":1789479416508,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":38283,"timestamp":121937658262,"id":4917,"parentId":4880,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/client/set-attributes-from-props.js","layer":"pages-dir-browser"},"startTime":1789479416507,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":45238,"timestamp":121937656636,"id":4913,"parentId":4859,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/shared/lib/router/adapters.js","layer":"pages-dir-browser"},"startTime":1789479416506,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":26792,"timestamp":121937679737,"id":4920,"parentId":4882,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/client/has-base-path.js","layer":"app-pages-browser"},"startTime":1789479416529,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":28293,"timestamp":121937680297,"id":4921,"parentId":4882,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/shared/lib/hooks-client-context.shared-runtime.js","layer":"app-pages-browser"},"startTime":1789479416529,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":19672,"timestamp":121937710799,"id":4923,"parentId":4874,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/client/add-base-path.js","layer":"pages-dir-browser"},"startTime":1789479416560,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":27529,"timestamp":121937710256,"id":4922,"parentId":4871,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/client/route-params.js","layer":"app-pages-browser"},"startTime":1789479416559,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":14837,"timestamp":121937740701,"id":4924,"parentId":4881,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/client/add-base-path.js","layer":"app-pages-browser"},"startTime":1789479416590,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":15588,"timestamp":121937741232,"id":4925,"parentId":4874,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/client/add-locale.js","layer":"pages-dir-browser"},"startTime":1789479416590,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":22162,"timestamp":121937742944,"id":4927,"parentId":4866,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/shared/lib/invariant-error.js","layer":"app-pages-browser"},"startTime":1789479416592,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":26403,"timestamp":121937743503,"id":4928,"parentId":4869,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/client/components/use-action-queue.js","layer":"app-pages-browser"},"startTime":1789479416592,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":29013,"timestamp":121937744088,"id":4929,"parentId":4871,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/shared/lib/segment.js","layer":"app-pages-browser"},"startTime":1789479416593,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":46636,"timestamp":121937741666,"id":4926,"parentId":4874,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/client/route-loader.js","layer":"pages-dir-browser"},"startTime":1789479416591,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":54783,"timestamp":121937744588,"id":4930,"parentId":4874,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/shared/lib/constants.js","layer":"pages-dir-browser"},"startTime":1789479416594,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":43394,"timestamp":121937757766,"id":4932,"parentId":4871,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/client/components/router-reducer/create-href-from-url.js","layer":"app-pages-browser"},"startTime":1789479416607,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":46494,"timestamp":121937757351,"id":4931,"parentId":4869,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/client/components/router-reducer/router-reducer-types.js","layer":"app-pages-browser"},"startTime":1789479416606,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":46432,"timestamp":121937758579,"id":4934,"parentId":4874,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/shared/lib/router/utils/get-asset-path-from-route.js","layer":"pages-dir-browser"},"startTime":1789479416608,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":52944,"timestamp":121937758196,"id":4933,"parentId":4874,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/shared/lib/router/utils/interpolate-as.js","layer":"pages-dir-browser"},"startTime":1789479416607,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":52610,"timestamp":121937759330,"id":4936,"parentId":4874,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/shared/lib/router/utils/remove-trailing-slash.js","layer":"pages-dir-browser"},"startTime":1789479416608,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":54505,"timestamp":121937758953,"id":4935,"parentId":4874,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/shared/lib/router/utils/parse-relative-url.js","layer":"pages-dir-browser"},"startTime":1789479416608,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":68373,"timestamp":121937759723,"id":4937,"parentId":4879,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/shared/lib/router/utils/path-has-prefix.js","layer":"pages-dir-browser"},"startTime":1789479416609,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":69091,"timestamp":121937760556,"id":4939,"parentId":4876,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/client/with-router.js","layer":"pages-dir-browser"},"startTime":1789479416610,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":70343,"timestamp":121937760984,"id":4940,"parentId":4880,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/client/request-idle-callback.js","layer":"pages-dir-browser"},"startTime":1789479416610,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":71956,"timestamp":121937761359,"id":4941,"parentId":4880,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/shared/lib/htmlescape.js","layer":"pages-dir-browser"},"startTime":1789479416610,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":178879,"timestamp":121937658689,"id":4918,"parentId":4845,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/lib/framework/boundary-components.js","layer":"app-pages-browser"},"startTime":1789479416508,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":125374,"timestamp":121937761801,"id":4942,"parentId":4876,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/shared/lib/router/router.js","layer":"pages-dir-browser"},"startTime":1789479416611,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":71710,"timestamp":121937817394,"id":4943,"parentId":4881,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/shared/lib/is-thenable.js","layer":"app-pages-browser"},"startTime":1789479416666,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":73613,"timestamp":121937817910,"id":4944,"parentId":4881,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/client/components/app-router-utils.js","layer":"app-pages-browser"},"startTime":1789479416667,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":74532,"timestamp":121937819138,"id":4946,"parentId":4884,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/client/components/redirect-error.js","layer":"pages-dir-browser"},"startTime":1789479416668,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":75864,"timestamp":121937820114,"id":4947,"parentId":4882,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/client/components/redirect-error.js","layer":"app-pages-browser"},"startTime":1789479416669,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":84150,"timestamp":121937818645,"id":4945,"parentId":4881,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/client/components/links.js","layer":"app-pages-browser"},"startTime":1789479416668,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":83016,"timestamp":121937822638,"id":4948,"parentId":4881,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/client/components/router-reducer/router-reducer.js","layer":"app-pages-browser"},"startTime":1789479416672,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":119492,"timestamp":121937823334,"id":4949,"parentId":4881,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/client/components/router-reducer/ppr-navigations.js","layer":"app-pages-browser"},"startTime":1789479416672,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":12282,"timestamp":121937964209,"id":4950,"parentId":4884,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/client/components/http-access-fallback/http-access-fallback.js","layer":"pages-dir-browser"},"startTime":1789479416813,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":14257,"timestamp":121937980592,"id":4951,"parentId":4886,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/lib/is-error.js","layer":"app-pages-browser"},"startTime":1789479416830,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":237839,"timestamp":121937760147,"id":4938,"parentId":4845,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/lib/metadata/generate/icon-mark.js","layer":"app-pages-browser"},"startTime":1789479416609,"traceId":"0b5cf6f8aba18709"}]
|
|
5
|
+
[{"name":"build-module-js","duration":31110,"timestamp":121937981237,"id":4953,"parentId":4874,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/client/lib/promise.js","layer":"pages-dir-browser"},"startTime":1789479416830,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":32522,"timestamp":121937981574,"id":4954,"parentId":4881,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/client/lib/javascript-url.js","layer":"app-pages-browser"},"startTime":1789479416831,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":31725,"timestamp":121937983195,"id":4957,"parentId":4882,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/client/components/unresolved-thenable.js","layer":"app-pages-browser"},"startTime":1789479416832,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":34185,"timestamp":121937982673,"id":4956,"parentId":4882,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/client/components/app-router-announcer.js","layer":"app-pages-browser"},"startTime":1789479416832,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":36933,"timestamp":121937982180,"id":4955,"parentId":4882,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/client/components/redirect-boundary.js","layer":"app-pages-browser"},"startTime":1789479416831,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":39391,"timestamp":121937980905,"id":4952,"parentId":4888,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/client/components/is-next-router-error.js","layer":"app-pages-browser"},"startTime":1789479416830,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":38776,"timestamp":121937983719,"id":4958,"parentId":4882,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/client/components/nav-failure-handler.js","layer":"app-pages-browser"},"startTime":1789479416833,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":41587,"timestamp":121937984253,"id":4959,"parentId":4882,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/client/components/redirect.js","layer":"app-pages-browser"},"startTime":1789479416833,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":42219,"timestamp":121937985693,"id":4962,"parentId":4881,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/client/components/segment-cache/prefetch.js","layer":"app-pages-browser"},"startTime":1789479416835,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":44754,"timestamp":121937985159,"id":4961,"parentId":4881,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/client/components/segment-cache/types.js","layer":"app-pages-browser"},"startTime":1789479416834,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":49264,"timestamp":121937984704,"id":4960,"parentId":4883,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/client/components/router-reducer/compute-changed-path.js","layer":"app-pages-browser"},"startTime":1789479416834,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":61032,"timestamp":121937986595,"id":4964,"parentId":4881,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/client/components/segment-cache/optimistic-routes.js","layer":"app-pages-browser"},"startTime":1789479416836,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":76956,"timestamp":121937986153,"id":4963,"parentId":4881,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/client/components/segment-cache/navigation.js","layer":"app-pages-browser"},"startTime":1789479416835,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":77514,"timestamp":121937987108,"id":4965,"parentId":4877,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/shared/lib/is-plain-object.js","layer":"pages-dir-browser"},"startTime":1789479416836,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":78218,"timestamp":121937988121,"id":4967,"parentId":4882,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/client/components/router-reducer/reducers/committed-state.js","layer":"app-pages-browser"},"startTime":1789479416837,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":80115,"timestamp":121937988562,"id":4968,"parentId":4882,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/client/components/router-reducer/reducers/find-head-in-cache.js","layer":"app-pages-browser"},"startTime":1789479416838,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":83583,"timestamp":121937987637,"id":4966,"parentId":4900,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/client/components/http-access-fallback/http-access-fallback.js","layer":"app-pages-browser"},"startTime":1789479416837,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":101530,"timestamp":121937989470,"id":4970,"parentId":4886,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/client/react-client-callbacks/report-global-error.js","layer":"app-pages-browser"},"startTime":1789479416838,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":102330,"timestamp":121937989909,"id":4971,"parentId":4887,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/client/react-client-callbacks/report-global-error.js","layer":"pages-dir-browser"},"startTime":1789479416839,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":104095,"timestamp":121937991258,"id":4974,"parentId":4889,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/client/components/segment-cache/bfcache.js","layer":"app-pages-browser"},"startTime":1789479416840,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":110364,"timestamp":121937989056,"id":4969,"parentId":4882,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/client/components/errors/root-error-boundary.js","layer":"app-pages-browser"},"startTime":1789479416838,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":112632,"timestamp":121937990364,"id":4972,"parentId":4888,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/client/components/error-boundary.js","layer":"app-pages-browser"},"startTime":1789479416839,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":143943,"timestamp":121937990810,"id":4973,"parentId":4889,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/client/components/segment-cache/cache.js","layer":"app-pages-browser"},"startTime":1789479416840,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-tsx","duration":32858,"timestamp":121938151743,"id":4976,"parentId":4847,"tags":{"name":"/home/share/dev/agent-studio-deploy/components/PwaRegistration.tsx","layer":"app-pages-browser"},"startTime":1789479417001,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":44092,"timestamp":121938151295,"id":4975,"parentId":4889,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/client/components/router-reducer/fetch-server-response.js","layer":"app-pages-browser"},"startTime":1789479417000,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-tsx","duration":44354,"timestamp":121938155521,"id":4978,"parentId":4849,"tags":{"name":"/home/share/dev/agent-studio-deploy/app/dashboard/page.tsx","layer":"app-pages-browser"},"startTime":1789479417004,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-tsx","duration":45435,"timestamp":121938156448,"id":4979,"parentId":4850,"tags":{"name":"/home/share/dev/agent-studio-deploy/app/login/page.tsx","layer":"app-pages-browser"},"startTime":1789479417005,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-tsx","duration":143593,"timestamp":121938154646,"id":4977,"parentId":4851,"tags":{"name":"/home/share/dev/agent-studio-deploy/components/AppShell.tsx","layer":"app-pages-browser"},"startTime":1789479417004,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":93791,"timestamp":121938206450,"id":4980,"parentId":4897,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/shared/lib/router/utils/disable-smooth-scroll.js","layer":"app-pages-browser"},"startTime":1789479417055,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":94293,"timestamp":121938207199,"id":4982,"parentId":4885,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/client/components/styles/access-error-styles.js","layer":"app-pages-browser"},"startTime":1789479417056,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":96215,"timestamp":121938206856,"id":4981,"parentId":4859,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/client/portal/index.js","layer":"pages-dir-browser"},"startTime":1789479417056,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":96531,"timestamp":121938208176,"id":4984,"parentId":4886,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/shared/lib/lazy-dynamic/bailout-to-csr.js","layer":"app-pages-browser"},"startTime":1789479417057,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":97231,"timestamp":121938208665,"id":4985,"parentId":4887,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/shared/lib/lazy-dynamic/bailout-to-csr.js","layer":"pages-dir-browser"},"startTime":1789479417058,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":101225,"timestamp":121938207693,"id":4983,"parentId":4892,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/shared/lib/head.js","layer":"pages-dir-browser"},"startTime":1789479417057,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":100679,"timestamp":121938209135,"id":4986,"parentId":4899,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/client/components/handle-isr-error.js","layer":"app-pages-browser"},"startTime":1789479417058,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":101214,"timestamp":121938209656,"id":4987,"parentId":4900,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/client/components/navigation-untracked.js","layer":"app-pages-browser"},"startTime":1789479417059,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":100610,"timestamp":121938211155,"id":4990,"parentId":4897,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/client/components/router-reducer/create-router-cache-key.js","layer":"app-pages-browser"},"startTime":1789479417060,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":102597,"timestamp":121938210630,"id":4989,"parentId":4897,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/client/components/bfcache-state-manager.js","layer":"app-pages-browser"},"startTime":1789479417060,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":101847,"timestamp":121938212245,"id":4992,"parentId":4920,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/shared/lib/router/utils/path-has-prefix.js","layer":"app-pages-browser"},"startTime":1789479417061,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":103659,"timestamp":121938211668,"id":4991,"parentId":4897,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/shared/lib/router/utils/app-paths.js","layer":"app-pages-browser"},"startTime":1789479417061,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":106815,"timestamp":121938210125,"id":4988,"parentId":4899,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/client/components/builtin/error-styles.js","layer":"app-pages-browser"},"startTime":1789479417059,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-tsx","duration":105740,"timestamp":121938213119,"id":4995,"parentId":4851,"tags":{"name":"/home/share/dev/agent-studio-deploy/hooks/useI18n.tsx","layer":"app-pages-browser"},"startTime":1789479417062,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":99794,"timestamp":121938220236,"id":5000,"parentId":4897,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/client/components/instant-validation/boundary.js","layer":"app-pages-browser"},"startTime":1789479417069,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":100210,"timestamp":121938220575,"id":5001,"parentId":4911,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/shared/lib/image-config.js","layer":"pages-dir-browser"},"startTime":1789479417070,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":100868,"timestamp":121938220843,"id":5002,"parentId":4912,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/client/components/readonly-url-search-params.js","layer":"pages-dir-browser"},"startTime":1789479417070,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":101463,"timestamp":121938221175,"id":5003,"parentId":4921,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/client/components/readonly-url-search-params.js","layer":"app-pages-browser"},"startTime":1789479417070,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":99433,"timestamp":121938223661,"id":5007,"parentId":4926,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/shared/lib/encode-uri-path.js","layer":"pages-dir-browser"},"startTime":1789479417073,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":103214,"timestamp":121938223943,"id":5008,"parentId":4913,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/shared/lib/router/utils/route-regex.js","layer":"pages-dir-browser"},"startTime":1789479417073,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":151339,"timestamp":121938212964,"id":4994,"parentId":4859,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/react/jsx-runtime.js","layer":"pages-dir-browser"},"startTime":1789479417062,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":145213,"timestamp":121938220039,"id":4998,"parentId":4862,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/compiled/react-dom/client.js","layer":"app-pages-browser"},"startTime":1789479417069,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":153330,"timestamp":121938212756,"id":4993,"parentId":4859,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/react-dom/client.js","layer":"pages-dir-browser"},"startTime":1789479417062,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":147748,"timestamp":121938218889,"id":4997,"parentId":4858,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/compiled/react/jsx-runtime.js","layer":"app-pages-browser"},"startTime":1789479417068,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":146936,"timestamp":121938220141,"id":4999,"parentId":4862,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/compiled/react-server-dom-webpack/client.browser.js","layer":"app-pages-browser"},"startTime":1789479417069,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":9870,"timestamp":121938382992,"id":5010,"parentId":4913,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/shared/lib/router/utils/as-path-to-search-params.js","layer":"pages-dir-browser"},"startTime":1789479417232,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":13003,"timestamp":121938382645,"id":5009,"parentId":4915,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/shared/lib/router/utils/interception-routes.js","layer":"pages-dir-browser"},"startTime":1789479417232,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":10547,"timestamp":121938399496,"id":5013,"parentId":4923,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/client/normalize-trailing-slash.js","layer":"pages-dir-browser"},"startTime":1789479417248,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":13418,"timestamp":121938404367,"id":5015,"parentId":4922,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/client/components/app-router-headers.js","layer":"app-pages-browser"},"startTime":1789479417253,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":15413,"timestamp":121938403883,"id":5014,"parentId":4924,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/client/normalize-trailing-slash.js","layer":"app-pages-browser"},"startTime":1789479417253,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":15515,"timestamp":121938414076,"id":5016,"parentId":4923,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/shared/lib/router/utils/add-path-prefix.js","layer":"pages-dir-browser"},"startTime":1789479417263,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":15895,"timestamp":121938414459,"id":5017,"parentId":4924,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/shared/lib/router/utils/add-path-prefix.js","layer":"app-pages-browser"},"startTime":1789479417263,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":35150,"timestamp":121938398508,"id":5011,"parentId":4863,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/build/webpack/loaders/instrumentation-client-stub.js","layer":"pages-dir-browser"},"startTime":1789479417247,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":35201,"timestamp":121938399205,"id":5012,"parentId":4864,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/build/webpack/loaders/instrumentation-client-stub.js","layer":"app-pages-browser"},"startTime":1789479417248,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":11321,"timestamp":121938423605,"id":5021,"parentId":4930,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/shared/lib/modern-browserslist-target.js","layer":"pages-dir-browser"},"startTime":1789479417273,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":12669,"timestamp":121938423266,"id":5020,"parentId":4926,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/client/trusted-types.js","layer":"pages-dir-browser"},"startTime":1789479417272,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":14012,"timestamp":121938422929,"id":5019,"parentId":4942,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/client/lib/javascript-url.js","layer":"pages-dir-browser"},"startTime":1789479417272,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":13645,"timestamp":121938423979,"id":5022,"parentId":4930,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/shared/lib/entry-constants.js","layer":"pages-dir-browser"},"startTime":1789479417273,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":8666,"timestamp":121938440574,"id":5023,"parentId":4933,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/shared/lib/router/utils/route-matcher.js","layer":"pages-dir-browser"},"startTime":1789479417290,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":9325,"timestamp":121938441884,"id":5027,"parentId":4942,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/shared/lib/router/utils/dynamic-filter-pattern.js","layer":"pages-dir-browser"},"startTime":1789479417291,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":10018,"timestamp":121938442318,"id":5028,"parentId":4937,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/shared/lib/router/utils/parse-path.js","layer":"pages-dir-browser"},"startTime":1789479417291,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":10807,"timestamp":121938442952,"id":5030,"parentId":4942,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/client/detect-domain-locale.js","layer":"pages-dir-browser"},"startTime":1789479417292,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":12156,"timestamp":121938443362,"id":5031,"parentId":4942,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/client/remove-locale.js","layer":"pages-dir-browser"},"startTime":1789479417292,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":24669,"timestamp":121938443786,"id":5032,"parentId":4942,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/client/resolve-href.js","layer":"pages-dir-browser"},"startTime":1789479417293,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":29746,"timestamp":121938441085,"id":5025,"parentId":4922,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/shared/lib/segment-cache/segment-value-encoding.js","layer":"app-pages-browser"},"startTime":1789479417290,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":17056,"timestamp":121938457014,"id":5037,"parentId":4947,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/client/components/redirect-status-code.js","layer":"app-pages-browser"},"startTime":1789479417306,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":18153,"timestamp":121938456719,"id":5036,"parentId":4946,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/client/components/redirect-status-code.js","layer":"pages-dir-browser"},"startTime":1789479417306,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":18419,"timestamp":121938457633,"id":5039,"parentId":4945,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/client/components/segment-cache/cache-key.js","layer":"app-pages-browser"},"startTime":1789479417307,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":18638,"timestamp":121938458636,"id":5041,"parentId":4944,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/shared/lib/router/utils/is-bot.js","layer":"app-pages-browser"},"startTime":1789479417308,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":19775,"timestamp":121938459129,"id":5042,"parentId":4942,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/shared/lib/router/utils/is-bot.js","layer":"pages-dir-browser"},"startTime":1789479417308,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":22762,"timestamp":121938459564,"id":5043,"parentId":4942,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/shared/lib/router/utils/format-url.js","layer":"pages-dir-browser"},"startTime":1789479417309,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":39051,"timestamp":121938460388,"id":5045,"parentId":4942,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/shared/lib/router/utils/format-next-pathname-info.js","layer":"pages-dir-browser"},"startTime":1789479417309,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":39661,"timestamp":121938460846,"id":5046,"parentId":4942,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/shared/lib/router/utils/is-local-url.js","layer":"pages-dir-browser"},"startTime":1789479417310,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":46119,"timestamp":121938457337,"id":5038,"parentId":4942,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/shared/lib/bloom-filter.js","layer":"pages-dir-browser"},"startTime":1789479417306,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":45619,"timestamp":121938459980,"id":5044,"parentId":4942,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/shared/lib/router/utils/get-next-pathname-info.js","layer":"pages-dir-browser"},"startTime":1789479417309,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":45726,"timestamp":121938461285,"id":5047,"parentId":4942,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/shared/lib/router/utils/compare-states.js","layer":"pages-dir-browser"},"startTime":1789479417310,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":46283,"timestamp":121938461685,"id":5048,"parentId":4942,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/shared/lib/router/utils/omit.js","layer":"pages-dir-browser"},"startTime":1789479417311,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":47469,"timestamp":121938462591,"id":5050,"parentId":4951,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/shared/lib/is-plain-object.js","layer":"app-pages-browser"},"startTime":1789479417312,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":71520,"timestamp":121938458128,"id":5040,"parentId":4945,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/client/components/segment-cache/scheduler.js","layer":"app-pages-browser"},"startTime":1789479417307,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":70006,"timestamp":121938462079,"id":5049,"parentId":4948,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/client/components/router-reducer/reducers/navigate-reducer.js","layer":"app-pages-browser"},"startTime":1789479417311,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":111987,"timestamp":121938422794,"id":5018,"parentId":4862,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/compiled/react/index.js","layer":"app-pages-browser"},"startTime":1789479417272,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":113306,"timestamp":121938440947,"id":5024,"parentId":4859,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/react/index.js","layer":"pages-dir-browser"},"startTime":1789479417290,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":112396,"timestamp":121938442746,"id":5029,"parentId":4880,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/react-dom/index.js","layer":"pages-dir-browser"},"startTime":1789479417292,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":114806,"timestamp":121938444480,"id":5034,"parentId":4942,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/lib/constants.js","layer":"pages-dir-browser"},"startTime":1789479417293,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":108568,"timestamp":121938456441,"id":5035,"parentId":4949,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/lib/constants.js","layer":"app-pages-browser"},"startTime":1789479417305,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":121803,"timestamp":121938444286,"id":5033,"parentId":4942,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/lib/is-api-route.js","layer":"pages-dir-browser"},"startTime":1789479417293,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":126156,"timestamp":121938441491,"id":5026,"parentId":4918,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/lib/framework/boundary-constants.js","layer":"app-pages-browser"},"startTime":1789479417290,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":29882,"timestamp":121938540899,"id":5051,"parentId":4960,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/shared/lib/router/utils/interception-routes.js","layer":"app-pages-browser"},"startTime":1789479417390,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":30902,"timestamp":121938541459,"id":5052,"parentId":4895,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/client/components/client-boundary-params.browser.js","layer":"app-pages-browser"},"startTime":1789479417390,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":31433,"timestamp":121938542765,"id":5054,"parentId":4942,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/shared/lib/i18n/normalize-locale-path.js","layer":"pages-dir-browser"},"startTime":1789479417392,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":33521,"timestamp":121938541946,"id":5053,"parentId":4942,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/shared/lib/page-path/denormalize-page-path.js","layer":"pages-dir-browser"},"startTime":1789479417391,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":49738,"timestamp":121938598508,"id":5055,"parentId":4949,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/shared/lib/app-router-types.js","layer":"app-pages-browser"},"startTime":1789479417447,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":51121,"timestamp":121938598931,"id":5056,"parentId":4949,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/client/components/match-segments.js","layer":"app-pages-browser"},"startTime":1789479417448,"traceId":"0b5cf6f8aba18709"}]
|
|
6
|
+
[{"name":"build-module-js","duration":53151,"timestamp":121938599246,"id":5057,"parentId":4949,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/client/components/router-reducer/is-navigating-to-new-root-layout.js","layer":"app-pages-browser"},"startTime":1789479417448,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":70093,"timestamp":121938599700,"id":5058,"parentId":4949,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/client/components/segment-cache/vary-path.js","layer":"app-pages-browser"},"startTime":1789479417449,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":70441,"timestamp":121938601922,"id":5059,"parentId":4948,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/client/components/router-reducer/reducers/server-patch-reducer.js","layer":"app-pages-browser"},"startTime":1789479417451,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":72878,"timestamp":121938602520,"id":5060,"parentId":4948,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/client/components/router-reducer/reducers/refresh-reducer.js","layer":"app-pages-browser"},"startTime":1789479417451,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":83365,"timestamp":121938603259,"id":5061,"parentId":4948,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/client/components/router-reducer/reducers/restore-reducer.js","layer":"app-pages-browser"},"startTime":1789479417452,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":83582,"timestamp":121938604598,"id":5063,"parentId":4913,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/shared/lib/router/utils/index.js","layer":"pages-dir-browser"},"startTime":1789479417454,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":92352,"timestamp":121938603805,"id":5062,"parentId":4948,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/client/components/router-reducer/reducers/server-action-reducer.js","layer":"app-pages-browser"},"startTime":1789479417453,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":92077,"timestamp":121938607820,"id":5065,"parentId":4964,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/client/components/segment-cache/cache-map.js","layer":"app-pages-browser"},"startTime":1789479417457,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":100719,"timestamp":121938605079,"id":5064,"parentId":4955,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/client/components/navigation.js","layer":"app-pages-browser"},"startTime":1789479417454,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":91642,"timestamp":121938615380,"id":5071,"parentId":4973,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/shared/lib/promise-with-resolvers.js","layer":"app-pages-browser"},"startTime":1789479417464,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":94311,"timestamp":121938615008,"id":5070,"parentId":4963,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/shared/lib/instant-messages.js","layer":"app-pages-browser"},"startTime":1789479417464,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":96806,"timestamp":121938615768,"id":5072,"parentId":4969,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/client/components/errors/graceful-degrade-boundary.js","layer":"app-pages-browser"},"startTime":1789479417465,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":97948,"timestamp":121938616236,"id":5073,"parentId":4973,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/shared/lib/segment-cache/vary-params-decoding.js","layer":"app-pages-browser"},"startTime":1789479417465,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":99486,"timestamp":121938616733,"id":5074,"parentId":4973,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/client/components/segment-cache/fetch.js","layer":"app-pages-browser"},"startTime":1789479417466,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":100463,"timestamp":121938618513,"id":5075,"parentId":4975,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/client/components/router-reducer/set-cache-busting-search-param.js","layer":"app-pages-browser"},"startTime":1789479417467,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":101382,"timestamp":121938619120,"id":5076,"parentId":4992,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/shared/lib/router/utils/parse-path.js","layer":"app-pages-browser"},"startTime":1789479417468,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":100353,"timestamp":121938621110,"id":5079,"parentId":4991,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js","layer":"app-pages-browser"},"startTime":1789479417470,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":103508,"timestamp":121938619780,"id":5078,"parentId":4983,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/shared/lib/side-effect.js","layer":"pages-dir-browser"},"startTime":1789479417469,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":102839,"timestamp":121938621706,"id":5080,"parentId":5008,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/shared/lib/escape-regexp.js","layer":"pages-dir-browser"},"startTime":1789479417471,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":105153,"timestamp":121938622137,"id":5081,"parentId":5008,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/shared/lib/router/utils/get-dynamic-param.js","layer":"pages-dir-browser"},"startTime":1789479417471,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":106250,"timestamp":121938622572,"id":5082,"parentId":5009,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/shared/lib/router/utils/app-paths.js","layer":"pages-dir-browser"},"startTime":1789479417472,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":104018,"timestamp":121938625582,"id":5088,"parentId":5014,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/shared/lib/router/utils/remove-trailing-slash.js","layer":"app-pages-browser"},"startTime":1789479417475,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-tsx","duration":104359,"timestamp":121938626978,"id":5091,"parentId":4977,"tags":{"name":"/home/share/dev/agent-studio-deploy/components/ProjectTrustDialog.tsx","layer":"app-pages-browser"},"startTime":1789479417476,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-tsx","duration":138946,"timestamp":121938628893,"id":5093,"parentId":4977,"tags":{"name":"/home/share/dev/agent-studio-deploy/components/BranchNavigator.tsx","layer":"app-pages-browser"},"startTime":1789479417478,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-tsx","duration":178004,"timestamp":121938625959,"id":5089,"parentId":4977,"tags":{"name":"/home/share/dev/agent-studio-deploy/components/ChatWindow.tsx","layer":"app-pages-browser"},"startTime":1789479417475,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-tsx","duration":176583,"timestamp":121938630526,"id":5095,"parentId":4977,"tags":{"name":"/home/share/dev/agent-studio-deploy/components/TabBar.tsx","layer":"app-pages-browser"},"startTime":1789479417479,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-tsx","duration":176698,"timestamp":121938631342,"id":5096,"parentId":4977,"tags":{"name":"/home/share/dev/agent-studio-deploy/components/SystemPromptPanel.tsx","layer":"app-pages-browser"},"startTime":1789479417480,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-tsx","duration":179523,"timestamp":121938632210,"id":5097,"parentId":4977,"tags":{"name":"/home/share/dev/agent-studio-deploy/components/AgentSessionPanel.tsx","layer":"app-pages-browser"},"startTime":1789479417481,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-tsx","duration":211201,"timestamp":121938626459,"id":5090,"parentId":4977,"tags":{"name":"/home/share/dev/agent-studio-deploy/components/FileViewer.tsx","layer":"app-pages-browser"},"startTime":1789479417475,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-tsx","duration":210037,"timestamp":121938633014,"id":5098,"parentId":4977,"tags":{"name":"/home/share/dev/agent-studio-deploy/components/ToolDefinitionsPanel.tsx","layer":"app-pages-browser"},"startTime":1789479417482,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":210821,"timestamp":121938634333,"id":5100,"parentId":4963,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/client/components/segment-cache/navigation-testing-lock.disabled.js","layer":"app-pages-browser"},"startTime":1789479417483,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":218253,"timestamp":121938633826,"id":5099,"parentId":4959,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/client/components/server-async-storage.browser.js","layer":"app-pages-browser"},"startTime":1789479417483,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-tsx","duration":252776,"timestamp":121938628024,"id":5092,"parentId":4977,"tags":{"name":"/home/share/dev/agent-studio-deploy/components/SessionSidebar.tsx","layer":"app-pages-browser"},"startTime":1789479417477,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-tsx","duration":257473,"timestamp":121938629708,"id":5094,"parentId":4977,"tags":{"name":"/home/share/dev/agent-studio-deploy/components/SettingsPanel.tsx","layer":"app-pages-browser"},"startTime":1789479417479,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":387536,"timestamp":121938619586,"id":5077,"parentId":4897,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/compiled/react-dom/index.js","layer":"app-pages-browser"},"startTime":1789479417469,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":383767,"timestamp":121938624158,"id":5083,"parentId":4994,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/react/cjs/react-jsx-runtime.production.js","layer":"pages-dir-browser"},"startTime":1789479417473,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":383188,"timestamp":121938625365,"id":5086,"parentId":4997,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/compiled/react/cjs/react-jsx-runtime.production.js","layer":"app-pages-browser"},"startTime":1789479417474,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":409145,"timestamp":121938625478,"id":5087,"parentId":4999,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/compiled/react-server-dom-webpack/cjs/react-server-dom-webpack-client.browser.production.js","layer":"app-pages-browser"},"startTime":1789479417474,"traceId":"0b5cf6f8aba18709"},{"name":"add-entry","duration":2096437,"timestamp":121936943974,"id":4779,"parentId":4775,"tags":{"request":"next-client-pages-loader?absolutePagePath=%2Fhome%2Fshare%2Fdev%2Fagent-studio-deploy%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fbuiltin%2Fglobal-not-found.js&page=%2F_not-found%2Fpage!"},"startTime":1789479415793,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":698881,"timestamp":121938625254,"id":5085,"parentId":4993,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/react-dom/cjs/react-dom-client.production.js","layer":"pages-dir-browser"},"startTime":1789479417474,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":894651,"timestamp":121938625048,"id":5084,"parentId":4998,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/compiled/react-dom/cjs/react-dom-client.production.js","layer":"app-pages-browser"},"startTime":1789479417474,"traceId":"0b5cf6f8aba18709"},{"name":"postcss-process","duration":74574,"timestamp":121939735338,"id":5107,"parentId":5102,"tags":{},"startTime":1789479418584,"traceId":"0b5cf6f8aba18709"},{"name":"postcss-process","duration":55131,"timestamp":121939754813,"id":5108,"parentId":5103,"tags":{},"startTime":1789479418604,"traceId":"0b5cf6f8aba18709"},{"name":"postcss-loader","duration":1172576,"timestamp":121938637508,"id":5102,"parentId":5067,"tags":{},"startTime":1789479417486,"traceId":"0b5cf6f8aba18709"},{"name":"postcss-loader","duration":885219,"timestamp":121938924876,"id":5103,"parentId":5068,"tags":{},"startTime":1789479417774,"traceId":"0b5cf6f8aba18709"},{"name":"css-loader","duration":73256,"timestamp":121939810694,"id":5109,"parentId":5067,"tags":{"astUsed":"true"},"startTime":1789479418660,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-css","duration":1279573,"timestamp":121938613049,"id":5067,"parentId":5005,"tags":{"name":"/home/share/dev/agent-studio-deploy/app/settings.css.webpack[javascript/auto]!=!/home/share/dev/agent-studio-deploy/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[15].oneOf[10].use[2]!/home/share/dev/agent-studio-deploy/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[15].oneOf[10].use[3]!/home/share/dev/agent-studio-deploy/app/settings.css","layer":null},"startTime":1789479417462,"traceId":"0b5cf6f8aba18709"},{"name":"css-loader","duration":83345,"timestamp":121939811732,"id":5110,"parentId":5068,"tags":{"astUsed":"true"},"startTime":1789479418661,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-css","duration":1291787,"timestamp":121938613194,"id":5068,"parentId":5006,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/katex/dist/katex.min.css.webpack[javascript/auto]!=!/home/share/dev/agent-studio-deploy/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[15].oneOf[10].use[2]!/home/share/dev/agent-studio-deploy/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[15].oneOf[10].use[3]!/home/share/dev/agent-studio-deploy/node_modules/katex/dist/katex.min.css","layer":null},"startTime":1789479417462,"traceId":"0b5cf6f8aba18709"},{"name":"postcss-process","duration":655237,"timestamp":121939706790,"id":5106,"parentId":5101,"tags":{},"startTime":1789479418556,"traceId":"0b5cf6f8aba18709"},{"name":"postcss-loader","duration":1727563,"timestamp":121938635224,"id":5101,"parentId":5066,"tags":{},"startTime":1789479417484,"traceId":"0b5cf6f8aba18709"},{"name":"css-loader","duration":22204,"timestamp":121940362859,"id":5111,"parentId":5066,"tags":{"astUsed":"true"},"startTime":1789479419212,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-ts","duration":21971,"timestamp":121940451966,"id":5113,"parentId":4977,"tags":{"name":"/home/share/dev/agent-studio-deploy/components/file-tab-state.ts","layer":"app-pages-browser"},"startTime":1789479419301,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-ts","duration":23494,"timestamp":121940452541,"id":5114,"parentId":4977,"tags":{"name":"/home/share/dev/agent-studio-deploy/components/terminal-tab-state.ts","layer":"app-pages-browser"},"startTime":1789479419301,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-tsx","duration":34433,"timestamp":121940451097,"id":5112,"parentId":4977,"tags":{"name":"/home/share/dev/agent-studio-deploy/components/TerminalPanel.tsx","layer":"app-pages-browser"},"startTime":1789479419300,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":45906,"timestamp":121940457080,"id":5119,"parentId":5023,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/shared/lib/router/utils/route-match-utils.js","layer":"pages-dir-browser"},"startTime":1789479419306,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":19672,"timestamp":121940492111,"id":5120,"parentId":5041,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/shared/lib/router/utils/html-bots.js","layer":"app-pages-browser"},"startTime":1789479419341,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":21236,"timestamp":121940492748,"id":5121,"parentId":5042,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/shared/lib/router/utils/html-bots.js","layer":"pages-dir-browser"},"startTime":1789479419342,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":20201,"timestamp":121940494819,"id":5124,"parentId":5045,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/shared/lib/router/utils/add-path-suffix.js","layer":"pages-dir-browser"},"startTime":1789479419344,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":23415,"timestamp":121940494207,"id":5123,"parentId":5040,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/client/components/segment-cache/lru.js","layer":"app-pages-browser"},"startTime":1789479419343,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":22664,"timestamp":121940495727,"id":5126,"parentId":5044,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/shared/lib/router/utils/remove-path-prefix.js","layer":"pages-dir-browser"},"startTime":1789479419345,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":23865,"timestamp":121940495299,"id":5125,"parentId":5045,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/shared/lib/router/utils/add-locale.js","layer":"pages-dir-browser"},"startTime":1789479419344,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":48534,"timestamp":121940496191,"id":5127,"parentId":5081,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/shared/lib/invariant-error.js","layer":"pages-dir-browser"},"startTime":1789479419345,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":50706,"timestamp":121940496604,"id":5128,"parentId":5082,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/shared/lib/segment.js","layer":"pages-dir-browser"},"startTime":1789479419346,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":54521,"timestamp":121940496960,"id":5129,"parentId":5082,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js","layer":"pages-dir-browser"},"startTime":1789479419346,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":32654,"timestamp":121940521325,"id":5133,"parentId":5053,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/shared/lib/page-path/normalize-path-sep.js","layer":"pages-dir-browser"},"startTime":1789479419370,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":34081,"timestamp":121940520913,"id":5132,"parentId":5000,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/client/components/instant-validation/impl.browser.js","layer":"app-pages-browser"},"startTime":1789479419370,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":34058,"timestamp":121940522124,"id":5135,"parentId":5062,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/client/components/unrecognized-action-error.js","layer":"app-pages-browser"},"startTime":1789479419371,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":33447,"timestamp":121940523513,"id":5137,"parentId":5062,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/shared/lib/action-revalidation-kind.js","layer":"app-pages-browser"},"startTime":1789479419372,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":36050,"timestamp":121940522560,"id":5136,"parentId":5062,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/shared/lib/server-reference-info.js","layer":"app-pages-browser"},"startTime":1789479419372,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":35990,"timestamp":121940524116,"id":5138,"parentId":5060,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/client/components/router-reducer/reducers/has-interception-route-in-current-tree.js","layer":"app-pages-browser"},"startTime":1789479419373,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":35841,"timestamp":121940525633,"id":5141,"parentId":5064,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/client/components/navigation.react-server.js","layer":"app-pages-browser"},"startTime":1789479419375,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":41725,"timestamp":121940524660,"id":5139,"parentId":5063,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/shared/lib/router/utils/sorted-routes.js","layer":"pages-dir-browser"},"startTime":1789479419374,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":41114,"timestamp":121940526560,"id":5143,"parentId":5081,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/shared/lib/router/utils/parse-loader-tree.js","layer":"pages-dir-browser"},"startTime":1789479419376,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":43944,"timestamp":121940526160,"id":5142,"parentId":5075,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/shared/lib/router/utils/cache-busting-search-param.js","layer":"app-pages-browser"},"startTime":1789479419375,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":44711,"timestamp":121940527235,"id":5145,"parentId":5052,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/client/request/params.browser.js","layer":"app-pages-browser"},"startTime":1789479419376,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":47679,"timestamp":121940526889,"id":5144,"parentId":5081,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/shared/lib/router/utils/resolve-param-value.js","layer":"pages-dir-browser"},"startTime":1789479419376,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":59998,"timestamp":121940521607,"id":5134,"parentId":5062,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/client/assign-location.js","layer":"app-pages-browser"},"startTime":1789479419371,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":54968,"timestamp":121940527580,"id":5146,"parentId":5052,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/client/request/search-params.browser.js","layer":"app-pages-browser"},"startTime":1789479419377,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":57715,"timestamp":121940527878,"id":5147,"parentId":5081,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/shared/lib/router/routes/app.js","layer":"pages-dir-browser"},"startTime":1789479419377,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":61806,"timestamp":121940525137,"id":5140,"parentId":5064,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/shared/lib/server-inserted-html.shared-runtime.js","layer":"app-pages-browser"},"startTime":1789479419374,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-ts","duration":61518,"timestamp":121940529070,"id":5150,"parentId":4977,"tags":{"name":"/home/share/dev/agent-studio-deploy/hooks/useTheme.ts","layer":"app-pages-browser"},"startTime":1789479419378,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-ts","duration":62515,"timestamp":121940529795,"id":5151,"parentId":4977,"tags":{"name":"/home/share/dev/agent-studio-deploy/hooks/useIsMobile.ts","layer":"app-pages-browser"},"startTime":1789479419379,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-ts","duration":65332,"timestamp":121940528370,"id":5149,"parentId":4977,"tags":{"name":"/home/share/dev/agent-studio-deploy/hooks/useKeyboardShortcuts.ts","layer":"app-pages-browser"},"startTime":1789479419377,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-ts","duration":63425,"timestamp":121940532794,"id":5154,"parentId":4977,"tags":{"name":"/home/share/dev/agent-studio-deploy/hooks/useAudio.ts","layer":"app-pages-browser"},"startTime":1789479419382,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-ts","duration":69408,"timestamp":121940531862,"id":5153,"parentId":4977,"tags":{"name":"/home/share/dev/agent-studio-deploy/hooks/useResizablePanel.ts","layer":"app-pages-browser"},"startTime":1789479419381,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-ts","duration":70947,"timestamp":121940535272,"id":5158,"parentId":4978,"tags":{"name":"/home/share/dev/agent-studio-deploy/components/project-dashboard/projects-from-sessions.ts","layer":"app-pages-browser"},"startTime":1789479419384,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-ts","duration":102295,"timestamp":121940536028,"id":5159,"parentId":4978,"tags":{"name":"/home/share/dev/agent-studio-deploy/lib/quick-create.ts","layer":"app-pages-browser"},"startTime":1789479419385,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-ts","duration":109562,"timestamp":121940530869,"id":5152,"parentId":4977,"tags":{"name":"/home/share/dev/agent-studio-deploy/hooks/useViewportHeight.ts","layer":"app-pages-browser"},"startTime":1789479419380,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-ts","duration":104536,"timestamp":121940537745,"id":5164,"parentId":4977,"tags":{"name":"/home/share/dev/agent-studio-deploy/lib/file-paths.ts","layer":"app-pages-browser"},"startTime":1789479419387,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-ts","duration":104619,"timestamp":121940538524,"id":5165,"parentId":4977,"tags":{"name":"/home/share/dev/agent-studio-deploy/lib/clipboard.ts","layer":"app-pages-browser"},"startTime":1789479419387,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-ts","duration":103641,"timestamp":121940541201,"id":5168,"parentId":4977,"tags":{"name":"/home/share/dev/agent-studio-deploy/lib/browser-notifications.ts","layer":"app-pages-browser"},"startTime":1789479419390,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-ts","duration":110282,"timestamp":121940540338,"id":5167,"parentId":4977,"tags":{"name":"/home/share/dev/agent-studio-deploy/lib/file-fuzzy.ts","layer":"app-pages-browser"},"startTime":1789479419389,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":125885,"timestamp":121940533872,"id":5155,"parentId":4978,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/client/app-dir/link.js","layer":"app-pages-browser"},"startTime":1789479419383,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-ts","duration":122018,"timestamp":121940539375,"id":5166,"parentId":4977,"tags":{"name":"/home/share/dev/agent-studio-deploy/lib/agent-client.ts","layer":"app-pages-browser"},"startTime":1789479419388,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":213098,"timestamp":121940456974,"id":5118,"parentId":4859,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/@swc/helpers/esm/_interop_require_default.js","layer":"pages-dir-browser"},"startTime":1789479419306,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":214344,"timestamp":121940456721,"id":5117,"parentId":4862,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/@swc/helpers/esm/_interop_require_default.js","layer":"app-pages-browser"},"startTime":1789479419306,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":219883,"timestamp":121940453325,"id":5115,"parentId":4859,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/@swc/helpers/esm/_interop_require_wildcard.js","layer":"pages-dir-browser"},"startTime":1789479419302,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":219797,"timestamp":121940454889,"id":5116,"parentId":4882,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/@swc/helpers/esm/_interop_require_wildcard.js","layer":"app-pages-browser"},"startTime":1789479419304,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-ts","duration":52987,"timestamp":121940623900,"id":5169,"parentId":4977,"tags":{"name":"/home/share/dev/agent-studio-deploy/lib/push-client.ts","layer":"app-pages-browser"},"startTime":1789479419473,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":209660,"timestamp":121940493185,"id":5122,"parentId":5018,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/compiled/react/cjs/react.production.js","layer":"app-pages-browser"},"startTime":1789479419342,"traceId":"0b5cf6f8aba18709"}]
|
|
7
|
+
[{"name":"build-module-js","duration":241328,"timestamp":121940497383,"id":5130,"parentId":5024,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/react/cjs/react.production.js","layer":"pages-dir-browser"},"startTime":1789479419346,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":245196,"timestamp":121940497547,"id":5131,"parentId":5029,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/react-dom/cjs/react-dom.production.js","layer":"pages-dir-browser"},"startTime":1789479419346,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":208433,"timestamp":121940536902,"id":5160,"parentId":4930,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/build/polyfills/process.js","layer":"pages-dir-browser"},"startTime":1789479419386,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":209367,"timestamp":121940537118,"id":5161,"parentId":5084,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/build/polyfills/process.js","layer":"app-pages-browser"},"startTime":1789479419386,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":222351,"timestamp":121940528216,"id":5148,"parentId":5077,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/compiled/react-dom/cjs/react-dom.production.js","layer":"app-pages-browser"},"startTime":1789479419377,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":215097,"timestamp":121940537496,"id":5162,"parentId":5067,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/build/webpack/loaders/css-loader/src/runtime/api.js","layer":null},"startTime":1789479419386,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":216127,"timestamp":121940537635,"id":5163,"parentId":5068,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/build/webpack/loaders/css-loader/src/runtime/getUrl.js","layer":null},"startTime":1789479419387,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-ts","duration":38089,"timestamp":121940725575,"id":5190,"parentId":4977,"tags":{"name":"/home/share/dev/agent-studio-deploy/lib/draft-store.ts","layer":"app-pages-browser"},"startTime":1789479419575,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-css","duration":2573630,"timestamp":121938223052,"id":5005,"parentId":4847,"tags":{"name":"/home/share/dev/agent-studio-deploy/app/settings.css","layer":"app-pages-browser"},"startTime":1789479417072,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":265460,"timestamp":121940534417,"id":5156,"parentId":4979,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/api/image.js","layer":"app-pages-browser"},"startTime":1789479419383,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":265695,"timestamp":121940534903,"id":5157,"parentId":4978,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/api/navigation.js","layer":"app-pages-browser"},"startTime":1789479419384,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-ts","duration":75881,"timestamp":121940726284,"id":5191,"parentId":4977,"tags":{"name":"/home/share/dev/agent-studio-deploy/lib/workspace-memory.ts","layer":"app-pages-browser"},"startTime":1789479419575,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-ts","duration":76668,"timestamp":121940727122,"id":5192,"parentId":4977,"tags":{"name":"/home/share/dev/agent-studio-deploy/lib/session-family.ts","layer":"app-pages-browser"},"startTime":1789479419576,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-ts","duration":79468,"timestamp":121940724979,"id":5189,"parentId":4977,"tags":{"name":"/home/share/dev/agent-studio-deploy/lib/initial-navigation.ts","layer":"app-pages-browser"},"startTime":1789479419574,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-woff2","duration":180831,"timestamp":121940624539,"id":5170,"parentId":5068,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/katex/dist/fonts/KaTeX_AMS-Regular.woff2","layer":null},"startTime":1789479419473,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-woff","duration":179853,"timestamp":121940625658,"id":5171,"parentId":5068,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/katex/dist/fonts/KaTeX_AMS-Regular.woff","layer":null},"startTime":1789479419475,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-woff2","duration":179791,"timestamp":121940625853,"id":5173,"parentId":5068,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/katex/dist/fonts/KaTeX_Caligraphic-Bold.woff2","layer":null},"startTime":1789479419475,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-woff","duration":179833,"timestamp":121940625929,"id":5174,"parentId":5068,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/katex/dist/fonts/KaTeX_Caligraphic-Bold.woff","layer":null},"startTime":1789479419475,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-ttf","duration":179825,"timestamp":121940626032,"id":5175,"parentId":5068,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/katex/dist/fonts/KaTeX_Caligraphic-Bold.ttf","layer":null},"startTime":1789479419475,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-woff2","duration":179741,"timestamp":121940626207,"id":5176,"parentId":5068,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/katex/dist/fonts/KaTeX_Caligraphic-Regular.woff2","layer":null},"startTime":1789479419475,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-woff","duration":179731,"timestamp":121940626301,"id":5177,"parentId":5068,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/katex/dist/fonts/KaTeX_Caligraphic-Regular.woff","layer":null},"startTime":1789479419475,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-ttf","duration":180365,"timestamp":121940625770,"id":5172,"parentId":5068,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/katex/dist/fonts/KaTeX_AMS-Regular.ttf","layer":null},"startTime":1789479419475,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-ttf","duration":179874,"timestamp":121940626391,"id":5178,"parentId":5068,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/katex/dist/fonts/KaTeX_Caligraphic-Regular.ttf","layer":null},"startTime":1789479419475,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-ts","duration":43260,"timestamp":121940765996,"id":5197,"parentId":4977,"tags":{"name":"/home/share/dev/agent-studio-deploy/lib/panel-layout.ts","layer":"app-pages-browser"},"startTime":1789479419615,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-ts","duration":44472,"timestamp":121940766808,"id":5198,"parentId":4977,"tags":{"name":"/home/share/dev/agent-studio-deploy/lib/settings-navigation.ts","layer":"app-pages-browser"},"startTime":1789479419616,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-ts","duration":44681,"timestamp":121940767962,"id":5199,"parentId":4978,"tags":{"name":"/home/share/dev/agent-studio-deploy/components/project-dashboard/index.ts","layer":"app-pages-browser"},"startTime":1789479419617,"traceId":"0b5cf6f8aba18709"},{"name":"add-entry","duration":3897708,"timestamp":121936944292,"id":4783,"parentId":4775,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Fshare%2Fdev%2Fagent-studio-deploy%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fbuiltin%2Fglobal-error.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1789479415793,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-woff2","duration":160061,"timestamp":121940683201,"id":5179,"parentId":5068,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/katex/dist/fonts/KaTeX_Fraktur-Bold.woff2","layer":null},"startTime":1789479419532,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-woff","duration":160113,"timestamp":121940683345,"id":5180,"parentId":5068,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/katex/dist/fonts/KaTeX_Fraktur-Bold.woff","layer":null},"startTime":1789479419532,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-ttf","duration":160217,"timestamp":121940683420,"id":5181,"parentId":5068,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/katex/dist/fonts/KaTeX_Fraktur-Bold.ttf","layer":null},"startTime":1789479419532,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-woff2","duration":160299,"timestamp":121940683495,"id":5182,"parentId":5068,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/katex/dist/fonts/KaTeX_Fraktur-Regular.woff2","layer":null},"startTime":1789479419532,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-woff","duration":160391,"timestamp":121940683554,"id":5183,"parentId":5068,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/katex/dist/fonts/KaTeX_Fraktur-Regular.woff","layer":null},"startTime":1789479419533,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-ttf","duration":160508,"timestamp":121940683607,"id":5184,"parentId":5068,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/katex/dist/fonts/KaTeX_Fraktur-Regular.ttf","layer":null},"startTime":1789479419533,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-ts","duration":20456,"timestamp":121940828852,"id":5207,"parentId":4995,"tags":{"name":"/home/share/dev/agent-studio-deploy/lib/i18n/registry.ts","layer":"app-pages-browser"},"startTime":1789479419678,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-tsx","duration":20449,"timestamp":121940831881,"id":5211,"parentId":5089,"tags":{"name":"/home/share/dev/agent-studio-deploy/components/MarkdownBody.tsx","layer":"app-pages-browser"},"startTime":1789479419681,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-ts","duration":29300,"timestamp":121940829462,"id":5208,"parentId":4995,"tags":{"name":"/home/share/dev/agent-studio-deploy/lib/i18n/format.ts","layer":"app-pages-browser"},"startTime":1789479419678,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":26390,"timestamp":121940833562,"id":5213,"parentId":5064,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/client/components/navigation-dynamic-rendering.browser.js","layer":"app-pages-browser"},"startTime":1789479419683,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-woff2","duration":137213,"timestamp":121940724541,"id":5185,"parentId":5068,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/katex/dist/fonts/KaTeX_Main-Bold.woff2","layer":null},"startTime":1789479419573,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-woff","duration":137216,"timestamp":121940724702,"id":5186,"parentId":5068,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/katex/dist/fonts/KaTeX_Main-Bold.woff","layer":null},"startTime":1789479419574,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-woff2","duration":137241,"timestamp":121940724803,"id":5187,"parentId":5068,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/katex/dist/fonts/KaTeX_Main-BoldItalic.woff2","layer":null},"startTime":1789479419574,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-ttf","duration":137325,"timestamp":121940724882,"id":5188,"parentId":5068,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/katex/dist/fonts/KaTeX_Main-Bold.ttf","layer":null},"startTime":1789479419574,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-tsx","duration":48040,"timestamp":121940832740,"id":5212,"parentId":5089,"tags":{"name":"/home/share/dev/agent-studio-deploy/components/ChatMinimap.tsx","layer":"app-pages-browser"},"startTime":1789479419682,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-tsx","duration":90279,"timestamp":121940830203,"id":5209,"parentId":5089,"tags":{"name":"/home/share/dev/agent-studio-deploy/components/MessageView.tsx","layer":"app-pages-browser"},"startTime":1789479419679,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-woff","duration":194884,"timestamp":121940727993,"id":5193,"parentId":5068,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/katex/dist/fonts/KaTeX_Main-BoldItalic.woff","layer":null},"startTime":1789479419577,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-ttf","duration":158225,"timestamp":121940765586,"id":5194,"parentId":5068,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/katex/dist/fonts/KaTeX_Main-BoldItalic.ttf","layer":null},"startTime":1789479419615,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-woff2","duration":158170,"timestamp":121940765784,"id":5195,"parentId":5068,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/katex/dist/fonts/KaTeX_Main-Italic.woff2","layer":null},"startTime":1789479419615,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-woff","duration":158190,"timestamp":121940765892,"id":5196,"parentId":5068,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/katex/dist/fonts/KaTeX_Main-Italic.woff","layer":null},"startTime":1789479419615,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-ttf","duration":155318,"timestamp":121940768862,"id":5200,"parentId":5068,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/katex/dist/fonts/KaTeX_Main-Italic.ttf","layer":null},"startTime":1789479419618,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-tsx","duration":143259,"timestamp":121940831060,"id":5210,"parentId":5089,"tags":{"name":"/home/share/dev/agent-studio-deploy/components/ChatInput.tsx","layer":"app-pages-browser"},"startTime":1789479419680,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-woff2","duration":158167,"timestamp":121940828533,"id":5203,"parentId":5068,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/katex/dist/fonts/KaTeX_Math-BoldItalic.woff2","layer":null},"startTime":1789479419677,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-woff2","duration":158404,"timestamp":121940828449,"id":5202,"parentId":5068,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/katex/dist/fonts/KaTeX_Main-Regular.woff2","layer":null},"startTime":1789479419677,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-woff","duration":158690,"timestamp":121940828286,"id":5201,"parentId":5068,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/katex/dist/fonts/KaTeX_Main-Regular.woff","layer":null},"startTime":1789479419677,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-ttf","duration":158479,"timestamp":121940828622,"id":5204,"parentId":5068,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/katex/dist/fonts/KaTeX_Main-Regular.ttf","layer":null},"startTime":1789479419678,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-ttf","duration":158537,"timestamp":121940828703,"id":5205,"parentId":5068,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/katex/dist/fonts/KaTeX_Math-BoldItalic.ttf","layer":null},"startTime":1789479419678,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-woff","duration":158570,"timestamp":121940828771,"id":5206,"parentId":5068,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/katex/dist/fonts/KaTeX_Math-BoldItalic.woff","layer":null},"startTime":1789479419678,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-woff2","duration":160272,"timestamp":121940834038,"id":5214,"parentId":5068,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/katex/dist/fonts/KaTeX_Math-Italic.woff2","layer":null},"startTime":1789479419683,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-woff","duration":141678,"timestamp":121940854920,"id":5215,"parentId":5068,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/katex/dist/fonts/KaTeX_Math-Italic.woff","layer":null},"startTime":1789479419704,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-ttf","duration":141622,"timestamp":121940855129,"id":5216,"parentId":5068,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/katex/dist/fonts/KaTeX_Math-Italic.ttf","layer":null},"startTime":1789479419704,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-woff","duration":141616,"timestamp":121940855243,"id":5217,"parentId":5068,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/katex/dist/fonts/KaTeX_SansSerif-Bold.woff","layer":null},"startTime":1789479419704,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-woff2","duration":141603,"timestamp":121940855343,"id":5218,"parentId":5068,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/katex/dist/fonts/KaTeX_SansSerif-Bold.woff2","layer":null},"startTime":1789479419704,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-ttf","duration":141601,"timestamp":121940855431,"id":5219,"parentId":5068,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/katex/dist/fonts/KaTeX_SansSerif-Bold.ttf","layer":null},"startTime":1789479419704,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-woff2","duration":121649,"timestamp":121940887721,"id":5220,"parentId":5068,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/katex/dist/fonts/KaTeX_SansSerif-Italic.woff2","layer":null},"startTime":1789479419737,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-woff","duration":121685,"timestamp":121940887865,"id":5221,"parentId":5068,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/katex/dist/fonts/KaTeX_SansSerif-Italic.woff","layer":null},"startTime":1789479419737,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-ttf","duration":121720,"timestamp":121940887946,"id":5222,"parentId":5068,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/katex/dist/fonts/KaTeX_SansSerif-Italic.ttf","layer":null},"startTime":1789479419737,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-woff2","duration":121702,"timestamp":121940888048,"id":5223,"parentId":5068,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/katex/dist/fonts/KaTeX_SansSerif-Regular.woff2","layer":null},"startTime":1789479419737,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-woff","duration":121725,"timestamp":121940888107,"id":5224,"parentId":5068,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/katex/dist/fonts/KaTeX_SansSerif-Regular.woff","layer":null},"startTime":1789479419737,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-ttf","duration":121755,"timestamp":121940888159,"id":5225,"parentId":5068,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/katex/dist/fonts/KaTeX_SansSerif-Regular.ttf","layer":null},"startTime":1789479419737,"traceId":"0b5cf6f8aba18709"},{"name":"build-module","duration":426,"timestamp":121941015410,"id":5257,"parentId":5005,"tags":{},"startTime":1789479419864,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":12365,"timestamp":121941005824,"id":5246,"parentId":5155,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/shared/lib/router/utils/is-local-url.js","layer":"app-pages-browser"},"startTime":1789479419855,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":15267,"timestamp":121941005448,"id":5245,"parentId":5155,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/shared/lib/router/utils/format-url.js","layer":"app-pages-browser"},"startTime":1789479419854,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":18983,"timestamp":121941005100,"id":5244,"parentId":5155,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/shared/lib/utils.js","layer":"app-pages-browser"},"startTime":1789479419854,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":15442,"timestamp":121941011466,"id":5249,"parentId":5141,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/client/components/forbidden.js","layer":"app-pages-browser"},"startTime":1789479419860,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":16395,"timestamp":121941011864,"id":5250,"parentId":5141,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/client/components/unauthorized.js","layer":"app-pages-browser"},"startTime":1789479419861,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":16642,"timestamp":121941012807,"id":5252,"parentId":5146,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/client/request/search-params.browser.prod.js","layer":"app-pages-browser"},"startTime":1789479419862,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":19809,"timestamp":121941011058,"id":5248,"parentId":5141,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/client/components/not-found.js","layer":"app-pages-browser"},"startTime":1789479419860,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":19420,"timestamp":121941012318,"id":5251,"parentId":5145,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/client/request/params.browser.prod.js","layer":"app-pages-browser"},"startTime":1789479419861,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":19273,"timestamp":121941013300,"id":5253,"parentId":5142,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/shared/lib/hash.js","layer":"app-pages-browser"},"startTime":1789479419862,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":19251,"timestamp":121941013805,"id":5254,"parentId":5144,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/shared/lib/router/utils/interception-prefix-from-param-type.js","layer":"pages-dir-browser"},"startTime":1789479419863,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":19491,"timestamp":121941014741,"id":5256,"parentId":5155,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/client/use-merged-ref.js","layer":"app-pages-browser"},"startTime":1789479419864,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":38689,"timestamp":121941014263,"id":5255,"parentId":5147,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/shared/lib/router/utils/get-segment-param.js","layer":"pages-dir-browser"},"startTime":1789479419863,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-woff2","duration":63149,"timestamp":121940991508,"id":5226,"parentId":5068,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/katex/dist/fonts/KaTeX_Script-Regular.woff2","layer":null},"startTime":1789479419840,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-woff","duration":63122,"timestamp":121940991661,"id":5227,"parentId":5068,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/katex/dist/fonts/KaTeX_Script-Regular.woff","layer":null},"startTime":1789479419841,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-woff2","duration":63044,"timestamp":121940991831,"id":5229,"parentId":5068,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/katex/dist/fonts/KaTeX_Size1-Regular.woff2","layer":null},"startTime":1789479419841,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-ttf","duration":63203,"timestamp":121940991758,"id":5228,"parentId":5068,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/katex/dist/fonts/KaTeX_Script-Regular.ttf","layer":null},"startTime":1789479419841,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-woff","duration":63123,"timestamp":121940991918,"id":5230,"parentId":5068,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/katex/dist/fonts/KaTeX_Size1-Regular.woff","layer":null},"startTime":1789479419841,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-ttf","duration":63097,"timestamp":121940992025,"id":5231,"parentId":5068,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/katex/dist/fonts/KaTeX_Size1-Regular.ttf","layer":null},"startTime":1789479419841,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-woff2","duration":63104,"timestamp":121940992097,"id":5232,"parentId":5068,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/katex/dist/fonts/KaTeX_Size2-Regular.woff2","layer":null},"startTime":1789479419841,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-ttf","duration":63076,"timestamp":121940992205,"id":5234,"parentId":5068,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/katex/dist/fonts/KaTeX_Size2-Regular.ttf","layer":null},"startTime":1789479419841,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-woff","duration":63208,"timestamp":121940992149,"id":5233,"parentId":5068,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/katex/dist/fonts/KaTeX_Size2-Regular.woff","layer":null},"startTime":1789479419841,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-tsx","duration":19469,"timestamp":121941037088,"id":5260,"parentId":5089,"tags":{"name":"/home/share/dev/agent-studio-deploy/components/AnsiText.tsx","layer":"app-pages-browser"},"startTime":1789479419886,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-tsx","duration":20167,"timestamp":121941037847,"id":5261,"parentId":5095,"tags":{"name":"/home/share/dev/agent-studio-deploy/components/FileIcons.tsx","layer":"app-pages-browser"},"startTime":1789479419887,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-tsx","duration":20567,"timestamp":121941038720,"id":5262,"parentId":5089,"tags":{"name":"/home/share/dev/agent-studio-deploy/components/ExtensionStatusBar.tsx","layer":"app-pages-browser"},"startTime":1789479419888,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-tsx","duration":20052,"timestamp":121941040890,"id":5264,"parentId":5090,"tags":{"name":"/home/share/dev/agent-studio-deploy/components/FrontmatterCard.tsx","layer":"app-pages-browser"},"startTime":1789479419890,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-tsx","duration":25878,"timestamp":121941039777,"id":5263,"parentId":5090,"tags":{"name":"/home/share/dev/agent-studio-deploy/components/MermaidBlock.tsx","layer":"app-pages-browser"},"startTime":1789479419889,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-tsx","duration":23863,"timestamp":121941043276,"id":5266,"parentId":5092,"tags":{"name":"/home/share/dev/agent-studio-deploy/components/SessionSearch.tsx","layer":"app-pages-browser"},"startTime":1789479419892,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-tsx","duration":28749,"timestamp":121941041934,"id":5265,"parentId":5092,"tags":{"name":"/home/share/dev/agent-studio-deploy/components/DirectoryPicker.tsx","layer":"app-pages-browser"},"startTime":1789479419891,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-woff","duration":84947,"timestamp":121941004457,"id":5236,"parentId":5068,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/katex/dist/fonts/KaTeX_Size3-Regular.woff","layer":null},"startTime":1789479419853,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-ttf","duration":85061,"timestamp":121941004540,"id":5237,"parentId":5068,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/katex/dist/fonts/KaTeX_Size3-Regular.ttf","layer":null},"startTime":1789479419853,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-woff2","duration":85463,"timestamp":121941004288,"id":5235,"parentId":5068,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/katex/dist/fonts/KaTeX_Size3-Regular.woff2","layer":null},"startTime":1789479419853,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-woff2","duration":85266,"timestamp":121941004620,"id":5238,"parentId":5068,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/katex/dist/fonts/KaTeX_Size4-Regular.woff2","layer":null},"startTime":1789479419854,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-woff","duration":85324,"timestamp":121941004699,"id":5239,"parentId":5068,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/katex/dist/fonts/KaTeX_Size4-Regular.woff","layer":null},"startTime":1789479419854,"traceId":"0b5cf6f8aba18709"}]
|
|
8
|
+
[{"name":"build-module-ttf","duration":85371,"timestamp":121941004788,"id":5240,"parentId":5068,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/katex/dist/fonts/KaTeX_Size4-Regular.ttf","layer":null},"startTime":1789479419854,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-woff2","duration":85442,"timestamp":121941004852,"id":5241,"parentId":5068,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/katex/dist/fonts/KaTeX_Typewriter-Regular.woff2","layer":null},"startTime":1789479419854,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-woff","duration":85457,"timestamp":121941004976,"id":5242,"parentId":5068,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/katex/dist/fonts/KaTeX_Typewriter-Regular.woff","layer":null},"startTime":1789479419854,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-ttf","duration":85554,"timestamp":121941005038,"id":5243,"parentId":5068,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/katex/dist/fonts/KaTeX_Typewriter-Regular.ttf","layer":null},"startTime":1789479419854,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-tsx","duration":13038,"timestamp":121941079223,"id":5268,"parentId":5094,"tags":{"name":"/home/share/dev/agent-studio-deploy/components/ThemeIcon.tsx","layer":"app-pages-browser"},"startTime":1789479419928,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":12793,"timestamp":121941081055,"id":5271,"parentId":5156,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/shared/lib/image-external.js","layer":"app-pages-browser"},"startTime":1789479419930,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-css","duration":2913365,"timestamp":121938223427,"id":5006,"parentId":4847,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/katex/dist/katex.min.css","layer":"app-pages-browser"},"startTime":1789479417072,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-tsx","duration":64977,"timestamp":121941081536,"id":5272,"parentId":5094,"tags":{"name":"/home/share/dev/agent-studio-deploy/components/SkillsConfig.tsx","layer":"app-pages-browser"},"startTime":1789479419930,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-tsx","duration":66382,"timestamp":121941083197,"id":5274,"parentId":5094,"tags":{"name":"/home/share/dev/agent-studio-deploy/components/SettingsUi.tsx","layer":"app-pages-browser"},"startTime":1789479419932,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-tsx","duration":83673,"timestamp":121941078617,"id":5267,"parentId":5092,"tags":{"name":"/home/share/dev/agent-studio-deploy/components/FileExplorer.tsx","layer":"app-pages-browser"},"startTime":1789479419928,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":158807,"timestamp":121941006271,"id":5247,"parentId":5119,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/lib/route-pattern-normalizer.js","layer":"pages-dir-browser"},"startTime":1789479419855,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":151523,"timestamp":121941015921,"id":5258,"parentId":5090,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/react-syntax-highlighter/dist/esm/index.js","layer":"app-pages-browser"},"startTime":1789479419865,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":151850,"timestamp":121941016404,"id":5259,"parentId":5090,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/react-markdown/index.js","layer":"app-pages-browser"},"startTime":1789479419865,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":74020,"timestamp":121941095442,"id":5277,"parentId":5245,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/shared/lib/router/utils/querystring.js","layer":"app-pages-browser"},"startTime":1789479419944,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-tsx","duration":99295,"timestamp":121941082378,"id":5273,"parentId":5094,"tags":{"name":"/home/share/dev/agent-studio-deploy/components/AgentsConfig.tsx","layer":"app-pages-browser"},"startTime":1789479419931,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-tsx","duration":110630,"timestamp":121941084056,"id":5275,"parentId":5094,"tags":{"name":"/home/share/dev/agent-studio-deploy/components/PluginsConfig.tsx","layer":"app-pages-browser"},"startTime":1789479419933,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-tsx","duration":151182,"timestamp":121941079973,"id":5269,"parentId":5094,"tags":{"name":"/home/share/dev/agent-studio-deploy/components/ModelsConfig.tsx","layer":"app-pages-browser"},"startTime":1789479419929,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":7861,"timestamp":121941244174,"id":5278,"parentId":5141,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/client/components/unstable-rethrow.browser.js","layer":"app-pages-browser"},"startTime":1789479420093,"traceId":"0b5cf6f8aba18709"},{"name":"add-entry","duration":4312435,"timestamp":121936943907,"id":4778,"parentId":4775,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Fshare%2Fdev%2Fagent-studio-deploy%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%2Fshare%2Fdev%2Fagent-studio-deploy%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fshare%2Fdev%2Fagent-studio-deploy%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-segment.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fshare%2Fdev%2Fagent-studio-deploy%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%2Fshare%2Fdev%2Fagent-studio-deploy%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fshare%2Fdev%2Fagent-studio-deploy%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%2Fshare%2Fdev%2Fagent-studio-deploy%2Fnode_modules%2Fnext%2Fdist%2Flib%2Fframework%2Fboundary-components.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fshare%2Fdev%2Fagent-studio-deploy%2Fnode_modules%2Fnext%2Fdist%2Flib%2Fmetadata%2Fgenerate%2Ficon-mark.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1789479415793,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":177940,"timestamp":121941080840,"id":5270,"parentId":5085,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/scheduler/index.js","layer":"pages-dir-browser"},"startTime":1789479419930,"traceId":"0b5cf6f8aba18709"},{"name":"build-module","duration":104,"timestamp":121941266015,"id":5280,"parentId":5006,"tags":{},"startTime":1789479420115,"traceId":"0b5cf6f8aba18709"},{"name":"build-module","duration":126,"timestamp":121941266392,"id":5281,"parentId":5011,"tags":{"layer":null},"startTime":1789479420115,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":189240,"timestamp":121941084903,"id":5276,"parentId":5090,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/index.js","layer":"app-pages-browser"},"startTime":1789479419934,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":37107,"timestamp":121941254492,"id":5279,"parentId":5084,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/compiled/scheduler/index.js","layer":"app-pages-browser"},"startTime":1789479420103,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":14939,"timestamp":121941309645,"id":5282,"parentId":5271,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/client/image-component.js","layer":"app-pages-browser"},"startTime":1789479420159,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":28231,"timestamp":121941310142,"id":5283,"parentId":5271,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/shared/lib/get-img-props.js","layer":"app-pages-browser"},"startTime":1789479420159,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":53672,"timestamp":121941310562,"id":5284,"parentId":5258,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/react-syntax-highlighter/dist/esm/default-highlight.js","layer":"app-pages-browser"},"startTime":1789479420160,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-ts","duration":13463,"timestamp":121941367376,"id":5294,"parentId":5092,"tags":{"name":"/home/share/dev/agent-studio-deploy/lib/file-explorer-state.ts","layer":"app-pages-browser"},"startTime":1789479420216,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-tsx","duration":16176,"timestamp":121941366910,"id":5293,"parentId":5209,"tags":{"name":"/home/share/dev/agent-studio-deploy/components/ImagePreview.tsx","layer":"app-pages-browser"},"startTime":1789479420216,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-tsx","duration":26839,"timestamp":121941367867,"id":5295,"parentId":5199,"tags":{"name":"/home/share/dev/agent-studio-deploy/components/project-dashboard/ProjectGrid.tsx","layer":"app-pages-browser"},"startTime":1789479420217,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":42959,"timestamp":121941360579,"id":5286,"parentId":5258,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/react-syntax-highlighter/dist/esm/light.js","layer":"app-pages-browser"},"startTime":1789479420210,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":45146,"timestamp":121941360275,"id":5285,"parentId":5258,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/react-syntax-highlighter/dist/esm/light-async.js","layer":"app-pages-browser"},"startTime":1789479420209,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":46545,"timestamp":121941368490,"id":5296,"parentId":5270,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/scheduler/cjs/scheduler.production.js","layer":"pages-dir-browser"},"startTime":1789479420217,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":50646,"timestamp":121941365664,"id":5287,"parentId":5258,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/react-syntax-highlighter/dist/esm/prism-async-light.js","layer":"app-pages-browser"},"startTime":1789479420215,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":51401,"timestamp":121941365952,"id":5288,"parentId":5258,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/react-syntax-highlighter/dist/esm/prism-async.js","layer":"app-pages-browser"},"startTime":1789479420215,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":52026,"timestamp":121941366152,"id":5289,"parentId":5258,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/react-syntax-highlighter/dist/esm/prism.js","layer":"app-pages-browser"},"startTime":1789479420215,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":52808,"timestamp":121941366331,"id":5290,"parentId":5258,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/react-syntax-highlighter/dist/esm/prism-light.js","layer":"app-pages-browser"},"startTime":1789479420215,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":56666,"timestamp":121941366504,"id":5291,"parentId":5258,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/react-syntax-highlighter/dist/esm/create-element.js","layer":"app-pages-browser"},"startTime":1789479420215,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":60731,"timestamp":121941366721,"id":5292,"parentId":5259,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/react-markdown/lib/index.js","layer":"app-pages-browser"},"startTime":1789479420216,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":60272,"timestamp":121941368689,"id":5297,"parentId":5276,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/coy.js","layer":"app-pages-browser"},"startTime":1789479420218,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":60916,"timestamp":121941369068,"id":5298,"parentId":5276,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/dark.js","layer":"app-pages-browser"},"startTime":1789479420218,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":62051,"timestamp":121941369462,"id":5299,"parentId":5276,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/funky.js","layer":"app-pages-browser"},"startTime":1789479420218,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":62905,"timestamp":121941369857,"id":5300,"parentId":5276,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/okaidia.js","layer":"app-pages-browser"},"startTime":1789479420219,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":63757,"timestamp":121941370221,"id":5301,"parentId":5276,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/tomorrow.js","layer":"app-pages-browser"},"startTime":1789479420219,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":64745,"timestamp":121941370588,"id":5302,"parentId":5276,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/twilight.js","layer":"app-pages-browser"},"startTime":1789479420220,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":65619,"timestamp":121941370911,"id":5303,"parentId":5276,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/solarizedlight.js","layer":"app-pages-browser"},"startTime":1789479420220,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":66904,"timestamp":121941371243,"id":5304,"parentId":5276,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/prism.js","layer":"app-pages-browser"},"startTime":1789479420220,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":68527,"timestamp":121941371558,"id":5305,"parentId":5276,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/a11y-dark.js","layer":"app-pages-browser"},"startTime":1789479420221,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":69868,"timestamp":121941371878,"id":5306,"parentId":5276,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/atom-dark.js","layer":"app-pages-browser"},"startTime":1789479420221,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":71443,"timestamp":121941372213,"id":5307,"parentId":5276,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/base16-ateliersulphurpool.light.js","layer":"app-pages-browser"},"startTime":1789479420221,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":67914,"timestamp":121941388420,"id":5308,"parentId":5276,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/cb.js","layer":"app-pages-browser"},"startTime":1789479420237,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":68898,"timestamp":121941388729,"id":5309,"parentId":5276,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/coldark-cold.js","layer":"app-pages-browser"},"startTime":1789479420238,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":70426,"timestamp":121941388947,"id":5310,"parentId":5276,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/coldark-dark.js","layer":"app-pages-browser"},"startTime":1789479420238,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":71380,"timestamp":121941389199,"id":5311,"parentId":5276,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/coy-without-shadows.js","layer":"app-pages-browser"},"startTime":1789479420238,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":63908,"timestamp":121941407940,"id":5313,"parentId":5276,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/dracula.js","layer":"app-pages-browser"},"startTime":1789479420257,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":65401,"timestamp":121941407512,"id":5312,"parentId":5276,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/darcula.js","layer":"app-pages-browser"},"startTime":1789479420256,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":65639,"timestamp":121941408324,"id":5314,"parentId":5276,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/duotone-dark.js","layer":"app-pages-browser"},"startTime":1789479420257,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-ts","duration":9461,"timestamp":121941476048,"id":5324,"parentId":5112,"tags":{"name":"/home/share/dev/agent-studio-deploy/lib/terminal-client.ts","layer":"app-pages-browser"},"startTime":1789479420325,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":8314,"timestamp":121941477858,"id":5328,"parentId":5282,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/shared/lib/image-config-context.shared-runtime.js","layer":"app-pages-browser"},"startTime":1789479420327,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":10456,"timestamp":121941477341,"id":5327,"parentId":5282,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/shared/lib/image-config.js","layer":"app-pages-browser"},"startTime":1789479420326,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":9988,"timestamp":121941478379,"id":5329,"parentId":5282,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/shared/lib/router-context.shared-runtime.js","layer":"app-pages-browser"},"startTime":1789479420327,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":27049,"timestamp":121941462797,"id":5315,"parentId":5276,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/duotone-earth.js","layer":"app-pages-browser"},"startTime":1789479420312,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":27695,"timestamp":121941463108,"id":5316,"parentId":5276,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/duotone-forest.js","layer":"app-pages-browser"},"startTime":1789479420312,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":28576,"timestamp":121941463311,"id":5317,"parentId":5276,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/duotone-light.js","layer":"app-pages-browser"},"startTime":1789479420312,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":28992,"timestamp":121941463531,"id":5318,"parentId":5212,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/rehype-katex/index.js","layer":"app-pages-browser"},"startTime":1789479420312,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":29762,"timestamp":121941463754,"id":5319,"parentId":5276,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/duotone-sea.js","layer":"app-pages-browser"},"startTime":1789479420313,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":30542,"timestamp":121941463938,"id":5320,"parentId":5276,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/duotone-space.js","layer":"app-pages-browser"},"startTime":1789479420313,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":31166,"timestamp":121941464144,"id":5321,"parentId":5276,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/ghcolors.js","layer":"app-pages-browser"},"startTime":1789479420313,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":20756,"timestamp":121941476955,"id":5326,"parentId":5282,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/shared/lib/head.js","layer":"app-pages-browser"},"startTime":1789479420326,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":37305,"timestamp":121941469691,"id":5322,"parentId":5276,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/gruvbox-dark.js","layer":"app-pages-browser"},"startTime":1789479420319,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":37897,"timestamp":121941470012,"id":5323,"parentId":5276,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/gruvbox-light.js","layer":"app-pages-browser"},"startTime":1789479420319,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":46701,"timestamp":121941476817,"id":5325,"parentId":5119,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/compiled/path-to-regexp/index.js","layer":"pages-dir-browser"},"startTime":1789479420326,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":48045,"timestamp":121941478886,"id":5330,"parentId":5276,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/holi-theme.js","layer":"app-pages-browser"},"startTime":1789479420328,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":45742,"timestamp":121941482948,"id":5331,"parentId":5276,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/hopscotch.js","layer":"app-pages-browser"},"startTime":1789479420332,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":46061,"timestamp":121941483613,"id":5333,"parentId":5276,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/material-dark.js","layer":"app-pages-browser"},"startTime":1789479420333,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":47121,"timestamp":121941483393,"id":5332,"parentId":5276,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/lucario.js","layer":"app-pages-browser"},"startTime":1789479420332,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":13347,"timestamp":121941524650,"id":5351,"parentId":5271,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/shared/lib/image-loader.js","layer":"app-pages-browser"},"startTime":1789479420374,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":39225,"timestamp":121941499863,"id":5334,"parentId":5276,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/material-light.js","layer":"app-pages-browser"},"startTime":1789479420349,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":39355,"timestamp":121941500635,"id":5337,"parentId":5276,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/nord.js","layer":"app-pages-browser"},"startTime":1789479420350,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":40453,"timestamp":121941500451,"id":5336,"parentId":5276,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/night-owl.js","layer":"app-pages-browser"},"startTime":1789479420349,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":41578,"timestamp":121941500231,"id":5335,"parentId":5276,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/material-oceanic.js","layer":"app-pages-browser"},"startTime":1789479420349,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":42429,"timestamp":121941500814,"id":5338,"parentId":5276,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/one-dark.js","layer":"app-pages-browser"},"startTime":1789479420350,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":43766,"timestamp":121941500986,"id":5339,"parentId":5276,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/one-light.js","layer":"app-pages-browser"},"startTime":1789479420350,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":44455,"timestamp":121941501222,"id":5340,"parentId":5276,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/pojoaque.js","layer":"app-pages-browser"},"startTime":1789479420350,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":45220,"timestamp":121941501461,"id":5341,"parentId":5276,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/shades-of-purple.js","layer":"app-pages-browser"},"startTime":1789479420350,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":45894,"timestamp":121941501647,"id":5342,"parentId":5276,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/solarized-dark-atom.js","layer":"app-pages-browser"},"startTime":1789479420351,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":46673,"timestamp":121941501823,"id":5343,"parentId":5276,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/synthwave84.js","layer":"app-pages-browser"},"startTime":1789479420351,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":23614,"timestamp":121941531837,"id":5354,"parentId":5283,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/shared/lib/image-blur-svg.js","layer":"app-pages-browser"},"startTime":1789479420381,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-ts","duration":24184,"timestamp":121941532575,"id":5356,"parentId":5267,"tags":{"name":"/home/share/dev/agent-studio-deploy/lib/search-tree.ts","layer":"app-pages-browser"},"startTime":1789479420382,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-tsx","duration":30334,"timestamp":121941531081,"id":5353,"parentId":5199,"tags":{"name":"/home/share/dev/agent-studio-deploy/components/project-dashboard/ProjectDashboard.tsx","layer":"app-pages-browser"},"startTime":1789479420380,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":45903,"timestamp":121941516808,"id":5345,"parentId":5276,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/vsc-dark-plus.js","layer":"app-pages-browser"},"startTime":1789479420366,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":47411,"timestamp":121941516501,"id":5344,"parentId":5276,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/vs.js","layer":"app-pages-browser"},"startTime":1789479420365,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":48066,"timestamp":121941517016,"id":5346,"parentId":5276,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/xonokai.js","layer":"app-pages-browser"},"startTime":1789479420366,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":48968,"timestamp":121941517196,"id":5347,"parentId":5276,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/z-touch.js","layer":"app-pages-browser"},"startTime":1789479420366,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":52961,"timestamp":121941517375,"id":5348,"parentId":5279,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/compiled/scheduler/cjs/scheduler.production.js","layer":"app-pages-browser"},"startTime":1789479420366,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-ts","duration":19741,"timestamp":121941551418,"id":5361,"parentId":5090,"tags":{"name":"/home/share/dev/agent-studio-deploy/lib/file-viewer-state.ts","layer":"app-pages-browser"},"startTime":1789479420400,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":61643,"timestamp":121941524152,"id":5349,"parentId":5160,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/compiled/process/browser.js","layer":"pages-dir-browser"},"startTime":1789479420373,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":63316,"timestamp":121941524306,"id":5350,"parentId":5161,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/compiled/process/browser.js","layer":"app-pages-browser"},"startTime":1789479420373,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":66411,"timestamp":121941525034,"id":5352,"parentId":5159,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/compiled/path-browserify/index.js","layer":"app-pages-browser"},"startTime":1789479420374,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":16870,"timestamp":121941576906,"id":5368,"parentId":5326,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/shared/lib/side-effect.js","layer":"app-pages-browser"},"startTime":1789479420426,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-ts","duration":17754,"timestamp":121941578071,"id":5370,"parentId":5094,"tags":{"name":"/home/share/dev/agent-studio-deploy/hooks/useChatAppearance.ts","layer":"app-pages-browser"},"startTime":1789479420427,"traceId":"0b5cf6f8aba18709"}]
|
|
9
|
+
[{"name":"build-module-tsx","duration":21948,"timestamp":121941577319,"id":5369,"parentId":5262,"tags":{"name":"/home/share/dev/agent-studio-deploy/components/ExtensionWidgets.tsx","layer":"app-pages-browser"},"startTime":1789479420426,"traceId":"0b5cf6f8aba18709"},{"name":"add-entry","duration":4659551,"timestamp":121936942896,"id":4776,"parentId":4775,"tags":{"request":"./node_modules/next/dist/client/next.js"},"startTime":1789479415792,"traceId":"0b5cf6f8aba18709"},{"name":"add-entry","duration":4658673,"timestamp":121936943806,"id":4777,"parentId":4775,"tags":{"request":"./node_modules/next/dist/client/app-next.js"},"startTime":1789479415793,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":82910,"timestamp":121941532205,"id":5355,"parentId":5284,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/react-syntax-highlighter/dist/esm/highlight.js","layer":"app-pages-browser"},"startTime":1789479420381,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":72801,"timestamp":121941550569,"id":5357,"parentId":5260,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/ansi_up/ansi_up.js","layer":"app-pages-browser"},"startTime":1789479420400,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":74906,"timestamp":121941550846,"id":5358,"parentId":5285,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/react-syntax-highlighter/dist/esm/async-syntax-highlighter.js","layer":"app-pages-browser"},"startTime":1789479420400,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":107506,"timestamp":121941551240,"id":5360,"parentId":5263,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/mermaid/dist/mermaid.core.mjs","layer":"app-pages-browser"},"startTime":1789479420400,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":108180,"timestamp":121941551944,"id":5362,"parentId":5284,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/default-style.js","layer":"app-pages-browser"},"startTime":1789479420401,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":109282,"timestamp":121941552197,"id":5363,"parentId":5284,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/react-syntax-highlighter/dist/esm/languages/hljs/supported-languages.js","layer":"app-pages-browser"},"startTime":1789479420401,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":137502,"timestamp":121941552403,"id":5364,"parentId":5285,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/react-syntax-highlighter/dist/esm/async-languages/hljs.js","layer":"app-pages-browser"},"startTime":1789479420401,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":172357,"timestamp":121941552595,"id":5365,"parentId":5287,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/react-syntax-highlighter/dist/esm/async-languages/prism.js","layer":"app-pages-browser"},"startTime":1789479420402,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":173191,"timestamp":121941552846,"id":5366,"parentId":5288,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/react-syntax-highlighter/dist/esm/languages/prism/supported-languages.js","layer":"app-pages-browser"},"startTime":1789479420402,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":173872,"timestamp":121941553055,"id":5367,"parentId":5289,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/react-syntax-highlighter/dist/esm/styles/prism/prism.js","layer":"app-pages-browser"},"startTime":1789479420402,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":176473,"timestamp":121941551055,"id":5359,"parentId":5285,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/react-syntax-highlighter/dist/esm/checkForListedLanguage.js","layer":"app-pages-browser"},"startTime":1789479420400,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-tsx","duration":128078,"timestamp":121941601607,"id":5374,"parentId":5199,"tags":{"name":"/home/share/dev/agent-studio-deploy/components/project-dashboard/ProjectFilters.tsx","layer":"app-pages-browser"},"startTime":1789479420451,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":161682,"timestamp":121941578901,"id":5371,"parentId":5318,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/rehype-katex/lib/index.js","layer":"app-pages-browser"},"startTime":1789479420428,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":165182,"timestamp":121941579321,"id":5372,"parentId":5284,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lowlight/index.js","layer":"app-pages-browser"},"startTime":1789479420428,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":166935,"timestamp":121941579712,"id":5373,"parentId":5286,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lowlight/lib/core.js","layer":"app-pages-browser"},"startTime":1789479420429,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":163570,"timestamp":121941604920,"id":5376,"parentId":5288,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lib/all.js","layer":"app-pages-browser"},"startTime":1789479420454,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":166414,"timestamp":121941604472,"id":5375,"parentId":5287,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lib/core.js","layer":"app-pages-browser"},"startTime":1789479420453,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":18101,"timestamp":121942395880,"id":5377,"parentId":5351,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/shared/lib/find-closest-quality.js","layer":"app-pages-browser"},"startTime":1789479421245,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-ts","duration":22065,"timestamp":121942396307,"id":5378,"parentId":5090,"tags":{"name":"/home/share/dev/agent-studio-deploy/lib/file-links.ts","layer":"app-pages-browser"},"startTime":1789479421245,"traceId":"0b5cf6f8aba18709"},{"name":"add-entry","duration":5487025,"timestamp":121936945115,"id":4843,"parentId":4775,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Fshare%2Fdev%2Fagent-studio-deploy%2Fapp%2Flogin%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1789479415794,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-tsx","duration":13218,"timestamp":121942424871,"id":5401,"parentId":5269,"tags":{"name":"/home/share/dev/agent-studio-deploy/components/ProviderUsageSummary.tsx","layer":"app-pages-browser"},"startTime":1789479421274,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":31647,"timestamp":121942418687,"id":5379,"parentId":5360,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/mermaid/dist/chunks/mermaid.core/chunk-3NCLNEKW.mjs","layer":"app-pages-browser"},"startTime":1789479421268,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":78089,"timestamp":121942419142,"id":5380,"parentId":5360,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/mermaid/dist/chunks/mermaid.core/chunk-ZIRB5QZD.mjs","layer":"app-pages-browser"},"startTime":1789479421268,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":82464,"timestamp":121942419500,"id":5381,"parentId":5360,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/mermaid/dist/chunks/mermaid.core/chunk-J7OUQ5F2.mjs","layer":"app-pages-browser"},"startTime":1789479421268,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":106505,"timestamp":121942419830,"id":5382,"parentId":5360,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/mermaid/dist/chunks/mermaid.core/chunk-7Z6QIM7H.mjs","layer":"app-pages-browser"},"startTime":1789479421269,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":108600,"timestamp":121942420488,"id":5384,"parentId":5360,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/mermaid/dist/chunks/mermaid.core/chunk-W5SLKNZC.mjs","layer":"app-pages-browser"},"startTime":1789479421269,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":112750,"timestamp":121942420919,"id":5385,"parentId":5360,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/mermaid/dist/chunks/mermaid.core/chunk-7BUUIJ7U.mjs","layer":"app-pages-browser"},"startTime":1789479421270,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":114496,"timestamp":121942421233,"id":5386,"parentId":5360,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/mermaid/dist/chunks/mermaid.core/chunk-UBXNYLIW.mjs","layer":"app-pages-browser"},"startTime":1789479421270,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":234358,"timestamp":121942420168,"id":5383,"parentId":5360,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/mermaid/dist/chunks/mermaid.core/chunk-QR6OTTB3.mjs","layer":"app-pages-browser"},"startTime":1789479421269,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":240010,"timestamp":121942421518,"id":5387,"parentId":5360,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/mermaid/dist/chunks/mermaid.core/chunk-WRU74C26.mjs","layer":"app-pages-browser"},"startTime":1789479421270,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":242417,"timestamp":121942421794,"id":5388,"parentId":5360,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/mermaid/dist/chunks/mermaid.core/chunk-4I5QYGJK.mjs","layer":"app-pages-browser"},"startTime":1789479421271,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":250388,"timestamp":121942422067,"id":5389,"parentId":5360,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/mermaid/dist/chunks/mermaid.core/chunk-NSK5VX7P.mjs","layer":"app-pages-browser"},"startTime":1789479421271,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":251436,"timestamp":121942422615,"id":5391,"parentId":5360,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/mermaid/dist/chunks/mermaid.core/chunk-X3CZISLH.mjs","layer":"app-pages-browser"},"startTime":1789479421272,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":251957,"timestamp":121942422882,"id":5392,"parentId":5360,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/mermaid/dist/chunks/mermaid.core/chunk-Y2CYZVJY.mjs","layer":"app-pages-browser"},"startTime":1789479421272,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":252292,"timestamp":121942423154,"id":5393,"parentId":5292,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/html-url-attributes/index.js","layer":"app-pages-browser"},"startTime":1789479421272,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":252500,"timestamp":121942423427,"id":5394,"parentId":5292,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/remark-parse/index.js","layer":"app-pages-browser"},"startTime":1789479421272,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":253087,"timestamp":121942423690,"id":5395,"parentId":5292,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/unified/index.js","layer":"app-pages-browser"},"startTime":1789479421273,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":253474,"timestamp":121942423948,"id":5396,"parentId":5292,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/unist-util-visit/index.js","layer":"app-pages-browser"},"startTime":1789479421273,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":253855,"timestamp":121942424174,"id":5397,"parentId":5292,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/remark-rehype/index.js","layer":"app-pages-browser"},"startTime":1789479421273,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":254192,"timestamp":121942424358,"id":5398,"parentId":5292,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/vfile/index.js","layer":"app-pages-browser"},"startTime":1789479421273,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":254562,"timestamp":121942424533,"id":5399,"parentId":5292,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/hast-util-to-jsx-runtime/index.js","layer":"app-pages-browser"},"startTime":1789479421273,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":255201,"timestamp":121942424703,"id":5400,"parentId":5292,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/devlop/lib/default.js","layer":"app-pages-browser"},"startTime":1789479421274,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":447350,"timestamp":121942422344,"id":5390,"parentId":5360,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/mermaid/dist/chunks/mermaid.core/chunk-I66GZJ75.mjs","layer":"app-pages-browser"},"startTime":1789479421271,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":446602,"timestamp":121942425372,"id":5402,"parentId":5360,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/mermaid/dist/chunks/mermaid.core/pegDiagram-VL7TDLO6.mjs","layer":"app-pages-browser"},"startTime":1789479421274,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":448370,"timestamp":121942425722,"id":5403,"parentId":5360,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/mermaid/dist/chunks/mermaid.core/abnfDiagram-N423BO3Z.mjs","layer":"app-pages-browser"},"startTime":1789479421275,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":450901,"timestamp":121942426076,"id":5404,"parentId":5360,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/mermaid/dist/chunks/mermaid.core/ebnfDiagram-BXEA7PRR.mjs","layer":"app-pages-browser"},"startTime":1789479421275,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":453174,"timestamp":121942426404,"id":5405,"parentId":5360,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/mermaid/dist/chunks/mermaid.core/railroadDiagram-AXF67PYL.mjs","layer":"app-pages-browser"},"startTime":1789479421275,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":461520,"timestamp":121942426913,"id":5406,"parentId":5360,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/mermaid/dist/chunks/mermaid.core/cynefinDiagram-MW4NZA55.mjs","layer":"app-pages-browser"},"startTime":1789479421276,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":473586,"timestamp":121942427270,"id":5407,"parentId":5360,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/mermaid/dist/chunks/mermaid.core/wardleyDiagram-T6FBY63Y.mjs","layer":"app-pages-browser"},"startTime":1789479421276,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":482975,"timestamp":121942427592,"id":5408,"parentId":5360,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/mermaid/dist/chunks/mermaid.core/diagram-Q27KOJAE.mjs","layer":"app-pages-browser"},"startTime":1789479421277,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":513097,"timestamp":121942427890,"id":5409,"parentId":5360,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/mermaid/dist/chunks/mermaid.core/vennDiagram-T6HMQDX7.mjs","layer":"app-pages-browser"},"startTime":1789479421277,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":527205,"timestamp":121942428206,"id":5410,"parentId":5360,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/mermaid/dist/chunks/mermaid.core/ishikawaDiagram-WSZJBQD7.mjs","layer":"app-pages-browser"},"startTime":1789479421277,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":533169,"timestamp":121942428528,"id":5411,"parentId":5360,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/mermaid/dist/chunks/mermaid.core/diagram-B4RE2ZJO.mjs","layer":"app-pages-browser"},"startTime":1789479421277,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":542772,"timestamp":121942429153,"id":5413,"parentId":5360,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/mermaid/dist/chunks/mermaid.core/diagram-7IWD3JNH.mjs","layer":"app-pages-browser"},"startTime":1789479421278,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":554931,"timestamp":121942428846,"id":5412,"parentId":5360,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/mermaid/dist/chunks/mermaid.core/architectureDiagram-T3A2C74G.mjs","layer":"app-pages-browser"},"startTime":1789479421278,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":601399,"timestamp":121942429468,"id":5414,"parentId":5360,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/mermaid/dist/chunks/mermaid.core/blockDiagram-VBNYF7ZC.mjs","layer":"app-pages-browser"},"startTime":1789479421278,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":613340,"timestamp":121942430102,"id":5416,"parentId":5360,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/mermaid/dist/chunks/mermaid.core/diagram-LBJQPF4R.mjs","layer":"app-pages-browser"},"startTime":1789479421279,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":617856,"timestamp":121942429779,"id":5415,"parentId":5360,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/mermaid/dist/chunks/mermaid.core/diagram-UB23O5K3.mjs","layer":"app-pages-browser"},"startTime":1789479421279,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":625663,"timestamp":121942430380,"id":5417,"parentId":5360,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/mermaid/dist/chunks/mermaid.core/sankeyDiagram-W5VNT64P.mjs","layer":"app-pages-browser"},"startTime":1789479421279,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":635496,"timestamp":121942430578,"id":5418,"parentId":5360,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/mermaid/dist/chunks/mermaid.core/kanban-definition-27J2QSJJ.mjs","layer":"app-pages-browser"},"startTime":1789479421280,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":635927,"timestamp":121942431093,"id":5421,"parentId":5360,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/mermaid/dist/chunks/mermaid.core/flowDiagram-UKHOOZJN.mjs","layer":"app-pages-browser"},"startTime":1789479421280,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":636837,"timestamp":121942431267,"id":5422,"parentId":5360,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/mermaid/dist/chunks/mermaid.core/stateDiagram-v2-UEYNNEHI.mjs","layer":"app-pages-browser"},"startTime":1789479421280,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":661462,"timestamp":121942430754,"id":5419,"parentId":5360,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/mermaid/dist/chunks/mermaid.core/timeline-definition-Z64GVDOM.mjs","layer":"app-pages-browser"},"startTime":1789479421280,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":676940,"timestamp":121942430923,"id":5420,"parentId":5360,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/mermaid/dist/chunks/mermaid.core/mindmap-definition-FAOFIHXS.mjs","layer":"app-pages-browser"},"startTime":1789479421280,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":677198,"timestamp":121942431764,"id":5425,"parentId":5360,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/mermaid/dist/chunks/mermaid.core/classDiagram-v2-OCEON4UE.mjs","layer":"app-pages-browser"},"startTime":1789479421281,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":683957,"timestamp":121942431598,"id":5424,"parentId":5360,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/mermaid/dist/chunks/mermaid.core/stateDiagram-OKZ733FA.mjs","layer":"app-pages-browser"},"startTime":1789479421281,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":702178,"timestamp":121942431433,"id":5423,"parentId":5360,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/mermaid/dist/chunks/mermaid.core/journeyDiagram-NVQOT4AX.mjs","layer":"app-pages-browser"},"startTime":1789479421280,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":702743,"timestamp":121942431928,"id":5426,"parentId":5360,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/mermaid/dist/chunks/mermaid.core/classDiagram-JCYQIIEL.mjs","layer":"app-pages-browser"},"startTime":1789479421281,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":784036,"timestamp":121942446048,"id":5427,"parentId":5360,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/mermaid/dist/chunks/mermaid.core/sequenceDiagram-SI44F4Z6.mjs","layer":"app-pages-browser"},"startTime":1789479421295,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":834157,"timestamp":121942447770,"id":5428,"parentId":5360,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/mermaid/dist/chunks/mermaid.core/requirementDiagram-LRYGKXZP.mjs","layer":"app-pages-browser"},"startTime":1789479421297,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":863285,"timestamp":121942448160,"id":5429,"parentId":5360,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/mermaid/dist/chunks/mermaid.core/xychartDiagram-ELKLHX3M.mjs","layer":"app-pages-browser"},"startTime":1789479421297,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-tsx","duration":22810,"timestamp":121943351322,"id":5432,"parentId":5210,"tags":{"name":"/home/share/dev/agent-studio-deploy/components/ModelSelector.tsx","layer":"app-pages-browser"},"startTime":1789479422200,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-ts","duration":8622,"timestamp":121943366138,"id":5441,"parentId":5209,"tags":{"name":"/home/share/dev/agent-studio-deploy/lib/tool-names.ts","layer":"app-pages-browser"},"startTime":1789479422215,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-ts","duration":10718,"timestamp":121943365473,"id":5440,"parentId":5090,"tags":{"name":"/home/share/dev/agent-studio-deploy/lib/file-types.ts","layer":"app-pages-browser"},"startTime":1789479422214,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":47600,"timestamp":121943350792,"id":5430,"parentId":5360,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/mermaid/dist/chunks/mermaid.core/quadrantDiagram-CIZ2JOQS.mjs","layer":"app-pages-browser"},"startTime":1789479422200,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":50625,"timestamp":121943351113,"id":5431,"parentId":5360,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/mermaid/dist/chunks/mermaid.core/pieDiagram-7S7Q4E2Y.mjs","layer":"app-pages-browser"},"startTime":1789479422200,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":48964,"timestamp":121943363328,"id":5433,"parentId":5360,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/mermaid/dist/chunks/mermaid.core/infoDiagram-6WML65LV.mjs","layer":"app-pages-browser"},"startTime":1789479422212,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":48718,"timestamp":121943364645,"id":5437,"parentId":5360,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/mermaid/dist/chunks/mermaid.core/swimlanesDiagram-ULZ7WXOC.mjs","layer":"app-pages-browser"},"startTime":1789479422214,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":69728,"timestamp":121943364091,"id":5435,"parentId":5360,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/mermaid/dist/chunks/mermaid.core/gitGraphDiagram-DS77QQ5N.mjs","layer":"app-pages-browser"},"startTime":1789479422213,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":88622,"timestamp":121943364373,"id":5436,"parentId":5360,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/mermaid/dist/chunks/mermaid.core/erDiagram-JOGREHBK.mjs","layer":"app-pages-browser"},"startTime":1789479422213,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":110000,"timestamp":121943363759,"id":5434,"parentId":5360,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/mermaid/dist/chunks/mermaid.core/ganttDiagram-PKOTCBZU.mjs","layer":"app-pages-browser"},"startTime":1789479422213,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":109710,"timestamp":121943365194,"id":5439,"parentId":5364,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/react-syntax-highlighter/dist/esm/async-languages/create-language-async-loader.js","layer":"app-pages-browser"},"startTime":1789479422214,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":109272,"timestamp":121943367206,"id":5443,"parentId":5364,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/highlight.js/lib/languages/zephir.js","layer":"app-pages-browser"},"startTime":1789479422216,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":116527,"timestamp":121943366811,"id":5442,"parentId":5360,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/index.mjs","layer":"app-pages-browser"},"startTime":1789479422216,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":121471,"timestamp":121943367574,"id":5444,"parentId":5364,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/highlight.js/lib/languages/yaml.js","layer":"app-pages-browser"},"startTime":1789479422217,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":152145,"timestamp":121943364926,"id":5438,"parentId":5360,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/mermaid/dist/chunks/mermaid.core/c4Diagram-5PPSVZJV.mjs","layer":"app-pages-browser"},"startTime":1789479422214,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":155249,"timestamp":121943367888,"id":5445,"parentId":5364,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/highlight.js/lib/languages/xquery.js","layer":"app-pages-browser"},"startTime":1789479422217,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":175419,"timestamp":121943377609,"id":5447,"parentId":5364,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/highlight.js/lib/languages/xl.js","layer":"app-pages-browser"},"startTime":1789479422227,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":178003,"timestamp":121943377321,"id":5446,"parentId":5364,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/highlight.js/lib/languages/xml.js","layer":"app-pages-browser"},"startTime":1789479422226,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":178637,"timestamp":121943377984,"id":5449,"parentId":5364,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/highlight.js/lib/languages/vim.js","layer":"app-pages-browser"},"startTime":1789479422227,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":180104,"timestamp":121943377809,"id":5448,"parentId":5364,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/highlight.js/lib/languages/x86asm.js","layer":"app-pages-browser"},"startTime":1789479422227,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":182295,"timestamp":121943380111,"id":5450,"parentId":5364,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/highlight.js/lib/languages/vhdl.js","layer":"app-pages-browser"},"startTime":1789479422229,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":155880,"timestamp":121943408555,"id":5451,"parentId":5364,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/highlight.js/lib/languages/verilog.js","layer":"app-pages-browser"},"startTime":1789479422258,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":36256,"timestamp":121943790572,"id":5452,"parentId":5364,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/highlight.js/lib/languages/vbscript.js","layer":"app-pages-browser"},"startTime":1789479422640,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":36752,"timestamp":121943791018,"id":5453,"parentId":5364,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/highlight.js/lib/languages/vbscript-html.js","layer":"app-pages-browser"},"startTime":1789479422640,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":37114,"timestamp":121943791731,"id":5455,"parentId":5364,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/highlight.js/lib/languages/vala.js","layer":"app-pages-browser"},"startTime":1789479422641,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":42273,"timestamp":121943792089,"id":5456,"parentId":5364,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/highlight.js/lib/languages/typescript.js","layer":"app-pages-browser"},"startTime":1789479422641,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":46093,"timestamp":121943791392,"id":5454,"parentId":5364,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/highlight.js/lib/languages/vbnet.js","layer":"app-pages-browser"},"startTime":1789479422640,"traceId":"0b5cf6f8aba18709"}]
|
|
10
|
+
[{"name":"build-module-js","duration":46654,"timestamp":121943792426,"id":5457,"parentId":5364,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/highlight.js/lib/languages/twig.js","layer":"app-pages-browser"},"startTime":1789479422641,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":47751,"timestamp":121943792765,"id":5458,"parentId":5364,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/highlight.js/lib/languages/tp.js","layer":"app-pages-browser"},"startTime":1789479422642,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":48613,"timestamp":121943793072,"id":5459,"parentId":5364,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/highlight.js/lib/languages/thrift.js","layer":"app-pages-browser"},"startTime":1789479422642,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":49927,"timestamp":121943793383,"id":5460,"parentId":5364,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/highlight.js/lib/languages/tcl.js","layer":"app-pages-browser"},"startTime":1789479422642,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":50676,"timestamp":121943793723,"id":5461,"parentId":5364,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/highlight.js/lib/languages/tap.js","layer":"app-pages-browser"},"startTime":1789479422643,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":51709,"timestamp":121943794033,"id":5462,"parentId":5364,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/highlight.js/lib/languages/taggerscript.js","layer":"app-pages-browser"},"startTime":1789479422643,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":60677,"timestamp":121943794462,"id":5463,"parentId":5364,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/highlight.js/lib/languages/swift.js","layer":"app-pages-browser"},"startTime":1789479422643,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":61516,"timestamp":121943794794,"id":5464,"parentId":5364,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/highlight.js/lib/languages/subunit.js","layer":"app-pages-browser"},"startTime":1789479422644,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":65231,"timestamp":121943795111,"id":5465,"parentId":5364,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/highlight.js/lib/languages/stylus.js","layer":"app-pages-browser"},"startTime":1789479422644,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":66331,"timestamp":121943795429,"id":5466,"parentId":5364,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/highlight.js/lib/languages/step21.js","layer":"app-pages-browser"},"startTime":1789479422644,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":67727,"timestamp":121943795719,"id":5467,"parentId":5364,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/highlight.js/lib/languages/stata.js","layer":"app-pages-browser"},"startTime":1789479422645,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":70204,"timestamp":121943796030,"id":5468,"parentId":5364,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/highlight.js/lib/languages/stan.js","layer":"app-pages-browser"},"startTime":1789479422645,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":71341,"timestamp":121943796326,"id":5469,"parentId":5364,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/highlight.js/lib/languages/sql_more.js","layer":"app-pages-browser"},"startTime":1789479422645,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":71602,"timestamp":121943796908,"id":5471,"parentId":5364,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/highlight.js/lib/languages/sml.js","layer":"app-pages-browser"},"startTime":1789479422646,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":74336,"timestamp":121943796608,"id":5470,"parentId":5364,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/highlight.js/lib/languages/sqf.js","layer":"app-pages-browser"},"startTime":1789479422646,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":76107,"timestamp":121943797239,"id":5472,"parentId":5364,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/highlight.js/lib/languages/sql.js","layer":"app-pages-browser"},"startTime":1789479422646,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":76605,"timestamp":121943797554,"id":5473,"parentId":5364,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/highlight.js/lib/languages/smalltalk.js","layer":"app-pages-browser"},"startTime":1789479422647,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":77091,"timestamp":121943797869,"id":5474,"parentId":5364,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/highlight.js/lib/languages/smali.js","layer":"app-pages-browser"},"startTime":1789479422647,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":77370,"timestamp":121943798199,"id":5475,"parentId":5364,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/highlight.js/lib/languages/shell.js","layer":"app-pages-browser"},"startTime":1789479422647,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":79013,"timestamp":121943798509,"id":5476,"parentId":5364,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/highlight.js/lib/languages/scss.js","layer":"app-pages-browser"},"startTime":1789479422647,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":83201,"timestamp":121943798816,"id":5477,"parentId":5364,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/highlight.js/lib/languages/scilab.js","layer":"app-pages-browser"},"startTime":1789479422648,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":84164,"timestamp":121943799140,"id":5478,"parentId":5364,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/highlight.js/lib/languages/scheme.js","layer":"app-pages-browser"},"startTime":1789479422648,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":85340,"timestamp":121943799453,"id":5479,"parentId":5364,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/highlight.js/lib/languages/sas.js","layer":"app-pages-browser"},"startTime":1789479422648,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":86643,"timestamp":121943799770,"id":5480,"parentId":5364,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/highlight.js/lib/languages/scala.js","layer":"app-pages-browser"},"startTime":1789479422649,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":88165,"timestamp":121943800108,"id":5481,"parentId":5364,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/highlight.js/lib/languages/rust.js","layer":"app-pages-browser"},"startTime":1789479422649,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":89052,"timestamp":121943800430,"id":5482,"parentId":5364,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/highlight.js/lib/languages/ruleslanguage.js","layer":"app-pages-browser"},"startTime":1789479422649,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":92422,"timestamp":121943800761,"id":5483,"parentId":5364,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/highlight.js/lib/languages/ruby.js","layer":"app-pages-browser"},"startTime":1789479422650,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":93155,"timestamp":121943801090,"id":5484,"parentId":5364,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/highlight.js/lib/languages/rsl.js","layer":"app-pages-browser"},"startTime":1789479422650,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":94908,"timestamp":121943801410,"id":5485,"parentId":5364,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/highlight.js/lib/languages/routeros.js","layer":"app-pages-browser"},"startTime":1789479422650,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":95758,"timestamp":121943801785,"id":5486,"parentId":5364,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/highlight.js/lib/languages/roboconf.js","layer":"app-pages-browser"},"startTime":1789479422651,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":96322,"timestamp":121943802087,"id":5487,"parentId":5364,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/highlight.js/lib/languages/rib.js","layer":"app-pages-browser"},"startTime":1789479422651,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-ts","duration":111156,"timestamp":121943820652,"id":5497,"parentId":5089,"tags":{"name":"/home/share/dev/agent-studio-deploy/hooks/useAgentSession.ts","layer":"app-pages-browser"},"startTime":1789479422670,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-ts","duration":26299,"timestamp":121943906575,"id":5525,"parentId":5089,"tags":{"name":"/home/share/dev/agent-studio-deploy/lib/chat-scroll-position.ts","layer":"app-pages-browser"},"startTime":1789479422756,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":124358,"timestamp":121943817063,"id":5488,"parentId":5364,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/highlight.js/lib/languages/reasonml.js","layer":"app-pages-browser"},"startTime":1789479422666,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":124885,"timestamp":121943818020,"id":5490,"parentId":5364,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/highlight.js/lib/languages/qml.js","layer":"app-pages-browser"},"startTime":1789479422667,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":125083,"timestamp":121943818477,"id":5491,"parentId":5364,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/highlight.js/lib/languages/q.js","layer":"app-pages-browser"},"startTime":1789479422667,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":127917,"timestamp":121943817578,"id":5489,"parentId":5364,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/highlight.js/lib/languages/r.js","layer":"app-pages-browser"},"startTime":1789479422667,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":127725,"timestamp":121943818850,"id":5492,"parentId":5360,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/stylis/index.js","layer":"app-pages-browser"},"startTime":1789479422668,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":129640,"timestamp":121943819239,"id":5493,"parentId":5364,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/highlight.js/lib/languages/python.js","layer":"app-pages-browser"},"startTime":1789479422668,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":131055,"timestamp":121943819575,"id":5494,"parentId":5360,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/ts-dedent/esm/index.js","layer":"app-pages-browser"},"startTime":1789479422669,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":132037,"timestamp":121943819916,"id":5495,"parentId":5360,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3/src/index.js","layer":"app-pages-browser"},"startTime":1789479422669,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":131468,"timestamp":121943821209,"id":5498,"parentId":5364,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/highlight.js/lib/languages/python-repl.js","layer":"app-pages-browser"},"startTime":1789479422670,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":149422,"timestamp":121943820244,"id":5496,"parentId":5360,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/dompurify/dist/purify.es.mjs","layer":"app-pages-browser"},"startTime":1789479422669,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":154419,"timestamp":121943822812,"id":5499,"parentId":5364,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/highlight.js/lib/languages/purebasic.js","layer":"app-pages-browser"},"startTime":1789479422672,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":155107,"timestamp":121943823247,"id":5500,"parentId":5364,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/highlight.js/lib/languages/puppet.js","layer":"app-pages-browser"},"startTime":1789479422672,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":155265,"timestamp":121943823904,"id":5502,"parentId":5364,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/highlight.js/lib/languages/properties.js","layer":"app-pages-browser"},"startTime":1789479422673,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":156444,"timestamp":121943823580,"id":5501,"parentId":5364,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/highlight.js/lib/languages/protobuf.js","layer":"app-pages-browser"},"startTime":1789479422673,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":156636,"timestamp":121943824292,"id":5503,"parentId":5364,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/highlight.js/lib/languages/prolog.js","layer":"app-pages-browser"},"startTime":1789479422673,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":84723,"timestamp":121943900059,"id":5505,"parentId":5364,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/highlight.js/lib/languages/processing.js","layer":"app-pages-browser"},"startTime":1789479422749,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":85773,"timestamp":121943899613,"id":5504,"parentId":5364,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/highlight.js/lib/languages/profile.js","layer":"app-pages-browser"},"startTime":1789479422749,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":85227,"timestamp":121943900788,"id":5507,"parentId":5364,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/highlight.js/lib/languages/pony.js","layer":"app-pages-browser"},"startTime":1789479422750,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":85267,"timestamp":121943901228,"id":5508,"parentId":5364,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/highlight.js/lib/languages/plaintext.js","layer":"app-pages-browser"},"startTime":1789479422750,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":88668,"timestamp":121943900463,"id":5506,"parentId":5364,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/highlight.js/lib/languages/powershell.js","layer":"app-pages-browser"},"startTime":1789479422749,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":88318,"timestamp":121943901893,"id":5510,"parentId":5364,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/highlight.js/lib/languages/php-template.js","layer":"app-pages-browser"},"startTime":1789479422751,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":90754,"timestamp":121943901582,"id":5509,"parentId":5364,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/highlight.js/lib/languages/php.js","layer":"app-pages-browser"},"startTime":1789479422751,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":95254,"timestamp":121943902212,"id":5511,"parentId":5364,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/highlight.js/lib/languages/pgsql.js","layer":"app-pages-browser"},"startTime":1789479422751,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":95790,"timestamp":121943902535,"id":5512,"parentId":5364,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/highlight.js/lib/languages/pf.js","layer":"app-pages-browser"},"startTime":1789479422751,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":98204,"timestamp":121943902857,"id":5513,"parentId":5364,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/highlight.js/lib/languages/perl.js","layer":"app-pages-browser"},"startTime":1789479422752,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":99116,"timestamp":121943903154,"id":5514,"parentId":5364,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/highlight.js/lib/languages/parser3.js","layer":"app-pages-browser"},"startTime":1789479422752,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":99988,"timestamp":121943903540,"id":5515,"parentId":5364,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/highlight.js/lib/languages/oxygene.js","layer":"app-pages-browser"},"startTime":1789479422752,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":100839,"timestamp":121943903848,"id":5516,"parentId":5364,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/highlight.js/lib/languages/openscad.js","layer":"app-pages-browser"},"startTime":1789479422753,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":101591,"timestamp":121943904161,"id":5517,"parentId":5364,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/highlight.js/lib/languages/ocaml.js","layer":"app-pages-browser"},"startTime":1789479422753,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":102632,"timestamp":121943904482,"id":5518,"parentId":5364,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/highlight.js/lib/languages/objectivec.js","layer":"app-pages-browser"},"startTime":1789479422753,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":107006,"timestamp":121943904775,"id":5519,"parentId":5364,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/highlight.js/lib/languages/nsis.js","layer":"app-pages-browser"},"startTime":1789479422754,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":107628,"timestamp":121943905375,"id":5521,"parentId":5364,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/highlight.js/lib/languages/nix.js","layer":"app-pages-browser"},"startTime":1789479422754,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":108844,"timestamp":121943905077,"id":5520,"parentId":5364,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/highlight.js/lib/languages/node-repl.js","layer":"app-pages-browser"},"startTime":1789479422754,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":109521,"timestamp":121943905665,"id":5522,"parentId":5364,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/highlight.js/lib/languages/nim.js","layer":"app-pages-browser"},"startTime":1789479422755,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":110548,"timestamp":121943905964,"id":5523,"parentId":5364,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/highlight.js/lib/languages/nginx.js","layer":"app-pages-browser"},"startTime":1789479422755,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":111438,"timestamp":121943906271,"id":5524,"parentId":5364,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/highlight.js/lib/languages/n1ql.js","layer":"app-pages-browser"},"startTime":1789479422755,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":111406,"timestamp":121943907313,"id":5526,"parentId":5364,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/highlight.js/lib/languages/moonscript.js","layer":"app-pages-browser"},"startTime":1789479422756,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":111765,"timestamp":121943907675,"id":5527,"parentId":5364,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/highlight.js/lib/languages/monkey.js","layer":"app-pages-browser"},"startTime":1789479422757,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":112011,"timestamp":121943908035,"id":5528,"parentId":5364,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/highlight.js/lib/languages/mojolicious.js","layer":"app-pages-browser"},"startTime":1789479422757,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":112231,"timestamp":121943908359,"id":5529,"parentId":5364,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/highlight.js/lib/languages/mizar.js","layer":"app-pages-browser"},"startTime":1789479422757,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":112645,"timestamp":121943908667,"id":5530,"parentId":5364,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/highlight.js/lib/languages/mipsasm.js","layer":"app-pages-browser"},"startTime":1789479422758,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":113102,"timestamp":121943908989,"id":5531,"parentId":5364,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/highlight.js/lib/languages/mercury.js","layer":"app-pages-browser"},"startTime":1789479422758,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":114534,"timestamp":121943909305,"id":5532,"parentId":5364,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/highlight.js/lib/languages/maxima.js","layer":"app-pages-browser"},"startTime":1789479422758,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":115486,"timestamp":121943909616,"id":5533,"parentId":5364,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/highlight.js/lib/languages/mel.js","layer":"app-pages-browser"},"startTime":1789479422759,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":116004,"timestamp":121943909923,"id":5534,"parentId":5364,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/highlight.js/lib/languages/matlab.js","layer":"app-pages-browser"},"startTime":1789479422759,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":116743,"timestamp":121943910521,"id":5536,"parentId":5364,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/highlight.js/lib/languages/markdown.js","layer":"app-pages-browser"},"startTime":1789479422759,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":117287,"timestamp":121943910820,"id":5537,"parentId":5364,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/highlight.js/lib/languages/makefile.js","layer":"app-pages-browser"},"startTime":1789479422760,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":117729,"timestamp":121943911114,"id":5538,"parentId":5364,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/highlight.js/lib/languages/lua.js","layer":"app-pages-browser"},"startTime":1789479422760,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":131446,"timestamp":121943910223,"id":5535,"parentId":5364,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/highlight.js/lib/languages/mathematica.js","layer":"app-pages-browser"},"startTime":1789479422759,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":131336,"timestamp":121943911408,"id":5539,"parentId":5364,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/highlight.js/lib/languages/lsl.js","layer":"app-pages-browser"},"startTime":1789479422760,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":24611,"timestamp":121944045611,"id":5540,"parentId":5364,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/highlight.js/lib/languages/llvm.js","layer":"app-pages-browser"},"startTime":1789479422895,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":26436,"timestamp":121944046119,"id":5541,"parentId":5364,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/highlight.js/lib/languages/livescript.js","layer":"app-pages-browser"},"startTime":1789479422895,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":27069,"timestamp":121944046502,"id":5543,"parentId":5364,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/highlight.js/lib/languages/lisp.js","layer":"app-pages-browser"},"startTime":1789479422895,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":29063,"timestamp":121944046671,"id":5544,"parentId":5364,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/highlight.js/lib/languages/less.js","layer":"app-pages-browser"},"startTime":1789479422896,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":29660,"timestamp":121944046834,"id":5545,"parentId":5364,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/highlight.js/lib/languages/leaf.js","layer":"app-pages-browser"},"startTime":1789479422896,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":30114,"timestamp":121944046993,"id":5546,"parentId":5364,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/highlight.js/lib/languages/ldif.js","layer":"app-pages-browser"},"startTime":1789479422896,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":32053,"timestamp":121944046309,"id":5542,"parentId":5364,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/highlight.js/lib/languages/livecodeserver.js","layer":"app-pages-browser"},"startTime":1789479422895,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-tsx","duration":13121,"timestamp":121944079185,"id":5556,"parentId":5199,"tags":{"name":"/home/share/dev/agent-studio-deploy/components/project-dashboard/ProjectList.tsx","layer":"app-pages-browser"},"startTime":1789479422928,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":31495,"timestamp":121944063963,"id":5547,"parentId":5364,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/highlight.js/lib/languages/latex.js","layer":"app-pages-browser"},"startTime":1789479422913,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":32713,"timestamp":121944064415,"id":5548,"parentId":5364,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/highlight.js/lib/languages/lasso.js","layer":"app-pages-browser"},"startTime":1789479422913,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":34670,"timestamp":121944064740,"id":5549,"parentId":5364,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/highlight.js/lib/languages/kotlin.js","layer":"app-pages-browser"},"startTime":1789479422914,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":36733,"timestamp":121944065051,"id":5550,"parentId":5364,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/highlight.js/lib/languages/julia.js","layer":"app-pages-browser"},"startTime":1789479422914,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":37252,"timestamp":121944065362,"id":5551,"parentId":5364,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/highlight.js/lib/languages/julia-repl.js","layer":"app-pages-browser"},"startTime":1789479422914,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":37677,"timestamp":121944065664,"id":5552,"parentId":5364,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/highlight.js/lib/languages/json.js","layer":"app-pages-browser"},"startTime":1789479422915,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":38153,"timestamp":121944065959,"id":5553,"parentId":5364,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/highlight.js/lib/languages/jboss-cli.js","layer":"app-pages-browser"},"startTime":1789479422915,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":36058,"timestamp":121944078702,"id":5554,"parentId":5364,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/highlight.js/lib/languages/javascript.js","layer":"app-pages-browser"},"startTime":1789479422928,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":37174,"timestamp":121944078983,"id":5555,"parentId":5364,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/highlight.js/lib/languages/java.js","layer":"app-pages-browser"},"startTime":1789479422928,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":37494,"timestamp":121944080253,"id":5559,"parentId":5364,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/highlight.js/lib/languages/ini.js","layer":"app-pages-browser"},"startTime":1789479422929,"traceId":"0b5cf6f8aba18709"}]
|
|
11
|
+
[{"name":"build-module-js","duration":38980,"timestamp":121944079863,"id":5558,"parentId":5364,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/highlight.js/lib/languages/irpf90.js","layer":"app-pages-browser"},"startTime":1789479422929,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":39420,"timestamp":121944080443,"id":5560,"parentId":5364,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/highlight.js/lib/languages/hy.js","layer":"app-pages-browser"},"startTime":1789479422929,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":49153,"timestamp":121944079656,"id":5557,"parentId":5364,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/highlight.js/lib/languages/isbl.js","layer":"app-pages-browser"},"startTime":1789479422929,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":32556,"timestamp":121944109056,"id":5562,"parentId":5364,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/highlight.js/lib/languages/htmlbars.js","layer":"app-pages-browser"},"startTime":1789479422958,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":33764,"timestamp":121944108771,"id":5561,"parentId":5364,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/highlight.js/lib/languages/inform7.js","layer":"app-pages-browser"},"startTime":1789479422958,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":34341,"timestamp":121944109248,"id":5563,"parentId":5364,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/highlight.js/lib/languages/http.js","layer":"app-pages-browser"},"startTime":1789479422958,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":35054,"timestamp":121944109425,"id":5564,"parentId":5364,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/highlight.js/lib/languages/hsp.js","layer":"app-pages-browser"},"startTime":1789479422958,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":35921,"timestamp":121944109590,"id":5565,"parentId":5364,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/highlight.js/lib/languages/haxe.js","layer":"app-pages-browser"},"startTime":1789479422959,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":36871,"timestamp":121944109752,"id":5566,"parentId":5364,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/highlight.js/lib/languages/haskell.js","layer":"app-pages-browser"},"startTime":1789479422959,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":38679,"timestamp":121944109920,"id":5567,"parentId":5364,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/highlight.js/lib/languages/handlebars.js","layer":"app-pages-browser"},"startTime":1789479422959,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":39344,"timestamp":121944110078,"id":5568,"parentId":5364,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/highlight.js/lib/languages/haml.js","layer":"app-pages-browser"},"startTime":1789479422959,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":40229,"timestamp":121944110237,"id":5569,"parentId":5364,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/highlight.js/lib/languages/groovy.js","layer":"app-pages-browser"},"startTime":1789479422959,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":24717,"timestamp":121944130428,"id":5570,"parentId":5364,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/highlight.js/lib/languages/gradle.js","layer":"app-pages-browser"},"startTime":1789479422979,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":25079,"timestamp":121944130826,"id":5571,"parentId":5364,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/highlight.js/lib/languages/golo.js","layer":"app-pages-browser"},"startTime":1789479422980,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":25748,"timestamp":121944131149,"id":5572,"parentId":5364,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/highlight.js/lib/languages/go.js","layer":"app-pages-browser"},"startTime":1789479422980,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":26168,"timestamp":121944131775,"id":5574,"parentId":5364,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/highlight.js/lib/languages/glsl.js","layer":"app-pages-browser"},"startTime":1789479422981,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":29466,"timestamp":121944131463,"id":5573,"parentId":5364,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/highlight.js/lib/languages/gml.js","layer":"app-pages-browser"},"startTime":1789479422980,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":36442,"timestamp":121944132079,"id":5575,"parentId":5364,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/highlight.js/lib/languages/gherkin.js","layer":"app-pages-browser"},"startTime":1789479422981,"traceId":"0b5cf6f8aba18709"},{"name":"font-loader","duration":5190227,"timestamp":121938983181,"id":5105,"parentId":5104,"tags":{},"startTime":1789479417832,"traceId":"0b5cf6f8aba18709"},{"name":"postcss","duration":3652,"timestamp":121944174022,"id":5592,"parentId":5104,"tags":{},"startTime":1789479423023,"traceId":"0b5cf6f8aba18709"},{"name":"next-font-loader","duration":5252488,"timestamp":121938925324,"id":5104,"parentId":5069,"tags":{},"startTime":1789479417774,"traceId":"0b5cf6f8aba18709"},{"name":"css-loader","duration":19356,"timestamp":121944177746,"id":5593,"parentId":5069,"tags":{"astUsed":"true"},"startTime":1789479423027,"traceId":"0b5cf6f8aba18709"},{"name":"build-module","duration":5584610,"timestamp":121938613313,"id":5069,"parentId":4996,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/font/google/target.css.webpack[javascript/auto]!=!/home/share/dev/agent-studio-deploy/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[15].oneOf[2].use[1]!/home/share/dev/agent-studio-deploy/node_modules/next/dist/build/webpack/loaders/next-font-loader/index.js??ruleSet[1].rules[15].oneOf[2].use[2]!/home/share/dev/agent-studio-deploy/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":1789479417462,"traceId":"0b5cf6f8aba18709"},{"name":"build-module","duration":5988613,"timestamp":121938213990,"id":4996,"parentId":4847,"tags":{"name":"/home/share/dev/agent-studio-deploy/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":1789479417063,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-ts","duration":41510,"timestamp":121944165161,"id":5589,"parentId":5089,"tags":{"name":"/home/share/dev/agent-studio-deploy/lib/message-display.ts","layer":"app-pages-browser"},"startTime":1789479423014,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":65021,"timestamp":121944151431,"id":5577,"parentId":5364,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/highlight.js/lib/languages/gauss.js","layer":"app-pages-browser"},"startTime":1789479423000,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":66914,"timestamp":121944151044,"id":5576,"parentId":5364,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/highlight.js/lib/languages/gcode.js","layer":"app-pages-browser"},"startTime":1789479423000,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":68447,"timestamp":121944151713,"id":5578,"parentId":5364,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/highlight.js/lib/languages/gams.js","layer":"app-pages-browser"},"startTime":1789479423001,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":69692,"timestamp":121944152176,"id":5580,"parentId":5364,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/highlight.js/lib/languages/fortran.js","layer":"app-pages-browser"},"startTime":1789479423001,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":71039,"timestamp":121944151975,"id":5579,"parentId":5364,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/highlight.js/lib/languages/fsharp.js","layer":"app-pages-browser"},"startTime":1789479423001,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":71583,"timestamp":121944152342,"id":5581,"parentId":5364,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/highlight.js/lib/languages/flix.js","layer":"app-pages-browser"},"startTime":1789479423001,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":72128,"timestamp":121944152501,"id":5582,"parentId":5364,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/highlight.js/lib/languages/fix.js","layer":"app-pages-browser"},"startTime":1789479423001,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":72912,"timestamp":121944152669,"id":5583,"parentId":5364,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/highlight.js/lib/languages/excel.js","layer":"app-pages-browser"},"startTime":1789479423002,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":74442,"timestamp":121944152828,"id":5584,"parentId":5364,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/highlight.js/lib/languages/erlang.js","layer":"app-pages-browser"},"startTime":1789479423002,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":75434,"timestamp":121944152984,"id":5585,"parentId":5364,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/highlight.js/lib/languages/erlang-repl.js","layer":"app-pages-browser"},"startTime":1789479423002,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":70012,"timestamp":121944164612,"id":5587,"parentId":5364,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/highlight.js/lib/languages/elm.js","layer":"app-pages-browser"},"startTime":1789479423014,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":71254,"timestamp":121944164237,"id":5586,"parentId":5364,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/highlight.js/lib/languages/erb.js","layer":"app-pages-browser"},"startTime":1789479423013,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":72214,"timestamp":121944164893,"id":5588,"parentId":5364,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/highlight.js/lib/languages/elixir.js","layer":"app-pages-browser"},"startTime":1789479423014,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":72138,"timestamp":121944165852,"id":5590,"parentId":5364,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/highlight.js/lib/languages/ebnf.js","layer":"app-pages-browser"},"startTime":1789479423015,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":72588,"timestamp":121944166171,"id":5591,"parentId":5364,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/highlight.js/lib/languages/dust.js","layer":"app-pages-browser"},"startTime":1789479423015,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":44544,"timestamp":121944198895,"id":5594,"parentId":5364,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/highlight.js/lib/languages/dts.js","layer":"app-pages-browser"},"startTime":1789479423048,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":44998,"timestamp":121944199346,"id":5596,"parentId":5364,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/highlight.js/lib/languages/dos.js","layer":"app-pages-browser"},"startTime":1789479423048,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":46086,"timestamp":121944199163,"id":5595,"parentId":5364,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/highlight.js/lib/languages/dsconfig.js","layer":"app-pages-browser"},"startTime":1789479423048,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":41728,"timestamp":121944209916,"id":5597,"parentId":5364,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/highlight.js/lib/languages/dockerfile.js","layer":"app-pages-browser"},"startTime":1789479423059,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":42359,"timestamp":121944210298,"id":5598,"parentId":5364,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/highlight.js/lib/languages/dns.js","layer":"app-pages-browser"},"startTime":1789479423059,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":43247,"timestamp":121944210573,"id":5599,"parentId":5364,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/highlight.js/lib/languages/django.js","layer":"app-pages-browser"},"startTime":1789479423060,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":44212,"timestamp":121944210836,"id":5600,"parentId":5364,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/highlight.js/lib/languages/diff.js","layer":"app-pages-browser"},"startTime":1789479423060,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":45351,"timestamp":121944211104,"id":5601,"parentId":5364,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/highlight.js/lib/languages/delphi.js","layer":"app-pages-browser"},"startTime":1789479423060,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":32514,"timestamp":121944230186,"id":5603,"parentId":5364,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/highlight.js/lib/languages/d.js","layer":"app-pages-browser"},"startTime":1789479423079,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":34299,"timestamp":121944230375,"id":5604,"parentId":5364,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/highlight.js/lib/languages/css.js","layer":"app-pages-browser"},"startTime":1789479423079,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":35985,"timestamp":121944229866,"id":5602,"parentId":5364,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/highlight.js/lib/languages/dart.js","layer":"app-pages-browser"},"startTime":1789479423079,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":35939,"timestamp":121944230544,"id":5605,"parentId":5364,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/highlight.js/lib/languages/csp.js","layer":"app-pages-browser"},"startTime":1789479423079,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":37387,"timestamp":121944230719,"id":5606,"parentId":5364,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/highlight.js/lib/languages/csharp.js","layer":"app-pages-browser"},"startTime":1789479423080,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":39338,"timestamp":121944230880,"id":5607,"parentId":5364,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/highlight.js/lib/languages/crystal.js","layer":"app-pages-browser"},"startTime":1789479423080,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":40506,"timestamp":121944231040,"id":5608,"parentId":5364,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/highlight.js/lib/languages/crmsh.js","layer":"app-pages-browser"},"startTime":1789479423080,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":42013,"timestamp":121944231207,"id":5609,"parentId":5364,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/highlight.js/lib/languages/cos.js","layer":"app-pages-browser"},"startTime":1789479423080,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":42825,"timestamp":121944231530,"id":5611,"parentId":5364,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/highlight.js/lib/languages/coq.js","layer":"app-pages-browser"},"startTime":1789479423080,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":45989,"timestamp":121944231370,"id":5610,"parentId":5364,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/highlight.js/lib/languages/cpp.js","layer":"app-pages-browser"},"startTime":1789479423080,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":50502,"timestamp":121944231692,"id":5612,"parentId":5364,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/highlight.js/lib/languages/coffeescript.js","layer":"app-pages-browser"},"startTime":1789479423081,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":51096,"timestamp":121944231853,"id":5613,"parentId":5364,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/highlight.js/lib/languages/cmake.js","layer":"app-pages-browser"},"startTime":1789479423081,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-ts","duration":32540,"timestamp":121944259301,"id":5627,"parentId":5209,"tags":{"name":"/home/share/dev/agent-studio-deploy/lib/compaction-summary.ts","layer":"app-pages-browser"},"startTime":1789479423108,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":53367,"timestamp":121944239632,"id":5614,"parentId":5364,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/highlight.js/lib/languages/clojure.js","layer":"app-pages-browser"},"startTime":1789479423089,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":53610,"timestamp":121944239996,"id":5615,"parentId":5364,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/highlight.js/lib/languages/clojure-repl.js","layer":"app-pages-browser"},"startTime":1789479423089,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":53835,"timestamp":121944240315,"id":5616,"parentId":5364,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/highlight.js/lib/languages/clean.js","layer":"app-pages-browser"},"startTime":1789479423089,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":54254,"timestamp":121944240582,"id":5617,"parentId":5364,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/highlight.js/lib/languages/ceylon.js","layer":"app-pages-browser"},"startTime":1789479423090,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":54687,"timestamp":121944240841,"id":5618,"parentId":5364,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/highlight.js/lib/languages/capnproto.js","layer":"app-pages-browser"},"startTime":1789479423090,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":68433,"timestamp":121944241101,"id":5619,"parentId":5364,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/highlight.js/lib/languages/cal.js","layer":"app-pages-browser"},"startTime":1789479423090,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-tsx","duration":30177,"timestamp":121944283690,"id":5628,"parentId":5199,"tags":{"name":"/home/share/dev/agent-studio-deploy/components/project-dashboard/QuickCreateProject.tsx","layer":"app-pages-browser"},"startTime":1789479423133,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":68438,"timestamp":121944246719,"id":5622,"parentId":5364,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/highlight.js/lib/languages/brainfuck.js","layer":"app-pages-browser"},"startTime":1789479423096,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":70562,"timestamp":121944246071,"id":5620,"parentId":5364,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/highlight.js/lib/languages/c.js","layer":"app-pages-browser"},"startTime":1789479423095,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":71980,"timestamp":121944246446,"id":5621,"parentId":5364,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/highlight.js/lib/languages/c-like.js","layer":"app-pages-browser"},"startTime":1789479423095,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":71654,"timestamp":121944258406,"id":5623,"parentId":5364,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/highlight.js/lib/languages/bnf.js","layer":"app-pages-browser"},"startTime":1789479423107,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":72312,"timestamp":121944258949,"id":5625,"parentId":5364,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/highlight.js/lib/languages/bash.js","layer":"app-pages-browser"},"startTime":1789479423108,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":73181,"timestamp":121944258750,"id":5624,"parentId":5364,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/highlight.js/lib/languages/basic.js","layer":"app-pages-browser"},"startTime":1789479423108,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":73583,"timestamp":121944259129,"id":5626,"parentId":5364,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/highlight.js/lib/languages/axapta.js","layer":"app-pages-browser"},"startTime":1789479423108,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":72688,"timestamp":121944284472,"id":5629,"parentId":5364,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/highlight.js/lib/languages/awk.js","layer":"app-pages-browser"},"startTime":1789479423133,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":73403,"timestamp":121944285111,"id":5631,"parentId":5364,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/highlight.js/lib/languages/autoit.js","layer":"app-pages-browser"},"startTime":1789479423134,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":73888,"timestamp":121944285421,"id":5632,"parentId":5364,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/highlight.js/lib/languages/autohotkey.js","layer":"app-pages-browser"},"startTime":1789479423134,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":75093,"timestamp":121944285725,"id":5633,"parentId":5364,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/highlight.js/lib/languages/aspectj.js","layer":"app-pages-browser"},"startTime":1789479423135,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":76827,"timestamp":121944284803,"id":5630,"parentId":5364,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/highlight.js/lib/languages/avrasm.js","layer":"app-pages-browser"},"startTime":1789479423134,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":77521,"timestamp":121944286016,"id":5634,"parentId":5364,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/highlight.js/lib/languages/asciidoc.js","layer":"app-pages-browser"},"startTime":1789479423135,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":78243,"timestamp":121944286311,"id":5635,"parentId":5364,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/highlight.js/lib/languages/armasm.js","layer":"app-pages-browser"},"startTime":1789479423135,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":80077,"timestamp":121944286602,"id":5636,"parentId":5364,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/highlight.js/lib/languages/arduino.js","layer":"app-pages-browser"},"startTime":1789479423136,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":80816,"timestamp":121944286896,"id":5637,"parentId":5364,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/highlight.js/lib/languages/arcade.js","layer":"app-pages-browser"},"startTime":1789479423136,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":82512,"timestamp":121944287194,"id":5638,"parentId":5364,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/highlight.js/lib/languages/applescript.js","layer":"app-pages-browser"},"startTime":1789479423136,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":83290,"timestamp":121944287485,"id":5639,"parentId":5364,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/highlight.js/lib/languages/apache.js","layer":"app-pages-browser"},"startTime":1789479423136,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":83966,"timestamp":121944287761,"id":5640,"parentId":5364,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/highlight.js/lib/languages/angelscript.js","layer":"app-pages-browser"},"startTime":1789479423137,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":84771,"timestamp":121944288069,"id":5641,"parentId":5364,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/highlight.js/lib/languages/ada.js","layer":"app-pages-browser"},"startTime":1789479423137,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":85451,"timestamp":121944288346,"id":5642,"parentId":5364,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/highlight.js/lib/languages/actionscript.js","layer":"app-pages-browser"},"startTime":1789479423137,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":86148,"timestamp":121944288640,"id":5643,"parentId":5364,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/highlight.js/lib/languages/accesslog.js","layer":"app-pages-browser"},"startTime":1789479423138,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":86759,"timestamp":121944288932,"id":5644,"parentId":5364,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/highlight.js/lib/languages/abnf.js","layer":"app-pages-browser"},"startTime":1789479423138,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-css","duration":5768166,"timestamp":121938608462,"id":5066,"parentId":5004,"tags":{"name":"/home/share/dev/agent-studio-deploy/app/globals.css.webpack[javascript/auto]!=!/home/share/dev/agent-studio-deploy/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[15].oneOf[10].use[2]!/home/share/dev/agent-studio-deploy/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[15].oneOf[10].use[3]!/home/share/dev/agent-studio-deploy/app/globals.css","layer":null},"startTime":1789479417457,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-css","duration":6172220,"timestamp":121938221648,"id":5004,"parentId":4847,"tags":{"name":"/home/share/dev/agent-studio-deploy/app/globals.css","layer":"app-pages-browser"},"startTime":1789479417071,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":94870,"timestamp":121944302437,"id":5646,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/zig.js","layer":"app-pages-browser"},"startTime":1789479423151,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":95519,"timestamp":121944302786,"id":5647,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/yang.js","layer":"app-pages-browser"},"startTime":1789479423152,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":96021,"timestamp":121944303719,"id":5650,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/xojo.js","layer":"app-pages-browser"},"startTime":1789479423153,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":98390,"timestamp":121944303100,"id":5648,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/yaml.js","layer":"app-pages-browser"},"startTime":1789479423152,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":103023,"timestamp":121944302029,"id":5645,"parentId":5364,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/highlight.js/lib/languages/1c.js","layer":"app-pages-browser"},"startTime":1789479423151,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":104593,"timestamp":121944303402,"id":5649,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/xquery.js","layer":"app-pages-browser"},"startTime":1789479423152,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-tsx","duration":27879,"timestamp":121944381782,"id":5724,"parentId":5269,"tags":{"name":"/home/share/dev/agent-studio-deploy/components/ProviderIcon.tsx","layer":"app-pages-browser"},"startTime":1789479423231,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":105031,"timestamp":121944320568,"id":5651,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/xml-doc.js","layer":"app-pages-browser"},"startTime":1789479423170,"traceId":"0b5cf6f8aba18709"}]
|
|
12
|
+
[{"name":"build-module-js","duration":106025,"timestamp":121944320930,"id":5652,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/xeora.js","layer":"app-pages-browser"},"startTime":1789479423170,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":106941,"timestamp":121944321199,"id":5653,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/wren.js","layer":"app-pages-browser"},"startTime":1789479423170,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":107623,"timestamp":121944321467,"id":5654,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/wolfram.js","layer":"app-pages-browser"},"startTime":1789479423170,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":108492,"timestamp":121944321722,"id":5655,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/wiki.js","layer":"app-pages-browser"},"startTime":1789479423171,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":109641,"timestamp":121944322229,"id":5657,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/web-idl.js","layer":"app-pages-browser"},"startTime":1789479423171,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":110533,"timestamp":121944322480,"id":5658,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/wasm.js","layer":"app-pages-browser"},"startTime":1789479423171,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":111159,"timestamp":121944322731,"id":5659,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/warpscript.js","layer":"app-pages-browser"},"startTime":1789479423172,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":112288,"timestamp":121944322981,"id":5660,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/visual-basic.js","layer":"app-pages-browser"},"startTime":1789479423172,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":115243,"timestamp":121944321973,"id":5656,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/wgsl.js","layer":"app-pages-browser"},"startTime":1789479423171,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":114792,"timestamp":121944323489,"id":5662,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/vhdl.js","layer":"app-pages-browser"},"startTime":1789479423172,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":115998,"timestamp":121944323738,"id":5663,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/verilog.js","layer":"app-pages-browser"},"startTime":1789479423173,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":122793,"timestamp":121944323239,"id":5661,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/vim.js","layer":"app-pages-browser"},"startTime":1789479423172,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":124067,"timestamp":121944323999,"id":5664,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/velocity.js","layer":"app-pages-browser"},"startTime":1789479423173,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":125819,"timestamp":121944324779,"id":5667,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/v.js","layer":"app-pages-browser"},"startTime":1789479423174,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":127855,"timestamp":121944324523,"id":5666,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/vala.js","layer":"app-pages-browser"},"startTime":1789479423173,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":129511,"timestamp":121944324270,"id":5665,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/vbnet.js","layer":"app-pages-browser"},"startTime":1789479423173,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":129784,"timestamp":121944325027,"id":5668,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/uri.js","layer":"app-pages-browser"},"startTime":1789479423174,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":131114,"timestamp":121944325276,"id":5669,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/uorazor.js","layer":"app-pages-browser"},"startTime":1789479423174,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":132064,"timestamp":121944325533,"id":5670,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/typoscript.js","layer":"app-pages-browser"},"startTime":1789479423174,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":133103,"timestamp":121944325783,"id":5671,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/unrealscript.js","layer":"app-pages-browser"},"startTime":1789479423175,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":120656,"timestamp":121944348362,"id":5675,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/turtle.js","layer":"app-pages-browser"},"startTime":1789479423197,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":122361,"timestamp":121944347902,"id":5673,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/typescript.js","layer":"app-pages-browser"},"startTime":1789479423197,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":123138,"timestamp":121944348160,"id":5674,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/twig.js","layer":"app-pages-browser"},"startTime":1789479423197,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":123980,"timestamp":121944348532,"id":5676,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/tt2.js","layer":"app-pages-browser"},"startTime":1789479423197,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":124762,"timestamp":121944348706,"id":5677,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/tsx.js","layer":"app-pages-browser"},"startTime":1789479423198,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":125896,"timestamp":121944348867,"id":5678,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/tremor.js","layer":"app-pages-browser"},"startTime":1789479423198,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":126785,"timestamp":121944349023,"id":5679,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/toml.js","layer":"app-pages-browser"},"startTime":1789479423198,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":127711,"timestamp":121944349349,"id":5681,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/tcl.js","layer":"app-pages-browser"},"startTime":1789479423198,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":130062,"timestamp":121944349190,"id":5680,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/textile.js","layer":"app-pages-browser"},"startTime":1789479423198,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":130647,"timestamp":121944349505,"id":5682,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/tap.js","layer":"app-pages-browser"},"startTime":1789479423198,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":131252,"timestamp":121944349739,"id":5683,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/t4-vb.js","layer":"app-pages-browser"},"startTime":1789479423199,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":132014,"timestamp":121944349916,"id":5684,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/t4-templating.js","layer":"app-pages-browser"},"startTime":1789479423199,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":132643,"timestamp":121944350242,"id":5686,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/systemd.js","layer":"app-pages-browser"},"startTime":1789479423199,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":133511,"timestamp":121944350085,"id":5685,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/t4-cs.js","layer":"app-pages-browser"},"startTime":1789479423199,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":135220,"timestamp":121944350401,"id":5687,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/swift.js","layer":"app-pages-browser"},"startTime":1789479423199,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":136573,"timestamp":121944350564,"id":5688,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/supercollider.js","layer":"app-pages-browser"},"startTime":1789479423200,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":138509,"timestamp":121944350884,"id":5690,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/stata.js","layer":"app-pages-browser"},"startTime":1789479423200,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":139981,"timestamp":121944351044,"id":5691,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/stan.js","layer":"app-pages-browser"},"startTime":1789479423200,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":142456,"timestamp":121944350722,"id":5689,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/stylus.js","layer":"app-pages-browser"},"startTime":1789479423200,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":143133,"timestamp":121944351196,"id":5692,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/squirrel.js","layer":"app-pages-browser"},"startTime":1789479423200,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":146557,"timestamp":121944351350,"id":5693,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/sql.js","layer":"app-pages-browser"},"startTime":1789479423200,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":147733,"timestamp":121944351666,"id":5695,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/splunk-spl.js","layer":"app-pages-browser"},"startTime":1789479423201,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":148672,"timestamp":121944351821,"id":5696,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/sparql.js","layer":"app-pages-browser"},"startTime":1789479423201,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":150193,"timestamp":121944351986,"id":5697,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/soy.js","layer":"app-pages-browser"},"startTime":1789479423201,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":151429,"timestamp":121944352162,"id":5698,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/solution-file.js","layer":"app-pages-browser"},"startTime":1789479423201,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":152766,"timestamp":121944352319,"id":5699,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/solidity.js","layer":"app-pages-browser"},"startTime":1789479423201,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":153971,"timestamp":121944352478,"id":5700,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/sml.js","layer":"app-pages-browser"},"startTime":1789479423201,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":155319,"timestamp":121944352633,"id":5701,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/smarty.js","layer":"app-pages-browser"},"startTime":1789479423202,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":156064,"timestamp":121944352789,"id":5702,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/smalltalk.js","layer":"app-pages-browser"},"startTime":1789479423202,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":156994,"timestamp":121944352942,"id":5703,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/smali.js","layer":"app-pages-browser"},"startTime":1789479423202,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":157953,"timestamp":121944353112,"id":5704,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/shell-session.js","layer":"app-pages-browser"},"startTime":1789479423202,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":158977,"timestamp":121944353269,"id":5705,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/scss.js","layer":"app-pages-browser"},"startTime":1789479423202,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":159818,"timestamp":121944353583,"id":5707,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/scala.js","layer":"app-pages-browser"},"startTime":1789479423203,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":162237,"timestamp":121944353423,"id":5706,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/scheme.js","layer":"app-pages-browser"},"startTime":1789479423202,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":163043,"timestamp":121944353738,"id":5708,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/sass.js","layer":"app-pages-browser"},"startTime":1789479423203,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":166621,"timestamp":121944353893,"id":5709,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/sas.js","layer":"app-pages-browser"},"startTime":1789479423203,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":182831,"timestamp":121944351512,"id":5694,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/sqf.js","layer":"app-pages-browser"},"startTime":1789479423200,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":175866,"timestamp":121944378027,"id":5710,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/rust.js","layer":"app-pages-browser"},"startTime":1789479423227,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":177554,"timestamp":121944378396,"id":5711,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/ruby.js","layer":"app-pages-browser"},"startTime":1789479423227,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":178618,"timestamp":121944378670,"id":5712,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/robotframework.js","layer":"app-pages-browser"},"startTime":1789479423228,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":179150,"timestamp":121944378931,"id":5713,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/roboconf.js","layer":"app-pages-browser"},"startTime":1789479423228,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":179762,"timestamp":121944379194,"id":5714,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/rip.js","layer":"app-pages-browser"},"startTime":1789479423228,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":181380,"timestamp":121944379447,"id":5715,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/rest.js","layer":"app-pages-browser"},"startTime":1789479423228,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":183189,"timestamp":121944379958,"id":5717,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/renpy.js","layer":"app-pages-browser"},"startTime":1789479423229,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":184654,"timestamp":121944379699,"id":5716,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/rescript.js","layer":"app-pages-browser"},"startTime":1789479423229,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":185704,"timestamp":121944380231,"id":5718,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/regex.js","layer":"app-pages-browser"},"startTime":1789479423229,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":186826,"timestamp":121944380482,"id":5719,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/rego.js","layer":"app-pages-browser"},"startTime":1789479423229,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":187873,"timestamp":121944380740,"id":5720,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/reason.js","layer":"app-pages-browser"},"startTime":1789479423230,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":188375,"timestamp":121944381008,"id":5721,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/racket.js","layer":"app-pages-browser"},"startTime":1789479423230,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":188946,"timestamp":121944381261,"id":5722,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/r.js","layer":"app-pages-browser"},"startTime":1789479423230,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":190844,"timestamp":121944381521,"id":5723,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/qsharp.js","layer":"app-pages-browser"},"startTime":1789479423230,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":191193,"timestamp":121944382443,"id":5725,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/qore.js","layer":"app-pages-browser"},"startTime":1789479423231,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":191908,"timestamp":121944383046,"id":5727,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/q.js","layer":"app-pages-browser"},"startTime":1789479423232,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":193552,"timestamp":121944382759,"id":5726,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/qml.js","layer":"app-pages-browser"},"startTime":1789479423232,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":194352,"timestamp":121944383341,"id":5728,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/python.js","layer":"app-pages-browser"},"startTime":1789479423232,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":194997,"timestamp":121944384247,"id":5731,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/purescript.js","layer":"app-pages-browser"},"startTime":1789479423233,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":197013,"timestamp":121944384536,"id":5732,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/puppet.js","layer":"app-pages-browser"},"startTime":1789479423233,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":201237,"timestamp":121944383933,"id":5730,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/pure.js","layer":"app-pages-browser"},"startTime":1789479423233,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":203276,"timestamp":121944383649,"id":5729,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/purebasic.js","layer":"app-pages-browser"},"startTime":1789479423233,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":203214,"timestamp":121944384826,"id":5733,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/protobuf.js","layer":"app-pages-browser"},"startTime":1789479423234,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":204801,"timestamp":121944385109,"id":5734,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/psl.js","layer":"app-pages-browser"},"startTime":1789479423234,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":206301,"timestamp":121944385386,"id":5735,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/pug.js","layer":"app-pages-browser"},"startTime":1789479423234,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":206836,"timestamp":121944385653,"id":5736,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/properties.js","layer":"app-pages-browser"},"startTime":1789479423235,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":207746,"timestamp":121944385837,"id":5737,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/promql.js","layer":"app-pages-browser"},"startTime":1789479423235,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":208474,"timestamp":121944386003,"id":5738,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/processing.js","layer":"app-pages-browser"},"startTime":1789479423235,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":209031,"timestamp":121944386174,"id":5739,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/prolog.js","layer":"app-pages-browser"},"startTime":1789479423235,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-ts","duration":53457,"timestamp":121944543582,"id":5784,"parentId":5089,"tags":{"name":"/home/share/dev/agent-studio-deploy/lib/chat-lazy-load.ts","layer":"app-pages-browser"},"startTime":1789479423393,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-ts","duration":53730,"timestamp":121944544069,"id":5785,"parentId":5092,"tags":{"name":"/home/share/dev/agent-studio-deploy/lib/slash-display.ts","layer":"app-pages-browser"},"startTime":1789479423393,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":226913,"timestamp":121944386662,"id":5742,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/plsql.js","layer":"app-pages-browser"},"startTime":1789479423236,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":227657,"timestamp":121944386976,"id":5744,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/phpdoc.js","layer":"app-pages-browser"},"startTime":1789479423236,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":229586,"timestamp":121944386818,"id":5743,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/plant-uml.js","layer":"app-pages-browser"},"startTime":1789479423236,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":231604,"timestamp":121944386492,"id":5741,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/powerquery.js","layer":"app-pages-browser"},"startTime":1789479423235,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":233449,"timestamp":121944386335,"id":5740,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/powershell.js","layer":"app-pages-browser"},"startTime":1789479423235,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":206639,"timestamp":121944414940,"id":5747,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/perl.js","layer":"app-pages-browser"},"startTime":1789479423264,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":207759,"timestamp":121944414753,"id":5746,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/php-extras.js","layer":"app-pages-browser"},"startTime":1789479423264,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":215724,"timestamp":121944414473,"id":5745,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/php.js","layer":"app-pages-browser"},"startTime":1789479423263,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":216283,"timestamp":121944415111,"id":5748,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/peoplecode.js","layer":"app-pages-browser"},"startTime":1789479423264,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":217044,"timestamp":121944415282,"id":5749,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/pcaxis.js","layer":"app-pages-browser"},"startTime":1789479423264,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":218134,"timestamp":121944415443,"id":5750,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/pascaligo.js","layer":"app-pages-browser"},"startTime":1789479423264,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":218608,"timestamp":121944416312,"id":5751,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/pascal.js","layer":"app-pages-browser"},"startTime":1789479423265,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-ts","duration":35937,"timestamp":121944607584,"id":5836,"parentId":5269,"tags":{"name":"/home/share/dev/agent-studio-deploy/components/models-config-helpers.ts","layer":"app-pages-browser"},"startTime":1789479423457,"traceId":"0b5cf6f8aba18709"}]
|
|
13
|
+
[{"name":"build-module-js","duration":184466,"timestamp":121944461377,"id":5752,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/parser.js","layer":"app-pages-browser"},"startTime":1789479423310,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":185179,"timestamp":121944461736,"id":5753,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/parigp.js","layer":"app-pages-browser"},"startTime":1789479423311,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":185600,"timestamp":121944462283,"id":5755,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/openqasm.js","layer":"app-pages-browser"},"startTime":1789479423311,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":189903,"timestamp":121944462538,"id":5756,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/opencl.js","layer":"app-pages-browser"},"startTime":1789479423311,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":191478,"timestamp":121944462791,"id":5757,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/odin.js","layer":"app-pages-browser"},"startTime":1789479423312,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":192941,"timestamp":121944463051,"id":5758,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/ocaml.js","layer":"app-pages-browser"},"startTime":1789479423312,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":195009,"timestamp":121944462014,"id":5754,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/oz.js","layer":"app-pages-browser"},"startTime":1789479423311,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":195812,"timestamp":121944463301,"id":5759,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/nsis.js","layer":"app-pages-browser"},"startTime":1789479423312,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":196534,"timestamp":121944463550,"id":5760,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/objectivec.js","layer":"app-pages-browser"},"startTime":1789479423312,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":197374,"timestamp":121944463808,"id":5761,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/nix.js","layer":"app-pages-browser"},"startTime":1789479423313,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":198170,"timestamp":121944464076,"id":5762,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/nim.js","layer":"app-pages-browser"},"startTime":1789479423313,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":198804,"timestamp":121944464333,"id":5763,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/nginx.js","layer":"app-pages-browser"},"startTime":1789479423313,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":199769,"timestamp":121944464591,"id":5764,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/nevod.js","layer":"app-pages-browser"},"startTime":1789479423314,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":200729,"timestamp":121944465092,"id":5766,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/naniscript.js","layer":"app-pages-browser"},"startTime":1789479423314,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":201936,"timestamp":121944464842,"id":5765,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/neon.js","layer":"app-pages-browser"},"startTime":1789479423314,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":202285,"timestamp":121944465349,"id":5767,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/nasm.js","layer":"app-pages-browser"},"startTime":1789479423314,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":203395,"timestamp":121944465603,"id":5768,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/moonscript.js","layer":"app-pages-browser"},"startTime":1789479423315,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":203858,"timestamp":121944465854,"id":5769,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/nand2tetris-hdl.js","layer":"app-pages-browser"},"startTime":1789479423315,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":138029,"timestamp":121944541161,"id":5770,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/n4js.js","layer":"app-pages-browser"},"startTime":1789479423390,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":139729,"timestamp":121944541447,"id":5771,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/n1ql.js","layer":"app-pages-browser"},"startTime":1789479423390,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":140952,"timestamp":121944541803,"id":5773,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/mizar.js","layer":"app-pages-browser"},"startTime":1789479423391,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":142341,"timestamp":121944541633,"id":5772,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/monkey.js","layer":"app-pages-browser"},"startTime":1789479423391,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":143352,"timestamp":121944541972,"id":5774,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/mongodb.js","layer":"app-pages-browser"},"startTime":1789479423391,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":145544,"timestamp":121944542134,"id":5775,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/metafont.js","layer":"app-pages-browser"},"startTime":1789479423391,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":146724,"timestamp":121944542290,"id":5776,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/mermaid.js","layer":"app-pages-browser"},"startTime":1789479423391,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":147433,"timestamp":121944542456,"id":5777,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/mel.js","layer":"app-pages-browser"},"startTime":1789479423391,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":148543,"timestamp":121944542615,"id":5778,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/maxscript.js","layer":"app-pages-browser"},"startTime":1789479423392,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":149633,"timestamp":121944542772,"id":5779,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/matlab.js","layer":"app-pages-browser"},"startTime":1789479423392,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":150656,"timestamp":121944542935,"id":5780,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/mata.js","layer":"app-pages-browser"},"startTime":1789479423392,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":152295,"timestamp":121944543101,"id":5781,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/markup.js","layer":"app-pages-browser"},"startTime":1789479423392,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":153653,"timestamp":121944543258,"id":5782,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/markup-templating.js","layer":"app-pages-browser"},"startTime":1789479423392,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":156507,"timestamp":121944543413,"id":5783,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/markdown.js","layer":"app-pages-browser"},"startTime":1789479423392,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":156449,"timestamp":121944544560,"id":5786,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/makefile.js","layer":"app-pages-browser"},"startTime":1789479423394,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":157329,"timestamp":121944544939,"id":5787,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/magma.js","layer":"app-pages-browser"},"startTime":1789479423394,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":157861,"timestamp":121944545284,"id":5788,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/lua.js","layer":"app-pages-browser"},"startTime":1789479423394,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":158663,"timestamp":121944545588,"id":5789,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/lolcode.js","layer":"app-pages-browser"},"startTime":1789479423395,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":114472,"timestamp":121944599870,"id":5790,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/log.js","layer":"app-pages-browser"},"startTime":1789479423449,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":115230,"timestamp":121944600184,"id":5791,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/llvm.js","layer":"app-pages-browser"},"startTime":1789479423449,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":116526,"timestamp":121944600391,"id":5792,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/livescript.js","layer":"app-pages-browser"},"startTime":1789479423449,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":117849,"timestamp":121944600577,"id":5793,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/lisp.js","layer":"app-pages-browser"},"startTime":1789479423450,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":119289,"timestamp":121944600743,"id":5794,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/liquid.js","layer":"app-pages-browser"},"startTime":1789479423450,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":119962,"timestamp":121944600903,"id":5795,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/linker-script.js","layer":"app-pages-browser"},"startTime":1789479423450,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":120761,"timestamp":121944601071,"id":5796,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/less.js","layer":"app-pages-browser"},"startTime":1789479423450,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":126538,"timestamp":121944601231,"id":5797,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/lilypond.js","layer":"app-pages-browser"},"startTime":1789479423450,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":127870,"timestamp":121944601388,"id":5798,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/latte.js","layer":"app-pages-browser"},"startTime":1789479423450,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":129051,"timestamp":121944601552,"id":5799,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/latex.js","layer":"app-pages-browser"},"startTime":1789479423450,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":130507,"timestamp":121944601707,"id":5800,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/kusto.js","layer":"app-pages-browser"},"startTime":1789479423451,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":131604,"timestamp":121944601862,"id":5801,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/kumir.js","layer":"app-pages-browser"},"startTime":1789479423451,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":132854,"timestamp":121944602027,"id":5802,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/kotlin.js","layer":"app-pages-browser"},"startTime":1789479423451,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":133672,"timestamp":121944602184,"id":5803,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/keyman.js","layer":"app-pages-browser"},"startTime":1789479423451,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":134589,"timestamp":121944602344,"id":5804,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/julia.js","layer":"app-pages-browser"},"startTime":1789479423451,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":137229,"timestamp":121944602506,"id":5805,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/keepalived.js","layer":"app-pages-browser"},"startTime":1789479423451,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":139075,"timestamp":121944602666,"id":5806,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/jsx.js","layer":"app-pages-browser"},"startTime":1789479423452,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":139930,"timestamp":121944602822,"id":5807,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/jsstacktrace.js","layer":"app-pages-browser"},"startTime":1789479423452,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":140519,"timestamp":121944602987,"id":5808,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/jsonp.js","layer":"app-pages-browser"},"startTime":1789479423452,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":141287,"timestamp":121944603145,"id":5809,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/json5.js","layer":"app-pages-browser"},"startTime":1789479423452,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":142271,"timestamp":121944603300,"id":5810,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/json.js","layer":"app-pages-browser"},"startTime":1789479423452,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":144508,"timestamp":121944603461,"id":5811,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/js-templates.js","layer":"app-pages-browser"},"startTime":1789479423452,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":145665,"timestamp":121944603672,"id":5812,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/jsdoc.js","layer":"app-pages-browser"},"startTime":1789479423453,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":147101,"timestamp":121944603851,"id":5813,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/js-extras.js","layer":"app-pages-browser"},"startTime":1789479423453,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":148115,"timestamp":121944604038,"id":5814,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/jq.js","layer":"app-pages-browser"},"startTime":1789479423453,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":149185,"timestamp":121944604212,"id":5815,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/jolie.js","layer":"app-pages-browser"},"startTime":1789479423453,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":149858,"timestamp":121944604376,"id":5816,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/jexl.js","layer":"app-pages-browser"},"startTime":1789479423453,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":150909,"timestamp":121944604536,"id":5817,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/javastacktrace.js","layer":"app-pages-browser"},"startTime":1789479423453,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":151958,"timestamp":121944604704,"id":5818,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/javadoclike.js","layer":"app-pages-browser"},"startTime":1789479423454,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":154076,"timestamp":121944604867,"id":5819,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/javascript.js","layer":"app-pages-browser"},"startTime":1789479423454,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":155238,"timestamp":121944605023,"id":5820,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/javadoc.js","layer":"app-pages-browser"},"startTime":1789479423454,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":156858,"timestamp":121944605193,"id":5821,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/java.js","layer":"app-pages-browser"},"startTime":1789479423454,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":157639,"timestamp":121944605349,"id":5822,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/j.js","layer":"app-pages-browser"},"startTime":1789479423454,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":158776,"timestamp":121944605504,"id":5823,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/io.js","layer":"app-pages-browser"},"startTime":1789479423454,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":159479,"timestamp":121944605667,"id":5824,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/ini.js","layer":"app-pages-browser"},"startTime":1789479423455,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":161177,"timestamp":121944605842,"id":5825,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/inform7.js","layer":"app-pages-browser"},"startTime":1789479423455,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":161810,"timestamp":121944605998,"id":5826,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/ignore.js","layer":"app-pages-browser"},"startTime":1789479423455,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":162756,"timestamp":121944606161,"id":5827,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/iecst.js","layer":"app-pages-browser"},"startTime":1789479423455,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":163764,"timestamp":121944606319,"id":5828,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/idris.js","layer":"app-pages-browser"},"startTime":1789479423455,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":165286,"timestamp":121944606472,"id":5829,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/icon.js","layer":"app-pages-browser"},"startTime":1789479423455,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":167732,"timestamp":121944606630,"id":5830,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/icu-message-format.js","layer":"app-pages-browser"},"startTime":1789479423456,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":169169,"timestamp":121944606789,"id":5831,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/ichigojam.js","layer":"app-pages-browser"},"startTime":1789479423456,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":170040,"timestamp":121944606946,"id":5832,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/hpkp.js","layer":"app-pages-browser"},"startTime":1789479423456,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":170872,"timestamp":121944607109,"id":5833,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/hsts.js","layer":"app-pages-browser"},"startTime":1789479423456,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":172262,"timestamp":121944607262,"id":5834,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/http.js","layer":"app-pages-browser"},"startTime":1789479423456,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":172970,"timestamp":121944607417,"id":5835,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/hoon.js","layer":"app-pages-browser"},"startTime":1789479423456,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":173762,"timestamp":121944608105,"id":5837,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/hlsl.js","layer":"app-pages-browser"},"startTime":1789479423457,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":174598,"timestamp":121944608424,"id":5838,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/hcl.js","layer":"app-pages-browser"},"startTime":1789479423457,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":164894,"timestamp":121944636881,"id":5839,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/haxe.js","layer":"app-pages-browser"},"startTime":1789479423486,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":167427,"timestamp":121944637247,"id":5840,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/haskell.js","layer":"app-pages-browser"},"startTime":1789479423486,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":168996,"timestamp":121944637771,"id":5842,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/haml.js","layer":"app-pages-browser"},"startTime":1789479423487,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":170450,"timestamp":121944638031,"id":5843,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/groovy.js","layer":"app-pages-browser"},"startTime":1789479423487,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":172434,"timestamp":121944637517,"id":5841,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/handlebars.js","layer":"app-pages-browser"},"startTime":1789479423486,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":174860,"timestamp":121944638282,"id":5844,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/graphql.js","layer":"app-pages-browser"},"startTime":1789479423487,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":175550,"timestamp":121944638790,"id":5846,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/go.js","layer":"app-pages-browser"},"startTime":1789479423488,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":180162,"timestamp":121944638533,"id":5845,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/gradle.js","layer":"app-pages-browser"},"startTime":1789479423487,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":180668,"timestamp":121944639041,"id":5847,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/go-module.js","layer":"app-pages-browser"},"startTime":1789479423488,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":181465,"timestamp":121944639288,"id":5848,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/gn.js","layer":"app-pages-browser"},"startTime":1789479423488,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-ts","duration":36863,"timestamp":121944789721,"id":5894,"parentId":5090,"tags":{"name":"/home/share/dev/agent-studio-deploy/lib/markdown.ts","layer":"app-pages-browser"},"startTime":1789479423639,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":162642,"timestamp":121944671920,"id":5850,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/glsl.js","layer":"app-pages-browser"},"startTime":1789479423521,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":166958,"timestamp":121944671566,"id":5849,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/gml.js","layer":"app-pages-browser"},"startTime":1789479423521,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":167089,"timestamp":121944672228,"id":5851,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/git.js","layer":"app-pages-browser"},"startTime":1789479423521,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":167626,"timestamp":121944672488,"id":5852,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/gettext.js","layer":"app-pages-browser"},"startTime":1789479423521,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":167912,"timestamp":121944673001,"id":5854,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/gedcom.js","layer":"app-pages-browser"},"startTime":1789479423522,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":172067,"timestamp":121944672741,"id":5853,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/gherkin.js","layer":"app-pages-browser"},"startTime":1789479423522,"traceId":"0b5cf6f8aba18709"}]
|
|
14
|
+
[{"name":"build-module-js","duration":172564,"timestamp":121944673258,"id":5855,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/gdscript.js","layer":"app-pages-browser"},"startTime":1789479423522,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":172990,"timestamp":121944673508,"id":5856,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/gcode.js","layer":"app-pages-browser"},"startTime":1789479423522,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":173696,"timestamp":121944673763,"id":5857,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/gap.js","layer":"app-pages-browser"},"startTime":1789479423523,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":174941,"timestamp":121944674012,"id":5858,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/ftl.js","layer":"app-pages-browser"},"startTime":1789479423523,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":176164,"timestamp":121944674259,"id":5859,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/fsharp.js","layer":"app-pages-browser"},"startTime":1789479423523,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":177215,"timestamp":121944674514,"id":5860,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/fortran.js","layer":"app-pages-browser"},"startTime":1789479423523,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":178182,"timestamp":121944674761,"id":5861,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/flow.js","layer":"app-pages-browser"},"startTime":1789479423524,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":179470,"timestamp":121944675016,"id":5862,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/firestore-security-rules.js","layer":"app-pages-browser"},"startTime":1789479423524,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":180458,"timestamp":121944675270,"id":5863,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/false.js","layer":"app-pages-browser"},"startTime":1789479423524,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":181311,"timestamp":121944675771,"id":5865,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/excel-formula.js","layer":"app-pages-browser"},"startTime":1789479423525,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":181970,"timestamp":121944676031,"id":5866,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/etlua.js","layer":"app-pages-browser"},"startTime":1789479423525,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":182744,"timestamp":121944676197,"id":5867,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/erlang.js","layer":"app-pages-browser"},"startTime":1789479423525,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":183474,"timestamp":121944676359,"id":5868,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/erb.js","layer":"app-pages-browser"},"startTime":1789479423525,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":184398,"timestamp":121944676515,"id":5869,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/elm.js","layer":"app-pages-browser"},"startTime":1789479423525,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":188330,"timestamp":121944675517,"id":5864,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/factor.js","layer":"app-pages-browser"},"startTime":1789479423524,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":173380,"timestamp":121944706475,"id":5870,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/elixir.js","layer":"app-pages-browser"},"startTime":1789479423555,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":174204,"timestamp":121944706823,"id":5871,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/ejs.js","layer":"app-pages-browser"},"startTime":1789479423556,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":175442,"timestamp":121944707107,"id":5872,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/eiffel.js","layer":"app-pages-browser"},"startTime":1789479423556,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":176098,"timestamp":121944707365,"id":5873,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/editorconfig.js","layer":"app-pages-browser"},"startTime":1789479423556,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":177193,"timestamp":121944707878,"id":5875,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/docker.js","layer":"app-pages-browser"},"startTime":1789479423557,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":178277,"timestamp":121944707620,"id":5874,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/ebnf.js","layer":"app-pages-browser"},"startTime":1789479423557,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":178920,"timestamp":121944708145,"id":5876,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/dot.js","layer":"app-pages-browser"},"startTime":1789479423557,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":179632,"timestamp":121944708400,"id":5877,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/dns-zone-file.js","layer":"app-pages-browser"},"startTime":1789479423557,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":180519,"timestamp":121944708658,"id":5878,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/django.js","layer":"app-pages-browser"},"startTime":1789479423558,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":181248,"timestamp":121944708906,"id":5879,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/diff.js","layer":"app-pages-browser"},"startTime":1789479423558,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":182119,"timestamp":121944709154,"id":5880,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/dhall.js","layer":"app-pages-browser"},"startTime":1789479423558,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":183875,"timestamp":121944709412,"id":5881,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/dax.js","layer":"app-pages-browser"},"startTime":1789479423558,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":184603,"timestamp":121944709662,"id":5882,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/dataweave.js","layer":"app-pages-browser"},"startTime":1789479423559,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":185937,"timestamp":121944709909,"id":5883,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/d.js","layer":"app-pages-browser"},"startTime":1789479423559,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":187267,"timestamp":121944710163,"id":5884,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/dart.js","layer":"app-pages-browser"},"startTime":1789479423559,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":188053,"timestamp":121944710410,"id":5885,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/cypher.js","layer":"app-pages-browser"},"startTime":1789479423559,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":189915,"timestamp":121944710656,"id":5886,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/cue.js","layer":"app-pages-browser"},"startTime":1789479423560,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":190700,"timestamp":121944710907,"id":5887,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/csv.js","layer":"app-pages-browser"},"startTime":1789479423560,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":191807,"timestamp":121944711154,"id":5888,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/css.js","layer":"app-pages-browser"},"startTime":1789479423560,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":193612,"timestamp":121944711400,"id":5889,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/css-extras.js","layer":"app-pages-browser"},"startTime":1789479423560,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-tsx","duration":39969,"timestamp":121944869394,"id":5950,"parentId":5199,"tags":{"name":"/home/share/dev/agent-studio-deploy/components/project-dashboard/ProjectDialogs.tsx","layer":"app-pages-browser"},"startTime":1789479423718,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-tsx","duration":40764,"timestamp":121944870079,"id":5951,"parentId":5199,"tags":{"name":"/home/share/dev/agent-studio-deploy/components/project-dashboard/ProjectContextMenu.tsx","layer":"app-pages-browser"},"startTime":1789479423719,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-ts","duration":41336,"timestamp":121944871266,"id":5953,"parentId":5089,"tags":{"name":"/home/share/dev/agent-studio-deploy/lib/ansi.ts","layer":"app-pages-browser"},"startTime":1789479423720,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-ts","duration":49075,"timestamp":121944868940,"id":5949,"parentId":5199,"tags":{"name":"/home/share/dev/agent-studio-deploy/components/project-dashboard/project-meta.ts","layer":"app-pages-browser"},"startTime":1789479423718,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-tsx","duration":46746,"timestamp":121944872566,"id":5955,"parentId":5209,"tags":{"name":"/home/share/dev/agent-studio-deploy/components/TurnWrittenFiles.tsx","layer":"app-pages-browser"},"startTime":1789479423722,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-ts","duration":55876,"timestamp":121944874473,"id":5959,"parentId":5089,"tags":{"name":"/home/share/dev/agent-studio-deploy/lib/turn-written-files.ts","layer":"app-pages-browser"},"startTime":1789479423723,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":143409,"timestamp":121944788572,"id":5890,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/csp.js","layer":"app-pages-browser"},"startTime":1789479423638,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":147618,"timestamp":121944788928,"id":5891,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/csharp.js","layer":"app-pages-browser"},"startTime":1789479423638,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":149012,"timestamp":121944789467,"id":5893,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/crystal.js","layer":"app-pages-browser"},"startTime":1789479423638,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":151903,"timestamp":121944789202,"id":5892,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/cshtml.js","layer":"app-pages-browser"},"startTime":1789479423638,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":152707,"timestamp":121944790407,"id":5895,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/coq.js","layer":"app-pages-browser"},"startTime":1789479423639,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":154187,"timestamp":121944790704,"id":5896,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/cpp.js","layer":"app-pages-browser"},"startTime":1789479423640,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":155070,"timestamp":121944791241,"id":5898,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/concurnas.js","layer":"app-pages-browser"},"startTime":1789479423640,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":157308,"timestamp":121944790983,"id":5897,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/cooklang.js","layer":"app-pages-browser"},"startTime":1789479423640,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":158725,"timestamp":121944791490,"id":5899,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/coffeescript.js","layer":"app-pages-browser"},"startTime":1789479423640,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":162791,"timestamp":121944791750,"id":5900,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/cobol.js","layer":"app-pages-browser"},"startTime":1789479423641,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":167233,"timestamp":121944792018,"id":5901,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/cmake.js","layer":"app-pages-browser"},"startTime":1789479423641,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":167793,"timestamp":121944792375,"id":5903,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/clike.js","layer":"app-pages-browser"},"startTime":1789479423641,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":169788,"timestamp":121944792200,"id":5902,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/clojure.js","layer":"app-pages-browser"},"startTime":1789479423641,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":170227,"timestamp":121944792532,"id":5904,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/cilkc.js","layer":"app-pages-browser"},"startTime":1789479423641,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":170777,"timestamp":121944792688,"id":5905,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/cilkcpp.js","layer":"app-pages-browser"},"startTime":1789479423642,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":172032,"timestamp":121944792855,"id":5906,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/cil.js","layer":"app-pages-browser"},"startTime":1789479423642,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":172803,"timestamp":121944793203,"id":5908,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/cfscript.js","layer":"app-pages-browser"},"startTime":1789479423642,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":174026,"timestamp":121944793045,"id":5907,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/chaiscript.js","layer":"app-pages-browser"},"startTime":1789479423642,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":175113,"timestamp":121944793370,"id":5909,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/bsl.js","layer":"app-pages-browser"},"startTime":1789479423642,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":176438,"timestamp":121944793526,"id":5910,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/c.js","layer":"app-pages-browser"},"startTime":1789479423642,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":177457,"timestamp":121944793680,"id":5911,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/bro.js","layer":"app-pages-browser"},"startTime":1789479423643,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":178435,"timestamp":121944793841,"id":5912,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/brightscript.js","layer":"app-pages-browser"},"startTime":1789479423643,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":178993,"timestamp":121944793998,"id":5913,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/brainfuck.js","layer":"app-pages-browser"},"startTime":1789479423643,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":179767,"timestamp":121944794153,"id":5914,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/bqn.js","layer":"app-pages-browser"},"startTime":1789479423643,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":180347,"timestamp":121944794316,"id":5915,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/bnf.js","layer":"app-pages-browser"},"startTime":1789479423643,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":181072,"timestamp":121944794471,"id":5916,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/bison.js","layer":"app-pages-browser"},"startTime":1789479423643,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":181829,"timestamp":121944794787,"id":5918,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/bicep.js","layer":"app-pages-browser"},"startTime":1789479423644,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":182898,"timestamp":121944794625,"id":5917,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/birb.js","layer":"app-pages-browser"},"startTime":1789479423644,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":183587,"timestamp":121944794939,"id":5919,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/bbj.js","layer":"app-pages-browser"},"startTime":1789479423644,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":184272,"timestamp":121944795094,"id":5920,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/bbcode.js","layer":"app-pages-browser"},"startTime":1789479423644,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":185563,"timestamp":121944795257,"id":5921,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/basic.js","layer":"app-pages-browser"},"startTime":1789479423644,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":186904,"timestamp":121944795411,"id":5922,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/batch.js","layer":"app-pages-browser"},"startTime":1789479423644,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":189502,"timestamp":121944795565,"id":5923,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/bash.js","layer":"app-pages-browser"},"startTime":1789479423645,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":190267,"timestamp":121944795726,"id":5924,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/awk.js","layer":"app-pages-browser"},"startTime":1789479423645,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":192955,"timestamp":121944795896,"id":5925,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/avisynth.js","layer":"app-pages-browser"},"startTime":1789479423645,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":194254,"timestamp":121944796067,"id":5926,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/avro-idl.js","layer":"app-pages-browser"},"startTime":1789479423645,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":195633,"timestamp":121944796234,"id":5927,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/autoit.js","layer":"app-pages-browser"},"startTime":1789479423645,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":202726,"timestamp":121944796390,"id":5928,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/autohotkey.js","layer":"app-pages-browser"},"startTime":1789479423645,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":203740,"timestamp":121944796544,"id":5929,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/aspnet.js","layer":"app-pages-browser"},"startTime":1789479423645,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":204840,"timestamp":121944796703,"id":5930,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/asmatmel.js","layer":"app-pages-browser"},"startTime":1789479423646,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":205596,"timestamp":121944796859,"id":5931,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/asm6502.js","layer":"app-pages-browser"},"startTime":1789479423646,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":207593,"timestamp":121944797015,"id":5932,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/asciidoc.js","layer":"app-pages-browser"},"startTime":1789479423646,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":209333,"timestamp":121944797176,"id":5933,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/arturo.js","layer":"app-pages-browser"},"startTime":1789479423646,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":210294,"timestamp":121944797329,"id":5934,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/armasm.js","layer":"app-pages-browser"},"startTime":1789479423646,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":210827,"timestamp":121944797482,"id":5935,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/arff.js","layer":"app-pages-browser"},"startTime":1789479423646,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-ts","duration":84649,"timestamp":121944925211,"id":5982,"parentId":5092,"tags":{"name":"/home/share/dev/agent-studio-deploy/lib/session-row-context-menu.ts","layer":"app-pages-browser"},"startTime":1789479423774,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-ts","duration":86310,"timestamp":121944925687,"id":5983,"parentId":5090,"tags":{"name":"/home/share/dev/agent-studio-deploy/lib/patch.ts","layer":"app-pages-browser"},"startTime":1789479423775,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":203924,"timestamp":121944829171,"id":5936,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/arduino.js","layer":"app-pages-browser"},"startTime":1789479423678,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":205010,"timestamp":121944829533,"id":5937,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/aql.js","layer":"app-pages-browser"},"startTime":1789479423678,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":206635,"timestamp":121944829806,"id":5938,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/applescript.js","layer":"app-pages-browser"},"startTime":1789479423679,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":207237,"timestamp":121944830075,"id":5939,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/apl.js","layer":"app-pages-browser"},"startTime":1789479423679,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":208574,"timestamp":121944830330,"id":5940,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/apex.js","layer":"app-pages-browser"},"startTime":1789479423679,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-tsx","duration":20581,"timestamp":121945020396,"id":6001,"parentId":5209,"tags":{"name":"/home/share/dev/agent-studio-deploy/components/ThinkingIcon.tsx","layer":"app-pages-browser"},"startTime":1789479423869,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-tsx","duration":22461,"timestamp":121945019833,"id":6000,"parentId":5199,"tags":{"name":"/home/share/dev/agent-studio-deploy/components/project-dashboard/DashboardStats.tsx","layer":"app-pages-browser"},"startTime":1789479423869,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":184678,"timestamp":121944867267,"id":5941,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/apacheconf.js","layer":"app-pages-browser"},"startTime":1789479423716,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":185161,"timestamp":121944867905,"id":5943,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/antlr4.js","layer":"app-pages-browser"},"startTime":1789479423717,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":187098,"timestamp":121944867631,"id":5942,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/al.js","layer":"app-pages-browser"},"startTime":1789479423717,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":187590,"timestamp":121944868115,"id":5944,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/agda.js","layer":"app-pages-browser"},"startTime":1789479423717,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":188407,"timestamp":121944868293,"id":5945,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/ada.js","layer":"app-pages-browser"},"startTime":1789479423717,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":189243,"timestamp":121944868455,"id":5946,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/actionscript.js","layer":"app-pages-browser"},"startTime":1789479423717,"traceId":"0b5cf6f8aba18709"}]
|
|
15
|
+
[{"name":"build-module-js","duration":192598,"timestamp":121944868785,"id":5948,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/abap.js","layer":"app-pages-browser"},"startTime":1789479423718,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":193774,"timestamp":121944868612,"id":5947,"parentId":5365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lang/abnf.js","layer":"app-pages-browser"},"startTime":1789479423718,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":193987,"timestamp":121944872131,"id":5954,"parentId":5375,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/refractor/lib/prism-core.js","layer":"app-pages-browser"},"startTime":1789479423721,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":207365,"timestamp":121944870855,"id":5952,"parentId":5373,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/highlight.js/lib/core.js","layer":"app-pages-browser"},"startTime":1789479423720,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":205100,"timestamp":121944873796,"id":5957,"parentId":5371,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/hast-util-to-text/index.js","layer":"app-pages-browser"},"startTime":1789479423723,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":205270,"timestamp":121944874155,"id":5958,"parentId":5371,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/unist-util-visit-parents/index.js","layer":"app-pages-browser"},"startTime":1789479423723,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":210449,"timestamp":121944875292,"id":5960,"parentId":5381,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/mermaid/dist/chunks/mermaid.core/cose-bilkent-JH36ORCC.mjs","layer":"app-pages-browser"},"startTime":1789479423724,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":210253,"timestamp":121944876433,"id":5963,"parentId":5371,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/hast-util-from-html-isomorphic/lib/browser.js","layer":"app-pages-browser"},"startTime":1789479423725,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":349931,"timestamp":121944875714,"id":5961,"parentId":5381,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/mermaid/dist/chunks/mermaid.core/swimlanes-SLNWSIFB.mjs","layer":"app-pages-browser"},"startTime":1789479423725,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":355812,"timestamp":121944876088,"id":5962,"parentId":5381,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/mermaid/dist/chunks/mermaid.core/dagre-VZM6K2ZE.mjs","layer":"app-pages-browser"},"startTime":1789479423725,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":329574,"timestamp":121944922094,"id":5964,"parentId":5402,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/mermaid/dist/chunks/mermaid.core/chunk-6Q2QTUOP.mjs","layer":"app-pages-browser"},"startTime":1789479423771,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":330143,"timestamp":121944922387,"id":5965,"parentId":5402,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/mermaid/dist/chunks/mermaid.core/chunk-JWPE2WC7.mjs","layer":"app-pages-browser"},"startTime":1789479423771,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":331044,"timestamp":121944922581,"id":5966,"parentId":5408,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/mermaid/dist/chunks/mermaid.core/chunk-KBJHAD2P.mjs","layer":"app-pages-browser"},"startTime":1789479423772,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":564610,"timestamp":121944873384,"id":5956,"parentId":5371,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/katex/dist/katex.mjs","layer":"app-pages-browser"},"startTime":1789479423722,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":516254,"timestamp":121944922754,"id":5967,"parentId":5413,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/mermaid/dist/chunks/mermaid.core/chunk-2Q5K7J3B.mjs","layer":"app-pages-browser"},"startTime":1789479423772,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":516750,"timestamp":121944922934,"id":5968,"parentId":5393,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/html-url-attributes/lib/index.js","layer":"app-pages-browser"},"startTime":1789479423772,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":517366,"timestamp":121944923095,"id":5969,"parentId":5394,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/remark-parse/lib/index.js","layer":"app-pages-browser"},"startTime":1789479423772,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":518278,"timestamp":121944923422,"id":5971,"parentId":5396,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/unist-util-visit/lib/index.js","layer":"app-pages-browser"},"startTime":1789479423772,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":519092,"timestamp":121944923578,"id":5972,"parentId":5397,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/remark-rehype/lib/index.js","layer":"app-pages-browser"},"startTime":1789479423773,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":534061,"timestamp":121944923256,"id":5970,"parentId":5395,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/unified/lib/index.js","layer":"app-pages-browser"},"startTime":1789479423772,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":536782,"timestamp":121944923736,"id":5973,"parentId":5398,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/vfile/lib/index.js","layer":"app-pages-browser"},"startTime":1789479423773,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":541845,"timestamp":121944923900,"id":5974,"parentId":5399,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/hast-util-to-jsx-runtime/lib/index.js","layer":"app-pages-browser"},"startTime":1789479423773,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":542839,"timestamp":121944924081,"id":5975,"parentId":5414,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/mermaid/dist/chunks/mermaid.core/chunk-5VM5RSS4.mjs","layer":"app-pages-browser"},"startTime":1789479423773,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":543991,"timestamp":121944924416,"id":5977,"parentId":5421,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/mermaid/dist/chunks/mermaid.core/chunk-XXDRQBXY.mjs","layer":"app-pages-browser"},"startTime":1789479423773,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":546576,"timestamp":121944924576,"id":5978,"parentId":5421,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/mermaid/dist/chunks/mermaid.core/chunk-2GRJ4B5K.mjs","layer":"app-pages-browser"},"startTime":1789479423774,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":547447,"timestamp":121944925054,"id":5981,"parentId":5373,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/fault/index.js","layer":"app-pages-browser"},"startTime":1789479423774,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":590357,"timestamp":121944924248,"id":5976,"parentId":5421,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/mermaid/dist/chunks/mermaid.core/chunk-JQJVKLGR.mjs","layer":"app-pages-browser"},"startTime":1789479423773,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":588913,"timestamp":121944926342,"id":5984,"parentId":5375,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/parse-entities/index.js","layer":"app-pages-browser"},"startTime":1789479423775,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":609698,"timestamp":121944924733,"id":5979,"parentId":5422,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/mermaid/dist/chunks/mermaid.core/chunk-5RXB4S5H.mjs","layer":"app-pages-browser"},"startTime":1789479423774,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":636288,"timestamp":121944924896,"id":5980,"parentId":5425,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/mermaid/dist/chunks/mermaid.core/chunk-GF5L2VYU.mjs","layer":"app-pages-browser"},"startTime":1789479423774,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":635166,"timestamp":121944926714,"id":5985,"parentId":5375,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/hastscript/index.js","layer":"app-pages-browser"},"startTime":1789479423776,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":635405,"timestamp":121944927073,"id":5986,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/array/castArray.mjs","layer":"app-pages-browser"},"startTime":1789479423776,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":635879,"timestamp":121944927389,"id":5987,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/array/chunk.mjs","layer":"app-pages-browser"},"startTime":1789479423776,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":636176,"timestamp":121944928026,"id":5989,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/array/countBy.mjs","layer":"app-pages-browser"},"startTime":1789479423777,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":637198,"timestamp":121944927690,"id":5988,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/array/compact.mjs","layer":"app-pages-browser"},"startTime":1789479423777,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":637238,"timestamp":121944928277,"id":5990,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/array/concat.mjs","layer":"app-pages-browser"},"startTime":1789479423777,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":563495,"timestamp":121945018467,"id":5992,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/array/differenceBy.mjs","layer":"app-pages-browser"},"startTime":1789479423867,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":564657,"timestamp":121945018174,"id":5991,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/array/difference.mjs","layer":"app-pages-browser"},"startTime":1789479423867,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":564568,"timestamp":121945018844,"id":5994,"parentId":5414,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/dagre-d3-es/src/graphlib/index.js","layer":"app-pages-browser"},"startTime":1789479423868,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":565436,"timestamp":121945018665,"id":5993,"parentId":5424,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/dagre-d3-es/src/dagre/index.js","layer":"app-pages-browser"},"startTime":1789479423868,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":565897,"timestamp":121945019011,"id":5995,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/array/differenceWith.mjs","layer":"app-pages-browser"},"startTime":1789479423868,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":566456,"timestamp":121945019171,"id":5996,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/array/drop.mjs","layer":"app-pages-browser"},"startTime":1789479423868,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":567035,"timestamp":121945019345,"id":5997,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/array/dropRight.mjs","layer":"app-pages-browser"},"startTime":1789479423868,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":567823,"timestamp":121945019509,"id":5998,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/array/dropRightWhile.mjs","layer":"app-pages-browser"},"startTime":1789479423868,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":568808,"timestamp":121945019669,"id":5999,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/array/dropWhile.mjs","layer":"app-pages-browser"},"startTime":1789479423869,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":568539,"timestamp":121945020907,"id":6002,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/array/forEach.mjs","layer":"app-pages-browser"},"startTime":1789479423870,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":569331,"timestamp":121945021146,"id":6003,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/array/forEachRight.mjs","layer":"app-pages-browser"},"startTime":1789479423870,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":570292,"timestamp":121945021336,"id":6004,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/array/every.mjs","layer":"app-pages-browser"},"startTime":1789479423870,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":570961,"timestamp":121945021549,"id":6005,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/array/fill.mjs","layer":"app-pages-browser"},"startTime":1789479423870,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":571667,"timestamp":121945021797,"id":6006,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/array/filter.mjs","layer":"app-pages-browser"},"startTime":1789479423871,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":572468,"timestamp":121945021990,"id":6007,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/array/findIndex.mjs","layer":"app-pages-browser"},"startTime":1789479423871,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":573128,"timestamp":121945022169,"id":6008,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/array/find.mjs","layer":"app-pages-browser"},"startTime":1789479423871,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":573946,"timestamp":121945022330,"id":6009,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/array/findLast.mjs","layer":"app-pages-browser"},"startTime":1789479423871,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":574425,"timestamp":121945022497,"id":6010,"parentId":5397,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/mdast-util-to-hast/index.js","layer":"app-pages-browser"},"startTime":1789479423871,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":575215,"timestamp":121945022672,"id":6011,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/array/findLastIndex.mjs","layer":"app-pages-browser"},"startTime":1789479423872,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":575699,"timestamp":121945022833,"id":6012,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/array/head.mjs","layer":"app-pages-browser"},"startTime":1789479423872,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":576251,"timestamp":121945022994,"id":6013,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/array/flatMap.mjs","layer":"app-pages-browser"},"startTime":1789479423872,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":576641,"timestamp":121945023171,"id":6014,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/array/flatMapDeep.mjs","layer":"app-pages-browser"},"startTime":1789479423872,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":577242,"timestamp":121945023335,"id":6015,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/array/flatMapDepth.mjs","layer":"app-pages-browser"},"startTime":1789479423872,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":578045,"timestamp":121945023496,"id":6016,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/array/flatten.mjs","layer":"app-pages-browser"},"startTime":1789479423872,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":578469,"timestamp":121945023666,"id":6017,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/array/flattenDeep.mjs","layer":"app-pages-browser"},"startTime":1789479423873,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":578945,"timestamp":121945023823,"id":6018,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/array/flattenDepth.mjs","layer":"app-pages-browser"},"startTime":1789479423873,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":580226,"timestamp":121945023980,"id":6019,"parentId":5434,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/dayjs/plugin/isoWeek.js","layer":"app-pages-browser"},"startTime":1789479423873,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":583077,"timestamp":121945024168,"id":6020,"parentId":5434,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/dayjs/plugin/customParseFormat.js","layer":"app-pages-browser"},"startTime":1789479423873,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":584131,"timestamp":121945024328,"id":6021,"parentId":5434,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/dayjs/plugin/advancedFormat.js","layer":"app-pages-browser"},"startTime":1789479423873,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":589666,"timestamp":121945024489,"id":6022,"parentId":5434,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/dayjs/plugin/duration.js","layer":"app-pages-browser"},"startTime":1789479423873,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":593777,"timestamp":121945024645,"id":6023,"parentId":5391,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/dayjs/dayjs.min.js","layer":"app-pages-browser"},"startTime":1789479423874,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":594573,"timestamp":121945024797,"id":6024,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/array/groupBy.mjs","layer":"app-pages-browser"},"startTime":1789479423874,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":595486,"timestamp":121945024960,"id":6025,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/array/includes.mjs","layer":"app-pages-browser"},"startTime":1789479423874,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":596184,"timestamp":121945025116,"id":6026,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/array/indexOf.mjs","layer":"app-pages-browser"},"startTime":1789479423874,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":596683,"timestamp":121945025274,"id":6027,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/array/initial.mjs","layer":"app-pages-browser"},"startTime":1789479423874,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":597362,"timestamp":121945025435,"id":6028,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/array/intersection.mjs","layer":"app-pages-browser"},"startTime":1789479423874,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":598304,"timestamp":121945025594,"id":6029,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/array/intersectionBy.mjs","layer":"app-pages-browser"},"startTime":1789479423875,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":599241,"timestamp":121945025749,"id":6030,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/array/intersectionWith.mjs","layer":"app-pages-browser"},"startTime":1789479423875,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":600176,"timestamp":121945025912,"id":6031,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/array/invokeMap.mjs","layer":"app-pages-browser"},"startTime":1789479423875,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":600672,"timestamp":121945026070,"id":6032,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/array/join.mjs","layer":"app-pages-browser"},"startTime":1789479423875,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":601332,"timestamp":121945026224,"id":6033,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/array/keyBy.mjs","layer":"app-pages-browser"},"startTime":1789479423875,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":628611,"timestamp":121945026382,"id":6034,"parentId":5387,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/mermaid/node_modules/marked/lib/marked.esm.js","layer":"app-pages-browser"},"startTime":1789479423875,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":627164,"timestamp":121945044431,"id":6035,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/array/last.mjs","layer":"app-pages-browser"},"startTime":1789479423893,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":627620,"timestamp":121945045067,"id":6037,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/array/map.mjs","layer":"app-pages-browser"},"startTime":1789479423894,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":628919,"timestamp":121945044781,"id":6036,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/array/lastIndexOf.mjs","layer":"app-pages-browser"},"startTime":1789479423894,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":629173,"timestamp":121945045325,"id":6038,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/array/nth.mjs","layer":"app-pages-browser"},"startTime":1789479423894,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":630756,"timestamp":121945045580,"id":6039,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/array/orderBy.mjs","layer":"app-pages-browser"},"startTime":1789479423895,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":631767,"timestamp":121945045839,"id":6040,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/array/partition.mjs","layer":"app-pages-browser"},"startTime":1789479423895,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":632344,"timestamp":121945046091,"id":6041,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/array/pull.mjs","layer":"app-pages-browser"},"startTime":1789479423895,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":632831,"timestamp":121945046350,"id":6042,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/array/pullAll.mjs","layer":"app-pages-browser"},"startTime":1789479423895,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":633594,"timestamp":121945046602,"id":6043,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/array/pullAllBy.mjs","layer":"app-pages-browser"},"startTime":1789479423896,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":634563,"timestamp":121945046850,"id":6044,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/array/pullAllWith.mjs","layer":"app-pages-browser"},"startTime":1789479423896,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":635274,"timestamp":121945047111,"id":6045,"parentId":5420,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/mermaid/node_modules/uuid/dist/esm-browser/index.js","layer":"app-pages-browser"},"startTime":1789479423896,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":457918,"timestamp":121945240183,"id":6047,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/array/reduce.mjs","layer":"app-pages-browser"},"startTime":1789479424089,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":460060,"timestamp":121945239852,"id":6046,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/array/pullAt.mjs","layer":"app-pages-browser"},"startTime":1789479424089,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":461286,"timestamp":121945240380,"id":6048,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/array/reduceRight.mjs","layer":"app-pages-browser"},"startTime":1789479424089,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":462177,"timestamp":121945240554,"id":6049,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/array/remove.mjs","layer":"app-pages-browser"},"startTime":1789479424089,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":462993,"timestamp":121945240729,"id":6050,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/array/reject.mjs","layer":"app-pages-browser"},"startTime":1789479424090,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":463678,"timestamp":121945240912,"id":6051,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/array/reverse.mjs","layer":"app-pages-browser"},"startTime":1789479424090,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":464480,"timestamp":121945241118,"id":6052,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/array/sample.mjs","layer":"app-pages-browser"},"startTime":1789479424090,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-ts","duration":11504,"timestamp":121945769150,"id":6092,"parentId":5094,"tags":{"name":"/home/share/dev/agent-studio-deploy/lib/thinking-expansion-preference.ts","layer":"app-pages-browser"},"startTime":1789479424618,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-ts","duration":18270,"timestamp":121945768611,"id":6091,"parentId":5190,"tags":{"name":"/home/share/dev/agent-studio-deploy/lib/image-attachments.ts","layer":"app-pages-browser"},"startTime":1789479424618,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":49667,"timestamp":121945749863,"id":6054,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/array/sampleSize.mjs","layer":"app-pages-browser"},"startTime":1789479424599,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":50880,"timestamp":121945750385,"id":6057,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/array/some.mjs","layer":"app-pages-browser"},"startTime":1789479424599,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":52168,"timestamp":121945750053,"id":6055,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/array/size.mjs","layer":"app-pages-browser"},"startTime":1789479424599,"traceId":"0b5cf6f8aba18709"}]
|
|
16
|
+
[{"name":"build-module-mjs","duration":53261,"timestamp":121945750224,"id":6056,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/array/slice.mjs","layer":"app-pages-browser"},"startTime":1789479424599,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":53914,"timestamp":121945750608,"id":6058,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/array/sortBy.mjs","layer":"app-pages-browser"},"startTime":1789479424600,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":55015,"timestamp":121945750781,"id":6059,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/array/sortedIndex.mjs","layer":"app-pages-browser"},"startTime":1789479424600,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":56548,"timestamp":121945750985,"id":6060,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/array/sortedIndexBy.mjs","layer":"app-pages-browser"},"startTime":1789479424600,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":57437,"timestamp":121945751159,"id":6061,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/array/sortedIndexOf.mjs","layer":"app-pages-browser"},"startTime":1789479424600,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":59975,"timestamp":121945749586,"id":6053,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/array/shuffle.mjs","layer":"app-pages-browser"},"startTime":1789479424599,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":59356,"timestamp":121945751321,"id":6062,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/array/sortedLastIndex.mjs","layer":"app-pages-browser"},"startTime":1789479424600,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":60056,"timestamp":121945751481,"id":6063,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/array/sortedLastIndexOf.mjs","layer":"app-pages-browser"},"startTime":1789479424600,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":60651,"timestamp":121945751725,"id":6064,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/array/sortedLastIndexBy.mjs","layer":"app-pages-browser"},"startTime":1789479424601,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":61294,"timestamp":121945751999,"id":6065,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/array/tail.mjs","layer":"app-pages-browser"},"startTime":1789479424601,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":61898,"timestamp":121945752199,"id":6066,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/array/take.mjs","layer":"app-pages-browser"},"startTime":1789479424601,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":62447,"timestamp":121945752374,"id":6067,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/array/takeRight.mjs","layer":"app-pages-browser"},"startTime":1789479424601,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":63378,"timestamp":121945763818,"id":6068,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/array/takeRightWhile.mjs","layer":"app-pages-browser"},"startTime":1789479424613,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":63918,"timestamp":121945764218,"id":6069,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/array/takeWhile.mjs","layer":"app-pages-browser"},"startTime":1789479424613,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":64452,"timestamp":121945764533,"id":6070,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/array/union.mjs","layer":"app-pages-browser"},"startTime":1789479424613,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":64900,"timestamp":121945764824,"id":6071,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/array/unionBy.mjs","layer":"app-pages-browser"},"startTime":1789479424614,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":79544,"timestamp":121945765088,"id":6072,"parentId":5412,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/cytoscape-fcose/cytoscape-fcose.js","layer":"app-pages-browser"},"startTime":1789479424614,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":80450,"timestamp":121945765341,"id":6073,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/array/unionWith.mjs","layer":"app-pages-browser"},"startTime":1789479424614,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":80950,"timestamp":121945765770,"id":6075,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/array/uniqBy.mjs","layer":"app-pages-browser"},"startTime":1789479424615,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":81845,"timestamp":121945765590,"id":6074,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/array/uniq.mjs","layer":"app-pages-browser"},"startTime":1789479424615,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":82271,"timestamp":121945765932,"id":6076,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/array/uniqWith.mjs","layer":"app-pages-browser"},"startTime":1789479424615,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":82955,"timestamp":121945766101,"id":6077,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/array/unzip.mjs","layer":"app-pages-browser"},"startTime":1789479424615,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":83812,"timestamp":121945766256,"id":6078,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/array/unzipWith.mjs","layer":"app-pages-browser"},"startTime":1789479424615,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":84660,"timestamp":121945766412,"id":6079,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/array/xor.mjs","layer":"app-pages-browser"},"startTime":1789479424615,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":103575,"timestamp":121945766573,"id":6080,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/array/without.mjs","layer":"app-pages-browser"},"startTime":1789479424616,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":104336,"timestamp":121945766799,"id":6081,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/array/xorBy.mjs","layer":"app-pages-browser"},"startTime":1789479424616,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":105068,"timestamp":121945766973,"id":6082,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/array/xorWith.mjs","layer":"app-pages-browser"},"startTime":1789479424616,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":105468,"timestamp":121945767301,"id":6084,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/array/zipObject.mjs","layer":"app-pages-browser"},"startTime":1789479424616,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":106301,"timestamp":121945767142,"id":6083,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/array/zip.mjs","layer":"app-pages-browser"},"startTime":1789479424616,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":106753,"timestamp":121945767458,"id":6085,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/array/zipObjectDeep.mjs","layer":"app-pages-browser"},"startTime":1789479424616,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":107392,"timestamp":121945767629,"id":6086,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/array/zipWith.mjs","layer":"app-pages-browser"},"startTime":1789479424617,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":133351,"timestamp":121945767795,"id":6087,"parentId":5382,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/roughjs/bundled/rough.esm.js","layer":"app-pages-browser"},"startTime":1789479424617,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":133964,"timestamp":121945768094,"id":6088,"parentId":5390,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/khroma/dist/index.js","layer":"app-pages-browser"},"startTime":1789479424617,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":134465,"timestamp":121945768446,"id":6090,"parentId":5417,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-sankey/src/index.js","layer":"app-pages-browser"},"startTime":1789479424617,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":134076,"timestamp":121945769889,"id":6093,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/function/after.mjs","layer":"app-pages-browser"},"startTime":1789479424619,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":134708,"timestamp":121945770262,"id":6094,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/function/ary.mjs","layer":"app-pages-browser"},"startTime":1789479424619,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":135283,"timestamp":121945770582,"id":6095,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/function/attempt.mjs","layer":"app-pages-browser"},"startTime":1789479424620,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":136078,"timestamp":121945770899,"id":6096,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/function/before.mjs","layer":"app-pages-browser"},"startTime":1789479424620,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":137233,"timestamp":121945771194,"id":6097,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/function/bind.mjs","layer":"app-pages-browser"},"startTime":1789479424620,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":138231,"timestamp":121945771498,"id":6098,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/function/bindKey.mjs","layer":"app-pages-browser"},"startTime":1789479424620,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":139816,"timestamp":121945771802,"id":6099,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/function/curry.mjs","layer":"app-pages-browser"},"startTime":1789479424621,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":144007,"timestamp":121945772110,"id":6100,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/function/curryRight.mjs","layer":"app-pages-browser"},"startTime":1789479424621,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":144823,"timestamp":121945772412,"id":6101,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/function/debounce.mjs","layer":"app-pages-browser"},"startTime":1789479424621,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":145261,"timestamp":121945772706,"id":6102,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/function/defer.mjs","layer":"app-pages-browser"},"startTime":1789479424622,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":145664,"timestamp":121945772992,"id":6103,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/function/delay.mjs","layer":"app-pages-browser"},"startTime":1789479424622,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":145909,"timestamp":121945773306,"id":6104,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/function/flip.mjs","layer":"app-pages-browser"},"startTime":1789479424622,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":146338,"timestamp":121945773595,"id":6105,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/function/flow.mjs","layer":"app-pages-browser"},"startTime":1789479424623,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":140142,"timestamp":121945781156,"id":6106,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/function/flowRight.mjs","layer":"app-pages-browser"},"startTime":1789479424630,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":140690,"timestamp":121945781456,"id":6107,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/function/memoize.mjs","layer":"app-pages-browser"},"startTime":1789479424630,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":140961,"timestamp":121945781829,"id":6109,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/function/nthArg.mjs","layer":"app-pages-browser"},"startTime":1789479424631,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":141753,"timestamp":121945781657,"id":6108,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/function/negate.mjs","layer":"app-pages-browser"},"startTime":1789479424631,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":142005,"timestamp":121945782053,"id":6110,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/function/once.mjs","layer":"app-pages-browser"},"startTime":1789479424631,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":142776,"timestamp":121945782240,"id":6111,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/function/overArgs.mjs","layer":"app-pages-browser"},"startTime":1789479424631,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":143414,"timestamp":121945782404,"id":6112,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/function/partial.mjs","layer":"app-pages-browser"},"startTime":1789479424631,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":143997,"timestamp":121945782562,"id":6113,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/function/partialRight.mjs","layer":"app-pages-browser"},"startTime":1789479424632,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":144741,"timestamp":121945782729,"id":6114,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/function/rearg.mjs","layer":"app-pages-browser"},"startTime":1789479424632,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":145368,"timestamp":121945782888,"id":6115,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/function/rest.mjs","layer":"app-pages-browser"},"startTime":1789479424632,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":145913,"timestamp":121945783046,"id":6116,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/function/spread.mjs","layer":"app-pages-browser"},"startTime":1789479424632,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":146400,"timestamp":121945783266,"id":6117,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/function/throttle.mjs","layer":"app-pages-browser"},"startTime":1789479424632,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":146789,"timestamp":121945783443,"id":6118,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/function/unary.mjs","layer":"app-pages-browser"},"startTime":1789479424632,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":147308,"timestamp":121945783601,"id":6119,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/function/wrap.mjs","layer":"app-pages-browser"},"startTime":1789479424633,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":147897,"timestamp":121945783770,"id":6120,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/math/add.mjs","layer":"app-pages-browser"},"startTime":1789479424633,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":148345,"timestamp":121945783930,"id":6121,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/math/ceil.mjs","layer":"app-pages-browser"},"startTime":1789479424633,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":148862,"timestamp":121945784175,"id":6122,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/math/clamp.mjs","layer":"app-pages-browser"},"startTime":1789479424633,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":154900,"timestamp":121945793972,"id":6125,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/math/inRange.mjs","layer":"app-pages-browser"},"startTime":1789479424643,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":156409,"timestamp":121945793104,"id":6124,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/math/floor.mjs","layer":"app-pages-browser"},"startTime":1789479424642,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":157574,"timestamp":121945792707,"id":6123,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/math/divide.mjs","layer":"app-pages-browser"},"startTime":1789479424642,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":156723,"timestamp":121945794278,"id":6126,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/math/max.mjs","layer":"app-pages-browser"},"startTime":1789479424643,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":157183,"timestamp":121945794537,"id":6127,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/math/maxBy.mjs","layer":"app-pages-browser"},"startTime":1789479424643,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":157513,"timestamp":121945794906,"id":6128,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/math/mean.mjs","layer":"app-pages-browser"},"startTime":1789479424644,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":157940,"timestamp":121945795171,"id":6129,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/math/meanBy.mjs","layer":"app-pages-browser"},"startTime":1789479424644,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":158444,"timestamp":121945795423,"id":6130,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/math/min.mjs","layer":"app-pages-browser"},"startTime":1789479424644,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":158837,"timestamp":121945795680,"id":6131,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/math/minBy.mjs","layer":"app-pages-browser"},"startTime":1789479424645,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":140881,"timestamp":121945865581,"id":6132,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/math/multiply.mjs","layer":"app-pages-browser"},"startTime":1789479424715,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":141538,"timestamp":121945865862,"id":6133,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/math/parseInt.mjs","layer":"app-pages-browser"},"startTime":1789479424715,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":143014,"timestamp":121945866044,"id":6134,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/math/random.mjs","layer":"app-pages-browser"},"startTime":1789479424715,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":144311,"timestamp":121945866269,"id":6135,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/math/range.mjs","layer":"app-pages-browser"},"startTime":1789479424715,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":145855,"timestamp":121945866446,"id":6136,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/math/rangeRight.mjs","layer":"app-pages-browser"},"startTime":1789479424715,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":146696,"timestamp":121945866615,"id":6137,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/math/round.mjs","layer":"app-pages-browser"},"startTime":1789479424716,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":147738,"timestamp":121945866780,"id":6138,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/math/subtract.mjs","layer":"app-pages-browser"},"startTime":1789479424716,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":148529,"timestamp":121945866937,"id":6139,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/math/sum.mjs","layer":"app-pages-browser"},"startTime":1789479424716,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-ts","duration":31586,"timestamp":121945996603,"id":6189,"parentId":5090,"tags":{"name":"/home/share/dev/agent-studio-deploy/lib/frontmatter.ts","layer":"app-pages-browser"},"startTime":1789479424846,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-ts","duration":33273,"timestamp":121945996054,"id":6188,"parentId":5089,"tags":{"name":"/home/share/dev/agent-studio-deploy/lib/terminal-input.ts","layer":"app-pages-browser"},"startTime":1789479424845,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-ts","duration":34037,"timestamp":121945997352,"id":6190,"parentId":5094,"tags":{"name":"/home/share/dev/agent-studio-deploy/lib/theme.ts","layer":"app-pages-browser"},"startTime":1789479424846,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":92245,"timestamp":121945940302,"id":6140,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/math/sumBy.mjs","layer":"app-pages-browser"},"startTime":1789479424789,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":92360,"timestamp":121945940828,"id":6142,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/function/noop.mjs","layer":"app-pages-browser"},"startTime":1789479424790,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":93184,"timestamp":121945940597,"id":6141,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/function/identity.mjs","layer":"app-pages-browser"},"startTime":1789479424790,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":82483,"timestamp":121945959939,"id":6143,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/predicate/isEqual.mjs","layer":"app-pages-browser"},"startTime":1789479424809,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":83426,"timestamp":121945960327,"id":6144,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/object/assign.mjs","layer":"app-pages-browser"},"startTime":1789479424809,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":84682,"timestamp":121945960567,"id":6145,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/object/assignIn.mjs","layer":"app-pages-browser"},"startTime":1789479424810,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":86053,"timestamp":121945960745,"id":6146,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/object/assignInWith.mjs","layer":"app-pages-browser"},"startTime":1789479424810,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":87175,"timestamp":121945960928,"id":6147,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/object/assignWith.mjs","layer":"app-pages-browser"},"startTime":1789479424810,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":88114,"timestamp":121945961090,"id":6148,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/object/at.mjs","layer":"app-pages-browser"},"startTime":1789479424810,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":90242,"timestamp":121945961249,"id":6149,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/object/clone.mjs","layer":"app-pages-browser"},"startTime":1789479424810,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":90933,"timestamp":121945961415,"id":6150,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/object/cloneDeep.mjs","layer":"app-pages-browser"},"startTime":1789479424810,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":91750,"timestamp":121945961739,"id":6151,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/object/cloneDeepWith.mjs","layer":"app-pages-browser"},"startTime":1789479424811,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":92202,"timestamp":121945962039,"id":6152,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/object/cloneWith.mjs","layer":"app-pages-browser"},"startTime":1789479424811,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":92617,"timestamp":121945962670,"id":6154,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/object/defaults.mjs","layer":"app-pages-browser"},"startTime":1789479424812,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":93897,"timestamp":121945962326,"id":6153,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/object/create.mjs","layer":"app-pages-browser"},"startTime":1789479424811,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":94710,"timestamp":121945962891,"id":6155,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/object/defaultsDeep.mjs","layer":"app-pages-browser"},"startTime":1789479424812,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":95491,"timestamp":121945963073,"id":6156,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/object/findKey.mjs","layer":"app-pages-browser"},"startTime":1789479424812,"traceId":"0b5cf6f8aba18709"}]
|
|
17
|
+
[{"name":"build-module-mjs","duration":96128,"timestamp":121945963237,"id":6157,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/object/findLastKey.mjs","layer":"app-pages-browser"},"startTime":1789479424812,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":96809,"timestamp":121945963395,"id":6158,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/object/forIn.mjs","layer":"app-pages-browser"},"startTime":1789479424812,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":97507,"timestamp":121945963559,"id":6159,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/object/forInRight.mjs","layer":"app-pages-browser"},"startTime":1789479424813,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":98205,"timestamp":121945963716,"id":6160,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/object/forOwn.mjs","layer":"app-pages-browser"},"startTime":1789479424813,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":98932,"timestamp":121945963932,"id":6161,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/object/forOwnRight.mjs","layer":"app-pages-browser"},"startTime":1789479424813,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":99600,"timestamp":121945964173,"id":6162,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/object/fromPairs.mjs","layer":"app-pages-browser"},"startTime":1789479424813,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":100262,"timestamp":121945964342,"id":6163,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/object/functions.mjs","layer":"app-pages-browser"},"startTime":1789479424813,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":100866,"timestamp":121945964500,"id":6164,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/object/functionsIn.mjs","layer":"app-pages-browser"},"startTime":1789479424813,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":101960,"timestamp":121945964665,"id":6165,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/object/get.mjs","layer":"app-pages-browser"},"startTime":1789479424814,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":103035,"timestamp":121945964819,"id":6166,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/object/has.mjs","layer":"app-pages-browser"},"startTime":1789479424814,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":103564,"timestamp":121945965049,"id":6167,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/object/invert.mjs","layer":"app-pages-browser"},"startTime":1789479424814,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":104451,"timestamp":121945965228,"id":6168,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/object/hasIn.mjs","layer":"app-pages-browser"},"startTime":1789479424814,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":105252,"timestamp":121945965387,"id":6169,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/object/invertBy.mjs","layer":"app-pages-browser"},"startTime":1789479424814,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":106167,"timestamp":121945965544,"id":6170,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/object/keys.mjs","layer":"app-pages-browser"},"startTime":1789479424814,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":107380,"timestamp":121945965706,"id":6171,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/object/keysIn.mjs","layer":"app-pages-browser"},"startTime":1789479424815,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":108037,"timestamp":121945965858,"id":6172,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/object/mapKeys.mjs","layer":"app-pages-browser"},"startTime":1789479424815,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":108660,"timestamp":121945966014,"id":6173,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/object/mapValues.mjs","layer":"app-pages-browser"},"startTime":1789479424815,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":107911,"timestamp":121945993763,"id":6175,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/object/mergeWith.mjs","layer":"app-pages-browser"},"startTime":1789479424843,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":109147,"timestamp":121945993371,"id":6174,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/object/merge.mjs","layer":"app-pages-browser"},"startTime":1789479424842,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":109500,"timestamp":121945994162,"id":6177,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/object/omitBy.mjs","layer":"app-pages-browser"},"startTime":1789479424843,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":110614,"timestamp":121945994339,"id":6178,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/object/pick.mjs","layer":"app-pages-browser"},"startTime":1789479424843,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":111598,"timestamp":121945994498,"id":6179,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/object/pickBy.mjs","layer":"app-pages-browser"},"startTime":1789479424843,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":112202,"timestamp":121945994654,"id":6180,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/object/property.mjs","layer":"app-pages-browser"},"startTime":1789479424844,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":112816,"timestamp":121945994818,"id":6181,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/object/propertyOf.mjs","layer":"app-pages-browser"},"startTime":1789479424844,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":113734,"timestamp":121945995036,"id":6182,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/object/result.mjs","layer":"app-pages-browser"},"startTime":1789479424844,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":114399,"timestamp":121945995376,"id":6184,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/object/setWith.mjs","layer":"app-pages-browser"},"startTime":1789479424844,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":115028,"timestamp":121945995533,"id":6185,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/object/toDefaulted.mjs","layer":"app-pages-browser"},"startTime":1789479424844,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":115890,"timestamp":121945995689,"id":6186,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/object/toPairs.mjs","layer":"app-pages-browser"},"startTime":1789479424845,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":116767,"timestamp":121945995852,"id":6187,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/object/toPairsIn.mjs","layer":"app-pages-browser"},"startTime":1789479424845,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":115605,"timestamp":121945998144,"id":6191,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/object/transform.mjs","layer":"app-pages-browser"},"startTime":1789479424847,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":119348,"timestamp":121945995210,"id":6183,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/object/set.mjs","layer":"app-pages-browser"},"startTime":1789479424844,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":122548,"timestamp":121945993987,"id":6176,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/object/omit.mjs","layer":"app-pages-browser"},"startTime":1789479424843,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":97464,"timestamp":121946020543,"id":6192,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/object/unset.mjs","layer":"app-pages-browser"},"startTime":1789479424869,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":97841,"timestamp":121946020890,"id":6193,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/object/update.mjs","layer":"app-pages-browser"},"startTime":1789479424870,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":98817,"timestamp":121946021156,"id":6194,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/object/updateWith.mjs","layer":"app-pages-browser"},"startTime":1789479424870,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":99348,"timestamp":121946021426,"id":6195,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/object/values.mjs","layer":"app-pages-browser"},"startTime":1789479424870,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":99943,"timestamp":121946021630,"id":6196,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/object/valuesIn.mjs","layer":"app-pages-browser"},"startTime":1789479424871,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":100400,"timestamp":121946021793,"id":6197,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/predicate/isFunction.mjs","layer":"app-pages-browser"},"startTime":1789479424871,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":100866,"timestamp":121946021952,"id":6198,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/predicate/isLength.mjs","layer":"app-pages-browser"},"startTime":1789479424871,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":102701,"timestamp":121946022118,"id":6199,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/predicate/isMatchWith.mjs","layer":"app-pages-browser"},"startTime":1789479424871,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":103624,"timestamp":121946022273,"id":6200,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/predicate/isNative.mjs","layer":"app-pages-browser"},"startTime":1789479424871,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":104148,"timestamp":121946022430,"id":6201,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/predicate/isNull.mjs","layer":"app-pages-browser"},"startTime":1789479424871,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":104575,"timestamp":121946022643,"id":6202,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/predicate/isUndefined.mjs","layer":"app-pages-browser"},"startTime":1789479424872,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":105158,"timestamp":121946022810,"id":6203,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/predicate/conforms.mjs","layer":"app-pages-browser"},"startTime":1789479424872,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":105890,"timestamp":121946022965,"id":6204,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/predicate/conformsTo.mjs","layer":"app-pages-browser"},"startTime":1789479424872,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":106453,"timestamp":121946023130,"id":6205,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/predicate/isArguments.mjs","layer":"app-pages-browser"},"startTime":1789479424872,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":106945,"timestamp":121946023283,"id":6206,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/predicate/isArray.mjs","layer":"app-pages-browser"},"startTime":1789479424872,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":134833,"timestamp":121946035311,"id":6207,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/predicate/isArrayBuffer.mjs","layer":"app-pages-browser"},"startTime":1789479424884,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":135441,"timestamp":121946035680,"id":6208,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/predicate/isArrayLike.mjs","layer":"app-pages-browser"},"startTime":1789479424885,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":136139,"timestamp":121946035970,"id":6209,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/predicate/isArrayLikeObject.mjs","layer":"app-pages-browser"},"startTime":1789479424885,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":136748,"timestamp":121946036256,"id":6210,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/predicate/isBoolean.mjs","layer":"app-pages-browser"},"startTime":1789479424885,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":137359,"timestamp":121946036522,"id":6211,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/predicate/isBuffer.mjs","layer":"app-pages-browser"},"startTime":1789479424885,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":137939,"timestamp":121946036771,"id":6212,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/predicate/isDate.mjs","layer":"app-pages-browser"},"startTime":1789479424886,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":138664,"timestamp":121946036957,"id":6213,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/predicate/isElement.mjs","layer":"app-pages-browser"},"startTime":1789479424886,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":139735,"timestamp":121946037239,"id":6214,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/predicate/isEmpty.mjs","layer":"app-pages-browser"},"startTime":1789479424886,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":140828,"timestamp":121946037538,"id":6215,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/predicate/isEqualWith.mjs","layer":"app-pages-browser"},"startTime":1789479424886,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":141550,"timestamp":121946037825,"id":6216,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/predicate/isError.mjs","layer":"app-pages-browser"},"startTime":1789479424887,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":142143,"timestamp":121946038144,"id":6217,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/predicate/isFinite.mjs","layer":"app-pages-browser"},"startTime":1789479424887,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":142710,"timestamp":121946038419,"id":6218,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/predicate/isInteger.mjs","layer":"app-pages-browser"},"startTime":1789479424887,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":143349,"timestamp":121946038652,"id":6219,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/predicate/isMap.mjs","layer":"app-pages-browser"},"startTime":1789479424888,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":144114,"timestamp":121946038823,"id":6220,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/predicate/isMatch.mjs","layer":"app-pages-browser"},"startTime":1789479424888,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":144796,"timestamp":121946038983,"id":6221,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/predicate/isNaN.mjs","layer":"app-pages-browser"},"startTime":1789479424888,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-ts","duration":18583,"timestamp":121946201464,"id":6237,"parentId":5089,"tags":{"name":"/home/share/dev/agent-studio-deploy/lib/quoted-selection.ts","layer":"app-pages-browser"},"startTime":1789479425050,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-ts","duration":18207,"timestamp":121946226631,"id":6298,"parentId":5273,"tags":{"name":"/home/share/dev/agent-studio-deploy/lib/subagent-profile-precedence.ts","layer":"app-pages-browser"},"startTime":1789479425076,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-ts","duration":19078,"timestamp":121946227222,"id":6299,"parentId":5092,"tags":{"name":"/home/share/dev/agent-studio-deploy/lib/project-groups.ts","layer":"app-pages-browser"},"startTime":1789479425076,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-ts","duration":16207,"timestamp":121946240258,"id":6310,"parentId":5089,"tags":{"name":"/home/share/dev/agent-studio-deploy/hooks/useDragDrop.ts","layer":"app-pages-browser"},"startTime":1789479425089,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-ts","duration":16399,"timestamp":121946240916,"id":6311,"parentId":5401,"tags":{"name":"/home/share/dev/agent-studio-deploy/lib/provider-usage-ids.ts","layer":"app-pages-browser"},"startTime":1789479425090,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":63849,"timestamp":121946195257,"id":6222,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/predicate/isNil.mjs","layer":"app-pages-browser"},"startTime":1789479425044,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":63663,"timestamp":121946196168,"id":6224,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/predicate/isObject.mjs","layer":"app-pages-browser"},"startTime":1789479425045,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":64839,"timestamp":121946195680,"id":6223,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/predicate/isNumber.mjs","layer":"app-pages-browser"},"startTime":1789479425045,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":63674,"timestamp":121946197373,"id":6225,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/predicate/isObjectLike.mjs","layer":"app-pages-browser"},"startTime":1789479425046,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":64223,"timestamp":121946197708,"id":6226,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/predicate/isPlainObject.mjs","layer":"app-pages-browser"},"startTime":1789479425047,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":64592,"timestamp":121946198003,"id":6227,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/predicate/isRegExp.mjs","layer":"app-pages-browser"},"startTime":1789479425047,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":64715,"timestamp":121946198428,"id":6228,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/predicate/isSafeInteger.mjs","layer":"app-pages-browser"},"startTime":1789479425047,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":65003,"timestamp":121946198727,"id":6229,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/predicate/isSet.mjs","layer":"app-pages-browser"},"startTime":1789479425048,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":65375,"timestamp":121946199020,"id":6230,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/predicate/isString.mjs","layer":"app-pages-browser"},"startTime":1789479425048,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":65768,"timestamp":121946199310,"id":6231,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/predicate/isSymbol.mjs","layer":"app-pages-browser"},"startTime":1789479425048,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":65979,"timestamp":121946199745,"id":6232,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/predicate/isTypedArray.mjs","layer":"app-pages-browser"},"startTime":1789479425049,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":66297,"timestamp":121946200071,"id":6233,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/predicate/isWeakMap.mjs","layer":"app-pages-browser"},"startTime":1789479425049,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":66591,"timestamp":121946200365,"id":6234,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/predicate/isWeakSet.mjs","layer":"app-pages-browser"},"startTime":1789479425049,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":66853,"timestamp":121946200835,"id":6235,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/predicate/matches.mjs","layer":"app-pages-browser"},"startTime":1789479425050,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":67938,"timestamp":121946201160,"id":6236,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/predicate/matchesProperty.mjs","layer":"app-pages-browser"},"startTime":1789479425050,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":67311,"timestamp":121946202597,"id":6238,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/string/capitalize.mjs","layer":"app-pages-browser"},"startTime":1789479425052,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":67438,"timestamp":121946203134,"id":6239,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/string/camelCase.mjs","layer":"app-pages-browser"},"startTime":1789479425052,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":67729,"timestamp":121946203503,"id":6240,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/string/deburr.mjs","layer":"app-pages-browser"},"startTime":1789479425052,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":68028,"timestamp":121946203802,"id":6241,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/string/endsWith.mjs","layer":"app-pages-browser"},"startTime":1789479425053,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":68404,"timestamp":121946204122,"id":6242,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/string/escape.mjs","layer":"app-pages-browser"},"startTime":1789479425053,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":68570,"timestamp":121946204596,"id":6243,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/string/kebabCase.mjs","layer":"app-pages-browser"},"startTime":1789479425054,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":68979,"timestamp":121946204869,"id":6244,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/string/lowerCase.mjs","layer":"app-pages-browser"},"startTime":1789479425054,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":69378,"timestamp":121946205096,"id":6245,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/string/lowerFirst.mjs","layer":"app-pages-browser"},"startTime":1789479425054,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":69789,"timestamp":121946205288,"id":6246,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/string/escapeRegExp.mjs","layer":"app-pages-browser"},"startTime":1789479425054,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":70597,"timestamp":121946205586,"id":6247,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/util/bindAll.mjs","layer":"app-pages-browser"},"startTime":1789479425055,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":71169,"timestamp":121946205755,"id":6248,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/string/pad.mjs","layer":"app-pages-browser"},"startTime":1789479425055,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":71650,"timestamp":121946205924,"id":6249,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/string/padEnd.mjs","layer":"app-pages-browser"},"startTime":1789479425055,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":72145,"timestamp":121946206081,"id":6250,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/string/padStart.mjs","layer":"app-pages-browser"},"startTime":1789479425055,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":72808,"timestamp":121946206232,"id":6251,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/string/repeat.mjs","layer":"app-pages-browser"},"startTime":1789479425055,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":73419,"timestamp":121946206397,"id":6252,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/string/replace.mjs","layer":"app-pages-browser"},"startTime":1789479425055,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":73930,"timestamp":121946206653,"id":6253,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/string/snakeCase.mjs","layer":"app-pages-browser"},"startTime":1789479425056,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":74407,"timestamp":121946206987,"id":6255,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/string/startCase.mjs","layer":"app-pages-browser"},"startTime":1789479425056,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":74950,"timestamp":121946207142,"id":6256,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/string/startsWith.mjs","layer":"app-pages-browser"},"startTime":1789479425056,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":75399,"timestamp":121946207297,"id":6257,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/string/toLower.mjs","layer":"app-pages-browser"},"startTime":1789479425056,"traceId":"0b5cf6f8aba18709"}]
|
|
18
|
+
[{"name":"build-module-mjs","duration":77209,"timestamp":121946207445,"id":6258,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/string/template.mjs","layer":"app-pages-browser"},"startTime":1789479425056,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":77826,"timestamp":121946207607,"id":6259,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/string/toUpper.mjs","layer":"app-pages-browser"},"startTime":1789479425057,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":78400,"timestamp":121946207860,"id":6260,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/string/trim.mjs","layer":"app-pages-browser"},"startTime":1789479425057,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":78955,"timestamp":121946208044,"id":6261,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/string/trimEnd.mjs","layer":"app-pages-browser"},"startTime":1789479425057,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":79491,"timestamp":121946208211,"id":6262,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/string/trimStart.mjs","layer":"app-pages-browser"},"startTime":1789479425057,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":81533,"timestamp":121946206824,"id":6254,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/string/split.mjs","layer":"app-pages-browser"},"startTime":1789479425056,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":81272,"timestamp":121946208364,"id":6263,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/string/truncate.mjs","layer":"app-pages-browser"},"startTime":1789479425057,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":81856,"timestamp":121946208518,"id":6264,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/string/unescape.mjs","layer":"app-pages-browser"},"startTime":1789479425057,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":82306,"timestamp":121946208677,"id":6265,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/string/upperCase.mjs","layer":"app-pages-browser"},"startTime":1789479425058,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":82704,"timestamp":121946208922,"id":6266,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/string/upperFirst.mjs","layer":"app-pages-browser"},"startTime":1789479425058,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":83646,"timestamp":121946209097,"id":6267,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/string/words.mjs","layer":"app-pages-browser"},"startTime":1789479425058,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":84433,"timestamp":121946209261,"id":6268,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/util/cond.mjs","layer":"app-pages-browser"},"startTime":1789479425058,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":84866,"timestamp":121946209414,"id":6269,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/util/constant.mjs","layer":"app-pages-browser"},"startTime":1789479425058,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":85320,"timestamp":121946209565,"id":6270,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/util/defaultTo.mjs","layer":"app-pages-browser"},"startTime":1789479425059,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":85820,"timestamp":121946209721,"id":6271,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/util/gt.mjs","layer":"app-pages-browser"},"startTime":1789479425059,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-ts","duration":55363,"timestamp":121946241440,"id":6312,"parentId":5497,"tags":{"name":"/home/share/dev/agent-studio-deploy/lib/normalize.ts","layer":"app-pages-browser"},"startTime":1789479425090,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-ts","duration":50932,"timestamp":121946246797,"id":6313,"parentId":5497,"tags":{"name":"/home/share/dev/agent-studio-deploy/lib/tool-preset-preference.ts","layer":"app-pages-browser"},"startTime":1789479425096,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-ts","duration":51397,"timestamp":121946247529,"id":6314,"parentId":5497,"tags":{"name":"/home/share/dev/agent-studio-deploy/lib/tool-presets.ts","layer":"app-pages-browser"},"startTime":1789479425096,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-ts","duration":51961,"timestamp":121946248465,"id":6315,"parentId":5497,"tags":{"name":"/home/share/dev/agent-studio-deploy/lib/session-stats.ts","layer":"app-pages-browser"},"startTime":1789479425097,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-ts","duration":63499,"timestamp":121946250334,"id":6317,"parentId":5497,"tags":{"name":"/home/share/dev/agent-studio-deploy/lib/agent-event-connection.ts","layer":"app-pages-browser"},"startTime":1789479425099,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-ts","duration":63396,"timestamp":121946251377,"id":6318,"parentId":5497,"tags":{"name":"/home/share/dev/agent-studio-deploy/lib/tool-execution-progress.ts","layer":"app-pages-browser"},"startTime":1789479425100,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-ts","duration":66645,"timestamp":121946249509,"id":6316,"parentId":5497,"tags":{"name":"/home/share/dev/agent-studio-deploy/lib/prompt-recovery.ts","layer":"app-pages-browser"},"startTime":1789479425098,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":96655,"timestamp":121946221452,"id":6272,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/util/gte.mjs","layer":"app-pages-browser"},"startTime":1789479425070,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":97368,"timestamp":121946221801,"id":6273,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/util/invoke.mjs","layer":"app-pages-browser"},"startTime":1789479425071,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":103979,"timestamp":121946222085,"id":6274,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/util/iteratee.mjs","layer":"app-pages-browser"},"startTime":1789479425071,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":1044510,"timestamp":121945768282,"id":6089,"parentId":5412,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/cytoscape/dist/cytoscape.esm.mjs","layer":"app-pages-browser"},"startTime":1789479424617,"traceId":"0b5cf6f8aba18709"},{"name":"build-module","duration":94,"timestamp":121946826943,"id":6321,"parentId":4996,"tags":{},"startTime":1789479425676,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":643172,"timestamp":121946222358,"id":6275,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/util/lt.mjs","layer":"app-pages-browser"},"startTime":1789479425071,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":644080,"timestamp":121946222608,"id":6276,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/util/lte.mjs","layer":"app-pages-browser"},"startTime":1789479425072,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":644955,"timestamp":121946222855,"id":6277,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/util/method.mjs","layer":"app-pages-browser"},"startTime":1789479425072,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":645770,"timestamp":121946223120,"id":6278,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/util/methodOf.mjs","layer":"app-pages-browser"},"startTime":1789479425072,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":646448,"timestamp":121946223327,"id":6279,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/util/now.mjs","layer":"app-pages-browser"},"startTime":1789479425072,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":647623,"timestamp":121946223490,"id":6280,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/util/over.mjs","layer":"app-pages-browser"},"startTime":1789479425072,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":648950,"timestamp":121946223650,"id":6281,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/util/overEvery.mjs","layer":"app-pages-browser"},"startTime":1789479425073,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":650288,"timestamp":121946223807,"id":6282,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/util/overSome.mjs","layer":"app-pages-browser"},"startTime":1789479425073,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":651009,"timestamp":121946223960,"id":6283,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/util/stubArray.mjs","layer":"app-pages-browser"},"startTime":1789479425073,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":651565,"timestamp":121946224221,"id":6284,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/util/stubFalse.mjs","layer":"app-pages-browser"},"startTime":1789479425073,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":664441,"timestamp":121946224444,"id":6285,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/util/stubObject.mjs","layer":"app-pages-browser"},"startTime":1789479425073,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":665135,"timestamp":121946224619,"id":6286,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/util/stubString.mjs","layer":"app-pages-browser"},"startTime":1789479425074,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":665959,"timestamp":121946224786,"id":6287,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/_internal/isEqualsSameValueZero.mjs","layer":"app-pages-browser"},"startTime":1789479425074,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":667177,"timestamp":121946224956,"id":6288,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/util/times.mjs","layer":"app-pages-browser"},"startTime":1789479425074,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":667905,"timestamp":121946225110,"id":6289,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/util/stubTrue.mjs","layer":"app-pages-browser"},"startTime":1789479425074,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":669002,"timestamp":121946225264,"id":6290,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/util/toArray.mjs","layer":"app-pages-browser"},"startTime":1789479425074,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":670106,"timestamp":121946225438,"id":6291,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/util/toFinite.mjs","layer":"app-pages-browser"},"startTime":1789479425074,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":671075,"timestamp":121946225643,"id":6292,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/util/toInteger.mjs","layer":"app-pages-browser"},"startTime":1789479425075,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":672095,"timestamp":121946225809,"id":6293,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/util/toLength.mjs","layer":"app-pages-browser"},"startTime":1789479425075,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":672966,"timestamp":121946225975,"id":6294,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/util/toNumber.mjs","layer":"app-pages-browser"},"startTime":1789479425075,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":686998,"timestamp":121946226127,"id":6295,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/util/toPath.mjs","layer":"app-pages-browser"},"startTime":1789479425075,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":688245,"timestamp":121946226280,"id":6296,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/util/toPlainObject.mjs","layer":"app-pages-browser"},"startTime":1789479425075,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":689269,"timestamp":121946226447,"id":6297,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/util/toSafeInteger.mjs","layer":"app-pages-browser"},"startTime":1789479425075,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":688888,"timestamp":121946227989,"id":6300,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/toolkit.mjs","layer":"app-pages-browser"},"startTime":1789479425077,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-ts","duration":113213,"timestamp":121946823831,"id":6319,"parentId":5497,"tags":{"name":"/home/share/dev/agent-studio-deploy/lib/streaming-message.ts","layer":"app-pages-browser"},"startTime":1789479425673,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-ts","duration":115962,"timestamp":121946827088,"id":6322,"parentId":5207,"tags":{"name":"/home/share/dev/agent-studio-deploy/lib/i18n/messages/en.ts","layer":"app-pages-browser"},"startTime":1789479425676,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-ts","duration":123712,"timestamp":121946829422,"id":6323,"parentId":5207,"tags":{"name":"/home/share/dev/agent-studio-deploy/lib/i18n/messages/zh-CN.ts","layer":"app-pages-browser"},"startTime":1789479425678,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-ts","duration":145860,"timestamp":121946825996,"id":6320,"parentId":5353,"tags":{"name":"/home/share/dev/agent-studio-deploy/hooks/useVerticalSplit.ts","layer":"app-pages-browser"},"startTime":1789479425675,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-ts","duration":147042,"timestamp":121946830462,"id":6324,"parentId":5207,"tags":{"name":"/home/share/dev/agent-studio-deploy/lib/i18n/messages/zh-TW.ts","layer":"app-pages-browser"},"startTime":1789479425679,"traceId":"0b5cf6f8aba18709"},{"name":"build-module","duration":87,"timestamp":121946990678,"id":6373,"parentId":5004,"tags":{},"startTime":1789479425840,"traceId":"0b5cf6f8aba18709"},{"name":"add-entry","duration":10045834,"timestamp":121936945109,"id":4842,"parentId":4775,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Fshare%2Fdev%2Fagent-studio-deploy%2Fapp%2Fdashboard%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1789479415794,"traceId":"0b5cf6f8aba18709"},{"name":"postcss-process","duration":4487,"timestamp":121946992147,"id":6376,"parentId":6375,"tags":{},"startTime":1789479425841,"traceId":"0b5cf6f8aba18709"},{"name":"postcss-loader","duration":5724,"timestamp":121946990979,"id":6375,"parentId":6374,"tags":{},"startTime":1789479425840,"traceId":"0b5cf6f8aba18709"},{"name":"css-loader","duration":42583,"timestamp":121946996738,"id":6377,"parentId":6374,"tags":{"astUsed":"true"},"startTime":1789479425846,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-css","duration":49446,"timestamp":121946990814,"id":6374,"parentId":5672,"tags":{"name":"/home/share/dev/agent-studio-deploy/components/ChatMinimap.module.css.webpack[javascript/auto]!=!/home/share/dev/agent-studio-deploy/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[15].oneOf[5].use[2]!/home/share/dev/agent-studio-deploy/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[15].oneOf[5].use[3]!/home/share/dev/agent-studio-deploy/components/ChatMinimap.module.css","layer":null},"startTime":1789479425840,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":806924,"timestamp":121946237580,"id":6301,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/util/toString.mjs","layer":"app-pages-browser"},"startTime":1789479425087,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":807186,"timestamp":121946237969,"id":6302,"parentId":5442,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/util/uniqueId.mjs","layer":"app-pages-browser"},"startTime":1789479425087,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":807868,"timestamp":121946238244,"id":6303,"parentId":5492,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/stylis/src/Enum.js","layer":"app-pages-browser"},"startTime":1789479425087,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":810828,"timestamp":121946238638,"id":6304,"parentId":5492,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/stylis/src/Parser.js","layer":"app-pages-browser"},"startTime":1789479425088,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":812497,"timestamp":121946238907,"id":6305,"parentId":5492,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/stylis/src/Utility.js","layer":"app-pages-browser"},"startTime":1789479425088,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":816761,"timestamp":121946239153,"id":6306,"parentId":5492,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/stylis/src/Prefixer.js","layer":"app-pages-browser"},"startTime":1789479425088,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":819718,"timestamp":121946239407,"id":6307,"parentId":5492,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/stylis/src/Tokenizer.js","layer":"app-pages-browser"},"startTime":1789479425088,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":820371,"timestamp":121946239832,"id":6308,"parentId":5492,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/stylis/src/Serializer.js","layer":"app-pages-browser"},"startTime":1789479425089,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":821999,"timestamp":121946240087,"id":6309,"parentId":5492,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/stylis/src/Middleware.js","layer":"app-pages-browser"},"startTime":1789479425089,"traceId":"0b5cf6f8aba18709"},{"name":"add-entry","duration":10119229,"timestamp":121936944270,"id":4782,"parentId":4775,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Fshare%2Fdev%2Fagent-studio-deploy%2Fcomponents%2FPwaRegistration.tsx%22%2C%22ids%22%3A%5B%22PwaRegistration%22%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fshare%2Fdev%2Fagent-studio-deploy%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%2Fshare%2Fdev%2Fagent-studio-deploy%2Fnode_modules%2Fkatex%2Fdist%2Fkatex.min.css%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fshare%2Fdev%2Fagent-studio-deploy%2Fapp%2Fglobals.css%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fshare%2Fdev%2Fagent-studio-deploy%2Fapp%2Fsettings.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1789479415793,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-css","duration":2726443,"timestamp":121944347496,"id":5672,"parentId":5212,"tags":{"name":"/home/share/dev/agent-studio-deploy/components/ChatMinimap.module.css","layer":"app-pages-browser"},"startTime":1789479423196,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":257006,"timestamp":121946831825,"id":6326,"parentId":5112,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/@xterm/addon-fit/lib/addon-fit.mjs","layer":"app-pages-browser"},"startTime":1789479425681,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":258373,"timestamp":121946832267,"id":6327,"parentId":5495,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-array/src/index.js","layer":"app-pages-browser"},"startTime":1789479425681,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":258345,"timestamp":121946832809,"id":6328,"parentId":5495,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-axis/src/index.js","layer":"app-pages-browser"},"startTime":1789479425682,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":516129,"timestamp":121946831393,"id":6325,"parentId":5112,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/@xterm/xterm/lib/xterm.mjs","layer":"app-pages-browser"},"startTime":1789479425680,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":514743,"timestamp":121946833486,"id":6329,"parentId":5495,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-brush/src/index.js","layer":"app-pages-browser"},"startTime":1789479425682,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":515007,"timestamp":121946833861,"id":6330,"parentId":5495,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-chord/src/index.js","layer":"app-pages-browser"},"startTime":1789479425683,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":515137,"timestamp":121946834237,"id":6331,"parentId":5495,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-color/src/index.js","layer":"app-pages-browser"},"startTime":1789479425683,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":515208,"timestamp":121946834611,"id":6332,"parentId":5495,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-delaunay/src/index.js","layer":"app-pages-browser"},"startTime":1789479425684,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":515267,"timestamp":121946834978,"id":6333,"parentId":5495,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-drag/src/index.js","layer":"app-pages-browser"},"startTime":1789479425684,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":514993,"timestamp":121946835645,"id":6334,"parentId":5495,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-dispatch/src/index.js","layer":"app-pages-browser"},"startTime":1789479425685,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":514995,"timestamp":121946836053,"id":6335,"parentId":5495,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-contour/src/index.js","layer":"app-pages-browser"},"startTime":1789479425685,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":515149,"timestamp":121946836411,"id":6336,"parentId":5495,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-dsv/src/index.js","layer":"app-pages-browser"},"startTime":1789479425685,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":515542,"timestamp":121946836802,"id":6337,"parentId":5495,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-ease/src/index.js","layer":"app-pages-browser"},"startTime":1789479425686,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":515777,"timestamp":121946837149,"id":6338,"parentId":5495,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-force/src/index.js","layer":"app-pages-browser"},"startTime":1789479425686,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":515996,"timestamp":121946837490,"id":6339,"parentId":5495,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-fetch/src/index.js","layer":"app-pages-browser"},"startTime":1789479425686,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":516111,"timestamp":121946837904,"id":6340,"parentId":5495,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-format/src/index.js","layer":"app-pages-browser"},"startTime":1789479425687,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":516985,"timestamp":121946838277,"id":6341,"parentId":5495,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-geo/src/index.js","layer":"app-pages-browser"},"startTime":1789479425687,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":381394,"timestamp":121946981835,"id":6344,"parentId":5495,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-path/src/index.js","layer":"app-pages-browser"},"startTime":1789479425831,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":383253,"timestamp":121946981025,"id":6342,"parentId":5495,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-hierarchy/src/index.js","layer":"app-pages-browser"},"startTime":1789479425830,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":383961,"timestamp":121946981505,"id":6343,"parentId":5495,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-interpolate/src/index.js","layer":"app-pages-browser"},"startTime":1789479425830,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":383773,"timestamp":121946982345,"id":6345,"parentId":5495,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-polygon/src/index.js","layer":"app-pages-browser"},"startTime":1789479425831,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":383947,"timestamp":121946982665,"id":6346,"parentId":5495,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-quadtree/src/index.js","layer":"app-pages-browser"},"startTime":1789479425832,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":384711,"timestamp":121946982946,"id":6347,"parentId":5495,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-random/src/index.js","layer":"app-pages-browser"},"startTime":1789479425832,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":385394,"timestamp":121946983222,"id":6348,"parentId":5495,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-scale/src/index.js","layer":"app-pages-browser"},"startTime":1789479425832,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":386647,"timestamp":121946983496,"id":6349,"parentId":5495,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-scale-chromatic/src/index.js","layer":"app-pages-browser"},"startTime":1789479425832,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":387108,"timestamp":121946983794,"id":6350,"parentId":5495,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-selection/src/index.js","layer":"app-pages-browser"},"startTime":1789479425833,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":388266,"timestamp":121946984183,"id":6351,"parentId":5495,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-shape/src/index.js","layer":"app-pages-browser"},"startTime":1789479425833,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":388958,"timestamp":121946984471,"id":6352,"parentId":5495,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-time/src/index.js","layer":"app-pages-browser"},"startTime":1789479425833,"traceId":"0b5cf6f8aba18709"}]
|
|
19
|
+
[{"name":"build-module-js","duration":389230,"timestamp":121946984755,"id":6353,"parentId":5495,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-time-format/src/index.js","layer":"app-pages-browser"},"startTime":1789479425834,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":389408,"timestamp":121946985041,"id":6354,"parentId":5495,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-timer/src/index.js","layer":"app-pages-browser"},"startTime":1789479425834,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":389630,"timestamp":121946985316,"id":6355,"parentId":5495,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-transition/src/index.js","layer":"app-pages-browser"},"startTime":1789479425834,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":389807,"timestamp":121946985597,"id":6356,"parentId":5495,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-zoom/src/index.js","layer":"app-pages-browser"},"startTime":1789479425835,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":391089,"timestamp":121946985878,"id":6357,"parentId":5276,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/@babel/runtime/helpers/interopRequireDefault.js","layer":"app-pages-browser"},"startTime":1789479425835,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":391812,"timestamp":121946986171,"id":6358,"parentId":5291,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/@babel/runtime/helpers/esm/defineProperty.js","layer":"app-pages-browser"},"startTime":1789479425835,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":392399,"timestamp":121946986452,"id":6359,"parentId":5291,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/@babel/runtime/helpers/esm/extends.js","layer":"app-pages-browser"},"startTime":1789479425835,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":392635,"timestamp":121946986900,"id":6360,"parentId":5355,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/@babel/runtime/helpers/esm/toConsumableArray.js","layer":"app-pages-browser"},"startTime":1789479425836,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":393148,"timestamp":121946987212,"id":6361,"parentId":5355,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js","layer":"app-pages-browser"},"startTime":1789479425836,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":393806,"timestamp":121946987510,"id":6362,"parentId":5358,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js","layer":"app-pages-browser"},"startTime":1789479425836,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":394186,"timestamp":121946987825,"id":6363,"parentId":5358,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/@babel/runtime/helpers/esm/classCallCheck.js","layer":"app-pages-browser"},"startTime":1789479425837,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":394816,"timestamp":121946988142,"id":6364,"parentId":5358,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/@babel/runtime/helpers/esm/createClass.js","layer":"app-pages-browser"},"startTime":1789479425837,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":395292,"timestamp":121946988430,"id":6365,"parentId":5358,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.js","layer":"app-pages-browser"},"startTime":1789479425837,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":395708,"timestamp":121946988720,"id":6366,"parentId":5358,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js","layer":"app-pages-browser"},"startTime":1789479425838,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":396176,"timestamp":121946988973,"id":6367,"parentId":5358,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/@babel/runtime/helpers/esm/inherits.js","layer":"app-pages-browser"},"startTime":1789479425838,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":397026,"timestamp":121946989249,"id":6368,"parentId":5358,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/@babel/runtime/regenerator/index.js","layer":"app-pages-browser"},"startTime":1789479425838,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":398933,"timestamp":121946989510,"id":6369,"parentId":5388,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/@iconify/utils/lib/index.js","layer":"app-pages-browser"},"startTime":1789479425838,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":402800,"timestamp":121946989814,"id":6370,"parentId":5389,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/@braintree/sanitize-url/dist/index.js","layer":"app-pages-browser"},"startTime":1789479425839,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":408743,"timestamp":121946990121,"id":6371,"parentId":5402,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/@mermaid-js/parser/dist/mermaid-parser.core.mjs","layer":"app-pages-browser"},"startTime":1789479425839,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":426683,"timestamp":121946990408,"id":6372,"parentId":5409,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/@upsetjs/venn.js/build/venn.esm.js","layer":"app-pages-browser"},"startTime":1789479425839,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":362219,"timestamp":121947065403,"id":6379,"parentId":5961,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/mermaid/dist/chunks/mermaid.core/sizeCapture-X5ZJPWSS.mjs","layer":"app-pages-browser"},"startTime":1789479425914,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":363551,"timestamp":121947065682,"id":6380,"parentId":5962,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/dagre-d3-es/src/graphlib/json.js","layer":"app-pages-browser"},"startTime":1789479425915,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":369850,"timestamp":121947065001,"id":6378,"parentId":5961,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/mermaid/dist/chunks/mermaid.core/chunk-RYQCIY6F.mjs","layer":"app-pages-browser"},"startTime":1789479425914,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":369706,"timestamp":121947065940,"id":6381,"parentId":5970,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/unified/lib/callable-instance.js","layer":"app-pages-browser"},"startTime":1789479425915,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":372329,"timestamp":121947066201,"id":6382,"parentId":5973,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/vfile/lib/minpath.browser.js","layer":"app-pages-browser"},"startTime":1789479425915,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":372990,"timestamp":121947066462,"id":6383,"parentId":5973,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/vfile/lib/minproc.browser.js","layer":"app-pages-browser"},"startTime":1789479425915,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":374329,"timestamp":121947066696,"id":6384,"parentId":5973,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/vfile/lib/minurl.browser.js","layer":"app-pages-browser"},"startTime":1789479425916,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":383838,"timestamp":121947066908,"id":6385,"parentId":5957,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/hast-util-to-text/lib/index.js","layer":"app-pages-browser"},"startTime":1789479425916,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":385602,"timestamp":121947067078,"id":6386,"parentId":5958,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/unist-util-visit-parents/lib/index.js","layer":"app-pages-browser"},"startTime":1789479425916,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":390005,"timestamp":121947067241,"id":6387,"parentId":5994,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/dagre-d3-es/src/graphlib/graph.js","layer":"app-pages-browser"},"startTime":1789479425916,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":391046,"timestamp":121947067404,"id":6388,"parentId":5993,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/dagre-d3-es/src/dagre/acyclic.js","layer":"app-pages-browser"},"startTime":1789479425916,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":396322,"timestamp":121947067559,"id":6389,"parentId":5993,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/dagre-d3-es/src/dagre/layout.js","layer":"app-pages-browser"},"startTime":1789479425917,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":398195,"timestamp":121947067717,"id":6390,"parentId":5993,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/dagre-d3-es/src/dagre/normalize.js","layer":"app-pages-browser"},"startTime":1789479425917,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":399109,"timestamp":121947067869,"id":6391,"parentId":5985,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/hastscript/lib/index.js","layer":"app-pages-browser"},"startTime":1789479425917,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":403515,"timestamp":121947068047,"id":6392,"parentId":5984,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/parse-entities/lib/index.js","layer":"app-pages-browser"},"startTime":1789479425917,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":404288,"timestamp":121947068211,"id":6393,"parentId":6013,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/predicate/isNil.mjs","layer":"app-pages-browser"},"startTime":1789479425917,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":404926,"timestamp":121947084074,"id":6395,"parentId":5987,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/array/chunk.mjs","layer":"app-pages-browser"},"startTime":1789479425933,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":406113,"timestamp":121947083726,"id":6394,"parentId":5993,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/dagre-d3-es/src/dagre/rank/index.js","layer":"app-pages-browser"},"startTime":1789479425933,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":406269,"timestamp":121947084262,"id":6396,"parentId":5988,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/array/compact.mjs","layer":"app-pages-browser"},"startTime":1789479425933,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":406832,"timestamp":121947084429,"id":6397,"parentId":5990,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/array/flatten.mjs","layer":"app-pages-browser"},"startTime":1789479425933,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":407262,"timestamp":121947084585,"id":6398,"parentId":5992,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/array/difference.mjs","layer":"app-pages-browser"},"startTime":1789479425934,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":407713,"timestamp":121947084746,"id":6399,"parentId":5992,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/array/differenceBy.mjs","layer":"app-pages-browser"},"startTime":1789479425934,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":408127,"timestamp":121947084902,"id":6400,"parentId":5995,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/array/differenceWith.mjs","layer":"app-pages-browser"},"startTime":1789479425934,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":408492,"timestamp":121947085053,"id":6401,"parentId":5996,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/array/drop.mjs","layer":"app-pages-browser"},"startTime":1789479425934,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":408789,"timestamp":121947085362,"id":6403,"parentId":5998,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/array/dropRightWhile.mjs","layer":"app-pages-browser"},"startTime":1789479425934,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":409490,"timestamp":121947085209,"id":6402,"parentId":5997,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/array/dropRight.mjs","layer":"app-pages-browser"},"startTime":1789479425934,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":409750,"timestamp":121947085519,"id":6404,"parentId":5999,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/array/dropWhile.mjs","layer":"app-pages-browser"},"startTime":1789479425934,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":410233,"timestamp":121947085668,"id":6405,"parentId":6005,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/array/fill.mjs","layer":"app-pages-browser"},"startTime":1789479425935,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":410601,"timestamp":121947085823,"id":6406,"parentId":6012,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/array/head.mjs","layer":"app-pages-browser"},"startTime":1789479425935,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":411068,"timestamp":121947085974,"id":6407,"parentId":6024,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/array/groupBy.mjs","layer":"app-pages-browser"},"startTime":1789479425935,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":45712,"timestamp":121947720978,"id":6408,"parentId":5987,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/_internal/toArray.mjs","layer":"app-pages-browser"},"startTime":1789479426570,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":46053,"timestamp":121947721628,"id":6410,"parentId":6004,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/_internal/isIterateeCall.mjs","layer":"app-pages-browser"},"startTime":1789479426571,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":46408,"timestamp":121947721892,"id":6411,"parentId":5998,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/function/identity.mjs","layer":"app-pages-browser"},"startTime":1789479426571,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":47682,"timestamp":121947721349,"id":6409,"parentId":5992,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/_internal/flattenArrayLike.mjs","layer":"app-pages-browser"},"startTime":1789479426570,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":47423,"timestamp":121947722147,"id":6412,"parentId":6027,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/array/initial.mjs","layer":"app-pages-browser"},"startTime":1789479426571,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":47734,"timestamp":121947722397,"id":6413,"parentId":6028,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/array/intersection.mjs","layer":"app-pages-browser"},"startTime":1789479426571,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":47963,"timestamp":121947722641,"id":6414,"parentId":6028,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/array/uniq.mjs","layer":"app-pages-browser"},"startTime":1789479426572,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":48317,"timestamp":121947722891,"id":6415,"parentId":6029,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/array/intersectionBy.mjs","layer":"app-pages-browser"},"startTime":1789479426572,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":48549,"timestamp":121947723138,"id":6416,"parentId":6029,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/array/last.mjs","layer":"app-pages-browser"},"startTime":1789479426572,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":48831,"timestamp":121947723383,"id":6417,"parentId":6030,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/array/intersectionWith.mjs","layer":"app-pages-browser"},"startTime":1789479426572,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":48805,"timestamp":121947723878,"id":6419,"parentId":6031,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/predicate/isFunction.mjs","layer":"app-pages-browser"},"startTime":1789479426573,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":49247,"timestamp":121947724110,"id":6420,"parentId":6039,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/_internal/compareValues.mjs","layer":"app-pages-browser"},"startTime":1789479426573,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":50347,"timestamp":121947723628,"id":6418,"parentId":6031,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/_internal/globalThis.mjs","layer":"app-pages-browser"},"startTime":1789479426573,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":50552,"timestamp":121947724274,"id":6421,"parentId":6039,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/_internal/isKey.mjs","layer":"app-pages-browser"},"startTime":1789479426573,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":51320,"timestamp":121947724432,"id":6422,"parentId":6010,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/mdast-util-to-hast/lib/index.js","layer":"app-pages-browser"},"startTime":1789479426573,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":52883,"timestamp":121947724586,"id":6423,"parentId":6010,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/mdast-util-to-hast/lib/footer.js","layer":"app-pages-browser"},"startTime":1789479426574,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":53700,"timestamp":121947724739,"id":6424,"parentId":6010,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/mdast-util-to-hast/lib/handlers/index.js","layer":"app-pages-browser"},"startTime":1789479426574,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":56298,"timestamp":121947730474,"id":6425,"parentId":6002,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/math/range.mjs","layer":"app-pages-browser"},"startTime":1789479426579,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":56697,"timestamp":121947730822,"id":6426,"parentId":6045,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/mermaid/node_modules/uuid/dist/esm-browser/nil.js","layer":"app-pages-browser"},"startTime":1789479426580,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":56902,"timestamp":121947731096,"id":6427,"parentId":6045,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/mermaid/node_modules/uuid/dist/esm-browser/max.js","layer":"app-pages-browser"},"startTime":1789479426580,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":57700,"timestamp":121947731353,"id":6428,"parentId":6045,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/mermaid/node_modules/uuid/dist/esm-browser/parse.js","layer":"app-pages-browser"},"startTime":1789479426580,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":58081,"timestamp":121947731861,"id":6430,"parentId":6045,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/mermaid/node_modules/uuid/dist/esm-browser/v1ToV6.js","layer":"app-pages-browser"},"startTime":1789479426581,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":58334,"timestamp":121947732388,"id":6432,"parentId":6045,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/mermaid/node_modules/uuid/dist/esm-browser/v3.js","layer":"app-pages-browser"},"startTime":1789479426581,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":60209,"timestamp":121947732133,"id":6431,"parentId":6045,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/mermaid/node_modules/uuid/dist/esm-browser/v1.js","layer":"app-pages-browser"},"startTime":1789479426581,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":62284,"timestamp":121947731606,"id":6429,"parentId":6045,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/mermaid/node_modules/uuid/dist/esm-browser/stringify.js","layer":"app-pages-browser"},"startTime":1789479426581,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":62738,"timestamp":121947732635,"id":6433,"parentId":6045,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/mermaid/node_modules/uuid/dist/esm-browser/v4.js","layer":"app-pages-browser"},"startTime":1789479426582,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":63634,"timestamp":121947732881,"id":6434,"parentId":6045,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/mermaid/node_modules/uuid/dist/esm-browser/v5.js","layer":"app-pages-browser"},"startTime":1789479426582,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":64444,"timestamp":121947733129,"id":6435,"parentId":6041,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/array/pull.mjs","layer":"app-pages-browser"},"startTime":1789479426582,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":65423,"timestamp":121947733373,"id":6436,"parentId":6045,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/mermaid/node_modules/uuid/dist/esm-browser/v6.js","layer":"app-pages-browser"},"startTime":1789479426582,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":65965,"timestamp":121947733623,"id":6437,"parentId":6044,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/_internal/copyArray.mjs","layer":"app-pages-browser"},"startTime":1789479426583,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":67160,"timestamp":121947733872,"id":6438,"parentId":6045,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/mermaid/node_modules/uuid/dist/esm-browser/v6ToV1.js","layer":"app-pages-browser"},"startTime":1789479426583,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":69020,"timestamp":121947734120,"id":6439,"parentId":6045,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/mermaid/node_modules/uuid/dist/esm-browser/v7.js","layer":"app-pages-browser"},"startTime":1789479426583,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":69453,"timestamp":121947734366,"id":6440,"parentId":6045,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/mermaid/node_modules/uuid/dist/esm-browser/validate.js","layer":"app-pages-browser"},"startTime":1789479426583,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":69881,"timestamp":121947734615,"id":6441,"parentId":6045,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/mermaid/node_modules/uuid/dist/esm-browser/version.js","layer":"app-pages-browser"},"startTime":1789479426584,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":70337,"timestamp":121947734865,"id":6442,"parentId":6049,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/array/remove.mjs","layer":"app-pages-browser"},"startTime":1789479426584,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":70636,"timestamp":121947735108,"id":6443,"parentId":6052,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/array/sample.mjs","layer":"app-pages-browser"},"startTime":1789479426584,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":71080,"timestamp":121947735350,"id":6444,"parentId":6046,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/_internal/isIndex.mjs","layer":"app-pages-browser"},"startTime":1789479426584,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":71414,"timestamp":121947735600,"id":6445,"parentId":6046,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/_internal/toKey.mjs","layer":"app-pages-browser"},"startTime":1789479426585,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":71634,"timestamp":121947735846,"id":6446,"parentId":5894,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/rehype-raw/index.js","layer":"app-pages-browser"},"startTime":1789479426585,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":68828,"timestamp":121947750365,"id":6447,"parentId":5894,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/remark-gfm/index.js","layer":"app-pages-browser"},"startTime":1789479426599,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":68883,"timestamp":121947751003,"id":6449,"parentId":5894,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/remark-frontmatter/index.js","layer":"app-pages-browser"},"startTime":1789479426600,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":69903,"timestamp":121947750722,"id":6448,"parentId":5894,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/rehype-sanitize/index.js","layer":"app-pages-browser"},"startTime":1789479426600,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":69809,"timestamp":121947751256,"id":6450,"parentId":5894,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/remark-math/index.js","layer":"app-pages-browser"},"startTime":1789479426600,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":70352,"timestamp":121947751507,"id":6451,"parentId":6054,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/array/sampleSize.mjs","layer":"app-pages-browser"},"startTime":1789479426600,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":70606,"timestamp":121947751757,"id":6452,"parentId":6059,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/predicate/isNull.mjs","layer":"app-pages-browser"},"startTime":1789479426601,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":76398,"timestamp":121947758060,"id":6453,"parentId":6059,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/predicate/isSymbol.mjs","layer":"app-pages-browser"},"startTime":1789479426607,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":76637,"timestamp":121947758428,"id":6454,"parentId":6060,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/predicate/isUndefined.mjs","layer":"app-pages-browser"},"startTime":1789479426607,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":76868,"timestamp":121947758953,"id":6456,"parentId":6066,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/array/take.mjs","layer":"app-pages-browser"},"startTime":1789479426608,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":77915,"timestamp":121947758698,"id":6455,"parentId":6053,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/array/shuffle.mjs","layer":"app-pages-browser"},"startTime":1789479426608,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":78006,"timestamp":121947759199,"id":6457,"parentId":6065,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/array/tail.mjs","layer":"app-pages-browser"},"startTime":1789479426608,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":78511,"timestamp":121947759446,"id":6458,"parentId":6067,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/array/takeRight.mjs","layer":"app-pages-browser"},"startTime":1789479426608,"traceId":"0b5cf6f8aba18709"}]
|
|
20
|
+
[{"name":"build-module-mjs","duration":78858,"timestamp":121947759696,"id":6459,"parentId":6068,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/function/negate.mjs","layer":"app-pages-browser"},"startTime":1789479426609,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":79358,"timestamp":121947759941,"id":6460,"parentId":6071,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/array/uniqBy.mjs","layer":"app-pages-browser"},"startTime":1789479426609,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":79913,"timestamp":121947760132,"id":6461,"parentId":6073,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/array/uniqWith.mjs","layer":"app-pages-browser"},"startTime":1789479426609,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":80413,"timestamp":121947760290,"id":6462,"parentId":6071,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/function/ary.mjs","layer":"app-pages-browser"},"startTime":1789479426609,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":81068,"timestamp":121947760445,"id":6463,"parentId":6077,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/array/unzip.mjs","layer":"app-pages-browser"},"startTime":1789479426609,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":86212,"timestamp":121947760597,"id":6464,"parentId":6090,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-sankey/src/sankey.js","layer":"app-pages-browser"},"startTime":1789479426610,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":87404,"timestamp":121947760759,"id":6465,"parentId":6090,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-sankey/src/align.js","layer":"app-pages-browser"},"startTime":1789479426610,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":88332,"timestamp":121947760912,"id":6466,"parentId":6090,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-sankey/src/sankeyLinkHorizontal.js","layer":"app-pages-browser"},"startTime":1789479426610,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":89155,"timestamp":121947761064,"id":6467,"parentId":6080,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/array/without.mjs","layer":"app-pages-browser"},"startTime":1789479426610,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":90220,"timestamp":121947761217,"id":6468,"parentId":6081,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/array/windowed.mjs","layer":"app-pages-browser"},"startTime":1789479426610,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":91199,"timestamp":121947761369,"id":6469,"parentId":6083,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/array/zip.mjs","layer":"app-pages-browser"},"startTime":1789479426610,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":92522,"timestamp":121947761521,"id":6470,"parentId":6101,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/function/debounce.mjs","layer":"app-pages-browser"},"startTime":1789479426610,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":93447,"timestamp":121947761675,"id":6471,"parentId":6105,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/function/flow.mjs","layer":"app-pages-browser"},"startTime":1789479426611,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":94447,"timestamp":121947761825,"id":6472,"parentId":6106,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/function/flowRight.mjs","layer":"app-pages-browser"},"startTime":1789479426611,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":95355,"timestamp":121947761978,"id":6473,"parentId":6110,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/function/once.mjs","layer":"app-pages-browser"},"startTime":1789479426611,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":96721,"timestamp":121947762130,"id":6474,"parentId":6112,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/function/partial.mjs","layer":"app-pages-browser"},"startTime":1789479426611,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":97944,"timestamp":121947762279,"id":6475,"parentId":6113,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/function/partialRight.mjs","layer":"app-pages-browser"},"startTime":1789479426611,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":98895,"timestamp":121947762432,"id":6476,"parentId":6115,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/function/rest.mjs","layer":"app-pages-browser"},"startTime":1789479426611,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":99914,"timestamp":121947762584,"id":6477,"parentId":6084,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/_internal/assignValue.mjs","layer":"app-pages-browser"},"startTime":1789479426612,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":101061,"timestamp":121947762785,"id":6478,"parentId":6121,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/_internal/decimalAdjust.mjs","layer":"app-pages-browser"},"startTime":1789479426612,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":102044,"timestamp":121947762944,"id":6479,"parentId":6125,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/math/inRange.mjs","layer":"app-pages-browser"},"startTime":1789479426612,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":102742,"timestamp":121947763096,"id":6480,"parentId":6127,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/array/maxBy.mjs","layer":"app-pages-browser"},"startTime":1789479426612,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":103481,"timestamp":121947763245,"id":6481,"parentId":6131,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/array/minBy.mjs","layer":"app-pages-browser"},"startTime":1789479426612,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":104101,"timestamp":121947763397,"id":6482,"parentId":6129,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/math/meanBy.mjs","layer":"app-pages-browser"},"startTime":1789479426612,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":105565,"timestamp":121947763545,"id":6483,"parentId":6088,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/khroma/dist/methods/index.js","layer":"app-pages-browser"},"startTime":1789479426612,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":106529,"timestamp":121947763694,"id":6484,"parentId":6134,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/math/random.mjs","layer":"app-pages-browser"},"startTime":1789479426613,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":107388,"timestamp":121947763848,"id":6485,"parentId":6134,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/math/randomInt.mjs","layer":"app-pages-browser"},"startTime":1789479426613,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":108146,"timestamp":121947763998,"id":6486,"parentId":5970,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/bail/index.js","layer":"app-pages-browser"},"startTime":1789479426613,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":109065,"timestamp":121947764170,"id":6487,"parentId":5970,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/is-plain-obj/index.js","layer":"app-pages-browser"},"startTime":1789479426613,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":109765,"timestamp":121947764319,"id":6488,"parentId":5970,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/trough/index.js","layer":"app-pages-browser"},"startTime":1789479426613,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":111248,"timestamp":121947764472,"id":6489,"parentId":5974,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/comma-separated-tokens/index.js","layer":"app-pages-browser"},"startTime":1789479426613,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":97152,"timestamp":121947813403,"id":6491,"parentId":6143,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/predicate/isEqualWith.mjs","layer":"app-pages-browser"},"startTime":1789479426662,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":98211,"timestamp":121947813034,"id":6490,"parentId":5974,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/estree-util-is-identifier-name/index.js","layer":"app-pages-browser"},"startTime":1789479426662,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":98147,"timestamp":121947813676,"id":6492,"parentId":6143,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/function/noop.mjs","layer":"app-pages-browser"},"startTime":1789479426663,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":98431,"timestamp":121947813973,"id":6493,"parentId":6149,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/predicate/isPrimitive.mjs","layer":"app-pages-browser"},"startTime":1789479426663,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":98679,"timestamp":121947814272,"id":6494,"parentId":6149,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/_internal/getTag.mjs","layer":"app-pages-browser"},"startTime":1789479426663,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":95789,"timestamp":121947831753,"id":6495,"parentId":6149,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/_internal/tags.mjs","layer":"app-pages-browser"},"startTime":1789479426681,"traceId":"0b5cf6f8aba18709"},{"name":"build-module","duration":71,"timestamp":121947936196,"id":6553,"parentId":5672,"tags":{},"startTime":1789479426785,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":56251,"timestamp":121947887833,"id":6496,"parentId":5981,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/format/format.js","layer":"app-pages-browser"},"startTime":1789479426737,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":56507,"timestamp":121947888185,"id":6497,"parentId":5963,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/hast-util-from-dom/index.js","layer":"app-pages-browser"},"startTime":1789479426737,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":56728,"timestamp":121947888464,"id":6498,"parentId":5974,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/vfile-message/index.js","layer":"app-pages-browser"},"startTime":1789479426737,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":57276,"timestamp":121947888731,"id":6499,"parentId":5974,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/property-information/index.js","layer":"app-pages-browser"},"startTime":1789479426738,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":57520,"timestamp":121947888949,"id":6500,"parentId":5974,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/hast-util-whitespace/index.js","layer":"app-pages-browser"},"startTime":1789479426738,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":55174,"timestamp":121947899859,"id":6501,"parentId":5974,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/space-separated-tokens/index.js","layer":"app-pages-browser"},"startTime":1789479426749,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":55452,"timestamp":121947900198,"id":6502,"parentId":5974,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/unist-util-position/index.js","layer":"app-pages-browser"},"startTime":1789479426749,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":56961,"timestamp":121947900389,"id":6503,"parentId":5970,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/extend/index.js","layer":"app-pages-browser"},"startTime":1789479426749,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":57588,"timestamp":121947900560,"id":6504,"parentId":6170,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/predicate/isBuffer.mjs","layer":"app-pages-browser"},"startTime":1789479426750,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":57995,"timestamp":121947900763,"id":6505,"parentId":6165,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/_internal/isUnsafeProperty.mjs","layer":"app-pages-browser"},"startTime":1789479426750,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":58323,"timestamp":121947901094,"id":6506,"parentId":6165,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/_internal/isDeepKey.mjs","layer":"app-pages-browser"},"startTime":1789479426750,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":58754,"timestamp":121947901349,"id":6507,"parentId":6170,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/_internal/isPrototype.mjs","layer":"app-pages-browser"},"startTime":1789479426750,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":59019,"timestamp":121947901644,"id":6508,"parentId":5969,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/mdast-util-from-markdown/index.js","layer":"app-pages-browser"},"startTime":1789479426751,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":59860,"timestamp":121947901908,"id":6509,"parentId":5974,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/style-to-js/cjs/index.js","layer":"app-pages-browser"},"startTime":1789479426751,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":62464,"timestamp":121947902159,"id":6510,"parentId":6151,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/object/cloneDeepWith.mjs","layer":"app-pages-browser"},"startTime":1789479426751,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":62876,"timestamp":121947902407,"id":6511,"parentId":6156,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/object/findKey.mjs","layer":"app-pages-browser"},"startTime":1789479426751,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":63228,"timestamp":121947902653,"id":6512,"parentId":6167,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/object/invert.mjs","layer":"app-pages-browser"},"startTime":1789479426752,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":63592,"timestamp":121947902898,"id":6513,"parentId":6172,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/object/mapKeys.mjs","layer":"app-pages-browser"},"startTime":1789479426752,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":63934,"timestamp":121947903140,"id":6514,"parentId":6173,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/object/mapValues.mjs","layer":"app-pages-browser"},"startTime":1789479426752,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":64710,"timestamp":121947903388,"id":6515,"parentId":6175,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/object/clone.mjs","layer":"app-pages-browser"},"startTime":1789479426752,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":65117,"timestamp":121947903634,"id":6516,"parentId":6203,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/object/cloneDeep.mjs","layer":"app-pages-browser"},"startTime":1789479426753,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":65429,"timestamp":121947903878,"id":6517,"parentId":6175,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/_internal/getSymbols.mjs","layer":"app-pages-browser"},"startTime":1789479426753,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":65845,"timestamp":121947904094,"id":6518,"parentId":6177,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/_internal/getSymbolsIn.mjs","layer":"app-pages-browser"},"startTime":1789479426753,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":66299,"timestamp":121947904256,"id":6519,"parentId":6186,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/_internal/mapToEntries.mjs","layer":"app-pages-browser"},"startTime":1789479426753,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":66752,"timestamp":121947904414,"id":6520,"parentId":6186,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/_internal/setToEntries.mjs","layer":"app-pages-browser"},"startTime":1789479426753,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":67066,"timestamp":121947904565,"id":6521,"parentId":6207,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/predicate/isArrayBuffer.mjs","layer":"app-pages-browser"},"startTime":1789479426754,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":67435,"timestamp":121947904715,"id":6522,"parentId":6208,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/predicate/isLength.mjs","layer":"app-pages-browser"},"startTime":1789479426754,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":67735,"timestamp":121947905024,"id":6524,"parentId":6215,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/function/after.mjs","layer":"app-pages-browser"},"startTime":1789479426754,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":68366,"timestamp":121947904872,"id":6523,"parentId":6212,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/predicate/isDate.mjs","layer":"app-pages-browser"},"startTime":1789479426754,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":68508,"timestamp":121947905172,"id":6525,"parentId":6219,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/predicate/isMap.mjs","layer":"app-pages-browser"},"startTime":1789479426754,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":73564,"timestamp":121947905327,"id":6526,"parentId":5960,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/cytoscape-cose-bilkent/cytoscape-cose-bilkent.js","layer":"app-pages-browser"},"startTime":1789479426754,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":82496,"timestamp":121947905493,"id":6527,"parentId":6227,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/predicate/isRegExp.mjs","layer":"app-pages-browser"},"startTime":1789479426754,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":64593,"timestamp":121947930437,"id":6530,"parentId":6233,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/predicate/isWeakMap.mjs","layer":"app-pages-browser"},"startTime":1789479426779,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":65868,"timestamp":121947929810,"id":6528,"parentId":6229,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/predicate/isSet.mjs","layer":"app-pages-browser"},"startTime":1789479426779,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":66141,"timestamp":121947930163,"id":6529,"parentId":6232,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/predicate/isTypedArray.mjs","layer":"app-pages-browser"},"startTime":1789479426779,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":66072,"timestamp":121947930690,"id":6531,"parentId":6234,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/predicate/isWeakSet.mjs","layer":"app-pages-browser"},"startTime":1789479426780,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":66476,"timestamp":121947930945,"id":6532,"parentId":6239,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/_internal/normalizeForCase.mjs","layer":"app-pages-browser"},"startTime":1789479426780,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":66500,"timestamp":121947931461,"id":6534,"parentId":6238,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/string/capitalize.mjs","layer":"app-pages-browser"},"startTime":1789479426780,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":67213,"timestamp":121947931207,"id":6533,"parentId":6251,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/_internal/MAX_SAFE_INTEGER.mjs","layer":"app-pages-browser"},"startTime":1789479426780,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":67390,"timestamp":121947931705,"id":6535,"parentId":6239,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/string/camelCase.mjs","layer":"app-pages-browser"},"startTime":1789479426781,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":67949,"timestamp":121947931956,"id":6536,"parentId":6240,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/string/deburr.mjs","layer":"app-pages-browser"},"startTime":1789479426781,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":68327,"timestamp":121947932230,"id":6537,"parentId":6242,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/string/escape.mjs","layer":"app-pages-browser"},"startTime":1789479426781,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":68683,"timestamp":121947932482,"id":6538,"parentId":6243,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/string/kebabCase.mjs","layer":"app-pages-browser"},"startTime":1789479426781,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":69008,"timestamp":121947932730,"id":6539,"parentId":6244,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/string/lowerCase.mjs","layer":"app-pages-browser"},"startTime":1789479426782,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":69255,"timestamp":121947932974,"id":6540,"parentId":6245,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/string/lowerFirst.mjs","layer":"app-pages-browser"},"startTime":1789479426782,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":69530,"timestamp":121947933223,"id":6541,"parentId":6246,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/string/escapeRegExp.mjs","layer":"app-pages-browser"},"startTime":1789479426782,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":69805,"timestamp":121947933467,"id":6542,"parentId":6248,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/string/pad.mjs","layer":"app-pages-browser"},"startTime":1789479426782,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":70140,"timestamp":121947933714,"id":6543,"parentId":6253,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/string/snakeCase.mjs","layer":"app-pages-browser"},"startTime":1789479426783,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":71355,"timestamp":121947933956,"id":6544,"parentId":6255,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/string/words.mjs","layer":"app-pages-browser"},"startTime":1789479426783,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":71774,"timestamp":121947934201,"id":6545,"parentId":6260,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/string/trim.mjs","layer":"app-pages-browser"},"startTime":1789479426783,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":72241,"timestamp":121947934450,"id":6546,"parentId":6261,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/string/trimEnd.mjs","layer":"app-pages-browser"},"startTime":1789479426783,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":72646,"timestamp":121947934697,"id":6547,"parentId":6262,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/string/trimStart.mjs","layer":"app-pages-browser"},"startTime":1789479426784,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":73084,"timestamp":121947934939,"id":6548,"parentId":6265,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/string/upperCase.mjs","layer":"app-pages-browser"},"startTime":1789479426784,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":73512,"timestamp":121947935185,"id":6549,"parentId":6264,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/string/unescape.mjs","layer":"app-pages-browser"},"startTime":1789479426784,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":73773,"timestamp":121947935430,"id":6550,"parentId":6266,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/string/upperFirst.mjs","layer":"app-pages-browser"},"startTime":1789479426784,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":79470,"timestamp":121947935680,"id":6551,"parentId":6300,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/compat.mjs","layer":"app-pages-browser"},"startTime":1789479426785,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":79952,"timestamp":121947935926,"id":6552,"parentId":6293,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/compat/_internal/MAX_ARRAY_LENGTH.mjs","layer":"app-pages-browser"},"startTime":1789479426785,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":80459,"timestamp":121947936315,"id":6554,"parentId":6327,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-array/src/bisect.js","layer":"app-pages-browser"},"startTime":1789479426785,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":80869,"timestamp":121947936580,"id":6555,"parentId":6327,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-array/src/ascending.js","layer":"app-pages-browser"},"startTime":1789479426786,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":81882,"timestamp":121947936824,"id":6556,"parentId":6327,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-array/src/bisector.js","layer":"app-pages-browser"},"startTime":1789479426786,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":83881,"timestamp":121947937064,"id":6557,"parentId":6327,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-array/src/blur.js","layer":"app-pages-browser"},"startTime":1789479426786,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":84481,"timestamp":121947937309,"id":6558,"parentId":6327,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-array/src/count.js","layer":"app-pages-browser"},"startTime":1789479426786,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":89916,"timestamp":121947937548,"id":6559,"parentId":6327,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-array/src/cross.js","layer":"app-pages-browser"},"startTime":1789479426786,"traceId":"0b5cf6f8aba18709"}]
|
|
21
|
+
[{"name":"build-module-js","duration":90415,"timestamp":121947937790,"id":6560,"parentId":6327,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-array/src/cumsum.js","layer":"app-pages-browser"},"startTime":1789479426787,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":90706,"timestamp":121947938060,"id":6561,"parentId":6327,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-array/src/descending.js","layer":"app-pages-browser"},"startTime":1789479426787,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":91044,"timestamp":121947938306,"id":6562,"parentId":6327,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-array/src/deviation.js","layer":"app-pages-browser"},"startTime":1789479426787,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":91604,"timestamp":121947938548,"id":6563,"parentId":6327,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-array/src/extent.js","layer":"app-pages-browser"},"startTime":1789479426787,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":92710,"timestamp":121947938793,"id":6564,"parentId":6327,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-array/src/fsum.js","layer":"app-pages-browser"},"startTime":1789479426788,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":93949,"timestamp":121947939039,"id":6565,"parentId":6327,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-array/src/group.js","layer":"app-pages-browser"},"startTime":1789479426788,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":94523,"timestamp":121947939283,"id":6566,"parentId":6327,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-array/src/groupSort.js","layer":"app-pages-browser"},"startTime":1789479426788,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":96108,"timestamp":121947939523,"id":6567,"parentId":6327,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-array/src/bin.js","layer":"app-pages-browser"},"startTime":1789479426788,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":96683,"timestamp":121947939767,"id":6568,"parentId":6327,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-array/src/max.js","layer":"app-pages-browser"},"startTime":1789479426789,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":97153,"timestamp":121947940020,"id":6569,"parentId":6327,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-array/src/maxIndex.js","layer":"app-pages-browser"},"startTime":1789479426789,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":119570,"timestamp":121947982116,"id":6570,"parentId":6327,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-array/src/mean.js","layer":"app-pages-browser"},"startTime":1789479426831,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":119886,"timestamp":121947982521,"id":6571,"parentId":6327,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-array/src/median.js","layer":"app-pages-browser"},"startTime":1789479426831,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":120363,"timestamp":121947982837,"id":6572,"parentId":6327,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-array/src/merge.js","layer":"app-pages-browser"},"startTime":1789479426832,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":120829,"timestamp":121947983115,"id":6573,"parentId":6327,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-array/src/min.js","layer":"app-pages-browser"},"startTime":1789479426832,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":121458,"timestamp":121947983282,"id":6574,"parentId":6327,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-array/src/minIndex.js","layer":"app-pages-browser"},"startTime":1789479426832,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":122186,"timestamp":121947983442,"id":6575,"parentId":6327,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-array/src/mode.js","layer":"app-pages-browser"},"startTime":1789479426832,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":122846,"timestamp":121947983599,"id":6576,"parentId":6327,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-array/src/nice.js","layer":"app-pages-browser"},"startTime":1789479426833,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":123417,"timestamp":121947983747,"id":6577,"parentId":6327,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-array/src/pairs.js","layer":"app-pages-browser"},"startTime":1789479426833,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":128814,"timestamp":121947990848,"id":6578,"parentId":6327,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-array/src/permute.js","layer":"app-pages-browser"},"startTime":1789479426840,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":130973,"timestamp":121947991207,"id":6579,"parentId":6327,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-array/src/quantile.js","layer":"app-pages-browser"},"startTime":1789479426840,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":132504,"timestamp":121947991478,"id":6580,"parentId":6327,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-array/src/quickselect.js","layer":"app-pages-browser"},"startTime":1789479426840,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":133182,"timestamp":121947991733,"id":6581,"parentId":6327,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-array/src/range.js","layer":"app-pages-browser"},"startTime":1789479426841,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":133636,"timestamp":121947992165,"id":6583,"parentId":6327,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-array/src/least.js","layer":"app-pages-browser"},"startTime":1789479426841,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":134282,"timestamp":121947992321,"id":6584,"parentId":6327,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-array/src/leastIndex.js","layer":"app-pages-browser"},"startTime":1789479426841,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":135658,"timestamp":121947991977,"id":6582,"parentId":6327,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-array/src/rank.js","layer":"app-pages-browser"},"startTime":1789479426841,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":136423,"timestamp":121947992479,"id":6585,"parentId":6327,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-array/src/greatest.js","layer":"app-pages-browser"},"startTime":1789479426841,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":137346,"timestamp":121947992796,"id":6587,"parentId":6327,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-array/src/greatestIndex.js","layer":"app-pages-browser"},"startTime":1789479426842,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":138249,"timestamp":121947993104,"id":6589,"parentId":6327,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-array/src/shuffle.js","layer":"app-pages-browser"},"startTime":1789479426842,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":139423,"timestamp":121947992950,"id":6588,"parentId":6327,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-array/src/scan.js","layer":"app-pages-browser"},"startTime":1789479426842,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":184215,"timestamp":121947992632,"id":6586,"parentId":6072,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/cytoscape-fcose/node_modules/cose-base/cose-base.js","layer":"app-pages-browser"},"startTime":1789479426842,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":114499,"timestamp":121948075833,"id":6590,"parentId":6327,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-array/src/sum.js","layer":"app-pages-browser"},"startTime":1789479426925,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":116053,"timestamp":121948076137,"id":6591,"parentId":6327,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-array/src/ticks.js","layer":"app-pages-browser"},"startTime":1789479426925,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":117205,"timestamp":121948076323,"id":6592,"parentId":6327,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-array/src/variance.js","layer":"app-pages-browser"},"startTime":1789479426925,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":117854,"timestamp":121948076638,"id":6594,"parentId":6327,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-array/src/zip.js","layer":"app-pages-browser"},"startTime":1789479426926,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":118623,"timestamp":121948076794,"id":6595,"parentId":6327,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-array/src/every.js","layer":"app-pages-browser"},"startTime":1789479426926,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":119444,"timestamp":121948076944,"id":6596,"parentId":6327,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-array/src/some.js","layer":"app-pages-browser"},"startTime":1789479426926,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":120392,"timestamp":121948077096,"id":6597,"parentId":6327,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-array/src/filter.js","layer":"app-pages-browser"},"startTime":1789479426926,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":122279,"timestamp":121948076483,"id":6593,"parentId":6327,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-array/src/transpose.js","layer":"app-pages-browser"},"startTime":1789479426925,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":122553,"timestamp":121948077246,"id":6598,"parentId":6327,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-array/src/map.js","layer":"app-pages-browser"},"startTime":1789479426926,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":123205,"timestamp":121948077397,"id":6599,"parentId":6327,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-array/src/reduce.js","layer":"app-pages-browser"},"startTime":1789479426926,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":123633,"timestamp":121948077547,"id":6600,"parentId":6327,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-array/src/reverse.js","layer":"app-pages-browser"},"startTime":1789479426926,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":124644,"timestamp":121948077695,"id":6601,"parentId":6327,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-array/src/sort.js","layer":"app-pages-browser"},"startTime":1789479426927,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":125165,"timestamp":121948077843,"id":6602,"parentId":6327,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-array/src/difference.js","layer":"app-pages-browser"},"startTime":1789479426927,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":125743,"timestamp":121948077990,"id":6603,"parentId":6327,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-array/src/disjoint.js","layer":"app-pages-browser"},"startTime":1789479426927,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":126056,"timestamp":121948078286,"id":6605,"parentId":6327,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-array/src/subset.js","layer":"app-pages-browser"},"startTime":1789479426927,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":126967,"timestamp":121948078137,"id":6604,"parentId":6327,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-array/src/intersection.js","layer":"app-pages-browser"},"startTime":1789479426927,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":127485,"timestamp":121948078432,"id":6606,"parentId":6327,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-array/src/superset.js","layer":"app-pages-browser"},"startTime":1789479426927,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":128128,"timestamp":121948078582,"id":6607,"parentId":6327,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-array/src/union.js","layer":"app-pages-browser"},"startTime":1789479426928,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":136937,"timestamp":121948078728,"id":6608,"parentId":6328,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-axis/src/axis.js","layer":"app-pages-browser"},"startTime":1789479426928,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":142915,"timestamp":121948078875,"id":6609,"parentId":6329,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-brush/src/brush.js","layer":"app-pages-browser"},"startTime":1789479426928,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":144889,"timestamp":121948079028,"id":6610,"parentId":6330,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-chord/src/chord.js","layer":"app-pages-browser"},"startTime":1789479426928,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":146845,"timestamp":121948079174,"id":6611,"parentId":6330,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-chord/src/ribbon.js","layer":"app-pages-browser"},"startTime":1789479426928,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":153737,"timestamp":121948079322,"id":6612,"parentId":6331,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-color/src/color.js","layer":"app-pages-browser"},"startTime":1789479426928,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":157296,"timestamp":121948079471,"id":6613,"parentId":6331,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-color/src/lab.js","layer":"app-pages-browser"},"startTime":1789479426928,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":159554,"timestamp":121948079617,"id":6614,"parentId":6331,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-color/src/cubehelix.js","layer":"app-pages-browser"},"startTime":1789479426929,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":163076,"timestamp":121948079769,"id":6615,"parentId":6332,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-delaunay/src/delaunay.js","layer":"app-pages-browser"},"startTime":1789479426929,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":168232,"timestamp":121948079916,"id":6616,"parentId":6332,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-delaunay/src/voronoi.js","layer":"app-pages-browser"},"startTime":1789479426929,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":163951,"timestamp":121948096741,"id":6618,"parentId":6327,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-array/src/threshold/freedmanDiaconis.js","layer":"app-pages-browser"},"startTime":1789479426946,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":164397,"timestamp":121948097019,"id":6619,"parentId":6327,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-array/src/threshold/scott.js","layer":"app-pages-browser"},"startTime":1789479426946,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":188262,"timestamp":121948096372,"id":6617,"parentId":5961,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/next/dist/compiled/buffer/index.js","layer":"app-pages-browser"},"startTime":1789479426945,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":188521,"timestamp":121948097269,"id":6620,"parentId":6327,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-array/src/threshold/sturges.js","layer":"app-pages-browser"},"startTime":1789479426946,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":191975,"timestamp":121948097517,"id":6621,"parentId":6333,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-drag/src/drag.js","layer":"app-pages-browser"},"startTime":1789479426946,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":192839,"timestamp":121948097764,"id":6622,"parentId":6333,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-drag/src/nodrag.js","layer":"app-pages-browser"},"startTime":1789479426947,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":194513,"timestamp":121948098006,"id":6623,"parentId":6334,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-dispatch/src/dispatch.js","layer":"app-pages-browser"},"startTime":1789479426947,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":197368,"timestamp":121948098251,"id":6624,"parentId":6335,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-contour/src/contours.js","layer":"app-pages-browser"},"startTime":1789479426947,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":199288,"timestamp":121948098494,"id":6625,"parentId":6335,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-contour/src/density.js","layer":"app-pages-browser"},"startTime":1789479426947,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":201135,"timestamp":121948098734,"id":6626,"parentId":6336,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-dsv/src/dsv.js","layer":"app-pages-browser"},"startTime":1789479426948,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":194068,"timestamp":121948111481,"id":6627,"parentId":6336,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-dsv/src/csv.js","layer":"app-pages-browser"},"startTime":1789479426960,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":194445,"timestamp":121948111819,"id":6628,"parentId":6336,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-dsv/src/tsv.js","layer":"app-pages-browser"},"startTime":1789479426961,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":194009,"timestamp":121948112887,"id":6631,"parentId":6337,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-ease/src/quad.js","layer":"app-pages-browser"},"startTime":1789479426962,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":195693,"timestamp":121948112111,"id":6629,"parentId":6336,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-dsv/src/autoType.js","layer":"app-pages-browser"},"startTime":1789479426961,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":195298,"timestamp":121948113188,"id":6632,"parentId":6337,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-ease/src/cubic.js","layer":"app-pages-browser"},"startTime":1789479426962,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":195829,"timestamp":121948113475,"id":6633,"parentId":6337,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-ease/src/poly.js","layer":"app-pages-browser"},"startTime":1789479426962,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":197363,"timestamp":121948112470,"id":6630,"parentId":6337,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-ease/src/linear.js","layer":"app-pages-browser"},"startTime":1789479426961,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":196827,"timestamp":121948113759,"id":6634,"parentId":6337,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-ease/src/sin.js","layer":"app-pages-browser"},"startTime":1789479426963,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":197437,"timestamp":121948114041,"id":6635,"parentId":6337,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-ease/src/exp.js","layer":"app-pages-browser"},"startTime":1789479426963,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":197892,"timestamp":121948114340,"id":6636,"parentId":6337,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-ease/src/circle.js","layer":"app-pages-browser"},"startTime":1789479426963,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":198266,"timestamp":121948114838,"id":6638,"parentId":6337,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-ease/src/bounce.js","layer":"app-pages-browser"},"startTime":1789479426964,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":198943,"timestamp":121948115003,"id":6639,"parentId":6337,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-ease/src/back.js","layer":"app-pages-browser"},"startTime":1789479426964,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":268585,"timestamp":121948114651,"id":6637,"parentId":6189,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/js-yaml/dist/js-yaml.mjs","layer":"app-pages-browser"},"startTime":1789479426964,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":269420,"timestamp":121948115366,"id":6641,"parentId":6338,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-force/src/center.js","layer":"app-pages-browser"},"startTime":1789479426964,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":271848,"timestamp":121948115526,"id":6642,"parentId":6338,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-force/src/collide.js","layer":"app-pages-browser"},"startTime":1789479426964,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":274087,"timestamp":121948115158,"id":6640,"parentId":6337,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-ease/src/elastic.js","layer":"app-pages-browser"},"startTime":1789479426964,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":276348,"timestamp":121948115830,"id":6644,"parentId":6338,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-force/src/manyBody.js","layer":"app-pages-browser"},"startTime":1789479426965,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":282289,"timestamp":121948115678,"id":6643,"parentId":6338,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-force/src/link.js","layer":"app-pages-browser"},"startTime":1789479426965,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":284009,"timestamp":121948115983,"id":6645,"parentId":6338,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-force/src/radial.js","layer":"app-pages-browser"},"startTime":1789479426965,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":286689,"timestamp":121948116166,"id":6646,"parentId":6338,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-force/src/simulation.js","layer":"app-pages-browser"},"startTime":1789479426965,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":287776,"timestamp":121948116717,"id":6648,"parentId":6338,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-force/src/y.js","layer":"app-pages-browser"},"startTime":1789479426966,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":289676,"timestamp":121948116421,"id":6647,"parentId":6338,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-force/src/x.js","layer":"app-pages-browser"},"startTime":1789479426965,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":238099,"timestamp":121948182596,"id":6649,"parentId":6339,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-fetch/src/blob.js","layer":"app-pages-browser"},"startTime":1789479427032,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":238409,"timestamp":121948182951,"id":6650,"parentId":6339,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-fetch/src/buffer.js","layer":"app-pages-browser"},"startTime":1789479427032,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":239091,"timestamp":121948183212,"id":6651,"parentId":6339,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-fetch/src/dsv.js","layer":"app-pages-browser"},"startTime":1789479427032,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":239479,"timestamp":121948183462,"id":6652,"parentId":6339,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-fetch/src/image.js","layer":"app-pages-browser"},"startTime":1789479427032,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":239839,"timestamp":121948183704,"id":6653,"parentId":6339,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-fetch/src/json.js","layer":"app-pages-browser"},"startTime":1789479427033,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":240163,"timestamp":121948183945,"id":6654,"parentId":6339,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-fetch/src/text.js","layer":"app-pages-browser"},"startTime":1789479427033,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":240603,"timestamp":121948184206,"id":6655,"parentId":6339,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-fetch/src/xml.js","layer":"app-pages-browser"},"startTime":1789479427033,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":241045,"timestamp":121948184450,"id":6656,"parentId":6340,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-format/src/defaultLocale.js","layer":"app-pages-browser"},"startTime":1789479427033,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":243074,"timestamp":121948184702,"id":6657,"parentId":6340,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-format/src/locale.js","layer":"app-pages-browser"},"startTime":1789479427034,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":244064,"timestamp":121948184943,"id":6658,"parentId":6340,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-format/src/formatSpecifier.js","layer":"app-pages-browser"},"startTime":1789479427034,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":244464,"timestamp":121948185186,"id":6659,"parentId":6340,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-format/src/precisionFixed.js","layer":"app-pages-browser"},"startTime":1789479427034,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":244801,"timestamp":121948185434,"id":6660,"parentId":6340,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-format/src/precisionPrefix.js","layer":"app-pages-browser"},"startTime":1789479427034,"traceId":"0b5cf6f8aba18709"}]
|
|
22
|
+
[{"name":"build-module-js","duration":245141,"timestamp":121948185675,"id":6661,"parentId":6340,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-format/src/precisionRound.js","layer":"app-pages-browser"},"startTime":1789479427035,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":246221,"timestamp":121948185921,"id":6662,"parentId":6341,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-geo/src/area.js","layer":"app-pages-browser"},"startTime":1789479427035,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":248240,"timestamp":121948186162,"id":6663,"parentId":6341,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-geo/src/bounds.js","layer":"app-pages-browser"},"startTime":1789479427035,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":249866,"timestamp":121948186409,"id":6664,"parentId":6341,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-geo/src/centroid.js","layer":"app-pages-browser"},"startTime":1789479427035,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":251195,"timestamp":121948186659,"id":6665,"parentId":6341,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-geo/src/circle.js","layer":"app-pages-browser"},"startTime":1789479427036,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":252447,"timestamp":121948186903,"id":6666,"parentId":6341,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-geo/src/contains.js","layer":"app-pages-browser"},"startTime":1789479427036,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":197695,"timestamp":121948254201,"id":6667,"parentId":6341,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-geo/src/distance.js","layer":"app-pages-browser"},"startTime":1789479427103,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":198130,"timestamp":121948254814,"id":6669,"parentId":6341,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-geo/src/interpolate.js","layer":"app-pages-browser"},"startTime":1789479427104,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":200139,"timestamp":121948254549,"id":6668,"parentId":6341,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-geo/src/graticule.js","layer":"app-pages-browser"},"startTime":1789479427103,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":201334,"timestamp":121948255065,"id":6670,"parentId":6341,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-geo/src/length.js","layer":"app-pages-browser"},"startTime":1789479427104,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":202638,"timestamp":121948255321,"id":6671,"parentId":6341,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-geo/src/rotation.js","layer":"app-pages-browser"},"startTime":1789479427104,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":203593,"timestamp":121948255565,"id":6672,"parentId":6341,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-geo/src/stream.js","layer":"app-pages-browser"},"startTime":1789479427105,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":204225,"timestamp":121948255806,"id":6673,"parentId":6341,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-geo/src/transform.js","layer":"app-pages-browser"},"startTime":1789479427105,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":206261,"timestamp":121948256047,"id":6674,"parentId":6344,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-path/src/path.js","layer":"app-pages-browser"},"startTime":1789479427105,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":210023,"timestamp":121948256207,"id":6675,"parentId":6342,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-hierarchy/src/cluster.js","layer":"app-pages-browser"},"startTime":1789479427105,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":210944,"timestamp":121948256362,"id":6676,"parentId":6342,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-hierarchy/src/partition.js","layer":"app-pages-browser"},"startTime":1789479427105,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":82308,"timestamp":121948416409,"id":6677,"parentId":6342,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-hierarchy/src/stratify.js","layer":"app-pages-browser"},"startTime":1789479427265,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":84305,"timestamp":121948416669,"id":6678,"parentId":6342,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-hierarchy/src/tree.js","layer":"app-pages-browser"},"startTime":1789479427266,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":85070,"timestamp":121948416846,"id":6679,"parentId":6343,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-interpolate/src/value.js","layer":"app-pages-browser"},"startTime":1789479427266,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":85807,"timestamp":121948417006,"id":6680,"parentId":6343,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-interpolate/src/array.js","layer":"app-pages-browser"},"startTime":1789479427266,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":87032,"timestamp":121948417312,"id":6682,"parentId":6341,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-geo/src/clip/antimeridian.js","layer":"app-pages-browser"},"startTime":1789479427266,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":88047,"timestamp":121948417159,"id":6681,"parentId":6343,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-interpolate/src/basis.js","layer":"app-pages-browser"},"startTime":1789479427266,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":76657,"timestamp":121948446011,"id":6683,"parentId":6341,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-geo/src/clip/circle.js","layer":"app-pages-browser"},"startTime":1789479427295,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":77370,"timestamp":121948446365,"id":6684,"parentId":6341,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-geo/src/clip/extent.js","layer":"app-pages-browser"},"startTime":1789479427295,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":79401,"timestamp":121948446628,"id":6685,"parentId":6341,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-geo/src/clip/rectangle.js","layer":"app-pages-browser"},"startTime":1789479427296,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":80586,"timestamp":121948446878,"id":6686,"parentId":6341,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-geo/src/path/index.js","layer":"app-pages-browser"},"startTime":1789479427296,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":81095,"timestamp":121948447125,"id":6687,"parentId":6341,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-geo/src/projection/albers.js","layer":"app-pages-browser"},"startTime":1789479427296,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":60230,"timestamp":121948475271,"id":6689,"parentId":6341,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-geo/src/projection/azimuthalEqualArea.js","layer":"app-pages-browser"},"startTime":1789479427324,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":62505,"timestamp":121948474921,"id":6688,"parentId":6341,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-geo/src/projection/albersUsa.js","layer":"app-pages-browser"},"startTime":1789479427324,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":62726,"timestamp":121948475538,"id":6690,"parentId":6341,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-geo/src/projection/azimuthalEquidistant.js","layer":"app-pages-browser"},"startTime":1789479427324,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":63642,"timestamp":121948475797,"id":6691,"parentId":6341,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-geo/src/projection/conicConformal.js","layer":"app-pages-browser"},"startTime":1789479427325,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":64442,"timestamp":121948476068,"id":6692,"parentId":6341,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-geo/src/projection/conicEqualArea.js","layer":"app-pages-browser"},"startTime":1789479427325,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":65114,"timestamp":121948476567,"id":6694,"parentId":6341,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-geo/src/projection/equalEarth.js","layer":"app-pages-browser"},"startTime":1789479427326,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":66374,"timestamp":121948476320,"id":6693,"parentId":6341,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-geo/src/projection/conicEquidistant.js","layer":"app-pages-browser"},"startTime":1789479427325,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":66560,"timestamp":121948476813,"id":6695,"parentId":6341,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-geo/src/projection/equirectangular.js","layer":"app-pages-browser"},"startTime":1789479427326,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":67081,"timestamp":121948477061,"id":6696,"parentId":6341,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-geo/src/projection/gnomonic.js","layer":"app-pages-browser"},"startTime":1789479427326,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":68376,"timestamp":121948477311,"id":6697,"parentId":6341,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-geo/src/projection/identity.js","layer":"app-pages-browser"},"startTime":1789479427326,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":70607,"timestamp":121948477555,"id":6698,"parentId":6341,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-geo/src/projection/index.js","layer":"app-pages-browser"},"startTime":1789479427327,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":71676,"timestamp":121948477797,"id":6699,"parentId":6341,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-geo/src/projection/mercator.js","layer":"app-pages-browser"},"startTime":1789479427327,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":72400,"timestamp":121948478042,"id":6700,"parentId":6341,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-geo/src/projection/naturalEarth1.js","layer":"app-pages-browser"},"startTime":1789479427327,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":72907,"timestamp":121948478286,"id":6701,"parentId":6341,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-geo/src/projection/orthographic.js","layer":"app-pages-browser"},"startTime":1789479427327,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":73431,"timestamp":121948478532,"id":6702,"parentId":6341,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-geo/src/projection/stereographic.js","layer":"app-pages-browser"},"startTime":1789479427327,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":74145,"timestamp":121948478781,"id":6703,"parentId":6341,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-geo/src/projection/transverseMercator.js","layer":"app-pages-browser"},"startTime":1789479427328,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":74599,"timestamp":121948479031,"id":6704,"parentId":6343,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-interpolate/src/basisClosed.js","layer":"app-pages-browser"},"startTime":1789479427328,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":74888,"timestamp":121948479283,"id":6705,"parentId":6343,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-interpolate/src/discrete.js","layer":"app-pages-browser"},"startTime":1789479427328,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":75288,"timestamp":121948479525,"id":6706,"parentId":6343,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-interpolate/src/date.js","layer":"app-pages-browser"},"startTime":1789479427328,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":75731,"timestamp":121948479763,"id":6707,"parentId":6343,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-interpolate/src/hue.js","layer":"app-pages-browser"},"startTime":1789479427329,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":76673,"timestamp":121948490416,"id":6708,"parentId":6343,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-interpolate/src/numberArray.js","layer":"app-pages-browser"},"startTime":1789479427339,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":77085,"timestamp":121948490680,"id":6709,"parentId":6343,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-interpolate/src/number.js","layer":"app-pages-browser"},"startTime":1789479427340,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":77742,"timestamp":121948490855,"id":6710,"parentId":6343,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-interpolate/src/object.js","layer":"app-pages-browser"},"startTime":1789479427340,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":78134,"timestamp":121948491012,"id":6711,"parentId":6343,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-interpolate/src/round.js","layer":"app-pages-browser"},"startTime":1789479427340,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":79232,"timestamp":121948491172,"id":6712,"parentId":6343,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-interpolate/src/string.js","layer":"app-pages-browser"},"startTime":1789479427340,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":80265,"timestamp":121948491323,"id":6713,"parentId":6343,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-interpolate/src/zoom.js","layer":"app-pages-browser"},"startTime":1789479427340,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":81310,"timestamp":121948491472,"id":6714,"parentId":6343,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-interpolate/src/rgb.js","layer":"app-pages-browser"},"startTime":1789479427340,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":81996,"timestamp":121948491626,"id":6715,"parentId":6343,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-interpolate/src/hsl.js","layer":"app-pages-browser"},"startTime":1789479427341,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":82544,"timestamp":121948491775,"id":6716,"parentId":6343,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-interpolate/src/lab.js","layer":"app-pages-browser"},"startTime":1789479427341,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":83183,"timestamp":121948491924,"id":6717,"parentId":6343,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-interpolate/src/hcl.js","layer":"app-pages-browser"},"startTime":1789479427341,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":83603,"timestamp":121948492248,"id":6719,"parentId":6343,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-interpolate/src/piecewise.js","layer":"app-pages-browser"},"startTime":1789479427341,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":84915,"timestamp":121948492090,"id":6718,"parentId":6343,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-interpolate/src/cubehelix.js","layer":"app-pages-browser"},"startTime":1789479427341,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":89069,"timestamp":121948492403,"id":6720,"parentId":6343,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-interpolate/src/quantize.js","layer":"app-pages-browser"},"startTime":1789479427341,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":89606,"timestamp":121948492550,"id":6721,"parentId":6345,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-polygon/src/area.js","layer":"app-pages-browser"},"startTime":1789479427341,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":90064,"timestamp":121948492699,"id":6722,"parentId":6345,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-polygon/src/centroid.js","layer":"app-pages-browser"},"startTime":1789479427342,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":91213,"timestamp":121948492850,"id":6723,"parentId":6342,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-hierarchy/src/hierarchy/index.js","layer":"app-pages-browser"},"startTime":1789479427342,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":92414,"timestamp":121948493000,"id":6724,"parentId":6342,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-hierarchy/src/pack/index.js","layer":"app-pages-browser"},"startTime":1789479427342,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":94087,"timestamp":121948493151,"id":6725,"parentId":6342,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-hierarchy/src/pack/enclose.js","layer":"app-pages-browser"},"startTime":1789479427342,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":95757,"timestamp":121948493300,"id":6726,"parentId":6342,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-hierarchy/src/pack/siblings.js","layer":"app-pages-browser"},"startTime":1789479427342,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":97729,"timestamp":121948493449,"id":6727,"parentId":6342,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-hierarchy/src/treemap/index.js","layer":"app-pages-browser"},"startTime":1789479427342,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":98755,"timestamp":121948493596,"id":6728,"parentId":6342,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-hierarchy/src/treemap/binary.js","layer":"app-pages-browser"},"startTime":1789479427343,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":99338,"timestamp":121948493747,"id":6729,"parentId":6342,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-hierarchy/src/treemap/dice.js","layer":"app-pages-browser"},"startTime":1789479427343,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":99851,"timestamp":121948493894,"id":6730,"parentId":6342,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-hierarchy/src/treemap/slice.js","layer":"app-pages-browser"},"startTime":1789479427343,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":100317,"timestamp":121948494042,"id":6731,"parentId":6342,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-hierarchy/src/treemap/sliceDice.js","layer":"app-pages-browser"},"startTime":1789479427343,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":101459,"timestamp":121948494194,"id":6732,"parentId":6342,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-hierarchy/src/treemap/squarify.js","layer":"app-pages-browser"},"startTime":1789479427343,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":102463,"timestamp":121948494341,"id":6733,"parentId":6342,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-hierarchy/src/treemap/resquarify.js","layer":"app-pages-browser"},"startTime":1789479427343,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":103224,"timestamp":121948494494,"id":6734,"parentId":6345,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-polygon/src/contains.js","layer":"app-pages-browser"},"startTime":1789479427343,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":104187,"timestamp":121948494640,"id":6735,"parentId":6345,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-polygon/src/hull.js","layer":"app-pages-browser"},"startTime":1789479427344,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":101134,"timestamp":121948513333,"id":6736,"parentId":6345,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-polygon/src/length.js","layer":"app-pages-browser"},"startTime":1789479427362,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":102268,"timestamp":121948513606,"id":6737,"parentId":6346,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-quadtree/src/quadtree.js","layer":"app-pages-browser"},"startTime":1789479427363,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":102971,"timestamp":121948513785,"id":6738,"parentId":6347,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-random/src/uniform.js","layer":"app-pages-browser"},"startTime":1789479427363,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":103590,"timestamp":121948513943,"id":6739,"parentId":6347,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-random/src/int.js","layer":"app-pages-browser"},"startTime":1789479427363,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":104304,"timestamp":121948514095,"id":6740,"parentId":6347,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-random/src/normal.js","layer":"app-pages-browser"},"startTime":1789479427363,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":105035,"timestamp":121948514246,"id":6741,"parentId":6347,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-random/src/logNormal.js","layer":"app-pages-browser"},"startTime":1789479427363,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":105678,"timestamp":121948514396,"id":6742,"parentId":6347,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-random/src/bates.js","layer":"app-pages-browser"},"startTime":1789479427363,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":106228,"timestamp":121948514550,"id":6743,"parentId":6347,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-random/src/irwinHall.js","layer":"app-pages-browser"},"startTime":1789479427363,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":106660,"timestamp":121948514701,"id":6744,"parentId":6347,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-random/src/exponential.js","layer":"app-pages-browser"},"startTime":1789479427364,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":107133,"timestamp":121948514852,"id":6745,"parentId":6347,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-random/src/pareto.js","layer":"app-pages-browser"},"startTime":1789479427364,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":107588,"timestamp":121948515004,"id":6746,"parentId":6347,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-random/src/bernoulli.js","layer":"app-pages-browser"},"startTime":1789479427364,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":108108,"timestamp":121948515151,"id":6747,"parentId":6347,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-random/src/geometric.js","layer":"app-pages-browser"},"startTime":1789479427364,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":108893,"timestamp":121948515305,"id":6748,"parentId":6347,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-random/src/binomial.js","layer":"app-pages-browser"},"startTime":1789479427364,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":109722,"timestamp":121948515451,"id":6749,"parentId":6347,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-random/src/gamma.js","layer":"app-pages-browser"},"startTime":1789479427364,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":110301,"timestamp":121948515599,"id":6750,"parentId":6347,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-random/src/beta.js","layer":"app-pages-browser"},"startTime":1789479427365,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":110908,"timestamp":121948515746,"id":6751,"parentId":6347,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-random/src/weibull.js","layer":"app-pages-browser"},"startTime":1789479427365,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":111404,"timestamp":121948515895,"id":6752,"parentId":6347,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-random/src/cauchy.js","layer":"app-pages-browser"},"startTime":1789479427365,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":111920,"timestamp":121948516057,"id":6753,"parentId":6347,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-random/src/logistic.js","layer":"app-pages-browser"},"startTime":1789479427365,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":112611,"timestamp":121948516211,"id":6754,"parentId":6347,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-random/src/poisson.js","layer":"app-pages-browser"},"startTime":1789479427365,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":42056,"timestamp":121948640508,"id":6755,"parentId":6347,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-random/src/lcg.js","layer":"app-pages-browser"},"startTime":1789479427489,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":43163,"timestamp":121948650761,"id":6756,"parentId":6348,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-scale/src/band.js","layer":"app-pages-browser"},"startTime":1789479427500,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":43674,"timestamp":121948651098,"id":6757,"parentId":6348,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-scale/src/identity.js","layer":"app-pages-browser"},"startTime":1789479427500,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":44540,"timestamp":121948651355,"id":6758,"parentId":6348,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-scale/src/linear.js","layer":"app-pages-browser"},"startTime":1789479427500,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":46286,"timestamp":121948651599,"id":6759,"parentId":6348,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-scale/src/log.js","layer":"app-pages-browser"},"startTime":1789479427501,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":46999,"timestamp":121948651841,"id":6760,"parentId":6348,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-scale/src/symlog.js","layer":"app-pages-browser"},"startTime":1789479427501,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":47763,"timestamp":121948652102,"id":6761,"parentId":6348,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-scale/src/ordinal.js","layer":"app-pages-browser"},"startTime":1789479427501,"traceId":"0b5cf6f8aba18709"}]
|
|
23
|
+
[{"name":"build-module-js","duration":48380,"timestamp":121948652590,"id":6763,"parentId":6348,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-scale/src/radial.js","layer":"app-pages-browser"},"startTime":1789479427502,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":49689,"timestamp":121948652348,"id":6762,"parentId":6348,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-scale/src/pow.js","layer":"app-pages-browser"},"startTime":1789479427501,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":50337,"timestamp":121948652833,"id":6764,"parentId":6348,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-scale/src/quantile.js","layer":"app-pages-browser"},"startTime":1789479427502,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":51218,"timestamp":121948653072,"id":6765,"parentId":6348,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-scale/src/quantize.js","layer":"app-pages-browser"},"startTime":1789479427502,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":51927,"timestamp":121948653313,"id":6766,"parentId":6348,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-scale/src/threshold.js","layer":"app-pages-browser"},"startTime":1789479427502,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":53012,"timestamp":121948653563,"id":6767,"parentId":6348,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-scale/src/time.js","layer":"app-pages-browser"},"startTime":1789479427503,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":54159,"timestamp":121948653806,"id":6768,"parentId":6343,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-interpolate/src/transform/index.js","layer":"app-pages-browser"},"startTime":1789479427503,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":54512,"timestamp":121948654530,"id":6771,"parentId":6348,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-scale/src/sequentialQuantile.js","layer":"app-pages-browser"},"startTime":1789479427503,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":56365,"timestamp":121948654293,"id":6770,"parentId":6348,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-scale/src/sequential.js","layer":"app-pages-browser"},"startTime":1789479427503,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":57637,"timestamp":121948654770,"id":6772,"parentId":6348,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-scale/src/diverging.js","layer":"app-pages-browser"},"startTime":1789479427504,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":59098,"timestamp":121948654049,"id":6769,"parentId":6348,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-scale/src/utcTime.js","layer":"app-pages-browser"},"startTime":1789479427503,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":58994,"timestamp":121948655045,"id":6773,"parentId":6348,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-scale/src/tickFormat.js","layer":"app-pages-browser"},"startTime":1789479427504,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":59375,"timestamp":121948655284,"id":6774,"parentId":6350,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-selection/src/create.js","layer":"app-pages-browser"},"startTime":1789479427504,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":59889,"timestamp":121948655528,"id":6775,"parentId":6350,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-selection/src/creator.js","layer":"app-pages-browser"},"startTime":1789479427504,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":60428,"timestamp":121948655767,"id":6776,"parentId":6350,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-selection/src/local.js","layer":"app-pages-browser"},"startTime":1789479427505,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":60776,"timestamp":121948656029,"id":6777,"parentId":6350,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-selection/src/matcher.js","layer":"app-pages-browser"},"startTime":1789479427505,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":61031,"timestamp":121948656278,"id":6778,"parentId":6349,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-scale-chromatic/src/categorical/category10.js","layer":"app-pages-browser"},"startTime":1789479427505,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":61255,"timestamp":121948656533,"id":6779,"parentId":6349,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-scale-chromatic/src/categorical/Accent.js","layer":"app-pages-browser"},"startTime":1789479427505,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":61781,"timestamp":121948656776,"id":6780,"parentId":6349,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-scale-chromatic/src/categorical/Dark2.js","layer":"app-pages-browser"},"startTime":1789479427506,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":62283,"timestamp":121948657019,"id":6781,"parentId":6349,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-scale-chromatic/src/categorical/observable10.js","layer":"app-pages-browser"},"startTime":1789479427506,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":62772,"timestamp":121948657268,"id":6782,"parentId":6349,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-scale-chromatic/src/categorical/Paired.js","layer":"app-pages-browser"},"startTime":1789479427506,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":63276,"timestamp":121948657507,"id":6783,"parentId":6349,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-scale-chromatic/src/categorical/Pastel1.js","layer":"app-pages-browser"},"startTime":1789479427506,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":63775,"timestamp":121948657753,"id":6784,"parentId":6349,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-scale-chromatic/src/categorical/Pastel2.js","layer":"app-pages-browser"},"startTime":1789479427507,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":64292,"timestamp":121948657996,"id":6785,"parentId":6349,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-scale-chromatic/src/categorical/Set1.js","layer":"app-pages-browser"},"startTime":1789479427507,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":64588,"timestamp":121948658238,"id":6786,"parentId":6349,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-scale-chromatic/src/categorical/Set2.js","layer":"app-pages-browser"},"startTime":1789479427507,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":63748,"timestamp":121948666376,"id":6788,"parentId":6349,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-scale-chromatic/src/categorical/Tableau10.js","layer":"app-pages-browser"},"startTime":1789479427515,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":64715,"timestamp":121948666121,"id":6787,"parentId":6349,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-scale-chromatic/src/categorical/Set3.js","layer":"app-pages-browser"},"startTime":1789479427515,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":64915,"timestamp":121948666730,"id":6790,"parentId":6350,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-selection/src/namespaces.js","layer":"app-pages-browser"},"startTime":1789479427516,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":66156,"timestamp":121948666569,"id":6789,"parentId":6350,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-selection/src/namespace.js","layer":"app-pages-browser"},"startTime":1789479427516,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":67034,"timestamp":121948666889,"id":6791,"parentId":6350,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-selection/src/pointer.js","layer":"app-pages-browser"},"startTime":1789479427516,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":67894,"timestamp":121948667040,"id":6792,"parentId":6350,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-selection/src/pointers.js","layer":"app-pages-browser"},"startTime":1789479427516,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":68656,"timestamp":121948667191,"id":6793,"parentId":6350,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-selection/src/select.js","layer":"app-pages-browser"},"startTime":1789479427516,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":69453,"timestamp":121948667346,"id":6794,"parentId":6350,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-selection/src/selectAll.js","layer":"app-pages-browser"},"startTime":1789479427516,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":70211,"timestamp":121948667497,"id":6795,"parentId":6350,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-selection/src/selector.js","layer":"app-pages-browser"},"startTime":1789479427516,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":70710,"timestamp":121948667651,"id":6796,"parentId":6350,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-selection/src/selectorAll.js","layer":"app-pages-browser"},"startTime":1789479427517,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":71160,"timestamp":121948667800,"id":6797,"parentId":6350,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-selection/src/window.js","layer":"app-pages-browser"},"startTime":1789479427517,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":74603,"timestamp":121948667948,"id":6798,"parentId":6351,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-shape/src/arc.js","layer":"app-pages-browser"},"startTime":1789479427517,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":76266,"timestamp":121948668123,"id":6799,"parentId":6351,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-shape/src/area.js","layer":"app-pages-browser"},"startTime":1789479427517,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":77397,"timestamp":121948668280,"id":6800,"parentId":6351,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-shape/src/line.js","layer":"app-pages-browser"},"startTime":1789479427517,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":78690,"timestamp":121948668432,"id":6801,"parentId":6351,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-shape/src/pie.js","layer":"app-pages-browser"},"startTime":1789479427517,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":79455,"timestamp":121948668578,"id":6802,"parentId":6351,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-shape/src/areaRadial.js","layer":"app-pages-browser"},"startTime":1789479427518,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":80080,"timestamp":121948668726,"id":6803,"parentId":6351,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-shape/src/lineRadial.js","layer":"app-pages-browser"},"startTime":1789479427518,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":80483,"timestamp":121948668877,"id":6804,"parentId":6351,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-shape/src/pointRadial.js","layer":"app-pages-browser"},"startTime":1789479427518,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":81603,"timestamp":121948669022,"id":6805,"parentId":6351,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-shape/src/link.js","layer":"app-pages-browser"},"startTime":1789479427518,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":82717,"timestamp":121948669171,"id":6806,"parentId":6351,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-shape/src/symbol.js","layer":"app-pages-browser"},"startTime":1789479427518,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":83290,"timestamp":121948669320,"id":6807,"parentId":6349,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-scale-chromatic/src/diverging/BrBG.js","layer":"app-pages-browser"},"startTime":1789479427518,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":83751,"timestamp":121948669470,"id":6808,"parentId":6349,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-scale-chromatic/src/diverging/PRGn.js","layer":"app-pages-browser"},"startTime":1789479427518,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":87494,"timestamp":121948669616,"id":6809,"parentId":6349,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-scale-chromatic/src/diverging/PiYG.js","layer":"app-pages-browser"},"startTime":1789479427519,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":88168,"timestamp":121948669783,"id":6810,"parentId":6349,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-scale-chromatic/src/diverging/PuOr.js","layer":"app-pages-browser"},"startTime":1789479427519,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":88562,"timestamp":121948670007,"id":6811,"parentId":6349,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-scale-chromatic/src/diverging/RdBu.js","layer":"app-pages-browser"},"startTime":1789479427519,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":89015,"timestamp":121948670164,"id":6812,"parentId":6349,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-scale-chromatic/src/diverging/RdGy.js","layer":"app-pages-browser"},"startTime":1789479427519,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":89437,"timestamp":121948670318,"id":6813,"parentId":6349,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-scale-chromatic/src/diverging/RdYlBu.js","layer":"app-pages-browser"},"startTime":1789479427519,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":89751,"timestamp":121948670624,"id":6815,"parentId":6349,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-scale-chromatic/src/diverging/Spectral.js","layer":"app-pages-browser"},"startTime":1789479427520,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":90183,"timestamp":121948670772,"id":6816,"parentId":6349,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-scale-chromatic/src/sequential-multi/BuGn.js","layer":"app-pages-browser"},"startTime":1789479427520,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":90613,"timestamp":121948670925,"id":6817,"parentId":6349,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-scale-chromatic/src/sequential-multi/BuPu.js","layer":"app-pages-browser"},"startTime":1789479427520,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":91037,"timestamp":121948671074,"id":6818,"parentId":6349,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-scale-chromatic/src/sequential-multi/GnBu.js","layer":"app-pages-browser"},"startTime":1789479427520,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":91456,"timestamp":121948671226,"id":6819,"parentId":6349,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-scale-chromatic/src/sequential-multi/OrRd.js","layer":"app-pages-browser"},"startTime":1789479427520,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":92836,"timestamp":121948670469,"id":6814,"parentId":6349,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-scale-chromatic/src/diverging/RdYlGn.js","layer":"app-pages-browser"},"startTime":1789479427519,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":92520,"timestamp":121948671372,"id":6820,"parentId":6349,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-scale-chromatic/src/sequential-multi/PuBuGn.js","layer":"app-pages-browser"},"startTime":1789479427520,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":97152,"timestamp":121948676481,"id":6821,"parentId":6349,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-scale-chromatic/src/sequential-multi/PuBu.js","layer":"app-pages-browser"},"startTime":1789479427525,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":97446,"timestamp":121948676836,"id":6822,"parentId":6349,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-scale-chromatic/src/sequential-multi/PuRd.js","layer":"app-pages-browser"},"startTime":1789479427526,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":97760,"timestamp":121948677112,"id":6823,"parentId":6349,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-scale-chromatic/src/sequential-multi/RdPu.js","layer":"app-pages-browser"},"startTime":1789479427526,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":98084,"timestamp":121948677363,"id":6824,"parentId":6349,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-scale-chromatic/src/sequential-multi/YlGnBu.js","layer":"app-pages-browser"},"startTime":1789479427526,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":98424,"timestamp":121948677613,"id":6825,"parentId":6349,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-scale-chromatic/src/sequential-multi/YlGn.js","layer":"app-pages-browser"},"startTime":1789479427527,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":98805,"timestamp":121948677858,"id":6826,"parentId":6349,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-scale-chromatic/src/sequential-multi/YlOrBr.js","layer":"app-pages-browser"},"startTime":1789479427527,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":99173,"timestamp":121948678101,"id":6827,"parentId":6349,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-scale-chromatic/src/sequential-multi/YlOrRd.js","layer":"app-pages-browser"},"startTime":1789479427527,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":99606,"timestamp":121948678345,"id":6828,"parentId":6349,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-scale-chromatic/src/sequential-multi/cividis.js","layer":"app-pages-browser"},"startTime":1789479427527,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":99902,"timestamp":121948678593,"id":6829,"parentId":6349,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-scale-chromatic/src/sequential-multi/cubehelix.js","layer":"app-pages-browser"},"startTime":1789479427528,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":100504,"timestamp":121948678836,"id":6830,"parentId":6349,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-scale-chromatic/src/sequential-multi/rainbow.js","layer":"app-pages-browser"},"startTime":1789479427528,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":101088,"timestamp":121948679082,"id":6831,"parentId":6349,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-scale-chromatic/src/sequential-multi/sinebow.js","layer":"app-pages-browser"},"startTime":1789479427528,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":101641,"timestamp":121948679331,"id":6832,"parentId":6349,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-scale-chromatic/src/sequential-multi/turbo.js","layer":"app-pages-browser"},"startTime":1789479427528,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":102346,"timestamp":121948679573,"id":6833,"parentId":6349,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-scale-chromatic/src/sequential-multi/viridis.js","layer":"app-pages-browser"},"startTime":1789479427529,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":102740,"timestamp":121948679815,"id":6834,"parentId":6349,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-scale-chromatic/src/sequential-single/Blues.js","layer":"app-pages-browser"},"startTime":1789479427529,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":103085,"timestamp":121948680088,"id":6835,"parentId":6349,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-scale-chromatic/src/sequential-single/Greens.js","layer":"app-pages-browser"},"startTime":1789479427529,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":103411,"timestamp":121948680338,"id":6836,"parentId":6349,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-scale-chromatic/src/sequential-single/Greys.js","layer":"app-pages-browser"},"startTime":1789479427529,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":108561,"timestamp":121948687807,"id":6837,"parentId":6349,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-scale-chromatic/src/sequential-single/Purples.js","layer":"app-pages-browser"},"startTime":1789479427537,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":108787,"timestamp":121948688233,"id":6838,"parentId":6349,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-scale-chromatic/src/sequential-single/Reds.js","layer":"app-pages-browser"},"startTime":1789479427537,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":109089,"timestamp":121948688502,"id":6839,"parentId":6349,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-scale-chromatic/src/sequential-single/Oranges.js","layer":"app-pages-browser"},"startTime":1789479427537,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":109994,"timestamp":121948688753,"id":6840,"parentId":6351,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-shape/src/stack.js","layer":"app-pages-browser"},"startTime":1789479427538,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":110977,"timestamp":121948689000,"id":6841,"parentId":6350,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-selection/src/selection/index.js","layer":"app-pages-browser"},"startTime":1789479427538,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":111718,"timestamp":121948689247,"id":6842,"parentId":6350,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-selection/src/selection/style.js","layer":"app-pages-browser"},"startTime":1789479427538,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":112201,"timestamp":121948689489,"id":6843,"parentId":6351,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-shape/src/symbol/asterisk.js","layer":"app-pages-browser"},"startTime":1789479427538,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":112556,"timestamp":121948689728,"id":6844,"parentId":6351,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-shape/src/symbol/circle.js","layer":"app-pages-browser"},"startTime":1789479427539,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":113367,"timestamp":121948689968,"id":6845,"parentId":6351,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-shape/src/symbol/cross.js","layer":"app-pages-browser"},"startTime":1789479427539,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":114357,"timestamp":121948690212,"id":6846,"parentId":6351,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-shape/src/symbol/diamond.js","layer":"app-pages-browser"},"startTime":1789479427539,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":115153,"timestamp":121948690453,"id":6847,"parentId":6351,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-shape/src/symbol/diamond2.js","layer":"app-pages-browser"},"startTime":1789479427539,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":115957,"timestamp":121948690688,"id":6848,"parentId":6351,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-shape/src/symbol/plus.js","layer":"app-pages-browser"},"startTime":1789479427540,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":41650,"timestamp":121948835630,"id":6849,"parentId":6351,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-shape/src/symbol/square.js","layer":"app-pages-browser"},"startTime":1789479427685,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":42084,"timestamp":121948835992,"id":6850,"parentId":6351,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-shape/src/symbol/square2.js","layer":"app-pages-browser"},"startTime":1789479427685,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":42167,"timestamp":121948836775,"id":6853,"parentId":6351,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-shape/src/symbol/triangle2.js","layer":"app-pages-browser"},"startTime":1789479427686,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":43932,"timestamp":121948836275,"id":6851,"parentId":6351,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-shape/src/symbol/star.js","layer":"app-pages-browser"},"startTime":1789479427685,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":44386,"timestamp":121948836529,"id":6852,"parentId":6351,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-shape/src/symbol/triangle.js","layer":"app-pages-browser"},"startTime":1789479427685,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":44687,"timestamp":121948837022,"id":6854,"parentId":6351,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-shape/src/symbol/wye.js","layer":"app-pages-browser"},"startTime":1789479427686,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":45056,"timestamp":121948837265,"id":6855,"parentId":6351,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-shape/src/symbol/times.js","layer":"app-pages-browser"},"startTime":1789479427686,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":45872,"timestamp":121948837509,"id":6856,"parentId":6351,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-shape/src/curve/basisClosed.js","layer":"app-pages-browser"},"startTime":1789479427686,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":46643,"timestamp":121948837753,"id":6857,"parentId":6351,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-shape/src/curve/basisOpen.js","layer":"app-pages-browser"},"startTime":1789479427687,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":47645,"timestamp":121948837998,"id":6858,"parentId":6351,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-shape/src/curve/basis.js","layer":"app-pages-browser"},"startTime":1789479427687,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":48931,"timestamp":121948838236,"id":6859,"parentId":6351,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-shape/src/curve/bump.js","layer":"app-pages-browser"},"startTime":1789479427687,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":51067,"timestamp":121948838474,"id":6860,"parentId":6351,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-shape/src/curve/bundle.js","layer":"app-pages-browser"},"startTime":1789479427687,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":55899,"timestamp":121948838714,"id":6861,"parentId":6351,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-shape/src/curve/cardinalClosed.js","layer":"app-pages-browser"},"startTime":1789479427688,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":56958,"timestamp":121948838955,"id":6862,"parentId":6351,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-shape/src/curve/cardinalOpen.js","layer":"app-pages-browser"},"startTime":1789479427688,"traceId":"0b5cf6f8aba18709"}]
|
|
24
|
+
[{"name":"build-module-js","duration":57966,"timestamp":121948839194,"id":6863,"parentId":6351,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-shape/src/curve/cardinal.js","layer":"app-pages-browser"},"startTime":1789479427688,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":58672,"timestamp":121948839682,"id":6865,"parentId":6351,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-shape/src/curve/catmullRomOpen.js","layer":"app-pages-browser"},"startTime":1789479427689,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":60150,"timestamp":121948839436,"id":6864,"parentId":6351,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-shape/src/curve/catmullRomClosed.js","layer":"app-pages-browser"},"startTime":1789479427688,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":61196,"timestamp":121948839923,"id":6866,"parentId":6351,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-shape/src/curve/catmullRom.js","layer":"app-pages-browser"},"startTime":1789479427689,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":61786,"timestamp":121948840107,"id":6867,"parentId":6351,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-shape/src/curve/linearClosed.js","layer":"app-pages-browser"},"startTime":1789479427689,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":63012,"timestamp":121948840412,"id":6869,"parentId":6351,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-shape/src/curve/monotone.js","layer":"app-pages-browser"},"startTime":1789479427689,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":64043,"timestamp":121948840263,"id":6868,"parentId":6351,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-shape/src/curve/linear.js","layer":"app-pages-browser"},"startTime":1789479427689,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":64981,"timestamp":121948840561,"id":6870,"parentId":6351,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-shape/src/curve/natural.js","layer":"app-pages-browser"},"startTime":1789479427690,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":65931,"timestamp":121948840716,"id":6871,"parentId":6351,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-shape/src/curve/step.js","layer":"app-pages-browser"},"startTime":1789479427690,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":66550,"timestamp":121948840865,"id":6872,"parentId":6351,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-shape/src/offset/expand.js","layer":"app-pages-browser"},"startTime":1789479427690,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":67141,"timestamp":121948841013,"id":6873,"parentId":6351,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-shape/src/offset/diverging.js","layer":"app-pages-browser"},"startTime":1789479427690,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":67666,"timestamp":121948841164,"id":6874,"parentId":6351,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-shape/src/offset/none.js","layer":"app-pages-browser"},"startTime":1789479427690,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":68211,"timestamp":121948841311,"id":6875,"parentId":6351,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-shape/src/offset/silhouette.js","layer":"app-pages-browser"},"startTime":1789479427690,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":68893,"timestamp":121948841459,"id":6876,"parentId":6351,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-shape/src/offset/wiggle.js","layer":"app-pages-browser"},"startTime":1789479427690,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":69983,"timestamp":121948841605,"id":6877,"parentId":6352,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-time/src/interval.js","layer":"app-pages-browser"},"startTime":1789479427691,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":70679,"timestamp":121948841756,"id":6878,"parentId":6352,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-time/src/millisecond.js","layer":"app-pages-browser"},"startTime":1789479427691,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":71216,"timestamp":121948841904,"id":6879,"parentId":6352,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-time/src/second.js","layer":"app-pages-browser"},"startTime":1789479427691,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":71859,"timestamp":121948842049,"id":6880,"parentId":6352,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-time/src/minute.js","layer":"app-pages-browser"},"startTime":1789479427691,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":72514,"timestamp":121948842196,"id":6881,"parentId":6352,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-time/src/hour.js","layer":"app-pages-browser"},"startTime":1789479427691,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":70438,"timestamp":121948856123,"id":6882,"parentId":6352,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-time/src/day.js","layer":"app-pages-browser"},"startTime":1789479427705,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":70689,"timestamp":121948856745,"id":6884,"parentId":6352,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-time/src/month.js","layer":"app-pages-browser"},"startTime":1789479427706,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":71502,"timestamp":121948856989,"id":6885,"parentId":6352,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-time/src/year.js","layer":"app-pages-browser"},"startTime":1789479427706,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":72730,"timestamp":121948857233,"id":6886,"parentId":6352,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-time/src/ticks.js","layer":"app-pages-browser"},"startTime":1789479427706,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":75016,"timestamp":121948856482,"id":6883,"parentId":6352,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-time/src/week.js","layer":"app-pages-browser"},"startTime":1789479427705,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":74861,"timestamp":121948857483,"id":6887,"parentId":6353,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-time-format/src/defaultLocale.js","layer":"app-pages-browser"},"startTime":1789479427706,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":83749,"timestamp":121948857723,"id":6888,"parentId":6353,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-time-format/src/locale.js","layer":"app-pages-browser"},"startTime":1789479427707,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":84656,"timestamp":121948857963,"id":6889,"parentId":6353,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-time-format/src/isoFormat.js","layer":"app-pages-browser"},"startTime":1789479427707,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":85424,"timestamp":121948858204,"id":6890,"parentId":6353,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-time-format/src/isoParse.js","layer":"app-pages-browser"},"startTime":1789479427707,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":87822,"timestamp":121948858444,"id":6891,"parentId":6354,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-timer/src/timer.js","layer":"app-pages-browser"},"startTime":1789479427707,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":88692,"timestamp":121948858687,"id":6892,"parentId":6354,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-timer/src/timeout.js","layer":"app-pages-browser"},"startTime":1789479427708,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":89695,"timestamp":121948858928,"id":6893,"parentId":6354,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-timer/src/interval.js","layer":"app-pages-browser"},"startTime":1789479427708,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":90620,"timestamp":121948859166,"id":6894,"parentId":6355,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-transition/src/active.js","layer":"app-pages-browser"},"startTime":1789479427708,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":91555,"timestamp":121948859406,"id":6895,"parentId":6355,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-transition/src/interrupt.js","layer":"app-pages-browser"},"startTime":1789479427708,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":101159,"timestamp":121948859645,"id":6896,"parentId":6356,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-zoom/src/zoom.js","layer":"app-pages-browser"},"startTime":1789479427709,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":102092,"timestamp":121948859891,"id":6897,"parentId":6356,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-zoom/src/transform.js","layer":"app-pages-browser"},"startTime":1789479427709,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":102457,"timestamp":121948860144,"id":6898,"parentId":6360,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/@babel/runtime/helpers/esm/arrayWithoutHoles.js","layer":"app-pages-browser"},"startTime":1789479427709,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":102763,"timestamp":121948860407,"id":6899,"parentId":6358,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/@babel/runtime/helpers/esm/toPropertyKey.js","layer":"app-pages-browser"},"startTime":1789479427709,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":103055,"timestamp":121948860653,"id":6900,"parentId":6360,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/@babel/runtime/helpers/esm/iterableToArray.js","layer":"app-pages-browser"},"startTime":1789479427710,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":103580,"timestamp":121948860904,"id":6901,"parentId":6360,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js","layer":"app-pages-browser"},"startTime":1789479427710,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":103835,"timestamp":121948861158,"id":6902,"parentId":6360,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/@babel/runtime/helpers/esm/nonIterableSpread.js","layer":"app-pages-browser"},"startTime":1789479427710,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":104183,"timestamp":121948861404,"id":6903,"parentId":6361,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js","layer":"app-pages-browser"},"startTime":1789479427710,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":104558,"timestamp":121948861654,"id":6904,"parentId":6365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/@babel/runtime/helpers/esm/typeof.js","layer":"app-pages-browser"},"startTime":1789479427711,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":104818,"timestamp":121948861896,"id":6905,"parentId":6365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/@babel/runtime/helpers/esm/assertThisInitialized.js","layer":"app-pages-browser"},"startTime":1789479427711,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":105024,"timestamp":121948862383,"id":6907,"parentId":6351,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-shape/src/order/appearance.js","layer":"app-pages-browser"},"startTime":1789479427711,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":105819,"timestamp":121948862141,"id":6906,"parentId":6367,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/@babel/runtime/helpers/esm/setPrototypeOf.js","layer":"app-pages-browser"},"startTime":1789479427711,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":106060,"timestamp":121948862629,"id":6908,"parentId":6351,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-shape/src/order/ascending.js","layer":"app-pages-browser"},"startTime":1789479427712,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":106372,"timestamp":121948862868,"id":6909,"parentId":6351,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-shape/src/order/descending.js","layer":"app-pages-browser"},"startTime":1789479427712,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":115907,"timestamp":121948867839,"id":6911,"parentId":6351,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-shape/src/order/none.js","layer":"app-pages-browser"},"startTime":1789479427717,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":116655,"timestamp":121948868115,"id":6912,"parentId":6351,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-shape/src/order/reverse.js","layer":"app-pages-browser"},"startTime":1789479427717,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":116928,"timestamp":121948868373,"id":6913,"parentId":6355,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-transition/src/selection/index.js","layer":"app-pages-browser"},"startTime":1789479427717,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":117752,"timestamp":121948868619,"id":6914,"parentId":6355,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-transition/src/transition/index.js","layer":"app-pages-browser"},"startTime":1789479427718,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":119519,"timestamp":121948868863,"id":6915,"parentId":6368,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/@babel/runtime/helpers/regeneratorRuntime.js","layer":"app-pages-browser"},"startTime":1789479427718,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":119997,"timestamp":121948869117,"id":6916,"parentId":6369,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/@iconify/utils/lib/icon/defaults.js","layer":"app-pages-browser"},"startTime":1789479427718,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":120817,"timestamp":121948869362,"id":6917,"parentId":6369,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/@iconify/utils/lib/icon/name.js","layer":"app-pages-browser"},"startTime":1789479427718,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":121220,"timestamp":121948869603,"id":6918,"parentId":6369,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/@iconify/utils/lib/icon/transformations.js","layer":"app-pages-browser"},"startTime":1789479427719,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":121706,"timestamp":121948869849,"id":6919,"parentId":6369,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/@iconify/utils/lib/icon/merge.js","layer":"app-pages-browser"},"startTime":1789479427719,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":122496,"timestamp":121948870089,"id":6920,"parentId":6369,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/@iconify/utils/lib/icon/square.js","layer":"app-pages-browser"},"startTime":1789479427719,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":122988,"timestamp":121948870310,"id":6921,"parentId":6369,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/@iconify/utils/lib/customisations/defaults.js","layer":"app-pages-browser"},"startTime":1789479427719,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":126583,"timestamp":121948867506,"id":6910,"parentId":6351,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-shape/src/order/insideOut.js","layer":"app-pages-browser"},"startTime":1789479427716,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":124393,"timestamp":121948870481,"id":6922,"parentId":6369,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/@iconify/utils/lib/customisations/merge.js","layer":"app-pages-browser"},"startTime":1789479427719,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":124837,"timestamp":121948870636,"id":6923,"parentId":6369,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/@iconify/utils/lib/customisations/bool.js","layer":"app-pages-browser"},"startTime":1789479427720,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":125353,"timestamp":121948870789,"id":6924,"parentId":6369,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/@iconify/utils/lib/customisations/flip.js","layer":"app-pages-browser"},"startTime":1789479427720,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":126038,"timestamp":121948870944,"id":6925,"parentId":6369,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/@iconify/utils/lib/customisations/rotate.js","layer":"app-pages-browser"},"startTime":1789479427720,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":126636,"timestamp":121948871094,"id":6926,"parentId":6369,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/@iconify/utils/lib/icon-set/tree.js","layer":"app-pages-browser"},"startTime":1789479427720,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":127291,"timestamp":121948871243,"id":6927,"parentId":6369,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/@iconify/utils/lib/icon-set/get-icon.js","layer":"app-pages-browser"},"startTime":1789479427720,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":128140,"timestamp":121948871394,"id":6928,"parentId":6369,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/@iconify/utils/lib/icon-set/parse.js","layer":"app-pages-browser"},"startTime":1789479427720,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":129821,"timestamp":121948871547,"id":6929,"parentId":6369,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/@iconify/utils/lib/icon-set/validate.js","layer":"app-pages-browser"},"startTime":1789479427720,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":130704,"timestamp":121948871697,"id":6930,"parentId":6369,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/@iconify/utils/lib/icon-set/validate-basic.js","layer":"app-pages-browser"},"startTime":1789479427721,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":131286,"timestamp":121948871853,"id":6931,"parentId":6369,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/@iconify/utils/lib/icon-set/expand.js","layer":"app-pages-browser"},"startTime":1789479427721,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":132310,"timestamp":121948872017,"id":6932,"parentId":6369,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/@iconify/utils/lib/icon-set/minify.js","layer":"app-pages-browser"},"startTime":1789479427721,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":133171,"timestamp":121948872176,"id":6933,"parentId":6369,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/@iconify/utils/lib/icon-set/get-icons.js","layer":"app-pages-browser"},"startTime":1789479427721,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":134743,"timestamp":121948872330,"id":6934,"parentId":6369,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/@iconify/utils/lib/icon-set/convert-info.js","layer":"app-pages-browser"},"startTime":1789479427721,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":135581,"timestamp":121948872482,"id":6935,"parentId":6369,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/@iconify/utils/lib/svg/size.js","layer":"app-pages-browser"},"startTime":1789479427721,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":136320,"timestamp":121948872629,"id":6936,"parentId":6369,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/@iconify/utils/lib/svg/defs.js","layer":"app-pages-browser"},"startTime":1789479427722,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":137679,"timestamp":121948872776,"id":6937,"parentId":6369,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/@iconify/utils/lib/svg/build.js","layer":"app-pages-browser"},"startTime":1789479427722,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":138624,"timestamp":121948872921,"id":6938,"parentId":6369,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/@iconify/utils/lib/svg/id.js","layer":"app-pages-browser"},"startTime":1789479427722,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":139251,"timestamp":121948873067,"id":6939,"parentId":6369,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/@iconify/utils/lib/svg/url.js","layer":"app-pages-browser"},"startTime":1789479427722,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":152503,"timestamp":121948875064,"id":6940,"parentId":6369,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/@iconify/utils/lib/svg/encode-svg-for-css.js","layer":"app-pages-browser"},"startTime":1789479427724,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":154468,"timestamp":121948875414,"id":6941,"parentId":6369,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/@iconify/utils/lib/svg/pretty.js","layer":"app-pages-browser"},"startTime":1789479427724,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":155085,"timestamp":121948875921,"id":6943,"parentId":6369,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/@iconify/utils/lib/svg/html.js","layer":"app-pages-browser"},"startTime":1789479427725,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":156499,"timestamp":121948875674,"id":6942,"parentId":6369,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/@iconify/utils/lib/svg/trim.js","layer":"app-pages-browser"},"startTime":1789479427725,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":126130,"timestamp":121948919379,"id":6944,"parentId":6369,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/@iconify/utils/lib/svg/inner-html.js","layer":"app-pages-browser"},"startTime":1789479427768,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":126849,"timestamp":121948919986,"id":6946,"parentId":6369,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/@iconify/utils/lib/svg/parse.js","layer":"app-pages-browser"},"startTime":1789479427769,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":127451,"timestamp":121948920254,"id":6947,"parentId":6370,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/@braintree/sanitize-url/dist/constants.js","layer":"app-pages-browser"},"startTime":1789479427769,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":129099,"timestamp":121948920516,"id":6948,"parentId":6369,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/@iconify/utils/lib/colors/keywords.js","layer":"app-pages-browser"},"startTime":1789479427769,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":130583,"timestamp":121948919725,"id":6945,"parentId":6369,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/@iconify/utils/lib/svg/viewbox.js","layer":"app-pages-browser"},"startTime":1789479427769,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":132555,"timestamp":121948920769,"id":6949,"parentId":6369,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/@iconify/utils/lib/colors/index.js","layer":"app-pages-browser"},"startTime":1789479427770,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":133428,"timestamp":121948921011,"id":6950,"parentId":6369,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/@iconify/utils/lib/css/icon.js","layer":"app-pages-browser"},"startTime":1789479427770,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":135329,"timestamp":121948921254,"id":6951,"parentId":6369,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/@iconify/utils/lib/css/icons.js","layer":"app-pages-browser"},"startTime":1789479427770,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":137491,"timestamp":121948921494,"id":6952,"parentId":6369,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/@iconify/utils/lib/loader/utils.js","layer":"app-pages-browser"},"startTime":1789479427770,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":138382,"timestamp":121948921735,"id":6953,"parentId":6369,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/@iconify/utils/lib/loader/custom.js","layer":"app-pages-browser"},"startTime":1789479427771,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":139211,"timestamp":121948921982,"id":6954,"parentId":6369,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/@iconify/utils/lib/loader/modern.js","layer":"app-pages-browser"},"startTime":1789479427771,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":104871,"timestamp":121948976045,"id":6955,"parentId":6369,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/@iconify/utils/lib/loader/loader.js","layer":"app-pages-browser"},"startTime":1789479427825,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":105996,"timestamp":121948976321,"id":6956,"parentId":6369,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/@iconify/utils/lib/emoji/convert.js","layer":"app-pages-browser"},"startTime":1789479427825,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":107069,"timestamp":121948976496,"id":6957,"parentId":6369,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/@iconify/utils/lib/emoji/cleanup.js","layer":"app-pages-browser"},"startTime":1789479427825,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":107782,"timestamp":121948976810,"id":6959,"parentId":6369,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/@iconify/utils/lib/emoji/parse.js","layer":"app-pages-browser"},"startTime":1789479427826,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":108923,"timestamp":121948976653,"id":6958,"parentId":6369,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/@iconify/utils/lib/emoji/format.js","layer":"app-pages-browser"},"startTime":1789479427826,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":110043,"timestamp":121948976964,"id":6960,"parentId":6369,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/@iconify/utils/lib/emoji/test/parse.js","layer":"app-pages-browser"},"startTime":1789479427826,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":111121,"timestamp":121948977116,"id":6961,"parentId":6369,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/@iconify/utils/lib/emoji/test/variations.js","layer":"app-pages-browser"},"startTime":1789479427826,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":112209,"timestamp":121948977273,"id":6962,"parentId":6369,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/@iconify/utils/lib/emoji/test/missing.js","layer":"app-pages-browser"},"startTime":1789479427826,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":112921,"timestamp":121948977424,"id":6963,"parentId":6369,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/@iconify/utils/lib/emoji/regex/create.js","layer":"app-pages-browser"},"startTime":1789479427826,"traceId":"0b5cf6f8aba18709"}]
|
|
25
|
+
[{"name":"build-module-js","duration":113450,"timestamp":121948977721,"id":6965,"parentId":6369,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/@iconify/utils/lib/misc/strings.js","layer":"app-pages-browser"},"startTime":1789479427827,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":114384,"timestamp":121948977572,"id":6964,"parentId":6369,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/@iconify/utils/lib/emoji/replace/replace.js","layer":"app-pages-browser"},"startTime":1789479427827,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":114905,"timestamp":121948977870,"id":6966,"parentId":6369,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/@iconify/utils/lib/misc/objects.js","layer":"app-pages-browser"},"startTime":1789479427827,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":115352,"timestamp":121948978019,"id":6967,"parentId":6369,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/@iconify/utils/lib/misc/title.js","layer":"app-pages-browser"},"startTime":1789479427827,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":115854,"timestamp":121948978169,"id":6968,"parentId":6384,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/vfile/lib/minurl.shared.js","layer":"app-pages-browser"},"startTime":1789479427827,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":116158,"timestamp":121948978322,"id":6969,"parentId":6386,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/unist-util-visit-parents/lib/color.js","layer":"app-pages-browser"},"startTime":1789479427827,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":117710,"timestamp":121948978486,"id":6970,"parentId":6388,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/dagre-d3-es/src/dagre/greedy-fas.js","layer":"app-pages-browser"},"startTime":1789479427827,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":118552,"timestamp":121948978641,"id":6971,"parentId":6389,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/dagre-d3-es/src/dagre/add-border-segments.js","layer":"app-pages-browser"},"startTime":1789479427828,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":119516,"timestamp":121948978794,"id":6972,"parentId":6389,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/dagre-d3-es/src/dagre/coordinate-system.js","layer":"app-pages-browser"},"startTime":1789479427828,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":120833,"timestamp":121948978946,"id":6973,"parentId":6389,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/dagre-d3-es/src/dagre/nesting-graph.js","layer":"app-pages-browser"},"startTime":1789479427828,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":121967,"timestamp":121948979094,"id":6974,"parentId":6389,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/dagre-d3-es/src/dagre/parent-dummy-chains.js","layer":"app-pages-browser"},"startTime":1789479427828,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":122795,"timestamp":121948979244,"id":6975,"parentId":6371,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-QBLGF6JB.mjs","layer":"app-pages-browser"},"startTime":1789479427828,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":124054,"timestamp":121948979398,"id":6976,"parentId":6371,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-5TONJI2A.mjs","layer":"app-pages-browser"},"startTime":1789479427828,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":125377,"timestamp":121948979549,"id":6977,"parentId":6371,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-U6XO7XAA.mjs","layer":"app-pages-browser"},"startTime":1789479427828,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":126410,"timestamp":121948979698,"id":6978,"parentId":6371,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-5HE753X5.mjs","layer":"app-pages-browser"},"startTime":1789479427829,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":127649,"timestamp":121948979849,"id":6979,"parentId":6371,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-JG7HCLWE.mjs","layer":"app-pages-browser"},"startTime":1789479427829,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":129173,"timestamp":121948980013,"id":6980,"parentId":6371,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-R7FJI6CG.mjs","layer":"app-pages-browser"},"startTime":1789479427829,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":129985,"timestamp":121948980171,"id":6981,"parentId":6371,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-5FCAYU7R.mjs","layer":"app-pages-browser"},"startTime":1789479427829,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":103766,"timestamp":121949039364,"id":6982,"parentId":6371,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-OSBZ3O6U.mjs","layer":"app-pages-browser"},"startTime":1789479427888,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":104284,"timestamp":121949039991,"id":6984,"parentId":6371,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-BIQX33UG.mjs","layer":"app-pages-browser"},"startTime":1789479427889,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":105689,"timestamp":121949039720,"id":6983,"parentId":6371,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-CYSBUYHQ.mjs","layer":"app-pages-browser"},"startTime":1789479427889,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":106205,"timestamp":121949040272,"id":6985,"parentId":6371,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-EMLP6XTP.mjs","layer":"app-pages-browser"},"startTime":1789479427889,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":107213,"timestamp":121949040527,"id":6986,"parentId":6371,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-YOTPTUD7.mjs","layer":"app-pages-browser"},"startTime":1789479427889,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":108498,"timestamp":121949040779,"id":6987,"parentId":6371,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-CQNSW5MT.mjs","layer":"app-pages-browser"},"startTime":1789479427890,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":109869,"timestamp":121949041030,"id":6988,"parentId":6371,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-MOZMSUNE.mjs","layer":"app-pages-browser"},"startTime":1789479427890,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":111625,"timestamp":121949041281,"id":6989,"parentId":6371,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-5JV3BV7I.mjs","layer":"app-pages-browser"},"startTime":1789479427890,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":111759,"timestamp":121949041779,"id":6991,"parentId":6371,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/cynefin-VYW2F7L2.mjs","layer":"app-pages-browser"},"startTime":1789479427891,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":111778,"timestamp":121949042280,"id":6993,"parentId":6371,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/treemap-6X3UGDF4.mjs","layer":"app-pages-browser"},"startTime":1789479427891,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":112525,"timestamp":121949042030,"id":6992,"parentId":6371,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/wardley-OPB4EBWU.mjs","layer":"app-pages-browser"},"startTime":1789479427891,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":112478,"timestamp":121949042532,"id":6994,"parentId":6371,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/railroad-peg-LSFZ7HO6.mjs","layer":"app-pages-browser"},"startTime":1789479427891,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":91351,"timestamp":121949075695,"id":6995,"parentId":6371,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/railroad-abnf-AHOZXSZD.mjs","layer":"app-pages-browser"},"startTime":1789479427925,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":91983,"timestamp":121949075970,"id":6996,"parentId":6371,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/railroad-ebnf-EBAXGLYW.mjs","layer":"app-pages-browser"},"startTime":1789479427925,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":92466,"timestamp":121949076177,"id":6997,"parentId":6371,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/railroad-3IZDKUUU.mjs","layer":"app-pages-browser"},"startTime":1789479427925,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":92826,"timestamp":121949076343,"id":6998,"parentId":6371,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/radar-I7S5WNFK.mjs","layer":"app-pages-browser"},"startTime":1789479427925,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":93201,"timestamp":121949076502,"id":6999,"parentId":6371,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/eventmodeling-45OFAUF4.mjs","layer":"app-pages-browser"},"startTime":1789479427925,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":62544,"timestamp":121949116248,"id":7000,"parentId":6371,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/gitGraph-TEB2WS4Q.mjs","layer":"app-pages-browser"},"startTime":1789479427965,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":632219,"timestamp":121949041530,"id":6990,"parentId":6371,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-KEIR6QF5.mjs","layer":"app-pages-browser"},"startTime":1789479427890,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":557332,"timestamp":121949117135,"id":7003,"parentId":6371,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/pie-RZYD4A2V.mjs","layer":"app-pages-browser"},"startTime":1789479427966,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":557631,"timestamp":121949117391,"id":7004,"parentId":6371,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/packet-7NZHBO7P.mjs","layer":"app-pages-browser"},"startTime":1789479427966,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":558689,"timestamp":121949116878,"id":7002,"parentId":6371,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/treeView-QDETBFTQ.mjs","layer":"app-pages-browser"},"startTime":1789479427966,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":559526,"timestamp":121949116607,"id":7001,"parentId":6371,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/architecture-TIHT7OUA.mjs","layer":"app-pages-browser"},"startTime":1789479427966,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":559023,"timestamp":121949117644,"id":7005,"parentId":6371,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/info-DKCQHKI2.mjs","layer":"app-pages-browser"},"startTime":1789479427967,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":561094,"timestamp":121949117893,"id":7006,"parentId":6391,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/hastscript/lib/create-h.js","layer":"app-pages-browser"},"startTime":1789479427967,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":561596,"timestamp":121949118131,"id":7007,"parentId":6391,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/hastscript/lib/svg-case-sensitive-tag-names.js","layer":"app-pages-browser"},"startTime":1789479427967,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":563724,"timestamp":121949118379,"id":7008,"parentId":6389,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/dagre-d3-es/src/dagre/util.js","layer":"app-pages-browser"},"startTime":1789479427967,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":564686,"timestamp":121949118620,"id":7009,"parentId":6394,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/dagre-d3-es/src/dagre/rank/feasible-tree.js","layer":"app-pages-browser"},"startTime":1789479427968,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":565430,"timestamp":121949118867,"id":7010,"parentId":6394,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/dagre-d3-es/src/dagre/rank/util.js","layer":"app-pages-browser"},"startTime":1789479427968,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":567217,"timestamp":121949119109,"id":7011,"parentId":6394,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/dagre-d3-es/src/dagre/rank/network-simplex.js","layer":"app-pages-browser"},"startTime":1789479427968,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":568269,"timestamp":121949119357,"id":7012,"parentId":6389,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/dagre-d3-es/src/dagre/order/index.js","layer":"app-pages-browser"},"startTime":1789479427968,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":569687,"timestamp":121949119842,"id":7014,"parentId":6327,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/internmap/src/index.js","layer":"app-pages-browser"},"startTime":1789479427969,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":571355,"timestamp":121949119599,"id":7013,"parentId":6389,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/dagre-d3-es/src/dagre/position/index.js","layer":"app-pages-browser"},"startTime":1789479427969,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":574689,"timestamp":121949120070,"id":7015,"parentId":6422,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/mdast-util-to-hast/lib/state.js","layer":"app-pages-browser"},"startTime":1789479427969,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":575492,"timestamp":121949120230,"id":7016,"parentId":6424,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/mdast-util-to-hast/lib/handlers/blockquote.js","layer":"app-pages-browser"},"startTime":1789479427969,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":576281,"timestamp":121949120384,"id":7017,"parentId":6424,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/mdast-util-to-hast/lib/handlers/break.js","layer":"app-pages-browser"},"startTime":1789479427969,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":577023,"timestamp":121949120531,"id":7018,"parentId":6424,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/mdast-util-to-hast/lib/handlers/code.js","layer":"app-pages-browser"},"startTime":1789479427969,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":577535,"timestamp":121949120681,"id":7019,"parentId":6424,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/mdast-util-to-hast/lib/handlers/delete.js","layer":"app-pages-browser"},"startTime":1789479427970,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":578024,"timestamp":121949120830,"id":7020,"parentId":6424,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/mdast-util-to-hast/lib/handlers/emphasis.js","layer":"app-pages-browser"},"startTime":1789479427970,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":578871,"timestamp":121949120977,"id":7021,"parentId":6424,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/mdast-util-to-hast/lib/handlers/footnote-reference.js","layer":"app-pages-browser"},"startTime":1789479427970,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":579428,"timestamp":121949121131,"id":7022,"parentId":6424,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/mdast-util-to-hast/lib/handlers/heading.js","layer":"app-pages-browser"},"startTime":1789479427970,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":579957,"timestamp":121949121281,"id":7023,"parentId":6424,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/mdast-util-to-hast/lib/handlers/html.js","layer":"app-pages-browser"},"startTime":1789479427970,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":580707,"timestamp":121949121428,"id":7024,"parentId":6424,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/mdast-util-to-hast/lib/handlers/image-reference.js","layer":"app-pages-browser"},"startTime":1789479427970,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":581404,"timestamp":121949121577,"id":7025,"parentId":6424,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/mdast-util-to-hast/lib/handlers/image.js","layer":"app-pages-browser"},"startTime":1789479427971,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":582015,"timestamp":121949121727,"id":7026,"parentId":6424,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/mdast-util-to-hast/lib/handlers/inline-code.js","layer":"app-pages-browser"},"startTime":1789479427971,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":582743,"timestamp":121949121874,"id":7027,"parentId":6424,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/mdast-util-to-hast/lib/handlers/link-reference.js","layer":"app-pages-browser"},"startTime":1789479427971,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":583341,"timestamp":121949122054,"id":7028,"parentId":6424,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/mdast-util-to-hast/lib/handlers/link.js","layer":"app-pages-browser"},"startTime":1789479427971,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":584444,"timestamp":121949122201,"id":7029,"parentId":6424,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/mdast-util-to-hast/lib/handlers/list-item.js","layer":"app-pages-browser"},"startTime":1789479427971,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":585202,"timestamp":121949122352,"id":7030,"parentId":6424,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/mdast-util-to-hast/lib/handlers/list.js","layer":"app-pages-browser"},"startTime":1789479427971,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":585828,"timestamp":121949122499,"id":7031,"parentId":6424,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/mdast-util-to-hast/lib/handlers/paragraph.js","layer":"app-pages-browser"},"startTime":1789479427971,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":588227,"timestamp":121949135029,"id":7033,"parentId":6424,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/mdast-util-to-hast/lib/handlers/strong.js","layer":"app-pages-browser"},"startTime":1789479427984,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":589306,"timestamp":121949134651,"id":7032,"parentId":6424,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/mdast-util-to-hast/lib/handlers/root.js","layer":"app-pages-browser"},"startTime":1789479427984,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":589648,"timestamp":121949135288,"id":7034,"parentId":6424,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/mdast-util-to-hast/lib/handlers/table.js","layer":"app-pages-browser"},"startTime":1789479427984,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":590405,"timestamp":121949135535,"id":7035,"parentId":6424,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/mdast-util-to-hast/lib/handlers/table-row.js","layer":"app-pages-browser"},"startTime":1789479427984,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":590641,"timestamp":121949136056,"id":7037,"parentId":6424,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/mdast-util-to-hast/lib/handlers/text.js","layer":"app-pages-browser"},"startTime":1789479427985,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":591149,"timestamp":121949136216,"id":7038,"parentId":6424,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/mdast-util-to-hast/lib/handlers/thematic-break.js","layer":"app-pages-browser"},"startTime":1789479427985,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":594356,"timestamp":121949136371,"id":7039,"parentId":6432,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/mermaid/node_modules/uuid/dist/esm-browser/md5.js","layer":"app-pages-browser"},"startTime":1789479427985,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":595632,"timestamp":121949135822,"id":7036,"parentId":6424,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/mdast-util-to-hast/lib/handlers/table-cell.js","layer":"app-pages-browser"},"startTime":1789479427985,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":595608,"timestamp":121949136684,"id":7041,"parentId":6431,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/mermaid/node_modules/uuid/dist/esm-browser/rng.js","layer":"app-pages-browser"},"startTime":1789479427986,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":597074,"timestamp":121949136527,"id":7040,"parentId":6432,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/mermaid/node_modules/uuid/dist/esm-browser/v35.js","layer":"app-pages-browser"},"startTime":1789479427985,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":597480,"timestamp":121949136836,"id":7042,"parentId":6433,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/mermaid/node_modules/uuid/dist/esm-browser/native.js","layer":"app-pages-browser"},"startTime":1789479427986,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":598875,"timestamp":121949136990,"id":7043,"parentId":6434,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/mermaid/node_modules/uuid/dist/esm-browser/sha1.js","layer":"app-pages-browser"},"startTime":1789479427986,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":599445,"timestamp":121949137146,"id":7044,"parentId":6440,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/mermaid/node_modules/uuid/dist/esm-browser/regex.js","layer":"app-pages-browser"},"startTime":1789479427986,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":600028,"timestamp":121949137306,"id":7045,"parentId":6446,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/rehype-raw/lib/index.js","layer":"app-pages-browser"},"startTime":1789479427986,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":600468,"timestamp":121949137459,"id":7046,"parentId":6464,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-sankey/src/constant.js","layer":"app-pages-browser"},"startTime":1789479427986,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":600960,"timestamp":121949137611,"id":7047,"parentId":6482,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/math/sumBy.mjs","layer":"app-pages-browser"},"startTime":1789479427987,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":601710,"timestamp":121949137763,"id":7048,"parentId":6483,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/khroma/dist/methods/rgba.js","layer":"app-pages-browser"},"startTime":1789479427987,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":602440,"timestamp":121949137911,"id":7049,"parentId":6483,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/khroma/dist/methods/hsla.js","layer":"app-pages-browser"},"startTime":1789479427987,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":603009,"timestamp":121949138057,"id":7050,"parentId":6483,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/khroma/dist/methods/to_keyword.js","layer":"app-pages-browser"},"startTime":1789479427987,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":603519,"timestamp":121949138212,"id":7051,"parentId":6483,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/khroma/dist/methods/to_hex.js","layer":"app-pages-browser"},"startTime":1789479427987,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":604039,"timestamp":121949138360,"id":7052,"parentId":6483,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/khroma/dist/methods/to_rgba.js","layer":"app-pages-browser"},"startTime":1789479427987,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":604560,"timestamp":121949138508,"id":7053,"parentId":6483,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/khroma/dist/methods/to_hsla.js","layer":"app-pages-browser"},"startTime":1789479427987,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":605131,"timestamp":121949138655,"id":7054,"parentId":6483,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/khroma/dist/methods/channel.js","layer":"app-pages-browser"},"startTime":1789479427988,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":605709,"timestamp":121949138802,"id":7055,"parentId":6483,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/khroma/dist/methods/red.js","layer":"app-pages-browser"},"startTime":1789479427988,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":606278,"timestamp":121949138949,"id":7056,"parentId":6483,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/khroma/dist/methods/green.js","layer":"app-pages-browser"},"startTime":1789479427988,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":606810,"timestamp":121949139094,"id":7057,"parentId":6483,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/khroma/dist/methods/blue.js","layer":"app-pages-browser"},"startTime":1789479427988,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":607322,"timestamp":121949139241,"id":7058,"parentId":6483,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/khroma/dist/methods/hue.js","layer":"app-pages-browser"},"startTime":1789479427988,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":607858,"timestamp":121949139387,"id":7059,"parentId":6483,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/khroma/dist/methods/saturation.js","layer":"app-pages-browser"},"startTime":1789479427988,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":611583,"timestamp":121949139534,"id":7060,"parentId":6483,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/khroma/dist/methods/lightness.js","layer":"app-pages-browser"},"startTime":1789479427988,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":612306,"timestamp":121949139681,"id":7061,"parentId":6483,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/khroma/dist/methods/alpha.js","layer":"app-pages-browser"},"startTime":1789479427989,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":613280,"timestamp":121949139827,"id":7062,"parentId":6483,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/khroma/dist/methods/contrast.js","layer":"app-pages-browser"},"startTime":1789479427989,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":614320,"timestamp":121949139974,"id":7063,"parentId":6483,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/khroma/dist/methods/luminance.js","layer":"app-pages-browser"},"startTime":1789479427989,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":615059,"timestamp":121949140150,"id":7064,"parentId":6483,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/khroma/dist/methods/is_dark.js","layer":"app-pages-browser"},"startTime":1789479427989,"traceId":"0b5cf6f8aba18709"}]
|
|
26
|
+
[{"name":"build-module-js","duration":615843,"timestamp":121949140303,"id":7065,"parentId":6483,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/khroma/dist/methods/is_light.js","layer":"app-pages-browser"},"startTime":1789479427989,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":616580,"timestamp":121949140452,"id":7066,"parentId":6483,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/khroma/dist/methods/is_transparent.js","layer":"app-pages-browser"},"startTime":1789479427989,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":617432,"timestamp":121949140600,"id":7067,"parentId":6483,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/khroma/dist/methods/is_valid.js","layer":"app-pages-browser"},"startTime":1789479427990,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":624575,"timestamp":121949161930,"id":7069,"parentId":6483,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/khroma/dist/methods/desaturate.js","layer":"app-pages-browser"},"startTime":1789479428011,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":625356,"timestamp":121949162112,"id":7070,"parentId":6483,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/khroma/dist/methods/lighten.js","layer":"app-pages-browser"},"startTime":1789479428011,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":625978,"timestamp":121949162430,"id":7072,"parentId":6483,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/khroma/dist/methods/opacify.js","layer":"app-pages-browser"},"startTime":1789479428011,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":627051,"timestamp":121949162273,"id":7071,"parentId":6483,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/khroma/dist/methods/darken.js","layer":"app-pages-browser"},"startTime":1789479428011,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":627658,"timestamp":121949162584,"id":7073,"parentId":6483,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/khroma/dist/methods/transparentize.js","layer":"app-pages-browser"},"startTime":1789479428012,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":628393,"timestamp":121949162736,"id":7074,"parentId":6483,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/khroma/dist/methods/complement.js","layer":"app-pages-browser"},"startTime":1789479428012,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":629096,"timestamp":121949162888,"id":7075,"parentId":6483,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/khroma/dist/methods/grayscale.js","layer":"app-pages-browser"},"startTime":1789479428012,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":630069,"timestamp":121949163040,"id":7076,"parentId":6483,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/khroma/dist/methods/adjust.js","layer":"app-pages-browser"},"startTime":1789479428012,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":630675,"timestamp":121949163189,"id":7077,"parentId":6483,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/khroma/dist/methods/change.js","layer":"app-pages-browser"},"startTime":1789479428012,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":631196,"timestamp":121949163343,"id":7078,"parentId":6483,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/khroma/dist/methods/invert.js","layer":"app-pages-browser"},"startTime":1789479428012,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":631856,"timestamp":121949163495,"id":7079,"parentId":6483,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/khroma/dist/methods/mix.js","layer":"app-pages-browser"},"startTime":1789479428012,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":632542,"timestamp":121949163646,"id":7080,"parentId":6483,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/khroma/dist/methods/scale.js","layer":"app-pages-browser"},"startTime":1789479428013,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":635289,"timestamp":121949161651,"id":7068,"parentId":6483,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/khroma/dist/methods/saturate.js","layer":"app-pages-browser"},"startTime":1789479428011,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":30989,"timestamp":121949774251,"id":7111,"parentId":6380,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/lodash.js","layer":"app-pages-browser"},"startTime":1789479428623,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":637865,"timestamp":121949172883,"id":7082,"parentId":6449,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/remark-frontmatter/lib/index.js","layer":"app-pages-browser"},"startTime":1789479428022,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":638391,"timestamp":121949173237,"id":7084,"parentId":6450,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/remark-math/lib/index.js","layer":"app-pages-browser"},"startTime":1789479428022,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-mjs","duration":638819,"timestamp":121949173559,"id":7086,"parentId":6491,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/es-toolkit/dist/predicate/isPlainObject.mjs","layer":"app-pages-browser"},"startTime":1789479428023,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":640522,"timestamp":121949172604,"id":7081,"parentId":6447,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/remark-gfm/lib/index.js","layer":"app-pages-browser"},"startTime":1789479428022,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":641246,"timestamp":121949173400,"id":7085,"parentId":6488,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/trough/lib/index.js","layer":"app-pages-browser"},"startTime":1789479428022,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":642262,"timestamp":121949173073,"id":7083,"parentId":6448,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/rehype-sanitize/lib/index.js","layer":"app-pages-browser"},"startTime":1789479428022,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":642797,"timestamp":121949173715,"id":7087,"parentId":6490,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/estree-util-is-identifier-name/lib/index.js","layer":"app-pages-browser"},"startTime":1789479428023,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":643989,"timestamp":121949174033,"id":7089,"parentId":6498,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/vfile-message/lib/index.js","layer":"app-pages-browser"},"startTime":1789479428023,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":644695,"timestamp":121949174188,"id":7090,"parentId":6499,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/property-information/lib/aria.js","layer":"app-pages-browser"},"startTime":1789479428023,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":646311,"timestamp":121949173876,"id":7088,"parentId":6497,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/hast-util-from-dom/lib/index.js","layer":"app-pages-browser"},"startTime":1789479428023,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":647493,"timestamp":121949174340,"id":7091,"parentId":6499,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/property-information/lib/html.js","layer":"app-pages-browser"},"startTime":1789479428023,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":649673,"timestamp":121949174491,"id":7092,"parentId":6499,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/property-information/lib/svg.js","layer":"app-pages-browser"},"startTime":1789479428023,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":120793,"timestamp":121949714291,"id":7093,"parentId":6499,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/property-information/lib/xlink.js","layer":"app-pages-browser"},"startTime":1789479428563,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":72045,"timestamp":121949769238,"id":7095,"parentId":6499,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/property-information/lib/xml.js","layer":"app-pages-browser"},"startTime":1789479428618,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":73017,"timestamp":121949768845,"id":7094,"parentId":6499,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/property-information/lib/xmlns.js","layer":"app-pages-browser"},"startTime":1789479428618,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":72760,"timestamp":121949769589,"id":7096,"parentId":6499,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/property-information/lib/hast-to-react.js","layer":"app-pages-browser"},"startTime":1789479428619,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":73427,"timestamp":121949769919,"id":7097,"parentId":6499,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/property-information/lib/find.js","layer":"app-pages-browser"},"startTime":1789479428619,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":73625,"timestamp":121949770238,"id":7098,"parentId":6499,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/property-information/lib/normalize.js","layer":"app-pages-browser"},"startTime":1789479428619,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":73955,"timestamp":121949770554,"id":7099,"parentId":6499,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/property-information/lib/util/merge.js","layer":"app-pages-browser"},"startTime":1789479428620,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":73977,"timestamp":121949771169,"id":7101,"parentId":6500,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/hast-util-whitespace/lib/index.js","layer":"app-pages-browser"},"startTime":1789479428620,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":75172,"timestamp":121949770873,"id":7100,"parentId":6509,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/style-to-js/cjs/utilities.js","layer":"app-pages-browser"},"startTime":1789479428620,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":79877,"timestamp":121949771476,"id":7102,"parentId":6508,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/mdast-util-from-markdown/lib/index.js","layer":"app-pages-browser"},"startTime":1789479428620,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":80481,"timestamp":121949771802,"id":7103,"parentId":6502,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/unist-util-position/lib/index.js","layer":"app-pages-browser"},"startTime":1789479428621,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":80911,"timestamp":121949772132,"id":7104,"parentId":6554,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-array/src/number.js","layer":"app-pages-browser"},"startTime":1789479428621,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":81087,"timestamp":121949772429,"id":7105,"parentId":6565,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-array/src/identity.js","layer":"app-pages-browser"},"startTime":1789479428621,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":81259,"timestamp":121949772732,"id":7106,"parentId":6567,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-array/src/array.js","layer":"app-pages-browser"},"startTime":1789479428622,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":81413,"timestamp":121949773033,"id":7107,"parentId":6567,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-array/src/constant.js","layer":"app-pages-browser"},"startTime":1789479428622,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":81528,"timestamp":121949773329,"id":7108,"parentId":6385,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/unist-util-find-after/index.js","layer":"app-pages-browser"},"startTime":1789479428622,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":81302,"timestamp":121949773951,"id":7110,"parentId":6386,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/unist-util-is/index.js","layer":"app-pages-browser"},"startTime":1789479428623,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":80941,"timestamp":121949774759,"id":7112,"parentId":6608,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-axis/src/identity.js","layer":"app-pages-browser"},"startTime":1789479428624,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":82517,"timestamp":121949773626,"id":7109,"parentId":6385,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/hast-util-is-element/index.js","layer":"app-pages-browser"},"startTime":1789479428623,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":81481,"timestamp":121949775105,"id":7113,"parentId":6609,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-brush/src/constant.js","layer":"app-pages-browser"},"startTime":1789479428624,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":81711,"timestamp":121949775441,"id":7114,"parentId":6609,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-brush/src/event.js","layer":"app-pages-browser"},"startTime":1789479428624,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":81912,"timestamp":121949775750,"id":7115,"parentId":6609,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-brush/src/noevent.js","layer":"app-pages-browser"},"startTime":1789479428625,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":82229,"timestamp":121949776079,"id":7116,"parentId":6610,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-chord/src/math.js","layer":"app-pages-browser"},"startTime":1789479428625,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":82357,"timestamp":121949776387,"id":7117,"parentId":6611,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-chord/src/array.js","layer":"app-pages-browser"},"startTime":1789479428625,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":82455,"timestamp":121949776725,"id":7118,"parentId":6611,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-chord/src/constant.js","layer":"app-pages-browser"},"startTime":1789479428626,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":82694,"timestamp":121949777046,"id":7119,"parentId":6612,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-color/src/define.js","layer":"app-pages-browser"},"startTime":1789479428626,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":83245,"timestamp":121949777369,"id":7120,"parentId":6613,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-color/src/math.js","layer":"app-pages-browser"},"startTime":1789479428626,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":84494,"timestamp":121949777670,"id":7121,"parentId":6615,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-delaunay/src/path.js","layer":"app-pages-browser"},"startTime":1789479428627,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":85176,"timestamp":121949777994,"id":7122,"parentId":6615,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-delaunay/src/polygon.js","layer":"app-pages-browser"},"startTime":1789479428627,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":85850,"timestamp":121949778291,"id":7123,"parentId":6621,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-drag/src/noevent.js","layer":"app-pages-browser"},"startTime":1789479428627,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":86244,"timestamp":121949778573,"id":7124,"parentId":6621,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-drag/src/constant.js","layer":"app-pages-browser"},"startTime":1789479428628,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":87034,"timestamp":121949778872,"id":7125,"parentId":6621,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-drag/src/event.js","layer":"app-pages-browser"},"startTime":1789479428628,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":88729,"timestamp":121949779186,"id":7126,"parentId":6423,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/micromark-util-sanitize-uri/index.js","layer":"app-pages-browser"},"startTime":1789479428628,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":89230,"timestamp":121949779506,"id":7127,"parentId":6624,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-contour/src/array.js","layer":"app-pages-browser"},"startTime":1789479428628,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":89636,"timestamp":121949779795,"id":7128,"parentId":6624,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-contour/src/ascending.js","layer":"app-pages-browser"},"startTime":1789479428629,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":90169,"timestamp":121949780112,"id":7129,"parentId":6624,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-contour/src/area.js","layer":"app-pages-browser"},"startTime":1789479428629,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":90514,"timestamp":121949780427,"id":7130,"parentId":6624,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-contour/src/constant.js","layer":"app-pages-browser"},"startTime":1789479428629,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":91566,"timestamp":121949780719,"id":7131,"parentId":6624,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-contour/src/contains.js","layer":"app-pages-browser"},"startTime":1789479428630,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":91970,"timestamp":121949781016,"id":7132,"parentId":6624,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-contour/src/noop.js","layer":"app-pages-browser"},"startTime":1789479428630,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":92494,"timestamp":121949781327,"id":7133,"parentId":6635,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-ease/src/math.js","layer":"app-pages-browser"},"startTime":1789479428630,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":92725,"timestamp":121949781630,"id":7134,"parentId":6642,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-force/src/jiggle.js","layer":"app-pages-browser"},"startTime":1789479428631,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":92884,"timestamp":121949781919,"id":7135,"parentId":6642,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-force/src/constant.js","layer":"app-pages-browser"},"startTime":1789479428631,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":93093,"timestamp":121949782209,"id":7136,"parentId":6646,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-force/src/lcg.js","layer":"app-pages-browser"},"startTime":1789479428631,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":93369,"timestamp":121949782501,"id":7137,"parentId":6657,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-format/src/exponent.js","layer":"app-pages-browser"},"startTime":1789479428631,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":40052,"timestamp":121950012901,"id":7138,"parentId":6657,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-format/src/formatGroup.js","layer":"app-pages-browser"},"startTime":1789479428862,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":40609,"timestamp":121950013189,"id":7139,"parentId":6657,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-format/src/formatNumerals.js","layer":"app-pages-browser"},"startTime":1789479428862,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":41500,"timestamp":121950013373,"id":7140,"parentId":6657,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-format/src/formatTrim.js","layer":"app-pages-browser"},"startTime":1789479428862,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":42742,"timestamp":121950013543,"id":7141,"parentId":6657,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-format/src/formatPrefixAuto.js","layer":"app-pages-browser"},"startTime":1789479428862,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":43782,"timestamp":121950013701,"id":7142,"parentId":6657,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-format/src/formatTypes.js","layer":"app-pages-browser"},"startTime":1789479428863,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":44410,"timestamp":121950013857,"id":7143,"parentId":6657,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-format/src/identity.js","layer":"app-pages-browser"},"startTime":1789479428863,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":46461,"timestamp":121950014014,"id":7144,"parentId":6662,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-geo/src/math.js","layer":"app-pages-browser"},"startTime":1789479428863,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":47149,"timestamp":121950014170,"id":7145,"parentId":6662,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-geo/src/noop.js","layer":"app-pages-browser"},"startTime":1789479428863,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":48535,"timestamp":121950014319,"id":7146,"parentId":6663,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-geo/src/cartesian.js","layer":"app-pages-browser"},"startTime":1789479428863,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":49098,"timestamp":121950014469,"id":7147,"parentId":6665,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-geo/src/constant.js","layer":"app-pages-browser"},"startTime":1789479428863,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":51113,"timestamp":121950014618,"id":7148,"parentId":6666,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-geo/src/polygonContains.js","layer":"app-pages-browser"},"startTime":1789479428864,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":51849,"timestamp":121950014772,"id":7149,"parentId":6671,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-geo/src/compose.js","layer":"app-pages-browser"},"startTime":1789479428864,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":52460,"timestamp":121950014922,"id":7150,"parentId":6676,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-hierarchy/src/treemap/round.js","layer":"app-pages-browser"},"startTime":1789479428864,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":53024,"timestamp":121950015077,"id":7151,"parentId":6448,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/hast-util-sanitize/index.js","layer":"app-pages-browser"},"startTime":1789479428864,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":53675,"timestamp":121950015226,"id":7152,"parentId":6677,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-hierarchy/src/accessors.js","layer":"app-pages-browser"},"startTime":1789479428864,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":54180,"timestamp":121950015379,"id":7153,"parentId":6679,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-interpolate/src/constant.js","layer":"app-pages-browser"},"startTime":1789479428864,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":61503,"timestamp":121950015529,"id":7154,"parentId":6682,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-geo/src/clip/index.js","layer":"app-pages-browser"},"startTime":1789479428864,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":62617,"timestamp":121950015681,"id":7155,"parentId":6685,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-geo/src/clip/buffer.js","layer":"app-pages-browser"},"startTime":1789479428865,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":63658,"timestamp":121950015831,"id":7156,"parentId":6683,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-geo/src/pointEqual.js","layer":"app-pages-browser"},"startTime":1789479428865,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":65164,"timestamp":121950015981,"id":7157,"parentId":6685,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-geo/src/clip/line.js","layer":"app-pages-browser"},"startTime":1789479428865,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":67063,"timestamp":121950016159,"id":7158,"parentId":6685,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-geo/src/clip/rejoin.js","layer":"app-pages-browser"},"startTime":1789479428865,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":67554,"timestamp":121950016312,"id":7159,"parentId":6686,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-geo/src/identity.js","layer":"app-pages-browser"},"startTime":1789479428865,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":68745,"timestamp":121950016460,"id":7160,"parentId":6686,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-geo/src/path/area.js","layer":"app-pages-browser"},"startTime":1789479428865,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":69782,"timestamp":121950016610,"id":7161,"parentId":6686,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-geo/src/path/bounds.js","layer":"app-pages-browser"},"startTime":1789479428866,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":71618,"timestamp":121950016758,"id":7162,"parentId":6686,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-geo/src/path/centroid.js","layer":"app-pages-browser"},"startTime":1789479428866,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":72768,"timestamp":121950016941,"id":7163,"parentId":6686,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-geo/src/path/context.js","layer":"app-pages-browser"},"startTime":1789479428866,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":73886,"timestamp":121950017091,"id":7164,"parentId":6686,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-geo/src/path/measure.js","layer":"app-pages-browser"},"startTime":1789479428866,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":75928,"timestamp":121950017240,"id":7165,"parentId":6686,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-geo/src/path/string.js","layer":"app-pages-browser"},"startTime":1789479428866,"traceId":"0b5cf6f8aba18709"}]
|
|
27
|
+
[{"name":"build-module-js","duration":85221,"timestamp":121950025478,"id":7166,"parentId":6689,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-geo/src/projection/azimuthal.js","layer":"app-pages-browser"},"startTime":1789479428874,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":87059,"timestamp":121950025838,"id":7167,"parentId":6688,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-geo/src/projection/fit.js","layer":"app-pages-browser"},"startTime":1789479428875,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":87896,"timestamp":121950026108,"id":7168,"parentId":6691,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-geo/src/projection/conic.js","layer":"app-pages-browser"},"startTime":1789479428875,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":88657,"timestamp":121950026362,"id":7169,"parentId":6692,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-geo/src/projection/cylindricalEqualArea.js","layer":"app-pages-browser"},"startTime":1789479428875,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":89879,"timestamp":121950026621,"id":7170,"parentId":6707,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-interpolate/src/color.js","layer":"app-pages-browser"},"startTime":1789479428876,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":90516,"timestamp":121950026881,"id":7171,"parentId":6724,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-hierarchy/src/constant.js","layer":"app-pages-browser"},"startTime":1789479428876,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":91147,"timestamp":121950027374,"id":7173,"parentId":6725,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-hierarchy/src/array.js","layer":"app-pages-browser"},"startTime":1789479428876,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":92333,"timestamp":121950027128,"id":7172,"parentId":6724,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-hierarchy/src/lcg.js","layer":"app-pages-browser"},"startTime":1789479428876,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":94843,"timestamp":121950027616,"id":7174,"parentId":6698,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-geo/src/projection/resample.js","layer":"app-pages-browser"},"startTime":1789479428877,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":95712,"timestamp":121950027862,"id":7175,"parentId":6723,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-hierarchy/src/hierarchy/count.js","layer":"app-pages-browser"},"startTime":1789479428877,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":96470,"timestamp":121950028124,"id":7176,"parentId":6723,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-hierarchy/src/hierarchy/each.js","layer":"app-pages-browser"},"startTime":1789479428877,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":97407,"timestamp":121950028371,"id":7177,"parentId":6723,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-hierarchy/src/hierarchy/eachAfter.js","layer":"app-pages-browser"},"startTime":1789479428877,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":98290,"timestamp":121950028613,"id":7178,"parentId":6723,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-hierarchy/src/hierarchy/eachBefore.js","layer":"app-pages-browser"},"startTime":1789479428878,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":98963,"timestamp":121950028856,"id":7179,"parentId":6723,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-hierarchy/src/hierarchy/find.js","layer":"app-pages-browser"},"startTime":1789479428878,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":99855,"timestamp":121950029098,"id":7180,"parentId":6723,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-hierarchy/src/hierarchy/sum.js","layer":"app-pages-browser"},"startTime":1789479428878,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":100438,"timestamp":121950029341,"id":7181,"parentId":6723,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-hierarchy/src/hierarchy/sort.js","layer":"app-pages-browser"},"startTime":1789479428878,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":101359,"timestamp":121950029583,"id":7182,"parentId":6723,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-hierarchy/src/hierarchy/path.js","layer":"app-pages-browser"},"startTime":1789479428879,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":101976,"timestamp":121950029839,"id":7183,"parentId":6723,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-hierarchy/src/hierarchy/ancestors.js","layer":"app-pages-browser"},"startTime":1789479428879,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":102458,"timestamp":121950030162,"id":7184,"parentId":6723,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-hierarchy/src/hierarchy/descendants.js","layer":"app-pages-browser"},"startTime":1789479428879,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":103084,"timestamp":121950030462,"id":7185,"parentId":6723,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-hierarchy/src/hierarchy/links.js","layer":"app-pages-browser"},"startTime":1789479428879,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":103919,"timestamp":121950030788,"id":7186,"parentId":6723,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-hierarchy/src/hierarchy/iterator.js","layer":"app-pages-browser"},"startTime":1789479428880,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":104532,"timestamp":121950031119,"id":7187,"parentId":6723,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-hierarchy/src/hierarchy/leaves.js","layer":"app-pages-browser"},"startTime":1789479428880,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":105688,"timestamp":121950031445,"id":7188,"parentId":6392,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/character-entities-legacy/index.js","layer":"app-pages-browser"},"startTime":1789479428880,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":106448,"timestamp":121950031726,"id":7189,"parentId":6735,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-polygon/src/cross.js","layer":"app-pages-browser"},"startTime":1789479428881,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":108526,"timestamp":121950032028,"id":7190,"parentId":6737,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-quadtree/src/add.js","layer":"app-pages-browser"},"startTime":1789479428881,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":120424,"timestamp":121950041798,"id":7192,"parentId":6737,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-quadtree/src/data.js","layer":"app-pages-browser"},"startTime":1789479428891,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":126105,"timestamp":121950042081,"id":7193,"parentId":6737,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-quadtree/src/extent.js","layer":"app-pages-browser"},"startTime":1789479428891,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":127910,"timestamp":121950042347,"id":7194,"parentId":6737,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-quadtree/src/find.js","layer":"app-pages-browser"},"startTime":1789479428891,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":129583,"timestamp":121950042605,"id":7195,"parentId":6737,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-quadtree/src/remove.js","layer":"app-pages-browser"},"startTime":1789479428892,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":130122,"timestamp":121950042860,"id":7196,"parentId":6737,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-quadtree/src/root.js","layer":"app-pages-browser"},"startTime":1789479428892,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":133114,"timestamp":121950041416,"id":7191,"parentId":6737,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-quadtree/src/cover.js","layer":"app-pages-browser"},"startTime":1789479428890,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":132319,"timestamp":121950043118,"id":7197,"parentId":6737,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-quadtree/src/size.js","layer":"app-pages-browser"},"startTime":1789479428892,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":133457,"timestamp":121950043370,"id":7198,"parentId":6737,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-quadtree/src/visit.js","layer":"app-pages-browser"},"startTime":1789479428892,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":134786,"timestamp":121950043620,"id":7199,"parentId":6737,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-quadtree/src/visitAfter.js","layer":"app-pages-browser"},"startTime":1789479428893,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":135531,"timestamp":121950043873,"id":7200,"parentId":6737,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-quadtree/src/x.js","layer":"app-pages-browser"},"startTime":1789479428893,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":136213,"timestamp":121950044145,"id":7201,"parentId":6737,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-quadtree/src/y.js","layer":"app-pages-browser"},"startTime":1789479428893,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":136683,"timestamp":121950044402,"id":7202,"parentId":6738,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-random/src/defaultSource.js","layer":"app-pages-browser"},"startTime":1789479428893,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":137585,"timestamp":121950044661,"id":7203,"parentId":6423,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/@ungap/structured-clone/esm/index.js","layer":"app-pages-browser"},"startTime":1789479428894,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":138218,"timestamp":121950045189,"id":7205,"parentId":6392,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/is-alphanumerical/index.js","layer":"app-pages-browser"},"startTime":1789479428894,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":139452,"timestamp":121950044930,"id":7204,"parentId":6392,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/is-hexadecimal/index.js","layer":"app-pages-browser"},"startTime":1789479428894,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":144988,"timestamp":121950048488,"id":7206,"parentId":6392,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/character-reference-invalid/index.js","layer":"app-pages-browser"},"startTime":1789479428897,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":145603,"timestamp":121950048864,"id":7207,"parentId":6392,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/decode-named-character-reference/index.dom.js","layer":"app-pages-browser"},"startTime":1789479428898,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":146044,"timestamp":121950049157,"id":7208,"parentId":6392,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/is-decimal/index.js","layer":"app-pages-browser"},"startTime":1789479428898,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":148120,"timestamp":121950049427,"id":7209,"parentId":6464,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-sankey/node_modules/d3-array/src/index.js","layer":"app-pages-browser"},"startTime":1789479428898,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":149949,"timestamp":121950049695,"id":7210,"parentId":6466,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-sankey/node_modules/d3-shape/src/index.js","layer":"app-pages-browser"},"startTime":1789479428899,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":168834,"timestamp":121950049961,"id":7211,"parentId":6526,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/cose-base/cose-base.js","layer":"app-pages-browser"},"startTime":1789479428899,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":169961,"timestamp":121950050220,"id":7212,"parentId":6509,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/style-to-object/cjs/index.js","layer":"app-pages-browser"},"startTime":1789479428899,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":170811,"timestamp":121950050474,"id":7213,"parentId":6756,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-scale/src/init.js","layer":"app-pages-browser"},"startTime":1789479428899,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":171303,"timestamp":121950050727,"id":7214,"parentId":6757,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-scale/src/number.js","layer":"app-pages-browser"},"startTime":1789479428900,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":132448,"timestamp":121950100050,"id":7215,"parentId":6758,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-scale/src/continuous.js","layer":"app-pages-browser"},"startTime":1789479428949,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":133080,"timestamp":121950100436,"id":7216,"parentId":6759,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-scale/src/nice.js","layer":"app-pages-browser"},"startTime":1789479428949,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":133473,"timestamp":121950100717,"id":7217,"parentId":6791,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-selection/src/sourceEvent.js","layer":"app-pages-browser"},"startTime":1789479428950,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":133853,"timestamp":121950100982,"id":7218,"parentId":6794,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-selection/src/array.js","layer":"app-pages-browser"},"startTime":1789479428950,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":134169,"timestamp":121950101237,"id":7219,"parentId":6798,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-shape/src/constant.js","layer":"app-pages-browser"},"startTime":1789479428950,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":135077,"timestamp":121950101520,"id":7220,"parentId":6798,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-shape/src/math.js","layer":"app-pages-browser"},"startTime":1789479428950,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":135752,"timestamp":121950101779,"id":7221,"parentId":6798,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-shape/src/path.js","layer":"app-pages-browser"},"startTime":1789479428951,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":136217,"timestamp":121950102064,"id":7222,"parentId":6799,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-shape/src/array.js","layer":"app-pages-browser"},"startTime":1789479428951,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":136534,"timestamp":121950102369,"id":7223,"parentId":6799,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-shape/src/point.js","layer":"app-pages-browser"},"startTime":1789479428951,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":136917,"timestamp":121950102657,"id":7224,"parentId":6778,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-scale-chromatic/src/colors.js","layer":"app-pages-browser"},"startTime":1789479428952,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":137687,"timestamp":121950102952,"id":7225,"parentId":6768,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-interpolate/src/transform/parse.js","layer":"app-pages-browser"},"startTime":1789479428952,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":207202,"timestamp":121950103278,"id":7226,"parentId":6586,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/cytoscape-fcose/node_modules/layout-base/layout-base.js","layer":"app-pages-browser"},"startTime":1789479428952,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":208013,"timestamp":121950103894,"id":7228,"parentId":6802,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-shape/src/curve/radial.js","layer":"app-pages-browser"},"startTime":1789479428953,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":210204,"timestamp":121950103600,"id":7227,"parentId":6801,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-shape/src/identity.js","layer":"app-pages-browser"},"startTime":1789479428953,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":176223,"timestamp":121950145024,"id":7230,"parentId":6807,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-scale-chromatic/src/ramp.js","layer":"app-pages-browser"},"startTime":1789479428994,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":177415,"timestamp":121950144548,"id":7229,"parentId":6801,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-shape/src/descending.js","layer":"app-pages-browser"},"startTime":1789479428993,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":183274,"timestamp":121950145377,"id":7231,"parentId":6615,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/delaunator/index.js","layer":"app-pages-browser"},"startTime":1789479428994,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":184082,"timestamp":121950145739,"id":7232,"parentId":6841,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-selection/src/selection/selectAll.js","layer":"app-pages-browser"},"startTime":1789479428995,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":184311,"timestamp":121950146374,"id":7234,"parentId":6841,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-selection/src/selection/selectChildren.js","layer":"app-pages-browser"},"startTime":1789479428995,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":184832,"timestamp":121950146674,"id":7235,"parentId":6841,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-selection/src/selection/selectChild.js","layer":"app-pages-browser"},"startTime":1789479428996,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":186451,"timestamp":121950146071,"id":7233,"parentId":6841,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-selection/src/selection/select.js","layer":"app-pages-browser"},"startTime":1789479428995,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":186509,"timestamp":121950146966,"id":7236,"parentId":6841,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-selection/src/selection/filter.js","layer":"app-pages-browser"},"startTime":1789479428996,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":188398,"timestamp":121950147284,"id":7237,"parentId":6841,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-selection/src/selection/data.js","layer":"app-pages-browser"},"startTime":1789479428996,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":189335,"timestamp":121950147577,"id":7238,"parentId":6841,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-selection/src/selection/enter.js","layer":"app-pages-browser"},"startTime":1789479428997,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":189970,"timestamp":121950147865,"id":7239,"parentId":6841,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-selection/src/selection/exit.js","layer":"app-pages-browser"},"startTime":1789479428997,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":190704,"timestamp":121950148173,"id":7240,"parentId":6841,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-selection/src/selection/join.js","layer":"app-pages-browser"},"startTime":1789479428997,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":191679,"timestamp":121950148469,"id":7241,"parentId":6841,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-selection/src/selection/merge.js","layer":"app-pages-browser"},"startTime":1789479428997,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":192430,"timestamp":121950148766,"id":7242,"parentId":6841,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-selection/src/selection/order.js","layer":"app-pages-browser"},"startTime":1789479428998,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":193417,"timestamp":121950149057,"id":7243,"parentId":6841,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-selection/src/selection/sort.js","layer":"app-pages-browser"},"startTime":1789479428998,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":193976,"timestamp":121950149349,"id":7244,"parentId":6841,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-selection/src/selection/call.js","layer":"app-pages-browser"},"startTime":1789479428998,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":194415,"timestamp":121950149640,"id":7245,"parentId":6841,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-selection/src/selection/nodes.js","layer":"app-pages-browser"},"startTime":1789479428999,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":195033,"timestamp":121950149929,"id":7246,"parentId":6841,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-selection/src/selection/node.js","layer":"app-pages-browser"},"startTime":1789479428999,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":195564,"timestamp":121950150216,"id":7247,"parentId":6841,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-selection/src/selection/size.js","layer":"app-pages-browser"},"startTime":1789479428999,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":195976,"timestamp":121950150510,"id":7248,"parentId":6841,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-selection/src/selection/empty.js","layer":"app-pages-browser"},"startTime":1789479428999,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":196577,"timestamp":121950150798,"id":7249,"parentId":6841,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-selection/src/selection/each.js","layer":"app-pages-browser"},"startTime":1789479429000,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":197794,"timestamp":121950151036,"id":7250,"parentId":6841,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-selection/src/selection/attr.js","layer":"app-pages-browser"},"startTime":1789479429000,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":198746,"timestamp":121950151329,"id":7251,"parentId":6841,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-selection/src/selection/property.js","layer":"app-pages-browser"},"startTime":1789479429000,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":200487,"timestamp":121950151614,"id":7252,"parentId":6841,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-selection/src/selection/classed.js","layer":"app-pages-browser"},"startTime":1789479429001,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":201345,"timestamp":121950151902,"id":7253,"parentId":6841,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-selection/src/selection/text.js","layer":"app-pages-browser"},"startTime":1789479429001,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":202114,"timestamp":121950152206,"id":7254,"parentId":6841,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-selection/src/selection/html.js","layer":"app-pages-browser"},"startTime":1789479429001,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":202663,"timestamp":121950152496,"id":7255,"parentId":6841,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-selection/src/selection/raise.js","layer":"app-pages-browser"},"startTime":1789479429001,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":203251,"timestamp":121950152776,"id":7256,"parentId":6841,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-selection/src/selection/lower.js","layer":"app-pages-browser"},"startTime":1789479429002,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":203925,"timestamp":121950153048,"id":7257,"parentId":6841,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-selection/src/selection/append.js","layer":"app-pages-browser"},"startTime":1789479429002,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":204711,"timestamp":121950153333,"id":7258,"parentId":6841,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-selection/src/selection/insert.js","layer":"app-pages-browser"},"startTime":1789479429002,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":205307,"timestamp":121950153618,"id":7259,"parentId":6841,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-selection/src/selection/remove.js","layer":"app-pages-browser"},"startTime":1789479429003,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":205993,"timestamp":121950153898,"id":7260,"parentId":6841,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-selection/src/selection/clone.js","layer":"app-pages-browser"},"startTime":1789479429003,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":206510,"timestamp":121950154183,"id":7261,"parentId":6841,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-selection/src/selection/datum.js","layer":"app-pages-browser"},"startTime":1789479429003,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":208327,"timestamp":121950154471,"id":7262,"parentId":6841,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-selection/src/selection/on.js","layer":"app-pages-browser"},"startTime":1789479429003,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":209376,"timestamp":121950154754,"id":7263,"parentId":6841,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-selection/src/selection/dispatch.js","layer":"app-pages-browser"},"startTime":1789479429004,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":210067,"timestamp":121950155066,"id":7264,"parentId":6841,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-selection/src/selection/iterator.js","layer":"app-pages-browser"},"startTime":1789479429004,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":210855,"timestamp":121950155345,"id":7265,"parentId":6879,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-time/src/duration.js","layer":"app-pages-browser"},"startTime":1789479429004,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":211218,"timestamp":121950155904,"id":7267,"parentId":6898,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/@babel/runtime/helpers/esm/arrayLikeToArray.js","layer":"app-pages-browser"},"startTime":1789479429005,"traceId":"0b5cf6f8aba18709"}]
|
|
28
|
+
[{"name":"build-module-js","duration":212168,"timestamp":121950155626,"id":7266,"parentId":6856,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-shape/src/noop.js","layer":"app-pages-browser"},"startTime":1789479429005,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":204564,"timestamp":121950187087,"id":7269,"parentId":6896,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-zoom/src/constant.js","layer":"app-pages-browser"},"startTime":1789479429036,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":205298,"timestamp":121950187401,"id":7270,"parentId":6896,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-zoom/src/event.js","layer":"app-pages-browser"},"startTime":1789479429036,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":207231,"timestamp":121950186673,"id":7268,"parentId":6899,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/@babel/runtime/helpers/esm/toPrimitive.js","layer":"app-pages-browser"},"startTime":1789479429036,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":207161,"timestamp":121950187690,"id":7271,"parentId":6896,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-zoom/src/noevent.js","layer":"app-pages-browser"},"startTime":1789479429037,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":210110,"timestamp":121950187977,"id":7272,"parentId":6894,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-transition/src/transition/schedule.js","layer":"app-pages-browser"},"startTime":1789479429037,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":210898,"timestamp":121950188287,"id":7273,"parentId":6915,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/@babel/runtime/helpers/OverloadYield.js","layer":"app-pages-browser"},"startTime":1789479429037,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":211724,"timestamp":121950188576,"id":7274,"parentId":6915,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/@babel/runtime/helpers/regeneratorAsyncGen.js","layer":"app-pages-browser"},"startTime":1789479429038,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":214445,"timestamp":121950189005,"id":7275,"parentId":6915,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/@babel/runtime/helpers/regenerator.js","layer":"app-pages-browser"},"startTime":1789479429038,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":215444,"timestamp":121950189594,"id":7277,"parentId":6915,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/@babel/runtime/helpers/regeneratorAsyncIterator.js","layer":"app-pages-browser"},"startTime":1789479429039,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":216180,"timestamp":121950189883,"id":7278,"parentId":6915,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/@babel/runtime/helpers/regeneratorKeys.js","layer":"app-pages-browser"},"startTime":1789479429039,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":217718,"timestamp":121950189309,"id":7276,"parentId":6915,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/@babel/runtime/helpers/regeneratorAsync.js","layer":"app-pages-browser"},"startTime":1789479429038,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":13609,"timestamp":121950491079,"id":7319,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/add.js","layer":"app-pages-browser"},"startTime":1789479429340,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":13627,"timestamp":121950491688,"id":7321,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/after.js","layer":"app-pages-browser"},"startTime":1789479429341,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":12796,"timestamp":121950493020,"id":7325,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/ary.js","layer":"app-pages-browser"},"startTime":1789479429342,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":12487,"timestamp":121950493768,"id":7327,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/assignIn.js","layer":"app-pages-browser"},"startTime":1789479429343,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":13494,"timestamp":121950493373,"id":7326,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/assign.js","layer":"app-pages-browser"},"startTime":1789479429342,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":13127,"timestamp":121950494185,"id":7328,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/assignInWith.js","layer":"app-pages-browser"},"startTime":1789479429343,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":13078,"timestamp":121950494646,"id":7329,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/assignWith.js","layer":"app-pages-browser"},"startTime":1789479429344,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":12950,"timestamp":121950495130,"id":7330,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/at.js","layer":"app-pages-browser"},"startTime":1789479429344,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":12624,"timestamp":121950495938,"id":7331,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/attempt.js","layer":"app-pages-browser"},"startTime":1789479429345,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":12580,"timestamp":121950496508,"id":7332,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/before.js","layer":"app-pages-browser"},"startTime":1789479429345,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":12543,"timestamp":121950497046,"id":7333,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/bindAll.js","layer":"app-pages-browser"},"startTime":1789479429346,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":12594,"timestamp":121950497553,"id":7334,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/bind.js","layer":"app-pages-browser"},"startTime":1789479429347,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":12662,"timestamp":121950498052,"id":7335,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/bindKey.js","layer":"app-pages-browser"},"startTime":1789479429347,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":12600,"timestamp":121950498555,"id":7336,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/camelCase.js","layer":"app-pages-browser"},"startTime":1789479429348,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":12453,"timestamp":121950499078,"id":7337,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/capitalize.js","layer":"app-pages-browser"},"startTime":1789479429348,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":12564,"timestamp":121950499552,"id":7338,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/castArray.js","layer":"app-pages-browser"},"startTime":1789479429349,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":12465,"timestamp":121950500056,"id":7339,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/ceil.js","layer":"app-pages-browser"},"startTime":1789479429349,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":12427,"timestamp":121950500573,"id":7340,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/chain.js","layer":"app-pages-browser"},"startTime":1789479429350,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":20269,"timestamp":121950501069,"id":7341,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/chunk.js","layer":"app-pages-browser"},"startTime":1789479429350,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":20808,"timestamp":121950501569,"id":7342,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/clamp.js","layer":"app-pages-browser"},"startTime":1789479429351,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":73213,"timestamp":121950450711,"id":7279,"parentId":6915,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/@babel/runtime/helpers/regeneratorValues.js","layer":"app-pages-browser"},"startTime":1789479429300,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":73462,"timestamp":121950451157,"id":7280,"parentId":6913,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-transition/src/selection/interrupt.js","layer":"app-pages-browser"},"startTime":1789479429300,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":73969,"timestamp":121950451882,"id":7282,"parentId":6914,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-transition/src/transition/attr.js","layer":"app-pages-browser"},"startTime":1789479429301,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":75353,"timestamp":121950451533,"id":7281,"parentId":6913,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-transition/src/selection/transition.js","layer":"app-pages-browser"},"startTime":1789479429300,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":75628,"timestamp":121950452238,"id":7283,"parentId":6914,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-transition/src/transition/attrTween.js","layer":"app-pages-browser"},"startTime":1789479429301,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":76092,"timestamp":121950452583,"id":7284,"parentId":6914,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-transition/src/transition/delay.js","layer":"app-pages-browser"},"startTime":1789479429302,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":76504,"timestamp":121950452926,"id":7285,"parentId":6914,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-transition/src/transition/duration.js","layer":"app-pages-browser"},"startTime":1789479429302,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":76835,"timestamp":121950453267,"id":7286,"parentId":6914,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-transition/src/transition/ease.js","layer":"app-pages-browser"},"startTime":1789479429302,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":77145,"timestamp":121950453611,"id":7287,"parentId":6914,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-transition/src/transition/easeVarying.js","layer":"app-pages-browser"},"startTime":1789479429303,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":77544,"timestamp":121950453960,"id":7288,"parentId":6914,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-transition/src/transition/filter.js","layer":"app-pages-browser"},"startTime":1789479429303,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":78004,"timestamp":121950454306,"id":7289,"parentId":6914,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-transition/src/transition/merge.js","layer":"app-pages-browser"},"startTime":1789479429303,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":78583,"timestamp":121950454622,"id":7290,"parentId":6914,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-transition/src/transition/on.js","layer":"app-pages-browser"},"startTime":1789479429304,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":78853,"timestamp":121950454965,"id":7291,"parentId":6914,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-transition/src/transition/remove.js","layer":"app-pages-browser"},"startTime":1789479429304,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":79344,"timestamp":121950455316,"id":7292,"parentId":6914,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-transition/src/transition/select.js","layer":"app-pages-browser"},"startTime":1789479429304,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":79869,"timestamp":121950455664,"id":7293,"parentId":6914,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-transition/src/transition/selectAll.js","layer":"app-pages-browser"},"startTime":1789479429305,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":80120,"timestamp":121950456017,"id":7294,"parentId":6914,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-transition/src/transition/selection.js","layer":"app-pages-browser"},"startTime":1789479429305,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":81078,"timestamp":121950456365,"id":7295,"parentId":6914,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-transition/src/transition/style.js","layer":"app-pages-browser"},"startTime":1789479429305,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":81568,"timestamp":121950456713,"id":7296,"parentId":6914,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-transition/src/transition/styleTween.js","layer":"app-pages-browser"},"startTime":1789479429306,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":81897,"timestamp":121950457063,"id":7297,"parentId":6914,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-transition/src/transition/text.js","layer":"app-pages-browser"},"startTime":1789479429306,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":82282,"timestamp":121950457414,"id":7298,"parentId":6914,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-transition/src/transition/textTween.js","layer":"app-pages-browser"},"startTime":1789479429306,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":82753,"timestamp":121950457769,"id":7299,"parentId":6914,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-transition/src/transition/transition.js","layer":"app-pages-browser"},"startTime":1789479429307,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":83709,"timestamp":121950458111,"id":7300,"parentId":6914,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-transition/src/transition/tween.js","layer":"app-pages-browser"},"startTime":1789479429307,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":26576,"timestamp":121950516290,"id":7343,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/clone.js","layer":"app-pages-browser"},"startTime":1789479429365,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":26816,"timestamp":121950516704,"id":7344,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/cloneDeep.js","layer":"app-pages-browser"},"startTime":1789479429366,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":79017,"timestamp":121950477922,"id":7301,"parentId":6914,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-transition/src/transition/end.js","layer":"app-pages-browser"},"startTime":1789479429327,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":79934,"timestamp":121950478285,"id":7302,"parentId":6950,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/@iconify/utils/lib/css/common.js","layer":"app-pages-browser"},"startTime":1789479429327,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":80549,"timestamp":121950478554,"id":7303,"parentId":6950,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/@iconify/utils/lib/css/format.js","layer":"app-pages-browser"},"startTime":1789479429327,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":80953,"timestamp":121950478805,"id":7304,"parentId":6956,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/@iconify/utils/lib/emoji/data.js","layer":"app-pages-browser"},"startTime":1789479429328,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":81641,"timestamp":121950479053,"id":7305,"parentId":6959,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/@iconify/utils/lib/emoji/test/similar.js","layer":"app-pages-browser"},"startTime":1789479429328,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":82755,"timestamp":121950479301,"id":7306,"parentId":6959,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/@iconify/utils/lib/emoji/test/tree.js","layer":"app-pages-browser"},"startTime":1789479429328,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":83778,"timestamp":121950479542,"id":7307,"parentId":6962,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/@iconify/utils/lib/emoji/test/components.js","layer":"app-pages-browser"},"startTime":1789479429328,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":84986,"timestamp":121950479789,"id":7308,"parentId":6963,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/@iconify/utils/lib/emoji/regex/tree.js","layer":"app-pages-browser"},"startTime":1789479429329,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":86123,"timestamp":121950480054,"id":7309,"parentId":6964,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/@iconify/utils/lib/emoji/replace/find.js","layer":"app-pages-browser"},"startTime":1789479429329,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":86787,"timestamp":121950480304,"id":7310,"parentId":6970,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/dagre-d3-es/src/dagre/data/list.js","layer":"app-pages-browser"},"startTime":1789479429329,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":87272,"timestamp":121950480551,"id":7311,"parentId":7012,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/dagre-d3-es/src/dagre/order/add-subgraph-constraints.js","layer":"app-pages-browser"},"startTime":1789479429329,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":87790,"timestamp":121950480811,"id":7312,"parentId":7024,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/mdast-util-to-hast/lib/revert.js","layer":"app-pages-browser"},"startTime":1789479429330,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":88548,"timestamp":121950481052,"id":7313,"parentId":7012,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/dagre-d3-es/src/dagre/order/build-layer-graph.js","layer":"app-pages-browser"},"startTime":1789479429330,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":89317,"timestamp":121950481303,"id":7314,"parentId":7012,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/dagre-d3-es/src/dagre/order/cross-count.js","layer":"app-pages-browser"},"startTime":1789479429330,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":89876,"timestamp":121950481545,"id":7315,"parentId":7012,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/dagre-d3-es/src/dagre/order/init-order.js","layer":"app-pages-browser"},"startTime":1789479429330,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":111149,"timestamp":121950490210,"id":7316,"parentId":7012,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/dagre-d3-es/src/dagre/order/sort-subgraph.js","layer":"app-pages-browser"},"startTime":1789479429339,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":111269,"timestamp":121950490829,"id":7318,"parentId":7011,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/dagre-d3-es/src/graphlib/alg/index.js","layer":"app-pages-browser"},"startTime":1789479429340,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":115172,"timestamp":121950490563,"id":7317,"parentId":7013,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/dagre-d3-es/src/dagre/position/bk.js","layer":"app-pages-browser"},"startTime":1789479429340,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":115231,"timestamp":121950491404,"id":7320,"parentId":7069,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/khroma/dist/methods/adjust_channel.js","layer":"app-pages-browser"},"startTime":1789479429340,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":115202,"timestamp":121950492090,"id":7322,"parentId":7048,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/khroma/dist/utils/index.js","layer":"app-pages-browser"},"startTime":1789479429341,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":116024,"timestamp":121950492414,"id":7323,"parentId":7048,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/khroma/dist/color/index.js","layer":"app-pages-browser"},"startTime":1789479429341,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":116392,"timestamp":121950492707,"id":7324,"parentId":7048,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/khroma/dist/channels/reusable.js","layer":"app-pages-browser"},"startTime":1789479429342,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":33379,"timestamp":121950577487,"id":7345,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/cloneDeepWith.js","layer":"app-pages-browser"},"startTime":1789479429426,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":33447,"timestamp":121950577896,"id":7346,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/cloneWith.js","layer":"app-pages-browser"},"startTime":1789479429427,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":33434,"timestamp":121950578269,"id":7347,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/commit.js","layer":"app-pages-browser"},"startTime":1789479429427,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":33450,"timestamp":121950578684,"id":7348,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/compact.js","layer":"app-pages-browser"},"startTime":1789479429428,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":33501,"timestamp":121950579140,"id":7349,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/concat.js","layer":"app-pages-browser"},"startTime":1789479429428,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":33451,"timestamp":121950579813,"id":7350,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/cond.js","layer":"app-pages-browser"},"startTime":1789479429429,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":33324,"timestamp":121950580353,"id":7351,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/conforms.js","layer":"app-pages-browser"},"startTime":1789479429429,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":33211,"timestamp":121950580831,"id":7352,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/conformsTo.js","layer":"app-pages-browser"},"startTime":1789479429430,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":32973,"timestamp":121950581342,"id":7353,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/constant.js","layer":"app-pages-browser"},"startTime":1789479429430,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":32915,"timestamp":121950581840,"id":7354,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/countBy.js","layer":"app-pages-browser"},"startTime":1789479429431,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":32845,"timestamp":121950582279,"id":7355,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/create.js","layer":"app-pages-browser"},"startTime":1789479429431,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":32757,"timestamp":121950582789,"id":7356,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/curry.js","layer":"app-pages-browser"},"startTime":1789479429432,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":32712,"timestamp":121950583271,"id":7357,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/curryRight.js","layer":"app-pages-browser"},"startTime":1789479429432,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":32312,"timestamp":121950584264,"id":7359,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/deburr.js","layer":"app-pages-browser"},"startTime":1789479429433,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":32117,"timestamp":121950584796,"id":7360,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/defaultTo.js","layer":"app-pages-browser"},"startTime":1789479429434,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":34312,"timestamp":121950583740,"id":7358,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/debounce.js","layer":"app-pages-browser"},"startTime":1789479429433,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":32758,"timestamp":121950585750,"id":7362,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/defaultsDeep.js","layer":"app-pages-browser"},"startTime":1789479429435,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":33916,"timestamp":121950585257,"id":7361,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/defaults.js","layer":"app-pages-browser"},"startTime":1789479429434,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":36934,"timestamp":121950586206,"id":7363,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/defer.js","layer":"app-pages-browser"},"startTime":1789479429435,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":36374,"timestamp":121950587336,"id":7364,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/delay.js","layer":"app-pages-browser"},"startTime":1789479429436,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":36320,"timestamp":121950587874,"id":7365,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/difference.js","layer":"app-pages-browser"},"startTime":1789479429437,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":36329,"timestamp":121950588362,"id":7366,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/differenceBy.js","layer":"app-pages-browser"},"startTime":1789479429437,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":36326,"timestamp":121950588808,"id":7367,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/differenceWith.js","layer":"app-pages-browser"},"startTime":1789479429438,"traceId":"0b5cf6f8aba18709"}]
|
|
29
|
+
[{"name":"build-module-js","duration":36157,"timestamp":121950589327,"id":7368,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/divide.js","layer":"app-pages-browser"},"startTime":1789479429438,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":36092,"timestamp":121950589836,"id":7369,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/drop.js","layer":"app-pages-browser"},"startTime":1789479429439,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":36036,"timestamp":121950590332,"id":7370,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/dropRight.js","layer":"app-pages-browser"},"startTime":1789479429439,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":35914,"timestamp":121950590848,"id":7371,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/dropRightWhile.js","layer":"app-pages-browser"},"startTime":1789479429440,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":35740,"timestamp":121950591371,"id":7372,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/dropWhile.js","layer":"app-pages-browser"},"startTime":1789479429440,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":35488,"timestamp":121950591847,"id":7373,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/each.js","layer":"app-pages-browser"},"startTime":1789479429441,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":35002,"timestamp":121950592531,"id":7374,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/eachRight.js","layer":"app-pages-browser"},"startTime":1789479429441,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":34827,"timestamp":121950593193,"id":7375,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/endsWith.js","layer":"app-pages-browser"},"startTime":1789479429442,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":34497,"timestamp":121950593763,"id":7376,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/entries.js","layer":"app-pages-browser"},"startTime":1789479429443,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":34280,"timestamp":121950594274,"id":7377,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/entriesIn.js","layer":"app-pages-browser"},"startTime":1789479429443,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":34075,"timestamp":121950594812,"id":7378,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/eq.js","layer":"app-pages-browser"},"startTime":1789479429444,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":15778,"timestamp":121950637542,"id":7379,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/escape.js","layer":"app-pages-browser"},"startTime":1789479429486,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":14868,"timestamp":121950638751,"id":7382,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/extend.js","layer":"app-pages-browser"},"startTime":1789479429488,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":15773,"timestamp":121950638339,"id":7381,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/every.js","layer":"app-pages-browser"},"startTime":1789479429487,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":15151,"timestamp":121950639199,"id":7383,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/extendWith.js","layer":"app-pages-browser"},"startTime":1789479429488,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":15200,"timestamp":121950639635,"id":7384,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/fill.js","layer":"app-pages-browser"},"startTime":1789479429489,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":15163,"timestamp":121950640099,"id":7385,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/filter.js","layer":"app-pages-browser"},"startTime":1789479429489,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":14999,"timestamp":121950640596,"id":7386,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/find.js","layer":"app-pages-browser"},"startTime":1789479429490,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":15150,"timestamp":121950640995,"id":7387,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/findIndex.js","layer":"app-pages-browser"},"startTime":1789479429490,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":15088,"timestamp":121950641448,"id":7388,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/findKey.js","layer":"app-pages-browser"},"startTime":1789479429490,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":14940,"timestamp":121950641918,"id":7389,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/findLast.js","layer":"app-pages-browser"},"startTime":1789479429491,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":19376,"timestamp":121950637948,"id":7380,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/escapeRegExp.js","layer":"app-pages-browser"},"startTime":1789479429487,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":15511,"timestamp":121950642345,"id":7390,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/findLastIndex.js","layer":"app-pages-browser"},"startTime":1789479429491,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":15595,"timestamp":121950642812,"id":7391,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/findLastKey.js","layer":"app-pages-browser"},"startTime":1789479429492,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":15086,"timestamp":121950664548,"id":7392,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/first.js","layer":"app-pages-browser"},"startTime":1789479429513,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":15168,"timestamp":121950664964,"id":7393,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/flatMap.js","layer":"app-pages-browser"},"startTime":1789479429514,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":15248,"timestamp":121950665343,"id":7394,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/flatMapDeep.js","layer":"app-pages-browser"},"startTime":1789479429514,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":15285,"timestamp":121950665739,"id":7395,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/flatMapDepth.js","layer":"app-pages-browser"},"startTime":1789479429515,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":15228,"timestamp":121950666174,"id":7396,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/flatten.js","layer":"app-pages-browser"},"startTime":1789479429515,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":15153,"timestamp":121950666674,"id":7397,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/flattenDeep.js","layer":"app-pages-browser"},"startTime":1789479429516,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":15070,"timestamp":121950667159,"id":7398,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/flattenDepth.js","layer":"app-pages-browser"},"startTime":1789479429516,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":14967,"timestamp":121950667622,"id":7399,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/flip.js","layer":"app-pages-browser"},"startTime":1789479429517,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":14763,"timestamp":121950668142,"id":7400,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/floor.js","layer":"app-pages-browser"},"startTime":1789479429517,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":14722,"timestamp":121950668624,"id":7401,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/flow.js","layer":"app-pages-browser"},"startTime":1789479429518,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":23451,"timestamp":121950689302,"id":7402,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/flowRight.js","layer":"app-pages-browser"},"startTime":1789479429538,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":23554,"timestamp":121950689686,"id":7403,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/forEach.js","layer":"app-pages-browser"},"startTime":1789479429539,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":23683,"timestamp":121950689980,"id":7404,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/forEachRight.js","layer":"app-pages-browser"},"startTime":1789479429539,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":23659,"timestamp":121950690392,"id":7405,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/forIn.js","layer":"app-pages-browser"},"startTime":1789479429539,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":23555,"timestamp":121950690845,"id":7406,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/forInRight.js","layer":"app-pages-browser"},"startTime":1789479429540,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":23391,"timestamp":121950691329,"id":7407,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/forOwn.js","layer":"app-pages-browser"},"startTime":1789479429540,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":23228,"timestamp":121950691833,"id":7408,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/forOwnRight.js","layer":"app-pages-browser"},"startTime":1789479429541,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":23136,"timestamp":121950692354,"id":7409,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/fromPairs.js","layer":"app-pages-browser"},"startTime":1789479429541,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":23011,"timestamp":121950692817,"id":7410,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/functions.js","layer":"app-pages-browser"},"startTime":1789479429542,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":22912,"timestamp":121950693310,"id":7411,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/functionsIn.js","layer":"app-pages-browser"},"startTime":1789479429542,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":22767,"timestamp":121950693823,"id":7412,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/get.js","layer":"app-pages-browser"},"startTime":1789479429543,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":22745,"timestamp":121950694279,"id":7413,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/groupBy.js","layer":"app-pages-browser"},"startTime":1789479429543,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":22580,"timestamp":121950694779,"id":7414,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/gt.js","layer":"app-pages-browser"},"startTime":1789479429544,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":22423,"timestamp":121950695257,"id":7415,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/gte.js","layer":"app-pages-browser"},"startTime":1789479429544,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":22278,"timestamp":121950695727,"id":7416,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/has.js","layer":"app-pages-browser"},"startTime":1789479429545,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":22080,"timestamp":121950696244,"id":7417,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/hasIn.js","layer":"app-pages-browser"},"startTime":1789479429545,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":21913,"timestamp":121950696720,"id":7418,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/head.js","layer":"app-pages-browser"},"startTime":1789479429546,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":21750,"timestamp":121950697143,"id":7419,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/identity.js","layer":"app-pages-browser"},"startTime":1789479429546,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":21673,"timestamp":121950697632,"id":7420,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/inRange.js","layer":"app-pages-browser"},"startTime":1789479429547,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":21759,"timestamp":121950698111,"id":7421,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/includes.js","layer":"app-pages-browser"},"startTime":1789479429547,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":21823,"timestamp":121950698568,"id":7422,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/indexOf.js","layer":"app-pages-browser"},"startTime":1789479429548,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":21715,"timestamp":121950699065,"id":7423,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/initial.js","layer":"app-pages-browser"},"startTime":1789479429548,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":21631,"timestamp":121950699589,"id":7424,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/intersection.js","layer":"app-pages-browser"},"startTime":1789479429549,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":21604,"timestamp":121950700087,"id":7425,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/intersectionBy.js","layer":"app-pages-browser"},"startTime":1789479429549,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":21581,"timestamp":121950700606,"id":7426,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/intersectionWith.js","layer":"app-pages-browser"},"startTime":1789479429550,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":21568,"timestamp":121950701101,"id":7427,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/invert.js","layer":"app-pages-browser"},"startTime":1789479429550,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":21567,"timestamp":121950701588,"id":7428,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/invertBy.js","layer":"app-pages-browser"},"startTime":1789479429551,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":21401,"timestamp":121950702100,"id":7429,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/invoke.js","layer":"app-pages-browser"},"startTime":1789479429551,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":21383,"timestamp":121950702597,"id":7430,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/invokeMap.js","layer":"app-pages-browser"},"startTime":1789479429552,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":21061,"timestamp":121950703473,"id":7431,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/isArguments.js","layer":"app-pages-browser"},"startTime":1789479429552,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":20825,"timestamp":121950704019,"id":7432,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/isArray.js","layer":"app-pages-browser"},"startTime":1789479429553,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":20713,"timestamp":121950704512,"id":7433,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/isArrayBuffer.js","layer":"app-pages-browser"},"startTime":1789479429553,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":20597,"timestamp":121950704987,"id":7434,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/isArrayLike.js","layer":"app-pages-browser"},"startTime":1789479429554,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":20432,"timestamp":121950705487,"id":7435,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/isArrayLikeObject.js","layer":"app-pages-browser"},"startTime":1789479429554,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":20304,"timestamp":121950705977,"id":7436,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/isBoolean.js","layer":"app-pages-browser"},"startTime":1789479429555,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":20407,"timestamp":121950706406,"id":7437,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/isBuffer.js","layer":"app-pages-browser"},"startTime":1789479429555,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":20307,"timestamp":121950706904,"id":7438,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/isDate.js","layer":"app-pages-browser"},"startTime":1789479429556,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":19778,"timestamp":121950707825,"id":7440,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/isElement.js","layer":"app-pages-browser"},"startTime":1789479429557,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":20966,"timestamp":121950707368,"id":7439,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/isEmpty.js","layer":"app-pages-browser"},"startTime":1789479429556,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":20384,"timestamp":121950708326,"id":7441,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/isEqual.js","layer":"app-pages-browser"},"startTime":1789479429557,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":22514,"timestamp":121950736955,"id":7443,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/isError.js","layer":"app-pages-browser"},"startTime":1789479429586,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":23622,"timestamp":121950736546,"id":7442,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/isEqualWith.js","layer":"app-pages-browser"},"startTime":1789479429585,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":23340,"timestamp":121950737261,"id":7444,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/isFinite.js","layer":"app-pages-browser"},"startTime":1789479429586,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":23683,"timestamp":121950737539,"id":7445,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/isFunction.js","layer":"app-pages-browser"},"startTime":1789479429586,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":23621,"timestamp":121950737971,"id":7446,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/isInteger.js","layer":"app-pages-browser"},"startTime":1789479429587,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":23640,"timestamp":121950738423,"id":7447,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/isLength.js","layer":"app-pages-browser"},"startTime":1789479429587,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":23059,"timestamp":121950739391,"id":7449,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/isMatch.js","layer":"app-pages-browser"},"startTime":1789479429588,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":23963,"timestamp":121950738899,"id":7448,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/isMap.js","layer":"app-pages-browser"},"startTime":1789479429588,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":23279,"timestamp":121950740115,"id":7450,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/isMatchWith.js","layer":"app-pages-browser"},"startTime":1789479429589,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":22875,"timestamp":121950740882,"id":7451,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/isNaN.js","layer":"app-pages-browser"},"startTime":1789479429590,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":22888,"timestamp":121950741322,"id":7452,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/isNative.js","layer":"app-pages-browser"},"startTime":1789479429590,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":23032,"timestamp":121950741643,"id":7453,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/isNil.js","layer":"app-pages-browser"},"startTime":1789479429591,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":22608,"timestamp":121950742343,"id":7454,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/isNull.js","layer":"app-pages-browser"},"startTime":1789479429591,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":22502,"timestamp":121950742863,"id":7455,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/isNumber.js","layer":"app-pages-browser"},"startTime":1789479429592,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":22243,"timestamp":121950743581,"id":7456,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/isObject.js","layer":"app-pages-browser"},"startTime":1789479429593,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":22065,"timestamp":121950744051,"id":7457,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/isObjectLike.js","layer":"app-pages-browser"},"startTime":1789479429593,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":22213,"timestamp":121950744606,"id":7458,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/isPlainObject.js","layer":"app-pages-browser"},"startTime":1789479429594,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":22139,"timestamp":121950745119,"id":7459,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/isRegExp.js","layer":"app-pages-browser"},"startTime":1789479429594,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":21844,"timestamp":121950745818,"id":7460,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/isSafeInteger.js","layer":"app-pages-browser"},"startTime":1789479429595,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":22057,"timestamp":121950746201,"id":7461,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/isSet.js","layer":"app-pages-browser"},"startTime":1789479429595,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":21820,"timestamp":121950746852,"id":7462,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/isString.js","layer":"app-pages-browser"},"startTime":1789479429596,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":21805,"timestamp":121950747378,"id":7463,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/isSymbol.js","layer":"app-pages-browser"},"startTime":1789479429596,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":21568,"timestamp":121950748084,"id":7464,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/isTypedArray.js","layer":"app-pages-browser"},"startTime":1789479429597,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":21694,"timestamp":121950748612,"id":7465,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/isUndefined.js","layer":"app-pages-browser"},"startTime":1789479429598,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":21681,"timestamp":121950749226,"id":7466,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/isWeakMap.js","layer":"app-pages-browser"},"startTime":1789479429598,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":21861,"timestamp":121950749754,"id":7467,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/isWeakSet.js","layer":"app-pages-browser"},"startTime":1789479429599,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":21919,"timestamp":121950750355,"id":7468,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/iteratee.js","layer":"app-pages-browser"},"startTime":1789479429599,"traceId":"0b5cf6f8aba18709"}]
|
|
30
|
+
[{"name":"build-module-js","duration":22260,"timestamp":121950750760,"id":7469,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/join.js","layer":"app-pages-browser"},"startTime":1789479429600,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":22502,"timestamp":121950751238,"id":7470,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/kebabCase.js","layer":"app-pages-browser"},"startTime":1789479429600,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":22386,"timestamp":121950751949,"id":7471,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/keyBy.js","layer":"app-pages-browser"},"startTime":1789479429601,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":22657,"timestamp":121950752383,"id":7472,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/keys.js","layer":"app-pages-browser"},"startTime":1789479429601,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":22748,"timestamp":121950752860,"id":7473,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/keysIn.js","layer":"app-pages-browser"},"startTime":1789479429602,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":22868,"timestamp":121950753393,"id":7474,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/last.js","layer":"app-pages-browser"},"startTime":1789479429602,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":23239,"timestamp":121950754087,"id":7475,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/lastIndexOf.js","layer":"app-pages-browser"},"startTime":1789479429603,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":24086,"timestamp":121950754498,"id":7476,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/wrapperLodash.js","layer":"app-pages-browser"},"startTime":1789479429603,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":13229,"timestamp":121950789022,"id":7478,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/lowerFirst.js","layer":"app-pages-browser"},"startTime":1789479429638,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":14118,"timestamp":121950788615,"id":7477,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/lowerCase.js","layer":"app-pages-browser"},"startTime":1789479429638,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":13700,"timestamp":121950789384,"id":7479,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/lt.js","layer":"app-pages-browser"},"startTime":1789479429638,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":13436,"timestamp":121950789970,"id":7480,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/lte.js","layer":"app-pages-browser"},"startTime":1789479429639,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":13402,"timestamp":121950790442,"id":7481,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/map.js","layer":"app-pages-browser"},"startTime":1789479429639,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":13567,"timestamp":121950790787,"id":7482,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/mapKeys.js","layer":"app-pages-browser"},"startTime":1789479429640,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":13228,"timestamp":121950791538,"id":7483,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/mapValues.js","layer":"app-pages-browser"},"startTime":1789479429640,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":13104,"timestamp":121950792205,"id":7484,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/matches.js","layer":"app-pages-browser"},"startTime":1789479429641,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":13130,"timestamp":121950792733,"id":7485,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/matchesProperty.js","layer":"app-pages-browser"},"startTime":1789479429642,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":30006,"timestamp":121950808617,"id":7486,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/max.js","layer":"app-pages-browser"},"startTime":1789479429658,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":30075,"timestamp":121950809024,"id":7487,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/maxBy.js","layer":"app-pages-browser"},"startTime":1789479429658,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":30110,"timestamp":121950809316,"id":7488,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/mean.js","layer":"app-pages-browser"},"startTime":1789479429658,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":30012,"timestamp":121950809756,"id":7489,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/meanBy.js","layer":"app-pages-browser"},"startTime":1789479429659,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":28236,"timestamp":121950811949,"id":7492,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/mergeWith.js","layer":"app-pages-browser"},"startTime":1789479429661,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":28997,"timestamp":121950811535,"id":7491,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/merge.js","layer":"app-pages-browser"},"startTime":1789479429660,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":30014,"timestamp":121950811106,"id":7490,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/memoize.js","layer":"app-pages-browser"},"startTime":1789479429660,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":28640,"timestamp":121950812882,"id":7494,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/methodOf.js","layer":"app-pages-browser"},"startTime":1789479429662,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":29429,"timestamp":121950812431,"id":7493,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/method.js","layer":"app-pages-browser"},"startTime":1789479429661,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":28913,"timestamp":121950813312,"id":7495,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/min.js","layer":"app-pages-browser"},"startTime":1789479429662,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":28876,"timestamp":121950813717,"id":7496,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/minBy.js","layer":"app-pages-browser"},"startTime":1789479429663,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":29086,"timestamp":121950814159,"id":7497,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/mixin.js","layer":"app-pages-browser"},"startTime":1789479429663,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":29072,"timestamp":121950814558,"id":7498,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/multiply.js","layer":"app-pages-browser"},"startTime":1789479429664,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":28630,"timestamp":121950815467,"id":7500,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/next.js","layer":"app-pages-browser"},"startTime":1789479429664,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":29610,"timestamp":121950815004,"id":7499,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/negate.js","layer":"app-pages-browser"},"startTime":1789479429664,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":28977,"timestamp":121950815925,"id":7501,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/noop.js","layer":"app-pages-browser"},"startTime":1789479429665,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":28799,"timestamp":121950816433,"id":7502,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/now.js","layer":"app-pages-browser"},"startTime":1789479429665,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":28647,"timestamp":121950816925,"id":7503,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/nth.js","layer":"app-pages-browser"},"startTime":1789479429666,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":28536,"timestamp":121950817411,"id":7504,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/nthArg.js","layer":"app-pages-browser"},"startTime":1789479429666,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":28667,"timestamp":121950817894,"id":7505,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/omit.js","layer":"app-pages-browser"},"startTime":1789479429667,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":28558,"timestamp":121950818399,"id":7506,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/omitBy.js","layer":"app-pages-browser"},"startTime":1789479429667,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":27970,"timestamp":121950819313,"id":7507,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/once.js","layer":"app-pages-browser"},"startTime":1789479429668,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":27885,"timestamp":121950819845,"id":7508,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/orderBy.js","layer":"app-pages-browser"},"startTime":1789479429669,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":27754,"timestamp":121950820320,"id":7509,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/over.js","layer":"app-pages-browser"},"startTime":1789479429669,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":27930,"timestamp":121950820784,"id":7510,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/overArgs.js","layer":"app-pages-browser"},"startTime":1789479429670,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":27726,"timestamp":121950821338,"id":7511,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/overEvery.js","layer":"app-pages-browser"},"startTime":1789479429670,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":27585,"timestamp":121950821811,"id":7512,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/overSome.js","layer":"app-pages-browser"},"startTime":1789479429671,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":27515,"timestamp":121950822311,"id":7513,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/padEnd.js","layer":"app-pages-browser"},"startTime":1789479429671,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":27375,"timestamp":121950822959,"id":7514,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/pad.js","layer":"app-pages-browser"},"startTime":1789479429672,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":27297,"timestamp":121950823496,"id":7515,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/padStart.js","layer":"app-pages-browser"},"startTime":1789479429672,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":27348,"timestamp":121950823967,"id":7516,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/parseInt.js","layer":"app-pages-browser"},"startTime":1789479429673,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":27315,"timestamp":121950824467,"id":7517,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/partial.js","layer":"app-pages-browser"},"startTime":1789479429673,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":27268,"timestamp":121950824987,"id":7518,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/partialRight.js","layer":"app-pages-browser"},"startTime":1789479429674,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":27137,"timestamp":121950825490,"id":7519,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/partition.js","layer":"app-pages-browser"},"startTime":1789479429674,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":26659,"timestamp":121950826344,"id":7520,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/pick.js","layer":"app-pages-browser"},"startTime":1789479429675,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":26534,"timestamp":121950826919,"id":7521,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/pickBy.js","layer":"app-pages-browser"},"startTime":1789479429676,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":26481,"timestamp":121950827413,"id":7522,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/plant.js","layer":"app-pages-browser"},"startTime":1789479429676,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":26426,"timestamp":121950827859,"id":7523,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/property.js","layer":"app-pages-browser"},"startTime":1789479429677,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":26242,"timestamp":121950828369,"id":7524,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/propertyOf.js","layer":"app-pages-browser"},"startTime":1789479429677,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":26079,"timestamp":121950828865,"id":7525,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/pull.js","layer":"app-pages-browser"},"startTime":1789479429678,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":26011,"timestamp":121950829345,"id":7526,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/pullAll.js","layer":"app-pages-browser"},"startTime":1789479429678,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":25952,"timestamp":121950829862,"id":7527,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/pullAllBy.js","layer":"app-pages-browser"},"startTime":1789479429679,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":29301,"timestamp":121950865673,"id":7528,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/pullAllWith.js","layer":"app-pages-browser"},"startTime":1789479429715,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":29553,"timestamp":121950866092,"id":7529,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/pullAt.js","layer":"app-pages-browser"},"startTime":1789479429715,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":30014,"timestamp":121950866482,"id":7530,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/random.js","layer":"app-pages-browser"},"startTime":1789479429715,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":29512,"timestamp":121950867372,"id":7532,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/rangeRight.js","layer":"app-pages-browser"},"startTime":1789479429716,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":30264,"timestamp":121950866928,"id":7531,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/range.js","layer":"app-pages-browser"},"startTime":1789479429716,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":29478,"timestamp":121950868072,"id":7533,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/rearg.js","layer":"app-pages-browser"},"startTime":1789479429717,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":29414,"timestamp":121950868585,"id":7534,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/reduce.js","layer":"app-pages-browser"},"startTime":1789479429718,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":29394,"timestamp":121950869034,"id":7535,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/reduceRight.js","layer":"app-pages-browser"},"startTime":1789479429718,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":28676,"timestamp":121950870141,"id":7536,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/reject.js","layer":"app-pages-browser"},"startTime":1789479429719,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":28736,"timestamp":121950870693,"id":7537,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/remove.js","layer":"app-pages-browser"},"startTime":1789479429720,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":28812,"timestamp":121950871131,"id":7538,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/repeat.js","layer":"app-pages-browser"},"startTime":1789479429720,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":28805,"timestamp":121950871584,"id":7539,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/replace.js","layer":"app-pages-browser"},"startTime":1789479429721,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":28743,"timestamp":121950872104,"id":7540,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/rest.js","layer":"app-pages-browser"},"startTime":1789479429721,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":28498,"timestamp":121950872879,"id":7541,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/result.js","layer":"app-pages-browser"},"startTime":1789479429722,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":28340,"timestamp":121950873431,"id":7542,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/reverse.js","layer":"app-pages-browser"},"startTime":1789479429722,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":28148,"timestamp":121950873928,"id":7543,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/round.js","layer":"app-pages-browser"},"startTime":1789479429723,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":28035,"timestamp":121950874385,"id":7544,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/sample.js","layer":"app-pages-browser"},"startTime":1789479429723,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":28012,"timestamp":121950874882,"id":7545,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/sampleSize.js","layer":"app-pages-browser"},"startTime":1789479429724,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":27667,"timestamp":121950875563,"id":7546,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/set.js","layer":"app-pages-browser"},"startTime":1789479429725,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":27436,"timestamp":121950876141,"id":7547,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/setWith.js","layer":"app-pages-browser"},"startTime":1789479429725,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":27303,"timestamp":121950876636,"id":7548,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/shuffle.js","layer":"app-pages-browser"},"startTime":1789479429726,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":27357,"timestamp":121950877106,"id":7549,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/size.js","layer":"app-pages-browser"},"startTime":1789479429726,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":27345,"timestamp":121950877620,"id":7550,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/slice.js","layer":"app-pages-browser"},"startTime":1789479429727,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":27229,"timestamp":121950878134,"id":7551,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/snakeCase.js","layer":"app-pages-browser"},"startTime":1789479429727,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":27238,"timestamp":121950878571,"id":7552,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/some.js","layer":"app-pages-browser"},"startTime":1789479429728,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":27240,"timestamp":121950879093,"id":7553,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/sortBy.js","layer":"app-pages-browser"},"startTime":1789479429728,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":27089,"timestamp":121950879587,"id":7554,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/sortedIndex.js","layer":"app-pages-browser"},"startTime":1789479429729,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":26894,"timestamp":121950880117,"id":7555,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/sortedIndexBy.js","layer":"app-pages-browser"},"startTime":1789479429729,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":26349,"timestamp":121950881088,"id":7556,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/sortedIndexOf.js","layer":"app-pages-browser"},"startTime":1789479429730,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":26234,"timestamp":121950881543,"id":7557,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/sortedLastIndex.js","layer":"app-pages-browser"},"startTime":1789479429730,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":26135,"timestamp":121950881997,"id":7558,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/sortedLastIndexBy.js","layer":"app-pages-browser"},"startTime":1789479429731,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":26042,"timestamp":121950882507,"id":7559,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/sortedLastIndexOf.js","layer":"app-pages-browser"},"startTime":1789479429731,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":21137,"timestamp":121950887756,"id":7560,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/sortedUniq.js","layer":"app-pages-browser"},"startTime":1789479429737,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":21086,"timestamp":121950888144,"id":7561,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/sortedUniqBy.js","layer":"app-pages-browser"},"startTime":1789479429737,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":21215,"timestamp":121950888608,"id":7562,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/split.js","layer":"app-pages-browser"},"startTime":1789479429738,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":21334,"timestamp":121950889081,"id":7563,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/spread.js","layer":"app-pages-browser"},"startTime":1789479429738,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":21486,"timestamp":121950889521,"id":7564,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/startCase.js","layer":"app-pages-browser"},"startTime":1789479429738,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":21626,"timestamp":121950890016,"id":7565,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/startsWith.js","layer":"app-pages-browser"},"startTime":1789479429739,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":15859,"timestamp":121950925202,"id":7566,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/stubArray.js","layer":"app-pages-browser"},"startTime":1789479429774,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":15793,"timestamp":121950925611,"id":7567,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/stubFalse.js","layer":"app-pages-browser"},"startTime":1789479429775,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":15702,"timestamp":121950925983,"id":7568,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/stubObject.js","layer":"app-pages-browser"},"startTime":1789479429775,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":15505,"timestamp":121950926422,"id":7569,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/stubString.js","layer":"app-pages-browser"},"startTime":1789479429775,"traceId":"0b5cf6f8aba18709"}]
|
|
31
|
+
[{"name":"build-module-js","duration":15296,"timestamp":121950926863,"id":7570,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/stubTrue.js","layer":"app-pages-browser"},"startTime":1789479429776,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":15041,"timestamp":121950927487,"id":7571,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/subtract.js","layer":"app-pages-browser"},"startTime":1789479429776,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":14870,"timestamp":121950928028,"id":7572,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/sum.js","layer":"app-pages-browser"},"startTime":1789479429777,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":14848,"timestamp":121950928404,"id":7573,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/sumBy.js","layer":"app-pages-browser"},"startTime":1789479429777,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":14708,"timestamp":121950928884,"id":7574,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/tail.js","layer":"app-pages-browser"},"startTime":1789479429778,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":14708,"timestamp":121950929343,"id":7575,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/take.js","layer":"app-pages-browser"},"startTime":1789479429778,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":14722,"timestamp":121950929781,"id":7576,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/takeRight.js","layer":"app-pages-browser"},"startTime":1789479429779,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":14594,"timestamp":121950930280,"id":7577,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/takeRightWhile.js","layer":"app-pages-browser"},"startTime":1789479429779,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":14477,"timestamp":121950930774,"id":7578,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/takeWhile.js","layer":"app-pages-browser"},"startTime":1789479429780,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":14313,"timestamp":121950931235,"id":7579,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/tap.js","layer":"app-pages-browser"},"startTime":1789479429780,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":13708,"timestamp":121950932236,"id":7581,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/templateSettings.js","layer":"app-pages-browser"},"startTime":1789479429781,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":15774,"timestamp":121950931725,"id":7580,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/template.js","layer":"app-pages-browser"},"startTime":1789479429781,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":15181,"timestamp":121950932961,"id":7582,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/throttle.js","layer":"app-pages-browser"},"startTime":1789479429782,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":15171,"timestamp":121950933514,"id":7583,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/thru.js","layer":"app-pages-browser"},"startTime":1789479429782,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":23446,"timestamp":121950952693,"id":7584,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/times.js","layer":"app-pages-browser"},"startTime":1789479429802,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":23301,"timestamp":121950953446,"id":7586,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/toFinite.js","layer":"app-pages-browser"},"startTime":1789479429802,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":29766,"timestamp":121950953089,"id":7585,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/toArray.js","layer":"app-pages-browser"},"startTime":1789479429802,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":29525,"timestamp":121950953845,"id":7587,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/toInteger.js","layer":"app-pages-browser"},"startTime":1789479429803,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":29411,"timestamp":121950954273,"id":7588,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/toIterator.js","layer":"app-pages-browser"},"startTime":1789479429803,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":29231,"timestamp":121950954720,"id":7589,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/toJSON.js","layer":"app-pages-browser"},"startTime":1789479429804,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":28538,"timestamp":121950955903,"id":7590,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/toLength.js","layer":"app-pages-browser"},"startTime":1789479429805,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":28417,"timestamp":121950956363,"id":7591,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/toLower.js","layer":"app-pages-browser"},"startTime":1789479429805,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":28676,"timestamp":121950956815,"id":7592,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/toNumber.js","layer":"app-pages-browser"},"startTime":1789479429806,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":28568,"timestamp":121950957296,"id":7593,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/toPairs.js","layer":"app-pages-browser"},"startTime":1789479429806,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":27139,"timestamp":121950959035,"id":7594,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/toPairsIn.js","layer":"app-pages-browser"},"startTime":1789479429808,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":27287,"timestamp":121950959318,"id":7595,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/toPath.js","layer":"app-pages-browser"},"startTime":1789479429808,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":27221,"timestamp":121950959721,"id":7596,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/toPlainObject.js","layer":"app-pages-browser"},"startTime":1789479429809,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":27083,"timestamp":121950960232,"id":7597,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/toSafeInteger.js","layer":"app-pages-browser"},"startTime":1789479429809,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":27022,"timestamp":121950960692,"id":7598,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/toString.js","layer":"app-pages-browser"},"startTime":1789479429810,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":26954,"timestamp":121950961182,"id":7599,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/toUpper.js","layer":"app-pages-browser"},"startTime":1789479429810,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":27233,"timestamp":121950961666,"id":7600,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/transform.js","layer":"app-pages-browser"},"startTime":1789479429811,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":27422,"timestamp":121950962125,"id":7601,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/trim.js","layer":"app-pages-browser"},"startTime":1789479429811,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":27521,"timestamp":121950962614,"id":7602,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/trimEnd.js","layer":"app-pages-browser"},"startTime":1789479429812,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":27608,"timestamp":121950963130,"id":7603,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/trimStart.js","layer":"app-pages-browser"},"startTime":1789479429812,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":28164,"timestamp":121950963623,"id":7604,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/truncate.js","layer":"app-pages-browser"},"startTime":1789479429813,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":28106,"timestamp":121950964173,"id":7605,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/unary.js","layer":"app-pages-browser"},"startTime":1789479429813,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":28181,"timestamp":121950964680,"id":7606,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/unescape.js","layer":"app-pages-browser"},"startTime":1789479429814,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":27262,"timestamp":121950966035,"id":7607,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/union.js","layer":"app-pages-browser"},"startTime":1789479429815,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":27285,"timestamp":121950966609,"id":7608,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/unionBy.js","layer":"app-pages-browser"},"startTime":1789479429816,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":27291,"timestamp":121950967067,"id":7609,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/unionWith.js","layer":"app-pages-browser"},"startTime":1789479429816,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":27194,"timestamp":121950967534,"id":7610,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/uniq.js","layer":"app-pages-browser"},"startTime":1789479429816,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":27011,"timestamp":121950968073,"id":7611,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/uniqBy.js","layer":"app-pages-browser"},"startTime":1789479429817,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":26855,"timestamp":121950968591,"id":7612,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/uniqWith.js","layer":"app-pages-browser"},"startTime":1789479429818,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":26966,"timestamp":121950969071,"id":7613,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/uniqueId.js","layer":"app-pages-browser"},"startTime":1789479429818,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":20460,"timestamp":121951005603,"id":7614,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/unset.js","layer":"app-pages-browser"},"startTime":1789479429855,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":20784,"timestamp":121951005997,"id":7615,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/unzip.js","layer":"app-pages-browser"},"startTime":1789479429855,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":21029,"timestamp":121951006277,"id":7616,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/unzipWith.js","layer":"app-pages-browser"},"startTime":1789479429855,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":21015,"timestamp":121951006700,"id":7617,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/update.js","layer":"app-pages-browser"},"startTime":1789479429856,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":21023,"timestamp":121951007174,"id":7618,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/updateWith.js","layer":"app-pages-browser"},"startTime":1789479429856,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":20908,"timestamp":121951007656,"id":7619,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/upperCase.js","layer":"app-pages-browser"},"startTime":1789479429857,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":20679,"timestamp":121951008179,"id":7620,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/upperFirst.js","layer":"app-pages-browser"},"startTime":1789479429857,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":19533,"timestamp":121951009574,"id":7622,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/valueOf.js","layer":"app-pages-browser"},"startTime":1789479429859,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":18924,"timestamp":121951010516,"id":7624,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/valuesIn.js","layer":"app-pages-browser"},"startTime":1789479429859,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":18818,"timestamp":121951010964,"id":7625,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/without.js","layer":"app-pages-browser"},"startTime":1789479429860,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":18779,"timestamp":121951011435,"id":7626,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/words.js","layer":"app-pages-browser"},"startTime":1789479429860,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":21424,"timestamp":121951009031,"id":7621,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/value.js","layer":"app-pages-browser"},"startTime":1789479429858,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":18906,"timestamp":121951011883,"id":7627,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/wrap.js","layer":"app-pages-browser"},"startTime":1789479429861,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":18247,"timestamp":121951012834,"id":7629,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/wrapperChain.js","layer":"app-pages-browser"},"startTime":1789479429862,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":19482,"timestamp":121951012375,"id":7628,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/wrapperAt.js","layer":"app-pages-browser"},"startTime":1789479429861,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":18432,"timestamp":121951013874,"id":7631,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/wrapperValue.js","layer":"app-pages-browser"},"startTime":1789479429863,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":19526,"timestamp":121951013369,"id":7630,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/wrapperReverse.js","layer":"app-pages-browser"},"startTime":1789479429862,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":23268,"timestamp":121951010032,"id":7623,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/values.js","layer":"app-pages-browser"},"startTime":1789479429859,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":18978,"timestamp":121951014813,"id":7633,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/xorBy.js","layer":"app-pages-browser"},"startTime":1789479429864,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":18964,"timestamp":121951015306,"id":7634,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/xorWith.js","layer":"app-pages-browser"},"startTime":1789479429864,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":18889,"timestamp":121951015741,"id":7635,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/zip.js","layer":"app-pages-browser"},"startTime":1789479429865,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":18784,"timestamp":121951016245,"id":7636,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/zipObject.js","layer":"app-pages-browser"},"startTime":1789479429865,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":18702,"timestamp":121951016701,"id":7637,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/zipObjectDeep.js","layer":"app-pages-browser"},"startTime":1789479429866,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":18721,"timestamp":121951017152,"id":7638,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/zipWith.js","layer":"app-pages-browser"},"startTime":1789479429866,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":21971,"timestamp":121951014357,"id":7632,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/xor.js","layer":"app-pages-browser"},"startTime":1789479429863,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":30954,"timestamp":121951017633,"id":7639,"parentId":7111,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/lodash.default.js","layer":"app-pages-browser"},"startTime":1789479429867,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":73556,"timestamp":121951018481,"id":7641,"parentId":7137,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-format/src/formatDecimal.js","layer":"app-pages-browser"},"startTime":1789479429867,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":74561,"timestamp":121951018094,"id":7640,"parentId":7006,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/hast-util-parse-selector/index.js","layer":"app-pages-browser"},"startTime":1789479429867,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":74841,"timestamp":121951018832,"id":7642,"parentId":7090,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/property-information/lib/util/create.js","layer":"app-pages-browser"},"startTime":1789479429868,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":75574,"timestamp":121951019122,"id":7643,"parentId":7090,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/property-information/lib/util/types.js","layer":"app-pages-browser"},"startTime":1789479429868,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":76006,"timestamp":121951019420,"id":7644,"parentId":7091,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/property-information/lib/util/case-insensitive-transform.js","layer":"app-pages-browser"},"startTime":1789479429868,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":76418,"timestamp":121951019621,"id":7645,"parentId":7092,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/property-information/lib/util/case-sensitive-transform.js","layer":"app-pages-browser"},"startTime":1789479429869,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":77241,"timestamp":121951019794,"id":7646,"parentId":7097,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/property-information/lib/util/defined-info.js","layer":"app-pages-browser"},"startTime":1789479429869,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":77849,"timestamp":121951019954,"id":7647,"parentId":7097,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/property-information/lib/util/info.js","layer":"app-pages-browser"},"startTime":1789479429869,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":78509,"timestamp":121951020137,"id":7648,"parentId":7099,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/property-information/lib/util/schema.js","layer":"app-pages-browser"},"startTime":1789479429869,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":79497,"timestamp":121951020298,"id":7649,"parentId":7037,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/trim-lines/index.js","layer":"app-pages-browser"},"startTime":1789479429869,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":80354,"timestamp":121951020462,"id":7650,"parentId":7108,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/unist-util-find-after/lib/index.js","layer":"app-pages-browser"},"startTime":1789479429869,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":81753,"timestamp":121951020625,"id":7651,"parentId":7110,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/unist-util-is/lib/index.js","layer":"app-pages-browser"},"startTime":1789479429870,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":83907,"timestamp":121951020784,"id":7652,"parentId":7109,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/hast-util-is-element/lib/index.js","layer":"app-pages-browser"},"startTime":1789479429870,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":84832,"timestamp":121951020939,"id":7653,"parentId":7142,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-format/src/formatRounded.js","layer":"app-pages-browser"},"startTime":1789479429870,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":85359,"timestamp":121951021100,"id":7654,"parentId":7045,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/hast-util-raw/index.js","layer":"app-pages-browser"},"startTime":1789479429870,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":60881,"timestamp":121951063534,"id":7655,"parentId":7151,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/hast-util-sanitize/lib/index.js","layer":"app-pages-browser"},"startTime":1789479429912,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":61073,"timestamp":121951063991,"id":7657,"parentId":7194,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-quadtree/src/quad.js","layer":"app-pages-browser"},"startTime":1789479429913,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":62238,"timestamp":121951063813,"id":7656,"parentId":7151,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/hast-util-sanitize/lib/schema.js","layer":"app-pages-browser"},"startTime":1789479429913,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":63044,"timestamp":121951064180,"id":7658,"parentId":7203,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/@ungap/structured-clone/esm/deserialize.js","layer":"app-pages-browser"},"startTime":1789479429913,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":64628,"timestamp":121951064347,"id":7659,"parentId":7203,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/@ungap/structured-clone/esm/serialize.js","layer":"app-pages-browser"},"startTime":1789479429913,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":65253,"timestamp":121951064505,"id":7660,"parentId":7209,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-sankey/node_modules/d3-array/src/bisect.js","layer":"app-pages-browser"},"startTime":1789479429913,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":65615,"timestamp":121951064663,"id":7661,"parentId":7209,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-sankey/node_modules/d3-array/src/ascending.js","layer":"app-pages-browser"},"startTime":1789479429914,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":66349,"timestamp":121951064817,"id":7662,"parentId":7209,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-sankey/node_modules/d3-array/src/bisector.js","layer":"app-pages-browser"},"startTime":1789479429914,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":66824,"timestamp":121951065000,"id":7663,"parentId":7209,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-sankey/node_modules/d3-array/src/count.js","layer":"app-pages-browser"},"startTime":1789479429914,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":67551,"timestamp":121951065152,"id":7664,"parentId":7209,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-sankey/node_modules/d3-array/src/cross.js","layer":"app-pages-browser"},"startTime":1789479429914,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":67961,"timestamp":121951065302,"id":7665,"parentId":7209,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-sankey/node_modules/d3-array/src/cumsum.js","layer":"app-pages-browser"},"startTime":1789479429914,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":68295,"timestamp":121951065453,"id":7666,"parentId":7209,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-sankey/node_modules/d3-array/src/descending.js","layer":"app-pages-browser"},"startTime":1789479429914,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":68645,"timestamp":121951065601,"id":7667,"parentId":7209,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-sankey/node_modules/d3-array/src/deviation.js","layer":"app-pages-browser"},"startTime":1789479429915,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":69165,"timestamp":121951065752,"id":7668,"parentId":7209,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-sankey/node_modules/d3-array/src/extent.js","layer":"app-pages-browser"},"startTime":1789479429915,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":70194,"timestamp":121951065903,"id":7669,"parentId":7209,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-sankey/node_modules/d3-array/src/fsum.js","layer":"app-pages-browser"},"startTime":1789479429915,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":71150,"timestamp":121951066053,"id":7670,"parentId":7209,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-sankey/node_modules/d3-array/src/group.js","layer":"app-pages-browser"},"startTime":1789479429915,"traceId":"0b5cf6f8aba18709"}]
|
|
32
|
+
[{"name":"build-module-js","duration":71734,"timestamp":121951066203,"id":7671,"parentId":7209,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-sankey/node_modules/d3-array/src/groupSort.js","layer":"app-pages-browser"},"startTime":1789479429915,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":73030,"timestamp":121951066354,"id":7672,"parentId":7209,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-sankey/node_modules/d3-array/src/bin.js","layer":"app-pages-browser"},"startTime":1789479429915,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":73618,"timestamp":121951066501,"id":7673,"parentId":7209,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-sankey/node_modules/d3-array/src/max.js","layer":"app-pages-browser"},"startTime":1789479429915,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":74153,"timestamp":121951066649,"id":7674,"parentId":7209,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-sankey/node_modules/d3-array/src/maxIndex.js","layer":"app-pages-browser"},"startTime":1789479429916,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":74635,"timestamp":121951066798,"id":7675,"parentId":7209,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-sankey/node_modules/d3-array/src/mean.js","layer":"app-pages-browser"},"startTime":1789479429916,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":74867,"timestamp":121951067095,"id":7677,"parentId":7209,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-sankey/node_modules/d3-array/src/merge.js","layer":"app-pages-browser"},"startTime":1789479429916,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":75501,"timestamp":121951066947,"id":7676,"parentId":7209,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-sankey/node_modules/d3-array/src/median.js","layer":"app-pages-browser"},"startTime":1789479429916,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":78083,"timestamp":121951075094,"id":7678,"parentId":7209,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-sankey/node_modules/d3-array/src/minIndex.js","layer":"app-pages-browser"},"startTime":1789479429924,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":78477,"timestamp":121951075471,"id":7679,"parentId":7209,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-sankey/node_modules/d3-array/src/nice.js","layer":"app-pages-browser"},"startTime":1789479429924,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":78844,"timestamp":121951075743,"id":7680,"parentId":7209,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-sankey/node_modules/d3-array/src/pairs.js","layer":"app-pages-browser"},"startTime":1789479429925,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":79240,"timestamp":121951075995,"id":7681,"parentId":7209,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-sankey/node_modules/d3-array/src/min.js","layer":"app-pages-browser"},"startTime":1789479429925,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":79527,"timestamp":121951076183,"id":7682,"parentId":7209,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-sankey/node_modules/d3-array/src/permute.js","layer":"app-pages-browser"},"startTime":1789479429925,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":80327,"timestamp":121951076340,"id":7683,"parentId":7209,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-sankey/node_modules/d3-array/src/quantile.js","layer":"app-pages-browser"},"startTime":1789479429925,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":80826,"timestamp":121951076648,"id":7685,"parentId":7209,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-sankey/node_modules/d3-array/src/least.js","layer":"app-pages-browser"},"startTime":1789479429926,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":81330,"timestamp":121951076800,"id":7686,"parentId":7209,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-sankey/node_modules/d3-array/src/range.js","layer":"app-pages-browser"},"startTime":1789479429926,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":81870,"timestamp":121951076952,"id":7687,"parentId":7209,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-sankey/node_modules/d3-array/src/leastIndex.js","layer":"app-pages-browser"},"startTime":1789479429926,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":82438,"timestamp":121951077105,"id":7688,"parentId":7209,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-sankey/node_modules/d3-array/src/greatest.js","layer":"app-pages-browser"},"startTime":1789479429926,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":82985,"timestamp":121951077256,"id":7689,"parentId":7209,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-sankey/node_modules/d3-array/src/greatestIndex.js","layer":"app-pages-browser"},"startTime":1789479429926,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":83380,"timestamp":121951077410,"id":7690,"parentId":7209,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-sankey/node_modules/d3-array/src/scan.js","layer":"app-pages-browser"},"startTime":1789479429926,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":83847,"timestamp":121951077562,"id":7691,"parentId":7209,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-sankey/node_modules/d3-array/src/shuffle.js","layer":"app-pages-browser"},"startTime":1789479429927,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":84293,"timestamp":121951077714,"id":7692,"parentId":7209,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-sankey/node_modules/d3-array/src/sum.js","layer":"app-pages-browser"},"startTime":1789479429927,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":85278,"timestamp":121951077862,"id":7693,"parentId":7209,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-sankey/node_modules/d3-array/src/ticks.js","layer":"app-pages-browser"},"startTime":1789479429927,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":87614,"timestamp":121951076495,"id":7684,"parentId":7209,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-sankey/node_modules/d3-array/src/quickselect.js","layer":"app-pages-browser"},"startTime":1789479429925,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":86807,"timestamp":121951078011,"id":7694,"parentId":7209,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-sankey/node_modules/d3-array/src/transpose.js","layer":"app-pages-browser"},"startTime":1789479429927,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":87362,"timestamp":121951078169,"id":7695,"parentId":7209,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-sankey/node_modules/d3-array/src/variance.js","layer":"app-pages-browser"},"startTime":1789479429927,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":18744,"timestamp":121951148914,"id":7761,"parentId":7319,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_createMathOperation.js","layer":"app-pages-browser"},"startTime":1789479429998,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":19031,"timestamp":121951149532,"id":7763,"parentId":7327,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_copyObject.js","layer":"app-pages-browser"},"startTime":1789479429998,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":20449,"timestamp":121951149199,"id":7762,"parentId":7325,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_createWrap.js","layer":"app-pages-browser"},"startTime":1789479429998,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":99491,"timestamp":121951085100,"id":7696,"parentId":7209,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-sankey/node_modules/d3-array/src/zip.js","layer":"app-pages-browser"},"startTime":1789479429934,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":99419,"timestamp":121951085973,"id":7699,"parentId":7209,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-sankey/node_modules/d3-array/src/filter.js","layer":"app-pages-browser"},"startTime":1789479429935,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":100261,"timestamp":121951085720,"id":7698,"parentId":7209,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-sankey/node_modules/d3-array/src/some.js","layer":"app-pages-browser"},"startTime":1789479429935,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":100426,"timestamp":121951086226,"id":7700,"parentId":7209,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-sankey/node_modules/d3-array/src/map.js","layer":"app-pages-browser"},"startTime":1789479429935,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":101772,"timestamp":121951085449,"id":7697,"parentId":7209,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-sankey/node_modules/d3-array/src/every.js","layer":"app-pages-browser"},"startTime":1789479429934,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":101128,"timestamp":121951086717,"id":7702,"parentId":7209,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-sankey/node_modules/d3-array/src/reverse.js","layer":"app-pages-browser"},"startTime":1789479429936,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":102097,"timestamp":121951086470,"id":7701,"parentId":7209,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-sankey/node_modules/d3-array/src/reduce.js","layer":"app-pages-browser"},"startTime":1789479429935,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":102599,"timestamp":121951086962,"id":7703,"parentId":7209,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-sankey/node_modules/d3-array/src/sort.js","layer":"app-pages-browser"},"startTime":1789479429936,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":103060,"timestamp":121951087207,"id":7704,"parentId":7209,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-sankey/node_modules/d3-array/src/difference.js","layer":"app-pages-browser"},"startTime":1789479429936,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":103433,"timestamp":121951087453,"id":7705,"parentId":7209,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-sankey/node_modules/d3-array/src/disjoint.js","layer":"app-pages-browser"},"startTime":1789479429936,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":103950,"timestamp":121951087697,"id":7706,"parentId":7209,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-sankey/node_modules/d3-array/src/intersection.js","layer":"app-pages-browser"},"startTime":1789479429937,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":104344,"timestamp":121951087947,"id":7707,"parentId":7209,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-sankey/node_modules/d3-array/src/subset.js","layer":"app-pages-browser"},"startTime":1789479429937,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":105746,"timestamp":121951088213,"id":7708,"parentId":7209,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-sankey/node_modules/d3-array/src/superset.js","layer":"app-pages-browser"},"startTime":1789479429937,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":106644,"timestamp":121951088460,"id":7709,"parentId":7209,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-sankey/node_modules/d3-array/src/union.js","layer":"app-pages-browser"},"startTime":1789479429937,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":112636,"timestamp":121951088704,"id":7710,"parentId":7210,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-sankey/node_modules/d3-shape/src/arc.js","layer":"app-pages-browser"},"startTime":1789479429938,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":124180,"timestamp":121951088949,"id":7711,"parentId":7210,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-sankey/node_modules/d3-shape/src/area.js","layer":"app-pages-browser"},"startTime":1789479429938,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":126026,"timestamp":121951089191,"id":7712,"parentId":7210,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-sankey/node_modules/d3-shape/src/line.js","layer":"app-pages-browser"},"startTime":1789479429938,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":42803,"timestamp":121951176729,"id":7765,"parentId":7326,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_assignValue.js","layer":"app-pages-browser"},"startTime":1789479430026,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":43002,"timestamp":121951176981,"id":7766,"parentId":7326,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_isPrototype.js","layer":"app-pages-browser"},"startTime":1789479430026,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":44329,"timestamp":121951176338,"id":7764,"parentId":7327,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_createAssigner.js","layer":"app-pages-browser"},"startTime":1789479430025,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":43432,"timestamp":121951177652,"id":7768,"parentId":7330,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_flatRest.js","layer":"app-pages-browser"},"startTime":1789479430027,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":44312,"timestamp":121951177242,"id":7767,"parentId":7330,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_baseAt.js","layer":"app-pages-browser"},"startTime":1789479430026,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":43907,"timestamp":121951178064,"id":7769,"parentId":7331,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_apply.js","layer":"app-pages-browser"},"startTime":1789479430027,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":44068,"timestamp":121951178485,"id":7770,"parentId":7331,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_baseRest.js","layer":"app-pages-browser"},"startTime":1789479430027,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":44054,"timestamp":121951178954,"id":7771,"parentId":7333,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_arrayEach.js","layer":"app-pages-browser"},"startTime":1789479430028,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":44048,"timestamp":121951179359,"id":7772,"parentId":7333,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_baseAssignValue.js","layer":"app-pages-browser"},"startTime":1789479430028,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":43714,"timestamp":121951180115,"id":7773,"parentId":7333,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_toKey.js","layer":"app-pages-browser"},"startTime":1789479430029,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":43082,"timestamp":121951181184,"id":7774,"parentId":7334,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_getHolder.js","layer":"app-pages-browser"},"startTime":1789479430030,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":43257,"timestamp":121951181772,"id":7775,"parentId":7334,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_replaceHolders.js","layer":"app-pages-browser"},"startTime":1789479430031,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":125471,"timestamp":121951112838,"id":7714,"parentId":7210,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-sankey/node_modules/d3-shape/src/areaRadial.js","layer":"app-pages-browser"},"startTime":1789479429962,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":126081,"timestamp":121951113016,"id":7715,"parentId":7210,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-sankey/node_modules/d3-shape/src/lineRadial.js","layer":"app-pages-browser"},"startTime":1789479429962,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":127880,"timestamp":121951112568,"id":7713,"parentId":7210,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-sankey/node_modules/d3-shape/src/pie.js","layer":"app-pages-browser"},"startTime":1789479429962,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":127836,"timestamp":121951113178,"id":7716,"parentId":7210,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-sankey/node_modules/d3-shape/src/pointRadial.js","layer":"app-pages-browser"},"startTime":1789479429962,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":128623,"timestamp":121951113336,"id":7717,"parentId":7210,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-sankey/node_modules/d3-shape/src/symbol.js","layer":"app-pages-browser"},"startTime":1789479429962,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":129062,"timestamp":121951113492,"id":7718,"parentId":7209,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-sankey/node_modules/d3-array/src/threshold/freedmanDiaconis.js","layer":"app-pages-browser"},"startTime":1789479429962,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":129460,"timestamp":121951113650,"id":7719,"parentId":7209,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-sankey/node_modules/d3-array/src/threshold/scott.js","layer":"app-pages-browser"},"startTime":1789479429963,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":129783,"timestamp":121951113807,"id":7720,"parentId":7209,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-sankey/node_modules/d3-array/src/threshold/sturges.js","layer":"app-pages-browser"},"startTime":1789479429963,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":130751,"timestamp":121951114123,"id":7722,"parentId":7210,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-sankey/node_modules/d3-shape/src/link/index.js","layer":"app-pages-browser"},"startTime":1789479429963,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":132030,"timestamp":121951113963,"id":7721,"parentId":7210,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-sankey/node_modules/d3-shape/src/stack.js","layer":"app-pages-browser"},"startTime":1789479429963,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":132336,"timestamp":121951114276,"id":7723,"parentId":7210,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-sankey/node_modules/d3-shape/src/symbol/circle.js","layer":"app-pages-browser"},"startTime":1789479429963,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":132755,"timestamp":121951114431,"id":7724,"parentId":7210,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-sankey/node_modules/d3-shape/src/symbol/cross.js","layer":"app-pages-browser"},"startTime":1789479429963,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":133130,"timestamp":121951114582,"id":7725,"parentId":7210,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-sankey/node_modules/d3-shape/src/symbol/diamond.js","layer":"app-pages-browser"},"startTime":1789479429964,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":133485,"timestamp":121951114732,"id":7726,"parentId":7210,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-sankey/node_modules/d3-shape/src/symbol/square.js","layer":"app-pages-browser"},"startTime":1789479429964,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":133855,"timestamp":121951114882,"id":7727,"parentId":7210,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-sankey/node_modules/d3-shape/src/symbol/triangle.js","layer":"app-pages-browser"},"startTime":1789479429964,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":134445,"timestamp":121951115042,"id":7728,"parentId":7210,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-sankey/node_modules/d3-shape/src/symbol/star.js","layer":"app-pages-browser"},"startTime":1789479429964,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":135014,"timestamp":121951115191,"id":7729,"parentId":7210,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-sankey/node_modules/d3-shape/src/symbol/wye.js","layer":"app-pages-browser"},"startTime":1789479429964,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":135881,"timestamp":121951115341,"id":7730,"parentId":7210,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-sankey/node_modules/d3-shape/src/curve/basisClosed.js","layer":"app-pages-browser"},"startTime":1789479429964,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":136675,"timestamp":121951115492,"id":7731,"parentId":7210,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-sankey/node_modules/d3-shape/src/curve/basisOpen.js","layer":"app-pages-browser"},"startTime":1789479429964,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":137570,"timestamp":121951115642,"id":7732,"parentId":7210,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-sankey/node_modules/d3-shape/src/curve/basis.js","layer":"app-pages-browser"},"startTime":1789479429965,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":138377,"timestamp":121951115790,"id":7733,"parentId":7210,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-sankey/node_modules/d3-shape/src/curve/bundle.js","layer":"app-pages-browser"},"startTime":1789479429965,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":139300,"timestamp":121951115938,"id":7734,"parentId":7210,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-sankey/node_modules/d3-shape/src/curve/cardinalClosed.js","layer":"app-pages-browser"},"startTime":1789479429965,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":140152,"timestamp":121951116113,"id":7735,"parentId":7210,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-sankey/node_modules/d3-shape/src/curve/cardinalOpen.js","layer":"app-pages-browser"},"startTime":1789479429965,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":141080,"timestamp":121951116270,"id":7736,"parentId":7210,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-sankey/node_modules/d3-shape/src/curve/cardinal.js","layer":"app-pages-browser"},"startTime":1789479429965,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":145820,"timestamp":121951116419,"id":7737,"parentId":7210,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-sankey/node_modules/d3-shape/src/curve/catmullRomClosed.js","layer":"app-pages-browser"},"startTime":1789479429965,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":146892,"timestamp":121951116572,"id":7738,"parentId":7210,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-sankey/node_modules/d3-shape/src/curve/catmullRomOpen.js","layer":"app-pages-browser"},"startTime":1789479429966,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":148210,"timestamp":121951116723,"id":7739,"parentId":7210,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-sankey/node_modules/d3-shape/src/curve/catmullRom.js","layer":"app-pages-browser"},"startTime":1789479429966,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":148862,"timestamp":121951116874,"id":7740,"parentId":7210,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-sankey/node_modules/d3-shape/src/curve/linearClosed.js","layer":"app-pages-browser"},"startTime":1789479429966,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":149473,"timestamp":121951117023,"id":7741,"parentId":7210,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-sankey/node_modules/d3-shape/src/curve/linear.js","layer":"app-pages-browser"},"startTime":1789479429966,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":150763,"timestamp":121951117174,"id":7742,"parentId":7210,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-sankey/node_modules/d3-shape/src/curve/monotone.js","layer":"app-pages-browser"},"startTime":1789479429966,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":151862,"timestamp":121951117323,"id":7743,"parentId":7210,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-sankey/node_modules/d3-shape/src/curve/natural.js","layer":"app-pages-browser"},"startTime":1789479429966,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":152797,"timestamp":121951117473,"id":7744,"parentId":7210,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-sankey/node_modules/d3-shape/src/curve/step.js","layer":"app-pages-browser"},"startTime":1789479429966,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":45061,"timestamp":121951228059,"id":7776,"parentId":7336,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_createCompounder.js","layer":"app-pages-browser"},"startTime":1789479430077,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":45355,"timestamp":121951228445,"id":7777,"parentId":7339,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_createRound.js","layer":"app-pages-browser"},"startTime":1789479430077,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":44605,"timestamp":121951229605,"id":7780,"parentId":7342,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_baseClamp.js","layer":"app-pages-browser"},"startTime":1789479430079,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":45690,"timestamp":121951229071,"id":7779,"parentId":7341,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_isIterateeCall.js","layer":"app-pages-browser"},"startTime":1789479430078,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":45063,"timestamp":121951230208,"id":7781,"parentId":7341,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_baseSlice.js","layer":"app-pages-browser"},"startTime":1789479430079,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":140439,"timestamp":121951146267,"id":7745,"parentId":7215,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-scale/src/constant.js","layer":"app-pages-browser"},"startTime":1789479429995,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":140990,"timestamp":121951146536,"id":7746,"parentId":7225,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-interpolate/src/transform/decompose.js","layer":"app-pages-browser"},"startTime":1789479429995,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":141567,"timestamp":121951146717,"id":7747,"parentId":7210,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-sankey/node_modules/d3-shape/src/offset/expand.js","layer":"app-pages-browser"},"startTime":1789479429996,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":142076,"timestamp":121951146880,"id":7748,"parentId":7210,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-sankey/node_modules/d3-shape/src/offset/diverging.js","layer":"app-pages-browser"},"startTime":1789479429996,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":142528,"timestamp":121951147037,"id":7749,"parentId":7210,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-sankey/node_modules/d3-shape/src/offset/none.js","layer":"app-pages-browser"},"startTime":1789479429996,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":143006,"timestamp":121951147195,"id":7750,"parentId":7210,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-sankey/node_modules/d3-shape/src/offset/silhouette.js","layer":"app-pages-browser"},"startTime":1789479429996,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":143616,"timestamp":121951147349,"id":7751,"parentId":7210,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-sankey/node_modules/d3-shape/src/offset/wiggle.js","layer":"app-pages-browser"},"startTime":1789479429996,"traceId":"0b5cf6f8aba18709"}]
|
|
33
|
+
[{"name":"build-module-js","duration":144147,"timestamp":121951147503,"id":7752,"parentId":7210,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-sankey/node_modules/d3-shape/src/order/appearance.js","layer":"app-pages-browser"},"startTime":1789479429996,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":144675,"timestamp":121951147657,"id":7753,"parentId":7210,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-sankey/node_modules/d3-shape/src/order/ascending.js","layer":"app-pages-browser"},"startTime":1789479429997,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":145038,"timestamp":121951147809,"id":7754,"parentId":7210,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-sankey/node_modules/d3-shape/src/order/descending.js","layer":"app-pages-browser"},"startTime":1789479429997,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":145530,"timestamp":121951147961,"id":7755,"parentId":7210,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-sankey/node_modules/d3-shape/src/order/insideOut.js","layer":"app-pages-browser"},"startTime":1789479429997,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":145856,"timestamp":121951148135,"id":7756,"parentId":7210,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-sankey/node_modules/d3-shape/src/order/none.js","layer":"app-pages-browser"},"startTime":1789479429997,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":146170,"timestamp":121951148290,"id":7757,"parentId":7210,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-sankey/node_modules/d3-shape/src/order/reverse.js","layer":"app-pages-browser"},"startTime":1789479429997,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":146843,"timestamp":121951148442,"id":7758,"parentId":7275,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/@babel/runtime/helpers/regeneratorDefine.js","layer":"app-pages-browser"},"startTime":1789479429997,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":147181,"timestamp":121951148600,"id":7759,"parentId":7237,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-selection/src/constant.js","layer":"app-pages-browser"},"startTime":1789479429998,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":147499,"timestamp":121951148763,"id":7760,"parentId":7238,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-selection/src/selection/sparse.js","layer":"app-pages-browser"},"startTime":1789479429998,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":20357,"timestamp":121951281090,"id":7794,"parentId":7343,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_baseClone.js","layer":"app-pages-browser"},"startTime":1789479430130,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":21153,"timestamp":121951304771,"id":7803,"parentId":7347,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_LodashWrapper.js","layer":"app-pages-browser"},"startTime":1789479430154,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":21352,"timestamp":121951305055,"id":7804,"parentId":7349,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_arrayPush.js","layer":"app-pages-browser"},"startTime":1789479430154,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":21847,"timestamp":121951305387,"id":7805,"parentId":7349,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_baseFlatten.js","layer":"app-pages-browser"},"startTime":1789479430154,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":21987,"timestamp":121951305781,"id":7806,"parentId":7349,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_copyArray.js","layer":"app-pages-browser"},"startTime":1789479430155,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":22588,"timestamp":121951306205,"id":7807,"parentId":7350,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_arrayMap.js","layer":"app-pages-browser"},"startTime":1789479430155,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":23005,"timestamp":121951306713,"id":7808,"parentId":7350,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_baseIteratee.js","layer":"app-pages-browser"},"startTime":1789479430156,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":23251,"timestamp":121951307211,"id":7809,"parentId":7351,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_baseConforms.js","layer":"app-pages-browser"},"startTime":1789479430156,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":23439,"timestamp":121951307691,"id":7810,"parentId":7352,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_baseConformsTo.js","layer":"app-pages-browser"},"startTime":1789479430157,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":23503,"timestamp":121951308313,"id":7811,"parentId":7354,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_createAggregator.js","layer":"app-pages-browser"},"startTime":1789479430157,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":23583,"timestamp":121951308825,"id":7812,"parentId":7355,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_baseAssign.js","layer":"app-pages-browser"},"startTime":1789479430158,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":23780,"timestamp":121951309327,"id":7813,"parentId":7355,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_baseCreate.js","layer":"app-pages-browser"},"startTime":1789479430158,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":24539,"timestamp":121951309825,"id":7814,"parentId":7359,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_deburrLetter.js","layer":"app-pages-browser"},"startTime":1789479430159,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":24743,"timestamp":121951310304,"id":7815,"parentId":7362,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_customDefaultsMerge.js","layer":"app-pages-browser"},"startTime":1789479430159,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":24978,"timestamp":121951310746,"id":7816,"parentId":7363,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_baseDelay.js","layer":"app-pages-browser"},"startTime":1789479430160,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":25514,"timestamp":121951311206,"id":7817,"parentId":7365,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_baseDifference.js","layer":"app-pages-browser"},"startTime":1789479430160,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":25594,"timestamp":121951311690,"id":7818,"parentId":7371,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_baseWhile.js","layer":"app-pages-browser"},"startTime":1789479430161,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":25721,"timestamp":121951312164,"id":7819,"parentId":7375,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_baseToString.js","layer":"app-pages-browser"},"startTime":1789479430161,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":131737,"timestamp":121951228719,"id":7778,"parentId":7102,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/unist-util-stringify-position/index.js","layer":"app-pages-browser"},"startTime":1789479430078,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":129718,"timestamp":121951231509,"id":7783,"parentId":7282,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-transition/src/transition/interpolate.js","layer":"app-pages-browser"},"startTime":1789479430080,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":130852,"timestamp":121951231094,"id":7782,"parentId":7279,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/@babel/runtime/helpers/typeof.js","layer":"app-pages-browser"},"startTime":1789479430080,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":130314,"timestamp":121951232184,"id":7785,"parentId":7082,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/micromark-extension-frontmatter/index.js","layer":"app-pages-browser"},"startTime":1789479430081,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":131197,"timestamp":121951231845,"id":7784,"parentId":7082,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/mdast-util-frontmatter/index.js","layer":"app-pages-browser"},"startTime":1789479430081,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":132811,"timestamp":121951232484,"id":7786,"parentId":7126,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/micromark-util-character/index.js","layer":"app-pages-browser"},"startTime":1789479430081,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":133470,"timestamp":121951232798,"id":7787,"parentId":7126,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/micromark-util-encode/index.js","layer":"app-pages-browser"},"startTime":1789479430082,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":133822,"timestamp":121951233171,"id":7788,"parentId":7088,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/web-namespaces/index.js","layer":"app-pages-browser"},"startTime":1789479430082,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":133951,"timestamp":121951233487,"id":7789,"parentId":7102,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/mdast-util-to-string/index.js","layer":"app-pages-browser"},"startTime":1789479430082,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":134203,"timestamp":121951233908,"id":7790,"parentId":7102,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/micromark-util-decode-numeric-character-reference/index.js","layer":"app-pages-browser"},"startTime":1789479430083,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":134686,"timestamp":121951234210,"id":7791,"parentId":7102,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/micromark/index.js","layer":"app-pages-browser"},"startTime":1789479430083,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":135224,"timestamp":121951234502,"id":7792,"parentId":7102,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/micromark-util-decode-string/index.js","layer":"app-pages-browser"},"startTime":1789479430083,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":135538,"timestamp":121951234790,"id":7793,"parentId":7102,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/micromark-util-normalize-identifier/index.js","layer":"app-pages-browser"},"startTime":1789479430084,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":28567,"timestamp":121951344685,"id":7844,"parentId":7379,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_escapeHtmlChar.js","layer":"app-pages-browser"},"startTime":1789479430194,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":29349,"timestamp":121951344407,"id":7843,"parentId":7381,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_arrayEvery.js","layer":"app-pages-browser"},"startTime":1789479430193,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":29044,"timestamp":121951345153,"id":7846,"parentId":7385,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_arrayFilter.js","layer":"app-pages-browser"},"startTime":1789479430194,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":29233,"timestamp":121951345579,"id":7847,"parentId":7384,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_baseFill.js","layer":"app-pages-browser"},"startTime":1789479430195,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":29265,"timestamp":121951346011,"id":7848,"parentId":7385,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_baseFilter.js","layer":"app-pages-browser"},"startTime":1789479430195,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":29327,"timestamp":121951346494,"id":7849,"parentId":7386,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_createFind.js","layer":"app-pages-browser"},"startTime":1789479430195,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":29263,"timestamp":121951347002,"id":7850,"parentId":7387,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_baseFindIndex.js","layer":"app-pages-browser"},"startTime":1789479430196,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":31714,"timestamp":121951344915,"id":7845,"parentId":7381,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_baseEvery.js","layer":"app-pages-browser"},"startTime":1789479430194,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":29451,"timestamp":121951347513,"id":7851,"parentId":7388,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_baseFindKey.js","layer":"app-pages-browser"},"startTime":1789479430196,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":29297,"timestamp":121951347991,"id":7852,"parentId":7388,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_baseForOwn.js","layer":"app-pages-browser"},"startTime":1789479430197,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":29044,"timestamp":121951348543,"id":7853,"parentId":7391,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_baseForOwnRight.js","layer":"app-pages-browser"},"startTime":1789479430197,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":29481,"timestamp":121951349023,"id":7854,"parentId":7401,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_createFlow.js","layer":"app-pages-browser"},"startTime":1789479430198,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":28251,"timestamp":121951350637,"id":7857,"parentId":7404,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_arrayEachRight.js","layer":"app-pages-browser"},"startTime":1789479430200,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":28872,"timestamp":121951350331,"id":7856,"parentId":7403,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_baseEach.js","layer":"app-pages-browser"},"startTime":1789479430199,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":28700,"timestamp":121951350907,"id":7858,"parentId":7403,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_castFunction.js","layer":"app-pages-browser"},"startTime":1789479430200,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":28630,"timestamp":121951351331,"id":7859,"parentId":7404,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_baseEachRight.js","layer":"app-pages-browser"},"startTime":1789479430200,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":28531,"timestamp":121951351786,"id":7860,"parentId":7405,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_baseFor.js","layer":"app-pages-browser"},"startTime":1789479430201,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":27710,"timestamp":121951352932,"id":7861,"parentId":7406,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_baseForRight.js","layer":"app-pages-browser"},"startTime":1789479430202,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":27645,"timestamp":121951353364,"id":7862,"parentId":7410,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_baseFunctions.js","layer":"app-pages-browser"},"startTime":1789479430202,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":27774,"timestamp":121951353691,"id":7863,"parentId":7412,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_baseGet.js","layer":"app-pages-browser"},"startTime":1789479430203,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":27645,"timestamp":121951354126,"id":7864,"parentId":7414,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_baseGt.js","layer":"app-pages-browser"},"startTime":1789479430203,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":27305,"timestamp":121951354876,"id":7865,"parentId":7414,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_createRelationalOperation.js","layer":"app-pages-browser"},"startTime":1789479430204,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":27337,"timestamp":121951355441,"id":7866,"parentId":7416,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_hasPath.js","layer":"app-pages-browser"},"startTime":1789479430204,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":27260,"timestamp":121951355893,"id":7867,"parentId":7416,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_baseHas.js","layer":"app-pages-browser"},"startTime":1789479430205,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":27132,"timestamp":121951356318,"id":7868,"parentId":7417,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_baseHasIn.js","layer":"app-pages-browser"},"startTime":1789479430205,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":26978,"timestamp":121951356789,"id":7869,"parentId":7420,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_baseInRange.js","layer":"app-pages-browser"},"startTime":1789479430206,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":26871,"timestamp":121951357476,"id":7870,"parentId":7421,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_baseIndexOf.js","layer":"app-pages-browser"},"startTime":1789479430206,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":77139,"timestamp":121951358015,"id":7871,"parentId":7424,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_baseIntersection.js","layer":"app-pages-browser"},"startTime":1789479430207,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":155359,"timestamp":121951281483,"id":7795,"parentId":7305,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/@iconify/utils/lib/emoji/test/name.js","layer":"app-pages-browser"},"startTime":1789479430130,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":158409,"timestamp":121951281692,"id":7796,"parentId":7308,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/@iconify/utils/lib/emoji/regex/base.js","layer":"app-pages-browser"},"startTime":1789479430131,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":160275,"timestamp":121951281863,"id":7797,"parentId":7308,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/@iconify/utils/lib/emoji/regex/numbers.js","layer":"app-pages-browser"},"startTime":1789479430131,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":162386,"timestamp":121951282023,"id":7798,"parentId":7308,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/@iconify/utils/lib/emoji/regex/similar.js","layer":"app-pages-browser"},"startTime":1789479430131,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":57102,"timestamp":121951390134,"id":7872,"parentId":7424,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_castArrayLikeObject.js","layer":"app-pages-browser"},"startTime":1789479430239,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":56164,"timestamp":121951391632,"id":7875,"parentId":7429,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_baseInvoke.js","layer":"app-pages-browser"},"startTime":1789479430241,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":57098,"timestamp":121951391180,"id":7874,"parentId":7433,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_baseIsArrayBuffer.js","layer":"app-pages-browser"},"startTime":1789479430240,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":57851,"timestamp":121951390770,"id":7873,"parentId":7427,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_createInverter.js","layer":"app-pages-browser"},"startTime":1789479430240,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":56982,"timestamp":121951392100,"id":7876,"parentId":7431,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_baseIsArguments.js","layer":"app-pages-browser"},"startTime":1789479430241,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":56674,"timestamp":121951392851,"id":7877,"parentId":7433,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_baseUnary.js","layer":"app-pages-browser"},"startTime":1789479430242,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":53261,"timestamp":121951397178,"id":7878,"parentId":7433,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_nodeUtil.js","layer":"app-pages-browser"},"startTime":1789479430246,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":42442,"timestamp":121951408572,"id":7879,"parentId":7436,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_baseGetTag.js","layer":"app-pages-browser"},"startTime":1789479430258,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":42315,"timestamp":121951409107,"id":7880,"parentId":7437,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_root.js","layer":"app-pages-browser"},"startTime":1789479430258,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":42300,"timestamp":121951409551,"id":7881,"parentId":7438,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_baseIsDate.js","layer":"app-pages-browser"},"startTime":1789479430258,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":42284,"timestamp":121951410070,"id":7882,"parentId":7439,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_baseKeys.js","layer":"app-pages-browser"},"startTime":1789479430259,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":41887,"timestamp":121951410942,"id":7884,"parentId":7441,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_baseIsEqual.js","layer":"app-pages-browser"},"startTime":1789479430260,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":43059,"timestamp":121951410532,"id":7883,"parentId":7439,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_getTag.js","layer":"app-pages-browser"},"startTime":1789479430259,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":42979,"timestamp":121951411351,"id":7885,"parentId":7449,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_baseIsMatch.js","layer":"app-pages-browser"},"startTime":1789479430260,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":42568,"timestamp":121951412139,"id":7887,"parentId":7448,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_baseIsMap.js","layer":"app-pages-browser"},"startTime":1789479430261,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":43398,"timestamp":121951411739,"id":7886,"parentId":7449,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_getMatchData.js","layer":"app-pages-browser"},"startTime":1789479430261,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":42910,"timestamp":121951412854,"id":7888,"parentId":7452,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_baseIsNative.js","layer":"app-pages-browser"},"startTime":1789479430262,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":42766,"timestamp":121951413380,"id":7889,"parentId":7452,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_isMaskable.js","layer":"app-pages-browser"},"startTime":1789479430262,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":42632,"timestamp":121951413844,"id":7890,"parentId":7458,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_getPrototype.js","layer":"app-pages-browser"},"startTime":1789479430263,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":42471,"timestamp":121951414338,"id":7891,"parentId":7459,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_baseIsRegExp.js","layer":"app-pages-browser"},"startTime":1789479430263,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":46998,"timestamp":121951415225,"id":7893,"parentId":7464,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_baseIsTypedArray.js","layer":"app-pages-browser"},"startTime":1789479430264,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":47387,"timestamp":121951415585,"id":7894,"parentId":7472,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_arrayLikeKeys.js","layer":"app-pages-browser"},"startTime":1789479430265,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":48689,"timestamp":121951414805,"id":7892,"parentId":7461,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_baseIsSet.js","layer":"app-pages-browser"},"startTime":1789479430264,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":43379,"timestamp":121951421225,"id":7895,"parentId":7473,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_baseKeysIn.js","layer":"app-pages-browser"},"startTime":1789479430270,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":184283,"timestamp":121951304459,"id":7801,"parentId":7084,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/micromark-extension-math/index.js","layer":"app-pages-browser"},"startTime":1789479430153,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":185569,"timestamp":121951303998,"id":7799,"parentId":7081,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/micromark-extension-gfm/index.js","layer":"app-pages-browser"},"startTime":1789479430153,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":185767,"timestamp":121951304284,"id":7800,"parentId":7081,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/mdast-util-gfm/index.js","layer":"app-pages-browser"},"startTime":1789479430153,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":185871,"timestamp":121951304615,"id":7802,"parentId":7084,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/mdast-util-math/index.js","layer":"app-pages-browser"},"startTime":1789479430154,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":178965,"timestamp":121951313024,"id":7821,"parentId":7322,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/khroma/dist/utils/channel.js","layer":"app-pages-browser"},"startTime":1789479430162,"traceId":"0b5cf6f8aba18709"}]
|
|
34
|
+
[{"name":"build-module-js","duration":180414,"timestamp":121951312660,"id":7820,"parentId":7323,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/khroma/dist/constants.js","layer":"app-pages-browser"},"startTime":1789479430162,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":180692,"timestamp":121951313356,"id":7822,"parentId":7322,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/khroma/dist/utils/unit.js","layer":"app-pages-browser"},"startTime":1789479430162,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":181545,"timestamp":121951313587,"id":7823,"parentId":7322,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/khroma/dist/utils/lang.js","layer":"app-pages-browser"},"startTime":1789479430163,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":183070,"timestamp":121951313754,"id":7824,"parentId":7323,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/khroma/dist/color/hex.js","layer":"app-pages-browser"},"startTime":1789479430163,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":184991,"timestamp":121951313907,"id":7825,"parentId":7323,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/khroma/dist/color/hsl.js","layer":"app-pages-browser"},"startTime":1789479430163,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":187021,"timestamp":121951314065,"id":7826,"parentId":7323,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/khroma/dist/color/keyword.js","layer":"app-pages-browser"},"startTime":1789479430163,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":189033,"timestamp":121951314218,"id":7827,"parentId":7323,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/khroma/dist/color/rgb.js","layer":"app-pages-browser"},"startTime":1789479430163,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":189958,"timestamp":121951314516,"id":7829,"parentId":7316,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/dagre-d3-es/src/dagre/order/barycenter.js","layer":"app-pages-browser"},"startTime":1789479430163,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":192025,"timestamp":121951314669,"id":7830,"parentId":7316,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/dagre-d3-es/src/dagre/order/resolve-conflicts.js","layer":"app-pages-browser"},"startTime":1789479430164,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":195381,"timestamp":121951314367,"id":7828,"parentId":7324,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/khroma/dist/channels/index.js","layer":"app-pages-browser"},"startTime":1789479430163,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":196621,"timestamp":121951314829,"id":7831,"parentId":7316,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/dagre-d3-es/src/dagre/order/sort.js","layer":"app-pages-browser"},"startTime":1789479430164,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":197999,"timestamp":121951314981,"id":7832,"parentId":7318,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/dagre-d3-es/src/graphlib/alg/components.js","layer":"app-pages-browser"},"startTime":1789479430164,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":199650,"timestamp":121951315133,"id":7833,"parentId":7318,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/dagre-d3-es/src/graphlib/alg/dijkstra.js","layer":"app-pages-browser"},"startTime":1789479430164,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":201115,"timestamp":121951315284,"id":7834,"parentId":7318,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/dagre-d3-es/src/graphlib/alg/dijkstra-all.js","layer":"app-pages-browser"},"startTime":1789479430164,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":202181,"timestamp":121951315433,"id":7835,"parentId":7318,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/dagre-d3-es/src/graphlib/alg/find-cycles.js","layer":"app-pages-browser"},"startTime":1789479430164,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":203724,"timestamp":121951315580,"id":7836,"parentId":7318,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/dagre-d3-es/src/graphlib/alg/floyd-warshall.js","layer":"app-pages-browser"},"startTime":1789479430165,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":208876,"timestamp":121951315735,"id":7837,"parentId":7318,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/dagre-d3-es/src/graphlib/alg/is-acyclic.js","layer":"app-pages-browser"},"startTime":1789479430165,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":209604,"timestamp":121951315882,"id":7838,"parentId":7318,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/dagre-d3-es/src/graphlib/alg/postorder.js","layer":"app-pages-browser"},"startTime":1789479430165,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":210218,"timestamp":121951316054,"id":7839,"parentId":7318,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/dagre-d3-es/src/graphlib/alg/preorder.js","layer":"app-pages-browser"},"startTime":1789479430165,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":54191,"timestamp":121951475083,"id":7896,"parentId":7475,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_strictLastIndexOf.js","layer":"app-pages-browser"},"startTime":1789479430324,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":54304,"timestamp":121951475477,"id":7897,"parentId":7475,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_baseIsNaN.js","layer":"app-pages-browser"},"startTime":1789479430324,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":54690,"timestamp":121951475836,"id":7898,"parentId":7476,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_LazyWrapper.js","layer":"app-pages-browser"},"startTime":1789479430325,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":54857,"timestamp":121951476252,"id":7899,"parentId":7476,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_baseLodash.js","layer":"app-pages-browser"},"startTime":1789479430325,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":53942,"timestamp":121951478002,"id":7901,"parentId":7478,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_createCaseFirst.js","layer":"app-pages-browser"},"startTime":1789479430327,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":56041,"timestamp":121951476674,"id":7900,"parentId":7476,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_wrapperClone.js","layer":"app-pages-browser"},"startTime":1789479430326,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":54845,"timestamp":121951478428,"id":7902,"parentId":7479,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_baseLt.js","layer":"app-pages-browser"},"startTime":1789479430327,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":55065,"timestamp":121951478731,"id":7903,"parentId":7481,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_baseMap.js","layer":"app-pages-browser"},"startTime":1789479430328,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":55103,"timestamp":121951479138,"id":7904,"parentId":7484,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_baseMatches.js","layer":"app-pages-browser"},"startTime":1789479430328,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":55202,"timestamp":121951479563,"id":7905,"parentId":7485,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_baseMatchesProperty.js","layer":"app-pages-browser"},"startTime":1789479430329,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":54696,"timestamp":121951480482,"id":7907,"parentId":7488,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_baseMean.js","layer":"app-pages-browser"},"startTime":1789479430329,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":55635,"timestamp":121951480021,"id":7906,"parentId":7486,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_baseExtremum.js","layer":"app-pages-browser"},"startTime":1789479430329,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":55584,"timestamp":121951480885,"id":7908,"parentId":7492,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_baseMerge.js","layer":"app-pages-browser"},"startTime":1789479430330,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":55142,"timestamp":121951481772,"id":7910,"parentId":7503,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_baseNth.js","layer":"app-pages-browser"},"startTime":1789479430331,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":56068,"timestamp":121951481309,"id":7909,"parentId":7490,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_MapCache.js","layer":"app-pages-browser"},"startTime":1789479430330,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":55763,"timestamp":121951482178,"id":7911,"parentId":7505,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_baseUnset.js","layer":"app-pages-browser"},"startTime":1789479430331,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":54799,"timestamp":121951483482,"id":7914,"parentId":7505,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_getAllKeysIn.js","layer":"app-pages-browser"},"startTime":1789479430332,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":56092,"timestamp":121951482603,"id":7912,"parentId":7505,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_castPath.js","layer":"app-pages-browser"},"startTime":1789479430332,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":55950,"timestamp":121951483054,"id":7913,"parentId":7505,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_customOmitClone.js","layer":"app-pages-browser"},"startTime":1789479430332,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":55764,"timestamp":121951483893,"id":7915,"parentId":7508,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_baseOrderBy.js","layer":"app-pages-browser"},"startTime":1789479430333,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":227563,"timestamp":121951344056,"id":7841,"parentId":7318,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/dagre-d3-es/src/graphlib/alg/tarjan.js","layer":"app-pages-browser"},"startTime":1789479430193,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":228265,"timestamp":121951344236,"id":7842,"parentId":7318,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/dagre-d3-es/src/graphlib/alg/topsort.js","layer":"app-pages-browser"},"startTime":1789479430193,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":223054,"timestamp":121951350004,"id":7855,"parentId":7205,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/is-alphabetical/index.js","layer":"app-pages-browser"},"startTime":1789479430199,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":230264,"timestamp":121951343704,"id":7840,"parentId":7318,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/dagre-d3-es/src/graphlib/alg/prim.js","layer":"app-pages-browser"},"startTime":1789479430193,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":23058,"timestamp":121951554475,"id":7917,"parentId":7510,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_castRest.js","layer":"app-pages-browser"},"startTime":1789479430403,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":24116,"timestamp":121951553949,"id":7916,"parentId":7509,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_createOver.js","layer":"app-pages-browser"},"startTime":1789479430403,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":23606,"timestamp":121951554832,"id":7918,"parentId":7512,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_arraySome.js","layer":"app-pages-browser"},"startTime":1789479430404,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":23707,"timestamp":121951555251,"id":7919,"parentId":7513,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_createPadding.js","layer":"app-pages-browser"},"startTime":1789479430404,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":23595,"timestamp":121951555694,"id":7920,"parentId":7513,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_stringSize.js","layer":"app-pages-browser"},"startTime":1789479430405,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":22406,"timestamp":121951557190,"id":7921,"parentId":7520,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_basePick.js","layer":"app-pages-browser"},"startTime":1789479430406,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":22234,"timestamp":121951557760,"id":7922,"parentId":7521,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_basePickBy.js","layer":"app-pages-browser"},"startTime":1789479430407,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":22111,"timestamp":121951558199,"id":7923,"parentId":7523,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_baseProperty.js","layer":"app-pages-browser"},"startTime":1789479430407,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":21971,"timestamp":121951558620,"id":7924,"parentId":7523,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_basePropertyDeep.js","layer":"app-pages-browser"},"startTime":1789479430408,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":22014,"timestamp":121951559092,"id":7925,"parentId":7523,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_isKey.js","layer":"app-pages-browser"},"startTime":1789479430408,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":22152,"timestamp":121951559568,"id":7926,"parentId":7526,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_basePullAll.js","layer":"app-pages-browser"},"startTime":1789479430409,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":22890,"timestamp":121951560089,"id":7927,"parentId":7529,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_compareAscending.js","layer":"app-pages-browser"},"startTime":1789479430409,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":23512,"timestamp":121951589351,"id":7928,"parentId":7529,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_basePullAt.js","layer":"app-pages-browser"},"startTime":1789479430438,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":23703,"timestamp":121951589743,"id":7929,"parentId":7529,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_isIndex.js","layer":"app-pages-browser"},"startTime":1789479430439,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":23822,"timestamp":121951590019,"id":7930,"parentId":7530,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_baseRandom.js","layer":"app-pages-browser"},"startTime":1789479430439,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":24000,"timestamp":121951590423,"id":7931,"parentId":7532,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_createRange.js","layer":"app-pages-browser"},"startTime":1789479430439,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":23520,"timestamp":121951591314,"id":7932,"parentId":7534,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_baseReduce.js","layer":"app-pages-browser"},"startTime":1789479430440,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":23464,"timestamp":121951591839,"id":7933,"parentId":7534,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_arrayReduce.js","layer":"app-pages-browser"},"startTime":1789479430441,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":23434,"timestamp":121951592337,"id":7934,"parentId":7535,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_arrayReduceRight.js","layer":"app-pages-browser"},"startTime":1789479430441,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":22735,"timestamp":121951593590,"id":7935,"parentId":7538,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_baseRepeat.js","layer":"app-pages-browser"},"startTime":1789479430443,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":22705,"timestamp":121951594010,"id":7936,"parentId":7544,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_arraySample.js","layer":"app-pages-browser"},"startTime":1789479430443,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":22364,"timestamp":121951594744,"id":7938,"parentId":7545,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_arraySampleSize.js","layer":"app-pages-browser"},"startTime":1789479430444,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":23526,"timestamp":121951594316,"id":7937,"parentId":7545,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_baseSampleSize.js","layer":"app-pages-browser"},"startTime":1789479430443,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":23281,"timestamp":121951595172,"id":7939,"parentId":7544,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_baseSample.js","layer":"app-pages-browser"},"startTime":1789479430444,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":23045,"timestamp":121951596118,"id":7941,"parentId":7548,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_arrayShuffle.js","layer":"app-pages-browser"},"startTime":1789479430445,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":24849,"timestamp":121951595623,"id":7940,"parentId":7546,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_baseSet.js","layer":"app-pages-browser"},"startTime":1789479430445,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":24538,"timestamp":121951596553,"id":7942,"parentId":7548,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_baseShuffle.js","layer":"app-pages-browser"},"startTime":1789479430446,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":24726,"timestamp":121951596988,"id":7943,"parentId":7552,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_baseSome.js","layer":"app-pages-browser"},"startTime":1789479430446,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":25265,"timestamp":121951597427,"id":7944,"parentId":7554,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_baseSortedIndex.js","layer":"app-pages-browser"},"startTime":1789479430446,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":26143,"timestamp":121951597837,"id":7945,"parentId":7555,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_baseSortedIndexBy.js","layer":"app-pages-browser"},"startTime":1789479430447,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":26225,"timestamp":121951598726,"id":7947,"parentId":7562,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_castSlice.js","layer":"app-pages-browser"},"startTime":1789479430448,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":27414,"timestamp":121951598266,"id":7946,"parentId":7560,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_baseSortedUniq.js","layer":"app-pages-browser"},"startTime":1789479430447,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":26570,"timestamp":121951599568,"id":7949,"parentId":7562,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_stringToArray.js","layer":"app-pages-browser"},"startTime":1789479430449,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":26604,"timestamp":121951600046,"id":7950,"parentId":7572,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_baseSum.js","layer":"app-pages-browser"},"startTime":1789479430449,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":27550,"timestamp":121951600519,"id":7951,"parentId":7581,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_reEscape.js","layer":"app-pages-browser"},"startTime":1789479430449,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":27619,"timestamp":121951600993,"id":7952,"parentId":7581,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_reEvaluate.js","layer":"app-pages-browser"},"startTime":1789479430450,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":27608,"timestamp":121951601500,"id":7953,"parentId":7581,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_reInterpolate.js","layer":"app-pages-browser"},"startTime":1789479430450,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":27724,"timestamp":121951602036,"id":7954,"parentId":7580,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_baseValues.js","layer":"app-pages-browser"},"startTime":1789479430451,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":27982,"timestamp":121951602530,"id":7955,"parentId":7580,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_customDefaultsAssignIn.js","layer":"app-pages-browser"},"startTime":1789479430451,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":28129,"timestamp":121951603013,"id":7956,"parentId":7580,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_escapeStringChar.js","layer":"app-pages-browser"},"startTime":1789479430452,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":32806,"timestamp":121951599137,"id":7948,"parentId":7562,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_hasUnicode.js","layer":"app-pages-browser"},"startTime":1789479430448,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":28745,"timestamp":121951603971,"id":7958,"parentId":7585,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_Symbol.js","layer":"app-pages-browser"},"startTime":1789479430453,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":29863,"timestamp":121951603474,"id":7957,"parentId":7584,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_baseTimes.js","layer":"app-pages-browser"},"startTime":1789479430452,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":23890,"timestamp":121951639778,"id":7959,"parentId":7585,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_iteratorToArray.js","layer":"app-pages-browser"},"startTime":1789479430489,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":23892,"timestamp":121951640503,"id":7960,"parentId":7585,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_mapToArray.js","layer":"app-pages-browser"},"startTime":1789479430489,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":24064,"timestamp":121951640990,"id":7961,"parentId":7585,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_setToArray.js","layer":"app-pages-browser"},"startTime":1789479430490,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":24347,"timestamp":121951641424,"id":7962,"parentId":7592,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_baseTrim.js","layer":"app-pages-browser"},"startTime":1789479430490,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":24792,"timestamp":121951641794,"id":7963,"parentId":7593,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_createToPairs.js","layer":"app-pages-browser"},"startTime":1789479430491,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":24557,"timestamp":121951642633,"id":7965,"parentId":7601,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_charsEndIndex.js","layer":"app-pages-browser"},"startTime":1789479430492,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":25852,"timestamp":121951642220,"id":7964,"parentId":7595,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_stringToPath.js","layer":"app-pages-browser"},"startTime":1789479430491,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":25637,"timestamp":121951643008,"id":7966,"parentId":7601,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_charsStartIndex.js","layer":"app-pages-browser"},"startTime":1789479430492,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":25828,"timestamp":121951643422,"id":7967,"parentId":7602,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_trimmedEndIndex.js","layer":"app-pages-browser"},"startTime":1789479430492,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":25779,"timestamp":121951643864,"id":7968,"parentId":7606,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_unescapeHtmlChar.js","layer":"app-pages-browser"},"startTime":1789479430493,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":24172,"timestamp":121951645864,"id":7973,"parentId":7626,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_asciiWords.js","layer":"app-pages-browser"},"startTime":1789479430495,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":24937,"timestamp":121951645447,"id":7972,"parentId":7617,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_baseUpdate.js","layer":"app-pages-browser"},"startTime":1789479430494,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":24421,"timestamp":121951646342,"id":7974,"parentId":7626,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_hasUnicodeWord.js","layer":"app-pages-browser"},"startTime":1789479430495,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":24897,"timestamp":121951646764,"id":7975,"parentId":7626,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_unicodeWords.js","layer":"app-pages-browser"},"startTime":1789479430496,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":24986,"timestamp":121951647207,"id":7976,"parentId":7631,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_baseWrapperValue.js","layer":"app-pages-browser"},"startTime":1789479430496,"traceId":"0b5cf6f8aba18709"}]
|
|
35
|
+
[{"name":"build-module-js","duration":25414,"timestamp":121951647663,"id":7977,"parentId":7633,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_baseXor.js","layer":"app-pages-browser"},"startTime":1789479430497,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":25575,"timestamp":121951648120,"id":7978,"parentId":7636,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_baseZipObject.js","layer":"app-pages-browser"},"startTime":1789479430497,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":32175,"timestamp":121951648971,"id":7980,"parentId":7639,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/collection.js","layer":"app-pages-browser"},"startTime":1789479430498,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":34270,"timestamp":121951648593,"id":7979,"parentId":7639,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/array.js","layer":"app-pages-browser"},"startTime":1789479430498,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":33738,"timestamp":121951649400,"id":7981,"parentId":7639,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/date.js","layer":"app-pages-browser"},"startTime":1789479430498,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":33860,"timestamp":121951649823,"id":7982,"parentId":7639,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/function.js","layer":"app-pages-browser"},"startTime":1789479430499,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":32893,"timestamp":121951650999,"id":7985,"parentId":7639,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/number.js","layer":"app-pages-browser"},"startTime":1789479430500,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":33760,"timestamp":121951650559,"id":7984,"parentId":7639,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/math.js","layer":"app-pages-browser"},"startTime":1789479430500,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":32733,"timestamp":121951652044,"id":7987,"parentId":7639,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/seq.js","layer":"app-pages-browser"},"startTime":1789479430501,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":34305,"timestamp":121951651544,"id":7986,"parentId":7639,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/object.js","layer":"app-pages-browser"},"startTime":1789479430500,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":33753,"timestamp":121951652868,"id":7989,"parentId":7639,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/util.js","layer":"app-pages-browser"},"startTime":1789479430502,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":34824,"timestamp":121951652470,"id":7988,"parentId":7639,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/string.js","layer":"app-pages-browser"},"startTime":1789479430501,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":34654,"timestamp":121951653875,"id":7991,"parentId":7639,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_lazyClone.js","layer":"app-pages-browser"},"startTime":1789479430503,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":88225,"timestamp":121951653305,"id":7990,"parentId":7639,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_createHybrid.js","layer":"app-pages-browser"},"startTime":1789479430502,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":87693,"timestamp":121951654293,"id":7992,"parentId":7639,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_lazyReverse.js","layer":"app-pages-browser"},"startTime":1789479430503,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":87843,"timestamp":121951654862,"id":7993,"parentId":7639,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_lazyValue.js","layer":"app-pages-browser"},"startTime":1789479430504,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":84335,"timestamp":121951658769,"id":8004,"parentId":7761,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_baseToNumber.js","layer":"app-pages-browser"},"startTime":1789479430508,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":88040,"timestamp":121951655288,"id":7994,"parentId":7639,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_realNames.js","layer":"app-pages-browser"},"startTime":1789479430504,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":102242,"timestamp":121951644267,"id":7969,"parentId":7607,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_baseUniq.js","layer":"app-pages-browser"},"startTime":1789479430493,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":87720,"timestamp":121951659187,"id":8005,"parentId":7762,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_baseSetData.js","layer":"app-pages-browser"},"startTime":1789479430508,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":97914,"timestamp":121951650187,"id":7983,"parentId":7639,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/lang.js","layer":"app-pages-browser"},"startTime":1789479430499,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":27280,"timestamp":121951721347,"id":8006,"parentId":7762,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_createBind.js","layer":"app-pages-browser"},"startTime":1789479430570,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":27452,"timestamp":121951721804,"id":8007,"parentId":7762,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_createCurry.js","layer":"app-pages-browser"},"startTime":1789479430571,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":27708,"timestamp":121951722087,"id":8008,"parentId":7762,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_createPartial.js","layer":"app-pages-browser"},"startTime":1789479430571,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":27601,"timestamp":121951722533,"id":8009,"parentId":7762,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_getData.js","layer":"app-pages-browser"},"startTime":1789479430571,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":27002,"timestamp":121951723401,"id":8011,"parentId":7762,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_setData.js","layer":"app-pages-browser"},"startTime":1789479430572,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":28205,"timestamp":121951722975,"id":8010,"parentId":7762,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_mergeData.js","layer":"app-pages-browser"},"startTime":1789479430572,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":27464,"timestamp":121951724089,"id":8012,"parentId":7762,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_setWrapToString.js","layer":"app-pages-browser"},"startTime":1789479430573,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":27450,"timestamp":121951724594,"id":8013,"parentId":7768,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_overRest.js","layer":"app-pages-browser"},"startTime":1789479430574,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":27298,"timestamp":121951725044,"id":8014,"parentId":7768,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_setToString.js","layer":"app-pages-browser"},"startTime":1789479430574,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":26221,"timestamp":121951726455,"id":8015,"parentId":7772,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_defineProperty.js","layer":"app-pages-browser"},"startTime":1789479430575,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":24025,"timestamp":121951729031,"id":8025,"parentId":7794,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_Stack.js","layer":"app-pages-browser"},"startTime":1789479430578,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":24027,"timestamp":121951729312,"id":8026,"parentId":7794,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_baseAssignIn.js","layer":"app-pages-browser"},"startTime":1789479430578,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":24322,"timestamp":121951729528,"id":8027,"parentId":7794,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_cloneBuffer.js","layer":"app-pages-browser"},"startTime":1789479430578,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":24380,"timestamp":121951729754,"id":8028,"parentId":7794,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_copySymbols.js","layer":"app-pages-browser"},"startTime":1789479430579,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":23844,"timestamp":121951730550,"id":8030,"parentId":7794,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_getAllKeys.js","layer":"app-pages-browser"},"startTime":1789479430579,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":23820,"timestamp":121951730943,"id":8031,"parentId":7794,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_initCloneArray.js","layer":"app-pages-browser"},"startTime":1789479430580,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":32737,"timestamp":121951731449,"id":8032,"parentId":7794,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_initCloneByTag.js","layer":"app-pages-browser"},"startTime":1789479430580,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":32668,"timestamp":121951731958,"id":8033,"parentId":7794,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_initCloneObject.js","layer":"app-pages-browser"},"startTime":1789479430581,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":32581,"timestamp":121951732486,"id":8034,"parentId":7805,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_isFlattenable.js","layer":"app-pages-browser"},"startTime":1789479430581,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":32016,"timestamp":121951733393,"id":8036,"parentId":7811,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_baseAggregator.js","layer":"app-pages-browser"},"startTime":1789479430582,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":31804,"timestamp":121951733853,"id":8037,"parentId":7814,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_basePropertyOf.js","layer":"app-pages-browser"},"startTime":1789479430583,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":33038,"timestamp":121951732931,"id":8035,"parentId":7811,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_arrayAggregator.js","layer":"app-pages-browser"},"startTime":1789479430582,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":31547,"timestamp":121951734739,"id":8039,"parentId":7817,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_arrayIncludes.js","layer":"app-pages-browser"},"startTime":1789479430584,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":32423,"timestamp":121951734260,"id":8038,"parentId":7817,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_SetCache.js","layer":"app-pages-browser"},"startTime":1789479430583,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":31811,"timestamp":121951735174,"id":8040,"parentId":7817,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_arrayIncludesWith.js","layer":"app-pages-browser"},"startTime":1789479430584,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":31627,"timestamp":121951735582,"id":8041,"parentId":7817,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_cacheHas.js","layer":"app-pages-browser"},"startTime":1789479430585,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":31585,"timestamp":121951736020,"id":8042,"parentId":7854,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_getFuncName.js","layer":"app-pages-browser"},"startTime":1789479430585,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":31605,"timestamp":121951736423,"id":8043,"parentId":7854,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_isLaziable.js","layer":"app-pages-browser"},"startTime":1789479430585,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":31625,"timestamp":121951737240,"id":8045,"parentId":7860,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_createBaseFor.js","layer":"app-pages-browser"},"startTime":1789479430586,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":32746,"timestamp":121951736806,"id":8044,"parentId":7856,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_createBaseEach.js","layer":"app-pages-browser"},"startTime":1789479430586,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":39779,"timestamp":121951730133,"id":8029,"parentId":7794,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_copySymbolsIn.js","layer":"app-pages-browser"},"startTime":1789479430579,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":8754,"timestamp":121951784265,"id":8046,"parentId":7870,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_strictIndexOf.js","layer":"app-pages-browser"},"startTime":1789479430633,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":8732,"timestamp":121951784671,"id":8047,"parentId":7875,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_parent.js","layer":"app-pages-browser"},"startTime":1789479430634,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":8879,"timestamp":121951784970,"id":8048,"parentId":7873,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_baseInverter.js","layer":"app-pages-browser"},"startTime":1789479430634,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":8857,"timestamp":121951785400,"id":8049,"parentId":7878,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_freeGlobal.js","layer":"app-pages-browser"},"startTime":1789479430634,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":11619,"timestamp":121951796204,"id":8051,"parentId":7879,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_objectToString.js","layer":"app-pages-browser"},"startTime":1789479430645,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":12637,"timestamp":121951795783,"id":8050,"parentId":7879,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_getRawTag.js","layer":"app-pages-browser"},"startTime":1789479430645,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":12218,"timestamp":121951796498,"id":8052,"parentId":7882,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_nativeKeys.js","layer":"app-pages-browser"},"startTime":1789479430645,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":11642,"timestamp":121951797319,"id":8054,"parentId":7883,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_DataView.js","layer":"app-pages-browser"},"startTime":1789479430646,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":12882,"timestamp":121951796908,"id":8053,"parentId":7884,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_baseIsEqualDeep.js","layer":"app-pages-browser"},"startTime":1789479430646,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":11605,"timestamp":121951798477,"id":8056,"parentId":7883,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_Promise.js","layer":"app-pages-browser"},"startTime":1789479430647,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":12347,"timestamp":121951797971,"id":8055,"parentId":7883,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_Map.js","layer":"app-pages-browser"},"startTime":1789479430647,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":11637,"timestamp":121951798918,"id":8057,"parentId":7883,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_Set.js","layer":"app-pages-browser"},"startTime":1789479430648,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":11396,"timestamp":121951799391,"id":8058,"parentId":7883,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_WeakMap.js","layer":"app-pages-browser"},"startTime":1789479430648,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":11262,"timestamp":121951799846,"id":8059,"parentId":7883,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_toSource.js","layer":"app-pages-browser"},"startTime":1789479430649,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":27763,"timestamp":121951800339,"id":8060,"parentId":7886,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_isStrictComparable.js","layer":"app-pages-browser"},"startTime":1789479430649,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":219399,"timestamp":121951644657,"id":7970,"parentId":7211,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/layout-base/layout-base.js","layer":"app-pages-browser"},"startTime":1789479430494,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":219582,"timestamp":121951645127,"id":7971,"parentId":7231,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/robust-predicates/index.js","layer":"app-pages-browser"},"startTime":1789479430494,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":210215,"timestamp":121951655734,"id":7995,"parentId":7209,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-sankey/node_modules/internmap/src/index.js","layer":"app-pages-browser"},"startTime":1789479430505,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":211479,"timestamp":121951656189,"id":7996,"parentId":7212,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/inline-style-parser/cjs/index.js","layer":"app-pages-browser"},"startTime":1789479430505,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":211804,"timestamp":121951656640,"id":7997,"parentId":7658,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/@ungap/structured-clone/esm/types.js","layer":"app-pages-browser"},"startTime":1789479430506,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":211648,"timestamp":121951657268,"id":7999,"parentId":7670,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-sankey/node_modules/d3-array/src/identity.js","layer":"app-pages-browser"},"startTime":1789479430506,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":211761,"timestamp":121951657584,"id":8000,"parentId":7672,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-sankey/node_modules/d3-array/src/array.js","layer":"app-pages-browser"},"startTime":1789479430507,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":211839,"timestamp":121951657892,"id":8001,"parentId":7672,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-sankey/node_modules/d3-array/src/constant.js","layer":"app-pages-browser"},"startTime":1789479430507,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":213459,"timestamp":121951656952,"id":7998,"parentId":7660,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-sankey/node_modules/d3-array/src/number.js","layer":"app-pages-browser"},"startTime":1789479430506,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":213064,"timestamp":121951658166,"id":8002,"parentId":7640,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/hast-util-parse-selector/lib/index.js","layer":"app-pages-browser"},"startTime":1789479430507,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":221603,"timestamp":121951658469,"id":8003,"parentId":7654,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/hast-util-raw/lib/index.js","layer":"app-pages-browser"},"startTime":1789479430507,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":79882,"timestamp":121951800770,"id":8061,"parentId":7888,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_isMasked.js","layer":"app-pages-browser"},"startTime":1789479430650,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":154568,"timestamp":121951726995,"id":8016,"parentId":7706,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-sankey/node_modules/d3-array/src/set.js","layer":"app-pages-browser"},"startTime":1789479430576,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":154637,"timestamp":121951727347,"id":8017,"parentId":7710,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-sankey/node_modules/d3-shape/src/constant.js","layer":"app-pages-browser"},"startTime":1789479430576,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":155103,"timestamp":121951727672,"id":8018,"parentId":7710,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-sankey/node_modules/d3-shape/src/math.js","layer":"app-pages-browser"},"startTime":1789479430577,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":155028,"timestamp":121951728158,"id":8020,"parentId":7713,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-sankey/node_modules/d3-shape/src/identity.js","layer":"app-pages-browser"},"startTime":1789479430577,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":155641,"timestamp":121951727950,"id":8019,"parentId":7711,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-sankey/node_modules/d3-shape/src/point.js","layer":"app-pages-browser"},"startTime":1789479430577,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":155661,"timestamp":121951728328,"id":8021,"parentId":7713,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-sankey/node_modules/d3-shape/src/descending.js","layer":"app-pages-browser"},"startTime":1789479430577,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":155904,"timestamp":121951728487,"id":8022,"parentId":7721,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-sankey/node_modules/d3-shape/src/array.js","layer":"app-pages-browser"},"startTime":1789479430577,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":156353,"timestamp":121951728718,"id":8023,"parentId":7714,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-sankey/node_modules/d3-shape/src/curve/radial.js","layer":"app-pages-browser"},"startTime":1789479430578,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":156583,"timestamp":121951728876,"id":8024,"parentId":7730,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-sankey/node_modules/d3-shape/src/noop.js","layer":"app-pages-browser"},"startTime":1789479430578,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":72292,"timestamp":121951813501,"id":8062,"parentId":7889,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_coreJsData.js","layer":"app-pages-browser"},"startTime":1789479430662,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":72188,"timestamp":121951813871,"id":8063,"parentId":7890,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_overArg.js","layer":"app-pages-browser"},"startTime":1789479430663,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":72266,"timestamp":121951814127,"id":8064,"parentId":7895,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_nativeKeysIn.js","layer":"app-pages-browser"},"startTime":1789479430663,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":69314,"timestamp":121951817374,"id":8075,"parentId":7904,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_matchesStrictComparable.js","layer":"app-pages-browser"},"startTime":1789479430666,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":69238,"timestamp":121951817799,"id":8076,"parentId":7908,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_assignMergeValue.js","layer":"app-pages-browser"},"startTime":1789479430667,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":68650,"timestamp":121951818659,"id":8078,"parentId":7908,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_safeGet.js","layer":"app-pages-browser"},"startTime":1789479430668,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":68519,"timestamp":121951819140,"id":8079,"parentId":7909,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_mapCacheClear.js","layer":"app-pages-browser"},"startTime":1789479430668,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":67892,"timestamp":121951820044,"id":8081,"parentId":7909,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_mapCacheGet.js","layer":"app-pages-browser"},"startTime":1789479430669,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":67757,"timestamp":121951820475,"id":8082,"parentId":7909,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_mapCacheHas.js","layer":"app-pages-browser"},"startTime":1789479430669,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":68951,"timestamp":121951819593,"id":8080,"parentId":7909,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_mapCacheDelete.js","layer":"app-pages-browser"},"startTime":1789479430669,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":67993,"timestamp":121951820884,"id":8083,"parentId":7909,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_mapCacheSet.js","layer":"app-pages-browser"},"startTime":1789479430670,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":67609,"timestamp":121951821656,"id":8085,"parentId":7914,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_getSymbolsIn.js","layer":"app-pages-browser"},"startTime":1789479430671,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":67499,"timestamp":121951822049,"id":8086,"parentId":7915,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_baseSortBy.js","layer":"app-pages-browser"},"startTime":1789479430671,"traceId":"0b5cf6f8aba18709"}]
|
|
36
|
+
[{"name":"build-module-js","duration":67529,"timestamp":121951822455,"id":8087,"parentId":7915,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_compareMultiple.js","layer":"app-pages-browser"},"startTime":1789479430671,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":72557,"timestamp":121951818225,"id":8077,"parentId":7908,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_baseMergeDeep.js","layer":"app-pages-browser"},"startTime":1789479430667,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":94187,"timestamp":121951823609,"id":8090,"parentId":7920,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_asciiSize.js","layer":"app-pages-browser"},"startTime":1789479430673,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":97299,"timestamp":121951821258,"id":8084,"parentId":7914,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_baseGetAllKeys.js","layer":"app-pages-browser"},"startTime":1789479430670,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":94385,"timestamp":121951824610,"id":8092,"parentId":7926,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_baseIndexOfWith.js","layer":"app-pages-browser"},"startTime":1789479430674,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":95670,"timestamp":121951824098,"id":8091,"parentId":7920,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_unicodeSize.js","layer":"app-pages-browser"},"startTime":1789479430673,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":25570,"timestamp":121951895993,"id":8098,"parentId":7931,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_baseRange.js","layer":"app-pages-browser"},"startTime":1789479430745,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":25553,"timestamp":121951896553,"id":8100,"parentId":7949,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_asciiToArray.js","layer":"app-pages-browser"},"startTime":1789479430745,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":26109,"timestamp":121951896803,"id":8101,"parentId":7949,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_unicodeToArray.js","layer":"app-pages-browser"},"startTime":1789479430746,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":26043,"timestamp":121951897234,"id":8102,"parentId":7963,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_baseToPairs.js","layer":"app-pages-browser"},"startTime":1789479430746,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":25918,"timestamp":121951897690,"id":8103,"parentId":7963,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_setToPairs.js","layer":"app-pages-browser"},"startTime":1789479430747,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":25495,"timestamp":121951898638,"id":8105,"parentId":7980,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/collection.default.js","layer":"app-pages-browser"},"startTime":1789479430748,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":26366,"timestamp":121951898150,"id":8104,"parentId":7964,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_memoizeCapped.js","layer":"app-pages-browser"},"startTime":1789479430747,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":26555,"timestamp":121951899111,"id":8106,"parentId":7979,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/array.default.js","layer":"app-pages-browser"},"startTime":1789479430748,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":26884,"timestamp":121951899547,"id":8107,"parentId":7981,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/date.default.js","layer":"app-pages-browser"},"startTime":1789479430748,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":27331,"timestamp":121951899979,"id":8108,"parentId":7982,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/function.default.js","layer":"app-pages-browser"},"startTime":1789479430749,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":27333,"timestamp":121951900407,"id":8109,"parentId":7985,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/number.default.js","layer":"app-pages-browser"},"startTime":1789479430749,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":27539,"timestamp":121951900845,"id":8110,"parentId":7984,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/math.default.js","layer":"app-pages-browser"},"startTime":1789479430750,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":27764,"timestamp":121951901239,"id":8111,"parentId":7987,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/seq.default.js","layer":"app-pages-browser"},"startTime":1789479430750,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":27857,"timestamp":121951902110,"id":8113,"parentId":7989,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/util.default.js","layer":"app-pages-browser"},"startTime":1789479430751,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":29651,"timestamp":121951901651,"id":8112,"parentId":7986,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/object.default.js","layer":"app-pages-browser"},"startTime":1789479430751,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":29406,"timestamp":121951902753,"id":8114,"parentId":7988,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/string.default.js","layer":"app-pages-browser"},"startTime":1789479430752,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":36502,"timestamp":121951896307,"id":8099,"parentId":7938,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_shuffleSelf.js","layer":"app-pages-browser"},"startTime":1789479430745,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":30198,"timestamp":121951903254,"id":8115,"parentId":7990,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_composeArgs.js","layer":"app-pages-browser"},"startTime":1789479430752,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":29704,"timestamp":121951904141,"id":8117,"parentId":7990,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_countHolders.js","layer":"app-pages-browser"},"startTime":1789479430753,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":30787,"timestamp":121951903700,"id":8116,"parentId":7990,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_composeArgsRight.js","layer":"app-pages-browser"},"startTime":1789479430753,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":30746,"timestamp":121951904599,"id":8118,"parentId":7990,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_createCtor.js","layer":"app-pages-browser"},"startTime":1789479430754,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":31321,"timestamp":121951905007,"id":8119,"parentId":7990,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_createRecurry.js","layer":"app-pages-browser"},"startTime":1789479430754,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":31527,"timestamp":121951905469,"id":8120,"parentId":7990,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_reorder.js","layer":"app-pages-browser"},"startTime":1789479430754,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":31794,"timestamp":121951905899,"id":8121,"parentId":7993,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_getView.js","layer":"app-pages-browser"},"startTime":1789479430755,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":31363,"timestamp":121951906787,"id":8123,"parentId":8005,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_metaMap.js","layer":"app-pages-browser"},"startTime":1789479430756,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":31067,"timestamp":121951907677,"id":8125,"parentId":8011,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_shortOut.js","layer":"app-pages-browser"},"startTime":1789479430757,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":32836,"timestamp":121951907239,"id":8124,"parentId":7983,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/lang.default.js","layer":"app-pages-browser"},"startTime":1789479430756,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":32104,"timestamp":121951908620,"id":8127,"parentId":8012,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_getWrapDetails.js","layer":"app-pages-browser"},"startTime":1789479430758,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":33200,"timestamp":121951908176,"id":8126,"parentId":8012,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_insertWrapDetails.js","layer":"app-pages-browser"},"startTime":1789479430757,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":33400,"timestamp":121951909031,"id":8128,"parentId":8012,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_updateWrapDetails.js","layer":"app-pages-browser"},"startTime":1789479430758,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":33408,"timestamp":121951909448,"id":8129,"parentId":8014,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_baseSetToString.js","layer":"app-pages-browser"},"startTime":1789479430758,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":33283,"timestamp":121951909888,"id":8130,"parentId":8015,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_getNative.js","layer":"app-pages-browser"},"startTime":1789479430759,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":33309,"timestamp":121951910292,"id":8131,"parentId":8025,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_ListCache.js","layer":"app-pages-browser"},"startTime":1789479430759,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":33162,"timestamp":121951910720,"id":8132,"parentId":8025,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_stackClear.js","layer":"app-pages-browser"},"startTime":1789479430760,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":32980,"timestamp":121951911199,"id":8133,"parentId":8025,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_stackDelete.js","layer":"app-pages-browser"},"startTime":1789479430760,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":32981,"timestamp":121951911647,"id":8134,"parentId":8025,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_stackSet.js","layer":"app-pages-browser"},"startTime":1789479430761,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":32802,"timestamp":121951912084,"id":8135,"parentId":8025,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_stackGet.js","layer":"app-pages-browser"},"startTime":1789479430761,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":32543,"timestamp":121951912565,"id":8136,"parentId":8025,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_stackHas.js","layer":"app-pages-browser"},"startTime":1789479430762,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":32496,"timestamp":121951913001,"id":8137,"parentId":8028,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_getSymbols.js","layer":"app-pages-browser"},"startTime":1789479430762,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":32331,"timestamp":121951913445,"id":8138,"parentId":8032,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_cloneArrayBuffer.js","layer":"app-pages-browser"},"startTime":1789479430762,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":32196,"timestamp":121951913892,"id":8139,"parentId":8032,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_cloneDataView.js","layer":"app-pages-browser"},"startTime":1789479430763,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":32439,"timestamp":121951914395,"id":8140,"parentId":8032,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_cloneRegExp.js","layer":"app-pages-browser"},"startTime":1789479430763,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":32384,"timestamp":121951914848,"id":8141,"parentId":8032,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_cloneSymbol.js","layer":"app-pages-browser"},"startTime":1789479430764,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":41311,"timestamp":121951906341,"id":8122,"parentId":7969,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_createSet.js","layer":"app-pages-browser"},"startTime":1789479430755,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":4926,"timestamp":121951987950,"id":8143,"parentId":8038,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_setCacheAdd.js","layer":"app-pages-browser"},"startTime":1789479430837,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":5739,"timestamp":121951987537,"id":8142,"parentId":8032,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_cloneTypedArray.js","layer":"app-pages-browser"},"startTime":1789479430836,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":5503,"timestamp":121951988247,"id":8144,"parentId":8038,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_setCacheHas.js","layer":"app-pages-browser"},"startTime":1789479430837,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":186355,"timestamp":121951814883,"id":8066,"parentId":7785,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/micromark-extension-frontmatter/lib/syntax.js","layer":"app-pages-browser"},"startTime":1789479430664,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":186970,"timestamp":121951815207,"id":8067,"parentId":7785,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/micromark-extension-frontmatter/lib/html.js","layer":"app-pages-browser"},"startTime":1789479430664,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":187702,"timestamp":121951815443,"id":8068,"parentId":7785,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/micromark-extension-frontmatter/lib/to-matters.js","layer":"app-pages-browser"},"startTime":1789479430664,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":189317,"timestamp":121951814544,"id":8065,"parentId":7778,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/unist-util-stringify-position/lib/index.js","layer":"app-pages-browser"},"startTime":1789479430663,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":189533,"timestamp":121951815625,"id":8069,"parentId":7784,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/mdast-util-frontmatter/lib/index.js","layer":"app-pages-browser"},"startTime":1789479430665,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":190153,"timestamp":121951815907,"id":8070,"parentId":7789,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/mdast-util-to-string/lib/index.js","layer":"app-pages-browser"},"startTime":1789479430665,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":193992,"timestamp":121951816222,"id":8071,"parentId":7791,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/micromark/lib/compile.js","layer":"app-pages-browser"},"startTime":1789479430665,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":194563,"timestamp":121951816501,"id":8072,"parentId":7791,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/micromark/lib/parse.js","layer":"app-pages-browser"},"startTime":1789479430665,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":194813,"timestamp":121951816781,"id":8073,"parentId":7791,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/micromark/lib/postprocess.js","layer":"app-pages-browser"},"startTime":1789479430666,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":195723,"timestamp":121951817058,"id":8074,"parentId":7791,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/micromark/lib/preprocess.js","layer":"app-pages-browser"},"startTime":1789479430666,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":190847,"timestamp":121951822831,"id":8088,"parentId":7828,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/khroma/dist/channels/type.js","layer":"app-pages-browser"},"startTime":1789479430672,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":189187,"timestamp":121951825054,"id":8093,"parentId":7801,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/micromark-extension-math/lib/syntax.js","layer":"app-pages-browser"},"startTime":1789479430674,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":191808,"timestamp":121951823234,"id":8089,"parentId":7838,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/dagre-d3-es/src/graphlib/alg/dfs.js","layer":"app-pages-browser"},"startTime":1789479430672,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":121452,"timestamp":121951895218,"id":8094,"parentId":7801,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/micromark-extension-math/lib/html.js","layer":"app-pages-browser"},"startTime":1789479430744,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":122266,"timestamp":121951895479,"id":8095,"parentId":7800,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/mdast-util-gfm/lib/index.js","layer":"app-pages-browser"},"startTime":1789479430744,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":124237,"timestamp":121951895650,"id":8096,"parentId":7802,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/mdast-util-math/lib/index.js","layer":"app-pages-browser"},"startTime":1789479430745,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":125413,"timestamp":121951895812,"id":8097,"parentId":7833,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/dagre-d3-es/src/graphlib/data/priority-queue.js","layer":"app-pages-browser"},"startTime":1789479430745,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":41928,"timestamp":121951996321,"id":8145,"parentId":8053,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_equalArrays.js","layer":"app-pages-browser"},"startTime":1789479430845,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":42503,"timestamp":121951996688,"id":8146,"parentId":8053,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_equalByTag.js","layer":"app-pages-browser"},"startTime":1789479430846,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":43106,"timestamp":121951996957,"id":8147,"parentId":8053,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_equalObjects.js","layer":"app-pages-browser"},"startTime":1789479430846,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":43244,"timestamp":121951997370,"id":8148,"parentId":8079,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_Hash.js","layer":"app-pages-browser"},"startTime":1789479430846,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":43181,"timestamp":121951997791,"id":8149,"parentId":8081,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_getMapData.js","layer":"app-pages-browser"},"startTime":1789479430847,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":10797,"timestamp":121952031102,"id":8150,"parentId":8130,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_getValue.js","layer":"app-pages-browser"},"startTime":1789479430880,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":10690,"timestamp":121952031481,"id":8151,"parentId":8131,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_listCacheClear.js","layer":"app-pages-browser"},"startTime":1789479430880,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":10842,"timestamp":121952031733,"id":8152,"parentId":8131,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_listCacheDelete.js","layer":"app-pages-browser"},"startTime":1789479430881,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":10875,"timestamp":121952031992,"id":8153,"parentId":8131,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_listCacheGet.js","layer":"app-pages-browser"},"startTime":1789479430881,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":9674,"timestamp":121952033451,"id":8154,"parentId":8131,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_listCacheHas.js","layer":"app-pages-browser"},"startTime":1789479430882,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":9677,"timestamp":121952033868,"id":8155,"parentId":8131,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_listCacheSet.js","layer":"app-pages-browser"},"startTime":1789479430883,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":9657,"timestamp":121952034125,"id":8156,"parentId":8138,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_Uint8Array.js","layer":"app-pages-browser"},"startTime":1789479430883,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":26631,"timestamp":121952047391,"id":8157,"parentId":7971,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/robust-predicates/esm/orient2d.js","layer":"app-pages-browser"},"startTime":1789479430896,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":32731,"timestamp":121952047722,"id":8158,"parentId":7971,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/robust-predicates/esm/orient3d.js","layer":"app-pages-browser"},"startTime":1789479430897,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":51717,"timestamp":121952047980,"id":8159,"parentId":7971,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/robust-predicates/esm/incircle.js","layer":"app-pages-browser"},"startTime":1789479430897,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":64434,"timestamp":121952048245,"id":8160,"parentId":7971,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/robust-predicates/esm/insphere.js","layer":"app-pages-browser"},"startTime":1789479430897,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":49296,"timestamp":121952064066,"id":8165,"parentId":8148,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_hashClear.js","layer":"app-pages-browser"},"startTime":1789479430913,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":49238,"timestamp":121952064459,"id":8166,"parentId":8148,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_hashDelete.js","layer":"app-pages-browser"},"startTime":1789479430913,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":49266,"timestamp":121952064826,"id":8167,"parentId":8148,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_hashGet.js","layer":"app-pages-browser"},"startTime":1789479430914,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":49162,"timestamp":121952065238,"id":8168,"parentId":8148,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_hashHas.js","layer":"app-pages-browser"},"startTime":1789479430914,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":52959,"timestamp":121952065661,"id":8169,"parentId":8148,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_hashSet.js","layer":"app-pages-browser"},"startTime":1789479430915,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":52404,"timestamp":121952066560,"id":8170,"parentId":8149,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_isKeyable.js","layer":"app-pages-browser"},"startTime":1789479430916,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":5489,"timestamp":121952115080,"id":8171,"parentId":8152,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_assocIndexOf.js","layer":"app-pages-browser"},"startTime":1789479430964,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":65832,"timestamp":121952059426,"id":8161,"parentId":8072,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/micromark/lib/constructs.js","layer":"app-pages-browser"},"startTime":1789479430908,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":66804,"timestamp":121952060044,"id":8163,"parentId":8093,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/micromark-extension-math/lib/math-flow.js","layer":"app-pages-browser"},"startTime":1789479430909,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":68257,"timestamp":121952060205,"id":8164,"parentId":8093,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/micromark-extension-math/lib/math-text.js","layer":"app-pages-browser"},"startTime":1789479430909,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":71547,"timestamp":121952059764,"id":8162,"parentId":8072,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/micromark/lib/create-tokenizer.js","layer":"app-pages-browser"},"startTime":1789479430909,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":33608,"timestamp":121952115759,"id":8173,"parentId":8072,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/micromark/lib/initialize/document.js","layer":"app-pages-browser"},"startTime":1789479430965,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":34736,"timestamp":121952115461,"id":8172,"parentId":8072,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/micromark/lib/initialize/content.js","layer":"app-pages-browser"},"startTime":1789479430964,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":34853,"timestamp":121952116058,"id":8174,"parentId":8072,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/micromark/lib/initialize/flow.js","layer":"app-pages-browser"},"startTime":1789479430965,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":36113,"timestamp":121952116352,"id":8175,"parentId":8072,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/micromark/lib/initialize/text.js","layer":"app-pages-browser"},"startTime":1789479430965,"traceId":"0b5cf6f8aba18709"}]
|
|
37
|
+
[{"name":"build-module-js","duration":10863,"timestamp":121952144922,"id":8178,"parentId":8165,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/lodash-es/_nativeCreate.js","layer":"app-pages-browser"},"startTime":1789479430994,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":35684,"timestamp":121952121046,"id":8176,"parentId":7710,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-sankey/node_modules/d3-path/src/index.js","layer":"app-pages-browser"},"startTime":1789479430970,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":27856,"timestamp":121952134020,"id":8177,"parentId":8071,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/micromark-util-combine-extensions/index.js","layer":"app-pages-browser"},"startTime":1789479430983,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":20034,"timestamp":121952145406,"id":8179,"parentId":8157,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/robust-predicates/esm/util.js","layer":"app-pages-browser"},"startTime":1789479430994,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":14861,"timestamp":121952153623,"id":8182,"parentId":7799,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/micromark-extension-gfm-strikethrough/index.js","layer":"app-pages-browser"},"startTime":1789479431003,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":15341,"timestamp":121952153773,"id":8183,"parentId":7799,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/micromark-extension-gfm-table/index.js","layer":"app-pages-browser"},"startTime":1789479431003,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":16133,"timestamp":121952153440,"id":8181,"parentId":7799,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/micromark-extension-gfm-footnote/index.js","layer":"app-pages-browser"},"startTime":1789479431002,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":16820,"timestamp":121952153175,"id":8180,"parentId":7799,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/micromark-extension-gfm-autolink-literal/index.js","layer":"app-pages-browser"},"startTime":1789479431002,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":16499,"timestamp":121952153925,"id":8184,"parentId":7799,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/micromark-extension-gfm-task-list-item/index.js","layer":"app-pages-browser"},"startTime":1789479431003,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":16731,"timestamp":121952154079,"id":8185,"parentId":7799,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/micromark-extension-gfm-tagfilter/index.js","layer":"app-pages-browser"},"startTime":1789479431003,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":15096,"timestamp":121952176025,"id":8186,"parentId":8176,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/d3-sankey/node_modules/d3-path/src/path.js","layer":"app-pages-browser"},"startTime":1789479431025,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":18532,"timestamp":121952186194,"id":8187,"parentId":8182,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/micromark-extension-gfm-strikethrough/lib/html.js","layer":"app-pages-browser"},"startTime":1789479431035,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":19769,"timestamp":121952186444,"id":8188,"parentId":8182,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/micromark-extension-gfm-strikethrough/lib/syntax.js","layer":"app-pages-browser"},"startTime":1789479431035,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":23276,"timestamp":121952186770,"id":8190,"parentId":8183,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/micromark-extension-gfm-table/lib/syntax.js","layer":"app-pages-browser"},"startTime":1789479431036,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":25914,"timestamp":121952186950,"id":8191,"parentId":8181,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/micromark-extension-gfm-footnote/lib/syntax.js","layer":"app-pages-browser"},"startTime":1789479431036,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":27495,"timestamp":121952186610,"id":8189,"parentId":8183,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/micromark-extension-gfm-table/lib/html.js","layer":"app-pages-browser"},"startTime":1789479431036,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":28787,"timestamp":121952187102,"id":8192,"parentId":8181,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/micromark-extension-gfm-footnote/lib/html.js","layer":"app-pages-browser"},"startTime":1789479431036,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":32185,"timestamp":121952187255,"id":8193,"parentId":8180,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/micromark-extension-gfm-autolink-literal/lib/syntax.js","layer":"app-pages-browser"},"startTime":1789479431036,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":32817,"timestamp":121952187405,"id":8194,"parentId":8180,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/micromark-extension-gfm-autolink-literal/lib/html.js","layer":"app-pages-browser"},"startTime":1789479431036,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":33164,"timestamp":121952187552,"id":8195,"parentId":8184,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/micromark-extension-gfm-task-list-item/lib/html.js","layer":"app-pages-browser"},"startTime":1789479431036,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":33980,"timestamp":121952187702,"id":8196,"parentId":8184,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/micromark-extension-gfm-task-list-item/lib/syntax.js","layer":"app-pages-browser"},"startTime":1789479431037,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":34629,"timestamp":121952187853,"id":8197,"parentId":8185,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/micromark-extension-gfm-tagfilter/lib/index.js","layer":"app-pages-browser"},"startTime":1789479431037,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":35240,"timestamp":121952188034,"id":8198,"parentId":8071,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/micromark-util-chunked/index.js","layer":"app-pages-browser"},"startTime":1789479431037,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":36975,"timestamp":121952188195,"id":8199,"parentId":8073,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/micromark-util-subtokenize/index.js","layer":"app-pages-browser"},"startTime":1789479431037,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":32755,"timestamp":121952198479,"id":8200,"parentId":8096,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/longest-streak/index.js","layer":"app-pages-browser"},"startTime":1789479431047,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":35548,"timestamp":121952199988,"id":8202,"parentId":8095,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/mdast-util-gfm-strikethrough/index.js","layer":"app-pages-browser"},"startTime":1789479431049,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":35692,"timestamp":121952200522,"id":8204,"parentId":8095,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/mdast-util-gfm-table/index.js","layer":"app-pages-browser"},"startTime":1789479431049,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":37078,"timestamp":121952199666,"id":8201,"parentId":8095,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/mdast-util-gfm-autolink-literal/index.js","layer":"app-pages-browser"},"startTime":1789479431049,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":36986,"timestamp":121952200270,"id":8203,"parentId":8095,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/mdast-util-gfm-footnote/index.js","layer":"app-pages-browser"},"startTime":1789479431049,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":36981,"timestamp":121952200762,"id":8205,"parentId":8095,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/mdast-util-gfm-task-list-item/index.js","layer":"app-pages-browser"},"startTime":1789479431050,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":37988,"timestamp":121952201005,"id":8206,"parentId":8003,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/hast-util-raw/node_modules/parse5/dist/index.js","layer":"app-pages-browser"},"startTime":1789479431050,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":23711,"timestamp":121952232346,"id":8207,"parentId":8068,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/micromark-extension-frontmatter/node_modules/fault/index.js","layer":"app-pages-browser"},"startTime":1789479431081,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":23570,"timestamp":121952232982,"id":8209,"parentId":8003,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/html-void-elements/index.js","layer":"app-pages-browser"},"startTime":1789479431082,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":24431,"timestamp":121952232713,"id":8208,"parentId":8069,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/mdast-util-frontmatter/node_modules/escape-string-regexp/index.js","layer":"app-pages-browser"},"startTime":1789479431082,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":24314,"timestamp":121952233226,"id":8210,"parentId":8003,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/hast-util-to-parse5/index.js","layer":"app-pages-browser"},"startTime":1789479431082,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":24811,"timestamp":121952233468,"id":8211,"parentId":8003,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/zwitch/index.js","layer":"app-pages-browser"},"startTime":1789479431082,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":25195,"timestamp":121952233732,"id":8212,"parentId":8163,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/micromark-factory-space/index.js","layer":"app-pages-browser"},"startTime":1789479431083,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":25400,"timestamp":121952233980,"id":8213,"parentId":8003,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/hast-util-from-parse5/index.js","layer":"app-pages-browser"},"startTime":1789479431083,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":25883,"timestamp":121952234223,"id":8214,"parentId":8161,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/micromark-core-commonmark/index.js","layer":"app-pages-browser"},"startTime":1789479431083,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":26259,"timestamp":121952234462,"id":8215,"parentId":8162,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/micromark-util-resolve-all/index.js","layer":"app-pages-browser"},"startTime":1789479431083,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":19425,"timestamp":121952251214,"id":8216,"parentId":8190,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/micromark-extension-gfm-table/lib/infer.js","layer":"app-pages-browser"},"startTime":1789479431100,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":20301,"timestamp":121952251482,"id":8217,"parentId":8190,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/micromark-extension-gfm-table/lib/edit-map.js","layer":"app-pages-browser"},"startTime":1789479431100,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":16629,"timestamp":121952262478,"id":8218,"parentId":8199,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/micromark-util-subtokenize/lib/splice-buffer.js","layer":"app-pages-browser"},"startTime":1789479431111,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":19145,"timestamp":121952272717,"id":8219,"parentId":8202,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/mdast-util-gfm-strikethrough/lib/index.js","layer":"app-pages-browser"},"startTime":1789479431122,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":20819,"timestamp":121952273057,"id":8220,"parentId":8204,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/mdast-util-gfm-table/lib/index.js","layer":"app-pages-browser"},"startTime":1789479431122,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":22797,"timestamp":121952273351,"id":8221,"parentId":8201,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/mdast-util-gfm-autolink-literal/lib/index.js","layer":"app-pages-browser"},"startTime":1789479431122,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":24011,"timestamp":121952273599,"id":8222,"parentId":8203,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/mdast-util-gfm-footnote/lib/index.js","layer":"app-pages-browser"},"startTime":1789479431123,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":25119,"timestamp":121952273842,"id":8223,"parentId":8205,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/mdast-util-gfm-task-list-item/lib/index.js","layer":"app-pages-browser"},"startTime":1789479431123,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":26911,"timestamp":121952274080,"id":8224,"parentId":8206,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/hast-util-raw/node_modules/parse5/dist/serializer/index.js","layer":"app-pages-browser"},"startTime":1789479431123,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":28187,"timestamp":121952274326,"id":8225,"parentId":8206,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/hast-util-raw/node_modules/parse5/dist/tree-adapters/default.js","layer":"app-pages-browser"},"startTime":1789479431123,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":33602,"timestamp":121952275076,"id":8228,"parentId":8206,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/hast-util-raw/node_modules/parse5/dist/common/foreign-content.js","layer":"app-pages-browser"},"startTime":1789479431124,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":35144,"timestamp":121952274830,"id":8227,"parentId":8206,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/hast-util-raw/node_modules/parse5/dist/common/error-codes.js","layer":"app-pages-browser"},"startTime":1789479431124,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":39194,"timestamp":121952275320,"id":8229,"parentId":8206,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/hast-util-raw/node_modules/parse5/dist/common/html.js","layer":"app-pages-browser"},"startTime":1789479431124,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":63178,"timestamp":121952274586,"id":8226,"parentId":8206,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/hast-util-raw/node_modules/parse5/dist/parser/index.js","layer":"app-pages-browser"},"startTime":1789479431124,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":63115,"timestamp":121952275590,"id":8230,"parentId":8206,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/hast-util-raw/node_modules/parse5/dist/common/token.js","layer":"app-pages-browser"},"startTime":1789479431125,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":81750,"timestamp":121952275840,"id":8231,"parentId":8206,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/hast-util-raw/node_modules/parse5/dist/tokenizer/index.js","layer":"app-pages-browser"},"startTime":1789479431125,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":93809,"timestamp":121952286143,"id":8232,"parentId":8210,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/hast-util-to-parse5/lib/index.js","layer":"app-pages-browser"},"startTime":1789479431135,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":93563,"timestamp":121952287135,"id":8236,"parentId":8214,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/micromark-core-commonmark/lib/blank-line.js","layer":"app-pages-browser"},"startTime":1789479431136,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":96099,"timestamp":121952286490,"id":8233,"parentId":8213,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/hast-util-from-parse5/lib/index.js","layer":"app-pages-browser"},"startTime":1789479431135,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":97717,"timestamp":121952286751,"id":8234,"parentId":8214,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/micromark-core-commonmark/lib/attention.js","layer":"app-pages-browser"},"startTime":1789479431136,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":98696,"timestamp":121952286973,"id":8235,"parentId":8214,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/micromark-core-commonmark/lib/autolink.js","layer":"app-pages-browser"},"startTime":1789479431136,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":99268,"timestamp":121952287287,"id":8237,"parentId":8214,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/micromark-core-commonmark/lib/block-quote.js","layer":"app-pages-browser"},"startTime":1789479431136,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":99700,"timestamp":121952287438,"id":8238,"parentId":8214,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/micromark-core-commonmark/lib/character-escape.js","layer":"app-pages-browser"},"startTime":1789479431136,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":100436,"timestamp":121952287590,"id":8239,"parentId":8214,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/micromark-core-commonmark/lib/character-reference.js","layer":"app-pages-browser"},"startTime":1789479431137,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":101370,"timestamp":121952287735,"id":8240,"parentId":8214,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/micromark-core-commonmark/lib/code-indented.js","layer":"app-pages-browser"},"startTime":1789479431137,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":102973,"timestamp":121952287885,"id":8241,"parentId":8214,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/micromark-core-commonmark/lib/code-fenced.js","layer":"app-pages-browser"},"startTime":1789479431137,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":104161,"timestamp":121952288097,"id":8242,"parentId":8214,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/micromark-core-commonmark/lib/code-text.js","layer":"app-pages-browser"},"startTime":1789479431137,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":105066,"timestamp":121952288263,"id":8243,"parentId":8214,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/micromark-core-commonmark/lib/content.js","layer":"app-pages-browser"},"startTime":1789479431137,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":105371,"timestamp":121952288558,"id":8245,"parentId":8214,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/micromark-core-commonmark/lib/hard-break-escape.js","layer":"app-pages-browser"},"startTime":1789479431138,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":106377,"timestamp":121952288709,"id":8246,"parentId":8214,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/micromark-core-commonmark/lib/heading-atx.js","layer":"app-pages-browser"},"startTime":1789479431138,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":107929,"timestamp":121952288407,"id":8244,"parentId":8214,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/micromark-core-commonmark/lib/definition.js","layer":"app-pages-browser"},"startTime":1789479431137,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":110610,"timestamp":121952288861,"id":8247,"parentId":8214,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/micromark-core-commonmark/lib/html-flow.js","layer":"app-pages-browser"},"startTime":1789479431138,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":112863,"timestamp":121952289002,"id":8248,"parentId":8214,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/micromark-core-commonmark/lib/html-text.js","layer":"app-pages-browser"},"startTime":1789479431138,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":115492,"timestamp":121952289183,"id":8249,"parentId":8214,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/micromark-core-commonmark/lib/label-end.js","layer":"app-pages-browser"},"startTime":1789479431138,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":116161,"timestamp":121952289351,"id":8250,"parentId":8214,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/micromark-core-commonmark/lib/label-start-image.js","layer":"app-pages-browser"},"startTime":1789479431138,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":116658,"timestamp":121952289497,"id":8251,"parentId":8214,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/micromark-core-commonmark/lib/label-start-link.js","layer":"app-pages-browser"},"startTime":1789479431138,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":117059,"timestamp":121952289646,"id":8252,"parentId":8214,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/micromark-core-commonmark/lib/line-ending.js","layer":"app-pages-browser"},"startTime":1789479431139,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":118659,"timestamp":121952289800,"id":8253,"parentId":8214,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/micromark-core-commonmark/lib/list.js","layer":"app-pages-browser"},"startTime":1789479431139,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":119178,"timestamp":121952290089,"id":8255,"parentId":8214,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/micromark-core-commonmark/lib/thematic-break.js","layer":"app-pages-browser"},"startTime":1789479431139,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":120527,"timestamp":121952289948,"id":8254,"parentId":8214,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/micromark-core-commonmark/lib/setext-underline.js","layer":"app-pages-browser"},"startTime":1789479431139,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":23444,"timestamp":121952413862,"id":8256,"parentId":8226,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/hast-util-raw/node_modules/parse5/dist/parser/open-element-stack.js","layer":"app-pages-browser"},"startTime":1789479431263,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":24361,"timestamp":121952414329,"id":8258,"parentId":8226,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/hast-util-raw/node_modules/parse5/dist/common/doctype.js","layer":"app-pages-browser"},"startTime":1789479431263,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":26162,"timestamp":121952414644,"id":8260,"parentId":8231,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/hast-util-raw/node_modules/parse5/dist/tokenizer/preprocessor.js","layer":"app-pages-browser"},"startTime":1789479431264,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":27529,"timestamp":121952414487,"id":8259,"parentId":8226,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/hast-util-raw/node_modules/parse5/dist/common/unicode.js","layer":"app-pages-browser"},"startTime":1789479431263,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":29332,"timestamp":121952414144,"id":8257,"parentId":8226,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/hast-util-raw/node_modules/parse5/dist/parser/formatting-element-list.js","layer":"app-pages-browser"},"startTime":1789479431263,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":3707,"timestamp":121952452459,"id":8261,"parentId":8188,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/micromark-util-classify-character/index.js","layer":"app-pages-browser"},"startTime":1789479431301,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":10435,"timestamp":121952464095,"id":8263,"parentId":8220,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/mdast-util-to-markdown/index.js","layer":"app-pages-browser"},"startTime":1789479431313,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":10881,"timestamp":121952464284,"id":8264,"parentId":8221,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/ccount/index.js","layer":"app-pages-browser"},"startTime":1789479431313,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":11097,"timestamp":121952464458,"id":8265,"parentId":8221,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/mdast-util-find-and-replace/index.js","layer":"app-pages-browser"},"startTime":1789479431313,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":13694,"timestamp":121952463800,"id":8262,"parentId":8220,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/markdown-table/index.js","layer":"app-pages-browser"},"startTime":1789479431313,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":7537,"timestamp":121952472408,"id":8266,"parentId":8233,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/vfile-location/index.js","layer":"app-pages-browser"},"startTime":1789479431321,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":8535,"timestamp":121952472730,"id":8267,"parentId":8244,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/micromark-factory-destination/index.js","layer":"app-pages-browser"},"startTime":1789479431322,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":9396,"timestamp":121952472949,"id":8268,"parentId":8244,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/micromark-factory-label/index.js","layer":"app-pages-browser"},"startTime":1789479431322,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":10327,"timestamp":121952473437,"id":8271,"parentId":8224,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/entities/dist/esm/escape.js","layer":"app-pages-browser"},"startTime":1789479431322,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":11468,"timestamp":121952473125,"id":8269,"parentId":8244,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/micromark-factory-whitespace/index.js","layer":"app-pages-browser"},"startTime":1789479431322,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":14651,"timestamp":121952473585,"id":8272,"parentId":8231,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/entities/dist/esm/decode.js","layer":"app-pages-browser"},"startTime":1789479431323,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":16002,"timestamp":121952473283,"id":8270,"parentId":8244,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/micromark-factory-title/index.js","layer":"app-pages-browser"},"startTime":1789479431322,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":13702,"timestamp":121952477869,"id":8273,"parentId":8247,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/micromark-util-html-tag-name/index.js","layer":"app-pages-browser"},"startTime":1789479431327,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":4258,"timestamp":121952496682,"id":8275,"parentId":8265,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/mdast-util-find-and-replace/lib/index.js","layer":"app-pages-browser"},"startTime":1789479431346,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":4847,"timestamp":121952497017,"id":8277,"parentId":8272,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/entities/dist/esm/decode-codepoint.js","layer":"app-pages-browser"},"startTime":1789479431346,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":6742,"timestamp":121952496415,"id":8274,"parentId":8263,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/mdast-util-to-markdown/lib/index.js","layer":"app-pages-browser"},"startTime":1789479431345,"traceId":"0b5cf6f8aba18709"}]
|
|
38
|
+
[{"name":"build-module-js","duration":7006,"timestamp":121952496863,"id":8276,"parentId":8263,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/mdast-util-to-markdown/lib/handle/index.js","layer":"app-pages-browser"},"startTime":1789479431346,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":23152,"timestamp":121952498683,"id":8279,"parentId":8272,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/entities/dist/esm/generated/decode-data-xml.js","layer":"app-pages-browser"},"startTime":1789479431348,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":28900,"timestamp":121952498439,"id":8278,"parentId":8272,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/entities/dist/esm/generated/decode-data-html.js","layer":"app-pages-browser"},"startTime":1789479431347,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":30011,"timestamp":121952498850,"id":8280,"parentId":8266,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/vfile-location/lib/index.js","layer":"app-pages-browser"},"startTime":1789479431348,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":12891,"timestamp":121952529332,"id":8281,"parentId":8274,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/mdast-util-to-markdown/lib/join.js","layer":"app-pages-browser"},"startTime":1789479431378,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":13721,"timestamp":121952529734,"id":8282,"parentId":8274,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/mdast-util-to-markdown/lib/configure.js","layer":"app-pages-browser"},"startTime":1789479431379,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":14773,"timestamp":121952529920,"id":8283,"parentId":8274,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/mdast-util-to-markdown/lib/unsafe.js","layer":"app-pages-browser"},"startTime":1789479431379,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":15220,"timestamp":121952530246,"id":8285,"parentId":8276,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/mdast-util-to-markdown/lib/handle/break.js","layer":"app-pages-browser"},"startTime":1789479431379,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":16513,"timestamp":121952530400,"id":8286,"parentId":8276,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/mdast-util-to-markdown/lib/handle/code.js","layer":"app-pages-browser"},"startTime":1789479431379,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":17500,"timestamp":121952530079,"id":8284,"parentId":8276,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/mdast-util-to-markdown/lib/handle/blockquote.js","layer":"app-pages-browser"},"startTime":1789479431379,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":18167,"timestamp":121952530545,"id":8287,"parentId":8276,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/mdast-util-to-markdown/lib/handle/definition.js","layer":"app-pages-browser"},"startTime":1789479431379,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":18875,"timestamp":121952530781,"id":8288,"parentId":8276,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/mdast-util-to-markdown/lib/handle/emphasis.js","layer":"app-pages-browser"},"startTime":1789479431380,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":19722,"timestamp":121952530954,"id":8289,"parentId":8276,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/mdast-util-to-markdown/lib/handle/heading.js","layer":"app-pages-browser"},"startTime":1789479431380,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":20013,"timestamp":121952531104,"id":8290,"parentId":8276,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/mdast-util-to-markdown/lib/handle/html.js","layer":"app-pages-browser"},"startTime":1789479431380,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":20692,"timestamp":121952531408,"id":8292,"parentId":8276,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/mdast-util-to-markdown/lib/handle/inline-code.js","layer":"app-pages-browser"},"startTime":1789479431380,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":21777,"timestamp":121952531254,"id":8291,"parentId":8276,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/mdast-util-to-markdown/lib/handle/image-reference.js","layer":"app-pages-browser"},"startTime":1789479431380,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":22525,"timestamp":121952531712,"id":8294,"parentId":8276,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/mdast-util-to-markdown/lib/handle/link.js","layer":"app-pages-browser"},"startTime":1789479431381,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":23737,"timestamp":121952531561,"id":8293,"parentId":8276,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/mdast-util-to-markdown/lib/handle/image.js","layer":"app-pages-browser"},"startTime":1789479431381,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":24259,"timestamp":121952531947,"id":8295,"parentId":8276,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/mdast-util-to-markdown/lib/handle/link-reference.js","layer":"app-pages-browser"},"startTime":1789479431381,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":25290,"timestamp":121952532148,"id":8296,"parentId":8276,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/mdast-util-to-markdown/lib/handle/list.js","layer":"app-pages-browser"},"startTime":1789479431381,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":25477,"timestamp":121952532460,"id":8298,"parentId":8276,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/mdast-util-to-markdown/lib/handle/paragraph.js","layer":"app-pages-browser"},"startTime":1789479431381,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":26584,"timestamp":121952532306,"id":8297,"parentId":8276,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/mdast-util-to-markdown/lib/handle/list-item.js","layer":"app-pages-browser"},"startTime":1789479431381,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":26954,"timestamp":121952532604,"id":8299,"parentId":8276,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/mdast-util-to-markdown/lib/handle/root.js","layer":"app-pages-browser"},"startTime":1789479431382,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":27639,"timestamp":121952532756,"id":8300,"parentId":8276,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/mdast-util-to-markdown/lib/handle/strong.js","layer":"app-pages-browser"},"startTime":1789479431382,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":27995,"timestamp":121952532974,"id":8301,"parentId":8276,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/mdast-util-to-markdown/lib/handle/text.js","layer":"app-pages-browser"},"startTime":1789479431382,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":29017,"timestamp":121952536582,"id":8302,"parentId":8276,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/mdast-util-to-markdown/lib/handle/thematic-break.js","layer":"app-pages-browser"},"startTime":1789479431386,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":30761,"timestamp":121952537783,"id":8303,"parentId":8274,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/mdast-util-to-markdown/lib/util/association.js","layer":"app-pages-browser"},"startTime":1789479431387,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":30726,"timestamp":121952538710,"id":8306,"parentId":8274,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/mdast-util-to-markdown/lib/util/container-flow.js","layer":"app-pages-browser"},"startTime":1789479431388,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":31953,"timestamp":121952538105,"id":8304,"parentId":8274,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/mdast-util-to-markdown/lib/util/compile-pattern.js","layer":"app-pages-browser"},"startTime":1789479431387,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":32900,"timestamp":121952538357,"id":8305,"parentId":8274,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/mdast-util-to-markdown/lib/util/container-phrasing.js","layer":"app-pages-browser"},"startTime":1789479431387,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":32959,"timestamp":121952538971,"id":8307,"parentId":8274,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/mdast-util-to-markdown/lib/util/indent-lines.js","layer":"app-pages-browser"},"startTime":1789479431388,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":34347,"timestamp":121952539216,"id":8308,"parentId":8274,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/mdast-util-to-markdown/lib/util/safe.js","layer":"app-pages-browser"},"startTime":1789479431388,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":45540,"timestamp":121952539451,"id":8309,"parentId":8274,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/mdast-util-to-markdown/lib/util/track.js","layer":"app-pages-browser"},"startTime":1789479431388,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":7274,"timestamp":121952586067,"id":8310,"parentId":8281,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/mdast-util-to-markdown/lib/util/format-code-as-indented.js","layer":"app-pages-browser"},"startTime":1789479431435,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":7654,"timestamp":121952586433,"id":8311,"parentId":8281,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/mdast-util-to-markdown/lib/util/format-heading-as-setext.js","layer":"app-pages-browser"},"startTime":1789479431435,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":8055,"timestamp":121952586710,"id":8312,"parentId":8285,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/mdast-util-to-markdown/lib/util/pattern-in-scope.js","layer":"app-pages-browser"},"startTime":1789479431436,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":8264,"timestamp":121952586959,"id":8313,"parentId":8286,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/mdast-util-to-markdown/lib/util/check-fence.js","layer":"app-pages-browser"},"startTime":1789479431436,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":8507,"timestamp":121952587199,"id":8314,"parentId":8288,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/mdast-util-to-markdown/lib/util/check-emphasis.js","layer":"app-pages-browser"},"startTime":1789479431436,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":8830,"timestamp":121952587428,"id":8315,"parentId":8287,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/mdast-util-to-markdown/lib/util/check-quote.js","layer":"app-pages-browser"},"startTime":1789479431436,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":9174,"timestamp":121952587597,"id":8316,"parentId":8288,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/mdast-util-to-markdown/lib/util/encode-character-reference.js","layer":"app-pages-browser"},"startTime":1789479431437,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":9673,"timestamp":121952587758,"id":8317,"parentId":8288,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/mdast-util-to-markdown/lib/util/encode-info.js","layer":"app-pages-browser"},"startTime":1789479431437,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":10247,"timestamp":121952587907,"id":8318,"parentId":8294,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/mdast-util-to-markdown/lib/util/format-link-as-autolink.js","layer":"app-pages-browser"},"startTime":1789479431437,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":10576,"timestamp":121952588081,"id":8319,"parentId":8296,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/mdast-util-to-markdown/lib/util/check-bullet.js","layer":"app-pages-browser"},"startTime":1789479431437,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":11021,"timestamp":121952588236,"id":8320,"parentId":8296,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/mdast-util-to-markdown/lib/util/check-bullet-other.js","layer":"app-pages-browser"},"startTime":1789479431437,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":11324,"timestamp":121952588390,"id":8321,"parentId":8296,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/mdast-util-to-markdown/lib/util/check-bullet-ordered.js","layer":"app-pages-browser"},"startTime":1789479431437,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":11595,"timestamp":121952588579,"id":8322,"parentId":8296,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/mdast-util-to-markdown/lib/util/check-rule.js","layer":"app-pages-browser"},"startTime":1789479431438,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":11902,"timestamp":121952588748,"id":8323,"parentId":8297,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/mdast-util-to-markdown/lib/util/check-list-item-indent.js","layer":"app-pages-browser"},"startTime":1789479431438,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":15141,"timestamp":121952588905,"id":8324,"parentId":8300,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/mdast-util-to-markdown/lib/util/check-strong.js","layer":"app-pages-browser"},"startTime":1789479431438,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":13751,"timestamp":121952591454,"id":8325,"parentId":8302,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/mdast-util-to-markdown/lib/util/check-rule-repetition.js","layer":"app-pages-browser"},"startTime":1789479431440,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":2196,"timestamp":121952606790,"id":8326,"parentId":8275,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/mdast-util-find-and-replace/node_modules/escape-string-regexp/index.js","layer":"app-pages-browser"},"startTime":1789479431456,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":1803,"timestamp":121952607903,"id":8327,"parentId":8299,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/mdast-util-phrasing/index.js","layer":"app-pages-browser"},"startTime":1789479431457,"traceId":"0b5cf6f8aba18709"},{"name":"build-module-js","duration":1242,"timestamp":121952610964,"id":8328,"parentId":8327,"tags":{"name":"/home/share/dev/agent-studio-deploy/node_modules/mdast-util-phrasing/lib/index.js","layer":"app-pages-browser"},"startTime":1789479431460,"traceId":"0b5cf6f8aba18709"},{"name":"add-entry","duration":15668439,"timestamp":121936945124,"id":4844,"parentId":4775,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Fshare%2Fdev%2Fagent-studio-deploy%2Fcomponents%2FAppShell.tsx%22%2C%22ids%22%3A%5B%22AppShell%22%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fshare%2Fdev%2Fagent-studio-deploy%2Fhooks%2FuseI18n.tsx%22%2C%22ids%22%3A%5B%22I18nProvider%22%5D%7D&server=false!"},"startTime":1789479415794,"traceId":"0b5cf6f8aba18709"},{"name":"make","duration":15672040,"timestamp":121936941982,"id":4775,"parentId":4774,"tags":{},"startTime":1789479415791,"traceId":"0b5cf6f8aba18709"},{"name":"chunk-graph","duration":123203,"timestamp":121953068022,"id":8330,"parentId":8329,"tags":{},"startTime":1789479431917,"traceId":"0b5cf6f8aba18709"},{"name":"optimize-modules","duration":57,"timestamp":121953191449,"id":8332,"parentId":8329,"tags":{},"startTime":1789479432040,"traceId":"0b5cf6f8aba18709"},{"name":"optimize-chunks","duration":97544,"timestamp":121953204491,"id":8334,"parentId":8329,"tags":{},"startTime":1789479432053,"traceId":"0b5cf6f8aba18709"},{"name":"optimize-tree","duration":356,"timestamp":121953302202,"id":8335,"parentId":8329,"tags":{},"startTime":1789479432151,"traceId":"0b5cf6f8aba18709"},{"name":"optimize-chunk-modules","duration":194515,"timestamp":121953302736,"id":8336,"parentId":8329,"tags":{},"startTime":1789479432152,"traceId":"0b5cf6f8aba18709"},{"name":"optimize","duration":306084,"timestamp":121953191350,"id":8331,"parentId":8329,"tags":{},"startTime":1789479432040,"traceId":"0b5cf6f8aba18709"},{"name":"module-hash","duration":123819,"timestamp":121953598209,"id":8337,"parentId":8329,"tags":{},"startTime":1789479432447,"traceId":"0b5cf6f8aba18709"},{"name":"code-generation","duration":2269483,"timestamp":121953722187,"id":8338,"parentId":8329,"tags":{},"startTime":1789479432571,"traceId":"0b5cf6f8aba18709"},{"name":"hash","duration":49201,"timestamp":121956001846,"id":8339,"parentId":8329,"tags":{},"startTime":1789479434851,"traceId":"0b5cf6f8aba18709"},{"name":"code-generation-jobs","duration":2205,"timestamp":121956051040,"id":8340,"parentId":8329,"tags":{},"startTime":1789479434900,"traceId":"0b5cf6f8aba18709"},{"name":"module-assets","duration":2645,"timestamp":121956052974,"id":8341,"parentId":8329,"tags":{},"startTime":1789479434902,"traceId":"0b5cf6f8aba18709"},{"name":"create-chunk-assets","duration":35502,"timestamp":121956055664,"id":8342,"parentId":8329,"tags":{},"startTime":1789479434905,"traceId":"0b5cf6f8aba18709"},{"name":"NextJsBuildManifest-generateClientManifest","duration":3181,"timestamp":121956105976,"id":8344,"parentId":4774,"tags":{},"startTime":1789479434955,"traceId":"0b5cf6f8aba18709"},{"name":"NextJsBuildManifest-createassets","duration":5218,"timestamp":121956103960,"id":8343,"parentId":4774,"tags":{},"startTime":1789479434953,"traceId":"0b5cf6f8aba18709"},{"name":"minify-js","duration":1301983,"timestamp":121956226493,"id":8347,"parentId":8345,"tags":{"name":"static/chunks/main-app-6dadd420504045ca.js","cache":"MISS"},"startTime":1789479435075,"traceId":"0b5cf6f8aba18709"},{"name":"minify-js","duration":1300987,"timestamp":121956227595,"id":8349,"parentId":8345,"tags":{"name":"static/chunks/app/_global-error/page-5051a4c4012f15f1.js","cache":"MISS"},"startTime":1789479435077,"traceId":"0b5cf6f8aba18709"},{"name":"minify-js","duration":1299818,"timestamp":121956228819,"id":8350,"parentId":8345,"tags":{"name":"static/chunks/next/dist/client/components/builtin/not-found-59dc1d9e397ca07b.js","cache":"MISS"},"startTime":1789479435078,"traceId":"0b5cf6f8aba18709"},{"name":"minify-js","duration":1301705,"timestamp":121956226980,"id":8348,"parentId":8345,"tags":{"name":"static/chunks/app/_not-found/page-3132aa8ee1f81c2e.js","cache":"MISS"},"startTime":1789479435076,"traceId":"0b5cf6f8aba18709"},{"name":"minify-js","duration":1298885,"timestamp":121956229846,"id":8351,"parentId":8345,"tags":{"name":"static/chunks/app/layout-e8b56e2e6d584b35.js","cache":"MISS"},"startTime":1789479435079,"traceId":"0b5cf6f8aba18709"},{"name":"minify-js","duration":1296694,"timestamp":121956232081,"id":8352,"parentId":8345,"tags":{"name":"static/chunks/next/dist/client/components/builtin/global-error-a6750a8997f7946d.js","cache":"MISS"},"startTime":1789479435081,"traceId":"0b5cf6f8aba18709"},{"name":"minify-js","duration":1296333,"timestamp":121956232483,"id":8353,"parentId":8345,"tags":{"name":"static/chunks/next/dist/client/components/builtin/forbidden-eeec17c696e7f745.js","cache":"MISS"},"startTime":1789479435081,"traceId":"0b5cf6f8aba18709"},{"name":"minify-js","duration":1295427,"timestamp":121956233440,"id":8354,"parentId":8345,"tags":{"name":"static/chunks/next/dist/client/components/builtin/unauthorized-ae4cc2665f6b936a.js","cache":"MISS"},"startTime":1789479435082,"traceId":"0b5cf6f8aba18709"},{"name":"minify-js","duration":1295306,"timestamp":121956233778,"id":8355,"parentId":8345,"tags":{"name":"static/chunks/next/dist/client/components/builtin/app-error-e0ac5f7d9c57cbab.js","cache":"MISS"},"startTime":1789479435083,"traceId":"0b5cf6f8aba18709"},{"name":"minify-js","duration":1294936,"timestamp":121956234232,"id":8356,"parentId":8345,"tags":{"name":"static/chunks/app/api/agent/[id]/bash-output/route-5f9db83e334951af.js","cache":"MISS"},"startTime":1789479435083,"traceId":"0b5cf6f8aba18709"},{"name":"minify-js","duration":1293978,"timestamp":121956235243,"id":8357,"parentId":8345,"tags":{"name":"static/chunks/app/api/agent/[id]/lease/route-e330f241209dd3d8.js","cache":"MISS"},"startTime":1789479435084,"traceId":"0b5cf6f8aba18709"},{"name":"minify-js","duration":1293757,"timestamp":121956235501,"id":8358,"parentId":8345,"tags":{"name":"static/chunks/app/api/agent/[id]/route-5291b65c14ce5e69.js","cache":"MISS"},"startTime":1789479435084,"traceId":"0b5cf6f8aba18709"},{"name":"minify-js","duration":1293041,"timestamp":121956236254,"id":8359,"parentId":8345,"tags":{"name":"static/chunks/app/api/cwd/browse/route-4b26f7edcbbb80a7.js","cache":"MISS"},"startTime":1789479435085,"traceId":"0b5cf6f8aba18709"},{"name":"minify-js","duration":1292830,"timestamp":121956236499,"id":8360,"parentId":8345,"tags":{"name":"static/chunks/app/api/cwd/mkdir/route-5d9cc80176c089e1.js","cache":"MISS"},"startTime":1789479435085,"traceId":"0b5cf6f8aba18709"},{"name":"minify-js","duration":1292667,"timestamp":121956236696,"id":8361,"parentId":8345,"tags":{"name":"static/chunks/app/api/cwd/validate/route-7ee17dc976b1debd.js","cache":"MISS"},"startTime":1789479435086,"traceId":"0b5cf6f8aba18709"},{"name":"minify-js","duration":1291925,"timestamp":121956237472,"id":8362,"parentId":8345,"tags":{"name":"static/chunks/app/api/default-cwd/route-507cdcef50ecb08e.js","cache":"MISS"},"startTime":1789479435086,"traceId":"0b5cf6f8aba18709"},{"name":"minify-js","duration":1291668,"timestamp":121956237766,"id":8363,"parentId":8345,"tags":{"name":"static/chunks/app/api/file-index/route-b13d17a0ca6d0424.js","cache":"MISS"},"startTime":1789479435087,"traceId":"0b5cf6f8aba18709"},{"name":"minify-js","duration":1291474,"timestamp":121956237992,"id":8364,"parentId":8345,"tags":{"name":"static/chunks/app/api/files/[...path]/route-3f57f18f211aa35e.js","cache":"MISS"},"startTime":1789479435087,"traceId":"0b5cf6f8aba18709"},{"name":"minify-js","duration":1291320,"timestamp":121956238187,"id":8365,"parentId":8345,"tags":{"name":"static/chunks/app/api/git/diff/route-acd27a0ca70adc1c.js","cache":"MISS"},"startTime":1789479435087,"traceId":"0b5cf6f8aba18709"},{"name":"minify-js","duration":1291166,"timestamp":121956238373,"id":8366,"parentId":8345,"tags":{"name":"static/chunks/app/api/git/status/route-de32bd08b53205c1.js","cache":"MISS"},"startTime":1789479435087,"traceId":"0b5cf6f8aba18709"},{"name":"minify-js","duration":1291028,"timestamp":121956238548,"id":8367,"parentId":8345,"tags":{"name":"static/chunks/app/api/home/route-143cf6e7967c3973.js","cache":"MISS"},"startTime":1789479435087,"traceId":"0b5cf6f8aba18709"},{"name":"minify-js","duration":1290698,"timestamp":121956238912,"id":8369,"parentId":8345,"tags":{"name":"static/chunks/app/api/sessions/[id]/context/route-ac1cc57cdb175d84.js","cache":"MISS"},"startTime":1789479435088,"traceId":"0b5cf6f8aba18709"},{"name":"minify-js","duration":1290563,"timestamp":121956239080,"id":8370,"parentId":8345,"tags":{"name":"static/chunks/app/api/sessions/[id]/entries/[entryId]/thinking/route-f1bac6826abc6e80.js","cache":"MISS"},"startTime":1789479435088,"traceId":"0b5cf6f8aba18709"},{"name":"minify-js","duration":1290429,"timestamp":121956239246,"id":8371,"parentId":8345,"tags":{"name":"static/chunks/app/api/sessions/[id]/entries/[entryId]/tool-result-image/route-8eb324e1b94174de.js","cache":"MISS"},"startTime":1789479435088,"traceId":"0b5cf6f8aba18709"},{"name":"minify-js","duration":1290292,"timestamp":121956239416,"id":8372,"parentId":8345,"tags":{"name":"static/chunks/app/api/sessions/[id]/state/route-95656949309388ef.js","cache":"MISS"},"startTime":1789479435088,"traceId":"0b5cf6f8aba18709"},{"name":"minify-js","duration":1290149,"timestamp":121956239589,"id":8373,"parentId":8345,"tags":{"name":"static/chunks/app/api/worktrees/route-042876c8db8d3256.js","cache":"MISS"},"startTime":1789479435089,"traceId":"0b5cf6f8aba18709"},{"name":"minify-js","duration":1289997,"timestamp":121956239773,"id":8374,"parentId":8345,"tags":{"name":"static/chunks/app/manifest.webmanifest/route-e2fd12c733cff384.js","cache":"MISS"},"startTime":1789479435089,"traceId":"0b5cf6f8aba18709"},{"name":"minify-js","duration":1289858,"timestamp":121956239945,"id":8375,"parentId":8345,"tags":{"name":"static/chunks/app/api/agent/[id]/events/route-011343c9a63100de.js","cache":"MISS"},"startTime":1789479435089,"traceId":"0b5cf6f8aba18709"},{"name":"minify-js","duration":1289699,"timestamp":121956240136,"id":8376,"parentId":8345,"tags":{"name":"static/chunks/app/api/agent/running/route-8a434a43e1c5818a.js","cache":"MISS"},"startTime":1789479435089,"traceId":"0b5cf6f8aba18709"},{"name":"minify-js","duration":1289562,"timestamp":121956240305,"id":8377,"parentId":8345,"tags":{"name":"static/chunks/app/api/agent/new/route-0d8c53dbe4bd32bc.js","cache":"MISS"},"startTime":1789479435089,"traceId":"0b5cf6f8aba18709"},{"name":"minify-js","duration":1291170,"timestamp":121956238727,"id":8368,"parentId":8345,"tags":{"name":"static/chunks/app/api/sessions/[id]/auto-name/route-038d19ff1eed0fc0.js","cache":"MISS"},"startTime":1789479435088,"traceId":"0b5cf6f8aba18709"},{"name":"minify-js","duration":1289280,"timestamp":121956240649,"id":8379,"parentId":8345,"tags":{"name":"static/chunks/app/api/auth/api-key/[provider]/route-d98c18cf3b805572.js","cache":"MISS"},"startTime":1789479435090,"traceId":"0b5cf6f8aba18709"},{"name":"minify-js","duration":1288954,"timestamp":121956241006,"id":8381,"parentId":8345,"tags":{"name":"static/chunks/app/api/auth/providers/route-ae954bf09dc3a997.js","cache":"MISS"},"startTime":1789479435090,"traceId":"0b5cf6f8aba18709"}]
|
|
39
|
+
[{"name":"minify-js","duration":1289168,"timestamp":121956240826,"id":8380,"parentId":8345,"tags":{"name":"static/chunks/app/api/auth/logout/[provider]/route-4682c3960b3e9e6f.js","cache":"MISS"},"startTime":1789479435090,"traceId":"0b5cf6f8aba18709"},{"name":"minify-js","duration":1288838,"timestamp":121956241185,"id":8382,"parentId":8345,"tags":{"name":"static/chunks/app/api/auth/login/[provider]/route-6706545efcfa6bd0.js","cache":"MISS"},"startTime":1789479435090,"traceId":"0b5cf6f8aba18709"},{"name":"minify-js","duration":1288692,"timestamp":121956241361,"id":8383,"parentId":8345,"tags":{"name":"static/chunks/app/api/models-config/catalog/route-02f0d178e7b6a30f.js","cache":"MISS"},"startTime":1789479435090,"traceId":"0b5cf6f8aba18709"},{"name":"minify-js","duration":1288542,"timestamp":121956241545,"id":8384,"parentId":8345,"tags":{"name":"static/chunks/app/api/models-config/route-f30a2bb1651072e8.js","cache":"MISS"},"startTime":1789479435090,"traceId":"0b5cf6f8aba18709"},{"name":"minify-js","duration":1288400,"timestamp":121956241718,"id":8385,"parentId":8345,"tags":{"name":"static/chunks/app/api/models-config/discover/route-b27b110ef58cbb85.js","cache":"MISS"},"startTime":1789479435091,"traceId":"0b5cf6f8aba18709"},{"name":"minify-js","duration":1288255,"timestamp":121956241893,"id":8386,"parentId":8345,"tags":{"name":"static/chunks/app/api/models-config/test/route-32bbbbbeac7e44ba.js","cache":"MISS"},"startTime":1789479435091,"traceId":"0b5cf6f8aba18709"},{"name":"minify-js","duration":1288102,"timestamp":121956242076,"id":8387,"parentId":8345,"tags":{"name":"static/chunks/app/api/models/route-d4837689bdd8fc1c.js","cache":"MISS"},"startTime":1789479435091,"traceId":"0b5cf6f8aba18709"},{"name":"minify-js","duration":1287962,"timestamp":121956242247,"id":8388,"parentId":8345,"tags":{"name":"static/chunks/app/api/plugins/check/route-043b07a1514c79fe.js","cache":"MISS"},"startTime":1789479435091,"traceId":"0b5cf6f8aba18709"},{"name":"minify-js","duration":1287816,"timestamp":121956242424,"id":8389,"parentId":8345,"tags":{"name":"static/chunks/app/api/provider-usage/query/route-bfdd36ca7a2c7835.js","cache":"MISS"},"startTime":1789479435091,"traceId":"0b5cf6f8aba18709"},{"name":"minify-js","duration":1287683,"timestamp":121956242589,"id":8390,"parentId":8345,"tags":{"name":"static/chunks/app/api/project-trust/route-521a282d7ed9efcb.js","cache":"MISS"},"startTime":1789479435092,"traceId":"0b5cf6f8aba18709"},{"name":"minify-js","duration":1287555,"timestamp":121956242751,"id":8391,"parentId":8345,"tags":{"name":"static/chunks/app/api/push/config/route-797654536666fe12.js","cache":"MISS"},"startTime":1789479435092,"traceId":"0b5cf6f8aba18709"},{"name":"minify-js","duration":1287422,"timestamp":121956242919,"id":8392,"parentId":8345,"tags":{"name":"static/chunks/app/api/push/subscribe/route-326efbb8d7f85146.js","cache":"MISS"},"startTime":1789479435092,"traceId":"0b5cf6f8aba18709"},{"name":"minify-js","duration":1287278,"timestamp":121956243094,"id":8393,"parentId":8345,"tags":{"name":"static/chunks/app/api/plugins/route-71787d56df204db5.js","cache":"MISS"},"startTime":1789479435092,"traceId":"0b5cf6f8aba18709"},{"name":"minify-js","duration":1287126,"timestamp":121956243276,"id":8394,"parentId":8345,"tags":{"name":"static/chunks/app/api/sessions/route-27ee0aeca48de369.js","cache":"MISS"},"startTime":1789479435092,"traceId":"0b5cf6f8aba18709"},{"name":"minify-js","duration":1286989,"timestamp":121956243444,"id":8395,"parentId":8345,"tags":{"name":"static/chunks/app/api/sessions/[id]/export/route-775bdb90c87a1ee6.js","cache":"MISS"},"startTime":1789479435092,"traceId":"0b5cf6f8aba18709"},{"name":"minify-js","duration":1286852,"timestamp":121956243612,"id":8396,"parentId":8345,"tags":{"name":"static/chunks/app/api/sessions/search/route-9638e9c463321e19.js","cache":"MISS"},"startTime":1789479435093,"traceId":"0b5cf6f8aba18709"},{"name":"minify-js","duration":1286708,"timestamp":121956243788,"id":8397,"parentId":8345,"tags":{"name":"static/chunks/app/api/skills/check/route-b9d7b6ec4b68646e.js","cache":"MISS"},"startTime":1789479435093,"traceId":"0b5cf6f8aba18709"},{"name":"minify-js","duration":1286584,"timestamp":121956243956,"id":8398,"parentId":8345,"tags":{"name":"static/chunks/app/api/skills/install/route-b4ab522ea07fba0f.js","cache":"MISS"},"startTime":1789479435093,"traceId":"0b5cf6f8aba18709"},{"name":"minify-js","duration":1286231,"timestamp":121956244343,"id":8400,"parentId":8345,"tags":{"name":"static/chunks/app/api/sessions/[id]/route-5d97f3addd0e1538.js","cache":"MISS"},"startTime":1789479435093,"traceId":"0b5cf6f8aba18709"},{"name":"minify-js","duration":1286450,"timestamp":121956244160,"id":8399,"parentId":8345,"tags":{"name":"static/chunks/app/api/skills/route-763bf5c570b44522.js","cache":"MISS"},"startTime":1789479435093,"traceId":"0b5cf6f8aba18709"},{"name":"minify-js","duration":1286128,"timestamp":121956244512,"id":8401,"parentId":8345,"tags":{"name":"static/chunks/app/api/skills/update/route-7293e9f2ba8e0d8a.js","cache":"MISS"},"startTime":1789479435093,"traceId":"0b5cf6f8aba18709"},{"name":"minify-js","duration":1285989,"timestamp":121956244683,"id":8402,"parentId":8345,"tags":{"name":"static/chunks/app/api/subagents/[id]/route-d14d18bc1836d33d.js","cache":"MISS"},"startTime":1789479435094,"traceId":"0b5cf6f8aba18709"},{"name":"minify-js","duration":1285840,"timestamp":121956244861,"id":8403,"parentId":8345,"tags":{"name":"static/chunks/app/api/skills/search/route-09ce8f9200e4e130.js","cache":"MISS"},"startTime":1789479435094,"traceId":"0b5cf6f8aba18709"},{"name":"minify-js","duration":1285688,"timestamp":121956245045,"id":8404,"parentId":8345,"tags":{"name":"static/chunks/app/api/subagents/settings/route-125e892deb8b72bd.js","cache":"MISS"},"startTime":1789479435094,"traceId":"0b5cf6f8aba18709"},{"name":"minify-js","duration":1285546,"timestamp":121956245218,"id":8405,"parentId":8345,"tags":{"name":"static/chunks/app/api/subagents/profiles/route-ee2193cad0c9e992.js","cache":"MISS"},"startTime":1789479435094,"traceId":"0b5cf6f8aba18709"},{"name":"minify-js","duration":1285407,"timestamp":121956245393,"id":8406,"parentId":8345,"tags":{"name":"static/chunks/app/api/terminal/[id]/events/route-6ae96fe04a320b8f.js","cache":"MISS"},"startTime":1789479435094,"traceId":"0b5cf6f8aba18709"},{"name":"minify-js","duration":1285091,"timestamp":121956245740,"id":8408,"parentId":8345,"tags":{"name":"static/chunks/app/api/terminal/route-cf60a07d0d9b5665.js","cache":"MISS"},"startTime":1789479435095,"traceId":"0b5cf6f8aba18709"},{"name":"minify-js","duration":1284839,"timestamp":121956246023,"id":8409,"parentId":8345,"tags":{"name":"static/chunks/app/api/tools/settings/route-3b3457b09d80b624.js","cache":"MISS"},"startTime":1789479435095,"traceId":"0b5cf6f8aba18709"},{"name":"minify-js","duration":1284687,"timestamp":121956246224,"id":8410,"parentId":8345,"tags":{"name":"static/chunks/app/api/web-auth/route-69106df945a7e620.js","cache":"MISS"},"startTime":1789479435095,"traceId":"0b5cf6f8aba18709"},{"name":"minify-js","duration":1284547,"timestamp":121956246398,"id":8411,"parentId":8345,"tags":{"name":"static/chunks/app/dashboard/page-58f56aadef6e031f.js","cache":"MISS"},"startTime":1789479435095,"traceId":"0b5cf6f8aba18709"},{"name":"minify-js","duration":1284069,"timestamp":121956246909,"id":8412,"parentId":8345,"tags":{"name":"static/chunks/app/login/page-eca7bbcd79733f9d.js","cache":"MISS"},"startTime":1789479435096,"traceId":"0b5cf6f8aba18709"},{"name":"minify-js","duration":1285442,"timestamp":121956245566,"id":8407,"parentId":8345,"tags":{"name":"static/chunks/app/api/terminal/[id]/route-6cd3304efd94538e.js","cache":"MISS"},"startTime":1789479435095,"traceId":"0b5cf6f8aba18709"},{"name":"minify-js","duration":1290572,"timestamp":121956240469,"id":8378,"parentId":8345,"tags":{"name":"static/chunks/app/api/app-update/route-534a845d97b286a6.js","cache":"MISS"},"startTime":1789479435089,"traceId":"0b5cf6f8aba18709"},{"name":"minify-js","duration":1222595,"timestamp":121956308480,"id":8414,"parentId":8345,"tags":{"name":"static/chunks/webpack-eaec927c49376971.js","cache":"MISS"},"startTime":1789479435157,"traceId":"0b5cf6f8aba18709"},{"name":"minify-js","duration":1331231,"timestamp":121956200813,"id":8346,"parentId":8345,"tags":{"name":"static/chunks/main-fddf5f6c33492b0d.js","cache":"MISS"},"startTime":1789479435050,"traceId":"0b5cf6f8aba18709"},{"name":"minify-js","duration":1152053,"timestamp":121956380055,"id":8417,"parentId":8345,"tags":{"name":"static/chunks/1781.35ff183dd90c9372.js","cache":"MISS"},"startTime":1789479435229,"traceId":"0b5cf6f8aba18709"},{"name":"minify-js","duration":1151673,"timestamp":121956380474,"id":8418,"parentId":8345,"tags":{"name":"static/chunks/973.e3ba209806c802cb.js","cache":"MISS"},"startTime":1789479435229,"traceId":"0b5cf6f8aba18709"},{"name":"minify-js","duration":1151305,"timestamp":121956380886,"id":8419,"parentId":8345,"tags":{"name":"static/chunks/268.fee88013d446373e.js","cache":"MISS"},"startTime":1789479435230,"traceId":"0b5cf6f8aba18709"},{"name":"minify-js","duration":1149438,"timestamp":121956382801,"id":8420,"parentId":8345,"tags":{"name":"static/chunks/7331.f0bb69f039f8f4cc.js","cache":"MISS"},"startTime":1789479435232,"traceId":"0b5cf6f8aba18709"},{"name":"minify-js","duration":1165428,"timestamp":121956366875,"id":8416,"parentId":8345,"tags":{"name":"static/chunks/8200.dfbabf49e8c67093.js","cache":"MISS"},"startTime":1789479435216,"traceId":"0b5cf6f8aba18709"},{"name":"minify-js","duration":1143317,"timestamp":121956389020,"id":8422,"parentId":8345,"tags":{"name":"static/chunks/4970.f9a7b5eef0e90a7b.js","cache":"MISS"},"startTime":1789479435238,"traceId":"0b5cf6f8aba18709"},{"name":"minify-js","duration":1142985,"timestamp":121956389386,"id":8423,"parentId":8345,"tags":{"name":"static/chunks/3995.66e995f54233b54d.js","cache":"MISS"},"startTime":1789479435238,"traceId":"0b5cf6f8aba18709"},{"name":"minify-js","duration":1146795,"timestamp":121956385630,"id":8421,"parentId":8345,"tags":{"name":"static/chunks/4405.dcde268fbece4c48.js","cache":"MISS"},"startTime":1789479435235,"traceId":"0b5cf6f8aba18709"},{"name":"minify-js","duration":1128130,"timestamp":121956404348,"id":8425,"parentId":8345,"tags":{"name":"static/chunks/3716.0d2a56d29f9eead4.js","cache":"MISS"},"startTime":1789479435253,"traceId":"0b5cf6f8aba18709"},{"name":"minify-js","duration":1142249,"timestamp":121956390420,"id":8424,"parentId":8345,"tags":{"name":"static/chunks/3336.8a04b2fc6f9e93ae.js","cache":"MISS"},"startTime":1789479435239,"traceId":"0b5cf6f8aba18709"},{"name":"minify-js","duration":1123696,"timestamp":121956409009,"id":8427,"parentId":8345,"tags":{"name":"static/chunks/1063.cc5f97bab5c21ba8.js","cache":"MISS"},"startTime":1789479435258,"traceId":"0b5cf6f8aba18709"},{"name":"minify-js","duration":1123359,"timestamp":121956409379,"id":8428,"parentId":8345,"tags":{"name":"static/chunks/3251.e79b29db7f8f131f.js","cache":"MISS"},"startTime":1789479435258,"traceId":"0b5cf6f8aba18709"},{"name":"minify-js","duration":1123108,"timestamp":121956409664,"id":8429,"parentId":8345,"tags":{"name":"static/chunks/6654.3f20582e8945ce1a.js","cache":"MISS"},"startTime":1789479435259,"traceId":"0b5cf6f8aba18709"},{"name":"minify-js","duration":1122885,"timestamp":121956409925,"id":8430,"parentId":8345,"tags":{"name":"static/chunks/1032.36a04721ce222ee1.js","cache":"MISS"},"startTime":1789479435259,"traceId":"0b5cf6f8aba18709"},{"name":"minify-js","duration":1121681,"timestamp":121956411160,"id":8431,"parentId":8345,"tags":{"name":"static/chunks/1708.16005710f860f985.js","cache":"MISS"},"startTime":1789479435260,"traceId":"0b5cf6f8aba18709"},{"name":"minify-js","duration":1125720,"timestamp":121956407167,"id":8426,"parentId":8345,"tags":{"name":"static/chunks/8885.7e5391cbe918a4ba.js","cache":"MISS"},"startTime":1789479435256,"traceId":"0b5cf6f8aba18709"},{"name":"minify-js","duration":1121446,"timestamp":121956411487,"id":8432,"parentId":8345,"tags":{"name":"static/chunks/9698.5de34d2203c9677b.js","cache":"MISS"},"startTime":1789479435260,"traceId":"0b5cf6f8aba18709"},{"name":"minify-js","duration":1105806,"timestamp":121956427174,"id":8434,"parentId":8345,"tags":{"name":"static/chunks/2695.b9d1b50932f1a8ac.js","cache":"MISS"},"startTime":1789479435276,"traceId":"0b5cf6f8aba18709"},{"name":"minify-js","duration":1104016,"timestamp":121956429006,"id":8435,"parentId":8345,"tags":{"name":"static/chunks/6794.fc3e4bce7fbefc6f.js","cache":"MISS"},"startTime":1789479435278,"traceId":"0b5cf6f8aba18709"},{"name":"minify-js","duration":1108121,"timestamp":121956424946,"id":8433,"parentId":8345,"tags":{"name":"static/chunks/918.96cbb8adb85496b9.js","cache":"MISS"},"startTime":1789479435274,"traceId":"0b5cf6f8aba18709"},{"name":"minify-js","duration":1100243,"timestamp":121956432862,"id":8437,"parentId":8345,"tags":{"name":"static/chunks/2480.46a5872944a0d0a5.js","cache":"MISS"},"startTime":1789479435282,"traceId":"0b5cf6f8aba18709"},{"name":"minify-js","duration":1099675,"timestamp":121956433465,"id":8438,"parentId":8345,"tags":{"name":"static/chunks/2539.ee753de41333c1b7.js","cache":"MISS"},"startTime":1789479435282,"traceId":"0b5cf6f8aba18709"},{"name":"minify-js","duration":1102601,"timestamp":121956430580,"id":8436,"parentId":8345,"tags":{"name":"static/chunks/9974.67578d0e27bad830.js","cache":"MISS"},"startTime":1789479435280,"traceId":"0b5cf6f8aba18709"},{"name":"minify-js","duration":1081850,"timestamp":121956451406,"id":8440,"parentId":8345,"tags":{"name":"static/chunks/5681.6fd0327614100098.js","cache":"MISS"},"startTime":1789479435300,"traceId":"0b5cf6f8aba18709"},{"name":"minify-js","duration":1099164,"timestamp":121956434158,"id":8439,"parentId":8345,"tags":{"name":"static/chunks/4238.b458c3d5812fcf1d.js","cache":"MISS"},"startTime":1789479435283,"traceId":"0b5cf6f8aba18709"},{"name":"minify-js","duration":1059088,"timestamp":121956474272,"id":8442,"parentId":8345,"tags":{"name":"static/chunks/2181.71f6bd63cca79dac.js","cache":"MISS"},"startTime":1789479435323,"traceId":"0b5cf6f8aba18709"},{"name":"minify-js","duration":1057957,"timestamp":121956475444,"id":8443,"parentId":8345,"tags":{"name":"static/chunks/9614.584b8bbb3d98779f.js","cache":"MISS"},"startTime":1789479435324,"traceId":"0b5cf6f8aba18709"},{"name":"minify-js","duration":1081418,"timestamp":121956452317,"id":8441,"parentId":8345,"tags":{"name":"static/chunks/2703.0753f4916dafda0a.js","cache":"MISS"},"startTime":1789479435301,"traceId":"0b5cf6f8aba18709"},{"name":"minify-js","duration":1052999,"timestamp":121956480833,"id":8445,"parentId":8345,"tags":{"name":"static/chunks/6195.12a53c5c7b4da7ad.js","cache":"MISS"},"startTime":1789479435330,"traceId":"0b5cf6f8aba18709"},{"name":"minify-js","duration":969417,"timestamp":121956564463,"id":8446,"parentId":8345,"tags":{"name":"static/chunks/398.a0403ee445b2377c.js","cache":"MISS"},"startTime":1789479435413,"traceId":"0b5cf6f8aba18709"},{"name":"minify-js","duration":967829,"timestamp":121956566128,"id":8447,"parentId":8345,"tags":{"name":"static/chunks/9764.6fde4e1d90caa765.js","cache":"MISS"},"startTime":1789479435415,"traceId":"0b5cf6f8aba18709"},{"name":"minify-js","duration":966883,"timestamp":121956567110,"id":8448,"parentId":8345,"tags":{"name":"static/chunks/2258.e4a37ddd6d27fa11.js","cache":"MISS"},"startTime":1789479435416,"traceId":"0b5cf6f8aba18709"},{"name":"minify-js","duration":966488,"timestamp":121956567540,"id":8449,"parentId":8345,"tags":{"name":"static/chunks/6161.bfe6f0247adda935.js","cache":"MISS"},"startTime":1789479435416,"traceId":"0b5cf6f8aba18709"},{"name":"minify-js","duration":966069,"timestamp":121956567998,"id":8450,"parentId":8345,"tags":{"name":"static/chunks/5137.fe9802092251bc88.js","cache":"MISS"},"startTime":1789479435417,"traceId":"0b5cf6f8aba18709"},{"name":"minify-js","duration":975651,"timestamp":121956568412,"id":8451,"parentId":8345,"tags":{"name":"static/chunks/8901.762e8676411f43eb.js","cache":"MISS"},"startTime":1789479435417,"traceId":"0b5cf6f8aba18709"},{"name":"minify-js","duration":975375,"timestamp":121956568827,"id":8452,"parentId":8345,"tags":{"name":"static/chunks/7268.3447bd4cce7521c7.js","cache":"MISS"},"startTime":1789479435418,"traceId":"0b5cf6f8aba18709"},{"name":"minify-js","duration":974458,"timestamp":121956569809,"id":8453,"parentId":8345,"tags":{"name":"static/chunks/2619.07e7a9281c9b8763.js","cache":"MISS"},"startTime":1789479435419,"traceId":"0b5cf6f8aba18709"},{"name":"minify-js","duration":1067542,"timestamp":121956476787,"id":8444,"parentId":8345,"tags":{"name":"static/chunks/2356.f61da4ece26c3a84.js","cache":"MISS"},"startTime":1789479435326,"traceId":"0b5cf6f8aba18709"},{"name":"minify-js","duration":939990,"timestamp":121956604379,"id":8455,"parentId":8345,"tags":{"name":"static/chunks/869.840106abaec6e833.js","cache":"MISS"},"startTime":1789479435453,"traceId":"0b5cf6f8aba18709"},{"name":"minify-js","duration":939131,"timestamp":121956605271,"id":8456,"parentId":8345,"tags":{"name":"static/chunks/9705.47472fa13d864129.js","cache":"MISS"},"startTime":1789479435454,"traceId":"0b5cf6f8aba18709"},{"name":"minify-js","duration":938757,"timestamp":121956605678,"id":8457,"parentId":8345,"tags":{"name":"static/chunks/4424.b7d00b28c24a2bc3.js","cache":"MISS"},"startTime":1789479435455,"traceId":"0b5cf6f8aba18709"},{"name":"minify-js","duration":938552,"timestamp":121956605917,"id":8458,"parentId":8345,"tags":{"name":"static/chunks/5020.3d5d2d88202eba03.js","cache":"MISS"},"startTime":1789479435455,"traceId":"0b5cf6f8aba18709"},{"name":"minify-js","duration":938373,"timestamp":121956606128,"id":8459,"parentId":8345,"tags":{"name":"static/chunks/4866.9947111571c3418a.js","cache":"MISS"},"startTime":1789479435455,"traceId":"0b5cf6f8aba18709"},{"name":"minify-js","duration":936360,"timestamp":121956608174,"id":8460,"parentId":8345,"tags":{"name":"static/chunks/9522.2be05ff4f8cee94e.js","cache":"MISS"},"startTime":1789479435457,"traceId":"0b5cf6f8aba18709"},{"name":"minify-js","duration":936137,"timestamp":121956608430,"id":8461,"parentId":8345,"tags":{"name":"static/chunks/5361.7ed05e8056cfd2ab.js","cache":"MISS"},"startTime":1789479435457,"traceId":"0b5cf6f8aba18709"},{"name":"minify-js","duration":935971,"timestamp":121956608628,"id":8462,"parentId":8345,"tags":{"name":"static/chunks/2418.e26235dcf13ada35.js","cache":"MISS"},"startTime":1789479435458,"traceId":"0b5cf6f8aba18709"},{"name":"minify-js","duration":935817,"timestamp":121956608814,"id":8463,"parentId":8345,"tags":{"name":"static/chunks/5242.9ef3f7326060944b.js","cache":"MISS"},"startTime":1789479435458,"traceId":"0b5cf6f8aba18709"},{"name":"minify-js","duration":920227,"timestamp":121956624436,"id":8464,"parentId":8345,"tags":{"name":"static/chunks/2081.5eb9e28649ca2ac1.js","cache":"MISS"},"startTime":1789479435473,"traceId":"0b5cf6f8aba18709"},{"name":"minify-js","duration":920003,"timestamp":121956624692,"id":8465,"parentId":8345,"tags":{"name":"static/chunks/1327.fe7c2796260098c7.js","cache":"MISS"},"startTime":1789479435474,"traceId":"0b5cf6f8aba18709"},{"name":"minify-js","duration":919829,"timestamp":121956624899,"id":8466,"parentId":8345,"tags":{"name":"static/chunks/6294.4387d659c554b7f5.js","cache":"MISS"},"startTime":1789479435474,"traceId":"0b5cf6f8aba18709"},{"name":"minify-js","duration":919659,"timestamp":121956625102,"id":8467,"parentId":8345,"tags":{"name":"static/chunks/7543.fe1c6f4f97516c8e.js","cache":"MISS"},"startTime":1789479435474,"traceId":"0b5cf6f8aba18709"},{"name":"minify-js","duration":914276,"timestamp":121956630529,"id":8468,"parentId":8345,"tags":{"name":"static/chunks/934.78dd778c1714ad1a.js","cache":"MISS"},"startTime":1789479435479,"traceId":"0b5cf6f8aba18709"},{"name":"minify-js","duration":914060,"timestamp":121956630776,"id":8469,"parentId":8345,"tags":{"name":"static/chunks/5521.e61adb9ec4d6d00d.js","cache":"MISS"},"startTime":1789479435480,"traceId":"0b5cf6f8aba18709"},{"name":"minify-js","duration":913886,"timestamp":121956630982,"id":8470,"parentId":8345,"tags":{"name":"static/chunks/9793.e166c59e945c2fdc.js","cache":"MISS"},"startTime":1789479435480,"traceId":"0b5cf6f8aba18709"},{"name":"minify-js","duration":1301429,"timestamp":121956247344,"id":8413,"parentId":8345,"tags":{"name":"static/chunks/app/page-29a424df88da9243.js","cache":"MISS"},"startTime":1789479435096,"traceId":"0b5cf6f8aba18709"},{"name":"minify-js","duration":1241840,"timestamp":121956308994,"id":8415,"parentId":8345,"tags":{"name":"static/chunks/3308.4da37344a331e518.js","cache":"MISS"},"startTime":1789479435158,"traceId":"0b5cf6f8aba18709"},{"name":"minify-js","duration":980636,"timestamp":121956570310,"id":8454,"parentId":8345,"tags":{"name":"static/chunks/370.024830bd4370ec11.js","cache":"MISS"},"startTime":1789479435419,"traceId":"0b5cf6f8aba18709"},{"name":"minify-js","duration":967282,"timestamp":121956648227,"id":8471,"parentId":8345,"tags":{"name":"static/chunks/framework-a62d942fa034257f.js","cache":"MISS"},"startTime":1789479435497,"traceId":"0b5cf6f8aba18709"},{"name":"minify-js","duration":663349,"timestamp":121957073712,"id":8474,"parentId":8345,"tags":{"name":"static/chunks/db9d41be.2e2d7df083daeb6f.js","cache":"MISS"},"startTime":1789479435923,"traceId":"0b5cf6f8aba18709"},{"name":"minify-js","duration":674427,"timestamp":121957083474,"id":8475,"parentId":8345,"tags":{"name":"static/chunks/1ba63609.1596555111454be6.js","cache":"MISS"},"startTime":1789479435932,"traceId":"0b5cf6f8aba18709"},{"name":"minify-js","duration":813228,"timestamp":121957090420,"id":8476,"parentId":8345,"tags":{"name":"static/chunks/993e5495.2f4c557231e3e3e6.js","cache":"MISS"},"startTime":1789479435939,"traceId":"0b5cf6f8aba18709"},{"name":"minify-js","duration":807167,"timestamp":121957097063,"id":8477,"parentId":8345,"tags":{"name":"static/chunks/bf2ff291.807c6cc5b38a832c.js","cache":"MISS"},"startTime":1789479435946,"traceId":"0b5cf6f8aba18709"},{"name":"minify-js","duration":1099074,"timestamp":121956922059,"id":8472,"parentId":8345,"tags":{"name":"static/chunks/da12927c.54cdf2e5bc004074.js","cache":"MISS"},"startTime":1789479435771,"traceId":"0b5cf6f8aba18709"},{"name":"minify-js","duration":1076447,"timestamp":121957039170,"id":8473,"parentId":8345,"tags":{"name":"static/chunks/90542734.6290e702e48a2c44.js","cache":"MISS"},"startTime":1789479435888,"traceId":"0b5cf6f8aba18709"},{"name":"minify-js","duration":991611,"timestamp":121957140523,"id":8481,"parentId":8345,"tags":{"name":"static/chunks/8863.6980bc558872a500.js","cache":"MISS"},"startTime":1789479435989,"traceId":"0b5cf6f8aba18709"},{"name":"minify-js","duration":1045321,"timestamp":121957143434,"id":8482,"parentId":8345,"tags":{"name":"static/chunks/2821.323097e420e96934.js","cache":"MISS"},"startTime":1789479435992,"traceId":"0b5cf6f8aba18709"}]
|
|
40
|
+
[{"name":"minify-js","duration":1090685,"timestamp":121957105826,"id":8478,"parentId":8345,"tags":{"name":"static/chunks/d3ac728e-421ff1da0e379d81.js","cache":"MISS"},"startTime":1789479435955,"traceId":"0b5cf6f8aba18709"},{"name":"minify-js","duration":1049695,"timestamp":121957154497,"id":8483,"parentId":8345,"tags":{"name":"static/chunks/5526.c41526e0bf35b68b.js","cache":"MISS"},"startTime":1789479436003,"traceId":"0b5cf6f8aba18709"},{"name":"minify-js","duration":1052108,"timestamp":121957155655,"id":8484,"parentId":8345,"tags":{"name":"static/chunks/2325.62edae118c41064b.js","cache":"MISS"},"startTime":1789479436005,"traceId":"0b5cf6f8aba18709"},{"name":"minify-js","duration":1160603,"timestamp":121957122403,"id":8479,"parentId":8345,"tags":{"name":"static/chunks/e868780c-b03bb6d46556f1ff.js","cache":"MISS"},"startTime":1789479435971,"traceId":"0b5cf6f8aba18709"},{"name":"minify-js","duration":1118809,"timestamp":121957167324,"id":8486,"parentId":8345,"tags":{"name":"static/chunks/4004.b60184f2c294cab0.js","cache":"MISS"},"startTime":1789479436016,"traceId":"0b5cf6f8aba18709"},{"name":"minify-js","duration":1129757,"timestamp":121957157917,"id":8485,"parentId":8345,"tags":{"name":"static/chunks/6121.e710dd84dec3a143.js","cache":"MISS"},"startTime":1789479436007,"traceId":"0b5cf6f8aba18709"},{"name":"minify-js","duration":1130596,"timestamp":121957177332,"id":8489,"parentId":8345,"tags":{"name":"static/chunks/5772-20d4577df4bad288.js","cache":"MISS"},"startTime":1789479436026,"traceId":"0b5cf6f8aba18709"},{"name":"minify-js","duration":1139362,"timestamp":121957179418,"id":8490,"parentId":8345,"tags":{"name":"static/chunks/7256.8a12c60472944a8a.js","cache":"MISS"},"startTime":1789479436028,"traceId":"0b5cf6f8aba18709"},{"name":"minify-js","duration":1161778,"timestamp":121957174382,"id":8488,"parentId":8345,"tags":{"name":"static/chunks/4202.ca52cc3c1a550cdc.js","cache":"MISS"},"startTime":1789479436023,"traceId":"0b5cf6f8aba18709"},{"name":"minify-js","duration":1169319,"timestamp":121957171154,"id":8487,"parentId":8345,"tags":{"name":"static/chunks/103.e9523d05ae463b4c.js","cache":"MISS"},"startTime":1789479436020,"traceId":"0b5cf6f8aba18709"},{"name":"minify-js","duration":887743,"timestamp":121957473908,"id":8493,"parentId":8345,"tags":{"name":"static/chunks/3220-07434e6a54798870.js","cache":"MISS"},"startTime":1789479436323,"traceId":"0b5cf6f8aba18709"},{"name":"minify-js","duration":910193,"timestamp":121957475285,"id":8494,"parentId":8345,"tags":{"name":"static/chunks/1278-bf8a06149f8c3e99.js","cache":"MISS"},"startTime":1789479436324,"traceId":"0b5cf6f8aba18709"},{"name":"minify-js","duration":1314792,"timestamp":121957127017,"id":8480,"parentId":8345,"tags":{"name":"static/chunks/4bd1b696-983ca10d4240bc4c.js","cache":"MISS"},"startTime":1789479435976,"traceId":"0b5cf6f8aba18709"},{"name":"minify-js","duration":958584,"timestamp":121957485366,"id":8496,"parentId":8345,"tags":{"name":"server/middleware-react-loadable-manifest.js","cache":"MISS"},"startTime":1789479436334,"traceId":"0b5cf6f8aba18709"},{"name":"minify-js","duration":958243,"timestamp":121957485806,"id":8497,"parentId":8345,"tags":{"name":"static/4P8ZaTlYayjQDjQClWJy6/_ssgManifest.js","cache":"MISS"},"startTime":1789479436335,"traceId":"0b5cf6f8aba18709"},{"name":"minify-js","duration":965827,"timestamp":121957478862,"id":8495,"parentId":8345,"tags":{"name":"static/chunks/6210-befbd445bbba9170.js","cache":"MISS"},"startTime":1789479436328,"traceId":"0b5cf6f8aba18709"},{"name":"minify-js","duration":958797,"timestamp":121957485943,"id":8498,"parentId":8345,"tags":{"name":"server/middleware-build-manifest.js","cache":"MISS"},"startTime":1789479436335,"traceId":"0b5cf6f8aba18709"},{"name":"minify-js","duration":958589,"timestamp":121957486180,"id":8500,"parentId":8345,"tags":{"name":"server/next-font-manifest.js","cache":"MISS"},"startTime":1789479436335,"traceId":"0b5cf6f8aba18709"},{"name":"minify-js","duration":960015,"timestamp":121957486061,"id":8499,"parentId":8345,"tags":{"name":"static/4P8ZaTlYayjQDjQClWJy6/_buildManifest.js","cache":"MISS"},"startTime":1789479436335,"traceId":"0b5cf6f8aba18709"},{"name":"minify-js","duration":1190337,"timestamp":121957446116,"id":8492,"parentId":8345,"tags":{"name":"static/chunks/3794-68b6bae08308aff7.js","cache":"MISS"},"startTime":1789479436295,"traceId":"0b5cf6f8aba18709"},{"name":"minify-js","duration":1797640,"timestamp":121957180619,"id":8491,"parentId":8345,"tags":{"name":"static/chunks/5957-763ef3c7c58b1763.js","cache":"MISS"},"startTime":1789479436030,"traceId":"0b5cf6f8aba18709"},{"name":"minify-webpack-plugin-optimize","duration":2865565,"timestamp":121956112710,"id":8345,"parentId":4774,"tags":{"compilationName":"client","mangle":"[object Object]"},"startTime":1789479434962,"traceId":"0b5cf6f8aba18709"},{"name":"minify-css","duration":1152022,"timestamp":121958979034,"id":8502,"parentId":8501,"tags":{"file":"static/css/20b05100fb542495.css","cache":"MISS"},"startTime":1789479437828,"traceId":"0b5cf6f8aba18709"},{"name":"minify-css","duration":1151929,"timestamp":121958979138,"id":8503,"parentId":8501,"tags":{"file":"static/css/a4449236f96f30ec.css","cache":"MISS"},"startTime":1789479437828,"traceId":"0b5cf6f8aba18709"},{"name":"minify-css","duration":1151922,"timestamp":121958979147,"id":8504,"parentId":8501,"tags":{"file":"static/css/14967e0fe1d93c94.css","cache":"MISS"},"startTime":1789479437828,"traceId":"0b5cf6f8aba18709"},{"name":"minify-css","duration":1151917,"timestamp":121958979153,"id":8505,"parentId":8501,"tags":{"file":"static/css/fff965cc3bd74ed7.css","cache":"MISS"},"startTime":1789479437828,"traceId":"0b5cf6f8aba18709"},{"name":"css-minimizer-plugin","duration":1152446,"timestamp":121958978628,"id":8501,"parentId":4774,"tags":{},"startTime":1789479437828,"traceId":"0b5cf6f8aba18709"},{"name":"seal","duration":7363637,"timestamp":121952865077,"id":8329,"parentId":4774,"tags":{},"startTime":1789479431714,"traceId":"0b5cf6f8aba18709"},{"name":"webpack-compilation","duration":23308929,"timestamp":121936920532,"id":4774,"parentId":4771,"tags":{"name":"client"},"startTime":1789479415769,"traceId":"0b5cf6f8aba18709"},{"name":"emit","duration":67703,"timestamp":121960230132,"id":8506,"parentId":4771,"tags":{},"startTime":1789479439079,"traceId":"0b5cf6f8aba18709"},{"name":"webpack-close","duration":2534416,"timestamp":121960301634,"id":8507,"parentId":4771,"tags":{"name":"client"},"startTime":1789479439151,"traceId":"0b5cf6f8aba18709"},{"name":"webpack-generate-error-stats","duration":4425,"timestamp":121962836149,"id":8508,"parentId":8507,"tags":{},"startTime":1789479441685,"traceId":"0b5cf6f8aba18709"},{"name":"run-webpack-compiler","duration":26537973,"timestamp":121936303039,"id":4771,"parentId":4770,"tags":{},"startTime":1789479415152,"traceId":"0b5cf6f8aba18709"},{"name":"format-webpack-messages","duration":146,"timestamp":121962841018,"id":8509,"parentId":4770,"tags":{},"startTime":1789479441690,"traceId":"0b5cf6f8aba18709"},{"name":"worker-main-client","duration":26539365,"timestamp":121936302045,"id":4770,"parentId":1,"tags":{},"startTime":1789479415151,"traceId":"0b5cf6f8aba18709"},{"name":"run-webpack","duration":81775365,"timestamp":121881228242,"id":14,"parentId":1,"tags":{},"startTime":1789479360077,"traceId":"0b5cf6f8aba18709"},{"name":"run-typescript","duration":30697299,"timestamp":121963011953,"id":8511,"parentId":1,"tags":{},"startTime":1789479441861,"traceId":"0b5cf6f8aba18709"},{"name":"generate-required-server-files","duration":1182,"timestamp":121993709893,"id":8513,"parentId":1,"tags":{},"startTime":1789479472559,"traceId":"0b5cf6f8aba18709"},{"name":"check-static-error-page","duration":27323,"timestamp":121993731941,"id":8515,"parentId":8514,"tags":{},"startTime":1789479472581,"traceId":"0b5cf6f8aba18709"},{"name":"is-page-static","duration":633068,"timestamp":121993765346,"id":8578,"parentId":8517,"tags":{},"startTime":1789479472614,"traceId":"0b5cf6f8aba18709"},{"name":"check-page","duration":662979,"timestamp":121993735582,"id":8517,"parentId":8514,"tags":{"page":"/_global-error"},"startTime":1789479472585,"traceId":"0b5cf6f8aba18709"},{"name":"is-page-static","duration":919731,"timestamp":121993764873,"id":8577,"parentId":8516,"tags":{},"startTime":1789479472614,"traceId":"0b5cf6f8aba18709"},{"name":"check-page","duration":950883,"timestamp":121993733802,"id":8516,"parentId":8514,"tags":{"page":"/_not-found"},"startTime":1789479472583,"traceId":"0b5cf6f8aba18709"},{"name":"is-page-static","duration":992476,"timestamp":121993765602,"id":8580,"parentId":8520,"tags":{},"startTime":1789479472615,"traceId":"0b5cf6f8aba18709"},{"name":"check-page","duration":1019329,"timestamp":121993738826,"id":8520,"parentId":8514,"tags":{"page":"/api/agent/[id]/lease"},"startTime":1789479472588,"traceId":"0b5cf6f8aba18709"},{"name":"is-page-static","duration":999292,"timestamp":121993765930,"id":8582,"parentId":8529,"tags":{},"startTime":1789479472615,"traceId":"0b5cf6f8aba18709"},{"name":"check-page","duration":1020698,"timestamp":121993744580,"id":8529,"parentId":8514,"tags":{"page":"/api/cwd/browse"},"startTime":1789479472594,"traceId":"0b5cf6f8aba18709"},{"name":"is-page-static","duration":3703949,"timestamp":121993766001,"id":8583,"parentId":8530,"tags":{},"startTime":1789479472615,"traceId":"0b5cf6f8aba18709"},{"name":"check-page","duration":3725167,"timestamp":121993744828,"id":8530,"parentId":8514,"tags":{"page":"/api/cwd/mkdir"},"startTime":1789479472594,"traceId":"0b5cf6f8aba18709"},{"name":"is-page-static","duration":3709365,"timestamp":121993766269,"id":8584,"parentId":8531,"tags":{},"startTime":1789479472615,"traceId":"0b5cf6f8aba18709"},{"name":"check-page","duration":3730679,"timestamp":121993745015,"id":8531,"parentId":8514,"tags":{"page":"/api/cwd/validate"},"startTime":1789479472594,"traceId":"0b5cf6f8aba18709"},{"name":"is-page-static","duration":3713503,"timestamp":121993766338,"id":8585,"parentId":8532,"tags":{},"startTime":1789479472615,"traceId":"0b5cf6f8aba18709"},{"name":"check-page","duration":3734720,"timestamp":121993745172,"id":8532,"parentId":8514,"tags":{"page":"/api/default-cwd"},"startTime":1789479472594,"traceId":"0b5cf6f8aba18709"},{"name":"is-page-static","duration":3718187,"timestamp":121993766390,"id":8586,"parentId":8533,"tags":{},"startTime":1789479472615,"traceId":"0b5cf6f8aba18709"},{"name":"check-page","duration":3739337,"timestamp":121993745294,"id":8533,"parentId":8514,"tags":{"page":"/api/file-index"},"startTime":1789479472594,"traceId":"0b5cf6f8aba18709"},{"name":"is-page-static","duration":3727287,"timestamp":121993766461,"id":8587,"parentId":8534,"tags":{},"startTime":1789479472615,"traceId":"0b5cf6f8aba18709"},{"name":"check-page","duration":3748441,"timestamp":121993745424,"id":8534,"parentId":8514,"tags":{"page":"/api/files/[...path]"},"startTime":1789479472594,"traceId":"0b5cf6f8aba18709"},{"name":"is-page-static","duration":3734707,"timestamp":121993766490,"id":8588,"parentId":8535,"tags":{},"startTime":1789479472615,"traceId":"0b5cf6f8aba18709"},{"name":"check-page","duration":3755619,"timestamp":121993745632,"id":8535,"parentId":8514,"tags":{"page":"/api/git/diff"},"startTime":1789479472595,"traceId":"0b5cf6f8aba18709"},{"name":"is-page-static","duration":3740978,"timestamp":121993766502,"id":8589,"parentId":8536,"tags":{},"startTime":1789479472615,"traceId":"0b5cf6f8aba18709"},{"name":"check-page","duration":3761810,"timestamp":121993745724,"id":8536,"parentId":8514,"tags":{"page":"/api/git/status"},"startTime":1789479472595,"traceId":"0b5cf6f8aba18709"},{"name":"is-page-static","duration":3745440,"timestamp":121993766517,"id":8590,"parentId":8537,"tags":{},"startTime":1789479472615,"traceId":"0b5cf6f8aba18709"},{"name":"check-page","duration":3766210,"timestamp":121993745809,"id":8537,"parentId":8514,"tags":{"page":"/api/home"},"startTime":1789479472595,"traceId":"0b5cf6f8aba18709"},{"name":"is-page-static","duration":3885430,"timestamp":121993765483,"id":8579,"parentId":8518,"tags":{},"startTime":1789479472614,"traceId":"0b5cf6f8aba18709"},{"name":"check-page","duration":3915076,"timestamp":121993735888,"id":8518,"parentId":8514,"tags":{"page":"/api/agent/[id]/bash-output"},"startTime":1789479472585,"traceId":"0b5cf6f8aba18709"},{"name":"is-page-static","duration":4448990,"timestamp":121993765675,"id":8581,"parentId":8521,"tags":{},"startTime":1789479472615,"traceId":"0b5cf6f8aba18709"},{"name":"check-page","duration":4475537,"timestamp":121993739178,"id":8521,"parentId":8514,"tags":{"page":"/api/agent/[id]"},"startTime":1789479472588,"traceId":"0b5cf6f8aba18709"},{"name":"is-page-static","duration":4458038,"timestamp":121993766550,"id":8593,"parentId":8551,"tags":{},"startTime":1789479472615,"traceId":"0b5cf6f8aba18709"},{"name":"check-page","duration":4472154,"timestamp":121993752490,"id":8551,"parentId":8514,"tags":{"page":"/api/sessions/[id]/entries/[entryId]/thinking"},"startTime":1789479472601,"traceId":"0b5cf6f8aba18709"},{"name":"is-page-static","duration":4466848,"timestamp":121993766560,"id":8594,"parentId":8552,"tags":{},"startTime":1789479472616,"traceId":"0b5cf6f8aba18709"},{"name":"check-page","duration":4480869,"timestamp":121993752596,"id":8552,"parentId":8514,"tags":{"page":"/api/sessions/[id]/entries/[entryId]/tool-result-image"},"startTime":1789479472602,"traceId":"0b5cf6f8aba18709"},{"name":"is-page-static","duration":4474607,"timestamp":121993766573,"id":8595,"parentId":8555,"tags":{},"startTime":1789479472616,"traceId":"0b5cf6f8aba18709"},{"name":"check-page","duration":4487757,"timestamp":121993753486,"id":8555,"parentId":8514,"tags":{"page":"/api/sessions/[id]/state"},"startTime":1789479472602,"traceId":"0b5cf6f8aba18709"},{"name":"is-page-static","duration":4482318,"timestamp":121993766585,"id":8596,"parentId":8571,"tags":{},"startTime":1789479472616,"traceId":"0b5cf6f8aba18709"},{"name":"check-page","duration":4491078,"timestamp":121993757878,"id":8571,"parentId":8514,"tags":{"page":"/api/worktrees"},"startTime":1789479472607,"traceId":"0b5cf6f8aba18709"},{"name":"is-page-static","duration":4486922,"timestamp":121993766596,"id":8597,"parentId":8573,"tags":{},"startTime":1789479472616,"traceId":"0b5cf6f8aba18709"},{"name":"check-page","duration":4495282,"timestamp":121993758291,"id":8573,"parentId":8514,"tags":{"page":"/favicon.ico"},"startTime":1789479472607,"traceId":"0b5cf6f8aba18709"},{"name":"is-page-static","duration":4493851,"timestamp":121993766606,"id":8598,"parentId":8575,"tags":{},"startTime":1789479472616,"traceId":"0b5cf6f8aba18709"},{"name":"check-page","duration":4501722,"timestamp":121993758787,"id":8575,"parentId":8514,"tags":{"page":"/manifest.webmanifest"},"startTime":1789479472608,"traceId":"0b5cf6f8aba18709"},{"name":"is-page-static","duration":4499837,"timestamp":121993770426,"id":8599,"parentId":8519,"tags":{},"startTime":1789479472619,"traceId":"0b5cf6f8aba18709"},{"name":"check-page","duration":4534246,"timestamp":121993736074,"id":8519,"parentId":8514,"tags":{"page":"/api/agent/[id]/events"},"startTime":1789479472585,"traceId":"0b5cf6f8aba18709"},{"name":"is-page-static","duration":4519478,"timestamp":121993771114,"id":8600,"parentId":8523,"tags":{},"startTime":1789479472620,"traceId":"0b5cf6f8aba18709"},{"name":"check-page","duration":4550757,"timestamp":121993739882,"id":8523,"parentId":8514,"tags":{"page":"/api/agent/running"},"startTime":1789479472589,"traceId":"0b5cf6f8aba18709"},{"name":"is-page-static","duration":4524397,"timestamp":121993766539,"id":8592,"parentId":8550,"tags":{},"startTime":1789479472615,"traceId":"0b5cf6f8aba18709"},{"name":"check-page","duration":4538665,"timestamp":121993752312,"id":8550,"parentId":8514,"tags":{"page":"/api/sessions/[id]/context"},"startTime":1789479472601,"traceId":"0b5cf6f8aba18709"},{"name":"is-page-static","duration":4525152,"timestamp":121993772818,"id":8601,"parentId":8522,"tags":{},"startTime":1789479472622,"traceId":"0b5cf6f8aba18709"},{"name":"check-page","duration":4558568,"timestamp":121993739464,"id":8522,"parentId":8514,"tags":{"page":"/api/agent/new"},"startTime":1789479472588,"traceId":"0b5cf6f8aba18709"},{"name":"is-page-static","duration":4529436,"timestamp":121993775528,"id":8603,"parentId":8525,"tags":{},"startTime":1789479472624,"traceId":"0b5cf6f8aba18709"},{"name":"check-page","duration":4563306,"timestamp":121993741707,"id":8525,"parentId":8514,"tags":{"page":"/api/auth/api-key/[provider]"},"startTime":1789479472591,"traceId":"0b5cf6f8aba18709"},{"name":"is-page-static","duration":4532489,"timestamp":121993774027,"id":8602,"parentId":8524,"tags":{},"startTime":1789479472623,"traceId":"0b5cf6f8aba18709"},{"name":"check-page","duration":4566014,"timestamp":121993740546,"id":8524,"parentId":8514,"tags":{"page":"/api/app-update"},"startTime":1789479472590,"traceId":"0b5cf6f8aba18709"},{"name":"is-page-static","duration":4534210,"timestamp":121993776156,"id":8604,"parentId":8527,"tags":{},"startTime":1789479472625,"traceId":"0b5cf6f8aba18709"},{"name":"check-page","duration":4566814,"timestamp":121993743599,"id":8527,"parentId":8514,"tags":{"page":"/api/auth/logout/[provider]"},"startTime":1789479472593,"traceId":"0b5cf6f8aba18709"},{"name":"is-page-static","duration":4536339,"timestamp":121993778728,"id":8605,"parentId":8526,"tags":{},"startTime":1789479472628,"traceId":"0b5cf6f8aba18709"},{"name":"check-page","duration":4571990,"timestamp":121993743129,"id":8526,"parentId":8514,"tags":{"page":"/api/auth/login/[provider]"},"startTime":1789479472592,"traceId":"0b5cf6f8aba18709"},{"name":"is-page-static","duration":4537373,"timestamp":121993779126,"id":8606,"parentId":8528,"tags":{},"startTime":1789479472628,"traceId":"0b5cf6f8aba18709"},{"name":"check-page","duration":4572343,"timestamp":121993744199,"id":8528,"parentId":8514,"tags":{"page":"/api/auth/providers"},"startTime":1789479472593,"traceId":"0b5cf6f8aba18709"},{"name":"is-page-static","duration":4533654,"timestamp":121993787697,"id":8608,"parentId":8539,"tags":{},"startTime":1789479472637,"traceId":"0b5cf6f8aba18709"},{"name":"check-page","duration":4575086,"timestamp":121993746312,"id":8539,"parentId":8514,"tags":{"page":"/api/models-config/discover"},"startTime":1789479472595,"traceId":"0b5cf6f8aba18709"},{"name":"is-page-static","duration":4541532,"timestamp":121993780648,"id":8607,"parentId":8538,"tags":{},"startTime":1789479472630,"traceId":"0b5cf6f8aba18709"},{"name":"check-page","duration":4576338,"timestamp":121993745886,"id":8538,"parentId":8514,"tags":{"page":"/api/models-config/catalog"},"startTime":1789479472595,"traceId":"0b5cf6f8aba18709"}]
|
|
41
|
+
[{"name":"is-page-static","duration":4557271,"timestamp":121993766528,"id":8591,"parentId":8549,"tags":{},"startTime":1789479472615,"traceId":"0b5cf6f8aba18709"},{"name":"check-page","duration":4571823,"timestamp":121993752024,"id":8549,"parentId":8514,"tags":{"page":"/api/sessions/[id]/auto-name"},"startTime":1789479472601,"traceId":"0b5cf6f8aba18709"},{"name":"is-page-static","duration":4538217,"timestamp":121993788212,"id":8609,"parentId":8540,"tags":{},"startTime":1789479472637,"traceId":"0b5cf6f8aba18709"},{"name":"check-page","duration":4579606,"timestamp":121993746884,"id":8540,"parentId":8514,"tags":{"page":"/api/models-config"},"startTime":1789479472596,"traceId":"0b5cf6f8aba18709"},{"name":"is-page-static","duration":4542346,"timestamp":121993792488,"id":8611,"parentId":8542,"tags":{},"startTime":1789479472641,"traceId":"0b5cf6f8aba18709"},{"name":"check-page","duration":4587184,"timestamp":121993747699,"id":8542,"parentId":8514,"tags":{"page":"/api/models"},"startTime":1789479472597,"traceId":"0b5cf6f8aba18709"},{"name":"is-page-static","duration":4546803,"timestamp":121993793357,"id":8612,"parentId":8543,"tags":{},"startTime":1789479472642,"traceId":"0b5cf6f8aba18709"},{"name":"check-page","duration":4591345,"timestamp":121993748861,"id":8543,"parentId":8514,"tags":{"page":"/api/plugins/check"},"startTime":1789479472598,"traceId":"0b5cf6f8aba18709"},{"name":"is-page-static","duration":4546477,"timestamp":121993794592,"id":8613,"parentId":8545,"tags":{},"startTime":1789479472644,"traceId":"0b5cf6f8aba18709"},{"name":"check-page","duration":4591599,"timestamp":121993749517,"id":8545,"parentId":8514,"tags":{"page":"/api/project-trust"},"startTime":1789479472598,"traceId":"0b5cf6f8aba18709"},{"name":"is-page-static","duration":4554228,"timestamp":121993795285,"id":8614,"parentId":8546,"tags":{},"startTime":1789479472644,"traceId":"0b5cf6f8aba18709"},{"name":"check-page","duration":4599755,"timestamp":121993749809,"id":8546,"parentId":8514,"tags":{"page":"/api/provider-usage/query"},"startTime":1789479472599,"traceId":"0b5cf6f8aba18709"},{"name":"is-page-static","duration":4552996,"timestamp":121993802578,"id":8616,"parentId":8547,"tags":{},"startTime":1789479472652,"traceId":"0b5cf6f8aba18709"},{"name":"check-page","duration":4604851,"timestamp":121993750773,"id":8547,"parentId":8514,"tags":{"page":"/api/push/config"},"startTime":1789479472600,"traceId":"0b5cf6f8aba18709"},{"name":"is-page-static","duration":4558218,"timestamp":121993803422,"id":8617,"parentId":8548,"tags":{},"startTime":1789479472652,"traceId":"0b5cf6f8aba18709"},{"name":"check-page","duration":4610550,"timestamp":121993751140,"id":8548,"parentId":8514,"tags":{"page":"/api/push/subscribe"},"startTime":1789479472600,"traceId":"0b5cf6f8aba18709"},{"name":"is-page-static","duration":4555348,"timestamp":121993811846,"id":8618,"parentId":8553,"tags":{},"startTime":1789479472661,"traceId":"0b5cf6f8aba18709"},{"name":"check-page","duration":4614554,"timestamp":121993752701,"id":8553,"parentId":8514,"tags":{"page":"/api/sessions/[id]/export"},"startTime":1789479472602,"traceId":"0b5cf6f8aba18709"},{"name":"is-page-static","duration":4568979,"timestamp":121993802236,"id":8615,"parentId":8544,"tags":{},"startTime":1789479472651,"traceId":"0b5cf6f8aba18709"},{"name":"check-page","duration":4622107,"timestamp":121993749158,"id":8544,"parentId":8514,"tags":{"page":"/api/plugins"},"startTime":1789479472598,"traceId":"0b5cf6f8aba18709"},{"name":"is-page-static","duration":4557138,"timestamp":121993817185,"id":8619,"parentId":8554,"tags":{},"startTime":1789479472666,"traceId":"0b5cf6f8aba18709"},{"name":"check-page","duration":4621382,"timestamp":121993752988,"id":8554,"parentId":8514,"tags":{"page":"/api/sessions/[id]"},"startTime":1789479472602,"traceId":"0b5cf6f8aba18709"},{"name":"is-page-static","duration":4560598,"timestamp":121993817813,"id":8620,"parentId":8556,"tags":{},"startTime":1789479472667,"traceId":"0b5cf6f8aba18709"},{"name":"check-page","duration":4624783,"timestamp":121993753678,"id":8556,"parentId":8514,"tags":{"page":"/api/sessions"},"startTime":1789479472603,"traceId":"0b5cf6f8aba18709"},{"name":"is-page-static","duration":4560256,"timestamp":121993818368,"id":8621,"parentId":8557,"tags":{},"startTime":1789479472667,"traceId":"0b5cf6f8aba18709"},{"name":"check-page","duration":4624676,"timestamp":121993753976,"id":8557,"parentId":8514,"tags":{"page":"/api/sessions/search"},"startTime":1789479472603,"traceId":"0b5cf6f8aba18709"},{"name":"is-page-static","duration":4562672,"timestamp":121993820756,"id":8623,"parentId":8559,"tags":{},"startTime":1789479472670,"traceId":"0b5cf6f8aba18709"},{"name":"check-page","duration":4628950,"timestamp":121993754527,"id":8559,"parentId":8514,"tags":{"page":"/api/skills/install"},"startTime":1789479472603,"traceId":"0b5cf6f8aba18709"},{"name":"is-page-static","duration":4568291,"timestamp":121993819416,"id":8622,"parentId":8558,"tags":{},"startTime":1789479472668,"traceId":"0b5cf6f8aba18709"},{"name":"check-page","duration":4633503,"timestamp":121993754251,"id":8558,"parentId":8514,"tags":{"page":"/api/skills/check"},"startTime":1789479472603,"traceId":"0b5cf6f8aba18709"},{"name":"is-page-static","duration":4567635,"timestamp":121993821864,"id":8624,"parentId":8560,"tags":{},"startTime":1789479472671,"traceId":"0b5cf6f8aba18709"},{"name":"check-page","duration":4634738,"timestamp":121993754805,"id":8560,"parentId":8514,"tags":{"page":"/api/skills"},"startTime":1789479472604,"traceId":"0b5cf6f8aba18709"},{"name":"is-page-static","duration":4568228,"timestamp":121993826163,"id":8626,"parentId":8562,"tags":{},"startTime":1789479472675,"traceId":"0b5cf6f8aba18709"},{"name":"check-page","duration":4638863,"timestamp":121993755574,"id":8562,"parentId":8514,"tags":{"page":"/api/skills/update"},"startTime":1789479472605,"traceId":"0b5cf6f8aba18709"},{"name":"is-page-static","duration":4570103,"timestamp":121993824821,"id":8625,"parentId":8561,"tags":{},"startTime":1789479472674,"traceId":"0b5cf6f8aba18709"},{"name":"check-page","duration":4639758,"timestamp":121993755206,"id":8561,"parentId":8514,"tags":{"page":"/api/skills/search"},"startTime":1789479472604,"traceId":"0b5cf6f8aba18709"},{"name":"is-page-static","duration":4572330,"timestamp":121993827184,"id":8627,"parentId":8563,"tags":{},"startTime":1789479472676,"traceId":"0b5cf6f8aba18709"},{"name":"check-page","duration":4643731,"timestamp":121993755832,"id":8563,"parentId":8514,"tags":{"page":"/api/subagents/[id]"},"startTime":1789479472605,"traceId":"0b5cf6f8aba18709"},{"name":"is-page-static","duration":4568197,"timestamp":121993834353,"id":8628,"parentId":8565,"tags":{},"startTime":1789479472683,"traceId":"0b5cf6f8aba18709"},{"name":"check-page","duration":4646244,"timestamp":121993756359,"id":8565,"parentId":8514,"tags":{"page":"/api/subagents/settings"},"startTime":1789479472605,"traceId":"0b5cf6f8aba18709"},{"name":"is-page-static","duration":4571095,"timestamp":121993836049,"id":8629,"parentId":8566,"tags":{},"startTime":1789479472685,"traceId":"0b5cf6f8aba18709"},{"name":"check-page","duration":4650595,"timestamp":121993756615,"id":8566,"parentId":8514,"tags":{"page":"/api/terminal/[id]/events"},"startTime":1789479472606,"traceId":"0b5cf6f8aba18709"},{"name":"is-page-static","duration":4573367,"timestamp":121993838159,"id":8631,"parentId":8568,"tags":{},"startTime":1789479472687,"traceId":"0b5cf6f8aba18709"},{"name":"check-page","duration":4654444,"timestamp":121993757128,"id":8568,"parentId":8514,"tags":{"page":"/api/terminal"},"startTime":1789479472606,"traceId":"0b5cf6f8aba18709"},{"name":"is-page-static","duration":4574507,"timestamp":121993837252,"id":8630,"parentId":8567,"tags":{},"startTime":1789479472686,"traceId":"0b5cf6f8aba18709"},{"name":"check-page","duration":4654925,"timestamp":121993756870,"id":8567,"parentId":8514,"tags":{"page":"/api/terminal/[id]"},"startTime":1789479472606,"traceId":"0b5cf6f8aba18709"},{"name":"is-page-static","duration":4577678,"timestamp":121993838958,"id":8632,"parentId":8569,"tags":{},"startTime":1789479472688,"traceId":"0b5cf6f8aba18709"},{"name":"check-page","duration":4659308,"timestamp":121993757378,"id":8569,"parentId":8514,"tags":{"page":"/api/tools/settings"},"startTime":1789479472606,"traceId":"0b5cf6f8aba18709"},{"name":"is-page-static","duration":4582173,"timestamp":121993840329,"id":8633,"parentId":8570,"tags":{},"startTime":1789479472689,"traceId":"0b5cf6f8aba18709"},{"name":"check-page","duration":4664925,"timestamp":121993757628,"id":8570,"parentId":8514,"tags":{"page":"/api/web-auth"},"startTime":1789479472607,"traceId":"0b5cf6f8aba18709"},{"name":"is-page-static","duration":4586552,"timestamp":121993842400,"id":8634,"parentId":8564,"tags":{},"startTime":1789479472691,"traceId":"0b5cf6f8aba18709"},{"name":"check-page","duration":4672901,"timestamp":121993756103,"id":8564,"parentId":8514,"tags":{"page":"/api/subagents/profiles"},"startTime":1789479472605,"traceId":"0b5cf6f8aba18709"},{"name":"is-page-static","duration":4599108,"timestamp":121993843465,"id":8636,"parentId":8574,"tags":{},"startTime":1789479472692,"traceId":"0b5cf6f8aba18709"},{"name":"check-page","duration":4684028,"timestamp":121993758593,"id":8574,"parentId":8514,"tags":{"page":"/login"},"startTime":1789479472608,"traceId":"0b5cf6f8aba18709"},{"name":"is-page-static","duration":4671137,"timestamp":121993790383,"id":8610,"parentId":8541,"tags":{},"startTime":1789479472639,"traceId":"0b5cf6f8aba18709"},{"name":"check-page","duration":4714204,"timestamp":121993747355,"id":8541,"parentId":8514,"tags":{"page":"/api/models-config/test"},"startTime":1789479472596,"traceId":"0b5cf6f8aba18709"},{"name":"is-page-static","duration":4662015,"timestamp":121993843424,"id":8635,"parentId":8572,"tags":{},"startTime":1789479472692,"traceId":"0b5cf6f8aba18709"},{"name":"check-page","duration":4747403,"timestamp":121993758083,"id":8572,"parentId":8514,"tags":{"page":"/dashboard"},"startTime":1789479472607,"traceId":"0b5cf6f8aba18709"},{"name":"is-page-static","duration":4729603,"timestamp":121993843483,"id":8637,"parentId":8576,"tags":{},"startTime":1789479472692,"traceId":"0b5cf6f8aba18709"},{"name":"check-page","duration":4814191,"timestamp":121993758938,"id":8576,"parentId":8514,"tags":{"page":"/"},"startTime":1789479472608,"traceId":"0b5cf6f8aba18709"},{"name":"static-check","duration":4842844,"timestamp":121993730321,"id":8514,"parentId":1,"tags":{},"startTime":1789479472579,"traceId":"0b5cf6f8aba18709"},{"name":"write-routes-manifest","duration":26004,"timestamp":121998918972,"id":8641,"parentId":1,"tags":{},"startTime":1789479477768,"traceId":"0b5cf6f8aba18709"},{"name":"load-dotenv","duration":68,"timestamp":121999134358,"id":8644,"parentId":8643,"tags":{},"startTime":1789479477983,"traceId":"0b5cf6f8aba18709"},{"name":"run-export-path-map","duration":750,"timestamp":122005769374,"id":8645,"parentId":8643,"tags":{},"startTime":1789479484618,"traceId":"0b5cf6f8aba18709"},{"name":"next-export","duration":10823136,"timestamp":121999132716,"id":8643,"parentId":1,"tags":{},"startTime":1789479477982,"traceId":"0b5cf6f8aba18709"},{"name":"move-exported-app-not-found-","duration":156442,"timestamp":122009959681,"id":8646,"parentId":8642,"tags":{},"startTime":1789479488809,"traceId":"0b5cf6f8aba18709"},{"name":"move-exported-app-global-error-","duration":565847,"timestamp":122010116306,"id":8647,"parentId":8642,"tags":{},"startTime":1789479488965,"traceId":"0b5cf6f8aba18709"},{"name":"static-generation","duration":11855397,"timestamp":121999125789,"id":8642,"parentId":1,"tags":{},"startTime":1789479477975,"traceId":"0b5cf6f8aba18709"},{"name":"write-routes-manifest","duration":120808,"timestamp":122010981789,"id":8648,"parentId":1,"tags":{},"startTime":1789479489831,"traceId":"0b5cf6f8aba18709"},{"name":"node-file-trace-build","duration":217169077,"timestamp":121998903930,"id":8640,"parentId":1,"tags":{"isTurbotrace":"false"},"startTime":1789479477753,"traceId":"0b5cf6f8aba18709"},{"name":"apply-include-excludes","duration":1609,"timestamp":122216073033,"id":8649,"parentId":1,"tags":{},"startTime":1789479694922,"traceId":"0b5cf6f8aba18709"},{"name":"collect-build-traces","duration":217496494,"timestamp":121998578308,"id":8639,"parentId":1,"tags":{},"startTime":1789479477427,"traceId":"0b5cf6f8aba18709"},{"name":"print-tree-view","duration":6399,"timestamp":122216076125,"id":8650,"parentId":1,"tags":{},"startTime":1789479694925,"traceId":"0b5cf6f8aba18709"},{"name":"telemetry-flush","duration":93,"timestamp":122216082548,"id":8651,"parentId":1,"tags":{},"startTime":1789479694931,"traceId":"0b5cf6f8aba18709"},{"name":"next-build","duration":335047419,"timestamp":121881035236,"id":1,"tags":{"buildMode":"default","version":"16.3.1","bundler":"webpack","has-custom-webpack-config":"false","use-build-worker":"true"},"startTime":1789479359884,"traceId":"0b5cf6f8aba18709"}]
|