@surething/cockpit 1.0.187 → 1.0.189
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-prod/BUILD_ID +1 -1
- package/.next-prod/app-path-routes-manifest.json +21 -18
- package/.next-prod/build-manifest.json +2 -2
- package/.next-prod/prerender-manifest.json +3 -3
- package/.next-prod/routes-manifest.json +20 -0
- package/.next-prod/server/app/_global-error/page.js.nft.json +1 -1
- package/.next-prod/server/app/_global-error/page_client-reference-manifest.js +1 -1
- package/.next-prod/server/app/_global-error.html +2 -2
- package/.next-prod/server/app/_global-error.rsc +1 -1
- package/.next-prod/server/app/_global-error.segments/_full.segment.rsc +1 -1
- package/.next-prod/server/app/_global-error.segments/_global-error/__PAGE__.segment.rsc +1 -1
- package/.next-prod/server/app/_global-error.segments/_global-error.segment.rsc +1 -1
- package/.next-prod/server/app/_global-error.segments/_head.segment.rsc +1 -1
- package/.next-prod/server/app/_global-error.segments/_index.segment.rsc +1 -1
- package/.next-prod/server/app/_global-error.segments/_tree.segment.rsc +1 -1
- package/.next-prod/server/app/_not-found/page.js.nft.json +1 -1
- package/.next-prod/server/app/_not-found/page_client-reference-manifest.js +1 -1
- package/.next-prod/server/app/_not-found.html +2 -2
- package/.next-prod/server/app/_not-found.rsc +3 -3
- package/.next-prod/server/app/_not-found.segments/_full.segment.rsc +3 -3
- package/.next-prod/server/app/_not-found.segments/_head.segment.rsc +1 -1
- package/.next-prod/server/app/_not-found.segments/_index.segment.rsc +3 -3
- package/.next-prod/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +1 -1
- package/.next-prod/server/app/_not-found.segments/_not-found.segment.rsc +1 -1
- package/.next-prod/server/app/_not-found.segments/_tree.segment.rsc +2 -2
- package/.next-prod/server/app/api/bash/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/bash/route_client-reference-manifest.js +1 -1
- package/.next-prod/server/app/api/chat/codex/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/chat/codex/route_client-reference-manifest.js +1 -1
- package/.next-prod/server/app/api/chat/kimi/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/chat/kimi/route_client-reference-manifest.js +1 -1
- package/.next-prod/server/app/api/chat/ollama/route.js +26 -8
- package/.next-prod/server/app/api/chat/ollama/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/chat/ollama/route_client-reference-manifest.js +1 -1
- package/.next-prod/server/app/api/chat/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/chat/route_client-reference-manifest.js +1 -1
- package/.next-prod/server/app/api/claude-stats/route.js +1 -1
- package/.next-prod/server/app/api/claude-stats/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/claude-stats/route_client-reference-manifest.js +1 -1
- package/.next-prod/server/app/api/commands/route.js +1 -1
- package/.next-prod/server/app/api/commands/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/commands/route_client-reference-manifest.js +1 -1
- package/.next-prod/server/app/api/comments/route.js +1 -1
- package/.next-prod/server/app/api/comments/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/comments/route_client-reference-manifest.js +1 -1
- package/.next-prod/server/app/api/db/columns/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/db/columns/route_client-reference-manifest.js +1 -1
- package/.next-prod/server/app/api/db/connect/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/db/connect/route_client-reference-manifest.js +1 -1
- package/.next-prod/server/app/api/db/disconnect/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/db/disconnect/route_client-reference-manifest.js +1 -1
- package/.next-prod/server/app/api/db/export/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/db/export/route_client-reference-manifest.js +1 -1
- package/.next-prod/server/app/api/db/query/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/db/query/route_client-reference-manifest.js +1 -1
- package/.next-prod/server/app/api/db/schemas/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/db/schemas/route_client-reference-manifest.js +1 -1
- package/.next-prod/server/app/api/extension/version/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/extension/version/route_client-reference-manifest.js +1 -1
- package/.next-prod/server/app/api/file/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/file/route_client-reference-manifest.js +1 -1
- package/.next-prod/server/app/api/files/blame/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/files/blame/route_client-reference-manifest.js +1 -1
- package/.next-prod/server/app/api/files/clipboard/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/files/clipboard/route_client-reference-manifest.js +1 -1
- package/.next-prod/server/app/api/files/copy/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/files/copy/route_client-reference-manifest.js +1 -1
- package/.next-prod/server/app/api/files/delete/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/files/delete/route_client-reference-manifest.js +1 -1
- package/.next-prod/server/app/api/files/expanded/route.js +1 -1
- package/.next-prod/server/app/api/files/expanded/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/files/expanded/route_client-reference-manifest.js +1 -1
- package/.next-prod/server/app/api/files/index/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/files/index/route_client-reference-manifest.js +1 -1
- package/.next-prod/server/app/api/files/init/route.js +1 -1
- package/.next-prod/server/app/api/files/init/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/files/init/route_client-reference-manifest.js +1 -1
- package/.next-prod/server/app/api/files/paste/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/files/paste/route_client-reference-manifest.js +1 -1
- package/.next-prod/server/app/api/files/read/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/files/read/route_client-reference-manifest.js +1 -1
- package/.next-prod/server/app/api/files/readdir/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/files/readdir/route_client-reference-manifest.js +1 -1
- package/.next-prod/server/app/api/files/recent/route.js +1 -1
- package/.next-prod/server/app/api/files/recent/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/files/recent/route_client-reference-manifest.js +1 -1
- package/.next-prod/server/app/api/files/save/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/files/save/route_client-reference-manifest.js +1 -1
- package/.next-prod/server/app/api/files/search/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/files/search/route_client-reference-manifest.js +1 -1
- package/.next-prod/server/app/api/git/branch-diff/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/git/branch-diff/route_client-reference-manifest.js +1 -1
- package/.next-prod/server/app/api/git/branches/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/git/branches/route_client-reference-manifest.js +1 -1
- package/.next-prod/server/app/api/git/commit-diff/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/git/commit-diff/route_client-reference-manifest.js +1 -1
- package/.next-prod/server/app/api/git/commits/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/git/commits/route_client-reference-manifest.js +1 -1
- package/.next-prod/server/app/api/git/diff/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/git/diff/route_client-reference-manifest.js +1 -1
- package/.next-prod/server/app/api/git/discard/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/git/discard/route_client-reference-manifest.js +1 -1
- package/.next-prod/server/app/api/git/stage/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/git/stage/route_client-reference-manifest.js +1 -1
- package/.next-prod/server/app/api/git/status/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/git/status/route_client-reference-manifest.js +1 -1
- package/.next-prod/server/app/api/git/unstage/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/git/unstage/route_client-reference-manifest.js +1 -1
- package/.next-prod/server/app/api/git/worktree/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/git/worktree/route_client-reference-manifest.js +1 -1
- package/.next-prod/server/app/api/global-state/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/global-state/route_client-reference-manifest.js +1 -1
- package/.next-prod/server/app/api/jupyter/load/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/jupyter/load/route_client-reference-manifest.js +1 -1
- package/.next-prod/server/app/api/jupyter/save/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/jupyter/save/route_client-reference-manifest.js +1 -1
- package/.next-prod/server/app/api/jupyter/shutdown/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/jupyter/shutdown/route_client-reference-manifest.js +1 -1
- package/.next-prod/server/app/api/lsp/definition/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/lsp/definition/route_client-reference-manifest.js +1 -1
- package/.next-prod/server/app/api/lsp/hover/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/lsp/hover/route_client-reference-manifest.js +1 -1
- package/.next-prod/server/app/api/lsp/references/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/lsp/references/route_client-reference-manifest.js +1 -1
- package/.next-prod/server/app/api/lsp/status/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/lsp/status/route_client-reference-manifest.js +1 -1
- package/.next-prod/server/app/api/lsp/warmup/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/lsp/warmup/route_client-reference-manifest.js +1 -1
- package/.next-prod/server/app/api/mysql/columns/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/mysql/columns/route_client-reference-manifest.js +1 -1
- package/.next-prod/server/app/api/mysql/connect/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/mysql/connect/route_client-reference-manifest.js +1 -1
- package/.next-prod/server/app/api/mysql/disconnect/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/mysql/disconnect/route_client-reference-manifest.js +1 -1
- package/.next-prod/server/app/api/mysql/export/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/mysql/export/route_client-reference-manifest.js +1 -1
- package/.next-prod/server/app/api/mysql/query/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/mysql/query/route_client-reference-manifest.js +1 -1
- package/.next-prod/server/app/api/mysql/schemas/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/mysql/schemas/route_client-reference-manifest.js +1 -1
- package/.next-prod/server/app/api/neo4j/connect/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/neo4j/connect/route_client-reference-manifest.js +1 -1
- package/.next-prod/server/app/api/neo4j/disconnect/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/neo4j/disconnect/route_client-reference-manifest.js +1 -1
- package/.next-prod/server/app/api/neo4j/query/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/neo4j/query/route_client-reference-manifest.js +1 -1
- package/.next-prod/server/app/api/neo4j/schema/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/neo4j/schema/route_client-reference-manifest.js +1 -1
- package/.next-prod/server/app/api/note/route.js +1 -1
- package/.next-prod/server/app/api/note/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/note/route_client-reference-manifest.js +1 -1
- package/.next-prod/server/app/api/ollama/models/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/ollama/models/route_client-reference-manifest.js +1 -1
- package/.next-prod/server/app/api/ollama/start/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/ollama/start/route_client-reference-manifest.js +1 -1
- package/.next-prod/server/app/api/open-cursor/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/open-cursor/route_client-reference-manifest.js +1 -1
- package/.next-prod/server/app/api/open-vscode/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/open-vscode/route_client-reference-manifest.js +1 -1
- package/.next-prod/server/app/api/pick-folder/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/pick-folder/route_client-reference-manifest.js +1 -1
- package/.next-prod/server/app/api/pinned-sessions/route.js +1 -1
- package/.next-prod/server/app/api/pinned-sessions/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/pinned-sessions/route_client-reference-manifest.js +1 -1
- package/.next-prod/server/app/api/project-settings/route.js +1 -1
- package/.next-prod/server/app/api/project-settings/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/project-settings/route_client-reference-manifest.js +1 -1
- package/.next-prod/server/app/api/project-state/route.js +1 -1
- package/.next-prod/server/app/api/project-state/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/project-state/route_client-reference-manifest.js +1 -1
- package/.next-prod/server/app/api/projects/route.js +1 -1
- package/.next-prod/server/app/api/projects/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/projects/route_client-reference-manifest.js +1 -1
- package/.next-prod/server/app/api/redis/command/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/redis/command/route_client-reference-manifest.js +1 -1
- package/.next-prod/server/app/api/redis/connect/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/redis/connect/route_client-reference-manifest.js +1 -1
- package/.next-prod/server/app/api/redis/delete/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/redis/delete/route_client-reference-manifest.js +1 -1
- package/.next-prod/server/app/api/redis/disconnect/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/redis/disconnect/route_client-reference-manifest.js +1 -1
- package/.next-prod/server/app/api/redis/get/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/redis/get/route_client-reference-manifest.js +1 -1
- package/.next-prod/server/app/api/redis/keys/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/redis/keys/route_client-reference-manifest.js +1 -1
- package/.next-prod/server/app/api/redis/set/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/redis/set/route_client-reference-manifest.js +1 -1
- package/.next-prod/server/app/api/review/[id]/comments/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/review/[id]/comments/route_client-reference-manifest.js +1 -1
- package/.next-prod/server/app/api/review/[id]/replies/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/review/[id]/replies/route_client-reference-manifest.js +1 -1
- package/.next-prod/server/app/api/review/[id]/route.js +1 -1
- package/.next-prod/server/app/api/review/[id]/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/review/[id]/route_client-reference-manifest.js +1 -1
- package/.next-prod/server/app/api/review/identify/route.js +1 -1
- package/.next-prod/server/app/api/review/identify/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/review/identify/route_client-reference-manifest.js +1 -1
- package/.next-prod/server/app/api/review/order/route.js +1 -1
- package/.next-prod/server/app/api/review/order/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/review/order/route_client-reference-manifest.js +1 -1
- package/.next-prod/server/app/api/review/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/review/route_client-reference-manifest.js +1 -1
- package/.next-prod/server/app/api/review/share-info/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/review/share-info/route_client-reference-manifest.js +1 -1
- package/.next-prod/server/app/api/review/users/route.js +1 -1
- package/.next-prod/server/app/api/review/users/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/review/users/route_client-reference-manifest.js +1 -1
- package/.next-prod/server/app/api/scheduled-tasks/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/scheduled-tasks/route_client-reference-manifest.js +1 -1
- package/.next-prod/server/app/api/services/config/route.js +1 -1
- package/.next-prod/server/app/api/services/config/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/services/config/route_client-reference-manifest.js +1 -1
- package/.next-prod/server/app/api/services/scripts/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/services/scripts/route_client-reference-manifest.js +1 -1
- package/.next-prod/server/app/api/session/[sessionId]/fork/route.js +1 -1
- package/.next-prod/server/app/api/session/[sessionId]/fork/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/session/[sessionId]/fork/route_client-reference-manifest.js +1 -1
- package/.next-prod/server/app/api/session/[sessionId]/history/route.js +1 -1
- package/.next-prod/server/app/api/session/[sessionId]/history/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/session/[sessionId]/history/route_client-reference-manifest.js +1 -1
- package/.next-prod/server/app/api/session-by-path/route.js +1 -1
- package/.next-prod/server/app/api/session-by-path/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/session-by-path/route_client-reference-manifest.js +1 -1
- package/.next-prod/server/app/api/sessions/projects/[encodedPath]/route.js +1 -1
- package/.next-prod/server/app/api/sessions/projects/[encodedPath]/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/sessions/projects/[encodedPath]/route_client-reference-manifest.js +1 -1
- package/.next-prod/server/app/api/sessions/projects/route.js +1 -1
- package/.next-prod/server/app/api/sessions/projects/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/sessions/projects/route_client-reference-manifest.js +1 -1
- package/.next-prod/server/app/api/sessions/route.js +1 -1
- package/.next-prod/server/app/api/sessions/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/sessions/route_client-reference-manifest.js +1 -1
- package/.next-prod/server/app/api/settings/route.js +1 -1
- package/.next-prod/server/app/api/settings/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/settings/route_client-reference-manifest.js +1 -1
- package/.next-prod/server/app/api/skills/[id]/route.js +1 -0
- package/.next-prod/server/app/api/skills/[id]/route.js.nft.json +1 -0
- package/.next-prod/server/app/api/skills/[id]/route_client-reference-manifest.js +1 -0
- package/.next-prod/server/app/api/skills/content/route.js +1 -0
- package/.next-prod/server/app/api/skills/content/route.js.nft.json +1 -0
- package/.next-prod/server/app/api/skills/content/route_client-reference-manifest.js +1 -0
- package/.next-prod/server/app/api/skills/route.js +1 -0
- package/.next-prod/server/app/api/skills/route.js.nft.json +1 -0
- package/.next-prod/server/app/api/skills/route_client-reference-manifest.js +1 -0
- package/.next-prod/server/app/api/terminal/aliases/route.js +1 -1
- package/.next-prod/server/app/api/terminal/aliases/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/terminal/aliases/route_client-reference-manifest.js +1 -1
- package/.next-prod/server/app/api/terminal/autocomplete/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/terminal/autocomplete/route_client-reference-manifest.js +1 -1
- package/.next-prod/server/app/api/terminal/bubble-order/route.js +1 -1
- package/.next-prod/server/app/api/terminal/bubble-order/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/terminal/bubble-order/route_client-reference-manifest.js +1 -1
- package/.next-prod/server/app/api/terminal/env/route.js +1 -1
- package/.next-prod/server/app/api/terminal/env/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/terminal/env/route_client-reference-manifest.js +1 -1
- package/.next-prod/server/app/api/terminal/history/route.js +1 -1
- package/.next-prod/server/app/api/terminal/history/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/terminal/history/route_client-reference-manifest.js +1 -1
- package/.next-prod/server/app/api/version/route.js.nft.json +1 -1
- package/.next-prod/server/app/api/version/route_client-reference-manifest.js +1 -1
- package/.next-prod/server/app/favicon.ico/route.js.nft.json +1 -1
- package/.next-prod/server/app/manifest.webmanifest/route.js.nft.json +1 -1
- package/.next-prod/server/app/manifest.webmanifest/route_client-reference-manifest.js +1 -1
- package/.next-prod/server/app/page.js +13 -13
- package/.next-prod/server/app/page.js.nft.json +1 -1
- package/.next-prod/server/app/page_client-reference-manifest.js +1 -1
- package/.next-prod/server/app/project/page.js +8 -7
- package/.next-prod/server/app/project/page.js.nft.json +1 -1
- package/.next-prod/server/app/project/page_client-reference-manifest.js +1 -1
- package/.next-prod/server/app/review/[id]/page.js +1 -1
- package/.next-prod/server/app/review/[id]/page.js.nft.json +1 -1
- package/.next-prod/server/app/review/[id]/page_client-reference-manifest.js +1 -1
- package/.next-prod/server/app-paths-manifest.json +21 -18
- package/.next-prod/server/chunks/1661.js +1 -0
- package/.next-prod/server/chunks/2325.js +1 -1
- package/.next-prod/server/chunks/2338.js +1 -0
- package/.next-prod/server/chunks/4098.js +1 -1
- package/.next-prod/server/chunks/459.js +1 -0
- package/.next-prod/server/chunks/5394.js +1 -1
- package/.next-prod/server/chunks/6043.js +4 -0
- package/.next-prod/server/chunks/7122.js +1 -0
- package/.next-prod/server/chunks/7514.js +1 -1
- package/.next-prod/server/functions-config-manifest.json +3 -0
- package/.next-prod/server/pages/404.html +2 -2
- package/.next-prod/server/pages/500.html +2 -2
- package/.next-prod/server/server-reference-manifest.json +1 -1
- package/.next-prod/static/KErTlLLQlubS82IizAx-5/_buildManifest.js +1 -0
- package/.next-prod/static/chunks/3530-49f50405e2b2a8c2.js +14 -0
- package/.next-prod/static/chunks/3743-66d6d2ef6629c733.js +4 -0
- package/.next-prod/static/chunks/6108-df36466c7d900315.js +1 -0
- package/.next-prod/static/chunks/6148-ceb1b58ea7be6767.js +1 -0
- package/.next-prod/static/chunks/6878-b27072ccf7fd4eba.js +1 -0
- package/.next-prod/static/chunks/9062-a330afa1af7f133e.js +1 -0
- package/.next-prod/static/chunks/app/_global-error/page-f626fdfbc87b7a2c.js +1 -0
- package/.next-prod/static/chunks/app/api/bash/route-f626fdfbc87b7a2c.js +1 -0
- package/.next-prod/static/chunks/app/api/chat/codex/route-f626fdfbc87b7a2c.js +1 -0
- package/.next-prod/static/chunks/app/api/chat/kimi/route-f626fdfbc87b7a2c.js +1 -0
- package/.next-prod/static/chunks/app/api/chat/ollama/route-f626fdfbc87b7a2c.js +1 -0
- package/.next-prod/static/chunks/app/api/chat/route-f626fdfbc87b7a2c.js +1 -0
- package/.next-prod/static/chunks/app/api/claude-stats/route-f626fdfbc87b7a2c.js +1 -0
- package/.next-prod/static/chunks/app/api/commands/route-f626fdfbc87b7a2c.js +1 -0
- package/.next-prod/static/chunks/app/api/comments/route-f626fdfbc87b7a2c.js +1 -0
- package/.next-prod/static/chunks/app/api/db/columns/route-f626fdfbc87b7a2c.js +1 -0
- package/.next-prod/static/chunks/app/api/db/connect/route-f626fdfbc87b7a2c.js +1 -0
- package/.next-prod/static/chunks/app/api/db/disconnect/route-f626fdfbc87b7a2c.js +1 -0
- package/.next-prod/static/chunks/app/api/db/export/route-f626fdfbc87b7a2c.js +1 -0
- package/.next-prod/static/chunks/app/api/db/query/route-f626fdfbc87b7a2c.js +1 -0
- package/.next-prod/static/chunks/app/api/db/schemas/route-f626fdfbc87b7a2c.js +1 -0
- package/.next-prod/static/chunks/app/api/extension/version/route-f626fdfbc87b7a2c.js +1 -0
- package/.next-prod/static/chunks/app/api/file/route-f626fdfbc87b7a2c.js +1 -0
- package/.next-prod/static/chunks/app/api/files/blame/route-f626fdfbc87b7a2c.js +1 -0
- package/.next-prod/static/chunks/app/api/files/clipboard/route-f626fdfbc87b7a2c.js +1 -0
- package/.next-prod/static/chunks/app/api/files/copy/route-f626fdfbc87b7a2c.js +1 -0
- package/.next-prod/static/chunks/app/api/files/delete/route-f626fdfbc87b7a2c.js +1 -0
- package/.next-prod/static/chunks/app/api/files/expanded/route-f626fdfbc87b7a2c.js +1 -0
- package/.next-prod/static/chunks/app/api/files/index/route-f626fdfbc87b7a2c.js +1 -0
- package/.next-prod/static/chunks/app/api/files/init/route-f626fdfbc87b7a2c.js +1 -0
- package/.next-prod/static/chunks/app/api/files/paste/route-f626fdfbc87b7a2c.js +1 -0
- package/.next-prod/static/chunks/app/api/files/read/route-f626fdfbc87b7a2c.js +1 -0
- package/.next-prod/static/chunks/app/api/files/readdir/route-f626fdfbc87b7a2c.js +1 -0
- package/.next-prod/static/chunks/app/api/files/recent/route-f626fdfbc87b7a2c.js +1 -0
- package/.next-prod/static/chunks/app/api/files/save/route-f626fdfbc87b7a2c.js +1 -0
- package/.next-prod/static/chunks/app/api/files/search/route-f626fdfbc87b7a2c.js +1 -0
- package/.next-prod/static/chunks/app/api/git/branch-diff/route-f626fdfbc87b7a2c.js +1 -0
- package/.next-prod/static/chunks/app/api/git/branches/route-f626fdfbc87b7a2c.js +1 -0
- package/.next-prod/static/chunks/app/api/git/commit-diff/route-f626fdfbc87b7a2c.js +1 -0
- package/.next-prod/static/chunks/app/api/git/commits/route-f626fdfbc87b7a2c.js +1 -0
- package/.next-prod/static/chunks/app/api/git/diff/route-f626fdfbc87b7a2c.js +1 -0
- package/.next-prod/static/chunks/app/api/git/discard/route-f626fdfbc87b7a2c.js +1 -0
- package/.next-prod/static/chunks/app/api/git/stage/route-f626fdfbc87b7a2c.js +1 -0
- package/.next-prod/static/chunks/app/api/git/status/route-f626fdfbc87b7a2c.js +1 -0
- package/.next-prod/static/chunks/app/api/git/unstage/route-f626fdfbc87b7a2c.js +1 -0
- package/.next-prod/static/chunks/app/api/git/worktree/route-f626fdfbc87b7a2c.js +1 -0
- package/.next-prod/static/chunks/app/api/global-state/route-f626fdfbc87b7a2c.js +1 -0
- package/.next-prod/static/chunks/app/api/jupyter/load/route-f626fdfbc87b7a2c.js +1 -0
- package/.next-prod/static/chunks/app/api/jupyter/save/route-f626fdfbc87b7a2c.js +1 -0
- package/.next-prod/static/chunks/app/api/jupyter/shutdown/route-f626fdfbc87b7a2c.js +1 -0
- package/.next-prod/static/chunks/app/api/lsp/definition/route-f626fdfbc87b7a2c.js +1 -0
- package/.next-prod/static/chunks/app/api/lsp/hover/route-f626fdfbc87b7a2c.js +1 -0
- package/.next-prod/static/chunks/app/api/lsp/references/route-f626fdfbc87b7a2c.js +1 -0
- package/.next-prod/static/chunks/app/api/lsp/status/route-f626fdfbc87b7a2c.js +1 -0
- package/.next-prod/static/chunks/app/api/lsp/warmup/route-f626fdfbc87b7a2c.js +1 -0
- package/.next-prod/static/chunks/app/api/mysql/columns/route-f626fdfbc87b7a2c.js +1 -0
- package/.next-prod/static/chunks/app/api/mysql/connect/route-f626fdfbc87b7a2c.js +1 -0
- package/.next-prod/static/chunks/app/api/mysql/disconnect/route-f626fdfbc87b7a2c.js +1 -0
- package/.next-prod/static/chunks/app/api/mysql/export/route-f626fdfbc87b7a2c.js +1 -0
- package/.next-prod/static/chunks/app/api/mysql/query/route-f626fdfbc87b7a2c.js +1 -0
- package/.next-prod/static/chunks/app/api/mysql/schemas/route-f626fdfbc87b7a2c.js +1 -0
- package/.next-prod/static/chunks/app/api/neo4j/connect/route-f626fdfbc87b7a2c.js +1 -0
- package/.next-prod/static/chunks/app/api/neo4j/disconnect/route-f626fdfbc87b7a2c.js +1 -0
- package/.next-prod/static/chunks/app/api/neo4j/query/route-f626fdfbc87b7a2c.js +1 -0
- package/.next-prod/static/chunks/app/api/neo4j/schema/route-f626fdfbc87b7a2c.js +1 -0
- package/.next-prod/static/chunks/app/api/note/route-f626fdfbc87b7a2c.js +1 -0
- package/.next-prod/static/chunks/app/api/ollama/models/route-f626fdfbc87b7a2c.js +1 -0
- package/.next-prod/static/chunks/app/api/ollama/start/route-f626fdfbc87b7a2c.js +1 -0
- package/.next-prod/static/chunks/app/api/open-cursor/route-f626fdfbc87b7a2c.js +1 -0
- package/.next-prod/static/chunks/app/api/open-vscode/route-f626fdfbc87b7a2c.js +1 -0
- package/.next-prod/static/chunks/app/api/pick-folder/route-f626fdfbc87b7a2c.js +1 -0
- package/.next-prod/static/chunks/app/api/pinned-sessions/route-f626fdfbc87b7a2c.js +1 -0
- package/.next-prod/static/chunks/app/api/project-settings/route-f626fdfbc87b7a2c.js +1 -0
- package/.next-prod/static/chunks/app/api/project-state/route-f626fdfbc87b7a2c.js +1 -0
- package/.next-prod/static/chunks/app/api/projects/route-f626fdfbc87b7a2c.js +1 -0
- package/.next-prod/static/chunks/app/api/redis/command/route-f626fdfbc87b7a2c.js +1 -0
- package/.next-prod/static/chunks/app/api/redis/connect/route-f626fdfbc87b7a2c.js +1 -0
- package/.next-prod/static/chunks/app/api/redis/delete/route-f626fdfbc87b7a2c.js +1 -0
- package/.next-prod/static/chunks/app/api/redis/disconnect/route-f626fdfbc87b7a2c.js +1 -0
- package/.next-prod/static/chunks/app/api/redis/get/route-f626fdfbc87b7a2c.js +1 -0
- package/.next-prod/static/chunks/app/api/redis/keys/route-f626fdfbc87b7a2c.js +1 -0
- package/.next-prod/static/chunks/app/api/redis/set/route-f626fdfbc87b7a2c.js +1 -0
- package/.next-prod/static/chunks/app/api/review/[id]/comments/route-f626fdfbc87b7a2c.js +1 -0
- package/.next-prod/static/chunks/app/api/review/[id]/replies/route-f626fdfbc87b7a2c.js +1 -0
- package/.next-prod/static/chunks/app/api/review/[id]/route-f626fdfbc87b7a2c.js +1 -0
- package/.next-prod/static/chunks/app/api/review/identify/route-f626fdfbc87b7a2c.js +1 -0
- package/.next-prod/static/chunks/app/api/review/order/route-f626fdfbc87b7a2c.js +1 -0
- package/.next-prod/static/chunks/app/api/review/route-f626fdfbc87b7a2c.js +1 -0
- package/.next-prod/static/chunks/app/api/review/share-info/route-f626fdfbc87b7a2c.js +1 -0
- package/.next-prod/static/chunks/app/api/review/users/route-f626fdfbc87b7a2c.js +1 -0
- package/.next-prod/static/chunks/app/api/scheduled-tasks/route-f626fdfbc87b7a2c.js +1 -0
- package/.next-prod/static/chunks/app/api/services/config/route-f626fdfbc87b7a2c.js +1 -0
- package/.next-prod/static/chunks/app/api/services/scripts/route-f626fdfbc87b7a2c.js +1 -0
- package/.next-prod/static/chunks/app/api/session/[sessionId]/fork/route-f626fdfbc87b7a2c.js +1 -0
- package/.next-prod/static/chunks/app/api/session/[sessionId]/history/route-f626fdfbc87b7a2c.js +1 -0
- package/.next-prod/static/chunks/app/api/session-by-path/route-f626fdfbc87b7a2c.js +1 -0
- package/.next-prod/static/chunks/app/api/sessions/projects/[encodedPath]/route-f626fdfbc87b7a2c.js +1 -0
- package/.next-prod/static/chunks/app/api/sessions/projects/route-f626fdfbc87b7a2c.js +1 -0
- package/.next-prod/static/chunks/app/api/sessions/route-f626fdfbc87b7a2c.js +1 -0
- package/.next-prod/static/chunks/app/api/settings/route-f626fdfbc87b7a2c.js +1 -0
- package/.next-prod/static/chunks/app/api/skills/[id]/route-f626fdfbc87b7a2c.js +1 -0
- package/.next-prod/static/chunks/app/api/skills/content/route-f626fdfbc87b7a2c.js +1 -0
- package/.next-prod/static/chunks/app/api/skills/route-f626fdfbc87b7a2c.js +1 -0
- package/.next-prod/static/chunks/app/api/terminal/aliases/route-f626fdfbc87b7a2c.js +1 -0
- package/.next-prod/static/chunks/app/api/terminal/autocomplete/route-f626fdfbc87b7a2c.js +1 -0
- package/.next-prod/static/chunks/app/api/terminal/bubble-order/route-f626fdfbc87b7a2c.js +1 -0
- package/.next-prod/static/chunks/app/api/terminal/env/route-f626fdfbc87b7a2c.js +1 -0
- package/.next-prod/static/chunks/app/api/terminal/history/route-f626fdfbc87b7a2c.js +1 -0
- package/.next-prod/static/chunks/app/api/version/route-f626fdfbc87b7a2c.js +1 -0
- package/.next-prod/static/chunks/app/manifest.webmanifest/route-f626fdfbc87b7a2c.js +1 -0
- package/.next-prod/static/chunks/app/page-e0d663a97bc29595.js +1 -0
- package/.next-prod/static/chunks/app/project/page-ff9fb0aaf89c8457.js +29 -0
- package/.next-prod/static/chunks/app/review/[id]/{page-559260ff9227d0b4.js → page-be83af23e89a03f9.js} +1 -1
- package/.next-prod/static/chunks/next/dist/client/components/builtin/app-error-f626fdfbc87b7a2c.js +1 -0
- package/.next-prod/static/chunks/next/dist/client/components/builtin/forbidden-f626fdfbc87b7a2c.js +1 -0
- package/.next-prod/static/chunks/next/dist/client/components/builtin/not-found-f626fdfbc87b7a2c.js +1 -0
- package/.next-prod/static/chunks/next/dist/client/components/builtin/unauthorized-f626fdfbc87b7a2c.js +1 -0
- package/.next-prod/static/css/75f39a8350e8177f.css +3 -0
- package/.next-prod/trace +13 -12
- package/.next-prod/trace-build +1 -1
- package/.next-prod/types/app/api/skills/[id]/route.ts +350 -0
- package/.next-prod/types/app/api/skills/content/route.ts +350 -0
- package/.next-prod/types/app/api/skills/route.ts +350 -0
- package/.next-prod/types/routes.d.ts +4 -1
- package/.next-prod/types/validator.ts +27 -0
- package/bin/cock-browser.mjs +65 -1
- package/chrome-extension/automation.js +36 -0
- package/chrome-extension/background.js +49 -2
- package/dist/{chunk-KLV3PBIZ.mjs → chunk-ZDTXJE6Z.mjs} +1 -0
- package/dist/scheduledTasks.mjs +1 -1
- package/dist/wsServer.mjs +1 -1
- package/package.json +1 -1
- package/.next-prod/server/chunks/4042.js +0 -1
- package/.next-prod/server/chunks/6062.js +0 -1
- package/.next-prod/server/chunks/7284.js +0 -1
- package/.next-prod/static/Avd2f2SegjGOElSYvrTlK/_buildManifest.js +0 -1
- package/.next-prod/static/chunks/1593-d845ec6e5c8de67e.js +0 -1
- package/.next-prod/static/chunks/2072-f08fabf0a6541d15.js +0 -4
- package/.next-prod/static/chunks/3530-6d8abfd0e950d439.js +0 -14
- package/.next-prod/static/chunks/5493-83d6a5ec42d6cbb3.js +0 -1
- package/.next-prod/static/chunks/app/_global-error/page-6f58f82d7dc6888f.js +0 -1
- package/.next-prod/static/chunks/app/api/bash/route-6f58f82d7dc6888f.js +0 -1
- package/.next-prod/static/chunks/app/api/chat/codex/route-6f58f82d7dc6888f.js +0 -1
- package/.next-prod/static/chunks/app/api/chat/kimi/route-6f58f82d7dc6888f.js +0 -1
- package/.next-prod/static/chunks/app/api/chat/ollama/route-6f58f82d7dc6888f.js +0 -1
- package/.next-prod/static/chunks/app/api/chat/route-6f58f82d7dc6888f.js +0 -1
- package/.next-prod/static/chunks/app/api/claude-stats/route-6f58f82d7dc6888f.js +0 -1
- package/.next-prod/static/chunks/app/api/commands/route-6f58f82d7dc6888f.js +0 -1
- package/.next-prod/static/chunks/app/api/comments/route-6f58f82d7dc6888f.js +0 -1
- package/.next-prod/static/chunks/app/api/db/columns/route-6f58f82d7dc6888f.js +0 -1
- package/.next-prod/static/chunks/app/api/db/connect/route-6f58f82d7dc6888f.js +0 -1
- package/.next-prod/static/chunks/app/api/db/disconnect/route-6f58f82d7dc6888f.js +0 -1
- package/.next-prod/static/chunks/app/api/db/export/route-6f58f82d7dc6888f.js +0 -1
- package/.next-prod/static/chunks/app/api/db/query/route-6f58f82d7dc6888f.js +0 -1
- package/.next-prod/static/chunks/app/api/db/schemas/route-6f58f82d7dc6888f.js +0 -1
- package/.next-prod/static/chunks/app/api/extension/version/route-6f58f82d7dc6888f.js +0 -1
- package/.next-prod/static/chunks/app/api/file/route-6f58f82d7dc6888f.js +0 -1
- package/.next-prod/static/chunks/app/api/files/blame/route-6f58f82d7dc6888f.js +0 -1
- package/.next-prod/static/chunks/app/api/files/clipboard/route-6f58f82d7dc6888f.js +0 -1
- package/.next-prod/static/chunks/app/api/files/copy/route-6f58f82d7dc6888f.js +0 -1
- package/.next-prod/static/chunks/app/api/files/delete/route-6f58f82d7dc6888f.js +0 -1
- package/.next-prod/static/chunks/app/api/files/expanded/route-6f58f82d7dc6888f.js +0 -1
- package/.next-prod/static/chunks/app/api/files/index/route-6f58f82d7dc6888f.js +0 -1
- package/.next-prod/static/chunks/app/api/files/init/route-6f58f82d7dc6888f.js +0 -1
- package/.next-prod/static/chunks/app/api/files/paste/route-6f58f82d7dc6888f.js +0 -1
- package/.next-prod/static/chunks/app/api/files/read/route-6f58f82d7dc6888f.js +0 -1
- package/.next-prod/static/chunks/app/api/files/readdir/route-6f58f82d7dc6888f.js +0 -1
- package/.next-prod/static/chunks/app/api/files/recent/route-6f58f82d7dc6888f.js +0 -1
- package/.next-prod/static/chunks/app/api/files/save/route-6f58f82d7dc6888f.js +0 -1
- package/.next-prod/static/chunks/app/api/files/search/route-6f58f82d7dc6888f.js +0 -1
- package/.next-prod/static/chunks/app/api/git/branch-diff/route-6f58f82d7dc6888f.js +0 -1
- package/.next-prod/static/chunks/app/api/git/branches/route-6f58f82d7dc6888f.js +0 -1
- package/.next-prod/static/chunks/app/api/git/commit-diff/route-6f58f82d7dc6888f.js +0 -1
- package/.next-prod/static/chunks/app/api/git/commits/route-6f58f82d7dc6888f.js +0 -1
- package/.next-prod/static/chunks/app/api/git/diff/route-6f58f82d7dc6888f.js +0 -1
- package/.next-prod/static/chunks/app/api/git/discard/route-6f58f82d7dc6888f.js +0 -1
- package/.next-prod/static/chunks/app/api/git/stage/route-6f58f82d7dc6888f.js +0 -1
- package/.next-prod/static/chunks/app/api/git/status/route-6f58f82d7dc6888f.js +0 -1
- package/.next-prod/static/chunks/app/api/git/unstage/route-6f58f82d7dc6888f.js +0 -1
- package/.next-prod/static/chunks/app/api/git/worktree/route-6f58f82d7dc6888f.js +0 -1
- package/.next-prod/static/chunks/app/api/global-state/route-6f58f82d7dc6888f.js +0 -1
- package/.next-prod/static/chunks/app/api/jupyter/load/route-6f58f82d7dc6888f.js +0 -1
- package/.next-prod/static/chunks/app/api/jupyter/save/route-6f58f82d7dc6888f.js +0 -1
- package/.next-prod/static/chunks/app/api/jupyter/shutdown/route-6f58f82d7dc6888f.js +0 -1
- package/.next-prod/static/chunks/app/api/lsp/definition/route-6f58f82d7dc6888f.js +0 -1
- package/.next-prod/static/chunks/app/api/lsp/hover/route-6f58f82d7dc6888f.js +0 -1
- package/.next-prod/static/chunks/app/api/lsp/references/route-6f58f82d7dc6888f.js +0 -1
- package/.next-prod/static/chunks/app/api/lsp/status/route-6f58f82d7dc6888f.js +0 -1
- package/.next-prod/static/chunks/app/api/lsp/warmup/route-6f58f82d7dc6888f.js +0 -1
- package/.next-prod/static/chunks/app/api/mysql/columns/route-6f58f82d7dc6888f.js +0 -1
- package/.next-prod/static/chunks/app/api/mysql/connect/route-6f58f82d7dc6888f.js +0 -1
- package/.next-prod/static/chunks/app/api/mysql/disconnect/route-6f58f82d7dc6888f.js +0 -1
- package/.next-prod/static/chunks/app/api/mysql/export/route-6f58f82d7dc6888f.js +0 -1
- package/.next-prod/static/chunks/app/api/mysql/query/route-6f58f82d7dc6888f.js +0 -1
- package/.next-prod/static/chunks/app/api/mysql/schemas/route-6f58f82d7dc6888f.js +0 -1
- package/.next-prod/static/chunks/app/api/neo4j/connect/route-6f58f82d7dc6888f.js +0 -1
- package/.next-prod/static/chunks/app/api/neo4j/disconnect/route-6f58f82d7dc6888f.js +0 -1
- package/.next-prod/static/chunks/app/api/neo4j/query/route-6f58f82d7dc6888f.js +0 -1
- package/.next-prod/static/chunks/app/api/neo4j/schema/route-6f58f82d7dc6888f.js +0 -1
- package/.next-prod/static/chunks/app/api/note/route-6f58f82d7dc6888f.js +0 -1
- package/.next-prod/static/chunks/app/api/ollama/models/route-6f58f82d7dc6888f.js +0 -1
- package/.next-prod/static/chunks/app/api/ollama/start/route-6f58f82d7dc6888f.js +0 -1
- package/.next-prod/static/chunks/app/api/open-cursor/route-6f58f82d7dc6888f.js +0 -1
- package/.next-prod/static/chunks/app/api/open-vscode/route-6f58f82d7dc6888f.js +0 -1
- package/.next-prod/static/chunks/app/api/pick-folder/route-6f58f82d7dc6888f.js +0 -1
- package/.next-prod/static/chunks/app/api/pinned-sessions/route-6f58f82d7dc6888f.js +0 -1
- package/.next-prod/static/chunks/app/api/project-settings/route-6f58f82d7dc6888f.js +0 -1
- package/.next-prod/static/chunks/app/api/project-state/route-6f58f82d7dc6888f.js +0 -1
- package/.next-prod/static/chunks/app/api/projects/route-6f58f82d7dc6888f.js +0 -1
- package/.next-prod/static/chunks/app/api/redis/command/route-6f58f82d7dc6888f.js +0 -1
- package/.next-prod/static/chunks/app/api/redis/connect/route-6f58f82d7dc6888f.js +0 -1
- package/.next-prod/static/chunks/app/api/redis/delete/route-6f58f82d7dc6888f.js +0 -1
- package/.next-prod/static/chunks/app/api/redis/disconnect/route-6f58f82d7dc6888f.js +0 -1
- package/.next-prod/static/chunks/app/api/redis/get/route-6f58f82d7dc6888f.js +0 -1
- package/.next-prod/static/chunks/app/api/redis/keys/route-6f58f82d7dc6888f.js +0 -1
- package/.next-prod/static/chunks/app/api/redis/set/route-6f58f82d7dc6888f.js +0 -1
- package/.next-prod/static/chunks/app/api/review/[id]/comments/route-6f58f82d7dc6888f.js +0 -1
- package/.next-prod/static/chunks/app/api/review/[id]/replies/route-6f58f82d7dc6888f.js +0 -1
- package/.next-prod/static/chunks/app/api/review/[id]/route-6f58f82d7dc6888f.js +0 -1
- package/.next-prod/static/chunks/app/api/review/identify/route-6f58f82d7dc6888f.js +0 -1
- package/.next-prod/static/chunks/app/api/review/order/route-6f58f82d7dc6888f.js +0 -1
- package/.next-prod/static/chunks/app/api/review/route-6f58f82d7dc6888f.js +0 -1
- package/.next-prod/static/chunks/app/api/review/share-info/route-6f58f82d7dc6888f.js +0 -1
- package/.next-prod/static/chunks/app/api/review/users/route-6f58f82d7dc6888f.js +0 -1
- package/.next-prod/static/chunks/app/api/scheduled-tasks/route-6f58f82d7dc6888f.js +0 -1
- package/.next-prod/static/chunks/app/api/services/config/route-6f58f82d7dc6888f.js +0 -1
- package/.next-prod/static/chunks/app/api/services/scripts/route-6f58f82d7dc6888f.js +0 -1
- package/.next-prod/static/chunks/app/api/session/[sessionId]/fork/route-6f58f82d7dc6888f.js +0 -1
- package/.next-prod/static/chunks/app/api/session/[sessionId]/history/route-6f58f82d7dc6888f.js +0 -1
- package/.next-prod/static/chunks/app/api/session-by-path/route-6f58f82d7dc6888f.js +0 -1
- package/.next-prod/static/chunks/app/api/sessions/projects/[encodedPath]/route-6f58f82d7dc6888f.js +0 -1
- package/.next-prod/static/chunks/app/api/sessions/projects/route-6f58f82d7dc6888f.js +0 -1
- package/.next-prod/static/chunks/app/api/sessions/route-6f58f82d7dc6888f.js +0 -1
- package/.next-prod/static/chunks/app/api/settings/route-6f58f82d7dc6888f.js +0 -1
- package/.next-prod/static/chunks/app/api/terminal/aliases/route-6f58f82d7dc6888f.js +0 -1
- package/.next-prod/static/chunks/app/api/terminal/autocomplete/route-6f58f82d7dc6888f.js +0 -1
- package/.next-prod/static/chunks/app/api/terminal/bubble-order/route-6f58f82d7dc6888f.js +0 -1
- package/.next-prod/static/chunks/app/api/terminal/env/route-6f58f82d7dc6888f.js +0 -1
- package/.next-prod/static/chunks/app/api/terminal/history/route-6f58f82d7dc6888f.js +0 -1
- package/.next-prod/static/chunks/app/api/version/route-6f58f82d7dc6888f.js +0 -1
- package/.next-prod/static/chunks/app/manifest.webmanifest/route-6f58f82d7dc6888f.js +0 -1
- package/.next-prod/static/chunks/app/page-cc2b332242bc2c93.js +0 -1
- package/.next-prod/static/chunks/app/project/page-95039285184e0c74.js +0 -25
- package/.next-prod/static/chunks/next/dist/client/components/builtin/app-error-6f58f82d7dc6888f.js +0 -1
- package/.next-prod/static/chunks/next/dist/client/components/builtin/forbidden-6f58f82d7dc6888f.js +0 -1
- package/.next-prod/static/chunks/next/dist/client/components/builtin/not-found-6f58f82d7dc6888f.js +0 -1
- package/.next-prod/static/chunks/next/dist/client/components/builtin/unauthorized-6f58f82d7dc6888f.js +0 -1
- package/.next-prod/static/css/bbd65867698c479b.css +0 -3
- /package/.next-prod/static/{Avd2f2SegjGOElSYvrTlK → KErTlLLQlubS82IizAx-5}/_ssgManifest.js +0 -0
package/.next-prod/trace
CHANGED
|
@@ -1,12 +1,13 @@
|
|
|
1
|
-
[{"name":"generate-buildid","duration":206,"timestamp":501717624,"id":4,"parentId":1,"tags":{},"startTime":1776839973427,"traceId":"4bfc0cde73c5d18d"},{"name":"load-custom-routes","duration":349,"timestamp":501717935,"id":5,"parentId":1,"tags":{},"startTime":1776839973427,"traceId":"4bfc0cde73c5d18d"},{"name":"create-dist-dir","duration":1056,"timestamp":501718313,"id":6,"parentId":1,"tags":{},"startTime":1776839973427,"traceId":"4bfc0cde73c5d18d"},{"name":"clean","duration":55081,"timestamp":501719792,"id":7,"parentId":1,"tags":{},"startTime":1776839973429,"traceId":"4bfc0cde73c5d18d"},{"name":"create-pages-mapping","duration":237,"timestamp":501812399,"id":8,"parentId":1,"tags":{},"startTime":1776839973522,"traceId":"4bfc0cde73c5d18d"},{"name":"collect-app-files","duration":5212,"timestamp":501812696,"id":9,"parentId":1,"tags":{},"startTime":1776839973522,"traceId":"4bfc0cde73c5d18d"},{"name":"create-app-mapping","duration":5901,"timestamp":501817936,"id":10,"parentId":1,"tags":{},"startTime":1776839973527,"traceId":"4bfc0cde73c5d18d"},{"name":"create-app-layouts","duration":149,"timestamp":501823916,"id":11,"parentId":1,"tags":{},"startTime":1776839973533,"traceId":"4bfc0cde73c5d18d"},{"name":"collect-default-files","duration":9220,"timestamp":501827000,"id":13,"parentId":1,"tags":{},"startTime":1776839973536,"traceId":"4bfc0cde73c5d18d"},{"name":"generate-route-types","duration":23860,"timestamp":501826397,"id":12,"parentId":1,"tags":{},"startTime":1776839973536,"traceId":"4bfc0cde73c5d18d"},{"name":"public-dir-conflict-check","duration":81,"timestamp":501850289,"id":14,"parentId":1,"tags":{},"startTime":1776839973559,"traceId":"4bfc0cde73c5d18d"},{"name":"generate-routes-manifest","duration":3982,"timestamp":501850425,"id":15,"parentId":1,"tags":{},"startTime":1776839973560,"traceId":"4bfc0cde73c5d18d"},{"name":"create-entrypoints","duration":65099,"timestamp":502327814,"id":20,"parentId":18,"tags":{},"startTime":1776839974037,"traceId":"4bfc0cde73c5d18d"},{"name":"generate-webpack-config","duration":261448,"timestamp":502393141,"id":21,"parentId":19,"tags":{},"startTime":1776839974102,"traceId":"4bfc0cde73c5d18d"},{"name":"next-trace-entrypoint-plugin","duration":2171,"timestamp":502745909,"id":23,"parentId":22,"tags":{},"startTime":1776839974455,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":1483324,"timestamp":502756140,"id":126,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fsessions%2Froute&name=app%2Fapi%2Fsessions%2Froute&pagePath=private-next-app-dir%2Fapi%2Fsessions%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fsessions%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776839974465,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":1524767,"timestamp":502756137,"id":125,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fsession-by-path%2Froute&name=app%2Fapi%2Fsession-by-path%2Froute&pagePath=private-next-app-dir%2Fapi%2Fsession-by-path%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fsession-by-path%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776839974465,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":1539675,"timestamp":502756145,"id":127,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fterminal%2Fhistory%2Froute&name=app%2Fapi%2Fterminal%2Fhistory%2Froute&pagePath=private-next-app-dir%2Fapi%2Fterminal%2Fhistory%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fterminal%2Fhistory%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776839974465,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":1595675,"timestamp":502756148,"id":128,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fproject%2Fpage&name=app%2Fproject%2Fpage&pagePath=private-next-app-dir%2Fproject%2Fpage.tsx&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fproject%2Fpage&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776839974465,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":1595704,"timestamp":502756151,"id":129,"parentId":24,"tags":{"request":"next-app-loader?page=%2Freview%2F%5Bid%5D%2Fpage&name=app%2Freview%2F%5Bid%5D%2Fpage&pagePath=private-next-app-dir%2Freview%2F%5Bid%5D%2Fpage.tsx&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Freview%2F%5Bid%5D%2Fpage&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776839974465,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":1635942,"timestamp":502756156,"id":130,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fpage&name=app%2Fpage&pagePath=private-next-app-dir%2Fpage.tsx&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fpage&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776839974465,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":1705840,"timestamp":502756115,"id":120,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fsessions%2Fprojects%2Froute&name=app%2Fapi%2Fsessions%2Fprojects%2Froute&pagePath=private-next-app-dir%2Fapi%2Fsessions%2Fprojects%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fsessions%2Fprojects%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776839974465,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":1706529,"timestamp":502755464,"id":28,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fcomments%2Froute&name=app%2Fapi%2Fcomments%2Froute&pagePath=private-next-app-dir%2Fapi%2Fcomments%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fcomments%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776839974465,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":1706541,"timestamp":502755485,"id":29,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fdb%2Fcolumns%2Froute&name=app%2Fapi%2Fdb%2Fcolumns%2Froute&pagePath=private-next-app-dir%2Fapi%2Fdb%2Fcolumns%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fdb%2Fcolumns%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776839974465,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":1706541,"timestamp":502755500,"id":30,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fdb%2Fconnect%2Froute&name=app%2Fapi%2Fdb%2Fconnect%2Froute&pagePath=private-next-app-dir%2Fapi%2Fdb%2Fconnect%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fdb%2Fconnect%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776839974465,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":1706535,"timestamp":502755511,"id":31,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fdb%2Fdisconnect%2Froute&name=app%2Fapi%2Fdb%2Fdisconnect%2Froute&pagePath=private-next-app-dir%2Fapi%2Fdb%2Fdisconnect%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fdb%2Fdisconnect%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776839974465,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":1706526,"timestamp":502755523,"id":32,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fdb%2Fexport%2Froute&name=app%2Fapi%2Fdb%2Fexport%2Froute&pagePath=private-next-app-dir%2Fapi%2Fdb%2Fexport%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fdb%2Fexport%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776839974465,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":1706519,"timestamp":502755534,"id":33,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fdb%2Fquery%2Froute&name=app%2Fapi%2Fdb%2Fquery%2Froute&pagePath=private-next-app-dir%2Fapi%2Fdb%2Fquery%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fdb%2Fquery%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776839974465,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":1706373,"timestamp":502755685,"id":34,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fdb%2Fschemas%2Froute&name=app%2Fapi%2Fdb%2Fschemas%2Froute&pagePath=private-next-app-dir%2Fapi%2Fdb%2Fschemas%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fdb%2Fschemas%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776839974465,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":1706336,"timestamp":502755725,"id":35,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fextension%2Fversion%2Froute&name=app%2Fapi%2Fextension%2Fversion%2Froute&pagePath=private-next-app-dir%2Fapi%2Fextension%2Fversion%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fextension%2Fversion%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776839974465,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":1706327,"timestamp":502755737,"id":36,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Ffile%2Froute&name=app%2Fapi%2Ffile%2Froute&pagePath=private-next-app-dir%2Fapi%2Ffile%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Ffile%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776839974465,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":1706325,"timestamp":502755742,"id":37,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Ffiles%2Fcopy%2Froute&name=app%2Fapi%2Ffiles%2Fcopy%2Froute&pagePath=private-next-app-dir%2Fapi%2Ffiles%2Fcopy%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Ffiles%2Fcopy%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776839974465,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":1706323,"timestamp":502755747,"id":38,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Ffiles%2Fclipboard%2Froute&name=app%2Fapi%2Ffiles%2Fclipboard%2Froute&pagePath=private-next-app-dir%2Fapi%2Ffiles%2Fclipboard%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Ffiles%2Fclipboard%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776839974465,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":1706321,"timestamp":502755751,"id":39,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Ffiles%2Fdelete%2Froute&name=app%2Fapi%2Ffiles%2Fdelete%2Froute&pagePath=private-next-app-dir%2Fapi%2Ffiles%2Fdelete%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Ffiles%2Fdelete%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776839974465,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":1706319,"timestamp":502755756,"id":40,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Ffiles%2Fexpanded%2Froute&name=app%2Fapi%2Ffiles%2Fexpanded%2Froute&pagePath=private-next-app-dir%2Fapi%2Ffiles%2Fexpanded%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Ffiles%2Fexpanded%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776839974465,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":1706318,"timestamp":502755760,"id":41,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Ffiles%2Findex%2Froute&name=app%2Fapi%2Ffiles%2Findex%2Froute&pagePath=private-next-app-dir%2Fapi%2Ffiles%2Findex%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Ffiles%2Findex%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776839974465,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":1706315,"timestamp":502755765,"id":42,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Ffiles%2Finit%2Froute&name=app%2Fapi%2Ffiles%2Finit%2Froute&pagePath=private-next-app-dir%2Fapi%2Ffiles%2Finit%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Ffiles%2Finit%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776839974465,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":1706313,"timestamp":502755770,"id":43,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Ffiles%2Fpaste%2Froute&name=app%2Fapi%2Ffiles%2Fpaste%2Froute&pagePath=private-next-app-dir%2Fapi%2Ffiles%2Fpaste%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Ffiles%2Fpaste%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776839974465,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":1706312,"timestamp":502755774,"id":44,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Ffiles%2Fread%2Froute&name=app%2Fapi%2Ffiles%2Fread%2Froute&pagePath=private-next-app-dir%2Fapi%2Ffiles%2Fread%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Ffiles%2Fread%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776839974465,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":1706310,"timestamp":502755779,"id":45,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Ffiles%2Freaddir%2Froute&name=app%2Fapi%2Ffiles%2Freaddir%2Froute&pagePath=private-next-app-dir%2Fapi%2Ffiles%2Freaddir%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Ffiles%2Freaddir%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776839974465,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":1706311,"timestamp":502755782,"id":46,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Ffiles%2Frecent%2Froute&name=app%2Fapi%2Ffiles%2Frecent%2Froute&pagePath=private-next-app-dir%2Fapi%2Ffiles%2Frecent%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Ffiles%2Frecent%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776839974465,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":1706309,"timestamp":502755787,"id":47,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Ffiles%2Fsave%2Froute&name=app%2Fapi%2Ffiles%2Fsave%2Froute&pagePath=private-next-app-dir%2Fapi%2Ffiles%2Fsave%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Ffiles%2Fsave%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776839974465,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":1706308,"timestamp":502755790,"id":48,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fgit%2Fbranch-diff%2Froute&name=app%2Fapi%2Fgit%2Fbranch-diff%2Froute&pagePath=private-next-app-dir%2Fapi%2Fgit%2Fbranch-diff%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fgit%2Fbranch-diff%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776839974465,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":1706306,"timestamp":502755795,"id":49,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fgit%2Fcommit-diff%2Froute&name=app%2Fapi%2Fgit%2Fcommit-diff%2Froute&pagePath=private-next-app-dir%2Fapi%2Fgit%2Fcommit-diff%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fgit%2Fcommit-diff%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776839974465,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":1706305,"timestamp":502755798,"id":50,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fgit%2Fbranches%2Froute&name=app%2Fapi%2Fgit%2Fbranches%2Froute&pagePath=private-next-app-dir%2Fapi%2Fgit%2Fbranches%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fgit%2Fbranches%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776839974465,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":1706303,"timestamp":502755802,"id":51,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fgit%2Fcommits%2Froute&name=app%2Fapi%2Fgit%2Fcommits%2Froute&pagePath=private-next-app-dir%2Fapi%2Fgit%2Fcommits%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fgit%2Fcommits%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776839974465,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":1706303,"timestamp":502755805,"id":52,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fgit%2Fdiff%2Froute&name=app%2Fapi%2Fgit%2Fdiff%2Froute&pagePath=private-next-app-dir%2Fapi%2Fgit%2Fdiff%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fgit%2Fdiff%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776839974465,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":1706300,"timestamp":502755810,"id":53,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fgit%2Fdiscard%2Froute&name=app%2Fapi%2Fgit%2Fdiscard%2Froute&pagePath=private-next-app-dir%2Fapi%2Fgit%2Fdiscard%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fgit%2Fdiscard%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776839974465,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":1706300,"timestamp":502755813,"id":54,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fgit%2Fstage%2Froute&name=app%2Fapi%2Fgit%2Fstage%2Froute&pagePath=private-next-app-dir%2Fapi%2Fgit%2Fstage%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fgit%2Fstage%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776839974465,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":1706294,"timestamp":502755821,"id":55,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fgit%2Fstatus%2Froute&name=app%2Fapi%2Fgit%2Fstatus%2Froute&pagePath=private-next-app-dir%2Fapi%2Fgit%2Fstatus%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fgit%2Fstatus%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776839974465,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":1706294,"timestamp":502755824,"id":56,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fgit%2Funstage%2Froute&name=app%2Fapi%2Fgit%2Funstage%2Froute&pagePath=private-next-app-dir%2Fapi%2Fgit%2Funstage%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fgit%2Funstage%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776839974465,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":1706291,"timestamp":502755830,"id":57,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fglobal-state%2Froute&name=app%2Fapi%2Fglobal-state%2Froute&pagePath=private-next-app-dir%2Fapi%2Fglobal-state%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fglobal-state%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776839974465,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":1706288,"timestamp":502755835,"id":58,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fgit%2Fworktree%2Froute&name=app%2Fapi%2Fgit%2Fworktree%2Froute&pagePath=private-next-app-dir%2Fapi%2Fgit%2Fworktree%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fgit%2Fworktree%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776839974465,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":1706349,"timestamp":502755839,"id":59,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fjupyter%2Fload%2Froute&name=app%2Fapi%2Fjupyter%2Fload%2Froute&pagePath=private-next-app-dir%2Fapi%2Fjupyter%2Fload%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fjupyter%2Fload%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776839974465,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":1706351,"timestamp":502755843,"id":60,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fjupyter%2Fsave%2Froute&name=app%2Fapi%2Fjupyter%2Fsave%2Froute&pagePath=private-next-app-dir%2Fapi%2Fjupyter%2Fsave%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fjupyter%2Fsave%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776839974465,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":1706349,"timestamp":502755847,"id":61,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fjupyter%2Fshutdown%2Froute&name=app%2Fapi%2Fjupyter%2Fshutdown%2Froute&pagePath=private-next-app-dir%2Fapi%2Fjupyter%2Fshutdown%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fjupyter%2Fshutdown%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776839974465,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":1706349,"timestamp":502755850,"id":62,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Flsp%2Fdefinition%2Froute&name=app%2Fapi%2Flsp%2Fdefinition%2Froute&pagePath=private-next-app-dir%2Fapi%2Flsp%2Fdefinition%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Flsp%2Fdefinition%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776839974465,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":1706347,"timestamp":502755855,"id":63,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Flsp%2Fhover%2Froute&name=app%2Fapi%2Flsp%2Fhover%2Froute&pagePath=private-next-app-dir%2Fapi%2Flsp%2Fhover%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Flsp%2Fhover%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776839974465,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":1706346,"timestamp":502755858,"id":64,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Flsp%2Freferences%2Froute&name=app%2Fapi%2Flsp%2Freferences%2Froute&pagePath=private-next-app-dir%2Fapi%2Flsp%2Freferences%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Flsp%2Freferences%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776839974465,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":1706353,"timestamp":502755863,"id":65,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Flsp%2Fstatus%2Froute&name=app%2Fapi%2Flsp%2Fstatus%2Froute&pagePath=private-next-app-dir%2Fapi%2Flsp%2Fstatus%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Flsp%2Fstatus%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776839974465,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":1706352,"timestamp":502755865,"id":66,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Flsp%2Fwarmup%2Froute&name=app%2Fapi%2Flsp%2Fwarmup%2Froute&pagePath=private-next-app-dir%2Fapi%2Flsp%2Fwarmup%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Flsp%2Fwarmup%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776839974465,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":1706309,"timestamp":502755911,"id":77,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fopen-cursor%2Froute&name=app%2Fapi%2Fopen-cursor%2Froute&pagePath=private-next-app-dir%2Fapi%2Fopen-cursor%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fopen-cursor%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776839974465,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":1706307,"timestamp":502755915,"id":78,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fpick-folder%2Froute&name=app%2Fapi%2Fpick-folder%2Froute&pagePath=private-next-app-dir%2Fapi%2Fpick-folder%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fpick-folder%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776839974465,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":1706306,"timestamp":502755918,"id":79,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fpinned-sessions%2Froute&name=app%2Fapi%2Fpinned-sessions%2Froute&pagePath=private-next-app-dir%2Fapi%2Fpinned-sessions%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fpinned-sessions%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776839974465,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":1706305,"timestamp":502755921,"id":80,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fopen-vscode%2Froute&name=app%2Fapi%2Fopen-vscode%2Froute&pagePath=private-next-app-dir%2Fapi%2Fopen-vscode%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fopen-vscode%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776839974465,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":1706303,"timestamp":502755926,"id":81,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fproject-state%2Froute&name=app%2Fapi%2Fproject-state%2Froute&pagePath=private-next-app-dir%2Fapi%2Fproject-state%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fproject-state%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776839974465,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":1706280,"timestamp":502755951,"id":88,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Freview%2F%5Bid%5D%2Fcomments%2Froute&name=app%2Fapi%2Freview%2F%5Bid%5D%2Fcomments%2Froute&pagePath=private-next-app-dir%2Fapi%2Freview%2F%5Bid%5D%2Fcomments%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Freview%2F%5Bid%5D%2Fcomments%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776839974465,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":1706269,"timestamp":502755965,"id":90,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Freview%2F%5Bid%5D%2Freplies%2Froute&name=app%2Fapi%2Freview%2F%5Bid%5D%2Freplies%2Froute&pagePath=private-next-app-dir%2Fapi%2Freview%2F%5Bid%5D%2Freplies%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Freview%2F%5Bid%5D%2Freplies%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776839974465,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":1706266,"timestamp":502755970,"id":91,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Freview%2Fidentify%2Froute&name=app%2Fapi%2Freview%2Fidentify%2Froute&pagePath=private-next-app-dir%2Fapi%2Freview%2Fidentify%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Freview%2Fidentify%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776839974465,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":1706266,"timestamp":502755973,"id":92,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Freview%2F%5Bid%5D%2Froute&name=app%2Fapi%2Freview%2F%5Bid%5D%2Froute&pagePath=private-next-app-dir%2Fapi%2Freview%2F%5Bid%5D%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Freview%2F%5Bid%5D%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776839974465,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":1706263,"timestamp":502755977,"id":93,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Freview%2Forder%2Froute&name=app%2Fapi%2Freview%2Forder%2Froute&pagePath=private-next-app-dir%2Fapi%2Freview%2Forder%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Freview%2Forder%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776839974465,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":1706262,"timestamp":502755981,"id":94,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Freview%2Froute&name=app%2Fapi%2Freview%2Froute&pagePath=private-next-app-dir%2Fapi%2Freview%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Freview%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776839974465,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":1706260,"timestamp":502755985,"id":95,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Freview%2Fshare-info%2Froute&name=app%2Fapi%2Freview%2Fshare-info%2Froute&pagePath=private-next-app-dir%2Fapi%2Freview%2Fshare-info%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Freview%2Fshare-info%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776839974465,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":1706259,"timestamp":502755988,"id":96,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Freview%2Fusers%2Froute&name=app%2Fapi%2Freview%2Fusers%2Froute&pagePath=private-next-app-dir%2Fapi%2Freview%2Fusers%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Freview%2Fusers%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776839974465,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":1706258,"timestamp":502755991,"id":97,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fservices%2Fconfig%2Froute&name=app%2Fapi%2Fservices%2Fconfig%2Froute&pagePath=private-next-app-dir%2Fapi%2Fservices%2Fconfig%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fservices%2Fconfig%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776839974465,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":1706255,"timestamp":502755996,"id":98,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fservices%2Fscripts%2Froute&name=app%2Fapi%2Fservices%2Fscripts%2Froute&pagePath=private-next-app-dir%2Fapi%2Fservices%2Fscripts%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fservices%2Fscripts%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776839974465,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":1706254,"timestamp":502755999,"id":99,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fsettings%2Froute&name=app%2Fapi%2Fsettings%2Froute&pagePath=private-next-app-dir%2Fapi%2Fsettings%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fsettings%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776839974465,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":1706251,"timestamp":502756004,"id":100,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fversion%2Froute&name=app%2Fapi%2Fversion%2Froute&pagePath=private-next-app-dir%2Fapi%2Fversion%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fversion%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776839974465,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":1706227,"timestamp":502756030,"id":101,"parentId":24,"tags":{"request":"next-app-loader?page=%2Ffavicon.ico%2Froute&name=app%2Ffavicon.ico%2Froute&pagePath=private-next-app-dir%2Ffavicon.ico&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Ffavicon.ico&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776839974465,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":1706222,"timestamp":502756037,"id":102,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fmanifest.webmanifest%2Froute&name=app%2Fmanifest.webmanifest%2Froute&pagePath=private-next-app-dir%2Fmanifest.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fmanifest&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776839974465,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":1706221,"timestamp":502756040,"id":103,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fbash%2Froute&name=app%2Fapi%2Fbash%2Froute&pagePath=private-next-app-dir%2Fapi%2Fbash%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fbash%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776839974465,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":1706215,"timestamp":502756048,"id":105,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fchat%2Fcodex%2Froute&name=app%2Fapi%2Fchat%2Fcodex%2Froute&pagePath=private-next-app-dir%2Fapi%2Fchat%2Fcodex%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fchat%2Fcodex%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776839974465,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":1706212,"timestamp":502756053,"id":106,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fchat%2Fkimi%2Froute&name=app%2Fapi%2Fchat%2Fkimi%2Froute&pagePath=private-next-app-dir%2Fapi%2Fchat%2Fkimi%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fchat%2Fkimi%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776839974465,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":1706211,"timestamp":502756056,"id":107,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fcommands%2Froute&name=app%2Fapi%2Fcommands%2Froute&pagePath=private-next-app-dir%2Fapi%2Fcommands%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fcommands%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776839974465,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":1706208,"timestamp":502756061,"id":108,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fclaude-stats%2Froute&name=app%2Fapi%2Fclaude-stats%2Froute&pagePath=private-next-app-dir%2Fapi%2Fclaude-stats%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fclaude-stats%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776839974465,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":1706198,"timestamp":502756073,"id":109,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Ffiles%2Fblame%2Froute&name=app%2Fapi%2Ffiles%2Fblame%2Froute&pagePath=private-next-app-dir%2Fapi%2Ffiles%2Fblame%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Ffiles%2Fblame%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776839974465,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":1706197,"timestamp":502756076,"id":110,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Ffiles%2Fsearch%2Froute&name=app%2Fapi%2Ffiles%2Fsearch%2Froute&pagePath=private-next-app-dir%2Fapi%2Ffiles%2Fsearch%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Ffiles%2Fsearch%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776839974465,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":1706194,"timestamp":502756081,"id":111,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fnote%2Froute&name=app%2Fapi%2Fnote%2Froute&pagePath=private-next-app-dir%2Fapi%2Fnote%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fnote%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776839974465,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":1706192,"timestamp":502756084,"id":112,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Follama%2Fstart%2Froute&name=app%2Fapi%2Follama%2Fstart%2Froute&pagePath=private-next-app-dir%2Fapi%2Follama%2Fstart%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Follama%2Fstart%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776839974465,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":1706189,"timestamp":502756089,"id":113,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Follama%2Fmodels%2Froute&name=app%2Fapi%2Follama%2Fmodels%2Froute&pagePath=private-next-app-dir%2Fapi%2Follama%2Fmodels%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Follama%2Fmodels%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776839974465,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":1706188,"timestamp":502756092,"id":114,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fproject-settings%2Froute&name=app%2Fapi%2Fproject-settings%2Froute&pagePath=private-next-app-dir%2Fapi%2Fproject-settings%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fproject-settings%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776839974465,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":1706188,"timestamp":502756095,"id":115,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fprojects%2Froute&name=app%2Fapi%2Fprojects%2Froute&pagePath=private-next-app-dir%2Fapi%2Fprojects%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fprojects%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776839974465,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":1706186,"timestamp":502756100,"id":116,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fscheduled-tasks%2Froute&name=app%2Fapi%2Fscheduled-tasks%2Froute&pagePath=private-next-app-dir%2Fapi%2Fscheduled-tasks%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fscheduled-tasks%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776839974465,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":1706185,"timestamp":502756103,"id":117,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fsession%2F%5BsessionId%5D%2Ffork%2Froute&name=app%2Fapi%2Fsession%2F%5BsessionId%5D%2Ffork%2Froute&pagePath=private-next-app-dir%2Fapi%2Fsession%2F%5BsessionId%5D%2Ffork%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fsession%2F%5BsessionId%5D%2Ffork%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776839974465,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":1706182,"timestamp":502756108,"id":118,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fsession%2F%5BsessionId%5D%2Fhistory%2Froute&name=app%2Fapi%2Fsession%2F%5BsessionId%5D%2Fhistory%2Froute&pagePath=private-next-app-dir%2Fapi%2Fsession%2F%5BsessionId%5D%2Fhistory%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fsession%2F%5BsessionId%5D%2Fhistory%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776839974465,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":1706181,"timestamp":502756111,"id":119,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fsessions%2Fprojects%2F%5BencodedPath%5D%2Froute&name=app%2Fapi%2Fsessions%2Fprojects%2F%5BencodedPath%5D%2Froute&pagePath=private-next-app-dir%2Fapi%2Fsessions%2Fprojects%2F%5BencodedPath%5D%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fsessions%2Fprojects%2F%5BencodedPath%5D%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776839974465,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":1706176,"timestamp":502756118,"id":121,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fterminal%2Faliases%2Froute&name=app%2Fapi%2Fterminal%2Faliases%2Froute&pagePath=private-next-app-dir%2Fapi%2Fterminal%2Faliases%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fterminal%2Faliases%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776839974465,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":1706173,"timestamp":502756123,"id":122,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fterminal%2Fautocomplete%2Froute&name=app%2Fapi%2Fterminal%2Fautocomplete%2Froute&pagePath=private-next-app-dir%2Fapi%2Fterminal%2Fautocomplete%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fterminal%2Fautocomplete%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776839974465,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":1706172,"timestamp":502756126,"id":123,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fterminal%2Fbubble-order%2Froute&name=app%2Fapi%2Fterminal%2Fbubble-order%2Froute&pagePath=private-next-app-dir%2Fapi%2Fterminal%2Fbubble-order%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fterminal%2Fbubble-order%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776839974465,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":1706170,"timestamp":502756131,"id":124,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fterminal%2Fenv%2Froute&name=app%2Fapi%2Fterminal%2Fenv%2Froute&pagePath=private-next-app-dir%2Fapi%2Fterminal%2Fenv%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fterminal%2Fenv%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776839974465,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":1707459,"timestamp":502754844,"id":25,"parentId":24,"tags":{"request":"next-app-loader?page=%2F_global-error%2Fpage&name=app%2F_global-error%2Fpage&pagePath=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fbuiltin%2Fapp-error.js&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fbuiltin%2Fapp-error&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776839974464,"traceId":"4bfc0cde73c5d18d"}]
|
|
2
|
-
[{"name":"add-entry","duration":1706901,"timestamp":502755404,"id":26,"parentId":24,"tags":{"request":"next-app-loader?page=%2F_not-found%2Fpage&name=app%2F_not-found%2Fpage&pagePath=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fbuiltin%2Fglobal-not-found.js&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fbuiltin%2Fglobal-not-found&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776839974465,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":1899296,"timestamp":502755895,"id":73,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fneo4j%2Fconnect%2Froute&name=app%2Fapi%2Fneo4j%2Fconnect%2Froute&pagePath=private-next-app-dir%2Fapi%2Fneo4j%2Fconnect%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fneo4j%2Fconnect%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776839974465,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":1899306,"timestamp":502755900,"id":74,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fneo4j%2Fdisconnect%2Froute&name=app%2Fapi%2Fneo4j%2Fdisconnect%2Froute&pagePath=private-next-app-dir%2Fapi%2Fneo4j%2Fdisconnect%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fneo4j%2Fdisconnect%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776839974465,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":1899308,"timestamp":502755903,"id":75,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fneo4j%2Fschema%2Froute&name=app%2Fapi%2Fneo4j%2Fschema%2Froute&pagePath=private-next-app-dir%2Fapi%2Fneo4j%2Fschema%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fneo4j%2Fschema%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776839974465,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":1899308,"timestamp":502755907,"id":76,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fneo4j%2Fquery%2Froute&name=app%2Fapi%2Fneo4j%2Fquery%2Froute&pagePath=private-next-app-dir%2Fapi%2Fneo4j%2Fquery%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fneo4j%2Fquery%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776839974465,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":1913997,"timestamp":502755872,"id":67,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fmysql%2Fcolumns%2Froute&name=app%2Fapi%2Fmysql%2Fcolumns%2Froute&pagePath=private-next-app-dir%2Fapi%2Fmysql%2Fcolumns%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fmysql%2Fcolumns%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776839974465,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":1914098,"timestamp":502755877,"id":68,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fmysql%2Fdisconnect%2Froute&name=app%2Fapi%2Fmysql%2Fdisconnect%2Froute&pagePath=private-next-app-dir%2Fapi%2Fmysql%2Fdisconnect%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fmysql%2Fdisconnect%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776839974465,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":1914101,"timestamp":502755880,"id":69,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fmysql%2Fconnect%2Froute&name=app%2Fapi%2Fmysql%2Fconnect%2Froute&pagePath=private-next-app-dir%2Fapi%2Fmysql%2Fconnect%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fmysql%2Fconnect%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776839974465,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":1914100,"timestamp":502755885,"id":70,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fmysql%2Fexport%2Froute&name=app%2Fapi%2Fmysql%2Fexport%2Froute&pagePath=private-next-app-dir%2Fapi%2Fmysql%2Fexport%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fmysql%2Fexport%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776839974465,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":1914101,"timestamp":502755888,"id":71,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fmysql%2Fquery%2Froute&name=app%2Fapi%2Fmysql%2Fquery%2Froute&pagePath=private-next-app-dir%2Fapi%2Fmysql%2Fquery%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fmysql%2Fquery%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776839974465,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":1914100,"timestamp":502755892,"id":72,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fmysql%2Fschemas%2Froute&name=app%2Fapi%2Fmysql%2Fschemas%2Froute&pagePath=private-next-app-dir%2Fapi%2Fmysql%2Fschemas%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fmysql%2Fschemas%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776839974465,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":1915665,"timestamp":502755929,"id":82,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fredis%2Fcommand%2Froute&name=app%2Fapi%2Fredis%2Fcommand%2Froute&pagePath=private-next-app-dir%2Fapi%2Fredis%2Fcommand%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fredis%2Fcommand%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776839974465,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":1915669,"timestamp":502755933,"id":83,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fredis%2Fdelete%2Froute&name=app%2Fapi%2Fredis%2Fdelete%2Froute&pagePath=private-next-app-dir%2Fapi%2Fredis%2Fdelete%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fredis%2Fdelete%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776839974465,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":1915671,"timestamp":502755936,"id":84,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fredis%2Fconnect%2Froute&name=app%2Fapi%2Fredis%2Fconnect%2Froute&pagePath=private-next-app-dir%2Fapi%2Fredis%2Fconnect%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fredis%2Fconnect%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776839974465,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":1915670,"timestamp":502755941,"id":85,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fredis%2Fdisconnect%2Froute&name=app%2Fapi%2Fredis%2Fdisconnect%2Froute&pagePath=private-next-app-dir%2Fapi%2Fredis%2Fdisconnect%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fredis%2Fdisconnect%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776839974465,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":1915671,"timestamp":502755944,"id":86,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fredis%2Fget%2Froute&name=app%2Fapi%2Fredis%2Fget%2Froute&pagePath=private-next-app-dir%2Fapi%2Fredis%2Fget%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fredis%2Fget%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776839974465,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":1915670,"timestamp":502755949,"id":87,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fredis%2Fkeys%2Froute&name=app%2Fapi%2Fredis%2Fkeys%2Froute&pagePath=private-next-app-dir%2Fapi%2Fredis%2Fkeys%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fredis%2Fkeys%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776839974465,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":1915665,"timestamp":502755959,"id":89,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fredis%2Fset%2Froute&name=app%2Fapi%2Fredis%2Fset%2Froute&pagePath=private-next-app-dir%2Fapi%2Fredis%2Fset%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fredis%2Fset%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776839974465,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":1919128,"timestamp":502756045,"id":104,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fchat%2Follama%2Froute&name=app%2Fapi%2Fchat%2Follama%2Froute&pagePath=private-next-app-dir%2Fapi%2Fchat%2Follama%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fchat%2Follama%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776839974465,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":1939948,"timestamp":502755443,"id":27,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fchat%2Froute&name=app%2Fapi%2Fchat%2Froute&pagePath=private-next-app-dir%2Fapi%2Fchat%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fchat%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776839974465,"traceId":"4bfc0cde73c5d18d"},{"name":"make","duration":3851378,"timestamp":502754529,"id":24,"parentId":22,"tags":{},"startTime":1776839974464,"traceId":"4bfc0cde73c5d18d"},{"name":"get-entries","duration":4288,"timestamp":506607299,"id":640,"parentId":639,"tags":{},"startTime":1776839978316,"traceId":"4bfc0cde73c5d18d"},{"name":"node-file-trace-plugin","duration":504433,"timestamp":506628725,"id":641,"parentId":639,"tags":{"traceEntryCount":"208"},"startTime":1776839978338,"traceId":"4bfc0cde73c5d18d"},{"name":"collect-traced-files","duration":2136,"timestamp":507133173,"id":642,"parentId":639,"tags":{},"startTime":1776839978842,"traceId":"4bfc0cde73c5d18d"},{"name":"finish-modules","duration":528219,"timestamp":506607097,"id":639,"parentId":23,"tags":{},"startTime":1776839978316,"traceId":"4bfc0cde73c5d18d"},{"name":"chunk-graph","duration":134939,"timestamp":507444399,"id":644,"parentId":643,"tags":{},"startTime":1776839979154,"traceId":"4bfc0cde73c5d18d"},{"name":"optimize-modules","duration":30,"timestamp":507579471,"id":646,"parentId":643,"tags":{},"startTime":1776839979289,"traceId":"4bfc0cde73c5d18d"},{"name":"optimize-chunks","duration":86348,"timestamp":507579577,"id":647,"parentId":643,"tags":{},"startTime":1776839979289,"traceId":"4bfc0cde73c5d18d"},{"name":"optimize-tree","duration":148,"timestamp":507666078,"id":648,"parentId":643,"tags":{},"startTime":1776839979375,"traceId":"4bfc0cde73c5d18d"},{"name":"optimize-chunk-modules","duration":181354,"timestamp":507666326,"id":649,"parentId":643,"tags":{},"startTime":1776839979375,"traceId":"4bfc0cde73c5d18d"},{"name":"optimize","duration":268374,"timestamp":507579414,"id":645,"parentId":643,"tags":{},"startTime":1776839979289,"traceId":"4bfc0cde73c5d18d"},{"name":"module-hash","duration":114123,"timestamp":507920152,"id":650,"parentId":643,"tags":{},"startTime":1776839979629,"traceId":"4bfc0cde73c5d18d"},{"name":"code-generation","duration":14269,"timestamp":508034358,"id":651,"parentId":643,"tags":{},"startTime":1776839979743,"traceId":"4bfc0cde73c5d18d"},{"name":"hash","duration":22755,"timestamp":508059171,"id":652,"parentId":643,"tags":{},"startTime":1776839979768,"traceId":"4bfc0cde73c5d18d"},{"name":"code-generation-jobs","duration":391,"timestamp":508081921,"id":653,"parentId":643,"tags":{},"startTime":1776839979791,"traceId":"4bfc0cde73c5d18d"},{"name":"module-assets","duration":1809,"timestamp":508082189,"id":654,"parentId":643,"tags":{},"startTime":1776839979791,"traceId":"4bfc0cde73c5d18d"},{"name":"create-chunk-assets","duration":3133,"timestamp":508084034,"id":655,"parentId":643,"tags":{},"startTime":1776839979793,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":986,"timestamp":508108531,"id":657,"parentId":656,"tags":{"name":"../app/_global-error/page.js","cache":"HIT"},"startTime":1776839979818,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":842,"timestamp":508108683,"id":658,"parentId":656,"tags":{"name":"../app/_not-found/page.js","cache":"HIT"},"startTime":1776839979818,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":831,"timestamp":508108696,"id":659,"parentId":656,"tags":{"name":"../app/api/chat/route.js","cache":"HIT"},"startTime":1776839979818,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":821,"timestamp":508108707,"id":660,"parentId":656,"tags":{"name":"../app/api/comments/route.js","cache":"HIT"},"startTime":1776839979818,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":815,"timestamp":508108714,"id":661,"parentId":656,"tags":{"name":"../app/api/db/columns/route.js","cache":"HIT"},"startTime":1776839979818,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":813,"timestamp":508108720,"id":662,"parentId":656,"tags":{"name":"../app/api/db/connect/route.js","cache":"HIT"},"startTime":1776839979818,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":807,"timestamp":508108727,"id":663,"parentId":656,"tags":{"name":"../app/api/db/disconnect/route.js","cache":"HIT"},"startTime":1776839979818,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":803,"timestamp":508108732,"id":664,"parentId":656,"tags":{"name":"../app/api/db/export/route.js","cache":"HIT"},"startTime":1776839979818,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":798,"timestamp":508108738,"id":665,"parentId":656,"tags":{"name":"../app/api/db/query/route.js","cache":"HIT"},"startTime":1776839979818,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":742,"timestamp":508108795,"id":666,"parentId":656,"tags":{"name":"../app/api/db/schemas/route.js","cache":"HIT"},"startTime":1776839979818,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":726,"timestamp":508108812,"id":667,"parentId":656,"tags":{"name":"../app/api/extension/version/route.js","cache":"HIT"},"startTime":1776839979818,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":716,"timestamp":508108823,"id":668,"parentId":656,"tags":{"name":"../app/api/file/route.js","cache":"HIT"},"startTime":1776839979818,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":713,"timestamp":508108828,"id":669,"parentId":656,"tags":{"name":"../app/api/files/copy/route.js","cache":"HIT"},"startTime":1776839979818,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":710,"timestamp":508108833,"id":670,"parentId":656,"tags":{"name":"../app/api/files/clipboard/route.js","cache":"HIT"},"startTime":1776839979818,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":706,"timestamp":508108838,"id":671,"parentId":656,"tags":{"name":"../app/api/files/delete/route.js","cache":"HIT"},"startTime":1776839979818,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":703,"timestamp":508108843,"id":672,"parentId":656,"tags":{"name":"../app/api/files/expanded/route.js","cache":"HIT"},"startTime":1776839979818,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":699,"timestamp":508108849,"id":673,"parentId":656,"tags":{"name":"../app/api/files/index/route.js","cache":"HIT"},"startTime":1776839979818,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":697,"timestamp":508108853,"id":674,"parentId":656,"tags":{"name":"../app/api/files/init/route.js","cache":"HIT"},"startTime":1776839979818,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":694,"timestamp":508108857,"id":675,"parentId":656,"tags":{"name":"../app/api/files/paste/route.js","cache":"HIT"},"startTime":1776839979818,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":691,"timestamp":508108862,"id":676,"parentId":656,"tags":{"name":"../app/api/files/read/route.js","cache":"HIT"},"startTime":1776839979818,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":688,"timestamp":508108866,"id":677,"parentId":656,"tags":{"name":"../app/api/files/readdir/route.js","cache":"HIT"},"startTime":1776839979818,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":685,"timestamp":508108870,"id":678,"parentId":656,"tags":{"name":"../app/api/files/recent/route.js","cache":"HIT"},"startTime":1776839979818,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":682,"timestamp":508108875,"id":679,"parentId":656,"tags":{"name":"../app/api/files/save/route.js","cache":"HIT"},"startTime":1776839979818,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":679,"timestamp":508108879,"id":680,"parentId":656,"tags":{"name":"../app/api/git/branch-diff/route.js","cache":"HIT"},"startTime":1776839979818,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":675,"timestamp":508108884,"id":681,"parentId":656,"tags":{"name":"../app/api/git/commit-diff/route.js","cache":"HIT"},"startTime":1776839979818,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":672,"timestamp":508108888,"id":682,"parentId":656,"tags":{"name":"../app/api/git/branches/route.js","cache":"HIT"},"startTime":1776839979818,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":668,"timestamp":508108893,"id":683,"parentId":656,"tags":{"name":"../app/api/git/commits/route.js","cache":"HIT"},"startTime":1776839979818,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":642,"timestamp":508108921,"id":684,"parentId":656,"tags":{"name":"../app/api/git/diff/route.js","cache":"HIT"},"startTime":1776839979818,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":635,"timestamp":508108929,"id":685,"parentId":656,"tags":{"name":"../app/api/git/discard/route.js","cache":"HIT"},"startTime":1776839979818,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":612,"timestamp":508108953,"id":686,"parentId":656,"tags":{"name":"../app/api/git/stage/route.js","cache":"HIT"},"startTime":1776839979818,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":606,"timestamp":508108960,"id":687,"parentId":656,"tags":{"name":"../app/api/git/status/route.js","cache":"HIT"},"startTime":1776839979818,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":603,"timestamp":508108965,"id":688,"parentId":656,"tags":{"name":"../app/api/git/unstage/route.js","cache":"HIT"},"startTime":1776839979818,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":600,"timestamp":508108969,"id":689,"parentId":656,"tags":{"name":"../app/api/global-state/route.js","cache":"HIT"},"startTime":1776839979818,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":595,"timestamp":508108975,"id":690,"parentId":656,"tags":{"name":"../app/api/git/worktree/route.js","cache":"HIT"},"startTime":1776839979818,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":592,"timestamp":508108978,"id":691,"parentId":656,"tags":{"name":"../app/api/jupyter/load/route.js","cache":"HIT"},"startTime":1776839979818,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":589,"timestamp":508108983,"id":692,"parentId":656,"tags":{"name":"../app/api/jupyter/save/route.js","cache":"HIT"},"startTime":1776839979818,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":586,"timestamp":508108987,"id":693,"parentId":656,"tags":{"name":"../app/api/jupyter/shutdown/route.js","cache":"HIT"},"startTime":1776839979818,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":582,"timestamp":508108991,"id":694,"parentId":656,"tags":{"name":"../app/api/lsp/definition/route.js","cache":"HIT"},"startTime":1776839979818,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":579,"timestamp":508108995,"id":695,"parentId":656,"tags":{"name":"../app/api/lsp/hover/route.js","cache":"HIT"},"startTime":1776839979818,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":576,"timestamp":508108999,"id":696,"parentId":656,"tags":{"name":"../app/api/lsp/references/route.js","cache":"HIT"},"startTime":1776839979818,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":552,"timestamp":508109024,"id":697,"parentId":656,"tags":{"name":"../app/api/lsp/status/route.js","cache":"HIT"},"startTime":1776839979818,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":546,"timestamp":508109032,"id":698,"parentId":656,"tags":{"name":"../app/api/lsp/warmup/route.js","cache":"HIT"},"startTime":1776839979818,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":543,"timestamp":508109036,"id":699,"parentId":656,"tags":{"name":"../app/api/mysql/columns/route.js","cache":"HIT"},"startTime":1776839979818,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":540,"timestamp":508109040,"id":700,"parentId":656,"tags":{"name":"../app/api/mysql/disconnect/route.js","cache":"HIT"},"startTime":1776839979818,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":536,"timestamp":508109044,"id":701,"parentId":656,"tags":{"name":"../app/api/mysql/connect/route.js","cache":"HIT"},"startTime":1776839979818,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":524,"timestamp":508109057,"id":702,"parentId":656,"tags":{"name":"../app/api/mysql/export/route.js","cache":"HIT"},"startTime":1776839979818,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":522,"timestamp":508109060,"id":703,"parentId":656,"tags":{"name":"../app/api/mysql/query/route.js","cache":"HIT"},"startTime":1776839979818,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":519,"timestamp":508109064,"id":704,"parentId":656,"tags":{"name":"../app/api/mysql/schemas/route.js","cache":"HIT"},"startTime":1776839979818,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":516,"timestamp":508109068,"id":705,"parentId":656,"tags":{"name":"../app/api/neo4j/connect/route.js","cache":"HIT"},"startTime":1776839979818,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":514,"timestamp":508109071,"id":706,"parentId":656,"tags":{"name":"../app/api/neo4j/disconnect/route.js","cache":"HIT"},"startTime":1776839979818,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":511,"timestamp":508109075,"id":707,"parentId":656,"tags":{"name":"../app/api/neo4j/schema/route.js","cache":"HIT"},"startTime":1776839979818,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":508,"timestamp":508109079,"id":708,"parentId":656,"tags":{"name":"../app/api/neo4j/query/route.js","cache":"HIT"},"startTime":1776839979818,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":506,"timestamp":508109082,"id":709,"parentId":656,"tags":{"name":"../app/api/open-cursor/route.js","cache":"HIT"},"startTime":1776839979818,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":503,"timestamp":508109086,"id":710,"parentId":656,"tags":{"name":"../app/api/pick-folder/route.js","cache":"HIT"},"startTime":1776839979818,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":501,"timestamp":508109089,"id":711,"parentId":656,"tags":{"name":"../app/api/pinned-sessions/route.js","cache":"HIT"},"startTime":1776839979818,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":498,"timestamp":508109093,"id":712,"parentId":656,"tags":{"name":"../app/api/open-vscode/route.js","cache":"HIT"},"startTime":1776839979818,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":495,"timestamp":508109096,"id":713,"parentId":656,"tags":{"name":"../app/api/project-state/route.js","cache":"HIT"},"startTime":1776839979818,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":493,"timestamp":508109100,"id":714,"parentId":656,"tags":{"name":"../app/api/redis/command/route.js","cache":"HIT"},"startTime":1776839979818,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":490,"timestamp":508109103,"id":715,"parentId":656,"tags":{"name":"../app/api/redis/delete/route.js","cache":"HIT"},"startTime":1776839979818,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":488,"timestamp":508109107,"id":716,"parentId":656,"tags":{"name":"../app/api/redis/connect/route.js","cache":"HIT"},"startTime":1776839979818,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":485,"timestamp":508109110,"id":717,"parentId":656,"tags":{"name":"../app/api/redis/disconnect/route.js","cache":"HIT"},"startTime":1776839979818,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":482,"timestamp":508109114,"id":718,"parentId":656,"tags":{"name":"../app/api/redis/get/route.js","cache":"HIT"},"startTime":1776839979818,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":479,"timestamp":508109118,"id":719,"parentId":656,"tags":{"name":"../app/api/redis/keys/route.js","cache":"HIT"},"startTime":1776839979818,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":477,"timestamp":508109121,"id":720,"parentId":656,"tags":{"name":"../app/api/review/[id]/comments/route.js","cache":"HIT"},"startTime":1776839979818,"traceId":"4bfc0cde73c5d18d"}]
|
|
3
|
-
[{"name":"minify-js","duration":474,"timestamp":508109125,"id":721,"parentId":656,"tags":{"name":"../app/api/redis/set/route.js","cache":"HIT"},"startTime":1776839979818,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":471,"timestamp":508109128,"id":722,"parentId":656,"tags":{"name":"../app/api/review/[id]/replies/route.js","cache":"HIT"},"startTime":1776839979818,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":469,"timestamp":508109132,"id":723,"parentId":656,"tags":{"name":"../app/api/review/identify/route.js","cache":"HIT"},"startTime":1776839979818,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":466,"timestamp":508109136,"id":724,"parentId":656,"tags":{"name":"../app/api/review/[id]/route.js","cache":"HIT"},"startTime":1776839979818,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":463,"timestamp":508109139,"id":725,"parentId":656,"tags":{"name":"../app/api/review/order/route.js","cache":"HIT"},"startTime":1776839979818,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":460,"timestamp":508109143,"id":726,"parentId":656,"tags":{"name":"../app/api/review/route.js","cache":"HIT"},"startTime":1776839979818,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":457,"timestamp":508109147,"id":727,"parentId":656,"tags":{"name":"../app/api/review/share-info/route.js","cache":"HIT"},"startTime":1776839979818,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":454,"timestamp":508109151,"id":728,"parentId":656,"tags":{"name":"../app/api/review/users/route.js","cache":"HIT"},"startTime":1776839979818,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":452,"timestamp":508109154,"id":729,"parentId":656,"tags":{"name":"../app/api/services/config/route.js","cache":"HIT"},"startTime":1776839979818,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":449,"timestamp":508109158,"id":730,"parentId":656,"tags":{"name":"../app/api/services/scripts/route.js","cache":"HIT"},"startTime":1776839979818,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":448,"timestamp":508109161,"id":731,"parentId":656,"tags":{"name":"../app/api/settings/route.js","cache":"HIT"},"startTime":1776839979818,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":445,"timestamp":508109165,"id":732,"parentId":656,"tags":{"name":"../app/api/version/route.js","cache":"HIT"},"startTime":1776839979818,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":442,"timestamp":508109169,"id":733,"parentId":656,"tags":{"name":"../app/favicon.ico/route.js","cache":"HIT"},"startTime":1776839979818,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":439,"timestamp":508109173,"id":734,"parentId":656,"tags":{"name":"../app/manifest.webmanifest/route.js","cache":"HIT"},"startTime":1776839979818,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":435,"timestamp":508109178,"id":735,"parentId":656,"tags":{"name":"../app/api/bash/route.js","cache":"HIT"},"startTime":1776839979818,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":432,"timestamp":508109181,"id":736,"parentId":656,"tags":{"name":"../app/api/chat/ollama/route.js","cache":"HIT"},"startTime":1776839979818,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":430,"timestamp":508109185,"id":737,"parentId":656,"tags":{"name":"../app/api/chat/codex/route.js","cache":"HIT"},"startTime":1776839979818,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":427,"timestamp":508109188,"id":738,"parentId":656,"tags":{"name":"../app/api/chat/kimi/route.js","cache":"HIT"},"startTime":1776839979818,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":424,"timestamp":508109192,"id":739,"parentId":656,"tags":{"name":"../app/api/commands/route.js","cache":"HIT"},"startTime":1776839979818,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":422,"timestamp":508109196,"id":740,"parentId":656,"tags":{"name":"../app/api/claude-stats/route.js","cache":"HIT"},"startTime":1776839979818,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":419,"timestamp":508109199,"id":741,"parentId":656,"tags":{"name":"../app/api/files/blame/route.js","cache":"HIT"},"startTime":1776839979818,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":417,"timestamp":508109203,"id":742,"parentId":656,"tags":{"name":"../app/api/files/search/route.js","cache":"HIT"},"startTime":1776839979818,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":414,"timestamp":508109206,"id":743,"parentId":656,"tags":{"name":"../app/api/note/route.js","cache":"HIT"},"startTime":1776839979818,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":411,"timestamp":508109210,"id":744,"parentId":656,"tags":{"name":"../app/api/ollama/start/route.js","cache":"HIT"},"startTime":1776839979818,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":408,"timestamp":508109214,"id":745,"parentId":656,"tags":{"name":"../app/api/ollama/models/route.js","cache":"HIT"},"startTime":1776839979818,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":406,"timestamp":508109217,"id":746,"parentId":656,"tags":{"name":"../app/api/project-settings/route.js","cache":"HIT"},"startTime":1776839979818,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":402,"timestamp":508109222,"id":747,"parentId":656,"tags":{"name":"../app/api/projects/route.js","cache":"HIT"},"startTime":1776839979818,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":400,"timestamp":508109225,"id":748,"parentId":656,"tags":{"name":"../app/api/scheduled-tasks/route.js","cache":"HIT"},"startTime":1776839979818,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":397,"timestamp":508109229,"id":749,"parentId":656,"tags":{"name":"../app/api/session/[sessionId]/fork/route.js","cache":"HIT"},"startTime":1776839979818,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":394,"timestamp":508109232,"id":750,"parentId":656,"tags":{"name":"../app/api/session/[sessionId]/history/route.js","cache":"HIT"},"startTime":1776839979818,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":392,"timestamp":508109236,"id":751,"parentId":656,"tags":{"name":"../app/api/sessions/projects/[encodedPath]/route.js","cache":"HIT"},"startTime":1776839979818,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":389,"timestamp":508109240,"id":752,"parentId":656,"tags":{"name":"../app/api/sessions/projects/route.js","cache":"HIT"},"startTime":1776839979818,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":386,"timestamp":508109244,"id":753,"parentId":656,"tags":{"name":"../app/api/terminal/aliases/route.js","cache":"HIT"},"startTime":1776839979818,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":383,"timestamp":508109247,"id":754,"parentId":656,"tags":{"name":"../app/api/terminal/autocomplete/route.js","cache":"HIT"},"startTime":1776839979818,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":381,"timestamp":508109251,"id":755,"parentId":656,"tags":{"name":"../app/api/terminal/bubble-order/route.js","cache":"HIT"},"startTime":1776839979818,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":378,"timestamp":508109255,"id":756,"parentId":656,"tags":{"name":"../app/api/terminal/env/route.js","cache":"HIT"},"startTime":1776839979818,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":375,"timestamp":508109258,"id":757,"parentId":656,"tags":{"name":"../app/api/session-by-path/route.js","cache":"HIT"},"startTime":1776839979818,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":373,"timestamp":508109261,"id":758,"parentId":656,"tags":{"name":"../app/api/sessions/route.js","cache":"HIT"},"startTime":1776839979818,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":371,"timestamp":508109265,"id":759,"parentId":656,"tags":{"name":"../app/api/terminal/history/route.js","cache":"HIT"},"startTime":1776839979818,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":368,"timestamp":508109269,"id":760,"parentId":656,"tags":{"name":"../app/project/page.js","cache":"HIT"},"startTime":1776839979818,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":365,"timestamp":508109272,"id":761,"parentId":656,"tags":{"name":"../app/review/[id]/page.js","cache":"HIT"},"startTime":1776839979818,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":363,"timestamp":508109276,"id":762,"parentId":656,"tags":{"name":"../app/page.js","cache":"HIT"},"startTime":1776839979818,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":360,"timestamp":508109279,"id":763,"parentId":656,"tags":{"name":"../webpack-runtime.js","cache":"HIT"},"startTime":1776839979818,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":357,"timestamp":508109283,"id":764,"parentId":656,"tags":{"name":"700.js","cache":"HIT"},"startTime":1776839979818,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":354,"timestamp":508109287,"id":765,"parentId":656,"tags":{"name":"3269.js","cache":"HIT"},"startTime":1776839979818,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":352,"timestamp":508109290,"id":766,"parentId":656,"tags":{"name":"5460.js","cache":"HIT"},"startTime":1776839979818,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":349,"timestamp":508109294,"id":767,"parentId":656,"tags":{"name":"4490.js","cache":"HIT"},"startTime":1776839979818,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":347,"timestamp":508109297,"id":768,"parentId":656,"tags":{"name":"5733.js","cache":"HIT"},"startTime":1776839979818,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":344,"timestamp":508109301,"id":769,"parentId":656,"tags":{"name":"7800.js","cache":"HIT"},"startTime":1776839979818,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":342,"timestamp":508109304,"id":770,"parentId":656,"tags":{"name":"9116.js","cache":"HIT"},"startTime":1776839979818,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":339,"timestamp":508109308,"id":771,"parentId":656,"tags":{"name":"8068.js","cache":"HIT"},"startTime":1776839979818,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":330,"timestamp":508109318,"id":772,"parentId":656,"tags":{"name":"6142.js","cache":"HIT"},"startTime":1776839979818,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":327,"timestamp":508109322,"id":773,"parentId":656,"tags":{"name":"1912.js","cache":"HIT"},"startTime":1776839979818,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":325,"timestamp":508109325,"id":774,"parentId":656,"tags":{"name":"3503.js","cache":"HIT"},"startTime":1776839979818,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":322,"timestamp":508109329,"id":775,"parentId":656,"tags":{"name":"1667.js","cache":"HIT"},"startTime":1776839979818,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":320,"timestamp":508109332,"id":776,"parentId":656,"tags":{"name":"4345.js","cache":"HIT"},"startTime":1776839979818,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":318,"timestamp":508109335,"id":777,"parentId":656,"tags":{"name":"925.js","cache":"HIT"},"startTime":1776839979818,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":316,"timestamp":508109339,"id":778,"parentId":656,"tags":{"name":"4097.js","cache":"HIT"},"startTime":1776839979818,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":313,"timestamp":508109342,"id":779,"parentId":656,"tags":{"name":"7483.js","cache":"HIT"},"startTime":1776839979818,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":311,"timestamp":508109346,"id":780,"parentId":656,"tags":{"name":"9408.js","cache":"HIT"},"startTime":1776839979818,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":308,"timestamp":508109349,"id":781,"parentId":656,"tags":{"name":"2816.js","cache":"HIT"},"startTime":1776839979818,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":306,"timestamp":508109353,"id":782,"parentId":656,"tags":{"name":"911.js","cache":"HIT"},"startTime":1776839979818,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":304,"timestamp":508109357,"id":783,"parentId":656,"tags":{"name":"5536.js","cache":"HIT"},"startTime":1776839979818,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":301,"timestamp":508109360,"id":784,"parentId":656,"tags":{"name":"3932.js","cache":"HIT"},"startTime":1776839979818,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":298,"timestamp":508109364,"id":785,"parentId":656,"tags":{"name":"2840.js","cache":"HIT"},"startTime":1776839979818,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":295,"timestamp":508109369,"id":786,"parentId":656,"tags":{"name":"7265.js","cache":"HIT"},"startTime":1776839979818,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":282,"timestamp":508109382,"id":787,"parentId":656,"tags":{"name":"4268.js","cache":"HIT"},"startTime":1776839979819,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":279,"timestamp":508109386,"id":788,"parentId":656,"tags":{"name":"3441.js","cache":"HIT"},"startTime":1776839979819,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":277,"timestamp":508109389,"id":789,"parentId":656,"tags":{"name":"6804.js","cache":"HIT"},"startTime":1776839979819,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":274,"timestamp":508109393,"id":790,"parentId":656,"tags":{"name":"4309.js","cache":"HIT"},"startTime":1776839979819,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":272,"timestamp":508109396,"id":791,"parentId":656,"tags":{"name":"2376.js","cache":"HIT"},"startTime":1776839979819,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":269,"timestamp":508109400,"id":792,"parentId":656,"tags":{"name":"7484.js","cache":"HIT"},"startTime":1776839979819,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":266,"timestamp":508109403,"id":793,"parentId":656,"tags":{"name":"8351.js","cache":"HIT"},"startTime":1776839979819,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":264,"timestamp":508109407,"id":794,"parentId":656,"tags":{"name":"4388.js","cache":"HIT"},"startTime":1776839979819,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":262,"timestamp":508109410,"id":795,"parentId":656,"tags":{"name":"3434.js","cache":"HIT"},"startTime":1776839979819,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":260,"timestamp":508109413,"id":796,"parentId":656,"tags":{"name":"6346.js","cache":"HIT"},"startTime":1776839979819,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":257,"timestamp":508109417,"id":797,"parentId":656,"tags":{"name":"9401.js","cache":"HIT"},"startTime":1776839979819,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":255,"timestamp":508109420,"id":798,"parentId":656,"tags":{"name":"5152.js","cache":"HIT"},"startTime":1776839979819,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":252,"timestamp":508109424,"id":799,"parentId":656,"tags":{"name":"1639.js","cache":"HIT"},"startTime":1776839979819,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":250,"timestamp":508109428,"id":800,"parentId":656,"tags":{"name":"582.js","cache":"HIT"},"startTime":1776839979819,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":246,"timestamp":508109432,"id":801,"parentId":656,"tags":{"name":"5481.js","cache":"HIT"},"startTime":1776839979819,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":244,"timestamp":508109435,"id":802,"parentId":656,"tags":{"name":"4042.js","cache":"HIT"},"startTime":1776839979819,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":241,"timestamp":508109439,"id":803,"parentId":656,"tags":{"name":"4073.js","cache":"HIT"},"startTime":1776839979819,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":239,"timestamp":508109443,"id":804,"parentId":656,"tags":{"name":"4741.js","cache":"HIT"},"startTime":1776839979819,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":236,"timestamp":508109446,"id":805,"parentId":656,"tags":{"name":"1813.js","cache":"HIT"},"startTime":1776839979819,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":234,"timestamp":508109449,"id":806,"parentId":656,"tags":{"name":"5958.js","cache":"HIT"},"startTime":1776839979819,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":231,"timestamp":508109453,"id":807,"parentId":656,"tags":{"name":"2325.js","cache":"HIT"},"startTime":1776839979819,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":229,"timestamp":508109456,"id":808,"parentId":656,"tags":{"name":"9298.js","cache":"HIT"},"startTime":1776839979819,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":226,"timestamp":508109459,"id":809,"parentId":656,"tags":{"name":"8491.js","cache":"HIT"},"startTime":1776839979819,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":224,"timestamp":508109463,"id":810,"parentId":656,"tags":{"name":"6117.js","cache":"HIT"},"startTime":1776839979819,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":221,"timestamp":508109466,"id":811,"parentId":656,"tags":{"name":"5147.js","cache":"HIT"},"startTime":1776839979819,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":219,"timestamp":508109469,"id":812,"parentId":656,"tags":{"name":"4793.js","cache":"HIT"},"startTime":1776839979819,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":216,"timestamp":508109473,"id":813,"parentId":656,"tags":{"name":"3863.js","cache":"HIT"},"startTime":1776839979819,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":214,"timestamp":508109476,"id":814,"parentId":656,"tags":{"name":"4367.js","cache":"HIT"},"startTime":1776839979819,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":211,"timestamp":508109480,"id":815,"parentId":656,"tags":{"name":"6443.js","cache":"HIT"},"startTime":1776839979819,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":209,"timestamp":508109483,"id":816,"parentId":656,"tags":{"name":"7307.js","cache":"HIT"},"startTime":1776839979819,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":206,"timestamp":508109487,"id":817,"parentId":656,"tags":{"name":"4442.js","cache":"HIT"},"startTime":1776839979819,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":204,"timestamp":508109490,"id":818,"parentId":656,"tags":{"name":"8585.js","cache":"HIT"},"startTime":1776839979819,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":201,"timestamp":508109493,"id":819,"parentId":656,"tags":{"name":"887.js","cache":"HIT"},"startTime":1776839979819,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":199,"timestamp":508109497,"id":820,"parentId":656,"tags":{"name":"5394.js","cache":"HIT"},"startTime":1776839979819,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":197,"timestamp":508109500,"id":821,"parentId":656,"tags":{"name":"4272.js","cache":"HIT"},"startTime":1776839979819,"traceId":"4bfc0cde73c5d18d"}]
|
|
4
|
-
[{"name":"minify-js","duration":194,"timestamp":508109503,"id":822,"parentId":656,"tags":{"name":"7514.js","cache":"HIT"},"startTime":1776839979819,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":191,"timestamp":508109507,"id":823,"parentId":656,"tags":{"name":"4098.js","cache":"HIT"},"startTime":1776839979819,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":188,"timestamp":508109511,"id":824,"parentId":656,"tags":{"name":"6062.js","cache":"HIT"},"startTime":1776839979819,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":186,"timestamp":508109514,"id":825,"parentId":656,"tags":{"name":"7284.js","cache":"HIT"},"startTime":1776839979819,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-webpack-plugin-optimize","duration":19392,"timestamp":508090352,"id":656,"parentId":22,"tags":{"compilationName":"server","mangle":"[object Object]"},"startTime":1776839979799,"traceId":"4bfc0cde73c5d18d"},{"name":"css-minimizer-plugin","duration":172,"timestamp":508109891,"id":826,"parentId":22,"tags":{},"startTime":1776839979819,"traceId":"4bfc0cde73c5d18d"},{"name":"create-trace-assets","duration":8904,"timestamp":508110269,"id":827,"parentId":23,"tags":{},"startTime":1776839979819,"traceId":"4bfc0cde73c5d18d"},{"name":"seal","duration":879567,"timestamp":507283141,"id":643,"parentId":22,"tags":{},"startTime":1776839978992,"traceId":"4bfc0cde73c5d18d"},{"name":"webpack-compilation","duration":5492183,"timestamp":502744077,"id":22,"parentId":19,"tags":{"name":"server"},"startTime":1776839974453,"traceId":"4bfc0cde73c5d18d"},{"name":"emit","duration":56523,"timestamp":508236779,"id":828,"parentId":19,"tags":{},"startTime":1776839979946,"traceId":"4bfc0cde73c5d18d"},{"name":"webpack-close","duration":789,"timestamp":508299068,"id":829,"parentId":19,"tags":{"name":"server"},"startTime":1776839980008,"traceId":"4bfc0cde73c5d18d"},{"name":"webpack-generate-error-stats","duration":2650,"timestamp":508299913,"id":830,"parentId":829,"tags":{},"startTime":1776839980009,"traceId":"4bfc0cde73c5d18d"},{"name":"run-webpack-compiler","duration":5975334,"timestamp":502327808,"id":19,"parentId":18,"tags":{},"startTime":1776839974037,"traceId":"4bfc0cde73c5d18d"},{"name":"format-webpack-messages","duration":86,"timestamp":508303152,"id":831,"parentId":18,"tags":{},"startTime":1776839980012,"traceId":"4bfc0cde73c5d18d"},{"name":"worker-main-server","duration":5975930,"timestamp":502327459,"id":18,"parentId":1,"tags":{},"startTime":1776839974037,"traceId":"4bfc0cde73c5d18d"},{"name":"create-entrypoints","duration":62392,"timestamp":508836115,"id":835,"parentId":833,"tags":{},"startTime":1776839980545,"traceId":"4bfc0cde73c5d18d"},{"name":"generate-webpack-config","duration":265402,"timestamp":508898709,"id":836,"parentId":834,"tags":{},"startTime":1776839980608,"traceId":"4bfc0cde73c5d18d"},{"name":"make","duration":874,"timestamp":509261985,"id":838,"parentId":837,"tags":{},"startTime":1776839980971,"traceId":"4bfc0cde73c5d18d"},{"name":"chunk-graph","duration":700,"timestamp":509265998,"id":840,"parentId":839,"tags":{},"startTime":1776839980975,"traceId":"4bfc0cde73c5d18d"},{"name":"optimize-modules","duration":42,"timestamp":509266849,"id":842,"parentId":839,"tags":{},"startTime":1776839980976,"traceId":"4bfc0cde73c5d18d"},{"name":"optimize-chunks","duration":936,"timestamp":509267000,"id":843,"parentId":839,"tags":{},"startTime":1776839980976,"traceId":"4bfc0cde73c5d18d"},{"name":"optimize-tree","duration":120,"timestamp":509268046,"id":844,"parentId":839,"tags":{},"startTime":1776839980977,"traceId":"4bfc0cde73c5d18d"},{"name":"optimize-chunk-modules","duration":606,"timestamp":509268391,"id":845,"parentId":839,"tags":{},"startTime":1776839980978,"traceId":"4bfc0cde73c5d18d"},{"name":"optimize","duration":2372,"timestamp":509266783,"id":841,"parentId":839,"tags":{},"startTime":1776839980976,"traceId":"4bfc0cde73c5d18d"},{"name":"module-hash","duration":107,"timestamp":509270341,"id":846,"parentId":839,"tags":{},"startTime":1776839980979,"traceId":"4bfc0cde73c5d18d"},{"name":"code-generation","duration":228,"timestamp":509270504,"id":847,"parentId":839,"tags":{},"startTime":1776839980980,"traceId":"4bfc0cde73c5d18d"},{"name":"hash","duration":437,"timestamp":509271040,"id":848,"parentId":839,"tags":{},"startTime":1776839980980,"traceId":"4bfc0cde73c5d18d"},{"name":"code-generation-jobs","duration":160,"timestamp":509271472,"id":849,"parentId":839,"tags":{},"startTime":1776839980981,"traceId":"4bfc0cde73c5d18d"},{"name":"module-assets","duration":91,"timestamp":509271596,"id":850,"parentId":839,"tags":{},"startTime":1776839980981,"traceId":"4bfc0cde73c5d18d"},{"name":"create-chunk-assets","duration":200,"timestamp":509271705,"id":851,"parentId":839,"tags":{},"startTime":1776839980981,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":174,"timestamp":509286480,"id":853,"parentId":852,"tags":{"name":"interception-route-rewrite-manifest.js","cache":"HIT"},"startTime":1776839980996,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-webpack-plugin-optimize","duration":2322,"timestamp":509284343,"id":852,"parentId":837,"tags":{"compilationName":"edge-server","mangle":"[object Object]"},"startTime":1776839980993,"traceId":"4bfc0cde73c5d18d"},{"name":"css-minimizer-plugin","duration":109,"timestamp":509286761,"id":854,"parentId":837,"tags":{},"startTime":1776839980996,"traceId":"4bfc0cde73c5d18d"},{"name":"seal","duration":24875,"timestamp":509265367,"id":839,"parentId":837,"tags":{},"startTime":1776839980975,"traceId":"4bfc0cde73c5d18d"},{"name":"webpack-compilation","duration":36087,"timestamp":509254508,"id":837,"parentId":834,"tags":{"name":"edge-server"},"startTime":1776839980964,"traceId":"4bfc0cde73c5d18d"},{"name":"emit","duration":2372,"timestamp":509291120,"id":855,"parentId":834,"tags":{},"startTime":1776839981000,"traceId":"4bfc0cde73c5d18d"},{"name":"webpack-close","duration":653,"timestamp":509294305,"id":856,"parentId":834,"tags":{"name":"edge-server"},"startTime":1776839981003,"traceId":"4bfc0cde73c5d18d"},{"name":"webpack-generate-error-stats","duration":2631,"timestamp":509295029,"id":857,"parentId":856,"tags":{},"startTime":1776839981004,"traceId":"4bfc0cde73c5d18d"},{"name":"run-webpack-compiler","duration":461925,"timestamp":508836109,"id":834,"parentId":833,"tags":{},"startTime":1776839980545,"traceId":"4bfc0cde73c5d18d"},{"name":"format-webpack-messages","duration":89,"timestamp":509298042,"id":858,"parentId":833,"tags":{},"startTime":1776839981007,"traceId":"4bfc0cde73c5d18d"},{"name":"worker-main-edge-server","duration":462526,"timestamp":508835730,"id":833,"parentId":1,"tags":{},"startTime":1776839980545,"traceId":"4bfc0cde73c5d18d"},{"name":"create-entrypoints","duration":85128,"timestamp":509788099,"id":861,"parentId":859,"tags":{},"startTime":1776839981497,"traceId":"4bfc0cde73c5d18d"},{"name":"generate-webpack-config","duration":262469,"timestamp":509873439,"id":862,"parentId":860,"tags":{},"startTime":1776839981583,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":695300,"timestamp":510246182,"id":869,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776839981955,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":695307,"timestamp":510246223,"id":871,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776839981955,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":695311,"timestamp":510246233,"id":872,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776839981955,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":695310,"timestamp":510246242,"id":873,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776839981955,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":695208,"timestamp":510246349,"id":874,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776839981955,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":695172,"timestamp":510246391,"id":876,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776839981956,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":695173,"timestamp":510246395,"id":877,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776839981956,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":695179,"timestamp":510246398,"id":878,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776839981956,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":695189,"timestamp":510246401,"id":879,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776839981956,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":695251,"timestamp":510246404,"id":880,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776839981956,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":695255,"timestamp":510246407,"id":881,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776839981956,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":695255,"timestamp":510246411,"id":882,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776839981956,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":695255,"timestamp":510246414,"id":883,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776839981956,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":695255,"timestamp":510246417,"id":884,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776839981956,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":695255,"timestamp":510246421,"id":885,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776839981956,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":695256,"timestamp":510246423,"id":886,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776839981956,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":695256,"timestamp":510246426,"id":887,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776839981956,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":695255,"timestamp":510246429,"id":888,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776839981956,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":695254,"timestamp":510246432,"id":889,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776839981956,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":695254,"timestamp":510246435,"id":890,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776839981956,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":695253,"timestamp":510246438,"id":891,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776839981956,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":695253,"timestamp":510246441,"id":892,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776839981956,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":695252,"timestamp":510246444,"id":893,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776839981956,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":695251,"timestamp":510246447,"id":894,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776839981956,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":695250,"timestamp":510246450,"id":895,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776839981956,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":695250,"timestamp":510246453,"id":896,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776839981956,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":695250,"timestamp":510246456,"id":897,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776839981956,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":695248,"timestamp":510246460,"id":898,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776839981956,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":695247,"timestamp":510246462,"id":899,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776839981956,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":695246,"timestamp":510246465,"id":900,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776839981956,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":695245,"timestamp":510246468,"id":901,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776839981956,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":695245,"timestamp":510246471,"id":902,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776839981956,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":695243,"timestamp":510246474,"id":903,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776839981956,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":695242,"timestamp":510246477,"id":904,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776839981956,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":695241,"timestamp":510246480,"id":905,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776839981956,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":695240,"timestamp":510246483,"id":906,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776839981956,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":695238,"timestamp":510246487,"id":907,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776839981956,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":695237,"timestamp":510246490,"id":908,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776839981956,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":695236,"timestamp":510246493,"id":909,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776839981956,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":695236,"timestamp":510246496,"id":910,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776839981956,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":695236,"timestamp":510246499,"id":911,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776839981956,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":695235,"timestamp":510246501,"id":912,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776839981956,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":695234,"timestamp":510246504,"id":913,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776839981956,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":695233,"timestamp":510246507,"id":914,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776839981956,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":695232,"timestamp":510246510,"id":915,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776839981956,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":695231,"timestamp":510246513,"id":916,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776839981956,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":695230,"timestamp":510246516,"id":917,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776839981956,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":695230,"timestamp":510246519,"id":918,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776839981956,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":695228,"timestamp":510246522,"id":919,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776839981956,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":695227,"timestamp":510246525,"id":920,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776839981956,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":695226,"timestamp":510246527,"id":921,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776839981956,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":695226,"timestamp":510246530,"id":922,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776839981956,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":695231,"timestamp":510246533,"id":923,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776839981956,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":695230,"timestamp":510246536,"id":924,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776839981956,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":695229,"timestamp":510246539,"id":925,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776839981956,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":695228,"timestamp":510246541,"id":926,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776839981956,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":695227,"timestamp":510246544,"id":927,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776839981956,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":695226,"timestamp":510246547,"id":928,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776839981956,"traceId":"4bfc0cde73c5d18d"}]
|
|
5
|
-
[{"name":"add-entry","duration":695225,"timestamp":510246550,"id":929,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776839981956,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":695222,"timestamp":510246554,"id":930,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776839981956,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":695222,"timestamp":510246557,"id":931,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776839981956,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":695221,"timestamp":510246560,"id":932,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776839981956,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":695220,"timestamp":510246562,"id":933,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776839981956,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":695219,"timestamp":510246565,"id":934,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776839981956,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":695218,"timestamp":510246568,"id":935,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776839981956,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":695216,"timestamp":510246571,"id":936,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776839981956,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":695215,"timestamp":510246574,"id":937,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776839981956,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":695214,"timestamp":510246577,"id":938,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776839981956,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":695213,"timestamp":510246579,"id":939,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776839981956,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":695212,"timestamp":510246582,"id":940,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776839981956,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":695211,"timestamp":510246585,"id":941,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776839981956,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":695210,"timestamp":510246588,"id":942,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776839981956,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":695208,"timestamp":510246591,"id":943,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776839981956,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":695207,"timestamp":510246593,"id":944,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776839981956,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":695206,"timestamp":510246596,"id":945,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776839981956,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":695206,"timestamp":510246599,"id":946,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776839981956,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":695205,"timestamp":510246602,"id":947,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776839981956,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":695203,"timestamp":510246604,"id":948,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776839981956,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":695200,"timestamp":510246609,"id":949,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776839981956,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":695199,"timestamp":510246612,"id":950,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776839981956,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":695198,"timestamp":510246615,"id":951,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776839981956,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":695197,"timestamp":510246618,"id":952,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776839981956,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":695196,"timestamp":510246620,"id":953,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776839981956,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":695194,"timestamp":510246623,"id":954,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776839981956,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":695195,"timestamp":510246626,"id":955,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776839981956,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":695194,"timestamp":510246629,"id":956,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776839981956,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":695193,"timestamp":510246632,"id":957,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776839981956,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":695192,"timestamp":510246635,"id":958,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776839981956,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":695191,"timestamp":510246638,"id":959,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776839981956,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":695190,"timestamp":510246640,"id":960,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776839981956,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":695189,"timestamp":510246643,"id":961,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776839981956,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":695189,"timestamp":510246646,"id":962,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776839981956,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":695188,"timestamp":510246649,"id":963,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776839981956,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":695187,"timestamp":510246651,"id":964,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776839981956,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":695185,"timestamp":510246654,"id":965,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776839981956,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":695185,"timestamp":510246657,"id":966,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776839981956,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":695190,"timestamp":510246660,"id":967,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776839981956,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":695190,"timestamp":510246663,"id":968,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776839981956,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":695189,"timestamp":510246665,"id":969,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776839981956,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":695188,"timestamp":510246668,"id":970,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776839981956,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":695188,"timestamp":510246671,"id":971,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776839981956,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":695187,"timestamp":510246674,"id":972,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776839981956,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":695186,"timestamp":510246677,"id":973,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776839981956,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":695186,"timestamp":510246679,"id":974,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776839981956,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":695185,"timestamp":510246682,"id":975,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776839981956,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":753093,"timestamp":510246207,"id":870,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp%2Fglobal-error.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1776839981955,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":762285,"timestamp":510246075,"id":868,"parentId":864,"tags":{"request":"next-client-pages-loader?absolutePagePath=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fbuiltin%2Fglobal-not-found.js&page=%2F_not-found%2Fpage!"},"startTime":1776839981955,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":871032,"timestamp":510246045,"id":867,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-segment.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%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%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%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%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fnode_modules%2Fnext%2Fdist%2Flib%2Fframework%2Fboundary-components.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fnode_modules%2Fnext%2Fdist%2Flib%2Fmetadata%2Fgenerate%2Ficon-mark.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1776839981955,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":871117,"timestamp":510245977,"id":866,"parentId":864,"tags":{"request":"./node_modules/next/dist/client/app-next.js"},"startTime":1776839981955,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":891284,"timestamp":510245475,"id":865,"parentId":864,"tags":{"request":"./node_modules/next/dist/client/next.js"},"startTime":1776839981955,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":919128,"timestamp":510246383,"id":875,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fnode_modules%2Fnext%2Ffont%2Fgoogle%2Ftarget.css%3F%7B%5C%22path%5C%22%3A%5C%22src%2Fapp%2Flayout.tsx%5C%22%2C%5C%22import%5C%22%3A%5C%22Inter%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22variable%5C%22%3A%5C%22--font-inter%5C%22%2C%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22inter%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fnode_modules%2Fnext%2Ffont%2Fgoogle%2Ftarget.css%3F%7B%5C%22path%5C%22%3A%5C%22src%2Fapp%2Flayout.tsx%5C%22%2C%5C%22import%5C%22%3A%5C%22Lora%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22variable%5C%22%3A%5C%22--font-lora%5C%22%2C%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22lora%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fnode_modules%2Fnext%2Ffont%2Fgoogle%2Ftarget.css%3F%7B%5C%22path%5C%22%3A%5C%22src%2Fapp%2Flayout.tsx%5C%22%2C%5C%22import%5C%22%3A%5C%22JetBrains_Mono%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22variable%5C%22%3A%5C%22--font-jetbrains-mono%5C%22%2C%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22jetbrainsMono%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp%2Fglobals.css%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fcomponents%2Fshared%2FProviders.tsx%22%2C%22ids%22%3A%5B%22Providers%22%5D%7D&server=false!"},"startTime":1776839981956,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":1673932,"timestamp":510246692,"id":978,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fcomponents%2Fworkspace%2FEmptyState.tsx%22%2C%22ids%22%3A%5B%22EmptyState%22%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fcomponents%2Fworkspace%2FProjectItem.tsx%22%2C%22ids%22%3A%5B%22ProjectItem%22%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fcomponents%2Fworkspace%2FProjectSidebar.tsx%22%2C%22ids%22%3A%5B%22ProjectSidebar%22%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fcomponents%2Fworkspace%2FWorkspace.tsx%22%2C%22ids%22%3A%5B%22Workspace%22%5D%7D&server=false!"},"startTime":1776839981956,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":1875697,"timestamp":510246689,"id":977,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fcomponents%2Freview%2FReviewPage.tsx%22%2C%22ids%22%3A%5B%22ReviewPage%22%5D%7D&server=false!"},"startTime":1776839981956,"traceId":"4bfc0cde73c5d18d"},{"name":"add-entry","duration":1875718,"timestamp":510246685,"id":976,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fcomponents%2Fproject%2FTabManager.tsx%22%2C%22ids%22%3A%5B%22TabManager%22%5D%7D&server=false!"},"startTime":1776839981956,"traceId":"4bfc0cde73c5d18d"},{"name":"make","duration":1877867,"timestamp":510244931,"id":864,"parentId":863,"tags":{},"startTime":1776839981954,"traceId":"4bfc0cde73c5d18d"},{"name":"chunk-graph","duration":95366,"timestamp":512342866,"id":980,"parentId":979,"tags":{},"startTime":1776839984052,"traceId":"4bfc0cde73c5d18d"},{"name":"optimize-modules","duration":31,"timestamp":512438365,"id":982,"parentId":979,"tags":{},"startTime":1776839984147,"traceId":"4bfc0cde73c5d18d"},{"name":"optimize-chunks","duration":76094,"timestamp":512448462,"id":984,"parentId":979,"tags":{},"startTime":1776839984158,"traceId":"4bfc0cde73c5d18d"},{"name":"optimize-tree","duration":222,"timestamp":512524660,"id":985,"parentId":979,"tags":{},"startTime":1776839984234,"traceId":"4bfc0cde73c5d18d"},{"name":"optimize-chunk-modules","duration":124991,"timestamp":512524988,"id":986,"parentId":979,"tags":{},"startTime":1776839984234,"traceId":"4bfc0cde73c5d18d"},{"name":"optimize","duration":211813,"timestamp":512438309,"id":981,"parentId":979,"tags":{},"startTime":1776839984147,"traceId":"4bfc0cde73c5d18d"},{"name":"module-hash","duration":82633,"timestamp":512731901,"id":987,"parentId":979,"tags":{},"startTime":1776839984441,"traceId":"4bfc0cde73c5d18d"},{"name":"code-generation","duration":8921,"timestamp":512814599,"id":988,"parentId":979,"tags":{},"startTime":1776839984524,"traceId":"4bfc0cde73c5d18d"},{"name":"hash","duration":29669,"timestamp":512836433,"id":989,"parentId":979,"tags":{},"startTime":1776839984546,"traceId":"4bfc0cde73c5d18d"},{"name":"code-generation-jobs","duration":560,"timestamp":512866096,"id":990,"parentId":979,"tags":{},"startTime":1776839984575,"traceId":"4bfc0cde73c5d18d"},{"name":"module-assets","duration":2284,"timestamp":512866352,"id":991,"parentId":979,"tags":{},"startTime":1776839984575,"traceId":"4bfc0cde73c5d18d"},{"name":"create-chunk-assets","duration":8924,"timestamp":512868653,"id":992,"parentId":979,"tags":{},"startTime":1776839984578,"traceId":"4bfc0cde73c5d18d"},{"name":"NextJsBuildManifest-generateClientManifest","duration":1783,"timestamp":512889414,"id":994,"parentId":863,"tags":{},"startTime":1776839984599,"traceId":"4bfc0cde73c5d18d"},{"name":"NextJsBuildManifest-createassets","duration":2958,"timestamp":512888252,"id":993,"parentId":863,"tags":{},"startTime":1776839984597,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":4729,"timestamp":512912705,"id":996,"parentId":995,"tags":{"name":"static/chunks/main-8f84e99c14cc345a.js","cache":"HIT"},"startTime":1776839984622,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":4588,"timestamp":512912857,"id":997,"parentId":995,"tags":{"name":"static/chunks/main-app-ac5fcfbf23e00fca.js","cache":"HIT"},"startTime":1776839984622,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":4576,"timestamp":512912872,"id":998,"parentId":995,"tags":{"name":"static/chunks/app/_not-found/page-97fa7117fcb8102d.js","cache":"HIT"},"startTime":1776839984622,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":4568,"timestamp":512912883,"id":999,"parentId":995,"tags":{"name":"static/chunks/app/_global-error/page-50728f17ea527b22.js","cache":"HIT"},"startTime":1776839984622,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":4560,"timestamp":512912892,"id":1000,"parentId":995,"tags":{"name":"static/chunks/app/global-error-a067ba6a29edf245.js","cache":"HIT"},"startTime":1776839984622,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":4555,"timestamp":512912899,"id":1001,"parentId":995,"tags":{"name":"static/chunks/next/dist/client/components/builtin/app-error-1dec5478e24f489a.js","cache":"HIT"},"startTime":1776839984622,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":4550,"timestamp":512912906,"id":1002,"parentId":995,"tags":{"name":"static/chunks/next/dist/client/components/builtin/forbidden-c69ed61b7b5d8bed.js","cache":"HIT"},"startTime":1776839984622,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":4543,"timestamp":512912915,"id":1003,"parentId":995,"tags":{"name":"static/chunks/next/dist/client/components/builtin/unauthorized-f4882bc019a18146.js","cache":"HIT"},"startTime":1776839984622,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":4538,"timestamp":512912922,"id":1004,"parentId":995,"tags":{"name":"static/chunks/next/dist/client/components/builtin/not-found-9990e38b48d7a20f.js","cache":"HIT"},"startTime":1776839984622,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":4487,"timestamp":512912980,"id":1005,"parentId":995,"tags":{"name":"static/chunks/app/layout-b1175a47c53a2c5a.js","cache":"HIT"},"startTime":1776839984622,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":4468,"timestamp":512913003,"id":1006,"parentId":995,"tags":{"name":"static/chunks/app/api/chat/route-2b3c7aeeeafcdfa1.js","cache":"HIT"},"startTime":1776839984622,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":4425,"timestamp":512913048,"id":1007,"parentId":995,"tags":{"name":"static/chunks/app/api/comments/route-da5f60f3a38b9cb9.js","cache":"HIT"},"startTime":1776839984622,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":4419,"timestamp":512913056,"id":1008,"parentId":995,"tags":{"name":"static/chunks/app/api/db/columns/route-175df5e969a0baf4.js","cache":"HIT"},"startTime":1776839984622,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":4414,"timestamp":512913063,"id":1009,"parentId":995,"tags":{"name":"static/chunks/app/api/db/connect/route-bbc16be163eac31f.js","cache":"HIT"},"startTime":1776839984622,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":4410,"timestamp":512913069,"id":1010,"parentId":995,"tags":{"name":"static/chunks/app/api/db/disconnect/route-5ac33ad65073fbad.js","cache":"HIT"},"startTime":1776839984622,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":4405,"timestamp":512913076,"id":1011,"parentId":995,"tags":{"name":"static/chunks/app/api/db/export/route-c278de9496fb62cd.js","cache":"HIT"},"startTime":1776839984622,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":4401,"timestamp":512913081,"id":1012,"parentId":995,"tags":{"name":"static/chunks/app/api/db/query/route-e8dc1a26907cc531.js","cache":"HIT"},"startTime":1776839984622,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":4397,"timestamp":512913087,"id":1013,"parentId":995,"tags":{"name":"static/chunks/app/api/db/schemas/route-8182a34a084ed791.js","cache":"HIT"},"startTime":1776839984622,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":4394,"timestamp":512913093,"id":1014,"parentId":995,"tags":{"name":"static/chunks/app/api/extension/version/route-5662945b5dcca67a.js","cache":"HIT"},"startTime":1776839984622,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":4390,"timestamp":512913098,"id":1015,"parentId":995,"tags":{"name":"static/chunks/app/api/file/route-fb989d88e3623ecb.js","cache":"HIT"},"startTime":1776839984622,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":4381,"timestamp":512913108,"id":1016,"parentId":995,"tags":{"name":"static/chunks/app/api/files/copy/route-d1a1d135605175f0.js","cache":"HIT"},"startTime":1776839984622,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":4378,"timestamp":512913113,"id":1017,"parentId":995,"tags":{"name":"static/chunks/app/api/files/clipboard/route-8aaf46090dd528cf.js","cache":"HIT"},"startTime":1776839984622,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":4374,"timestamp":512913119,"id":1018,"parentId":995,"tags":{"name":"static/chunks/app/api/files/delete/route-323c56d513125667.js","cache":"HIT"},"startTime":1776839984622,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":4371,"timestamp":512913124,"id":1019,"parentId":995,"tags":{"name":"static/chunks/app/api/files/expanded/route-4742e5d0fdd0cb31.js","cache":"HIT"},"startTime":1776839984622,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":4368,"timestamp":512913129,"id":1020,"parentId":995,"tags":{"name":"static/chunks/app/api/files/index/route-1fa049a09b2f9356.js","cache":"HIT"},"startTime":1776839984622,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":4365,"timestamp":512913134,"id":1021,"parentId":995,"tags":{"name":"static/chunks/app/api/files/init/route-dbc99988332a96fe.js","cache":"HIT"},"startTime":1776839984622,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":4362,"timestamp":512913139,"id":1022,"parentId":995,"tags":{"name":"static/chunks/app/api/files/paste/route-92eb1a8283b0a52c.js","cache":"HIT"},"startTime":1776839984622,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":4359,"timestamp":512913144,"id":1023,"parentId":995,"tags":{"name":"static/chunks/app/api/files/read/route-55215b747e9a4a8f.js","cache":"HIT"},"startTime":1776839984622,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":4355,"timestamp":512913149,"id":1024,"parentId":995,"tags":{"name":"static/chunks/app/api/files/readdir/route-0ce0af9c6502d060.js","cache":"HIT"},"startTime":1776839984622,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":4351,"timestamp":512913156,"id":1025,"parentId":995,"tags":{"name":"static/chunks/app/api/files/recent/route-5ead40cf7fd59043.js","cache":"HIT"},"startTime":1776839984622,"traceId":"4bfc0cde73c5d18d"}]
|
|
6
|
-
[{"name":"minify-js","duration":4348,"timestamp":512913161,"id":1026,"parentId":995,"tags":{"name":"static/chunks/app/api/files/save/route-559e8ee2a6267631.js","cache":"HIT"},"startTime":1776839984622,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":4345,"timestamp":512913166,"id":1027,"parentId":995,"tags":{"name":"static/chunks/app/api/git/branch-diff/route-3568722ee4e1f7c9.js","cache":"HIT"},"startTime":1776839984622,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":4342,"timestamp":512913171,"id":1028,"parentId":995,"tags":{"name":"static/chunks/app/api/git/commit-diff/route-be307c48a84d9881.js","cache":"HIT"},"startTime":1776839984622,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":4339,"timestamp":512913176,"id":1029,"parentId":995,"tags":{"name":"static/chunks/app/api/git/branches/route-c434098afbb7e906.js","cache":"HIT"},"startTime":1776839984622,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":4336,"timestamp":512913181,"id":1030,"parentId":995,"tags":{"name":"static/chunks/app/api/git/commits/route-795ee87cafd02f42.js","cache":"HIT"},"startTime":1776839984622,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":4332,"timestamp":512913186,"id":1031,"parentId":995,"tags":{"name":"static/chunks/app/api/git/diff/route-ebd3ecf791185cff.js","cache":"HIT"},"startTime":1776839984622,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":4329,"timestamp":512913191,"id":1032,"parentId":995,"tags":{"name":"static/chunks/app/api/git/discard/route-2009e9e2c68c5a7f.js","cache":"HIT"},"startTime":1776839984622,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":4326,"timestamp":512913196,"id":1033,"parentId":995,"tags":{"name":"static/chunks/app/api/git/stage/route-08640ffa109b58ab.js","cache":"HIT"},"startTime":1776839984622,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":4323,"timestamp":512913201,"id":1034,"parentId":995,"tags":{"name":"static/chunks/app/api/git/status/route-db61d39375c9bbb3.js","cache":"HIT"},"startTime":1776839984622,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":4320,"timestamp":512913206,"id":1035,"parentId":995,"tags":{"name":"static/chunks/app/api/git/unstage/route-65969ed37b7c8fa1.js","cache":"HIT"},"startTime":1776839984622,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":4317,"timestamp":512913210,"id":1036,"parentId":995,"tags":{"name":"static/chunks/app/api/global-state/route-1f21395806a36d33.js","cache":"HIT"},"startTime":1776839984622,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":4314,"timestamp":512913215,"id":1037,"parentId":995,"tags":{"name":"static/chunks/app/api/git/worktree/route-b381f1e94706fdec.js","cache":"HIT"},"startTime":1776839984622,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":4311,"timestamp":512913220,"id":1038,"parentId":995,"tags":{"name":"static/chunks/app/api/jupyter/load/route-a596b0fbc600a1c0.js","cache":"HIT"},"startTime":1776839984622,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":4308,"timestamp":512913225,"id":1039,"parentId":995,"tags":{"name":"static/chunks/app/api/jupyter/save/route-fd25137246a9e8e7.js","cache":"HIT"},"startTime":1776839984622,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":4305,"timestamp":512913230,"id":1040,"parentId":995,"tags":{"name":"static/chunks/app/api/jupyter/shutdown/route-253a0aa42c70cd26.js","cache":"HIT"},"startTime":1776839984622,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":4302,"timestamp":512913234,"id":1041,"parentId":995,"tags":{"name":"static/chunks/app/api/lsp/definition/route-7f0b9d088e9616c7.js","cache":"HIT"},"startTime":1776839984622,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":4298,"timestamp":512913240,"id":1042,"parentId":995,"tags":{"name":"static/chunks/app/api/lsp/hover/route-5515e8fcd4a9aabb.js","cache":"HIT"},"startTime":1776839984622,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":4294,"timestamp":512913245,"id":1043,"parentId":995,"tags":{"name":"static/chunks/app/api/lsp/references/route-bba6bf45de5fb15f.js","cache":"HIT"},"startTime":1776839984622,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":4291,"timestamp":512913250,"id":1044,"parentId":995,"tags":{"name":"static/chunks/app/api/lsp/status/route-5ecae83582717193.js","cache":"HIT"},"startTime":1776839984622,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":4289,"timestamp":512913255,"id":1045,"parentId":995,"tags":{"name":"static/chunks/app/api/lsp/warmup/route-86bc6d7a0c51afcb.js","cache":"HIT"},"startTime":1776839984622,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":4286,"timestamp":512913260,"id":1046,"parentId":995,"tags":{"name":"static/chunks/app/api/mysql/columns/route-04605cec902e20ca.js","cache":"HIT"},"startTime":1776839984622,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":4283,"timestamp":512913265,"id":1047,"parentId":995,"tags":{"name":"static/chunks/app/api/mysql/disconnect/route-14bdbbbf4d94a690.js","cache":"HIT"},"startTime":1776839984622,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":4279,"timestamp":512913270,"id":1048,"parentId":995,"tags":{"name":"static/chunks/app/api/mysql/connect/route-07008a33528521f0.js","cache":"HIT"},"startTime":1776839984622,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":4274,"timestamp":512913277,"id":1049,"parentId":995,"tags":{"name":"static/chunks/app/api/mysql/export/route-93807e81bdc6f239.js","cache":"HIT"},"startTime":1776839984622,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":4271,"timestamp":512913282,"id":1050,"parentId":995,"tags":{"name":"static/chunks/app/api/mysql/query/route-de22d8e5ec798a43.js","cache":"HIT"},"startTime":1776839984622,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":4268,"timestamp":512913287,"id":1051,"parentId":995,"tags":{"name":"static/chunks/app/api/mysql/schemas/route-c28eea109d6a8db0.js","cache":"HIT"},"startTime":1776839984622,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":4264,"timestamp":512913292,"id":1052,"parentId":995,"tags":{"name":"static/chunks/app/api/neo4j/connect/route-e9b32501c85a9a0e.js","cache":"HIT"},"startTime":1776839984622,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":4261,"timestamp":512913297,"id":1053,"parentId":995,"tags":{"name":"static/chunks/app/api/neo4j/disconnect/route-bdff01b60892b827.js","cache":"HIT"},"startTime":1776839984622,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":4258,"timestamp":512913302,"id":1054,"parentId":995,"tags":{"name":"static/chunks/app/api/neo4j/schema/route-e556e6018d283104.js","cache":"HIT"},"startTime":1776839984622,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":4255,"timestamp":512913306,"id":1055,"parentId":995,"tags":{"name":"static/chunks/app/api/neo4j/query/route-37e4b16b6b89dfaf.js","cache":"HIT"},"startTime":1776839984622,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":4252,"timestamp":512913311,"id":1056,"parentId":995,"tags":{"name":"static/chunks/app/api/open-cursor/route-13373d585c4f896a.js","cache":"HIT"},"startTime":1776839984622,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":4249,"timestamp":512913316,"id":1057,"parentId":995,"tags":{"name":"static/chunks/app/api/pick-folder/route-f9275aca79712648.js","cache":"HIT"},"startTime":1776839984622,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":4246,"timestamp":512913321,"id":1058,"parentId":995,"tags":{"name":"static/chunks/app/api/pinned-sessions/route-81ccb34627f51735.js","cache":"HIT"},"startTime":1776839984622,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":4238,"timestamp":512913331,"id":1059,"parentId":995,"tags":{"name":"static/chunks/app/api/open-vscode/route-7f92fe56f12ce0da.js","cache":"HIT"},"startTime":1776839984622,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":4235,"timestamp":512913336,"id":1060,"parentId":995,"tags":{"name":"static/chunks/app/api/project-state/route-d5a95f16e76ca9d1.js","cache":"HIT"},"startTime":1776839984622,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":4231,"timestamp":512913341,"id":1061,"parentId":995,"tags":{"name":"static/chunks/app/api/redis/command/route-3032e57af6eda9db.js","cache":"HIT"},"startTime":1776839984622,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":4228,"timestamp":512913346,"id":1062,"parentId":995,"tags":{"name":"static/chunks/app/api/redis/delete/route-09ec97cecb018360.js","cache":"HIT"},"startTime":1776839984622,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":4225,"timestamp":512913351,"id":1063,"parentId":995,"tags":{"name":"static/chunks/app/api/redis/connect/route-359370fa5992d0ff.js","cache":"HIT"},"startTime":1776839984622,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":4222,"timestamp":512913356,"id":1064,"parentId":995,"tags":{"name":"static/chunks/app/api/redis/disconnect/route-046d137de675ebed.js","cache":"HIT"},"startTime":1776839984622,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":4218,"timestamp":512913361,"id":1065,"parentId":995,"tags":{"name":"static/chunks/app/api/redis/get/route-f256bb4d6e73748c.js","cache":"HIT"},"startTime":1776839984622,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":4215,"timestamp":512913365,"id":1066,"parentId":995,"tags":{"name":"static/chunks/app/api/redis/keys/route-56c1bfa319d909e6.js","cache":"HIT"},"startTime":1776839984622,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":4212,"timestamp":512913371,"id":1067,"parentId":995,"tags":{"name":"static/chunks/app/api/review/[id]/comments/route-073bdf7a5f9943d1.js","cache":"HIT"},"startTime":1776839984622,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":4209,"timestamp":512913375,"id":1068,"parentId":995,"tags":{"name":"static/chunks/app/api/redis/set/route-b9a9b171a886ffe3.js","cache":"HIT"},"startTime":1776839984623,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":4206,"timestamp":512913380,"id":1069,"parentId":995,"tags":{"name":"static/chunks/app/api/review/[id]/replies/route-de6915a79607b8ba.js","cache":"HIT"},"startTime":1776839984623,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":4203,"timestamp":512913385,"id":1070,"parentId":995,"tags":{"name":"static/chunks/app/api/review/identify/route-34fda98c22b41f21.js","cache":"HIT"},"startTime":1776839984623,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":4199,"timestamp":512913390,"id":1071,"parentId":995,"tags":{"name":"static/chunks/app/api/review/[id]/route-ed1bffd832990d68.js","cache":"HIT"},"startTime":1776839984623,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":4196,"timestamp":512913395,"id":1072,"parentId":995,"tags":{"name":"static/chunks/app/api/review/order/route-ceac94c140082798.js","cache":"HIT"},"startTime":1776839984623,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":4193,"timestamp":512913400,"id":1073,"parentId":995,"tags":{"name":"static/chunks/app/api/review/route-8292c7feb634c93b.js","cache":"HIT"},"startTime":1776839984623,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":4190,"timestamp":512913405,"id":1074,"parentId":995,"tags":{"name":"static/chunks/app/api/review/share-info/route-b140f964cddc8600.js","cache":"HIT"},"startTime":1776839984623,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":4187,"timestamp":512913410,"id":1075,"parentId":995,"tags":{"name":"static/chunks/app/api/review/users/route-73ae222a8d0b3b5c.js","cache":"HIT"},"startTime":1776839984623,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":4184,"timestamp":512913415,"id":1076,"parentId":995,"tags":{"name":"static/chunks/app/api/services/config/route-9af7606cc01bbe73.js","cache":"HIT"},"startTime":1776839984623,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":4181,"timestamp":512913420,"id":1077,"parentId":995,"tags":{"name":"static/chunks/app/api/services/scripts/route-6dd039c931b57805.js","cache":"HIT"},"startTime":1776839984623,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":4178,"timestamp":512913425,"id":1078,"parentId":995,"tags":{"name":"static/chunks/app/api/settings/route-1b0ac0a39a0a893b.js","cache":"HIT"},"startTime":1776839984623,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":4175,"timestamp":512913429,"id":1079,"parentId":995,"tags":{"name":"static/chunks/app/api/version/route-17dafd5706fa2d29.js","cache":"HIT"},"startTime":1776839984623,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":4171,"timestamp":512913435,"id":1080,"parentId":995,"tags":{"name":"static/chunks/app/manifest.webmanifest/route-b0f3af253d5d7c07.js","cache":"HIT"},"startTime":1776839984623,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":4168,"timestamp":512913440,"id":1081,"parentId":995,"tags":{"name":"static/chunks/app/api/bash/route-36d6e9eb059bacf7.js","cache":"HIT"},"startTime":1776839984623,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":4165,"timestamp":512913445,"id":1082,"parentId":995,"tags":{"name":"static/chunks/app/api/chat/ollama/route-4192c19aea3c3193.js","cache":"HIT"},"startTime":1776839984623,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":4163,"timestamp":512913450,"id":1083,"parentId":995,"tags":{"name":"static/chunks/app/api/chat/codex/route-05921dd696d99b29.js","cache":"HIT"},"startTime":1776839984623,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":4160,"timestamp":512913455,"id":1084,"parentId":995,"tags":{"name":"static/chunks/app/api/chat/kimi/route-d67542e3c0ffbbd0.js","cache":"HIT"},"startTime":1776839984623,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":4156,"timestamp":512913460,"id":1085,"parentId":995,"tags":{"name":"static/chunks/app/api/commands/route-6c71d6d55141ac80.js","cache":"HIT"},"startTime":1776839984623,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":4153,"timestamp":512913465,"id":1086,"parentId":995,"tags":{"name":"static/chunks/app/api/claude-stats/route-f966f3715c6e1584.js","cache":"HIT"},"startTime":1776839984623,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":4150,"timestamp":512913470,"id":1087,"parentId":995,"tags":{"name":"static/chunks/app/api/files/blame/route-9404d9a037aa9837.js","cache":"HIT"},"startTime":1776839984623,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":4147,"timestamp":512913474,"id":1088,"parentId":995,"tags":{"name":"static/chunks/app/api/files/search/route-3fdf5e2e80def2eb.js","cache":"HIT"},"startTime":1776839984623,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":4144,"timestamp":512913480,"id":1089,"parentId":995,"tags":{"name":"static/chunks/app/api/note/route-80d06847cd535dac.js","cache":"HIT"},"startTime":1776839984623,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":4141,"timestamp":512913484,"id":1090,"parentId":995,"tags":{"name":"static/chunks/app/api/ollama/start/route-a232d60b4208c207.js","cache":"HIT"},"startTime":1776839984623,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":4138,"timestamp":512913489,"id":1091,"parentId":995,"tags":{"name":"static/chunks/app/api/ollama/models/route-a29674c86e690bd8.js","cache":"HIT"},"startTime":1776839984623,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":4135,"timestamp":512913494,"id":1092,"parentId":995,"tags":{"name":"static/chunks/app/api/project-settings/route-ac1dc5be3b66925b.js","cache":"HIT"},"startTime":1776839984623,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":4132,"timestamp":512913499,"id":1093,"parentId":995,"tags":{"name":"static/chunks/app/api/projects/route-fb7c61d0ecf813c9.js","cache":"HIT"},"startTime":1776839984623,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":4129,"timestamp":512913504,"id":1094,"parentId":995,"tags":{"name":"static/chunks/app/api/scheduled-tasks/route-0903c6a1b15d7aee.js","cache":"HIT"},"startTime":1776839984623,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":4126,"timestamp":512913509,"id":1095,"parentId":995,"tags":{"name":"static/chunks/app/api/session/[sessionId]/fork/route-243b779489d89adb.js","cache":"HIT"},"startTime":1776839984623,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":4123,"timestamp":512913514,"id":1096,"parentId":995,"tags":{"name":"static/chunks/app/api/session/[sessionId]/history/route-3ea5cc30e17d8fea.js","cache":"HIT"},"startTime":1776839984623,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":4121,"timestamp":512913519,"id":1097,"parentId":995,"tags":{"name":"static/chunks/app/api/sessions/projects/[encodedPath]/route-a993212dbc3e97b8.js","cache":"HIT"},"startTime":1776839984623,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":4118,"timestamp":512913523,"id":1098,"parentId":995,"tags":{"name":"static/chunks/app/api/sessions/projects/route-af36f35aba53b643.js","cache":"HIT"},"startTime":1776839984623,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":4115,"timestamp":512913528,"id":1099,"parentId":995,"tags":{"name":"static/chunks/app/api/terminal/aliases/route-7a725e90ba8fb1db.js","cache":"HIT"},"startTime":1776839984623,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":4113,"timestamp":512913533,"id":1100,"parentId":995,"tags":{"name":"static/chunks/app/api/terminal/autocomplete/route-afa44125d1ad5d75.js","cache":"HIT"},"startTime":1776839984623,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":4109,"timestamp":512913538,"id":1101,"parentId":995,"tags":{"name":"static/chunks/app/api/terminal/bubble-order/route-183c1d55c5d69e9d.js","cache":"HIT"},"startTime":1776839984623,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":4107,"timestamp":512913543,"id":1102,"parentId":995,"tags":{"name":"static/chunks/app/api/terminal/env/route-29bd67a7b37db0b8.js","cache":"HIT"},"startTime":1776839984623,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":4104,"timestamp":512913548,"id":1103,"parentId":995,"tags":{"name":"static/chunks/app/api/session-by-path/route-26301e895291bb24.js","cache":"HIT"},"startTime":1776839984623,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":4101,"timestamp":512913552,"id":1104,"parentId":995,"tags":{"name":"static/chunks/app/api/sessions/route-e1879da3b8a29c0b.js","cache":"HIT"},"startTime":1776839984623,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":4097,"timestamp":512913558,"id":1105,"parentId":995,"tags":{"name":"static/chunks/app/api/terminal/history/route-f6212d4b0732b2af.js","cache":"HIT"},"startTime":1776839984623,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":4094,"timestamp":512913562,"id":1106,"parentId":995,"tags":{"name":"static/chunks/app/project/page-a2c506a7a94fd5cf.js","cache":"HIT"},"startTime":1776839984623,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":4091,"timestamp":512913567,"id":1107,"parentId":995,"tags":{"name":"static/chunks/app/review/[id]/page-0828215c7798cde3.js","cache":"HIT"},"startTime":1776839984623,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":4088,"timestamp":512913572,"id":1108,"parentId":995,"tags":{"name":"static/chunks/app/page-60d9ee05a7313c5f.js","cache":"HIT"},"startTime":1776839984623,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":4085,"timestamp":512913577,"id":1109,"parentId":995,"tags":{"name":"static/chunks/webpack-ea5745a84eeccb78.js","cache":"HIT"},"startTime":1776839984623,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":4082,"timestamp":512913582,"id":1110,"parentId":995,"tags":{"name":"static/chunks/8776.cf5f8a8d237591ae.js","cache":"HIT"},"startTime":1776839984623,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":4079,"timestamp":512913587,"id":1111,"parentId":995,"tags":{"name":"static/chunks/9302.e7c3a924fe475a0d.js","cache":"HIT"},"startTime":1776839984623,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":4076,"timestamp":512913592,"id":1112,"parentId":995,"tags":{"name":"static/chunks/8773.7c862d554fa9752c.js","cache":"HIT"},"startTime":1776839984623,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":4073,"timestamp":512913596,"id":1113,"parentId":995,"tags":{"name":"static/chunks/36.aad6469b2cce66e8.js","cache":"HIT"},"startTime":1776839984623,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":4070,"timestamp":512913601,"id":1114,"parentId":995,"tags":{"name":"static/chunks/5575.e098244f80a816dc.js","cache":"HIT"},"startTime":1776839984623,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":4067,"timestamp":512913606,"id":1115,"parentId":995,"tags":{"name":"static/chunks/3175.7d6a7252ca08164f.js","cache":"HIT"},"startTime":1776839984623,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":4064,"timestamp":512913611,"id":1116,"parentId":995,"tags":{"name":"static/chunks/3186.fa075f8da2b5a168.js","cache":"HIT"},"startTime":1776839984623,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":4061,"timestamp":512913616,"id":1117,"parentId":995,"tags":{"name":"static/chunks/2765.e82705b4c08d2395.js","cache":"HIT"},"startTime":1776839984623,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":4058,"timestamp":512913621,"id":1118,"parentId":995,"tags":{"name":"static/chunks/7455.927d4aeb073e8bcc.js","cache":"HIT"},"startTime":1776839984623,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":4055,"timestamp":512913626,"id":1119,"parentId":995,"tags":{"name":"static/chunks/4174.9a0b706f63ff2110.js","cache":"HIT"},"startTime":1776839984623,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":4051,"timestamp":512913631,"id":1120,"parentId":995,"tags":{"name":"static/chunks/9178.044a37e7499f7aba.js","cache":"HIT"},"startTime":1776839984623,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":4048,"timestamp":512913636,"id":1121,"parentId":995,"tags":{"name":"static/chunks/3313.08d96ec96eac6b39.js","cache":"HIT"},"startTime":1776839984623,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":4045,"timestamp":512913641,"id":1122,"parentId":995,"tags":{"name":"static/chunks/8318.11064c98cff59d11.js","cache":"HIT"},"startTime":1776839984623,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":4042,"timestamp":512913646,"id":1123,"parentId":995,"tags":{"name":"static/chunks/7846.c3f4bb2ef96e0889.js","cache":"HIT"},"startTime":1776839984623,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":4038,"timestamp":512913652,"id":1124,"parentId":995,"tags":{"name":"static/chunks/6686.e010f18dafd96ce3.js","cache":"HIT"},"startTime":1776839984623,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":4035,"timestamp":512913657,"id":1125,"parentId":995,"tags":{"name":"static/chunks/4900.2982169aa23d9cae.js","cache":"HIT"},"startTime":1776839984623,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":4031,"timestamp":512913662,"id":1126,"parentId":995,"tags":{"name":"static/chunks/2747.1fa40829b7fc61ed.js","cache":"HIT"},"startTime":1776839984623,"traceId":"4bfc0cde73c5d18d"}]
|
|
7
|
-
[{"name":"minify-js","duration":4028,"timestamp":512913667,"id":1127,"parentId":995,"tags":{"name":"static/chunks/3290.9ce9507152d8775e.js","cache":"HIT"},"startTime":1776839984623,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":4025,"timestamp":512913672,"id":1128,"parentId":995,"tags":{"name":"static/chunks/8496.c237be43ffc724ae.js","cache":"HIT"},"startTime":1776839984623,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":4022,"timestamp":512913677,"id":1129,"parentId":995,"tags":{"name":"static/chunks/5331.b520c9ecb308554b.js","cache":"HIT"},"startTime":1776839984623,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":4019,"timestamp":512913682,"id":1130,"parentId":995,"tags":{"name":"static/chunks/5937.b7d1dfffd1eb2f8d.js","cache":"HIT"},"startTime":1776839984623,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":4016,"timestamp":512913686,"id":1131,"parentId":995,"tags":{"name":"static/chunks/8406.851a3e1ca052fca5.js","cache":"HIT"},"startTime":1776839984623,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":4013,"timestamp":512913691,"id":1132,"parentId":995,"tags":{"name":"static/chunks/5005.89f20c77b8fdc4bf.js","cache":"HIT"},"startTime":1776839984623,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":4010,"timestamp":512913697,"id":1133,"parentId":995,"tags":{"name":"static/chunks/4608.2fc44d984192af90.js","cache":"HIT"},"startTime":1776839984623,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":4007,"timestamp":512913701,"id":1134,"parentId":995,"tags":{"name":"static/chunks/8192.cee5fe6896cd2428.js","cache":"HIT"},"startTime":1776839984623,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":4000,"timestamp":512913710,"id":1135,"parentId":995,"tags":{"name":"static/chunks/7113.27c27f3535799f74.js","cache":"HIT"},"startTime":1776839984623,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3996,"timestamp":512913715,"id":1136,"parentId":995,"tags":{"name":"static/chunks/4242.744a93febd68428e.js","cache":"HIT"},"startTime":1776839984623,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3993,"timestamp":512913720,"id":1137,"parentId":995,"tags":{"name":"static/chunks/4367.ccd453ca4f3be9e9.js","cache":"HIT"},"startTime":1776839984623,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3990,"timestamp":512913725,"id":1138,"parentId":995,"tags":{"name":"static/chunks/5183.869a777619228249.js","cache":"HIT"},"startTime":1776839984623,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3987,"timestamp":512913730,"id":1139,"parentId":995,"tags":{"name":"static/chunks/6959.26122ff5d0290050.js","cache":"HIT"},"startTime":1776839984623,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3984,"timestamp":512913735,"id":1140,"parentId":995,"tags":{"name":"static/chunks/5482.a2bf161a92d1587d.js","cache":"HIT"},"startTime":1776839984623,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3981,"timestamp":512913740,"id":1141,"parentId":995,"tags":{"name":"static/chunks/5498.de095dd856c6f75e.js","cache":"HIT"},"startTime":1776839984623,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3978,"timestamp":512913745,"id":1142,"parentId":995,"tags":{"name":"static/chunks/1188.fd2b7cde27d7da4b.js","cache":"HIT"},"startTime":1776839984623,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3975,"timestamp":512913750,"id":1143,"parentId":995,"tags":{"name":"static/chunks/2403.6b3f9e8698bf162a.js","cache":"HIT"},"startTime":1776839984623,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3964,"timestamp":512913763,"id":1144,"parentId":995,"tags":{"name":"static/chunks/6647.1f700d3541458519.js","cache":"HIT"},"startTime":1776839984623,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3961,"timestamp":512913768,"id":1145,"parentId":995,"tags":{"name":"static/chunks/3787.41899be7825207af.js","cache":"HIT"},"startTime":1776839984623,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3958,"timestamp":512913772,"id":1146,"parentId":995,"tags":{"name":"static/chunks/5920.648913c3d7c4ad46.js","cache":"HIT"},"startTime":1776839984623,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3955,"timestamp":512913777,"id":1147,"parentId":995,"tags":{"name":"static/chunks/6110.98c96432e0f6c8e7.js","cache":"HIT"},"startTime":1776839984623,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3952,"timestamp":512913782,"id":1148,"parentId":995,"tags":{"name":"static/chunks/1413.f57623563e2c98b8.js","cache":"HIT"},"startTime":1776839984623,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3949,"timestamp":512913787,"id":1149,"parentId":995,"tags":{"name":"static/chunks/9261.00e5964190d6eabc.js","cache":"HIT"},"startTime":1776839984623,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3946,"timestamp":512913792,"id":1150,"parentId":995,"tags":{"name":"static/chunks/3782.a86ade822cebe717.js","cache":"HIT"},"startTime":1776839984623,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3943,"timestamp":512913796,"id":1151,"parentId":995,"tags":{"name":"static/chunks/6331.1b937b7a6059bc5c.js","cache":"HIT"},"startTime":1776839984623,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3940,"timestamp":512913801,"id":1152,"parentId":995,"tags":{"name":"static/chunks/5338.19028973f057003c.js","cache":"HIT"},"startTime":1776839984623,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3937,"timestamp":512913806,"id":1153,"parentId":995,"tags":{"name":"static/chunks/4350.7b37efca425923a9.js","cache":"HIT"},"startTime":1776839984623,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3934,"timestamp":512913810,"id":1154,"parentId":995,"tags":{"name":"static/chunks/9015.0fb4988a353cf1fb.js","cache":"HIT"},"startTime":1776839984623,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3931,"timestamp":512913815,"id":1155,"parentId":995,"tags":{"name":"static/chunks/3288.e0e95479f8e144f2.js","cache":"HIT"},"startTime":1776839984623,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3927,"timestamp":512913821,"id":1156,"parentId":995,"tags":{"name":"static/chunks/1932.465d83a4033e634d.js","cache":"HIT"},"startTime":1776839984623,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3924,"timestamp":512913826,"id":1157,"parentId":995,"tags":{"name":"static/chunks/7819.632d6ca73d39b6d1.js","cache":"HIT"},"startTime":1776839984623,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3921,"timestamp":512913831,"id":1158,"parentId":995,"tags":{"name":"static/chunks/2614.1fb6a3f66c124fa1.js","cache":"HIT"},"startTime":1776839984623,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3918,"timestamp":512913836,"id":1159,"parentId":995,"tags":{"name":"static/chunks/2783.74fc40454900cc92.js","cache":"HIT"},"startTime":1776839984623,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3915,"timestamp":512913840,"id":1160,"parentId":995,"tags":{"name":"static/chunks/4829.44502220b0129e28.js","cache":"HIT"},"startTime":1776839984623,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3911,"timestamp":512913846,"id":1161,"parentId":995,"tags":{"name":"static/chunks/425.94eff8cea862bac5.js","cache":"HIT"},"startTime":1776839984623,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3909,"timestamp":512913850,"id":1162,"parentId":995,"tags":{"name":"static/chunks/7844.6698481a000216e5.js","cache":"HIT"},"startTime":1776839984623,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3906,"timestamp":512913855,"id":1163,"parentId":995,"tags":{"name":"static/chunks/698.d958b4f426e473ab.js","cache":"HIT"},"startTime":1776839984623,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3903,"timestamp":512913860,"id":1164,"parentId":995,"tags":{"name":"static/chunks/4583.6f32653e4820000f.js","cache":"HIT"},"startTime":1776839984623,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3900,"timestamp":512913865,"id":1165,"parentId":995,"tags":{"name":"static/chunks/1198.66512d0e6d281760.js","cache":"HIT"},"startTime":1776839984623,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3897,"timestamp":512913870,"id":1166,"parentId":995,"tags":{"name":"static/chunks/4678.1c977c388f4335b0.js","cache":"HIT"},"startTime":1776839984623,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3894,"timestamp":512913874,"id":1167,"parentId":995,"tags":{"name":"static/chunks/2964.92c42112254b5d4d.js","cache":"HIT"},"startTime":1776839984623,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3891,"timestamp":512913879,"id":1168,"parentId":995,"tags":{"name":"static/chunks/2349.4c631f92ea7c9a72.js","cache":"HIT"},"startTime":1776839984623,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3888,"timestamp":512913884,"id":1169,"parentId":995,"tags":{"name":"static/chunks/6293.3d99e4edff97ce19.js","cache":"HIT"},"startTime":1776839984623,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3885,"timestamp":512913888,"id":1170,"parentId":995,"tags":{"name":"static/chunks/5061.da628e2cc88d329a.js","cache":"HIT"},"startTime":1776839984623,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3882,"timestamp":512913893,"id":1171,"parentId":995,"tags":{"name":"static/chunks/4823.be44845afc184ec5.js","cache":"HIT"},"startTime":1776839984623,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3879,"timestamp":512913898,"id":1172,"parentId":995,"tags":{"name":"static/chunks/2501.a452e442d158f3f0.js","cache":"HIT"},"startTime":1776839984623,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3876,"timestamp":512913903,"id":1173,"parentId":995,"tags":{"name":"static/chunks/8670.da1bd5795c37383d.js","cache":"HIT"},"startTime":1776839984623,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3873,"timestamp":512913908,"id":1174,"parentId":995,"tags":{"name":"static/chunks/4223.987b031dc1751ff3.js","cache":"HIT"},"startTime":1776839984623,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3869,"timestamp":512913913,"id":1175,"parentId":995,"tags":{"name":"static/chunks/7977.609af35d9daf6cea.js","cache":"HIT"},"startTime":1776839984623,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3864,"timestamp":512913920,"id":1176,"parentId":995,"tags":{"name":"static/chunks/2031.6051672457ef48f4.js","cache":"HIT"},"startTime":1776839984623,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3861,"timestamp":512913925,"id":1177,"parentId":995,"tags":{"name":"static/chunks/8457.febf638b91e4a542.js","cache":"HIT"},"startTime":1776839984623,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3858,"timestamp":512913930,"id":1178,"parentId":995,"tags":{"name":"static/chunks/2041.bac4409c50e7b498.js","cache":"HIT"},"startTime":1776839984623,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3854,"timestamp":512913935,"id":1179,"parentId":995,"tags":{"name":"static/chunks/3194.8353563a594a9666.js","cache":"HIT"},"startTime":1776839984623,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3851,"timestamp":512913940,"id":1180,"parentId":995,"tags":{"name":"static/chunks/2895.3c7c19bbbf4f6158.js","cache":"HIT"},"startTime":1776839984623,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3848,"timestamp":512913944,"id":1181,"parentId":995,"tags":{"name":"static/chunks/640.4f1665b61ecb00c9.js","cache":"HIT"},"startTime":1776839984623,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3845,"timestamp":512913949,"id":1182,"parentId":995,"tags":{"name":"static/chunks/9186.9a43d3853430f495.js","cache":"HIT"},"startTime":1776839984623,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3842,"timestamp":512913954,"id":1183,"parentId":995,"tags":{"name":"static/chunks/6887.f23e10f1d4aae979.js","cache":"HIT"},"startTime":1776839984623,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3840,"timestamp":512913959,"id":1184,"parentId":995,"tags":{"name":"static/chunks/9448.98915a3e831dd4b3.js","cache":"HIT"},"startTime":1776839984623,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3837,"timestamp":512913963,"id":1185,"parentId":995,"tags":{"name":"static/chunks/9690.9a9cc05a2f1a7473.js","cache":"HIT"},"startTime":1776839984623,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3834,"timestamp":512913968,"id":1186,"parentId":995,"tags":{"name":"static/chunks/4553.d23e2eaa905033c2.js","cache":"HIT"},"startTime":1776839984623,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3830,"timestamp":512913973,"id":1187,"parentId":995,"tags":{"name":"static/chunks/1248.032d3aa3d1b6dc8b.js","cache":"HIT"},"startTime":1776839984623,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3827,"timestamp":512913978,"id":1188,"parentId":995,"tags":{"name":"static/chunks/9189.155e8b97d6d08a7a.js","cache":"HIT"},"startTime":1776839984623,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3824,"timestamp":512913983,"id":1189,"parentId":995,"tags":{"name":"static/chunks/400.2bf206f4fafee390.js","cache":"HIT"},"startTime":1776839984623,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3821,"timestamp":512913988,"id":1190,"parentId":995,"tags":{"name":"static/chunks/3437.c8d37b1dcea09a48.js","cache":"HIT"},"startTime":1776839984623,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3819,"timestamp":512913992,"id":1191,"parentId":995,"tags":{"name":"static/chunks/2735.89be64531b13eda5.js","cache":"HIT"},"startTime":1776839984623,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3816,"timestamp":512913997,"id":1192,"parentId":995,"tags":{"name":"static/chunks/1335.338eb18c1f849748.js","cache":"HIT"},"startTime":1776839984623,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3813,"timestamp":512914001,"id":1193,"parentId":995,"tags":{"name":"static/chunks/1215.34498eb4e3a8464f.js","cache":"HIT"},"startTime":1776839984623,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3794,"timestamp":512914023,"id":1194,"parentId":995,"tags":{"name":"static/chunks/2374.95263727c9bf88e8.js","cache":"HIT"},"startTime":1776839984623,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3790,"timestamp":512914029,"id":1195,"parentId":995,"tags":{"name":"static/chunks/9421.ec796638d1371dd5.js","cache":"HIT"},"startTime":1776839984623,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3785,"timestamp":512914035,"id":1196,"parentId":995,"tags":{"name":"static/chunks/10.a86dd33ee260874a.js","cache":"HIT"},"startTime":1776839984623,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3782,"timestamp":512914040,"id":1197,"parentId":995,"tags":{"name":"static/chunks/3476.c0d3fca16c2a0b1f.js","cache":"HIT"},"startTime":1776839984623,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3780,"timestamp":512914045,"id":1198,"parentId":995,"tags":{"name":"static/chunks/1656.e7a467524bb9ef0b.js","cache":"HIT"},"startTime":1776839984623,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3777,"timestamp":512914050,"id":1199,"parentId":995,"tags":{"name":"static/chunks/8243.486a6dc7a56913b5.js","cache":"HIT"},"startTime":1776839984623,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3774,"timestamp":512914055,"id":1200,"parentId":995,"tags":{"name":"static/chunks/816.070dd0b3c7eca472.js","cache":"HIT"},"startTime":1776839984623,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3771,"timestamp":512914060,"id":1201,"parentId":995,"tags":{"name":"static/chunks/376.513c7b4ab5d24670.js","cache":"HIT"},"startTime":1776839984623,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3768,"timestamp":512914065,"id":1202,"parentId":995,"tags":{"name":"static/chunks/6938.5b5b9c0e67de5779.js","cache":"HIT"},"startTime":1776839984623,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3766,"timestamp":512914069,"id":1203,"parentId":995,"tags":{"name":"static/chunks/794.874bd281a91eb0be.js","cache":"HIT"},"startTime":1776839984623,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3763,"timestamp":512914074,"id":1204,"parentId":995,"tags":{"name":"static/chunks/4309.83e97fd358c568f0.js","cache":"HIT"},"startTime":1776839984623,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3760,"timestamp":512914079,"id":1205,"parentId":995,"tags":{"name":"static/chunks/6931.5563a247425ff795.js","cache":"HIT"},"startTime":1776839984623,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3757,"timestamp":512914084,"id":1206,"parentId":995,"tags":{"name":"static/chunks/3392.c3f28c00258237d2.js","cache":"HIT"},"startTime":1776839984623,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3754,"timestamp":512914089,"id":1207,"parentId":995,"tags":{"name":"static/chunks/6402.8802184b078cd227.js","cache":"HIT"},"startTime":1776839984623,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3752,"timestamp":512914094,"id":1208,"parentId":995,"tags":{"name":"static/chunks/4053.913f2710e0bc99ce.js","cache":"HIT"},"startTime":1776839984623,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3748,"timestamp":512914099,"id":1209,"parentId":995,"tags":{"name":"static/chunks/3860.100e28e5c0d7dfac.js","cache":"HIT"},"startTime":1776839984623,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3724,"timestamp":512914125,"id":1210,"parentId":995,"tags":{"name":"static/chunks/4650.eac8c19d2babfb0f.js","cache":"HIT"},"startTime":1776839984623,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3720,"timestamp":512914131,"id":1211,"parentId":995,"tags":{"name":"static/chunks/1453.3995fc5da405ff2e.js","cache":"HIT"},"startTime":1776839984623,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3717,"timestamp":512914136,"id":1212,"parentId":995,"tags":{"name":"static/chunks/8132.0babe138cc7888fd.js","cache":"HIT"},"startTime":1776839984623,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3714,"timestamp":512914141,"id":1213,"parentId":995,"tags":{"name":"static/chunks/4634.cb548b29744b8af6.js","cache":"HIT"},"startTime":1776839984623,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3711,"timestamp":512914146,"id":1214,"parentId":995,"tags":{"name":"static/chunks/6339.acbf22062261fbb2.js","cache":"HIT"},"startTime":1776839984623,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3708,"timestamp":512914151,"id":1215,"parentId":995,"tags":{"name":"static/chunks/5968.8e4a2aa9d4ae16b1.js","cache":"HIT"},"startTime":1776839984623,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3705,"timestamp":512914155,"id":1216,"parentId":995,"tags":{"name":"static/chunks/6572.c68fa9dd48e855fe.js","cache":"HIT"},"startTime":1776839984623,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3703,"timestamp":512914160,"id":1217,"parentId":995,"tags":{"name":"static/chunks/583.6913a3809b25245b.js","cache":"HIT"},"startTime":1776839984623,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3700,"timestamp":512914165,"id":1218,"parentId":995,"tags":{"name":"static/chunks/2839.03c9cc023f78256e.js","cache":"HIT"},"startTime":1776839984623,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3697,"timestamp":512914170,"id":1219,"parentId":995,"tags":{"name":"static/chunks/7227.19091b1b241ca45c.js","cache":"HIT"},"startTime":1776839984623,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3694,"timestamp":512914175,"id":1220,"parentId":995,"tags":{"name":"static/chunks/1280.3fd7e094d6fae2cf.js","cache":"HIT"},"startTime":1776839984623,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3690,"timestamp":512914179,"id":1221,"parentId":995,"tags":{"name":"static/chunks/5347.62bcbead35f1d7a9.js","cache":"HIT"},"startTime":1776839984623,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3687,"timestamp":512914184,"id":1222,"parentId":995,"tags":{"name":"static/chunks/9220.e152797abf0e9997.js","cache":"HIT"},"startTime":1776839984623,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3684,"timestamp":512914189,"id":1223,"parentId":995,"tags":{"name":"static/chunks/6741.528a6819251e1fbb.js","cache":"HIT"},"startTime":1776839984623,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3681,"timestamp":512914194,"id":1224,"parentId":995,"tags":{"name":"static/chunks/5670.5d74796feda08276.js","cache":"HIT"},"startTime":1776839984623,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3678,"timestamp":512914199,"id":1225,"parentId":995,"tags":{"name":"static/chunks/3873.9ad63ba235730e32.js","cache":"HIT"},"startTime":1776839984623,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3675,"timestamp":512914205,"id":1226,"parentId":995,"tags":{"name":"static/chunks/3072.09eb6cd013d86327.js","cache":"HIT"},"startTime":1776839984623,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3672,"timestamp":512914209,"id":1227,"parentId":995,"tags":{"name":"static/chunks/541.58a363bc4d46845e.js","cache":"HIT"},"startTime":1776839984623,"traceId":"4bfc0cde73c5d18d"}]
|
|
8
|
-
[{"name":"minify-js","duration":3669,"timestamp":512914214,"id":1228,"parentId":995,"tags":{"name":"static/chunks/3304.f081fdc3ebdb5214.js","cache":"HIT"},"startTime":1776839984623,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3666,"timestamp":512914219,"id":1229,"parentId":995,"tags":{"name":"static/chunks/5645.b5158a5d570c2de7.js","cache":"HIT"},"startTime":1776839984623,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3664,"timestamp":512914224,"id":1230,"parentId":995,"tags":{"name":"static/chunks/1184.0c6560fbcff196ee.js","cache":"HIT"},"startTime":1776839984623,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3661,"timestamp":512914229,"id":1231,"parentId":995,"tags":{"name":"static/chunks/6729.bbfd2a5324e6b598.js","cache":"HIT"},"startTime":1776839984623,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3658,"timestamp":512914234,"id":1232,"parentId":995,"tags":{"name":"static/chunks/5690.a8e86ab0c10f736b.js","cache":"HIT"},"startTime":1776839984623,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3655,"timestamp":512914239,"id":1233,"parentId":995,"tags":{"name":"static/chunks/9842.c9a9ef21e4ac986b.js","cache":"HIT"},"startTime":1776839984623,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3652,"timestamp":512914244,"id":1234,"parentId":995,"tags":{"name":"static/chunks/1501.5ee5dbf184d74701.js","cache":"HIT"},"startTime":1776839984623,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3649,"timestamp":512914249,"id":1235,"parentId":995,"tags":{"name":"static/chunks/194.f167337f50225ab9.js","cache":"HIT"},"startTime":1776839984623,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3644,"timestamp":512914255,"id":1236,"parentId":995,"tags":{"name":"static/chunks/4567.e27e45377d78a71b.js","cache":"HIT"},"startTime":1776839984623,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3641,"timestamp":512914260,"id":1237,"parentId":995,"tags":{"name":"static/chunks/4540.31ea9b12cd7e8344.js","cache":"HIT"},"startTime":1776839984623,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3638,"timestamp":512914265,"id":1238,"parentId":995,"tags":{"name":"static/chunks/6455.098e1cc52373590c.js","cache":"HIT"},"startTime":1776839984623,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3635,"timestamp":512914270,"id":1239,"parentId":995,"tags":{"name":"static/chunks/5320.cd2763bfcaf21772.js","cache":"HIT"},"startTime":1776839984623,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3632,"timestamp":512914275,"id":1240,"parentId":995,"tags":{"name":"static/chunks/2215.fb010eac3ba68a86.js","cache":"HIT"},"startTime":1776839984623,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3629,"timestamp":512914279,"id":1241,"parentId":995,"tags":{"name":"static/chunks/7799.b690007167173ad9.js","cache":"HIT"},"startTime":1776839984623,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3626,"timestamp":512914284,"id":1242,"parentId":995,"tags":{"name":"static/chunks/6099.82f989d646337ffb.js","cache":"HIT"},"startTime":1776839984623,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3623,"timestamp":512914289,"id":1243,"parentId":995,"tags":{"name":"static/chunks/8288.07e29419e8cb668c.js","cache":"HIT"},"startTime":1776839984623,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3619,"timestamp":512914294,"id":1244,"parentId":995,"tags":{"name":"static/chunks/6290.86719ce3def06011.js","cache":"HIT"},"startTime":1776839984623,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3616,"timestamp":512914299,"id":1245,"parentId":995,"tags":{"name":"static/chunks/3419.90a9ee6da5ab98d0.js","cache":"HIT"},"startTime":1776839984623,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3613,"timestamp":512914304,"id":1246,"parentId":995,"tags":{"name":"static/chunks/9547.c7ac1449da54e2db.js","cache":"HIT"},"startTime":1776839984623,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3610,"timestamp":512914309,"id":1247,"parentId":995,"tags":{"name":"static/chunks/4474.c79873facc33ff21.js","cache":"HIT"},"startTime":1776839984623,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3608,"timestamp":512914314,"id":1248,"parentId":995,"tags":{"name":"static/chunks/6948.2742954b7526015e.js","cache":"HIT"},"startTime":1776839984623,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3605,"timestamp":512914318,"id":1249,"parentId":995,"tags":{"name":"static/chunks/968.e9fd828deab9a857.js","cache":"HIT"},"startTime":1776839984623,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3601,"timestamp":512914323,"id":1250,"parentId":995,"tags":{"name":"static/chunks/7040.df96cbc5f67f15af.js","cache":"HIT"},"startTime":1776839984623,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3598,"timestamp":512914328,"id":1251,"parentId":995,"tags":{"name":"static/chunks/6166.38c3e6fdcca544a2.js","cache":"HIT"},"startTime":1776839984623,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3595,"timestamp":512914333,"id":1252,"parentId":995,"tags":{"name":"static/chunks/8947.a2be8b892f8eab46.js","cache":"HIT"},"startTime":1776839984623,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3592,"timestamp":512914338,"id":1253,"parentId":995,"tags":{"name":"static/chunks/3324.b6ce7bc8c94d0c51.js","cache":"HIT"},"startTime":1776839984623,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3589,"timestamp":512914343,"id":1254,"parentId":995,"tags":{"name":"static/chunks/3095.08c252b33c080013.js","cache":"HIT"},"startTime":1776839984623,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3586,"timestamp":512914348,"id":1255,"parentId":995,"tags":{"name":"static/chunks/9240.29b05cb21993fdff.js","cache":"HIT"},"startTime":1776839984623,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3583,"timestamp":512914353,"id":1256,"parentId":995,"tags":{"name":"static/chunks/9294.c729bda2dc817add.js","cache":"HIT"},"startTime":1776839984623,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3580,"timestamp":512914358,"id":1257,"parentId":995,"tags":{"name":"static/chunks/7636.8d465c86f5b1bbc0.js","cache":"HIT"},"startTime":1776839984623,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3577,"timestamp":512914363,"id":1258,"parentId":995,"tags":{"name":"static/chunks/327.718c9ac85228ae12.js","cache":"HIT"},"startTime":1776839984623,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3574,"timestamp":512914368,"id":1259,"parentId":995,"tags":{"name":"static/chunks/34.65686560fc060e1a.js","cache":"HIT"},"startTime":1776839984623,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3571,"timestamp":512914373,"id":1260,"parentId":995,"tags":{"name":"static/chunks/8545.27261f333ade1594.js","cache":"HIT"},"startTime":1776839984624,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3567,"timestamp":512914377,"id":1261,"parentId":995,"tags":{"name":"static/chunks/5755.b75d06ce82454f5d.js","cache":"HIT"},"startTime":1776839984624,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3564,"timestamp":512914382,"id":1262,"parentId":995,"tags":{"name":"static/chunks/9569.6625248cb07e86b9.js","cache":"HIT"},"startTime":1776839984624,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3561,"timestamp":512914387,"id":1263,"parentId":995,"tags":{"name":"static/chunks/6580.a425ab3172508cfd.js","cache":"HIT"},"startTime":1776839984624,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3558,"timestamp":512914392,"id":1264,"parentId":995,"tags":{"name":"static/chunks/893.24b32242375aa583.js","cache":"HIT"},"startTime":1776839984624,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3555,"timestamp":512914397,"id":1265,"parentId":995,"tags":{"name":"static/chunks/3077.97a876b8ff637942.js","cache":"HIT"},"startTime":1776839984624,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3552,"timestamp":512914402,"id":1266,"parentId":995,"tags":{"name":"static/chunks/6144.cb60f41cd1c3e425.js","cache":"HIT"},"startTime":1776839984624,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3548,"timestamp":512914407,"id":1267,"parentId":995,"tags":{"name":"static/chunks/5712.ef87d30795895154.js","cache":"HIT"},"startTime":1776839984624,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3545,"timestamp":512914412,"id":1268,"parentId":995,"tags":{"name":"static/chunks/5025.771ea1b83e146ecc.js","cache":"HIT"},"startTime":1776839984624,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3542,"timestamp":512914417,"id":1269,"parentId":995,"tags":{"name":"static/chunks/3229.665a56ef5cc2fb77.js","cache":"HIT"},"startTime":1776839984624,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3539,"timestamp":512914422,"id":1270,"parentId":995,"tags":{"name":"static/chunks/252.1045a3a17f099845.js","cache":"HIT"},"startTime":1776839984624,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3536,"timestamp":512914427,"id":1271,"parentId":995,"tags":{"name":"static/chunks/4903.60b2e6ad9d06931f.js","cache":"HIT"},"startTime":1776839984624,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3533,"timestamp":512914432,"id":1272,"parentId":995,"tags":{"name":"static/chunks/5997.c0b403b6f6466d46.js","cache":"HIT"},"startTime":1776839984624,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3529,"timestamp":512914437,"id":1273,"parentId":995,"tags":{"name":"static/chunks/6412.f8577af421096e1a.js","cache":"HIT"},"startTime":1776839984624,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3526,"timestamp":512914442,"id":1274,"parentId":995,"tags":{"name":"static/chunks/2062.972a9dc786249918.js","cache":"HIT"},"startTime":1776839984624,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3523,"timestamp":512914447,"id":1275,"parentId":995,"tags":{"name":"static/chunks/2710.3737b7fa00fc4a91.js","cache":"HIT"},"startTime":1776839984624,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3518,"timestamp":512914453,"id":1276,"parentId":995,"tags":{"name":"static/chunks/862.2de35e6961bba1df.js","cache":"HIT"},"startTime":1776839984624,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3515,"timestamp":512914459,"id":1277,"parentId":995,"tags":{"name":"static/chunks/5728.82b5eaa7236aea2b.js","cache":"HIT"},"startTime":1776839984624,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3512,"timestamp":512914464,"id":1278,"parentId":995,"tags":{"name":"static/chunks/123.300fc857bfd28b58.js","cache":"HIT"},"startTime":1776839984624,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3509,"timestamp":512914469,"id":1279,"parentId":995,"tags":{"name":"static/chunks/8848.2bef6000462fa211.js","cache":"HIT"},"startTime":1776839984624,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3506,"timestamp":512914474,"id":1280,"parentId":995,"tags":{"name":"static/chunks/1161.e4d2e7e2ee21f5c8.js","cache":"HIT"},"startTime":1776839984624,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3503,"timestamp":512914479,"id":1281,"parentId":995,"tags":{"name":"static/chunks/6360.769ec8686592b773.js","cache":"HIT"},"startTime":1776839984624,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3500,"timestamp":512914484,"id":1282,"parentId":995,"tags":{"name":"static/chunks/8113.a571b3948d99b27d.js","cache":"HIT"},"startTime":1776839984624,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3474,"timestamp":512914511,"id":1283,"parentId":995,"tags":{"name":"static/chunks/9377.2b6ce9ce5c4b6552.js","cache":"HIT"},"startTime":1776839984624,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3464,"timestamp":512914523,"id":1284,"parentId":995,"tags":{"name":"static/chunks/7142.f0df6c61f4112031.js","cache":"HIT"},"startTime":1776839984624,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3455,"timestamp":512914534,"id":1285,"parentId":995,"tags":{"name":"static/chunks/3111.0bed64d54c385a0c.js","cache":"HIT"},"startTime":1776839984624,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3446,"timestamp":512914546,"id":1286,"parentId":995,"tags":{"name":"static/chunks/9648.958476ee189c7f10.js","cache":"HIT"},"startTime":1776839984624,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3437,"timestamp":512914556,"id":1287,"parentId":995,"tags":{"name":"static/chunks/1379.0cf87941b255b24a.js","cache":"HIT"},"startTime":1776839984624,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3428,"timestamp":512914567,"id":1288,"parentId":995,"tags":{"name":"static/chunks/7152.d19e8fa8c5ac91c7.js","cache":"HIT"},"startTime":1776839984624,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3686,"timestamp":512914577,"id":1289,"parentId":995,"tags":{"name":"static/chunks/8257.31ae7cc0f2495ba6.js","cache":"HIT"},"startTime":1776839984624,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3693,"timestamp":512914587,"id":1290,"parentId":995,"tags":{"name":"static/chunks/1556.dd2bf649f5e3fd22.js","cache":"HIT"},"startTime":1776839984624,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3689,"timestamp":512914598,"id":1291,"parentId":995,"tags":{"name":"static/chunks/8704.790865d348997fb8.js","cache":"HIT"},"startTime":1776839984624,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3685,"timestamp":512914607,"id":1292,"parentId":995,"tags":{"name":"static/chunks/2728.360ef80320379626.js","cache":"HIT"},"startTime":1776839984624,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3677,"timestamp":512914618,"id":1293,"parentId":995,"tags":{"name":"static/chunks/8432.5175a8782850ae87.js","cache":"HIT"},"startTime":1776839984624,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3673,"timestamp":512914628,"id":1294,"parentId":995,"tags":{"name":"static/chunks/7610.e380843ed8747098.js","cache":"HIT"},"startTime":1776839984624,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3664,"timestamp":512914638,"id":1295,"parentId":995,"tags":{"name":"static/chunks/2503.d0864abd598db60e.js","cache":"HIT"},"startTime":1776839984624,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3656,"timestamp":512914648,"id":1296,"parentId":995,"tags":{"name":"static/chunks/6046.f47f2f671413d82c.js","cache":"HIT"},"startTime":1776839984624,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3651,"timestamp":512914658,"id":1297,"parentId":995,"tags":{"name":"static/chunks/4080.2ee23eb31633457f.js","cache":"HIT"},"startTime":1776839984624,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3645,"timestamp":512914667,"id":1298,"parentId":995,"tags":{"name":"static/chunks/7557.5fb5bcfacf631d2c.js","cache":"HIT"},"startTime":1776839984624,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3640,"timestamp":512914676,"id":1299,"parentId":995,"tags":{"name":"static/chunks/830.e0b41f979c6c0e7b.js","cache":"HIT"},"startTime":1776839984624,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3636,"timestamp":512914685,"id":1300,"parentId":995,"tags":{"name":"static/chunks/1142.a8057b652e574f3a.js","cache":"HIT"},"startTime":1776839984624,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3629,"timestamp":512914694,"id":1301,"parentId":995,"tags":{"name":"static/chunks/5922.90bd359f1488e4b3.js","cache":"HIT"},"startTime":1776839984624,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3622,"timestamp":512914704,"id":1302,"parentId":995,"tags":{"name":"static/chunks/3274.6cde8c2c8629e9e9.js","cache":"HIT"},"startTime":1776839984624,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3614,"timestamp":512914713,"id":1303,"parentId":995,"tags":{"name":"static/chunks/9006.4606a9f635a5d6b4.js","cache":"HIT"},"startTime":1776839984624,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3607,"timestamp":512914723,"id":1304,"parentId":995,"tags":{"name":"static/chunks/1078.41740d1f25d95ef8.js","cache":"HIT"},"startTime":1776839984624,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3589,"timestamp":512914745,"id":1305,"parentId":995,"tags":{"name":"static/chunks/4963.87a7ab778419173e.js","cache":"HIT"},"startTime":1776839984624,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3585,"timestamp":512914755,"id":1306,"parentId":995,"tags":{"name":"static/chunks/1274.089dd30168b8dd45.js","cache":"HIT"},"startTime":1776839984624,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3578,"timestamp":512914764,"id":1307,"parentId":995,"tags":{"name":"static/chunks/1977.035283df607a8ad4.js","cache":"HIT"},"startTime":1776839984624,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3571,"timestamp":512914773,"id":1308,"parentId":995,"tags":{"name":"static/chunks/3483.c835f6d29336906c.js","cache":"HIT"},"startTime":1776839984624,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3564,"timestamp":512914782,"id":1309,"parentId":995,"tags":{"name":"static/chunks/1456.a6f02a82572b6f7d.js","cache":"HIT"},"startTime":1776839984624,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3558,"timestamp":512914792,"id":1310,"parentId":995,"tags":{"name":"static/chunks/4163.3378c777a9a83a00.js","cache":"HIT"},"startTime":1776839984624,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3552,"timestamp":512914801,"id":1311,"parentId":995,"tags":{"name":"static/chunks/4357.36433c94722a1b3d.js","cache":"HIT"},"startTime":1776839984624,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3546,"timestamp":512914810,"id":1312,"parentId":995,"tags":{"name":"static/chunks/840.2b8a5062480c58f9.js","cache":"HIT"},"startTime":1776839984624,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3539,"timestamp":512914819,"id":1313,"parentId":995,"tags":{"name":"static/chunks/1365.1763d8fd578ff435.js","cache":"HIT"},"startTime":1776839984624,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3530,"timestamp":512914830,"id":1314,"parentId":995,"tags":{"name":"static/chunks/6588.353ddec96b173c75.js","cache":"HIT"},"startTime":1776839984624,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3497,"timestamp":512914866,"id":1315,"parentId":995,"tags":{"name":"static/chunks/9466.3d89081f66cfd57c.js","cache":"HIT"},"startTime":1776839984624,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3488,"timestamp":512914877,"id":1316,"parentId":995,"tags":{"name":"static/chunks/2013.01836900f9f1dacc.js","cache":"HIT"},"startTime":1776839984624,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3481,"timestamp":512914886,"id":1317,"parentId":995,"tags":{"name":"static/chunks/7525.fccd9411ddd8b8a6.js","cache":"HIT"},"startTime":1776839984624,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3473,"timestamp":512914896,"id":1318,"parentId":995,"tags":{"name":"static/chunks/9565.06fb575ba33fc787.js","cache":"HIT"},"startTime":1776839984624,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3466,"timestamp":512914905,"id":1319,"parentId":995,"tags":{"name":"static/chunks/2179.7e4ebd37c034d2ad.js","cache":"HIT"},"startTime":1776839984624,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3459,"timestamp":512914914,"id":1320,"parentId":995,"tags":{"name":"static/chunks/7182.ce55e98e8ca3925f.js","cache":"HIT"},"startTime":1776839984624,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3452,"timestamp":512914924,"id":1321,"parentId":995,"tags":{"name":"static/chunks/7425.03dc231e78cdf4bb.js","cache":"HIT"},"startTime":1776839984624,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3445,"timestamp":512914933,"id":1322,"parentId":995,"tags":{"name":"static/chunks/4539.3574b8ec6e1b1827.js","cache":"HIT"},"startTime":1776839984624,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3438,"timestamp":512914942,"id":1323,"parentId":995,"tags":{"name":"static/chunks/5553.44aeb5ab5fc6f547.js","cache":"HIT"},"startTime":1776839984624,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3430,"timestamp":512914951,"id":1324,"parentId":995,"tags":{"name":"static/chunks/7021.4a15a4b75ad1f066.js","cache":"HIT"},"startTime":1776839984624,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3423,"timestamp":512914961,"id":1325,"parentId":995,"tags":{"name":"static/chunks/2160.3d7d3408eb5dd2fd.js","cache":"HIT"},"startTime":1776839984624,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3415,"timestamp":512914971,"id":1326,"parentId":995,"tags":{"name":"static/chunks/1219.af66c02d35a9aac1.js","cache":"HIT"},"startTime":1776839984624,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3406,"timestamp":512914981,"id":1327,"parentId":995,"tags":{"name":"static/chunks/4275.f5348df20bf58aab.js","cache":"HIT"},"startTime":1776839984624,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3398,"timestamp":512914991,"id":1328,"parentId":995,"tags":{"name":"static/chunks/7650.7945df0d31f1df8d.js","cache":"HIT"},"startTime":1776839984624,"traceId":"4bfc0cde73c5d18d"}]
|
|
9
|
-
[{"name":"minify-js","duration":3390,"timestamp":512915001,"id":1329,"parentId":995,"tags":{"name":"static/chunks/4976.1f13224a16b04bf2.js","cache":"HIT"},"startTime":1776839984624,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3352,"timestamp":512915041,"id":1330,"parentId":995,"tags":{"name":"static/chunks/4370.a3c94f7e6ca0fe9e.js","cache":"HIT"},"startTime":1776839984624,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3343,"timestamp":512915052,"id":1331,"parentId":995,"tags":{"name":"static/chunks/624.a1904a85dfc485a7.js","cache":"HIT"},"startTime":1776839984624,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3333,"timestamp":512915063,"id":1332,"parentId":995,"tags":{"name":"static/chunks/4659.1743f9a9bc83c2c8.js","cache":"HIT"},"startTime":1776839984624,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3325,"timestamp":512915073,"id":1333,"parentId":995,"tags":{"name":"static/chunks/3942.28705c77a3230c0f.js","cache":"HIT"},"startTime":1776839984624,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3317,"timestamp":512915083,"id":1334,"parentId":995,"tags":{"name":"static/chunks/5518.b0b438f31ecd94a6.js","cache":"HIT"},"startTime":1776839984624,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3309,"timestamp":512915093,"id":1335,"parentId":995,"tags":{"name":"static/chunks/2485.7c1771d82502f223.js","cache":"HIT"},"startTime":1776839984624,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3301,"timestamp":512915102,"id":1336,"parentId":995,"tags":{"name":"static/chunks/7041.a0e54d1d3704ce86.js","cache":"HIT"},"startTime":1776839984624,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3293,"timestamp":512915112,"id":1337,"parentId":995,"tags":{"name":"static/chunks/2812.70986f4c89fb9f39.js","cache":"HIT"},"startTime":1776839984624,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3284,"timestamp":512915123,"id":1338,"parentId":995,"tags":{"name":"static/chunks/7635.a9b4e0fe03a8b3ec.js","cache":"HIT"},"startTime":1776839984624,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3277,"timestamp":512915132,"id":1339,"parentId":995,"tags":{"name":"static/chunks/7884.d6f32943366d911a.js","cache":"HIT"},"startTime":1776839984624,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3267,"timestamp":512915143,"id":1340,"parentId":995,"tags":{"name":"static/chunks/4358.62cab3800015edb0.js","cache":"HIT"},"startTime":1776839984624,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3259,"timestamp":512915154,"id":1341,"parentId":995,"tags":{"name":"static/chunks/9005.7e7485e60f535a31.js","cache":"HIT"},"startTime":1776839984624,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3251,"timestamp":512915163,"id":1342,"parentId":995,"tags":{"name":"static/chunks/1595.5e2e484c156c4e34.js","cache":"HIT"},"startTime":1776839984624,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3243,"timestamp":512915173,"id":1343,"parentId":995,"tags":{"name":"static/chunks/3979.dc4a6bdab85427e6.js","cache":"HIT"},"startTime":1776839984624,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3236,"timestamp":512915182,"id":1344,"parentId":995,"tags":{"name":"static/chunks/9680.df62bde488780b42.js","cache":"HIT"},"startTime":1776839984624,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3229,"timestamp":512915191,"id":1345,"parentId":995,"tags":{"name":"static/chunks/2107.8712a4d70140ec3c.js","cache":"HIT"},"startTime":1776839984624,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3222,"timestamp":512915200,"id":1346,"parentId":995,"tags":{"name":"static/chunks/5375.71458ae86130bcf9.js","cache":"HIT"},"startTime":1776839984624,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3215,"timestamp":512915209,"id":1347,"parentId":995,"tags":{"name":"static/chunks/5136.cefe0a1de0d2cc1c.js","cache":"HIT"},"startTime":1776839984624,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3205,"timestamp":512915221,"id":1348,"parentId":995,"tags":{"name":"static/chunks/4295.24962fb2a0590e65.js","cache":"HIT"},"startTime":1776839984624,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3198,"timestamp":512915230,"id":1349,"parentId":995,"tags":{"name":"static/chunks/7258.28a0176cb9ac55e5.js","cache":"HIT"},"startTime":1776839984624,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3190,"timestamp":512915240,"id":1350,"parentId":995,"tags":{"name":"static/chunks/9996.847eced8e454ff66.js","cache":"HIT"},"startTime":1776839984624,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3182,"timestamp":512915250,"id":1351,"parentId":995,"tags":{"name":"static/chunks/9224.7a258b786c8fd4a2.js","cache":"HIT"},"startTime":1776839984624,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3174,"timestamp":512915260,"id":1352,"parentId":995,"tags":{"name":"static/chunks/6704.921c8a127690396a.js","cache":"HIT"},"startTime":1776839984624,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3165,"timestamp":512915270,"id":1353,"parentId":995,"tags":{"name":"static/chunks/6927.8995e03bddcb2166.js","cache":"HIT"},"startTime":1776839984624,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3133,"timestamp":512915305,"id":1354,"parentId":995,"tags":{"name":"static/chunks/5424.84bb5b5e67ace412.js","cache":"HIT"},"startTime":1776839984624,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3127,"timestamp":512915312,"id":1355,"parentId":995,"tags":{"name":"static/chunks/3082.b5508cb7899b2b52.js","cache":"HIT"},"startTime":1776839984624,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3124,"timestamp":512915317,"id":1356,"parentId":995,"tags":{"name":"static/chunks/9382.06e06c8d568c96f8.js","cache":"HIT"},"startTime":1776839984624,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3120,"timestamp":512915322,"id":1357,"parentId":995,"tags":{"name":"static/chunks/2130.b7f96de9cc71a698.js","cache":"HIT"},"startTime":1776839984624,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3117,"timestamp":512915328,"id":1358,"parentId":995,"tags":{"name":"static/chunks/9666.6c5d2a124e369887.js","cache":"HIT"},"startTime":1776839984624,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3114,"timestamp":512915333,"id":1359,"parentId":995,"tags":{"name":"static/chunks/392.29882b44fb6d6f9d.js","cache":"HIT"},"startTime":1776839984624,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3110,"timestamp":512915338,"id":1360,"parentId":995,"tags":{"name":"static/chunks/9841.ca811fb4964aafdc.js","cache":"HIT"},"startTime":1776839984624,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3107,"timestamp":512915343,"id":1361,"parentId":995,"tags":{"name":"static/chunks/3492.8a98f6b863ef67be.js","cache":"HIT"},"startTime":1776839984624,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3104,"timestamp":512915348,"id":1362,"parentId":995,"tags":{"name":"static/chunks/214.f2d3c152b9755298.js","cache":"HIT"},"startTime":1776839984624,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3101,"timestamp":512915353,"id":1363,"parentId":995,"tags":{"name":"static/chunks/579.f5d60b2a14edeaf6.js","cache":"HIT"},"startTime":1776839984624,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3098,"timestamp":512915358,"id":1364,"parentId":995,"tags":{"name":"static/chunks/6311.2474c11f023b786b.js","cache":"HIT"},"startTime":1776839984624,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3095,"timestamp":512915363,"id":1365,"parentId":995,"tags":{"name":"static/chunks/7524.a8b5f30bf7ff605e.js","cache":"HIT"},"startTime":1776839984624,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3092,"timestamp":512915368,"id":1366,"parentId":995,"tags":{"name":"static/chunks/6563.59526fa94758ab38.js","cache":"HIT"},"startTime":1776839984624,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3089,"timestamp":512915372,"id":1367,"parentId":995,"tags":{"name":"static/chunks/6701.33ffa9e9e309f208.js","cache":"HIT"},"startTime":1776839984625,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3086,"timestamp":512915377,"id":1368,"parentId":995,"tags":{"name":"static/chunks/7785.ab2c7de0151c3fd0.js","cache":"HIT"},"startTime":1776839984625,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3083,"timestamp":512915382,"id":1369,"parentId":995,"tags":{"name":"static/chunks/9136.be4d03590a92f316.js","cache":"HIT"},"startTime":1776839984625,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3080,"timestamp":512915387,"id":1370,"parentId":995,"tags":{"name":"static/chunks/2489.8c9078cd3767ad0e.js","cache":"HIT"},"startTime":1776839984625,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3077,"timestamp":512915392,"id":1371,"parentId":995,"tags":{"name":"static/chunks/1247.f317b3f02219270e.js","cache":"HIT"},"startTime":1776839984625,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3075,"timestamp":512915396,"id":1372,"parentId":995,"tags":{"name":"static/chunks/6859.9a81569ffa964445.js","cache":"HIT"},"startTime":1776839984625,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3072,"timestamp":512915401,"id":1373,"parentId":995,"tags":{"name":"static/chunks/7921.3fa04c4dcf83cea5.js","cache":"HIT"},"startTime":1776839984625,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3069,"timestamp":512915406,"id":1374,"parentId":995,"tags":{"name":"static/chunks/6846.5b17b5f9701ce22e.js","cache":"HIT"},"startTime":1776839984625,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3038,"timestamp":512915439,"id":1375,"parentId":995,"tags":{"name":"static/chunks/3074.0b8a20d5fb6788ff.js","cache":"HIT"},"startTime":1776839984625,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3026,"timestamp":512915453,"id":1376,"parentId":995,"tags":{"name":"static/chunks/9521.4021d4a35654fb21.js","cache":"HIT"},"startTime":1776839984625,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3017,"timestamp":512915464,"id":1377,"parentId":995,"tags":{"name":"static/chunks/6089.f654fce4dfc2d123.js","cache":"HIT"},"startTime":1776839984625,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3010,"timestamp":512915473,"id":1378,"parentId":995,"tags":{"name":"static/chunks/5520.0dff0e44a3ca823e.js","cache":"HIT"},"startTime":1776839984625,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3003,"timestamp":512915482,"id":1379,"parentId":995,"tags":{"name":"static/chunks/4969.90d397e0312a077b.js","cache":"HIT"},"startTime":1776839984625,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":2996,"timestamp":512915491,"id":1380,"parentId":995,"tags":{"name":"static/chunks/2954.1d328ca1e57ce70f.js","cache":"HIT"},"startTime":1776839984625,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":2989,"timestamp":512915499,"id":1381,"parentId":995,"tags":{"name":"static/chunks/5491.24cf2d17b2b85458.js","cache":"HIT"},"startTime":1776839984625,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":2983,"timestamp":512915508,"id":1382,"parentId":995,"tags":{"name":"static/chunks/9615.bfb6c0a4cd76455f.js","cache":"HIT"},"startTime":1776839984625,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":2976,"timestamp":512915516,"id":1383,"parentId":995,"tags":{"name":"static/chunks/7625.36561933eb547aaf.js","cache":"HIT"},"startTime":1776839984625,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":2968,"timestamp":512915526,"id":1384,"parentId":995,"tags":{"name":"static/chunks/1534.9aeef18daea4b105.js","cache":"HIT"},"startTime":1776839984625,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":2960,"timestamp":512915535,"id":1385,"parentId":995,"tags":{"name":"static/chunks/8430.eb0fd54737d8dd8c.js","cache":"HIT"},"startTime":1776839984625,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":2952,"timestamp":512915545,"id":1386,"parentId":995,"tags":{"name":"static/chunks/8555.b74a64f18f11dcd2.js","cache":"HIT"},"startTime":1776839984625,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":2944,"timestamp":512915555,"id":1387,"parentId":995,"tags":{"name":"static/chunks/7082.4e07d19b0ec9b0af.js","cache":"HIT"},"startTime":1776839984625,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":2937,"timestamp":512915565,"id":1388,"parentId":995,"tags":{"name":"static/chunks/1583.c4016592ecafde4e.js","cache":"HIT"},"startTime":1776839984625,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":2927,"timestamp":512915576,"id":1389,"parentId":995,"tags":{"name":"static/chunks/5750.eaab81d22a66329f.js","cache":"HIT"},"startTime":1776839984625,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":2920,"timestamp":512915585,"id":1390,"parentId":995,"tags":{"name":"static/chunks/7465.f74d7d6ef11639a2.js","cache":"HIT"},"startTime":1776839984625,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":2913,"timestamp":512915594,"id":1391,"parentId":995,"tags":{"name":"static/chunks/1898.272b559655499354.js","cache":"HIT"},"startTime":1776839984625,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":2906,"timestamp":512915603,"id":1392,"parentId":995,"tags":{"name":"static/chunks/7130.71b7efc3cf7ae8a7.js","cache":"HIT"},"startTime":1776839984625,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":2898,"timestamp":512915612,"id":1393,"parentId":995,"tags":{"name":"static/chunks/966.9590b6a68335923d.js","cache":"HIT"},"startTime":1776839984625,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":2891,"timestamp":512915621,"id":1394,"parentId":995,"tags":{"name":"static/chunks/1664.b7a8a1ce5eb709df.js","cache":"HIT"},"startTime":1776839984625,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":2884,"timestamp":512915631,"id":1395,"parentId":995,"tags":{"name":"static/chunks/3286.bc25b2a890b9a8e7.js","cache":"HIT"},"startTime":1776839984625,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":2877,"timestamp":512915640,"id":1396,"parentId":995,"tags":{"name":"static/chunks/4593.9132f60a72f47a04.js","cache":"HIT"},"startTime":1776839984625,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":2869,"timestamp":512915650,"id":1397,"parentId":995,"tags":{"name":"static/chunks/9267.83898a270adb507e.js","cache":"HIT"},"startTime":1776839984625,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":2862,"timestamp":512915659,"id":1398,"parentId":995,"tags":{"name":"static/chunks/7889.07de7cac7d6a9864.js","cache":"HIT"},"startTime":1776839984625,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":2854,"timestamp":512915668,"id":1399,"parentId":995,"tags":{"name":"static/chunks/5318.290d218e68c63738.js","cache":"HIT"},"startTime":1776839984625,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":2847,"timestamp":512915678,"id":1400,"parentId":995,"tags":{"name":"static/chunks/8656.075f73388d989b9a.js","cache":"HIT"},"startTime":1776839984625,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":2839,"timestamp":512915687,"id":1401,"parentId":995,"tags":{"name":"static/chunks/700.9cb1783406d5c3a1.js","cache":"HIT"},"startTime":1776839984625,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":2832,"timestamp":512915696,"id":1402,"parentId":995,"tags":{"name":"static/chunks/1987.cc16e0c7a0870452.js","cache":"HIT"},"startTime":1776839984625,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":2825,"timestamp":512915706,"id":1403,"parentId":995,"tags":{"name":"static/chunks/1310.cda9c155a96c078e.js","cache":"HIT"},"startTime":1776839984625,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":2818,"timestamp":512915715,"id":1404,"parentId":995,"tags":{"name":"static/chunks/1590.b3b5618ff8263efc.js","cache":"HIT"},"startTime":1776839984625,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":2810,"timestamp":512915724,"id":1405,"parentId":995,"tags":{"name":"static/chunks/5139.0be359f08abeada5.js","cache":"HIT"},"startTime":1776839984625,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":2802,"timestamp":512915734,"id":1406,"parentId":995,"tags":{"name":"static/chunks/5394.fa9a2ac5dee7bbf1.js","cache":"HIT"},"startTime":1776839984625,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":2795,"timestamp":512915744,"id":1407,"parentId":995,"tags":{"name":"static/chunks/2235.17c098ccc9ae2798.js","cache":"HIT"},"startTime":1776839984625,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":2788,"timestamp":512915752,"id":1408,"parentId":995,"tags":{"name":"static/chunks/1948.978def232c6206c2.js","cache":"HIT"},"startTime":1776839984625,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":2780,"timestamp":512915762,"id":1409,"parentId":995,"tags":{"name":"static/chunks/3613.d7d666d8eed49c66.js","cache":"HIT"},"startTime":1776839984625,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":2774,"timestamp":512915771,"id":1410,"parentId":995,"tags":{"name":"static/chunks/2921.28ab18b40b8e2f00.js","cache":"HIT"},"startTime":1776839984625,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":2766,"timestamp":512915780,"id":1411,"parentId":995,"tags":{"name":"static/chunks/2729.8b7c14d3171d0b76.js","cache":"HIT"},"startTime":1776839984625,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":2752,"timestamp":512915796,"id":1412,"parentId":995,"tags":{"name":"static/chunks/4892.0537bc7802301f78.js","cache":"HIT"},"startTime":1776839984625,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":2744,"timestamp":512915806,"id":1413,"parentId":995,"tags":{"name":"static/chunks/6383.8d16936fc25c334a.js","cache":"HIT"},"startTime":1776839984625,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":2736,"timestamp":512915815,"id":1414,"parentId":995,"tags":{"name":"static/chunks/9233.4baaaa602f7e6a70.js","cache":"HIT"},"startTime":1776839984625,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":2729,"timestamp":512915824,"id":1415,"parentId":995,"tags":{"name":"static/chunks/5788.4aa486571bf2e839.js","cache":"HIT"},"startTime":1776839984625,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":2721,"timestamp":512915834,"id":1416,"parentId":995,"tags":{"name":"static/chunks/6026.5d9528823e4870d9.js","cache":"HIT"},"startTime":1776839984625,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":2714,"timestamp":512915843,"id":1417,"parentId":995,"tags":{"name":"static/chunks/5364.0fd5ee76d4665040.js","cache":"HIT"},"startTime":1776839984625,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":2707,"timestamp":512915853,"id":1418,"parentId":995,"tags":{"name":"static/chunks/9318.d6938709ea34b148.js","cache":"HIT"},"startTime":1776839984625,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":2699,"timestamp":512915862,"id":1419,"parentId":995,"tags":{"name":"static/chunks/6871.d679637633d7da8e.js","cache":"HIT"},"startTime":1776839984625,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":2693,"timestamp":512915872,"id":1420,"parentId":995,"tags":{"name":"static/chunks/7443.69a9bbad68a25bd5.js","cache":"HIT"},"startTime":1776839984625,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":2685,"timestamp":512915881,"id":1421,"parentId":995,"tags":{"name":"static/chunks/142.22067b54d67e9cfa.js","cache":"HIT"},"startTime":1776839984625,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":2678,"timestamp":512915890,"id":1422,"parentId":995,"tags":{"name":"static/chunks/254.525b25c42c2e5d5a.js","cache":"HIT"},"startTime":1776839984625,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":2671,"timestamp":512915899,"id":1423,"parentId":995,"tags":{"name":"static/chunks/7547.e3c3cf78684ae006.js","cache":"HIT"},"startTime":1776839984625,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":2664,"timestamp":512915908,"id":1424,"parentId":995,"tags":{"name":"static/chunks/8317.f1323bd2f9b4fe35.js","cache":"HIT"},"startTime":1776839984625,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":2658,"timestamp":512915916,"id":1425,"parentId":995,"tags":{"name":"static/chunks/5199.3e664cf0174500b6.js","cache":"HIT"},"startTime":1776839984625,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":2651,"timestamp":512915925,"id":1426,"parentId":995,"tags":{"name":"static/chunks/6962.e0cd2d5b6efb7469.js","cache":"HIT"},"startTime":1776839984625,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":2644,"timestamp":512915934,"id":1427,"parentId":995,"tags":{"name":"static/chunks/5269.8b33f242a14be250.js","cache":"HIT"},"startTime":1776839984625,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":2636,"timestamp":512915944,"id":1428,"parentId":995,"tags":{"name":"static/chunks/7479.cc243294ef14524b.js","cache":"HIT"},"startTime":1776839984625,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":2626,"timestamp":512915956,"id":1429,"parentId":995,"tags":{"name":"static/chunks/2020.8d4deb5b71330365.js","cache":"HIT"},"startTime":1776839984625,"traceId":"4bfc0cde73c5d18d"}]
|
|
10
|
-
[{"name":"minify-js","duration":2618,"timestamp":512915965,"id":1430,"parentId":995,"tags":{"name":"static/chunks/7874.776c791a6edf8980.js","cache":"HIT"},"startTime":1776839984625,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":2611,"timestamp":512915975,"id":1431,"parentId":995,"tags":{"name":"static/chunks/1409.b29e6566d6a047ca.js","cache":"HIT"},"startTime":1776839984625,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":2599,"timestamp":512915988,"id":1432,"parentId":995,"tags":{"name":"static/chunks/7084.a3847f999489b629.js","cache":"HIT"},"startTime":1776839984625,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":2590,"timestamp":512915998,"id":1433,"parentId":995,"tags":{"name":"static/chunks/9373.ddd78f06c5d9a8d7.js","cache":"HIT"},"startTime":1776839984625,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":2560,"timestamp":512916031,"id":1434,"parentId":995,"tags":{"name":"static/chunks/3682.39cfae4886107de1.js","cache":"HIT"},"startTime":1776839984625,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":2549,"timestamp":512916044,"id":1435,"parentId":995,"tags":{"name":"static/chunks/5325.534d61b0ed6db9bc.js","cache":"HIT"},"startTime":1776839984625,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":2540,"timestamp":512916055,"id":1436,"parentId":995,"tags":{"name":"static/chunks/6460.438138109d43d3ba.js","cache":"HIT"},"startTime":1776839984625,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":2532,"timestamp":512916065,"id":1437,"parentId":995,"tags":{"name":"static/chunks/4699.0725735293f70a9a.js","cache":"HIT"},"startTime":1776839984625,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":2525,"timestamp":512916074,"id":1438,"parentId":995,"tags":{"name":"static/chunks/framework-9a8a3f0151579960.js","cache":"HIT"},"startTime":1776839984625,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":2518,"timestamp":512916083,"id":1439,"parentId":995,"tags":{"name":"static/chunks/d1c28714.214e0009d717ed6c.js","cache":"HIT"},"startTime":1776839984625,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":2511,"timestamp":512916091,"id":1440,"parentId":995,"tags":{"name":"static/chunks/4ca0cff5.789ae6f66ac30e2d.js","cache":"HIT"},"startTime":1776839984625,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":2504,"timestamp":512916101,"id":1441,"parentId":995,"tags":{"name":"static/chunks/7d29de82.14fd5bb54d6b7d20.js","cache":"HIT"},"startTime":1776839984625,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":2497,"timestamp":512916110,"id":1442,"parentId":995,"tags":{"name":"static/chunks/1cd6e1d3.faad54da091e8f42.js","cache":"HIT"},"startTime":1776839984625,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":2489,"timestamp":512916119,"id":1443,"parentId":995,"tags":{"name":"static/chunks/570e4624.7911804ff3d8e956.js","cache":"HIT"},"startTime":1776839984625,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":2483,"timestamp":512916127,"id":1444,"parentId":995,"tags":{"name":"static/chunks/ce16f5a9.83f4e77092504bcd.js","cache":"HIT"},"startTime":1776839984625,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":2476,"timestamp":512916136,"id":1445,"parentId":995,"tags":{"name":"static/chunks/90542734.2d1a2b87aba8663d.js","cache":"HIT"},"startTime":1776839984625,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":2469,"timestamp":512916144,"id":1446,"parentId":995,"tags":{"name":"static/chunks/d3ac728e-a5b076816e776ed1.js","cache":"HIT"},"startTime":1776839984625,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":2462,"timestamp":512916153,"id":1447,"parentId":995,"tags":{"name":"static/chunks/70e0d97a-2d56f47748c010fa.js","cache":"HIT"},"startTime":1776839984625,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":2454,"timestamp":512916163,"id":1448,"parentId":995,"tags":{"name":"static/chunks/2ff9d716.676d881bfa3c60e7.js","cache":"HIT"},"startTime":1776839984625,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":2447,"timestamp":512916173,"id":1449,"parentId":995,"tags":{"name":"static/chunks/af7f6608.780d064838c52b26.js","cache":"HIT"},"startTime":1776839984625,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":2439,"timestamp":512916181,"id":1450,"parentId":995,"tags":{"name":"static/chunks/e868780c.b03bb6d46556f1ff.js","cache":"HIT"},"startTime":1776839984625,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":2432,"timestamp":512916190,"id":1451,"parentId":995,"tags":{"name":"static/chunks/54a60aa6-e0314902de3ec6a3.js","cache":"HIT"},"startTime":1776839984625,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":2426,"timestamp":512916199,"id":1452,"parentId":995,"tags":{"name":"static/chunks/92e53eb0.4a625cee989cd872.js","cache":"HIT"},"startTime":1776839984625,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":2419,"timestamp":512916207,"id":1453,"parentId":995,"tags":{"name":"static/chunks/cee15710.d8de0d590c1c12d7.js","cache":"HIT"},"startTime":1776839984625,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":2411,"timestamp":512916217,"id":1454,"parentId":995,"tags":{"name":"static/chunks/4402d2ac.6ea6b372743e17e0.js","cache":"HIT"},"startTime":1776839984625,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":2404,"timestamp":512916226,"id":1455,"parentId":995,"tags":{"name":"static/chunks/cfdf2ac7.11fa4ad4c70c7e57.js","cache":"HIT"},"startTime":1776839984625,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":2396,"timestamp":512916235,"id":1456,"parentId":995,"tags":{"name":"static/chunks/53c1bd3f.94ed7a0ef30faa72.js","cache":"HIT"},"startTime":1776839984625,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":2389,"timestamp":512916245,"id":1457,"parentId":995,"tags":{"name":"static/chunks/799ebd4e.82f86abf23884ab4.js","cache":"HIT"},"startTime":1776839984625,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":2382,"timestamp":512916254,"id":1458,"parentId":995,"tags":{"name":"static/chunks/4bd1b696-30cf42bc5b843299.js","cache":"HIT"},"startTime":1776839984625,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":2374,"timestamp":512916264,"id":1459,"parentId":995,"tags":{"name":"static/chunks/aaea2bcf-f0fd47062adb56d3.js","cache":"HIT"},"startTime":1776839984625,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":2366,"timestamp":512916273,"id":1460,"parentId":995,"tags":{"name":"static/chunks/3126.670df92517e12f08.js","cache":"HIT"},"startTime":1776839984625,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":2358,"timestamp":512916283,"id":1461,"parentId":995,"tags":{"name":"static/chunks/8863.38a250bc93441012.js","cache":"HIT"},"startTime":1776839984625,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":2351,"timestamp":512916292,"id":1462,"parentId":995,"tags":{"name":"static/chunks/9114-0ae74cf0f1880aac.js","cache":"HIT"},"startTime":1776839984625,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":2343,"timestamp":512916301,"id":1463,"parentId":995,"tags":{"name":"static/chunks/2821.9a424cd8d891b3b2.js","cache":"HIT"},"startTime":1776839984625,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":2336,"timestamp":512916311,"id":1464,"parentId":995,"tags":{"name":"static/chunks/3700-73e6389d720c6476.js","cache":"HIT"},"startTime":1776839984625,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":2328,"timestamp":512916320,"id":1465,"parentId":995,"tags":{"name":"static/chunks/1991.d4d3fd65b9094099.js","cache":"HIT"},"startTime":1776839984625,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":2321,"timestamp":512916329,"id":1466,"parentId":995,"tags":{"name":"static/chunks/6155.9e124133ec8458a4.js","cache":"HIT"},"startTime":1776839984625,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":2314,"timestamp":512916338,"id":1467,"parentId":995,"tags":{"name":"static/chunks/5019.e7bce25161a52ed4.js","cache":"HIT"},"startTime":1776839984625,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":2307,"timestamp":512916347,"id":1468,"parentId":995,"tags":{"name":"static/chunks/7085.a6e1368cc7188732.js","cache":"HIT"},"startTime":1776839984625,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":2301,"timestamp":512916356,"id":1469,"parentId":995,"tags":{"name":"static/chunks/3794-e3794ea7186046f9.js","cache":"HIT"},"startTime":1776839984625,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":2293,"timestamp":512916365,"id":1470,"parentId":995,"tags":{"name":"static/chunks/3695-249ae83a4493cc54.js","cache":"HIT"},"startTime":1776839984625,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":2286,"timestamp":512916374,"id":1471,"parentId":995,"tags":{"name":"static/chunks/2072-c33b6c2a2b878b0e.js","cache":"HIT"},"startTime":1776839984626,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":2279,"timestamp":512916382,"id":1472,"parentId":995,"tags":{"name":"static/chunks/2171-87a0a5239bf2ea29.js","cache":"HIT"},"startTime":1776839984626,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":2272,"timestamp":512916391,"id":1473,"parentId":995,"tags":{"name":"static/chunks/3530-87604c0136a9075a.js","cache":"HIT"},"startTime":1776839984626,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":2265,"timestamp":512916400,"id":1474,"parentId":995,"tags":{"name":"static/chunks/5493-0ad0408c2098b2a7.js","cache":"HIT"},"startTime":1776839984626,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":2259,"timestamp":512916408,"id":1475,"parentId":995,"tags":{"name":"static/chunks/1593-2ff44df65fd7f250.js","cache":"HIT"},"startTime":1776839984626,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":2251,"timestamp":512916418,"id":1476,"parentId":995,"tags":{"name":"server/middleware-react-loadable-manifest.js","cache":"HIT"},"startTime":1776839984626,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":1521,"timestamp":512917150,"id":1478,"parentId":995,"tags":{"name":"server/middleware-build-manifest.js","cache":"HIT"},"startTime":1776839984626,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":3099,"timestamp":512916449,"id":1477,"parentId":995,"tags":{"name":"static/Avd2f2SegjGOElSYvrTlK/_ssgManifest.js","cache":"MISS"},"startTime":1776839984626,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":2252,"timestamp":512917341,"id":1480,"parentId":995,"tags":{"name":"server/next-font-manifest.js","cache":"MISS"},"startTime":1776839984626,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-js","duration":5143,"timestamp":512917168,"id":1479,"parentId":995,"tags":{"name":"static/Avd2f2SegjGOElSYvrTlK/_buildManifest.js","cache":"MISS"},"startTime":1776839984626,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-webpack-plugin-optimize","duration":28724,"timestamp":512893595,"id":995,"parentId":863,"tags":{"compilationName":"client","mangle":"[object Object]"},"startTime":1776839984603,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-css","duration":190,"timestamp":512922988,"id":1482,"parentId":1481,"tags":{"file":"static/css/9ce2a20d47600398.css","cache":"HIT"},"startTime":1776839984632,"traceId":"4bfc0cde73c5d18d"},{"name":"minify-css","duration":96,"timestamp":512923086,"id":1483,"parentId":1481,"tags":{"file":"static/css/f1a31bb8453c8c65.css","cache":"HIT"},"startTime":1776839984632,"traceId":"4bfc0cde73c5d18d"},{"name":"css-minimizer-plugin","duration":571,"timestamp":512922615,"id":1481,"parentId":863,"tags":{},"startTime":1776839984632,"traceId":"4bfc0cde73c5d18d"},{"name":"seal","duration":779742,"timestamp":512227188,"id":979,"parentId":863,"tags":{},"startTime":1776839983936,"traceId":"4bfc0cde73c5d18d"},{"name":"webpack-compilation","duration":2776702,"timestamp":510230689,"id":863,"parentId":860,"tags":{"name":"client"},"startTime":1776839981940,"traceId":"4bfc0cde73c5d18d"},{"name":"emit","duration":87408,"timestamp":513007922,"id":1484,"parentId":860,"tags":{},"startTime":1776839984717,"traceId":"4bfc0cde73c5d18d"},{"name":"webpack-close","duration":1127742,"timestamp":513098947,"id":1485,"parentId":860,"tags":{"name":"client"},"startTime":1776839984808,"traceId":"4bfc0cde73c5d18d"},{"name":"webpack-generate-error-stats","duration":2615,"timestamp":514226759,"id":1486,"parentId":1485,"tags":{},"startTime":1776839985936,"traceId":"4bfc0cde73c5d18d"},{"name":"run-webpack-compiler","duration":4441498,"timestamp":509788093,"id":860,"parentId":859,"tags":{},"startTime":1776839981497,"traceId":"4bfc0cde73c5d18d"},{"name":"format-webpack-messages","duration":83,"timestamp":514229599,"id":1487,"parentId":859,"tags":{},"startTime":1776839985939,"traceId":"4bfc0cde73c5d18d"},{"name":"worker-main-client","duration":4442115,"timestamp":509787711,"id":859,"parentId":1,"tags":{},"startTime":1776839981497,"traceId":"4bfc0cde73c5d18d"},{"name":"run-webpack","duration":12420537,"timestamp":501859389,"id":17,"parentId":1,"tags":{},"startTime":1776839973569,"traceId":"4bfc0cde73c5d18d"},{"name":"run-typescript","duration":14652216,"timestamp":514284927,"id":1489,"parentId":1,"tags":{},"startTime":1776839985994,"traceId":"4bfc0cde73c5d18d"},{"name":"generate-required-server-files","duration":1292,"timestamp":528937500,"id":1491,"parentId":1,"tags":{},"startTime":1776840000647,"traceId":"4bfc0cde73c5d18d"},{"name":"check-static-error-page","duration":26665,"timestamp":528953270,"id":1493,"parentId":1492,"tags":{},"startTime":1776840000662,"traceId":"4bfc0cde73c5d18d"},{"name":"is-page-static","duration":295872,"timestamp":528987438,"id":1601,"parentId":1495,"tags":{},"startTime":1776840000697,"traceId":"4bfc0cde73c5d18d"},{"name":"check-page","duration":325995,"timestamp":528957423,"id":1495,"parentId":1492,"tags":{"page":"/_global-error"},"startTime":1776840000667,"traceId":"4bfc0cde73c5d18d"},{"name":"is-page-static","duration":384734,"timestamp":528991553,"id":1603,"parentId":1503,"tags":{},"startTime":1776840000701,"traceId":"4bfc0cde73c5d18d"},{"name":"check-page","duration":415302,"timestamp":528961043,"id":1503,"parentId":1492,"tags":{"page":"/api/comments"},"startTime":1776840000670,"traceId":"4bfc0cde73c5d18d"},{"name":"is-page-static","duration":406248,"timestamp":528987214,"id":1600,"parentId":1494,"tags":{},"startTime":1776840000696,"traceId":"4bfc0cde73c5d18d"},{"name":"check-page","duration":437146,"timestamp":528956360,"id":1494,"parentId":1492,"tags":{"page":"/_not-found"},"startTime":1776840000665,"traceId":"4bfc0cde73c5d18d"},{"name":"is-page-static","duration":430448,"timestamp":528991635,"id":1604,"parentId":1504,"tags":{},"startTime":1776840000701,"traceId":"4bfc0cde73c5d18d"},{"name":"check-page","duration":460996,"timestamp":528961138,"id":1504,"parentId":1492,"tags":{"page":"/api/db/columns"},"startTime":1776840000670,"traceId":"4bfc0cde73c5d18d"},{"name":"is-page-static","duration":431976,"timestamp":528991882,"id":1606,"parentId":1506,"tags":{},"startTime":1776840000701,"traceId":"4bfc0cde73c5d18d"},{"name":"check-page","duration":457833,"timestamp":528966052,"id":1506,"parentId":1492,"tags":{"page":"/api/db/disconnect"},"startTime":1776840000675,"traceId":"4bfc0cde73c5d18d"},{"name":"is-page-static","duration":436268,"timestamp":528991940,"id":1607,"parentId":1507,"tags":{},"startTime":1776840000701,"traceId":"4bfc0cde73c5d18d"},{"name":"check-page","duration":462069,"timestamp":528966167,"id":1507,"parentId":1492,"tags":{"page":"/api/db/export"},"startTime":1776840000675,"traceId":"4bfc0cde73c5d18d"},{"name":"is-page-static","duration":439894,"timestamp":528992174,"id":1608,"parentId":1508,"tags":{},"startTime":1776840000701,"traceId":"4bfc0cde73c5d18d"},{"name":"check-page","duration":465838,"timestamp":528966257,"id":1508,"parentId":1492,"tags":{"page":"/api/db/query"},"startTime":1776840000675,"traceId":"4bfc0cde73c5d18d"},{"name":"is-page-static","duration":443381,"timestamp":528992256,"id":1609,"parentId":1509,"tags":{},"startTime":1776840000701,"traceId":"4bfc0cde73c5d18d"},{"name":"check-page","duration":469293,"timestamp":528966367,"id":1509,"parentId":1492,"tags":{"page":"/api/db/schemas"},"startTime":1776840000675,"traceId":"4bfc0cde73c5d18d"},{"name":"is-page-static","duration":447576,"timestamp":528991805,"id":1605,"parentId":1505,"tags":{},"startTime":1776840000701,"traceId":"4bfc0cde73c5d18d"},{"name":"check-page","duration":476144,"timestamp":528963270,"id":1505,"parentId":1492,"tags":{"page":"/api/db/connect"},"startTime":1776840000672,"traceId":"4bfc0cde73c5d18d"},{"name":"is-page-static","duration":447829,"timestamp":528992323,"id":1610,"parentId":1511,"tags":{},"startTime":1776840000701,"traceId":"4bfc0cde73c5d18d"},{"name":"check-page","duration":473677,"timestamp":528966495,"id":1511,"parentId":1492,"tags":{"page":"/api/file"},"startTime":1776840000676,"traceId":"4bfc0cde73c5d18d"},{"name":"is-page-static","duration":451667,"timestamp":528991133,"id":1602,"parentId":1500,"tags":{},"startTime":1776840000700,"traceId":"4bfc0cde73c5d18d"},{"name":"check-page","duration":482111,"timestamp":528960709,"id":1500,"parentId":1492,"tags":{"page":"/api/chat"},"startTime":1776840000670,"traceId":"4bfc0cde73c5d18d"},{"name":"is-page-static","duration":452103,"timestamp":528992485,"id":1612,"parentId":1513,"tags":{},"startTime":1776840000702,"traceId":"4bfc0cde73c5d18d"},{"name":"check-page","duration":477961,"timestamp":528966651,"id":1513,"parentId":1492,"tags":{"page":"/api/files/clipboard"},"startTime":1776840000676,"traceId":"4bfc0cde73c5d18d"},{"name":"is-page-static","duration":455567,"timestamp":528992553,"id":1614,"parentId":1515,"tags":{},"startTime":1776840000702,"traceId":"4bfc0cde73c5d18d"},{"name":"check-page","duration":481367,"timestamp":528966773,"id":1515,"parentId":1492,"tags":{"page":"/api/files/delete"},"startTime":1776840000676,"traceId":"4bfc0cde73c5d18d"},{"name":"is-page-static","duration":458118,"timestamp":528992449,"id":1611,"parentId":1510,"tags":{},"startTime":1776840000702,"traceId":"4bfc0cde73c5d18d"},{"name":"check-page","duration":484157,"timestamp":528966434,"id":1510,"parentId":1492,"tags":{"page":"/api/extension/version"},"startTime":1776840000676,"traceId":"4bfc0cde73c5d18d"},{"name":"is-page-static","duration":458111,"timestamp":528992580,"id":1615,"parentId":1516,"tags":{},"startTime":1776840000702,"traceId":"4bfc0cde73c5d18d"},{"name":"check-page","duration":483865,"timestamp":528966843,"id":1516,"parentId":1492,"tags":{"page":"/api/files/expanded"},"startTime":1776840000676,"traceId":"4bfc0cde73c5d18d"},{"name":"is-page-static","duration":460288,"timestamp":528992514,"id":1613,"parentId":1514,"tags":{},"startTime":1776840000702,"traceId":"4bfc0cde73c5d18d"},{"name":"check-page","duration":486112,"timestamp":528966712,"id":1514,"parentId":1492,"tags":{"page":"/api/files/copy"},"startTime":1776840000676,"traceId":"4bfc0cde73c5d18d"},{"name":"is-page-static","duration":460283,"timestamp":528992645,"id":1617,"parentId":1518,"tags":{},"startTime":1776840000702,"traceId":"4bfc0cde73c5d18d"},{"name":"check-page","duration":485994,"timestamp":528966966,"id":1518,"parentId":1492,"tags":{"page":"/api/files/init"},"startTime":1776840000676,"traceId":"4bfc0cde73c5d18d"}]
|
|
11
|
-
[{"name":"is-page-static","duration":461702,"timestamp":528992607,"id":1616,"parentId":1517,"tags":{},"startTime":1776840000702,"traceId":"4bfc0cde73c5d18d"},{"name":"check-page","duration":487424,"timestamp":528966906,"id":1517,"parentId":1492,"tags":{"page":"/api/files/index"},"startTime":1776840000676,"traceId":"4bfc0cde73c5d18d"},{"name":"is-page-static","duration":462145,"timestamp":528992717,"id":1619,"parentId":1520,"tags":{},"startTime":1776840000702,"traceId":"4bfc0cde73c5d18d"},{"name":"check-page","duration":487753,"timestamp":528967127,"id":1520,"parentId":1492,"tags":{"page":"/api/files/read"},"startTime":1776840000676,"traceId":"4bfc0cde73c5d18d"},{"name":"is-page-static","duration":464297,"timestamp":528992785,"id":1621,"parentId":1522,"tags":{},"startTime":1776840000702,"traceId":"4bfc0cde73c5d18d"},{"name":"check-page","duration":489860,"timestamp":528967249,"id":1522,"parentId":1492,"tags":{"page":"/api/files/recent"},"startTime":1776840000676,"traceId":"4bfc0cde73c5d18d"},{"name":"is-page-static","duration":464528,"timestamp":528992680,"id":1618,"parentId":1519,"tags":{},"startTime":1776840000702,"traceId":"4bfc0cde73c5d18d"},{"name":"check-page","duration":490166,"timestamp":528967061,"id":1519,"parentId":1492,"tags":{"page":"/api/files/paste"},"startTime":1776840000676,"traceId":"4bfc0cde73c5d18d"},{"name":"is-page-static","duration":464558,"timestamp":528992750,"id":1620,"parentId":1521,"tags":{},"startTime":1776840000702,"traceId":"4bfc0cde73c5d18d"},{"name":"check-page","duration":490138,"timestamp":528967189,"id":1521,"parentId":1492,"tags":{"page":"/api/files/readdir"},"startTime":1776840000676,"traceId":"4bfc0cde73c5d18d"},{"name":"is-page-static","duration":466265,"timestamp":528992823,"id":1622,"parentId":1523,"tags":{},"startTime":1776840000702,"traceId":"4bfc0cde73c5d18d"},{"name":"check-page","duration":491799,"timestamp":528967311,"id":1523,"parentId":1492,"tags":{"page":"/api/files/save"},"startTime":1776840000676,"traceId":"4bfc0cde73c5d18d"},{"name":"is-page-static","duration":463980,"timestamp":528996158,"id":1624,"parentId":1526,"tags":{},"startTime":1776840000705,"traceId":"4bfc0cde73c5d18d"},{"name":"check-page","duration":492652,"timestamp":528967509,"id":1526,"parentId":1492,"tags":{"page":"/api/git/branches"},"startTime":1776840000677,"traceId":"4bfc0cde73c5d18d"},{"name":"is-page-static","duration":465278,"timestamp":528996225,"id":1625,"parentId":1527,"tags":{},"startTime":1776840000705,"traceId":"4bfc0cde73c5d18d"},{"name":"check-page","duration":493956,"timestamp":528967570,"id":1527,"parentId":1492,"tags":{"page":"/api/git/commit-diff"},"startTime":1776840000677,"traceId":"4bfc0cde73c5d18d"},{"name":"is-page-static","duration":470472,"timestamp":528992934,"id":1623,"parentId":1525,"tags":{},"startTime":1776840000705,"traceId":"4bfc0cde73c5d18d"},{"name":"check-page","duration":495982,"timestamp":528967446,"id":1525,"parentId":1492,"tags":{"page":"/api/git/branch-diff"},"startTime":1776840000677,"traceId":"4bfc0cde73c5d18d"},{"name":"is-page-static","duration":467247,"timestamp":528996263,"id":1626,"parentId":1528,"tags":{},"startTime":1776840000705,"traceId":"4bfc0cde73c5d18d"},{"name":"check-page","duration":495898,"timestamp":528967631,"id":1528,"parentId":1492,"tags":{"page":"/api/git/commits"},"startTime":1776840000677,"traceId":"4bfc0cde73c5d18d"},{"name":"is-page-static","duration":469369,"timestamp":528996329,"id":1628,"parentId":1530,"tags":{},"startTime":1776840000705,"traceId":"4bfc0cde73c5d18d"},{"name":"check-page","duration":497963,"timestamp":528967753,"id":1530,"parentId":1492,"tags":{"page":"/api/git/discard"},"startTime":1776840000677,"traceId":"4bfc0cde73c5d18d"},{"name":"is-page-static","duration":470384,"timestamp":528996299,"id":1627,"parentId":1529,"tags":{},"startTime":1776840000705,"traceId":"4bfc0cde73c5d18d"},{"name":"check-page","duration":499012,"timestamp":528967693,"id":1529,"parentId":1492,"tags":{"page":"/api/git/diff"},"startTime":1776840000677,"traceId":"4bfc0cde73c5d18d"},{"name":"is-page-static","duration":471173,"timestamp":528996356,"id":1629,"parentId":1531,"tags":{},"startTime":1776840000705,"traceId":"4bfc0cde73c5d18d"},{"name":"check-page","duration":499736,"timestamp":528967815,"id":1531,"parentId":1492,"tags":{"page":"/api/git/stage"},"startTime":1776840000677,"traceId":"4bfc0cde73c5d18d"},{"name":"is-page-static","duration":472160,"timestamp":528996394,"id":1630,"parentId":1532,"tags":{},"startTime":1776840000706,"traceId":"4bfc0cde73c5d18d"},{"name":"check-page","duration":500680,"timestamp":528967892,"id":1532,"parentId":1492,"tags":{"page":"/api/git/status"},"startTime":1776840000677,"traceId":"4bfc0cde73c5d18d"},{"name":"is-page-static","duration":473082,"timestamp":528996423,"id":1631,"parentId":1533,"tags":{},"startTime":1776840000706,"traceId":"4bfc0cde73c5d18d"},{"name":"check-page","duration":498319,"timestamp":528971209,"id":1533,"parentId":1492,"tags":{"page":"/api/git/unstage"},"startTime":1776840000680,"traceId":"4bfc0cde73c5d18d"},{"name":"is-page-static","duration":474834,"timestamp":528996501,"id":1633,"parentId":1535,"tags":{},"startTime":1776840000706,"traceId":"4bfc0cde73c5d18d"},{"name":"check-page","duration":499996,"timestamp":528971372,"id":1535,"parentId":1492,"tags":{"page":"/api/global-state"},"startTime":1776840000681,"traceId":"4bfc0cde73c5d18d"},{"name":"is-page-static","duration":475204,"timestamp":528996472,"id":1632,"parentId":1534,"tags":{},"startTime":1776840000706,"traceId":"4bfc0cde73c5d18d"},{"name":"check-page","duration":500399,"timestamp":528971297,"id":1534,"parentId":1492,"tags":{"page":"/api/git/worktree"},"startTime":1776840000680,"traceId":"4bfc0cde73c5d18d"},{"name":"is-page-static","duration":476040,"timestamp":528996531,"id":1634,"parentId":1536,"tags":{},"startTime":1776840000706,"traceId":"4bfc0cde73c5d18d"},{"name":"check-page","duration":501123,"timestamp":528971468,"id":1536,"parentId":1492,"tags":{"page":"/api/jupyter/load"},"startTime":1776840000681,"traceId":"4bfc0cde73c5d18d"},{"name":"is-page-static","duration":477672,"timestamp":528996556,"id":1635,"parentId":1537,"tags":{},"startTime":1776840000706,"traceId":"4bfc0cde73c5d18d"},{"name":"check-page","duration":502712,"timestamp":528971538,"id":1537,"parentId":1492,"tags":{"page":"/api/jupyter/save"},"startTime":1776840000681,"traceId":"4bfc0cde73c5d18d"},{"name":"is-page-static","duration":480525,"timestamp":528996582,"id":1636,"parentId":1538,"tags":{},"startTime":1776840000706,"traceId":"4bfc0cde73c5d18d"},{"name":"check-page","duration":505525,"timestamp":528971607,"id":1538,"parentId":1492,"tags":{"page":"/api/jupyter/shutdown"},"startTime":1776840000681,"traceId":"4bfc0cde73c5d18d"},{"name":"is-page-static","duration":480630,"timestamp":528996610,"id":1637,"parentId":1539,"tags":{},"startTime":1776840000706,"traceId":"4bfc0cde73c5d18d"},{"name":"check-page","duration":505590,"timestamp":528971671,"id":1539,"parentId":1492,"tags":{"page":"/api/lsp/definition"},"startTime":1776840000681,"traceId":"4bfc0cde73c5d18d"},{"name":"is-page-static","duration":481514,"timestamp":528996636,"id":1638,"parentId":1540,"tags":{},"startTime":1776840000706,"traceId":"4bfc0cde73c5d18d"},{"name":"check-page","duration":506437,"timestamp":528971735,"id":1540,"parentId":1492,"tags":{"page":"/api/lsp/hover"},"startTime":1776840000681,"traceId":"4bfc0cde73c5d18d"},{"name":"is-page-static","duration":483308,"timestamp":528996681,"id":1640,"parentId":1542,"tags":{},"startTime":1776840000706,"traceId":"4bfc0cde73c5d18d"},{"name":"check-page","duration":508176,"timestamp":528971861,"id":1542,"parentId":1492,"tags":{"page":"/api/lsp/status"},"startTime":1776840000681,"traceId":"4bfc0cde73c5d18d"},{"name":"is-page-static","duration":483743,"timestamp":528996659,"id":1639,"parentId":1541,"tags":{},"startTime":1776840000706,"traceId":"4bfc0cde73c5d18d"},{"name":"check-page","duration":508623,"timestamp":528971799,"id":1541,"parentId":1492,"tags":{"page":"/api/lsp/references"},"startTime":1776840000681,"traceId":"4bfc0cde73c5d18d"},{"name":"is-page-static","duration":483975,"timestamp":528996705,"id":1641,"parentId":1543,"tags":{},"startTime":1776840000706,"traceId":"4bfc0cde73c5d18d"},{"name":"check-page","duration":508777,"timestamp":528971924,"id":1543,"parentId":1492,"tags":{"page":"/api/lsp/warmup"},"startTime":1776840000681,"traceId":"4bfc0cde73c5d18d"},{"name":"is-page-static","duration":519628,"timestamp":528996883,"id":1644,"parentId":1546,"tags":{},"startTime":1776840000706,"traceId":"4bfc0cde73c5d18d"},{"name":"check-page","duration":544393,"timestamp":528972154,"id":1546,"parentId":1492,"tags":{"page":"/api/mysql/disconnect"},"startTime":1776840000681,"traceId":"4bfc0cde73c5d18d"},{"name":"is-page-static","duration":521984,"timestamp":528996905,"id":1645,"parentId":1547,"tags":{},"startTime":1776840000706,"traceId":"4bfc0cde73c5d18d"},{"name":"check-page","duration":546686,"timestamp":528972220,"id":1547,"parentId":1492,"tags":{"page":"/api/mysql/export"},"startTime":1776840000681,"traceId":"4bfc0cde73c5d18d"},{"name":"is-page-static","duration":524184,"timestamp":528996924,"id":1646,"parentId":1548,"tags":{},"startTime":1776840000706,"traceId":"4bfc0cde73c5d18d"},{"name":"check-page","duration":548840,"timestamp":528972285,"id":1548,"parentId":1492,"tags":{"page":"/api/mysql/query"},"startTime":1776840000681,"traceId":"4bfc0cde73c5d18d"},{"name":"is-page-static","duration":526215,"timestamp":528996822,"id":1642,"parentId":1544,"tags":{},"startTime":1776840000706,"traceId":"4bfc0cde73c5d18d"},{"name":"check-page","duration":551070,"timestamp":528971991,"id":1544,"parentId":1492,"tags":{"page":"/api/mysql/columns"},"startTime":1776840000681,"traceId":"4bfc0cde73c5d18d"},{"name":"is-page-static","duration":526284,"timestamp":528996860,"id":1643,"parentId":1545,"tags":{},"startTime":1776840000706,"traceId":"4bfc0cde73c5d18d"},{"name":"check-page","duration":551074,"timestamp":528972086,"id":1545,"parentId":1492,"tags":{"page":"/api/mysql/connect"},"startTime":1776840000681,"traceId":"4bfc0cde73c5d18d"},{"name":"is-page-static","duration":526298,"timestamp":528996943,"id":1647,"parentId":1549,"tags":{},"startTime":1776840000706,"traceId":"4bfc0cde73c5d18d"},{"name":"check-page","duration":550908,"timestamp":528972350,"id":1549,"parentId":1492,"tags":{"page":"/api/mysql/schemas"},"startTime":1776840000681,"traceId":"4bfc0cde73c5d18d"},{"name":"is-page-static","duration":574411,"timestamp":528996961,"id":1648,"parentId":1550,"tags":{},"startTime":1776840000706,"traceId":"4bfc0cde73c5d18d"},{"name":"check-page","duration":599004,"timestamp":528972415,"id":1550,"parentId":1492,"tags":{"page":"/api/neo4j/connect"},"startTime":1776840000682,"traceId":"4bfc0cde73c5d18d"},{"name":"is-page-static","duration":577035,"timestamp":528997045,"id":1651,"parentId":1553,"tags":{},"startTime":1776840000706,"traceId":"4bfc0cde73c5d18d"},{"name":"check-page","duration":601496,"timestamp":528972609,"id":1553,"parentId":1492,"tags":{"page":"/api/neo4j/schema"},"startTime":1776840000682,"traceId":"4bfc0cde73c5d18d"},{"name":"is-page-static","duration":578605,"timestamp":528997403,"id":1652,"parentId":1557,"tags":{},"startTime":1776840000707,"traceId":"4bfc0cde73c5d18d"},{"name":"check-page","duration":603161,"timestamp":528972899,"id":1557,"parentId":1492,"tags":{"page":"/api/open-cursor"},"startTime":1776840000682,"traceId":"4bfc0cde73c5d18d"},{"name":"is-page-static","duration":579939,"timestamp":528997977,"id":1653,"parentId":1558,"tags":{},"startTime":1776840000707,"traceId":"4bfc0cde73c5d18d"},{"name":"check-page","duration":604972,"timestamp":528972966,"id":1558,"parentId":1492,"tags":{"page":"/api/open-vscode"},"startTime":1776840000682,"traceId":"4bfc0cde73c5d18d"},{"name":"is-page-static","duration":583765,"timestamp":528998038,"id":1654,"parentId":1559,"tags":{},"startTime":1776840000707,"traceId":"4bfc0cde73c5d18d"},{"name":"check-page","duration":608769,"timestamp":528973056,"id":1559,"parentId":1492,"tags":{"page":"/api/pick-folder"},"startTime":1776840000682,"traceId":"4bfc0cde73c5d18d"},{"name":"is-page-static","duration":585866,"timestamp":528998061,"id":1655,"parentId":1560,"tags":{},"startTime":1776840000707,"traceId":"4bfc0cde73c5d18d"},{"name":"check-page","duration":610823,"timestamp":528973127,"id":1560,"parentId":1492,"tags":{"page":"/api/pinned-sessions"},"startTime":1776840000682,"traceId":"4bfc0cde73c5d18d"},{"name":"is-page-static","duration":584888,"timestamp":529001095,"id":1656,"parentId":1562,"tags":{},"startTime":1776840000710,"traceId":"4bfc0cde73c5d18d"},{"name":"check-page","duration":610807,"timestamp":528975198,"id":1562,"parentId":1492,"tags":{"page":"/api/project-state"},"startTime":1776840000684,"traceId":"4bfc0cde73c5d18d"},{"name":"is-page-static","duration":595616,"timestamp":528996977,"id":1649,"parentId":1551,"tags":{},"startTime":1776840000706,"traceId":"4bfc0cde73c5d18d"},{"name":"check-page","duration":620137,"timestamp":528972479,"id":1551,"parentId":1492,"tags":{"page":"/api/neo4j/disconnect"},"startTime":1776840000682,"traceId":"4bfc0cde73c5d18d"},{"name":"is-page-static","duration":596879,"timestamp":528996993,"id":1650,"parentId":1552,"tags":{},"startTime":1776840000706,"traceId":"4bfc0cde73c5d18d"},{"name":"check-page","duration":621350,"timestamp":528972544,"id":1552,"parentId":1492,"tags":{"page":"/api/neo4j/query"},"startTime":1776840000682,"traceId":"4bfc0cde73c5d18d"},{"name":"is-page-static","duration":606196,"timestamp":529001196,"id":1657,"parentId":1564,"tags":{},"startTime":1776840000710,"traceId":"4bfc0cde73c5d18d"},{"name":"check-page","duration":632010,"timestamp":528975423,"id":1564,"parentId":1492,"tags":{"page":"/api/redis/command"},"startTime":1776840000685,"traceId":"4bfc0cde73c5d18d"},{"name":"is-page-static","duration":608359,"timestamp":529001266,"id":1660,"parentId":1567,"tags":{},"startTime":1776840000710,"traceId":"4bfc0cde73c5d18d"},{"name":"check-page","duration":633916,"timestamp":528975738,"id":1567,"parentId":1492,"tags":{"page":"/api/redis/disconnect"},"startTime":1776840000685,"traceId":"4bfc0cde73c5d18d"},{"name":"is-page-static","duration":611989,"timestamp":529001292,"id":1661,"parentId":1568,"tags":{},"startTime":1776840000710,"traceId":"4bfc0cde73c5d18d"},{"name":"check-page","duration":637468,"timestamp":528975842,"id":1568,"parentId":1492,"tags":{"page":"/api/redis/get"},"startTime":1776840000685,"traceId":"4bfc0cde73c5d18d"},{"name":"is-page-static","duration":614162,"timestamp":529001314,"id":1662,"parentId":1569,"tags":{},"startTime":1776840000710,"traceId":"4bfc0cde73c5d18d"},{"name":"check-page","duration":639566,"timestamp":528975937,"id":1569,"parentId":1492,"tags":{"page":"/api/redis/keys"},"startTime":1776840000685,"traceId":"4bfc0cde73c5d18d"},{"name":"is-page-static","duration":616152,"timestamp":529001336,"id":1663,"parentId":1570,"tags":{},"startTime":1776840000710,"traceId":"4bfc0cde73c5d18d"},{"name":"check-page","duration":641439,"timestamp":528976073,"id":1570,"parentId":1492,"tags":{"page":"/api/redis/set"},"startTime":1776840000685,"traceId":"4bfc0cde73c5d18d"},{"name":"is-page-static","duration":618628,"timestamp":529001247,"id":1659,"parentId":1566,"tags":{},"startTime":1776840000710,"traceId":"4bfc0cde73c5d18d"},{"name":"check-page","duration":644271,"timestamp":528975626,"id":1566,"parentId":1492,"tags":{"page":"/api/redis/delete"},"startTime":1776840000685,"traceId":"4bfc0cde73c5d18d"},{"name":"is-page-static","duration":619601,"timestamp":529001225,"id":1658,"parentId":1565,"tags":{},"startTime":1776840000710,"traceId":"4bfc0cde73c5d18d"},{"name":"check-page","duration":645324,"timestamp":528975524,"id":1565,"parentId":1492,"tags":{"page":"/api/redis/connect"},"startTime":1776840000685,"traceId":"4bfc0cde73c5d18d"},{"name":"is-page-static","duration":626701,"timestamp":529001370,"id":1664,"parentId":1571,"tags":{},"startTime":1776840000710,"traceId":"4bfc0cde73c5d18d"},{"name":"check-page","duration":651926,"timestamp":528976191,"id":1571,"parentId":1492,"tags":{"page":"/api/review/[id]/comments"},"startTime":1776840000685,"traceId":"4bfc0cde73c5d18d"},{"name":"is-page-static","duration":628749,"timestamp":529001427,"id":1666,"parentId":1573,"tags":{},"startTime":1776840000711,"traceId":"4bfc0cde73c5d18d"},{"name":"check-page","duration":653777,"timestamp":528976423,"id":1573,"parentId":1492,"tags":{"page":"/api/review/[id]"},"startTime":1776840000686,"traceId":"4bfc0cde73c5d18d"},{"name":"is-page-static","duration":629247,"timestamp":529001453,"id":1667,"parentId":1574,"tags":{},"startTime":1776840000711,"traceId":"4bfc0cde73c5d18d"},{"name":"check-page","duration":654210,"timestamp":528976525,"id":1574,"parentId":1492,"tags":{"page":"/api/review/identify"},"startTime":1776840000686,"traceId":"4bfc0cde73c5d18d"},{"name":"is-page-static","duration":631494,"timestamp":529001506,"id":1669,"parentId":1576,"tags":{},"startTime":1776840000711,"traceId":"4bfc0cde73c5d18d"}]
|
|
12
|
-
[{"name":"check-page","duration":656510,"timestamp":528976716,"id":1576,"parentId":1492,"tags":{"page":"/api/review"},"startTime":1776840000686,"traceId":"4bfc0cde73c5d18d"},{"name":"is-page-static","duration":632210,"timestamp":529001475,"id":1668,"parentId":1575,"tags":{},"startTime":1776840000711,"traceId":"4bfc0cde73c5d18d"},{"name":"check-page","duration":657082,"timestamp":528976624,"id":1575,"parentId":1492,"tags":{"page":"/api/review/order"},"startTime":1776840000686,"traceId":"4bfc0cde73c5d18d"},{"name":"is-page-static","duration":634115,"timestamp":529001529,"id":1670,"parentId":1578,"tags":{},"startTime":1776840000711,"traceId":"4bfc0cde73c5d18d"},{"name":"check-page","duration":658760,"timestamp":528976908,"id":1578,"parentId":1492,"tags":{"page":"/api/review/users"},"startTime":1776840000686,"traceId":"4bfc0cde73c5d18d"},{"name":"is-page-static","duration":636230,"timestamp":529001401,"id":1665,"parentId":1572,"tags":{},"startTime":1776840000711,"traceId":"4bfc0cde73c5d18d"},{"name":"check-page","duration":661359,"timestamp":528976297,"id":1572,"parentId":1492,"tags":{"page":"/api/review/[id]/replies"},"startTime":1776840000685,"traceId":"4bfc0cde73c5d18d"},{"name":"is-page-static","duration":639913,"timestamp":529002164,"id":1673,"parentId":1577,"tags":{},"startTime":1776840000711,"traceId":"4bfc0cde73c5d18d"},{"name":"check-page","duration":665302,"timestamp":528976812,"id":1577,"parentId":1492,"tags":{"page":"/api/review/share-info"},"startTime":1776840000686,"traceId":"4bfc0cde73c5d18d"},{"name":"is-page-static","duration":642121,"timestamp":529001654,"id":1672,"parentId":1581,"tags":{},"startTime":1776840000711,"traceId":"4bfc0cde73c5d18d"},{"name":"check-page","duration":666542,"timestamp":528977257,"id":1581,"parentId":1492,"tags":{"page":"/api/services/scripts"},"startTime":1776840000686,"traceId":"4bfc0cde73c5d18d"},{"name":"is-page-static","duration":641564,"timestamp":529002332,"id":1674,"parentId":1588,"tags":{},"startTime":1776840000711,"traceId":"4bfc0cde73c5d18d"},{"name":"check-page","duration":665390,"timestamp":528978527,"id":1588,"parentId":1492,"tags":{"page":"/api/settings"},"startTime":1776840000688,"traceId":"4bfc0cde73c5d18d"},{"name":"is-page-static","duration":642424,"timestamp":529001626,"id":1671,"parentId":1580,"tags":{},"startTime":1776840000711,"traceId":"4bfc0cde73c5d18d"},{"name":"check-page","duration":666918,"timestamp":528977153,"id":1580,"parentId":1492,"tags":{"page":"/api/services/config"},"startTime":1776840000686,"traceId":"4bfc0cde73c5d18d"},{"name":"is-page-static","duration":643308,"timestamp":529002546,"id":1675,"parentId":1594,"tags":{},"startTime":1776840000712,"traceId":"4bfc0cde73c5d18d"},{"name":"check-page","duration":666632,"timestamp":528979245,"id":1594,"parentId":1492,"tags":{"page":"/api/version"},"startTime":1776840000688,"traceId":"4bfc0cde73c5d18d"},{"name":"is-page-static","duration":643516,"timestamp":529002578,"id":1676,"parentId":1595,"tags":{},"startTime":1776840000712,"traceId":"4bfc0cde73c5d18d"},{"name":"check-page","duration":666770,"timestamp":528979350,"id":1595,"parentId":1492,"tags":{"page":"/favicon.ico"},"startTime":1776840000688,"traceId":"4bfc0cde73c5d18d"},{"name":"is-page-static","duration":644898,"timestamp":529002598,"id":1677,"parentId":1596,"tags":{},"startTime":1776840000712,"traceId":"4bfc0cde73c5d18d"},{"name":"check-page","duration":668055,"timestamp":528979465,"id":1596,"parentId":1492,"tags":{"page":"/manifest.webmanifest"},"startTime":1776840000689,"traceId":"4bfc0cde73c5d18d"},{"name":"is-page-static","duration":640243,"timestamp":529007958,"id":1678,"parentId":1496,"tags":{},"startTime":1776840000717,"traceId":"4bfc0cde73c5d18d"},{"name":"check-page","duration":688368,"timestamp":528959858,"id":1496,"parentId":1492,"tags":{"page":"/api/bash"},"startTime":1776840000669,"traceId":"4bfc0cde73c5d18d"},{"name":"is-page-static","duration":636474,"timestamp":529013107,"id":1679,"parentId":1497,"tags":{},"startTime":1776840000722,"traceId":"4bfc0cde73c5d18d"},{"name":"check-page","duration":689535,"timestamp":528960067,"id":1497,"parentId":1492,"tags":{"page":"/api/chat/codex"},"startTime":1776840000669,"traceId":"4bfc0cde73c5d18d"},{"name":"is-page-static","duration":630419,"timestamp":529020080,"id":1681,"parentId":1502,"tags":{},"startTime":1776840000729,"traceId":"4bfc0cde73c5d18d"},{"name":"check-page","duration":689619,"timestamp":528960900,"id":1502,"parentId":1492,"tags":{"page":"/api/commands"},"startTime":1776840000670,"traceId":"4bfc0cde73c5d18d"},{"name":"is-page-static","duration":635842,"timestamp":529016089,"id":1680,"parentId":1498,"tags":{},"startTime":1776840000725,"traceId":"4bfc0cde73c5d18d"},{"name":"check-page","duration":691497,"timestamp":528960455,"id":1498,"parentId":1492,"tags":{"page":"/api/chat/kimi"},"startTime":1776840000670,"traceId":"4bfc0cde73c5d18d"},{"name":"is-page-static","duration":631479,"timestamp":529021201,"id":1682,"parentId":1512,"tags":{},"startTime":1776840000730,"traceId":"4bfc0cde73c5d18d"},{"name":"check-page","duration":686144,"timestamp":528966561,"id":1512,"parentId":1492,"tags":{"page":"/api/files/blame"},"startTime":1776840000676,"traceId":"4bfc0cde73c5d18d"},{"name":"is-page-static","duration":625685,"timestamp":529027691,"id":1683,"parentId":1501,"tags":{},"startTime":1776840000737,"traceId":"4bfc0cde73c5d18d"},{"name":"check-page","duration":692607,"timestamp":528960794,"id":1501,"parentId":1492,"tags":{"page":"/api/claude-stats"},"startTime":1776840000670,"traceId":"4bfc0cde73c5d18d"},{"name":"is-page-static","duration":626244,"timestamp":529028702,"id":1684,"parentId":1524,"tags":{},"startTime":1776840000738,"traceId":"4bfc0cde73c5d18d"},{"name":"check-page","duration":687599,"timestamp":528967372,"id":1524,"parentId":1492,"tags":{"page":"/api/files/search"},"startTime":1776840000677,"traceId":"4bfc0cde73c5d18d"},{"name":"is-page-static","duration":622917,"timestamp":529032703,"id":1686,"parentId":1556,"tags":{},"startTime":1776840000742,"traceId":"4bfc0cde73c5d18d"},{"name":"check-page","duration":682816,"timestamp":528972825,"id":1556,"parentId":1492,"tags":{"page":"/api/ollama/start"},"startTime":1776840000682,"traceId":"4bfc0cde73c5d18d"},{"name":"is-page-static","duration":624117,"timestamp":529032240,"id":1685,"parentId":1554,"tags":{},"startTime":1776840000741,"traceId":"4bfc0cde73c5d18d"},{"name":"check-page","duration":683703,"timestamp":528972675,"id":1554,"parentId":1492,"tags":{"page":"/api/note"},"startTime":1776840000682,"traceId":"4bfc0cde73c5d18d"},{"name":"is-page-static","duration":623006,"timestamp":529034882,"id":1687,"parentId":1555,"tags":{},"startTime":1776840000744,"traceId":"4bfc0cde73c5d18d"},{"name":"check-page","duration":685159,"timestamp":528972748,"id":1555,"parentId":1492,"tags":{"page":"/api/ollama/models"},"startTime":1776840000682,"traceId":"4bfc0cde73c5d18d"},{"name":"is-page-static","duration":619942,"timestamp":529039794,"id":1689,"parentId":1561,"tags":{},"startTime":1776840000749,"traceId":"4bfc0cde73c5d18d"},{"name":"check-page","duration":686566,"timestamp":528973193,"id":1561,"parentId":1492,"tags":{"page":"/api/project-settings"},"startTime":1776840000682,"traceId":"4bfc0cde73c5d18d"},{"name":"is-page-static","duration":617707,"timestamp":529043251,"id":1690,"parentId":1563,"tags":{},"startTime":1776840000752,"traceId":"4bfc0cde73c5d18d"},{"name":"check-page","duration":685660,"timestamp":528975318,"id":1563,"parentId":1492,"tags":{"page":"/api/projects"},"startTime":1776840000684,"traceId":"4bfc0cde73c5d18d"},{"name":"is-page-static","duration":611341,"timestamp":529053291,"id":1692,"parentId":1583,"tags":{},"startTime":1776840000762,"traceId":"4bfc0cde73c5d18d"},{"name":"check-page","duration":687181,"timestamp":528977483,"id":1583,"parentId":1492,"tags":{"page":"/api/session/[sessionId]/fork"},"startTime":1776840000687,"traceId":"4bfc0cde73c5d18d"},{"name":"is-page-static","duration":612434,"timestamp":529052556,"id":1691,"parentId":1579,"tags":{},"startTime":1776840000762,"traceId":"4bfc0cde73c5d18d"},{"name":"check-page","duration":688014,"timestamp":528977034,"id":1579,"parentId":1492,"tags":{"page":"/api/scheduled-tasks"},"startTime":1776840000686,"traceId":"4bfc0cde73c5d18d"},{"name":"is-page-static","duration":613619,"timestamp":529054659,"id":1693,"parentId":1584,"tags":{},"startTime":1776840000764,"traceId":"4bfc0cde73c5d18d"},{"name":"check-page","duration":690713,"timestamp":528977589,"id":1584,"parentId":1492,"tags":{"page":"/api/session/[sessionId]/history"},"startTime":1776840000687,"traceId":"4bfc0cde73c5d18d"},{"name":"is-page-static","duration":602471,"timestamp":529065920,"id":1694,"parentId":1586,"tags":{},"startTime":1776840000775,"traceId":"4bfc0cde73c5d18d"},{"name":"check-page","duration":690598,"timestamp":528977809,"id":1586,"parentId":1492,"tags":{"page":"/api/sessions/projects"},"startTime":1776840000687,"traceId":"4bfc0cde73c5d18d"},{"name":"is-page-static","duration":602421,"timestamp":529071664,"id":1695,"parentId":1585,"tags":{},"startTime":1776840000781,"traceId":"4bfc0cde73c5d18d"},{"name":"check-page","duration":696437,"timestamp":528977698,"id":1585,"parentId":1492,"tags":{"page":"/api/sessions/projects/[encodedPath]"},"startTime":1776840000687,"traceId":"4bfc0cde73c5d18d"},{"name":"is-page-static","duration":599134,"timestamp":529076243,"id":1697,"parentId":1587,"tags":{},"startTime":1776840000785,"traceId":"4bfc0cde73c5d18d"},{"name":"check-page","duration":697474,"timestamp":528977924,"id":1587,"parentId":1492,"tags":{"page":"/api/sessions"},"startTime":1776840000687,"traceId":"4bfc0cde73c5d18d"},{"name":"is-page-static","duration":600905,"timestamp":529076821,"id":1698,"parentId":1592,"tags":{},"startTime":1776840000786,"traceId":"4bfc0cde73c5d18d"},{"name":"check-page","duration":698753,"timestamp":528978992,"id":1592,"parentId":1492,"tags":{"page":"/api/terminal/env"},"startTime":1776840000688,"traceId":"4bfc0cde73c5d18d"},{"name":"is-page-static","duration":604225,"timestamp":529074710,"id":1696,"parentId":1589,"tags":{},"startTime":1776840000784,"traceId":"4bfc0cde73c5d18d"},{"name":"check-page","duration":700309,"timestamp":528978647,"id":1589,"parentId":1492,"tags":{"page":"/api/terminal/aliases"},"startTime":1776840000688,"traceId":"4bfc0cde73c5d18d"},{"name":"is-page-static","duration":601063,"timestamp":529079077,"id":1699,"parentId":1593,"tags":{},"startTime":1776840000788,"traceId":"4bfc0cde73c5d18d"},{"name":"check-page","duration":701026,"timestamp":528979131,"id":1593,"parentId":1492,"tags":{"page":"/api/terminal/history"},"startTime":1776840000688,"traceId":"4bfc0cde73c5d18d"},{"name":"is-page-static","duration":597608,"timestamp":529084590,"id":1700,"parentId":1591,"tags":{},"startTime":1776840000794,"traceId":"4bfc0cde73c5d18d"},{"name":"check-page","duration":703343,"timestamp":528978877,"id":1591,"parentId":1492,"tags":{"page":"/api/terminal/bubble-order"},"startTime":1776840000688,"traceId":"4bfc0cde73c5d18d"},{"name":"is-page-static","duration":592457,"timestamp":529090349,"id":1701,"parentId":1582,"tags":{},"startTime":1776840000799,"traceId":"4bfc0cde73c5d18d"},{"name":"check-page","duration":705464,"timestamp":528977358,"id":1582,"parentId":1492,"tags":{"page":"/api/session-by-path"},"startTime":1776840000686,"traceId":"4bfc0cde73c5d18d"},{"name":"is-page-static","duration":589823,"timestamp":529095382,"id":1702,"parentId":1590,"tags":{},"startTime":1776840000805,"traceId":"4bfc0cde73c5d18d"},{"name":"check-page","duration":706466,"timestamp":528978760,"id":1590,"parentId":1492,"tags":{"page":"/api/terminal/autocomplete"},"startTime":1776840000688,"traceId":"4bfc0cde73c5d18d"},{"name":"is-page-static","duration":567689,"timestamp":529135805,"id":1703,"parentId":1597,"tags":{},"startTime":1776840000845,"traceId":"4bfc0cde73c5d18d"},{"name":"check-page","duration":723958,"timestamp":528979572,"id":1597,"parentId":1492,"tags":{"page":"/"},"startTime":1776840000689,"traceId":"4bfc0cde73c5d18d"},{"name":"is-page-static","duration":693596,"timestamp":529039271,"id":1688,"parentId":1499,"tags":{},"startTime":1776840000748,"traceId":"4bfc0cde73c5d18d"},{"name":"check-page","duration":772324,"timestamp":528960587,"id":1499,"parentId":1492,"tags":{"page":"/api/chat/ollama"},"startTime":1776840000670,"traceId":"4bfc0cde73c5d18d"},{"name":"is-page-static","duration":607121,"timestamp":529135844,"id":1705,"parentId":1599,"tags":{},"startTime":1776840000845,"traceId":"4bfc0cde73c5d18d"},{"name":"check-page","duration":763194,"timestamp":528979806,"id":1599,"parentId":1492,"tags":{"page":"/review/[id]"},"startTime":1776840000689,"traceId":"4bfc0cde73c5d18d"},{"name":"is-page-static","duration":636328,"timestamp":529135834,"id":1704,"parentId":1598,"tags":{},"startTime":1776840000845,"traceId":"4bfc0cde73c5d18d"},{"name":"check-page","duration":792509,"timestamp":528979689,"id":1598,"parentId":1492,"tags":{"page":"/project"},"startTime":1776840000689,"traceId":"4bfc0cde73c5d18d"},{"name":"static-check","duration":819642,"timestamp":528952587,"id":1492,"parentId":1,"tags":{},"startTime":1776840000662,"traceId":"4bfc0cde73c5d18d"},{"name":"write-routes-manifest","duration":23155,"timestamp":529782509,"id":1709,"parentId":1,"tags":{},"startTime":1776840001492,"traceId":"4bfc0cde73c5d18d"},{"name":"load-dotenv","duration":42,"timestamp":529969118,"id":1712,"parentId":1711,"tags":{},"startTime":1776840001678,"traceId":"4bfc0cde73c5d18d"},{"name":"run-export-path-map","duration":716,"timestamp":535273789,"id":1713,"parentId":1711,"tags":{},"startTime":1776840006983,"traceId":"4bfc0cde73c5d18d"},{"name":"next-export","duration":5721122,"timestamp":529967918,"id":1711,"parentId":1,"tags":{},"startTime":1776840001677,"traceId":"4bfc0cde73c5d18d"},{"name":"move-exported-app-not-found-","duration":50843,"timestamp":535691407,"id":1714,"parentId":1710,"tags":{},"startTime":1776840007401,"traceId":"4bfc0cde73c5d18d"},{"name":"move-exported-app-global-error-","duration":76735,"timestamp":535742366,"id":1715,"parentId":1710,"tags":{},"startTime":1776840007452,"traceId":"4bfc0cde73c5d18d"},{"name":"static-generation","duration":6351022,"timestamp":529963320,"id":1710,"parentId":1,"tags":{},"startTime":1776840001672,"traceId":"4bfc0cde73c5d18d"},{"name":"write-routes-manifest","duration":99615,"timestamp":536314576,"id":1716,"parentId":1,"tags":{},"startTime":1776840008024,"traceId":"4bfc0cde73c5d18d"},{"name":"node-file-trace-build","duration":18950292,"timestamp":529773581,"id":1708,"parentId":1,"tags":{"isTurbotrace":"false"},"startTime":1776840001483,"traceId":"4bfc0cde73c5d18d"},{"name":"apply-include-excludes","duration":993,"timestamp":548723895,"id":1717,"parentId":1,"tags":{},"startTime":1776840020433,"traceId":"4bfc0cde73c5d18d"},{"name":"collect-build-traces","duration":18951972,"timestamp":529772937,"id":1707,"parentId":1,"tags":{},"startTime":1776840001482,"traceId":"4bfc0cde73c5d18d"},{"name":"print-tree-view","duration":3072,"timestamp":548725154,"id":1718,"parentId":1,"tags":{},"startTime":1776840020434,"traceId":"4bfc0cde73c5d18d"},{"name":"telemetry-flush","duration":64,"timestamp":548728240,"id":1719,"parentId":1,"tags":{},"startTime":1776840020437,"traceId":"4bfc0cde73c5d18d"},{"name":"next-build","duration":47033463,"timestamp":501694857,"id":1,"tags":{"buildMode":"default","version":"16.1.6","bundler":"webpack","has-custom-webpack-config":"false","use-build-worker":"true"},"startTime":1776839973404,"traceId":"4bfc0cde73c5d18d"}]
|
|
1
|
+
[{"name":"generate-buildid","duration":251,"timestamp":499493793,"id":4,"parentId":1,"tags":{},"startTime":1776939666147,"traceId":"08253691ab17f82f"},{"name":"load-custom-routes","duration":280,"timestamp":499494146,"id":5,"parentId":1,"tags":{},"startTime":1776939666147,"traceId":"08253691ab17f82f"},{"name":"create-dist-dir","duration":728,"timestamp":499494449,"id":6,"parentId":1,"tags":{},"startTime":1776939666148,"traceId":"08253691ab17f82f"},{"name":"clean","duration":32659,"timestamp":499495801,"id":7,"parentId":1,"tags":{},"startTime":1776939666149,"traceId":"08253691ab17f82f"},{"name":"create-pages-mapping","duration":180,"timestamp":499563504,"id":8,"parentId":1,"tags":{},"startTime":1776939666217,"traceId":"08253691ab17f82f"},{"name":"collect-app-files","duration":6120,"timestamp":499563722,"id":9,"parentId":1,"tags":{},"startTime":1776939666217,"traceId":"08253691ab17f82f"},{"name":"create-app-mapping","duration":2302,"timestamp":499569871,"id":10,"parentId":1,"tags":{},"startTime":1776939666223,"traceId":"08253691ab17f82f"},{"name":"create-app-layouts","duration":103,"timestamp":499572255,"id":11,"parentId":1,"tags":{},"startTime":1776939666225,"traceId":"08253691ab17f82f"},{"name":"collect-default-files","duration":1946,"timestamp":499575252,"id":13,"parentId":1,"tags":{},"startTime":1776939666228,"traceId":"08253691ab17f82f"},{"name":"generate-route-types","duration":18612,"timestamp":499574604,"id":12,"parentId":1,"tags":{},"startTime":1776939666228,"traceId":"08253691ab17f82f"},{"name":"public-dir-conflict-check","duration":79,"timestamp":499593260,"id":14,"parentId":1,"tags":{},"startTime":1776939666247,"traceId":"08253691ab17f82f"},{"name":"generate-routes-manifest","duration":4159,"timestamp":499593387,"id":15,"parentId":1,"tags":{},"startTime":1776939666247,"traceId":"08253691ab17f82f"},{"name":"create-entrypoints","duration":62086,"timestamp":500038723,"id":20,"parentId":18,"tags":{},"startTime":1776939666692,"traceId":"08253691ab17f82f"},{"name":"generate-webpack-config","duration":245839,"timestamp":500100999,"id":21,"parentId":19,"tags":{},"startTime":1776939666754,"traceId":"08253691ab17f82f"},{"name":"next-trace-entrypoint-plugin","duration":1861,"timestamp":500428693,"id":23,"parentId":22,"tags":{},"startTime":1776939667082,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1446926,"timestamp":500437741,"id":125,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fterminal%2Fautocomplete%2Froute&name=app%2Fapi%2Fterminal%2Fautocomplete%2Froute&pagePath=private-next-app-dir%2Fapi%2Fterminal%2Fautocomplete%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fterminal%2Fautocomplete%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667091,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1481287,"timestamp":500437743,"id":126,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fsessions%2Froute&name=app%2Fapi%2Fsessions%2Froute&pagePath=private-next-app-dir%2Fapi%2Fsessions%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fsessions%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667091,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1499876,"timestamp":500437747,"id":127,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fterminal%2Fenv%2Froute&name=app%2Fapi%2Fterminal%2Fenv%2Froute&pagePath=private-next-app-dir%2Fapi%2Fterminal%2Fenv%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fterminal%2Fenv%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667091,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1501014,"timestamp":500437750,"id":128,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fterminal%2Fbubble-order%2Froute&name=app%2Fapi%2Fterminal%2Fbubble-order%2Froute&pagePath=private-next-app-dir%2Fapi%2Fterminal%2Fbubble-order%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fterminal%2Fbubble-order%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667091,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1502000,"timestamp":500437754,"id":129,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fsession-by-path%2Froute&name=app%2Fapi%2Fsession-by-path%2Froute&pagePath=private-next-app-dir%2Fapi%2Fsession-by-path%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fsession-by-path%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667091,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1502864,"timestamp":500437757,"id":130,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fterminal%2Fhistory%2Froute&name=app%2Fapi%2Fterminal%2Fhistory%2Froute&pagePath=private-next-app-dir%2Fapi%2Fterminal%2Fhistory%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fterminal%2Fhistory%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667091,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1572260,"timestamp":500437766,"id":132,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fproject%2Fpage&name=app%2Fproject%2Fpage&pagePath=private-next-app-dir%2Fproject%2Fpage.tsx&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fproject%2Fpage&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667091,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1572711,"timestamp":500437769,"id":133,"parentId":24,"tags":{"request":"next-app-loader?page=%2Freview%2F%5Bid%5D%2Fpage&name=app%2Freview%2F%5Bid%5D%2Fpage&pagePath=private-next-app-dir%2Freview%2F%5Bid%5D%2Fpage.tsx&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Freview%2F%5Bid%5D%2Fpage&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667091,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1587192,"timestamp":500437763,"id":131,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fpage&name=app%2Fpage&pagePath=private-next-app-dir%2Fpage.tsx&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fpage&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667091,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1635465,"timestamp":500437737,"id":124,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fskills%2Froute&name=app%2Fapi%2Fskills%2Froute&pagePath=private-next-app-dir%2Fapi%2Fskills%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fskills%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667091,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1636071,"timestamp":500437159,"id":28,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fcomments%2Froute&name=app%2Fapi%2Fcomments%2Froute&pagePath=private-next-app-dir%2Fapi%2Fcomments%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fcomments%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667090,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1636061,"timestamp":500437174,"id":29,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fdb%2Fcolumns%2Froute&name=app%2Fapi%2Fdb%2Fcolumns%2Froute&pagePath=private-next-app-dir%2Fapi%2Fdb%2Fcolumns%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fdb%2Fcolumns%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667090,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1636056,"timestamp":500437187,"id":30,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fdb%2Fconnect%2Froute&name=app%2Fapi%2Fdb%2Fconnect%2Froute&pagePath=private-next-app-dir%2Fapi%2Fdb%2Fconnect%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fdb%2Fconnect%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667090,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1636055,"timestamp":500437197,"id":31,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fdb%2Fdisconnect%2Froute&name=app%2Fapi%2Fdb%2Fdisconnect%2Froute&pagePath=private-next-app-dir%2Fapi%2Fdb%2Fdisconnect%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fdb%2Fdisconnect%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667090,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1636046,"timestamp":500437209,"id":32,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fdb%2Fexport%2Froute&name=app%2Fapi%2Fdb%2Fexport%2Froute&pagePath=private-next-app-dir%2Fapi%2Fdb%2Fexport%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fdb%2Fexport%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667090,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1636041,"timestamp":500437219,"id":33,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fdb%2Fquery%2Froute&name=app%2Fapi%2Fdb%2Fquery%2Froute&pagePath=private-next-app-dir%2Fapi%2Fdb%2Fquery%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fdb%2Fquery%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667090,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1635900,"timestamp":500437364,"id":34,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fdb%2Fschemas%2Froute&name=app%2Fapi%2Fdb%2Fschemas%2Froute&pagePath=private-next-app-dir%2Fapi%2Fdb%2Fschemas%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fdb%2Fschemas%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667091,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1635866,"timestamp":500437401,"id":35,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fextension%2Fversion%2Froute&name=app%2Fapi%2Fextension%2Fversion%2Froute&pagePath=private-next-app-dir%2Fapi%2Fextension%2Fversion%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fextension%2Fversion%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667091,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1635860,"timestamp":500437410,"id":36,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Ffile%2Froute&name=app%2Fapi%2Ffile%2Froute&pagePath=private-next-app-dir%2Fapi%2Ffile%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Ffile%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667091,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1635860,"timestamp":500437413,"id":37,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Ffiles%2Fclipboard%2Froute&name=app%2Fapi%2Ffiles%2Fclipboard%2Froute&pagePath=private-next-app-dir%2Fapi%2Ffiles%2Fclipboard%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Ffiles%2Fclipboard%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667091,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1635859,"timestamp":500437418,"id":38,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Ffiles%2Fcopy%2Froute&name=app%2Fapi%2Ffiles%2Fcopy%2Froute&pagePath=private-next-app-dir%2Fapi%2Ffiles%2Fcopy%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Ffiles%2Fcopy%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667091,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1635860,"timestamp":500437421,"id":39,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Ffiles%2Fdelete%2Froute&name=app%2Fapi%2Ffiles%2Fdelete%2Froute&pagePath=private-next-app-dir%2Fapi%2Ffiles%2Fdelete%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Ffiles%2Fdelete%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667091,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1635858,"timestamp":500437426,"id":40,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Ffiles%2Fexpanded%2Froute&name=app%2Fapi%2Ffiles%2Fexpanded%2Froute&pagePath=private-next-app-dir%2Fapi%2Ffiles%2Fexpanded%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Ffiles%2Fexpanded%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667091,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1635856,"timestamp":500437431,"id":41,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Ffiles%2Findex%2Froute&name=app%2Fapi%2Ffiles%2Findex%2Froute&pagePath=private-next-app-dir%2Fapi%2Ffiles%2Findex%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Ffiles%2Findex%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667091,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1635857,"timestamp":500437434,"id":42,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Ffiles%2Finit%2Froute&name=app%2Fapi%2Ffiles%2Finit%2Froute&pagePath=private-next-app-dir%2Fapi%2Ffiles%2Finit%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Ffiles%2Finit%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667091,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1635858,"timestamp":500437439,"id":43,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Ffiles%2Fpaste%2Froute&name=app%2Fapi%2Ffiles%2Fpaste%2Froute&pagePath=private-next-app-dir%2Fapi%2Ffiles%2Fpaste%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Ffiles%2Fpaste%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667091,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1635859,"timestamp":500437441,"id":44,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Ffiles%2Fread%2Froute&name=app%2Fapi%2Ffiles%2Fread%2Froute&pagePath=private-next-app-dir%2Fapi%2Ffiles%2Fread%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Ffiles%2Fread%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667091,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1635857,"timestamp":500437446,"id":45,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Ffiles%2Freaddir%2Froute&name=app%2Fapi%2Ffiles%2Freaddir%2Froute&pagePath=private-next-app-dir%2Fapi%2Ffiles%2Freaddir%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Ffiles%2Freaddir%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667091,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1635856,"timestamp":500437450,"id":46,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Ffiles%2Frecent%2Froute&name=app%2Fapi%2Ffiles%2Frecent%2Froute&pagePath=private-next-app-dir%2Fapi%2Ffiles%2Frecent%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Ffiles%2Frecent%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667091,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1635857,"timestamp":500437453,"id":47,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Ffiles%2Fsave%2Froute&name=app%2Fapi%2Ffiles%2Fsave%2Froute&pagePath=private-next-app-dir%2Fapi%2Ffiles%2Fsave%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Ffiles%2Fsave%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667091,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1635856,"timestamp":500437457,"id":48,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fgit%2Fbranch-diff%2Froute&name=app%2Fapi%2Fgit%2Fbranch-diff%2Froute&pagePath=private-next-app-dir%2Fapi%2Fgit%2Fbranch-diff%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fgit%2Fbranch-diff%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667091,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1635856,"timestamp":500437460,"id":49,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fgit%2Fbranches%2Froute&name=app%2Fapi%2Fgit%2Fbranches%2Froute&pagePath=private-next-app-dir%2Fapi%2Fgit%2Fbranches%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fgit%2Fbranches%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667091,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1635854,"timestamp":500437465,"id":50,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fgit%2Fcommit-diff%2Froute&name=app%2Fapi%2Fgit%2Fcommit-diff%2Froute&pagePath=private-next-app-dir%2Fapi%2Fgit%2Fcommit-diff%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fgit%2Fcommit-diff%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667091,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1635854,"timestamp":500437468,"id":51,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fgit%2Fcommits%2Froute&name=app%2Fapi%2Fgit%2Fcommits%2Froute&pagePath=private-next-app-dir%2Fapi%2Fgit%2Fcommits%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fgit%2Fcommits%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667091,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1635853,"timestamp":500437472,"id":52,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fgit%2Fdiff%2Froute&name=app%2Fapi%2Fgit%2Fdiff%2Froute&pagePath=private-next-app-dir%2Fapi%2Fgit%2Fdiff%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fgit%2Fdiff%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667091,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1635853,"timestamp":500437475,"id":53,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fgit%2Fdiscard%2Froute&name=app%2Fapi%2Fgit%2Fdiscard%2Froute&pagePath=private-next-app-dir%2Fapi%2Fgit%2Fdiscard%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fgit%2Fdiscard%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667091,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1635852,"timestamp":500437479,"id":54,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fgit%2Fstage%2Froute&name=app%2Fapi%2Fgit%2Fstage%2Froute&pagePath=private-next-app-dir%2Fapi%2Fgit%2Fstage%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fgit%2Fstage%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667091,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1635852,"timestamp":500437482,"id":55,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fgit%2Fstatus%2Froute&name=app%2Fapi%2Fgit%2Fstatus%2Froute&pagePath=private-next-app-dir%2Fapi%2Fgit%2Fstatus%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fgit%2Fstatus%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667091,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1635859,"timestamp":500437485,"id":56,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fgit%2Funstage%2Froute&name=app%2Fapi%2Fgit%2Funstage%2Froute&pagePath=private-next-app-dir%2Fapi%2Fgit%2Funstage%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fgit%2Funstage%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667091,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1635859,"timestamp":500437489,"id":57,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fgit%2Fworktree%2Froute&name=app%2Fapi%2Fgit%2Fworktree%2Froute&pagePath=private-next-app-dir%2Fapi%2Fgit%2Fworktree%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fgit%2Fworktree%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667091,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1635856,"timestamp":500437495,"id":58,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fglobal-state%2Froute&name=app%2Fapi%2Fglobal-state%2Froute&pagePath=private-next-app-dir%2Fapi%2Fglobal-state%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fglobal-state%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667091,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1635856,"timestamp":500437499,"id":59,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fjupyter%2Fload%2Froute&name=app%2Fapi%2Fjupyter%2Fload%2Froute&pagePath=private-next-app-dir%2Fapi%2Fjupyter%2Fload%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fjupyter%2Fload%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667091,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1635857,"timestamp":500437502,"id":60,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fjupyter%2Fsave%2Froute&name=app%2Fapi%2Fjupyter%2Fsave%2Froute&pagePath=private-next-app-dir%2Fapi%2Fjupyter%2Fsave%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fjupyter%2Fsave%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667091,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1635856,"timestamp":500437506,"id":61,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fjupyter%2Fshutdown%2Froute&name=app%2Fapi%2Fjupyter%2Fshutdown%2Froute&pagePath=private-next-app-dir%2Fapi%2Fjupyter%2Fshutdown%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fjupyter%2Fshutdown%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667091,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1635856,"timestamp":500437508,"id":62,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Flsp%2Fdefinition%2Froute&name=app%2Fapi%2Flsp%2Fdefinition%2Froute&pagePath=private-next-app-dir%2Fapi%2Flsp%2Fdefinition%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Flsp%2Fdefinition%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667091,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1635855,"timestamp":500437512,"id":63,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Flsp%2Fhover%2Froute&name=app%2Fapi%2Flsp%2Fhover%2Froute&pagePath=private-next-app-dir%2Fapi%2Flsp%2Fhover%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Flsp%2Fhover%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667091,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1635855,"timestamp":500437515,"id":64,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Flsp%2Freferences%2Froute&name=app%2Fapi%2Flsp%2Freferences%2Froute&pagePath=private-next-app-dir%2Fapi%2Flsp%2Freferences%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Flsp%2Freferences%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667091,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1635862,"timestamp":500437519,"id":65,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Flsp%2Fstatus%2Froute&name=app%2Fapi%2Flsp%2Fstatus%2Froute&pagePath=private-next-app-dir%2Fapi%2Flsp%2Fstatus%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Flsp%2Fstatus%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667091,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1635862,"timestamp":500437522,"id":66,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Flsp%2Fwarmup%2Froute&name=app%2Fapi%2Flsp%2Fwarmup%2Froute&pagePath=private-next-app-dir%2Fapi%2Flsp%2Fwarmup%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Flsp%2Fwarmup%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667091,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1635821,"timestamp":500437566,"id":77,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fopen-cursor%2Froute&name=app%2Fapi%2Fopen-cursor%2Froute&pagePath=private-next-app-dir%2Fapi%2Fopen-cursor%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fopen-cursor%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667091,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1635820,"timestamp":500437570,"id":78,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fopen-vscode%2Froute&name=app%2Fapi%2Fopen-vscode%2Froute&pagePath=private-next-app-dir%2Fapi%2Fopen-vscode%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fopen-vscode%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667091,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1635820,"timestamp":500437573,"id":79,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fpick-folder%2Froute&name=app%2Fapi%2Fpick-folder%2Froute&pagePath=private-next-app-dir%2Fapi%2Fpick-folder%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fpick-folder%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667091,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1635819,"timestamp":500437577,"id":80,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fpinned-sessions%2Froute&name=app%2Fapi%2Fpinned-sessions%2Froute&pagePath=private-next-app-dir%2Fapi%2Fpinned-sessions%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fpinned-sessions%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667091,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1635819,"timestamp":500437580,"id":81,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fproject-state%2Froute&name=app%2Fapi%2Fproject-state%2Froute&pagePath=private-next-app-dir%2Fapi%2Fproject-state%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fproject-state%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667091,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1635791,"timestamp":500437610,"id":89,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Freview%2F%5Bid%5D%2Fcomments%2Froute&name=app%2Fapi%2Freview%2F%5Bid%5D%2Fcomments%2Froute&pagePath=private-next-app-dir%2Fapi%2Freview%2F%5Bid%5D%2Fcomments%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Freview%2F%5Bid%5D%2Fcomments%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667091,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1635788,"timestamp":500437616,"id":90,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Freview%2F%5Bid%5D%2Freplies%2Froute&name=app%2Fapi%2Freview%2F%5Bid%5D%2Freplies%2Froute&pagePath=private-next-app-dir%2Fapi%2Freview%2F%5Bid%5D%2Freplies%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Freview%2F%5Bid%5D%2Freplies%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667091,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1635787,"timestamp":500437620,"id":91,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Freview%2F%5Bid%5D%2Froute&name=app%2Fapi%2Freview%2F%5Bid%5D%2Froute&pagePath=private-next-app-dir%2Fapi%2Freview%2F%5Bid%5D%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Freview%2F%5Bid%5D%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667091,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1635787,"timestamp":500437623,"id":92,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Freview%2Fidentify%2Froute&name=app%2Fapi%2Freview%2Fidentify%2Froute&pagePath=private-next-app-dir%2Fapi%2Freview%2Fidentify%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Freview%2Fidentify%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667091,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1635785,"timestamp":500437627,"id":93,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Freview%2Forder%2Froute&name=app%2Fapi%2Freview%2Forder%2Froute&pagePath=private-next-app-dir%2Fapi%2Freview%2Forder%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Freview%2Forder%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667091,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1635785,"timestamp":500437630,"id":94,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Freview%2Froute&name=app%2Fapi%2Freview%2Froute&pagePath=private-next-app-dir%2Fapi%2Freview%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Freview%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667091,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1635784,"timestamp":500437634,"id":95,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Freview%2Fshare-info%2Froute&name=app%2Fapi%2Freview%2Fshare-info%2Froute&pagePath=private-next-app-dir%2Fapi%2Freview%2Fshare-info%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Freview%2Fshare-info%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667091,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1635784,"timestamp":500437637,"id":96,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Freview%2Fusers%2Froute&name=app%2Fapi%2Freview%2Fusers%2Froute&pagePath=private-next-app-dir%2Fapi%2Freview%2Fusers%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Freview%2Fusers%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667091,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1635782,"timestamp":500437641,"id":97,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fservices%2Fconfig%2Froute&name=app%2Fapi%2Fservices%2Fconfig%2Froute&pagePath=private-next-app-dir%2Fapi%2Fservices%2Fconfig%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fservices%2Fconfig%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667091,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1635783,"timestamp":500437644,"id":98,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fservices%2Fscripts%2Froute&name=app%2Fapi%2Fservices%2Fscripts%2Froute&pagePath=private-next-app-dir%2Fapi%2Fservices%2Fscripts%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fservices%2Fscripts%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667091,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1635782,"timestamp":500437648,"id":99,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fsettings%2Froute&name=app%2Fapi%2Fsettings%2Froute&pagePath=private-next-app-dir%2Fapi%2Fsettings%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fsettings%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667091,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1635782,"timestamp":500437651,"id":100,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fversion%2Froute&name=app%2Fapi%2Fversion%2Froute&pagePath=private-next-app-dir%2Fapi%2Fversion%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fversion%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667091,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1635780,"timestamp":500437655,"id":101,"parentId":24,"tags":{"request":"next-app-loader?page=%2Ffavicon.ico%2Froute&name=app%2Ffavicon.ico%2Froute&pagePath=private-next-app-dir%2Ffavicon.ico&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Ffavicon.ico&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667091,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1635781,"timestamp":500437658,"id":102,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fmanifest.webmanifest%2Froute&name=app%2Fmanifest.webmanifest%2Froute&pagePath=private-next-app-dir%2Fmanifest.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fmanifest&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667091,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1635779,"timestamp":500437662,"id":103,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fbash%2Froute&name=app%2Fapi%2Fbash%2Froute&pagePath=private-next-app-dir%2Fapi%2Fbash%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fbash%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667091,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1635774,"timestamp":500437669,"id":105,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fcommands%2Froute&name=app%2Fapi%2Fcommands%2Froute&pagePath=private-next-app-dir%2Fapi%2Fcommands%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fcommands%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667091,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1635774,"timestamp":500437672,"id":106,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fclaude-stats%2Froute&name=app%2Fapi%2Fclaude-stats%2Froute&pagePath=private-next-app-dir%2Fapi%2Fclaude-stats%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fclaude-stats%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667091,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1635773,"timestamp":500437676,"id":107,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fchat%2Fkimi%2Froute&name=app%2Fapi%2Fchat%2Fkimi%2Froute&pagePath=private-next-app-dir%2Fapi%2Fchat%2Fkimi%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fchat%2Fkimi%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667091,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1635772,"timestamp":500437679,"id":108,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fchat%2Fcodex%2Froute&name=app%2Fapi%2Fchat%2Fcodex%2Froute&pagePath=private-next-app-dir%2Fapi%2Fchat%2Fcodex%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fchat%2Fcodex%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667091,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1635768,"timestamp":500437686,"id":109,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Ffiles%2Fblame%2Froute&name=app%2Fapi%2Ffiles%2Fblame%2Froute&pagePath=private-next-app-dir%2Fapi%2Ffiles%2Fblame%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Ffiles%2Fblame%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667091,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1635767,"timestamp":500437689,"id":110,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Ffiles%2Fsearch%2Froute&name=app%2Fapi%2Ffiles%2Fsearch%2Froute&pagePath=private-next-app-dir%2Fapi%2Ffiles%2Fsearch%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Ffiles%2Fsearch%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667091,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1635765,"timestamp":500437694,"id":111,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Follama%2Fmodels%2Froute&name=app%2Fapi%2Follama%2Fmodels%2Froute&pagePath=private-next-app-dir%2Fapi%2Follama%2Fmodels%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Follama%2Fmodels%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667091,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1635765,"timestamp":500437696,"id":112,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fnote%2Froute&name=app%2Fapi%2Fnote%2Froute&pagePath=private-next-app-dir%2Fapi%2Fnote%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fnote%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667091,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1635763,"timestamp":500437701,"id":113,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Follama%2Fstart%2Froute&name=app%2Fapi%2Follama%2Fstart%2Froute&pagePath=private-next-app-dir%2Fapi%2Follama%2Fstart%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Follama%2Fstart%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667091,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1635763,"timestamp":500437703,"id":114,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fproject-settings%2Froute&name=app%2Fapi%2Fproject-settings%2Froute&pagePath=private-next-app-dir%2Fapi%2Fproject-settings%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fproject-settings%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667091,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1635764,"timestamp":500437707,"id":115,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fprojects%2Froute&name=app%2Fapi%2Fprojects%2Froute&pagePath=private-next-app-dir%2Fapi%2Fprojects%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fprojects%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667091,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1635765,"timestamp":500437710,"id":116,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fsession%2F%5BsessionId%5D%2Ffork%2Froute&name=app%2Fapi%2Fsession%2F%5BsessionId%5D%2Ffork%2Froute&pagePath=private-next-app-dir%2Fapi%2Fsession%2F%5BsessionId%5D%2Ffork%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fsession%2F%5BsessionId%5D%2Ffork%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667091,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1635763,"timestamp":500437714,"id":117,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fscheduled-tasks%2Froute&name=app%2Fapi%2Fscheduled-tasks%2Froute&pagePath=private-next-app-dir%2Fapi%2Fscheduled-tasks%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fscheduled-tasks%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667091,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1635763,"timestamp":500437717,"id":118,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fsession%2F%5BsessionId%5D%2Fhistory%2Froute&name=app%2Fapi%2Fsession%2F%5BsessionId%5D%2Fhistory%2Froute&pagePath=private-next-app-dir%2Fapi%2Fsession%2F%5BsessionId%5D%2Fhistory%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fsession%2F%5BsessionId%5D%2Fhistory%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667091,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1635762,"timestamp":500437721,"id":119,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fsessions%2Fprojects%2F%5BencodedPath%5D%2Froute&name=app%2Fapi%2Fsessions%2Fprojects%2F%5BencodedPath%5D%2Froute&pagePath=private-next-app-dir%2Fapi%2Fsessions%2Fprojects%2F%5BencodedPath%5D%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fsessions%2Fprojects%2F%5BencodedPath%5D%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667091,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1635762,"timestamp":500437723,"id":120,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fsessions%2Fprojects%2Froute&name=app%2Fapi%2Fsessions%2Fprojects%2Froute&pagePath=private-next-app-dir%2Fapi%2Fsessions%2Fprojects%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fsessions%2Fprojects%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667091,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1635760,"timestamp":500437727,"id":121,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fskills%2Fcontent%2Froute&name=app%2Fapi%2Fskills%2Fcontent%2Froute&pagePath=private-next-app-dir%2Fapi%2Fskills%2Fcontent%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fskills%2Fcontent%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667091,"traceId":"08253691ab17f82f"}]
|
|
2
|
+
[{"name":"minify-js","duration":851,"timestamp":505749291,"id":733,"parentId":671,"tags":{"name":"../app/api/redis/get/route.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":847,"timestamp":505749298,"id":734,"parentId":671,"tags":{"name":"../app/api/redis/keys/route.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":842,"timestamp":505749304,"id":735,"parentId":671,"tags":{"name":"../app/api/redis/set/route.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":837,"timestamp":505749311,"id":736,"parentId":671,"tags":{"name":"../app/api/review/[id]/comments/route.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":833,"timestamp":505749317,"id":737,"parentId":671,"tags":{"name":"../app/api/review/[id]/replies/route.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":829,"timestamp":505749322,"id":738,"parentId":671,"tags":{"name":"../app/api/review/[id]/route.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":825,"timestamp":505749329,"id":739,"parentId":671,"tags":{"name":"../app/api/review/identify/route.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":821,"timestamp":505749334,"id":740,"parentId":671,"tags":{"name":"../app/api/review/order/route.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":816,"timestamp":505749341,"id":741,"parentId":671,"tags":{"name":"../app/api/review/route.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":812,"timestamp":505749346,"id":742,"parentId":671,"tags":{"name":"../app/api/review/share-info/route.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":808,"timestamp":505749353,"id":743,"parentId":671,"tags":{"name":"../app/api/review/users/route.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":803,"timestamp":505749359,"id":744,"parentId":671,"tags":{"name":"../app/api/services/config/route.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":799,"timestamp":505749365,"id":745,"parentId":671,"tags":{"name":"../app/api/services/scripts/route.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":794,"timestamp":505749371,"id":746,"parentId":671,"tags":{"name":"../app/api/settings/route.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":789,"timestamp":505749378,"id":747,"parentId":671,"tags":{"name":"../app/api/version/route.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":785,"timestamp":505749384,"id":748,"parentId":671,"tags":{"name":"../app/favicon.ico/route.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":781,"timestamp":505749390,"id":749,"parentId":671,"tags":{"name":"../app/manifest.webmanifest/route.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":777,"timestamp":505749396,"id":750,"parentId":671,"tags":{"name":"../app/api/bash/route.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":773,"timestamp":505749402,"id":751,"parentId":671,"tags":{"name":"../app/api/chat/ollama/route.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":769,"timestamp":505749407,"id":752,"parentId":671,"tags":{"name":"../app/api/commands/route.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":765,"timestamp":505749413,"id":753,"parentId":671,"tags":{"name":"../app/api/claude-stats/route.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":761,"timestamp":505749419,"id":754,"parentId":671,"tags":{"name":"../app/api/chat/kimi/route.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":757,"timestamp":505749425,"id":755,"parentId":671,"tags":{"name":"../app/api/chat/codex/route.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":754,"timestamp":505749430,"id":756,"parentId":671,"tags":{"name":"../app/api/files/blame/route.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":750,"timestamp":505749435,"id":757,"parentId":671,"tags":{"name":"../app/api/files/search/route.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":746,"timestamp":505749441,"id":758,"parentId":671,"tags":{"name":"../app/api/ollama/models/route.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":743,"timestamp":505749446,"id":759,"parentId":671,"tags":{"name":"../app/api/note/route.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":739,"timestamp":505749451,"id":760,"parentId":671,"tags":{"name":"../app/api/ollama/start/route.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":736,"timestamp":505749456,"id":761,"parentId":671,"tags":{"name":"../app/api/project-settings/route.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":732,"timestamp":505749461,"id":762,"parentId":671,"tags":{"name":"../app/api/projects/route.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":728,"timestamp":505749467,"id":763,"parentId":671,"tags":{"name":"../app/api/session/[sessionId]/fork/route.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":724,"timestamp":505749473,"id":764,"parentId":671,"tags":{"name":"../app/api/scheduled-tasks/route.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":719,"timestamp":505749479,"id":765,"parentId":671,"tags":{"name":"../app/api/session/[sessionId]/history/route.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":713,"timestamp":505749487,"id":766,"parentId":671,"tags":{"name":"../app/api/sessions/projects/[encodedPath]/route.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":709,"timestamp":505749493,"id":767,"parentId":671,"tags":{"name":"../app/api/sessions/projects/route.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":705,"timestamp":505749498,"id":768,"parentId":671,"tags":{"name":"../app/api/skills/content/route.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":701,"timestamp":505749504,"id":769,"parentId":671,"tags":{"name":"../app/api/skills/[id]/route.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":697,"timestamp":505749510,"id":770,"parentId":671,"tags":{"name":"../app/api/terminal/aliases/route.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":692,"timestamp":505749516,"id":771,"parentId":671,"tags":{"name":"../app/api/skills/route.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":688,"timestamp":505749522,"id":772,"parentId":671,"tags":{"name":"../app/api/terminal/autocomplete/route.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":684,"timestamp":505749527,"id":773,"parentId":671,"tags":{"name":"../app/api/sessions/route.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":680,"timestamp":505749534,"id":774,"parentId":671,"tags":{"name":"../app/api/terminal/env/route.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":676,"timestamp":505749539,"id":775,"parentId":671,"tags":{"name":"../app/api/terminal/bubble-order/route.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":671,"timestamp":505749546,"id":776,"parentId":671,"tags":{"name":"../app/api/session-by-path/route.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":667,"timestamp":505749551,"id":777,"parentId":671,"tags":{"name":"../app/api/terminal/history/route.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":663,"timestamp":505749557,"id":778,"parentId":671,"tags":{"name":"../app/page.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":659,"timestamp":505749563,"id":779,"parentId":671,"tags":{"name":"../app/project/page.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":655,"timestamp":505749569,"id":780,"parentId":671,"tags":{"name":"../app/review/[id]/page.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":650,"timestamp":505749575,"id":781,"parentId":671,"tags":{"name":"../webpack-runtime.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":646,"timestamp":505749581,"id":782,"parentId":671,"tags":{"name":"700.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":641,"timestamp":505749587,"id":783,"parentId":671,"tags":{"name":"3269.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":637,"timestamp":505749593,"id":784,"parentId":671,"tags":{"name":"5460.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":628,"timestamp":505749603,"id":785,"parentId":671,"tags":{"name":"4490.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":624,"timestamp":505749609,"id":786,"parentId":671,"tags":{"name":"5733.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":607,"timestamp":505749627,"id":787,"parentId":671,"tags":{"name":"7800.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":603,"timestamp":505749633,"id":788,"parentId":671,"tags":{"name":"9116.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":598,"timestamp":505749640,"id":789,"parentId":671,"tags":{"name":"8068.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":594,"timestamp":505749646,"id":790,"parentId":671,"tags":{"name":"6142.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":590,"timestamp":505749652,"id":791,"parentId":671,"tags":{"name":"1912.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":586,"timestamp":505749657,"id":792,"parentId":671,"tags":{"name":"3503.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":581,"timestamp":505749663,"id":793,"parentId":671,"tags":{"name":"1667.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":576,"timestamp":505749670,"id":794,"parentId":671,"tags":{"name":"4345.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":572,"timestamp":505749676,"id":795,"parentId":671,"tags":{"name":"925.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":567,"timestamp":505749682,"id":796,"parentId":671,"tags":{"name":"4097.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":563,"timestamp":505749688,"id":797,"parentId":671,"tags":{"name":"7483.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":559,"timestamp":505749694,"id":798,"parentId":671,"tags":{"name":"9408.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":555,"timestamp":505749699,"id":799,"parentId":671,"tags":{"name":"2816.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":550,"timestamp":505749705,"id":800,"parentId":671,"tags":{"name":"911.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":545,"timestamp":505749712,"id":801,"parentId":671,"tags":{"name":"5536.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":525,"timestamp":505749734,"id":802,"parentId":671,"tags":{"name":"3932.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":521,"timestamp":505749739,"id":803,"parentId":671,"tags":{"name":"2840.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":516,"timestamp":505749746,"id":804,"parentId":671,"tags":{"name":"7265.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":511,"timestamp":505749752,"id":805,"parentId":671,"tags":{"name":"4268.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":507,"timestamp":505749758,"id":806,"parentId":671,"tags":{"name":"3441.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":502,"timestamp":505749764,"id":807,"parentId":671,"tags":{"name":"6804.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":498,"timestamp":505749771,"id":808,"parentId":671,"tags":{"name":"4309.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":493,"timestamp":505749777,"id":809,"parentId":671,"tags":{"name":"2376.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":489,"timestamp":505749783,"id":810,"parentId":671,"tags":{"name":"7484.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":484,"timestamp":505749790,"id":811,"parentId":671,"tags":{"name":"8351.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":479,"timestamp":505749796,"id":812,"parentId":671,"tags":{"name":"4388.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":474,"timestamp":505749802,"id":813,"parentId":671,"tags":{"name":"3434.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":468,"timestamp":505749810,"id":814,"parentId":671,"tags":{"name":"6346.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":464,"timestamp":505749816,"id":815,"parentId":671,"tags":{"name":"9401.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":459,"timestamp":505749822,"id":816,"parentId":671,"tags":{"name":"5152.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":455,"timestamp":505749828,"id":817,"parentId":671,"tags":{"name":"1639.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":450,"timestamp":505749834,"id":818,"parentId":671,"tags":{"name":"582.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":446,"timestamp":505749840,"id":819,"parentId":671,"tags":{"name":"5481.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":442,"timestamp":505749846,"id":820,"parentId":671,"tags":{"name":"1661.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":437,"timestamp":505749852,"id":821,"parentId":671,"tags":{"name":"4073.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":434,"timestamp":505749858,"id":822,"parentId":671,"tags":{"name":"4741.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":429,"timestamp":505749863,"id":823,"parentId":671,"tags":{"name":"1813.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":425,"timestamp":505749869,"id":824,"parentId":671,"tags":{"name":"5958.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":421,"timestamp":505749875,"id":825,"parentId":671,"tags":{"name":"2325.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":417,"timestamp":505749881,"id":826,"parentId":671,"tags":{"name":"9298.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":413,"timestamp":505749886,"id":827,"parentId":671,"tags":{"name":"8491.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":409,"timestamp":505749892,"id":828,"parentId":671,"tags":{"name":"6117.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":405,"timestamp":505749897,"id":829,"parentId":671,"tags":{"name":"5147.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":401,"timestamp":505749903,"id":830,"parentId":671,"tags":{"name":"4793.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":397,"timestamp":505749909,"id":831,"parentId":671,"tags":{"name":"6443.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":393,"timestamp":505749914,"id":832,"parentId":671,"tags":{"name":"3863.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":389,"timestamp":505749919,"id":833,"parentId":671,"tags":{"name":"4367.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"}]
|
|
3
|
+
[{"name":"add-entry","duration":1635760,"timestamp":500437730,"id":122,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fskills%2F%5Bid%5D%2Froute&name=app%2Fapi%2Fskills%2F%5Bid%5D%2Froute&pagePath=private-next-app-dir%2Fapi%2Fskills%2F%5Bid%5D%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fskills%2F%5Bid%5D%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667091,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1635758,"timestamp":500437734,"id":123,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fterminal%2Faliases%2Froute&name=app%2Fapi%2Fterminal%2Faliases%2Froute&pagePath=private-next-app-dir%2Fapi%2Fterminal%2Faliases%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fterminal%2Faliases%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667091,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1636847,"timestamp":500436649,"id":25,"parentId":24,"tags":{"request":"next-app-loader?page=%2F_not-found%2Fpage&name=app%2F_not-found%2Fpage&pagePath=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fbuiltin%2Fglobal-not-found.js&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fbuiltin%2Fglobal-not-found&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667090,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1636403,"timestamp":500437095,"id":26,"parentId":24,"tags":{"request":"next-app-loader?page=%2F_global-error%2Fpage&name=app%2F_global-error%2Fpage&pagePath=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fbuiltin%2Fapp-error.js&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fbuiltin%2Fapp-error&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667090,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1857986,"timestamp":500437552,"id":73,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fneo4j%2Fconnect%2Froute&name=app%2Fapi%2Fneo4j%2Fconnect%2Froute&pagePath=private-next-app-dir%2Fapi%2Fneo4j%2Fconnect%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fneo4j%2Fconnect%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667091,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1858000,"timestamp":500437557,"id":74,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fneo4j%2Fdisconnect%2Froute&name=app%2Fapi%2Fneo4j%2Fdisconnect%2Froute&pagePath=private-next-app-dir%2Fapi%2Fneo4j%2Fdisconnect%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fneo4j%2Fdisconnect%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667091,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1858002,"timestamp":500437559,"id":75,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fneo4j%2Fquery%2Froute&name=app%2Fapi%2Fneo4j%2Fquery%2Froute&pagePath=private-next-app-dir%2Fapi%2Fneo4j%2Fquery%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fneo4j%2Fquery%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667091,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1858003,"timestamp":500437563,"id":76,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fneo4j%2Fschema%2Froute&name=app%2Fapi%2Fneo4j%2Fschema%2Froute&pagePath=private-next-app-dir%2Fapi%2Fneo4j%2Fschema%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fneo4j%2Fschema%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667091,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1877751,"timestamp":500437583,"id":82,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fredis%2Fcommand%2Froute&name=app%2Fapi%2Fredis%2Fcommand%2Froute&pagePath=private-next-app-dir%2Fapi%2Fredis%2Fcommand%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fredis%2Fcommand%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667091,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1877768,"timestamp":500437586,"id":83,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fredis%2Fconnect%2Froute&name=app%2Fapi%2Fredis%2Fconnect%2Froute&pagePath=private-next-app-dir%2Fapi%2Fredis%2Fconnect%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fredis%2Fconnect%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667091,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1877768,"timestamp":500437590,"id":84,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fredis%2Fdelete%2Froute&name=app%2Fapi%2Fredis%2Fdelete%2Froute&pagePath=private-next-app-dir%2Fapi%2Fredis%2Fdelete%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fredis%2Fdelete%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667091,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1877770,"timestamp":500437593,"id":85,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fredis%2Fdisconnect%2Froute&name=app%2Fapi%2Fredis%2Fdisconnect%2Froute&pagePath=private-next-app-dir%2Fapi%2Fredis%2Fdisconnect%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fredis%2Fdisconnect%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667091,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1877769,"timestamp":500437598,"id":86,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fredis%2Fget%2Froute&name=app%2Fapi%2Fredis%2Fget%2Froute&pagePath=private-next-app-dir%2Fapi%2Fredis%2Fget%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fredis%2Fget%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667091,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1877769,"timestamp":500437600,"id":87,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fredis%2Fkeys%2Froute&name=app%2Fapi%2Fredis%2Fkeys%2Froute&pagePath=private-next-app-dir%2Fapi%2Fredis%2Fkeys%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fredis%2Fkeys%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667091,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1877769,"timestamp":500437605,"id":88,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fredis%2Fset%2Froute&name=app%2Fapi%2Fredis%2Fset%2Froute&pagePath=private-next-app-dir%2Fapi%2Fredis%2Fset%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fredis%2Fset%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667091,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1881388,"timestamp":500437528,"id":67,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fmysql%2Fcolumns%2Froute&name=app%2Fapi%2Fmysql%2Fcolumns%2Froute&pagePath=private-next-app-dir%2Fapi%2Fmysql%2Fcolumns%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fmysql%2Fcolumns%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667091,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1881398,"timestamp":500437533,"id":68,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fmysql%2Fconnect%2Froute&name=app%2Fapi%2Fmysql%2Fconnect%2Froute&pagePath=private-next-app-dir%2Fapi%2Fmysql%2Fconnect%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fmysql%2Fconnect%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667091,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1881400,"timestamp":500437536,"id":69,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fmysql%2Fdisconnect%2Froute&name=app%2Fapi%2Fmysql%2Fdisconnect%2Froute&pagePath=private-next-app-dir%2Fapi%2Fmysql%2Fdisconnect%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fmysql%2Fdisconnect%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667091,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1881400,"timestamp":500437540,"id":70,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fmysql%2Fexport%2Froute&name=app%2Fapi%2Fmysql%2Fexport%2Froute&pagePath=private-next-app-dir%2Fapi%2Fmysql%2Fexport%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fmysql%2Fexport%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667091,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1881400,"timestamp":500437543,"id":71,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fmysql%2Fquery%2Froute&name=app%2Fapi%2Fmysql%2Fquery%2Froute&pagePath=private-next-app-dir%2Fapi%2Fmysql%2Fquery%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fmysql%2Fquery%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667091,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1881397,"timestamp":500437549,"id":72,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fmysql%2Fschemas%2Froute&name=app%2Fapi%2Fmysql%2Fschemas%2Froute&pagePath=private-next-app-dir%2Fapi%2Fmysql%2Fschemas%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fmysql%2Fschemas%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667091,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1894211,"timestamp":500437134,"id":27,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fchat%2Froute&name=app%2Fapi%2Fchat%2Froute&pagePath=private-next-app-dir%2Fapi%2Fchat%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fchat%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667090,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1893815,"timestamp":500437665,"id":104,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fchat%2Follama%2Froute&name=app%2Fapi%2Fchat%2Follama%2Froute&pagePath=private-next-app-dir%2Fapi%2Fchat%2Follama%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fchat%2Follama%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667091,"traceId":"08253691ab17f82f"},{"name":"make","duration":3802917,"timestamp":500436364,"id":24,"parentId":22,"tags":{},"startTime":1776939667090,"traceId":"08253691ab17f82f"},{"name":"get-entries","duration":3165,"timestamp":504240552,"id":655,"parentId":654,"tags":{},"startTime":1776939670894,"traceId":"08253691ab17f82f"},{"name":"node-file-trace-plugin","duration":498831,"timestamp":504259240,"id":656,"parentId":654,"tags":{"traceEntryCount":"214"},"startTime":1776939670912,"traceId":"08253691ab17f82f"},{"name":"collect-traced-files","duration":2187,"timestamp":504758087,"id":657,"parentId":654,"tags":{},"startTime":1776939671411,"traceId":"08253691ab17f82f"},{"name":"finish-modules","duration":519906,"timestamp":504240377,"id":654,"parentId":23,"tags":{},"startTime":1776939670894,"traceId":"08253691ab17f82f"},{"name":"chunk-graph","duration":134233,"timestamp":505065653,"id":659,"parentId":658,"tags":{},"startTime":1776939671719,"traceId":"08253691ab17f82f"},{"name":"optimize-modules","duration":35,"timestamp":505200078,"id":661,"parentId":658,"tags":{},"startTime":1776939671853,"traceId":"08253691ab17f82f"},{"name":"optimize-chunks","duration":94114,"timestamp":505200219,"id":662,"parentId":658,"tags":{},"startTime":1776939671853,"traceId":"08253691ab17f82f"},{"name":"optimize-tree","duration":124,"timestamp":505294437,"id":663,"parentId":658,"tags":{},"startTime":1776939671948,"traceId":"08253691ab17f82f"},{"name":"optimize-chunk-modules","duration":176276,"timestamp":505294645,"id":664,"parentId":658,"tags":{},"startTime":1776939671948,"traceId":"08253691ab17f82f"},{"name":"optimize","duration":271053,"timestamp":505199988,"id":660,"parentId":658,"tags":{},"startTime":1776939671853,"traceId":"08253691ab17f82f"},{"name":"module-hash","duration":109436,"timestamp":505550428,"id":665,"parentId":658,"tags":{},"startTime":1776939672204,"traceId":"08253691ab17f82f"},{"name":"code-generation","duration":26275,"timestamp":505659954,"id":666,"parentId":658,"tags":{},"startTime":1776939672313,"traceId":"08253691ab17f82f"},{"name":"hash","duration":17107,"timestamp":505697133,"id":667,"parentId":658,"tags":{},"startTime":1776939672350,"traceId":"08253691ab17f82f"},{"name":"code-generation-jobs","duration":355,"timestamp":505714237,"id":668,"parentId":658,"tags":{},"startTime":1776939672367,"traceId":"08253691ab17f82f"},{"name":"module-assets","duration":1209,"timestamp":505714466,"id":669,"parentId":658,"tags":{},"startTime":1776939672368,"traceId":"08253691ab17f82f"},{"name":"create-chunk-assets","duration":5875,"timestamp":505715701,"id":670,"parentId":658,"tags":{},"startTime":1776939672369,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":1515,"timestamp":505748483,"id":672,"parentId":671,"tags":{"name":"../app/_not-found/page.js","cache":"HIT"},"startTime":1776939672402,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":1389,"timestamp":505748640,"id":673,"parentId":671,"tags":{"name":"../app/_global-error/page.js","cache":"HIT"},"startTime":1776939672402,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":1382,"timestamp":505748650,"id":674,"parentId":671,"tags":{"name":"../app/api/chat/route.js","cache":"HIT"},"startTime":1776939672402,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":1374,"timestamp":505748660,"id":675,"parentId":671,"tags":{"name":"../app/api/comments/route.js","cache":"HIT"},"startTime":1776939672402,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":1369,"timestamp":505748666,"id":676,"parentId":671,"tags":{"name":"../app/api/db/columns/route.js","cache":"HIT"},"startTime":1776939672402,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":1371,"timestamp":505748672,"id":677,"parentId":671,"tags":{"name":"../app/api/db/connect/route.js","cache":"HIT"},"startTime":1776939672402,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":1367,"timestamp":505748679,"id":678,"parentId":671,"tags":{"name":"../app/api/db/disconnect/route.js","cache":"HIT"},"startTime":1776939672402,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":1363,"timestamp":505748686,"id":679,"parentId":671,"tags":{"name":"../app/api/db/export/route.js","cache":"HIT"},"startTime":1776939672402,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":1358,"timestamp":505748692,"id":680,"parentId":671,"tags":{"name":"../app/api/db/query/route.js","cache":"HIT"},"startTime":1776939672402,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":1296,"timestamp":505748756,"id":681,"parentId":671,"tags":{"name":"../app/api/db/schemas/route.js","cache":"HIT"},"startTime":1776939672402,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":1211,"timestamp":505748843,"id":682,"parentId":671,"tags":{"name":"../app/api/extension/version/route.js","cache":"HIT"},"startTime":1776939672402,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":1199,"timestamp":505748857,"id":683,"parentId":671,"tags":{"name":"../app/api/file/route.js","cache":"HIT"},"startTime":1776939672402,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":1197,"timestamp":505748862,"id":684,"parentId":671,"tags":{"name":"../app/api/files/clipboard/route.js","cache":"HIT"},"startTime":1776939672402,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":1194,"timestamp":505748867,"id":685,"parentId":671,"tags":{"name":"../app/api/files/copy/route.js","cache":"HIT"},"startTime":1776939672402,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":1190,"timestamp":505748872,"id":686,"parentId":671,"tags":{"name":"../app/api/files/delete/route.js","cache":"HIT"},"startTime":1776939672402,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":1187,"timestamp":505748878,"id":687,"parentId":671,"tags":{"name":"../app/api/files/expanded/route.js","cache":"HIT"},"startTime":1776939672402,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":1183,"timestamp":505748883,"id":688,"parentId":671,"tags":{"name":"../app/api/files/index/route.js","cache":"HIT"},"startTime":1776939672402,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":1181,"timestamp":505748887,"id":689,"parentId":671,"tags":{"name":"../app/api/files/init/route.js","cache":"HIT"},"startTime":1776939672402,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":1176,"timestamp":505748893,"id":690,"parentId":671,"tags":{"name":"../app/api/files/paste/route.js","cache":"HIT"},"startTime":1776939672402,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":1174,"timestamp":505748897,"id":691,"parentId":671,"tags":{"name":"../app/api/files/read/route.js","cache":"HIT"},"startTime":1776939672402,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":1172,"timestamp":505748902,"id":692,"parentId":671,"tags":{"name":"../app/api/files/readdir/route.js","cache":"HIT"},"startTime":1776939672402,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":1168,"timestamp":505748907,"id":693,"parentId":671,"tags":{"name":"../app/api/files/recent/route.js","cache":"HIT"},"startTime":1776939672402,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":1165,"timestamp":505748912,"id":694,"parentId":671,"tags":{"name":"../app/api/files/save/route.js","cache":"HIT"},"startTime":1776939672402,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":1163,"timestamp":505748916,"id":695,"parentId":671,"tags":{"name":"../app/api/git/branch-diff/route.js","cache":"HIT"},"startTime":1776939672402,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":1159,"timestamp":505748921,"id":696,"parentId":671,"tags":{"name":"../app/api/git/branches/route.js","cache":"HIT"},"startTime":1776939672402,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":1157,"timestamp":505748925,"id":697,"parentId":671,"tags":{"name":"../app/api/git/commit-diff/route.js","cache":"HIT"},"startTime":1776939672402,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":1152,"timestamp":505748931,"id":698,"parentId":671,"tags":{"name":"../app/api/git/commits/route.js","cache":"HIT"},"startTime":1776939672402,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":1124,"timestamp":505748961,"id":699,"parentId":671,"tags":{"name":"../app/api/git/diff/route.js","cache":"HIT"},"startTime":1776939672402,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":1115,"timestamp":505748972,"id":700,"parentId":671,"tags":{"name":"../app/api/git/discard/route.js","cache":"HIT"},"startTime":1776939672402,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":1091,"timestamp":505748998,"id":701,"parentId":671,"tags":{"name":"../app/api/git/stage/route.js","cache":"HIT"},"startTime":1776939672402,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":1068,"timestamp":505749023,"id":702,"parentId":671,"tags":{"name":"../app/api/git/status/route.js","cache":"HIT"},"startTime":1776939672402,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":1062,"timestamp":505749030,"id":703,"parentId":671,"tags":{"name":"../app/api/git/unstage/route.js","cache":"HIT"},"startTime":1776939672402,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":1056,"timestamp":505749038,"id":704,"parentId":671,"tags":{"name":"../app/api/git/worktree/route.js","cache":"HIT"},"startTime":1776939672402,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":1051,"timestamp":505749044,"id":705,"parentId":671,"tags":{"name":"../app/api/global-state/route.js","cache":"HIT"},"startTime":1776939672402,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":1046,"timestamp":505749051,"id":706,"parentId":671,"tags":{"name":"../app/api/jupyter/load/route.js","cache":"HIT"},"startTime":1776939672402,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":1041,"timestamp":505749058,"id":707,"parentId":671,"tags":{"name":"../app/api/jupyter/save/route.js","cache":"HIT"},"startTime":1776939672402,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":1034,"timestamp":505749067,"id":708,"parentId":671,"tags":{"name":"../app/api/jupyter/shutdown/route.js","cache":"HIT"},"startTime":1776939672402,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":1029,"timestamp":505749073,"id":709,"parentId":671,"tags":{"name":"../app/api/lsp/definition/route.js","cache":"HIT"},"startTime":1776939672402,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":1025,"timestamp":505749079,"id":710,"parentId":671,"tags":{"name":"../app/api/lsp/hover/route.js","cache":"HIT"},"startTime":1776939672402,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":1020,"timestamp":505749085,"id":711,"parentId":671,"tags":{"name":"../app/api/lsp/references/route.js","cache":"HIT"},"startTime":1776939672402,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":1014,"timestamp":505749093,"id":712,"parentId":671,"tags":{"name":"../app/api/lsp/status/route.js","cache":"HIT"},"startTime":1776939672402,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":1009,"timestamp":505749100,"id":713,"parentId":671,"tags":{"name":"../app/api/lsp/warmup/route.js","cache":"HIT"},"startTime":1776939672402,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":1002,"timestamp":505749108,"id":714,"parentId":671,"tags":{"name":"../app/api/mysql/columns/route.js","cache":"HIT"},"startTime":1776939672402,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":995,"timestamp":505749117,"id":715,"parentId":671,"tags":{"name":"../app/api/mysql/connect/route.js","cache":"HIT"},"startTime":1776939672402,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":988,"timestamp":505749126,"id":716,"parentId":671,"tags":{"name":"../app/api/mysql/disconnect/route.js","cache":"HIT"},"startTime":1776939672402,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":927,"timestamp":505749188,"id":717,"parentId":671,"tags":{"name":"../app/api/mysql/export/route.js","cache":"HIT"},"startTime":1776939672402,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":922,"timestamp":505749195,"id":718,"parentId":671,"tags":{"name":"../app/api/mysql/query/route.js","cache":"HIT"},"startTime":1776939672402,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":918,"timestamp":505749201,"id":719,"parentId":671,"tags":{"name":"../app/api/mysql/schemas/route.js","cache":"HIT"},"startTime":1776939672402,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":913,"timestamp":505749209,"id":720,"parentId":671,"tags":{"name":"../app/api/neo4j/connect/route.js","cache":"HIT"},"startTime":1776939672402,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":908,"timestamp":505749215,"id":721,"parentId":671,"tags":{"name":"../app/api/neo4j/disconnect/route.js","cache":"HIT"},"startTime":1776939672402,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":903,"timestamp":505749222,"id":722,"parentId":671,"tags":{"name":"../app/api/neo4j/query/route.js","cache":"HIT"},"startTime":1776939672402,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":899,"timestamp":505749228,"id":723,"parentId":671,"tags":{"name":"../app/api/neo4j/schema/route.js","cache":"HIT"},"startTime":1776939672402,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":894,"timestamp":505749234,"id":724,"parentId":671,"tags":{"name":"../app/api/open-cursor/route.js","cache":"HIT"},"startTime":1776939672402,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":889,"timestamp":505749241,"id":725,"parentId":671,"tags":{"name":"../app/api/open-vscode/route.js","cache":"HIT"},"startTime":1776939672402,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":884,"timestamp":505749247,"id":726,"parentId":671,"tags":{"name":"../app/api/pick-folder/route.js","cache":"HIT"},"startTime":1776939672402,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":880,"timestamp":505749253,"id":727,"parentId":671,"tags":{"name":"../app/api/pinned-sessions/route.js","cache":"HIT"},"startTime":1776939672402,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":874,"timestamp":505749260,"id":728,"parentId":671,"tags":{"name":"../app/api/project-state/route.js","cache":"HIT"},"startTime":1776939672402,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":869,"timestamp":505749267,"id":729,"parentId":671,"tags":{"name":"../app/api/redis/command/route.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":865,"timestamp":505749273,"id":730,"parentId":671,"tags":{"name":"../app/api/redis/connect/route.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":861,"timestamp":505749279,"id":731,"parentId":671,"tags":{"name":"../app/api/redis/delete/route.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":856,"timestamp":505749285,"id":732,"parentId":671,"tags":{"name":"../app/api/redis/disconnect/route.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"}]
|
|
4
|
+
[{"name":"minify-js","duration":385,"timestamp":505749925,"id":834,"parentId":671,"tags":{"name":"7307.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":381,"timestamp":505749931,"id":835,"parentId":671,"tags":{"name":"4442.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":378,"timestamp":505749937,"id":836,"parentId":671,"tags":{"name":"8585.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":374,"timestamp":505749943,"id":837,"parentId":671,"tags":{"name":"887.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":370,"timestamp":505749949,"id":838,"parentId":671,"tags":{"name":"6043.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":366,"timestamp":505749954,"id":839,"parentId":671,"tags":{"name":"5394.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":362,"timestamp":505749960,"id":840,"parentId":671,"tags":{"name":"4272.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":357,"timestamp":505749966,"id":841,"parentId":671,"tags":{"name":"7514.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":353,"timestamp":505749972,"id":842,"parentId":671,"tags":{"name":"4098.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":348,"timestamp":505749978,"id":843,"parentId":671,"tags":{"name":"7122.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":343,"timestamp":505749985,"id":844,"parentId":671,"tags":{"name":"459.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":339,"timestamp":505749990,"id":845,"parentId":671,"tags":{"name":"2338.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-webpack-plugin-optimize","duration":22555,"timestamp":505727851,"id":671,"parentId":22,"tags":{"compilationName":"server","mangle":"[object Object]"},"startTime":1776939672381,"traceId":"08253691ab17f82f"},{"name":"css-minimizer-plugin","duration":241,"timestamp":505750632,"id":846,"parentId":22,"tags":{},"startTime":1776939672404,"traceId":"08253691ab17f82f"},{"name":"create-trace-assets","duration":11219,"timestamp":505751264,"id":847,"parentId":23,"tags":{},"startTime":1776939672405,"traceId":"08253691ab17f82f"},{"name":"seal","duration":908361,"timestamp":504901360,"id":658,"parentId":22,"tags":{},"startTime":1776939671555,"traceId":"08253691ab17f82f"},{"name":"webpack-compilation","duration":5452513,"timestamp":500426981,"id":22,"parentId":19,"tags":{"name":"server"},"startTime":1776939667080,"traceId":"08253691ab17f82f"},{"name":"emit","duration":42710,"timestamp":505880019,"id":848,"parentId":19,"tags":{},"startTime":1776939672533,"traceId":"08253691ab17f82f"},{"name":"webpack-close","duration":1530279,"timestamp":505928015,"id":849,"parentId":19,"tags":{"name":"server"},"startTime":1776939672581,"traceId":"08253691ab17f82f"},{"name":"webpack-generate-error-stats","duration":2320,"timestamp":507458364,"id":850,"parentId":849,"tags":{},"startTime":1776939674112,"traceId":"08253691ab17f82f"},{"name":"run-webpack-compiler","duration":7422475,"timestamp":500038718,"id":19,"parentId":18,"tags":{},"startTime":1776939666692,"traceId":"08253691ab17f82f"},{"name":"format-webpack-messages","duration":85,"timestamp":507461203,"id":851,"parentId":18,"tags":{},"startTime":1776939674114,"traceId":"08253691ab17f82f"},{"name":"worker-main-server","duration":7423034,"timestamp":500038388,"id":18,"parentId":1,"tags":{},"startTime":1776939666692,"traceId":"08253691ab17f82f"},{"name":"create-entrypoints","duration":62681,"timestamp":507946113,"id":854,"parentId":852,"tags":{},"startTime":1776939674599,"traceId":"08253691ab17f82f"},{"name":"generate-webpack-config","duration":252504,"timestamp":508008995,"id":855,"parentId":853,"tags":{},"startTime":1776939674662,"traceId":"08253691ab17f82f"},{"name":"make","duration":785,"timestamp":508347862,"id":857,"parentId":856,"tags":{},"startTime":1776939675001,"traceId":"08253691ab17f82f"},{"name":"chunk-graph","duration":611,"timestamp":508351490,"id":859,"parentId":858,"tags":{},"startTime":1776939675005,"traceId":"08253691ab17f82f"},{"name":"optimize-modules","duration":25,"timestamp":508352229,"id":861,"parentId":858,"tags":{},"startTime":1776939675005,"traceId":"08253691ab17f82f"},{"name":"optimize-chunks","duration":878,"timestamp":508352337,"id":862,"parentId":858,"tags":{},"startTime":1776939675006,"traceId":"08253691ab17f82f"},{"name":"optimize-tree","duration":108,"timestamp":508353294,"id":863,"parentId":858,"tags":{},"startTime":1776939675007,"traceId":"08253691ab17f82f"},{"name":"optimize-chunk-modules","duration":586,"timestamp":508353589,"id":864,"parentId":858,"tags":{},"startTime":1776939675007,"traceId":"08253691ab17f82f"},{"name":"optimize","duration":2091,"timestamp":508352176,"id":860,"parentId":858,"tags":{},"startTime":1776939675005,"traceId":"08253691ab17f82f"},{"name":"module-hash","duration":88,"timestamp":508355281,"id":865,"parentId":858,"tags":{},"startTime":1776939675009,"traceId":"08253691ab17f82f"},{"name":"code-generation","duration":192,"timestamp":508355411,"id":866,"parentId":858,"tags":{},"startTime":1776939675009,"traceId":"08253691ab17f82f"},{"name":"hash","duration":405,"timestamp":508355835,"id":867,"parentId":858,"tags":{},"startTime":1776939675009,"traceId":"08253691ab17f82f"},{"name":"code-generation-jobs","duration":121,"timestamp":508356236,"id":868,"parentId":858,"tags":{},"startTime":1776939675009,"traceId":"08253691ab17f82f"},{"name":"module-assets","duration":75,"timestamp":508356331,"id":869,"parentId":858,"tags":{},"startTime":1776939675010,"traceId":"08253691ab17f82f"},{"name":"create-chunk-assets","duration":177,"timestamp":508356416,"id":870,"parentId":858,"tags":{},"startTime":1776939675010,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":153,"timestamp":508370253,"id":872,"parentId":871,"tags":{"name":"interception-route-rewrite-manifest.js","cache":"HIT"},"startTime":1776939675023,"traceId":"08253691ab17f82f"},{"name":"minify-webpack-plugin-optimize","duration":2146,"timestamp":508368272,"id":871,"parentId":856,"tags":{"compilationName":"edge-server","mangle":"[object Object]"},"startTime":1776939675022,"traceId":"08253691ab17f82f"},{"name":"css-minimizer-plugin","duration":110,"timestamp":508370500,"id":873,"parentId":856,"tags":{},"startTime":1776939675024,"traceId":"08253691ab17f82f"},{"name":"seal","duration":22742,"timestamp":508350922,"id":858,"parentId":856,"tags":{},"startTime":1776939675004,"traceId":"08253691ab17f82f"},{"name":"webpack-compilation","duration":32819,"timestamp":508341179,"id":856,"parentId":853,"tags":{"name":"edge-server"},"startTime":1776939674994,"traceId":"08253691ab17f82f"},{"name":"emit","duration":2101,"timestamp":508374496,"id":874,"parentId":853,"tags":{},"startTime":1776939675028,"traceId":"08253691ab17f82f"},{"name":"webpack-close","duration":586,"timestamp":508377344,"id":875,"parentId":853,"tags":{"name":"edge-server"},"startTime":1776939675031,"traceId":"08253691ab17f82f"},{"name":"webpack-generate-error-stats","duration":2359,"timestamp":508377975,"id":876,"parentId":875,"tags":{},"startTime":1776939675031,"traceId":"08253691ab17f82f"},{"name":"run-webpack-compiler","duration":434574,"timestamp":507946106,"id":853,"parentId":852,"tags":{},"startTime":1776939674599,"traceId":"08253691ab17f82f"},{"name":"format-webpack-messages","duration":84,"timestamp":508380688,"id":877,"parentId":852,"tags":{},"startTime":1776939675034,"traceId":"08253691ab17f82f"},{"name":"worker-main-edge-server","duration":435149,"timestamp":507945749,"id":852,"parentId":1,"tags":{},"startTime":1776939674599,"traceId":"08253691ab17f82f"},{"name":"create-entrypoints","duration":64236,"timestamp":508821324,"id":880,"parentId":878,"tags":{},"startTime":1776939675475,"traceId":"08253691ab17f82f"},{"name":"generate-webpack-config","duration":244301,"timestamp":508885755,"id":881,"parentId":879,"tags":{},"startTime":1776939675539,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659739,"timestamp":509226995,"id":888,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675880,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659722,"timestamp":509227043,"id":890,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675880,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659715,"timestamp":509227059,"id":892,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675880,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659618,"timestamp":509227163,"id":893,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675880,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659592,"timestamp":509227194,"id":894,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675880,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659590,"timestamp":509227201,"id":895,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675880,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659591,"timestamp":509227205,"id":896,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675880,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659601,"timestamp":509227209,"id":897,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675880,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659611,"timestamp":509227212,"id":898,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675880,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659667,"timestamp":509227215,"id":899,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675880,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659670,"timestamp":509227218,"id":900,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675880,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659670,"timestamp":509227222,"id":901,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675880,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659668,"timestamp":509227225,"id":902,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675880,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659668,"timestamp":509227228,"id":903,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675880,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659667,"timestamp":509227232,"id":904,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675880,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659666,"timestamp":509227235,"id":905,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675880,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659665,"timestamp":509227238,"id":906,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675880,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659664,"timestamp":509227241,"id":907,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675880,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659664,"timestamp":509227244,"id":908,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675880,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659662,"timestamp":509227247,"id":909,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675880,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659661,"timestamp":509227250,"id":910,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675880,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659659,"timestamp":509227253,"id":911,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675880,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659658,"timestamp":509227256,"id":912,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675880,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659657,"timestamp":509227259,"id":913,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675880,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659656,"timestamp":509227262,"id":914,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675881,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659655,"timestamp":509227265,"id":915,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675881,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659655,"timestamp":509227267,"id":916,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675881,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659653,"timestamp":509227272,"id":917,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675881,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659651,"timestamp":509227275,"id":918,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675881,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659650,"timestamp":509227277,"id":919,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675881,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659649,"timestamp":509227280,"id":920,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675881,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659648,"timestamp":509227283,"id":921,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675881,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659646,"timestamp":509227286,"id":922,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675881,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659644,"timestamp":509227289,"id":923,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675881,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659643,"timestamp":509227292,"id":924,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675881,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659641,"timestamp":509227295,"id":925,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675881,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659639,"timestamp":509227299,"id":926,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675881,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659637,"timestamp":509227302,"id":927,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675881,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659636,"timestamp":509227305,"id":928,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675881,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659635,"timestamp":509227308,"id":929,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675881,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659634,"timestamp":509227311,"id":930,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675881,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659632,"timestamp":509227314,"id":931,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675881,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659631,"timestamp":509227317,"id":932,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675881,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659629,"timestamp":509227320,"id":933,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675881,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659627,"timestamp":509227323,"id":934,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675881,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659626,"timestamp":509227326,"id":935,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675881,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659624,"timestamp":509227329,"id":936,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675881,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659623,"timestamp":509227332,"id":937,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675881,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659621,"timestamp":509227335,"id":938,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675881,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659618,"timestamp":509227339,"id":939,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675881,"traceId":"08253691ab17f82f"}]
|
|
5
|
+
[{"name":"add-entry","duration":659616,"timestamp":509227342,"id":940,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675881,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659615,"timestamp":509227344,"id":941,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675881,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659612,"timestamp":509227348,"id":942,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675881,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659611,"timestamp":509227351,"id":943,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675881,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659609,"timestamp":509227353,"id":944,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675881,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659613,"timestamp":509227356,"id":945,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675881,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659611,"timestamp":509227359,"id":946,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675881,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659609,"timestamp":509227362,"id":947,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675881,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659608,"timestamp":509227364,"id":948,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675881,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659604,"timestamp":509227369,"id":949,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675881,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659602,"timestamp":509227372,"id":950,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675881,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659600,"timestamp":509227375,"id":951,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675881,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659599,"timestamp":509227378,"id":952,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675881,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659596,"timestamp":509227381,"id":953,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675881,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659595,"timestamp":509227384,"id":954,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675881,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659593,"timestamp":509227387,"id":955,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675881,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659591,"timestamp":509227390,"id":956,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675881,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659589,"timestamp":509227392,"id":957,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675881,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659587,"timestamp":509227395,"id":958,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675881,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659585,"timestamp":509227399,"id":959,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675881,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659583,"timestamp":509227401,"id":960,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675881,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659581,"timestamp":509227405,"id":961,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675881,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659579,"timestamp":509227407,"id":962,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675881,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659577,"timestamp":509227411,"id":963,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675881,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659576,"timestamp":509227413,"id":964,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675881,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659574,"timestamp":509227416,"id":965,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675881,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659572,"timestamp":509227419,"id":966,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675881,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659570,"timestamp":509227422,"id":967,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675881,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659567,"timestamp":509227426,"id":968,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675881,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659565,"timestamp":509227429,"id":969,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675881,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659563,"timestamp":509227432,"id":970,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675881,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659562,"timestamp":509227435,"id":971,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675881,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659560,"timestamp":509227437,"id":972,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675881,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659558,"timestamp":509227440,"id":973,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675881,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659573,"timestamp":509227443,"id":974,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675881,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659573,"timestamp":509227446,"id":975,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675881,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659572,"timestamp":509227449,"id":976,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675881,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659577,"timestamp":509227452,"id":977,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675881,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659576,"timestamp":509227454,"id":978,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675881,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659573,"timestamp":509227458,"id":979,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675881,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659572,"timestamp":509227460,"id":980,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675881,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659570,"timestamp":509227463,"id":981,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675881,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659568,"timestamp":509227466,"id":982,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675881,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659566,"timestamp":509227469,"id":983,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675881,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659566,"timestamp":509227471,"id":984,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675881,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659564,"timestamp":509227474,"id":985,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675881,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659563,"timestamp":509227477,"id":986,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675881,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659561,"timestamp":509227480,"id":987,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675881,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659560,"timestamp":509227483,"id":988,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675881,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659559,"timestamp":509227486,"id":989,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675881,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659557,"timestamp":509227489,"id":990,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675881,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659556,"timestamp":509227491,"id":991,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675881,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659555,"timestamp":509227494,"id":992,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675881,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659554,"timestamp":509227497,"id":993,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675881,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659552,"timestamp":509227500,"id":994,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675881,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659550,"timestamp":509227504,"id":995,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675881,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659548,"timestamp":509227507,"id":996,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675881,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659547,"timestamp":509227509,"id":997,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675881,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":707295,"timestamp":509227033,"id":889,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp%2Fglobal-error.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1776939675880,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":719501,"timestamp":509226908,"id":887,"parentId":883,"tags":{"request":"next-client-pages-loader?absolutePagePath=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fbuiltin%2Fglobal-not-found.js&page=%2F_not-found%2Fpage!"},"startTime":1776939675880,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":828898,"timestamp":509226884,"id":886,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-segment.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%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%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%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%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fnode_modules%2Fnext%2Fdist%2Flib%2Fframework%2Fboundary-components.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fnode_modules%2Fnext%2Fdist%2Flib%2Fmetadata%2Fgenerate%2Ficon-mark.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1776939675880,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":828954,"timestamp":509226849,"id":885,"parentId":883,"tags":{"request":"./node_modules/next/dist/client/app-next.js"},"startTime":1776939675880,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":845027,"timestamp":509226418,"id":884,"parentId":883,"tags":{"request":"./node_modules/next/dist/client/next.js"},"startTime":1776939675880,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":902864,"timestamp":509227051,"id":891,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fnode_modules%2Fnext%2Ffont%2Fgoogle%2Ftarget.css%3F%7B%5C%22path%5C%22%3A%5C%22src%2Fapp%2Flayout.tsx%5C%22%2C%5C%22import%5C%22%3A%5C%22Inter%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22variable%5C%22%3A%5C%22--font-inter%5C%22%2C%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22inter%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fnode_modules%2Fnext%2Ffont%2Fgoogle%2Ftarget.css%3F%7B%5C%22path%5C%22%3A%5C%22src%2Fapp%2Flayout.tsx%5C%22%2C%5C%22import%5C%22%3A%5C%22Lora%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22variable%5C%22%3A%5C%22--font-lora%5C%22%2C%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22lora%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fnode_modules%2Fnext%2Ffont%2Fgoogle%2Ftarget.css%3F%7B%5C%22path%5C%22%3A%5C%22src%2Fapp%2Flayout.tsx%5C%22%2C%5C%22import%5C%22%3A%5C%22JetBrains_Mono%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22variable%5C%22%3A%5C%22--font-jetbrains-mono%5C%22%2C%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22jetbrainsMono%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp%2Fglobals.css%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fcomponents%2Fshared%2FProviders.tsx%22%2C%22ids%22%3A%5B%22Providers%22%5D%7D&server=false!"},"startTime":1776939675880,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1788956,"timestamp":509227519,"id":1000,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fcomponents%2Freview%2FReviewPage.tsx%22%2C%22ids%22%3A%5B%22ReviewPage%22%5D%7D&server=false!"},"startTime":1776939675881,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1788984,"timestamp":509227513,"id":998,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fcomponents%2Fworkspace%2FEmptyState.tsx%22%2C%22ids%22%3A%5B%22EmptyState%22%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fcomponents%2Fworkspace%2FProjectItem.tsx%22%2C%22ids%22%3A%5B%22ProjectItem%22%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fcomponents%2Fworkspace%2FProjectSidebar.tsx%22%2C%22ids%22%3A%5B%22ProjectSidebar%22%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fcomponents%2Fworkspace%2FWorkspace.tsx%22%2C%22ids%22%3A%5B%22Workspace%22%5D%7D&server=false!"},"startTime":1776939675881,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1788988,"timestamp":509227516,"id":999,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fcomponents%2Fproject%2FTabManager.tsx%22%2C%22ids%22%3A%5B%22TabManager%22%5D%7D&server=false!"},"startTime":1776939675881,"traceId":"08253691ab17f82f"},{"name":"make","duration":1790942,"timestamp":509225969,"id":883,"parentId":882,"tags":{},"startTime":1776939675879,"traceId":"08253691ab17f82f"},{"name":"chunk-graph","duration":85063,"timestamp":511238210,"id":1002,"parentId":1001,"tags":{},"startTime":1776939677891,"traceId":"08253691ab17f82f"},{"name":"optimize-modules","duration":21,"timestamp":511323393,"id":1004,"parentId":1001,"tags":{},"startTime":1776939677977,"traceId":"08253691ab17f82f"},{"name":"optimize-chunks","duration":94013,"timestamp":511333442,"id":1006,"parentId":1001,"tags":{},"startTime":1776939677987,"traceId":"08253691ab17f82f"},{"name":"optimize-tree","duration":353,"timestamp":511427605,"id":1007,"parentId":1001,"tags":{},"startTime":1776939678081,"traceId":"08253691ab17f82f"},{"name":"optimize-chunk-modules","duration":127444,"timestamp":511428147,"id":1008,"parentId":1001,"tags":{},"startTime":1776939678081,"traceId":"08253691ab17f82f"},{"name":"optimize","duration":232344,"timestamp":511323346,"id":1003,"parentId":1001,"tags":{},"startTime":1776939677977,"traceId":"08253691ab17f82f"},{"name":"module-hash","duration":84748,"timestamp":511642930,"id":1009,"parentId":1001,"tags":{},"startTime":1776939678296,"traceId":"08253691ab17f82f"},{"name":"code-generation","duration":405275,"timestamp":511727762,"id":1010,"parentId":1001,"tags":{},"startTime":1776939678381,"traceId":"08253691ab17f82f"},{"name":"hash","duration":31528,"timestamp":512143917,"id":1011,"parentId":1001,"tags":{},"startTime":1776939678797,"traceId":"08253691ab17f82f"},{"name":"code-generation-jobs","duration":688,"timestamp":512175442,"id":1012,"parentId":1001,"tags":{},"startTime":1776939678829,"traceId":"08253691ab17f82f"},{"name":"module-assets","duration":1740,"timestamp":512175814,"id":1013,"parentId":1001,"tags":{},"startTime":1776939678829,"traceId":"08253691ab17f82f"},{"name":"create-chunk-assets","duration":16035,"timestamp":512177578,"id":1014,"parentId":1001,"tags":{},"startTime":1776939678831,"traceId":"08253691ab17f82f"},{"name":"NextJsBuildManifest-generateClientManifest","duration":1671,"timestamp":512203648,"id":1016,"parentId":882,"tags":{},"startTime":1776939678857,"traceId":"08253691ab17f82f"},{"name":"NextJsBuildManifest-createassets","duration":2855,"timestamp":512202482,"id":1015,"parentId":882,"tags":{},"startTime":1776939678856,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47915,"timestamp":512232842,"id":1018,"parentId":1017,"tags":{"name":"static/chunks/main-8f84e99c14cc345a.js","cache":"HIT"},"startTime":1776939678886,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47745,"timestamp":512233026,"id":1019,"parentId":1017,"tags":{"name":"static/chunks/main-app-ac5fcfbf23e00fca.js","cache":"HIT"},"startTime":1776939678886,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47725,"timestamp":512233048,"id":1020,"parentId":1017,"tags":{"name":"static/chunks/app/_not-found/page-97fa7117fcb8102d.js","cache":"HIT"},"startTime":1776939678886,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47706,"timestamp":512233069,"id":1021,"parentId":1017,"tags":{"name":"static/chunks/app/_global-error/page-c3c18f7629998199.js","cache":"HIT"},"startTime":1776939678886,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47699,"timestamp":512233078,"id":1022,"parentId":1017,"tags":{"name":"static/chunks/app/global-error-a067ba6a29edf245.js","cache":"HIT"},"startTime":1776939678886,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47693,"timestamp":512233086,"id":1023,"parentId":1017,"tags":{"name":"static/chunks/next/dist/client/components/builtin/not-found-af6d62ce934c7a33.js","cache":"HIT"},"startTime":1776939678886,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47682,"timestamp":512233099,"id":1024,"parentId":1017,"tags":{"name":"static/chunks/app/layout-b1175a47c53a2c5a.js","cache":"HIT"},"startTime":1776939678886,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47677,"timestamp":512233106,"id":1025,"parentId":1017,"tags":{"name":"static/chunks/next/dist/client/components/builtin/forbidden-2d5487ab987db517.js","cache":"HIT"},"startTime":1776939678886,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47669,"timestamp":512233117,"id":1026,"parentId":1017,"tags":{"name":"static/chunks/next/dist/client/components/builtin/unauthorized-5a1e0e0620fade16.js","cache":"HIT"},"startTime":1776939678886,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47619,"timestamp":512233175,"id":1027,"parentId":1017,"tags":{"name":"static/chunks/next/dist/client/components/builtin/app-error-99f7cb09cb2ebb3e.js","cache":"HIT"},"startTime":1776939678886,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47603,"timestamp":512233192,"id":1028,"parentId":1017,"tags":{"name":"static/chunks/app/api/chat/route-337e7587b83b1afd.js","cache":"HIT"},"startTime":1776939678886,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47593,"timestamp":512233205,"id":1029,"parentId":1017,"tags":{"name":"static/chunks/app/api/comments/route-a5c0bcc28a3ebfe9.js","cache":"HIT"},"startTime":1776939678886,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47554,"timestamp":512233245,"id":1030,"parentId":1017,"tags":{"name":"static/chunks/app/api/db/columns/route-1322bb62562180d3.js","cache":"HIT"},"startTime":1776939678886,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47549,"timestamp":512233252,"id":1031,"parentId":1017,"tags":{"name":"static/chunks/app/api/db/connect/route-80ce4a0e16f7ce9d.js","cache":"HIT"},"startTime":1776939678886,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47544,"timestamp":512233259,"id":1032,"parentId":1017,"tags":{"name":"static/chunks/app/api/db/disconnect/route-6946f89d3c8ec92b.js","cache":"HIT"},"startTime":1776939678886,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47539,"timestamp":512233266,"id":1033,"parentId":1017,"tags":{"name":"static/chunks/app/api/db/export/route-72411e5bbb2add0d.js","cache":"HIT"},"startTime":1776939678887,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47534,"timestamp":512233272,"id":1034,"parentId":1017,"tags":{"name":"static/chunks/app/api/db/query/route-a119f54f9a009be8.js","cache":"HIT"},"startTime":1776939678887,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47530,"timestamp":512233279,"id":1035,"parentId":1017,"tags":{"name":"static/chunks/app/api/db/schemas/route-81365990bc2a4aaf.js","cache":"HIT"},"startTime":1776939678887,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47525,"timestamp":512233285,"id":1036,"parentId":1017,"tags":{"name":"static/chunks/app/api/extension/version/route-c993de46e4b893f1.js","cache":"HIT"},"startTime":1776939678887,"traceId":"08253691ab17f82f"}]
|
|
6
|
+
[{"name":"minify-js","duration":47521,"timestamp":512233291,"id":1037,"parentId":1017,"tags":{"name":"static/chunks/app/api/file/route-70444a47839ccbf1.js","cache":"HIT"},"startTime":1776939678887,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47512,"timestamp":512233301,"id":1038,"parentId":1017,"tags":{"name":"static/chunks/app/api/files/clipboard/route-54643ed8de8aa482.js","cache":"HIT"},"startTime":1776939678887,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47509,"timestamp":512233306,"id":1039,"parentId":1017,"tags":{"name":"static/chunks/app/api/files/copy/route-0912b46dadb85af6.js","cache":"HIT"},"startTime":1776939678887,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47504,"timestamp":512233311,"id":1040,"parentId":1017,"tags":{"name":"static/chunks/app/api/files/delete/route-358e98776cc6fc81.js","cache":"HIT"},"startTime":1776939678887,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47501,"timestamp":512233317,"id":1041,"parentId":1017,"tags":{"name":"static/chunks/app/api/files/expanded/route-670575a264201687.js","cache":"HIT"},"startTime":1776939678887,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47495,"timestamp":512233323,"id":1042,"parentId":1017,"tags":{"name":"static/chunks/app/api/files/index/route-de458f879c191a47.js","cache":"HIT"},"startTime":1776939678887,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47492,"timestamp":512233329,"id":1043,"parentId":1017,"tags":{"name":"static/chunks/app/api/files/init/route-9bcbbbf90441efa0.js","cache":"HIT"},"startTime":1776939678887,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47487,"timestamp":512233335,"id":1044,"parentId":1017,"tags":{"name":"static/chunks/app/api/files/paste/route-2d56a8d374541ce3.js","cache":"HIT"},"startTime":1776939678887,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47484,"timestamp":512233340,"id":1045,"parentId":1017,"tags":{"name":"static/chunks/app/api/files/read/route-1b3537fa04fc1d97.js","cache":"HIT"},"startTime":1776939678887,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47480,"timestamp":512233345,"id":1046,"parentId":1017,"tags":{"name":"static/chunks/app/api/files/readdir/route-9b718a6e44d49a65.js","cache":"HIT"},"startTime":1776939678887,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47476,"timestamp":512233351,"id":1047,"parentId":1017,"tags":{"name":"static/chunks/app/api/files/recent/route-cf805334da044df7.js","cache":"HIT"},"startTime":1776939678887,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47472,"timestamp":512233356,"id":1048,"parentId":1017,"tags":{"name":"static/chunks/app/api/files/save/route-28f5b46d1e6d651b.js","cache":"HIT"},"startTime":1776939678887,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47468,"timestamp":512233361,"id":1049,"parentId":1017,"tags":{"name":"static/chunks/app/api/git/branch-diff/route-36287d8f03f8ac78.js","cache":"HIT"},"startTime":1776939678887,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47465,"timestamp":512233366,"id":1050,"parentId":1017,"tags":{"name":"static/chunks/app/api/git/branches/route-1847ebc49d1caa63.js","cache":"HIT"},"startTime":1776939678887,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47461,"timestamp":512233371,"id":1051,"parentId":1017,"tags":{"name":"static/chunks/app/api/git/commit-diff/route-d9c25fc12508276e.js","cache":"HIT"},"startTime":1776939678887,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47457,"timestamp":512233376,"id":1052,"parentId":1017,"tags":{"name":"static/chunks/app/api/git/commits/route-3605b23d6f1bd7db.js","cache":"HIT"},"startTime":1776939678887,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47454,"timestamp":512233381,"id":1053,"parentId":1017,"tags":{"name":"static/chunks/app/api/git/diff/route-2c41df7c87e76acb.js","cache":"HIT"},"startTime":1776939678887,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47450,"timestamp":512233386,"id":1054,"parentId":1017,"tags":{"name":"static/chunks/app/api/git/discard/route-0316b74080c89913.js","cache":"HIT"},"startTime":1776939678887,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47447,"timestamp":512233391,"id":1055,"parentId":1017,"tags":{"name":"static/chunks/app/api/git/stage/route-90389eef566f7d42.js","cache":"HIT"},"startTime":1776939678887,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47443,"timestamp":512233397,"id":1056,"parentId":1017,"tags":{"name":"static/chunks/app/api/git/status/route-bc0230ea1be02356.js","cache":"HIT"},"startTime":1776939678887,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47439,"timestamp":512233403,"id":1057,"parentId":1017,"tags":{"name":"static/chunks/app/api/git/unstage/route-f28fa6fe2c218f53.js","cache":"HIT"},"startTime":1776939678887,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47435,"timestamp":512233408,"id":1058,"parentId":1017,"tags":{"name":"static/chunks/app/api/git/worktree/route-386e10deb3d78a76.js","cache":"HIT"},"startTime":1776939678887,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47431,"timestamp":512233413,"id":1059,"parentId":1017,"tags":{"name":"static/chunks/app/api/global-state/route-6f6e0e24cac7a671.js","cache":"HIT"},"startTime":1776939678887,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47428,"timestamp":512233418,"id":1060,"parentId":1017,"tags":{"name":"static/chunks/app/api/jupyter/load/route-00a30fee48aede32.js","cache":"HIT"},"startTime":1776939678887,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47424,"timestamp":512233424,"id":1061,"parentId":1017,"tags":{"name":"static/chunks/app/api/jupyter/save/route-3f35b1632748332d.js","cache":"HIT"},"startTime":1776939678887,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47420,"timestamp":512233429,"id":1062,"parentId":1017,"tags":{"name":"static/chunks/app/api/jupyter/shutdown/route-678e8203bffe8d47.js","cache":"HIT"},"startTime":1776939678887,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47417,"timestamp":512233434,"id":1063,"parentId":1017,"tags":{"name":"static/chunks/app/api/lsp/definition/route-bae546f22cbe4830.js","cache":"HIT"},"startTime":1776939678887,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47413,"timestamp":512233440,"id":1064,"parentId":1017,"tags":{"name":"static/chunks/app/api/lsp/hover/route-e5fce261a01c9645.js","cache":"HIT"},"startTime":1776939678887,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47409,"timestamp":512233445,"id":1065,"parentId":1017,"tags":{"name":"static/chunks/app/api/lsp/references/route-84ac97055af8a5e4.js","cache":"HIT"},"startTime":1776939678887,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47405,"timestamp":512233450,"id":1066,"parentId":1017,"tags":{"name":"static/chunks/app/api/lsp/status/route-67a1873817362eac.js","cache":"HIT"},"startTime":1776939678887,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47402,"timestamp":512233455,"id":1067,"parentId":1017,"tags":{"name":"static/chunks/app/api/lsp/warmup/route-05ae8887b9db9145.js","cache":"HIT"},"startTime":1776939678887,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47398,"timestamp":512233460,"id":1068,"parentId":1017,"tags":{"name":"static/chunks/app/api/mysql/columns/route-01c66374674f2319.js","cache":"HIT"},"startTime":1776939678887,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47395,"timestamp":512233465,"id":1069,"parentId":1017,"tags":{"name":"static/chunks/app/api/mysql/connect/route-ec075b491d961208.js","cache":"HIT"},"startTime":1776939678887,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47391,"timestamp":512233470,"id":1070,"parentId":1017,"tags":{"name":"static/chunks/app/api/mysql/disconnect/route-854b2df214c1f5ae.js","cache":"HIT"},"startTime":1776939678887,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47386,"timestamp":512233477,"id":1071,"parentId":1017,"tags":{"name":"static/chunks/app/api/mysql/export/route-11c3782c34ceae70.js","cache":"HIT"},"startTime":1776939678887,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47383,"timestamp":512233482,"id":1072,"parentId":1017,"tags":{"name":"static/chunks/app/api/mysql/query/route-49e9f97fa8c3b137.js","cache":"HIT"},"startTime":1776939678887,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47379,"timestamp":512233487,"id":1073,"parentId":1017,"tags":{"name":"static/chunks/app/api/mysql/schemas/route-27a8692b6308b3d5.js","cache":"HIT"},"startTime":1776939678887,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47374,"timestamp":512233493,"id":1074,"parentId":1017,"tags":{"name":"static/chunks/app/api/neo4j/connect/route-82c1770a34356e02.js","cache":"HIT"},"startTime":1776939678887,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47370,"timestamp":512233498,"id":1075,"parentId":1017,"tags":{"name":"static/chunks/app/api/neo4j/disconnect/route-385603ed5562b17a.js","cache":"HIT"},"startTime":1776939678887,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47366,"timestamp":512233503,"id":1076,"parentId":1017,"tags":{"name":"static/chunks/app/api/neo4j/query/route-f9821fa1d3acef26.js","cache":"HIT"},"startTime":1776939678887,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47363,"timestamp":512233508,"id":1077,"parentId":1017,"tags":{"name":"static/chunks/app/api/neo4j/schema/route-8be3e0d254716ff1.js","cache":"HIT"},"startTime":1776939678887,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47359,"timestamp":512233514,"id":1078,"parentId":1017,"tags":{"name":"static/chunks/app/api/open-cursor/route-c239b67b10f1e6ac.js","cache":"HIT"},"startTime":1776939678887,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47356,"timestamp":512233518,"id":1079,"parentId":1017,"tags":{"name":"static/chunks/app/api/open-vscode/route-7782955de34e4600.js","cache":"HIT"},"startTime":1776939678887,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47352,"timestamp":512233523,"id":1080,"parentId":1017,"tags":{"name":"static/chunks/app/api/pick-folder/route-006167d7861574b3.js","cache":"HIT"},"startTime":1776939678887,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47344,"timestamp":512233533,"id":1081,"parentId":1017,"tags":{"name":"static/chunks/app/api/pinned-sessions/route-849060b8fa811fb4.js","cache":"HIT"},"startTime":1776939678887,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47340,"timestamp":512233538,"id":1082,"parentId":1017,"tags":{"name":"static/chunks/app/api/project-state/route-9b9f70f70fc5d1a0.js","cache":"HIT"},"startTime":1776939678887,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47336,"timestamp":512233544,"id":1083,"parentId":1017,"tags":{"name":"static/chunks/app/api/redis/command/route-cbc4fc5d8b8cd166.js","cache":"HIT"},"startTime":1776939678887,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47333,"timestamp":512233549,"id":1084,"parentId":1017,"tags":{"name":"static/chunks/app/api/redis/connect/route-8de4cf324116aaf5.js","cache":"HIT"},"startTime":1776939678887,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47329,"timestamp":512233554,"id":1085,"parentId":1017,"tags":{"name":"static/chunks/app/api/redis/delete/route-c79441bfc5ec4082.js","cache":"HIT"},"startTime":1776939678887,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47326,"timestamp":512233559,"id":1086,"parentId":1017,"tags":{"name":"static/chunks/app/api/redis/disconnect/route-4a3047162680ef85.js","cache":"HIT"},"startTime":1776939678887,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47322,"timestamp":512233564,"id":1087,"parentId":1017,"tags":{"name":"static/chunks/app/api/redis/get/route-cbeda4d74978ff4c.js","cache":"HIT"},"startTime":1776939678887,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47319,"timestamp":512233569,"id":1088,"parentId":1017,"tags":{"name":"static/chunks/app/api/redis/keys/route-b72c981ae24e7da8.js","cache":"HIT"},"startTime":1776939678887,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47316,"timestamp":512233574,"id":1089,"parentId":1017,"tags":{"name":"static/chunks/app/api/redis/set/route-3a095133c9461e87.js","cache":"HIT"},"startTime":1776939678887,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47312,"timestamp":512233579,"id":1090,"parentId":1017,"tags":{"name":"static/chunks/app/api/review/[id]/comments/route-7eaa5944adfe50af.js","cache":"HIT"},"startTime":1776939678887,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47308,"timestamp":512233584,"id":1091,"parentId":1017,"tags":{"name":"static/chunks/app/api/review/[id]/replies/route-45f6686a5dffffb9.js","cache":"HIT"},"startTime":1776939678887,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47304,"timestamp":512233590,"id":1092,"parentId":1017,"tags":{"name":"static/chunks/app/api/review/[id]/route-82010df2fc1ee632.js","cache":"HIT"},"startTime":1776939678887,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47301,"timestamp":512233595,"id":1093,"parentId":1017,"tags":{"name":"static/chunks/app/api/review/identify/route-3c47e54adc19df58.js","cache":"HIT"},"startTime":1776939678887,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47297,"timestamp":512233599,"id":1094,"parentId":1017,"tags":{"name":"static/chunks/app/api/review/order/route-d4a999f81025c779.js","cache":"HIT"},"startTime":1776939678887,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47294,"timestamp":512233604,"id":1095,"parentId":1017,"tags":{"name":"static/chunks/app/api/review/route-0d608c205c6d68c4.js","cache":"HIT"},"startTime":1776939678887,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47291,"timestamp":512233609,"id":1096,"parentId":1017,"tags":{"name":"static/chunks/app/api/review/share-info/route-f5ff59630f9848ae.js","cache":"HIT"},"startTime":1776939678887,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47286,"timestamp":512233616,"id":1097,"parentId":1017,"tags":{"name":"static/chunks/app/api/review/users/route-b014b8ec6e4c9e87.js","cache":"HIT"},"startTime":1776939678887,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47283,"timestamp":512233621,"id":1098,"parentId":1017,"tags":{"name":"static/chunks/app/api/services/config/route-721acfacc8c139cd.js","cache":"HIT"},"startTime":1776939678887,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47279,"timestamp":512233626,"id":1099,"parentId":1017,"tags":{"name":"static/chunks/app/api/services/scripts/route-3d81e020f47bed20.js","cache":"HIT"},"startTime":1776939678887,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47276,"timestamp":512233631,"id":1100,"parentId":1017,"tags":{"name":"static/chunks/app/api/settings/route-78d17c4bfea2b29a.js","cache":"HIT"},"startTime":1776939678887,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47272,"timestamp":512233636,"id":1101,"parentId":1017,"tags":{"name":"static/chunks/app/api/version/route-0bf5492e529f4b4b.js","cache":"HIT"},"startTime":1776939678887,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47269,"timestamp":512233641,"id":1102,"parentId":1017,"tags":{"name":"static/chunks/app/manifest.webmanifest/route-1c538cf8511bee9b.js","cache":"HIT"},"startTime":1776939678887,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47266,"timestamp":512233646,"id":1103,"parentId":1017,"tags":{"name":"static/chunks/app/api/bash/route-c3eed81e2e1342d2.js","cache":"HIT"},"startTime":1776939678887,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47262,"timestamp":512233652,"id":1104,"parentId":1017,"tags":{"name":"static/chunks/app/api/chat/ollama/route-7f91766874d762bd.js","cache":"HIT"},"startTime":1776939678887,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47259,"timestamp":512233657,"id":1105,"parentId":1017,"tags":{"name":"static/chunks/app/api/commands/route-93daf54692ae0707.js","cache":"HIT"},"startTime":1776939678887,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47255,"timestamp":512233662,"id":1106,"parentId":1017,"tags":{"name":"static/chunks/app/api/claude-stats/route-567e37f65d4f4920.js","cache":"HIT"},"startTime":1776939678887,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47252,"timestamp":512233667,"id":1107,"parentId":1017,"tags":{"name":"static/chunks/app/api/chat/kimi/route-72aa6e48bacd4358.js","cache":"HIT"},"startTime":1776939678887,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47248,"timestamp":512233672,"id":1108,"parentId":1017,"tags":{"name":"static/chunks/app/api/chat/codex/route-92feabc50ee063d1.js","cache":"HIT"},"startTime":1776939678887,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47245,"timestamp":512233677,"id":1109,"parentId":1017,"tags":{"name":"static/chunks/app/api/files/blame/route-b07d8cf77be2ae1b.js","cache":"HIT"},"startTime":1776939678887,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47242,"timestamp":512233682,"id":1110,"parentId":1017,"tags":{"name":"static/chunks/app/api/files/search/route-7dc7c6af32c35cf2.js","cache":"HIT"},"startTime":1776939678887,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47238,"timestamp":512233687,"id":1111,"parentId":1017,"tags":{"name":"static/chunks/app/api/ollama/models/route-af12ec5c9d8d17d4.js","cache":"HIT"},"startTime":1776939678887,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47235,"timestamp":512233692,"id":1112,"parentId":1017,"tags":{"name":"static/chunks/app/api/note/route-09bb1102450b1a27.js","cache":"HIT"},"startTime":1776939678887,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47232,"timestamp":512233697,"id":1113,"parentId":1017,"tags":{"name":"static/chunks/app/api/ollama/start/route-8adeea838213bcb7.js","cache":"HIT"},"startTime":1776939678887,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47229,"timestamp":512233702,"id":1114,"parentId":1017,"tags":{"name":"static/chunks/app/api/project-settings/route-18b9adc0f9dab520.js","cache":"HIT"},"startTime":1776939678887,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47226,"timestamp":512233707,"id":1115,"parentId":1017,"tags":{"name":"static/chunks/app/api/projects/route-2137f4c64e5e745e.js","cache":"HIT"},"startTime":1776939678887,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47222,"timestamp":512233712,"id":1116,"parentId":1017,"tags":{"name":"static/chunks/app/api/session/[sessionId]/fork/route-52f1a481a39d9104.js","cache":"HIT"},"startTime":1776939678887,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47218,"timestamp":512233718,"id":1117,"parentId":1017,"tags":{"name":"static/chunks/app/api/scheduled-tasks/route-01af1b111108d767.js","cache":"HIT"},"startTime":1776939678887,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47214,"timestamp":512233723,"id":1118,"parentId":1017,"tags":{"name":"static/chunks/app/api/session/[sessionId]/history/route-1c9c76e957d75ba9.js","cache":"HIT"},"startTime":1776939678887,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47211,"timestamp":512233728,"id":1119,"parentId":1017,"tags":{"name":"static/chunks/app/api/sessions/projects/[encodedPath]/route-ff4c25ec1e94d5e4.js","cache":"HIT"},"startTime":1776939678887,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47207,"timestamp":512233734,"id":1120,"parentId":1017,"tags":{"name":"static/chunks/app/api/sessions/projects/route-08433b9499d91a6a.js","cache":"HIT"},"startTime":1776939678887,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47203,"timestamp":512233739,"id":1121,"parentId":1017,"tags":{"name":"static/chunks/app/api/skills/content/route-73c44a9e0c844200.js","cache":"HIT"},"startTime":1776939678887,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47199,"timestamp":512233745,"id":1122,"parentId":1017,"tags":{"name":"static/chunks/app/api/skills/[id]/route-d5f93e381aaa8407.js","cache":"HIT"},"startTime":1776939678887,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47196,"timestamp":512233749,"id":1123,"parentId":1017,"tags":{"name":"static/chunks/app/api/terminal/aliases/route-1c3c1e24ad89ddba.js","cache":"HIT"},"startTime":1776939678887,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47193,"timestamp":512233754,"id":1124,"parentId":1017,"tags":{"name":"static/chunks/app/api/skills/route-ce7c1066c80762ff.js","cache":"HIT"},"startTime":1776939678887,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47189,"timestamp":512233760,"id":1125,"parentId":1017,"tags":{"name":"static/chunks/app/api/terminal/autocomplete/route-7cb0712f2b4b9657.js","cache":"HIT"},"startTime":1776939678887,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47186,"timestamp":512233765,"id":1126,"parentId":1017,"tags":{"name":"static/chunks/app/api/sessions/route-e0517794ccb18296.js","cache":"HIT"},"startTime":1776939678887,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47182,"timestamp":512233770,"id":1127,"parentId":1017,"tags":{"name":"static/chunks/app/api/terminal/env/route-21f568bdd870330b.js","cache":"HIT"},"startTime":1776939678887,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47178,"timestamp":512233775,"id":1128,"parentId":1017,"tags":{"name":"static/chunks/app/api/terminal/bubble-order/route-610a5a8d5e696751.js","cache":"HIT"},"startTime":1776939678887,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47175,"timestamp":512233781,"id":1129,"parentId":1017,"tags":{"name":"static/chunks/app/api/session-by-path/route-eb6c30e3bd902220.js","cache":"HIT"},"startTime":1776939678887,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47171,"timestamp":512233786,"id":1130,"parentId":1017,"tags":{"name":"static/chunks/app/api/terminal/history/route-9678eb1f25e75ad4.js","cache":"HIT"},"startTime":1776939678887,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47168,"timestamp":512233790,"id":1131,"parentId":1017,"tags":{"name":"static/chunks/app/page-7a7a836baf8a0ed2.js","cache":"HIT"},"startTime":1776939678887,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":14207,"timestamp":512266753,"id":1133,"parentId":1017,"tags":{"name":"static/chunks/app/review/[id]/page-6b785d5cb667b67a.js","cache":"HIT"},"startTime":1776939678920,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":14141,"timestamp":512266822,"id":1134,"parentId":1017,"tags":{"name":"static/chunks/webpack-ea5745a84eeccb78.js","cache":"HIT"},"startTime":1776939678920,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":14136,"timestamp":512266830,"id":1135,"parentId":1017,"tags":{"name":"static/chunks/8776.cf5f8a8d237591ae.js","cache":"HIT"},"startTime":1776939678920,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":14130,"timestamp":512266837,"id":1136,"parentId":1017,"tags":{"name":"static/chunks/9302.e7c3a924fe475a0d.js","cache":"HIT"},"startTime":1776939678920,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":14126,"timestamp":512266843,"id":1137,"parentId":1017,"tags":{"name":"static/chunks/8773.7c862d554fa9752c.js","cache":"HIT"},"startTime":1776939678920,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":14122,"timestamp":512266849,"id":1138,"parentId":1017,"tags":{"name":"static/chunks/36.aad6469b2cce66e8.js","cache":"HIT"},"startTime":1776939678920,"traceId":"08253691ab17f82f"}]
|
|
7
|
+
[{"name":"minify-js","duration":14119,"timestamp":512266854,"id":1139,"parentId":1017,"tags":{"name":"static/chunks/5575.e098244f80a816dc.js","cache":"HIT"},"startTime":1776939678920,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":14114,"timestamp":512266860,"id":1140,"parentId":1017,"tags":{"name":"static/chunks/3175.7d6a7252ca08164f.js","cache":"HIT"},"startTime":1776939678920,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":14111,"timestamp":512266865,"id":1141,"parentId":1017,"tags":{"name":"static/chunks/3186.fa075f8da2b5a168.js","cache":"HIT"},"startTime":1776939678920,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":14107,"timestamp":512266870,"id":1142,"parentId":1017,"tags":{"name":"static/chunks/2765.e82705b4c08d2395.js","cache":"HIT"},"startTime":1776939678920,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":14104,"timestamp":512266876,"id":1143,"parentId":1017,"tags":{"name":"static/chunks/7455.927d4aeb073e8bcc.js","cache":"HIT"},"startTime":1776939678920,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":14100,"timestamp":512266881,"id":1144,"parentId":1017,"tags":{"name":"static/chunks/4174.9a0b706f63ff2110.js","cache":"HIT"},"startTime":1776939678920,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":14097,"timestamp":512266887,"id":1145,"parentId":1017,"tags":{"name":"static/chunks/9178.044a37e7499f7aba.js","cache":"HIT"},"startTime":1776939678920,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":14094,"timestamp":512266892,"id":1146,"parentId":1017,"tags":{"name":"static/chunks/3313.08d96ec96eac6b39.js","cache":"HIT"},"startTime":1776939678920,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":14091,"timestamp":512266897,"id":1147,"parentId":1017,"tags":{"name":"static/chunks/8318.11064c98cff59d11.js","cache":"HIT"},"startTime":1776939678920,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":14087,"timestamp":512266902,"id":1148,"parentId":1017,"tags":{"name":"static/chunks/7846.c3f4bb2ef96e0889.js","cache":"HIT"},"startTime":1776939678920,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":14084,"timestamp":512266907,"id":1149,"parentId":1017,"tags":{"name":"static/chunks/6686.e010f18dafd96ce3.js","cache":"HIT"},"startTime":1776939678920,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":14081,"timestamp":512266912,"id":1150,"parentId":1017,"tags":{"name":"static/chunks/4900.2982169aa23d9cae.js","cache":"HIT"},"startTime":1776939678920,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":14077,"timestamp":512266918,"id":1151,"parentId":1017,"tags":{"name":"static/chunks/2747.1fa40829b7fc61ed.js","cache":"HIT"},"startTime":1776939678920,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":14074,"timestamp":512266923,"id":1152,"parentId":1017,"tags":{"name":"static/chunks/3290.9ce9507152d8775e.js","cache":"HIT"},"startTime":1776939678920,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":14071,"timestamp":512266928,"id":1153,"parentId":1017,"tags":{"name":"static/chunks/8496.c237be43ffc724ae.js","cache":"HIT"},"startTime":1776939678920,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":14091,"timestamp":512266933,"id":1154,"parentId":1017,"tags":{"name":"static/chunks/5331.b520c9ecb308554b.js","cache":"HIT"},"startTime":1776939678920,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":14088,"timestamp":512266938,"id":1155,"parentId":1017,"tags":{"name":"static/chunks/5937.b7d1dfffd1eb2f8d.js","cache":"HIT"},"startTime":1776939678920,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":14085,"timestamp":512266943,"id":1156,"parentId":1017,"tags":{"name":"static/chunks/8406.851a3e1ca052fca5.js","cache":"HIT"},"startTime":1776939678920,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":14082,"timestamp":512266949,"id":1157,"parentId":1017,"tags":{"name":"static/chunks/5005.89f20c77b8fdc4bf.js","cache":"HIT"},"startTime":1776939678920,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":14075,"timestamp":512266958,"id":1158,"parentId":1017,"tags":{"name":"static/chunks/4608.2fc44d984192af90.js","cache":"HIT"},"startTime":1776939678920,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":14072,"timestamp":512266963,"id":1159,"parentId":1017,"tags":{"name":"static/chunks/8192.cee5fe6896cd2428.js","cache":"HIT"},"startTime":1776939678920,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":14069,"timestamp":512266968,"id":1160,"parentId":1017,"tags":{"name":"static/chunks/7113.27c27f3535799f74.js","cache":"HIT"},"startTime":1776939678920,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":14065,"timestamp":512266974,"id":1161,"parentId":1017,"tags":{"name":"static/chunks/4242.744a93febd68428e.js","cache":"HIT"},"startTime":1776939678920,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":14063,"timestamp":512266979,"id":1162,"parentId":1017,"tags":{"name":"static/chunks/4367.ccd453ca4f3be9e9.js","cache":"HIT"},"startTime":1776939678920,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":14058,"timestamp":512266987,"id":1163,"parentId":1017,"tags":{"name":"static/chunks/5183.869a777619228249.js","cache":"HIT"},"startTime":1776939678920,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":14055,"timestamp":512266992,"id":1164,"parentId":1017,"tags":{"name":"static/chunks/6959.26122ff5d0290050.js","cache":"HIT"},"startTime":1776939678920,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":14052,"timestamp":512266997,"id":1165,"parentId":1017,"tags":{"name":"static/chunks/5482.a2bf161a92d1587d.js","cache":"HIT"},"startTime":1776939678920,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":14025,"timestamp":512267027,"id":1166,"parentId":1017,"tags":{"name":"static/chunks/5498.de095dd856c6f75e.js","cache":"HIT"},"startTime":1776939678920,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":14018,"timestamp":512267035,"id":1167,"parentId":1017,"tags":{"name":"static/chunks/1188.fd2b7cde27d7da4b.js","cache":"HIT"},"startTime":1776939678920,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":14004,"timestamp":512267052,"id":1168,"parentId":1017,"tags":{"name":"static/chunks/2403.6b3f9e8698bf162a.js","cache":"HIT"},"startTime":1776939678920,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":14000,"timestamp":512267058,"id":1169,"parentId":1017,"tags":{"name":"static/chunks/6647.1f700d3541458519.js","cache":"HIT"},"startTime":1776939678920,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13997,"timestamp":512267063,"id":1170,"parentId":1017,"tags":{"name":"static/chunks/3787.41899be7825207af.js","cache":"HIT"},"startTime":1776939678920,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13993,"timestamp":512267069,"id":1171,"parentId":1017,"tags":{"name":"static/chunks/5920.648913c3d7c4ad46.js","cache":"HIT"},"startTime":1776939678920,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13990,"timestamp":512267074,"id":1172,"parentId":1017,"tags":{"name":"static/chunks/6110.98c96432e0f6c8e7.js","cache":"HIT"},"startTime":1776939678920,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13986,"timestamp":512267080,"id":1173,"parentId":1017,"tags":{"name":"static/chunks/1413.f57623563e2c98b8.js","cache":"HIT"},"startTime":1776939678920,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13983,"timestamp":512267085,"id":1174,"parentId":1017,"tags":{"name":"static/chunks/9261.00e5964190d6eabc.js","cache":"HIT"},"startTime":1776939678920,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13980,"timestamp":512267090,"id":1175,"parentId":1017,"tags":{"name":"static/chunks/3782.a86ade822cebe717.js","cache":"HIT"},"startTime":1776939678920,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13976,"timestamp":512267096,"id":1176,"parentId":1017,"tags":{"name":"static/chunks/6331.1b937b7a6059bc5c.js","cache":"HIT"},"startTime":1776939678920,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13973,"timestamp":512267101,"id":1177,"parentId":1017,"tags":{"name":"static/chunks/5338.19028973f057003c.js","cache":"HIT"},"startTime":1776939678920,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13969,"timestamp":512267107,"id":1178,"parentId":1017,"tags":{"name":"static/chunks/4350.7b37efca425923a9.js","cache":"HIT"},"startTime":1776939678920,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13966,"timestamp":512267112,"id":1179,"parentId":1017,"tags":{"name":"static/chunks/9015.0fb4988a353cf1fb.js","cache":"HIT"},"startTime":1776939678920,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13963,"timestamp":512267117,"id":1180,"parentId":1017,"tags":{"name":"static/chunks/3288.e0e95479f8e144f2.js","cache":"HIT"},"startTime":1776939678920,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13959,"timestamp":512267123,"id":1181,"parentId":1017,"tags":{"name":"static/chunks/1932.465d83a4033e634d.js","cache":"HIT"},"startTime":1776939678920,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13956,"timestamp":512267128,"id":1182,"parentId":1017,"tags":{"name":"static/chunks/7819.632d6ca73d39b6d1.js","cache":"HIT"},"startTime":1776939678920,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13952,"timestamp":512267134,"id":1183,"parentId":1017,"tags":{"name":"static/chunks/2614.1fb6a3f66c124fa1.js","cache":"HIT"},"startTime":1776939678920,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13949,"timestamp":512267140,"id":1184,"parentId":1017,"tags":{"name":"static/chunks/2783.74fc40454900cc92.js","cache":"HIT"},"startTime":1776939678920,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13946,"timestamp":512267145,"id":1185,"parentId":1017,"tags":{"name":"static/chunks/4829.44502220b0129e28.js","cache":"HIT"},"startTime":1776939678920,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13943,"timestamp":512267150,"id":1186,"parentId":1017,"tags":{"name":"static/chunks/425.94eff8cea862bac5.js","cache":"HIT"},"startTime":1776939678920,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13939,"timestamp":512267156,"id":1187,"parentId":1017,"tags":{"name":"static/chunks/7844.6698481a000216e5.js","cache":"HIT"},"startTime":1776939678920,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13936,"timestamp":512267161,"id":1188,"parentId":1017,"tags":{"name":"static/chunks/698.d958b4f426e473ab.js","cache":"HIT"},"startTime":1776939678920,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13932,"timestamp":512267166,"id":1189,"parentId":1017,"tags":{"name":"static/chunks/4583.6f32653e4820000f.js","cache":"HIT"},"startTime":1776939678920,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13929,"timestamp":512267171,"id":1190,"parentId":1017,"tags":{"name":"static/chunks/1198.66512d0e6d281760.js","cache":"HIT"},"startTime":1776939678920,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13926,"timestamp":512267176,"id":1191,"parentId":1017,"tags":{"name":"static/chunks/4678.1c977c388f4335b0.js","cache":"HIT"},"startTime":1776939678920,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13923,"timestamp":512267181,"id":1192,"parentId":1017,"tags":{"name":"static/chunks/2964.92c42112254b5d4d.js","cache":"HIT"},"startTime":1776939678920,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13920,"timestamp":512267186,"id":1193,"parentId":1017,"tags":{"name":"static/chunks/2349.4c631f92ea7c9a72.js","cache":"HIT"},"startTime":1776939678920,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13917,"timestamp":512267191,"id":1194,"parentId":1017,"tags":{"name":"static/chunks/6293.3d99e4edff97ce19.js","cache":"HIT"},"startTime":1776939678920,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13914,"timestamp":512267196,"id":1195,"parentId":1017,"tags":{"name":"static/chunks/5061.da628e2cc88d329a.js","cache":"HIT"},"startTime":1776939678920,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13911,"timestamp":512267201,"id":1196,"parentId":1017,"tags":{"name":"static/chunks/4823.be44845afc184ec5.js","cache":"HIT"},"startTime":1776939678920,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13903,"timestamp":512267210,"id":1197,"parentId":1017,"tags":{"name":"static/chunks/2501.a452e442d158f3f0.js","cache":"HIT"},"startTime":1776939678920,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13900,"timestamp":512267215,"id":1198,"parentId":1017,"tags":{"name":"static/chunks/8670.da1bd5795c37383d.js","cache":"HIT"},"startTime":1776939678920,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13897,"timestamp":512267220,"id":1199,"parentId":1017,"tags":{"name":"static/chunks/4223.987b031dc1751ff3.js","cache":"HIT"},"startTime":1776939678920,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13894,"timestamp":512267225,"id":1200,"parentId":1017,"tags":{"name":"static/chunks/7977.609af35d9daf6cea.js","cache":"HIT"},"startTime":1776939678920,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13892,"timestamp":512267230,"id":1201,"parentId":1017,"tags":{"name":"static/chunks/2031.6051672457ef48f4.js","cache":"HIT"},"startTime":1776939678920,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13889,"timestamp":512267235,"id":1202,"parentId":1017,"tags":{"name":"static/chunks/8457.febf638b91e4a542.js","cache":"HIT"},"startTime":1776939678920,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13885,"timestamp":512267241,"id":1203,"parentId":1017,"tags":{"name":"static/chunks/2041.bac4409c50e7b498.js","cache":"HIT"},"startTime":1776939678920,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13882,"timestamp":512267246,"id":1204,"parentId":1017,"tags":{"name":"static/chunks/3194.8353563a594a9666.js","cache":"HIT"},"startTime":1776939678920,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13879,"timestamp":512267251,"id":1205,"parentId":1017,"tags":{"name":"static/chunks/2895.3c7c19bbbf4f6158.js","cache":"HIT"},"startTime":1776939678920,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13876,"timestamp":512267256,"id":1206,"parentId":1017,"tags":{"name":"static/chunks/640.4f1665b61ecb00c9.js","cache":"HIT"},"startTime":1776939678920,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13873,"timestamp":512267260,"id":1207,"parentId":1017,"tags":{"name":"static/chunks/9186.9a43d3853430f495.js","cache":"HIT"},"startTime":1776939678920,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13870,"timestamp":512267266,"id":1208,"parentId":1017,"tags":{"name":"static/chunks/6887.f23e10f1d4aae979.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13867,"timestamp":512267271,"id":1209,"parentId":1017,"tags":{"name":"static/chunks/9448.98915a3e831dd4b3.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13864,"timestamp":512267276,"id":1210,"parentId":1017,"tags":{"name":"static/chunks/9690.9a9cc05a2f1a7473.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13861,"timestamp":512267281,"id":1211,"parentId":1017,"tags":{"name":"static/chunks/4553.d23e2eaa905033c2.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13858,"timestamp":512267285,"id":1212,"parentId":1017,"tags":{"name":"static/chunks/1248.032d3aa3d1b6dc8b.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13855,"timestamp":512267290,"id":1213,"parentId":1017,"tags":{"name":"static/chunks/9189.155e8b97d6d08a7a.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13853,"timestamp":512267295,"id":1214,"parentId":1017,"tags":{"name":"static/chunks/400.2bf206f4fafee390.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13850,"timestamp":512267299,"id":1215,"parentId":1017,"tags":{"name":"static/chunks/3437.c8d37b1dcea09a48.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13847,"timestamp":512267304,"id":1216,"parentId":1017,"tags":{"name":"static/chunks/2735.89be64531b13eda5.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13844,"timestamp":512267310,"id":1217,"parentId":1017,"tags":{"name":"static/chunks/1335.338eb18c1f849748.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13840,"timestamp":512267315,"id":1218,"parentId":1017,"tags":{"name":"static/chunks/1215.34498eb4e3a8464f.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13837,"timestamp":512267320,"id":1219,"parentId":1017,"tags":{"name":"static/chunks/2374.95263727c9bf88e8.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13834,"timestamp":512267325,"id":1220,"parentId":1017,"tags":{"name":"static/chunks/9421.ec796638d1371dd5.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13831,"timestamp":512267330,"id":1221,"parentId":1017,"tags":{"name":"static/chunks/10.a86dd33ee260874a.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13828,"timestamp":512267335,"id":1222,"parentId":1017,"tags":{"name":"static/chunks/3476.c0d3fca16c2a0b1f.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13826,"timestamp":512267339,"id":1223,"parentId":1017,"tags":{"name":"static/chunks/1656.e7a467524bb9ef0b.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13815,"timestamp":512267352,"id":1224,"parentId":1017,"tags":{"name":"static/chunks/8243.486a6dc7a56913b5.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13813,"timestamp":512267357,"id":1225,"parentId":1017,"tags":{"name":"static/chunks/816.070dd0b3c7eca472.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13810,"timestamp":512267362,"id":1226,"parentId":1017,"tags":{"name":"static/chunks/376.513c7b4ab5d24670.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13808,"timestamp":512267367,"id":1227,"parentId":1017,"tags":{"name":"static/chunks/6938.5b5b9c0e67de5779.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13805,"timestamp":512267372,"id":1228,"parentId":1017,"tags":{"name":"static/chunks/794.874bd281a91eb0be.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13802,"timestamp":512267377,"id":1229,"parentId":1017,"tags":{"name":"static/chunks/4309.83e97fd358c568f0.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13799,"timestamp":512267381,"id":1230,"parentId":1017,"tags":{"name":"static/chunks/6931.5563a247425ff795.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13797,"timestamp":512267386,"id":1231,"parentId":1017,"tags":{"name":"static/chunks/3392.c3f28c00258237d2.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13792,"timestamp":512267393,"id":1232,"parentId":1017,"tags":{"name":"static/chunks/6402.8802184b078cd227.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13760,"timestamp":512267427,"id":1233,"parentId":1017,"tags":{"name":"static/chunks/4053.913f2710e0bc99ce.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13757,"timestamp":512267432,"id":1234,"parentId":1017,"tags":{"name":"static/chunks/3860.100e28e5c0d7dfac.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13754,"timestamp":512267437,"id":1235,"parentId":1017,"tags":{"name":"static/chunks/4650.eac8c19d2babfb0f.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13751,"timestamp":512267442,"id":1236,"parentId":1017,"tags":{"name":"static/chunks/1453.3995fc5da405ff2e.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13746,"timestamp":512267448,"id":1237,"parentId":1017,"tags":{"name":"static/chunks/8132.0babe138cc7888fd.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13742,"timestamp":512267454,"id":1238,"parentId":1017,"tags":{"name":"static/chunks/4634.cb548b29744b8af6.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13739,"timestamp":512267459,"id":1239,"parentId":1017,"tags":{"name":"static/chunks/6339.acbf22062261fbb2.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"}]
|
|
8
|
+
[{"name":"minify-js","duration":13736,"timestamp":512267464,"id":1240,"parentId":1017,"tags":{"name":"static/chunks/5968.8e4a2aa9d4ae16b1.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13733,"timestamp":512267470,"id":1241,"parentId":1017,"tags":{"name":"static/chunks/6572.c68fa9dd48e855fe.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13730,"timestamp":512267475,"id":1242,"parentId":1017,"tags":{"name":"static/chunks/583.6913a3809b25245b.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13727,"timestamp":512267479,"id":1243,"parentId":1017,"tags":{"name":"static/chunks/2839.03c9cc023f78256e.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13727,"timestamp":512267484,"id":1244,"parentId":1017,"tags":{"name":"static/chunks/7227.19091b1b241ca45c.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13725,"timestamp":512267489,"id":1245,"parentId":1017,"tags":{"name":"static/chunks/1280.3fd7e094d6fae2cf.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13722,"timestamp":512267493,"id":1246,"parentId":1017,"tags":{"name":"static/chunks/5347.62bcbead35f1d7a9.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13719,"timestamp":512267498,"id":1247,"parentId":1017,"tags":{"name":"static/chunks/9220.e152797abf0e9997.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13716,"timestamp":512267503,"id":1248,"parentId":1017,"tags":{"name":"static/chunks/6741.528a6819251e1fbb.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13713,"timestamp":512267508,"id":1249,"parentId":1017,"tags":{"name":"static/chunks/5670.5d74796feda08276.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13711,"timestamp":512267513,"id":1250,"parentId":1017,"tags":{"name":"static/chunks/3873.9ad63ba235730e32.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13708,"timestamp":512267517,"id":1251,"parentId":1017,"tags":{"name":"static/chunks/3072.09eb6cd013d86327.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13705,"timestamp":512267522,"id":1252,"parentId":1017,"tags":{"name":"static/chunks/541.58a363bc4d46845e.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13702,"timestamp":512267527,"id":1253,"parentId":1017,"tags":{"name":"static/chunks/3304.f081fdc3ebdb5214.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13700,"timestamp":512267532,"id":1254,"parentId":1017,"tags":{"name":"static/chunks/5645.b5158a5d570c2de7.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13697,"timestamp":512267537,"id":1255,"parentId":1017,"tags":{"name":"static/chunks/1184.0c6560fbcff196ee.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13694,"timestamp":512267542,"id":1256,"parentId":1017,"tags":{"name":"static/chunks/6729.bbfd2a5324e6b598.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13691,"timestamp":512267547,"id":1257,"parentId":1017,"tags":{"name":"static/chunks/5690.a8e86ab0c10f736b.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13688,"timestamp":512267552,"id":1258,"parentId":1017,"tags":{"name":"static/chunks/9842.c9a9ef21e4ac986b.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13686,"timestamp":512267557,"id":1259,"parentId":1017,"tags":{"name":"static/chunks/1501.5ee5dbf184d74701.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13683,"timestamp":512267562,"id":1260,"parentId":1017,"tags":{"name":"static/chunks/194.f167337f50225ab9.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13681,"timestamp":512267566,"id":1261,"parentId":1017,"tags":{"name":"static/chunks/4567.e27e45377d78a71b.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13677,"timestamp":512267571,"id":1262,"parentId":1017,"tags":{"name":"static/chunks/4540.31ea9b12cd7e8344.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13675,"timestamp":512267576,"id":1263,"parentId":1017,"tags":{"name":"static/chunks/6455.098e1cc52373590c.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13672,"timestamp":512267581,"id":1264,"parentId":1017,"tags":{"name":"static/chunks/5320.cd2763bfcaf21772.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13670,"timestamp":512267586,"id":1265,"parentId":1017,"tags":{"name":"static/chunks/2215.fb010eac3ba68a86.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13667,"timestamp":512267591,"id":1266,"parentId":1017,"tags":{"name":"static/chunks/7799.b690007167173ad9.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13664,"timestamp":512267595,"id":1267,"parentId":1017,"tags":{"name":"static/chunks/6099.82f989d646337ffb.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13662,"timestamp":512267600,"id":1268,"parentId":1017,"tags":{"name":"static/chunks/8288.07e29419e8cb668c.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13659,"timestamp":512267605,"id":1269,"parentId":1017,"tags":{"name":"static/chunks/6290.86719ce3def06011.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13657,"timestamp":512267610,"id":1270,"parentId":1017,"tags":{"name":"static/chunks/3419.90a9ee6da5ab98d0.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13655,"timestamp":512267615,"id":1271,"parentId":1017,"tags":{"name":"static/chunks/9547.c7ac1449da54e2db.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13652,"timestamp":512267620,"id":1272,"parentId":1017,"tags":{"name":"static/chunks/4474.c79873facc33ff21.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13649,"timestamp":512267624,"id":1273,"parentId":1017,"tags":{"name":"static/chunks/6948.2742954b7526015e.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13646,"timestamp":512267629,"id":1274,"parentId":1017,"tags":{"name":"static/chunks/968.e9fd828deab9a857.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13643,"timestamp":512267634,"id":1275,"parentId":1017,"tags":{"name":"static/chunks/7040.df96cbc5f67f15af.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13640,"timestamp":512267639,"id":1276,"parentId":1017,"tags":{"name":"static/chunks/6166.38c3e6fdcca544a2.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13637,"timestamp":512267644,"id":1277,"parentId":1017,"tags":{"name":"static/chunks/8947.a2be8b892f8eab46.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13634,"timestamp":512267648,"id":1278,"parentId":1017,"tags":{"name":"static/chunks/3324.b6ce7bc8c94d0c51.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13631,"timestamp":512267653,"id":1279,"parentId":1017,"tags":{"name":"static/chunks/3095.08c252b33c080013.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13628,"timestamp":512267659,"id":1280,"parentId":1017,"tags":{"name":"static/chunks/9240.29b05cb21993fdff.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13624,"timestamp":512267664,"id":1281,"parentId":1017,"tags":{"name":"static/chunks/9294.c729bda2dc817add.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13621,"timestamp":512267669,"id":1282,"parentId":1017,"tags":{"name":"static/chunks/7636.8d465c86f5b1bbc0.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13618,"timestamp":512267674,"id":1283,"parentId":1017,"tags":{"name":"static/chunks/327.718c9ac85228ae12.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13615,"timestamp":512267679,"id":1284,"parentId":1017,"tags":{"name":"static/chunks/34.65686560fc060e1a.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13612,"timestamp":512267684,"id":1285,"parentId":1017,"tags":{"name":"static/chunks/8545.27261f333ade1594.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13609,"timestamp":512267689,"id":1286,"parentId":1017,"tags":{"name":"static/chunks/5755.b75d06ce82454f5d.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13606,"timestamp":512267694,"id":1287,"parentId":1017,"tags":{"name":"static/chunks/9569.6625248cb07e86b9.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13602,"timestamp":512267700,"id":1288,"parentId":1017,"tags":{"name":"static/chunks/6580.a425ab3172508cfd.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13599,"timestamp":512267704,"id":1289,"parentId":1017,"tags":{"name":"static/chunks/893.24b32242375aa583.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13596,"timestamp":512267709,"id":1290,"parentId":1017,"tags":{"name":"static/chunks/3077.97a876b8ff637942.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13593,"timestamp":512267715,"id":1291,"parentId":1017,"tags":{"name":"static/chunks/6144.cb60f41cd1c3e425.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13590,"timestamp":512267719,"id":1292,"parentId":1017,"tags":{"name":"static/chunks/5712.ef87d30795895154.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13587,"timestamp":512267724,"id":1293,"parentId":1017,"tags":{"name":"static/chunks/5025.771ea1b83e146ecc.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13583,"timestamp":512267730,"id":1294,"parentId":1017,"tags":{"name":"static/chunks/3229.665a56ef5cc2fb77.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13580,"timestamp":512267734,"id":1295,"parentId":1017,"tags":{"name":"static/chunks/252.1045a3a17f099845.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13577,"timestamp":512267739,"id":1296,"parentId":1017,"tags":{"name":"static/chunks/4903.60b2e6ad9d06931f.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13574,"timestamp":512267744,"id":1297,"parentId":1017,"tags":{"name":"static/chunks/5997.c0b403b6f6466d46.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13572,"timestamp":512267749,"id":1298,"parentId":1017,"tags":{"name":"static/chunks/6412.f8577af421096e1a.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13569,"timestamp":512267754,"id":1299,"parentId":1017,"tags":{"name":"static/chunks/2062.972a9dc786249918.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13567,"timestamp":512267758,"id":1300,"parentId":1017,"tags":{"name":"static/chunks/2710.3737b7fa00fc4a91.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13564,"timestamp":512267763,"id":1301,"parentId":1017,"tags":{"name":"static/chunks/862.2de35e6961bba1df.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13560,"timestamp":512267769,"id":1302,"parentId":1017,"tags":{"name":"static/chunks/5728.82b5eaa7236aea2b.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13556,"timestamp":512267774,"id":1303,"parentId":1017,"tags":{"name":"static/chunks/123.300fc857bfd28b58.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13553,"timestamp":512267779,"id":1304,"parentId":1017,"tags":{"name":"static/chunks/8848.2bef6000462fa211.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13551,"timestamp":512267784,"id":1305,"parentId":1017,"tags":{"name":"static/chunks/1161.e4d2e7e2ee21f5c8.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13526,"timestamp":512267811,"id":1306,"parentId":1017,"tags":{"name":"static/chunks/6360.769ec8686592b773.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13518,"timestamp":512267821,"id":1307,"parentId":1017,"tags":{"name":"static/chunks/8113.a571b3948d99b27d.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13512,"timestamp":512267829,"id":1308,"parentId":1017,"tags":{"name":"static/chunks/9377.2b6ce9ce5c4b6552.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13505,"timestamp":512267837,"id":1309,"parentId":1017,"tags":{"name":"static/chunks/7142.f0df6c61f4112031.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13499,"timestamp":512267846,"id":1310,"parentId":1017,"tags":{"name":"static/chunks/3111.0bed64d54c385a0c.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13493,"timestamp":512267854,"id":1311,"parentId":1017,"tags":{"name":"static/chunks/9648.958476ee189c7f10.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13487,"timestamp":512267862,"id":1312,"parentId":1017,"tags":{"name":"static/chunks/1379.0cf87941b255b24a.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13480,"timestamp":512267871,"id":1313,"parentId":1017,"tags":{"name":"static/chunks/7152.d19e8fa8c5ac91c7.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13473,"timestamp":512267879,"id":1314,"parentId":1017,"tags":{"name":"static/chunks/8257.31ae7cc0f2495ba6.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13466,"timestamp":512267889,"id":1315,"parentId":1017,"tags":{"name":"static/chunks/1556.dd2bf649f5e3fd22.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13460,"timestamp":512267896,"id":1316,"parentId":1017,"tags":{"name":"static/chunks/8704.790865d348997fb8.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13454,"timestamp":512267904,"id":1317,"parentId":1017,"tags":{"name":"static/chunks/2728.360ef80320379626.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13448,"timestamp":512267912,"id":1318,"parentId":1017,"tags":{"name":"static/chunks/8432.5175a8782850ae87.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13442,"timestamp":512267920,"id":1319,"parentId":1017,"tags":{"name":"static/chunks/7610.e380843ed8747098.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13436,"timestamp":512267928,"id":1320,"parentId":1017,"tags":{"name":"static/chunks/2503.d0864abd598db60e.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13428,"timestamp":512267938,"id":1321,"parentId":1017,"tags":{"name":"static/chunks/6046.f47f2f671413d82c.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13422,"timestamp":512267946,"id":1322,"parentId":1017,"tags":{"name":"static/chunks/4080.2ee23eb31633457f.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13416,"timestamp":512267954,"id":1323,"parentId":1017,"tags":{"name":"static/chunks/7557.5fb5bcfacf631d2c.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13409,"timestamp":512267964,"id":1324,"parentId":1017,"tags":{"name":"static/chunks/830.e0b41f979c6c0e7b.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13402,"timestamp":512267972,"id":1325,"parentId":1017,"tags":{"name":"static/chunks/1142.a8057b652e574f3a.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13396,"timestamp":512267980,"id":1326,"parentId":1017,"tags":{"name":"static/chunks/5922.90bd359f1488e4b3.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13390,"timestamp":512267989,"id":1327,"parentId":1017,"tags":{"name":"static/chunks/3274.6cde8c2c8629e9e9.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13355,"timestamp":512268026,"id":1328,"parentId":1017,"tags":{"name":"static/chunks/9006.4606a9f635a5d6b4.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13347,"timestamp":512268035,"id":1329,"parentId":1017,"tags":{"name":"static/chunks/1078.41740d1f25d95ef8.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13341,"timestamp":512268043,"id":1330,"parentId":1017,"tags":{"name":"static/chunks/4963.87a7ab778419173e.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13334,"timestamp":512268052,"id":1331,"parentId":1017,"tags":{"name":"static/chunks/1274.089dd30168b8dd45.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13328,"timestamp":512268060,"id":1332,"parentId":1017,"tags":{"name":"static/chunks/1977.035283df607a8ad4.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13322,"timestamp":512268068,"id":1333,"parentId":1017,"tags":{"name":"static/chunks/3483.c835f6d29336906c.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13315,"timestamp":512268077,"id":1334,"parentId":1017,"tags":{"name":"static/chunks/1456.a6f02a82572b6f7d.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13309,"timestamp":512268085,"id":1335,"parentId":1017,"tags":{"name":"static/chunks/4163.3378c777a9a83a00.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13303,"timestamp":512268093,"id":1336,"parentId":1017,"tags":{"name":"static/chunks/4357.36433c94722a1b3d.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13296,"timestamp":512268102,"id":1337,"parentId":1017,"tags":{"name":"static/chunks/840.2b8a5062480c58f9.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13291,"timestamp":512268110,"id":1338,"parentId":1017,"tags":{"name":"static/chunks/1365.1763d8fd578ff435.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13284,"timestamp":512268118,"id":1339,"parentId":1017,"tags":{"name":"static/chunks/6588.353ddec96b173c75.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13277,"timestamp":512268127,"id":1340,"parentId":1017,"tags":{"name":"static/chunks/9466.3d89081f66cfd57c.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"}]
|
|
9
|
+
[{"name":"minify-js","duration":13271,"timestamp":512268135,"id":1341,"parentId":1017,"tags":{"name":"static/chunks/2013.01836900f9f1dacc.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13259,"timestamp":512268149,"id":1342,"parentId":1017,"tags":{"name":"static/chunks/7525.fccd9411ddd8b8a6.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13252,"timestamp":512268158,"id":1343,"parentId":1017,"tags":{"name":"static/chunks/9565.06fb575ba33fc787.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13246,"timestamp":512268166,"id":1344,"parentId":1017,"tags":{"name":"static/chunks/2179.7e4ebd37c034d2ad.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13240,"timestamp":512268174,"id":1345,"parentId":1017,"tags":{"name":"static/chunks/7182.ce55e98e8ca3925f.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13233,"timestamp":512268182,"id":1346,"parentId":1017,"tags":{"name":"static/chunks/7425.03dc231e78cdf4bb.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13227,"timestamp":512268191,"id":1347,"parentId":1017,"tags":{"name":"static/chunks/4539.3574b8ec6e1b1827.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13220,"timestamp":512268200,"id":1348,"parentId":1017,"tags":{"name":"static/chunks/5553.44aeb5ab5fc6f547.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13214,"timestamp":512268209,"id":1349,"parentId":1017,"tags":{"name":"static/chunks/7021.4a15a4b75ad1f066.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13207,"timestamp":512268217,"id":1350,"parentId":1017,"tags":{"name":"static/chunks/2160.3d7d3408eb5dd2fd.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13201,"timestamp":512268225,"id":1351,"parentId":1017,"tags":{"name":"static/chunks/1219.af66c02d35a9aac1.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13195,"timestamp":512268233,"id":1352,"parentId":1017,"tags":{"name":"static/chunks/4275.f5348df20bf58aab.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13189,"timestamp":512268241,"id":1353,"parentId":1017,"tags":{"name":"static/chunks/7650.7945df0d31f1df8d.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13183,"timestamp":512268249,"id":1354,"parentId":1017,"tags":{"name":"static/chunks/4976.1f13224a16b04bf2.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13177,"timestamp":512268257,"id":1355,"parentId":1017,"tags":{"name":"static/chunks/4370.a3c94f7e6ca0fe9e.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13170,"timestamp":512268266,"id":1356,"parentId":1017,"tags":{"name":"static/chunks/624.a1904a85dfc485a7.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13165,"timestamp":512268273,"id":1357,"parentId":1017,"tags":{"name":"static/chunks/4659.1743f9a9bc83c2c8.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13157,"timestamp":512268283,"id":1358,"parentId":1017,"tags":{"name":"static/chunks/3942.28705c77a3230c0f.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13151,"timestamp":512268292,"id":1359,"parentId":1017,"tags":{"name":"static/chunks/5518.b0b438f31ecd94a6.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13144,"timestamp":512268300,"id":1360,"parentId":1017,"tags":{"name":"static/chunks/2485.7c1771d82502f223.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13138,"timestamp":512268309,"id":1361,"parentId":1017,"tags":{"name":"static/chunks/7041.a0e54d1d3704ce86.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13131,"timestamp":512268317,"id":1362,"parentId":1017,"tags":{"name":"static/chunks/2812.70986f4c89fb9f39.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13126,"timestamp":512268324,"id":1363,"parentId":1017,"tags":{"name":"static/chunks/7635.a9b4e0fe03a8b3ec.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13120,"timestamp":512268332,"id":1364,"parentId":1017,"tags":{"name":"static/chunks/7884.d6f32943366d911a.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13113,"timestamp":512268341,"id":1365,"parentId":1017,"tags":{"name":"static/chunks/4358.62cab3800015edb0.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13107,"timestamp":512268350,"id":1366,"parentId":1017,"tags":{"name":"static/chunks/9005.7e7485e60f535a31.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13101,"timestamp":512268357,"id":1367,"parentId":1017,"tags":{"name":"static/chunks/1595.5e2e484c156c4e34.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13096,"timestamp":512268365,"id":1368,"parentId":1017,"tags":{"name":"static/chunks/3979.dc4a6bdab85427e6.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13090,"timestamp":512268373,"id":1369,"parentId":1017,"tags":{"name":"static/chunks/9680.df62bde488780b42.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13084,"timestamp":512268380,"id":1370,"parentId":1017,"tags":{"name":"static/chunks/2107.8712a4d70140ec3c.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13077,"timestamp":512268390,"id":1371,"parentId":1017,"tags":{"name":"static/chunks/5375.71458ae86130bcf9.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13072,"timestamp":512268397,"id":1372,"parentId":1017,"tags":{"name":"static/chunks/5136.cefe0a1de0d2cc1c.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13066,"timestamp":512268404,"id":1373,"parentId":1017,"tags":{"name":"static/chunks/4295.24962fb2a0590e65.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13060,"timestamp":512268412,"id":1374,"parentId":1017,"tags":{"name":"static/chunks/7258.28a0176cb9ac55e5.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13055,"timestamp":512268419,"id":1375,"parentId":1017,"tags":{"name":"static/chunks/9996.847eced8e454ff66.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13049,"timestamp":512268427,"id":1376,"parentId":1017,"tags":{"name":"static/chunks/9224.7a258b786c8fd4a2.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13044,"timestamp":512268434,"id":1377,"parentId":1017,"tags":{"name":"static/chunks/6704.921c8a127690396a.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13039,"timestamp":512268442,"id":1378,"parentId":1017,"tags":{"name":"static/chunks/6927.8995e03bddcb2166.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13032,"timestamp":512268450,"id":1379,"parentId":1017,"tags":{"name":"static/chunks/5424.84bb5b5e67ace412.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13027,"timestamp":512268458,"id":1380,"parentId":1017,"tags":{"name":"static/chunks/3082.b5508cb7899b2b52.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13021,"timestamp":512268466,"id":1381,"parentId":1017,"tags":{"name":"static/chunks/9382.06e06c8d568c96f8.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13015,"timestamp":512268473,"id":1382,"parentId":1017,"tags":{"name":"static/chunks/2130.b7f96de9cc71a698.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13009,"timestamp":512268481,"id":1383,"parentId":1017,"tags":{"name":"static/chunks/9666.6c5d2a124e369887.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13004,"timestamp":512268489,"id":1384,"parentId":1017,"tags":{"name":"static/chunks/392.29882b44fb6d6f9d.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12998,"timestamp":512268497,"id":1385,"parentId":1017,"tags":{"name":"static/chunks/9841.ca811fb4964aafdc.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12993,"timestamp":512268504,"id":1386,"parentId":1017,"tags":{"name":"static/chunks/3492.8a98f6b863ef67be.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12987,"timestamp":512268512,"id":1387,"parentId":1017,"tags":{"name":"static/chunks/214.f2d3c152b9755298.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12981,"timestamp":512268520,"id":1388,"parentId":1017,"tags":{"name":"static/chunks/579.f5d60b2a14edeaf6.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12975,"timestamp":512268528,"id":1389,"parentId":1017,"tags":{"name":"static/chunks/6311.2474c11f023b786b.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12969,"timestamp":512268536,"id":1390,"parentId":1017,"tags":{"name":"static/chunks/7524.a8b5f30bf7ff605e.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12965,"timestamp":512268542,"id":1391,"parentId":1017,"tags":{"name":"static/chunks/6563.59526fa94758ab38.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12959,"timestamp":512268550,"id":1392,"parentId":1017,"tags":{"name":"static/chunks/6701.33ffa9e9e309f208.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12953,"timestamp":512268558,"id":1393,"parentId":1017,"tags":{"name":"static/chunks/7785.ab2c7de0151c3fd0.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12947,"timestamp":512268566,"id":1394,"parentId":1017,"tags":{"name":"static/chunks/9136.be4d03590a92f316.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12904,"timestamp":512268612,"id":1395,"parentId":1017,"tags":{"name":"static/chunks/2489.8c9078cd3767ad0e.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12896,"timestamp":512268622,"id":1396,"parentId":1017,"tags":{"name":"static/chunks/1247.f317b3f02219270e.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12887,"timestamp":512268633,"id":1397,"parentId":1017,"tags":{"name":"static/chunks/6859.9a81569ffa964445.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12852,"timestamp":512268670,"id":1398,"parentId":1017,"tags":{"name":"static/chunks/7921.3fa04c4dcf83cea5.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12844,"timestamp":512268680,"id":1399,"parentId":1017,"tags":{"name":"static/chunks/6846.5b17b5f9701ce22e.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12838,"timestamp":512268689,"id":1400,"parentId":1017,"tags":{"name":"static/chunks/3074.0b8a20d5fb6788ff.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12831,"timestamp":512268698,"id":1401,"parentId":1017,"tags":{"name":"static/chunks/9521.4021d4a35654fb21.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12825,"timestamp":512268706,"id":1402,"parentId":1017,"tags":{"name":"static/chunks/6089.f654fce4dfc2d123.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12819,"timestamp":512268714,"id":1403,"parentId":1017,"tags":{"name":"static/chunks/5520.0dff0e44a3ca823e.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12813,"timestamp":512268721,"id":1404,"parentId":1017,"tags":{"name":"static/chunks/4969.90d397e0312a077b.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12807,"timestamp":512268729,"id":1405,"parentId":1017,"tags":{"name":"static/chunks/2954.1d328ca1e57ce70f.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12801,"timestamp":512268738,"id":1406,"parentId":1017,"tags":{"name":"static/chunks/5491.24cf2d17b2b85458.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12762,"timestamp":512268779,"id":1407,"parentId":1017,"tags":{"name":"static/chunks/9615.bfb6c0a4cd76455f.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12754,"timestamp":512268789,"id":1408,"parentId":1017,"tags":{"name":"static/chunks/7625.36561933eb547aaf.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12747,"timestamp":512268798,"id":1409,"parentId":1017,"tags":{"name":"static/chunks/1534.9aeef18daea4b105.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12740,"timestamp":512268807,"id":1410,"parentId":1017,"tags":{"name":"static/chunks/8430.eb0fd54737d8dd8c.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12734,"timestamp":512268815,"id":1411,"parentId":1017,"tags":{"name":"static/chunks/8555.b74a64f18f11dcd2.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12727,"timestamp":512268824,"id":1412,"parentId":1017,"tags":{"name":"static/chunks/7082.4e07d19b0ec9b0af.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12721,"timestamp":512268831,"id":1413,"parentId":1017,"tags":{"name":"static/chunks/1583.c4016592ecafde4e.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12715,"timestamp":512268839,"id":1414,"parentId":1017,"tags":{"name":"static/chunks/5750.eaab81d22a66329f.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12709,"timestamp":512268848,"id":1415,"parentId":1017,"tags":{"name":"static/chunks/7465.f74d7d6ef11639a2.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12702,"timestamp":512268857,"id":1416,"parentId":1017,"tags":{"name":"static/chunks/1898.272b559655499354.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12696,"timestamp":512268864,"id":1417,"parentId":1017,"tags":{"name":"static/chunks/7130.71b7efc3cf7ae8a7.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12690,"timestamp":512268872,"id":1418,"parentId":1017,"tags":{"name":"static/chunks/966.9590b6a68335923d.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12685,"timestamp":512268880,"id":1419,"parentId":1017,"tags":{"name":"static/chunks/1664.b7a8a1ce5eb709df.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12679,"timestamp":512268888,"id":1420,"parentId":1017,"tags":{"name":"static/chunks/3286.bc25b2a890b9a8e7.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12672,"timestamp":512268897,"id":1421,"parentId":1017,"tags":{"name":"static/chunks/4593.9132f60a72f47a04.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12666,"timestamp":512268905,"id":1422,"parentId":1017,"tags":{"name":"static/chunks/9267.83898a270adb507e.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12660,"timestamp":512268913,"id":1423,"parentId":1017,"tags":{"name":"static/chunks/7889.07de7cac7d6a9864.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12654,"timestamp":512268920,"id":1424,"parentId":1017,"tags":{"name":"static/chunks/5318.290d218e68c63738.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12648,"timestamp":512268928,"id":1425,"parentId":1017,"tags":{"name":"static/chunks/8656.075f73388d989b9a.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12642,"timestamp":512268936,"id":1426,"parentId":1017,"tags":{"name":"static/chunks/700.9cb1783406d5c3a1.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12637,"timestamp":512268944,"id":1427,"parentId":1017,"tags":{"name":"static/chunks/1987.cc16e0c7a0870452.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12631,"timestamp":512268952,"id":1428,"parentId":1017,"tags":{"name":"static/chunks/1310.cda9c155a96c078e.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12626,"timestamp":512268960,"id":1429,"parentId":1017,"tags":{"name":"static/chunks/1590.b3b5618ff8263efc.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12618,"timestamp":512268970,"id":1430,"parentId":1017,"tags":{"name":"static/chunks/5139.0be359f08abeada5.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12612,"timestamp":512268978,"id":1431,"parentId":1017,"tags":{"name":"static/chunks/5394.fa9a2ac5dee7bbf1.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12606,"timestamp":512268986,"id":1432,"parentId":1017,"tags":{"name":"static/chunks/2235.17c098ccc9ae2798.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12600,"timestamp":512268994,"id":1433,"parentId":1017,"tags":{"name":"static/chunks/1948.978def232c6206c2.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12577,"timestamp":512269018,"id":1434,"parentId":1017,"tags":{"name":"static/chunks/3613.d7d666d8eed49c66.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12571,"timestamp":512269027,"id":1435,"parentId":1017,"tags":{"name":"static/chunks/2921.28ab18b40b8e2f00.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12564,"timestamp":512269035,"id":1436,"parentId":1017,"tags":{"name":"static/chunks/2729.8b7c14d3171d0b76.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12558,"timestamp":512269044,"id":1437,"parentId":1017,"tags":{"name":"static/chunks/4892.0537bc7802301f78.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12550,"timestamp":512269053,"id":1438,"parentId":1017,"tags":{"name":"static/chunks/6383.8d16936fc25c334a.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12545,"timestamp":512269061,"id":1439,"parentId":1017,"tags":{"name":"static/chunks/9233.4baaaa602f7e6a70.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12539,"timestamp":512269070,"id":1440,"parentId":1017,"tags":{"name":"static/chunks/5788.4aa486571bf2e839.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12533,"timestamp":512269078,"id":1441,"parentId":1017,"tags":{"name":"static/chunks/6026.5d9528823e4870d9.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"}]
|
|
10
|
+
[{"name":"minify-js","duration":12527,"timestamp":512269086,"id":1442,"parentId":1017,"tags":{"name":"static/chunks/5364.0fd5ee76d4665040.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12520,"timestamp":512269095,"id":1443,"parentId":1017,"tags":{"name":"static/chunks/9318.d6938709ea34b148.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12514,"timestamp":512269103,"id":1444,"parentId":1017,"tags":{"name":"static/chunks/6871.d679637633d7da8e.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12508,"timestamp":512269111,"id":1445,"parentId":1017,"tags":{"name":"static/chunks/7443.69a9bbad68a25bd5.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12502,"timestamp":512269119,"id":1446,"parentId":1017,"tags":{"name":"static/chunks/142.22067b54d67e9cfa.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12495,"timestamp":512269128,"id":1447,"parentId":1017,"tags":{"name":"static/chunks/254.525b25c42c2e5d5a.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12489,"timestamp":512269136,"id":1448,"parentId":1017,"tags":{"name":"static/chunks/7547.e3c3cf78684ae006.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12483,"timestamp":512269144,"id":1449,"parentId":1017,"tags":{"name":"static/chunks/8317.f1323bd2f9b4fe35.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12477,"timestamp":512269153,"id":1450,"parentId":1017,"tags":{"name":"static/chunks/5199.3e664cf0174500b6.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12471,"timestamp":512269161,"id":1451,"parentId":1017,"tags":{"name":"static/chunks/6962.e0cd2d5b6efb7469.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12464,"timestamp":512269169,"id":1452,"parentId":1017,"tags":{"name":"static/chunks/5269.8b33f242a14be250.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12459,"timestamp":512269176,"id":1453,"parentId":1017,"tags":{"name":"static/chunks/7479.cc243294ef14524b.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12454,"timestamp":512269183,"id":1454,"parentId":1017,"tags":{"name":"static/chunks/2020.8d4deb5b71330365.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12448,"timestamp":512269191,"id":1455,"parentId":1017,"tags":{"name":"static/chunks/7874.776c791a6edf8980.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12442,"timestamp":512269199,"id":1456,"parentId":1017,"tags":{"name":"static/chunks/1409.b29e6566d6a047ca.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12436,"timestamp":512269207,"id":1457,"parentId":1017,"tags":{"name":"static/chunks/7084.a3847f999489b629.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12430,"timestamp":512269215,"id":1458,"parentId":1017,"tags":{"name":"static/chunks/9373.ddd78f06c5d9a8d7.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12424,"timestamp":512269223,"id":1459,"parentId":1017,"tags":{"name":"static/chunks/3682.39cfae4886107de1.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12417,"timestamp":512269231,"id":1460,"parentId":1017,"tags":{"name":"static/chunks/5325.534d61b0ed6db9bc.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12411,"timestamp":512269239,"id":1461,"parentId":1017,"tags":{"name":"static/chunks/6460.438138109d43d3ba.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12405,"timestamp":512269247,"id":1462,"parentId":1017,"tags":{"name":"static/chunks/4699.0725735293f70a9a.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12399,"timestamp":512269255,"id":1463,"parentId":1017,"tags":{"name":"static/chunks/framework-9a8a3f0151579960.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12393,"timestamp":512269263,"id":1464,"parentId":1017,"tags":{"name":"static/chunks/d1c28714.214e0009d717ed6c.js","cache":"HIT"},"startTime":1776939678923,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12387,"timestamp":512269271,"id":1465,"parentId":1017,"tags":{"name":"static/chunks/4ca0cff5.789ae6f66ac30e2d.js","cache":"HIT"},"startTime":1776939678923,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12380,"timestamp":512269280,"id":1466,"parentId":1017,"tags":{"name":"static/chunks/7d29de82.14fd5bb54d6b7d20.js","cache":"HIT"},"startTime":1776939678923,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12373,"timestamp":512269289,"id":1467,"parentId":1017,"tags":{"name":"static/chunks/1cd6e1d3.faad54da091e8f42.js","cache":"HIT"},"startTime":1776939678923,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12367,"timestamp":512269297,"id":1468,"parentId":1017,"tags":{"name":"static/chunks/570e4624.7911804ff3d8e956.js","cache":"HIT"},"startTime":1776939678923,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12361,"timestamp":512269305,"id":1469,"parentId":1017,"tags":{"name":"static/chunks/ce16f5a9.83f4e77092504bcd.js","cache":"HIT"},"startTime":1776939678923,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12354,"timestamp":512269315,"id":1470,"parentId":1017,"tags":{"name":"static/chunks/d3ac728e-a5b076816e776ed1.js","cache":"HIT"},"startTime":1776939678923,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12347,"timestamp":512269323,"id":1471,"parentId":1017,"tags":{"name":"static/chunks/90542734.2d1a2b87aba8663d.js","cache":"HIT"},"startTime":1776939678923,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12341,"timestamp":512269331,"id":1472,"parentId":1017,"tags":{"name":"static/chunks/70e0d97a-2d56f47748c010fa.js","cache":"HIT"},"startTime":1776939678923,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12335,"timestamp":512269339,"id":1473,"parentId":1017,"tags":{"name":"static/chunks/2ff9d716.676d881bfa3c60e7.js","cache":"HIT"},"startTime":1776939678923,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12329,"timestamp":512269348,"id":1474,"parentId":1017,"tags":{"name":"static/chunks/af7f6608.780d064838c52b26.js","cache":"HIT"},"startTime":1776939678923,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12322,"timestamp":512269357,"id":1475,"parentId":1017,"tags":{"name":"static/chunks/e868780c.b03bb6d46556f1ff.js","cache":"HIT"},"startTime":1776939678923,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12315,"timestamp":512269366,"id":1476,"parentId":1017,"tags":{"name":"static/chunks/54a60aa6-e0314902de3ec6a3.js","cache":"HIT"},"startTime":1776939678923,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12308,"timestamp":512269374,"id":1477,"parentId":1017,"tags":{"name":"static/chunks/92e53eb0.4a625cee989cd872.js","cache":"HIT"},"startTime":1776939678923,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12301,"timestamp":512269383,"id":1478,"parentId":1017,"tags":{"name":"static/chunks/cee15710.d8de0d590c1c12d7.js","cache":"HIT"},"startTime":1776939678923,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12296,"timestamp":512269391,"id":1479,"parentId":1017,"tags":{"name":"static/chunks/4402d2ac.6ea6b372743e17e0.js","cache":"HIT"},"startTime":1776939678923,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12289,"timestamp":512269399,"id":1480,"parentId":1017,"tags":{"name":"static/chunks/cfdf2ac7.11fa4ad4c70c7e57.js","cache":"HIT"},"startTime":1776939678923,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12284,"timestamp":512269407,"id":1481,"parentId":1017,"tags":{"name":"static/chunks/53c1bd3f.94ed7a0ef30faa72.js","cache":"HIT"},"startTime":1776939678923,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12278,"timestamp":512269415,"id":1482,"parentId":1017,"tags":{"name":"static/chunks/799ebd4e.82f86abf23884ab4.js","cache":"HIT"},"startTime":1776939678923,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12272,"timestamp":512269423,"id":1483,"parentId":1017,"tags":{"name":"static/chunks/4bd1b696-30cf42bc5b843299.js","cache":"HIT"},"startTime":1776939678923,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12266,"timestamp":512269431,"id":1484,"parentId":1017,"tags":{"name":"static/chunks/aaea2bcf-f0fd47062adb56d3.js","cache":"HIT"},"startTime":1776939678923,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12260,"timestamp":512269438,"id":1485,"parentId":1017,"tags":{"name":"static/chunks/3126.670df92517e12f08.js","cache":"HIT"},"startTime":1776939678923,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12254,"timestamp":512269446,"id":1486,"parentId":1017,"tags":{"name":"static/chunks/8863.38a250bc93441012.js","cache":"HIT"},"startTime":1776939678923,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12247,"timestamp":512269455,"id":1487,"parentId":1017,"tags":{"name":"static/chunks/9114-0ae74cf0f1880aac.js","cache":"HIT"},"startTime":1776939678923,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12240,"timestamp":512269464,"id":1488,"parentId":1017,"tags":{"name":"static/chunks/3700-73e6389d720c6476.js","cache":"HIT"},"startTime":1776939678923,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12234,"timestamp":512269472,"id":1489,"parentId":1017,"tags":{"name":"static/chunks/2821.9a424cd8d891b3b2.js","cache":"HIT"},"startTime":1776939678923,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12228,"timestamp":512269480,"id":1490,"parentId":1017,"tags":{"name":"static/chunks/3743-2d00a0d31772a1b2.js","cache":"HIT"},"startTime":1776939678923,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12223,"timestamp":512269487,"id":1491,"parentId":1017,"tags":{"name":"static/chunks/1991.d4d3fd65b9094099.js","cache":"HIT"},"startTime":1776939678923,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12216,"timestamp":512269496,"id":1492,"parentId":1017,"tags":{"name":"static/chunks/6155.9e124133ec8458a4.js","cache":"HIT"},"startTime":1776939678923,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12211,"timestamp":512269504,"id":1493,"parentId":1017,"tags":{"name":"static/chunks/5019.e7bce25161a52ed4.js","cache":"HIT"},"startTime":1776939678923,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12205,"timestamp":512269512,"id":1494,"parentId":1017,"tags":{"name":"static/chunks/7085.a6e1368cc7188732.js","cache":"HIT"},"startTime":1776939678923,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12197,"timestamp":512269521,"id":1495,"parentId":1017,"tags":{"name":"static/chunks/3794-e3794ea7186046f9.js","cache":"HIT"},"startTime":1776939678923,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12191,"timestamp":512269529,"id":1496,"parentId":1017,"tags":{"name":"static/chunks/3695-249ae83a4493cc54.js","cache":"HIT"},"startTime":1776939678923,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12184,"timestamp":512269538,"id":1497,"parentId":1017,"tags":{"name":"static/chunks/6148-b3b91d25880eaa18.js","cache":"HIT"},"startTime":1776939678923,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12178,"timestamp":512269546,"id":1498,"parentId":1017,"tags":{"name":"static/chunks/2171-87a0a5239bf2ea29.js","cache":"HIT"},"startTime":1776939678923,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12171,"timestamp":512269555,"id":1499,"parentId":1017,"tags":{"name":"static/chunks/3530-c755551be037362b.js","cache":"HIT"},"startTime":1776939678923,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12166,"timestamp":512269563,"id":1500,"parentId":1017,"tags":{"name":"static/chunks/6108-d11e3eb14020cf48.js","cache":"HIT"},"startTime":1776939678923,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":2263,"timestamp":512279468,"id":1502,"parentId":1017,"tags":{"name":"static/chunks/9062-7cb595371986ca9f.js","cache":"HIT"},"startTime":1776939678933,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":2225,"timestamp":512279508,"id":1503,"parentId":1017,"tags":{"name":"server/middleware-react-loadable-manifest.js","cache":"HIT"},"startTime":1776939678933,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":1950,"timestamp":512279785,"id":1505,"parentId":1017,"tags":{"name":"server/middleware-build-manifest.js","cache":"HIT"},"startTime":1776939678933,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":2933,"timestamp":512279551,"id":1504,"parentId":1017,"tags":{"name":"static/KErTlLLQlubS82IizAx-5/_ssgManifest.js","cache":"MISS"},"startTime":1776939678933,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":1968,"timestamp":512280562,"id":1507,"parentId":1017,"tags":{"name":"server/next-font-manifest.js","cache":"MISS"},"startTime":1776939678934,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":4478,"timestamp":512279799,"id":1506,"parentId":1017,"tags":{"name":"static/KErTlLLQlubS82IizAx-5/_buildManifest.js","cache":"MISS"},"startTime":1776939678933,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":57091,"timestamp":512269571,"id":1501,"parentId":1017,"tags":{"name":"static/chunks/6878-0089dc62dc821def.js","cache":"MISS"},"startTime":1776939678923,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":240949,"timestamp":512233796,"id":1132,"parentId":1017,"tags":{"name":"static/chunks/app/project/page-694bdb28984e5c12.js","cache":"MISS"},"startTime":1776939678887,"traceId":"08253691ab17f82f"},{"name":"minify-webpack-plugin-optimize","duration":266599,"timestamp":512208163,"id":1017,"parentId":882,"tags":{"compilationName":"client","mangle":"[object Object]"},"startTime":1776939678861,"traceId":"08253691ab17f82f"},{"name":"minify-css","duration":154,"timestamp":512475320,"id":1509,"parentId":1508,"tags":{"file":"static/css/133684c5ccd6d2be.css","cache":"HIT"},"startTime":1776939679129,"traceId":"08253691ab17f82f"},{"name":"minify-css","duration":109,"timestamp":512475370,"id":1510,"parentId":1508,"tags":{"file":"static/css/f1a31bb8453c8c65.css","cache":"HIT"},"startTime":1776939679129,"traceId":"08253691ab17f82f"},{"name":"css-minimizer-plugin","duration":431,"timestamp":512475050,"id":1508,"parentId":882,"tags":{},"startTime":1776939679128,"traceId":"08253691ab17f82f"},{"name":"seal","duration":1439705,"timestamp":511131353,"id":1001,"parentId":882,"tags":{},"startTime":1776939677785,"traceId":"08253691ab17f82f"},{"name":"webpack-compilation","duration":3352930,"timestamp":509218432,"id":882,"parentId":879,"tags":{"name":"client"},"startTime":1776939675872,"traceId":"08253691ab17f82f"},{"name":"emit","duration":73773,"timestamp":512571694,"id":1511,"parentId":879,"tags":{},"startTime":1776939679225,"traceId":"08253691ab17f82f"},{"name":"webpack-close","duration":1248689,"timestamp":512649244,"id":1512,"parentId":879,"tags":{"name":"client"},"startTime":1776939679302,"traceId":"08253691ab17f82f"},{"name":"webpack-generate-error-stats","duration":2313,"timestamp":513898025,"id":1513,"parentId":1512,"tags":{},"startTime":1776939680551,"traceId":"08253691ab17f82f"},{"name":"run-webpack-compiler","duration":5079232,"timestamp":508821317,"id":879,"parentId":878,"tags":{},"startTime":1776939675475,"traceId":"08253691ab17f82f"},{"name":"format-webpack-messages","duration":76,"timestamp":513900558,"id":1514,"parentId":878,"tags":{},"startTime":1776939680554,"traceId":"08253691ab17f82f"},{"name":"worker-main-client","duration":5079798,"timestamp":508820961,"id":878,"parentId":1,"tags":{},"startTime":1776939675474,"traceId":"08253691ab17f82f"},{"name":"run-webpack","duration":14324238,"timestamp":499618723,"id":17,"parentId":1,"tags":{},"startTime":1776939666272,"traceId":"08253691ab17f82f"},{"name":"run-typescript","duration":14964445,"timestamp":513946659,"id":1516,"parentId":1,"tags":{},"startTime":1776939680600,"traceId":"08253691ab17f82f"},{"name":"generate-required-server-files","duration":1222,"timestamp":528911427,"id":1518,"parentId":1,"tags":{},"startTime":1776939695565,"traceId":"08253691ab17f82f"},{"name":"check-static-error-page","duration":31570,"timestamp":528926098,"id":1520,"parentId":1519,"tags":{},"startTime":1776939695579,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":274313,"timestamp":528965424,"id":1631,"parentId":1522,"tags":{},"startTime":1776939695619,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":312065,"timestamp":528927767,"id":1522,"parentId":1519,"tags":{"page":"/_global-error"},"startTime":1776939695581,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":352830,"timestamp":528965122,"id":1630,"parentId":1521,"tags":{},"startTime":1776939695618,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":391169,"timestamp":528926854,"id":1521,"parentId":1519,"tags":{"page":"/_not-found"},"startTime":1776939695580,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":374302,"timestamp":528971200,"id":1633,"parentId":1531,"tags":{},"startTime":1776939695624,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":411513,"timestamp":528934034,"id":1531,"parentId":1519,"tags":{"page":"/api/db/columns"},"startTime":1776939695587,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":389216,"timestamp":528971441,"id":1635,"parentId":1533,"tags":{},"startTime":1776939695625,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":425212,"timestamp":528935487,"id":1533,"parentId":1519,"tags":{"page":"/api/db/disconnect"},"startTime":1776939695589,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":392548,"timestamp":528971520,"id":1636,"parentId":1532,"tags":{},"startTime":1776939695625,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":430003,"timestamp":528934109,"id":1532,"parentId":1519,"tags":{"page":"/api/db/connect"},"startTime":1776939695587,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":393589,"timestamp":528971291,"id":1634,"parentId":1530,"tags":{},"startTime":1776939695625,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":430983,"timestamp":528933923,"id":1530,"parentId":1519,"tags":{"page":"/api/comments"},"startTime":1776939695587,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":396124,"timestamp":528971572,"id":1637,"parentId":1534,"tags":{},"startTime":1776939695625,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":432127,"timestamp":528935597,"id":1534,"parentId":1519,"tags":{"page":"/api/db/export"},"startTime":1776939695589,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":398298,"timestamp":528971815,"id":1639,"parentId":1536,"tags":{},"startTime":1776939695625,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":434170,"timestamp":528935970,"id":1536,"parentId":1519,"tags":{"page":"/api/db/schemas"},"startTime":1776939695589,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":401067,"timestamp":528971872,"id":1640,"parentId":1537,"tags":{},"startTime":1776939695625,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":436907,"timestamp":528936060,"id":1537,"parentId":1519,"tags":{"page":"/api/extension/version"},"startTime":1776939695589,"traceId":"08253691ab17f82f"}]
|
|
11
|
+
[{"name":"is-page-static","duration":404236,"timestamp":528971910,"id":1641,"parentId":1538,"tags":{},"startTime":1776939695625,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":440030,"timestamp":528936141,"id":1538,"parentId":1519,"tags":{"page":"/api/file"},"startTime":1776939695589,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":406342,"timestamp":528972059,"id":1642,"parentId":1540,"tags":{},"startTime":1776939695625,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":442127,"timestamp":528936299,"id":1540,"parentId":1519,"tags":{"page":"/api/files/clipboard"},"startTime":1776939695590,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":408875,"timestamp":528972088,"id":1643,"parentId":1541,"tags":{},"startTime":1776939695625,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":444620,"timestamp":528936367,"id":1541,"parentId":1519,"tags":{"page":"/api/files/copy"},"startTime":1776939695590,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":411086,"timestamp":528972114,"id":1644,"parentId":1542,"tags":{},"startTime":1776939695625,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":446817,"timestamp":528936442,"id":1542,"parentId":1519,"tags":{"page":"/api/files/delete"},"startTime":1776939695590,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":414994,"timestamp":528972137,"id":1645,"parentId":1543,"tags":{},"startTime":1776939695625,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":450637,"timestamp":528936520,"id":1543,"parentId":1519,"tags":{"page":"/api/files/expanded"},"startTime":1776939695590,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":416707,"timestamp":528972161,"id":1646,"parentId":1544,"tags":{},"startTime":1776939695625,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":452286,"timestamp":528936603,"id":1544,"parentId":1519,"tags":{"page":"/api/files/index"},"startTime":1776939695590,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":418684,"timestamp":528972197,"id":1647,"parentId":1545,"tags":{},"startTime":1776939695625,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":454225,"timestamp":528936676,"id":1545,"parentId":1519,"tags":{"page":"/api/files/init"},"startTime":1776939695590,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":419364,"timestamp":528971737,"id":1638,"parentId":1535,"tags":{},"startTime":1776939695625,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":455265,"timestamp":528935859,"id":1535,"parentId":1519,"tags":{"page":"/api/db/query"},"startTime":1776939695589,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":420671,"timestamp":528972231,"id":1648,"parentId":1547,"tags":{},"startTime":1776939695625,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":456097,"timestamp":528936827,"id":1547,"parentId":1519,"tags":{"page":"/api/files/read"},"startTime":1776939695590,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":422333,"timestamp":528972267,"id":1649,"parentId":1546,"tags":{},"startTime":1776939695626,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":457868,"timestamp":528936754,"id":1546,"parentId":1519,"tags":{"page":"/api/files/paste"},"startTime":1776939695590,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":422615,"timestamp":528972298,"id":1650,"parentId":1548,"tags":{},"startTime":1776939695626,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":458035,"timestamp":528936897,"id":1548,"parentId":1519,"tags":{"page":"/api/files/readdir"},"startTime":1776939695590,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":424222,"timestamp":528972558,"id":1652,"parentId":1550,"tags":{},"startTime":1776939695626,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":459744,"timestamp":528937057,"id":1550,"parentId":1519,"tags":{"page":"/api/files/save"},"startTime":1776939695590,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":425609,"timestamp":528972443,"id":1651,"parentId":1549,"tags":{},"startTime":1776939695626,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":461109,"timestamp":528936966,"id":1549,"parentId":1519,"tags":{"page":"/api/files/recent"},"startTime":1776939695590,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":426171,"timestamp":528972587,"id":1653,"parentId":1553,"tags":{},"startTime":1776939695626,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":461492,"timestamp":528937287,"id":1553,"parentId":1519,"tags":{"page":"/api/git/branches"},"startTime":1776939695591,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":428014,"timestamp":528972655,"id":1655,"parentId":1554,"tags":{},"startTime":1776939695626,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":463326,"timestamp":528937365,"id":1554,"parentId":1519,"tags":{"page":"/api/git/commit-diff"},"startTime":1776939695591,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":430436,"timestamp":528972620,"id":1654,"parentId":1552,"tags":{},"startTime":1776939695626,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":465863,"timestamp":528937218,"id":1552,"parentId":1519,"tags":{"page":"/api/git/branch-diff"},"startTime":1776939695590,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":430676,"timestamp":528972680,"id":1656,"parentId":1555,"tags":{},"startTime":1776939695626,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":465932,"timestamp":528937444,"id":1555,"parentId":1519,"tags":{"page":"/api/git/commits"},"startTime":1776939695591,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":432778,"timestamp":528972707,"id":1657,"parentId":1556,"tags":{},"startTime":1776939695626,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":467991,"timestamp":528937517,"id":1556,"parentId":1519,"tags":{"page":"/api/git/diff"},"startTime":1776939695591,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":433219,"timestamp":528972728,"id":1658,"parentId":1557,"tags":{},"startTime":1776939695626,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":468379,"timestamp":528937588,"id":1557,"parentId":1519,"tags":{"page":"/api/git/discard"},"startTime":1776939695591,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":436225,"timestamp":528970348,"id":1632,"parentId":1527,"tags":{},"startTime":1776939695624,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":472979,"timestamp":528933612,"id":1527,"parentId":1519,"tags":{"page":"/api/chat"},"startTime":1776939695587,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":435877,"timestamp":528972750,"id":1659,"parentId":1558,"tags":{},"startTime":1776939695626,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":470982,"timestamp":528937669,"id":1558,"parentId":1519,"tags":{"page":"/api/git/stage"},"startTime":1776939695591,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":435955,"timestamp":528972779,"id":1660,"parentId":1559,"tags":{},"startTime":1776939695626,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":471005,"timestamp":528937746,"id":1559,"parentId":1519,"tags":{"page":"/api/git/status"},"startTime":1776939695591,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":439690,"timestamp":528972844,"id":1662,"parentId":1561,"tags":{},"startTime":1776939695626,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":474664,"timestamp":528937897,"id":1561,"parentId":1519,"tags":{"page":"/api/git/worktree"},"startTime":1776939695591,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":439845,"timestamp":528972870,"id":1663,"parentId":1562,"tags":{},"startTime":1776939695626,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":474767,"timestamp":528937975,"id":1562,"parentId":1519,"tags":{"page":"/api/global-state"},"startTime":1776939695591,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":440854,"timestamp":528972802,"id":1661,"parentId":1560,"tags":{},"startTime":1776939695626,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":475852,"timestamp":528937825,"id":1560,"parentId":1519,"tags":{"page":"/api/git/unstage"},"startTime":1776939695591,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":444214,"timestamp":528972896,"id":1664,"parentId":1563,"tags":{},"startTime":1776939695626,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":476061,"timestamp":528941068,"id":1563,"parentId":1519,"tags":{"page":"/api/jupyter/load"},"startTime":1776939695594,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":444223,"timestamp":528972973,"id":1667,"parentId":1564,"tags":{},"startTime":1776939695626,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":476023,"timestamp":528941181,"id":1564,"parentId":1519,"tags":{"page":"/api/jupyter/save"},"startTime":1776939695594,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":444332,"timestamp":528972918,"id":1665,"parentId":1565,"tags":{},"startTime":1776939695626,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":475985,"timestamp":528941275,"id":1565,"parentId":1519,"tags":{"page":"/api/jupyter/shutdown"},"startTime":1776939695595,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":445457,"timestamp":528972948,"id":1666,"parentId":1567,"tags":{},"startTime":1776939695626,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":476091,"timestamp":528942338,"id":1567,"parentId":1519,"tags":{"page":"/api/lsp/hover"},"startTime":1776939695596,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":446086,"timestamp":528975125,"id":1670,"parentId":1569,"tags":{},"startTime":1776939695628,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":478689,"timestamp":528942540,"id":1569,"parentId":1519,"tags":{"page":"/api/lsp/status"},"startTime":1776939695596,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":448402,"timestamp":528972997,"id":1668,"parentId":1566,"tags":{},"startTime":1776939695626,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":480077,"timestamp":528941349,"id":1566,"parentId":1519,"tags":{"page":"/api/lsp/definition"},"startTime":1776939695595,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":446417,"timestamp":528975085,"id":1669,"parentId":1568,"tags":{},"startTime":1776939695628,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":479070,"timestamp":528942446,"id":1568,"parentId":1519,"tags":{"page":"/api/lsp/references"},"startTime":1776939695596,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":449246,"timestamp":528975151,"id":1671,"parentId":1570,"tags":{},"startTime":1776939695628,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":481794,"timestamp":528942628,"id":1570,"parentId":1519,"tags":{"page":"/api/lsp/warmup"},"startTime":1776939695596,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":477898,"timestamp":528975281,"id":1672,"parentId":1572,"tags":{},"startTime":1776939695629,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":510431,"timestamp":528942789,"id":1572,"parentId":1519,"tags":{"page":"/api/mysql/connect"},"startTime":1776939695596,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":480189,"timestamp":528975363,"id":1675,"parentId":1574,"tags":{},"startTime":1776939695629,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":512632,"timestamp":528942953,"id":1574,"parentId":1519,"tags":{"page":"/api/mysql/export"},"startTime":1776939695596,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":482252,"timestamp":528975384,"id":1676,"parentId":1575,"tags":{},"startTime":1776939695629,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":514617,"timestamp":528943047,"id":1575,"parentId":1519,"tags":{"page":"/api/mysql/query"},"startTime":1776939695596,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":490056,"timestamp":528975318,"id":1673,"parentId":1571,"tags":{},"startTime":1776939695629,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":522694,"timestamp":528942711,"id":1571,"parentId":1519,"tags":{"page":"/api/mysql/columns"},"startTime":1776939695596,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":493088,"timestamp":528975426,"id":1678,"parentId":1576,"tags":{},"startTime":1776939695629,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":525414,"timestamp":528943124,"id":1576,"parentId":1519,"tags":{"page":"/api/mysql/schemas"},"startTime":1776939695596,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":497706,"timestamp":528975340,"id":1674,"parentId":1573,"tags":{},"startTime":1776939695629,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":530206,"timestamp":528942868,"id":1573,"parentId":1519,"tags":{"page":"/api/mysql/disconnect"},"startTime":1776939695596,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":523788,"timestamp":528975407,"id":1677,"parentId":1577,"tags":{},"startTime":1776939695629,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":557654,"timestamp":528943210,"id":1577,"parentId":1519,"tags":{"page":"/api/neo4j/connect"},"startTime":1776939695596,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":526022,"timestamp":528977136,"id":1681,"parentId":1580,"tags":{},"startTime":1776939695630,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":559749,"timestamp":528943441,"id":1580,"parentId":1519,"tags":{"page":"/api/neo4j/schema"},"startTime":1776939695597,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":527645,"timestamp":528977500,"id":1682,"parentId":1584,"tags":{},"startTime":1776939695631,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":558898,"timestamp":528946278,"id":1584,"parentId":1519,"tags":{"page":"/api/open-cursor"},"startTime":1776939695600,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":529445,"timestamp":528977529,"id":1683,"parentId":1585,"tags":{},"startTime":1776939695631,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":560649,"timestamp":528946370,"id":1585,"parentId":1519,"tags":{"page":"/api/open-vscode"},"startTime":1776939695600,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":531418,"timestamp":528977550,"id":1684,"parentId":1587,"tags":{},"startTime":1776939695631,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":562443,"timestamp":528946551,"id":1587,"parentId":1519,"tags":{"page":"/api/pinned-sessions"},"startTime":1776939695600,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":535278,"timestamp":528977573,"id":1685,"parentId":1586,"tags":{},"startTime":1776939695631,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":566420,"timestamp":528946455,"id":1586,"parentId":1519,"tags":{"page":"/api/pick-folder"},"startTime":1776939695600,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":537551,"timestamp":528977647,"id":1686,"parentId":1589,"tags":{},"startTime":1776939695631,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":568500,"timestamp":528946723,"id":1589,"parentId":1519,"tags":{"page":"/api/project-state"},"startTime":1776939695600,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":557600,"timestamp":528975446,"id":1679,"parentId":1579,"tags":{},"startTime":1776939695629,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":589737,"timestamp":528943366,"id":1579,"parentId":1519,"tags":{"page":"/api/neo4j/query"},"startTime":1776939695597,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":559957,"timestamp":528977709,"id":1687,"parentId":1591,"tags":{},"startTime":1776939695631,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":590745,"timestamp":528946964,"id":1591,"parentId":1519,"tags":{"page":"/api/redis/command"},"startTime":1776939695600,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":562769,"timestamp":528977087,"id":1680,"parentId":1578,"tags":{},"startTime":1776939695630,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":596594,"timestamp":528943293,"id":1578,"parentId":1519,"tags":{"page":"/api/neo4j/disconnect"},"startTime":1776939695597,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":563286,"timestamp":528977751,"id":1689,"parentId":1592,"tags":{},"startTime":1776939695631,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":594002,"timestamp":528947060,"id":1592,"parentId":1519,"tags":{"page":"/api/redis/connect"},"startTime":1776939695600,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":566117,"timestamp":528977791,"id":1691,"parentId":1595,"tags":{},"startTime":1776939695631,"traceId":"08253691ab17f82f"}]
|
|
12
|
+
[{"name":"check-page","duration":592913,"timestamp":528951222,"id":1595,"parentId":1519,"tags":{"page":"/api/redis/get"},"startTime":1776939695604,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":569090,"timestamp":528977807,"id":1692,"parentId":1596,"tags":{},"startTime":1776939695631,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":595618,"timestamp":528951302,"id":1596,"parentId":1519,"tags":{"page":"/api/redis/keys"},"startTime":1776939695605,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":571760,"timestamp":528977826,"id":1693,"parentId":1597,"tags":{},"startTime":1776939695631,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":598236,"timestamp":528951373,"id":1597,"parentId":1519,"tags":{"page":"/api/redis/set"},"startTime":1776939695605,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":576713,"timestamp":528977769,"id":1690,"parentId":1594,"tags":{},"startTime":1776939695631,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":603399,"timestamp":528951101,"id":1594,"parentId":1519,"tags":{"page":"/api/redis/disconnect"},"startTime":1776939695604,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":583034,"timestamp":528977731,"id":1688,"parentId":1593,"tags":{},"startTime":1776939695631,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":613638,"timestamp":528947154,"id":1593,"parentId":1519,"tags":{"page":"/api/redis/delete"},"startTime":1776939695600,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":585444,"timestamp":528977855,"id":1694,"parentId":1599,"tags":{},"startTime":1776939695631,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":611806,"timestamp":528951534,"id":1599,"parentId":1519,"tags":{"page":"/api/review/[id]/replies"},"startTime":1776939695605,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":587494,"timestamp":528979053,"id":1697,"parentId":1602,"tags":{},"startTime":1776939695632,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":614801,"timestamp":528951774,"id":1602,"parentId":1519,"tags":{"page":"/api/review/order"},"startTime":1776939695605,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":589083,"timestamp":528977949,"id":1695,"parentId":1598,"tags":{},"startTime":1776939695631,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":615598,"timestamp":528951451,"id":1598,"parentId":1519,"tags":{"page":"/api/review/[id]/comments"},"startTime":1776939695605,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":589791,"timestamp":528977982,"id":1696,"parentId":1600,"tags":{},"startTime":1776939695631,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":616186,"timestamp":528951608,"id":1600,"parentId":1519,"tags":{"page":"/api/review/[id]"},"startTime":1776939695605,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":592814,"timestamp":528979103,"id":1698,"parentId":1601,"tags":{},"startTime":1776939695632,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":620246,"timestamp":528951702,"id":1601,"parentId":1519,"tags":{"page":"/api/review/identify"},"startTime":1776939695605,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":593940,"timestamp":528979137,"id":1699,"parentId":1603,"tags":{},"startTime":1776939695632,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":621261,"timestamp":528951842,"id":1603,"parentId":1519,"tags":{"page":"/api/review"},"startTime":1776939695605,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":594020,"timestamp":528979180,"id":1701,"parentId":1605,"tags":{},"startTime":1776939695632,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":621181,"timestamp":528952035,"id":1605,"parentId":1519,"tags":{"page":"/api/review/users"},"startTime":1776939695605,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":596092,"timestamp":528979158,"id":1700,"parentId":1604,"tags":{},"startTime":1776939695632,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":623345,"timestamp":528951929,"id":1604,"parentId":1519,"tags":{"page":"/api/review/share-info"},"startTime":1776939695605,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":596227,"timestamp":528979288,"id":1702,"parentId":1607,"tags":{},"startTime":1776939695633,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":623328,"timestamp":528952207,"id":1607,"parentId":1519,"tags":{"page":"/api/services/config"},"startTime":1776939695605,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":596554,"timestamp":528979309,"id":1703,"parentId":1608,"tags":{},"startTime":1776939695633,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":623595,"timestamp":528952286,"id":1608,"parentId":1519,"tags":{"page":"/api/services/scripts"},"startTime":1776939695606,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":597568,"timestamp":528980138,"id":1705,"parentId":1624,"tags":{},"startTime":1776939695633,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":620579,"timestamp":528957150,"id":1624,"parentId":1519,"tags":{"page":"/api/version"},"startTime":1776939695610,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":598385,"timestamp":528979862,"id":1704,"parentId":1615,"tags":{},"startTime":1776939695633,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":625347,"timestamp":528952921,"id":1615,"parentId":1519,"tags":{"page":"/api/settings"},"startTime":1776939695606,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":598776,"timestamp":528980165,"id":1706,"parentId":1626,"tags":{},"startTime":1776939695633,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":621669,"timestamp":528957294,"id":1626,"parentId":1519,"tags":{"page":"/manifest.webmanifest"},"startTime":1776939695611,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":599051,"timestamp":528980191,"id":1707,"parentId":1625,"tags":{},"startTime":1776939695633,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":622044,"timestamp":528957222,"id":1625,"parentId":1519,"tags":{"page":"/favicon.ico"},"startTime":1776939695610,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":593848,"timestamp":528987381,"id":1708,"parentId":1523,"tags":{},"startTime":1776939695641,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":650173,"timestamp":528931078,"id":1523,"parentId":1519,"tags":{"page":"/api/bash"},"startTime":1776939695584,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":593996,"timestamp":528989639,"id":1709,"parentId":1524,"tags":{},"startTime":1776939695643,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":652387,"timestamp":528931269,"id":1524,"parentId":1519,"tags":{"page":"/api/chat/codex"},"startTime":1776939695585,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":585154,"timestamp":528999119,"id":1711,"parentId":1529,"tags":{},"startTime":1776939695652,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":650486,"timestamp":528933805,"id":1529,"parentId":1519,"tags":{"page":"/api/commands"},"startTime":1776939695587,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":586171,"timestamp":529000279,"id":1712,"parentId":1539,"tags":{},"startTime":1776939695654,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":650261,"timestamp":528936216,"id":1539,"parentId":1519,"tags":{"page":"/api/files/blame"},"startTime":1776939695589,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":580815,"timestamp":529006300,"id":1713,"parentId":1551,"tags":{},"startTime":1776939695660,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":650002,"timestamp":528937135,"id":1551,"parentId":1519,"tags":{"page":"/api/files/search"},"startTime":1776939695590,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":582717,"timestamp":529006773,"id":1714,"parentId":1581,"tags":{},"startTime":1776939695660,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":645981,"timestamp":528943528,"id":1581,"parentId":1519,"tags":{"page":"/api/note"},"startTime":1776939695597,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":582574,"timestamp":529007339,"id":1715,"parentId":1583,"tags":{},"startTime":1776939695661,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":643753,"timestamp":528946177,"id":1583,"parentId":1519,"tags":{"page":"/api/ollama/start"},"startTime":1776939695599,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":584824,"timestamp":529007888,"id":1716,"parentId":1588,"tags":{},"startTime":1776939695661,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":646100,"timestamp":528946630,"id":1588,"parentId":1519,"tags":{"page":"/api/project-settings"},"startTime":1776939695600,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":581452,"timestamp":529011346,"id":1717,"parentId":1590,"tags":{},"startTime":1776939695665,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":645944,"timestamp":528946867,"id":1590,"parentId":1519,"tags":{"page":"/api/projects"},"startTime":1776939695600,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":573919,"timestamp":529023152,"id":1719,"parentId":1525,"tags":{},"startTime":1776939695676,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":665427,"timestamp":528931668,"id":1525,"parentId":1519,"tags":{"page":"/api/chat/kimi"},"startTime":1776939695585,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":575676,"timestamp":529023897,"id":1720,"parentId":1610,"tags":{},"startTime":1776939695677,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":647145,"timestamp":528952461,"id":1610,"parentId":1519,"tags":{"page":"/api/session/[sessionId]/fork"},"startTime":1776939695606,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":576137,"timestamp":529026947,"id":1721,"parentId":1611,"tags":{},"startTime":1776939695680,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":650557,"timestamp":528952555,"id":1611,"parentId":1519,"tags":{"page":"/api/session/[sessionId]/history"},"startTime":1776939695606,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":578567,"timestamp":529028698,"id":1722,"parentId":1613,"tags":{},"startTime":1776939695682,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":654554,"timestamp":528952735,"id":1613,"parentId":1519,"tags":{"page":"/api/sessions/projects"},"startTime":1776939695606,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":578847,"timestamp":529030812,"id":1723,"parentId":1528,"tags":{},"startTime":1776939695684,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":675970,"timestamp":528933710,"id":1528,"parentId":1519,"tags":{"page":"/api/claude-stats"},"startTime":1776939695587,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":580586,"timestamp":529032316,"id":1724,"parentId":1614,"tags":{},"startTime":1776939695686,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":660099,"timestamp":528952825,"id":1614,"parentId":1519,"tags":{"page":"/api/sessions"},"startTime":1776939695606,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":583647,"timestamp":529032754,"id":1725,"parentId":1616,"tags":{},"startTime":1776939695686,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":663416,"timestamp":528953011,"id":1616,"parentId":1519,"tags":{"page":"/api/skills/[id]"},"startTime":1776939695606,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":585992,"timestamp":529033369,"id":1726,"parentId":1582,"tags":{},"startTime":1776939695687,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":673349,"timestamp":528946036,"id":1582,"parentId":1519,"tags":{"page":"/api/ollama/models"},"startTime":1776939695599,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":588734,"timestamp":529033784,"id":1727,"parentId":1617,"tags":{},"startTime":1776939695687,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":666848,"timestamp":528955694,"id":1617,"parentId":1519,"tags":{"page":"/api/skills/content"},"startTime":1776939695609,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":590888,"timestamp":529034540,"id":1728,"parentId":1618,"tags":{},"startTime":1776939695688,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":669607,"timestamp":528955842,"id":1618,"parentId":1519,"tags":{"page":"/api/skills"},"startTime":1776939695609,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":590806,"timestamp":529037458,"id":1729,"parentId":1620,"tags":{},"startTime":1776939695691,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":671524,"timestamp":528956762,"id":1620,"parentId":1519,"tags":{"page":"/api/terminal/autocomplete"},"startTime":1776939695610,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":593229,"timestamp":529038022,"id":1730,"parentId":1619,"tags":{},"startTime":1776939695691,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":674651,"timestamp":528956625,"id":1619,"parentId":1519,"tags":{"page":"/api/terminal/aliases"},"startTime":1776939695610,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":636854,"timestamp":528995891,"id":1710,"parentId":1526,"tags":{},"startTime":1776939695651,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":699321,"timestamp":528933445,"id":1526,"parentId":1519,"tags":{"page":"/api/chat/ollama"},"startTime":1776939695587,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":595809,"timestamp":529038573,"id":1731,"parentId":1622,"tags":{},"startTime":1776939695692,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":677450,"timestamp":528956954,"id":1622,"parentId":1519,"tags":{"page":"/api/terminal/env"},"startTime":1776939695610,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":596172,"timestamp":529039087,"id":1732,"parentId":1621,"tags":{},"startTime":1776939695692,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":678421,"timestamp":528956858,"id":1621,"parentId":1519,"tags":{"page":"/api/terminal/bubble-order"},"startTime":1776939695610,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":586004,"timestamp":529052038,"id":1733,"parentId":1609,"tags":{},"startTime":1776939695705,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":685685,"timestamp":528952377,"id":1609,"parentId":1519,"tags":{"page":"/api/session-by-path"},"startTime":1776939695606,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":583444,"timestamp":529054713,"id":1734,"parentId":1612,"tags":{},"startTime":1776939695708,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":685536,"timestamp":528952638,"id":1612,"parentId":1519,"tags":{"page":"/api/sessions/projects/[encodedPath]"},"startTime":1776939695606,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":588282,"timestamp":529056779,"id":1735,"parentId":1623,"tags":{},"startTime":1776939695710,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":688027,"timestamp":528957065,"id":1623,"parentId":1519,"tags":{"page":"/api/terminal/history"},"startTime":1776939695610,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":664417,"timestamp":529018453,"id":1718,"parentId":1606,"tags":{},"startTime":1776939695672,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":730797,"timestamp":528952112,"id":1606,"parentId":1519,"tags":{"page":"/api/scheduled-tasks"},"startTime":1776939695605,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":667114,"timestamp":529064616,"id":1737,"parentId":1629,"tags":{},"startTime":1776939695718,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":774225,"timestamp":528957552,"id":1629,"parentId":1519,"tags":{"page":"/review/[id]"},"startTime":1776939695611,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":673032,"timestamp":529064625,"id":1738,"parentId":1628,"tags":{},"startTime":1776939695718,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":780208,"timestamp":528957473,"id":1628,"parentId":1519,"tags":{"page":"/project"},"startTime":1776939695611,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":673577,"timestamp":529064592,"id":1736,"parentId":1627,"tags":{},"startTime":1776939695718,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":780797,"timestamp":528957379,"id":1627,"parentId":1519,"tags":{"page":"/"},"startTime":1776939695611,"traceId":"08253691ab17f82f"},{"name":"static-check","duration":812694,"timestamp":528925508,"id":1519,"parentId":1,"tags":{},"startTime":1776939695579,"traceId":"08253691ab17f82f"},{"name":"write-routes-manifest","duration":18964,"timestamp":529748447,"id":1742,"parentId":1,"tags":{},"startTime":1776939696402,"traceId":"08253691ab17f82f"}]
|
|
13
|
+
[{"name":"load-dotenv","duration":34,"timestamp":530046188,"id":1745,"parentId":1744,"tags":{},"startTime":1776939696699,"traceId":"08253691ab17f82f"},{"name":"run-export-path-map","duration":539,"timestamp":535149555,"id":1746,"parentId":1744,"tags":{},"startTime":1776939701803,"traceId":"08253691ab17f82f"},{"name":"next-export","duration":5434273,"timestamp":530045385,"id":1744,"parentId":1,"tags":{},"startTime":1776939696699,"traceId":"08253691ab17f82f"},{"name":"move-exported-app-not-found-","duration":45017,"timestamp":535482161,"id":1747,"parentId":1743,"tags":{},"startTime":1776939702135,"traceId":"08253691ab17f82f"},{"name":"move-exported-app-global-error-","duration":62540,"timestamp":535527298,"id":1748,"parentId":1743,"tags":{},"startTime":1776939702181,"traceId":"08253691ab17f82f"},{"name":"static-generation","duration":5983032,"timestamp":530042221,"id":1743,"parentId":1,"tags":{},"startTime":1776939696695,"traceId":"08253691ab17f82f"},{"name":"write-routes-manifest","duration":82567,"timestamp":536025486,"id":1749,"parentId":1,"tags":{},"startTime":1776939702679,"traceId":"08253691ab17f82f"},{"name":"node-file-trace-build","duration":18079483,"timestamp":529739432,"id":1741,"parentId":1,"tags":{"isTurbotrace":"false"},"startTime":1776939696393,"traceId":"08253691ab17f82f"},{"name":"apply-include-excludes","duration":898,"timestamp":547818935,"id":1750,"parentId":1,"tags":{},"startTime":1776939714472,"traceId":"08253691ab17f82f"},{"name":"collect-build-traces","duration":18081020,"timestamp":529738896,"id":1740,"parentId":1,"tags":{},"startTime":1776939696392,"traceId":"08253691ab17f82f"},{"name":"print-tree-view","duration":2899,"timestamp":547820142,"id":1751,"parentId":1,"tags":{},"startTime":1776939714473,"traceId":"08253691ab17f82f"},{"name":"telemetry-flush","duration":52,"timestamp":547823054,"id":1752,"parentId":1,"tags":{},"startTime":1776939714476,"traceId":"08253691ab17f82f"},{"name":"next-build","duration":48350299,"timestamp":499472818,"id":1,"tags":{"buildMode":"default","version":"16.1.6","bundler":"webpack","has-custom-webpack-config":"false","use-build-worker":"true"},"startTime":1776939666126,"traceId":"08253691ab17f82f"}]
|