commandmate 0.2.1 → 0.2.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.next/BUILD_ID +1 -1
- package/.next/app-build-manifest.json +47 -51
- package/.next/app-path-routes-manifest.json +1 -1
- package/.next/build-manifest.json +7 -7
- package/.next/cache/.tsbuildinfo +1 -1
- package/.next/cache/config.json +3 -3
- package/.next/cache/webpack/client-production/0.pack +0 -0
- package/.next/cache/webpack/client-production/1.pack +0 -0
- package/.next/cache/webpack/client-production/2.pack +0 -0
- package/.next/cache/webpack/client-production/index.pack +0 -0
- package/.next/cache/webpack/client-production/index.pack.old +0 -0
- package/.next/cache/webpack/edge-server-production/index.pack +0 -0
- package/.next/cache/webpack/server-production/0.pack +0 -0
- package/.next/cache/webpack/server-production/index.pack +0 -0
- package/.next/next-server.js.nft.json +1 -1
- package/.next/prerender-manifest.json +1 -1
- package/.next/required-server-files.json +1 -1
- package/.next/routes-manifest.json +1 -1
- package/.next/server/app/_not-found/page.js +1 -1
- package/.next/server/app/_not-found/page.js.nft.json +1 -1
- package/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
- package/.next/server/app/api/external-apps/[id]/health/route.js.nft.json +1 -1
- package/.next/server/app/api/external-apps/[id]/route.js.nft.json +1 -1
- package/.next/server/app/api/external-apps/route.js.nft.json +1 -1
- package/.next/server/app/api/hooks/claude-done/route.js.nft.json +1 -1
- package/.next/server/app/api/repositories/clone/[jobId]/route.js.nft.json +1 -1
- package/.next/server/app/api/repositories/clone/route.js.nft.json +1 -1
- package/.next/server/app/api/repositories/excluded/route.js.nft.json +1 -1
- package/.next/server/app/api/repositories/restore/route.js.nft.json +1 -1
- package/.next/server/app/api/repositories/route.js +1 -1
- package/.next/server/app/api/repositories/route.js.nft.json +1 -1
- package/.next/server/app/api/repositories/scan/route.js.nft.json +1 -1
- package/.next/server/app/api/repositories/sync/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/auto-yes/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/auto-yes/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/cli-tool/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/current-output/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/current-output/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/files/[...path]/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/interrupt/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/kill-session/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/logs/[filename]/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/logs/[filename]/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/logs/route.js +4 -4
- package/.next/server/app/api/worktrees/[id]/logs/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/memos/[memoId]/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/memos/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/messages/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/prompt-response/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/respond/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/search/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/send/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/slash-commands/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/start-polling/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/tree/[...path]/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/tree/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/upload/[...path]/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/viewed/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/route.js +1 -1
- package/.next/server/app/api/worktrees/route.js.nft.json +1 -1
- package/.next/server/app/page.js +2 -4
- package/.next/server/app/page.js.nft.json +1 -1
- package/.next/server/app/page_client-reference-manifest.js +1 -1
- package/.next/server/app/proxy/[...path]/route.js.nft.json +1 -1
- package/.next/server/app/worktrees/[id]/files/[...path]/page.js +1 -1
- package/.next/server/app/worktrees/[id]/files/[...path]/page.js.nft.json +1 -1
- package/.next/server/app/worktrees/[id]/files/[...path]/page_client-reference-manifest.js +1 -1
- package/.next/server/app/worktrees/[id]/page.js +3 -15
- package/.next/server/app/worktrees/[id]/page.js.nft.json +1 -1
- package/.next/server/app/worktrees/[id]/page_client-reference-manifest.js +1 -1
- package/.next/server/app/worktrees/[id]/terminal/page.js +3 -3
- package/.next/server/app/worktrees/[id]/terminal/page.js.nft.json +1 -1
- package/.next/server/app/worktrees/[id]/terminal/page_client-reference-manifest.js +1 -1
- package/.next/server/app-paths-manifest.json +7 -8
- package/.next/server/chunks/1287.js +4 -0
- package/.next/server/chunks/2683.js +1 -0
- package/.next/server/chunks/3348.js +1 -0
- package/.next/server/chunks/369.js +1 -0
- package/.next/server/chunks/3860.js +1 -0
- package/.next/server/chunks/4559.js +1 -0
- package/.next/server/chunks/4704.js +35 -0
- package/.next/server/chunks/5781.js +1 -0
- package/.next/server/chunks/5823.js +1 -0
- package/.next/server/chunks/5853.js +1 -0
- package/.next/server/chunks/6837.js +1 -0
- package/.next/server/chunks/7266.js +1 -0
- package/.next/server/chunks/7458.js +1 -0
- package/.next/server/chunks/7536.js +1 -1
- package/.next/server/chunks/8705.js +1 -0
- package/.next/server/chunks/8744.js +1 -0
- package/.next/server/chunks/9367.js +2 -2
- package/.next/server/chunks/9582.js +1 -0
- package/.next/server/functions-config-manifest.json +1 -1
- package/.next/server/middleware-build-manifest.js +1 -1
- package/.next/server/pages/500.html +1 -1
- package/.next/server/pages-manifest.json +1 -1
- package/.next/server/server-reference-manifest.json +1 -1
- package/.next/static/chunks/1038-3509435b68c0967e.js +1 -0
- package/.next/static/chunks/216-f18f4a9d8b04a91e.js +1 -0
- package/.next/static/chunks/2330-0299b9879f4977d2.js +1 -0
- package/.next/static/chunks/4733-db0112b08802aaa7.js +1 -0
- package/.next/static/chunks/6140-389f1951062dcf4f.js +1 -0
- package/.next/static/chunks/{816-c254f4e2406e696a.js → 816-bb41b20a51ae924a.js} +1 -1
- package/.next/static/chunks/8216-00e20326f32abd12.js +1 -0
- package/.next/static/chunks/9234-b0304101384ca079.js +3 -0
- package/.next/static/chunks/app/layout-07755491d5d57242.js +1 -0
- package/.next/static/chunks/app/page-792c0577dc44e5e5.js +1 -0
- package/.next/static/chunks/app/worktrees/[id]/files/[...path]/page-ce9ac3658f2b7d91.js +1 -0
- package/.next/static/chunks/app/worktrees/[id]/page-9d77c6f755d08086.js +1 -0
- package/.next/static/chunks/app/worktrees/[id]/terminal/page-5d85a7e508ce36d3.js +1 -0
- package/.next/static/chunks/{webpack-4f85dcef6279c6ee.js → webpack-e6531fcf859d9451.js} +1 -1
- package/.next/static/css/4eca30cb81bc52b4.css +3 -0
- package/.next/trace +5 -5
- package/README.md +84 -82
- package/dist/server/src/config/auto-yes-config.js +53 -0
- package/dist/server/src/config/log-config.js +41 -0
- package/dist/server/src/lib/auto-yes-manager.js +6 -4
- package/dist/server/src/lib/claude-session.js +6 -0
- package/dist/server/src/lib/cli-patterns.js +41 -1
- package/dist/server/src/lib/cli-tools/codex.js +16 -3
- package/dist/server/src/lib/cli-tools/manager.js +0 -6
- package/dist/server/src/lib/log-manager.js +2 -6
- package/dist/server/src/lib/pasted-text-helper.js +58 -0
- package/dist/server/src/lib/prompt-detector.js +80 -23
- package/dist/server/src/lib/response-poller.js +30 -43
- package/package.json +2 -1
- package/.next/server/app/_not-found.html +0 -1
- package/.next/server/app/_not-found.meta +0 -6
- package/.next/server/app/_not-found.rsc +0 -10
- package/.next/server/app/index.html +0 -9
- package/.next/server/app/index.meta +0 -5
- package/.next/server/app/index.rsc +0 -8
- package/.next/server/app/worktrees/[id]/simple-terminal/page.js +0 -4
- package/.next/server/app/worktrees/[id]/simple-terminal/page.js.nft.json +0 -1
- package/.next/server/app/worktrees/[id]/simple-terminal/page_client-reference-manifest.js +0 -1
- package/.next/server/chunks/3053.js +0 -1
- package/.next/server/chunks/434.js +0 -1
- package/.next/server/chunks/4471.js +0 -2
- package/.next/server/chunks/6550.js +0 -1
- package/.next/server/chunks/8174.js +0 -23
- package/.next/server/chunks/8887.js +0 -1
- package/.next/server/pages/404.html +0 -1
- package/.next/static/chunks/2957-327e43ef4c12808f.js +0 -1
- package/.next/static/chunks/4343-ebe884a2a80eb033.js +0 -1
- package/.next/static/chunks/4851-45df4d388db5623f.js +0 -1
- package/.next/static/chunks/6568-38a33aa67d82e12b.js +0 -1
- package/.next/static/chunks/6725-f7607851b7d57eb1.js +0 -1
- package/.next/static/chunks/7648-325564a6e12a3257.js +0 -1
- package/.next/static/chunks/app/layout-4804cfba519283cf.js +0 -1
- package/.next/static/chunks/app/page-3926224c4cdf315b.js +0 -1
- package/.next/static/chunks/app/worktrees/[id]/files/[...path]/page-9e5adf57cbbbdf05.js +0 -1
- package/.next/static/chunks/app/worktrees/[id]/page-8bd88bdc29607413.js +0 -1
- package/.next/static/chunks/app/worktrees/[id]/simple-terminal/page-16feb3e86e42f4d1.js +0 -1
- package/.next/static/chunks/app/worktrees/[id]/terminal/page-be802baffc84dbd2.js +0 -1
- package/.next/static/css/28be35e4727ae7ef.css +0 -3
- package/.next/types/app/worktrees/[id]/simple-terminal/page.ts +0 -79
- package/dist/server/src/lib/claude-poller.js +0 -341
- /package/.next/static/chunks/{2117-d845c2cd62e344a6.js → 2117-e31fa477cb500950.js} +0 -0
- /package/.next/static/chunks/app/_not-found/{page-a9d04e58c81115ec.js → page-ac4e4463b39d0cf7.js} +0 -0
- /package/.next/static/chunks/{fd9d1056-bbe86e4ae099d5cd.js → fd9d1056-cfdf4f91f13d3485.js} +0 -0
- /package/.next/static/{oUD-A998xeBoez6zsrTH3 → rppRTm2sRWa4sZE7ili8A}/_buildManifest.js +0 -0
- /package/.next/static/{oUD-A998xeBoez6zsrTH3 → rppRTm2sRWa4sZE7ili8A}/_ssgManifest.js +0 -0
package/.next/trace
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
[{"name":"generate-buildid","duration":236,"timestamp":300418137,"id":4,"parentId":1,"tags":{},"startTime":1770678286599,"traceId":"a285227665bde105"},{"name":"load-custom-routes","duration":1411,"timestamp":300418557,"id":5,"parentId":1,"tags":{},"startTime":1770678286599,"traceId":"a285227665bde105"},{"name":"create-pages-mapping","duration":135,"timestamp":300511490,"id":6,"parentId":1,"tags":{},"startTime":1770678286692,"traceId":"a285227665bde105"},{"name":"collect-app-paths","duration":4499,"timestamp":300511653,"id":7,"parentId":1,"tags":{},"startTime":1770678286692,"traceId":"a285227665bde105"},{"name":"create-app-mapping","duration":1409,"timestamp":300516173,"id":8,"parentId":1,"tags":{},"startTime":1770678286697,"traceId":"a285227665bde105"},{"name":"public-dir-conflict-check","duration":693,"timestamp":300518188,"id":9,"parentId":1,"tags":{},"startTime":1770678286699,"traceId":"a285227665bde105"},{"name":"generate-routes-manifest","duration":3186,"timestamp":300519055,"id":10,"parentId":1,"tags":{},"startTime":1770678286700,"traceId":"a285227665bde105"},{"name":"create-dist-dir","duration":202,"timestamp":300523369,"id":11,"parentId":1,"tags":{},"startTime":1770678286704,"traceId":"a285227665bde105"},{"name":"write-routes-manifest","duration":345,"timestamp":300545443,"id":12,"parentId":1,"tags":{},"startTime":1770678286726,"traceId":"a285227665bde105"},{"name":"generate-required-server-files","duration":319,"timestamp":300545845,"id":13,"parentId":1,"tags":{},"startTime":1770678286726,"traceId":"a285227665bde105"},{"name":"create-entrypoints","duration":48058,"timestamp":300945772,"id":17,"parentId":15,"tags":{},"startTime":1770678287126,"traceId":"a285227665bde105"},{"name":"generate-webpack-config","duration":288406,"timestamp":300993994,"id":18,"parentId":16,"tags":{},"startTime":1770678287175,"traceId":"a285227665bde105"},{"name":"next-trace-entrypoint-plugin","duration":2235,"timestamp":301355589,"id":20,"parentId":19,"tags":{},"startTime":1770678287536,"traceId":"a285227665bde105"},{"name":"add-entry","duration":761133,"timestamp":301364489,"id":23,"parentId":21,"tags":{"request":"next/dist/pages/_app"},"startTime":1770678287545,"traceId":"a285227665bde105"},{"name":"add-entry","duration":784691,"timestamp":301364517,"id":24,"parentId":21,"tags":{"request":"next-route-loader?kind=PAGES&page=%2F_error&preferredRegion=&absolutePagePath=next%2Fdist%2Fpages%2F_error&absoluteAppPath=next%2Fdist%2Fpages%2F_app&absoluteDocumentPath=next%2Fdist%2Fpages%2F_document&middlewareConfigBase64=e30%3D!"},"startTime":1770678287545,"traceId":"a285227665bde105"},{"name":"add-entry","duration":794821,"timestamp":301364542,"id":25,"parentId":21,"tags":{"request":"next/dist/pages/_document"},"startTime":1770678287545,"traceId":"a285227665bde105"},{"name":"add-entry","duration":812978,"timestamp":301365051,"id":59,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapple-icon.png%2Froute&name=app%2Fapple-icon.png%2Froute&pagePath=private-next-app-dir%2Fapple-icon.png&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapple-icon.png&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770678287546,"traceId":"a285227665bde105"},{"name":"add-entry","duration":813006,"timestamp":301365054,"id":60,"parentId":21,"tags":{"request":"next-app-loader?page=%2Ficon.png%2Froute&name=app%2Ficon.png%2Froute&pagePath=private-next-app-dir%2Ficon.png&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Ficon.png&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770678287546,"traceId":"a285227665bde105"},{"name":"add-entry","duration":1053624,"timestamp":301365031,"id":54,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fterminal%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fterminal%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fterminal%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fterminal%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770678287546,"traceId":"a285227665bde105"},{"name":"add-entry","duration":1071387,"timestamp":301365048,"id":58,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fviewed%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fviewed%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fviewed%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fviewed%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770678287546,"traceId":"a285227665bde105"},{"name":"add-entry","duration":1086339,"timestamp":301363914,"id":22,"parentId":21,"tags":{"request":"next-app-loader?page=%2F_not-found%2Fpage&name=app%2F_not-found%2Fpage&pagePath=next%2Fdist%2Fclient%2Fcomponents%2Fnot-found-error&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=next%2Fdist%2Fclient%2Fcomponents%2Fnot-found-error&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770678287544,"traceId":"a285227665bde105"},{"name":"add-entry","duration":1085218,"timestamp":301365058,"id":61,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fpage&name=app%2Fpage&pagePath=private-next-app-dir%2Fpage.tsx&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fpage&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770678287546,"traceId":"a285227665bde105"},{"name":"add-entry","duration":1085229,"timestamp":301365063,"id":62,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fworktrees%2F%5Bid%5D%2Fpage&name=app%2Fworktrees%2F%5Bid%5D%2Fpage&pagePath=private-next-app-dir%2Fworktrees%2F%5Bid%5D%2Fpage.tsx&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fworktrees%2F%5Bid%5D%2Fpage&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770678287546,"traceId":"a285227665bde105"},{"name":"add-entry","duration":1085232,"timestamp":301365066,"id":63,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fworktrees%2F%5Bid%5D%2Ffiles%2F%5B...path%5D%2Fpage&name=app%2Fworktrees%2F%5Bid%5D%2Ffiles%2F%5B...path%5D%2Fpage&pagePath=private-next-app-dir%2Fworktrees%2F%5Bid%5D%2Ffiles%2F%5B...path%5D%2Fpage.tsx&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fworktrees%2F%5Bid%5D%2Ffiles%2F%5B...path%5D%2Fpage&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770678287546,"traceId":"a285227665bde105"},{"name":"add-entry","duration":1085230,"timestamp":301365072,"id":64,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fworktrees%2F%5Bid%5D%2Fsimple-terminal%2Fpage&name=app%2Fworktrees%2F%5Bid%5D%2Fsimple-terminal%2Fpage&pagePath=private-next-app-dir%2Fworktrees%2F%5Bid%5D%2Fsimple-terminal%2Fpage.tsx&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fworktrees%2F%5Bid%5D%2Fsimple-terminal%2Fpage&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770678287546,"traceId":"a285227665bde105"},{"name":"add-entry","duration":1085231,"timestamp":301365075,"id":65,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fworktrees%2F%5Bid%5D%2Fterminal%2Fpage&name=app%2Fworktrees%2F%5Bid%5D%2Fterminal%2Fpage&pagePath=private-next-app-dir%2Fworktrees%2F%5Bid%5D%2Fterminal%2Fpage.tsx&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fworktrees%2F%5Bid%5D%2Fterminal%2Fpage&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770678287546,"traceId":"a285227665bde105"},{"name":"add-entry","duration":1101982,"timestamp":301364999,"id":53,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fstart-polling%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fstart-polling%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fstart-polling%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fstart-polling%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770678287546,"traceId":"a285227665bde105"},{"name":"add-entry","duration":1122510,"timestamp":301365044,"id":57,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Ftree%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Ftree%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Ftree%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Ftree%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770678287546,"traceId":"a285227665bde105"},{"name":"add-entry","duration":1122537,"timestamp":301365037,"id":55,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Ftree%2F%5B...path%5D%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Ftree%2F%5B...path%5D%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Ftree%2F%5B...path%5D%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Ftree%2F%5B...path%5D%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770678287546,"traceId":"a285227665bde105"},{"name":"add-entry","duration":1133211,"timestamp":301365041,"id":56,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fupload%2F%5B...path%5D%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fupload%2F%5B...path%5D%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fupload%2F%5B...path%5D%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fupload%2F%5B...path%5D%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770678287546,"traceId":"a285227665bde105"},{"name":"add-entry","duration":1144352,"timestamp":301365079,"id":66,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fexternal-apps%2F%5Bid%5D%2Fhealth%2Froute&name=app%2Fapi%2Fexternal-apps%2F%5Bid%5D%2Fhealth%2Froute&pagePath=private-next-app-dir%2Fapi%2Fexternal-apps%2F%5Bid%5D%2Fhealth%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fexternal-apps%2F%5Bid%5D%2Fhealth%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770678287546,"traceId":"a285227665bde105"},{"name":"add-entry","duration":1145409,"timestamp":301365084,"id":67,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fexternal-apps%2Froute&name=app%2Fapi%2Fexternal-apps%2Froute&pagePath=private-next-app-dir%2Fapi%2Fexternal-apps%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fexternal-apps%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770678287546,"traceId":"a285227665bde105"},{"name":"add-entry","duration":1145425,"timestamp":301365087,"id":68,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fexternal-apps%2F%5Bid%5D%2Froute&name=app%2Fapi%2Fexternal-apps%2F%5Bid%5D%2Froute&pagePath=private-next-app-dir%2Fapi%2Fexternal-apps%2F%5Bid%5D%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fexternal-apps%2F%5Bid%5D%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770678287546,"traceId":"a285227665bde105"},{"name":"add-entry","duration":1146732,"timestamp":301364786,"id":36,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fcapture%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fcapture%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fcapture%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fcapture%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770678287545,"traceId":"a285227665bde105"},{"name":"add-entry","duration":1149577,"timestamp":301364996,"id":52,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fslash-commands%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fslash-commands%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fslash-commands%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fslash-commands%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770678287546,"traceId":"a285227665bde105"},{"name":"add-entry","duration":1157418,"timestamp":301364992,"id":51,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fsearch%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fsearch%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fsearch%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fsearch%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770678287546,"traceId":"a285227665bde105"},{"name":"add-entry","duration":1160283,"timestamp":301364809,"id":39,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Ffiles%2F%5B...path%5D%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Ffiles%2F%5B...path%5D%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Ffiles%2F%5B...path%5D%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Ffiles%2F%5B...path%5D%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770678287545,"traceId":"a285227665bde105"},{"name":"add-entry","duration":1160505,"timestamp":301364597,"id":28,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Frepositories%2Fclone%2Froute&name=app%2Fapi%2Frepositories%2Fclone%2Froute&pagePath=private-next-app-dir%2Fapi%2Frepositories%2Fclone%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Frepositories%2Fclone%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770678287545,"traceId":"a285227665bde105"},{"name":"add-entry","duration":1160498,"timestamp":301364611,"id":29,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Frepositories%2Fexcluded%2Froute&name=app%2Fapi%2Frepositories%2Fexcluded%2Froute&pagePath=private-next-app-dir%2Fapi%2Frepositories%2Fexcluded%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Frepositories%2Fexcluded%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770678287545,"traceId":"a285227665bde105"},{"name":"add-entry","duration":1160491,"timestamp":301364621,"id":30,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Frepositories%2Frestore%2Froute&name=app%2Fapi%2Frepositories%2Frestore%2Froute&pagePath=private-next-app-dir%2Fapi%2Frepositories%2Frestore%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Frepositories%2Frestore%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770678287545,"traceId":"a285227665bde105"},{"name":"add-entry","duration":1160384,"timestamp":301364730,"id":32,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Frepositories%2Fscan%2Froute&name=app%2Fapi%2Frepositories%2Fscan%2Froute&pagePath=private-next-app-dir%2Fapi%2Frepositories%2Fscan%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Frepositories%2Fscan%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770678287545,"traceId":"a285227665bde105"},{"name":"add-entry","duration":1160370,"timestamp":301364745,"id":33,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Frepositories%2Fsync%2Froute&name=app%2Fapi%2Frepositories%2Fsync%2Froute&pagePath=private-next-app-dir%2Fapi%2Frepositories%2Fsync%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Frepositories%2Fsync%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770678287545,"traceId":"a285227665bde105"},{"name":"add-entry","duration":1160145,"timestamp":301364972,"id":46,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fmessages%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fmessages%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fmessages%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fmessages%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770678287546,"traceId":"a285227665bde105"},{"name":"add-entry","duration":1160534,"timestamp":301364585,"id":27,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Frepositories%2Fclone%2F%5BjobId%5D%2Froute&name=app%2Fapi%2Frepositories%2Fclone%2F%5BjobId%5D%2Froute&pagePath=private-next-app-dir%2Fapi%2Frepositories%2Fclone%2F%5BjobId%5D%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Frepositories%2Fclone%2F%5BjobId%5D%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770678287545,"traceId":"a285227665bde105"},{"name":"add-entry","duration":1160344,"timestamp":301364778,"id":35,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fauto-yes%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fauto-yes%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fauto-yes%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fauto-yes%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770678287545,"traceId":"a285227665bde105"},{"name":"add-entry","duration":1160329,"timestamp":301364795,"id":37,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fcli-tool%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fcli-tool%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fcli-tool%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fcli-tool%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770678287545,"traceId":"a285227665bde105"},{"name":"add-entry","duration":1160219,"timestamp":301364907,"id":44,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fmemos%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fmemos%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fmemos%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fmemos%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770678287545,"traceId":"a285227665bde105"},{"name":"add-entry","duration":1160170,"timestamp":301364958,"id":45,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Flogs%2F%5Bfilename%5D%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Flogs%2F%5Bfilename%5D%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Flogs%2F%5Bfilename%5D%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Flogs%2F%5Bfilename%5D%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770678287545,"traceId":"a285227665bde105"},{"name":"add-entry","duration":1160242,"timestamp":301364890,"id":43,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fmemos%2F%5BmemoId%5D%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fmemos%2F%5BmemoId%5D%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fmemos%2F%5BmemoId%5D%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fmemos%2F%5BmemoId%5D%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770678287545,"traceId":"a285227665bde105"},{"name":"add-entry","duration":1160377,"timestamp":301365094,"id":70,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fproxy%2F%5B...path%5D%2Froute&name=app%2Fproxy%2F%5B...path%5D%2Froute&pagePath=private-next-app-dir%2Fproxy%2F%5B...path%5D%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fproxy%2F%5B...path%5D%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770678287546,"traceId":"a285227665bde105"},{"name":"add-entry","duration":1170031,"timestamp":301364832,"id":42,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Flogs%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Flogs%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Flogs%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Flogs%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770678287545,"traceId":"a285227665bde105"},{"name":"add-entry","duration":1170308,"timestamp":301364567,"id":26,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fhooks%2Fclaude-done%2Froute&name=app%2Fapi%2Fhooks%2Fclaude-done%2Froute&pagePath=private-next-app-dir%2Fapi%2Fhooks%2Fclaude-done%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fhooks%2Fclaude-done%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770678287545,"traceId":"a285227665bde105"},{"name":"add-entry","duration":1170676,"timestamp":301364695,"id":31,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Frepositories%2Froute&name=app%2Fapi%2Frepositories%2Froute&pagePath=private-next-app-dir%2Fapi%2Frepositories%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Frepositories%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770678287545,"traceId":"a285227665bde105"},{"name":"add-entry","duration":1170396,"timestamp":301364985,"id":49,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770678287546,"traceId":"a285227665bde105"},{"name":"add-entry","duration":1170586,"timestamp":301364801,"id":38,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fcurrent-output%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fcurrent-output%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fcurrent-output%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fcurrent-output%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770678287545,"traceId":"a285227665bde105"},{"name":"add-entry","duration":1170575,"timestamp":301364818,"id":40,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Finterrupt%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Finterrupt%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Finterrupt%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Finterrupt%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770678287545,"traceId":"a285227665bde105"},{"name":"add-entry","duration":1170574,"timestamp":301364823,"id":41,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fkill-session%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fkill-session%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fkill-session%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fkill-session%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770678287545,"traceId":"a285227665bde105"},{"name":"add-entry","duration":1170425,"timestamp":301364977,"id":47,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fprompt-response%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fprompt-response%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fprompt-response%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fprompt-response%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770678287546,"traceId":"a285227665bde105"},{"name":"add-entry","duration":1170423,"timestamp":301364982,"id":48,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Frespond%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Frespond%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Frespond%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Frespond%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770678287546,"traceId":"a285227665bde105"},{"name":"add-entry","duration":1170421,"timestamp":301364989,"id":50,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fsend%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fsend%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fsend%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fsend%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770678287546,"traceId":"a285227665bde105"},{"name":"add-entry","duration":1170324,"timestamp":301365091,"id":69,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2Froute&name=app%2Fapi%2Fworktrees%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770678287546,"traceId":"a285227665bde105"},{"name":"add-entry","duration":1179043,"timestamp":301364757,"id":34,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fslash-commands%2Froute&name=app%2Fapi%2Fslash-commands%2Froute&pagePath=private-next-app-dir%2Fapi%2Fslash-commands%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fslash-commands%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770678287545,"traceId":"a285227665bde105"},{"name":"make","duration":2300143,"timestamp":301363554,"id":21,"parentId":19,"tags":{},"startTime":1770678287544,"traceId":"a285227665bde105"},{"name":"get-entries","duration":1916,"timestamp":303665266,"id":100,"parentId":99,"tags":{},"startTime":1770678289846,"traceId":"a285227665bde105"},{"name":"node-file-trace-plugin","duration":383935,"timestamp":303671246,"id":101,"parentId":99,"tags":{"traceEntryCount":"94"},"startTime":1770678289852,"traceId":"a285227665bde105"},{"name":"collect-traced-files","duration":3776,"timestamp":304055193,"id":102,"parentId":99,"tags":{},"startTime":1770678290236,"traceId":"a285227665bde105"},{"name":"finish-modules","duration":393908,"timestamp":303665069,"id":99,"parentId":20,"tags":{},"startTime":1770678289846,"traceId":"a285227665bde105"},{"name":"chunk-graph","duration":36599,"timestamp":304287115,"id":104,"parentId":103,"tags":{},"startTime":1770678290468,"traceId":"a285227665bde105"},{"name":"optimize-modules","duration":45,"timestamp":304323891,"id":106,"parentId":103,"tags":{},"startTime":1770678290504,"traceId":"a285227665bde105"},{"name":"optimize-chunks","duration":45502,"timestamp":304324085,"id":107,"parentId":103,"tags":{},"startTime":1770678290505,"traceId":"a285227665bde105"},{"name":"optimize-tree","duration":127,"timestamp":304369685,"id":108,"parentId":103,"tags":{},"startTime":1770678290550,"traceId":"a285227665bde105"},{"name":"optimize-chunk-modules","duration":55328,"timestamp":304369912,"id":109,"parentId":103,"tags":{},"startTime":1770678290550,"traceId":"a285227665bde105"},{"name":"optimize","duration":101679,"timestamp":304323815,"id":105,"parentId":103,"tags":{},"startTime":1770678290504,"traceId":"a285227665bde105"},{"name":"module-hash","duration":47669,"timestamp":304466689,"id":110,"parentId":103,"tags":{},"startTime":1770678290647,"traceId":"a285227665bde105"},{"name":"code-generation","duration":7833,"timestamp":304514435,"id":111,"parentId":103,"tags":{},"startTime":1770678290695,"traceId":"a285227665bde105"},{"name":"hash","duration":12376,"timestamp":304528789,"id":112,"parentId":103,"tags":{},"startTime":1770678290709,"traceId":"a285227665bde105"},{"name":"code-generation-jobs","duration":348,"timestamp":304541163,"id":113,"parentId":103,"tags":{},"startTime":1770678290722,"traceId":"a285227665bde105"},{"name":"module-assets","duration":1242,"timestamp":304541430,"id":114,"parentId":103,"tags":{},"startTime":1770678290722,"traceId":"a285227665bde105"},{"name":"create-chunk-assets","duration":2182,"timestamp":304542692,"id":115,"parentId":103,"tags":{},"startTime":1770678290723,"traceId":"a285227665bde105"},{"name":"minify-js","duration":932,"timestamp":304560877,"id":117,"parentId":116,"tags":{"name":"../app/_not-found/page.js","cache":"HIT"},"startTime":1770678290741,"traceId":"a285227665bde105"},{"name":"minify-js","duration":696,"timestamp":304561121,"id":118,"parentId":116,"tags":{"name":"../pages/_app.js","cache":"HIT"},"startTime":1770678290742,"traceId":"a285227665bde105"},{"name":"minify-js","duration":682,"timestamp":304561138,"id":119,"parentId":116,"tags":{"name":"../pages/_error.js","cache":"HIT"},"startTime":1770678290742,"traceId":"a285227665bde105"},{"name":"minify-js","duration":669,"timestamp":304561154,"id":120,"parentId":116,"tags":{"name":"../pages/_document.js","cache":"HIT"},"startTime":1770678290742,"traceId":"a285227665bde105"},{"name":"minify-js","duration":662,"timestamp":304561163,"id":121,"parentId":116,"tags":{"name":"../app/api/hooks/claude-done/route.js","cache":"HIT"},"startTime":1770678290742,"traceId":"a285227665bde105"},{"name":"minify-js","duration":655,"timestamp":304561171,"id":122,"parentId":116,"tags":{"name":"../app/api/repositories/clone/[jobId]/route.js","cache":"HIT"},"startTime":1770678290742,"traceId":"a285227665bde105"},{"name":"minify-js","duration":650,"timestamp":304561178,"id":123,"parentId":116,"tags":{"name":"../app/api/repositories/clone/route.js","cache":"HIT"},"startTime":1770678290742,"traceId":"a285227665bde105"},{"name":"minify-js","duration":641,"timestamp":304561189,"id":124,"parentId":116,"tags":{"name":"../app/api/repositories/excluded/route.js","cache":"HIT"},"startTime":1770678290742,"traceId":"a285227665bde105"},{"name":"minify-js","duration":618,"timestamp":304561214,"id":125,"parentId":116,"tags":{"name":"../app/api/repositories/restore/route.js","cache":"HIT"},"startTime":1770678290742,"traceId":"a285227665bde105"},{"name":"minify-js","duration":611,"timestamp":304561222,"id":126,"parentId":116,"tags":{"name":"../app/api/repositories/route.js","cache":"HIT"},"startTime":1770678290742,"traceId":"a285227665bde105"},{"name":"minify-js","duration":600,"timestamp":304561235,"id":127,"parentId":116,"tags":{"name":"../app/api/repositories/scan/route.js","cache":"HIT"},"startTime":1770678290742,"traceId":"a285227665bde105"},{"name":"minify-js","duration":591,"timestamp":304561245,"id":128,"parentId":116,"tags":{"name":"../app/api/repositories/sync/route.js","cache":"HIT"},"startTime":1770678290742,"traceId":"a285227665bde105"},{"name":"minify-js","duration":585,"timestamp":304561253,"id":129,"parentId":116,"tags":{"name":"../app/api/slash-commands/route.js","cache":"HIT"},"startTime":1770678290742,"traceId":"a285227665bde105"},{"name":"minify-js","duration":580,"timestamp":304561260,"id":130,"parentId":116,"tags":{"name":"../app/api/worktrees/[id]/auto-yes/route.js","cache":"HIT"},"startTime":1770678290742,"traceId":"a285227665bde105"},{"name":"minify-js","duration":503,"timestamp":304561339,"id":131,"parentId":116,"tags":{"name":"../app/api/worktrees/[id]/capture/route.js","cache":"HIT"},"startTime":1770678290742,"traceId":"a285227665bde105"},{"name":"minify-js","duration":487,"timestamp":304561357,"id":132,"parentId":116,"tags":{"name":"../app/api/worktrees/[id]/cli-tool/route.js","cache":"HIT"},"startTime":1770678290742,"traceId":"a285227665bde105"},{"name":"minify-js","duration":472,"timestamp":304561374,"id":133,"parentId":116,"tags":{"name":"../app/api/worktrees/[id]/current-output/route.js","cache":"HIT"},"startTime":1770678290742,"traceId":"a285227665bde105"},{"name":"minify-js","duration":464,"timestamp":304561383,"id":134,"parentId":116,"tags":{"name":"../app/api/worktrees/[id]/files/[...path]/route.js","cache":"HIT"},"startTime":1770678290742,"traceId":"a285227665bde105"},{"name":"minify-js","duration":460,"timestamp":304561389,"id":135,"parentId":116,"tags":{"name":"../app/api/worktrees/[id]/interrupt/route.js","cache":"HIT"},"startTime":1770678290742,"traceId":"a285227665bde105"},{"name":"minify-js","duration":456,"timestamp":304561395,"id":136,"parentId":116,"tags":{"name":"../app/api/worktrees/[id]/kill-session/route.js","cache":"HIT"},"startTime":1770678290742,"traceId":"a285227665bde105"},{"name":"minify-js","duration":451,"timestamp":304561402,"id":137,"parentId":116,"tags":{"name":"../app/api/worktrees/[id]/logs/route.js","cache":"HIT"},"startTime":1770678290742,"traceId":"a285227665bde105"},{"name":"minify-js","duration":447,"timestamp":304561408,"id":138,"parentId":116,"tags":{"name":"../app/api/worktrees/[id]/memos/[memoId]/route.js","cache":"HIT"},"startTime":1770678290742,"traceId":"a285227665bde105"}]
|
|
2
|
-
[{"name":"minify-js","duration":443,"timestamp":304561414,"id":139,"parentId":116,"tags":{"name":"../app/api/worktrees/[id]/memos/route.js","cache":"HIT"},"startTime":1770678290742,"traceId":"a285227665bde105"},{"name":"minify-js","duration":440,"timestamp":304561419,"id":140,"parentId":116,"tags":{"name":"../app/api/worktrees/[id]/logs/[filename]/route.js","cache":"HIT"},"startTime":1770678290742,"traceId":"a285227665bde105"},{"name":"minify-js","duration":436,"timestamp":304561425,"id":141,"parentId":116,"tags":{"name":"../app/api/worktrees/[id]/messages/route.js","cache":"HIT"},"startTime":1770678290742,"traceId":"a285227665bde105"},{"name":"minify-js","duration":431,"timestamp":304561431,"id":142,"parentId":116,"tags":{"name":"../app/api/worktrees/[id]/prompt-response/route.js","cache":"HIT"},"startTime":1770678290742,"traceId":"a285227665bde105"},{"name":"minify-js","duration":427,"timestamp":304561437,"id":143,"parentId":116,"tags":{"name":"../app/api/worktrees/[id]/respond/route.js","cache":"HIT"},"startTime":1770678290742,"traceId":"a285227665bde105"},{"name":"minify-js","duration":422,"timestamp":304561444,"id":144,"parentId":116,"tags":{"name":"../app/api/worktrees/[id]/route.js","cache":"HIT"},"startTime":1770678290742,"traceId":"a285227665bde105"},{"name":"minify-js","duration":418,"timestamp":304561450,"id":145,"parentId":116,"tags":{"name":"../app/api/worktrees/[id]/send/route.js","cache":"HIT"},"startTime":1770678290742,"traceId":"a285227665bde105"},{"name":"minify-js","duration":414,"timestamp":304561456,"id":146,"parentId":116,"tags":{"name":"../app/api/worktrees/[id]/search/route.js","cache":"HIT"},"startTime":1770678290742,"traceId":"a285227665bde105"},{"name":"minify-js","duration":410,"timestamp":304561462,"id":147,"parentId":116,"tags":{"name":"../app/api/worktrees/[id]/slash-commands/route.js","cache":"HIT"},"startTime":1770678290742,"traceId":"a285227665bde105"},{"name":"minify-js","duration":406,"timestamp":304561467,"id":148,"parentId":116,"tags":{"name":"../app/api/worktrees/[id]/start-polling/route.js","cache":"HIT"},"startTime":1770678290742,"traceId":"a285227665bde105"},{"name":"minify-js","duration":401,"timestamp":304561474,"id":149,"parentId":116,"tags":{"name":"../app/api/worktrees/[id]/terminal/route.js","cache":"HIT"},"startTime":1770678290742,"traceId":"a285227665bde105"},{"name":"minify-js","duration":397,"timestamp":304561479,"id":150,"parentId":116,"tags":{"name":"../app/api/worktrees/[id]/tree/[...path]/route.js","cache":"HIT"},"startTime":1770678290742,"traceId":"a285227665bde105"},{"name":"minify-js","duration":394,"timestamp":304561485,"id":151,"parentId":116,"tags":{"name":"../app/api/worktrees/[id]/upload/[...path]/route.js","cache":"HIT"},"startTime":1770678290742,"traceId":"a285227665bde105"},{"name":"minify-js","duration":390,"timestamp":304561490,"id":152,"parentId":116,"tags":{"name":"../app/api/worktrees/[id]/tree/route.js","cache":"HIT"},"startTime":1770678290742,"traceId":"a285227665bde105"},{"name":"minify-js","duration":386,"timestamp":304561496,"id":153,"parentId":116,"tags":{"name":"../app/api/worktrees/[id]/viewed/route.js","cache":"HIT"},"startTime":1770678290742,"traceId":"a285227665bde105"},{"name":"minify-js","duration":382,"timestamp":304561502,"id":154,"parentId":116,"tags":{"name":"../app/apple-icon.png/route.js","cache":"HIT"},"startTime":1770678290742,"traceId":"a285227665bde105"},{"name":"minify-js","duration":378,"timestamp":304561507,"id":155,"parentId":116,"tags":{"name":"../app/icon.png/route.js","cache":"HIT"},"startTime":1770678290742,"traceId":"a285227665bde105"},{"name":"minify-js","duration":369,"timestamp":304561518,"id":156,"parentId":116,"tags":{"name":"../app/page.js","cache":"HIT"},"startTime":1770678290742,"traceId":"a285227665bde105"},{"name":"minify-js","duration":365,"timestamp":304561524,"id":157,"parentId":116,"tags":{"name":"../app/worktrees/[id]/page.js","cache":"HIT"},"startTime":1770678290742,"traceId":"a285227665bde105"},{"name":"minify-js","duration":361,"timestamp":304561529,"id":158,"parentId":116,"tags":{"name":"../app/worktrees/[id]/files/[...path]/page.js","cache":"HIT"},"startTime":1770678290742,"traceId":"a285227665bde105"},{"name":"minify-js","duration":357,"timestamp":304561535,"id":159,"parentId":116,"tags":{"name":"../app/worktrees/[id]/simple-terminal/page.js","cache":"HIT"},"startTime":1770678290742,"traceId":"a285227665bde105"},{"name":"minify-js","duration":353,"timestamp":304561540,"id":160,"parentId":116,"tags":{"name":"../app/worktrees/[id]/terminal/page.js","cache":"HIT"},"startTime":1770678290742,"traceId":"a285227665bde105"},{"name":"minify-js","duration":349,"timestamp":304561546,"id":161,"parentId":116,"tags":{"name":"../app/api/external-apps/[id]/health/route.js","cache":"HIT"},"startTime":1770678290742,"traceId":"a285227665bde105"},{"name":"minify-js","duration":346,"timestamp":304561552,"id":162,"parentId":116,"tags":{"name":"../app/api/external-apps/route.js","cache":"HIT"},"startTime":1770678290742,"traceId":"a285227665bde105"},{"name":"minify-js","duration":372,"timestamp":304561557,"id":163,"parentId":116,"tags":{"name":"../app/api/external-apps/[id]/route.js","cache":"HIT"},"startTime":1770678290742,"traceId":"a285227665bde105"},{"name":"minify-js","duration":369,"timestamp":304561563,"id":164,"parentId":116,"tags":{"name":"../app/api/worktrees/route.js","cache":"HIT"},"startTime":1770678290742,"traceId":"a285227665bde105"},{"name":"minify-js","duration":365,"timestamp":304561568,"id":165,"parentId":116,"tags":{"name":"../app/proxy/[...path]/route.js","cache":"HIT"},"startTime":1770678290742,"traceId":"a285227665bde105"},{"name":"minify-js","duration":361,"timestamp":304561573,"id":166,"parentId":116,"tags":{"name":"../webpack-runtime.js","cache":"HIT"},"startTime":1770678290742,"traceId":"a285227665bde105"},{"name":"minify-js","duration":355,"timestamp":304561581,"id":167,"parentId":116,"tags":{"name":"8948.js","cache":"HIT"},"startTime":1770678290742,"traceId":"a285227665bde105"},{"name":"minify-js","duration":346,"timestamp":304561594,"id":168,"parentId":116,"tags":{"name":"5972.js","cache":"HIT"},"startTime":1770678290742,"traceId":"a285227665bde105"},{"name":"minify-js","duration":341,"timestamp":304561601,"id":169,"parentId":116,"tags":{"name":"3853.js","cache":"HIT"},"startTime":1770678290742,"traceId":"a285227665bde105"},{"name":"minify-js","duration":339,"timestamp":304561606,"id":170,"parentId":116,"tags":{"name":"4893.js","cache":"HIT"},"startTime":1770678290742,"traceId":"a285227665bde105"},{"name":"minify-js","duration":336,"timestamp":304561611,"id":171,"parentId":116,"tags":{"name":"4471.js","cache":"HIT"},"startTime":1770678290742,"traceId":"a285227665bde105"},{"name":"minify-js","duration":332,"timestamp":304561617,"id":172,"parentId":116,"tags":{"name":"6621.js","cache":"HIT"},"startTime":1770678290742,"traceId":"a285227665bde105"},{"name":"minify-js","duration":329,"timestamp":304561622,"id":173,"parentId":116,"tags":{"name":"434.js","cache":"HIT"},"startTime":1770678290742,"traceId":"a285227665bde105"},{"name":"minify-js","duration":326,"timestamp":304561628,"id":174,"parentId":116,"tags":{"name":"8887.js","cache":"HIT"},"startTime":1770678290742,"traceId":"a285227665bde105"},{"name":"minify-js","duration":322,"timestamp":304561633,"id":175,"parentId":116,"tags":{"name":"3673.js","cache":"HIT"},"startTime":1770678290742,"traceId":"a285227665bde105"},{"name":"minify-js","duration":318,"timestamp":304561639,"id":176,"parentId":116,"tags":{"name":"1682.js","cache":"HIT"},"startTime":1770678290742,"traceId":"a285227665bde105"},{"name":"minify-js","duration":314,"timestamp":304561644,"id":177,"parentId":116,"tags":{"name":"2518.js","cache":"HIT"},"startTime":1770678290742,"traceId":"a285227665bde105"},{"name":"minify-js","duration":311,"timestamp":304561650,"id":178,"parentId":116,"tags":{"name":"3053.js","cache":"HIT"},"startTime":1770678290742,"traceId":"a285227665bde105"},{"name":"minify-js","duration":307,"timestamp":304561655,"id":179,"parentId":116,"tags":{"name":"7425.js","cache":"HIT"},"startTime":1770678290742,"traceId":"a285227665bde105"},{"name":"minify-js","duration":302,"timestamp":304561661,"id":180,"parentId":116,"tags":{"name":"9367.js","cache":"HIT"},"startTime":1770678290742,"traceId":"a285227665bde105"},{"name":"minify-js","duration":298,"timestamp":304561666,"id":181,"parentId":116,"tags":{"name":"7536.js","cache":"HIT"},"startTime":1770678290742,"traceId":"a285227665bde105"},{"name":"minify-js","duration":294,"timestamp":304561672,"id":182,"parentId":116,"tags":{"name":"6550.js","cache":"HIT"},"startTime":1770678290742,"traceId":"a285227665bde105"},{"name":"minify-js","duration":221,"timestamp":304561746,"id":183,"parentId":116,"tags":{"name":"8174.js","cache":"HIT"},"startTime":1770678290742,"traceId":"a285227665bde105"},{"name":"minify-js","duration":175,"timestamp":304561794,"id":184,"parentId":116,"tags":{"name":"5488.js","cache":"HIT"},"startTime":1770678290742,"traceId":"a285227665bde105"},{"name":"minify-js","duration":167,"timestamp":304561803,"id":185,"parentId":116,"tags":{"name":"8585.js","cache":"HIT"},"startTime":1770678290742,"traceId":"a285227665bde105"},{"name":"terser-webpack-plugin-optimize","duration":11671,"timestamp":304550364,"id":116,"parentId":19,"tags":{"compilationName":"server","swcMinify":true},"startTime":1770678290731,"traceId":"a285227665bde105"},{"name":"css-minimizer-plugin","duration":164,"timestamp":304562185,"id":186,"parentId":19,"tags":{},"startTime":1770678290743,"traceId":"a285227665bde105"},{"name":"create-trace-assets","duration":3332,"timestamp":304562594,"id":187,"parentId":20,"tags":{},"startTime":1770678290743,"traceId":"a285227665bde105"},{"name":"seal","duration":406029,"timestamp":304177159,"id":103,"parentId":19,"tags":{},"startTime":1770678290358,"traceId":"a285227665bde105"},{"name":"webpack-compilation","duration":3240536,"timestamp":301353753,"id":19,"parentId":16,"tags":{"name":"server"},"startTime":1770678287534,"traceId":"a285227665bde105"},{"name":"emit","duration":26657,"timestamp":304594837,"id":188,"parentId":16,"tags":{},"startTime":1770678290775,"traceId":"a285227665bde105"},{"name":"webpack-close","duration":762,"timestamp":304622149,"id":189,"parentId":16,"tags":{"name":"server"},"startTime":1770678290803,"traceId":"a285227665bde105"},{"name":"webpack-generate-error-stats","duration":2649,"timestamp":304622956,"id":190,"parentId":189,"tags":{},"startTime":1770678290803,"traceId":"a285227665bde105"},{"name":"run-webpack-compiler","duration":3680118,"timestamp":300945765,"id":16,"parentId":15,"tags":{},"startTime":1770678287126,"traceId":"a285227665bde105"},{"name":"format-webpack-messages","duration":93,"timestamp":304625890,"id":191,"parentId":15,"tags":{},"startTime":1770678290806,"traceId":"a285227665bde105"},{"name":"worker-main-server","duration":3680633,"timestamp":300945474,"id":15,"parentId":1,"tags":{},"startTime":1770678287126,"traceId":"a285227665bde105"},{"name":"create-entrypoints","duration":47754,"timestamp":305061169,"id":195,"parentId":193,"tags":{},"startTime":1770678291242,"traceId":"a285227665bde105"},{"name":"generate-webpack-config","duration":286446,"timestamp":305109110,"id":196,"parentId":194,"tags":{},"startTime":1770678291290,"traceId":"a285227665bde105"},{"name":"make","duration":827,"timestamp":305471203,"id":198,"parentId":197,"tags":{},"startTime":1770678291652,"traceId":"a285227665bde105"},{"name":"chunk-graph","duration":760,"timestamp":305474995,"id":200,"parentId":199,"tags":{},"startTime":1770678291656,"traceId":"a285227665bde105"},{"name":"optimize-modules","duration":41,"timestamp":305475893,"id":202,"parentId":199,"tags":{},"startTime":1770678291656,"traceId":"a285227665bde105"},{"name":"optimize-chunks","duration":907,"timestamp":305476068,"id":203,"parentId":199,"tags":{},"startTime":1770678291657,"traceId":"a285227665bde105"},{"name":"optimize-tree","duration":130,"timestamp":305477098,"id":204,"parentId":199,"tags":{},"startTime":1770678291658,"traceId":"a285227665bde105"},{"name":"optimize-chunk-modules","duration":523,"timestamp":305477445,"id":205,"parentId":199,"tags":{},"startTime":1770678291658,"traceId":"a285227665bde105"},{"name":"optimize","duration":2349,"timestamp":305475836,"id":201,"parentId":199,"tags":{},"startTime":1770678291656,"traceId":"a285227665bde105"},{"name":"module-hash","duration":100,"timestamp":305479437,"id":206,"parentId":199,"tags":{},"startTime":1770678291660,"traceId":"a285227665bde105"},{"name":"code-generation","duration":223,"timestamp":305479595,"id":207,"parentId":199,"tags":{},"startTime":1770678291660,"traceId":"a285227665bde105"},{"name":"hash","duration":414,"timestamp":305480175,"id":208,"parentId":199,"tags":{},"startTime":1770678291661,"traceId":"a285227665bde105"},{"name":"code-generation-jobs","duration":150,"timestamp":305480588,"id":209,"parentId":199,"tags":{},"startTime":1770678291661,"traceId":"a285227665bde105"},{"name":"module-assets","duration":93,"timestamp":305480700,"id":210,"parentId":199,"tags":{},"startTime":1770678291661,"traceId":"a285227665bde105"},{"name":"create-chunk-assets","duration":223,"timestamp":305480805,"id":211,"parentId":199,"tags":{},"startTime":1770678291661,"traceId":"a285227665bde105"},{"name":"minify-js","duration":354,"timestamp":305497748,"id":213,"parentId":212,"tags":{"name":"interception-route-rewrite-manifest.js","cache":"HIT"},"startTime":1770678291678,"traceId":"a285227665bde105"},{"name":"terser-webpack-plugin-optimize","duration":2706,"timestamp":305495404,"id":212,"parentId":197,"tags":{"compilationName":"edge-server","swcMinify":true},"startTime":1770678291676,"traceId":"a285227665bde105"},{"name":"css-minimizer-plugin","duration":109,"timestamp":305498193,"id":214,"parentId":197,"tags":{},"startTime":1770678291679,"traceId":"a285227665bde105"},{"name":"seal","duration":26435,"timestamp":305474319,"id":199,"parentId":197,"tags":{},"startTime":1770678291655,"traceId":"a285227665bde105"},{"name":"webpack-compilation","duration":36998,"timestamp":305464119,"id":197,"parentId":194,"tags":{"name":"edge-server"},"startTime":1770678291645,"traceId":"a285227665bde105"},{"name":"emit","duration":2977,"timestamp":305501484,"id":215,"parentId":194,"tags":{},"startTime":1770678291682,"traceId":"a285227665bde105"},{"name":"webpack-close","duration":698,"timestamp":305505061,"id":216,"parentId":194,"tags":{"name":"edge-server"},"startTime":1770678291686,"traceId":"a285227665bde105"},{"name":"webpack-generate-error-stats","duration":2545,"timestamp":305505802,"id":217,"parentId":216,"tags":{},"startTime":1770678291686,"traceId":"a285227665bde105"},{"name":"run-webpack-compiler","duration":447248,"timestamp":305061164,"id":194,"parentId":193,"tags":{},"startTime":1770678291242,"traceId":"a285227665bde105"},{"name":"format-webpack-messages","duration":80,"timestamp":305508418,"id":218,"parentId":193,"tags":{},"startTime":1770678291689,"traceId":"a285227665bde105"},{"name":"worker-main-edge-server","duration":447732,"timestamp":305060854,"id":193,"parentId":1,"tags":{},"startTime":1770678291241,"traceId":"a285227665bde105"},{"name":"create-entrypoints","duration":50418,"timestamp":305913958,"id":221,"parentId":219,"tags":{},"startTime":1770678292094,"traceId":"a285227665bde105"},{"name":"generate-webpack-config","duration":284294,"timestamp":305964537,"id":222,"parentId":220,"tags":{},"startTime":1770678292145,"traceId":"a285227665bde105"},{"name":"add-entry","duration":868226,"timestamp":306326837,"id":228,"parentId":224,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fclient%2Fcomponents%2Fnot-found-error&page=%2F_not-found%2Fpage!"},"startTime":1770678292507,"traceId":"a285227665bde105"},{"name":"add-entry","duration":875162,"timestamp":306326860,"id":229,"parentId":224,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1770678292507,"traceId":"a285227665bde105"},{"name":"add-entry","duration":875094,"timestamp":306326956,"id":231,"parentId":224,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1770678292507,"traceId":"a285227665bde105"},{"name":"add-entry","duration":942815,"timestamp":306326820,"id":227,"parentId":224,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%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%2FCommandMate%2FCommandMate%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%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%2FCommandMate%2FCommandMate%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1770678292507,"traceId":"a285227665bde105"},{"name":"add-entry","duration":942883,"timestamp":306326779,"id":226,"parentId":224,"tags":{"request":"./node_modules/next/dist/client/app-next.js"},"startTime":1770678292507,"traceId":"a285227665bde105"},{"name":"add-entry","duration":963214,"timestamp":306326968,"id":232,"parentId":224,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp%2Fglobals.css%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fcomponents%2Fproviders%2FAppProviders.tsx%22%2C%22ids%22%3A%5B%22AppProviders%22%5D%7D&server=false!"},"startTime":1770678292508,"traceId":"a285227665bde105"},{"name":"add-entry","duration":963527,"timestamp":306326936,"id":230,"parentId":224,"tags":{"request":"/home/runner/work/CommandMate/CommandMate/node_modules/next/dist/client/router.js"},"startTime":1770678292507,"traceId":"a285227665bde105"},{"name":"add-entry","duration":964291,"timestamp":306326258,"id":225,"parentId":224,"tags":{"request":"./node_modules/next/dist/client/next.js"},"startTime":1770678292507,"traceId":"a285227665bde105"},{"name":"add-entry","duration":1020123,"timestamp":306327147,"id":237,"parentId":224,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp%2Fworktrees%2F%5Bid%5D%2Fterminal%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1770678292508,"traceId":"a285227665bde105"},{"name":"add-entry","duration":1058585,"timestamp":306327079,"id":236,"parentId":224,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp%2Fworktrees%2F%5Bid%5D%2Fsimple-terminal%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1770678292508,"traceId":"a285227665bde105"},{"name":"add-entry","duration":1258121,"timestamp":306326980,"id":233,"parentId":224,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1770678292508,"traceId":"a285227665bde105"},{"name":"add-entry","duration":1443694,"timestamp":306327062,"id":235,"parentId":224,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp%2Fworktrees%2F%5Bid%5D%2Ffiles%2F%5B...path%5D%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1770678292508,"traceId":"a285227665bde105"},{"name":"add-entry","duration":2289041,"timestamp":306327028,"id":234,"parentId":224,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp%2Fworktrees%2F%5Bid%5D%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1770678292508,"traceId":"a285227665bde105"},{"name":"make","duration":2290781,"timestamp":306325803,"id":224,"parentId":223,"tags":{},"startTime":1770678292506,"traceId":"a285227665bde105"},{"name":"chunk-graph","duration":57732,"timestamp":308918168,"id":239,"parentId":238,"tags":{},"startTime":1770678295099,"traceId":"a285227665bde105"}]
|
|
3
|
-
[{"name":"optimize-modules","duration":34,"timestamp":308976053,"id":241,"parentId":238,"tags":{},"startTime":1770678295157,"traceId":"a285227665bde105"},{"name":"optimize-chunks","duration":68711,"timestamp":308979107,"id":243,"parentId":238,"tags":{},"startTime":1770678295160,"traceId":"a285227665bde105"},{"name":"optimize-tree","duration":151,"timestamp":309047915,"id":244,"parentId":238,"tags":{},"startTime":1770678295228,"traceId":"a285227665bde105"},{"name":"optimize-chunk-modules","duration":106119,"timestamp":309048174,"id":245,"parentId":238,"tags":{},"startTime":1770678295229,"traceId":"a285227665bde105"},{"name":"optimize","duration":178428,"timestamp":308975975,"id":240,"parentId":238,"tags":{},"startTime":1770678295157,"traceId":"a285227665bde105"},{"name":"module-hash","duration":66069,"timestamp":309210314,"id":246,"parentId":238,"tags":{},"startTime":1770678295391,"traceId":"a285227665bde105"},{"name":"code-generation","duration":23238,"timestamp":309276467,"id":247,"parentId":238,"tags":{},"startTime":1770678295457,"traceId":"a285227665bde105"},{"name":"hash","duration":16273,"timestamp":309308822,"id":248,"parentId":238,"tags":{},"startTime":1770678295489,"traceId":"a285227665bde105"},{"name":"code-generation-jobs","duration":373,"timestamp":309325040,"id":249,"parentId":238,"tags":{},"startTime":1770678295506,"traceId":"a285227665bde105"},{"name":"module-assets","duration":1547,"timestamp":309325331,"id":250,"parentId":238,"tags":{},"startTime":1770678295506,"traceId":"a285227665bde105"},{"name":"create-chunk-assets","duration":4017,"timestamp":309326902,"id":251,"parentId":238,"tags":{},"startTime":1770678295507,"traceId":"a285227665bde105"},{"name":"NextJsBuildManifest-generateClientManifest","duration":921,"timestamp":309334452,"id":253,"parentId":223,"tags":{},"startTime":1770678295515,"traceId":"a285227665bde105"},{"name":"NextJsBuildManifest-createassets","duration":1812,"timestamp":309333570,"id":252,"parentId":223,"tags":{},"startTime":1770678295514,"traceId":"a285227665bde105"},{"name":"minify-js","duration":1355,"timestamp":309350849,"id":255,"parentId":254,"tags":{"name":"static/chunks/main-b6d727aa9248d4f2.js","cache":"HIT"},"startTime":1770678295531,"traceId":"a285227665bde105"},{"name":"minify-js","duration":1161,"timestamp":309351048,"id":256,"parentId":254,"tags":{"name":"static/chunks/main-app-420d93e43682fee5.js","cache":"HIT"},"startTime":1770678295532,"traceId":"a285227665bde105"},{"name":"minify-js","duration":1144,"timestamp":309351067,"id":257,"parentId":254,"tags":{"name":"static/chunks/app/_not-found/page-a9d04e58c81115ec.js","cache":"HIT"},"startTime":1770678295532,"traceId":"a285227665bde105"},{"name":"minify-js","duration":1125,"timestamp":309351087,"id":258,"parentId":254,"tags":{"name":"static/chunks/pages/_app-3c9ca398d360b709.js","cache":"HIT"},"startTime":1770678295532,"traceId":"a285227665bde105"},{"name":"minify-js","duration":1118,"timestamp":309351095,"id":259,"parentId":254,"tags":{"name":"static/chunks/pages/_error-cf5ca766ac8f493f.js","cache":"HIT"},"startTime":1770678295532,"traceId":"a285227665bde105"},{"name":"minify-js","duration":1112,"timestamp":309351102,"id":260,"parentId":254,"tags":{"name":"static/chunks/app/layout-4804cfba519283cf.js","cache":"HIT"},"startTime":1770678295532,"traceId":"a285227665bde105"},{"name":"minify-js","duration":1104,"timestamp":309351111,"id":261,"parentId":254,"tags":{"name":"static/chunks/app/page-3926224c4cdf315b.js","cache":"HIT"},"startTime":1770678295532,"traceId":"a285227665bde105"},{"name":"minify-js","duration":1097,"timestamp":309351119,"id":262,"parentId":254,"tags":{"name":"static/chunks/app/worktrees/[id]/page-8bd88bdc29607413.js","cache":"HIT"},"startTime":1770678295532,"traceId":"a285227665bde105"},{"name":"minify-js","duration":1090,"timestamp":309351127,"id":263,"parentId":254,"tags":{"name":"static/chunks/app/worktrees/[id]/files/[...path]/page-9e5adf57cbbbdf05.js","cache":"HIT"},"startTime":1770678295532,"traceId":"a285227665bde105"},{"name":"minify-js","duration":1085,"timestamp":309351133,"id":264,"parentId":254,"tags":{"name":"static/chunks/app/worktrees/[id]/simple-terminal/page-16feb3e86e42f4d1.js","cache":"HIT"},"startTime":1770678295532,"traceId":"a285227665bde105"},{"name":"minify-js","duration":1076,"timestamp":309351143,"id":265,"parentId":254,"tags":{"name":"static/chunks/app/worktrees/[id]/terminal/page-be802baffc84dbd2.js","cache":"HIT"},"startTime":1770678295532,"traceId":"a285227665bde105"},{"name":"minify-js","duration":1069,"timestamp":309351151,"id":266,"parentId":254,"tags":{"name":"static/chunks/webpack-4f85dcef6279c6ee.js","cache":"HIT"},"startTime":1770678295532,"traceId":"a285227665bde105"},{"name":"minify-js","duration":1063,"timestamp":309351158,"id":267,"parentId":254,"tags":{"name":"static/chunks/13.c43ea97cedcfa009.js","cache":"HIT"},"startTime":1770678295532,"traceId":"a285227665bde105"},{"name":"minify-js","duration":1051,"timestamp":309351170,"id":268,"parentId":254,"tags":{"name":"static/chunks/5387.c596b516693d85f7.js","cache":"HIT"},"startTime":1770678295532,"traceId":"a285227665bde105"},{"name":"minify-js","duration":1045,"timestamp":309351178,"id":269,"parentId":254,"tags":{"name":"static/chunks/7753.04d8053c39f78623.js","cache":"HIT"},"startTime":1770678295532,"traceId":"a285227665bde105"},{"name":"minify-js","duration":990,"timestamp":309351234,"id":270,"parentId":254,"tags":{"name":"static/chunks/1582.2ba840113214f88b.js","cache":"HIT"},"startTime":1770678295532,"traceId":"a285227665bde105"},{"name":"minify-js","duration":973,"timestamp":309351252,"id":271,"parentId":254,"tags":{"name":"static/chunks/3574.1509567792ccbdde.js","cache":"HIT"},"startTime":1770678295532,"traceId":"a285227665bde105"},{"name":"minify-js","duration":961,"timestamp":309351265,"id":272,"parentId":254,"tags":{"name":"static/chunks/1817.80c269bf00462396.js","cache":"HIT"},"startTime":1770678295532,"traceId":"a285227665bde105"},{"name":"minify-js","duration":954,"timestamp":309351274,"id":273,"parentId":254,"tags":{"name":"static/chunks/8841.4c7f6035ac21b8a3.js","cache":"HIT"},"startTime":1770678295532,"traceId":"a285227665bde105"},{"name":"minify-js","duration":946,"timestamp":309351283,"id":274,"parentId":254,"tags":{"name":"static/chunks/2626.834991ca5479e32a.js","cache":"HIT"},"startTime":1770678295532,"traceId":"a285227665bde105"},{"name":"minify-js","duration":939,"timestamp":309351290,"id":275,"parentId":254,"tags":{"name":"static/chunks/8772.d07dbc6583a5ddd2.js","cache":"HIT"},"startTime":1770678295532,"traceId":"a285227665bde105"},{"name":"minify-js","duration":934,"timestamp":309351297,"id":276,"parentId":254,"tags":{"name":"static/chunks/3991.f1f45f54a8ce3c40.js","cache":"HIT"},"startTime":1770678295532,"traceId":"a285227665bde105"},{"name":"minify-js","duration":925,"timestamp":309351306,"id":277,"parentId":254,"tags":{"name":"static/chunks/1015.405f7d36dc4d633e.js","cache":"HIT"},"startTime":1770678295532,"traceId":"a285227665bde105"},{"name":"minify-js","duration":919,"timestamp":309351313,"id":278,"parentId":254,"tags":{"name":"static/chunks/1423.c2becd3a3433addc.js","cache":"HIT"},"startTime":1770678295532,"traceId":"a285227665bde105"},{"name":"minify-js","duration":914,"timestamp":309351319,"id":279,"parentId":254,"tags":{"name":"static/chunks/5813.5804cd22d8b1de81.js","cache":"HIT"},"startTime":1770678295532,"traceId":"a285227665bde105"},{"name":"minify-js","duration":908,"timestamp":309351326,"id":280,"parentId":254,"tags":{"name":"static/chunks/7290.5fb8e5eab68b60de.js","cache":"HIT"},"startTime":1770678295532,"traceId":"a285227665bde105"},{"name":"minify-js","duration":903,"timestamp":309351332,"id":281,"parentId":254,"tags":{"name":"static/chunks/9552.d085b60ce4fc2e49.js","cache":"HIT"},"startTime":1770678295532,"traceId":"a285227665bde105"},{"name":"minify-js","duration":895,"timestamp":309351340,"id":282,"parentId":254,"tags":{"name":"static/chunks/7004.c7a0bc108f0a695d.js","cache":"HIT"},"startTime":1770678295532,"traceId":"a285227665bde105"},{"name":"minify-js","duration":886,"timestamp":309351350,"id":283,"parentId":254,"tags":{"name":"static/chunks/7415.63d145bdb2bb0fc9.js","cache":"HIT"},"startTime":1770678295532,"traceId":"a285227665bde105"},{"name":"minify-js","duration":881,"timestamp":309351357,"id":284,"parentId":254,"tags":{"name":"static/chunks/5126.3a2d5c4b7d088d74.js","cache":"HIT"},"startTime":1770678295532,"traceId":"a285227665bde105"},{"name":"minify-js","duration":875,"timestamp":309351363,"id":285,"parentId":254,"tags":{"name":"static/chunks/6678.bc83d4718f487817.js","cache":"HIT"},"startTime":1770678295532,"traceId":"a285227665bde105"},{"name":"minify-js","duration":870,"timestamp":309351369,"id":286,"parentId":254,"tags":{"name":"static/chunks/2398.74de33f25abfa656.js","cache":"HIT"},"startTime":1770678295532,"traceId":"a285227665bde105"},{"name":"minify-js","duration":865,"timestamp":309351375,"id":287,"parentId":254,"tags":{"name":"static/chunks/383.4fe953dcb5d06979.js","cache":"HIT"},"startTime":1770678295532,"traceId":"a285227665bde105"},{"name":"minify-js","duration":860,"timestamp":309351381,"id":288,"parentId":254,"tags":{"name":"static/chunks/8288.bbb53749ede79e20.js","cache":"HIT"},"startTime":1770678295532,"traceId":"a285227665bde105"},{"name":"minify-js","duration":855,"timestamp":309351386,"id":289,"parentId":254,"tags":{"name":"static/chunks/2526.ac552a31c7f58b8a.js","cache":"HIT"},"startTime":1770678295532,"traceId":"a285227665bde105"},{"name":"minify-js","duration":850,"timestamp":309351393,"id":290,"parentId":254,"tags":{"name":"static/chunks/4212.2006a6f7e2ff0e88.js","cache":"HIT"},"startTime":1770678295532,"traceId":"a285227665bde105"},{"name":"minify-js","duration":845,"timestamp":309351398,"id":291,"parentId":254,"tags":{"name":"static/chunks/6143.450b7a18eedb9862.js","cache":"HIT"},"startTime":1770678295532,"traceId":"a285227665bde105"},{"name":"minify-js","duration":838,"timestamp":309351406,"id":292,"parentId":254,"tags":{"name":"static/chunks/9834.7f9dd877d3f245f5.js","cache":"HIT"},"startTime":1770678295532,"traceId":"a285227665bde105"},{"name":"minify-js","duration":833,"timestamp":309351412,"id":293,"parentId":254,"tags":{"name":"static/chunks/3559.b6fb524356a2230e.js","cache":"HIT"},"startTime":1770678295532,"traceId":"a285227665bde105"},{"name":"minify-js","duration":827,"timestamp":309351419,"id":294,"parentId":254,"tags":{"name":"static/chunks/3852.bb56c3b6cef2f830.js","cache":"HIT"},"startTime":1770678295532,"traceId":"a285227665bde105"},{"name":"minify-js","duration":821,"timestamp":309351425,"id":295,"parentId":254,"tags":{"name":"static/chunks/4721.19cf8b9364ea187d.js","cache":"HIT"},"startTime":1770678295532,"traceId":"a285227665bde105"},{"name":"minify-js","duration":816,"timestamp":309351431,"id":296,"parentId":254,"tags":{"name":"static/chunks/8885.0b8bea7b560f0dca.js","cache":"HIT"},"startTime":1770678295532,"traceId":"a285227665bde105"},{"name":"minify-js","duration":811,"timestamp":309351438,"id":297,"parentId":254,"tags":{"name":"static/chunks/4362.f71ae2fde3e044fc.js","cache":"HIT"},"startTime":1770678295532,"traceId":"a285227665bde105"},{"name":"minify-js","duration":805,"timestamp":309351444,"id":298,"parentId":254,"tags":{"name":"static/chunks/6406.15ebeccc6e211061.js","cache":"HIT"},"startTime":1770678295532,"traceId":"a285227665bde105"},{"name":"minify-js","duration":800,"timestamp":309351449,"id":299,"parentId":254,"tags":{"name":"static/chunks/1098.86d319e4ae76ed88.js","cache":"HIT"},"startTime":1770678295532,"traceId":"a285227665bde105"},{"name":"minify-js","duration":796,"timestamp":309351455,"id":300,"parentId":254,"tags":{"name":"static/chunks/5112.f17aa9dff2bbc1e7.js","cache":"HIT"},"startTime":1770678295532,"traceId":"a285227665bde105"},{"name":"minify-js","duration":791,"timestamp":309351461,"id":301,"parentId":254,"tags":{"name":"static/chunks/8125.000119de7d8f03f0.js","cache":"HIT"},"startTime":1770678295532,"traceId":"a285227665bde105"},{"name":"minify-js","duration":785,"timestamp":309351467,"id":302,"parentId":254,"tags":{"name":"static/chunks/framework-8e0e0f4a6b83a956.js","cache":"HIT"},"startTime":1770678295532,"traceId":"a285227665bde105"},{"name":"minify-js","duration":780,"timestamp":309351473,"id":303,"parentId":254,"tags":{"name":"static/chunks/90542734.2f2e4c1dc1ba49c0.js","cache":"HIT"},"startTime":1770678295532,"traceId":"a285227665bde105"},{"name":"minify-js","duration":775,"timestamp":309351479,"id":304,"parentId":254,"tags":{"name":"static/chunks/2cdb6380.5fe5f9f208e7c337.js","cache":"HIT"},"startTime":1770678295532,"traceId":"a285227665bde105"},{"name":"minify-js","duration":771,"timestamp":309351484,"id":305,"parentId":254,"tags":{"name":"static/chunks/0dbeb660.182b0abe4b562191.js","cache":"HIT"},"startTime":1770678295532,"traceId":"a285227665bde105"},{"name":"minify-js","duration":766,"timestamp":309351490,"id":306,"parentId":254,"tags":{"name":"static/chunks/d3ac728e.64b8bd1cc8db9bc6.js","cache":"HIT"},"startTime":1770678295532,"traceId":"a285227665bde105"},{"name":"minify-js","duration":761,"timestamp":309351496,"id":307,"parentId":254,"tags":{"name":"static/chunks/fd9d1056-bbe86e4ae099d5cd.js","cache":"HIT"},"startTime":1770678295532,"traceId":"a285227665bde105"},{"name":"minify-js","duration":756,"timestamp":309351501,"id":308,"parentId":254,"tags":{"name":"static/chunks/30d07d85-393352a92199f695.js","cache":"HIT"},"startTime":1770678295532,"traceId":"a285227665bde105"},{"name":"minify-js","duration":752,"timestamp":309351507,"id":309,"parentId":254,"tags":{"name":"static/chunks/6792.ec6c78eabeaea8ee.js","cache":"HIT"},"startTime":1770678295532,"traceId":"a285227665bde105"},{"name":"minify-js","duration":747,"timestamp":309351512,"id":310,"parentId":254,"tags":{"name":"static/chunks/4327.bf5c75539344981a.js","cache":"HIT"},"startTime":1770678295532,"traceId":"a285227665bde105"},{"name":"minify-js","duration":742,"timestamp":309351518,"id":311,"parentId":254,"tags":{"name":"static/chunks/7648-325564a6e12a3257.js","cache":"HIT"},"startTime":1770678295532,"traceId":"a285227665bde105"},{"name":"minify-js","duration":738,"timestamp":309351524,"id":312,"parentId":254,"tags":{"name":"static/chunks/8522.6733162b14be0982.js","cache":"HIT"},"startTime":1770678295532,"traceId":"a285227665bde105"},{"name":"minify-js","duration":733,"timestamp":309351529,"id":313,"parentId":254,"tags":{"name":"static/chunks/4851-45df4d388db5623f.js","cache":"HIT"},"startTime":1770678295532,"traceId":"a285227665bde105"},{"name":"minify-js","duration":728,"timestamp":309351535,"id":314,"parentId":254,"tags":{"name":"static/chunks/3843.f62b04e29fb0f55c.js","cache":"HIT"},"startTime":1770678295532,"traceId":"a285227665bde105"},{"name":"minify-js","duration":724,"timestamp":309351540,"id":315,"parentId":254,"tags":{"name":"static/chunks/2689.140cd1991848f9bd.js","cache":"HIT"},"startTime":1770678295532,"traceId":"a285227665bde105"},{"name":"minify-js","duration":718,"timestamp":309351547,"id":316,"parentId":254,"tags":{"name":"static/chunks/7665.e35ace516d7528d2.js","cache":"HIT"},"startTime":1770678295532,"traceId":"a285227665bde105"},{"name":"minify-js","duration":709,"timestamp":309351557,"id":317,"parentId":254,"tags":{"name":"static/chunks/4343-ebe884a2a80eb033.js","cache":"HIT"},"startTime":1770678295532,"traceId":"a285227665bde105"},{"name":"minify-js","duration":704,"timestamp":309351563,"id":318,"parentId":254,"tags":{"name":"static/chunks/656.5300fb43e7a93a70.js","cache":"HIT"},"startTime":1770678295532,"traceId":"a285227665bde105"},{"name":"minify-js","duration":697,"timestamp":309351571,"id":319,"parentId":254,"tags":{"name":"static/chunks/2117-d845c2cd62e344a6.js","cache":"HIT"},"startTime":1770678295532,"traceId":"a285227665bde105"},{"name":"minify-js","duration":692,"timestamp":309351577,"id":320,"parentId":254,"tags":{"name":"static/chunks/6725-f7607851b7d57eb1.js","cache":"HIT"},"startTime":1770678295532,"traceId":"a285227665bde105"},{"name":"minify-js","duration":637,"timestamp":309351633,"id":321,"parentId":254,"tags":{"name":"static/chunks/2957-327e43ef4c12808f.js","cache":"HIT"},"startTime":1770678295532,"traceId":"a285227665bde105"},{"name":"minify-js","duration":625,"timestamp":309351645,"id":322,"parentId":254,"tags":{"name":"static/chunks/816-c254f4e2406e696a.js","cache":"HIT"},"startTime":1770678295532,"traceId":"a285227665bde105"},{"name":"minify-js","duration":618,"timestamp":309351653,"id":323,"parentId":254,"tags":{"name":"static/chunks/6568-38a33aa67d82e12b.js","cache":"HIT"},"startTime":1770678295532,"traceId":"a285227665bde105"},{"name":"minify-js","duration":614,"timestamp":309351658,"id":324,"parentId":254,"tags":{"name":"server/middleware-react-loadable-manifest.js","cache":"HIT"},"startTime":1770678295532,"traceId":"a285227665bde105"},{"name":"minify-js","duration":188,"timestamp":309352085,"id":326,"parentId":254,"tags":{"name":"server/middleware-build-manifest.js","cache":"HIT"},"startTime":1770678295533,"traceId":"a285227665bde105"},{"name":"minify-js","duration":80,"timestamp":309352194,"id":328,"parentId":254,"tags":{"name":"server/next-font-manifest.js","cache":"HIT"},"startTime":1770678295533,"traceId":"a285227665bde105"},{"name":"minify-js","duration":1869,"timestamp":309351678,"id":325,"parentId":254,"tags":{"name":"static/oUD-A998xeBoez6zsrTH3/_ssgManifest.js","cache":"MISS"},"startTime":1770678295532,"traceId":"a285227665bde105"},{"name":"minify-js","duration":1482,"timestamp":309352098,"id":327,"parentId":254,"tags":{"name":"static/oUD-A998xeBoez6zsrTH3/_buildManifest.js","cache":"MISS"},"startTime":1770678295533,"traceId":"a285227665bde105"},{"name":"terser-webpack-plugin-optimize","duration":16585,"timestamp":309336999,"id":254,"parentId":223,"tags":{"compilationName":"client","swcMinify":true},"startTime":1770678295518,"traceId":"a285227665bde105"},{"name":"minify-css","duration":100,"timestamp":309353841,"id":330,"parentId":329,"tags":{"file":"static/css/e14cf99997df62a6.css","cache":"HIT"},"startTime":1770678295534,"traceId":"a285227665bde105"},{"name":"minify-css","duration":65,"timestamp":309353880,"id":331,"parentId":329,"tags":{"file":"static/css/a26070ae14fac156.css","cache":"HIT"},"startTime":1770678295534,"traceId":"a285227665bde105"},{"name":"minify-css","duration":62,"timestamp":309353884,"id":332,"parentId":329,"tags":{"file":"static/css/2c3db85a1d7310ee.css","cache":"HIT"},"startTime":1770678295534,"traceId":"a285227665bde105"},{"name":"css-minimizer-plugin","duration":266,"timestamp":309353682,"id":329,"parentId":223,"tags":{},"startTime":1770678295534,"traceId":"a285227665bde105"},{"name":"seal","duration":616554,"timestamp":308765597,"id":238,"parentId":223,"tags":{},"startTime":1770678294946,"traceId":"a285227665bde105"},{"name":"webpack-compilation","duration":3063682,"timestamp":306318891,"id":223,"parentId":220,"tags":{"name":"client"},"startTime":1770678292499,"traceId":"a285227665bde105"},{"name":"emit","duration":15672,"timestamp":309382926,"id":333,"parentId":220,"tags":{},"startTime":1770678295563,"traceId":"a285227665bde105"},{"name":"webpack-close","duration":1054339,"timestamp":309399210,"id":334,"parentId":220,"tags":{"name":"client"},"startTime":1770678295580,"traceId":"a285227665bde105"},{"name":"webpack-generate-error-stats","duration":2914,"timestamp":310453620,"id":335,"parentId":334,"tags":{},"startTime":1770678296634,"traceId":"a285227665bde105"},{"name":"run-webpack-compiler","duration":4542868,"timestamp":305913951,"id":220,"parentId":219,"tags":{},"startTime":1770678292094,"traceId":"a285227665bde105"},{"name":"format-webpack-messages","duration":113,"timestamp":310456828,"id":336,"parentId":219,"tags":{},"startTime":1770678296637,"traceId":"a285227665bde105"},{"name":"worker-main-client","duration":4543426,"timestamp":305913669,"id":219,"parentId":1,"tags":{},"startTime":1770678292094,"traceId":"a285227665bde105"},{"name":"verify-typescript-setup","duration":10906351,"timestamp":310505047,"id":339,"parentId":1,"tags":{},"startTime":1770678296686,"traceId":"a285227665bde105"}]
|
|
4
|
-
[{"name":"check-static-error-page","duration":19943,"timestamp":321458217,"id":342,"parentId":341,"tags":{},"startTime":1770678307639,"traceId":"a285227665bde105"},{"name":"check-page","duration":8280,"timestamp":321581696,"id":343,"parentId":341,"tags":{"page":"/_app"},"startTime":1770678307762,"traceId":"a285227665bde105"},{"name":"check-page","duration":7131,"timestamp":321582863,"id":345,"parentId":341,"tags":{"page":"/_document"},"startTime":1770678307763,"traceId":"a285227665bde105"},{"name":"check-page","duration":7764,"timestamp":321582751,"id":344,"parentId":341,"tags":{"page":"/_error"},"startTime":1770678307763,"traceId":"a285227665bde105"},{"name":"is-page-static","duration":233788,"timestamp":321610052,"id":394,"parentId":352,"tags":{},"startTime":1770678307791,"traceId":"a285227665bde105"},{"name":"check-page","duration":260413,"timestamp":321583488,"id":352,"parentId":341,"tags":{"page":"/api/repositories/clone"},"startTime":1770678307764,"traceId":"a285227665bde105"},{"name":"is-page-static","duration":234933,"timestamp":321610220,"id":395,"parentId":353,"tags":{},"startTime":1770678307791,"traceId":"a285227665bde105"},{"name":"check-page","duration":261649,"timestamp":321583538,"id":353,"parentId":341,"tags":{"page":"/api/repositories/excluded"},"startTime":1770678307764,"traceId":"a285227665bde105"},{"name":"is-page-static","duration":242748,"timestamp":321610308,"id":396,"parentId":354,"tags":{},"startTime":1770678307791,"traceId":"a285227665bde105"},{"name":"check-page","duration":269495,"timestamp":321583590,"id":354,"parentId":341,"tags":{"page":"/api/repositories/restore"},"startTime":1770678307764,"traceId":"a285227665bde105"},{"name":"is-page-static","duration":254556,"timestamp":321610382,"id":397,"parentId":355,"tags":{},"startTime":1770678307791,"traceId":"a285227665bde105"},{"name":"check-page","duration":281324,"timestamp":321583645,"id":355,"parentId":341,"tags":{"page":"/api/repositories"},"startTime":1770678307764,"traceId":"a285227665bde105"},{"name":"is-page-static","duration":255559,"timestamp":321610539,"id":398,"parentId":357,"tags":{},"startTime":1770678307791,"traceId":"a285227665bde105"},{"name":"check-page","duration":282311,"timestamp":321583821,"id":357,"parentId":341,"tags":{"page":"/api/repositories/sync"},"startTime":1770678307764,"traceId":"a285227665bde105"},{"name":"is-page-static","duration":256604,"timestamp":321610606,"id":399,"parentId":356,"tags":{},"startTime":1770678307791,"traceId":"a285227665bde105"},{"name":"check-page","duration":283545,"timestamp":321583692,"id":356,"parentId":341,"tags":{"page":"/api/repositories/scan"},"startTime":1770678307764,"traceId":"a285227665bde105"},{"name":"is-page-static","duration":267803,"timestamp":321610660,"id":400,"parentId":358,"tags":{},"startTime":1770678307791,"traceId":"a285227665bde105"},{"name":"check-page","duration":294614,"timestamp":321583877,"id":358,"parentId":341,"tags":{"page":"/api/slash-commands"},"startTime":1770678307764,"traceId":"a285227665bde105"},{"name":"is-page-static","duration":274224,"timestamp":321609855,"id":393,"parentId":351,"tags":{},"startTime":1770678307790,"traceId":"a285227665bde105"},{"name":"check-page","duration":300729,"timestamp":321583436,"id":351,"parentId":341,"tags":{"page":"/api/repositories/clone/[jobId]"},"startTime":1770678307764,"traceId":"a285227665bde105"},{"name":"is-page-static","duration":273475,"timestamp":321610801,"id":401,"parentId":359,"tags":{},"startTime":1770678307791,"traceId":"a285227665bde105"},{"name":"check-page","duration":300315,"timestamp":321583987,"id":359,"parentId":341,"tags":{"page":"/api/worktrees/[id]/auto-yes"},"startTime":1770678307765,"traceId":"a285227665bde105"},{"name":"is-page-static","duration":275165,"timestamp":321610943,"id":403,"parentId":361,"tags":{},"startTime":1770678307791,"traceId":"a285227665bde105"},{"name":"check-page","duration":302015,"timestamp":321584124,"id":361,"parentId":341,"tags":{"page":"/api/worktrees/[id]/cli-tool"},"startTime":1770678307765,"traceId":"a285227665bde105"},{"name":"is-page-static","duration":277588,"timestamp":321611036,"id":404,"parentId":362,"tags":{},"startTime":1770678307792,"traceId":"a285227665bde105"},{"name":"check-page","duration":304490,"timestamp":321584158,"id":362,"parentId":341,"tags":{"page":"/api/worktrees/[id]/current-output"},"startTime":1770678307765,"traceId":"a285227665bde105"},{"name":"is-page-static","duration":278406,"timestamp":321610887,"id":402,"parentId":360,"tags":{},"startTime":1770678307791,"traceId":"a285227665bde105"},{"name":"check-page","duration":305241,"timestamp":321584082,"id":360,"parentId":341,"tags":{"page":"/api/worktrees/[id]/capture"},"startTime":1770678307765,"traceId":"a285227665bde105"},{"name":"is-page-static","duration":280045,"timestamp":321611109,"id":405,"parentId":363,"tags":{},"startTime":1770678307792,"traceId":"a285227665bde105"},{"name":"check-page","duration":306994,"timestamp":321584193,"id":363,"parentId":341,"tags":{"page":"/api/worktrees/[id]/files/[...path]"},"startTime":1770678307765,"traceId":"a285227665bde105"},{"name":"is-page-static","duration":281249,"timestamp":321611204,"id":407,"parentId":365,"tags":{},"startTime":1770678307792,"traceId":"a285227665bde105"},{"name":"check-page","duration":308229,"timestamp":321584255,"id":365,"parentId":341,"tags":{"page":"/api/worktrees/[id]/kill-session"},"startTime":1770678307765,"traceId":"a285227665bde105"},{"name":"is-page-static","duration":284085,"timestamp":321611246,"id":408,"parentId":366,"tags":{},"startTime":1770678307792,"traceId":"a285227665bde105"},{"name":"check-page","duration":311078,"timestamp":321584285,"id":366,"parentId":341,"tags":{"page":"/api/worktrees/[id]/logs/[filename]"},"startTime":1770678307765,"traceId":"a285227665bde105"},{"name":"is-page-static","duration":284180,"timestamp":321611292,"id":409,"parentId":367,"tags":{},"startTime":1770678307792,"traceId":"a285227665bde105"},{"name":"check-page","duration":311189,"timestamp":321584314,"id":367,"parentId":341,"tags":{"page":"/api/worktrees/[id]/logs"},"startTime":1770678307765,"traceId":"a285227665bde105"},{"name":"is-page-static","duration":285412,"timestamp":321611343,"id":410,"parentId":368,"tags":{},"startTime":1770678307792,"traceId":"a285227665bde105"},{"name":"check-page","duration":312455,"timestamp":321584341,"id":368,"parentId":341,"tags":{"page":"/api/worktrees/[id]/memos/[memoId]"},"startTime":1770678307765,"traceId":"a285227665bde105"},{"name":"is-page-static","duration":286351,"timestamp":321611385,"id":411,"parentId":369,"tags":{},"startTime":1770678307792,"traceId":"a285227665bde105"},{"name":"check-page","duration":313396,"timestamp":321584372,"id":369,"parentId":341,"tags":{"page":"/api/worktrees/[id]/memos"},"startTime":1770678307765,"traceId":"a285227665bde105"},{"name":"is-page-static","duration":287487,"timestamp":321611427,"id":412,"parentId":370,"tags":{},"startTime":1770678307792,"traceId":"a285227665bde105"},{"name":"check-page","duration":314537,"timestamp":321584405,"id":370,"parentId":341,"tags":{"page":"/api/worktrees/[id]/messages"},"startTime":1770678307765,"traceId":"a285227665bde105"},{"name":"is-page-static","duration":288624,"timestamp":321611475,"id":413,"parentId":371,"tags":{},"startTime":1770678307792,"traceId":"a285227665bde105"},{"name":"check-page","duration":315692,"timestamp":321584436,"id":371,"parentId":341,"tags":{"page":"/api/worktrees/[id]/prompt-response"},"startTime":1770678307765,"traceId":"a285227665bde105"},{"name":"is-page-static","duration":289880,"timestamp":321611519,"id":414,"parentId":373,"tags":{},"startTime":1770678307792,"traceId":"a285227665bde105"},{"name":"check-page","duration":316927,"timestamp":321584500,"id":373,"parentId":341,"tags":{"page":"/api/worktrees/[id]"},"startTime":1770678307765,"traceId":"a285227665bde105"},{"name":"is-page-static","duration":291036,"timestamp":321611560,"id":415,"parentId":372,"tags":{},"startTime":1770678307792,"traceId":"a285227665bde105"},{"name":"check-page","duration":318157,"timestamp":321584468,"id":372,"parentId":341,"tags":{"page":"/api/worktrees/[id]/respond"},"startTime":1770678307765,"traceId":"a285227665bde105"},{"name":"is-page-static","duration":292632,"timestamp":321611605,"id":416,"parentId":374,"tags":{},"startTime":1770678307792,"traceId":"a285227665bde105"},{"name":"check-page","duration":319737,"timestamp":321584531,"id":374,"parentId":341,"tags":{"page":"/api/worktrees/[id]/search"},"startTime":1770678307765,"traceId":"a285227665bde105"},{"name":"is-page-static","duration":296211,"timestamp":321609171,"id":392,"parentId":350,"tags":{},"startTime":1770678307790,"traceId":"a285227665bde105"},{"name":"check-page","duration":322019,"timestamp":321583391,"id":350,"parentId":341,"tags":{"page":"/api/hooks/claude-done"},"startTime":1770678307764,"traceId":"a285227665bde105"},{"name":"is-page-static","duration":293920,"timestamp":321611651,"id":417,"parentId":375,"tags":{},"startTime":1770678307792,"traceId":"a285227665bde105"},{"name":"check-page","duration":321050,"timestamp":321584562,"id":375,"parentId":341,"tags":{"page":"/api/worktrees/[id]/send"},"startTime":1770678307765,"traceId":"a285227665bde105"},{"name":"is-page-static","duration":294941,"timestamp":321611159,"id":406,"parentId":364,"tags":{},"startTime":1770678307792,"traceId":"a285227665bde105"},{"name":"check-page","duration":321911,"timestamp":321584224,"id":364,"parentId":341,"tags":{"page":"/api/worktrees/[id]/interrupt"},"startTime":1770678307765,"traceId":"a285227665bde105"},{"name":"is-page-static","duration":295061,"timestamp":321611724,"id":419,"parentId":377,"tags":{},"startTime":1770678307792,"traceId":"a285227665bde105"},{"name":"check-page","duration":322191,"timestamp":321584622,"id":377,"parentId":341,"tags":{"page":"/api/worktrees/[id]/start-polling"},"startTime":1770678307765,"traceId":"a285227665bde105"},{"name":"is-page-static","duration":297602,"timestamp":321611762,"id":420,"parentId":378,"tags":{},"startTime":1770678307792,"traceId":"a285227665bde105"},{"name":"check-page","duration":324740,"timestamp":321584652,"id":378,"parentId":341,"tags":{"page":"/api/worktrees/[id]/terminal"},"startTime":1770678307765,"traceId":"a285227665bde105"},{"name":"is-page-static","duration":297639,"timestamp":321611857,"id":422,"parentId":380,"tags":{},"startTime":1770678307792,"traceId":"a285227665bde105"},{"name":"check-page","duration":324808,"timestamp":321584712,"id":380,"parentId":341,"tags":{"page":"/api/worktrees/[id]/tree"},"startTime":1770678307765,"traceId":"a285227665bde105"},{"name":"is-page-static","duration":297810,"timestamp":321611805,"id":421,"parentId":379,"tags":{},"startTime":1770678307792,"traceId":"a285227665bde105"},{"name":"check-page","duration":324964,"timestamp":321584682,"id":379,"parentId":341,"tags":{"page":"/api/worktrees/[id]/tree/[...path]"},"startTime":1770678307765,"traceId":"a285227665bde105"},{"name":"is-page-static","duration":300234,"timestamp":321611909,"id":423,"parentId":381,"tags":{},"startTime":1770678307792,"traceId":"a285227665bde105"},{"name":"check-page","duration":327431,"timestamp":321584741,"id":381,"parentId":341,"tags":{"page":"/api/worktrees/[id]/upload/[...path]"},"startTime":1770678307765,"traceId":"a285227665bde105"},{"name":"is-page-static","duration":302820,"timestamp":321611951,"id":424,"parentId":382,"tags":{},"startTime":1770678307792,"traceId":"a285227665bde105"},{"name":"check-page","duration":330031,"timestamp":321584771,"id":382,"parentId":341,"tags":{"page":"/api/worktrees/[id]/viewed"},"startTime":1770678307765,"traceId":"a285227665bde105"},{"name":"is-page-static","duration":306964,"timestamp":321612145,"id":425,"parentId":384,"tags":{},"startTime":1770678307793,"traceId":"a285227665bde105"},{"name":"check-page","duration":334322,"timestamp":321584832,"id":384,"parentId":341,"tags":{"page":"/apple-icon.png"},"startTime":1770678307765,"traceId":"a285227665bde105"},{"name":"is-page-static","duration":312362,"timestamp":321612190,"id":426,"parentId":385,"tags":{},"startTime":1770678307793,"traceId":"a285227665bde105"},{"name":"check-page","duration":339718,"timestamp":321584863,"id":385,"parentId":341,"tags":{"page":"/icon.png"},"startTime":1770678307765,"traceId":"a285227665bde105"},{"name":"is-page-static","duration":314339,"timestamp":321612332,"id":427,"parentId":346,"tags":{},"startTime":1770678307793,"traceId":"a285227665bde105"},{"name":"check-page","duration":343707,"timestamp":321582985,"id":346,"parentId":341,"tags":{"page":"/_not-found"},"startTime":1770678307764,"traceId":"a285227665bde105"},{"name":"is-page-static","duration":319208,"timestamp":321611688,"id":418,"parentId":376,"tags":{},"startTime":1770678307792,"traceId":"a285227665bde105"},{"name":"check-page","duration":346341,"timestamp":321584592,"id":376,"parentId":341,"tags":{"page":"/api/worktrees/[id]/slash-commands"},"startTime":1770678307765,"traceId":"a285227665bde105"},{"name":"is-page-static","duration":327232,"timestamp":321612370,"id":428,"parentId":386,"tags":{},"startTime":1770678307793,"traceId":"a285227665bde105"},{"name":"check-page","duration":354755,"timestamp":321584893,"id":386,"parentId":341,"tags":{"page":"/"},"startTime":1770678307765,"traceId":"a285227665bde105"},{"name":"is-page-static","duration":331129,"timestamp":321612507,"id":431,"parentId":390,"tags":{},"startTime":1770678307793,"traceId":"a285227665bde105"},{"name":"check-page","duration":358584,"timestamp":321585104,"id":390,"parentId":341,"tags":{"page":"/worktrees/[id]/simple-terminal"},"startTime":1770678307766,"traceId":"a285227665bde105"},{"name":"is-page-static","duration":331920,"timestamp":321612427,"id":429,"parentId":388,"tags":{},"startTime":1770678307793,"traceId":"a285227665bde105"},{"name":"check-page","duration":359394,"timestamp":321584991,"id":388,"parentId":341,"tags":{"page":"/worktrees/[id]/files/[...path]"},"startTime":1770678307766,"traceId":"a285227665bde105"},{"name":"is-page-static","duration":332277,"timestamp":321614299,"id":433,"parentId":347,"tags":{},"startTime":1770678307795,"traceId":"a285227665bde105"},{"name":"check-page","duration":363412,"timestamp":321583198,"id":347,"parentId":341,"tags":{"page":"/api/external-apps/[id]/health"},"startTime":1770678307764,"traceId":"a285227665bde105"},{"name":"is-page-static","duration":331998,"timestamp":321616633,"id":434,"parentId":348,"tags":{},"startTime":1770678307797,"traceId":"a285227665bde105"},{"name":"check-page","duration":365364,"timestamp":321583293,"id":348,"parentId":341,"tags":{"page":"/api/external-apps/[id]"},"startTime":1770678307764,"traceId":"a285227665bde105"},{"name":"is-page-static","duration":332971,"timestamp":321617367,"id":435,"parentId":349,"tags":{},"startTime":1770678307798,"traceId":"a285227665bde105"},{"name":"check-page","duration":367020,"timestamp":321583343,"id":349,"parentId":341,"tags":{"page":"/api/external-apps"},"startTime":1770678307764,"traceId":"a285227665bde105"},{"name":"is-page-static","duration":333657,"timestamp":321618177,"id":436,"parentId":383,"tags":{},"startTime":1770678307799,"traceId":"a285227665bde105"},{"name":"check-page","duration":367061,"timestamp":321584800,"id":383,"parentId":341,"tags":{"page":"/api/worktrees"},"startTime":1770678307765,"traceId":"a285227665bde105"},{"name":"is-page-static","duration":340089,"timestamp":321612551,"id":432,"parentId":391,"tags":{},"startTime":1770678307793,"traceId":"a285227665bde105"},{"name":"check-page","duration":367521,"timestamp":321585148,"id":391,"parentId":341,"tags":{"page":"/worktrees/[id]/terminal"},"startTime":1770678307766,"traceId":"a285227665bde105"},{"name":"is-page-static","duration":334762,"timestamp":321619097,"id":437,"parentId":387,"tags":{},"startTime":1770678307800,"traceId":"a285227665bde105"},{"name":"check-page","duration":368925,"timestamp":321584952,"id":387,"parentId":341,"tags":{"page":"/proxy/[...path]"},"startTime":1770678307765,"traceId":"a285227665bde105"},{"name":"is-page-static","duration":354521,"timestamp":321612462,"id":430,"parentId":389,"tags":{},"startTime":1770678307793,"traceId":"a285227665bde105"},{"name":"check-page","duration":382002,"timestamp":321585054,"id":389,"parentId":341,"tags":{"page":"/worktrees/[id]"},"startTime":1770678307766,"traceId":"a285227665bde105"},{"name":"static-check","duration":509526,"timestamp":321457565,"id":341,"parentId":1,"tags":{},"startTime":1770678307638,"traceId":"a285227665bde105"},{"name":"load-dotenv","duration":34,"timestamp":322020095,"id":442,"parentId":441,"tags":{},"startTime":1770678308201,"traceId":"a285227665bde105"},{"name":"run-export-path-map","duration":344,"timestamp":323004869,"id":443,"parentId":441,"tags":{},"startTime":1770678309185,"traceId":"a285227665bde105"},{"name":"export-page","duration":35942,"timestamp":323006255,"id":448,"parentId":441,"tags":{"path":"/api/repositories/restore"},"startTime":1770678309187,"traceId":"a285227665bde105"},{"name":"export-page","duration":36529,"timestamp":323006120,"id":446,"parentId":441,"tags":{"path":"/api/repositories/clone"},"startTime":1770678309187,"traceId":"a285227665bde105"}]
|
|
5
|
-
[{"name":"export-page","duration":
|
|
1
|
+
[{"name":"generate-buildid","duration":254,"timestamp":316653108,"id":4,"parentId":1,"tags":{},"startTime":1770910130526,"traceId":"453caf68b24707fb"},{"name":"load-custom-routes","duration":1457,"timestamp":316653620,"id":5,"parentId":1,"tags":{},"startTime":1770910130526,"traceId":"453caf68b24707fb"},{"name":"create-pages-mapping","duration":146,"timestamp":316754335,"id":6,"parentId":1,"tags":{},"startTime":1770910130627,"traceId":"453caf68b24707fb"},{"name":"collect-app-paths","duration":3086,"timestamp":316754512,"id":7,"parentId":1,"tags":{},"startTime":1770910130627,"traceId":"453caf68b24707fb"},{"name":"create-app-mapping","duration":1362,"timestamp":316757621,"id":8,"parentId":1,"tags":{},"startTime":1770910130630,"traceId":"453caf68b24707fb"},{"name":"public-dir-conflict-check","duration":528,"timestamp":316759607,"id":9,"parentId":1,"tags":{},"startTime":1770910130632,"traceId":"453caf68b24707fb"},{"name":"generate-routes-manifest","duration":3221,"timestamp":316760274,"id":10,"parentId":1,"tags":{},"startTime":1770910130633,"traceId":"453caf68b24707fb"},{"name":"create-dist-dir","duration":300,"timestamp":316764659,"id":11,"parentId":1,"tags":{},"startTime":1770910130637,"traceId":"453caf68b24707fb"},{"name":"write-routes-manifest","duration":406,"timestamp":316777852,"id":12,"parentId":1,"tags":{},"startTime":1770910130651,"traceId":"453caf68b24707fb"},{"name":"generate-required-server-files","duration":304,"timestamp":316778321,"id":13,"parentId":1,"tags":{},"startTime":1770910130651,"traceId":"453caf68b24707fb"},{"name":"create-entrypoints","duration":51779,"timestamp":316781453,"id":16,"parentId":1,"tags":{},"startTime":1770910130654,"traceId":"453caf68b24707fb"},{"name":"generate-webpack-config","duration":308079,"timestamp":316833271,"id":17,"parentId":15,"tags":{},"startTime":1770910130706,"traceId":"453caf68b24707fb"},{"name":"next-trace-entrypoint-plugin","duration":2231,"timestamp":317215941,"id":19,"parentId":18,"tags":{},"startTime":1770910131089,"traceId":"453caf68b24707fb"},{"name":"add-entry","duration":764085,"timestamp":317224747,"id":22,"parentId":20,"tags":{"request":"next/dist/pages/_app"},"startTime":1770910131097,"traceId":"453caf68b24707fb"},{"name":"add-entry","duration":789318,"timestamp":317224772,"id":23,"parentId":20,"tags":{"request":"next-route-loader?kind=PAGES&page=%2F_error&preferredRegion=&absolutePagePath=next%2Fdist%2Fpages%2F_error&absoluteAppPath=next%2Fdist%2Fpages%2F_app&absoluteDocumentPath=next%2Fdist%2Fpages%2F_document&middlewareConfigBase64=e30%3D!"},"startTime":1770910131097,"traceId":"453caf68b24707fb"},{"name":"add-entry","duration":799621,"timestamp":317224786,"id":24,"parentId":20,"tags":{"request":"next/dist/pages/_document"},"startTime":1770910131097,"traceId":"453caf68b24707fb"},{"name":"add-entry","duration":815504,"timestamp":317225248,"id":56,"parentId":20,"tags":{"request":"next-app-loader?page=%2Fapple-icon.png%2Froute&name=app%2Fapple-icon.png%2Froute&pagePath=private-next-app-dir%2Fapple-icon.png&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapple-icon.png&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770910131098,"traceId":"453caf68b24707fb"},{"name":"add-entry","duration":815533,"timestamp":317225250,"id":57,"parentId":20,"tags":{"request":"next-app-loader?page=%2Ficon.png%2Froute&name=app%2Ficon.png%2Froute&pagePath=private-next-app-dir%2Ficon.png&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Ficon.png&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770910131098,"traceId":"453caf68b24707fb"},{"name":"add-entry","duration":1070449,"timestamp":317225232,"id":51,"parentId":20,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fterminal%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fterminal%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fterminal%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fterminal%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770910131098,"traceId":"453caf68b24707fb"},{"name":"add-entry","duration":1084849,"timestamp":317225242,"id":54,"parentId":20,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fviewed%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fviewed%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fviewed%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fviewed%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770910131098,"traceId":"453caf68b24707fb"},{"name":"add-entry","duration":1138456,"timestamp":317225229,"id":50,"parentId":20,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fstart-polling%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fstart-polling%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fstart-polling%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fstart-polling%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770910131098,"traceId":"453caf68b24707fb"},{"name":"add-entry","duration":1151371,"timestamp":317225238,"id":53,"parentId":20,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Ftree%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Ftree%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Ftree%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Ftree%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770910131098,"traceId":"453caf68b24707fb"},{"name":"add-entry","duration":1151419,"timestamp":317225235,"id":52,"parentId":20,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Ftree%2F%5B...path%5D%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Ftree%2F%5B...path%5D%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Ftree%2F%5B...path%5D%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Ftree%2F%5B...path%5D%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770910131098,"traceId":"453caf68b24707fb"},{"name":"add-entry","duration":1194511,"timestamp":317225270,"id":63,"parentId":20,"tags":{"request":"next-app-loader?page=%2Fapi%2Fexternal-apps%2F%5Bid%5D%2Fhealth%2Froute&name=app%2Fapi%2Fexternal-apps%2F%5Bid%5D%2Fhealth%2Froute&pagePath=private-next-app-dir%2Fapi%2Fexternal-apps%2F%5Bid%5D%2Fhealth%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fexternal-apps%2F%5Bid%5D%2Fhealth%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770910131098,"traceId":"453caf68b24707fb"},{"name":"add-entry","duration":1195559,"timestamp":317225265,"id":62,"parentId":20,"tags":{"request":"next-app-loader?page=%2Fapi%2Fexternal-apps%2Froute&name=app%2Fapi%2Fexternal-apps%2Froute&pagePath=private-next-app-dir%2Fapi%2Fexternal-apps%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fexternal-apps%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770910131098,"traceId":"453caf68b24707fb"},{"name":"add-entry","duration":1195581,"timestamp":317225272,"id":64,"parentId":20,"tags":{"request":"next-app-loader?page=%2Fapi%2Fexternal-apps%2F%5Bid%5D%2Froute&name=app%2Fapi%2Fexternal-apps%2F%5Bid%5D%2Froute&pagePath=private-next-app-dir%2Fapi%2Fexternal-apps%2F%5Bid%5D%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fexternal-apps%2F%5Bid%5D%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770910131098,"traceId":"453caf68b24707fb"},{"name":"add-entry","duration":1217007,"timestamp":317225226,"id":49,"parentId":20,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fslash-commands%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fslash-commands%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fslash-commands%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fslash-commands%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770910131098,"traceId":"453caf68b24707fb"},{"name":"add-entry","duration":1227295,"timestamp":317225245,"id":55,"parentId":20,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fupload%2F%5B...path%5D%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fupload%2F%5B...path%5D%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fupload%2F%5B...path%5D%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fupload%2F%5B...path%5D%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770910131098,"traceId":"453caf68b24707fb"},{"name":"add-entry","duration":1227691,"timestamp":317225046,"id":35,"parentId":20,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fcapture%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fcapture%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fcapture%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fcapture%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770910131098,"traceId":"453caf68b24707fb"},{"name":"add-entry","duration":1234940,"timestamp":317225278,"id":66,"parentId":20,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Flogs%2F%5Bfilename%5D%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Flogs%2F%5Bfilename%5D%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Flogs%2F%5Bfilename%5D%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Flogs%2F%5Bfilename%5D%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770910131098,"traceId":"453caf68b24707fb"},{"name":"add-entry","duration":1240040,"timestamp":317225284,"id":68,"parentId":20,"tags":{"request":"next-app-loader?page=%2Fproxy%2F%5B...path%5D%2Froute&name=app%2Fproxy%2F%5B...path%5D%2Froute&pagePath=private-next-app-dir%2Fproxy%2F%5B...path%5D%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fproxy%2F%5B...path%5D%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770910131098,"traceId":"453caf68b24707fb"},{"name":"add-entry","duration":1240445,"timestamp":317225065,"id":38,"parentId":20,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Ffiles%2F%5B...path%5D%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Ffiles%2F%5B...path%5D%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Ffiles%2F%5B...path%5D%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Ffiles%2F%5B...path%5D%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770910131098,"traceId":"453caf68b24707fb"},{"name":"add-entry","duration":1240309,"timestamp":317225220,"id":47,"parentId":20,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fsearch%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fsearch%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fsearch%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fsearch%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770910131098,"traceId":"453caf68b24707fb"},{"name":"add-entry","duration":1240715,"timestamp":317224818,"id":27,"parentId":20,"tags":{"request":"next-app-loader?page=%2Fapi%2Frepositories%2Fclone%2Froute&name=app%2Fapi%2Frepositories%2Fclone%2Froute&pagePath=private-next-app-dir%2Fapi%2Frepositories%2Fclone%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Frepositories%2Fclone%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770910131097,"traceId":"453caf68b24707fb"},{"name":"add-entry","duration":1240705,"timestamp":317224832,"id":28,"parentId":20,"tags":{"request":"next-app-loader?page=%2Fapi%2Frepositories%2Fexcluded%2Froute&name=app%2Fapi%2Frepositories%2Fexcluded%2Froute&pagePath=private-next-app-dir%2Fapi%2Frepositories%2Fexcluded%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Frepositories%2Fexcluded%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770910131097,"traceId":"453caf68b24707fb"},{"name":"add-entry","duration":1240691,"timestamp":317224849,"id":29,"parentId":20,"tags":{"request":"next-app-loader?page=%2Fapi%2Frepositories%2Frestore%2Froute&name=app%2Fapi%2Frepositories%2Frestore%2Froute&pagePath=private-next-app-dir%2Fapi%2Frepositories%2Frestore%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Frepositories%2Frestore%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770910131098,"traceId":"453caf68b24707fb"},{"name":"add-entry","duration":1240645,"timestamp":317224898,"id":31,"parentId":20,"tags":{"request":"next-app-loader?page=%2Fapi%2Frepositories%2Fscan%2Froute&name=app%2Fapi%2Frepositories%2Fscan%2Froute&pagePath=private-next-app-dir%2Fapi%2Frepositories%2Fscan%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Frepositories%2Fscan%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770910131098,"traceId":"453caf68b24707fb"},{"name":"add-entry","duration":1240631,"timestamp":317224915,"id":32,"parentId":20,"tags":{"request":"next-app-loader?page=%2Fapi%2Frepositories%2Fsync%2Froute&name=app%2Fapi%2Frepositories%2Fsync%2Froute&pagePath=private-next-app-dir%2Fapi%2Frepositories%2Fsync%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Frepositories%2Fsync%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770910131098,"traceId":"453caf68b24707fb"},{"name":"add-entry","duration":1240417,"timestamp":317225131,"id":42,"parentId":20,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fmemos%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fmemos%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fmemos%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fmemos%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770910131098,"traceId":"453caf68b24707fb"},{"name":"add-entry","duration":1240405,"timestamp":317225147,"id":43,"parentId":20,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fmessages%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fmessages%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fmessages%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fmessages%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770910131098,"traceId":"453caf68b24707fb"},{"name":"add-entry","duration":1240746,"timestamp":317224808,"id":26,"parentId":20,"tags":{"request":"next-app-loader?page=%2Fapi%2Frepositories%2Fclone%2F%5BjobId%5D%2Froute&name=app%2Fapi%2Frepositories%2Fclone%2F%5BjobId%5D%2Froute&pagePath=private-next-app-dir%2Fapi%2Frepositories%2Fclone%2F%5BjobId%5D%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Frepositories%2Fclone%2F%5BjobId%5D%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770910131097,"traceId":"453caf68b24707fb"},{"name":"add-entry","duration":1240521,"timestamp":317225036,"id":34,"parentId":20,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fauto-yes%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fauto-yes%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fauto-yes%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fauto-yes%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770910131098,"traceId":"453caf68b24707fb"},{"name":"add-entry","duration":1240501,"timestamp":317225059,"id":37,"parentId":20,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fcli-tool%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fcli-tool%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fcli-tool%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fcli-tool%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770910131098,"traceId":"453caf68b24707fb"},{"name":"add-entry","duration":1240478,"timestamp":317225085,"id":41,"parentId":20,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fmemos%2F%5BmemoId%5D%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fmemos%2F%5BmemoId%5D%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fmemos%2F%5BmemoId%5D%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fmemos%2F%5BmemoId%5D%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770910131098,"traceId":"453caf68b24707fb"},{"name":"add-entry","duration":1248559,"timestamp":317224871,"id":30,"parentId":20,"tags":{"request":"next-app-loader?page=%2Fapi%2Frepositories%2Froute&name=app%2Fapi%2Frepositories%2Froute&pagePath=private-next-app-dir%2Fapi%2Frepositories%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Frepositories%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770910131098,"traceId":"453caf68b24707fb"},{"name":"add-entry","duration":1248234,"timestamp":317225217,"id":46,"parentId":20,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770910131098,"traceId":"453caf68b24707fb"},{"name":"add-entry","duration":1248260,"timestamp":317225199,"id":44,"parentId":20,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fprompt-response%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fprompt-response%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fprompt-response%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fprompt-response%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770910131098,"traceId":"453caf68b24707fb"},{"name":"add-entry","duration":1248256,"timestamp":317225212,"id":45,"parentId":20,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Frespond%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Frespond%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Frespond%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Frespond%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770910131098,"traceId":"453caf68b24707fb"},{"name":"add-entry","duration":1248251,"timestamp":317225223,"id":48,"parentId":20,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fsend%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fsend%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fsend%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fsend%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770910131098,"traceId":"453caf68b24707fb"},{"name":"add-entry","duration":1248431,"timestamp":317225052,"id":36,"parentId":20,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fcurrent-output%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fcurrent-output%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fcurrent-output%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fcurrent-output%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770910131098,"traceId":"453caf68b24707fb"},{"name":"add-entry","duration":1248418,"timestamp":317225072,"id":39,"parentId":20,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Finterrupt%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Finterrupt%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Finterrupt%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Finterrupt%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770910131098,"traceId":"453caf68b24707fb"},{"name":"add-entry","duration":1248417,"timestamp":317225078,"id":40,"parentId":20,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fkill-session%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fkill-session%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fkill-session%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fkill-session%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770910131098,"traceId":"453caf68b24707fb"},{"name":"add-entry","duration":1248219,"timestamp":317225281,"id":67,"parentId":20,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2Froute&name=app%2Fapi%2Fworktrees%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770910131098,"traceId":"453caf68b24707fb"},{"name":"add-entry","duration":1270755,"timestamp":317224797,"id":25,"parentId":20,"tags":{"request":"next-app-loader?page=%2Fapi%2Fhooks%2Fclaude-done%2Froute&name=app%2Fapi%2Fhooks%2Fclaude-done%2Froute&pagePath=private-next-app-dir%2Fapi%2Fhooks%2Fclaude-done%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fhooks%2Fclaude-done%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770910131097,"traceId":"453caf68b24707fb"},{"name":"add-entry","duration":1270300,"timestamp":317225275,"id":65,"parentId":20,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Flogs%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Flogs%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Flogs%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Flogs%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770910131098,"traceId":"453caf68b24707fb"},{"name":"add-entry","duration":1299153,"timestamp":317224987,"id":33,"parentId":20,"tags":{"request":"next-app-loader?page=%2Fapi%2Fslash-commands%2Froute&name=app%2Fapi%2Fslash-commands%2Froute&pagePath=private-next-app-dir%2Fapi%2Fslash-commands%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fslash-commands%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770910131098,"traceId":"453caf68b24707fb"},{"name":"add-entry","duration":1310822,"timestamp":317224244,"id":21,"parentId":20,"tags":{"request":"next-app-loader?page=%2F_not-found%2Fpage&name=app%2F_not-found%2Fpage&pagePath=next%2Fdist%2Fclient%2Fcomponents%2Fnot-found-error&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=next%2Fdist%2Fclient%2Fcomponents%2Fnot-found-error&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770910131097,"traceId":"453caf68b24707fb"},{"name":"add-entry","duration":1309837,"timestamp":317225253,"id":58,"parentId":20,"tags":{"request":"next-app-loader?page=%2Fpage&name=app%2Fpage&pagePath=private-next-app-dir%2Fpage.tsx&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fpage&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770910131098,"traceId":"453caf68b24707fb"},{"name":"add-entry","duration":1309839,"timestamp":317225256,"id":59,"parentId":20,"tags":{"request":"next-app-loader?page=%2Fworktrees%2F%5Bid%5D%2Ffiles%2F%5B...path%5D%2Fpage&name=app%2Fworktrees%2F%5Bid%5D%2Ffiles%2F%5B...path%5D%2Fpage&pagePath=private-next-app-dir%2Fworktrees%2F%5Bid%5D%2Ffiles%2F%5B...path%5D%2Fpage.tsx&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fworktrees%2F%5Bid%5D%2Ffiles%2F%5B...path%5D%2Fpage&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770910131098,"traceId":"453caf68b24707fb"},{"name":"add-entry","duration":1309840,"timestamp":317225258,"id":60,"parentId":20,"tags":{"request":"next-app-loader?page=%2Fworktrees%2F%5Bid%5D%2Fterminal%2Fpage&name=app%2Fworktrees%2F%5Bid%5D%2Fterminal%2Fpage&pagePath=private-next-app-dir%2Fworktrees%2F%5Bid%5D%2Fterminal%2Fpage.tsx&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fworktrees%2F%5Bid%5D%2Fterminal%2Fpage&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770910131098,"traceId":"453caf68b24707fb"},{"name":"add-entry","duration":1309839,"timestamp":317225262,"id":61,"parentId":20,"tags":{"request":"next-app-loader?page=%2Fworktrees%2F%5Bid%5D%2Fpage&name=app%2Fworktrees%2F%5Bid%5D%2Fpage&pagePath=private-next-app-dir%2Fworktrees%2F%5Bid%5D%2Fpage.tsx&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fworktrees%2F%5Bid%5D%2Fpage&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1770910131098,"traceId":"453caf68b24707fb"},{"name":"make","duration":2484165,"timestamp":317223825,"id":20,"parentId":18,"tags":{},"startTime":1770910131096,"traceId":"453caf68b24707fb"},{"name":"get-entries","duration":2073,"timestamp":319709414,"id":93,"parentId":92,"tags":{},"startTime":1770910133582,"traceId":"453caf68b24707fb"},{"name":"node-file-trace-plugin","duration":421827,"timestamp":319717191,"id":94,"parentId":92,"tags":{"traceEntryCount":"92"},"startTime":1770910133590,"traceId":"453caf68b24707fb"},{"name":"collect-traced-files","duration":4318,"timestamp":320139039,"id":95,"parentId":92,"tags":{},"startTime":1770910134012,"traceId":"453caf68b24707fb"},{"name":"finish-modules","duration":434161,"timestamp":319709211,"id":92,"parentId":19,"tags":{},"startTime":1770910133582,"traceId":"453caf68b24707fb"},{"name":"chunk-graph","duration":42632,"timestamp":320362180,"id":97,"parentId":96,"tags":{},"startTime":1770910134235,"traceId":"453caf68b24707fb"},{"name":"optimize-modules","duration":62,"timestamp":320404968,"id":99,"parentId":96,"tags":{},"startTime":1770910134278,"traceId":"453caf68b24707fb"},{"name":"optimize-chunks","duration":47390,"timestamp":320405144,"id":100,"parentId":96,"tags":{},"startTime":1770910134278,"traceId":"453caf68b24707fb"},{"name":"optimize-tree","duration":137,"timestamp":320452648,"id":101,"parentId":96,"tags":{},"startTime":1770910134325,"traceId":"453caf68b24707fb"},{"name":"optimize-chunk-modules","duration":59585,"timestamp":320452886,"id":102,"parentId":96,"tags":{},"startTime":1770910134326,"traceId":"453caf68b24707fb"},{"name":"optimize","duration":107697,"timestamp":320404903,"id":98,"parentId":96,"tags":{},"startTime":1770910134278,"traceId":"453caf68b24707fb"},{"name":"module-hash","duration":50464,"timestamp":320561888,"id":103,"parentId":96,"tags":{},"startTime":1770910134435,"traceId":"453caf68b24707fb"},{"name":"code-generation","duration":5934,"timestamp":320612524,"id":104,"parentId":96,"tags":{},"startTime":1770910134485,"traceId":"453caf68b24707fb"},{"name":"hash","duration":16181,"timestamp":320626177,"id":105,"parentId":96,"tags":{},"startTime":1770910134499,"traceId":"453caf68b24707fb"},{"name":"code-generation-jobs","duration":424,"timestamp":320642356,"id":106,"parentId":96,"tags":{},"startTime":1770910134515,"traceId":"453caf68b24707fb"},{"name":"module-assets","duration":1313,"timestamp":320642635,"id":107,"parentId":96,"tags":{},"startTime":1770910134515,"traceId":"453caf68b24707fb"},{"name":"create-chunk-assets","duration":13383,"timestamp":320643969,"id":108,"parentId":96,"tags":{},"startTime":1770910134517,"traceId":"453caf68b24707fb"},{"name":"minify-js","duration":996,"timestamp":320673535,"id":110,"parentId":109,"tags":{"name":"../app/_not-found/page.js","cache":"HIT"},"startTime":1770910134546,"traceId":"453caf68b24707fb"},{"name":"minify-js","duration":772,"timestamp":320673781,"id":111,"parentId":109,"tags":{"name":"../pages/_app.js","cache":"HIT"},"startTime":1770910134546,"traceId":"453caf68b24707fb"},{"name":"minify-js","duration":760,"timestamp":320673797,"id":112,"parentId":109,"tags":{"name":"../pages/_error.js","cache":"HIT"},"startTime":1770910134546,"traceId":"453caf68b24707fb"},{"name":"minify-js","duration":752,"timestamp":320673808,"id":113,"parentId":109,"tags":{"name":"../pages/_document.js","cache":"HIT"},"startTime":1770910134546,"traceId":"453caf68b24707fb"},{"name":"minify-js","duration":747,"timestamp":320673816,"id":114,"parentId":109,"tags":{"name":"../app/api/hooks/claude-done/route.js","cache":"HIT"},"startTime":1770910134546,"traceId":"453caf68b24707fb"},{"name":"minify-js","duration":743,"timestamp":320673824,"id":115,"parentId":109,"tags":{"name":"../app/api/repositories/clone/[jobId]/route.js","cache":"HIT"},"startTime":1770910134546,"traceId":"453caf68b24707fb"},{"name":"minify-js","duration":738,"timestamp":320673832,"id":116,"parentId":109,"tags":{"name":"../app/api/repositories/clone/route.js","cache":"HIT"},"startTime":1770910134546,"traceId":"453caf68b24707fb"},{"name":"minify-js","duration":732,"timestamp":320673841,"id":117,"parentId":109,"tags":{"name":"../app/api/repositories/excluded/route.js","cache":"HIT"},"startTime":1770910134547,"traceId":"453caf68b24707fb"},{"name":"minify-js","duration":708,"timestamp":320673868,"id":118,"parentId":109,"tags":{"name":"../app/api/repositories/restore/route.js","cache":"HIT"},"startTime":1770910134547,"traceId":"453caf68b24707fb"},{"name":"minify-js","duration":700,"timestamp":320673879,"id":119,"parentId":109,"tags":{"name":"../app/api/repositories/route.js","cache":"HIT"},"startTime":1770910134547,"traceId":"453caf68b24707fb"},{"name":"minify-js","duration":609,"timestamp":320673972,"id":120,"parentId":109,"tags":{"name":"../app/api/repositories/scan/route.js","cache":"HIT"},"startTime":1770910134547,"traceId":"453caf68b24707fb"},{"name":"minify-js","duration":597,"timestamp":320673987,"id":121,"parentId":109,"tags":{"name":"../app/api/repositories/sync/route.js","cache":"HIT"},"startTime":1770910134547,"traceId":"453caf68b24707fb"},{"name":"minify-js","duration":592,"timestamp":320673996,"id":122,"parentId":109,"tags":{"name":"../app/api/slash-commands/route.js","cache":"HIT"},"startTime":1770910134547,"traceId":"453caf68b24707fb"},{"name":"minify-js","duration":563,"timestamp":320674027,"id":123,"parentId":109,"tags":{"name":"../app/api/worktrees/[id]/auto-yes/route.js","cache":"HIT"},"startTime":1770910134547,"traceId":"453caf68b24707fb"},{"name":"minify-js","duration":562,"timestamp":320674036,"id":124,"parentId":109,"tags":{"name":"../app/api/worktrees/[id]/capture/route.js","cache":"HIT"},"startTime":1770910134547,"traceId":"453caf68b24707fb"},{"name":"minify-js","duration":555,"timestamp":320674046,"id":125,"parentId":109,"tags":{"name":"../app/api/worktrees/[id]/current-output/route.js","cache":"HIT"},"startTime":1770910134547,"traceId":"453caf68b24707fb"},{"name":"minify-js","duration":542,"timestamp":320674062,"id":126,"parentId":109,"tags":{"name":"../app/api/worktrees/[id]/cli-tool/route.js","cache":"HIT"},"startTime":1770910134547,"traceId":"453caf68b24707fb"},{"name":"minify-js","duration":533,"timestamp":320674074,"id":127,"parentId":109,"tags":{"name":"../app/api/worktrees/[id]/files/[...path]/route.js","cache":"HIT"},"startTime":1770910134547,"traceId":"453caf68b24707fb"},{"name":"minify-js","duration":529,"timestamp":320674081,"id":128,"parentId":109,"tags":{"name":"../app/api/worktrees/[id]/interrupt/route.js","cache":"HIT"},"startTime":1770910134547,"traceId":"453caf68b24707fb"},{"name":"minify-js","duration":526,"timestamp":320674087,"id":129,"parentId":109,"tags":{"name":"../app/api/worktrees/[id]/kill-session/route.js","cache":"HIT"},"startTime":1770910134547,"traceId":"453caf68b24707fb"},{"name":"minify-js","duration":522,"timestamp":320674093,"id":130,"parentId":109,"tags":{"name":"../app/api/worktrees/[id]/memos/[memoId]/route.js","cache":"HIT"},"startTime":1770910134547,"traceId":"453caf68b24707fb"},{"name":"minify-js","duration":518,"timestamp":320674100,"id":131,"parentId":109,"tags":{"name":"../app/api/worktrees/[id]/memos/route.js","cache":"HIT"},"startTime":1770910134547,"traceId":"453caf68b24707fb"},{"name":"minify-js","duration":515,"timestamp":320674107,"id":132,"parentId":109,"tags":{"name":"../app/api/worktrees/[id]/messages/route.js","cache":"HIT"},"startTime":1770910134547,"traceId":"453caf68b24707fb"}]
|
|
2
|
+
[{"name":"minify-js","duration":664,"timestamp":320674113,"id":133,"parentId":109,"tags":{"name":"../app/api/worktrees/[id]/prompt-response/route.js","cache":"HIT"},"startTime":1770910134547,"traceId":"453caf68b24707fb"},{"name":"minify-js","duration":667,"timestamp":320674119,"id":134,"parentId":109,"tags":{"name":"../app/api/worktrees/[id]/respond/route.js","cache":"HIT"},"startTime":1770910134547,"traceId":"453caf68b24707fb"},{"name":"minify-js","duration":664,"timestamp":320674126,"id":135,"parentId":109,"tags":{"name":"../app/api/worktrees/[id]/route.js","cache":"HIT"},"startTime":1770910134547,"traceId":"453caf68b24707fb"},{"name":"minify-js","duration":661,"timestamp":320674132,"id":136,"parentId":109,"tags":{"name":"../app/api/worktrees/[id]/search/route.js","cache":"HIT"},"startTime":1770910134547,"traceId":"453caf68b24707fb"},{"name":"minify-js","duration":657,"timestamp":320674138,"id":137,"parentId":109,"tags":{"name":"../app/api/worktrees/[id]/send/route.js","cache":"HIT"},"startTime":1770910134547,"traceId":"453caf68b24707fb"},{"name":"minify-js","duration":654,"timestamp":320674145,"id":138,"parentId":109,"tags":{"name":"../app/api/worktrees/[id]/slash-commands/route.js","cache":"HIT"},"startTime":1770910134547,"traceId":"453caf68b24707fb"},{"name":"minify-js","duration":650,"timestamp":320674151,"id":139,"parentId":109,"tags":{"name":"../app/api/worktrees/[id]/start-polling/route.js","cache":"HIT"},"startTime":1770910134547,"traceId":"453caf68b24707fb"},{"name":"minify-js","duration":647,"timestamp":320674157,"id":140,"parentId":109,"tags":{"name":"../app/api/worktrees/[id]/terminal/route.js","cache":"HIT"},"startTime":1770910134547,"traceId":"453caf68b24707fb"},{"name":"minify-js","duration":644,"timestamp":320674163,"id":141,"parentId":109,"tags":{"name":"../app/api/worktrees/[id]/tree/[...path]/route.js","cache":"HIT"},"startTime":1770910134547,"traceId":"453caf68b24707fb"},{"name":"minify-js","duration":641,"timestamp":320674169,"id":142,"parentId":109,"tags":{"name":"../app/api/worktrees/[id]/tree/route.js","cache":"HIT"},"startTime":1770910134547,"traceId":"453caf68b24707fb"},{"name":"minify-js","duration":638,"timestamp":320674176,"id":143,"parentId":109,"tags":{"name":"../app/api/worktrees/[id]/viewed/route.js","cache":"HIT"},"startTime":1770910134547,"traceId":"453caf68b24707fb"},{"name":"minify-js","duration":635,"timestamp":320674182,"id":144,"parentId":109,"tags":{"name":"../app/api/worktrees/[id]/upload/[...path]/route.js","cache":"HIT"},"startTime":1770910134547,"traceId":"453caf68b24707fb"},{"name":"minify-js","duration":632,"timestamp":320674187,"id":145,"parentId":109,"tags":{"name":"../app/apple-icon.png/route.js","cache":"HIT"},"startTime":1770910134547,"traceId":"453caf68b24707fb"},{"name":"minify-js","duration":628,"timestamp":320674194,"id":146,"parentId":109,"tags":{"name":"../app/icon.png/route.js","cache":"HIT"},"startTime":1770910134547,"traceId":"453caf68b24707fb"},{"name":"minify-js","duration":625,"timestamp":320674200,"id":147,"parentId":109,"tags":{"name":"../app/page.js","cache":"HIT"},"startTime":1770910134547,"traceId":"453caf68b24707fb"},{"name":"minify-js","duration":622,"timestamp":320674206,"id":148,"parentId":109,"tags":{"name":"../app/worktrees/[id]/files/[...path]/page.js","cache":"HIT"},"startTime":1770910134547,"traceId":"453caf68b24707fb"},{"name":"minify-js","duration":614,"timestamp":320674217,"id":149,"parentId":109,"tags":{"name":"../app/worktrees/[id]/terminal/page.js","cache":"HIT"},"startTime":1770910134547,"traceId":"453caf68b24707fb"},{"name":"minify-js","duration":612,"timestamp":320674223,"id":150,"parentId":109,"tags":{"name":"../app/worktrees/[id]/page.js","cache":"HIT"},"startTime":1770910134547,"traceId":"453caf68b24707fb"},{"name":"minify-js","duration":609,"timestamp":320674228,"id":151,"parentId":109,"tags":{"name":"../app/api/external-apps/route.js","cache":"HIT"},"startTime":1770910134547,"traceId":"453caf68b24707fb"},{"name":"minify-js","duration":606,"timestamp":320674234,"id":152,"parentId":109,"tags":{"name":"../app/api/external-apps/[id]/health/route.js","cache":"HIT"},"startTime":1770910134547,"traceId":"453caf68b24707fb"},{"name":"minify-js","duration":604,"timestamp":320674240,"id":153,"parentId":109,"tags":{"name":"../app/api/external-apps/[id]/route.js","cache":"HIT"},"startTime":1770910134547,"traceId":"453caf68b24707fb"},{"name":"minify-js","duration":600,"timestamp":320674246,"id":154,"parentId":109,"tags":{"name":"../app/api/worktrees/[id]/logs/route.js","cache":"HIT"},"startTime":1770910134547,"traceId":"453caf68b24707fb"},{"name":"minify-js","duration":597,"timestamp":320674252,"id":155,"parentId":109,"tags":{"name":"../app/api/worktrees/[id]/logs/[filename]/route.js","cache":"HIT"},"startTime":1770910134547,"traceId":"453caf68b24707fb"},{"name":"minify-js","duration":595,"timestamp":320674257,"id":156,"parentId":109,"tags":{"name":"../app/api/worktrees/route.js","cache":"HIT"},"startTime":1770910134547,"traceId":"453caf68b24707fb"},{"name":"minify-js","duration":592,"timestamp":320674263,"id":157,"parentId":109,"tags":{"name":"../app/proxy/[...path]/route.js","cache":"HIT"},"startTime":1770910134547,"traceId":"453caf68b24707fb"},{"name":"minify-js","duration":589,"timestamp":320674268,"id":158,"parentId":109,"tags":{"name":"../webpack-runtime.js","cache":"HIT"},"startTime":1770910134547,"traceId":"453caf68b24707fb"},{"name":"minify-js","duration":587,"timestamp":320674274,"id":159,"parentId":109,"tags":{"name":"9582.js","cache":"HIT"},"startTime":1770910134547,"traceId":"453caf68b24707fb"},{"name":"minify-js","duration":584,"timestamp":320674280,"id":160,"parentId":109,"tags":{"name":"3348.js","cache":"HIT"},"startTime":1770910134547,"traceId":"453caf68b24707fb"},{"name":"minify-js","duration":575,"timestamp":320674292,"id":161,"parentId":109,"tags":{"name":"2683.js","cache":"HIT"},"startTime":1770910134547,"traceId":"453caf68b24707fb"},{"name":"minify-js","duration":571,"timestamp":320674298,"id":162,"parentId":109,"tags":{"name":"5823.js","cache":"HIT"},"startTime":1770910134547,"traceId":"453caf68b24707fb"},{"name":"minify-js","duration":568,"timestamp":320674305,"id":163,"parentId":109,"tags":{"name":"8744.js","cache":"HIT"},"startTime":1770910134547,"traceId":"453caf68b24707fb"},{"name":"minify-js","duration":569,"timestamp":320674311,"id":164,"parentId":109,"tags":{"name":"369.js","cache":"HIT"},"startTime":1770910134547,"traceId":"453caf68b24707fb"},{"name":"minify-js","duration":566,"timestamp":320674318,"id":165,"parentId":109,"tags":{"name":"7266.js","cache":"HIT"},"startTime":1770910134547,"traceId":"453caf68b24707fb"},{"name":"minify-js","duration":563,"timestamp":320674324,"id":166,"parentId":109,"tags":{"name":"6837.js","cache":"HIT"},"startTime":1770910134547,"traceId":"453caf68b24707fb"},{"name":"minify-js","duration":560,"timestamp":320674330,"id":167,"parentId":109,"tags":{"name":"4559.js","cache":"HIT"},"startTime":1770910134547,"traceId":"453caf68b24707fb"},{"name":"minify-js","duration":556,"timestamp":320674337,"id":168,"parentId":109,"tags":{"name":"5853.js","cache":"HIT"},"startTime":1770910134547,"traceId":"453caf68b24707fb"},{"name":"minify-js","duration":553,"timestamp":320674343,"id":169,"parentId":109,"tags":{"name":"8948.js","cache":"HIT"},"startTime":1770910134547,"traceId":"453caf68b24707fb"},{"name":"minify-js","duration":548,"timestamp":320674350,"id":170,"parentId":109,"tags":{"name":"5972.js","cache":"HIT"},"startTime":1770910134547,"traceId":"453caf68b24707fb"},{"name":"minify-js","duration":545,"timestamp":320674357,"id":171,"parentId":109,"tags":{"name":"3853.js","cache":"HIT"},"startTime":1770910134547,"traceId":"453caf68b24707fb"},{"name":"minify-js","duration":541,"timestamp":320674363,"id":172,"parentId":109,"tags":{"name":"4893.js","cache":"HIT"},"startTime":1770910134547,"traceId":"453caf68b24707fb"},{"name":"minify-js","duration":538,"timestamp":320674369,"id":173,"parentId":109,"tags":{"name":"1287.js","cache":"HIT"},"startTime":1770910134547,"traceId":"453caf68b24707fb"},{"name":"minify-js","duration":535,"timestamp":320674375,"id":174,"parentId":109,"tags":{"name":"6621.js","cache":"HIT"},"startTime":1770910134547,"traceId":"453caf68b24707fb"},{"name":"minify-js","duration":531,"timestamp":320674382,"id":175,"parentId":109,"tags":{"name":"8705.js","cache":"HIT"},"startTime":1770910134547,"traceId":"453caf68b24707fb"},{"name":"minify-js","duration":458,"timestamp":320674458,"id":176,"parentId":109,"tags":{"name":"7458.js","cache":"HIT"},"startTime":1770910134547,"traceId":"453caf68b24707fb"},{"name":"minify-js","duration":446,"timestamp":320674472,"id":177,"parentId":109,"tags":{"name":"3673.js","cache":"HIT"},"startTime":1770910134547,"traceId":"453caf68b24707fb"},{"name":"minify-js","duration":441,"timestamp":320674480,"id":178,"parentId":109,"tags":{"name":"1682.js","cache":"HIT"},"startTime":1770910134547,"traceId":"453caf68b24707fb"},{"name":"minify-js","duration":438,"timestamp":320674487,"id":179,"parentId":109,"tags":{"name":"2518.js","cache":"HIT"},"startTime":1770910134547,"traceId":"453caf68b24707fb"},{"name":"minify-js","duration":436,"timestamp":320674492,"id":180,"parentId":109,"tags":{"name":"5781.js","cache":"HIT"},"startTime":1770910134547,"traceId":"453caf68b24707fb"},{"name":"minify-js","duration":434,"timestamp":320674497,"id":181,"parentId":109,"tags":{"name":"7425.js","cache":"HIT"},"startTime":1770910134547,"traceId":"453caf68b24707fb"},{"name":"minify-js","duration":432,"timestamp":320674502,"id":182,"parentId":109,"tags":{"name":"9367.js","cache":"HIT"},"startTime":1770910134547,"traceId":"453caf68b24707fb"},{"name":"minify-js","duration":430,"timestamp":320674507,"id":183,"parentId":109,"tags":{"name":"7536.js","cache":"HIT"},"startTime":1770910134547,"traceId":"453caf68b24707fb"},{"name":"minify-js","duration":428,"timestamp":320674512,"id":184,"parentId":109,"tags":{"name":"3860.js","cache":"HIT"},"startTime":1770910134547,"traceId":"453caf68b24707fb"},{"name":"minify-js","duration":426,"timestamp":320674517,"id":185,"parentId":109,"tags":{"name":"4704.js","cache":"HIT"},"startTime":1770910134547,"traceId":"453caf68b24707fb"},{"name":"minify-js","duration":424,"timestamp":320674522,"id":186,"parentId":109,"tags":{"name":"5488.js","cache":"HIT"},"startTime":1770910134547,"traceId":"453caf68b24707fb"},{"name":"minify-js","duration":422,"timestamp":320674527,"id":187,"parentId":109,"tags":{"name":"8585.js","cache":"HIT"},"startTime":1770910134547,"traceId":"453caf68b24707fb"},{"name":"terser-webpack-plugin-optimize","duration":14629,"timestamp":320660360,"id":109,"parentId":18,"tags":{"compilationName":"server","swcMinify":true},"startTime":1770910134533,"traceId":"453caf68b24707fb"},{"name":"css-minimizer-plugin","duration":204,"timestamp":320675173,"id":188,"parentId":18,"tags":{},"startTime":1770910134548,"traceId":"453caf68b24707fb"},{"name":"create-trace-assets","duration":3715,"timestamp":320675631,"id":189,"parentId":19,"tags":{},"startTime":1770910134548,"traceId":"453caf68b24707fb"},{"name":"seal","duration":445466,"timestamp":320252451,"id":96,"parentId":18,"tags":{},"startTime":1770910134125,"traceId":"453caf68b24707fb"},{"name":"webpack-compilation","duration":3497766,"timestamp":317214174,"id":18,"parentId":15,"tags":{"name":"server"},"startTime":1770910131087,"traceId":"453caf68b24707fb"},{"name":"emit","duration":26237,"timestamp":320712572,"id":190,"parentId":15,"tags":{},"startTime":1770910134585,"traceId":"453caf68b24707fb"},{"name":"webpack-close","duration":792,"timestamp":320739539,"id":191,"parentId":15,"tags":{"name":"server"},"startTime":1770910134612,"traceId":"453caf68b24707fb"},{"name":"webpack-generate-error-stats","duration":2366,"timestamp":320740384,"id":192,"parentId":191,"tags":{},"startTime":1770910134613,"traceId":"453caf68b24707fb"},{"name":"make","duration":226,"timestamp":320753223,"id":194,"parentId":193,"tags":{},"startTime":1770910134626,"traceId":"453caf68b24707fb"},{"name":"chunk-graph","duration":82,"timestamp":320754345,"id":196,"parentId":195,"tags":{},"startTime":1770910134627,"traceId":"453caf68b24707fb"},{"name":"optimize-modules","duration":19,"timestamp":320754527,"id":198,"parentId":195,"tags":{},"startTime":1770910134627,"traceId":"453caf68b24707fb"},{"name":"optimize-chunks","duration":159,"timestamp":320754655,"id":199,"parentId":195,"tags":{},"startTime":1770910134627,"traceId":"453caf68b24707fb"},{"name":"optimize-tree","duration":21,"timestamp":320754906,"id":200,"parentId":195,"tags":{},"startTime":1770910134628,"traceId":"453caf68b24707fb"},{"name":"optimize-chunk-modules","duration":96,"timestamp":320755083,"id":201,"parentId":195,"tags":{},"startTime":1770910134628,"traceId":"453caf68b24707fb"},{"name":"optimize","duration":787,"timestamp":320754464,"id":197,"parentId":195,"tags":{},"startTime":1770910134627,"traceId":"453caf68b24707fb"},{"name":"module-hash","duration":28,"timestamp":320755655,"id":202,"parentId":195,"tags":{},"startTime":1770910134628,"traceId":"453caf68b24707fb"},{"name":"code-generation","duration":21,"timestamp":320755709,"id":203,"parentId":195,"tags":{},"startTime":1770910134628,"traceId":"453caf68b24707fb"},{"name":"hash","duration":109,"timestamp":320755813,"id":204,"parentId":195,"tags":{},"startTime":1770910134628,"traceId":"453caf68b24707fb"},{"name":"code-generation-jobs","duration":105,"timestamp":320755922,"id":205,"parentId":195,"tags":{},"startTime":1770910134629,"traceId":"453caf68b24707fb"},{"name":"module-assets","duration":63,"timestamp":320755983,"id":206,"parentId":195,"tags":{},"startTime":1770910134629,"traceId":"453caf68b24707fb"},{"name":"create-chunk-assets","duration":26,"timestamp":320756061,"id":207,"parentId":195,"tags":{},"startTime":1770910134629,"traceId":"453caf68b24707fb"},{"name":"minify-js","duration":43,"timestamp":320769448,"id":209,"parentId":208,"tags":{"name":"interception-route-rewrite-manifest.js","cache":"HIT"},"startTime":1770910134642,"traceId":"453caf68b24707fb"},{"name":"terser-webpack-plugin-optimize","duration":1931,"timestamp":320767579,"id":208,"parentId":193,"tags":{"compilationName":"edge-server","swcMinify":true},"startTime":1770910134640,"traceId":"453caf68b24707fb"},{"name":"css-minimizer-plugin","duration":10,"timestamp":320769581,"id":210,"parentId":193,"tags":{},"startTime":1770910134642,"traceId":"453caf68b24707fb"},{"name":"seal","duration":17614,"timestamp":320754051,"id":195,"parentId":193,"tags":{},"startTime":1770910134627,"traceId":"453caf68b24707fb"},{"name":"webpack-compilation","duration":20243,"timestamp":320751696,"id":193,"parentId":15,"tags":{"name":"edge-server"},"startTime":1770910134624,"traceId":"453caf68b24707fb"},{"name":"emit","duration":1351,"timestamp":320772056,"id":211,"parentId":15,"tags":{},"startTime":1770910134645,"traceId":"453caf68b24707fb"},{"name":"webpack-close","duration":270,"timestamp":320773674,"id":212,"parentId":15,"tags":{"name":"edge-server"},"startTime":1770910134646,"traceId":"453caf68b24707fb"},{"name":"webpack-generate-error-stats","duration":1027,"timestamp":320773961,"id":213,"parentId":212,"tags":{},"startTime":1770910134647,"traceId":"453caf68b24707fb"},{"name":"add-entry","duration":811961,"timestamp":320787661,"id":219,"parentId":215,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fclient%2Fcomponents%2Fnot-found-error&page=%2F_not-found%2Fpage!"},"startTime":1770910134660,"traceId":"453caf68b24707fb"},{"name":"add-entry","duration":811991,"timestamp":320787667,"id":220,"parentId":215,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1770910134660,"traceId":"453caf68b24707fb"},{"name":"add-entry","duration":811989,"timestamp":320787680,"id":222,"parentId":215,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1770910134660,"traceId":"453caf68b24707fb"},{"name":"add-entry","duration":881232,"timestamp":320787653,"id":218,"parentId":215,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%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%2FCommandMate%2FCommandMate%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%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%2FCommandMate%2FCommandMate%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1770910134660,"traceId":"453caf68b24707fb"},{"name":"add-entry","duration":881278,"timestamp":320787626,"id":217,"parentId":215,"tags":{"request":"./node_modules/next/dist/client/app-next.js"},"startTime":1770910134660,"traceId":"453caf68b24707fb"},{"name":"add-entry","duration":896111,"timestamp":320787674,"id":221,"parentId":215,"tags":{"request":"/home/runner/work/CommandMate/CommandMate/node_modules/next/dist/client/router.js"},"startTime":1770910134660,"traceId":"453caf68b24707fb"},{"name":"add-entry","duration":896253,"timestamp":320787552,"id":216,"parentId":215,"tags":{"request":"./node_modules/next/dist/client/next.js"},"startTime":1770910134660,"traceId":"453caf68b24707fb"},{"name":"add-entry","duration":955434,"timestamp":320787712,"id":226,"parentId":215,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp%2Fworktrees%2F%5Bid%5D%2Fterminal%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1770910134660,"traceId":"453caf68b24707fb"},{"name":"add-entry","duration":1070852,"timestamp":320787692,"id":224,"parentId":215,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1770910134660,"traceId":"453caf68b24707fb"},{"name":"add-entry","duration":1154829,"timestamp":320787705,"id":225,"parentId":215,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp%2Fworktrees%2F%5Bid%5D%2Ffiles%2F%5B...path%5D%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1770910134660,"traceId":"453caf68b24707fb"},{"name":"add-entry","duration":1154870,"timestamp":320787686,"id":223,"parentId":215,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp%2Fglobals.css%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fcomponents%2Fproviders%2FAppProviders.tsx%22%2C%22ids%22%3A%5B%22AppProviders%22%5D%7D&server=false!"},"startTime":1770910134660,"traceId":"453caf68b24707fb"},{"name":"add-entry","duration":2086523,"timestamp":320787720,"id":227,"parentId":215,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp%2Fworktrees%2F%5Bid%5D%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1770910134660,"traceId":"453caf68b24707fb"},{"name":"make","duration":2087284,"timestamp":320787090,"id":215,"parentId":214,"tags":{},"startTime":1770910134660,"traceId":"453caf68b24707fb"},{"name":"chunk-graph","duration":43575,"timestamp":323095850,"id":229,"parentId":228,"tags":{},"startTime":1770910136969,"traceId":"453caf68b24707fb"},{"name":"optimize-modules","duration":11,"timestamp":323139503,"id":231,"parentId":228,"tags":{},"startTime":1770910137012,"traceId":"453caf68b24707fb"},{"name":"optimize-chunks","duration":64342,"timestamp":323142301,"id":233,"parentId":228,"tags":{},"startTime":1770910137015,"traceId":"453caf68b24707fb"},{"name":"optimize-tree","duration":13,"timestamp":323206706,"id":234,"parentId":228,"tags":{},"startTime":1770910137079,"traceId":"453caf68b24707fb"}]
|
|
3
|
+
[{"name":"optimize-chunk-modules","duration":85780,"timestamp":323206989,"id":235,"parentId":228,"tags":{},"startTime":1770910137080,"traceId":"453caf68b24707fb"},{"name":"optimize","duration":153344,"timestamp":323139482,"id":230,"parentId":228,"tags":{},"startTime":1770910137012,"traceId":"453caf68b24707fb"},{"name":"module-hash","duration":53274,"timestamp":323325863,"id":236,"parentId":228,"tags":{},"startTime":1770910137199,"traceId":"453caf68b24707fb"},{"name":"code-generation","duration":9235,"timestamp":323379200,"id":237,"parentId":228,"tags":{},"startTime":1770910137252,"traceId":"453caf68b24707fb"},{"name":"hash","duration":7458,"timestamp":323398148,"id":238,"parentId":228,"tags":{},"startTime":1770910137271,"traceId":"453caf68b24707fb"},{"name":"code-generation-jobs","duration":470,"timestamp":323405604,"id":239,"parentId":228,"tags":{},"startTime":1770910137278,"traceId":"453caf68b24707fb"},{"name":"module-assets","duration":1918,"timestamp":323406020,"id":240,"parentId":228,"tags":{},"startTime":1770910137279,"traceId":"453caf68b24707fb"},{"name":"create-chunk-assets","duration":4208,"timestamp":323407951,"id":241,"parentId":228,"tags":{},"startTime":1770910137281,"traceId":"453caf68b24707fb"},{"name":"NextJsBuildManifest-generateClientManifest","duration":677,"timestamp":323415418,"id":243,"parentId":214,"tags":{},"startTime":1770910137288,"traceId":"453caf68b24707fb"},{"name":"NextJsBuildManifest-createassets","duration":1361,"timestamp":323414750,"id":242,"parentId":214,"tags":{},"startTime":1770910137287,"traceId":"453caf68b24707fb"},{"name":"minify-js","duration":3761,"timestamp":323426883,"id":245,"parentId":244,"tags":{"name":"static/chunks/main-b6d727aa9248d4f2.js","cache":"HIT"},"startTime":1770910137300,"traceId":"453caf68b24707fb"},{"name":"minify-js","duration":3720,"timestamp":323426943,"id":246,"parentId":244,"tags":{"name":"static/chunks/main-app-420d93e43682fee5.js","cache":"HIT"},"startTime":1770910137300,"traceId":"453caf68b24707fb"},{"name":"minify-js","duration":3708,"timestamp":323426960,"id":247,"parentId":244,"tags":{"name":"static/chunks/app/_not-found/page-ac4e4463b39d0cf7.js","cache":"HIT"},"startTime":1770910137300,"traceId":"453caf68b24707fb"},{"name":"minify-js","duration":3698,"timestamp":323426973,"id":248,"parentId":244,"tags":{"name":"static/chunks/pages/_app-3c9ca398d360b709.js","cache":"HIT"},"startTime":1770910137300,"traceId":"453caf68b24707fb"},{"name":"minify-js","duration":3683,"timestamp":323426991,"id":249,"parentId":244,"tags":{"name":"static/chunks/pages/_error-cf5ca766ac8f493f.js","cache":"HIT"},"startTime":1770910137300,"traceId":"453caf68b24707fb"},{"name":"minify-js","duration":3652,"timestamp":323427026,"id":250,"parentId":244,"tags":{"name":"static/chunks/app/layout-07755491d5d57242.js","cache":"HIT"},"startTime":1770910137300,"traceId":"453caf68b24707fb"},{"name":"minify-js","duration":3643,"timestamp":323427038,"id":251,"parentId":244,"tags":{"name":"static/chunks/app/page-792c0577dc44e5e5.js","cache":"HIT"},"startTime":1770910137300,"traceId":"453caf68b24707fb"},{"name":"minify-js","duration":3631,"timestamp":323427053,"id":252,"parentId":244,"tags":{"name":"static/chunks/app/worktrees/[id]/files/[...path]/page-ce9ac3658f2b7d91.js","cache":"HIT"},"startTime":1770910137300,"traceId":"453caf68b24707fb"},{"name":"minify-js","duration":3625,"timestamp":323427064,"id":253,"parentId":244,"tags":{"name":"static/chunks/app/worktrees/[id]/terminal/page-5d85a7e508ce36d3.js","cache":"HIT"},"startTime":1770910137300,"traceId":"453caf68b24707fb"},{"name":"minify-js","duration":3618,"timestamp":323427074,"id":254,"parentId":244,"tags":{"name":"static/chunks/app/worktrees/[id]/page-9d77c6f755d08086.js","cache":"HIT"},"startTime":1770910137300,"traceId":"453caf68b24707fb"},{"name":"minify-js","duration":1145,"timestamp":323429576,"id":256,"parentId":244,"tags":{"name":"static/chunks/13.d3909672ed2537ad.js","cache":"HIT"},"startTime":1770910137302,"traceId":"453caf68b24707fb"},{"name":"minify-js","duration":1116,"timestamp":323429609,"id":257,"parentId":244,"tags":{"name":"static/chunks/5387.c596b516693d85f7.js","cache":"HIT"},"startTime":1770910137302,"traceId":"453caf68b24707fb"},{"name":"minify-js","duration":1104,"timestamp":323429625,"id":258,"parentId":244,"tags":{"name":"static/chunks/7753.04d8053c39f78623.js","cache":"HIT"},"startTime":1770910137302,"traceId":"453caf68b24707fb"},{"name":"minify-js","duration":1094,"timestamp":323429638,"id":259,"parentId":244,"tags":{"name":"static/chunks/1582.2ba840113214f88b.js","cache":"HIT"},"startTime":1770910137302,"traceId":"453caf68b24707fb"},{"name":"minify-js","duration":1083,"timestamp":323429652,"id":260,"parentId":244,"tags":{"name":"static/chunks/3574.1509567792ccbdde.js","cache":"HIT"},"startTime":1770910137302,"traceId":"453caf68b24707fb"},{"name":"minify-js","duration":1073,"timestamp":323429665,"id":261,"parentId":244,"tags":{"name":"static/chunks/1817.80c269bf00462396.js","cache":"HIT"},"startTime":1770910137302,"traceId":"453caf68b24707fb"},{"name":"minify-js","duration":1065,"timestamp":323429676,"id":262,"parentId":244,"tags":{"name":"static/chunks/8841.4c7f6035ac21b8a3.js","cache":"HIT"},"startTime":1770910137302,"traceId":"453caf68b24707fb"},{"name":"minify-js","duration":1057,"timestamp":323429687,"id":263,"parentId":244,"tags":{"name":"static/chunks/2626.834991ca5479e32a.js","cache":"HIT"},"startTime":1770910137302,"traceId":"453caf68b24707fb"},{"name":"minify-js","duration":1048,"timestamp":323429699,"id":264,"parentId":244,"tags":{"name":"static/chunks/8772.d07dbc6583a5ddd2.js","cache":"HIT"},"startTime":1770910137302,"traceId":"453caf68b24707fb"},{"name":"minify-js","duration":1041,"timestamp":323429710,"id":265,"parentId":244,"tags":{"name":"static/chunks/3991.f1f45f54a8ce3c40.js","cache":"HIT"},"startTime":1770910137302,"traceId":"453caf68b24707fb"},{"name":"minify-js","duration":1033,"timestamp":323429720,"id":266,"parentId":244,"tags":{"name":"static/chunks/1015.405f7d36dc4d633e.js","cache":"HIT"},"startTime":1770910137302,"traceId":"453caf68b24707fb"},{"name":"minify-js","duration":1025,"timestamp":323429731,"id":267,"parentId":244,"tags":{"name":"static/chunks/1423.c2becd3a3433addc.js","cache":"HIT"},"startTime":1770910137302,"traceId":"453caf68b24707fb"},{"name":"minify-js","duration":1017,"timestamp":323429742,"id":268,"parentId":244,"tags":{"name":"static/chunks/5813.5804cd22d8b1de81.js","cache":"HIT"},"startTime":1770910137302,"traceId":"453caf68b24707fb"},{"name":"minify-js","duration":1010,"timestamp":323429752,"id":269,"parentId":244,"tags":{"name":"static/chunks/7290.5fb8e5eab68b60de.js","cache":"HIT"},"startTime":1770910137302,"traceId":"453caf68b24707fb"},{"name":"minify-js","duration":1001,"timestamp":323429764,"id":270,"parentId":244,"tags":{"name":"static/chunks/9552.d085b60ce4fc2e49.js","cache":"HIT"},"startTime":1770910137302,"traceId":"453caf68b24707fb"},{"name":"minify-js","duration":993,"timestamp":323429775,"id":271,"parentId":244,"tags":{"name":"static/chunks/7004.c7a0bc108f0a695d.js","cache":"HIT"},"startTime":1770910137302,"traceId":"453caf68b24707fb"},{"name":"minify-js","duration":984,"timestamp":323429786,"id":272,"parentId":244,"tags":{"name":"static/chunks/7415.63d145bdb2bb0fc9.js","cache":"HIT"},"startTime":1770910137302,"traceId":"453caf68b24707fb"},{"name":"minify-js","duration":976,"timestamp":323429797,"id":273,"parentId":244,"tags":{"name":"static/chunks/5126.3a2d5c4b7d088d74.js","cache":"HIT"},"startTime":1770910137302,"traceId":"453caf68b24707fb"},{"name":"minify-js","duration":969,"timestamp":323429807,"id":274,"parentId":244,"tags":{"name":"static/chunks/6678.bc83d4718f487817.js","cache":"HIT"},"startTime":1770910137302,"traceId":"453caf68b24707fb"},{"name":"minify-js","duration":962,"timestamp":323429818,"id":275,"parentId":244,"tags":{"name":"static/chunks/2398.74de33f25abfa656.js","cache":"HIT"},"startTime":1770910137302,"traceId":"453caf68b24707fb"},{"name":"minify-js","duration":950,"timestamp":323429832,"id":276,"parentId":244,"tags":{"name":"static/chunks/383.4fe953dcb5d06979.js","cache":"HIT"},"startTime":1770910137302,"traceId":"453caf68b24707fb"},{"name":"minify-js","duration":942,"timestamp":323429844,"id":277,"parentId":244,"tags":{"name":"static/chunks/8288.bbb53749ede79e20.js","cache":"HIT"},"startTime":1770910137303,"traceId":"453caf68b24707fb"},{"name":"minify-js","duration":934,"timestamp":323429854,"id":278,"parentId":244,"tags":{"name":"static/chunks/2526.ac552a31c7f58b8a.js","cache":"HIT"},"startTime":1770910137303,"traceId":"453caf68b24707fb"},{"name":"minify-js","duration":927,"timestamp":323429864,"id":279,"parentId":244,"tags":{"name":"static/chunks/4212.2006a6f7e2ff0e88.js","cache":"HIT"},"startTime":1770910137303,"traceId":"453caf68b24707fb"},{"name":"minify-js","duration":919,"timestamp":323429875,"id":280,"parentId":244,"tags":{"name":"static/chunks/6143.450b7a18eedb9862.js","cache":"HIT"},"startTime":1770910137303,"traceId":"453caf68b24707fb"},{"name":"minify-js","duration":912,"timestamp":323429885,"id":281,"parentId":244,"tags":{"name":"static/chunks/9834.7f9dd877d3f245f5.js","cache":"HIT"},"startTime":1770910137303,"traceId":"453caf68b24707fb"},{"name":"minify-js","duration":905,"timestamp":323429895,"id":282,"parentId":244,"tags":{"name":"static/chunks/3559.b6fb524356a2230e.js","cache":"HIT"},"startTime":1770910137303,"traceId":"453caf68b24707fb"},{"name":"minify-js","duration":892,"timestamp":323429911,"id":283,"parentId":244,"tags":{"name":"static/chunks/3852.bb56c3b6cef2f830.js","cache":"HIT"},"startTime":1770910137303,"traceId":"453caf68b24707fb"},{"name":"minify-js","duration":884,"timestamp":323429921,"id":284,"parentId":244,"tags":{"name":"static/chunks/4721.19cf8b9364ea187d.js","cache":"HIT"},"startTime":1770910137303,"traceId":"453caf68b24707fb"},{"name":"minify-js","duration":881,"timestamp":323429931,"id":285,"parentId":244,"tags":{"name":"static/chunks/8885.0b8bea7b560f0dca.js","cache":"HIT"},"startTime":1770910137303,"traceId":"453caf68b24707fb"},{"name":"minify-js","duration":873,"timestamp":323429942,"id":286,"parentId":244,"tags":{"name":"static/chunks/4362.f71ae2fde3e044fc.js","cache":"HIT"},"startTime":1770910137303,"traceId":"453caf68b24707fb"},{"name":"minify-js","duration":866,"timestamp":323429953,"id":287,"parentId":244,"tags":{"name":"static/chunks/6406.15ebeccc6e211061.js","cache":"HIT"},"startTime":1770910137303,"traceId":"453caf68b24707fb"},{"name":"minify-js","duration":859,"timestamp":323429963,"id":288,"parentId":244,"tags":{"name":"static/chunks/1098.86d319e4ae76ed88.js","cache":"HIT"},"startTime":1770910137303,"traceId":"453caf68b24707fb"},{"name":"minify-js","duration":852,"timestamp":323429973,"id":289,"parentId":244,"tags":{"name":"static/chunks/5112.f17aa9dff2bbc1e7.js","cache":"HIT"},"startTime":1770910137303,"traceId":"453caf68b24707fb"},{"name":"minify-js","duration":844,"timestamp":323429984,"id":290,"parentId":244,"tags":{"name":"static/chunks/8125.000119de7d8f03f0.js","cache":"HIT"},"startTime":1770910137303,"traceId":"453caf68b24707fb"},{"name":"minify-js","duration":835,"timestamp":323429997,"id":291,"parentId":244,"tags":{"name":"static/chunks/framework-8e0e0f4a6b83a956.js","cache":"HIT"},"startTime":1770910137303,"traceId":"453caf68b24707fb"},{"name":"minify-js","duration":803,"timestamp":323430032,"id":292,"parentId":244,"tags":{"name":"static/chunks/90542734.2f2e4c1dc1ba49c0.js","cache":"HIT"},"startTime":1770910137303,"traceId":"453caf68b24707fb"},{"name":"minify-js","duration":792,"timestamp":323430046,"id":293,"parentId":244,"tags":{"name":"static/chunks/2cdb6380.5fe5f9f208e7c337.js","cache":"HIT"},"startTime":1770910137303,"traceId":"453caf68b24707fb"},{"name":"minify-js","duration":784,"timestamp":323430058,"id":294,"parentId":244,"tags":{"name":"static/chunks/0dbeb660.182b0abe4b562191.js","cache":"HIT"},"startTime":1770910137303,"traceId":"453caf68b24707fb"},{"name":"minify-js","duration":776,"timestamp":323430069,"id":295,"parentId":244,"tags":{"name":"static/chunks/d3ac728e.64b8bd1cc8db9bc6.js","cache":"HIT"},"startTime":1770910137303,"traceId":"453caf68b24707fb"},{"name":"minify-js","duration":767,"timestamp":323430081,"id":296,"parentId":244,"tags":{"name":"static/chunks/fd9d1056-cfdf4f91f13d3485.js","cache":"HIT"},"startTime":1770910137303,"traceId":"453caf68b24707fb"},{"name":"minify-js","duration":759,"timestamp":323430091,"id":297,"parentId":244,"tags":{"name":"static/chunks/30d07d85-393352a92199f695.js","cache":"HIT"},"startTime":1770910137303,"traceId":"453caf68b24707fb"},{"name":"minify-js","duration":752,"timestamp":323430102,"id":298,"parentId":244,"tags":{"name":"static/chunks/6792.ec6c78eabeaea8ee.js","cache":"HIT"},"startTime":1770910137303,"traceId":"453caf68b24707fb"},{"name":"minify-js","duration":745,"timestamp":323430112,"id":299,"parentId":244,"tags":{"name":"static/chunks/4327.bf5c75539344981a.js","cache":"HIT"},"startTime":1770910137303,"traceId":"453caf68b24707fb"},{"name":"minify-js","duration":738,"timestamp":323430123,"id":300,"parentId":244,"tags":{"name":"static/chunks/9234-b0304101384ca079.js","cache":"HIT"},"startTime":1770910137303,"traceId":"453caf68b24707fb"},{"name":"minify-js","duration":730,"timestamp":323430134,"id":301,"parentId":244,"tags":{"name":"static/chunks/216-f18f4a9d8b04a91e.js","cache":"HIT"},"startTime":1770910137303,"traceId":"453caf68b24707fb"},{"name":"minify-js","duration":722,"timestamp":323430145,"id":302,"parentId":244,"tags":{"name":"static/chunks/8522.6733162b14be0982.js","cache":"HIT"},"startTime":1770910137303,"traceId":"453caf68b24707fb"},{"name":"minify-js","duration":715,"timestamp":323430155,"id":303,"parentId":244,"tags":{"name":"static/chunks/1038-3509435b68c0967e.js","cache":"HIT"},"startTime":1770910137303,"traceId":"453caf68b24707fb"},{"name":"minify-js","duration":707,"timestamp":323430166,"id":304,"parentId":244,"tags":{"name":"static/chunks/3843.f62b04e29fb0f55c.js","cache":"HIT"},"startTime":1770910137303,"traceId":"453caf68b24707fb"},{"name":"minify-js","duration":700,"timestamp":323430176,"id":305,"parentId":244,"tags":{"name":"static/chunks/2689.140cd1991848f9bd.js","cache":"HIT"},"startTime":1770910137303,"traceId":"453caf68b24707fb"},{"name":"minify-js","duration":691,"timestamp":323430189,"id":306,"parentId":244,"tags":{"name":"static/chunks/7665.e35ace516d7528d2.js","cache":"HIT"},"startTime":1770910137303,"traceId":"453caf68b24707fb"},{"name":"minify-js","duration":683,"timestamp":323430200,"id":307,"parentId":244,"tags":{"name":"static/chunks/8216-00e20326f32abd12.js","cache":"HIT"},"startTime":1770910137303,"traceId":"453caf68b24707fb"},{"name":"minify-js","duration":676,"timestamp":323430210,"id":308,"parentId":244,"tags":{"name":"static/chunks/656.5300fb43e7a93a70.js","cache":"HIT"},"startTime":1770910137303,"traceId":"453caf68b24707fb"},{"name":"minify-js","duration":669,"timestamp":323430220,"id":309,"parentId":244,"tags":{"name":"static/chunks/2117-e31fa477cb500950.js","cache":"HIT"},"startTime":1770910137303,"traceId":"453caf68b24707fb"},{"name":"minify-js","duration":659,"timestamp":323430233,"id":310,"parentId":244,"tags":{"name":"static/chunks/2330-0299b9879f4977d2.js","cache":"HIT"},"startTime":1770910137303,"traceId":"453caf68b24707fb"},{"name":"minify-js","duration":652,"timestamp":323430243,"id":311,"parentId":244,"tags":{"name":"static/chunks/6140-389f1951062dcf4f.js","cache":"HIT"},"startTime":1770910137303,"traceId":"453caf68b24707fb"},{"name":"minify-js","duration":645,"timestamp":323430254,"id":312,"parentId":244,"tags":{"name":"static/chunks/816-bb41b20a51ae924a.js","cache":"HIT"},"startTime":1770910137303,"traceId":"453caf68b24707fb"},{"name":"minify-js","duration":638,"timestamp":323430264,"id":313,"parentId":244,"tags":{"name":"static/chunks/4733-db0112b08802aaa7.js","cache":"HIT"},"startTime":1770910137303,"traceId":"453caf68b24707fb"},{"name":"minify-js","duration":630,"timestamp":323430275,"id":314,"parentId":244,"tags":{"name":"server/middleware-react-loadable-manifest.js","cache":"HIT"},"startTime":1770910137303,"traceId":"453caf68b24707fb"},{"name":"minify-js","duration":279,"timestamp":323430631,"id":318,"parentId":244,"tags":{"name":"server/next-font-manifest.js","cache":"HIT"},"startTime":1770910137303,"traceId":"453caf68b24707fb"},{"name":"minify-js","duration":1935,"timestamp":323430290,"id":315,"parentId":244,"tags":{"name":"static/rppRTm2sRWa4sZE7ili8A/_ssgManifest.js","cache":"MISS"},"startTime":1770910137303,"traceId":"453caf68b24707fb"},{"name":"minify-js","duration":1674,"timestamp":323430587,"id":317,"parentId":244,"tags":{"name":"static/rppRTm2sRWa4sZE7ili8A/_buildManifest.js","cache":"MISS"},"startTime":1770910137303,"traceId":"453caf68b24707fb"},{"name":"minify-js","duration":1924,"timestamp":323430464,"id":316,"parentId":244,"tags":{"name":"server/middleware-build-manifest.js","cache":"MISS"},"startTime":1770910137303,"traceId":"453caf68b24707fb"},{"name":"minify-js","duration":12326,"timestamp":323427086,"id":255,"parentId":244,"tags":{"name":"static/chunks/webpack-e6531fcf859d9451.js","cache":"MISS"},"startTime":1770910137300,"traceId":"453caf68b24707fb"},{"name":"terser-webpack-plugin-optimize","duration":21930,"timestamp":323417499,"id":244,"parentId":214,"tags":{"compilationName":"client","swcMinify":true},"startTime":1770910137290,"traceId":"453caf68b24707fb"},{"name":"minify-css","duration":133,"timestamp":323439607,"id":320,"parentId":319,"tags":{"file":"static/css/0c515958eeb65309.css","cache":"HIT"},"startTime":1770910137312,"traceId":"453caf68b24707fb"},{"name":"minify-css","duration":93,"timestamp":323439654,"id":321,"parentId":319,"tags":{"file":"static/css/2c3db85a1d7310ee.css","cache":"HIT"},"startTime":1770910137312,"traceId":"453caf68b24707fb"},{"name":"minify-css","duration":90,"timestamp":323439658,"id":322,"parentId":319,"tags":{"file":"static/css/a26070ae14fac156.css","cache":"HIT"},"startTime":1770910137312,"traceId":"453caf68b24707fb"},{"name":"css-minimizer-plugin","duration":208,"timestamp":323439543,"id":319,"parentId":214,"tags":{},"startTime":1770910137312,"traceId":"453caf68b24707fb"},{"name":"seal","duration":469951,"timestamp":322993542,"id":228,"parentId":214,"tags":{},"startTime":1770910136866,"traceId":"453caf68b24707fb"},{"name":"webpack-compilation","duration":2678240,"timestamp":320785364,"id":214,"parentId":15,"tags":{"name":"client"},"startTime":1770910134658,"traceId":"453caf68b24707fb"},{"name":"emit","duration":15579,"timestamp":323463658,"id":323,"parentId":15,"tags":{},"startTime":1770910137336,"traceId":"453caf68b24707fb"},{"name":"webpack-close","duration":1054934,"timestamp":323479432,"id":324,"parentId":15,"tags":{"name":"client"},"startTime":1770910137352,"traceId":"453caf68b24707fb"},{"name":"webpack-generate-error-stats","duration":829,"timestamp":324534393,"id":325,"parentId":324,"tags":{},"startTime":1770910138407,"traceId":"453caf68b24707fb"},{"name":"run-webpack-compiler","duration":7754045,"timestamp":316781451,"id":15,"parentId":1,"tags":{},"startTime":1770910130654,"traceId":"453caf68b24707fb"},{"name":"format-webpack-messages","duration":98,"timestamp":324535506,"id":326,"parentId":1,"tags":{},"startTime":1770910138408,"traceId":"453caf68b24707fb"},{"name":"verify-typescript-setup","duration":11888788,"timestamp":324536704,"id":328,"parentId":1,"tags":{},"startTime":1770910138409,"traceId":"453caf68b24707fb"},{"name":"check-static-error-page","duration":8602,"timestamp":336508812,"id":331,"parentId":330,"tags":{},"startTime":1770910150381,"traceId":"453caf68b24707fb"},{"name":"check-page","duration":5649,"timestamp":336574885,"id":332,"parentId":330,"tags":{"page":"/_app"},"startTime":1770910150448,"traceId":"453caf68b24707fb"},{"name":"check-page","duration":4557,"timestamp":336576000,"id":334,"parentId":330,"tags":{"page":"/_document"},"startTime":1770910150449,"traceId":"453caf68b24707fb"},{"name":"check-page","duration":4921,"timestamp":336575909,"id":333,"parentId":330,"tags":{"page":"/_error"},"startTime":1770910150449,"traceId":"453caf68b24707fb"}]
|
|
4
|
+
[{"name":"is-page-static","duration":295138,"timestamp":336584468,"id":381,"parentId":337,"tags":{},"startTime":1770910150457,"traceId":"453caf68b24707fb"},{"name":"check-page","duration":303335,"timestamp":336576344,"id":337,"parentId":330,"tags":{"page":"/api/external-apps/[id]"},"startTime":1770910150449,"traceId":"453caf68b24707fb"},{"name":"is-page-static","duration":295429,"timestamp":336584676,"id":382,"parentId":338,"tags":{},"startTime":1770910150457,"traceId":"453caf68b24707fb"},{"name":"check-page","duration":303743,"timestamp":336576391,"id":338,"parentId":330,"tags":{"page":"/api/external-apps"},"startTime":1770910150449,"traceId":"453caf68b24707fb"},{"name":"is-page-static","duration":306733,"timestamp":336584827,"id":383,"parentId":339,"tags":{},"startTime":1770910150457,"traceId":"453caf68b24707fb"},{"name":"check-page","duration":315212,"timestamp":336576425,"id":339,"parentId":330,"tags":{"page":"/api/hooks/claude-done"},"startTime":1770910150449,"traceId":"453caf68b24707fb"},{"name":"is-page-static","duration":306869,"timestamp":336584899,"id":384,"parentId":340,"tags":{},"startTime":1770910150458,"traceId":"453caf68b24707fb"},{"name":"check-page","duration":315339,"timestamp":336576460,"id":340,"parentId":330,"tags":{"page":"/api/repositories/clone/[jobId]"},"startTime":1770910150449,"traceId":"453caf68b24707fb"},{"name":"is-page-static","duration":309695,"timestamp":336587217,"id":386,"parentId":342,"tags":{},"startTime":1770910150460,"traceId":"453caf68b24707fb"},{"name":"check-page","duration":320317,"timestamp":336576639,"id":342,"parentId":330,"tags":{"page":"/api/repositories/excluded"},"startTime":1770910150449,"traceId":"453caf68b24707fb"},{"name":"is-page-static","duration":311295,"timestamp":336587303,"id":387,"parentId":343,"tags":{},"startTime":1770910150460,"traceId":"453caf68b24707fb"},{"name":"check-page","duration":321959,"timestamp":336576671,"id":343,"parentId":330,"tags":{"page":"/api/repositories/restore"},"startTime":1770910150449,"traceId":"453caf68b24707fb"},{"name":"is-page-static","duration":312773,"timestamp":336587132,"id":385,"parentId":341,"tags":{},"startTime":1770910150460,"traceId":"453caf68b24707fb"},{"name":"check-page","duration":323347,"timestamp":336576587,"id":341,"parentId":330,"tags":{"page":"/api/repositories/clone"},"startTime":1770910150449,"traceId":"453caf68b24707fb"},{"name":"is-page-static","duration":314311,"timestamp":336587536,"id":389,"parentId":345,"tags":{},"startTime":1770910150460,"traceId":"453caf68b24707fb"},{"name":"check-page","duration":325149,"timestamp":336576728,"id":345,"parentId":330,"tags":{"page":"/api/repositories/scan"},"startTime":1770910150449,"traceId":"453caf68b24707fb"},{"name":"is-page-static","duration":316494,"timestamp":336587624,"id":390,"parentId":346,"tags":{},"startTime":1770910150460,"traceId":"453caf68b24707fb"},{"name":"check-page","duration":327391,"timestamp":336576756,"id":346,"parentId":330,"tags":{"page":"/api/repositories/sync"},"startTime":1770910150449,"traceId":"453caf68b24707fb"},{"name":"is-page-static","duration":324519,"timestamp":336584079,"id":380,"parentId":336,"tags":{},"startTime":1770910150457,"traceId":"453caf68b24707fb"},{"name":"check-page","duration":332367,"timestamp":336576256,"id":336,"parentId":330,"tags":{"page":"/api/external-apps/[id]/health"},"startTime":1770910150449,"traceId":"453caf68b24707fb"},{"name":"is-page-static","duration":325269,"timestamp":336587382,"id":388,"parentId":344,"tags":{},"startTime":1770910150460,"traceId":"453caf68b24707fb"},{"name":"check-page","duration":335980,"timestamp":336576702,"id":344,"parentId":330,"tags":{"page":"/api/repositories"},"startTime":1770910150449,"traceId":"453caf68b24707fb"},{"name":"is-page-static","duration":326681,"timestamp":336587750,"id":393,"parentId":349,"tags":{},"startTime":1770910150460,"traceId":"453caf68b24707fb"},{"name":"check-page","duration":337511,"timestamp":336576951,"id":349,"parentId":330,"tags":{"page":"/api/worktrees/[id]/capture"},"startTime":1770910150450,"traceId":"453caf68b24707fb"},{"name":"is-page-static","duration":328085,"timestamp":336587788,"id":394,"parentId":350,"tags":{},"startTime":1770910150460,"traceId":"453caf68b24707fb"},{"name":"check-page","duration":338918,"timestamp":336576985,"id":350,"parentId":330,"tags":{"page":"/api/worktrees/[id]/cli-tool"},"startTime":1770910150450,"traceId":"453caf68b24707fb"},{"name":"is-page-static","duration":329932,"timestamp":336587833,"id":395,"parentId":351,"tags":{},"startTime":1770910150460,"traceId":"453caf68b24707fb"},{"name":"check-page","duration":340766,"timestamp":336577037,"id":351,"parentId":330,"tags":{"page":"/api/worktrees/[id]/current-output"},"startTime":1770910150450,"traceId":"453caf68b24707fb"},{"name":"is-page-static","duration":336467,"timestamp":336587705,"id":392,"parentId":348,"tags":{},"startTime":1770910150460,"traceId":"453caf68b24707fb"},{"name":"check-page","duration":347333,"timestamp":336576885,"id":348,"parentId":330,"tags":{"page":"/api/worktrees/[id]/auto-yes"},"startTime":1770910150450,"traceId":"453caf68b24707fb"},{"name":"is-page-static","duration":336445,"timestamp":336587890,"id":396,"parentId":352,"tags":{},"startTime":1770910150461,"traceId":"453caf68b24707fb"},{"name":"check-page","duration":347293,"timestamp":336577066,"id":352,"parentId":330,"tags":{"page":"/api/worktrees/[id]/files/[...path]"},"startTime":1770910150450,"traceId":"453caf68b24707fb"},{"name":"is-page-static","duration":336772,"timestamp":336587664,"id":391,"parentId":347,"tags":{},"startTime":1770910150460,"traceId":"453caf68b24707fb"},{"name":"check-page","duration":347670,"timestamp":336576787,"id":347,"parentId":330,"tags":{"page":"/api/slash-commands"},"startTime":1770910150449,"traceId":"453caf68b24707fb"},{"name":"is-page-static","duration":338493,"timestamp":336588024,"id":397,"parentId":353,"tags":{},"startTime":1770910150461,"traceId":"453caf68b24707fb"},{"name":"check-page","duration":349460,"timestamp":336577090,"id":353,"parentId":330,"tags":{"page":"/api/worktrees/[id]/interrupt"},"startTime":1770910150450,"traceId":"453caf68b24707fb"},{"name":"is-page-static","duration":340274,"timestamp":336588084,"id":398,"parentId":354,"tags":{},"startTime":1770910150461,"traceId":"453caf68b24707fb"},{"name":"check-page","duration":351280,"timestamp":336577112,"id":354,"parentId":330,"tags":{"page":"/api/worktrees/[id]/kill-session"},"startTime":1770910150450,"traceId":"453caf68b24707fb"},{"name":"is-page-static","duration":341862,"timestamp":336588210,"id":399,"parentId":355,"tags":{},"startTime":1770910150461,"traceId":"453caf68b24707fb"},{"name":"check-page","duration":352968,"timestamp":336577136,"id":355,"parentId":330,"tags":{"page":"/api/worktrees/[id]/logs/[filename]"},"startTime":1770910150450,"traceId":"453caf68b24707fb"},{"name":"is-page-static","duration":341857,"timestamp":336588357,"id":401,"parentId":357,"tags":{},"startTime":1770910150461,"traceId":"453caf68b24707fb"},{"name":"check-page","duration":353053,"timestamp":336577186,"id":357,"parentId":330,"tags":{"page":"/api/worktrees/[id]/memos/[memoId]"},"startTime":1770910150450,"traceId":"453caf68b24707fb"},{"name":"is-page-static","duration":343383,"timestamp":336588393,"id":402,"parentId":358,"tags":{},"startTime":1770910150461,"traceId":"453caf68b24707fb"},{"name":"check-page","duration":354591,"timestamp":336577215,"id":358,"parentId":330,"tags":{"page":"/api/worktrees/[id]/memos"},"startTime":1770910150450,"traceId":"453caf68b24707fb"},{"name":"is-page-static","duration":343495,"timestamp":336588418,"id":403,"parentId":359,"tags":{},"startTime":1770910150461,"traceId":"453caf68b24707fb"},{"name":"check-page","duration":354699,"timestamp":336577239,"id":359,"parentId":330,"tags":{"page":"/api/worktrees/[id]/messages"},"startTime":1770910150450,"traceId":"453caf68b24707fb"},{"name":"is-page-static","duration":344838,"timestamp":336588315,"id":400,"parentId":356,"tags":{},"startTime":1770910150461,"traceId":"453caf68b24707fb"},{"name":"check-page","duration":356020,"timestamp":336577160,"id":356,"parentId":330,"tags":{"page":"/api/worktrees/[id]/logs"},"startTime":1770910150450,"traceId":"453caf68b24707fb"},{"name":"is-page-static","duration":345083,"timestamp":336588489,"id":405,"parentId":361,"tags":{},"startTime":1770910150461,"traceId":"453caf68b24707fb"},{"name":"check-page","duration":356315,"timestamp":336577286,"id":361,"parentId":330,"tags":{"page":"/api/worktrees/[id]/respond"},"startTime":1770910150450,"traceId":"453caf68b24707fb"},{"name":"is-page-static","duration":346291,"timestamp":336588523,"id":406,"parentId":362,"tags":{},"startTime":1770910150461,"traceId":"453caf68b24707fb"},{"name":"check-page","duration":357528,"timestamp":336577309,"id":362,"parentId":330,"tags":{"page":"/api/worktrees/[id]"},"startTime":1770910150450,"traceId":"453caf68b24707fb"},{"name":"is-page-static","duration":346866,"timestamp":336588454,"id":404,"parentId":360,"tags":{},"startTime":1770910150461,"traceId":"453caf68b24707fb"},{"name":"check-page","duration":358087,"timestamp":336577263,"id":360,"parentId":330,"tags":{"page":"/api/worktrees/[id]/prompt-response"},"startTime":1770910150450,"traceId":"453caf68b24707fb"},{"name":"is-page-static","duration":347582,"timestamp":336588559,"id":407,"parentId":363,"tags":{},"startTime":1770910150461,"traceId":"453caf68b24707fb"},{"name":"check-page","duration":358836,"timestamp":336577335,"id":363,"parentId":330,"tags":{"page":"/api/worktrees/[id]/search"},"startTime":1770910150450,"traceId":"453caf68b24707fb"},{"name":"is-page-static","duration":347806,"timestamp":336588602,"id":408,"parentId":364,"tags":{},"startTime":1770910150461,"traceId":"453caf68b24707fb"},{"name":"check-page","duration":359079,"timestamp":336577360,"id":364,"parentId":330,"tags":{"page":"/api/worktrees/[id]/send"},"startTime":1770910150450,"traceId":"453caf68b24707fb"},{"name":"is-page-static","duration":348742,"timestamp":336588635,"id":409,"parentId":365,"tags":{},"startTime":1770910150461,"traceId":"453caf68b24707fb"},{"name":"check-page","duration":360096,"timestamp":336577389,"id":365,"parentId":330,"tags":{"page":"/api/worktrees/[id]/slash-commands"},"startTime":1770910150450,"traceId":"453caf68b24707fb"},{"name":"is-page-static","duration":348914,"timestamp":336588684,"id":411,"parentId":367,"tags":{},"startTime":1770910150461,"traceId":"453caf68b24707fb"},{"name":"check-page","duration":360188,"timestamp":336577435,"id":367,"parentId":330,"tags":{"page":"/api/worktrees/[id]/terminal"},"startTime":1770910150450,"traceId":"453caf68b24707fb"},{"name":"is-page-static","duration":349550,"timestamp":336588661,"id":410,"parentId":366,"tags":{},"startTime":1770910150461,"traceId":"453caf68b24707fb"},{"name":"check-page","duration":360832,"timestamp":336577412,"id":366,"parentId":330,"tags":{"page":"/api/worktrees/[id]/start-polling"},"startTime":1770910150450,"traceId":"453caf68b24707fb"},{"name":"is-page-static","duration":350757,"timestamp":336588711,"id":412,"parentId":368,"tags":{},"startTime":1770910150461,"traceId":"453caf68b24707fb"},{"name":"check-page","duration":362040,"timestamp":336577459,"id":368,"parentId":330,"tags":{"page":"/api/worktrees/[id]/tree/[...path]"},"startTime":1770910150450,"traceId":"453caf68b24707fb"},{"name":"is-page-static","duration":350873,"timestamp":336588735,"id":413,"parentId":369,"tags":{},"startTime":1770910150461,"traceId":"453caf68b24707fb"},{"name":"check-page","duration":362144,"timestamp":336577486,"id":369,"parentId":330,"tags":{"page":"/api/worktrees/[id]/tree"},"startTime":1770910150450,"traceId":"453caf68b24707fb"},{"name":"is-page-static","duration":351404,"timestamp":336588768,"id":414,"parentId":370,"tags":{},"startTime":1770910150461,"traceId":"453caf68b24707fb"},{"name":"check-page","duration":362682,"timestamp":336577515,"id":370,"parentId":330,"tags":{"page":"/api/worktrees/[id]/upload/[...path]"},"startTime":1770910150450,"traceId":"453caf68b24707fb"},{"name":"is-page-static","duration":351701,"timestamp":336588792,"id":415,"parentId":371,"tags":{},"startTime":1770910150461,"traceId":"453caf68b24707fb"},{"name":"check-page","duration":362973,"timestamp":336577547,"id":371,"parentId":330,"tags":{"page":"/api/worktrees/[id]/viewed"},"startTime":1770910150450,"traceId":"453caf68b24707fb"},{"name":"is-page-static","duration":352411,"timestamp":336588892,"id":416,"parentId":372,"tags":{},"startTime":1770910150462,"traceId":"453caf68b24707fb"},{"name":"check-page","duration":363746,"timestamp":336577579,"id":372,"parentId":330,"tags":{"page":"/api/worktrees"},"startTime":1770910150450,"traceId":"453caf68b24707fb"},{"name":"is-page-static","duration":354415,"timestamp":336589106,"id":419,"parentId":376,"tags":{},"startTime":1770910150462,"traceId":"453caf68b24707fb"},{"name":"check-page","duration":365827,"timestamp":336577716,"id":376,"parentId":330,"tags":{"page":"/proxy/[...path]"},"startTime":1770910150450,"traceId":"453caf68b24707fb"},{"name":"is-page-static","duration":357999,"timestamp":336588975,"id":418,"parentId":374,"tags":{},"startTime":1770910150462,"traceId":"453caf68b24707fb"},{"name":"check-page","duration":369388,"timestamp":336577638,"id":374,"parentId":330,"tags":{"page":"/icon.png"},"startTime":1770910150450,"traceId":"453caf68b24707fb"},{"name":"is-page-static","duration":361128,"timestamp":336588938,"id":417,"parentId":373,"tags":{},"startTime":1770910150462,"traceId":"453caf68b24707fb"},{"name":"check-page","duration":372483,"timestamp":336577609,"id":373,"parentId":330,"tags":{"page":"/apple-icon.png"},"startTime":1770910150450,"traceId":"453caf68b24707fb"},{"name":"is-page-static","duration":366640,"timestamp":336589149,"id":420,"parentId":335,"tags":{},"startTime":1770910150462,"traceId":"453caf68b24707fb"},{"name":"check-page","duration":379753,"timestamp":336576067,"id":335,"parentId":330,"tags":{"page":"/_not-found"},"startTime":1770910150449,"traceId":"453caf68b24707fb"},{"name":"is-page-static","duration":377307,"timestamp":336589176,"id":421,"parentId":375,"tags":{},"startTime":1770910150462,"traceId":"453caf68b24707fb"},{"name":"check-page","duration":388853,"timestamp":336577665,"id":375,"parentId":330,"tags":{"page":"/"},"startTime":1770910150450,"traceId":"453caf68b24707fb"},{"name":"is-page-static","duration":385211,"timestamp":336589236,"id":423,"parentId":378,"tags":{},"startTime":1770910150462,"traceId":"453caf68b24707fb"},{"name":"check-page","duration":396677,"timestamp":336577802,"id":378,"parentId":330,"tags":{"page":"/worktrees/[id]"},"startTime":1770910150450,"traceId":"453caf68b24707fb"},{"name":"is-page-static","duration":388891,"timestamp":336589264,"id":424,"parentId":379,"tags":{},"startTime":1770910150462,"traceId":"453caf68b24707fb"},{"name":"check-page","duration":400337,"timestamp":336577840,"id":379,"parentId":330,"tags":{"page":"/worktrees/[id]/terminal"},"startTime":1770910150451,"traceId":"453caf68b24707fb"},{"name":"is-page-static","duration":391441,"timestamp":336589212,"id":422,"parentId":377,"tags":{},"startTime":1770910150462,"traceId":"453caf68b24707fb"},{"name":"check-page","duration":402917,"timestamp":336577758,"id":377,"parentId":330,"tags":{"page":"/worktrees/[id]/files/[...path]"},"startTime":1770910150450,"traceId":"453caf68b24707fb"},{"name":"static-check","duration":472598,"timestamp":336508105,"id":330,"parentId":1,"tags":{},"startTime":1770910150381,"traceId":"453caf68b24707fb"},{"name":"load-dotenv","duration":29,"timestamp":337014464,"id":429,"parentId":428,"tags":{},"startTime":1770910150887,"traceId":"453caf68b24707fb"},{"name":"run-export-path-map","duration":466,"timestamp":337956687,"id":430,"parentId":428,"tags":{},"startTime":1770910151829,"traceId":"453caf68b24707fb"},{"name":"export-page","duration":169535,"timestamp":337958418,"id":435,"parentId":428,"tags":{"path":"/api/repositories/restore"},"startTime":1770910151831,"traceId":"453caf68b24707fb"},{"name":"export-page","duration":169911,"timestamp":337958291,"id":433,"parentId":428,"tags":{"path":"/api/hooks/claude-done"},"startTime":1770910151831,"traceId":"453caf68b24707fb"},{"name":"export-page","duration":170241,"timestamp":337958357,"id":434,"parentId":428,"tags":{"path":"/api/repositories/excluded"},"startTime":1770910151831,"traceId":"453caf68b24707fb"},{"name":"export-page","duration":267107,"timestamp":337958202,"id":432,"parentId":428,"tags":{"path":"/500"},"startTime":1770910151831,"traceId":"453caf68b24707fb"},{"name":"export-page","duration":276169,"timestamp":337958518,"id":438,"parentId":428,"tags":{"path":"/api/repositories/sync"},"startTime":1770910151831,"traceId":"453caf68b24707fb"},{"name":"export-page","duration":276329,"timestamp":337958499,"id":437,"parentId":428,"tags":{"path":"/api/repositories/scan"},"startTime":1770910151831,"traceId":"453caf68b24707fb"},{"name":"export-page","duration":276612,"timestamp":337958475,"id":436,"parentId":428,"tags":{"path":"/api/repositories/clone"},"startTime":1770910151831,"traceId":"453caf68b24707fb"},{"name":"export-page","duration":277297,"timestamp":337957877,"id":431,"parentId":428,"tags":{"path":"/404"},"startTime":1770910151831,"traceId":"453caf68b24707fb"}]
|
|
5
|
+
[{"name":"export-page","duration":536696,"timestamp":337958536,"id":439,"parentId":428,"tags":{"path":"/api/repositories"},"startTime":1770910151831,"traceId":"453caf68b24707fb"},{"name":"export-page","duration":536722,"timestamp":337958681,"id":441,"parentId":428,"tags":{"path":"/icon.png"},"startTime":1770910151831,"traceId":"453caf68b24707fb"},{"name":"export-page","duration":537111,"timestamp":337958556,"id":440,"parentId":428,"tags":{"path":"/api/slash-commands"},"startTime":1770910151831,"traceId":"453caf68b24707fb"},{"name":"export-page","duration":639886,"timestamp":337958730,"id":442,"parentId":428,"tags":{"path":"/apple-icon.png"},"startTime":1770910151831,"traceId":"453caf68b24707fb"},{"name":"export-page","duration":652354,"timestamp":337958747,"id":443,"parentId":428,"tags":{"path":"/_not-found"},"startTime":1770910151831,"traceId":"453caf68b24707fb"},{"name":"export-page","duration":652486,"timestamp":337958754,"id":444,"parentId":428,"tags":{"path":"/"},"startTime":1770910151831,"traceId":"453caf68b24707fb"},{"name":"next-export","duration":1660527,"timestamp":337013745,"id":428,"parentId":1,"tags":{},"startTime":1770910150886,"traceId":"453caf68b24707fb"},{"name":"move-exported-app-not-found-","duration":98,"timestamp":338675639,"id":445,"parentId":427,"tags":{},"startTime":1770910152548,"traceId":"453caf68b24707fb"},{"name":"move-exported-page","duration":26515,"timestamp":338675892,"id":446,"parentId":427,"tags":{},"startTime":1770910152549,"traceId":"453caf68b24707fb"},{"name":"static-generation","duration":1787987,"timestamp":337009656,"id":427,"parentId":1,"tags":{},"startTime":1770910150882,"traceId":"453caf68b24707fb"},{"name":"node-file-trace-build","duration":11893784,"timestamp":336982127,"id":426,"parentId":1,"tags":{"isTurbotrace":"false"},"startTime":1770910150855,"traceId":"453caf68b24707fb"},{"name":"apply-include-excludes","duration":856,"timestamp":348875939,"id":447,"parentId":1,"tags":{},"startTime":1770910162749,"traceId":"453caf68b24707fb"},{"name":"print-tree-view","duration":3361,"timestamp":348876957,"id":448,"parentId":1,"tags":{},"startTime":1770910162750,"traceId":"453caf68b24707fb"},{"name":"telemetry-flush","duration":61,"timestamp":348880340,"id":449,"parentId":1,"tags":{},"startTime":1770910162753,"traceId":"453caf68b24707fb"},{"name":"next-build","duration":32328581,"timestamp":316551833,"id":1,"tags":{"buildMode":"default","isTurboBuild":"false","version":"14.2.35","isTurbopack":false,"has-custom-webpack-config":"true","use-build-worker":"false"},"startTime":1770910130424,"traceId":"453caf68b24707fb"}]
|