@surething/cockpit 1.0.188 → 1.0.189

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (536) hide show
  1. package/.next-prod/BUILD_ID +1 -1
  2. package/.next-prod/app-path-routes-manifest.json +28 -25
  3. package/.next-prod/build-manifest.json +2 -2
  4. package/.next-prod/prerender-manifest.json +3 -3
  5. package/.next-prod/routes-manifest.json +20 -0
  6. package/.next-prod/server/app/_global-error/page.js.nft.json +1 -1
  7. package/.next-prod/server/app/_global-error/page_client-reference-manifest.js +1 -1
  8. package/.next-prod/server/app/_global-error.html +2 -2
  9. package/.next-prod/server/app/_global-error.rsc +1 -1
  10. package/.next-prod/server/app/_global-error.segments/_full.segment.rsc +1 -1
  11. package/.next-prod/server/app/_global-error.segments/_global-error/__PAGE__.segment.rsc +1 -1
  12. package/.next-prod/server/app/_global-error.segments/_global-error.segment.rsc +1 -1
  13. package/.next-prod/server/app/_global-error.segments/_head.segment.rsc +1 -1
  14. package/.next-prod/server/app/_global-error.segments/_index.segment.rsc +1 -1
  15. package/.next-prod/server/app/_global-error.segments/_tree.segment.rsc +1 -1
  16. package/.next-prod/server/app/_not-found/page.js.nft.json +1 -1
  17. package/.next-prod/server/app/_not-found/page_client-reference-manifest.js +1 -1
  18. package/.next-prod/server/app/_not-found.html +2 -2
  19. package/.next-prod/server/app/_not-found.rsc +3 -3
  20. package/.next-prod/server/app/_not-found.segments/_full.segment.rsc +3 -3
  21. package/.next-prod/server/app/_not-found.segments/_head.segment.rsc +1 -1
  22. package/.next-prod/server/app/_not-found.segments/_index.segment.rsc +3 -3
  23. package/.next-prod/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +1 -1
  24. package/.next-prod/server/app/_not-found.segments/_not-found.segment.rsc +1 -1
  25. package/.next-prod/server/app/_not-found.segments/_tree.segment.rsc +2 -2
  26. package/.next-prod/server/app/api/bash/route.js.nft.json +1 -1
  27. package/.next-prod/server/app/api/bash/route_client-reference-manifest.js +1 -1
  28. package/.next-prod/server/app/api/chat/codex/route.js.nft.json +1 -1
  29. package/.next-prod/server/app/api/chat/codex/route_client-reference-manifest.js +1 -1
  30. package/.next-prod/server/app/api/chat/kimi/route.js.nft.json +1 -1
  31. package/.next-prod/server/app/api/chat/kimi/route_client-reference-manifest.js +1 -1
  32. package/.next-prod/server/app/api/chat/ollama/route.js +26 -8
  33. package/.next-prod/server/app/api/chat/ollama/route.js.nft.json +1 -1
  34. package/.next-prod/server/app/api/chat/ollama/route_client-reference-manifest.js +1 -1
  35. package/.next-prod/server/app/api/chat/route.js.nft.json +1 -1
  36. package/.next-prod/server/app/api/chat/route_client-reference-manifest.js +1 -1
  37. package/.next-prod/server/app/api/claude-stats/route.js +1 -1
  38. package/.next-prod/server/app/api/claude-stats/route.js.nft.json +1 -1
  39. package/.next-prod/server/app/api/claude-stats/route_client-reference-manifest.js +1 -1
  40. package/.next-prod/server/app/api/commands/route.js +1 -1
  41. package/.next-prod/server/app/api/commands/route.js.nft.json +1 -1
  42. package/.next-prod/server/app/api/commands/route_client-reference-manifest.js +1 -1
  43. package/.next-prod/server/app/api/comments/route.js +1 -1
  44. package/.next-prod/server/app/api/comments/route.js.nft.json +1 -1
  45. package/.next-prod/server/app/api/comments/route_client-reference-manifest.js +1 -1
  46. package/.next-prod/server/app/api/db/columns/route.js.nft.json +1 -1
  47. package/.next-prod/server/app/api/db/columns/route_client-reference-manifest.js +1 -1
  48. package/.next-prod/server/app/api/db/connect/route.js.nft.json +1 -1
  49. package/.next-prod/server/app/api/db/connect/route_client-reference-manifest.js +1 -1
  50. package/.next-prod/server/app/api/db/disconnect/route.js.nft.json +1 -1
  51. package/.next-prod/server/app/api/db/disconnect/route_client-reference-manifest.js +1 -1
  52. package/.next-prod/server/app/api/db/export/route.js.nft.json +1 -1
  53. package/.next-prod/server/app/api/db/export/route_client-reference-manifest.js +1 -1
  54. package/.next-prod/server/app/api/db/query/route.js.nft.json +1 -1
  55. package/.next-prod/server/app/api/db/query/route_client-reference-manifest.js +1 -1
  56. package/.next-prod/server/app/api/db/schemas/route.js.nft.json +1 -1
  57. package/.next-prod/server/app/api/db/schemas/route_client-reference-manifest.js +1 -1
  58. package/.next-prod/server/app/api/extension/version/route.js.nft.json +1 -1
  59. package/.next-prod/server/app/api/extension/version/route_client-reference-manifest.js +1 -1
  60. package/.next-prod/server/app/api/file/route.js.nft.json +1 -1
  61. package/.next-prod/server/app/api/file/route_client-reference-manifest.js +1 -1
  62. package/.next-prod/server/app/api/files/blame/route.js.nft.json +1 -1
  63. package/.next-prod/server/app/api/files/blame/route_client-reference-manifest.js +1 -1
  64. package/.next-prod/server/app/api/files/clipboard/route.js.nft.json +1 -1
  65. package/.next-prod/server/app/api/files/clipboard/route_client-reference-manifest.js +1 -1
  66. package/.next-prod/server/app/api/files/copy/route.js.nft.json +1 -1
  67. package/.next-prod/server/app/api/files/copy/route_client-reference-manifest.js +1 -1
  68. package/.next-prod/server/app/api/files/delete/route.js.nft.json +1 -1
  69. package/.next-prod/server/app/api/files/delete/route_client-reference-manifest.js +1 -1
  70. package/.next-prod/server/app/api/files/expanded/route.js +1 -1
  71. package/.next-prod/server/app/api/files/expanded/route.js.nft.json +1 -1
  72. package/.next-prod/server/app/api/files/expanded/route_client-reference-manifest.js +1 -1
  73. package/.next-prod/server/app/api/files/index/route.js.nft.json +1 -1
  74. package/.next-prod/server/app/api/files/index/route_client-reference-manifest.js +1 -1
  75. package/.next-prod/server/app/api/files/init/route.js +1 -1
  76. package/.next-prod/server/app/api/files/init/route.js.nft.json +1 -1
  77. package/.next-prod/server/app/api/files/init/route_client-reference-manifest.js +1 -1
  78. package/.next-prod/server/app/api/files/paste/route.js.nft.json +1 -1
  79. package/.next-prod/server/app/api/files/paste/route_client-reference-manifest.js +1 -1
  80. package/.next-prod/server/app/api/files/read/route.js.nft.json +1 -1
  81. package/.next-prod/server/app/api/files/read/route_client-reference-manifest.js +1 -1
  82. package/.next-prod/server/app/api/files/readdir/route.js.nft.json +1 -1
  83. package/.next-prod/server/app/api/files/readdir/route_client-reference-manifest.js +1 -1
  84. package/.next-prod/server/app/api/files/recent/route.js +1 -1
  85. package/.next-prod/server/app/api/files/recent/route.js.nft.json +1 -1
  86. package/.next-prod/server/app/api/files/recent/route_client-reference-manifest.js +1 -1
  87. package/.next-prod/server/app/api/files/save/route.js.nft.json +1 -1
  88. package/.next-prod/server/app/api/files/save/route_client-reference-manifest.js +1 -1
  89. package/.next-prod/server/app/api/files/search/route.js.nft.json +1 -1
  90. package/.next-prod/server/app/api/files/search/route_client-reference-manifest.js +1 -1
  91. package/.next-prod/server/app/api/git/branch-diff/route.js.nft.json +1 -1
  92. package/.next-prod/server/app/api/git/branch-diff/route_client-reference-manifest.js +1 -1
  93. package/.next-prod/server/app/api/git/branches/route.js.nft.json +1 -1
  94. package/.next-prod/server/app/api/git/branches/route_client-reference-manifest.js +1 -1
  95. package/.next-prod/server/app/api/git/commit-diff/route.js.nft.json +1 -1
  96. package/.next-prod/server/app/api/git/commit-diff/route_client-reference-manifest.js +1 -1
  97. package/.next-prod/server/app/api/git/commits/route.js.nft.json +1 -1
  98. package/.next-prod/server/app/api/git/commits/route_client-reference-manifest.js +1 -1
  99. package/.next-prod/server/app/api/git/diff/route.js.nft.json +1 -1
  100. package/.next-prod/server/app/api/git/diff/route_client-reference-manifest.js +1 -1
  101. package/.next-prod/server/app/api/git/discard/route.js.nft.json +1 -1
  102. package/.next-prod/server/app/api/git/discard/route_client-reference-manifest.js +1 -1
  103. package/.next-prod/server/app/api/git/stage/route.js.nft.json +1 -1
  104. package/.next-prod/server/app/api/git/stage/route_client-reference-manifest.js +1 -1
  105. package/.next-prod/server/app/api/git/status/route.js.nft.json +1 -1
  106. package/.next-prod/server/app/api/git/status/route_client-reference-manifest.js +1 -1
  107. package/.next-prod/server/app/api/git/unstage/route.js.nft.json +1 -1
  108. package/.next-prod/server/app/api/git/unstage/route_client-reference-manifest.js +1 -1
  109. package/.next-prod/server/app/api/git/worktree/route.js.nft.json +1 -1
  110. package/.next-prod/server/app/api/git/worktree/route_client-reference-manifest.js +1 -1
  111. package/.next-prod/server/app/api/global-state/route.js.nft.json +1 -1
  112. package/.next-prod/server/app/api/global-state/route_client-reference-manifest.js +1 -1
  113. package/.next-prod/server/app/api/jupyter/load/route.js.nft.json +1 -1
  114. package/.next-prod/server/app/api/jupyter/load/route_client-reference-manifest.js +1 -1
  115. package/.next-prod/server/app/api/jupyter/save/route.js.nft.json +1 -1
  116. package/.next-prod/server/app/api/jupyter/save/route_client-reference-manifest.js +1 -1
  117. package/.next-prod/server/app/api/jupyter/shutdown/route.js.nft.json +1 -1
  118. package/.next-prod/server/app/api/jupyter/shutdown/route_client-reference-manifest.js +1 -1
  119. package/.next-prod/server/app/api/lsp/definition/route.js.nft.json +1 -1
  120. package/.next-prod/server/app/api/lsp/definition/route_client-reference-manifest.js +1 -1
  121. package/.next-prod/server/app/api/lsp/hover/route.js.nft.json +1 -1
  122. package/.next-prod/server/app/api/lsp/hover/route_client-reference-manifest.js +1 -1
  123. package/.next-prod/server/app/api/lsp/references/route.js.nft.json +1 -1
  124. package/.next-prod/server/app/api/lsp/references/route_client-reference-manifest.js +1 -1
  125. package/.next-prod/server/app/api/lsp/status/route.js.nft.json +1 -1
  126. package/.next-prod/server/app/api/lsp/status/route_client-reference-manifest.js +1 -1
  127. package/.next-prod/server/app/api/lsp/warmup/route.js.nft.json +1 -1
  128. package/.next-prod/server/app/api/lsp/warmup/route_client-reference-manifest.js +1 -1
  129. package/.next-prod/server/app/api/mysql/columns/route.js.nft.json +1 -1
  130. package/.next-prod/server/app/api/mysql/columns/route_client-reference-manifest.js +1 -1
  131. package/.next-prod/server/app/api/mysql/connect/route.js.nft.json +1 -1
  132. package/.next-prod/server/app/api/mysql/connect/route_client-reference-manifest.js +1 -1
  133. package/.next-prod/server/app/api/mysql/disconnect/route.js.nft.json +1 -1
  134. package/.next-prod/server/app/api/mysql/disconnect/route_client-reference-manifest.js +1 -1
  135. package/.next-prod/server/app/api/mysql/export/route.js.nft.json +1 -1
  136. package/.next-prod/server/app/api/mysql/export/route_client-reference-manifest.js +1 -1
  137. package/.next-prod/server/app/api/mysql/query/route.js.nft.json +1 -1
  138. package/.next-prod/server/app/api/mysql/query/route_client-reference-manifest.js +1 -1
  139. package/.next-prod/server/app/api/mysql/schemas/route.js.nft.json +1 -1
  140. package/.next-prod/server/app/api/mysql/schemas/route_client-reference-manifest.js +1 -1
  141. package/.next-prod/server/app/api/neo4j/connect/route.js.nft.json +1 -1
  142. package/.next-prod/server/app/api/neo4j/connect/route_client-reference-manifest.js +1 -1
  143. package/.next-prod/server/app/api/neo4j/disconnect/route.js.nft.json +1 -1
  144. package/.next-prod/server/app/api/neo4j/disconnect/route_client-reference-manifest.js +1 -1
  145. package/.next-prod/server/app/api/neo4j/query/route.js.nft.json +1 -1
  146. package/.next-prod/server/app/api/neo4j/query/route_client-reference-manifest.js +1 -1
  147. package/.next-prod/server/app/api/neo4j/schema/route.js.nft.json +1 -1
  148. package/.next-prod/server/app/api/neo4j/schema/route_client-reference-manifest.js +1 -1
  149. package/.next-prod/server/app/api/note/route.js +1 -1
  150. package/.next-prod/server/app/api/note/route.js.nft.json +1 -1
  151. package/.next-prod/server/app/api/note/route_client-reference-manifest.js +1 -1
  152. package/.next-prod/server/app/api/ollama/models/route.js.nft.json +1 -1
  153. package/.next-prod/server/app/api/ollama/models/route_client-reference-manifest.js +1 -1
  154. package/.next-prod/server/app/api/ollama/start/route.js.nft.json +1 -1
  155. package/.next-prod/server/app/api/ollama/start/route_client-reference-manifest.js +1 -1
  156. package/.next-prod/server/app/api/open-cursor/route.js.nft.json +1 -1
  157. package/.next-prod/server/app/api/open-cursor/route_client-reference-manifest.js +1 -1
  158. package/.next-prod/server/app/api/open-vscode/route.js.nft.json +1 -1
  159. package/.next-prod/server/app/api/open-vscode/route_client-reference-manifest.js +1 -1
  160. package/.next-prod/server/app/api/pick-folder/route.js.nft.json +1 -1
  161. package/.next-prod/server/app/api/pick-folder/route_client-reference-manifest.js +1 -1
  162. package/.next-prod/server/app/api/pinned-sessions/route.js +1 -1
  163. package/.next-prod/server/app/api/pinned-sessions/route.js.nft.json +1 -1
  164. package/.next-prod/server/app/api/pinned-sessions/route_client-reference-manifest.js +1 -1
  165. package/.next-prod/server/app/api/project-settings/route.js +1 -1
  166. package/.next-prod/server/app/api/project-settings/route.js.nft.json +1 -1
  167. package/.next-prod/server/app/api/project-settings/route_client-reference-manifest.js +1 -1
  168. package/.next-prod/server/app/api/project-state/route.js +1 -1
  169. package/.next-prod/server/app/api/project-state/route.js.nft.json +1 -1
  170. package/.next-prod/server/app/api/project-state/route_client-reference-manifest.js +1 -1
  171. package/.next-prod/server/app/api/projects/route.js +1 -1
  172. package/.next-prod/server/app/api/projects/route.js.nft.json +1 -1
  173. package/.next-prod/server/app/api/projects/route_client-reference-manifest.js +1 -1
  174. package/.next-prod/server/app/api/redis/command/route.js.nft.json +1 -1
  175. package/.next-prod/server/app/api/redis/command/route_client-reference-manifest.js +1 -1
  176. package/.next-prod/server/app/api/redis/connect/route.js.nft.json +1 -1
  177. package/.next-prod/server/app/api/redis/connect/route_client-reference-manifest.js +1 -1
  178. package/.next-prod/server/app/api/redis/delete/route.js.nft.json +1 -1
  179. package/.next-prod/server/app/api/redis/delete/route_client-reference-manifest.js +1 -1
  180. package/.next-prod/server/app/api/redis/disconnect/route.js.nft.json +1 -1
  181. package/.next-prod/server/app/api/redis/disconnect/route_client-reference-manifest.js +1 -1
  182. package/.next-prod/server/app/api/redis/get/route.js.nft.json +1 -1
  183. package/.next-prod/server/app/api/redis/get/route_client-reference-manifest.js +1 -1
  184. package/.next-prod/server/app/api/redis/keys/route.js.nft.json +1 -1
  185. package/.next-prod/server/app/api/redis/keys/route_client-reference-manifest.js +1 -1
  186. package/.next-prod/server/app/api/redis/set/route.js.nft.json +1 -1
  187. package/.next-prod/server/app/api/redis/set/route_client-reference-manifest.js +1 -1
  188. package/.next-prod/server/app/api/review/[id]/comments/route.js.nft.json +1 -1
  189. package/.next-prod/server/app/api/review/[id]/comments/route_client-reference-manifest.js +1 -1
  190. package/.next-prod/server/app/api/review/[id]/replies/route.js.nft.json +1 -1
  191. package/.next-prod/server/app/api/review/[id]/replies/route_client-reference-manifest.js +1 -1
  192. package/.next-prod/server/app/api/review/[id]/route.js +1 -1
  193. package/.next-prod/server/app/api/review/[id]/route.js.nft.json +1 -1
  194. package/.next-prod/server/app/api/review/[id]/route_client-reference-manifest.js +1 -1
  195. package/.next-prod/server/app/api/review/identify/route.js +1 -1
  196. package/.next-prod/server/app/api/review/identify/route.js.nft.json +1 -1
  197. package/.next-prod/server/app/api/review/identify/route_client-reference-manifest.js +1 -1
  198. package/.next-prod/server/app/api/review/order/route.js +1 -1
  199. package/.next-prod/server/app/api/review/order/route.js.nft.json +1 -1
  200. package/.next-prod/server/app/api/review/order/route_client-reference-manifest.js +1 -1
  201. package/.next-prod/server/app/api/review/route.js.nft.json +1 -1
  202. package/.next-prod/server/app/api/review/route_client-reference-manifest.js +1 -1
  203. package/.next-prod/server/app/api/review/share-info/route.js.nft.json +1 -1
  204. package/.next-prod/server/app/api/review/share-info/route_client-reference-manifest.js +1 -1
  205. package/.next-prod/server/app/api/review/users/route.js +1 -1
  206. package/.next-prod/server/app/api/review/users/route.js.nft.json +1 -1
  207. package/.next-prod/server/app/api/review/users/route_client-reference-manifest.js +1 -1
  208. package/.next-prod/server/app/api/scheduled-tasks/route.js.nft.json +1 -1
  209. package/.next-prod/server/app/api/scheduled-tasks/route_client-reference-manifest.js +1 -1
  210. package/.next-prod/server/app/api/services/config/route.js +1 -1
  211. package/.next-prod/server/app/api/services/config/route.js.nft.json +1 -1
  212. package/.next-prod/server/app/api/services/config/route_client-reference-manifest.js +1 -1
  213. package/.next-prod/server/app/api/services/scripts/route.js.nft.json +1 -1
  214. package/.next-prod/server/app/api/services/scripts/route_client-reference-manifest.js +1 -1
  215. package/.next-prod/server/app/api/session/[sessionId]/fork/route.js +1 -1
  216. package/.next-prod/server/app/api/session/[sessionId]/fork/route.js.nft.json +1 -1
  217. package/.next-prod/server/app/api/session/[sessionId]/fork/route_client-reference-manifest.js +1 -1
  218. package/.next-prod/server/app/api/session/[sessionId]/history/route.js +1 -1
  219. package/.next-prod/server/app/api/session/[sessionId]/history/route.js.nft.json +1 -1
  220. package/.next-prod/server/app/api/session/[sessionId]/history/route_client-reference-manifest.js +1 -1
  221. package/.next-prod/server/app/api/session-by-path/route.js +1 -1
  222. package/.next-prod/server/app/api/session-by-path/route.js.nft.json +1 -1
  223. package/.next-prod/server/app/api/session-by-path/route_client-reference-manifest.js +1 -1
  224. package/.next-prod/server/app/api/sessions/projects/[encodedPath]/route.js +1 -1
  225. package/.next-prod/server/app/api/sessions/projects/[encodedPath]/route.js.nft.json +1 -1
  226. package/.next-prod/server/app/api/sessions/projects/[encodedPath]/route_client-reference-manifest.js +1 -1
  227. package/.next-prod/server/app/api/sessions/projects/route.js +1 -1
  228. package/.next-prod/server/app/api/sessions/projects/route.js.nft.json +1 -1
  229. package/.next-prod/server/app/api/sessions/projects/route_client-reference-manifest.js +1 -1
  230. package/.next-prod/server/app/api/sessions/route.js +1 -1
  231. package/.next-prod/server/app/api/sessions/route.js.nft.json +1 -1
  232. package/.next-prod/server/app/api/sessions/route_client-reference-manifest.js +1 -1
  233. package/.next-prod/server/app/api/settings/route.js +1 -1
  234. package/.next-prod/server/app/api/settings/route.js.nft.json +1 -1
  235. package/.next-prod/server/app/api/settings/route_client-reference-manifest.js +1 -1
  236. package/.next-prod/server/app/api/skills/[id]/route.js +1 -0
  237. package/.next-prod/server/app/api/skills/[id]/route.js.nft.json +1 -0
  238. package/.next-prod/server/app/api/skills/[id]/route_client-reference-manifest.js +1 -0
  239. package/.next-prod/server/app/api/skills/content/route.js +1 -0
  240. package/.next-prod/server/app/api/skills/content/route.js.nft.json +1 -0
  241. package/.next-prod/server/app/api/skills/content/route_client-reference-manifest.js +1 -0
  242. package/.next-prod/server/app/api/skills/route.js +1 -0
  243. package/.next-prod/server/app/api/skills/route.js.nft.json +1 -0
  244. package/.next-prod/server/app/api/skills/route_client-reference-manifest.js +1 -0
  245. package/.next-prod/server/app/api/terminal/aliases/route.js +1 -1
  246. package/.next-prod/server/app/api/terminal/aliases/route.js.nft.json +1 -1
  247. package/.next-prod/server/app/api/terminal/aliases/route_client-reference-manifest.js +1 -1
  248. package/.next-prod/server/app/api/terminal/autocomplete/route.js.nft.json +1 -1
  249. package/.next-prod/server/app/api/terminal/autocomplete/route_client-reference-manifest.js +1 -1
  250. package/.next-prod/server/app/api/terminal/bubble-order/route.js +1 -1
  251. package/.next-prod/server/app/api/terminal/bubble-order/route.js.nft.json +1 -1
  252. package/.next-prod/server/app/api/terminal/bubble-order/route_client-reference-manifest.js +1 -1
  253. package/.next-prod/server/app/api/terminal/env/route.js +1 -1
  254. package/.next-prod/server/app/api/terminal/env/route.js.nft.json +1 -1
  255. package/.next-prod/server/app/api/terminal/env/route_client-reference-manifest.js +1 -1
  256. package/.next-prod/server/app/api/terminal/history/route.js +1 -1
  257. package/.next-prod/server/app/api/terminal/history/route.js.nft.json +1 -1
  258. package/.next-prod/server/app/api/terminal/history/route_client-reference-manifest.js +1 -1
  259. package/.next-prod/server/app/api/version/route.js.nft.json +1 -1
  260. package/.next-prod/server/app/api/version/route_client-reference-manifest.js +1 -1
  261. package/.next-prod/server/app/favicon.ico/route.js.nft.json +1 -1
  262. package/.next-prod/server/app/manifest.webmanifest/route.js.nft.json +1 -1
  263. package/.next-prod/server/app/manifest.webmanifest/route_client-reference-manifest.js +1 -1
  264. package/.next-prod/server/app/page.js +13 -13
  265. package/.next-prod/server/app/page.js.nft.json +1 -1
  266. package/.next-prod/server/app/page_client-reference-manifest.js +1 -1
  267. package/.next-prod/server/app/project/page.js +8 -7
  268. package/.next-prod/server/app/project/page.js.nft.json +1 -1
  269. package/.next-prod/server/app/project/page_client-reference-manifest.js +1 -1
  270. package/.next-prod/server/app/review/[id]/page.js +1 -1
  271. package/.next-prod/server/app/review/[id]/page.js.nft.json +1 -1
  272. package/.next-prod/server/app/review/[id]/page_client-reference-manifest.js +1 -1
  273. package/.next-prod/server/app-paths-manifest.json +28 -25
  274. package/.next-prod/server/chunks/1661.js +1 -0
  275. package/.next-prod/server/chunks/2325.js +1 -1
  276. package/.next-prod/server/chunks/2338.js +1 -0
  277. package/.next-prod/server/chunks/4098.js +1 -1
  278. package/.next-prod/server/chunks/459.js +1 -0
  279. package/.next-prod/server/chunks/5394.js +1 -1
  280. package/.next-prod/server/chunks/6043.js +4 -0
  281. package/.next-prod/server/chunks/7122.js +1 -0
  282. package/.next-prod/server/chunks/7514.js +1 -1
  283. package/.next-prod/server/functions-config-manifest.json +3 -0
  284. package/.next-prod/server/pages/404.html +2 -2
  285. package/.next-prod/server/pages/500.html +2 -2
  286. package/.next-prod/server/server-reference-manifest.json +1 -1
  287. package/.next-prod/static/KErTlLLQlubS82IizAx-5/_buildManifest.js +1 -0
  288. package/.next-prod/static/chunks/3530-49f50405e2b2a8c2.js +14 -0
  289. package/.next-prod/static/chunks/3743-66d6d2ef6629c733.js +4 -0
  290. package/.next-prod/static/chunks/6108-df36466c7d900315.js +1 -0
  291. package/.next-prod/static/chunks/6148-ceb1b58ea7be6767.js +1 -0
  292. package/.next-prod/static/chunks/6878-b27072ccf7fd4eba.js +1 -0
  293. package/.next-prod/static/chunks/9062-a330afa1af7f133e.js +1 -0
  294. package/.next-prod/static/chunks/app/_global-error/page-f626fdfbc87b7a2c.js +1 -0
  295. package/.next-prod/static/chunks/app/api/bash/route-f626fdfbc87b7a2c.js +1 -0
  296. package/.next-prod/static/chunks/app/api/chat/codex/route-f626fdfbc87b7a2c.js +1 -0
  297. package/.next-prod/static/chunks/app/api/chat/kimi/route-f626fdfbc87b7a2c.js +1 -0
  298. package/.next-prod/static/chunks/app/api/chat/ollama/route-f626fdfbc87b7a2c.js +1 -0
  299. package/.next-prod/static/chunks/app/api/chat/route-f626fdfbc87b7a2c.js +1 -0
  300. package/.next-prod/static/chunks/app/api/claude-stats/route-f626fdfbc87b7a2c.js +1 -0
  301. package/.next-prod/static/chunks/app/api/commands/route-f626fdfbc87b7a2c.js +1 -0
  302. package/.next-prod/static/chunks/app/api/comments/route-f626fdfbc87b7a2c.js +1 -0
  303. package/.next-prod/static/chunks/app/api/db/columns/route-f626fdfbc87b7a2c.js +1 -0
  304. package/.next-prod/static/chunks/app/api/db/connect/route-f626fdfbc87b7a2c.js +1 -0
  305. package/.next-prod/static/chunks/app/api/db/disconnect/route-f626fdfbc87b7a2c.js +1 -0
  306. package/.next-prod/static/chunks/app/api/db/export/route-f626fdfbc87b7a2c.js +1 -0
  307. package/.next-prod/static/chunks/app/api/db/query/route-f626fdfbc87b7a2c.js +1 -0
  308. package/.next-prod/static/chunks/app/api/db/schemas/route-f626fdfbc87b7a2c.js +1 -0
  309. package/.next-prod/static/chunks/app/api/extension/version/route-f626fdfbc87b7a2c.js +1 -0
  310. package/.next-prod/static/chunks/app/api/file/route-f626fdfbc87b7a2c.js +1 -0
  311. package/.next-prod/static/chunks/app/api/files/blame/route-f626fdfbc87b7a2c.js +1 -0
  312. package/.next-prod/static/chunks/app/api/files/clipboard/route-f626fdfbc87b7a2c.js +1 -0
  313. package/.next-prod/static/chunks/app/api/files/copy/route-f626fdfbc87b7a2c.js +1 -0
  314. package/.next-prod/static/chunks/app/api/files/delete/route-f626fdfbc87b7a2c.js +1 -0
  315. package/.next-prod/static/chunks/app/api/files/expanded/route-f626fdfbc87b7a2c.js +1 -0
  316. package/.next-prod/static/chunks/app/api/files/index/route-f626fdfbc87b7a2c.js +1 -0
  317. package/.next-prod/static/chunks/app/api/files/init/route-f626fdfbc87b7a2c.js +1 -0
  318. package/.next-prod/static/chunks/app/api/files/paste/route-f626fdfbc87b7a2c.js +1 -0
  319. package/.next-prod/static/chunks/app/api/files/read/route-f626fdfbc87b7a2c.js +1 -0
  320. package/.next-prod/static/chunks/app/api/files/readdir/route-f626fdfbc87b7a2c.js +1 -0
  321. package/.next-prod/static/chunks/app/api/files/recent/route-f626fdfbc87b7a2c.js +1 -0
  322. package/.next-prod/static/chunks/app/api/files/save/route-f626fdfbc87b7a2c.js +1 -0
  323. package/.next-prod/static/chunks/app/api/files/search/route-f626fdfbc87b7a2c.js +1 -0
  324. package/.next-prod/static/chunks/app/api/git/branch-diff/route-f626fdfbc87b7a2c.js +1 -0
  325. package/.next-prod/static/chunks/app/api/git/branches/route-f626fdfbc87b7a2c.js +1 -0
  326. package/.next-prod/static/chunks/app/api/git/commit-diff/route-f626fdfbc87b7a2c.js +1 -0
  327. package/.next-prod/static/chunks/app/api/git/commits/route-f626fdfbc87b7a2c.js +1 -0
  328. package/.next-prod/static/chunks/app/api/git/diff/route-f626fdfbc87b7a2c.js +1 -0
  329. package/.next-prod/static/chunks/app/api/git/discard/route-f626fdfbc87b7a2c.js +1 -0
  330. package/.next-prod/static/chunks/app/api/git/stage/route-f626fdfbc87b7a2c.js +1 -0
  331. package/.next-prod/static/chunks/app/api/git/status/route-f626fdfbc87b7a2c.js +1 -0
  332. package/.next-prod/static/chunks/app/api/git/unstage/route-f626fdfbc87b7a2c.js +1 -0
  333. package/.next-prod/static/chunks/app/api/git/worktree/route-f626fdfbc87b7a2c.js +1 -0
  334. package/.next-prod/static/chunks/app/api/global-state/route-f626fdfbc87b7a2c.js +1 -0
  335. package/.next-prod/static/chunks/app/api/jupyter/load/route-f626fdfbc87b7a2c.js +1 -0
  336. package/.next-prod/static/chunks/app/api/jupyter/save/route-f626fdfbc87b7a2c.js +1 -0
  337. package/.next-prod/static/chunks/app/api/jupyter/shutdown/route-f626fdfbc87b7a2c.js +1 -0
  338. package/.next-prod/static/chunks/app/api/lsp/definition/route-f626fdfbc87b7a2c.js +1 -0
  339. package/.next-prod/static/chunks/app/api/lsp/hover/route-f626fdfbc87b7a2c.js +1 -0
  340. package/.next-prod/static/chunks/app/api/lsp/references/route-f626fdfbc87b7a2c.js +1 -0
  341. package/.next-prod/static/chunks/app/api/lsp/status/route-f626fdfbc87b7a2c.js +1 -0
  342. package/.next-prod/static/chunks/app/api/lsp/warmup/route-f626fdfbc87b7a2c.js +1 -0
  343. package/.next-prod/static/chunks/app/api/mysql/columns/route-f626fdfbc87b7a2c.js +1 -0
  344. package/.next-prod/static/chunks/app/api/mysql/connect/route-f626fdfbc87b7a2c.js +1 -0
  345. package/.next-prod/static/chunks/app/api/mysql/disconnect/route-f626fdfbc87b7a2c.js +1 -0
  346. package/.next-prod/static/chunks/app/api/mysql/export/route-f626fdfbc87b7a2c.js +1 -0
  347. package/.next-prod/static/chunks/app/api/mysql/query/route-f626fdfbc87b7a2c.js +1 -0
  348. package/.next-prod/static/chunks/app/api/mysql/schemas/route-f626fdfbc87b7a2c.js +1 -0
  349. package/.next-prod/static/chunks/app/api/neo4j/connect/route-f626fdfbc87b7a2c.js +1 -0
  350. package/.next-prod/static/chunks/app/api/neo4j/disconnect/route-f626fdfbc87b7a2c.js +1 -0
  351. package/.next-prod/static/chunks/app/api/neo4j/query/route-f626fdfbc87b7a2c.js +1 -0
  352. package/.next-prod/static/chunks/app/api/neo4j/schema/route-f626fdfbc87b7a2c.js +1 -0
  353. package/.next-prod/static/chunks/app/api/note/route-f626fdfbc87b7a2c.js +1 -0
  354. package/.next-prod/static/chunks/app/api/ollama/models/route-f626fdfbc87b7a2c.js +1 -0
  355. package/.next-prod/static/chunks/app/api/ollama/start/route-f626fdfbc87b7a2c.js +1 -0
  356. package/.next-prod/static/chunks/app/api/open-cursor/route-f626fdfbc87b7a2c.js +1 -0
  357. package/.next-prod/static/chunks/app/api/open-vscode/route-f626fdfbc87b7a2c.js +1 -0
  358. package/.next-prod/static/chunks/app/api/pick-folder/route-f626fdfbc87b7a2c.js +1 -0
  359. package/.next-prod/static/chunks/app/api/pinned-sessions/route-f626fdfbc87b7a2c.js +1 -0
  360. package/.next-prod/static/chunks/app/api/project-settings/route-f626fdfbc87b7a2c.js +1 -0
  361. package/.next-prod/static/chunks/app/api/project-state/route-f626fdfbc87b7a2c.js +1 -0
  362. package/.next-prod/static/chunks/app/api/projects/route-f626fdfbc87b7a2c.js +1 -0
  363. package/.next-prod/static/chunks/app/api/redis/command/route-f626fdfbc87b7a2c.js +1 -0
  364. package/.next-prod/static/chunks/app/api/redis/connect/route-f626fdfbc87b7a2c.js +1 -0
  365. package/.next-prod/static/chunks/app/api/redis/delete/route-f626fdfbc87b7a2c.js +1 -0
  366. package/.next-prod/static/chunks/app/api/redis/disconnect/route-f626fdfbc87b7a2c.js +1 -0
  367. package/.next-prod/static/chunks/app/api/redis/get/route-f626fdfbc87b7a2c.js +1 -0
  368. package/.next-prod/static/chunks/app/api/redis/keys/route-f626fdfbc87b7a2c.js +1 -0
  369. package/.next-prod/static/chunks/app/api/redis/set/route-f626fdfbc87b7a2c.js +1 -0
  370. package/.next-prod/static/chunks/app/api/review/[id]/comments/route-f626fdfbc87b7a2c.js +1 -0
  371. package/.next-prod/static/chunks/app/api/review/[id]/replies/route-f626fdfbc87b7a2c.js +1 -0
  372. package/.next-prod/static/chunks/app/api/review/[id]/route-f626fdfbc87b7a2c.js +1 -0
  373. package/.next-prod/static/chunks/app/api/review/identify/route-f626fdfbc87b7a2c.js +1 -0
  374. package/.next-prod/static/chunks/app/api/review/order/route-f626fdfbc87b7a2c.js +1 -0
  375. package/.next-prod/static/chunks/app/api/review/route-f626fdfbc87b7a2c.js +1 -0
  376. package/.next-prod/static/chunks/app/api/review/share-info/route-f626fdfbc87b7a2c.js +1 -0
  377. package/.next-prod/static/chunks/app/api/review/users/route-f626fdfbc87b7a2c.js +1 -0
  378. package/.next-prod/static/chunks/app/api/scheduled-tasks/route-f626fdfbc87b7a2c.js +1 -0
  379. package/.next-prod/static/chunks/app/api/services/config/route-f626fdfbc87b7a2c.js +1 -0
  380. package/.next-prod/static/chunks/app/api/services/scripts/route-f626fdfbc87b7a2c.js +1 -0
  381. package/.next-prod/static/chunks/app/api/session/[sessionId]/fork/route-f626fdfbc87b7a2c.js +1 -0
  382. package/.next-prod/static/chunks/app/api/session/[sessionId]/history/route-f626fdfbc87b7a2c.js +1 -0
  383. package/.next-prod/static/chunks/app/api/session-by-path/route-f626fdfbc87b7a2c.js +1 -0
  384. package/.next-prod/static/chunks/app/api/sessions/projects/[encodedPath]/route-f626fdfbc87b7a2c.js +1 -0
  385. package/.next-prod/static/chunks/app/api/sessions/projects/route-f626fdfbc87b7a2c.js +1 -0
  386. package/.next-prod/static/chunks/app/api/sessions/route-f626fdfbc87b7a2c.js +1 -0
  387. package/.next-prod/static/chunks/app/api/settings/route-f626fdfbc87b7a2c.js +1 -0
  388. package/.next-prod/static/chunks/app/api/skills/[id]/route-f626fdfbc87b7a2c.js +1 -0
  389. package/.next-prod/static/chunks/app/api/skills/content/route-f626fdfbc87b7a2c.js +1 -0
  390. package/.next-prod/static/chunks/app/api/skills/route-f626fdfbc87b7a2c.js +1 -0
  391. package/.next-prod/static/chunks/app/api/terminal/aliases/route-f626fdfbc87b7a2c.js +1 -0
  392. package/.next-prod/static/chunks/app/api/terminal/autocomplete/route-f626fdfbc87b7a2c.js +1 -0
  393. package/.next-prod/static/chunks/app/api/terminal/bubble-order/route-f626fdfbc87b7a2c.js +1 -0
  394. package/.next-prod/static/chunks/app/api/terminal/env/route-f626fdfbc87b7a2c.js +1 -0
  395. package/.next-prod/static/chunks/app/api/terminal/history/route-f626fdfbc87b7a2c.js +1 -0
  396. package/.next-prod/static/chunks/app/api/version/route-f626fdfbc87b7a2c.js +1 -0
  397. package/.next-prod/static/chunks/app/manifest.webmanifest/route-f626fdfbc87b7a2c.js +1 -0
  398. package/.next-prod/static/chunks/app/page-e0d663a97bc29595.js +1 -0
  399. package/.next-prod/static/chunks/app/project/page-ff9fb0aaf89c8457.js +29 -0
  400. package/.next-prod/static/chunks/app/review/[id]/{page-559260ff9227d0b4.js → page-be83af23e89a03f9.js} +1 -1
  401. package/.next-prod/static/chunks/next/dist/client/components/builtin/app-error-f626fdfbc87b7a2c.js +1 -0
  402. package/.next-prod/static/chunks/next/dist/client/components/builtin/forbidden-f626fdfbc87b7a2c.js +1 -0
  403. package/.next-prod/static/chunks/next/dist/client/components/builtin/not-found-f626fdfbc87b7a2c.js +1 -0
  404. package/.next-prod/static/chunks/next/dist/client/components/builtin/unauthorized-f626fdfbc87b7a2c.js +1 -0
  405. package/.next-prod/static/css/75f39a8350e8177f.css +3 -0
  406. package/.next-prod/trace +13 -12
  407. package/.next-prod/trace-build +1 -1
  408. package/.next-prod/types/app/api/skills/[id]/route.ts +350 -0
  409. package/.next-prod/types/app/api/skills/content/route.ts +350 -0
  410. package/.next-prod/types/app/api/skills/route.ts +350 -0
  411. package/.next-prod/types/routes.d.ts +4 -1
  412. package/.next-prod/types/validator.ts +27 -0
  413. package/bin/cock-browser.mjs +65 -1
  414. package/chrome-extension/automation.js +36 -0
  415. package/chrome-extension/background.js +49 -2
  416. package/dist/{chunk-KLV3PBIZ.mjs → chunk-ZDTXJE6Z.mjs} +1 -0
  417. package/dist/scheduledTasks.mjs +1 -1
  418. package/dist/wsServer.mjs +1 -1
  419. package/package.json +1 -1
  420. package/.next-prod/server/chunks/4042.js +0 -1
  421. package/.next-prod/server/chunks/6062.js +0 -1
  422. package/.next-prod/server/chunks/7284.js +0 -1
  423. package/.next-prod/static/_gYuZ_hBlVHw7RvEBSdgN/_buildManifest.js +0 -1
  424. package/.next-prod/static/chunks/1593-d845ec6e5c8de67e.js +0 -1
  425. package/.next-prod/static/chunks/2072-f08fabf0a6541d15.js +0 -4
  426. package/.next-prod/static/chunks/3530-6d8abfd0e950d439.js +0 -14
  427. package/.next-prod/static/chunks/5493-83d6a5ec42d6cbb3.js +0 -1
  428. package/.next-prod/static/chunks/app/_global-error/page-6f58f82d7dc6888f.js +0 -1
  429. package/.next-prod/static/chunks/app/api/bash/route-6f58f82d7dc6888f.js +0 -1
  430. package/.next-prod/static/chunks/app/api/chat/codex/route-6f58f82d7dc6888f.js +0 -1
  431. package/.next-prod/static/chunks/app/api/chat/kimi/route-6f58f82d7dc6888f.js +0 -1
  432. package/.next-prod/static/chunks/app/api/chat/ollama/route-6f58f82d7dc6888f.js +0 -1
  433. package/.next-prod/static/chunks/app/api/chat/route-6f58f82d7dc6888f.js +0 -1
  434. package/.next-prod/static/chunks/app/api/claude-stats/route-6f58f82d7dc6888f.js +0 -1
  435. package/.next-prod/static/chunks/app/api/commands/route-6f58f82d7dc6888f.js +0 -1
  436. package/.next-prod/static/chunks/app/api/comments/route-6f58f82d7dc6888f.js +0 -1
  437. package/.next-prod/static/chunks/app/api/db/columns/route-6f58f82d7dc6888f.js +0 -1
  438. package/.next-prod/static/chunks/app/api/db/connect/route-6f58f82d7dc6888f.js +0 -1
  439. package/.next-prod/static/chunks/app/api/db/disconnect/route-6f58f82d7dc6888f.js +0 -1
  440. package/.next-prod/static/chunks/app/api/db/export/route-6f58f82d7dc6888f.js +0 -1
  441. package/.next-prod/static/chunks/app/api/db/query/route-6f58f82d7dc6888f.js +0 -1
  442. package/.next-prod/static/chunks/app/api/db/schemas/route-6f58f82d7dc6888f.js +0 -1
  443. package/.next-prod/static/chunks/app/api/extension/version/route-6f58f82d7dc6888f.js +0 -1
  444. package/.next-prod/static/chunks/app/api/file/route-6f58f82d7dc6888f.js +0 -1
  445. package/.next-prod/static/chunks/app/api/files/blame/route-6f58f82d7dc6888f.js +0 -1
  446. package/.next-prod/static/chunks/app/api/files/clipboard/route-6f58f82d7dc6888f.js +0 -1
  447. package/.next-prod/static/chunks/app/api/files/copy/route-6f58f82d7dc6888f.js +0 -1
  448. package/.next-prod/static/chunks/app/api/files/delete/route-6f58f82d7dc6888f.js +0 -1
  449. package/.next-prod/static/chunks/app/api/files/expanded/route-6f58f82d7dc6888f.js +0 -1
  450. package/.next-prod/static/chunks/app/api/files/index/route-6f58f82d7dc6888f.js +0 -1
  451. package/.next-prod/static/chunks/app/api/files/init/route-6f58f82d7dc6888f.js +0 -1
  452. package/.next-prod/static/chunks/app/api/files/paste/route-6f58f82d7dc6888f.js +0 -1
  453. package/.next-prod/static/chunks/app/api/files/read/route-6f58f82d7dc6888f.js +0 -1
  454. package/.next-prod/static/chunks/app/api/files/readdir/route-6f58f82d7dc6888f.js +0 -1
  455. package/.next-prod/static/chunks/app/api/files/recent/route-6f58f82d7dc6888f.js +0 -1
  456. package/.next-prod/static/chunks/app/api/files/save/route-6f58f82d7dc6888f.js +0 -1
  457. package/.next-prod/static/chunks/app/api/files/search/route-6f58f82d7dc6888f.js +0 -1
  458. package/.next-prod/static/chunks/app/api/git/branch-diff/route-6f58f82d7dc6888f.js +0 -1
  459. package/.next-prod/static/chunks/app/api/git/branches/route-6f58f82d7dc6888f.js +0 -1
  460. package/.next-prod/static/chunks/app/api/git/commit-diff/route-6f58f82d7dc6888f.js +0 -1
  461. package/.next-prod/static/chunks/app/api/git/commits/route-6f58f82d7dc6888f.js +0 -1
  462. package/.next-prod/static/chunks/app/api/git/diff/route-6f58f82d7dc6888f.js +0 -1
  463. package/.next-prod/static/chunks/app/api/git/discard/route-6f58f82d7dc6888f.js +0 -1
  464. package/.next-prod/static/chunks/app/api/git/stage/route-6f58f82d7dc6888f.js +0 -1
  465. package/.next-prod/static/chunks/app/api/git/status/route-6f58f82d7dc6888f.js +0 -1
  466. package/.next-prod/static/chunks/app/api/git/unstage/route-6f58f82d7dc6888f.js +0 -1
  467. package/.next-prod/static/chunks/app/api/git/worktree/route-6f58f82d7dc6888f.js +0 -1
  468. package/.next-prod/static/chunks/app/api/global-state/route-6f58f82d7dc6888f.js +0 -1
  469. package/.next-prod/static/chunks/app/api/jupyter/load/route-6f58f82d7dc6888f.js +0 -1
  470. package/.next-prod/static/chunks/app/api/jupyter/save/route-6f58f82d7dc6888f.js +0 -1
  471. package/.next-prod/static/chunks/app/api/jupyter/shutdown/route-6f58f82d7dc6888f.js +0 -1
  472. package/.next-prod/static/chunks/app/api/lsp/definition/route-6f58f82d7dc6888f.js +0 -1
  473. package/.next-prod/static/chunks/app/api/lsp/hover/route-6f58f82d7dc6888f.js +0 -1
  474. package/.next-prod/static/chunks/app/api/lsp/references/route-6f58f82d7dc6888f.js +0 -1
  475. package/.next-prod/static/chunks/app/api/lsp/status/route-6f58f82d7dc6888f.js +0 -1
  476. package/.next-prod/static/chunks/app/api/lsp/warmup/route-6f58f82d7dc6888f.js +0 -1
  477. package/.next-prod/static/chunks/app/api/mysql/columns/route-6f58f82d7dc6888f.js +0 -1
  478. package/.next-prod/static/chunks/app/api/mysql/connect/route-6f58f82d7dc6888f.js +0 -1
  479. package/.next-prod/static/chunks/app/api/mysql/disconnect/route-6f58f82d7dc6888f.js +0 -1
  480. package/.next-prod/static/chunks/app/api/mysql/export/route-6f58f82d7dc6888f.js +0 -1
  481. package/.next-prod/static/chunks/app/api/mysql/query/route-6f58f82d7dc6888f.js +0 -1
  482. package/.next-prod/static/chunks/app/api/mysql/schemas/route-6f58f82d7dc6888f.js +0 -1
  483. package/.next-prod/static/chunks/app/api/neo4j/connect/route-6f58f82d7dc6888f.js +0 -1
  484. package/.next-prod/static/chunks/app/api/neo4j/disconnect/route-6f58f82d7dc6888f.js +0 -1
  485. package/.next-prod/static/chunks/app/api/neo4j/query/route-6f58f82d7dc6888f.js +0 -1
  486. package/.next-prod/static/chunks/app/api/neo4j/schema/route-6f58f82d7dc6888f.js +0 -1
  487. package/.next-prod/static/chunks/app/api/note/route-6f58f82d7dc6888f.js +0 -1
  488. package/.next-prod/static/chunks/app/api/ollama/models/route-6f58f82d7dc6888f.js +0 -1
  489. package/.next-prod/static/chunks/app/api/ollama/start/route-6f58f82d7dc6888f.js +0 -1
  490. package/.next-prod/static/chunks/app/api/open-cursor/route-6f58f82d7dc6888f.js +0 -1
  491. package/.next-prod/static/chunks/app/api/open-vscode/route-6f58f82d7dc6888f.js +0 -1
  492. package/.next-prod/static/chunks/app/api/pick-folder/route-6f58f82d7dc6888f.js +0 -1
  493. package/.next-prod/static/chunks/app/api/pinned-sessions/route-6f58f82d7dc6888f.js +0 -1
  494. package/.next-prod/static/chunks/app/api/project-settings/route-6f58f82d7dc6888f.js +0 -1
  495. package/.next-prod/static/chunks/app/api/project-state/route-6f58f82d7dc6888f.js +0 -1
  496. package/.next-prod/static/chunks/app/api/projects/route-6f58f82d7dc6888f.js +0 -1
  497. package/.next-prod/static/chunks/app/api/redis/command/route-6f58f82d7dc6888f.js +0 -1
  498. package/.next-prod/static/chunks/app/api/redis/connect/route-6f58f82d7dc6888f.js +0 -1
  499. package/.next-prod/static/chunks/app/api/redis/delete/route-6f58f82d7dc6888f.js +0 -1
  500. package/.next-prod/static/chunks/app/api/redis/disconnect/route-6f58f82d7dc6888f.js +0 -1
  501. package/.next-prod/static/chunks/app/api/redis/get/route-6f58f82d7dc6888f.js +0 -1
  502. package/.next-prod/static/chunks/app/api/redis/keys/route-6f58f82d7dc6888f.js +0 -1
  503. package/.next-prod/static/chunks/app/api/redis/set/route-6f58f82d7dc6888f.js +0 -1
  504. package/.next-prod/static/chunks/app/api/review/[id]/comments/route-6f58f82d7dc6888f.js +0 -1
  505. package/.next-prod/static/chunks/app/api/review/[id]/replies/route-6f58f82d7dc6888f.js +0 -1
  506. package/.next-prod/static/chunks/app/api/review/[id]/route-6f58f82d7dc6888f.js +0 -1
  507. package/.next-prod/static/chunks/app/api/review/identify/route-6f58f82d7dc6888f.js +0 -1
  508. package/.next-prod/static/chunks/app/api/review/order/route-6f58f82d7dc6888f.js +0 -1
  509. package/.next-prod/static/chunks/app/api/review/route-6f58f82d7dc6888f.js +0 -1
  510. package/.next-prod/static/chunks/app/api/review/share-info/route-6f58f82d7dc6888f.js +0 -1
  511. package/.next-prod/static/chunks/app/api/review/users/route-6f58f82d7dc6888f.js +0 -1
  512. package/.next-prod/static/chunks/app/api/scheduled-tasks/route-6f58f82d7dc6888f.js +0 -1
  513. package/.next-prod/static/chunks/app/api/services/config/route-6f58f82d7dc6888f.js +0 -1
  514. package/.next-prod/static/chunks/app/api/services/scripts/route-6f58f82d7dc6888f.js +0 -1
  515. package/.next-prod/static/chunks/app/api/session/[sessionId]/fork/route-6f58f82d7dc6888f.js +0 -1
  516. package/.next-prod/static/chunks/app/api/session/[sessionId]/history/route-6f58f82d7dc6888f.js +0 -1
  517. package/.next-prod/static/chunks/app/api/session-by-path/route-6f58f82d7dc6888f.js +0 -1
  518. package/.next-prod/static/chunks/app/api/sessions/projects/[encodedPath]/route-6f58f82d7dc6888f.js +0 -1
  519. package/.next-prod/static/chunks/app/api/sessions/projects/route-6f58f82d7dc6888f.js +0 -1
  520. package/.next-prod/static/chunks/app/api/sessions/route-6f58f82d7dc6888f.js +0 -1
  521. package/.next-prod/static/chunks/app/api/settings/route-6f58f82d7dc6888f.js +0 -1
  522. package/.next-prod/static/chunks/app/api/terminal/aliases/route-6f58f82d7dc6888f.js +0 -1
  523. package/.next-prod/static/chunks/app/api/terminal/autocomplete/route-6f58f82d7dc6888f.js +0 -1
  524. package/.next-prod/static/chunks/app/api/terminal/bubble-order/route-6f58f82d7dc6888f.js +0 -1
  525. package/.next-prod/static/chunks/app/api/terminal/env/route-6f58f82d7dc6888f.js +0 -1
  526. package/.next-prod/static/chunks/app/api/terminal/history/route-6f58f82d7dc6888f.js +0 -1
  527. package/.next-prod/static/chunks/app/api/version/route-6f58f82d7dc6888f.js +0 -1
  528. package/.next-prod/static/chunks/app/manifest.webmanifest/route-6f58f82d7dc6888f.js +0 -1
  529. package/.next-prod/static/chunks/app/page-cc2b332242bc2c93.js +0 -1
  530. package/.next-prod/static/chunks/app/project/page-b867dec5473dadac.js +0 -25
  531. package/.next-prod/static/chunks/next/dist/client/components/builtin/app-error-6f58f82d7dc6888f.js +0 -1
  532. package/.next-prod/static/chunks/next/dist/client/components/builtin/forbidden-6f58f82d7dc6888f.js +0 -1
  533. package/.next-prod/static/chunks/next/dist/client/components/builtin/not-found-6f58f82d7dc6888f.js +0 -1
  534. package/.next-prod/static/chunks/next/dist/client/components/builtin/unauthorized-6f58f82d7dc6888f.js +0 -1
  535. package/.next-prod/static/css/bbd65867698c479b.css +0 -3
  536. /package/.next-prod/static/{_gYuZ_hBlVHw7RvEBSdgN → KErTlLLQlubS82IizAx-5}/_ssgManifest.js +0 -0
package/.next-prod/trace CHANGED
@@ -1,12 +1,13 @@
1
- [{"name":"generate-buildid","duration":275,"timestamp":163962926,"id":4,"parentId":1,"tags":{},"startTime":1776858290416,"traceId":"e5dfacf5131b722c"},{"name":"load-custom-routes","duration":320,"timestamp":163963305,"id":5,"parentId":1,"tags":{},"startTime":1776858290416,"traceId":"e5dfacf5131b722c"},{"name":"create-dist-dir","duration":1043,"timestamp":163963650,"id":6,"parentId":1,"tags":{},"startTime":1776858290417,"traceId":"e5dfacf5131b722c"},{"name":"clean","duration":56305,"timestamp":163965157,"id":7,"parentId":1,"tags":{},"startTime":1776858290418,"traceId":"e5dfacf5131b722c"},{"name":"create-pages-mapping","duration":238,"timestamp":164061930,"id":8,"parentId":1,"tags":{},"startTime":1776858290515,"traceId":"e5dfacf5131b722c"},{"name":"collect-app-files","duration":7931,"timestamp":164062208,"id":9,"parentId":1,"tags":{},"startTime":1776858290515,"traceId":"e5dfacf5131b722c"},{"name":"create-app-mapping","duration":3534,"timestamp":164070173,"id":10,"parentId":1,"tags":{},"startTime":1776858290523,"traceId":"e5dfacf5131b722c"},{"name":"create-app-layouts","duration":112,"timestamp":164073794,"id":11,"parentId":1,"tags":{},"startTime":1776858290527,"traceId":"e5dfacf5131b722c"},{"name":"collect-default-files","duration":2262,"timestamp":164076932,"id":13,"parentId":1,"tags":{},"startTime":1776858290530,"traceId":"e5dfacf5131b722c"},{"name":"generate-route-types","duration":25838,"timestamp":164076305,"id":12,"parentId":1,"tags":{},"startTime":1776858290529,"traceId":"e5dfacf5131b722c"},{"name":"public-dir-conflict-check","duration":81,"timestamp":164102257,"id":14,"parentId":1,"tags":{},"startTime":1776858290555,"traceId":"e5dfacf5131b722c"},{"name":"generate-routes-manifest","duration":4080,"timestamp":164102391,"id":15,"parentId":1,"tags":{},"startTime":1776858290555,"traceId":"e5dfacf5131b722c"},{"name":"create-entrypoints","duration":66149,"timestamp":164582292,"id":20,"parentId":18,"tags":{},"startTime":1776858291035,"traceId":"e5dfacf5131b722c"},{"name":"generate-webpack-config","duration":267658,"timestamp":164648634,"id":21,"parentId":19,"tags":{},"startTime":1776858291102,"traceId":"e5dfacf5131b722c"},{"name":"next-trace-entrypoint-plugin","duration":2099,"timestamp":165008527,"id":23,"parentId":22,"tags":{},"startTime":1776858291461,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":1479682,"timestamp":165024840,"id":126,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fterminal%2Fautocomplete%2Froute&name=app%2Fapi%2Fterminal%2Fautocomplete%2Froute&pagePath=private-next-app-dir%2Fapi%2Fterminal%2Fautocomplete%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fterminal%2Fautocomplete%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776858291478,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":1528235,"timestamp":165024837,"id":125,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fsession-by-path%2Froute&name=app%2Fapi%2Fsession-by-path%2Froute&pagePath=private-next-app-dir%2Fapi%2Fsession-by-path%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fsession-by-path%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776858291478,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":1529347,"timestamp":165024843,"id":127,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fterminal%2Fhistory%2Froute&name=app%2Fapi%2Fterminal%2Fhistory%2Froute&pagePath=private-next-app-dir%2Fapi%2Fterminal%2Fhistory%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fterminal%2Fhistory%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776858291478,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":1591122,"timestamp":165024849,"id":129,"parentId":24,"tags":{"request":"next-app-loader?page=%2Freview%2F%5Bid%5D%2Fpage&name=app%2Freview%2F%5Bid%5D%2Fpage&pagePath=private-next-app-dir%2Freview%2F%5Bid%5D%2Fpage.tsx&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Freview%2F%5Bid%5D%2Fpage&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776858291478,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":1597049,"timestamp":165024852,"id":130,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fproject%2Fpage&name=app%2Fproject%2Fpage&pagePath=private-next-app-dir%2Fproject%2Fpage.tsx&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fproject%2Fpage&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776858291478,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":1614392,"timestamp":165024846,"id":128,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fpage&name=app%2Fpage&pagePath=private-next-app-dir%2Fpage.tsx&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fpage&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776858291478,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":1636304,"timestamp":165024834,"id":124,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fterminal%2Fenv%2Froute&name=app%2Fapi%2Fterminal%2Fenv%2Froute&pagePath=private-next-app-dir%2Fapi%2Fterminal%2Fenv%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fterminal%2Fenv%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776858291478,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":1643035,"timestamp":165018142,"id":28,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fdb%2Fcolumns%2Froute&name=app%2Fapi%2Fdb%2Fcolumns%2Froute&pagePath=private-next-app-dir%2Fapi%2Fdb%2Fcolumns%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fdb%2Fcolumns%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776858291471,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":1643027,"timestamp":165018160,"id":29,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fcomments%2Froute&name=app%2Fapi%2Fcomments%2Froute&pagePath=private-next-app-dir%2Fapi%2Fcomments%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fcomments%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776858291471,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":1643087,"timestamp":165018172,"id":30,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fdb%2Fconnect%2Froute&name=app%2Fapi%2Fdb%2Fconnect%2Froute&pagePath=private-next-app-dir%2Fapi%2Fdb%2Fconnect%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fdb%2Fconnect%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776858291471,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":1643082,"timestamp":165018185,"id":31,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fdb%2Fexport%2Froute&name=app%2Fapi%2Fdb%2Fexport%2Froute&pagePath=private-next-app-dir%2Fapi%2Fdb%2Fexport%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fdb%2Fexport%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776858291471,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":1643075,"timestamp":165018195,"id":32,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fdb%2Fquery%2Froute&name=app%2Fapi%2Fdb%2Fquery%2Froute&pagePath=private-next-app-dir%2Fapi%2Fdb%2Fquery%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fdb%2Fquery%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776858291471,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":1643067,"timestamp":165018207,"id":33,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fdb%2Fdisconnect%2Froute&name=app%2Fapi%2Fdb%2Fdisconnect%2Froute&pagePath=private-next-app-dir%2Fapi%2Fdb%2Fdisconnect%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fdb%2Fdisconnect%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776858291471,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":1642911,"timestamp":165018368,"id":34,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fdb%2Fschemas%2Froute&name=app%2Fapi%2Fdb%2Fschemas%2Froute&pagePath=private-next-app-dir%2Fapi%2Fdb%2Fschemas%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fdb%2Fschemas%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776858291471,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":1642872,"timestamp":165018410,"id":35,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fextension%2Fversion%2Froute&name=app%2Fapi%2Fextension%2Fversion%2Froute&pagePath=private-next-app-dir%2Fapi%2Fextension%2Fversion%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fextension%2Fversion%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776858291471,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":1642865,"timestamp":165018419,"id":36,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Ffile%2Froute&name=app%2Fapi%2Ffile%2Froute&pagePath=private-next-app-dir%2Fapi%2Ffile%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Ffile%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776858291471,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":1642862,"timestamp":165018426,"id":37,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Ffiles%2Fclipboard%2Froute&name=app%2Fapi%2Ffiles%2Fclipboard%2Froute&pagePath=private-next-app-dir%2Fapi%2Ffiles%2Fclipboard%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Ffiles%2Fclipboard%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776858291471,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":1642862,"timestamp":165018429,"id":38,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Ffiles%2Fcopy%2Froute&name=app%2Fapi%2Ffiles%2Fcopy%2Froute&pagePath=private-next-app-dir%2Fapi%2Ffiles%2Fcopy%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Ffiles%2Fcopy%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776858291471,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":1642859,"timestamp":165018434,"id":39,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Ffiles%2Fdelete%2Froute&name=app%2Fapi%2Ffiles%2Fdelete%2Froute&pagePath=private-next-app-dir%2Fapi%2Ffiles%2Fdelete%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Ffiles%2Fdelete%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776858291471,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":1642859,"timestamp":165018437,"id":40,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Ffiles%2Fexpanded%2Froute&name=app%2Fapi%2Ffiles%2Fexpanded%2Froute&pagePath=private-next-app-dir%2Fapi%2Ffiles%2Fexpanded%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Ffiles%2Fexpanded%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776858291471,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":1642857,"timestamp":165018443,"id":41,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Ffiles%2Findex%2Froute&name=app%2Fapi%2Ffiles%2Findex%2Froute&pagePath=private-next-app-dir%2Fapi%2Ffiles%2Findex%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Ffiles%2Findex%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776858291471,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":1642854,"timestamp":165018449,"id":42,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Ffiles%2Finit%2Froute&name=app%2Fapi%2Ffiles%2Finit%2Froute&pagePath=private-next-app-dir%2Fapi%2Ffiles%2Finit%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Ffiles%2Finit%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776858291471,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":1642853,"timestamp":165018452,"id":43,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Ffiles%2Fpaste%2Froute&name=app%2Fapi%2Ffiles%2Fpaste%2Froute&pagePath=private-next-app-dir%2Fapi%2Ffiles%2Fpaste%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Ffiles%2Fpaste%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776858291471,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":1642846,"timestamp":165018461,"id":44,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Ffiles%2Freaddir%2Froute&name=app%2Fapi%2Ffiles%2Freaddir%2Froute&pagePath=private-next-app-dir%2Fapi%2Ffiles%2Freaddir%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Ffiles%2Freaddir%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776858291471,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":1642841,"timestamp":165018469,"id":45,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Ffiles%2Fread%2Froute&name=app%2Fapi%2Ffiles%2Fread%2Froute&pagePath=private-next-app-dir%2Fapi%2Ffiles%2Fread%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Ffiles%2Fread%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776858291471,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":1642842,"timestamp":165018473,"id":46,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Ffiles%2Frecent%2Froute&name=app%2Fapi%2Ffiles%2Frecent%2Froute&pagePath=private-next-app-dir%2Fapi%2Ffiles%2Frecent%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Ffiles%2Frecent%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776858291471,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":1642840,"timestamp":165018478,"id":47,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Ffiles%2Fsave%2Froute&name=app%2Fapi%2Ffiles%2Fsave%2Froute&pagePath=private-next-app-dir%2Fapi%2Ffiles%2Fsave%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Ffiles%2Fsave%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776858291471,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":1642839,"timestamp":165018481,"id":48,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fgit%2Fcommit-diff%2Froute&name=app%2Fapi%2Fgit%2Fcommit-diff%2Froute&pagePath=private-next-app-dir%2Fapi%2Fgit%2Fcommit-diff%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fgit%2Fcommit-diff%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776858291471,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":1642837,"timestamp":165018485,"id":49,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fgit%2Fbranch-diff%2Froute&name=app%2Fapi%2Fgit%2Fbranch-diff%2Froute&pagePath=private-next-app-dir%2Fapi%2Fgit%2Fbranch-diff%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fgit%2Fbranch-diff%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776858291471,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":1642836,"timestamp":165018488,"id":50,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fgit%2Fbranches%2Froute&name=app%2Fapi%2Fgit%2Fbranches%2Froute&pagePath=private-next-app-dir%2Fapi%2Fgit%2Fbranches%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fgit%2Fbranches%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776858291471,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":1642836,"timestamp":165018491,"id":51,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fgit%2Fdiff%2Froute&name=app%2Fapi%2Fgit%2Fdiff%2Froute&pagePath=private-next-app-dir%2Fapi%2Fgit%2Fdiff%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fgit%2Fdiff%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776858291471,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":1642832,"timestamp":165018498,"id":52,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fgit%2Fdiscard%2Froute&name=app%2Fapi%2Fgit%2Fdiscard%2Froute&pagePath=private-next-app-dir%2Fapi%2Fgit%2Fdiscard%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fgit%2Fdiscard%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776858291471,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":1642832,"timestamp":165018501,"id":53,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fgit%2Fcommits%2Froute&name=app%2Fapi%2Fgit%2Fcommits%2Froute&pagePath=private-next-app-dir%2Fapi%2Fgit%2Fcommits%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fgit%2Fcommits%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776858291471,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":1642830,"timestamp":165018506,"id":54,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fgit%2Fstage%2Froute&name=app%2Fapi%2Fgit%2Fstage%2Froute&pagePath=private-next-app-dir%2Fapi%2Fgit%2Fstage%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fgit%2Fstage%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776858291471,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":1642829,"timestamp":165018509,"id":55,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fgit%2Funstage%2Froute&name=app%2Fapi%2Fgit%2Funstage%2Froute&pagePath=private-next-app-dir%2Fapi%2Fgit%2Funstage%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fgit%2Funstage%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776858291471,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":1642828,"timestamp":165018512,"id":56,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fgit%2Fstatus%2Froute&name=app%2Fapi%2Fgit%2Fstatus%2Froute&pagePath=private-next-app-dir%2Fapi%2Fgit%2Fstatus%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fgit%2Fstatus%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776858291471,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":1642825,"timestamp":165018517,"id":57,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fjupyter%2Fload%2Froute&name=app%2Fapi%2Fjupyter%2Fload%2Froute&pagePath=private-next-app-dir%2Fapi%2Fjupyter%2Fload%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fjupyter%2Fload%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776858291471,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":1642823,"timestamp":165018523,"id":58,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fglobal-state%2Froute&name=app%2Fapi%2Fglobal-state%2Froute&pagePath=private-next-app-dir%2Fapi%2Fglobal-state%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fglobal-state%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776858291471,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":1642821,"timestamp":165018527,"id":59,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fgit%2Fworktree%2Froute&name=app%2Fapi%2Fgit%2Fworktree%2Froute&pagePath=private-next-app-dir%2Fapi%2Fgit%2Fworktree%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fgit%2Fworktree%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776858291471,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":1642821,"timestamp":165018531,"id":60,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fjupyter%2Fshutdown%2Froute&name=app%2Fapi%2Fjupyter%2Fshutdown%2Froute&pagePath=private-next-app-dir%2Fapi%2Fjupyter%2Fshutdown%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fjupyter%2Fshutdown%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776858291471,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":1642819,"timestamp":165018536,"id":61,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fjupyter%2Fsave%2Froute&name=app%2Fapi%2Fjupyter%2Fsave%2Froute&pagePath=private-next-app-dir%2Fapi%2Fjupyter%2Fsave%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fjupyter%2Fsave%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776858291471,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":1642818,"timestamp":165018538,"id":62,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Flsp%2Fdefinition%2Froute&name=app%2Fapi%2Flsp%2Fdefinition%2Froute&pagePath=private-next-app-dir%2Fapi%2Flsp%2Fdefinition%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Flsp%2Fdefinition%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776858291471,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":1642816,"timestamp":165018543,"id":63,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Flsp%2Fhover%2Froute&name=app%2Fapi%2Flsp%2Fhover%2Froute&pagePath=private-next-app-dir%2Fapi%2Flsp%2Fhover%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Flsp%2Fhover%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776858291471,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":1642816,"timestamp":165018546,"id":64,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Flsp%2Fstatus%2Froute&name=app%2Fapi%2Flsp%2Fstatus%2Froute&pagePath=private-next-app-dir%2Fapi%2Flsp%2Fstatus%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Flsp%2Fstatus%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776858291471,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":1642820,"timestamp":165018551,"id":65,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Flsp%2Freferences%2Froute&name=app%2Fapi%2Flsp%2Freferences%2Froute&pagePath=private-next-app-dir%2Fapi%2Flsp%2Freferences%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Flsp%2Freferences%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776858291471,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":1642820,"timestamp":165018554,"id":66,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Flsp%2Fwarmup%2Froute&name=app%2Fapi%2Flsp%2Fwarmup%2Froute&pagePath=private-next-app-dir%2Fapi%2Flsp%2Fwarmup%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Flsp%2Fwarmup%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776858291471,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":1642777,"timestamp":165018599,"id":77,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fopen-cursor%2Froute&name=app%2Fapi%2Fopen-cursor%2Froute&pagePath=private-next-app-dir%2Fapi%2Fopen-cursor%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fopen-cursor%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776858291471,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":1642775,"timestamp":165018604,"id":78,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fpick-folder%2Froute&name=app%2Fapi%2Fpick-folder%2Froute&pagePath=private-next-app-dir%2Fapi%2Fpick-folder%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fpick-folder%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776858291471,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":1642774,"timestamp":165018606,"id":79,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fopen-vscode%2Froute&name=app%2Fapi%2Fopen-vscode%2Froute&pagePath=private-next-app-dir%2Fapi%2Fopen-vscode%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fopen-vscode%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776858291471,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":1642772,"timestamp":165018611,"id":80,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fpinned-sessions%2Froute&name=app%2Fapi%2Fpinned-sessions%2Froute&pagePath=private-next-app-dir%2Fapi%2Fpinned-sessions%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fpinned-sessions%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776858291471,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":1642772,"timestamp":165018614,"id":81,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fproject-state%2Froute&name=app%2Fapi%2Fproject-state%2Froute&pagePath=private-next-app-dir%2Fapi%2Fproject-state%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fproject-state%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776858291472,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":1642741,"timestamp":165018647,"id":89,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Freview%2F%5Bid%5D%2Fcomments%2Froute&name=app%2Fapi%2Freview%2F%5Bid%5D%2Fcomments%2Froute&pagePath=private-next-app-dir%2Fapi%2Freview%2F%5Bid%5D%2Fcomments%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Freview%2F%5Bid%5D%2Fcomments%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776858291472,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":1642738,"timestamp":165018653,"id":90,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Freview%2F%5Bid%5D%2Froute&name=app%2Fapi%2Freview%2F%5Bid%5D%2Froute&pagePath=private-next-app-dir%2Fapi%2Freview%2F%5Bid%5D%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Freview%2F%5Bid%5D%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776858291472,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":1642735,"timestamp":165018658,"id":91,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Freview%2F%5Bid%5D%2Freplies%2Froute&name=app%2Fapi%2Freview%2F%5Bid%5D%2Freplies%2Froute&pagePath=private-next-app-dir%2Fapi%2Freview%2F%5Bid%5D%2Freplies%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Freview%2F%5Bid%5D%2Freplies%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776858291472,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":1642734,"timestamp":165018661,"id":92,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Freview%2Fidentify%2Froute&name=app%2Fapi%2Freview%2Fidentify%2Froute&pagePath=private-next-app-dir%2Fapi%2Freview%2Fidentify%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Freview%2Fidentify%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776858291472,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":1642732,"timestamp":165018665,"id":93,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Freview%2Forder%2Froute&name=app%2Fapi%2Freview%2Forder%2Froute&pagePath=private-next-app-dir%2Fapi%2Freview%2Forder%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Freview%2Forder%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776858291472,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":1642731,"timestamp":165018668,"id":94,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Freview%2Froute&name=app%2Fapi%2Freview%2Froute&pagePath=private-next-app-dir%2Fapi%2Freview%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Freview%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776858291472,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":1642729,"timestamp":165018673,"id":95,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Freview%2Fusers%2Froute&name=app%2Fapi%2Freview%2Fusers%2Froute&pagePath=private-next-app-dir%2Fapi%2Freview%2Fusers%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Freview%2Fusers%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776858291472,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":1642726,"timestamp":165018678,"id":96,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fservices%2Fconfig%2Froute&name=app%2Fapi%2Fservices%2Fconfig%2Froute&pagePath=private-next-app-dir%2Fapi%2Fservices%2Fconfig%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fservices%2Fconfig%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776858291472,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":1642725,"timestamp":165018681,"id":97,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Freview%2Fshare-info%2Froute&name=app%2Fapi%2Freview%2Fshare-info%2Froute&pagePath=private-next-app-dir%2Fapi%2Freview%2Fshare-info%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Freview%2Fshare-info%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776858291472,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":1636680,"timestamp":165024728,"id":98,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fservices%2Fscripts%2Froute&name=app%2Fapi%2Fservices%2Fscripts%2Froute&pagePath=private-next-app-dir%2Fapi%2Fservices%2Fscripts%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fservices%2Fscripts%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776858291478,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":1636659,"timestamp":165024752,"id":99,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fsettings%2Froute&name=app%2Fapi%2Fsettings%2Froute&pagePath=private-next-app-dir%2Fapi%2Fsettings%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fsettings%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776858291478,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":1636656,"timestamp":165024757,"id":100,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fversion%2Froute&name=app%2Fapi%2Fversion%2Froute&pagePath=private-next-app-dir%2Fapi%2Fversion%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fversion%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776858291478,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":1636655,"timestamp":165024760,"id":101,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fmanifest.webmanifest%2Froute&name=app%2Fmanifest.webmanifest%2Froute&pagePath=private-next-app-dir%2Fmanifest.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fmanifest&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776858291478,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":1636654,"timestamp":165024763,"id":102,"parentId":24,"tags":{"request":"next-app-loader?page=%2Ffavicon.ico%2Froute&name=app%2Ffavicon.ico%2Froute&pagePath=private-next-app-dir%2Ffavicon.ico&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Ffavicon.ico&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776858291478,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":1636653,"timestamp":165024767,"id":103,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fbash%2Froute&name=app%2Fapi%2Fbash%2Froute&pagePath=private-next-app-dir%2Fapi%2Fbash%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fbash%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776858291478,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":1636652,"timestamp":165024770,"id":104,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fchat%2Fkimi%2Froute&name=app%2Fapi%2Fchat%2Fkimi%2Froute&pagePath=private-next-app-dir%2Fapi%2Fchat%2Fkimi%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fchat%2Fkimi%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776858291478,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":1636650,"timestamp":165024773,"id":105,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fchat%2Fcodex%2Froute&name=app%2Fapi%2Fchat%2Fcodex%2Froute&pagePath=private-next-app-dir%2Fapi%2Fchat%2Fcodex%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fchat%2Fcodex%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776858291478,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":1636646,"timestamp":165024779,"id":107,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fcommands%2Froute&name=app%2Fapi%2Fcommands%2Froute&pagePath=private-next-app-dir%2Fapi%2Fcommands%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fcommands%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776858291478,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":1636645,"timestamp":165024782,"id":108,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fclaude-stats%2Froute&name=app%2Fapi%2Fclaude-stats%2Froute&pagePath=private-next-app-dir%2Fapi%2Fclaude-stats%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fclaude-stats%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776858291478,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":1636637,"timestamp":165024792,"id":109,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Ffiles%2Fblame%2Froute&name=app%2Fapi%2Ffiles%2Fblame%2Froute&pagePath=private-next-app-dir%2Fapi%2Ffiles%2Fblame%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Ffiles%2Fblame%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776858291478,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":1636637,"timestamp":165024795,"id":110,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Ffiles%2Fsearch%2Froute&name=app%2Fapi%2Ffiles%2Fsearch%2Froute&pagePath=private-next-app-dir%2Fapi%2Ffiles%2Fsearch%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Ffiles%2Fsearch%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776858291478,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":1636636,"timestamp":165024798,"id":111,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fnote%2Froute&name=app%2Fapi%2Fnote%2Froute&pagePath=private-next-app-dir%2Fapi%2Fnote%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fnote%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776858291478,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":1636635,"timestamp":165024801,"id":112,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Follama%2Fstart%2Froute&name=app%2Fapi%2Follama%2Fstart%2Froute&pagePath=private-next-app-dir%2Fapi%2Follama%2Fstart%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Follama%2Fstart%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776858291478,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":1636634,"timestamp":165024804,"id":113,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Follama%2Fmodels%2Froute&name=app%2Fapi%2Follama%2Fmodels%2Froute&pagePath=private-next-app-dir%2Fapi%2Follama%2Fmodels%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Follama%2Fmodels%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776858291478,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":1636633,"timestamp":165024807,"id":114,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fproject-settings%2Froute&name=app%2Fapi%2Fproject-settings%2Froute&pagePath=private-next-app-dir%2Fapi%2Fproject-settings%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fproject-settings%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776858291478,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":1636634,"timestamp":165024809,"id":115,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fprojects%2Froute&name=app%2Fapi%2Fprojects%2Froute&pagePath=private-next-app-dir%2Fapi%2Fprojects%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fprojects%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776858291478,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":1636634,"timestamp":165024812,"id":116,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fscheduled-tasks%2Froute&name=app%2Fapi%2Fscheduled-tasks%2Froute&pagePath=private-next-app-dir%2Fapi%2Fscheduled-tasks%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fscheduled-tasks%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776858291478,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":1636633,"timestamp":165024815,"id":117,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fsession%2F%5BsessionId%5D%2Fhistory%2Froute&name=app%2Fapi%2Fsession%2F%5BsessionId%5D%2Fhistory%2Froute&pagePath=private-next-app-dir%2Fapi%2Fsession%2F%5BsessionId%5D%2Fhistory%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fsession%2F%5BsessionId%5D%2Fhistory%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776858291478,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":1636632,"timestamp":165024818,"id":118,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fsessions%2Fprojects%2F%5BencodedPath%5D%2Froute&name=app%2Fapi%2Fsessions%2Fprojects%2F%5BencodedPath%5D%2Froute&pagePath=private-next-app-dir%2Fapi%2Fsessions%2Fprojects%2F%5BencodedPath%5D%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fsessions%2Fprojects%2F%5BencodedPath%5D%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776858291478,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":1636632,"timestamp":165024821,"id":119,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fsessions%2Fprojects%2Froute&name=app%2Fapi%2Fsessions%2Fprojects%2Froute&pagePath=private-next-app-dir%2Fapi%2Fsessions%2Fprojects%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fsessions%2Fprojects%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776858291478,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":1636631,"timestamp":165024823,"id":120,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fterminal%2Faliases%2Froute&name=app%2Fapi%2Fterminal%2Faliases%2Froute&pagePath=private-next-app-dir%2Fapi%2Fterminal%2Faliases%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fterminal%2Faliases%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776858291478,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":1636630,"timestamp":165024826,"id":121,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fsessions%2Froute&name=app%2Fapi%2Fsessions%2Froute&pagePath=private-next-app-dir%2Fapi%2Fsessions%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fsessions%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776858291478,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":1636630,"timestamp":165024829,"id":122,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fsession%2F%5BsessionId%5D%2Ffork%2Froute&name=app%2Fapi%2Fsession%2F%5BsessionId%5D%2Ffork%2Froute&pagePath=private-next-app-dir%2Fapi%2Fsession%2F%5BsessionId%5D%2Ffork%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fsession%2F%5BsessionId%5D%2Ffork%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776858291478,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":1636629,"timestamp":165024832,"id":123,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fterminal%2Fbubble-order%2Froute&name=app%2Fapi%2Fterminal%2Fbubble-order%2Froute&pagePath=private-next-app-dir%2Fapi%2Fterminal%2Fbubble-order%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fterminal%2Fbubble-order%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776858291478,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":1643929,"timestamp":165017535,"id":25,"parentId":24,"tags":{"request":"next-app-loader?page=%2F_not-found%2Fpage&name=app%2F_not-found%2Fpage&pagePath=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fbuiltin%2Fglobal-not-found.js&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fbuiltin%2Fglobal-not-found&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776858291470,"traceId":"e5dfacf5131b722c"}]
2
- [{"name":"add-entry","duration":1643388,"timestamp":165018078,"id":26,"parentId":24,"tags":{"request":"next-app-loader?page=%2F_global-error%2Fpage&name=app%2F_global-error%2Fpage&pagePath=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fbuiltin%2Fapp-error.js&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fbuiltin%2Fapp-error&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776858291471,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":1906803,"timestamp":165018581,"id":72,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fneo4j%2Fconnect%2Froute&name=app%2Fapi%2Fneo4j%2Fconnect%2Froute&pagePath=private-next-app-dir%2Fapi%2Fneo4j%2Fconnect%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fneo4j%2Fconnect%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776858291471,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":1906813,"timestamp":165018588,"id":74,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fneo4j%2Fdisconnect%2Froute&name=app%2Fapi%2Fneo4j%2Fdisconnect%2Froute&pagePath=private-next-app-dir%2Fapi%2Fneo4j%2Fdisconnect%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fneo4j%2Fdisconnect%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776858291471,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":1906814,"timestamp":165018591,"id":75,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fneo4j%2Fquery%2Froute&name=app%2Fapi%2Fneo4j%2Fquery%2Froute&pagePath=private-next-app-dir%2Fapi%2Fneo4j%2Fquery%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fneo4j%2Fquery%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776858291471,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":1906814,"timestamp":165018596,"id":76,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fneo4j%2Fschema%2Froute&name=app%2Fapi%2Fneo4j%2Fschema%2Froute&pagePath=private-next-app-dir%2Fapi%2Fneo4j%2Fschema%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fneo4j%2Fschema%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776858291471,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":1928975,"timestamp":165018560,"id":67,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fmysql%2Fcolumns%2Froute&name=app%2Fapi%2Fmysql%2Fcolumns%2Froute&pagePath=private-next-app-dir%2Fapi%2Fmysql%2Fcolumns%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fmysql%2Fcolumns%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776858291471,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":1928991,"timestamp":165018565,"id":68,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fmysql%2Fconnect%2Froute&name=app%2Fapi%2Fmysql%2Fconnect%2Froute&pagePath=private-next-app-dir%2Fapi%2Fmysql%2Fconnect%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fmysql%2Fconnect%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776858291471,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":1928988,"timestamp":165018573,"id":70,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fmysql%2Fquery%2Froute&name=app%2Fapi%2Fmysql%2Fquery%2Froute&pagePath=private-next-app-dir%2Fapi%2Fmysql%2Fquery%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fmysql%2Fquery%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776858291471,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":1928996,"timestamp":165018569,"id":69,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fmysql%2Fdisconnect%2Froute&name=app%2Fapi%2Fmysql%2Fdisconnect%2Froute&pagePath=private-next-app-dir%2Fapi%2Fmysql%2Fdisconnect%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fmysql%2Fdisconnect%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776858291471,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":1928993,"timestamp":165018576,"id":71,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fmysql%2Fschemas%2Froute&name=app%2Fapi%2Fmysql%2Fschemas%2Froute&pagePath=private-next-app-dir%2Fapi%2Fmysql%2Fschemas%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fmysql%2Fschemas%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776858291471,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":1928990,"timestamp":165018584,"id":73,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fmysql%2Fexport%2Froute&name=app%2Fapi%2Fmysql%2Fexport%2Froute&pagePath=private-next-app-dir%2Fapi%2Fmysql%2Fexport%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fmysql%2Fexport%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776858291471,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":1931962,"timestamp":165018619,"id":82,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fredis%2Fdelete%2Froute&name=app%2Fapi%2Fredis%2Fdelete%2Froute&pagePath=private-next-app-dir%2Fapi%2Fredis%2Fdelete%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fredis%2Fdelete%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776858291472,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":1931969,"timestamp":165018626,"id":84,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fredis%2Fconnect%2Froute&name=app%2Fapi%2Fredis%2Fconnect%2Froute&pagePath=private-next-app-dir%2Fapi%2Fredis%2Fconnect%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fredis%2Fconnect%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776858291472,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":1931971,"timestamp":165018629,"id":85,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fredis%2Fdisconnect%2Froute&name=app%2Fapi%2Fredis%2Fdisconnect%2Froute&pagePath=private-next-app-dir%2Fapi%2Fredis%2Fdisconnect%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fredis%2Fdisconnect%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776858291472,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":1931968,"timestamp":165018637,"id":87,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fredis%2Fset%2Froute&name=app%2Fapi%2Fredis%2Fset%2Froute&pagePath=private-next-app-dir%2Fapi%2Fredis%2Fset%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fredis%2Fset%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776858291472,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":1931975,"timestamp":165018634,"id":86,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fredis%2Fget%2Froute&name=app%2Fapi%2Fredis%2Fget%2Froute&pagePath=private-next-app-dir%2Fapi%2Fredis%2Fget%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fredis%2Fget%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776858291472,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":1931990,"timestamp":165018622,"id":83,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fredis%2Fcommand%2Froute&name=app%2Fapi%2Fredis%2Fcommand%2Froute&pagePath=private-next-app-dir%2Fapi%2Fredis%2Fcommand%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fredis%2Fcommand%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776858291472,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":1931974,"timestamp":165018641,"id":88,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fredis%2Fkeys%2Froute&name=app%2Fapi%2Fredis%2Fkeys%2Froute&pagePath=private-next-app-dir%2Fapi%2Fredis%2Fkeys%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fredis%2Fkeys%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776858291472,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":1931588,"timestamp":165024776,"id":106,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fchat%2Follama%2Froute&name=app%2Fapi%2Fchat%2Follama%2Froute&pagePath=private-next-app-dir%2Fapi%2Fchat%2Follama%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fchat%2Follama%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776858291478,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":1950446,"timestamp":165018120,"id":27,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fchat%2Froute&name=app%2Fapi%2Fchat%2Froute&pagePath=private-next-app-dir%2Fapi%2Fchat%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fchat%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776858291471,"traceId":"e5dfacf5131b722c"},{"name":"make","duration":3893188,"timestamp":165017173,"id":24,"parentId":22,"tags":{},"startTime":1776858291470,"traceId":"e5dfacf5131b722c"},{"name":"get-entries","duration":4438,"timestamp":168912265,"id":640,"parentId":639,"tags":{},"startTime":1776858295365,"traceId":"e5dfacf5131b722c"},{"name":"node-file-trace-plugin","duration":492485,"timestamp":168931122,"id":641,"parentId":639,"tags":{"traceEntryCount":"208"},"startTime":1776858295384,"traceId":"e5dfacf5131b722c"},{"name":"collect-traced-files","duration":2138,"timestamp":169423622,"id":642,"parentId":639,"tags":{},"startTime":1776858295877,"traceId":"e5dfacf5131b722c"},{"name":"finish-modules","duration":513830,"timestamp":168911937,"id":639,"parentId":23,"tags":{},"startTime":1776858295365,"traceId":"e5dfacf5131b722c"},{"name":"chunk-graph","duration":120472,"timestamp":169747686,"id":644,"parentId":643,"tags":{},"startTime":1776858296201,"traceId":"e5dfacf5131b722c"},{"name":"optimize-modules","duration":42,"timestamp":169868342,"id":646,"parentId":643,"tags":{},"startTime":1776858296321,"traceId":"e5dfacf5131b722c"},{"name":"optimize-chunks","duration":96649,"timestamp":169868498,"id":647,"parentId":643,"tags":{},"startTime":1776858296321,"traceId":"e5dfacf5131b722c"},{"name":"optimize-tree","duration":130,"timestamp":169965249,"id":648,"parentId":643,"tags":{},"startTime":1776858296418,"traceId":"e5dfacf5131b722c"},{"name":"optimize-chunk-modules","duration":177998,"timestamp":169965480,"id":649,"parentId":643,"tags":{},"startTime":1776858296418,"traceId":"e5dfacf5131b722c"},{"name":"optimize","duration":275324,"timestamp":169868263,"id":645,"parentId":643,"tags":{},"startTime":1776858296321,"traceId":"e5dfacf5131b722c"},{"name":"module-hash","duration":117596,"timestamp":170219192,"id":650,"parentId":643,"tags":{},"startTime":1776858296672,"traceId":"e5dfacf5131b722c"},{"name":"code-generation","duration":14594,"timestamp":170336894,"id":651,"parentId":643,"tags":{},"startTime":1776858296790,"traceId":"e5dfacf5131b722c"},{"name":"hash","duration":21403,"timestamp":170362306,"id":652,"parentId":643,"tags":{},"startTime":1776858296815,"traceId":"e5dfacf5131b722c"},{"name":"code-generation-jobs","duration":427,"timestamp":170383704,"id":653,"parentId":643,"tags":{},"startTime":1776858296837,"traceId":"e5dfacf5131b722c"},{"name":"module-assets","duration":1817,"timestamp":170383971,"id":654,"parentId":643,"tags":{},"startTime":1776858296837,"traceId":"e5dfacf5131b722c"},{"name":"create-chunk-assets","duration":3243,"timestamp":170385808,"id":655,"parentId":643,"tags":{},"startTime":1776858296839,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":1029,"timestamp":170410360,"id":657,"parentId":656,"tags":{"name":"../app/_not-found/page.js","cache":"HIT"},"startTime":1776858296863,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":888,"timestamp":170410512,"id":658,"parentId":656,"tags":{"name":"../app/_global-error/page.js","cache":"HIT"},"startTime":1776858296863,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":876,"timestamp":170410525,"id":659,"parentId":656,"tags":{"name":"../app/api/chat/route.js","cache":"HIT"},"startTime":1776858296863,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":868,"timestamp":170410535,"id":660,"parentId":656,"tags":{"name":"../app/api/db/columns/route.js","cache":"HIT"},"startTime":1776858296863,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":863,"timestamp":170410542,"id":661,"parentId":656,"tags":{"name":"../app/api/comments/route.js","cache":"HIT"},"startTime":1776858296863,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":862,"timestamp":170410547,"id":662,"parentId":656,"tags":{"name":"../app/api/db/connect/route.js","cache":"HIT"},"startTime":1776858296863,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":857,"timestamp":170410554,"id":663,"parentId":656,"tags":{"name":"../app/api/db/export/route.js","cache":"HIT"},"startTime":1776858296863,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":852,"timestamp":170410559,"id":664,"parentId":656,"tags":{"name":"../app/api/db/query/route.js","cache":"HIT"},"startTime":1776858296863,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":847,"timestamp":170410566,"id":665,"parentId":656,"tags":{"name":"../app/api/db/disconnect/route.js","cache":"HIT"},"startTime":1776858296863,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":789,"timestamp":170410625,"id":666,"parentId":656,"tags":{"name":"../app/api/db/schemas/route.js","cache":"HIT"},"startTime":1776858296864,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":766,"timestamp":170410648,"id":667,"parentId":656,"tags":{"name":"../app/api/extension/version/route.js","cache":"HIT"},"startTime":1776858296864,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":756,"timestamp":170410660,"id":668,"parentId":656,"tags":{"name":"../app/api/file/route.js","cache":"HIT"},"startTime":1776858296864,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":752,"timestamp":170410665,"id":669,"parentId":656,"tags":{"name":"../app/api/files/clipboard/route.js","cache":"HIT"},"startTime":1776858296864,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":748,"timestamp":170410670,"id":670,"parentId":656,"tags":{"name":"../app/api/files/copy/route.js","cache":"HIT"},"startTime":1776858296864,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":743,"timestamp":170410676,"id":671,"parentId":656,"tags":{"name":"../app/api/files/delete/route.js","cache":"HIT"},"startTime":1776858296864,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":740,"timestamp":170410681,"id":672,"parentId":656,"tags":{"name":"../app/api/files/expanded/route.js","cache":"HIT"},"startTime":1776858296864,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":736,"timestamp":170410686,"id":673,"parentId":656,"tags":{"name":"../app/api/files/index/route.js","cache":"HIT"},"startTime":1776858296864,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":733,"timestamp":170410690,"id":674,"parentId":656,"tags":{"name":"../app/api/files/init/route.js","cache":"HIT"},"startTime":1776858296864,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":730,"timestamp":170410695,"id":675,"parentId":656,"tags":{"name":"../app/api/files/paste/route.js","cache":"HIT"},"startTime":1776858296864,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":725,"timestamp":170410700,"id":676,"parentId":656,"tags":{"name":"../app/api/files/readdir/route.js","cache":"HIT"},"startTime":1776858296864,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":722,"timestamp":170410705,"id":677,"parentId":656,"tags":{"name":"../app/api/files/read/route.js","cache":"HIT"},"startTime":1776858296864,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":719,"timestamp":170410709,"id":678,"parentId":656,"tags":{"name":"../app/api/files/recent/route.js","cache":"HIT"},"startTime":1776858296864,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":714,"timestamp":170410715,"id":679,"parentId":656,"tags":{"name":"../app/api/files/save/route.js","cache":"HIT"},"startTime":1776858296864,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":711,"timestamp":170410720,"id":680,"parentId":656,"tags":{"name":"../app/api/git/commit-diff/route.js","cache":"HIT"},"startTime":1776858296864,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":707,"timestamp":170410725,"id":681,"parentId":656,"tags":{"name":"../app/api/git/branch-diff/route.js","cache":"HIT"},"startTime":1776858296864,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":704,"timestamp":170410729,"id":682,"parentId":656,"tags":{"name":"../app/api/git/branches/route.js","cache":"HIT"},"startTime":1776858296864,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":700,"timestamp":170410734,"id":683,"parentId":656,"tags":{"name":"../app/api/git/diff/route.js","cache":"HIT"},"startTime":1776858296864,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":674,"timestamp":170410762,"id":684,"parentId":656,"tags":{"name":"../app/api/git/discard/route.js","cache":"HIT"},"startTime":1776858296864,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":669,"timestamp":170410768,"id":685,"parentId":656,"tags":{"name":"../app/api/git/commits/route.js","cache":"HIT"},"startTime":1776858296864,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":649,"timestamp":170410790,"id":686,"parentId":656,"tags":{"name":"../app/api/git/stage/route.js","cache":"HIT"},"startTime":1776858296864,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":643,"timestamp":170410796,"id":687,"parentId":656,"tags":{"name":"../app/api/git/unstage/route.js","cache":"HIT"},"startTime":1776858296864,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":641,"timestamp":170410801,"id":688,"parentId":656,"tags":{"name":"../app/api/git/status/route.js","cache":"HIT"},"startTime":1776858296864,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":638,"timestamp":170410805,"id":689,"parentId":656,"tags":{"name":"../app/api/jupyter/load/route.js","cache":"HIT"},"startTime":1776858296864,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":634,"timestamp":170410810,"id":690,"parentId":656,"tags":{"name":"../app/api/global-state/route.js","cache":"HIT"},"startTime":1776858296864,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":630,"timestamp":170410815,"id":691,"parentId":656,"tags":{"name":"../app/api/git/worktree/route.js","cache":"HIT"},"startTime":1776858296864,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":628,"timestamp":170410819,"id":692,"parentId":656,"tags":{"name":"../app/api/jupyter/shutdown/route.js","cache":"HIT"},"startTime":1776858296864,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":625,"timestamp":170410823,"id":693,"parentId":656,"tags":{"name":"../app/api/jupyter/save/route.js","cache":"HIT"},"startTime":1776858296864,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":621,"timestamp":170410827,"id":694,"parentId":656,"tags":{"name":"../app/api/lsp/definition/route.js","cache":"HIT"},"startTime":1776858296864,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":618,"timestamp":170410831,"id":695,"parentId":656,"tags":{"name":"../app/api/lsp/hover/route.js","cache":"HIT"},"startTime":1776858296864,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":614,"timestamp":170410836,"id":696,"parentId":656,"tags":{"name":"../app/api/lsp/status/route.js","cache":"HIT"},"startTime":1776858296864,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":611,"timestamp":170410840,"id":697,"parentId":656,"tags":{"name":"../app/api/lsp/references/route.js","cache":"HIT"},"startTime":1776858296864,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":608,"timestamp":170410844,"id":698,"parentId":656,"tags":{"name":"../app/api/lsp/warmup/route.js","cache":"HIT"},"startTime":1776858296864,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":605,"timestamp":170410848,"id":699,"parentId":656,"tags":{"name":"../app/api/mysql/columns/route.js","cache":"HIT"},"startTime":1776858296864,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":602,"timestamp":170410852,"id":700,"parentId":656,"tags":{"name":"../app/api/mysql/connect/route.js","cache":"HIT"},"startTime":1776858296864,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":599,"timestamp":170410857,"id":701,"parentId":656,"tags":{"name":"../app/api/mysql/disconnect/route.js","cache":"HIT"},"startTime":1776858296864,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":588,"timestamp":170410869,"id":702,"parentId":656,"tags":{"name":"../app/api/mysql/query/route.js","cache":"HIT"},"startTime":1776858296864,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":585,"timestamp":170410872,"id":703,"parentId":656,"tags":{"name":"../app/api/mysql/schemas/route.js","cache":"HIT"},"startTime":1776858296864,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":582,"timestamp":170410876,"id":704,"parentId":656,"tags":{"name":"../app/api/neo4j/connect/route.js","cache":"HIT"},"startTime":1776858296864,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":579,"timestamp":170410880,"id":705,"parentId":656,"tags":{"name":"../app/api/mysql/export/route.js","cache":"HIT"},"startTime":1776858296864,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":577,"timestamp":170410884,"id":706,"parentId":656,"tags":{"name":"../app/api/neo4j/disconnect/route.js","cache":"HIT"},"startTime":1776858296864,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":575,"timestamp":170410887,"id":707,"parentId":656,"tags":{"name":"../app/api/neo4j/query/route.js","cache":"HIT"},"startTime":1776858296864,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":572,"timestamp":170410891,"id":708,"parentId":656,"tags":{"name":"../app/api/neo4j/schema/route.js","cache":"HIT"},"startTime":1776858296864,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":569,"timestamp":170410895,"id":709,"parentId":656,"tags":{"name":"../app/api/open-cursor/route.js","cache":"HIT"},"startTime":1776858296864,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":567,"timestamp":170410898,"id":710,"parentId":656,"tags":{"name":"../app/api/pick-folder/route.js","cache":"HIT"},"startTime":1776858296864,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":565,"timestamp":170410902,"id":711,"parentId":656,"tags":{"name":"../app/api/open-vscode/route.js","cache":"HIT"},"startTime":1776858296864,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":562,"timestamp":170410906,"id":712,"parentId":656,"tags":{"name":"../app/api/pinned-sessions/route.js","cache":"HIT"},"startTime":1776858296864,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":559,"timestamp":170410910,"id":713,"parentId":656,"tags":{"name":"../app/api/project-state/route.js","cache":"HIT"},"startTime":1776858296864,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":557,"timestamp":170410913,"id":714,"parentId":656,"tags":{"name":"../app/api/redis/delete/route.js","cache":"HIT"},"startTime":1776858296864,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":554,"timestamp":170410917,"id":715,"parentId":656,"tags":{"name":"../app/api/redis/command/route.js","cache":"HIT"},"startTime":1776858296864,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":551,"timestamp":170410921,"id":716,"parentId":656,"tags":{"name":"../app/api/redis/connect/route.js","cache":"HIT"},"startTime":1776858296864,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":548,"timestamp":170410925,"id":717,"parentId":656,"tags":{"name":"../app/api/redis/disconnect/route.js","cache":"HIT"},"startTime":1776858296864,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":546,"timestamp":170410928,"id":718,"parentId":656,"tags":{"name":"../app/api/redis/get/route.js","cache":"HIT"},"startTime":1776858296864,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":543,"timestamp":170410932,"id":719,"parentId":656,"tags":{"name":"../app/api/redis/set/route.js","cache":"HIT"},"startTime":1776858296864,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":540,"timestamp":170410936,"id":720,"parentId":656,"tags":{"name":"../app/api/redis/keys/route.js","cache":"HIT"},"startTime":1776858296864,"traceId":"e5dfacf5131b722c"}]
3
- [{"name":"minify-js","duration":537,"timestamp":170410940,"id":721,"parentId":656,"tags":{"name":"../app/api/review/[id]/comments/route.js","cache":"HIT"},"startTime":1776858296864,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":534,"timestamp":170410944,"id":722,"parentId":656,"tags":{"name":"../app/api/review/[id]/route.js","cache":"HIT"},"startTime":1776858296864,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":532,"timestamp":170410948,"id":723,"parentId":656,"tags":{"name":"../app/api/review/[id]/replies/route.js","cache":"HIT"},"startTime":1776858296864,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":529,"timestamp":170410951,"id":724,"parentId":656,"tags":{"name":"../app/api/review/identify/route.js","cache":"HIT"},"startTime":1776858296864,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":526,"timestamp":170410955,"id":725,"parentId":656,"tags":{"name":"../app/api/review/order/route.js","cache":"HIT"},"startTime":1776858296864,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":523,"timestamp":170410959,"id":726,"parentId":656,"tags":{"name":"../app/api/review/route.js","cache":"HIT"},"startTime":1776858296864,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":520,"timestamp":170410963,"id":727,"parentId":656,"tags":{"name":"../app/api/review/users/route.js","cache":"HIT"},"startTime":1776858296864,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":517,"timestamp":170410967,"id":728,"parentId":656,"tags":{"name":"../app/api/services/config/route.js","cache":"HIT"},"startTime":1776858296864,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":514,"timestamp":170410971,"id":729,"parentId":656,"tags":{"name":"../app/api/review/share-info/route.js","cache":"HIT"},"startTime":1776858296864,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":510,"timestamp":170410976,"id":730,"parentId":656,"tags":{"name":"../app/api/services/scripts/route.js","cache":"HIT"},"startTime":1776858296864,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":507,"timestamp":170410980,"id":731,"parentId":656,"tags":{"name":"../app/api/settings/route.js","cache":"HIT"},"startTime":1776858296864,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":504,"timestamp":170410984,"id":732,"parentId":656,"tags":{"name":"../app/api/version/route.js","cache":"HIT"},"startTime":1776858296864,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":502,"timestamp":170410988,"id":733,"parentId":656,"tags":{"name":"../app/manifest.webmanifest/route.js","cache":"HIT"},"startTime":1776858296864,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":499,"timestamp":170410991,"id":734,"parentId":656,"tags":{"name":"../app/favicon.ico/route.js","cache":"HIT"},"startTime":1776858296864,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":496,"timestamp":170410995,"id":735,"parentId":656,"tags":{"name":"../app/api/bash/route.js","cache":"HIT"},"startTime":1776858296864,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":494,"timestamp":170410999,"id":736,"parentId":656,"tags":{"name":"../app/api/chat/kimi/route.js","cache":"HIT"},"startTime":1776858296864,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":492,"timestamp":170411002,"id":737,"parentId":656,"tags":{"name":"../app/api/chat/codex/route.js","cache":"HIT"},"startTime":1776858296864,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":459,"timestamp":170411036,"id":738,"parentId":656,"tags":{"name":"../app/api/chat/ollama/route.js","cache":"HIT"},"startTime":1776858296864,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":452,"timestamp":170411043,"id":739,"parentId":656,"tags":{"name":"../app/api/commands/route.js","cache":"HIT"},"startTime":1776858296864,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":449,"timestamp":170411047,"id":740,"parentId":656,"tags":{"name":"../app/api/claude-stats/route.js","cache":"HIT"},"startTime":1776858296864,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":446,"timestamp":170411051,"id":741,"parentId":656,"tags":{"name":"../app/api/files/blame/route.js","cache":"HIT"},"startTime":1776858296864,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":443,"timestamp":170411055,"id":742,"parentId":656,"tags":{"name":"../app/api/files/search/route.js","cache":"HIT"},"startTime":1776858296864,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":441,"timestamp":170411059,"id":743,"parentId":656,"tags":{"name":"../app/api/note/route.js","cache":"HIT"},"startTime":1776858296864,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":438,"timestamp":170411062,"id":744,"parentId":656,"tags":{"name":"../app/api/ollama/start/route.js","cache":"HIT"},"startTime":1776858296864,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":435,"timestamp":170411066,"id":745,"parentId":656,"tags":{"name":"../app/api/ollama/models/route.js","cache":"HIT"},"startTime":1776858296864,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":433,"timestamp":170411070,"id":746,"parentId":656,"tags":{"name":"../app/api/project-settings/route.js","cache":"HIT"},"startTime":1776858296864,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":430,"timestamp":170411074,"id":747,"parentId":656,"tags":{"name":"../app/api/projects/route.js","cache":"HIT"},"startTime":1776858296864,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":428,"timestamp":170411078,"id":748,"parentId":656,"tags":{"name":"../app/api/scheduled-tasks/route.js","cache":"HIT"},"startTime":1776858296864,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":425,"timestamp":170411082,"id":749,"parentId":656,"tags":{"name":"../app/api/session/[sessionId]/history/route.js","cache":"HIT"},"startTime":1776858296864,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":422,"timestamp":170411085,"id":750,"parentId":656,"tags":{"name":"../app/api/sessions/projects/[encodedPath]/route.js","cache":"HIT"},"startTime":1776858296864,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":419,"timestamp":170411089,"id":751,"parentId":656,"tags":{"name":"../app/api/sessions/projects/route.js","cache":"HIT"},"startTime":1776858296864,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":416,"timestamp":170411093,"id":752,"parentId":656,"tags":{"name":"../app/api/terminal/aliases/route.js","cache":"HIT"},"startTime":1776858296864,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":413,"timestamp":170411096,"id":753,"parentId":656,"tags":{"name":"../app/api/sessions/route.js","cache":"HIT"},"startTime":1776858296864,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":411,"timestamp":170411100,"id":754,"parentId":656,"tags":{"name":"../app/api/session/[sessionId]/fork/route.js","cache":"HIT"},"startTime":1776858296864,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":408,"timestamp":170411104,"id":755,"parentId":656,"tags":{"name":"../app/api/terminal/bubble-order/route.js","cache":"HIT"},"startTime":1776858296864,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":405,"timestamp":170411107,"id":756,"parentId":656,"tags":{"name":"../app/api/terminal/env/route.js","cache":"HIT"},"startTime":1776858296864,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":403,"timestamp":170411111,"id":757,"parentId":656,"tags":{"name":"../app/api/session-by-path/route.js","cache":"HIT"},"startTime":1776858296864,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":400,"timestamp":170411114,"id":758,"parentId":656,"tags":{"name":"../app/api/terminal/autocomplete/route.js","cache":"HIT"},"startTime":1776858296864,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":398,"timestamp":170411118,"id":759,"parentId":656,"tags":{"name":"../app/api/terminal/history/route.js","cache":"HIT"},"startTime":1776858296864,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":395,"timestamp":170411122,"id":760,"parentId":656,"tags":{"name":"../app/page.js","cache":"HIT"},"startTime":1776858296864,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":392,"timestamp":170411125,"id":761,"parentId":656,"tags":{"name":"../app/review/[id]/page.js","cache":"HIT"},"startTime":1776858296864,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":390,"timestamp":170411129,"id":762,"parentId":656,"tags":{"name":"../app/project/page.js","cache":"HIT"},"startTime":1776858296864,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":387,"timestamp":170411133,"id":763,"parentId":656,"tags":{"name":"../webpack-runtime.js","cache":"HIT"},"startTime":1776858296864,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":384,"timestamp":170411136,"id":764,"parentId":656,"tags":{"name":"700.js","cache":"HIT"},"startTime":1776858296864,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":382,"timestamp":170411140,"id":765,"parentId":656,"tags":{"name":"3269.js","cache":"HIT"},"startTime":1776858296864,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":379,"timestamp":170411144,"id":766,"parentId":656,"tags":{"name":"5460.js","cache":"HIT"},"startTime":1776858296864,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":376,"timestamp":170411148,"id":767,"parentId":656,"tags":{"name":"4490.js","cache":"HIT"},"startTime":1776858296864,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":373,"timestamp":170411151,"id":768,"parentId":656,"tags":{"name":"5733.js","cache":"HIT"},"startTime":1776858296864,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":370,"timestamp":170411155,"id":769,"parentId":656,"tags":{"name":"7800.js","cache":"HIT"},"startTime":1776858296864,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":368,"timestamp":170411159,"id":770,"parentId":656,"tags":{"name":"9116.js","cache":"HIT"},"startTime":1776858296864,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":365,"timestamp":170411163,"id":771,"parentId":656,"tags":{"name":"8068.js","cache":"HIT"},"startTime":1776858296864,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":354,"timestamp":170411174,"id":772,"parentId":656,"tags":{"name":"6142.js","cache":"HIT"},"startTime":1776858296864,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":351,"timestamp":170411178,"id":773,"parentId":656,"tags":{"name":"1912.js","cache":"HIT"},"startTime":1776858296864,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":349,"timestamp":170411182,"id":774,"parentId":656,"tags":{"name":"3503.js","cache":"HIT"},"startTime":1776858296864,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":346,"timestamp":170411185,"id":775,"parentId":656,"tags":{"name":"1667.js","cache":"HIT"},"startTime":1776858296864,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":344,"timestamp":170411189,"id":776,"parentId":656,"tags":{"name":"4345.js","cache":"HIT"},"startTime":1776858296864,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":341,"timestamp":170411193,"id":777,"parentId":656,"tags":{"name":"925.js","cache":"HIT"},"startTime":1776858296864,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":338,"timestamp":170411196,"id":778,"parentId":656,"tags":{"name":"4097.js","cache":"HIT"},"startTime":1776858296864,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":336,"timestamp":170411200,"id":779,"parentId":656,"tags":{"name":"7483.js","cache":"HIT"},"startTime":1776858296864,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":333,"timestamp":170411203,"id":780,"parentId":656,"tags":{"name":"9408.js","cache":"HIT"},"startTime":1776858296864,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":329,"timestamp":170411208,"id":781,"parentId":656,"tags":{"name":"2816.js","cache":"HIT"},"startTime":1776858296864,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":327,"timestamp":170411212,"id":782,"parentId":656,"tags":{"name":"911.js","cache":"HIT"},"startTime":1776858296864,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":324,"timestamp":170411216,"id":783,"parentId":656,"tags":{"name":"5536.js","cache":"HIT"},"startTime":1776858296864,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":321,"timestamp":170411219,"id":784,"parentId":656,"tags":{"name":"3932.js","cache":"HIT"},"startTime":1776858296864,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":318,"timestamp":170411223,"id":785,"parentId":656,"tags":{"name":"2840.js","cache":"HIT"},"startTime":1776858296864,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":316,"timestamp":170411227,"id":786,"parentId":656,"tags":{"name":"7265.js","cache":"HIT"},"startTime":1776858296864,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":302,"timestamp":170411241,"id":787,"parentId":656,"tags":{"name":"4268.js","cache":"HIT"},"startTime":1776858296864,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":299,"timestamp":170411245,"id":788,"parentId":656,"tags":{"name":"3441.js","cache":"HIT"},"startTime":1776858296864,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":297,"timestamp":170411249,"id":789,"parentId":656,"tags":{"name":"6804.js","cache":"HIT"},"startTime":1776858296864,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":294,"timestamp":170411252,"id":790,"parentId":656,"tags":{"name":"4309.js","cache":"HIT"},"startTime":1776858296864,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":291,"timestamp":170411256,"id":791,"parentId":656,"tags":{"name":"2376.js","cache":"HIT"},"startTime":1776858296864,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":288,"timestamp":170411260,"id":792,"parentId":656,"tags":{"name":"7484.js","cache":"HIT"},"startTime":1776858296864,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":285,"timestamp":170411264,"id":793,"parentId":656,"tags":{"name":"8351.js","cache":"HIT"},"startTime":1776858296864,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":282,"timestamp":170411268,"id":794,"parentId":656,"tags":{"name":"4388.js","cache":"HIT"},"startTime":1776858296864,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":280,"timestamp":170411271,"id":795,"parentId":656,"tags":{"name":"3434.js","cache":"HIT"},"startTime":1776858296864,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":276,"timestamp":170411275,"id":796,"parentId":656,"tags":{"name":"6346.js","cache":"HIT"},"startTime":1776858296864,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":273,"timestamp":170411279,"id":797,"parentId":656,"tags":{"name":"9401.js","cache":"HIT"},"startTime":1776858296864,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":271,"timestamp":170411283,"id":798,"parentId":656,"tags":{"name":"5152.js","cache":"HIT"},"startTime":1776858296864,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":268,"timestamp":170411286,"id":799,"parentId":656,"tags":{"name":"1639.js","cache":"HIT"},"startTime":1776858296864,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":266,"timestamp":170411290,"id":800,"parentId":656,"tags":{"name":"582.js","cache":"HIT"},"startTime":1776858296864,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":263,"timestamp":170411294,"id":801,"parentId":656,"tags":{"name":"5481.js","cache":"HIT"},"startTime":1776858296864,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":260,"timestamp":170411297,"id":802,"parentId":656,"tags":{"name":"4042.js","cache":"HIT"},"startTime":1776858296864,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":258,"timestamp":170411301,"id":803,"parentId":656,"tags":{"name":"4073.js","cache":"HIT"},"startTime":1776858296864,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":255,"timestamp":170411305,"id":804,"parentId":656,"tags":{"name":"4741.js","cache":"HIT"},"startTime":1776858296864,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":252,"timestamp":170411309,"id":805,"parentId":656,"tags":{"name":"1813.js","cache":"HIT"},"startTime":1776858296864,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":250,"timestamp":170411312,"id":806,"parentId":656,"tags":{"name":"5958.js","cache":"HIT"},"startTime":1776858296864,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":247,"timestamp":170411316,"id":807,"parentId":656,"tags":{"name":"2325.js","cache":"HIT"},"startTime":1776858296864,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":244,"timestamp":170411320,"id":808,"parentId":656,"tags":{"name":"9298.js","cache":"HIT"},"startTime":1776858296864,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":241,"timestamp":170411324,"id":809,"parentId":656,"tags":{"name":"8491.js","cache":"HIT"},"startTime":1776858296864,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":239,"timestamp":170411327,"id":810,"parentId":656,"tags":{"name":"6117.js","cache":"HIT"},"startTime":1776858296864,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":236,"timestamp":170411331,"id":811,"parentId":656,"tags":{"name":"5147.js","cache":"HIT"},"startTime":1776858296864,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":234,"timestamp":170411334,"id":812,"parentId":656,"tags":{"name":"4793.js","cache":"HIT"},"startTime":1776858296864,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":231,"timestamp":170411338,"id":813,"parentId":656,"tags":{"name":"3863.js","cache":"HIT"},"startTime":1776858296864,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":228,"timestamp":170411342,"id":814,"parentId":656,"tags":{"name":"4367.js","cache":"HIT"},"startTime":1776858296864,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":226,"timestamp":170411345,"id":815,"parentId":656,"tags":{"name":"6443.js","cache":"HIT"},"startTime":1776858296864,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":223,"timestamp":170411349,"id":816,"parentId":656,"tags":{"name":"7307.js","cache":"HIT"},"startTime":1776858296864,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":220,"timestamp":170411352,"id":817,"parentId":656,"tags":{"name":"4442.js","cache":"HIT"},"startTime":1776858296864,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":214,"timestamp":170411359,"id":818,"parentId":656,"tags":{"name":"8585.js","cache":"HIT"},"startTime":1776858296864,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":211,"timestamp":170411363,"id":819,"parentId":656,"tags":{"name":"887.js","cache":"HIT"},"startTime":1776858296864,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":209,"timestamp":170411367,"id":820,"parentId":656,"tags":{"name":"5394.js","cache":"HIT"},"startTime":1776858296864,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":206,"timestamp":170411370,"id":821,"parentId":656,"tags":{"name":"4272.js","cache":"HIT"},"startTime":1776858296864,"traceId":"e5dfacf5131b722c"}]
4
- [{"name":"minify-js","duration":204,"timestamp":170411374,"id":822,"parentId":656,"tags":{"name":"7514.js","cache":"HIT"},"startTime":1776858296864,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":201,"timestamp":170411377,"id":823,"parentId":656,"tags":{"name":"4098.js","cache":"HIT"},"startTime":1776858296864,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":198,"timestamp":170411381,"id":824,"parentId":656,"tags":{"name":"6062.js","cache":"HIT"},"startTime":1776858296864,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":195,"timestamp":170411385,"id":825,"parentId":656,"tags":{"name":"7284.js","cache":"HIT"},"startTime":1776858296864,"traceId":"e5dfacf5131b722c"},{"name":"minify-webpack-plugin-optimize","duration":19386,"timestamp":170392241,"id":656,"parentId":22,"tags":{"compilationName":"server","mangle":"[object Object]"},"startTime":1776858296845,"traceId":"e5dfacf5131b722c"},{"name":"css-minimizer-plugin","duration":157,"timestamp":170411775,"id":826,"parentId":22,"tags":{},"startTime":1776858296865,"traceId":"e5dfacf5131b722c"},{"name":"create-trace-assets","duration":8909,"timestamp":170412163,"id":827,"parentId":23,"tags":{},"startTime":1776858296865,"traceId":"e5dfacf5131b722c"},{"name":"seal","duration":890903,"timestamp":169575773,"id":643,"parentId":22,"tags":{},"startTime":1776858296029,"traceId":"e5dfacf5131b722c"},{"name":"webpack-compilation","duration":5533489,"timestamp":165006730,"id":22,"parentId":19,"tags":{"name":"server"},"startTime":1776858291460,"traceId":"e5dfacf5131b722c"},{"name":"emit","duration":55628,"timestamp":170540750,"id":828,"parentId":19,"tags":{},"startTime":1776858296994,"traceId":"e5dfacf5131b722c"},{"name":"webpack-close","duration":796,"timestamp":170601201,"id":829,"parentId":19,"tags":{"name":"server"},"startTime":1776858297054,"traceId":"e5dfacf5131b722c"},{"name":"webpack-generate-error-stats","duration":2651,"timestamp":170602102,"id":830,"parentId":829,"tags":{},"startTime":1776858297055,"traceId":"e5dfacf5131b722c"},{"name":"run-webpack-compiler","duration":6023070,"timestamp":164582286,"id":19,"parentId":18,"tags":{},"startTime":1776858291035,"traceId":"e5dfacf5131b722c"},{"name":"format-webpack-messages","duration":85,"timestamp":170605366,"id":831,"parentId":18,"tags":{},"startTime":1776858297058,"traceId":"e5dfacf5131b722c"},{"name":"worker-main-server","duration":6023717,"timestamp":164581891,"id":18,"parentId":1,"tags":{},"startTime":1776858291035,"traceId":"e5dfacf5131b722c"},{"name":"create-entrypoints","duration":64656,"timestamp":171142197,"id":835,"parentId":833,"tags":{},"startTime":1776858297595,"traceId":"e5dfacf5131b722c"},{"name":"generate-webpack-config","duration":268152,"timestamp":171207083,"id":836,"parentId":834,"tags":{},"startTime":1776858297660,"traceId":"e5dfacf5131b722c"},{"name":"make","duration":852,"timestamp":171571645,"id":838,"parentId":837,"tags":{},"startTime":1776858298025,"traceId":"e5dfacf5131b722c"},{"name":"chunk-graph","duration":746,"timestamp":171575681,"id":840,"parentId":839,"tags":{},"startTime":1776858298029,"traceId":"e5dfacf5131b722c"},{"name":"optimize-modules","duration":41,"timestamp":171576580,"id":842,"parentId":839,"tags":{},"startTime":1776858298029,"traceId":"e5dfacf5131b722c"},{"name":"optimize-chunks","duration":933,"timestamp":171576725,"id":843,"parentId":839,"tags":{},"startTime":1776858298030,"traceId":"e5dfacf5131b722c"},{"name":"optimize-tree","duration":119,"timestamp":171577748,"id":844,"parentId":839,"tags":{},"startTime":1776858298031,"traceId":"e5dfacf5131b722c"},{"name":"optimize-chunk-modules","duration":606,"timestamp":171578118,"id":845,"parentId":839,"tags":{},"startTime":1776858298031,"traceId":"e5dfacf5131b722c"},{"name":"optimize","duration":2319,"timestamp":171576511,"id":841,"parentId":839,"tags":{},"startTime":1776858298029,"traceId":"e5dfacf5131b722c"},{"name":"module-hash","duration":136,"timestamp":171579979,"id":846,"parentId":839,"tags":{},"startTime":1776858298033,"traceId":"e5dfacf5131b722c"},{"name":"code-generation","duration":222,"timestamp":171580172,"id":847,"parentId":839,"tags":{},"startTime":1776858298033,"traceId":"e5dfacf5131b722c"},{"name":"hash","duration":471,"timestamp":171580679,"id":848,"parentId":839,"tags":{},"startTime":1776858298034,"traceId":"e5dfacf5131b722c"},{"name":"code-generation-jobs","duration":173,"timestamp":171581146,"id":849,"parentId":839,"tags":{},"startTime":1776858298034,"traceId":"e5dfacf5131b722c"},{"name":"module-assets","duration":94,"timestamp":171581279,"id":850,"parentId":839,"tags":{},"startTime":1776858298034,"traceId":"e5dfacf5131b722c"},{"name":"create-chunk-assets","duration":201,"timestamp":171581393,"id":851,"parentId":839,"tags":{},"startTime":1776858298034,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":181,"timestamp":171596260,"id":853,"parentId":852,"tags":{"name":"interception-route-rewrite-manifest.js","cache":"HIT"},"startTime":1776858298049,"traceId":"e5dfacf5131b722c"},{"name":"minify-webpack-plugin-optimize","duration":2534,"timestamp":171593920,"id":852,"parentId":837,"tags":{"compilationName":"edge-server","mangle":"[object Object]"},"startTime":1776858298047,"traceId":"e5dfacf5131b722c"},{"name":"css-minimizer-plugin","duration":111,"timestamp":171596551,"id":854,"parentId":837,"tags":{},"startTime":1776858298049,"traceId":"e5dfacf5131b722c"},{"name":"seal","duration":24957,"timestamp":171574989,"id":839,"parentId":837,"tags":{},"startTime":1776858298028,"traceId":"e5dfacf5131b722c"},{"name":"webpack-compilation","duration":36085,"timestamp":171564257,"id":837,"parentId":834,"tags":{"name":"edge-server"},"startTime":1776858298017,"traceId":"e5dfacf5131b722c"},{"name":"emit","duration":2685,"timestamp":171600846,"id":855,"parentId":834,"tags":{},"startTime":1776858298054,"traceId":"e5dfacf5131b722c"},{"name":"webpack-close","duration":699,"timestamp":171604434,"id":856,"parentId":834,"tags":{"name":"edge-server"},"startTime":1776858298057,"traceId":"e5dfacf5131b722c"},{"name":"webpack-generate-error-stats","duration":2732,"timestamp":171605182,"id":857,"parentId":856,"tags":{},"startTime":1776858298058,"traceId":"e5dfacf5131b722c"},{"name":"run-webpack-compiler","duration":466150,"timestamp":171142191,"id":834,"parentId":833,"tags":{},"startTime":1776858297595,"traceId":"e5dfacf5131b722c"},{"name":"format-webpack-messages","duration":91,"timestamp":171608350,"id":858,"parentId":833,"tags":{},"startTime":1776858298061,"traceId":"e5dfacf5131b722c"},{"name":"worker-main-edge-server","duration":466809,"timestamp":171141785,"id":833,"parentId":1,"tags":{},"startTime":1776858297595,"traceId":"e5dfacf5131b722c"},{"name":"create-entrypoints","duration":65715,"timestamp":172112185,"id":861,"parentId":859,"tags":{},"startTime":1776858298565,"traceId":"e5dfacf5131b722c"},{"name":"generate-webpack-config","duration":260403,"timestamp":172178140,"id":862,"parentId":860,"tags":{},"startTime":1776858298631,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":715072,"timestamp":172540192,"id":869,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776858298993,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":715082,"timestamp":172540231,"id":871,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776858298993,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":715077,"timestamp":172540253,"id":873,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776858298993,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":714981,"timestamp":172540360,"id":874,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776858298993,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":714956,"timestamp":172540394,"id":875,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776858298993,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":714955,"timestamp":172540404,"id":876,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776858298993,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":714959,"timestamp":172540408,"id":877,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776858298993,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":714970,"timestamp":172540413,"id":878,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776858298993,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":714986,"timestamp":172540417,"id":879,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776858298993,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":715082,"timestamp":172540421,"id":880,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776858298993,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":715088,"timestamp":172540425,"id":881,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776858298993,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":715086,"timestamp":172540431,"id":882,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776858298993,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":715085,"timestamp":172540435,"id":883,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776858298993,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":715089,"timestamp":172540439,"id":884,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776858298993,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":715090,"timestamp":172540444,"id":885,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776858298993,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":715090,"timestamp":172540447,"id":886,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776858298993,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":715089,"timestamp":172540452,"id":887,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776858298993,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":715089,"timestamp":172540455,"id":888,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776858298993,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":715088,"timestamp":172540460,"id":889,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776858298993,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":715088,"timestamp":172540463,"id":890,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776858298993,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":715087,"timestamp":172540468,"id":891,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776858298993,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":715087,"timestamp":172540471,"id":892,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776858298993,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":715085,"timestamp":172540476,"id":893,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776858298993,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":715085,"timestamp":172540479,"id":894,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776858298993,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":715084,"timestamp":172540483,"id":895,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776858298993,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":715085,"timestamp":172540486,"id":896,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776858298993,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":715085,"timestamp":172540491,"id":897,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776858298993,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":715082,"timestamp":172540497,"id":898,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776858298993,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":715080,"timestamp":172540501,"id":899,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776858298993,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":715080,"timestamp":172540504,"id":900,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776858298993,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":715078,"timestamp":172540509,"id":901,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776858298993,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":715078,"timestamp":172540512,"id":902,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776858298993,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":715077,"timestamp":172540516,"id":903,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776858298993,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":715075,"timestamp":172540520,"id":904,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776858298993,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":715075,"timestamp":172540523,"id":905,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776858298993,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":715073,"timestamp":172540528,"id":906,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776858298993,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":715070,"timestamp":172540534,"id":907,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776858298993,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":715068,"timestamp":172540539,"id":908,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776858298993,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":715068,"timestamp":172540543,"id":909,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776858298993,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":715064,"timestamp":172540551,"id":910,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776858298993,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":715065,"timestamp":172540554,"id":911,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776858298993,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":715062,"timestamp":172540560,"id":912,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776858298993,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":715062,"timestamp":172540563,"id":913,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776858298993,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":715061,"timestamp":172540568,"id":914,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776858298993,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":715060,"timestamp":172540572,"id":915,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776858298993,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":715060,"timestamp":172540574,"id":916,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776858298993,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":709741,"timestamp":172545897,"id":917,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776858298999,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":709729,"timestamp":172545912,"id":918,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776858298999,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":709728,"timestamp":172545917,"id":919,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776858298999,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":709728,"timestamp":172545920,"id":920,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776858298999,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":709728,"timestamp":172545923,"id":921,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776858298999,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":709727,"timestamp":172545926,"id":922,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776858298999,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":709734,"timestamp":172545929,"id":923,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776858298999,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":709734,"timestamp":172545932,"id":924,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776858298999,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":709734,"timestamp":172545935,"id":925,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776858298999,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":709735,"timestamp":172545937,"id":926,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776858298999,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":709735,"timestamp":172545940,"id":927,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776858298999,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":709734,"timestamp":172545944,"id":928,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776858298999,"traceId":"e5dfacf5131b722c"}]
5
- [{"name":"add-entry","duration":709734,"timestamp":172545946,"id":929,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776858298999,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":709730,"timestamp":172545953,"id":930,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776858298999,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":709730,"timestamp":172545956,"id":931,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776858298999,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":709731,"timestamp":172545959,"id":932,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776858298999,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":709731,"timestamp":172545962,"id":933,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776858298999,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":709731,"timestamp":172545964,"id":934,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776858298999,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":709731,"timestamp":172545967,"id":935,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776858298999,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":709731,"timestamp":172545970,"id":936,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776858298999,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":709731,"timestamp":172545973,"id":937,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776858298999,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":709731,"timestamp":172545976,"id":938,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776858298999,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":709730,"timestamp":172545980,"id":939,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776858298999,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":709730,"timestamp":172545983,"id":940,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776858298999,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":709730,"timestamp":172545986,"id":941,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776858298999,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":709730,"timestamp":172545988,"id":942,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776858298999,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":709730,"timestamp":172545991,"id":943,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776858298999,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":709730,"timestamp":172545994,"id":944,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776858298999,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":709731,"timestamp":172545997,"id":945,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776858298999,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":709731,"timestamp":172545999,"id":946,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776858298999,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":709731,"timestamp":172546002,"id":947,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776858298999,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":709700,"timestamp":172546035,"id":948,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776858298999,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":709689,"timestamp":172546050,"id":949,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776858298999,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":709688,"timestamp":172546053,"id":950,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776858298999,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":709688,"timestamp":172546057,"id":951,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776858298999,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":709688,"timestamp":172546059,"id":952,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776858298999,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":709688,"timestamp":172546062,"id":953,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776858298999,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":709688,"timestamp":172546065,"id":954,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776858298999,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":709690,"timestamp":172546068,"id":955,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776858298999,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":709690,"timestamp":172546071,"id":956,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776858298999,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":709690,"timestamp":172546074,"id":957,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776858298999,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":709690,"timestamp":172546077,"id":958,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776858298999,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":709690,"timestamp":172546079,"id":959,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776858298999,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":709690,"timestamp":172546082,"id":960,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776858298999,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":709691,"timestamp":172546085,"id":961,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776858298999,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":709691,"timestamp":172546088,"id":962,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776858298999,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":709690,"timestamp":172546091,"id":963,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776858298999,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":709690,"timestamp":172546093,"id":964,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776858298999,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":709690,"timestamp":172546096,"id":965,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776858298999,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":709690,"timestamp":172546099,"id":966,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776858298999,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":709690,"timestamp":172546102,"id":967,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776858298999,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":709691,"timestamp":172546104,"id":968,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776858298999,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":709690,"timestamp":172546107,"id":969,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776858298999,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":709690,"timestamp":172546110,"id":970,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776858298999,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":709691,"timestamp":172546113,"id":971,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776858298999,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":709691,"timestamp":172546116,"id":972,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776858298999,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":709691,"timestamp":172546119,"id":973,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776858298999,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":709691,"timestamp":172546122,"id":974,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776858298999,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":709691,"timestamp":172546124,"id":975,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776858298999,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":763822,"timestamp":172540216,"id":870,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp%2Fglobal-error.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1776858298993,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":776572,"timestamp":172540101,"id":868,"parentId":864,"tags":{"request":"next-client-pages-loader?absolutePagePath=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fbuiltin%2Fglobal-not-found.js&page=%2F_not-found%2Fpage!"},"startTime":1776858298993,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":883634,"timestamp":172540074,"id":867,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-segment.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fhttp-access-fallback%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fnode_modules%2Fnext%2Fdist%2Flib%2Fframework%2Fboundary-components.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fnode_modules%2Fnext%2Fdist%2Flib%2Fmetadata%2Fgenerate%2Ficon-mark.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1776858298993,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":883720,"timestamp":172540002,"id":866,"parentId":864,"tags":{"request":"./node_modules/next/dist/client/app-next.js"},"startTime":1776858298993,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":904109,"timestamp":172539494,"id":865,"parentId":864,"tags":{"request":"./node_modules/next/dist/client/next.js"},"startTime":1776858298992,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":994039,"timestamp":172540241,"id":872,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fnode_modules%2Fnext%2Ffont%2Fgoogle%2Ftarget.css%3F%7B%5C%22path%5C%22%3A%5C%22src%2Fapp%2Flayout.tsx%5C%22%2C%5C%22import%5C%22%3A%5C%22Inter%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22variable%5C%22%3A%5C%22--font-inter%5C%22%2C%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22inter%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fnode_modules%2Fnext%2Ffont%2Fgoogle%2Ftarget.css%3F%7B%5C%22path%5C%22%3A%5C%22src%2Fapp%2Flayout.tsx%5C%22%2C%5C%22import%5C%22%3A%5C%22Lora%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22variable%5C%22%3A%5C%22--font-lora%5C%22%2C%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22lora%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fnode_modules%2Fnext%2Ffont%2Fgoogle%2Ftarget.css%3F%7B%5C%22path%5C%22%3A%5C%22src%2Fapp%2Flayout.tsx%5C%22%2C%5C%22import%5C%22%3A%5C%22JetBrains_Mono%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22variable%5C%22%3A%5C%22--font-jetbrains-mono%5C%22%2C%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22jetbrainsMono%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp%2Fglobals.css%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fcomponents%2Fshared%2FProviders.tsx%22%2C%22ids%22%3A%5B%22Providers%22%5D%7D&server=false!"},"startTime":1776858298993,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":1701435,"timestamp":172546127,"id":976,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fcomponents%2Fworkspace%2FEmptyState.tsx%22%2C%22ids%22%3A%5B%22EmptyState%22%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fcomponents%2Fworkspace%2FProjectItem.tsx%22%2C%22ids%22%3A%5B%22ProjectItem%22%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fcomponents%2Fworkspace%2FProjectSidebar.tsx%22%2C%22ids%22%3A%5B%22ProjectSidebar%22%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fcomponents%2Fworkspace%2FWorkspace.tsx%22%2C%22ids%22%3A%5B%22Workspace%22%5D%7D&server=false!"},"startTime":1776858298999,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":1891266,"timestamp":172546133,"id":978,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fcomponents%2Fproject%2FTabManager.tsx%22%2C%22ids%22%3A%5B%22TabManager%22%5D%7D&server=false!"},"startTime":1776858298999,"traceId":"e5dfacf5131b722c"},{"name":"add-entry","duration":1891425,"timestamp":172546130,"id":977,"parentId":864,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fcomponents%2Freview%2FReviewPage.tsx%22%2C%22ids%22%3A%5B%22ReviewPage%22%5D%7D&server=false!"},"startTime":1776858298999,"traceId":"e5dfacf5131b722c"},{"name":"make","duration":1898895,"timestamp":172539057,"id":864,"parentId":863,"tags":{},"startTime":1776858298992,"traceId":"e5dfacf5131b722c"},{"name":"chunk-graph","duration":84799,"timestamp":174671877,"id":980,"parentId":979,"tags":{},"startTime":1776858301125,"traceId":"e5dfacf5131b722c"},{"name":"optimize-modules","duration":31,"timestamp":174756821,"id":982,"parentId":979,"tags":{},"startTime":1776858301210,"traceId":"e5dfacf5131b722c"},{"name":"optimize-chunks","duration":83749,"timestamp":174767148,"id":984,"parentId":979,"tags":{},"startTime":1776858301220,"traceId":"e5dfacf5131b722c"},{"name":"optimize-tree","duration":319,"timestamp":174851062,"id":985,"parentId":979,"tags":{},"startTime":1776858301304,"traceId":"e5dfacf5131b722c"},{"name":"optimize-chunk-modules","duration":129596,"timestamp":174851538,"id":986,"parentId":979,"tags":{},"startTime":1776858301304,"traceId":"e5dfacf5131b722c"},{"name":"optimize","duration":224488,"timestamp":174756760,"id":981,"parentId":979,"tags":{},"startTime":1776858301210,"traceId":"e5dfacf5131b722c"},{"name":"module-hash","duration":94055,"timestamp":175072422,"id":987,"parentId":979,"tags":{},"startTime":1776858301525,"traceId":"e5dfacf5131b722c"},{"name":"code-generation","duration":10618,"timestamp":175166553,"id":988,"parentId":979,"tags":{},"startTime":1776858301619,"traceId":"e5dfacf5131b722c"},{"name":"hash","duration":32753,"timestamp":175192039,"id":989,"parentId":979,"tags":{},"startTime":1776858301645,"traceId":"e5dfacf5131b722c"},{"name":"code-generation-jobs","duration":591,"timestamp":175224787,"id":990,"parentId":979,"tags":{},"startTime":1776858301678,"traceId":"e5dfacf5131b722c"},{"name":"module-assets","duration":2385,"timestamp":175225087,"id":991,"parentId":979,"tags":{},"startTime":1776858301678,"traceId":"e5dfacf5131b722c"},{"name":"create-chunk-assets","duration":12644,"timestamp":175227493,"id":992,"parentId":979,"tags":{},"startTime":1776858301680,"traceId":"e5dfacf5131b722c"},{"name":"NextJsBuildManifest-generateClientManifest","duration":1857,"timestamp":175251200,"id":994,"parentId":863,"tags":{},"startTime":1776858301704,"traceId":"e5dfacf5131b722c"},{"name":"NextJsBuildManifest-createassets","duration":3098,"timestamp":175249975,"id":993,"parentId":863,"tags":{},"startTime":1776858301703,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":5926,"timestamp":175275945,"id":996,"parentId":995,"tags":{"name":"static/chunks/main-8f84e99c14cc345a.js","cache":"HIT"},"startTime":1776858301729,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":5687,"timestamp":175276196,"id":997,"parentId":995,"tags":{"name":"static/chunks/main-app-ac5fcfbf23e00fca.js","cache":"HIT"},"startTime":1776858301729,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":5667,"timestamp":175276219,"id":998,"parentId":995,"tags":{"name":"static/chunks/app/_not-found/page-97fa7117fcb8102d.js","cache":"HIT"},"startTime":1776858301729,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":5653,"timestamp":175276235,"id":999,"parentId":995,"tags":{"name":"static/chunks/app/_global-error/page-50728f17ea527b22.js","cache":"HIT"},"startTime":1776858301729,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":5642,"timestamp":175276249,"id":1000,"parentId":995,"tags":{"name":"static/chunks/app/global-error-a067ba6a29edf245.js","cache":"HIT"},"startTime":1776858301729,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":5632,"timestamp":175276261,"id":1001,"parentId":995,"tags":{"name":"static/chunks/next/dist/client/components/builtin/not-found-9990e38b48d7a20f.js","cache":"HIT"},"startTime":1776858301729,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":5610,"timestamp":175276286,"id":1002,"parentId":995,"tags":{"name":"static/chunks/app/layout-b1175a47c53a2c5a.js","cache":"HIT"},"startTime":1776858301729,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":5600,"timestamp":175276299,"id":1003,"parentId":995,"tags":{"name":"static/chunks/next/dist/client/components/builtin/forbidden-c69ed61b7b5d8bed.js","cache":"HIT"},"startTime":1776858301729,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":5590,"timestamp":175276311,"id":1004,"parentId":995,"tags":{"name":"static/chunks/next/dist/client/components/builtin/unauthorized-f4882bc019a18146.js","cache":"HIT"},"startTime":1776858301729,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":5520,"timestamp":175276389,"id":1005,"parentId":995,"tags":{"name":"static/chunks/next/dist/client/components/builtin/app-error-1dec5478e24f489a.js","cache":"HIT"},"startTime":1776858301729,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":5493,"timestamp":175276420,"id":1006,"parentId":995,"tags":{"name":"static/chunks/app/api/chat/route-2b3c7aeeeafcdfa1.js","cache":"HIT"},"startTime":1776858301729,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":5475,"timestamp":175276441,"id":1007,"parentId":995,"tags":{"name":"static/chunks/app/api/db/columns/route-175df5e969a0baf4.js","cache":"HIT"},"startTime":1776858301729,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":5466,"timestamp":175276453,"id":1008,"parentId":995,"tags":{"name":"static/chunks/app/api/comments/route-da5f60f3a38b9cb9.js","cache":"HIT"},"startTime":1776858301729,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":5457,"timestamp":175276463,"id":1009,"parentId":995,"tags":{"name":"static/chunks/app/api/db/connect/route-bbc16be163eac31f.js","cache":"HIT"},"startTime":1776858301729,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":5449,"timestamp":175276474,"id":1010,"parentId":995,"tags":{"name":"static/chunks/app/api/db/export/route-c278de9496fb62cd.js","cache":"HIT"},"startTime":1776858301729,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":5441,"timestamp":175276484,"id":1011,"parentId":995,"tags":{"name":"static/chunks/app/api/db/query/route-e8dc1a26907cc531.js","cache":"HIT"},"startTime":1776858301729,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":5432,"timestamp":175276495,"id":1012,"parentId":995,"tags":{"name":"static/chunks/app/api/db/disconnect/route-5ac33ad65073fbad.js","cache":"HIT"},"startTime":1776858301729,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":5424,"timestamp":175276505,"id":1013,"parentId":995,"tags":{"name":"static/chunks/app/api/db/schemas/route-8182a34a084ed791.js","cache":"HIT"},"startTime":1776858301729,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":5417,"timestamp":175276515,"id":1014,"parentId":995,"tags":{"name":"static/chunks/app/api/extension/version/route-5662945b5dcca67a.js","cache":"HIT"},"startTime":1776858301729,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":5409,"timestamp":175276524,"id":1015,"parentId":995,"tags":{"name":"static/chunks/app/api/file/route-fb989d88e3623ecb.js","cache":"HIT"},"startTime":1776858301729,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":5396,"timestamp":175276540,"id":1016,"parentId":995,"tags":{"name":"static/chunks/app/api/files/clipboard/route-8aaf46090dd528cf.js","cache":"HIT"},"startTime":1776858301729,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":5390,"timestamp":175276548,"id":1017,"parentId":995,"tags":{"name":"static/chunks/app/api/files/copy/route-d1a1d135605175f0.js","cache":"HIT"},"startTime":1776858301729,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":5383,"timestamp":175276558,"id":1018,"parentId":995,"tags":{"name":"static/chunks/app/api/files/delete/route-323c56d513125667.js","cache":"HIT"},"startTime":1776858301729,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":5376,"timestamp":175276567,"id":1019,"parentId":995,"tags":{"name":"static/chunks/app/api/files/expanded/route-4742e5d0fdd0cb31.js","cache":"HIT"},"startTime":1776858301729,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":5368,"timestamp":175276578,"id":1020,"parentId":995,"tags":{"name":"static/chunks/app/api/files/index/route-1fa049a09b2f9356.js","cache":"HIT"},"startTime":1776858301729,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":5361,"timestamp":175276587,"id":1021,"parentId":995,"tags":{"name":"static/chunks/app/api/files/init/route-dbc99988332a96fe.js","cache":"HIT"},"startTime":1776858301729,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":5354,"timestamp":175276596,"id":1022,"parentId":995,"tags":{"name":"static/chunks/app/api/files/paste/route-92eb1a8283b0a52c.js","cache":"HIT"},"startTime":1776858301729,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":5348,"timestamp":175276605,"id":1023,"parentId":995,"tags":{"name":"static/chunks/app/api/files/readdir/route-0ce0af9c6502d060.js","cache":"HIT"},"startTime":1776858301729,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":5341,"timestamp":175276614,"id":1024,"parentId":995,"tags":{"name":"static/chunks/app/api/files/read/route-55215b747e9a4a8f.js","cache":"HIT"},"startTime":1776858301730,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":5334,"timestamp":175276623,"id":1025,"parentId":995,"tags":{"name":"static/chunks/app/api/files/recent/route-5ead40cf7fd59043.js","cache":"HIT"},"startTime":1776858301730,"traceId":"e5dfacf5131b722c"}]
6
- [{"name":"minify-js","duration":5327,"timestamp":175276631,"id":1026,"parentId":995,"tags":{"name":"static/chunks/app/api/files/save/route-559e8ee2a6267631.js","cache":"HIT"},"startTime":1776858301730,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":5320,"timestamp":175276641,"id":1027,"parentId":995,"tags":{"name":"static/chunks/app/api/git/commit-diff/route-be307c48a84d9881.js","cache":"HIT"},"startTime":1776858301730,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":5313,"timestamp":175276650,"id":1028,"parentId":995,"tags":{"name":"static/chunks/app/api/git/branch-diff/route-3568722ee4e1f7c9.js","cache":"HIT"},"startTime":1776858301730,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":5306,"timestamp":175276659,"id":1029,"parentId":995,"tags":{"name":"static/chunks/app/api/git/branches/route-c434098afbb7e906.js","cache":"HIT"},"startTime":1776858301730,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":5300,"timestamp":175276668,"id":1030,"parentId":995,"tags":{"name":"static/chunks/app/api/git/diff/route-ebd3ecf791185cff.js","cache":"HIT"},"startTime":1776858301730,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":5293,"timestamp":175276677,"id":1031,"parentId":995,"tags":{"name":"static/chunks/app/api/git/discard/route-2009e9e2c68c5a7f.js","cache":"HIT"},"startTime":1776858301730,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":5286,"timestamp":175276686,"id":1032,"parentId":995,"tags":{"name":"static/chunks/app/api/git/commits/route-795ee87cafd02f42.js","cache":"HIT"},"startTime":1776858301730,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":5279,"timestamp":175276695,"id":1033,"parentId":995,"tags":{"name":"static/chunks/app/api/git/stage/route-08640ffa109b58ab.js","cache":"HIT"},"startTime":1776858301730,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":5272,"timestamp":175276705,"id":1034,"parentId":995,"tags":{"name":"static/chunks/app/api/git/unstage/route-65969ed37b7c8fa1.js","cache":"HIT"},"startTime":1776858301730,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":5264,"timestamp":175276714,"id":1035,"parentId":995,"tags":{"name":"static/chunks/app/api/git/status/route-db61d39375c9bbb3.js","cache":"HIT"},"startTime":1776858301730,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":5257,"timestamp":175276724,"id":1036,"parentId":995,"tags":{"name":"static/chunks/app/api/jupyter/load/route-a596b0fbc600a1c0.js","cache":"HIT"},"startTime":1776858301730,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":5250,"timestamp":175276733,"id":1037,"parentId":995,"tags":{"name":"static/chunks/app/api/global-state/route-1f21395806a36d33.js","cache":"HIT"},"startTime":1776858301730,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":5242,"timestamp":175276742,"id":1038,"parentId":995,"tags":{"name":"static/chunks/app/api/git/worktree/route-b381f1e94706fdec.js","cache":"HIT"},"startTime":1776858301730,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":5235,"timestamp":175276751,"id":1039,"parentId":995,"tags":{"name":"static/chunks/app/api/jupyter/shutdown/route-253a0aa42c70cd26.js","cache":"HIT"},"startTime":1776858301730,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":5229,"timestamp":175276760,"id":1040,"parentId":995,"tags":{"name":"static/chunks/app/api/jupyter/save/route-fd25137246a9e8e7.js","cache":"HIT"},"startTime":1776858301730,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":5221,"timestamp":175276770,"id":1041,"parentId":995,"tags":{"name":"static/chunks/app/api/lsp/definition/route-7f0b9d088e9616c7.js","cache":"HIT"},"startTime":1776858301730,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":5214,"timestamp":175276779,"id":1042,"parentId":995,"tags":{"name":"static/chunks/app/api/lsp/hover/route-5515e8fcd4a9aabb.js","cache":"HIT"},"startTime":1776858301730,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":5207,"timestamp":175276788,"id":1043,"parentId":995,"tags":{"name":"static/chunks/app/api/lsp/status/route-5ecae83582717193.js","cache":"HIT"},"startTime":1776858301730,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":5200,"timestamp":175276797,"id":1044,"parentId":995,"tags":{"name":"static/chunks/app/api/lsp/references/route-bba6bf45de5fb15f.js","cache":"HIT"},"startTime":1776858301730,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":5193,"timestamp":175276806,"id":1045,"parentId":995,"tags":{"name":"static/chunks/app/api/lsp/warmup/route-86bc6d7a0c51afcb.js","cache":"HIT"},"startTime":1776858301730,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":5186,"timestamp":175276815,"id":1046,"parentId":995,"tags":{"name":"static/chunks/app/api/mysql/columns/route-04605cec902e20ca.js","cache":"HIT"},"startTime":1776858301730,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":5178,"timestamp":175276825,"id":1047,"parentId":995,"tags":{"name":"static/chunks/app/api/mysql/connect/route-07008a33528521f0.js","cache":"HIT"},"startTime":1776858301730,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":5910,"timestamp":175276834,"id":1048,"parentId":995,"tags":{"name":"static/chunks/app/api/mysql/disconnect/route-14bdbbbf4d94a690.js","cache":"HIT"},"startTime":1776858301730,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":5909,"timestamp":175276846,"id":1049,"parentId":995,"tags":{"name":"static/chunks/app/api/mysql/query/route-de22d8e5ec798a43.js","cache":"HIT"},"startTime":1776858301730,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":5905,"timestamp":175276855,"id":1050,"parentId":995,"tags":{"name":"static/chunks/app/api/mysql/schemas/route-c28eea109d6a8db0.js","cache":"HIT"},"startTime":1776858301730,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":5899,"timestamp":175276864,"id":1051,"parentId":995,"tags":{"name":"static/chunks/app/api/neo4j/connect/route-e9b32501c85a9a0e.js","cache":"HIT"},"startTime":1776858301730,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":5892,"timestamp":175276874,"id":1052,"parentId":995,"tags":{"name":"static/chunks/app/api/mysql/export/route-93807e81bdc6f239.js","cache":"HIT"},"startTime":1776858301730,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":5885,"timestamp":175276883,"id":1053,"parentId":995,"tags":{"name":"static/chunks/app/api/neo4j/disconnect/route-bdff01b60892b827.js","cache":"HIT"},"startTime":1776858301730,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":5878,"timestamp":175276893,"id":1054,"parentId":995,"tags":{"name":"static/chunks/app/api/neo4j/query/route-37e4b16b6b89dfaf.js","cache":"HIT"},"startTime":1776858301730,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":5871,"timestamp":175276902,"id":1055,"parentId":995,"tags":{"name":"static/chunks/app/api/neo4j/schema/route-e556e6018d283104.js","cache":"HIT"},"startTime":1776858301730,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":5864,"timestamp":175276911,"id":1056,"parentId":995,"tags":{"name":"static/chunks/app/api/open-cursor/route-13373d585c4f896a.js","cache":"HIT"},"startTime":1776858301730,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":5858,"timestamp":175276920,"id":1057,"parentId":995,"tags":{"name":"static/chunks/app/api/pick-folder/route-f9275aca79712648.js","cache":"HIT"},"startTime":1776858301730,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":5852,"timestamp":175276929,"id":1058,"parentId":995,"tags":{"name":"static/chunks/app/api/open-vscode/route-7f92fe56f12ce0da.js","cache":"HIT"},"startTime":1776858301730,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":5837,"timestamp":175276946,"id":1059,"parentId":995,"tags":{"name":"static/chunks/app/api/pinned-sessions/route-81ccb34627f51735.js","cache":"HIT"},"startTime":1776858301730,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":5830,"timestamp":175276955,"id":1060,"parentId":995,"tags":{"name":"static/chunks/app/api/project-state/route-d5a95f16e76ca9d1.js","cache":"HIT"},"startTime":1776858301730,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":5824,"timestamp":175276963,"id":1061,"parentId":995,"tags":{"name":"static/chunks/app/api/redis/delete/route-09ec97cecb018360.js","cache":"HIT"},"startTime":1776858301730,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":5817,"timestamp":175276973,"id":1062,"parentId":995,"tags":{"name":"static/chunks/app/api/redis/command/route-3032e57af6eda9db.js","cache":"HIT"},"startTime":1776858301730,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":5809,"timestamp":175276982,"id":1063,"parentId":995,"tags":{"name":"static/chunks/app/api/redis/connect/route-359370fa5992d0ff.js","cache":"HIT"},"startTime":1776858301730,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":5803,"timestamp":175276991,"id":1064,"parentId":995,"tags":{"name":"static/chunks/app/api/redis/disconnect/route-046d137de675ebed.js","cache":"HIT"},"startTime":1776858301730,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":5795,"timestamp":175277001,"id":1065,"parentId":995,"tags":{"name":"static/chunks/app/api/redis/get/route-f256bb4d6e73748c.js","cache":"HIT"},"startTime":1776858301730,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":5762,"timestamp":175277036,"id":1066,"parentId":995,"tags":{"name":"static/chunks/app/api/redis/set/route-b9a9b171a886ffe3.js","cache":"HIT"},"startTime":1776858301730,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":5753,"timestamp":175277047,"id":1067,"parentId":995,"tags":{"name":"static/chunks/app/api/redis/keys/route-56c1bfa319d909e6.js","cache":"HIT"},"startTime":1776858301730,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":5746,"timestamp":175277057,"id":1068,"parentId":995,"tags":{"name":"static/chunks/app/api/review/[id]/comments/route-073bdf7a5f9943d1.js","cache":"HIT"},"startTime":1776858301730,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":5739,"timestamp":175277067,"id":1069,"parentId":995,"tags":{"name":"static/chunks/app/api/review/[id]/route-ed1bffd832990d68.js","cache":"HIT"},"startTime":1776858301730,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":5732,"timestamp":175277076,"id":1070,"parentId":995,"tags":{"name":"static/chunks/app/api/review/[id]/replies/route-de6915a79607b8ba.js","cache":"HIT"},"startTime":1776858301730,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":5725,"timestamp":175277086,"id":1071,"parentId":995,"tags":{"name":"static/chunks/app/api/review/identify/route-34fda98c22b41f21.js","cache":"HIT"},"startTime":1776858301730,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":5717,"timestamp":175277096,"id":1072,"parentId":995,"tags":{"name":"static/chunks/app/api/review/order/route-ceac94c140082798.js","cache":"HIT"},"startTime":1776858301730,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":5710,"timestamp":175277106,"id":1073,"parentId":995,"tags":{"name":"static/chunks/app/api/review/route-8292c7feb634c93b.js","cache":"HIT"},"startTime":1776858301730,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":5703,"timestamp":175277115,"id":1074,"parentId":995,"tags":{"name":"static/chunks/app/api/review/users/route-73ae222a8d0b3b5c.js","cache":"HIT"},"startTime":1776858301730,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":5696,"timestamp":175277125,"id":1075,"parentId":995,"tags":{"name":"static/chunks/app/api/services/config/route-9af7606cc01bbe73.js","cache":"HIT"},"startTime":1776858301730,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":5688,"timestamp":175277134,"id":1076,"parentId":995,"tags":{"name":"static/chunks/app/api/review/share-info/route-b140f964cddc8600.js","cache":"HIT"},"startTime":1776858301730,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":5681,"timestamp":175277144,"id":1077,"parentId":995,"tags":{"name":"static/chunks/app/api/services/scripts/route-6dd039c931b57805.js","cache":"HIT"},"startTime":1776858301730,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":5673,"timestamp":175277154,"id":1078,"parentId":995,"tags":{"name":"static/chunks/app/api/settings/route-1b0ac0a39a0a893b.js","cache":"HIT"},"startTime":1776858301730,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":5666,"timestamp":175277164,"id":1079,"parentId":995,"tags":{"name":"static/chunks/app/api/version/route-17dafd5706fa2d29.js","cache":"HIT"},"startTime":1776858301730,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":5658,"timestamp":175277174,"id":1080,"parentId":995,"tags":{"name":"static/chunks/app/manifest.webmanifest/route-b0f3af253d5d7c07.js","cache":"HIT"},"startTime":1776858301730,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":5650,"timestamp":175277184,"id":1081,"parentId":995,"tags":{"name":"static/chunks/app/api/bash/route-36d6e9eb059bacf7.js","cache":"HIT"},"startTime":1776858301730,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":5643,"timestamp":175277194,"id":1082,"parentId":995,"tags":{"name":"static/chunks/app/api/chat/kimi/route-d67542e3c0ffbbd0.js","cache":"HIT"},"startTime":1776858301730,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":5636,"timestamp":175277204,"id":1083,"parentId":995,"tags":{"name":"static/chunks/app/api/chat/codex/route-05921dd696d99b29.js","cache":"HIT"},"startTime":1776858301730,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":5628,"timestamp":175277214,"id":1084,"parentId":995,"tags":{"name":"static/chunks/app/api/chat/ollama/route-4192c19aea3c3193.js","cache":"HIT"},"startTime":1776858301730,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":5621,"timestamp":175277223,"id":1085,"parentId":995,"tags":{"name":"static/chunks/app/api/commands/route-6c71d6d55141ac80.js","cache":"HIT"},"startTime":1776858301730,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":5614,"timestamp":175277232,"id":1086,"parentId":995,"tags":{"name":"static/chunks/app/api/claude-stats/route-f966f3715c6e1584.js","cache":"HIT"},"startTime":1776858301730,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":5608,"timestamp":175277241,"id":1087,"parentId":995,"tags":{"name":"static/chunks/app/api/files/blame/route-9404d9a037aa9837.js","cache":"HIT"},"startTime":1776858301730,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":5601,"timestamp":175277249,"id":1088,"parentId":995,"tags":{"name":"static/chunks/app/api/files/search/route-3fdf5e2e80def2eb.js","cache":"HIT"},"startTime":1776858301730,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":5594,"timestamp":175277259,"id":1089,"parentId":995,"tags":{"name":"static/chunks/app/api/note/route-80d06847cd535dac.js","cache":"HIT"},"startTime":1776858301730,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":5587,"timestamp":175277269,"id":1090,"parentId":995,"tags":{"name":"static/chunks/app/api/ollama/start/route-a232d60b4208c207.js","cache":"HIT"},"startTime":1776858301730,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":5575,"timestamp":175277282,"id":1091,"parentId":995,"tags":{"name":"static/chunks/app/api/ollama/models/route-a29674c86e690bd8.js","cache":"HIT"},"startTime":1776858301730,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":5567,"timestamp":175277293,"id":1092,"parentId":995,"tags":{"name":"static/chunks/app/api/project-settings/route-ac1dc5be3b66925b.js","cache":"HIT"},"startTime":1776858301730,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":5561,"timestamp":175277302,"id":1093,"parentId":995,"tags":{"name":"static/chunks/app/api/projects/route-fb7c61d0ecf813c9.js","cache":"HIT"},"startTime":1776858301730,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":5554,"timestamp":175277312,"id":1094,"parentId":995,"tags":{"name":"static/chunks/app/api/scheduled-tasks/route-0903c6a1b15d7aee.js","cache":"HIT"},"startTime":1776858301730,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":5547,"timestamp":175277321,"id":1095,"parentId":995,"tags":{"name":"static/chunks/app/api/session/[sessionId]/history/route-3ea5cc30e17d8fea.js","cache":"HIT"},"startTime":1776858301730,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":5540,"timestamp":175277331,"id":1096,"parentId":995,"tags":{"name":"static/chunks/app/api/sessions/projects/[encodedPath]/route-a993212dbc3e97b8.js","cache":"HIT"},"startTime":1776858301730,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":5533,"timestamp":175277340,"id":1097,"parentId":995,"tags":{"name":"static/chunks/app/api/sessions/projects/route-af36f35aba53b643.js","cache":"HIT"},"startTime":1776858301730,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":5525,"timestamp":175277350,"id":1098,"parentId":995,"tags":{"name":"static/chunks/app/api/terminal/aliases/route-7a725e90ba8fb1db.js","cache":"HIT"},"startTime":1776858301730,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":5518,"timestamp":175277359,"id":1099,"parentId":995,"tags":{"name":"static/chunks/app/api/sessions/route-e1879da3b8a29c0b.js","cache":"HIT"},"startTime":1776858301730,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":5511,"timestamp":175277369,"id":1100,"parentId":995,"tags":{"name":"static/chunks/app/api/session/[sessionId]/fork/route-243b779489d89adb.js","cache":"HIT"},"startTime":1776858301730,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":5504,"timestamp":175277379,"id":1101,"parentId":995,"tags":{"name":"static/chunks/app/api/terminal/bubble-order/route-183c1d55c5d69e9d.js","cache":"HIT"},"startTime":1776858301730,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":5497,"timestamp":175277388,"id":1102,"parentId":995,"tags":{"name":"static/chunks/app/api/terminal/env/route-29bd67a7b37db0b8.js","cache":"HIT"},"startTime":1776858301730,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":5490,"timestamp":175277396,"id":1103,"parentId":995,"tags":{"name":"static/chunks/app/api/session-by-path/route-26301e895291bb24.js","cache":"HIT"},"startTime":1776858301730,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":5483,"timestamp":175277405,"id":1104,"parentId":995,"tags":{"name":"static/chunks/app/api/terminal/autocomplete/route-afa44125d1ad5d75.js","cache":"HIT"},"startTime":1776858301730,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":5477,"timestamp":175277415,"id":1105,"parentId":995,"tags":{"name":"static/chunks/app/api/terminal/history/route-f6212d4b0732b2af.js","cache":"HIT"},"startTime":1776858301730,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":5470,"timestamp":175277424,"id":1106,"parentId":995,"tags":{"name":"static/chunks/app/page-60d9ee05a7313c5f.js","cache":"HIT"},"startTime":1776858301730,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":5463,"timestamp":175277433,"id":1107,"parentId":995,"tags":{"name":"static/chunks/app/review/[id]/page-0828215c7798cde3.js","cache":"HIT"},"startTime":1776858301730,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":5456,"timestamp":175277442,"id":1108,"parentId":995,"tags":{"name":"static/chunks/app/project/page-99031de73aa52df9.js","cache":"HIT"},"startTime":1776858301730,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":5449,"timestamp":175277451,"id":1109,"parentId":995,"tags":{"name":"static/chunks/webpack-ea5745a84eeccb78.js","cache":"HIT"},"startTime":1776858301730,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":5443,"timestamp":175277460,"id":1110,"parentId":995,"tags":{"name":"static/chunks/9302.e7c3a924fe475a0d.js","cache":"HIT"},"startTime":1776858301730,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":5436,"timestamp":175277469,"id":1111,"parentId":995,"tags":{"name":"static/chunks/8773.7c862d554fa9752c.js","cache":"HIT"},"startTime":1776858301730,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":5430,"timestamp":175277478,"id":1112,"parentId":995,"tags":{"name":"static/chunks/36.aad6469b2cce66e8.js","cache":"HIT"},"startTime":1776858301730,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":5423,"timestamp":175277488,"id":1113,"parentId":995,"tags":{"name":"static/chunks/5575.e098244f80a816dc.js","cache":"HIT"},"startTime":1776858301730,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":5415,"timestamp":175277497,"id":1114,"parentId":995,"tags":{"name":"static/chunks/3175.7d6a7252ca08164f.js","cache":"HIT"},"startTime":1776858301730,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":5408,"timestamp":175277506,"id":1115,"parentId":995,"tags":{"name":"static/chunks/3186.fa075f8da2b5a168.js","cache":"HIT"},"startTime":1776858301730,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":5402,"timestamp":175277515,"id":1116,"parentId":995,"tags":{"name":"static/chunks/2765.e82705b4c08d2395.js","cache":"HIT"},"startTime":1776858301730,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":5395,"timestamp":175277524,"id":1117,"parentId":995,"tags":{"name":"static/chunks/7455.927d4aeb073e8bcc.js","cache":"HIT"},"startTime":1776858301730,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":5388,"timestamp":175277533,"id":1118,"parentId":995,"tags":{"name":"static/chunks/4174.9a0b706f63ff2110.js","cache":"HIT"},"startTime":1776858301730,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":5382,"timestamp":175277543,"id":1119,"parentId":995,"tags":{"name":"static/chunks/9178.044a37e7499f7aba.js","cache":"HIT"},"startTime":1776858301730,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":5375,"timestamp":175277552,"id":1120,"parentId":995,"tags":{"name":"static/chunks/3313.08d96ec96eac6b39.js","cache":"HIT"},"startTime":1776858301730,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":5368,"timestamp":175277561,"id":1121,"parentId":995,"tags":{"name":"static/chunks/8318.11064c98cff59d11.js","cache":"HIT"},"startTime":1776858301730,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":5362,"timestamp":175277570,"id":1122,"parentId":995,"tags":{"name":"static/chunks/7846.c3f4bb2ef96e0889.js","cache":"HIT"},"startTime":1776858301730,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":5355,"timestamp":175277579,"id":1123,"parentId":995,"tags":{"name":"static/chunks/6686.e010f18dafd96ce3.js","cache":"HIT"},"startTime":1776858301730,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":5348,"timestamp":175277588,"id":1124,"parentId":995,"tags":{"name":"static/chunks/4900.2982169aa23d9cae.js","cache":"HIT"},"startTime":1776858301730,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":5341,"timestamp":175277598,"id":1125,"parentId":995,"tags":{"name":"static/chunks/2747.1fa40829b7fc61ed.js","cache":"HIT"},"startTime":1776858301730,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":5334,"timestamp":175277607,"id":1126,"parentId":995,"tags":{"name":"static/chunks/3290.9ce9507152d8775e.js","cache":"HIT"},"startTime":1776858301730,"traceId":"e5dfacf5131b722c"}]
7
- [{"name":"minify-js","duration":5327,"timestamp":175277616,"id":1127,"parentId":995,"tags":{"name":"static/chunks/8496.c237be43ffc724ae.js","cache":"HIT"},"startTime":1776858301731,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":5320,"timestamp":175277625,"id":1128,"parentId":995,"tags":{"name":"static/chunks/5331.b520c9ecb308554b.js","cache":"HIT"},"startTime":1776858301731,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":5313,"timestamp":175277634,"id":1129,"parentId":995,"tags":{"name":"static/chunks/5937.b7d1dfffd1eb2f8d.js","cache":"HIT"},"startTime":1776858301731,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":5306,"timestamp":175277644,"id":1130,"parentId":995,"tags":{"name":"static/chunks/8406.851a3e1ca052fca5.js","cache":"HIT"},"startTime":1776858301731,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":5299,"timestamp":175277653,"id":1131,"parentId":995,"tags":{"name":"static/chunks/5005.89f20c77b8fdc4bf.js","cache":"HIT"},"startTime":1776858301731,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":5292,"timestamp":175277661,"id":1132,"parentId":995,"tags":{"name":"static/chunks/4608.2fc44d984192af90.js","cache":"HIT"},"startTime":1776858301731,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":5285,"timestamp":175277671,"id":1133,"parentId":995,"tags":{"name":"static/chunks/8192.cee5fe6896cd2428.js","cache":"HIT"},"startTime":1776858301731,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":5278,"timestamp":175277680,"id":1134,"parentId":995,"tags":{"name":"static/chunks/7113.27c27f3535799f74.js","cache":"HIT"},"startTime":1776858301731,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":5264,"timestamp":175277695,"id":1135,"parentId":995,"tags":{"name":"static/chunks/4242.744a93febd68428e.js","cache":"HIT"},"startTime":1776858301731,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":5256,"timestamp":175277706,"id":1136,"parentId":995,"tags":{"name":"static/chunks/4367.ccd453ca4f3be9e9.js","cache":"HIT"},"startTime":1776858301731,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":5248,"timestamp":175277716,"id":1137,"parentId":995,"tags":{"name":"static/chunks/5183.869a777619228249.js","cache":"HIT"},"startTime":1776858301731,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":5241,"timestamp":175277725,"id":1138,"parentId":995,"tags":{"name":"static/chunks/6959.26122ff5d0290050.js","cache":"HIT"},"startTime":1776858301731,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":5234,"timestamp":175277735,"id":1139,"parentId":995,"tags":{"name":"static/chunks/5482.a2bf161a92d1587d.js","cache":"HIT"},"startTime":1776858301731,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":5227,"timestamp":175277744,"id":1140,"parentId":995,"tags":{"name":"static/chunks/5498.de095dd856c6f75e.js","cache":"HIT"},"startTime":1776858301731,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":5220,"timestamp":175277754,"id":1141,"parentId":995,"tags":{"name":"static/chunks/1188.fd2b7cde27d7da4b.js","cache":"HIT"},"startTime":1776858301731,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":5213,"timestamp":175277763,"id":1142,"parentId":995,"tags":{"name":"static/chunks/2403.6b3f9e8698bf162a.js","cache":"HIT"},"startTime":1776858301731,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":5207,"timestamp":175277772,"id":1143,"parentId":995,"tags":{"name":"static/chunks/6647.1f700d3541458519.js","cache":"HIT"},"startTime":1776858301731,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":5185,"timestamp":175277796,"id":1144,"parentId":995,"tags":{"name":"static/chunks/3787.41899be7825207af.js","cache":"HIT"},"startTime":1776858301731,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":5178,"timestamp":175277805,"id":1145,"parentId":995,"tags":{"name":"static/chunks/5920.648913c3d7c4ad46.js","cache":"HIT"},"startTime":1776858301731,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":5170,"timestamp":175277815,"id":1146,"parentId":995,"tags":{"name":"static/chunks/6110.98c96432e0f6c8e7.js","cache":"HIT"},"startTime":1776858301731,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":5164,"timestamp":175277824,"id":1147,"parentId":995,"tags":{"name":"static/chunks/1413.f57623563e2c98b8.js","cache":"HIT"},"startTime":1776858301731,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":5157,"timestamp":175277833,"id":1148,"parentId":995,"tags":{"name":"static/chunks/9261.00e5964190d6eabc.js","cache":"HIT"},"startTime":1776858301731,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":5150,"timestamp":175277842,"id":1149,"parentId":995,"tags":{"name":"static/chunks/3782.a86ade822cebe717.js","cache":"HIT"},"startTime":1776858301731,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":5143,"timestamp":175277851,"id":1150,"parentId":995,"tags":{"name":"static/chunks/6331.1b937b7a6059bc5c.js","cache":"HIT"},"startTime":1776858301731,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":5136,"timestamp":175277860,"id":1151,"parentId":995,"tags":{"name":"static/chunks/5338.19028973f057003c.js","cache":"HIT"},"startTime":1776858301731,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":5129,"timestamp":175277870,"id":1152,"parentId":995,"tags":{"name":"static/chunks/4350.7b37efca425923a9.js","cache":"HIT"},"startTime":1776858301731,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":5122,"timestamp":175277879,"id":1153,"parentId":995,"tags":{"name":"static/chunks/9015.0fb4988a353cf1fb.js","cache":"HIT"},"startTime":1776858301731,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":5114,"timestamp":175277889,"id":1154,"parentId":995,"tags":{"name":"static/chunks/3288.e0e95479f8e144f2.js","cache":"HIT"},"startTime":1776858301731,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":5135,"timestamp":175277897,"id":1155,"parentId":995,"tags":{"name":"static/chunks/1932.465d83a4033e634d.js","cache":"HIT"},"startTime":1776858301731,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":5129,"timestamp":175277906,"id":1156,"parentId":995,"tags":{"name":"static/chunks/7819.632d6ca73d39b6d1.js","cache":"HIT"},"startTime":1776858301731,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":5122,"timestamp":175277916,"id":1157,"parentId":995,"tags":{"name":"static/chunks/2614.1fb6a3f66c124fa1.js","cache":"HIT"},"startTime":1776858301731,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":5115,"timestamp":175277925,"id":1158,"parentId":995,"tags":{"name":"static/chunks/2783.74fc40454900cc92.js","cache":"HIT"},"startTime":1776858301731,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":5108,"timestamp":175277934,"id":1159,"parentId":995,"tags":{"name":"static/chunks/4829.44502220b0129e28.js","cache":"HIT"},"startTime":1776858301731,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":5101,"timestamp":175277943,"id":1160,"parentId":995,"tags":{"name":"static/chunks/425.94eff8cea862bac5.js","cache":"HIT"},"startTime":1776858301731,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":5094,"timestamp":175277952,"id":1161,"parentId":995,"tags":{"name":"static/chunks/7844.6698481a000216e5.js","cache":"HIT"},"startTime":1776858301731,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":5087,"timestamp":175277961,"id":1162,"parentId":995,"tags":{"name":"static/chunks/698.d958b4f426e473ab.js","cache":"HIT"},"startTime":1776858301731,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":5080,"timestamp":175277970,"id":1163,"parentId":995,"tags":{"name":"static/chunks/4583.6f32653e4820000f.js","cache":"HIT"},"startTime":1776858301731,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":5073,"timestamp":175277979,"id":1164,"parentId":995,"tags":{"name":"static/chunks/1198.66512d0e6d281760.js","cache":"HIT"},"startTime":1776858301731,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":5066,"timestamp":175277988,"id":1165,"parentId":995,"tags":{"name":"static/chunks/4678.1c977c388f4335b0.js","cache":"HIT"},"startTime":1776858301731,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":5059,"timestamp":175277997,"id":1166,"parentId":995,"tags":{"name":"static/chunks/2964.92c42112254b5d4d.js","cache":"HIT"},"startTime":1776858301731,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":5030,"timestamp":175278029,"id":1167,"parentId":995,"tags":{"name":"static/chunks/2349.4c631f92ea7c9a72.js","cache":"HIT"},"startTime":1776858301731,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":5021,"timestamp":175278040,"id":1168,"parentId":995,"tags":{"name":"static/chunks/6293.3d99e4edff97ce19.js","cache":"HIT"},"startTime":1776858301731,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":5013,"timestamp":175278049,"id":1169,"parentId":995,"tags":{"name":"static/chunks/5061.da628e2cc88d329a.js","cache":"HIT"},"startTime":1776858301731,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":5006,"timestamp":175278058,"id":1170,"parentId":995,"tags":{"name":"static/chunks/4823.be44845afc184ec5.js","cache":"HIT"},"startTime":1776858301731,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":4999,"timestamp":175278067,"id":1171,"parentId":995,"tags":{"name":"static/chunks/2501.a452e442d158f3f0.js","cache":"HIT"},"startTime":1776858301731,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":4992,"timestamp":175278077,"id":1172,"parentId":995,"tags":{"name":"static/chunks/8670.da1bd5795c37383d.js","cache":"HIT"},"startTime":1776858301731,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":4985,"timestamp":175278086,"id":1173,"parentId":995,"tags":{"name":"static/chunks/4223.987b031dc1751ff3.js","cache":"HIT"},"startTime":1776858301731,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":4977,"timestamp":175278096,"id":1174,"parentId":995,"tags":{"name":"static/chunks/7977.609af35d9daf6cea.js","cache":"HIT"},"startTime":1776858301731,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":4969,"timestamp":175278106,"id":1175,"parentId":995,"tags":{"name":"static/chunks/2031.6051672457ef48f4.js","cache":"HIT"},"startTime":1776858301731,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":4958,"timestamp":175278119,"id":1176,"parentId":995,"tags":{"name":"static/chunks/8457.febf638b91e4a542.js","cache":"HIT"},"startTime":1776858301731,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":4950,"timestamp":175278129,"id":1177,"parentId":995,"tags":{"name":"static/chunks/2041.bac4409c50e7b498.js","cache":"HIT"},"startTime":1776858301731,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":4943,"timestamp":175278139,"id":1178,"parentId":995,"tags":{"name":"static/chunks/3194.8353563a594a9666.js","cache":"HIT"},"startTime":1776858301731,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":4936,"timestamp":175278148,"id":1179,"parentId":995,"tags":{"name":"static/chunks/2895.3c7c19bbbf4f6158.js","cache":"HIT"},"startTime":1776858301731,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":4928,"timestamp":175278158,"id":1180,"parentId":995,"tags":{"name":"static/chunks/640.4f1665b61ecb00c9.js","cache":"HIT"},"startTime":1776858301731,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":4921,"timestamp":175278167,"id":1181,"parentId":995,"tags":{"name":"static/chunks/9186.9a43d3853430f495.js","cache":"HIT"},"startTime":1776858301731,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":4914,"timestamp":175278176,"id":1182,"parentId":995,"tags":{"name":"static/chunks/6887.f23e10f1d4aae979.js","cache":"HIT"},"startTime":1776858301731,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":4907,"timestamp":175278185,"id":1183,"parentId":995,"tags":{"name":"static/chunks/9448.98915a3e831dd4b3.js","cache":"HIT"},"startTime":1776858301731,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":4900,"timestamp":175278194,"id":1184,"parentId":995,"tags":{"name":"static/chunks/9690.9a9cc05a2f1a7473.js","cache":"HIT"},"startTime":1776858301731,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":4893,"timestamp":175278203,"id":1185,"parentId":995,"tags":{"name":"static/chunks/4553.d23e2eaa905033c2.js","cache":"HIT"},"startTime":1776858301731,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":4886,"timestamp":175278212,"id":1186,"parentId":995,"tags":{"name":"static/chunks/1248.032d3aa3d1b6dc8b.js","cache":"HIT"},"startTime":1776858301731,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":4879,"timestamp":175278221,"id":1187,"parentId":995,"tags":{"name":"static/chunks/9189.155e8b97d6d08a7a.js","cache":"HIT"},"startTime":1776858301731,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":4873,"timestamp":175278230,"id":1188,"parentId":995,"tags":{"name":"static/chunks/400.2bf206f4fafee390.js","cache":"HIT"},"startTime":1776858301731,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":4865,"timestamp":175278240,"id":1189,"parentId":995,"tags":{"name":"static/chunks/3437.c8d37b1dcea09a48.js","cache":"HIT"},"startTime":1776858301731,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":4858,"timestamp":175278249,"id":1190,"parentId":995,"tags":{"name":"static/chunks/2735.89be64531b13eda5.js","cache":"HIT"},"startTime":1776858301731,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":4851,"timestamp":175278258,"id":1191,"parentId":995,"tags":{"name":"static/chunks/1335.338eb18c1f849748.js","cache":"HIT"},"startTime":1776858301731,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":4844,"timestamp":175278267,"id":1192,"parentId":995,"tags":{"name":"static/chunks/1215.34498eb4e3a8464f.js","cache":"HIT"},"startTime":1776858301731,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":4837,"timestamp":175278276,"id":1193,"parentId":995,"tags":{"name":"static/chunks/2374.95263727c9bf88e8.js","cache":"HIT"},"startTime":1776858301731,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":4830,"timestamp":175278286,"id":1194,"parentId":995,"tags":{"name":"static/chunks/9421.ec796638d1371dd5.js","cache":"HIT"},"startTime":1776858301731,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":4823,"timestamp":175278295,"id":1195,"parentId":995,"tags":{"name":"static/chunks/10.a86dd33ee260874a.js","cache":"HIT"},"startTime":1776858301731,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":4816,"timestamp":175278304,"id":1196,"parentId":995,"tags":{"name":"static/chunks/3476.c0d3fca16c2a0b1f.js","cache":"HIT"},"startTime":1776858301731,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":4809,"timestamp":175278313,"id":1197,"parentId":995,"tags":{"name":"static/chunks/1656.e7a467524bb9ef0b.js","cache":"HIT"},"startTime":1776858301731,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":4802,"timestamp":175278323,"id":1198,"parentId":995,"tags":{"name":"static/chunks/8243.486a6dc7a56913b5.js","cache":"HIT"},"startTime":1776858301731,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":4795,"timestamp":175278332,"id":1199,"parentId":995,"tags":{"name":"static/chunks/816.070dd0b3c7eca472.js","cache":"HIT"},"startTime":1776858301731,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":4787,"timestamp":175278341,"id":1200,"parentId":995,"tags":{"name":"static/chunks/376.513c7b4ab5d24670.js","cache":"HIT"},"startTime":1776858301731,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":4781,"timestamp":175278350,"id":1201,"parentId":995,"tags":{"name":"static/chunks/6938.5b5b9c0e67de5779.js","cache":"HIT"},"startTime":1776858301731,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":4773,"timestamp":175278360,"id":1202,"parentId":995,"tags":{"name":"static/chunks/794.874bd281a91eb0be.js","cache":"HIT"},"startTime":1776858301731,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":4765,"timestamp":175278370,"id":1203,"parentId":995,"tags":{"name":"static/chunks/4309.83e97fd358c568f0.js","cache":"HIT"},"startTime":1776858301731,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":4757,"timestamp":175278380,"id":1204,"parentId":995,"tags":{"name":"static/chunks/6931.5563a247425ff795.js","cache":"HIT"},"startTime":1776858301731,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":4750,"timestamp":175278389,"id":1205,"parentId":995,"tags":{"name":"static/chunks/3392.c3f28c00258237d2.js","cache":"HIT"},"startTime":1776858301731,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":4742,"timestamp":175278399,"id":1206,"parentId":995,"tags":{"name":"static/chunks/6402.8802184b078cd227.js","cache":"HIT"},"startTime":1776858301731,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":4734,"timestamp":175278409,"id":1207,"parentId":995,"tags":{"name":"static/chunks/4053.913f2710e0bc99ce.js","cache":"HIT"},"startTime":1776858301731,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":4727,"timestamp":175278419,"id":1208,"parentId":995,"tags":{"name":"static/chunks/3860.100e28e5c0d7dfac.js","cache":"HIT"},"startTime":1776858301731,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":4717,"timestamp":175278431,"id":1209,"parentId":995,"tags":{"name":"static/chunks/4650.eac8c19d2babfb0f.js","cache":"HIT"},"startTime":1776858301731,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":4683,"timestamp":175278467,"id":1210,"parentId":995,"tags":{"name":"static/chunks/1453.3995fc5da405ff2e.js","cache":"HIT"},"startTime":1776858301731,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":4674,"timestamp":175278478,"id":1211,"parentId":995,"tags":{"name":"static/chunks/8132.0babe138cc7888fd.js","cache":"HIT"},"startTime":1776858301731,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":4665,"timestamp":175278490,"id":1212,"parentId":995,"tags":{"name":"static/chunks/4634.cb548b29744b8af6.js","cache":"HIT"},"startTime":1776858301731,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":4657,"timestamp":175278501,"id":1213,"parentId":995,"tags":{"name":"static/chunks/6339.acbf22062261fbb2.js","cache":"HIT"},"startTime":1776858301731,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":4647,"timestamp":175278513,"id":1214,"parentId":995,"tags":{"name":"static/chunks/5968.8e4a2aa9d4ae16b1.js","cache":"HIT"},"startTime":1776858301731,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":4639,"timestamp":175278523,"id":1215,"parentId":995,"tags":{"name":"static/chunks/6572.c68fa9dd48e855fe.js","cache":"HIT"},"startTime":1776858301731,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":4631,"timestamp":175278533,"id":1216,"parentId":995,"tags":{"name":"static/chunks/583.6913a3809b25245b.js","cache":"HIT"},"startTime":1776858301731,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":4623,"timestamp":175278543,"id":1217,"parentId":995,"tags":{"name":"static/chunks/2839.03c9cc023f78256e.js","cache":"HIT"},"startTime":1776858301731,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":4615,"timestamp":175278553,"id":1218,"parentId":995,"tags":{"name":"static/chunks/7227.19091b1b241ca45c.js","cache":"HIT"},"startTime":1776858301731,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":4606,"timestamp":175278564,"id":1219,"parentId":995,"tags":{"name":"static/chunks/1280.3fd7e094d6fae2cf.js","cache":"HIT"},"startTime":1776858301731,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":4599,"timestamp":175278574,"id":1220,"parentId":995,"tags":{"name":"static/chunks/5347.62bcbead35f1d7a9.js","cache":"HIT"},"startTime":1776858301731,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":4590,"timestamp":175278585,"id":1221,"parentId":995,"tags":{"name":"static/chunks/9220.e152797abf0e9997.js","cache":"HIT"},"startTime":1776858301731,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":4583,"timestamp":175278594,"id":1222,"parentId":995,"tags":{"name":"static/chunks/6741.528a6819251e1fbb.js","cache":"HIT"},"startTime":1776858301731,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":4574,"timestamp":175278605,"id":1223,"parentId":995,"tags":{"name":"static/chunks/5670.5d74796feda08276.js","cache":"HIT"},"startTime":1776858301731,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":4568,"timestamp":175278614,"id":1224,"parentId":995,"tags":{"name":"static/chunks/3873.9ad63ba235730e32.js","cache":"HIT"},"startTime":1776858301732,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":4561,"timestamp":175278623,"id":1225,"parentId":995,"tags":{"name":"static/chunks/3072.09eb6cd013d86327.js","cache":"HIT"},"startTime":1776858301732,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":4552,"timestamp":175278634,"id":1226,"parentId":995,"tags":{"name":"static/chunks/541.58a363bc4d46845e.js","cache":"HIT"},"startTime":1776858301732,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":4543,"timestamp":175278645,"id":1227,"parentId":995,"tags":{"name":"static/chunks/3304.f081fdc3ebdb5214.js","cache":"HIT"},"startTime":1776858301732,"traceId":"e5dfacf5131b722c"}]
8
- [{"name":"minify-js","duration":4536,"timestamp":175278655,"id":1228,"parentId":995,"tags":{"name":"static/chunks/5645.b5158a5d570c2de7.js","cache":"HIT"},"startTime":1776858301732,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":4527,"timestamp":175278665,"id":1229,"parentId":995,"tags":{"name":"static/chunks/1184.0c6560fbcff196ee.js","cache":"HIT"},"startTime":1776858301732,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":4518,"timestamp":175278676,"id":1230,"parentId":995,"tags":{"name":"static/chunks/6729.bbfd2a5324e6b598.js","cache":"HIT"},"startTime":1776858301732,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":4510,"timestamp":175278687,"id":1231,"parentId":995,"tags":{"name":"static/chunks/5690.a8e86ab0c10f736b.js","cache":"HIT"},"startTime":1776858301732,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":4501,"timestamp":175278698,"id":1232,"parentId":995,"tags":{"name":"static/chunks/9842.c9a9ef21e4ac986b.js","cache":"HIT"},"startTime":1776858301732,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":4493,"timestamp":175278708,"id":1233,"parentId":995,"tags":{"name":"static/chunks/1501.5ee5dbf184d74701.js","cache":"HIT"},"startTime":1776858301732,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":4484,"timestamp":175278718,"id":1234,"parentId":995,"tags":{"name":"static/chunks/194.f167337f50225ab9.js","cache":"HIT"},"startTime":1776858301732,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":4476,"timestamp":175278728,"id":1235,"parentId":995,"tags":{"name":"static/chunks/4567.e27e45377d78a71b.js","cache":"HIT"},"startTime":1776858301732,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":4468,"timestamp":175278739,"id":1236,"parentId":995,"tags":{"name":"static/chunks/4540.31ea9b12cd7e8344.js","cache":"HIT"},"startTime":1776858301732,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":4460,"timestamp":175278749,"id":1237,"parentId":995,"tags":{"name":"static/chunks/6455.098e1cc52373590c.js","cache":"HIT"},"startTime":1776858301732,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":4453,"timestamp":175278758,"id":1238,"parentId":995,"tags":{"name":"static/chunks/5320.cd2763bfcaf21772.js","cache":"HIT"},"startTime":1776858301732,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":4446,"timestamp":175278767,"id":1239,"parentId":995,"tags":{"name":"static/chunks/2215.fb010eac3ba68a86.js","cache":"HIT"},"startTime":1776858301732,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":4439,"timestamp":175278777,"id":1240,"parentId":995,"tags":{"name":"static/chunks/7799.b690007167173ad9.js","cache":"HIT"},"startTime":1776858301732,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":4431,"timestamp":175278786,"id":1241,"parentId":995,"tags":{"name":"static/chunks/6099.82f989d646337ffb.js","cache":"HIT"},"startTime":1776858301732,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":4424,"timestamp":175278795,"id":1242,"parentId":995,"tags":{"name":"static/chunks/8288.07e29419e8cb668c.js","cache":"HIT"},"startTime":1776858301732,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":4416,"timestamp":175278805,"id":1243,"parentId":995,"tags":{"name":"static/chunks/6290.86719ce3def06011.js","cache":"HIT"},"startTime":1776858301732,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":4408,"timestamp":175278816,"id":1244,"parentId":995,"tags":{"name":"static/chunks/3419.90a9ee6da5ab98d0.js","cache":"HIT"},"startTime":1776858301732,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":4399,"timestamp":175278826,"id":1245,"parentId":995,"tags":{"name":"static/chunks/9547.c7ac1449da54e2db.js","cache":"HIT"},"startTime":1776858301732,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":4392,"timestamp":175278836,"id":1246,"parentId":995,"tags":{"name":"static/chunks/4474.c79873facc33ff21.js","cache":"HIT"},"startTime":1776858301732,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":4385,"timestamp":175278845,"id":1247,"parentId":995,"tags":{"name":"static/chunks/6948.2742954b7526015e.js","cache":"HIT"},"startTime":1776858301732,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":4376,"timestamp":175278856,"id":1248,"parentId":995,"tags":{"name":"static/chunks/968.e9fd828deab9a857.js","cache":"HIT"},"startTime":1776858301732,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":4368,"timestamp":175278866,"id":1249,"parentId":995,"tags":{"name":"static/chunks/7040.df96cbc5f67f15af.js","cache":"HIT"},"startTime":1776858301732,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":4360,"timestamp":175278876,"id":1250,"parentId":995,"tags":{"name":"static/chunks/6166.38c3e6fdcca544a2.js","cache":"HIT"},"startTime":1776858301732,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":4353,"timestamp":175278886,"id":1251,"parentId":995,"tags":{"name":"static/chunks/8947.a2be8b892f8eab46.js","cache":"HIT"},"startTime":1776858301732,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":4345,"timestamp":175278896,"id":1252,"parentId":995,"tags":{"name":"static/chunks/3324.b6ce7bc8c94d0c51.js","cache":"HIT"},"startTime":1776858301732,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":4337,"timestamp":175278905,"id":1253,"parentId":995,"tags":{"name":"static/chunks/3095.08c252b33c080013.js","cache":"HIT"},"startTime":1776858301732,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":4328,"timestamp":175278917,"id":1254,"parentId":995,"tags":{"name":"static/chunks/9240.29b05cb21993fdff.js","cache":"HIT"},"startTime":1776858301732,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":4321,"timestamp":175278926,"id":1255,"parentId":995,"tags":{"name":"static/chunks/9294.c729bda2dc817add.js","cache":"HIT"},"startTime":1776858301732,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":4314,"timestamp":175278935,"id":1256,"parentId":995,"tags":{"name":"static/chunks/7636.8d465c86f5b1bbc0.js","cache":"HIT"},"startTime":1776858301732,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":4307,"timestamp":175278944,"id":1257,"parentId":995,"tags":{"name":"static/chunks/327.718c9ac85228ae12.js","cache":"HIT"},"startTime":1776858301732,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":4299,"timestamp":175278954,"id":1258,"parentId":995,"tags":{"name":"static/chunks/34.65686560fc060e1a.js","cache":"HIT"},"startTime":1776858301732,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":4291,"timestamp":175278965,"id":1259,"parentId":995,"tags":{"name":"static/chunks/8545.27261f333ade1594.js","cache":"HIT"},"startTime":1776858301732,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":4283,"timestamp":175278975,"id":1260,"parentId":995,"tags":{"name":"static/chunks/5755.b75d06ce82454f5d.js","cache":"HIT"},"startTime":1776858301732,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":4275,"timestamp":175278985,"id":1261,"parentId":995,"tags":{"name":"static/chunks/9569.6625248cb07e86b9.js","cache":"HIT"},"startTime":1776858301732,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":4267,"timestamp":175278995,"id":1262,"parentId":995,"tags":{"name":"static/chunks/6580.a425ab3172508cfd.js","cache":"HIT"},"startTime":1776858301732,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":4225,"timestamp":175279039,"id":1263,"parentId":995,"tags":{"name":"static/chunks/893.24b32242375aa583.js","cache":"HIT"},"startTime":1776858301732,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":4214,"timestamp":175279052,"id":1264,"parentId":995,"tags":{"name":"static/chunks/3077.97a876b8ff637942.js","cache":"HIT"},"startTime":1776858301732,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":4206,"timestamp":175279062,"id":1265,"parentId":995,"tags":{"name":"static/chunks/6144.cb60f41cd1c3e425.js","cache":"HIT"},"startTime":1776858301732,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":4198,"timestamp":175279072,"id":1266,"parentId":995,"tags":{"name":"static/chunks/5712.ef87d30795895154.js","cache":"HIT"},"startTime":1776858301732,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":4190,"timestamp":175279082,"id":1267,"parentId":995,"tags":{"name":"static/chunks/5025.771ea1b83e146ecc.js","cache":"HIT"},"startTime":1776858301732,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":4183,"timestamp":175279091,"id":1268,"parentId":995,"tags":{"name":"static/chunks/3229.665a56ef5cc2fb77.js","cache":"HIT"},"startTime":1776858301732,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":4176,"timestamp":175279100,"id":1269,"parentId":995,"tags":{"name":"static/chunks/252.1045a3a17f099845.js","cache":"HIT"},"startTime":1776858301732,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":4169,"timestamp":175279109,"id":1270,"parentId":995,"tags":{"name":"static/chunks/4903.60b2e6ad9d06931f.js","cache":"HIT"},"startTime":1776858301732,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":4162,"timestamp":175279119,"id":1271,"parentId":995,"tags":{"name":"static/chunks/5997.c0b403b6f6466d46.js","cache":"HIT"},"startTime":1776858301732,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":4154,"timestamp":175279129,"id":1272,"parentId":995,"tags":{"name":"static/chunks/6412.f8577af421096e1a.js","cache":"HIT"},"startTime":1776858301732,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":4146,"timestamp":175279139,"id":1273,"parentId":995,"tags":{"name":"static/chunks/2062.972a9dc786249918.js","cache":"HIT"},"startTime":1776858301732,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":4138,"timestamp":175279149,"id":1274,"parentId":995,"tags":{"name":"static/chunks/2710.3737b7fa00fc4a91.js","cache":"HIT"},"startTime":1776858301732,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":4130,"timestamp":175279160,"id":1275,"parentId":995,"tags":{"name":"static/chunks/862.2de35e6961bba1df.js","cache":"HIT"},"startTime":1776858301732,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":4122,"timestamp":175279169,"id":1276,"parentId":995,"tags":{"name":"static/chunks/5728.82b5eaa7236aea2b.js","cache":"HIT"},"startTime":1776858301732,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":4113,"timestamp":175279180,"id":1277,"parentId":995,"tags":{"name":"static/chunks/123.300fc857bfd28b58.js","cache":"HIT"},"startTime":1776858301732,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":4106,"timestamp":175279190,"id":1278,"parentId":995,"tags":{"name":"static/chunks/8848.2bef6000462fa211.js","cache":"HIT"},"startTime":1776858301732,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":4097,"timestamp":175279200,"id":1279,"parentId":995,"tags":{"name":"static/chunks/1161.e4d2e7e2ee21f5c8.js","cache":"HIT"},"startTime":1776858301732,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":4089,"timestamp":175279210,"id":1280,"parentId":995,"tags":{"name":"static/chunks/6360.769ec8686592b773.js","cache":"HIT"},"startTime":1776858301732,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":4082,"timestamp":175279220,"id":1281,"parentId":995,"tags":{"name":"static/chunks/8113.a571b3948d99b27d.js","cache":"HIT"},"startTime":1776858301732,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":4074,"timestamp":175279230,"id":1282,"parentId":995,"tags":{"name":"static/chunks/9377.2b6ce9ce5c4b6552.js","cache":"HIT"},"startTime":1776858301732,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":4038,"timestamp":175279268,"id":1283,"parentId":995,"tags":{"name":"static/chunks/7142.f0df6c61f4112031.js","cache":"HIT"},"startTime":1776858301732,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":4029,"timestamp":175279280,"id":1284,"parentId":995,"tags":{"name":"static/chunks/3111.0bed64d54c385a0c.js","cache":"HIT"},"startTime":1776858301732,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":4020,"timestamp":175279290,"id":1285,"parentId":995,"tags":{"name":"static/chunks/9648.958476ee189c7f10.js","cache":"HIT"},"startTime":1776858301732,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":4012,"timestamp":175279301,"id":1286,"parentId":995,"tags":{"name":"static/chunks/1379.0cf87941b255b24a.js","cache":"HIT"},"startTime":1776858301732,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":4004,"timestamp":175279312,"id":1287,"parentId":995,"tags":{"name":"static/chunks/7152.d19e8fa8c5ac91c7.js","cache":"HIT"},"startTime":1776858301732,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":3995,"timestamp":175279323,"id":1288,"parentId":995,"tags":{"name":"static/chunks/8257.31ae7cc0f2495ba6.js","cache":"HIT"},"startTime":1776858301732,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":3987,"timestamp":175279333,"id":1289,"parentId":995,"tags":{"name":"static/chunks/1556.dd2bf649f5e3fd22.js","cache":"HIT"},"startTime":1776858301732,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":3979,"timestamp":175279343,"id":1290,"parentId":995,"tags":{"name":"static/chunks/8704.790865d348997fb8.js","cache":"HIT"},"startTime":1776858301732,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":3971,"timestamp":175279353,"id":1291,"parentId":995,"tags":{"name":"static/chunks/2728.360ef80320379626.js","cache":"HIT"},"startTime":1776858301732,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":3963,"timestamp":175279363,"id":1292,"parentId":995,"tags":{"name":"static/chunks/8432.5175a8782850ae87.js","cache":"HIT"},"startTime":1776858301732,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":3956,"timestamp":175279372,"id":1293,"parentId":995,"tags":{"name":"static/chunks/7610.e380843ed8747098.js","cache":"HIT"},"startTime":1776858301732,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":3948,"timestamp":175279382,"id":1294,"parentId":995,"tags":{"name":"static/chunks/2503.d0864abd598db60e.js","cache":"HIT"},"startTime":1776858301732,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":3941,"timestamp":175279391,"id":1295,"parentId":995,"tags":{"name":"static/chunks/6046.f47f2f671413d82c.js","cache":"HIT"},"startTime":1776858301732,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":3934,"timestamp":175279401,"id":1296,"parentId":995,"tags":{"name":"static/chunks/4080.2ee23eb31633457f.js","cache":"HIT"},"startTime":1776858301732,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":3926,"timestamp":175279410,"id":1297,"parentId":995,"tags":{"name":"static/chunks/7557.5fb5bcfacf631d2c.js","cache":"HIT"},"startTime":1776858301732,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":3919,"timestamp":175279420,"id":1298,"parentId":995,"tags":{"name":"static/chunks/830.e0b41f979c6c0e7b.js","cache":"HIT"},"startTime":1776858301732,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":3911,"timestamp":175279429,"id":1299,"parentId":995,"tags":{"name":"static/chunks/1142.a8057b652e574f3a.js","cache":"HIT"},"startTime":1776858301732,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":3904,"timestamp":175279438,"id":1300,"parentId":995,"tags":{"name":"static/chunks/5922.90bd359f1488e4b3.js","cache":"HIT"},"startTime":1776858301732,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":3897,"timestamp":175279447,"id":1301,"parentId":995,"tags":{"name":"static/chunks/3274.6cde8c2c8629e9e9.js","cache":"HIT"},"startTime":1776858301732,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":3890,"timestamp":175279457,"id":1302,"parentId":995,"tags":{"name":"static/chunks/9006.4606a9f635a5d6b4.js","cache":"HIT"},"startTime":1776858301732,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":3883,"timestamp":175279465,"id":1303,"parentId":995,"tags":{"name":"static/chunks/1078.41740d1f25d95ef8.js","cache":"HIT"},"startTime":1776858301732,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":3876,"timestamp":175279474,"id":1304,"parentId":995,"tags":{"name":"static/chunks/4963.87a7ab778419173e.js","cache":"HIT"},"startTime":1776858301732,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":3854,"timestamp":175279498,"id":1305,"parentId":995,"tags":{"name":"static/chunks/1274.089dd30168b8dd45.js","cache":"HIT"},"startTime":1776858301732,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":3847,"timestamp":175279507,"id":1306,"parentId":995,"tags":{"name":"static/chunks/1977.035283df607a8ad4.js","cache":"HIT"},"startTime":1776858301732,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":3840,"timestamp":175279517,"id":1307,"parentId":995,"tags":{"name":"static/chunks/3483.c835f6d29336906c.js","cache":"HIT"},"startTime":1776858301732,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":3833,"timestamp":175279526,"id":1308,"parentId":995,"tags":{"name":"static/chunks/1456.a6f02a82572b6f7d.js","cache":"HIT"},"startTime":1776858301732,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":3826,"timestamp":175279535,"id":1309,"parentId":995,"tags":{"name":"static/chunks/4163.3378c777a9a83a00.js","cache":"HIT"},"startTime":1776858301732,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":3819,"timestamp":175279544,"id":1310,"parentId":995,"tags":{"name":"static/chunks/4357.36433c94722a1b3d.js","cache":"HIT"},"startTime":1776858301732,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":3812,"timestamp":175279553,"id":1311,"parentId":995,"tags":{"name":"static/chunks/840.2b8a5062480c58f9.js","cache":"HIT"},"startTime":1776858301732,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":3805,"timestamp":175279562,"id":1312,"parentId":995,"tags":{"name":"static/chunks/1365.1763d8fd578ff435.js","cache":"HIT"},"startTime":1776858301732,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":3798,"timestamp":175279571,"id":1313,"parentId":995,"tags":{"name":"static/chunks/6588.353ddec96b173c75.js","cache":"HIT"},"startTime":1776858301732,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":3791,"timestamp":175279580,"id":1314,"parentId":995,"tags":{"name":"static/chunks/9466.3d89081f66cfd57c.js","cache":"HIT"},"startTime":1776858301732,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":3745,"timestamp":175279628,"id":1315,"parentId":995,"tags":{"name":"static/chunks/2013.01836900f9f1dacc.js","cache":"HIT"},"startTime":1776858301733,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":3737,"timestamp":175279638,"id":1316,"parentId":995,"tags":{"name":"static/chunks/7525.fccd9411ddd8b8a6.js","cache":"HIT"},"startTime":1776858301733,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":3730,"timestamp":175279648,"id":1317,"parentId":995,"tags":{"name":"static/chunks/9565.06fb575ba33fc787.js","cache":"HIT"},"startTime":1776858301733,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":3723,"timestamp":175279657,"id":1318,"parentId":995,"tags":{"name":"static/chunks/2179.7e4ebd37c034d2ad.js","cache":"HIT"},"startTime":1776858301733,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":3715,"timestamp":175279667,"id":1319,"parentId":995,"tags":{"name":"static/chunks/7182.ce55e98e8ca3925f.js","cache":"HIT"},"startTime":1776858301733,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":3707,"timestamp":175279676,"id":1320,"parentId":995,"tags":{"name":"static/chunks/7425.03dc231e78cdf4bb.js","cache":"HIT"},"startTime":1776858301733,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":3700,"timestamp":175279686,"id":1321,"parentId":995,"tags":{"name":"static/chunks/4539.3574b8ec6e1b1827.js","cache":"HIT"},"startTime":1776858301733,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":3693,"timestamp":175279694,"id":1322,"parentId":995,"tags":{"name":"static/chunks/5553.44aeb5ab5fc6f547.js","cache":"HIT"},"startTime":1776858301733,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":3686,"timestamp":175279704,"id":1323,"parentId":995,"tags":{"name":"static/chunks/7021.4a15a4b75ad1f066.js","cache":"HIT"},"startTime":1776858301733,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":3678,"timestamp":175279713,"id":1324,"parentId":995,"tags":{"name":"static/chunks/2160.3d7d3408eb5dd2fd.js","cache":"HIT"},"startTime":1776858301733,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":3671,"timestamp":175279723,"id":1325,"parentId":995,"tags":{"name":"static/chunks/1219.af66c02d35a9aac1.js","cache":"HIT"},"startTime":1776858301733,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":3663,"timestamp":175279734,"id":1326,"parentId":995,"tags":{"name":"static/chunks/4275.f5348df20bf58aab.js","cache":"HIT"},"startTime":1776858301733,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":3656,"timestamp":175279743,"id":1327,"parentId":995,"tags":{"name":"static/chunks/7650.7945df0d31f1df8d.js","cache":"HIT"},"startTime":1776858301733,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":3648,"timestamp":175279753,"id":1328,"parentId":995,"tags":{"name":"static/chunks/4976.1f13224a16b04bf2.js","cache":"HIT"},"startTime":1776858301733,"traceId":"e5dfacf5131b722c"}]
9
- [{"name":"minify-js","duration":3640,"timestamp":175279762,"id":1329,"parentId":995,"tags":{"name":"static/chunks/4370.a3c94f7e6ca0fe9e.js","cache":"HIT"},"startTime":1776858301733,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":3633,"timestamp":175279771,"id":1330,"parentId":995,"tags":{"name":"static/chunks/624.a1904a85dfc485a7.js","cache":"HIT"},"startTime":1776858301733,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":3627,"timestamp":175279780,"id":1331,"parentId":995,"tags":{"name":"static/chunks/4659.1743f9a9bc83c2c8.js","cache":"HIT"},"startTime":1776858301733,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":3619,"timestamp":175279789,"id":1332,"parentId":995,"tags":{"name":"static/chunks/3942.28705c77a3230c0f.js","cache":"HIT"},"startTime":1776858301733,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":3613,"timestamp":175279798,"id":1333,"parentId":995,"tags":{"name":"static/chunks/5518.b0b438f31ecd94a6.js","cache":"HIT"},"startTime":1776858301733,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":3605,"timestamp":175279808,"id":1334,"parentId":995,"tags":{"name":"static/chunks/2485.7c1771d82502f223.js","cache":"HIT"},"startTime":1776858301733,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":3598,"timestamp":175279817,"id":1335,"parentId":995,"tags":{"name":"static/chunks/7041.a0e54d1d3704ce86.js","cache":"HIT"},"startTime":1776858301733,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":3591,"timestamp":175279827,"id":1336,"parentId":995,"tags":{"name":"static/chunks/2812.70986f4c89fb9f39.js","cache":"HIT"},"startTime":1776858301733,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":3583,"timestamp":175279836,"id":1337,"parentId":995,"tags":{"name":"static/chunks/7635.a9b4e0fe03a8b3ec.js","cache":"HIT"},"startTime":1776858301733,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":3576,"timestamp":175279846,"id":1338,"parentId":995,"tags":{"name":"static/chunks/7884.d6f32943366d911a.js","cache":"HIT"},"startTime":1776858301733,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":3568,"timestamp":175279855,"id":1339,"parentId":995,"tags":{"name":"static/chunks/4358.62cab3800015edb0.js","cache":"HIT"},"startTime":1776858301733,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":3562,"timestamp":175279864,"id":1340,"parentId":995,"tags":{"name":"static/chunks/9005.7e7485e60f535a31.js","cache":"HIT"},"startTime":1776858301733,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":3555,"timestamp":175279873,"id":1341,"parentId":995,"tags":{"name":"static/chunks/1595.5e2e484c156c4e34.js","cache":"HIT"},"startTime":1776858301733,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":3547,"timestamp":175279883,"id":1342,"parentId":995,"tags":{"name":"static/chunks/3979.dc4a6bdab85427e6.js","cache":"HIT"},"startTime":1776858301733,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":3540,"timestamp":175279892,"id":1343,"parentId":995,"tags":{"name":"static/chunks/9680.df62bde488780b42.js","cache":"HIT"},"startTime":1776858301733,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":3533,"timestamp":175279901,"id":1344,"parentId":995,"tags":{"name":"static/chunks/2107.8712a4d70140ec3c.js","cache":"HIT"},"startTime":1776858301733,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":3526,"timestamp":175279911,"id":1345,"parentId":995,"tags":{"name":"static/chunks/5375.71458ae86130bcf9.js","cache":"HIT"},"startTime":1776858301733,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":3519,"timestamp":175279920,"id":1346,"parentId":995,"tags":{"name":"static/chunks/5136.cefe0a1de0d2cc1c.js","cache":"HIT"},"startTime":1776858301733,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":3511,"timestamp":175279929,"id":1347,"parentId":995,"tags":{"name":"static/chunks/4295.24962fb2a0590e65.js","cache":"HIT"},"startTime":1776858301733,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":3504,"timestamp":175279938,"id":1348,"parentId":995,"tags":{"name":"static/chunks/7258.28a0176cb9ac55e5.js","cache":"HIT"},"startTime":1776858301733,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":3497,"timestamp":175279948,"id":1349,"parentId":995,"tags":{"name":"static/chunks/9996.847eced8e454ff66.js","cache":"HIT"},"startTime":1776858301733,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":3452,"timestamp":175279995,"id":1350,"parentId":995,"tags":{"name":"static/chunks/9224.7a258b786c8fd4a2.js","cache":"HIT"},"startTime":1776858301733,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":3443,"timestamp":175280006,"id":1351,"parentId":995,"tags":{"name":"static/chunks/6704.921c8a127690396a.js","cache":"HIT"},"startTime":1776858301733,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":3410,"timestamp":175280041,"id":1352,"parentId":995,"tags":{"name":"static/chunks/6927.8995e03bddcb2166.js","cache":"HIT"},"startTime":1776858301733,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":3402,"timestamp":175280052,"id":1353,"parentId":995,"tags":{"name":"static/chunks/5424.84bb5b5e67ace412.js","cache":"HIT"},"startTime":1776858301733,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":3394,"timestamp":175280061,"id":1354,"parentId":995,"tags":{"name":"static/chunks/3082.b5508cb7899b2b52.js","cache":"HIT"},"startTime":1776858301733,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":3387,"timestamp":175280070,"id":1355,"parentId":995,"tags":{"name":"static/chunks/9382.06e06c8d568c96f8.js","cache":"HIT"},"startTime":1776858301733,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":3379,"timestamp":175280080,"id":1356,"parentId":995,"tags":{"name":"static/chunks/2130.b7f96de9cc71a698.js","cache":"HIT"},"startTime":1776858301733,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":3372,"timestamp":175280089,"id":1357,"parentId":995,"tags":{"name":"static/chunks/9666.6c5d2a124e369887.js","cache":"HIT"},"startTime":1776858301733,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":3365,"timestamp":175280099,"id":1358,"parentId":995,"tags":{"name":"static/chunks/392.29882b44fb6d6f9d.js","cache":"HIT"},"startTime":1776858301733,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":3358,"timestamp":175280107,"id":1359,"parentId":995,"tags":{"name":"static/chunks/9841.ca811fb4964aafdc.js","cache":"HIT"},"startTime":1776858301733,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":3352,"timestamp":175280116,"id":1360,"parentId":995,"tags":{"name":"static/chunks/3492.8a98f6b863ef67be.js","cache":"HIT"},"startTime":1776858301733,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":3345,"timestamp":175280125,"id":1361,"parentId":995,"tags":{"name":"static/chunks/214.f2d3c152b9755298.js","cache":"HIT"},"startTime":1776858301733,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":3338,"timestamp":175280134,"id":1362,"parentId":995,"tags":{"name":"static/chunks/579.f5d60b2a14edeaf6.js","cache":"HIT"},"startTime":1776858301733,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":3332,"timestamp":175280143,"id":1363,"parentId":995,"tags":{"name":"static/chunks/6311.2474c11f023b786b.js","cache":"HIT"},"startTime":1776858301733,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":3325,"timestamp":175280152,"id":1364,"parentId":995,"tags":{"name":"static/chunks/7524.a8b5f30bf7ff605e.js","cache":"HIT"},"startTime":1776858301733,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":3318,"timestamp":175280160,"id":1365,"parentId":995,"tags":{"name":"static/chunks/6563.59526fa94758ab38.js","cache":"HIT"},"startTime":1776858301733,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":3310,"timestamp":175280171,"id":1366,"parentId":995,"tags":{"name":"static/chunks/6701.33ffa9e9e309f208.js","cache":"HIT"},"startTime":1776858301733,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":3304,"timestamp":175280179,"id":1367,"parentId":995,"tags":{"name":"static/chunks/7785.ab2c7de0151c3fd0.js","cache":"HIT"},"startTime":1776858301733,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":3297,"timestamp":175280188,"id":1368,"parentId":995,"tags":{"name":"static/chunks/9136.be4d03590a92f316.js","cache":"HIT"},"startTime":1776858301733,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":3291,"timestamp":175280197,"id":1369,"parentId":995,"tags":{"name":"static/chunks/2489.8c9078cd3767ad0e.js","cache":"HIT"},"startTime":1776858301733,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":3284,"timestamp":175280205,"id":1370,"parentId":995,"tags":{"name":"static/chunks/1247.f317b3f02219270e.js","cache":"HIT"},"startTime":1776858301733,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":3278,"timestamp":175280215,"id":1371,"parentId":995,"tags":{"name":"static/chunks/6859.9a81569ffa964445.js","cache":"HIT"},"startTime":1776858301733,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":3271,"timestamp":175280223,"id":1372,"parentId":995,"tags":{"name":"static/chunks/7921.3fa04c4dcf83cea5.js","cache":"HIT"},"startTime":1776858301733,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":3264,"timestamp":175280232,"id":1373,"parentId":995,"tags":{"name":"static/chunks/6846.5b17b5f9701ce22e.js","cache":"HIT"},"startTime":1776858301733,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":3257,"timestamp":175280242,"id":1374,"parentId":995,"tags":{"name":"static/chunks/3074.0b8a20d5fb6788ff.js","cache":"HIT"},"startTime":1776858301733,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":3221,"timestamp":175280280,"id":1375,"parentId":995,"tags":{"name":"static/chunks/9521.4021d4a35654fb21.js","cache":"HIT"},"startTime":1776858301733,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":3212,"timestamp":175280291,"id":1376,"parentId":995,"tags":{"name":"static/chunks/6089.f654fce4dfc2d123.js","cache":"HIT"},"startTime":1776858301733,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":3205,"timestamp":175280300,"id":1377,"parentId":995,"tags":{"name":"static/chunks/5520.0dff0e44a3ca823e.js","cache":"HIT"},"startTime":1776858301733,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":3196,"timestamp":175280311,"id":1378,"parentId":995,"tags":{"name":"static/chunks/4969.90d397e0312a077b.js","cache":"HIT"},"startTime":1776858301733,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":3190,"timestamp":175280319,"id":1379,"parentId":995,"tags":{"name":"static/chunks/2954.1d328ca1e57ce70f.js","cache":"HIT"},"startTime":1776858301733,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":3184,"timestamp":175280328,"id":1380,"parentId":995,"tags":{"name":"static/chunks/5491.24cf2d17b2b85458.js","cache":"HIT"},"startTime":1776858301733,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":3176,"timestamp":175280337,"id":1381,"parentId":995,"tags":{"name":"static/chunks/9615.bfb6c0a4cd76455f.js","cache":"HIT"},"startTime":1776858301733,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":3170,"timestamp":175280346,"id":1382,"parentId":995,"tags":{"name":"static/chunks/7625.36561933eb547aaf.js","cache":"HIT"},"startTime":1776858301733,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":3164,"timestamp":175280354,"id":1383,"parentId":995,"tags":{"name":"static/chunks/1534.9aeef18daea4b105.js","cache":"HIT"},"startTime":1776858301733,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":3156,"timestamp":175280364,"id":1384,"parentId":995,"tags":{"name":"static/chunks/8430.eb0fd54737d8dd8c.js","cache":"HIT"},"startTime":1776858301733,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":3149,"timestamp":175280372,"id":1385,"parentId":995,"tags":{"name":"static/chunks/8555.b74a64f18f11dcd2.js","cache":"HIT"},"startTime":1776858301733,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":3142,"timestamp":175280382,"id":1386,"parentId":995,"tags":{"name":"static/chunks/7082.4e07d19b0ec9b0af.js","cache":"HIT"},"startTime":1776858301733,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":3135,"timestamp":175280391,"id":1387,"parentId":995,"tags":{"name":"static/chunks/1583.c4016592ecafde4e.js","cache":"HIT"},"startTime":1776858301733,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":3129,"timestamp":175280400,"id":1388,"parentId":995,"tags":{"name":"static/chunks/5750.eaab81d22a66329f.js","cache":"HIT"},"startTime":1776858301733,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":3122,"timestamp":175280409,"id":1389,"parentId":995,"tags":{"name":"static/chunks/7465.f74d7d6ef11639a2.js","cache":"HIT"},"startTime":1776858301733,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":3115,"timestamp":175280418,"id":1390,"parentId":995,"tags":{"name":"static/chunks/1898.272b559655499354.js","cache":"HIT"},"startTime":1776858301733,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":3107,"timestamp":175280428,"id":1391,"parentId":995,"tags":{"name":"static/chunks/7130.71b7efc3cf7ae8a7.js","cache":"HIT"},"startTime":1776858301733,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":3100,"timestamp":175280437,"id":1392,"parentId":995,"tags":{"name":"static/chunks/966.9590b6a68335923d.js","cache":"HIT"},"startTime":1776858301733,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":3094,"timestamp":175280445,"id":1393,"parentId":995,"tags":{"name":"static/chunks/1664.b7a8a1ce5eb709df.js","cache":"HIT"},"startTime":1776858301733,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":3087,"timestamp":175280454,"id":1394,"parentId":995,"tags":{"name":"static/chunks/3286.bc25b2a890b9a8e7.js","cache":"HIT"},"startTime":1776858301733,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":3080,"timestamp":175280463,"id":1395,"parentId":995,"tags":{"name":"static/chunks/4593.9132f60a72f47a04.js","cache":"HIT"},"startTime":1776858301733,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":3073,"timestamp":175280472,"id":1396,"parentId":995,"tags":{"name":"static/chunks/9267.83898a270adb507e.js","cache":"HIT"},"startTime":1776858301733,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":3066,"timestamp":175280481,"id":1397,"parentId":995,"tags":{"name":"static/chunks/7889.07de7cac7d6a9864.js","cache":"HIT"},"startTime":1776858301733,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":3058,"timestamp":175280491,"id":1398,"parentId":995,"tags":{"name":"static/chunks/5318.290d218e68c63738.js","cache":"HIT"},"startTime":1776858301733,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":3050,"timestamp":175280501,"id":1399,"parentId":995,"tags":{"name":"static/chunks/8656.075f73388d989b9a.js","cache":"HIT"},"startTime":1776858301733,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":3043,"timestamp":175280510,"id":1400,"parentId":995,"tags":{"name":"static/chunks/8776.cf5f8a8d237591ae.js","cache":"HIT"},"startTime":1776858301733,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":3036,"timestamp":175280519,"id":1401,"parentId":995,"tags":{"name":"static/chunks/700.9cb1783406d5c3a1.js","cache":"HIT"},"startTime":1776858301733,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":2977,"timestamp":175280580,"id":1402,"parentId":995,"tags":{"name":"static/chunks/1987.cc16e0c7a0870452.js","cache":"HIT"},"startTime":1776858301733,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":2970,"timestamp":175280589,"id":1403,"parentId":995,"tags":{"name":"static/chunks/1310.cda9c155a96c078e.js","cache":"HIT"},"startTime":1776858301733,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":2967,"timestamp":175280594,"id":1404,"parentId":995,"tags":{"name":"static/chunks/1590.b3b5618ff8263efc.js","cache":"HIT"},"startTime":1776858301733,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":2964,"timestamp":175280599,"id":1405,"parentId":995,"tags":{"name":"static/chunks/5139.0be359f08abeada5.js","cache":"HIT"},"startTime":1776858301733,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":2962,"timestamp":175280604,"id":1406,"parentId":995,"tags":{"name":"static/chunks/5394.fa9a2ac5dee7bbf1.js","cache":"HIT"},"startTime":1776858301733,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":2957,"timestamp":175280610,"id":1407,"parentId":995,"tags":{"name":"static/chunks/2235.17c098ccc9ae2798.js","cache":"HIT"},"startTime":1776858301733,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":2953,"timestamp":175280616,"id":1408,"parentId":995,"tags":{"name":"static/chunks/1948.978def232c6206c2.js","cache":"HIT"},"startTime":1776858301734,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":2950,"timestamp":175280621,"id":1409,"parentId":995,"tags":{"name":"static/chunks/3613.d7d666d8eed49c66.js","cache":"HIT"},"startTime":1776858301734,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":2947,"timestamp":175280626,"id":1410,"parentId":995,"tags":{"name":"static/chunks/2921.28ab18b40b8e2f00.js","cache":"HIT"},"startTime":1776858301734,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":2944,"timestamp":175280632,"id":1411,"parentId":995,"tags":{"name":"static/chunks/2729.8b7c14d3171d0b76.js","cache":"HIT"},"startTime":1776858301734,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":2941,"timestamp":175280637,"id":1412,"parentId":995,"tags":{"name":"static/chunks/4892.0537bc7802301f78.js","cache":"HIT"},"startTime":1776858301734,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":2938,"timestamp":175280642,"id":1413,"parentId":995,"tags":{"name":"static/chunks/6383.8d16936fc25c334a.js","cache":"HIT"},"startTime":1776858301734,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":2935,"timestamp":175280647,"id":1414,"parentId":995,"tags":{"name":"static/chunks/9233.4baaaa602f7e6a70.js","cache":"HIT"},"startTime":1776858301734,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":2932,"timestamp":175280652,"id":1415,"parentId":995,"tags":{"name":"static/chunks/5788.4aa486571bf2e839.js","cache":"HIT"},"startTime":1776858301734,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":2929,"timestamp":175280657,"id":1416,"parentId":995,"tags":{"name":"static/chunks/6026.5d9528823e4870d9.js","cache":"HIT"},"startTime":1776858301734,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":2926,"timestamp":175280662,"id":1417,"parentId":995,"tags":{"name":"static/chunks/5364.0fd5ee76d4665040.js","cache":"HIT"},"startTime":1776858301734,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":2923,"timestamp":175280667,"id":1418,"parentId":995,"tags":{"name":"static/chunks/9318.d6938709ea34b148.js","cache":"HIT"},"startTime":1776858301734,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":2920,"timestamp":175280672,"id":1419,"parentId":995,"tags":{"name":"static/chunks/6871.d679637633d7da8e.js","cache":"HIT"},"startTime":1776858301734,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":2918,"timestamp":175280678,"id":1420,"parentId":995,"tags":{"name":"static/chunks/7443.69a9bbad68a25bd5.js","cache":"HIT"},"startTime":1776858301734,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":2914,"timestamp":175280683,"id":1421,"parentId":995,"tags":{"name":"static/chunks/142.22067b54d67e9cfa.js","cache":"HIT"},"startTime":1776858301734,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":2911,"timestamp":175280688,"id":1422,"parentId":995,"tags":{"name":"static/chunks/254.525b25c42c2e5d5a.js","cache":"HIT"},"startTime":1776858301734,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":2908,"timestamp":175280693,"id":1423,"parentId":995,"tags":{"name":"static/chunks/7547.e3c3cf78684ae006.js","cache":"HIT"},"startTime":1776858301734,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":2905,"timestamp":175280698,"id":1424,"parentId":995,"tags":{"name":"static/chunks/8317.f1323bd2f9b4fe35.js","cache":"HIT"},"startTime":1776858301734,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":2902,"timestamp":175280703,"id":1425,"parentId":995,"tags":{"name":"static/chunks/5199.3e664cf0174500b6.js","cache":"HIT"},"startTime":1776858301734,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":2899,"timestamp":175280708,"id":1426,"parentId":995,"tags":{"name":"static/chunks/6962.e0cd2d5b6efb7469.js","cache":"HIT"},"startTime":1776858301734,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":2896,"timestamp":175280713,"id":1427,"parentId":995,"tags":{"name":"static/chunks/5269.8b33f242a14be250.js","cache":"HIT"},"startTime":1776858301734,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":2893,"timestamp":175280718,"id":1428,"parentId":995,"tags":{"name":"static/chunks/7479.cc243294ef14524b.js","cache":"HIT"},"startTime":1776858301734,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":2890,"timestamp":175280724,"id":1429,"parentId":995,"tags":{"name":"static/chunks/2020.8d4deb5b71330365.js","cache":"HIT"},"startTime":1776858301734,"traceId":"e5dfacf5131b722c"}]
10
- [{"name":"minify-js","duration":2887,"timestamp":175280729,"id":1430,"parentId":995,"tags":{"name":"static/chunks/7874.776c791a6edf8980.js","cache":"HIT"},"startTime":1776858301734,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":2884,"timestamp":175280734,"id":1431,"parentId":995,"tags":{"name":"static/chunks/1409.b29e6566d6a047ca.js","cache":"HIT"},"startTime":1776858301734,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":2881,"timestamp":175280739,"id":1432,"parentId":995,"tags":{"name":"static/chunks/7084.a3847f999489b629.js","cache":"HIT"},"startTime":1776858301734,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":2879,"timestamp":175280743,"id":1433,"parentId":995,"tags":{"name":"static/chunks/9373.ddd78f06c5d9a8d7.js","cache":"HIT"},"startTime":1776858301734,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":2875,"timestamp":175280749,"id":1434,"parentId":995,"tags":{"name":"static/chunks/3682.39cfae4886107de1.js","cache":"HIT"},"startTime":1776858301734,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":2872,"timestamp":175280754,"id":1435,"parentId":995,"tags":{"name":"static/chunks/5325.534d61b0ed6db9bc.js","cache":"HIT"},"startTime":1776858301734,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":2869,"timestamp":175280759,"id":1436,"parentId":995,"tags":{"name":"static/chunks/6460.438138109d43d3ba.js","cache":"HIT"},"startTime":1776858301734,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":2867,"timestamp":175280764,"id":1437,"parentId":995,"tags":{"name":"static/chunks/4699.0725735293f70a9a.js","cache":"HIT"},"startTime":1776858301734,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":2864,"timestamp":175280769,"id":1438,"parentId":995,"tags":{"name":"static/chunks/framework-9a8a3f0151579960.js","cache":"HIT"},"startTime":1776858301734,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":2861,"timestamp":175280774,"id":1439,"parentId":995,"tags":{"name":"static/chunks/d1c28714.214e0009d717ed6c.js","cache":"HIT"},"startTime":1776858301734,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":2858,"timestamp":175280779,"id":1440,"parentId":995,"tags":{"name":"static/chunks/4ca0cff5.789ae6f66ac30e2d.js","cache":"HIT"},"startTime":1776858301734,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":2855,"timestamp":175280784,"id":1441,"parentId":995,"tags":{"name":"static/chunks/7d29de82.14fd5bb54d6b7d20.js","cache":"HIT"},"startTime":1776858301734,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":2853,"timestamp":175280789,"id":1442,"parentId":995,"tags":{"name":"static/chunks/1cd6e1d3.faad54da091e8f42.js","cache":"HIT"},"startTime":1776858301734,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":2850,"timestamp":175280794,"id":1443,"parentId":995,"tags":{"name":"static/chunks/570e4624.7911804ff3d8e956.js","cache":"HIT"},"startTime":1776858301734,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":2846,"timestamp":175280799,"id":1444,"parentId":995,"tags":{"name":"static/chunks/ce16f5a9.83f4e77092504bcd.js","cache":"HIT"},"startTime":1776858301734,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":2843,"timestamp":175280804,"id":1445,"parentId":995,"tags":{"name":"static/chunks/90542734.2d1a2b87aba8663d.js","cache":"HIT"},"startTime":1776858301734,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":2841,"timestamp":175280809,"id":1446,"parentId":995,"tags":{"name":"static/chunks/d3ac728e-a5b076816e776ed1.js","cache":"HIT"},"startTime":1776858301734,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":2837,"timestamp":175280815,"id":1447,"parentId":995,"tags":{"name":"static/chunks/70e0d97a-2d56f47748c010fa.js","cache":"HIT"},"startTime":1776858301734,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":2834,"timestamp":175280820,"id":1448,"parentId":995,"tags":{"name":"static/chunks/2ff9d716.676d881bfa3c60e7.js","cache":"HIT"},"startTime":1776858301734,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":2831,"timestamp":175280825,"id":1449,"parentId":995,"tags":{"name":"static/chunks/af7f6608.780d064838c52b26.js","cache":"HIT"},"startTime":1776858301734,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":2828,"timestamp":175280830,"id":1450,"parentId":995,"tags":{"name":"static/chunks/e868780c.b03bb6d46556f1ff.js","cache":"HIT"},"startTime":1776858301734,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":2825,"timestamp":175280835,"id":1451,"parentId":995,"tags":{"name":"static/chunks/54a60aa6-e0314902de3ec6a3.js","cache":"HIT"},"startTime":1776858301734,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":2823,"timestamp":175280840,"id":1452,"parentId":995,"tags":{"name":"static/chunks/92e53eb0.4a625cee989cd872.js","cache":"HIT"},"startTime":1776858301734,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":2819,"timestamp":175280845,"id":1453,"parentId":995,"tags":{"name":"static/chunks/cee15710.d8de0d590c1c12d7.js","cache":"HIT"},"startTime":1776858301734,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":2817,"timestamp":175280850,"id":1454,"parentId":995,"tags":{"name":"static/chunks/4402d2ac.6ea6b372743e17e0.js","cache":"HIT"},"startTime":1776858301734,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":2814,"timestamp":175280855,"id":1455,"parentId":995,"tags":{"name":"static/chunks/cfdf2ac7.11fa4ad4c70c7e57.js","cache":"HIT"},"startTime":1776858301734,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":2811,"timestamp":175280860,"id":1456,"parentId":995,"tags":{"name":"static/chunks/53c1bd3f.94ed7a0ef30faa72.js","cache":"HIT"},"startTime":1776858301734,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":2808,"timestamp":175280865,"id":1457,"parentId":995,"tags":{"name":"static/chunks/799ebd4e.82f86abf23884ab4.js","cache":"HIT"},"startTime":1776858301734,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":2805,"timestamp":175280871,"id":1458,"parentId":995,"tags":{"name":"static/chunks/4bd1b696-30cf42bc5b843299.js","cache":"HIT"},"startTime":1776858301734,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":2802,"timestamp":175280876,"id":1459,"parentId":995,"tags":{"name":"static/chunks/aaea2bcf-f0fd47062adb56d3.js","cache":"HIT"},"startTime":1776858301734,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":2798,"timestamp":175280881,"id":1460,"parentId":995,"tags":{"name":"static/chunks/3126.670df92517e12f08.js","cache":"HIT"},"startTime":1776858301734,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":2802,"timestamp":175280887,"id":1461,"parentId":995,"tags":{"name":"static/chunks/8863.38a250bc93441012.js","cache":"HIT"},"startTime":1776858301734,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":2799,"timestamp":175280892,"id":1462,"parentId":995,"tags":{"name":"static/chunks/9114-0ae74cf0f1880aac.js","cache":"HIT"},"startTime":1776858301734,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":2796,"timestamp":175280897,"id":1463,"parentId":995,"tags":{"name":"static/chunks/2821.9a424cd8d891b3b2.js","cache":"HIT"},"startTime":1776858301734,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":2793,"timestamp":175280902,"id":1464,"parentId":995,"tags":{"name":"static/chunks/3700-73e6389d720c6476.js","cache":"HIT"},"startTime":1776858301734,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":2790,"timestamp":175280907,"id":1465,"parentId":995,"tags":{"name":"static/chunks/1991.d4d3fd65b9094099.js","cache":"HIT"},"startTime":1776858301734,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":2787,"timestamp":175280913,"id":1466,"parentId":995,"tags":{"name":"static/chunks/6155.9e124133ec8458a4.js","cache":"HIT"},"startTime":1776858301734,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":2784,"timestamp":175280918,"id":1467,"parentId":995,"tags":{"name":"static/chunks/5019.e7bce25161a52ed4.js","cache":"HIT"},"startTime":1776858301734,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":2781,"timestamp":175280923,"id":1468,"parentId":995,"tags":{"name":"static/chunks/7085.a6e1368cc7188732.js","cache":"HIT"},"startTime":1776858301734,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":2778,"timestamp":175280928,"id":1469,"parentId":995,"tags":{"name":"static/chunks/3794-e3794ea7186046f9.js","cache":"HIT"},"startTime":1776858301734,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":2775,"timestamp":175280933,"id":1470,"parentId":995,"tags":{"name":"static/chunks/3695-249ae83a4493cc54.js","cache":"HIT"},"startTime":1776858301734,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":2772,"timestamp":175280938,"id":1471,"parentId":995,"tags":{"name":"static/chunks/2072-c33b6c2a2b878b0e.js","cache":"HIT"},"startTime":1776858301734,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":2769,"timestamp":175280943,"id":1472,"parentId":995,"tags":{"name":"static/chunks/2171-87a0a5239bf2ea29.js","cache":"HIT"},"startTime":1776858301734,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":2767,"timestamp":175280948,"id":1473,"parentId":995,"tags":{"name":"static/chunks/3530-87604c0136a9075a.js","cache":"HIT"},"startTime":1776858301734,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":2765,"timestamp":175280953,"id":1474,"parentId":995,"tags":{"name":"static/chunks/5493-0ad0408c2098b2a7.js","cache":"HIT"},"startTime":1776858301734,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":2761,"timestamp":175280958,"id":1475,"parentId":995,"tags":{"name":"static/chunks/1593-2ff44df65fd7f250.js","cache":"HIT"},"startTime":1776858301734,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":2758,"timestamp":175280963,"id":1476,"parentId":995,"tags":{"name":"server/middleware-react-loadable-manifest.js","cache":"HIT"},"startTime":1776858301734,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":2108,"timestamp":175281616,"id":1478,"parentId":995,"tags":{"name":"server/middleware-build-manifest.js","cache":"HIT"},"startTime":1776858301735,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":2957,"timestamp":175281775,"id":1480,"parentId":995,"tags":{"name":"server/next-font-manifest.js","cache":"MISS"},"startTime":1776858301735,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":3792,"timestamp":175280992,"id":1477,"parentId":995,"tags":{"name":"static/_gYuZ_hBlVHw7RvEBSdgN/_ssgManifest.js","cache":"MISS"},"startTime":1776858301734,"traceId":"e5dfacf5131b722c"},{"name":"minify-js","duration":4045,"timestamp":175281637,"id":1479,"parentId":995,"tags":{"name":"static/_gYuZ_hBlVHw7RvEBSdgN/_buildManifest.js","cache":"MISS"},"startTime":1776858301735,"traceId":"e5dfacf5131b722c"},{"name":"minify-webpack-plugin-optimize","duration":29964,"timestamp":175255725,"id":995,"parentId":863,"tags":{"compilationName":"client","mangle":"[object Object]"},"startTime":1776858301709,"traceId":"e5dfacf5131b722c"},{"name":"minify-css","duration":123,"timestamp":175286199,"id":1482,"parentId":1481,"tags":{"file":"static/css/9ce2a20d47600398.css","cache":"HIT"},"startTime":1776858301739,"traceId":"e5dfacf5131b722c"},{"name":"minify-css","duration":78,"timestamp":175286248,"id":1483,"parentId":1481,"tags":{"file":"static/css/f1a31bb8453c8c65.css","cache":"HIT"},"startTime":1776858301739,"traceId":"e5dfacf5131b722c"},{"name":"css-minimizer-plugin","duration":420,"timestamp":175285908,"id":1481,"parentId":863,"tags":{},"startTime":1776858301739,"traceId":"e5dfacf5131b722c"},{"name":"seal","duration":818149,"timestamp":174554930,"id":979,"parentId":863,"tags":{},"startTime":1776858301008,"traceId":"e5dfacf5131b722c"},{"name":"webpack-compilation","duration":2842686,"timestamp":172530733,"id":863,"parentId":860,"tags":{"name":"client"},"startTime":1776858298984,"traceId":"e5dfacf5131b722c"},{"name":"emit","duration":91996,"timestamp":175373800,"id":1484,"parentId":860,"tags":{},"startTime":1776858301827,"traceId":"e5dfacf5131b722c"},{"name":"webpack-close","duration":1207103,"timestamp":175469795,"id":1485,"parentId":860,"tags":{"name":"client"},"startTime":1776858301923,"traceId":"e5dfacf5131b722c"},{"name":"webpack-generate-error-stats","duration":4419,"timestamp":176677002,"id":1486,"parentId":1485,"tags":{},"startTime":1776858303130,"traceId":"e5dfacf5131b722c"},{"name":"run-webpack-compiler","duration":4569587,"timestamp":172112179,"id":860,"parentId":859,"tags":{},"startTime":1776858298565,"traceId":"e5dfacf5131b722c"},{"name":"format-webpack-messages","duration":129,"timestamp":176681777,"id":1487,"parentId":859,"tags":{},"startTime":1776858303135,"traceId":"e5dfacf5131b722c"},{"name":"worker-main-client","duration":4570364,"timestamp":172111784,"id":859,"parentId":1,"tags":{},"startTime":1776858298565,"traceId":"e5dfacf5131b722c"},{"name":"run-webpack","duration":12623092,"timestamp":164112029,"id":17,"parentId":1,"tags":{},"startTime":1776858290565,"traceId":"e5dfacf5131b722c"},{"name":"run-typescript","duration":14987713,"timestamp":176740854,"id":1489,"parentId":1,"tags":{},"startTime":1776858303194,"traceId":"e5dfacf5131b722c"},{"name":"generate-required-server-files","duration":1716,"timestamp":191728993,"id":1491,"parentId":1,"tags":{},"startTime":1776858318182,"traceId":"e5dfacf5131b722c"},{"name":"check-static-error-page","duration":19106,"timestamp":191746395,"id":1493,"parentId":1492,"tags":{},"startTime":1776858318199,"traceId":"e5dfacf5131b722c"},{"name":"is-page-static","duration":340886,"timestamp":191772180,"id":1601,"parentId":1495,"tags":{},"startTime":1776858318225,"traceId":"e5dfacf5131b722c"},{"name":"check-page","duration":364763,"timestamp":191748397,"id":1495,"parentId":1492,"tags":{"page":"/_global-error"},"startTime":1776858318201,"traceId":"e5dfacf5131b722c"},{"name":"is-page-static","duration":371181,"timestamp":191771786,"id":1600,"parentId":1494,"tags":{},"startTime":1776858318225,"traceId":"e5dfacf5131b722c"},{"name":"check-page","duration":395759,"timestamp":191747309,"id":1494,"parentId":1492,"tags":{"page":"/_not-found"},"startTime":1776858318200,"traceId":"e5dfacf5131b722c"},{"name":"is-page-static","duration":410756,"timestamp":191776876,"id":1604,"parentId":1504,"tags":{},"startTime":1776858318230,"traceId":"e5dfacf5131b722c"},{"name":"check-page","duration":435474,"timestamp":191752204,"id":1504,"parentId":1492,"tags":{"page":"/api/db/columns"},"startTime":1776858318205,"traceId":"e5dfacf5131b722c"},{"name":"is-page-static","duration":420616,"timestamp":191777043,"id":1605,"parentId":1505,"tags":{},"startTime":1776858318230,"traceId":"e5dfacf5131b722c"},{"name":"check-page","duration":445384,"timestamp":191752324,"id":1505,"parentId":1492,"tags":{"page":"/api/db/connect"},"startTime":1776858318205,"traceId":"e5dfacf5131b722c"},{"name":"is-page-static","duration":425067,"timestamp":191777119,"id":1606,"parentId":1506,"tags":{},"startTime":1776858318230,"traceId":"e5dfacf5131b722c"},{"name":"check-page","duration":449734,"timestamp":191752486,"id":1506,"parentId":1492,"tags":{"page":"/api/db/disconnect"},"startTime":1776858318205,"traceId":"e5dfacf5131b722c"},{"name":"is-page-static","duration":426865,"timestamp":191777171,"id":1607,"parentId":1507,"tags":{},"startTime":1776858318230,"traceId":"e5dfacf5131b722c"},{"name":"check-page","duration":451430,"timestamp":191752630,"id":1507,"parentId":1492,"tags":{"page":"/api/db/export"},"startTime":1776858318206,"traceId":"e5dfacf5131b722c"},{"name":"is-page-static","duration":430155,"timestamp":191777328,"id":1608,"parentId":1508,"tags":{},"startTime":1776858318230,"traceId":"e5dfacf5131b722c"},{"name":"check-page","duration":454778,"timestamp":191752733,"id":1508,"parentId":1492,"tags":{"page":"/api/db/query"},"startTime":1776858318206,"traceId":"e5dfacf5131b722c"},{"name":"is-page-static","duration":433111,"timestamp":191776712,"id":1603,"parentId":1503,"tags":{},"startTime":1776858318230,"traceId":"e5dfacf5131b722c"},{"name":"check-page","duration":459012,"timestamp":191750836,"id":1503,"parentId":1492,"tags":{"page":"/api/comments"},"startTime":1776858318204,"traceId":"e5dfacf5131b722c"},{"name":"is-page-static","duration":436388,"timestamp":191777456,"id":1610,"parentId":1510,"tags":{},"startTime":1776858318230,"traceId":"e5dfacf5131b722c"},{"name":"check-page","duration":460963,"timestamp":191752913,"id":1510,"parentId":1492,"tags":{"page":"/api/extension/version"},"startTime":1776858318206,"traceId":"e5dfacf5131b722c"},{"name":"is-page-static","duration":436732,"timestamp":191777402,"id":1609,"parentId":1509,"tags":{},"startTime":1776858318230,"traceId":"e5dfacf5131b722c"},{"name":"check-page","duration":461343,"timestamp":191752825,"id":1509,"parentId":1492,"tags":{"page":"/api/db/schemas"},"startTime":1776858318206,"traceId":"e5dfacf5131b722c"},{"name":"is-page-static","duration":439625,"timestamp":191777492,"id":1611,"parentId":1511,"tags":{},"startTime":1776858318230,"traceId":"e5dfacf5131b722c"},{"name":"check-page","duration":464110,"timestamp":191753043,"id":1511,"parentId":1492,"tags":{"page":"/api/file"},"startTime":1776858318206,"traceId":"e5dfacf5131b722c"},{"name":"is-page-static","duration":439787,"timestamp":191777603,"id":1612,"parentId":1513,"tags":{},"startTime":1776858318230,"traceId":"e5dfacf5131b722c"},{"name":"check-page","duration":464124,"timestamp":191753285,"id":1513,"parentId":1492,"tags":{"page":"/api/files/clipboard"},"startTime":1776858318206,"traceId":"e5dfacf5131b722c"},{"name":"is-page-static","duration":443066,"timestamp":191777630,"id":1613,"parentId":1514,"tags":{},"startTime":1776858318231,"traceId":"e5dfacf5131b722c"},{"name":"check-page","duration":467355,"timestamp":191753378,"id":1514,"parentId":1492,"tags":{"page":"/api/files/copy"},"startTime":1776858318206,"traceId":"e5dfacf5131b722c"},{"name":"is-page-static","duration":443977,"timestamp":191777658,"id":1614,"parentId":1515,"tags":{},"startTime":1776858318231,"traceId":"e5dfacf5131b722c"},{"name":"check-page","duration":468187,"timestamp":191753471,"id":1515,"parentId":1492,"tags":{"page":"/api/files/delete"},"startTime":1776858318206,"traceId":"e5dfacf5131b722c"},{"name":"is-page-static","duration":446560,"timestamp":191777708,"id":1616,"parentId":1517,"tags":{},"startTime":1776858318231,"traceId":"e5dfacf5131b722c"},{"name":"check-page","duration":470638,"timestamp":191753649,"id":1517,"parentId":1492,"tags":{"page":"/api/files/index"},"startTime":1776858318207,"traceId":"e5dfacf5131b722c"},{"name":"is-page-static","duration":447103,"timestamp":191777684,"id":1615,"parentId":1516,"tags":{},"startTime":1776858318231,"traceId":"e5dfacf5131b722c"},{"name":"check-page","duration":471249,"timestamp":191753561,"id":1516,"parentId":1492,"tags":{"page":"/api/files/expanded"},"startTime":1776858318206,"traceId":"e5dfacf5131b722c"},{"name":"is-page-static","duration":449446,"timestamp":191777739,"id":1617,"parentId":1518,"tags":{},"startTime":1776858318231,"traceId":"e5dfacf5131b722c"},{"name":"check-page","duration":473514,"timestamp":191753737,"id":1518,"parentId":1492,"tags":{"page":"/api/files/init"},"startTime":1776858318207,"traceId":"e5dfacf5131b722c"}]
11
- [{"name":"is-page-static","duration":451555,"timestamp":191777795,"id":1619,"parentId":1520,"tags":{},"startTime":1776858318231,"traceId":"e5dfacf5131b722c"},{"name":"check-page","duration":475451,"timestamp":191753921,"id":1520,"parentId":1492,"tags":{"page":"/api/files/read"},"startTime":1776858318207,"traceId":"e5dfacf5131b722c"},{"name":"is-page-static","duration":451702,"timestamp":191777764,"id":1618,"parentId":1519,"tags":{},"startTime":1776858318231,"traceId":"e5dfacf5131b722c"},{"name":"check-page","duration":475654,"timestamp":191753833,"id":1519,"parentId":1492,"tags":{"page":"/api/files/paste"},"startTime":1776858318207,"traceId":"e5dfacf5131b722c"},{"name":"is-page-static","duration":454240,"timestamp":191777821,"id":1620,"parentId":1521,"tags":{},"startTime":1776858318231,"traceId":"e5dfacf5131b722c"},{"name":"check-page","duration":478049,"timestamp":191754034,"id":1521,"parentId":1492,"tags":{"page":"/api/files/readdir"},"startTime":1776858318207,"traceId":"e5dfacf5131b722c"},{"name":"is-page-static","duration":455021,"timestamp":191777847,"id":1621,"parentId":1522,"tags":{},"startTime":1776858318231,"traceId":"e5dfacf5131b722c"},{"name":"check-page","duration":478755,"timestamp":191754135,"id":1522,"parentId":1492,"tags":{"page":"/api/files/recent"},"startTime":1776858318207,"traceId":"e5dfacf5131b722c"},{"name":"is-page-static","duration":456395,"timestamp":191777873,"id":1622,"parentId":1523,"tags":{},"startTime":1776858318231,"traceId":"e5dfacf5131b722c"},{"name":"check-page","duration":480053,"timestamp":191754236,"id":1523,"parentId":1492,"tags":{"page":"/api/files/save"},"startTime":1776858318207,"traceId":"e5dfacf5131b722c"},{"name":"is-page-static","duration":458515,"timestamp":191777959,"id":1623,"parentId":1525,"tags":{},"startTime":1776858318231,"traceId":"e5dfacf5131b722c"},{"name":"check-page","duration":482059,"timestamp":191754441,"id":1525,"parentId":1492,"tags":{"page":"/api/git/branch-diff"},"startTime":1776858318207,"traceId":"e5dfacf5131b722c"},{"name":"is-page-static","duration":458696,"timestamp":191778132,"id":1624,"parentId":1526,"tags":{},"startTime":1776858318231,"traceId":"e5dfacf5131b722c"},{"name":"check-page","duration":482319,"timestamp":191754532,"id":1526,"parentId":1492,"tags":{"page":"/api/git/branches"},"startTime":1776858318207,"traceId":"e5dfacf5131b722c"},{"name":"is-page-static","duration":460575,"timestamp":191778203,"id":1626,"parentId":1528,"tags":{},"startTime":1776858318231,"traceId":"e5dfacf5131b722c"},{"name":"check-page","duration":484091,"timestamp":191754708,"id":1528,"parentId":1492,"tags":{"page":"/api/git/commits"},"startTime":1776858318208,"traceId":"e5dfacf5131b722c"},{"name":"is-page-static","duration":462436,"timestamp":191778177,"id":1625,"parentId":1527,"tags":{},"startTime":1776858318231,"traceId":"e5dfacf5131b722c"},{"name":"check-page","duration":486013,"timestamp":191754621,"id":1527,"parentId":1492,"tags":{"page":"/api/git/commit-diff"},"startTime":1776858318208,"traceId":"e5dfacf5131b722c"},{"name":"is-page-static","duration":462497,"timestamp":191778228,"id":1627,"parentId":1529,"tags":{},"startTime":1776858318231,"traceId":"e5dfacf5131b722c"},{"name":"check-page","duration":485948,"timestamp":191754797,"id":1529,"parentId":1492,"tags":{"page":"/api/git/diff"},"startTime":1776858318208,"traceId":"e5dfacf5131b722c"},{"name":"is-page-static","duration":464345,"timestamp":191778275,"id":1629,"parentId":1530,"tags":{},"startTime":1776858318231,"traceId":"e5dfacf5131b722c"},{"name":"check-page","duration":487755,"timestamp":191754888,"id":1530,"parentId":1492,"tags":{"page":"/api/git/discard"},"startTime":1776858318208,"traceId":"e5dfacf5131b722c"},{"name":"is-page-static","duration":465617,"timestamp":191778254,"id":1628,"parentId":1531,"tags":{},"startTime":1776858318231,"traceId":"e5dfacf5131b722c"},{"name":"check-page","duration":487865,"timestamp":191756027,"id":1531,"parentId":1492,"tags":{"page":"/api/git/stage"},"startTime":1776858318209,"traceId":"e5dfacf5131b722c"},{"name":"is-page-static","duration":466761,"timestamp":191778302,"id":1630,"parentId":1532,"tags":{},"startTime":1776858318231,"traceId":"e5dfacf5131b722c"},{"name":"check-page","duration":488891,"timestamp":191756194,"id":1532,"parentId":1492,"tags":{"page":"/api/git/status"},"startTime":1776858318209,"traceId":"e5dfacf5131b722c"},{"name":"is-page-static","duration":468388,"timestamp":191778323,"id":1631,"parentId":1533,"tags":{},"startTime":1776858318231,"traceId":"e5dfacf5131b722c"},{"name":"check-page","duration":490437,"timestamp":191756296,"id":1533,"parentId":1492,"tags":{"page":"/api/git/unstage"},"startTime":1776858318209,"traceId":"e5dfacf5131b722c"},{"name":"is-page-static","duration":469104,"timestamp":191778365,"id":1632,"parentId":1534,"tags":{},"startTime":1776858318231,"traceId":"e5dfacf5131b722c"},{"name":"check-page","duration":491059,"timestamp":191756426,"id":1534,"parentId":1492,"tags":{"page":"/api/git/worktree"},"startTime":1776858318209,"traceId":"e5dfacf5131b722c"},{"name":"is-page-static","duration":471007,"timestamp":191778410,"id":1634,"parentId":1536,"tags":{},"startTime":1776858318231,"traceId":"e5dfacf5131b722c"},{"name":"check-page","duration":492796,"timestamp":191756651,"id":1536,"parentId":1492,"tags":{"page":"/api/jupyter/load"},"startTime":1776858318210,"traceId":"e5dfacf5131b722c"},{"name":"is-page-static","duration":472529,"timestamp":191778388,"id":1633,"parentId":1535,"tags":{},"startTime":1776858318231,"traceId":"e5dfacf5131b722c"},{"name":"check-page","duration":494396,"timestamp":191756541,"id":1535,"parentId":1492,"tags":{"page":"/api/global-state"},"startTime":1776858318209,"traceId":"e5dfacf5131b722c"},{"name":"is-page-static","duration":472950,"timestamp":191778432,"id":1635,"parentId":1537,"tags":{},"startTime":1776858318231,"traceId":"e5dfacf5131b722c"},{"name":"check-page","duration":494651,"timestamp":191756752,"id":1537,"parentId":1492,"tags":{"page":"/api/jupyter/save"},"startTime":1776858318210,"traceId":"e5dfacf5131b722c"},{"name":"is-page-static","duration":475681,"timestamp":191778453,"id":1636,"parentId":1538,"tags":{},"startTime":1776858318231,"traceId":"e5dfacf5131b722c"},{"name":"check-page","duration":497298,"timestamp":191756859,"id":1538,"parentId":1492,"tags":{"page":"/api/jupyter/shutdown"},"startTime":1776858318210,"traceId":"e5dfacf5131b722c"},{"name":"is-page-static","duration":475952,"timestamp":191778476,"id":1637,"parentId":1539,"tags":{},"startTime":1776858318231,"traceId":"e5dfacf5131b722c"},{"name":"check-page","duration":497489,"timestamp":191756960,"id":1539,"parentId":1492,"tags":{"page":"/api/lsp/definition"},"startTime":1776858318210,"traceId":"e5dfacf5131b722c"},{"name":"is-page-static","duration":477885,"timestamp":191778517,"id":1639,"parentId":1541,"tags":{},"startTime":1776858318231,"traceId":"e5dfacf5131b722c"},{"name":"check-page","duration":499226,"timestamp":191757199,"id":1541,"parentId":1492,"tags":{"page":"/api/lsp/references"},"startTime":1776858318210,"traceId":"e5dfacf5131b722c"},{"name":"is-page-static","duration":479716,"timestamp":191778534,"id":1640,"parentId":1542,"tags":{},"startTime":1776858318231,"traceId":"e5dfacf5131b722c"},{"name":"check-page","duration":500982,"timestamp":191757291,"id":1542,"parentId":1492,"tags":{"page":"/api/lsp/status"},"startTime":1776858318210,"traceId":"e5dfacf5131b722c"},{"name":"is-page-static","duration":479869,"timestamp":191778496,"id":1638,"parentId":1540,"tags":{},"startTime":1776858318231,"traceId":"e5dfacf5131b722c"},{"name":"check-page","duration":501284,"timestamp":191757100,"id":1540,"parentId":1492,"tags":{"page":"/api/lsp/hover"},"startTime":1776858318210,"traceId":"e5dfacf5131b722c"},{"name":"is-page-static","duration":481564,"timestamp":191778556,"id":1641,"parentId":1543,"tags":{},"startTime":1776858318231,"traceId":"e5dfacf5131b722c"},{"name":"check-page","duration":502761,"timestamp":191757381,"id":1543,"parentId":1492,"tags":{"page":"/api/lsp/warmup"},"startTime":1776858318210,"traceId":"e5dfacf5131b722c"},{"name":"is-page-static","duration":490432,"timestamp":191776305,"id":1602,"parentId":1500,"tags":{},"startTime":1776858318229,"traceId":"e5dfacf5131b722c"},{"name":"check-page","duration":516302,"timestamp":191750460,"id":1500,"parentId":1492,"tags":{"page":"/api/chat"},"startTime":1776858318203,"traceId":"e5dfacf5131b722c"},{"name":"is-page-static","duration":512507,"timestamp":191778693,"id":1643,"parentId":1545,"tags":{},"startTime":1776858318232,"traceId":"e5dfacf5131b722c"},{"name":"check-page","duration":533677,"timestamp":191757566,"id":1545,"parentId":1492,"tags":{"page":"/api/mysql/connect"},"startTime":1776858318210,"traceId":"e5dfacf5131b722c"},{"name":"is-page-static","duration":514862,"timestamp":191778734,"id":1645,"parentId":1547,"tags":{},"startTime":1776858318232,"traceId":"e5dfacf5131b722c"},{"name":"check-page","duration":535880,"timestamp":191757747,"id":1547,"parentId":1492,"tags":{"page":"/api/mysql/export"},"startTime":1776858318211,"traceId":"e5dfacf5131b722c"},{"name":"is-page-static","duration":516924,"timestamp":191778752,"id":1646,"parentId":1548,"tags":{},"startTime":1776858318232,"traceId":"e5dfacf5131b722c"},{"name":"check-page","duration":537857,"timestamp":191757839,"id":1548,"parentId":1492,"tags":{"page":"/api/mysql/query"},"startTime":1776858318211,"traceId":"e5dfacf5131b722c"},{"name":"is-page-static","duration":520225,"timestamp":191778769,"id":1647,"parentId":1549,"tags":{},"startTime":1776858318232,"traceId":"e5dfacf5131b722c"},{"name":"check-page","duration":541116,"timestamp":191757928,"id":1549,"parentId":1492,"tags":{"page":"/api/mysql/schemas"},"startTime":1776858318211,"traceId":"e5dfacf5131b722c"},{"name":"is-page-static","duration":523372,"timestamp":191778660,"id":1642,"parentId":1544,"tags":{},"startTime":1776858318232,"traceId":"e5dfacf5131b722c"},{"name":"check-page","duration":544584,"timestamp":191757474,"id":1544,"parentId":1492,"tags":{"page":"/api/mysql/columns"},"startTime":1776858318210,"traceId":"e5dfacf5131b722c"},{"name":"is-page-static","duration":544925,"timestamp":191778714,"id":1644,"parentId":1546,"tags":{},"startTime":1776858318232,"traceId":"e5dfacf5131b722c"},{"name":"check-page","duration":566030,"timestamp":191757656,"id":1546,"parentId":1492,"tags":{"page":"/api/mysql/disconnect"},"startTime":1776858318211,"traceId":"e5dfacf5131b722c"},{"name":"is-page-static","duration":570385,"timestamp":191778787,"id":1648,"parentId":1550,"tags":{},"startTime":1776858318232,"traceId":"e5dfacf5131b722c"},{"name":"check-page","duration":591143,"timestamp":191758072,"id":1550,"parentId":1492,"tags":{"page":"/api/neo4j/connect"},"startTime":1776858318211,"traceId":"e5dfacf5131b722c"},{"name":"is-page-static","duration":569846,"timestamp":191781723,"id":1651,"parentId":1553,"tags":{},"startTime":1776858318235,"traceId":"e5dfacf5131b722c"},{"name":"check-page","duration":593215,"timestamp":191758388,"id":1553,"parentId":1492,"tags":{"page":"/api/neo4j/schema"},"startTime":1776858318211,"traceId":"e5dfacf5131b722c"},{"name":"is-page-static","duration":571584,"timestamp":191782125,"id":1652,"parentId":1557,"tags":{},"startTime":1776858318235,"traceId":"e5dfacf5131b722c"},{"name":"check-page","duration":594799,"timestamp":191758939,"id":1557,"parentId":1492,"tags":{"page":"/api/open-cursor"},"startTime":1776858318212,"traceId":"e5dfacf5131b722c"},{"name":"is-page-static","duration":573627,"timestamp":191782147,"id":1653,"parentId":1558,"tags":{},"startTime":1776858318235,"traceId":"e5dfacf5131b722c"},{"name":"check-page","duration":596728,"timestamp":191759073,"id":1558,"parentId":1492,"tags":{"page":"/api/open-vscode"},"startTime":1776858318212,"traceId":"e5dfacf5131b722c"},{"name":"is-page-static","duration":577616,"timestamp":191782167,"id":1654,"parentId":1559,"tags":{},"startTime":1776858318235,"traceId":"e5dfacf5131b722c"},{"name":"check-page","duration":600624,"timestamp":191759185,"id":1559,"parentId":1492,"tags":{"page":"/api/pick-folder"},"startTime":1776858318212,"traceId":"e5dfacf5131b722c"},{"name":"is-page-static","duration":579764,"timestamp":191782182,"id":1655,"parentId":1560,"tags":{},"startTime":1776858318235,"traceId":"e5dfacf5131b722c"},{"name":"check-page","duration":602692,"timestamp":191759282,"id":1560,"parentId":1492,"tags":{"page":"/api/pinned-sessions"},"startTime":1776858318212,"traceId":"e5dfacf5131b722c"},{"name":"is-page-static","duration":581762,"timestamp":191782243,"id":1656,"parentId":1562,"tags":{},"startTime":1776858318235,"traceId":"e5dfacf5131b722c"},{"name":"check-page","duration":603704,"timestamp":191760350,"id":1562,"parentId":1492,"tags":{"page":"/api/project-state"},"startTime":1776858318213,"traceId":"e5dfacf5131b722c"},{"name":"is-page-static","duration":595927,"timestamp":191778801,"id":1649,"parentId":1551,"tags":{},"startTime":1776858318232,"traceId":"e5dfacf5131b722c"},{"name":"check-page","duration":616566,"timestamp":191758191,"id":1551,"parentId":1492,"tags":{"page":"/api/neo4j/disconnect"},"startTime":1776858318211,"traceId":"e5dfacf5131b722c"},{"name":"is-page-static","duration":609782,"timestamp":191782296,"id":1657,"parentId":1564,"tags":{},"startTime":1776858318235,"traceId":"e5dfacf5131b722c"},{"name":"check-page","duration":631544,"timestamp":191760569,"id":1564,"parentId":1492,"tags":{"page":"/api/redis/command"},"startTime":1776858318213,"traceId":"e5dfacf5131b722c"},{"name":"is-page-static","duration":610536,"timestamp":191781670,"id":1650,"parentId":1552,"tags":{},"startTime":1776858318235,"traceId":"e5dfacf5131b722c"},{"name":"check-page","duration":633936,"timestamp":191758285,"id":1552,"parentId":1492,"tags":{"page":"/api/neo4j/query"},"startTime":1776858318211,"traceId":"e5dfacf5131b722c"},{"name":"is-page-static","duration":611551,"timestamp":191782331,"id":1659,"parentId":1566,"tags":{},"startTime":1776858318235,"traceId":"e5dfacf5131b722c"},{"name":"check-page","duration":633135,"timestamp":191760766,"id":1566,"parentId":1492,"tags":{"page":"/api/redis/delete"},"startTime":1776858318214,"traceId":"e5dfacf5131b722c"},{"name":"is-page-static","duration":614439,"timestamp":191782365,"id":1661,"parentId":1568,"tags":{},"startTime":1776858318235,"traceId":"e5dfacf5131b722c"},{"name":"check-page","duration":635866,"timestamp":191760960,"id":1568,"parentId":1492,"tags":{"page":"/api/redis/get"},"startTime":1776858318214,"traceId":"e5dfacf5131b722c"},{"name":"is-page-static","duration":617213,"timestamp":191782381,"id":1662,"parentId":1569,"tags":{},"startTime":1776858318235,"traceId":"e5dfacf5131b722c"},{"name":"check-page","duration":638515,"timestamp":191761101,"id":1569,"parentId":1492,"tags":{"page":"/api/redis/keys"},"startTime":1776858318214,"traceId":"e5dfacf5131b722c"},{"name":"is-page-static","duration":619865,"timestamp":191782397,"id":1663,"parentId":1570,"tags":{},"startTime":1776858318235,"traceId":"e5dfacf5131b722c"},{"name":"check-page","duration":641079,"timestamp":191761205,"id":1570,"parentId":1492,"tags":{"page":"/api/redis/set"},"startTime":1776858318214,"traceId":"e5dfacf5131b722c"},{"name":"is-page-static","duration":623355,"timestamp":191782315,"id":1658,"parentId":1565,"tags":{},"startTime":1776858318235,"traceId":"e5dfacf5131b722c"},{"name":"check-page","duration":645033,"timestamp":191760666,"id":1565,"parentId":1492,"tags":{"page":"/api/redis/connect"},"startTime":1776858318214,"traceId":"e5dfacf5131b722c"},{"name":"is-page-static","duration":636356,"timestamp":191782346,"id":1660,"parentId":1567,"tags":{},"startTime":1776858318235,"traceId":"e5dfacf5131b722c"},{"name":"check-page","duration":657876,"timestamp":191760863,"id":1567,"parentId":1492,"tags":{"page":"/api/redis/disconnect"},"startTime":1776858318214,"traceId":"e5dfacf5131b722c"},{"name":"is-page-static","duration":636404,"timestamp":191782423,"id":1664,"parentId":1571,"tags":{},"startTime":1776858318235,"traceId":"e5dfacf5131b722c"},{"name":"check-page","duration":657549,"timestamp":191761308,"id":1571,"parentId":1492,"tags":{"page":"/api/review/[id]/comments"},"startTime":1776858318214,"traceId":"e5dfacf5131b722c"},{"name":"is-page-static","duration":642285,"timestamp":191782489,"id":1667,"parentId":1574,"tags":{},"startTime":1776858318235,"traceId":"e5dfacf5131b722c"},{"name":"check-page","duration":663155,"timestamp":191761655,"id":1574,"parentId":1492,"tags":{"page":"/api/review/identify"},"startTime":1776858318215,"traceId":"e5dfacf5131b722c"},{"name":"is-page-static","duration":642440,"timestamp":191782469,"id":1666,"parentId":1573,"tags":{},"startTime":1776858318235,"traceId":"e5dfacf5131b722c"},{"name":"check-page","duration":663378,"timestamp":191761548,"id":1573,"parentId":1492,"tags":{"page":"/api/review/[id]"},"startTime":1776858318214,"traceId":"e5dfacf5131b722c"},{"name":"is-page-static","duration":643416,"timestamp":191782503,"id":1668,"parentId":1575,"tags":{},"startTime":1776858318235,"traceId":"e5dfacf5131b722c"}]
12
- [{"name":"check-page","duration":664411,"timestamp":191761764,"id":1575,"parentId":1492,"tags":{"page":"/api/review/order"},"startTime":1776858318215,"traceId":"e5dfacf5131b722c"},{"name":"is-page-static","duration":644729,"timestamp":191782449,"id":1665,"parentId":1572,"tags":{},"startTime":1776858318235,"traceId":"e5dfacf5131b722c"},{"name":"check-page","duration":665765,"timestamp":191761436,"id":1572,"parentId":1492,"tags":{"page":"/api/review/[id]/replies"},"startTime":1776858318214,"traceId":"e5dfacf5131b722c"},{"name":"is-page-static","duration":646148,"timestamp":191782543,"id":1670,"parentId":1577,"tags":{},"startTime":1776858318235,"traceId":"e5dfacf5131b722c"},{"name":"check-page","duration":666729,"timestamp":191761981,"id":1577,"parentId":1492,"tags":{"page":"/api/review/share-info"},"startTime":1776858318215,"traceId":"e5dfacf5131b722c"},{"name":"is-page-static","duration":647992,"timestamp":191782560,"id":1671,"parentId":1578,"tags":{},"startTime":1776858318235,"traceId":"e5dfacf5131b722c"},{"name":"check-page","duration":668454,"timestamp":191762119,"id":1578,"parentId":1492,"tags":{"page":"/api/review/users"},"startTime":1776858318215,"traceId":"e5dfacf5131b722c"},{"name":"is-page-static","duration":649075,"timestamp":191782615,"id":1672,"parentId":1580,"tags":{},"startTime":1776858318236,"traceId":"e5dfacf5131b722c"},{"name":"check-page","duration":669365,"timestamp":191762346,"id":1580,"parentId":1492,"tags":{"page":"/api/services/config"},"startTime":1776858318215,"traceId":"e5dfacf5131b722c"},{"name":"is-page-static","duration":650856,"timestamp":191782633,"id":1673,"parentId":1581,"tags":{},"startTime":1776858318236,"traceId":"e5dfacf5131b722c"},{"name":"check-page","duration":670463,"timestamp":191763048,"id":1581,"parentId":1492,"tags":{"page":"/api/services/scripts"},"startTime":1776858318216,"traceId":"e5dfacf5131b722c"},{"name":"is-page-static","duration":652929,"timestamp":191782986,"id":1674,"parentId":1588,"tags":{},"startTime":1776858318236,"traceId":"e5dfacf5131b722c"},{"name":"check-page","duration":671503,"timestamp":191764429,"id":1588,"parentId":1492,"tags":{"page":"/api/settings"},"startTime":1776858318217,"traceId":"e5dfacf5131b722c"},{"name":"is-page-static","duration":652862,"timestamp":191783172,"id":1675,"parentId":1594,"tags":{},"startTime":1776858318236,"traceId":"e5dfacf5131b722c"},{"name":"check-page","duration":671118,"timestamp":191764936,"id":1594,"parentId":1492,"tags":{"page":"/api/version"},"startTime":1776858318218,"traceId":"e5dfacf5131b722c"},{"name":"is-page-static","duration":653599,"timestamp":191782529,"id":1669,"parentId":1576,"tags":{},"startTime":1776858318235,"traceId":"e5dfacf5131b722c"},{"name":"check-page","duration":674265,"timestamp":191761874,"id":1576,"parentId":1492,"tags":{"page":"/api/review"},"startTime":1776858318215,"traceId":"e5dfacf5131b722c"},{"name":"is-page-static","duration":653876,"timestamp":191783198,"id":1676,"parentId":1595,"tags":{},"startTime":1776858318236,"traceId":"e5dfacf5131b722c"},{"name":"check-page","duration":672053,"timestamp":191765041,"id":1595,"parentId":1492,"tags":{"page":"/favicon.ico"},"startTime":1776858318218,"traceId":"e5dfacf5131b722c"},{"name":"is-page-static","duration":655398,"timestamp":191783214,"id":1677,"parentId":1596,"tags":{},"startTime":1776858318236,"traceId":"e5dfacf5131b722c"},{"name":"check-page","duration":673500,"timestamp":191765129,"id":1596,"parentId":1492,"tags":{"page":"/manifest.webmanifest"},"startTime":1776858318218,"traceId":"e5dfacf5131b722c"},{"name":"is-page-static","duration":648173,"timestamp":191793880,"id":1679,"parentId":1498,"tags":{},"startTime":1776858318247,"traceId":"e5dfacf5131b722c"},{"name":"check-page","duration":691945,"timestamp":191750136,"id":1498,"parentId":1492,"tags":{"page":"/api/chat/kimi"},"startTime":1776858318203,"traceId":"e5dfacf5131b722c"},{"name":"is-page-static","duration":654302,"timestamp":191788361,"id":1678,"parentId":1496,"tags":{},"startTime":1776858318241,"traceId":"e5dfacf5131b722c"},{"name":"check-page","duration":694075,"timestamp":191748604,"id":1496,"parentId":1492,"tags":{"page":"/api/bash"},"startTime":1776858318201,"traceId":"e5dfacf5131b722c"},{"name":"is-page-static","duration":641075,"timestamp":191805066,"id":1680,"parentId":1497,"tags":{},"startTime":1776858318258,"traceId":"e5dfacf5131b722c"},{"name":"check-page","duration":697403,"timestamp":191748761,"id":1497,"parentId":1492,"tags":{"page":"/api/chat/codex"},"startTime":1776858318202,"traceId":"e5dfacf5131b722c"},{"name":"is-page-static","duration":639260,"timestamp":191806992,"id":1681,"parentId":1501,"tags":{},"startTime":1776858318260,"traceId":"e5dfacf5131b722c"},{"name":"check-page","duration":695699,"timestamp":191750568,"id":1501,"parentId":1492,"tags":{"page":"/api/claude-stats"},"startTime":1776858318203,"traceId":"e5dfacf5131b722c"},{"name":"is-page-static","duration":635964,"timestamp":191810921,"id":1682,"parentId":1502,"tags":{},"startTime":1776858318264,"traceId":"e5dfacf5131b722c"},{"name":"check-page","duration":696215,"timestamp":191750689,"id":1502,"parentId":1492,"tags":{"page":"/api/commands"},"startTime":1776858318204,"traceId":"e5dfacf5131b722c"},{"name":"is-page-static","duration":636543,"timestamp":191812948,"id":1683,"parentId":1524,"tags":{},"startTime":1776858318266,"traceId":"e5dfacf5131b722c"},{"name":"check-page","duration":695184,"timestamp":191754333,"id":1524,"parentId":1492,"tags":{"page":"/api/files/search"},"startTime":1776858318207,"traceId":"e5dfacf5131b722c"},{"name":"is-page-static","duration":633209,"timestamp":191816394,"id":1684,"parentId":1554,"tags":{},"startTime":1776858318269,"traceId":"e5dfacf5131b722c"},{"name":"check-page","duration":691067,"timestamp":191758552,"id":1554,"parentId":1492,"tags":{"page":"/api/note"},"startTime":1776858318211,"traceId":"e5dfacf5131b722c"},{"name":"is-page-static","duration":633566,"timestamp":191816979,"id":1685,"parentId":1555,"tags":{},"startTime":1776858318270,"traceId":"e5dfacf5131b722c"},{"name":"check-page","duration":691860,"timestamp":191758703,"id":1555,"parentId":1492,"tags":{"page":"/api/ollama/models"},"startTime":1776858318212,"traceId":"e5dfacf5131b722c"},{"name":"is-page-static","duration":633780,"timestamp":191818798,"id":1686,"parentId":1556,"tags":{},"startTime":1776858318272,"traceId":"e5dfacf5131b722c"},{"name":"check-page","duration":693780,"timestamp":191758824,"id":1556,"parentId":1492,"tags":{"page":"/api/ollama/start"},"startTime":1776858318212,"traceId":"e5dfacf5131b722c"},{"name":"is-page-static","duration":633605,"timestamp":191819295,"id":1687,"parentId":1561,"tags":{},"startTime":1776858318272,"traceId":"e5dfacf5131b722c"},{"name":"check-page","duration":692691,"timestamp":191760227,"id":1561,"parentId":1492,"tags":{"page":"/api/project-settings"},"startTime":1776858318213,"traceId":"e5dfacf5131b722c"},{"name":"is-page-static","duration":631541,"timestamp":191823734,"id":1689,"parentId":1563,"tags":{},"startTime":1776858318277,"traceId":"e5dfacf5131b722c"},{"name":"check-page","duration":694849,"timestamp":191760461,"id":1563,"parentId":1492,"tags":{"page":"/api/projects"},"startTime":1776858318213,"traceId":"e5dfacf5131b722c"},{"name":"is-page-static","duration":632062,"timestamp":191823370,"id":1688,"parentId":1579,"tags":{},"startTime":1776858318276,"traceId":"e5dfacf5131b722c"},{"name":"check-page","duration":693219,"timestamp":191762231,"id":1579,"parentId":1492,"tags":{"page":"/api/scheduled-tasks"},"startTime":1776858318215,"traceId":"e5dfacf5131b722c"},{"name":"is-page-static","duration":632720,"timestamp":191824357,"id":1690,"parentId":1583,"tags":{},"startTime":1776858318277,"traceId":"e5dfacf5131b722c"},{"name":"check-page","duration":693814,"timestamp":191763291,"id":1583,"parentId":1492,"tags":{"page":"/api/session/[sessionId]/fork"},"startTime":1776858318216,"traceId":"e5dfacf5131b722c"},{"name":"is-page-static","duration":628165,"timestamp":191830139,"id":1692,"parentId":1512,"tags":{},"startTime":1776858318283,"traceId":"e5dfacf5131b722c"},{"name":"check-page","duration":705156,"timestamp":191753171,"id":1512,"parentId":1492,"tags":{"page":"/api/files/blame"},"startTime":1776858318206,"traceId":"e5dfacf5131b722c"},{"name":"is-page-static","duration":629254,"timestamp":191829169,"id":1691,"parentId":1584,"tags":{},"startTime":1776858318282,"traceId":"e5dfacf5131b722c"},{"name":"check-page","duration":695062,"timestamp":191763380,"id":1584,"parentId":1492,"tags":{"page":"/api/session/[sessionId]/history"},"startTime":1776858318216,"traceId":"e5dfacf5131b722c"},{"name":"is-page-static","duration":625801,"timestamp":191834587,"id":1693,"parentId":1586,"tags":{},"startTime":1776858318287,"traceId":"e5dfacf5131b722c"},{"name":"check-page","duration":696829,"timestamp":191763579,"id":1586,"parentId":1492,"tags":{"page":"/api/sessions/projects"},"startTime":1776858318216,"traceId":"e5dfacf5131b722c"},{"name":"is-page-static","duration":624981,"timestamp":191835920,"id":1694,"parentId":1587,"tags":{},"startTime":1776858318289,"traceId":"e5dfacf5131b722c"},{"name":"check-page","duration":696589,"timestamp":191764330,"id":1587,"parentId":1492,"tags":{"page":"/api/sessions"},"startTime":1776858318217,"traceId":"e5dfacf5131b722c"},{"name":"is-page-static","duration":621104,"timestamp":191842000,"id":1697,"parentId":1591,"tags":{},"startTime":1776858318295,"traceId":"e5dfacf5131b722c"},{"name":"check-page","duration":698442,"timestamp":191764684,"id":1591,"parentId":1492,"tags":{"page":"/api/terminal/bubble-order"},"startTime":1776858318218,"traceId":"e5dfacf5131b722c"},{"name":"is-page-static","duration":621817,"timestamp":191841490,"id":1696,"parentId":1590,"tags":{},"startTime":1776858318294,"traceId":"e5dfacf5131b722c"},{"name":"check-page","duration":698729,"timestamp":191764597,"id":1590,"parentId":1492,"tags":{"page":"/api/terminal/autocomplete"},"startTime":1776858318217,"traceId":"e5dfacf5131b722c"},{"name":"is-page-static","duration":620907,"timestamp":191844455,"id":1698,"parentId":1592,"tags":{},"startTime":1776858318297,"traceId":"e5dfacf5131b722c"},{"name":"check-page","duration":700614,"timestamp":191764768,"id":1592,"parentId":1492,"tags":{"page":"/api/terminal/env"},"startTime":1776858318218,"traceId":"e5dfacf5131b722c"},{"name":"is-page-static","duration":610939,"timestamp":191856368,"id":1699,"parentId":1582,"tags":{},"startTime":1776858318309,"traceId":"e5dfacf5131b722c"},{"name":"check-page","duration":704133,"timestamp":191763195,"id":1582,"parentId":1492,"tags":{"page":"/api/session-by-path"},"startTime":1776858318216,"traceId":"e5dfacf5131b722c"},{"name":"is-page-static","duration":605402,"timestamp":191862255,"id":1700,"parentId":1589,"tags":{},"startTime":1776858318315,"traceId":"e5dfacf5131b722c"},{"name":"check-page","duration":703166,"timestamp":191764510,"id":1589,"parentId":1492,"tags":{"page":"/api/terminal/aliases"},"startTime":1776858318217,"traceId":"e5dfacf5131b722c"},{"name":"is-page-static","duration":597709,"timestamp":191872246,"id":1702,"parentId":1593,"tags":{},"startTime":1776858318325,"traceId":"e5dfacf5131b722c"},{"name":"check-page","duration":705124,"timestamp":191764852,"id":1593,"parentId":1492,"tags":{"page":"/api/terminal/history"},"startTime":1776858318218,"traceId":"e5dfacf5131b722c"},{"name":"is-page-static","duration":601552,"timestamp":191869912,"id":1701,"parentId":1585,"tags":{},"startTime":1776858318323,"traceId":"e5dfacf5131b722c"},{"name":"check-page","duration":708007,"timestamp":191763476,"id":1585,"parentId":1492,"tags":{"page":"/api/sessions/projects/[encodedPath]"},"startTime":1776858318216,"traceId":"e5dfacf5131b722c"},{"name":"is-page-static","duration":615901,"timestamp":191894134,"id":1703,"parentId":1597,"tags":{},"startTime":1776858318347,"traceId":"e5dfacf5131b722c"},{"name":"check-page","duration":744853,"timestamp":191765218,"id":1597,"parentId":1492,"tags":{"page":"/"},"startTime":1776858318218,"traceId":"e5dfacf5131b722c"},{"name":"is-page-static","duration":700846,"timestamp":191840634,"id":1695,"parentId":1499,"tags":{},"startTime":1776858318294,"traceId":"e5dfacf5131b722c"},{"name":"check-page","duration":791187,"timestamp":191750331,"id":1499,"parentId":1492,"tags":{"page":"/api/chat/ollama"},"startTime":1776858318203,"traceId":"e5dfacf5131b722c"},{"name":"is-page-static","duration":656300,"timestamp":191894162,"id":1704,"parentId":1598,"tags":{},"startTime":1776858318347,"traceId":"e5dfacf5131b722c"},{"name":"check-page","duration":785185,"timestamp":191765308,"id":1598,"parentId":1492,"tags":{"page":"/project"},"startTime":1776858318218,"traceId":"e5dfacf5131b722c"},{"name":"is-page-static","duration":662019,"timestamp":191894172,"id":1705,"parentId":1599,"tags":{},"startTime":1776858318347,"traceId":"e5dfacf5131b722c"},{"name":"check-page","duration":790819,"timestamp":191765396,"id":1599,"parentId":1492,"tags":{"page":"/review/[id]"},"startTime":1776858318218,"traceId":"e5dfacf5131b722c"},{"name":"static-check","duration":810634,"timestamp":191745611,"id":1492,"parentId":1,"tags":{},"startTime":1776858318199,"traceId":"e5dfacf5131b722c"},{"name":"write-routes-manifest","duration":26683,"timestamp":192566316,"id":1709,"parentId":1,"tags":{},"startTime":1776858319019,"traceId":"e5dfacf5131b722c"},{"name":"load-dotenv","duration":52,"timestamp":192754984,"id":1712,"parentId":1711,"tags":{},"startTime":1776858319208,"traceId":"e5dfacf5131b722c"},{"name":"run-export-path-map","duration":525,"timestamp":198181769,"id":1713,"parentId":1711,"tags":{},"startTime":1776858324635,"traceId":"e5dfacf5131b722c"},{"name":"next-export","duration":5852070,"timestamp":192754098,"id":1711,"parentId":1,"tags":{},"startTime":1776858319207,"traceId":"e5dfacf5131b722c"},{"name":"move-exported-app-not-found-","duration":54852,"timestamp":198608552,"id":1714,"parentId":1710,"tags":{},"startTime":1776858325061,"traceId":"e5dfacf5131b722c"},{"name":"move-exported-app-global-error-","duration":83175,"timestamp":198663521,"id":1715,"parentId":1710,"tags":{},"startTime":1776858325116,"traceId":"e5dfacf5131b722c"},{"name":"static-generation","duration":6502722,"timestamp":192750483,"id":1710,"parentId":1,"tags":{},"startTime":1776858319203,"traceId":"e5dfacf5131b722c"},{"name":"write-routes-manifest","duration":101717,"timestamp":199253481,"id":1716,"parentId":1,"tags":{},"startTime":1776858325706,"traceId":"e5dfacf5131b722c"},{"name":"node-file-trace-build","duration":19368082,"timestamp":192557520,"id":1708,"parentId":1,"tags":{"isTurbotrace":"false"},"startTime":1776858319010,"traceId":"e5dfacf5131b722c"},{"name":"apply-include-excludes","duration":954,"timestamp":211925622,"id":1717,"parentId":1,"tags":{},"startTime":1776858338379,"traceId":"e5dfacf5131b722c"},{"name":"collect-build-traces","duration":19369628,"timestamp":192556963,"id":1707,"parentId":1,"tags":{},"startTime":1776858319010,"traceId":"e5dfacf5131b722c"},{"name":"print-tree-view","duration":2932,"timestamp":211926811,"id":1718,"parentId":1,"tags":{},"startTime":1776858338380,"traceId":"e5dfacf5131b722c"},{"name":"telemetry-flush","duration":56,"timestamp":211929752,"id":1719,"parentId":1,"tags":{},"startTime":1776858338383,"traceId":"e5dfacf5131b722c"},{"name":"next-build","duration":47990156,"timestamp":163939664,"id":1,"tags":{"buildMode":"default","version":"16.1.6","bundler":"webpack","has-custom-webpack-config":"false","use-build-worker":"true"},"startTime":1776858290393,"traceId":"e5dfacf5131b722c"}]
1
+ [{"name":"generate-buildid","duration":251,"timestamp":499493793,"id":4,"parentId":1,"tags":{},"startTime":1776939666147,"traceId":"08253691ab17f82f"},{"name":"load-custom-routes","duration":280,"timestamp":499494146,"id":5,"parentId":1,"tags":{},"startTime":1776939666147,"traceId":"08253691ab17f82f"},{"name":"create-dist-dir","duration":728,"timestamp":499494449,"id":6,"parentId":1,"tags":{},"startTime":1776939666148,"traceId":"08253691ab17f82f"},{"name":"clean","duration":32659,"timestamp":499495801,"id":7,"parentId":1,"tags":{},"startTime":1776939666149,"traceId":"08253691ab17f82f"},{"name":"create-pages-mapping","duration":180,"timestamp":499563504,"id":8,"parentId":1,"tags":{},"startTime":1776939666217,"traceId":"08253691ab17f82f"},{"name":"collect-app-files","duration":6120,"timestamp":499563722,"id":9,"parentId":1,"tags":{},"startTime":1776939666217,"traceId":"08253691ab17f82f"},{"name":"create-app-mapping","duration":2302,"timestamp":499569871,"id":10,"parentId":1,"tags":{},"startTime":1776939666223,"traceId":"08253691ab17f82f"},{"name":"create-app-layouts","duration":103,"timestamp":499572255,"id":11,"parentId":1,"tags":{},"startTime":1776939666225,"traceId":"08253691ab17f82f"},{"name":"collect-default-files","duration":1946,"timestamp":499575252,"id":13,"parentId":1,"tags":{},"startTime":1776939666228,"traceId":"08253691ab17f82f"},{"name":"generate-route-types","duration":18612,"timestamp":499574604,"id":12,"parentId":1,"tags":{},"startTime":1776939666228,"traceId":"08253691ab17f82f"},{"name":"public-dir-conflict-check","duration":79,"timestamp":499593260,"id":14,"parentId":1,"tags":{},"startTime":1776939666247,"traceId":"08253691ab17f82f"},{"name":"generate-routes-manifest","duration":4159,"timestamp":499593387,"id":15,"parentId":1,"tags":{},"startTime":1776939666247,"traceId":"08253691ab17f82f"},{"name":"create-entrypoints","duration":62086,"timestamp":500038723,"id":20,"parentId":18,"tags":{},"startTime":1776939666692,"traceId":"08253691ab17f82f"},{"name":"generate-webpack-config","duration":245839,"timestamp":500100999,"id":21,"parentId":19,"tags":{},"startTime":1776939666754,"traceId":"08253691ab17f82f"},{"name":"next-trace-entrypoint-plugin","duration":1861,"timestamp":500428693,"id":23,"parentId":22,"tags":{},"startTime":1776939667082,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1446926,"timestamp":500437741,"id":125,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fterminal%2Fautocomplete%2Froute&name=app%2Fapi%2Fterminal%2Fautocomplete%2Froute&pagePath=private-next-app-dir%2Fapi%2Fterminal%2Fautocomplete%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fterminal%2Fautocomplete%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667091,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1481287,"timestamp":500437743,"id":126,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fsessions%2Froute&name=app%2Fapi%2Fsessions%2Froute&pagePath=private-next-app-dir%2Fapi%2Fsessions%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fsessions%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667091,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1499876,"timestamp":500437747,"id":127,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fterminal%2Fenv%2Froute&name=app%2Fapi%2Fterminal%2Fenv%2Froute&pagePath=private-next-app-dir%2Fapi%2Fterminal%2Fenv%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fterminal%2Fenv%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667091,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1501014,"timestamp":500437750,"id":128,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fterminal%2Fbubble-order%2Froute&name=app%2Fapi%2Fterminal%2Fbubble-order%2Froute&pagePath=private-next-app-dir%2Fapi%2Fterminal%2Fbubble-order%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fterminal%2Fbubble-order%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667091,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1502000,"timestamp":500437754,"id":129,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fsession-by-path%2Froute&name=app%2Fapi%2Fsession-by-path%2Froute&pagePath=private-next-app-dir%2Fapi%2Fsession-by-path%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fsession-by-path%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667091,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1502864,"timestamp":500437757,"id":130,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fterminal%2Fhistory%2Froute&name=app%2Fapi%2Fterminal%2Fhistory%2Froute&pagePath=private-next-app-dir%2Fapi%2Fterminal%2Fhistory%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fterminal%2Fhistory%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667091,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1572260,"timestamp":500437766,"id":132,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fproject%2Fpage&name=app%2Fproject%2Fpage&pagePath=private-next-app-dir%2Fproject%2Fpage.tsx&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fproject%2Fpage&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667091,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1572711,"timestamp":500437769,"id":133,"parentId":24,"tags":{"request":"next-app-loader?page=%2Freview%2F%5Bid%5D%2Fpage&name=app%2Freview%2F%5Bid%5D%2Fpage&pagePath=private-next-app-dir%2Freview%2F%5Bid%5D%2Fpage.tsx&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Freview%2F%5Bid%5D%2Fpage&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667091,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1587192,"timestamp":500437763,"id":131,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fpage&name=app%2Fpage&pagePath=private-next-app-dir%2Fpage.tsx&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fpage&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667091,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1635465,"timestamp":500437737,"id":124,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fskills%2Froute&name=app%2Fapi%2Fskills%2Froute&pagePath=private-next-app-dir%2Fapi%2Fskills%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fskills%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667091,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1636071,"timestamp":500437159,"id":28,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fcomments%2Froute&name=app%2Fapi%2Fcomments%2Froute&pagePath=private-next-app-dir%2Fapi%2Fcomments%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fcomments%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667090,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1636061,"timestamp":500437174,"id":29,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fdb%2Fcolumns%2Froute&name=app%2Fapi%2Fdb%2Fcolumns%2Froute&pagePath=private-next-app-dir%2Fapi%2Fdb%2Fcolumns%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fdb%2Fcolumns%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667090,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1636056,"timestamp":500437187,"id":30,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fdb%2Fconnect%2Froute&name=app%2Fapi%2Fdb%2Fconnect%2Froute&pagePath=private-next-app-dir%2Fapi%2Fdb%2Fconnect%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fdb%2Fconnect%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667090,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1636055,"timestamp":500437197,"id":31,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fdb%2Fdisconnect%2Froute&name=app%2Fapi%2Fdb%2Fdisconnect%2Froute&pagePath=private-next-app-dir%2Fapi%2Fdb%2Fdisconnect%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fdb%2Fdisconnect%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667090,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1636046,"timestamp":500437209,"id":32,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fdb%2Fexport%2Froute&name=app%2Fapi%2Fdb%2Fexport%2Froute&pagePath=private-next-app-dir%2Fapi%2Fdb%2Fexport%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fdb%2Fexport%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667090,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1636041,"timestamp":500437219,"id":33,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fdb%2Fquery%2Froute&name=app%2Fapi%2Fdb%2Fquery%2Froute&pagePath=private-next-app-dir%2Fapi%2Fdb%2Fquery%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fdb%2Fquery%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667090,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1635900,"timestamp":500437364,"id":34,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fdb%2Fschemas%2Froute&name=app%2Fapi%2Fdb%2Fschemas%2Froute&pagePath=private-next-app-dir%2Fapi%2Fdb%2Fschemas%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fdb%2Fschemas%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667091,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1635866,"timestamp":500437401,"id":35,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fextension%2Fversion%2Froute&name=app%2Fapi%2Fextension%2Fversion%2Froute&pagePath=private-next-app-dir%2Fapi%2Fextension%2Fversion%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fextension%2Fversion%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667091,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1635860,"timestamp":500437410,"id":36,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Ffile%2Froute&name=app%2Fapi%2Ffile%2Froute&pagePath=private-next-app-dir%2Fapi%2Ffile%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Ffile%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667091,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1635860,"timestamp":500437413,"id":37,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Ffiles%2Fclipboard%2Froute&name=app%2Fapi%2Ffiles%2Fclipboard%2Froute&pagePath=private-next-app-dir%2Fapi%2Ffiles%2Fclipboard%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Ffiles%2Fclipboard%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667091,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1635859,"timestamp":500437418,"id":38,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Ffiles%2Fcopy%2Froute&name=app%2Fapi%2Ffiles%2Fcopy%2Froute&pagePath=private-next-app-dir%2Fapi%2Ffiles%2Fcopy%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Ffiles%2Fcopy%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667091,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1635860,"timestamp":500437421,"id":39,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Ffiles%2Fdelete%2Froute&name=app%2Fapi%2Ffiles%2Fdelete%2Froute&pagePath=private-next-app-dir%2Fapi%2Ffiles%2Fdelete%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Ffiles%2Fdelete%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667091,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1635858,"timestamp":500437426,"id":40,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Ffiles%2Fexpanded%2Froute&name=app%2Fapi%2Ffiles%2Fexpanded%2Froute&pagePath=private-next-app-dir%2Fapi%2Ffiles%2Fexpanded%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Ffiles%2Fexpanded%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667091,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1635856,"timestamp":500437431,"id":41,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Ffiles%2Findex%2Froute&name=app%2Fapi%2Ffiles%2Findex%2Froute&pagePath=private-next-app-dir%2Fapi%2Ffiles%2Findex%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Ffiles%2Findex%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667091,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1635857,"timestamp":500437434,"id":42,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Ffiles%2Finit%2Froute&name=app%2Fapi%2Ffiles%2Finit%2Froute&pagePath=private-next-app-dir%2Fapi%2Ffiles%2Finit%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Ffiles%2Finit%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667091,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1635858,"timestamp":500437439,"id":43,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Ffiles%2Fpaste%2Froute&name=app%2Fapi%2Ffiles%2Fpaste%2Froute&pagePath=private-next-app-dir%2Fapi%2Ffiles%2Fpaste%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Ffiles%2Fpaste%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667091,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1635859,"timestamp":500437441,"id":44,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Ffiles%2Fread%2Froute&name=app%2Fapi%2Ffiles%2Fread%2Froute&pagePath=private-next-app-dir%2Fapi%2Ffiles%2Fread%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Ffiles%2Fread%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667091,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1635857,"timestamp":500437446,"id":45,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Ffiles%2Freaddir%2Froute&name=app%2Fapi%2Ffiles%2Freaddir%2Froute&pagePath=private-next-app-dir%2Fapi%2Ffiles%2Freaddir%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Ffiles%2Freaddir%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667091,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1635856,"timestamp":500437450,"id":46,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Ffiles%2Frecent%2Froute&name=app%2Fapi%2Ffiles%2Frecent%2Froute&pagePath=private-next-app-dir%2Fapi%2Ffiles%2Frecent%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Ffiles%2Frecent%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667091,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1635857,"timestamp":500437453,"id":47,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Ffiles%2Fsave%2Froute&name=app%2Fapi%2Ffiles%2Fsave%2Froute&pagePath=private-next-app-dir%2Fapi%2Ffiles%2Fsave%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Ffiles%2Fsave%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667091,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1635856,"timestamp":500437457,"id":48,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fgit%2Fbranch-diff%2Froute&name=app%2Fapi%2Fgit%2Fbranch-diff%2Froute&pagePath=private-next-app-dir%2Fapi%2Fgit%2Fbranch-diff%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fgit%2Fbranch-diff%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667091,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1635856,"timestamp":500437460,"id":49,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fgit%2Fbranches%2Froute&name=app%2Fapi%2Fgit%2Fbranches%2Froute&pagePath=private-next-app-dir%2Fapi%2Fgit%2Fbranches%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fgit%2Fbranches%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667091,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1635854,"timestamp":500437465,"id":50,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fgit%2Fcommit-diff%2Froute&name=app%2Fapi%2Fgit%2Fcommit-diff%2Froute&pagePath=private-next-app-dir%2Fapi%2Fgit%2Fcommit-diff%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fgit%2Fcommit-diff%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667091,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1635854,"timestamp":500437468,"id":51,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fgit%2Fcommits%2Froute&name=app%2Fapi%2Fgit%2Fcommits%2Froute&pagePath=private-next-app-dir%2Fapi%2Fgit%2Fcommits%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fgit%2Fcommits%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667091,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1635853,"timestamp":500437472,"id":52,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fgit%2Fdiff%2Froute&name=app%2Fapi%2Fgit%2Fdiff%2Froute&pagePath=private-next-app-dir%2Fapi%2Fgit%2Fdiff%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fgit%2Fdiff%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667091,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1635853,"timestamp":500437475,"id":53,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fgit%2Fdiscard%2Froute&name=app%2Fapi%2Fgit%2Fdiscard%2Froute&pagePath=private-next-app-dir%2Fapi%2Fgit%2Fdiscard%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fgit%2Fdiscard%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667091,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1635852,"timestamp":500437479,"id":54,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fgit%2Fstage%2Froute&name=app%2Fapi%2Fgit%2Fstage%2Froute&pagePath=private-next-app-dir%2Fapi%2Fgit%2Fstage%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fgit%2Fstage%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667091,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1635852,"timestamp":500437482,"id":55,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fgit%2Fstatus%2Froute&name=app%2Fapi%2Fgit%2Fstatus%2Froute&pagePath=private-next-app-dir%2Fapi%2Fgit%2Fstatus%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fgit%2Fstatus%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667091,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1635859,"timestamp":500437485,"id":56,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fgit%2Funstage%2Froute&name=app%2Fapi%2Fgit%2Funstage%2Froute&pagePath=private-next-app-dir%2Fapi%2Fgit%2Funstage%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fgit%2Funstage%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667091,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1635859,"timestamp":500437489,"id":57,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fgit%2Fworktree%2Froute&name=app%2Fapi%2Fgit%2Fworktree%2Froute&pagePath=private-next-app-dir%2Fapi%2Fgit%2Fworktree%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fgit%2Fworktree%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667091,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1635856,"timestamp":500437495,"id":58,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fglobal-state%2Froute&name=app%2Fapi%2Fglobal-state%2Froute&pagePath=private-next-app-dir%2Fapi%2Fglobal-state%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fglobal-state%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667091,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1635856,"timestamp":500437499,"id":59,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fjupyter%2Fload%2Froute&name=app%2Fapi%2Fjupyter%2Fload%2Froute&pagePath=private-next-app-dir%2Fapi%2Fjupyter%2Fload%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fjupyter%2Fload%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667091,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1635857,"timestamp":500437502,"id":60,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fjupyter%2Fsave%2Froute&name=app%2Fapi%2Fjupyter%2Fsave%2Froute&pagePath=private-next-app-dir%2Fapi%2Fjupyter%2Fsave%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fjupyter%2Fsave%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667091,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1635856,"timestamp":500437506,"id":61,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fjupyter%2Fshutdown%2Froute&name=app%2Fapi%2Fjupyter%2Fshutdown%2Froute&pagePath=private-next-app-dir%2Fapi%2Fjupyter%2Fshutdown%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fjupyter%2Fshutdown%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667091,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1635856,"timestamp":500437508,"id":62,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Flsp%2Fdefinition%2Froute&name=app%2Fapi%2Flsp%2Fdefinition%2Froute&pagePath=private-next-app-dir%2Fapi%2Flsp%2Fdefinition%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Flsp%2Fdefinition%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667091,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1635855,"timestamp":500437512,"id":63,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Flsp%2Fhover%2Froute&name=app%2Fapi%2Flsp%2Fhover%2Froute&pagePath=private-next-app-dir%2Fapi%2Flsp%2Fhover%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Flsp%2Fhover%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667091,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1635855,"timestamp":500437515,"id":64,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Flsp%2Freferences%2Froute&name=app%2Fapi%2Flsp%2Freferences%2Froute&pagePath=private-next-app-dir%2Fapi%2Flsp%2Freferences%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Flsp%2Freferences%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667091,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1635862,"timestamp":500437519,"id":65,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Flsp%2Fstatus%2Froute&name=app%2Fapi%2Flsp%2Fstatus%2Froute&pagePath=private-next-app-dir%2Fapi%2Flsp%2Fstatus%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Flsp%2Fstatus%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667091,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1635862,"timestamp":500437522,"id":66,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Flsp%2Fwarmup%2Froute&name=app%2Fapi%2Flsp%2Fwarmup%2Froute&pagePath=private-next-app-dir%2Fapi%2Flsp%2Fwarmup%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Flsp%2Fwarmup%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667091,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1635821,"timestamp":500437566,"id":77,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fopen-cursor%2Froute&name=app%2Fapi%2Fopen-cursor%2Froute&pagePath=private-next-app-dir%2Fapi%2Fopen-cursor%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fopen-cursor%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667091,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1635820,"timestamp":500437570,"id":78,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fopen-vscode%2Froute&name=app%2Fapi%2Fopen-vscode%2Froute&pagePath=private-next-app-dir%2Fapi%2Fopen-vscode%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fopen-vscode%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667091,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1635820,"timestamp":500437573,"id":79,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fpick-folder%2Froute&name=app%2Fapi%2Fpick-folder%2Froute&pagePath=private-next-app-dir%2Fapi%2Fpick-folder%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fpick-folder%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667091,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1635819,"timestamp":500437577,"id":80,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fpinned-sessions%2Froute&name=app%2Fapi%2Fpinned-sessions%2Froute&pagePath=private-next-app-dir%2Fapi%2Fpinned-sessions%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fpinned-sessions%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667091,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1635819,"timestamp":500437580,"id":81,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fproject-state%2Froute&name=app%2Fapi%2Fproject-state%2Froute&pagePath=private-next-app-dir%2Fapi%2Fproject-state%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fproject-state%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667091,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1635791,"timestamp":500437610,"id":89,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Freview%2F%5Bid%5D%2Fcomments%2Froute&name=app%2Fapi%2Freview%2F%5Bid%5D%2Fcomments%2Froute&pagePath=private-next-app-dir%2Fapi%2Freview%2F%5Bid%5D%2Fcomments%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Freview%2F%5Bid%5D%2Fcomments%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667091,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1635788,"timestamp":500437616,"id":90,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Freview%2F%5Bid%5D%2Freplies%2Froute&name=app%2Fapi%2Freview%2F%5Bid%5D%2Freplies%2Froute&pagePath=private-next-app-dir%2Fapi%2Freview%2F%5Bid%5D%2Freplies%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Freview%2F%5Bid%5D%2Freplies%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667091,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1635787,"timestamp":500437620,"id":91,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Freview%2F%5Bid%5D%2Froute&name=app%2Fapi%2Freview%2F%5Bid%5D%2Froute&pagePath=private-next-app-dir%2Fapi%2Freview%2F%5Bid%5D%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Freview%2F%5Bid%5D%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667091,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1635787,"timestamp":500437623,"id":92,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Freview%2Fidentify%2Froute&name=app%2Fapi%2Freview%2Fidentify%2Froute&pagePath=private-next-app-dir%2Fapi%2Freview%2Fidentify%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Freview%2Fidentify%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667091,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1635785,"timestamp":500437627,"id":93,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Freview%2Forder%2Froute&name=app%2Fapi%2Freview%2Forder%2Froute&pagePath=private-next-app-dir%2Fapi%2Freview%2Forder%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Freview%2Forder%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667091,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1635785,"timestamp":500437630,"id":94,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Freview%2Froute&name=app%2Fapi%2Freview%2Froute&pagePath=private-next-app-dir%2Fapi%2Freview%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Freview%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667091,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1635784,"timestamp":500437634,"id":95,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Freview%2Fshare-info%2Froute&name=app%2Fapi%2Freview%2Fshare-info%2Froute&pagePath=private-next-app-dir%2Fapi%2Freview%2Fshare-info%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Freview%2Fshare-info%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667091,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1635784,"timestamp":500437637,"id":96,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Freview%2Fusers%2Froute&name=app%2Fapi%2Freview%2Fusers%2Froute&pagePath=private-next-app-dir%2Fapi%2Freview%2Fusers%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Freview%2Fusers%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667091,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1635782,"timestamp":500437641,"id":97,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fservices%2Fconfig%2Froute&name=app%2Fapi%2Fservices%2Fconfig%2Froute&pagePath=private-next-app-dir%2Fapi%2Fservices%2Fconfig%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fservices%2Fconfig%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667091,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1635783,"timestamp":500437644,"id":98,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fservices%2Fscripts%2Froute&name=app%2Fapi%2Fservices%2Fscripts%2Froute&pagePath=private-next-app-dir%2Fapi%2Fservices%2Fscripts%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fservices%2Fscripts%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667091,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1635782,"timestamp":500437648,"id":99,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fsettings%2Froute&name=app%2Fapi%2Fsettings%2Froute&pagePath=private-next-app-dir%2Fapi%2Fsettings%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fsettings%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667091,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1635782,"timestamp":500437651,"id":100,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fversion%2Froute&name=app%2Fapi%2Fversion%2Froute&pagePath=private-next-app-dir%2Fapi%2Fversion%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fversion%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667091,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1635780,"timestamp":500437655,"id":101,"parentId":24,"tags":{"request":"next-app-loader?page=%2Ffavicon.ico%2Froute&name=app%2Ffavicon.ico%2Froute&pagePath=private-next-app-dir%2Ffavicon.ico&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Ffavicon.ico&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667091,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1635781,"timestamp":500437658,"id":102,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fmanifest.webmanifest%2Froute&name=app%2Fmanifest.webmanifest%2Froute&pagePath=private-next-app-dir%2Fmanifest.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fmanifest&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667091,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1635779,"timestamp":500437662,"id":103,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fbash%2Froute&name=app%2Fapi%2Fbash%2Froute&pagePath=private-next-app-dir%2Fapi%2Fbash%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fbash%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667091,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1635774,"timestamp":500437669,"id":105,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fcommands%2Froute&name=app%2Fapi%2Fcommands%2Froute&pagePath=private-next-app-dir%2Fapi%2Fcommands%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fcommands%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667091,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1635774,"timestamp":500437672,"id":106,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fclaude-stats%2Froute&name=app%2Fapi%2Fclaude-stats%2Froute&pagePath=private-next-app-dir%2Fapi%2Fclaude-stats%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fclaude-stats%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667091,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1635773,"timestamp":500437676,"id":107,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fchat%2Fkimi%2Froute&name=app%2Fapi%2Fchat%2Fkimi%2Froute&pagePath=private-next-app-dir%2Fapi%2Fchat%2Fkimi%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fchat%2Fkimi%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667091,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1635772,"timestamp":500437679,"id":108,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fchat%2Fcodex%2Froute&name=app%2Fapi%2Fchat%2Fcodex%2Froute&pagePath=private-next-app-dir%2Fapi%2Fchat%2Fcodex%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fchat%2Fcodex%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667091,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1635768,"timestamp":500437686,"id":109,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Ffiles%2Fblame%2Froute&name=app%2Fapi%2Ffiles%2Fblame%2Froute&pagePath=private-next-app-dir%2Fapi%2Ffiles%2Fblame%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Ffiles%2Fblame%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667091,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1635767,"timestamp":500437689,"id":110,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Ffiles%2Fsearch%2Froute&name=app%2Fapi%2Ffiles%2Fsearch%2Froute&pagePath=private-next-app-dir%2Fapi%2Ffiles%2Fsearch%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Ffiles%2Fsearch%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667091,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1635765,"timestamp":500437694,"id":111,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Follama%2Fmodels%2Froute&name=app%2Fapi%2Follama%2Fmodels%2Froute&pagePath=private-next-app-dir%2Fapi%2Follama%2Fmodels%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Follama%2Fmodels%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667091,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1635765,"timestamp":500437696,"id":112,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fnote%2Froute&name=app%2Fapi%2Fnote%2Froute&pagePath=private-next-app-dir%2Fapi%2Fnote%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fnote%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667091,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1635763,"timestamp":500437701,"id":113,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Follama%2Fstart%2Froute&name=app%2Fapi%2Follama%2Fstart%2Froute&pagePath=private-next-app-dir%2Fapi%2Follama%2Fstart%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Follama%2Fstart%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667091,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1635763,"timestamp":500437703,"id":114,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fproject-settings%2Froute&name=app%2Fapi%2Fproject-settings%2Froute&pagePath=private-next-app-dir%2Fapi%2Fproject-settings%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fproject-settings%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667091,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1635764,"timestamp":500437707,"id":115,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fprojects%2Froute&name=app%2Fapi%2Fprojects%2Froute&pagePath=private-next-app-dir%2Fapi%2Fprojects%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fprojects%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667091,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1635765,"timestamp":500437710,"id":116,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fsession%2F%5BsessionId%5D%2Ffork%2Froute&name=app%2Fapi%2Fsession%2F%5BsessionId%5D%2Ffork%2Froute&pagePath=private-next-app-dir%2Fapi%2Fsession%2F%5BsessionId%5D%2Ffork%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fsession%2F%5BsessionId%5D%2Ffork%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667091,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1635763,"timestamp":500437714,"id":117,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fscheduled-tasks%2Froute&name=app%2Fapi%2Fscheduled-tasks%2Froute&pagePath=private-next-app-dir%2Fapi%2Fscheduled-tasks%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fscheduled-tasks%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667091,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1635763,"timestamp":500437717,"id":118,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fsession%2F%5BsessionId%5D%2Fhistory%2Froute&name=app%2Fapi%2Fsession%2F%5BsessionId%5D%2Fhistory%2Froute&pagePath=private-next-app-dir%2Fapi%2Fsession%2F%5BsessionId%5D%2Fhistory%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fsession%2F%5BsessionId%5D%2Fhistory%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667091,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1635762,"timestamp":500437721,"id":119,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fsessions%2Fprojects%2F%5BencodedPath%5D%2Froute&name=app%2Fapi%2Fsessions%2Fprojects%2F%5BencodedPath%5D%2Froute&pagePath=private-next-app-dir%2Fapi%2Fsessions%2Fprojects%2F%5BencodedPath%5D%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fsessions%2Fprojects%2F%5BencodedPath%5D%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667091,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1635762,"timestamp":500437723,"id":120,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fsessions%2Fprojects%2Froute&name=app%2Fapi%2Fsessions%2Fprojects%2Froute&pagePath=private-next-app-dir%2Fapi%2Fsessions%2Fprojects%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fsessions%2Fprojects%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667091,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1635760,"timestamp":500437727,"id":121,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fskills%2Fcontent%2Froute&name=app%2Fapi%2Fskills%2Fcontent%2Froute&pagePath=private-next-app-dir%2Fapi%2Fskills%2Fcontent%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fskills%2Fcontent%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667091,"traceId":"08253691ab17f82f"}]
2
+ [{"name":"minify-js","duration":851,"timestamp":505749291,"id":733,"parentId":671,"tags":{"name":"../app/api/redis/get/route.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":847,"timestamp":505749298,"id":734,"parentId":671,"tags":{"name":"../app/api/redis/keys/route.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":842,"timestamp":505749304,"id":735,"parentId":671,"tags":{"name":"../app/api/redis/set/route.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":837,"timestamp":505749311,"id":736,"parentId":671,"tags":{"name":"../app/api/review/[id]/comments/route.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":833,"timestamp":505749317,"id":737,"parentId":671,"tags":{"name":"../app/api/review/[id]/replies/route.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":829,"timestamp":505749322,"id":738,"parentId":671,"tags":{"name":"../app/api/review/[id]/route.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":825,"timestamp":505749329,"id":739,"parentId":671,"tags":{"name":"../app/api/review/identify/route.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":821,"timestamp":505749334,"id":740,"parentId":671,"tags":{"name":"../app/api/review/order/route.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":816,"timestamp":505749341,"id":741,"parentId":671,"tags":{"name":"../app/api/review/route.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":812,"timestamp":505749346,"id":742,"parentId":671,"tags":{"name":"../app/api/review/share-info/route.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":808,"timestamp":505749353,"id":743,"parentId":671,"tags":{"name":"../app/api/review/users/route.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":803,"timestamp":505749359,"id":744,"parentId":671,"tags":{"name":"../app/api/services/config/route.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":799,"timestamp":505749365,"id":745,"parentId":671,"tags":{"name":"../app/api/services/scripts/route.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":794,"timestamp":505749371,"id":746,"parentId":671,"tags":{"name":"../app/api/settings/route.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":789,"timestamp":505749378,"id":747,"parentId":671,"tags":{"name":"../app/api/version/route.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":785,"timestamp":505749384,"id":748,"parentId":671,"tags":{"name":"../app/favicon.ico/route.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":781,"timestamp":505749390,"id":749,"parentId":671,"tags":{"name":"../app/manifest.webmanifest/route.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":777,"timestamp":505749396,"id":750,"parentId":671,"tags":{"name":"../app/api/bash/route.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":773,"timestamp":505749402,"id":751,"parentId":671,"tags":{"name":"../app/api/chat/ollama/route.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":769,"timestamp":505749407,"id":752,"parentId":671,"tags":{"name":"../app/api/commands/route.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":765,"timestamp":505749413,"id":753,"parentId":671,"tags":{"name":"../app/api/claude-stats/route.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":761,"timestamp":505749419,"id":754,"parentId":671,"tags":{"name":"../app/api/chat/kimi/route.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":757,"timestamp":505749425,"id":755,"parentId":671,"tags":{"name":"../app/api/chat/codex/route.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":754,"timestamp":505749430,"id":756,"parentId":671,"tags":{"name":"../app/api/files/blame/route.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":750,"timestamp":505749435,"id":757,"parentId":671,"tags":{"name":"../app/api/files/search/route.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":746,"timestamp":505749441,"id":758,"parentId":671,"tags":{"name":"../app/api/ollama/models/route.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":743,"timestamp":505749446,"id":759,"parentId":671,"tags":{"name":"../app/api/note/route.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":739,"timestamp":505749451,"id":760,"parentId":671,"tags":{"name":"../app/api/ollama/start/route.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":736,"timestamp":505749456,"id":761,"parentId":671,"tags":{"name":"../app/api/project-settings/route.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":732,"timestamp":505749461,"id":762,"parentId":671,"tags":{"name":"../app/api/projects/route.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":728,"timestamp":505749467,"id":763,"parentId":671,"tags":{"name":"../app/api/session/[sessionId]/fork/route.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":724,"timestamp":505749473,"id":764,"parentId":671,"tags":{"name":"../app/api/scheduled-tasks/route.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":719,"timestamp":505749479,"id":765,"parentId":671,"tags":{"name":"../app/api/session/[sessionId]/history/route.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":713,"timestamp":505749487,"id":766,"parentId":671,"tags":{"name":"../app/api/sessions/projects/[encodedPath]/route.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":709,"timestamp":505749493,"id":767,"parentId":671,"tags":{"name":"../app/api/sessions/projects/route.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":705,"timestamp":505749498,"id":768,"parentId":671,"tags":{"name":"../app/api/skills/content/route.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":701,"timestamp":505749504,"id":769,"parentId":671,"tags":{"name":"../app/api/skills/[id]/route.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":697,"timestamp":505749510,"id":770,"parentId":671,"tags":{"name":"../app/api/terminal/aliases/route.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":692,"timestamp":505749516,"id":771,"parentId":671,"tags":{"name":"../app/api/skills/route.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":688,"timestamp":505749522,"id":772,"parentId":671,"tags":{"name":"../app/api/terminal/autocomplete/route.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":684,"timestamp":505749527,"id":773,"parentId":671,"tags":{"name":"../app/api/sessions/route.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":680,"timestamp":505749534,"id":774,"parentId":671,"tags":{"name":"../app/api/terminal/env/route.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":676,"timestamp":505749539,"id":775,"parentId":671,"tags":{"name":"../app/api/terminal/bubble-order/route.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":671,"timestamp":505749546,"id":776,"parentId":671,"tags":{"name":"../app/api/session-by-path/route.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":667,"timestamp":505749551,"id":777,"parentId":671,"tags":{"name":"../app/api/terminal/history/route.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":663,"timestamp":505749557,"id":778,"parentId":671,"tags":{"name":"../app/page.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":659,"timestamp":505749563,"id":779,"parentId":671,"tags":{"name":"../app/project/page.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":655,"timestamp":505749569,"id":780,"parentId":671,"tags":{"name":"../app/review/[id]/page.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":650,"timestamp":505749575,"id":781,"parentId":671,"tags":{"name":"../webpack-runtime.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":646,"timestamp":505749581,"id":782,"parentId":671,"tags":{"name":"700.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":641,"timestamp":505749587,"id":783,"parentId":671,"tags":{"name":"3269.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":637,"timestamp":505749593,"id":784,"parentId":671,"tags":{"name":"5460.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":628,"timestamp":505749603,"id":785,"parentId":671,"tags":{"name":"4490.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":624,"timestamp":505749609,"id":786,"parentId":671,"tags":{"name":"5733.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":607,"timestamp":505749627,"id":787,"parentId":671,"tags":{"name":"7800.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":603,"timestamp":505749633,"id":788,"parentId":671,"tags":{"name":"9116.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":598,"timestamp":505749640,"id":789,"parentId":671,"tags":{"name":"8068.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":594,"timestamp":505749646,"id":790,"parentId":671,"tags":{"name":"6142.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":590,"timestamp":505749652,"id":791,"parentId":671,"tags":{"name":"1912.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":586,"timestamp":505749657,"id":792,"parentId":671,"tags":{"name":"3503.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":581,"timestamp":505749663,"id":793,"parentId":671,"tags":{"name":"1667.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":576,"timestamp":505749670,"id":794,"parentId":671,"tags":{"name":"4345.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":572,"timestamp":505749676,"id":795,"parentId":671,"tags":{"name":"925.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":567,"timestamp":505749682,"id":796,"parentId":671,"tags":{"name":"4097.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":563,"timestamp":505749688,"id":797,"parentId":671,"tags":{"name":"7483.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":559,"timestamp":505749694,"id":798,"parentId":671,"tags":{"name":"9408.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":555,"timestamp":505749699,"id":799,"parentId":671,"tags":{"name":"2816.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":550,"timestamp":505749705,"id":800,"parentId":671,"tags":{"name":"911.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":545,"timestamp":505749712,"id":801,"parentId":671,"tags":{"name":"5536.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":525,"timestamp":505749734,"id":802,"parentId":671,"tags":{"name":"3932.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":521,"timestamp":505749739,"id":803,"parentId":671,"tags":{"name":"2840.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":516,"timestamp":505749746,"id":804,"parentId":671,"tags":{"name":"7265.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":511,"timestamp":505749752,"id":805,"parentId":671,"tags":{"name":"4268.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":507,"timestamp":505749758,"id":806,"parentId":671,"tags":{"name":"3441.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":502,"timestamp":505749764,"id":807,"parentId":671,"tags":{"name":"6804.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":498,"timestamp":505749771,"id":808,"parentId":671,"tags":{"name":"4309.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":493,"timestamp":505749777,"id":809,"parentId":671,"tags":{"name":"2376.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":489,"timestamp":505749783,"id":810,"parentId":671,"tags":{"name":"7484.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":484,"timestamp":505749790,"id":811,"parentId":671,"tags":{"name":"8351.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":479,"timestamp":505749796,"id":812,"parentId":671,"tags":{"name":"4388.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":474,"timestamp":505749802,"id":813,"parentId":671,"tags":{"name":"3434.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":468,"timestamp":505749810,"id":814,"parentId":671,"tags":{"name":"6346.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":464,"timestamp":505749816,"id":815,"parentId":671,"tags":{"name":"9401.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":459,"timestamp":505749822,"id":816,"parentId":671,"tags":{"name":"5152.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":455,"timestamp":505749828,"id":817,"parentId":671,"tags":{"name":"1639.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":450,"timestamp":505749834,"id":818,"parentId":671,"tags":{"name":"582.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":446,"timestamp":505749840,"id":819,"parentId":671,"tags":{"name":"5481.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":442,"timestamp":505749846,"id":820,"parentId":671,"tags":{"name":"1661.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":437,"timestamp":505749852,"id":821,"parentId":671,"tags":{"name":"4073.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":434,"timestamp":505749858,"id":822,"parentId":671,"tags":{"name":"4741.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":429,"timestamp":505749863,"id":823,"parentId":671,"tags":{"name":"1813.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":425,"timestamp":505749869,"id":824,"parentId":671,"tags":{"name":"5958.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":421,"timestamp":505749875,"id":825,"parentId":671,"tags":{"name":"2325.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":417,"timestamp":505749881,"id":826,"parentId":671,"tags":{"name":"9298.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":413,"timestamp":505749886,"id":827,"parentId":671,"tags":{"name":"8491.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":409,"timestamp":505749892,"id":828,"parentId":671,"tags":{"name":"6117.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":405,"timestamp":505749897,"id":829,"parentId":671,"tags":{"name":"5147.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":401,"timestamp":505749903,"id":830,"parentId":671,"tags":{"name":"4793.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":397,"timestamp":505749909,"id":831,"parentId":671,"tags":{"name":"6443.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":393,"timestamp":505749914,"id":832,"parentId":671,"tags":{"name":"3863.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":389,"timestamp":505749919,"id":833,"parentId":671,"tags":{"name":"4367.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"}]
3
+ [{"name":"add-entry","duration":1635760,"timestamp":500437730,"id":122,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fskills%2F%5Bid%5D%2Froute&name=app%2Fapi%2Fskills%2F%5Bid%5D%2Froute&pagePath=private-next-app-dir%2Fapi%2Fskills%2F%5Bid%5D%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fskills%2F%5Bid%5D%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667091,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1635758,"timestamp":500437734,"id":123,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fterminal%2Faliases%2Froute&name=app%2Fapi%2Fterminal%2Faliases%2Froute&pagePath=private-next-app-dir%2Fapi%2Fterminal%2Faliases%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fterminal%2Faliases%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667091,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1636847,"timestamp":500436649,"id":25,"parentId":24,"tags":{"request":"next-app-loader?page=%2F_not-found%2Fpage&name=app%2F_not-found%2Fpage&pagePath=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fbuiltin%2Fglobal-not-found.js&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fbuiltin%2Fglobal-not-found&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667090,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1636403,"timestamp":500437095,"id":26,"parentId":24,"tags":{"request":"next-app-loader?page=%2F_global-error%2Fpage&name=app%2F_global-error%2Fpage&pagePath=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fbuiltin%2Fapp-error.js&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fbuiltin%2Fapp-error&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667090,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1857986,"timestamp":500437552,"id":73,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fneo4j%2Fconnect%2Froute&name=app%2Fapi%2Fneo4j%2Fconnect%2Froute&pagePath=private-next-app-dir%2Fapi%2Fneo4j%2Fconnect%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fneo4j%2Fconnect%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667091,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1858000,"timestamp":500437557,"id":74,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fneo4j%2Fdisconnect%2Froute&name=app%2Fapi%2Fneo4j%2Fdisconnect%2Froute&pagePath=private-next-app-dir%2Fapi%2Fneo4j%2Fdisconnect%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fneo4j%2Fdisconnect%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667091,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1858002,"timestamp":500437559,"id":75,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fneo4j%2Fquery%2Froute&name=app%2Fapi%2Fneo4j%2Fquery%2Froute&pagePath=private-next-app-dir%2Fapi%2Fneo4j%2Fquery%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fneo4j%2Fquery%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667091,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1858003,"timestamp":500437563,"id":76,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fneo4j%2Fschema%2Froute&name=app%2Fapi%2Fneo4j%2Fschema%2Froute&pagePath=private-next-app-dir%2Fapi%2Fneo4j%2Fschema%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fneo4j%2Fschema%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667091,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1877751,"timestamp":500437583,"id":82,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fredis%2Fcommand%2Froute&name=app%2Fapi%2Fredis%2Fcommand%2Froute&pagePath=private-next-app-dir%2Fapi%2Fredis%2Fcommand%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fredis%2Fcommand%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667091,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1877768,"timestamp":500437586,"id":83,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fredis%2Fconnect%2Froute&name=app%2Fapi%2Fredis%2Fconnect%2Froute&pagePath=private-next-app-dir%2Fapi%2Fredis%2Fconnect%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fredis%2Fconnect%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667091,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1877768,"timestamp":500437590,"id":84,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fredis%2Fdelete%2Froute&name=app%2Fapi%2Fredis%2Fdelete%2Froute&pagePath=private-next-app-dir%2Fapi%2Fredis%2Fdelete%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fredis%2Fdelete%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667091,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1877770,"timestamp":500437593,"id":85,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fredis%2Fdisconnect%2Froute&name=app%2Fapi%2Fredis%2Fdisconnect%2Froute&pagePath=private-next-app-dir%2Fapi%2Fredis%2Fdisconnect%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fredis%2Fdisconnect%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667091,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1877769,"timestamp":500437598,"id":86,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fredis%2Fget%2Froute&name=app%2Fapi%2Fredis%2Fget%2Froute&pagePath=private-next-app-dir%2Fapi%2Fredis%2Fget%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fredis%2Fget%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667091,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1877769,"timestamp":500437600,"id":87,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fredis%2Fkeys%2Froute&name=app%2Fapi%2Fredis%2Fkeys%2Froute&pagePath=private-next-app-dir%2Fapi%2Fredis%2Fkeys%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fredis%2Fkeys%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667091,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1877769,"timestamp":500437605,"id":88,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fredis%2Fset%2Froute&name=app%2Fapi%2Fredis%2Fset%2Froute&pagePath=private-next-app-dir%2Fapi%2Fredis%2Fset%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fredis%2Fset%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667091,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1881388,"timestamp":500437528,"id":67,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fmysql%2Fcolumns%2Froute&name=app%2Fapi%2Fmysql%2Fcolumns%2Froute&pagePath=private-next-app-dir%2Fapi%2Fmysql%2Fcolumns%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fmysql%2Fcolumns%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667091,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1881398,"timestamp":500437533,"id":68,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fmysql%2Fconnect%2Froute&name=app%2Fapi%2Fmysql%2Fconnect%2Froute&pagePath=private-next-app-dir%2Fapi%2Fmysql%2Fconnect%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fmysql%2Fconnect%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667091,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1881400,"timestamp":500437536,"id":69,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fmysql%2Fdisconnect%2Froute&name=app%2Fapi%2Fmysql%2Fdisconnect%2Froute&pagePath=private-next-app-dir%2Fapi%2Fmysql%2Fdisconnect%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fmysql%2Fdisconnect%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667091,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1881400,"timestamp":500437540,"id":70,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fmysql%2Fexport%2Froute&name=app%2Fapi%2Fmysql%2Fexport%2Froute&pagePath=private-next-app-dir%2Fapi%2Fmysql%2Fexport%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fmysql%2Fexport%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667091,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1881400,"timestamp":500437543,"id":71,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fmysql%2Fquery%2Froute&name=app%2Fapi%2Fmysql%2Fquery%2Froute&pagePath=private-next-app-dir%2Fapi%2Fmysql%2Fquery%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fmysql%2Fquery%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667091,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1881397,"timestamp":500437549,"id":72,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fmysql%2Fschemas%2Froute&name=app%2Fapi%2Fmysql%2Fschemas%2Froute&pagePath=private-next-app-dir%2Fapi%2Fmysql%2Fschemas%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fmysql%2Fschemas%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667091,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1894211,"timestamp":500437134,"id":27,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fchat%2Froute&name=app%2Fapi%2Fchat%2Froute&pagePath=private-next-app-dir%2Fapi%2Fchat%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fchat%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667090,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1893815,"timestamp":500437665,"id":104,"parentId":24,"tags":{"request":"next-app-loader?page=%2Fapi%2Fchat%2Follama%2Froute&name=app%2Fapi%2Fchat%2Follama%2Froute&pagePath=private-next-app-dir%2Fapi%2Fchat%2Follama%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp&appPaths=%2Fapi%2Fchat%2Follama%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1776939667091,"traceId":"08253691ab17f82f"},{"name":"make","duration":3802917,"timestamp":500436364,"id":24,"parentId":22,"tags":{},"startTime":1776939667090,"traceId":"08253691ab17f82f"},{"name":"get-entries","duration":3165,"timestamp":504240552,"id":655,"parentId":654,"tags":{},"startTime":1776939670894,"traceId":"08253691ab17f82f"},{"name":"node-file-trace-plugin","duration":498831,"timestamp":504259240,"id":656,"parentId":654,"tags":{"traceEntryCount":"214"},"startTime":1776939670912,"traceId":"08253691ab17f82f"},{"name":"collect-traced-files","duration":2187,"timestamp":504758087,"id":657,"parentId":654,"tags":{},"startTime":1776939671411,"traceId":"08253691ab17f82f"},{"name":"finish-modules","duration":519906,"timestamp":504240377,"id":654,"parentId":23,"tags":{},"startTime":1776939670894,"traceId":"08253691ab17f82f"},{"name":"chunk-graph","duration":134233,"timestamp":505065653,"id":659,"parentId":658,"tags":{},"startTime":1776939671719,"traceId":"08253691ab17f82f"},{"name":"optimize-modules","duration":35,"timestamp":505200078,"id":661,"parentId":658,"tags":{},"startTime":1776939671853,"traceId":"08253691ab17f82f"},{"name":"optimize-chunks","duration":94114,"timestamp":505200219,"id":662,"parentId":658,"tags":{},"startTime":1776939671853,"traceId":"08253691ab17f82f"},{"name":"optimize-tree","duration":124,"timestamp":505294437,"id":663,"parentId":658,"tags":{},"startTime":1776939671948,"traceId":"08253691ab17f82f"},{"name":"optimize-chunk-modules","duration":176276,"timestamp":505294645,"id":664,"parentId":658,"tags":{},"startTime":1776939671948,"traceId":"08253691ab17f82f"},{"name":"optimize","duration":271053,"timestamp":505199988,"id":660,"parentId":658,"tags":{},"startTime":1776939671853,"traceId":"08253691ab17f82f"},{"name":"module-hash","duration":109436,"timestamp":505550428,"id":665,"parentId":658,"tags":{},"startTime":1776939672204,"traceId":"08253691ab17f82f"},{"name":"code-generation","duration":26275,"timestamp":505659954,"id":666,"parentId":658,"tags":{},"startTime":1776939672313,"traceId":"08253691ab17f82f"},{"name":"hash","duration":17107,"timestamp":505697133,"id":667,"parentId":658,"tags":{},"startTime":1776939672350,"traceId":"08253691ab17f82f"},{"name":"code-generation-jobs","duration":355,"timestamp":505714237,"id":668,"parentId":658,"tags":{},"startTime":1776939672367,"traceId":"08253691ab17f82f"},{"name":"module-assets","duration":1209,"timestamp":505714466,"id":669,"parentId":658,"tags":{},"startTime":1776939672368,"traceId":"08253691ab17f82f"},{"name":"create-chunk-assets","duration":5875,"timestamp":505715701,"id":670,"parentId":658,"tags":{},"startTime":1776939672369,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":1515,"timestamp":505748483,"id":672,"parentId":671,"tags":{"name":"../app/_not-found/page.js","cache":"HIT"},"startTime":1776939672402,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":1389,"timestamp":505748640,"id":673,"parentId":671,"tags":{"name":"../app/_global-error/page.js","cache":"HIT"},"startTime":1776939672402,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":1382,"timestamp":505748650,"id":674,"parentId":671,"tags":{"name":"../app/api/chat/route.js","cache":"HIT"},"startTime":1776939672402,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":1374,"timestamp":505748660,"id":675,"parentId":671,"tags":{"name":"../app/api/comments/route.js","cache":"HIT"},"startTime":1776939672402,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":1369,"timestamp":505748666,"id":676,"parentId":671,"tags":{"name":"../app/api/db/columns/route.js","cache":"HIT"},"startTime":1776939672402,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":1371,"timestamp":505748672,"id":677,"parentId":671,"tags":{"name":"../app/api/db/connect/route.js","cache":"HIT"},"startTime":1776939672402,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":1367,"timestamp":505748679,"id":678,"parentId":671,"tags":{"name":"../app/api/db/disconnect/route.js","cache":"HIT"},"startTime":1776939672402,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":1363,"timestamp":505748686,"id":679,"parentId":671,"tags":{"name":"../app/api/db/export/route.js","cache":"HIT"},"startTime":1776939672402,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":1358,"timestamp":505748692,"id":680,"parentId":671,"tags":{"name":"../app/api/db/query/route.js","cache":"HIT"},"startTime":1776939672402,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":1296,"timestamp":505748756,"id":681,"parentId":671,"tags":{"name":"../app/api/db/schemas/route.js","cache":"HIT"},"startTime":1776939672402,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":1211,"timestamp":505748843,"id":682,"parentId":671,"tags":{"name":"../app/api/extension/version/route.js","cache":"HIT"},"startTime":1776939672402,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":1199,"timestamp":505748857,"id":683,"parentId":671,"tags":{"name":"../app/api/file/route.js","cache":"HIT"},"startTime":1776939672402,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":1197,"timestamp":505748862,"id":684,"parentId":671,"tags":{"name":"../app/api/files/clipboard/route.js","cache":"HIT"},"startTime":1776939672402,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":1194,"timestamp":505748867,"id":685,"parentId":671,"tags":{"name":"../app/api/files/copy/route.js","cache":"HIT"},"startTime":1776939672402,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":1190,"timestamp":505748872,"id":686,"parentId":671,"tags":{"name":"../app/api/files/delete/route.js","cache":"HIT"},"startTime":1776939672402,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":1187,"timestamp":505748878,"id":687,"parentId":671,"tags":{"name":"../app/api/files/expanded/route.js","cache":"HIT"},"startTime":1776939672402,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":1183,"timestamp":505748883,"id":688,"parentId":671,"tags":{"name":"../app/api/files/index/route.js","cache":"HIT"},"startTime":1776939672402,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":1181,"timestamp":505748887,"id":689,"parentId":671,"tags":{"name":"../app/api/files/init/route.js","cache":"HIT"},"startTime":1776939672402,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":1176,"timestamp":505748893,"id":690,"parentId":671,"tags":{"name":"../app/api/files/paste/route.js","cache":"HIT"},"startTime":1776939672402,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":1174,"timestamp":505748897,"id":691,"parentId":671,"tags":{"name":"../app/api/files/read/route.js","cache":"HIT"},"startTime":1776939672402,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":1172,"timestamp":505748902,"id":692,"parentId":671,"tags":{"name":"../app/api/files/readdir/route.js","cache":"HIT"},"startTime":1776939672402,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":1168,"timestamp":505748907,"id":693,"parentId":671,"tags":{"name":"../app/api/files/recent/route.js","cache":"HIT"},"startTime":1776939672402,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":1165,"timestamp":505748912,"id":694,"parentId":671,"tags":{"name":"../app/api/files/save/route.js","cache":"HIT"},"startTime":1776939672402,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":1163,"timestamp":505748916,"id":695,"parentId":671,"tags":{"name":"../app/api/git/branch-diff/route.js","cache":"HIT"},"startTime":1776939672402,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":1159,"timestamp":505748921,"id":696,"parentId":671,"tags":{"name":"../app/api/git/branches/route.js","cache":"HIT"},"startTime":1776939672402,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":1157,"timestamp":505748925,"id":697,"parentId":671,"tags":{"name":"../app/api/git/commit-diff/route.js","cache":"HIT"},"startTime":1776939672402,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":1152,"timestamp":505748931,"id":698,"parentId":671,"tags":{"name":"../app/api/git/commits/route.js","cache":"HIT"},"startTime":1776939672402,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":1124,"timestamp":505748961,"id":699,"parentId":671,"tags":{"name":"../app/api/git/diff/route.js","cache":"HIT"},"startTime":1776939672402,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":1115,"timestamp":505748972,"id":700,"parentId":671,"tags":{"name":"../app/api/git/discard/route.js","cache":"HIT"},"startTime":1776939672402,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":1091,"timestamp":505748998,"id":701,"parentId":671,"tags":{"name":"../app/api/git/stage/route.js","cache":"HIT"},"startTime":1776939672402,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":1068,"timestamp":505749023,"id":702,"parentId":671,"tags":{"name":"../app/api/git/status/route.js","cache":"HIT"},"startTime":1776939672402,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":1062,"timestamp":505749030,"id":703,"parentId":671,"tags":{"name":"../app/api/git/unstage/route.js","cache":"HIT"},"startTime":1776939672402,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":1056,"timestamp":505749038,"id":704,"parentId":671,"tags":{"name":"../app/api/git/worktree/route.js","cache":"HIT"},"startTime":1776939672402,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":1051,"timestamp":505749044,"id":705,"parentId":671,"tags":{"name":"../app/api/global-state/route.js","cache":"HIT"},"startTime":1776939672402,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":1046,"timestamp":505749051,"id":706,"parentId":671,"tags":{"name":"../app/api/jupyter/load/route.js","cache":"HIT"},"startTime":1776939672402,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":1041,"timestamp":505749058,"id":707,"parentId":671,"tags":{"name":"../app/api/jupyter/save/route.js","cache":"HIT"},"startTime":1776939672402,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":1034,"timestamp":505749067,"id":708,"parentId":671,"tags":{"name":"../app/api/jupyter/shutdown/route.js","cache":"HIT"},"startTime":1776939672402,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":1029,"timestamp":505749073,"id":709,"parentId":671,"tags":{"name":"../app/api/lsp/definition/route.js","cache":"HIT"},"startTime":1776939672402,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":1025,"timestamp":505749079,"id":710,"parentId":671,"tags":{"name":"../app/api/lsp/hover/route.js","cache":"HIT"},"startTime":1776939672402,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":1020,"timestamp":505749085,"id":711,"parentId":671,"tags":{"name":"../app/api/lsp/references/route.js","cache":"HIT"},"startTime":1776939672402,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":1014,"timestamp":505749093,"id":712,"parentId":671,"tags":{"name":"../app/api/lsp/status/route.js","cache":"HIT"},"startTime":1776939672402,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":1009,"timestamp":505749100,"id":713,"parentId":671,"tags":{"name":"../app/api/lsp/warmup/route.js","cache":"HIT"},"startTime":1776939672402,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":1002,"timestamp":505749108,"id":714,"parentId":671,"tags":{"name":"../app/api/mysql/columns/route.js","cache":"HIT"},"startTime":1776939672402,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":995,"timestamp":505749117,"id":715,"parentId":671,"tags":{"name":"../app/api/mysql/connect/route.js","cache":"HIT"},"startTime":1776939672402,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":988,"timestamp":505749126,"id":716,"parentId":671,"tags":{"name":"../app/api/mysql/disconnect/route.js","cache":"HIT"},"startTime":1776939672402,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":927,"timestamp":505749188,"id":717,"parentId":671,"tags":{"name":"../app/api/mysql/export/route.js","cache":"HIT"},"startTime":1776939672402,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":922,"timestamp":505749195,"id":718,"parentId":671,"tags":{"name":"../app/api/mysql/query/route.js","cache":"HIT"},"startTime":1776939672402,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":918,"timestamp":505749201,"id":719,"parentId":671,"tags":{"name":"../app/api/mysql/schemas/route.js","cache":"HIT"},"startTime":1776939672402,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":913,"timestamp":505749209,"id":720,"parentId":671,"tags":{"name":"../app/api/neo4j/connect/route.js","cache":"HIT"},"startTime":1776939672402,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":908,"timestamp":505749215,"id":721,"parentId":671,"tags":{"name":"../app/api/neo4j/disconnect/route.js","cache":"HIT"},"startTime":1776939672402,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":903,"timestamp":505749222,"id":722,"parentId":671,"tags":{"name":"../app/api/neo4j/query/route.js","cache":"HIT"},"startTime":1776939672402,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":899,"timestamp":505749228,"id":723,"parentId":671,"tags":{"name":"../app/api/neo4j/schema/route.js","cache":"HIT"},"startTime":1776939672402,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":894,"timestamp":505749234,"id":724,"parentId":671,"tags":{"name":"../app/api/open-cursor/route.js","cache":"HIT"},"startTime":1776939672402,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":889,"timestamp":505749241,"id":725,"parentId":671,"tags":{"name":"../app/api/open-vscode/route.js","cache":"HIT"},"startTime":1776939672402,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":884,"timestamp":505749247,"id":726,"parentId":671,"tags":{"name":"../app/api/pick-folder/route.js","cache":"HIT"},"startTime":1776939672402,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":880,"timestamp":505749253,"id":727,"parentId":671,"tags":{"name":"../app/api/pinned-sessions/route.js","cache":"HIT"},"startTime":1776939672402,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":874,"timestamp":505749260,"id":728,"parentId":671,"tags":{"name":"../app/api/project-state/route.js","cache":"HIT"},"startTime":1776939672402,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":869,"timestamp":505749267,"id":729,"parentId":671,"tags":{"name":"../app/api/redis/command/route.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":865,"timestamp":505749273,"id":730,"parentId":671,"tags":{"name":"../app/api/redis/connect/route.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":861,"timestamp":505749279,"id":731,"parentId":671,"tags":{"name":"../app/api/redis/delete/route.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":856,"timestamp":505749285,"id":732,"parentId":671,"tags":{"name":"../app/api/redis/disconnect/route.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"}]
4
+ [{"name":"minify-js","duration":385,"timestamp":505749925,"id":834,"parentId":671,"tags":{"name":"7307.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":381,"timestamp":505749931,"id":835,"parentId":671,"tags":{"name":"4442.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":378,"timestamp":505749937,"id":836,"parentId":671,"tags":{"name":"8585.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":374,"timestamp":505749943,"id":837,"parentId":671,"tags":{"name":"887.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":370,"timestamp":505749949,"id":838,"parentId":671,"tags":{"name":"6043.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":366,"timestamp":505749954,"id":839,"parentId":671,"tags":{"name":"5394.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":362,"timestamp":505749960,"id":840,"parentId":671,"tags":{"name":"4272.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":357,"timestamp":505749966,"id":841,"parentId":671,"tags":{"name":"7514.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":353,"timestamp":505749972,"id":842,"parentId":671,"tags":{"name":"4098.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":348,"timestamp":505749978,"id":843,"parentId":671,"tags":{"name":"7122.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":343,"timestamp":505749985,"id":844,"parentId":671,"tags":{"name":"459.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":339,"timestamp":505749990,"id":845,"parentId":671,"tags":{"name":"2338.js","cache":"HIT"},"startTime":1776939672403,"traceId":"08253691ab17f82f"},{"name":"minify-webpack-plugin-optimize","duration":22555,"timestamp":505727851,"id":671,"parentId":22,"tags":{"compilationName":"server","mangle":"[object Object]"},"startTime":1776939672381,"traceId":"08253691ab17f82f"},{"name":"css-minimizer-plugin","duration":241,"timestamp":505750632,"id":846,"parentId":22,"tags":{},"startTime":1776939672404,"traceId":"08253691ab17f82f"},{"name":"create-trace-assets","duration":11219,"timestamp":505751264,"id":847,"parentId":23,"tags":{},"startTime":1776939672405,"traceId":"08253691ab17f82f"},{"name":"seal","duration":908361,"timestamp":504901360,"id":658,"parentId":22,"tags":{},"startTime":1776939671555,"traceId":"08253691ab17f82f"},{"name":"webpack-compilation","duration":5452513,"timestamp":500426981,"id":22,"parentId":19,"tags":{"name":"server"},"startTime":1776939667080,"traceId":"08253691ab17f82f"},{"name":"emit","duration":42710,"timestamp":505880019,"id":848,"parentId":19,"tags":{},"startTime":1776939672533,"traceId":"08253691ab17f82f"},{"name":"webpack-close","duration":1530279,"timestamp":505928015,"id":849,"parentId":19,"tags":{"name":"server"},"startTime":1776939672581,"traceId":"08253691ab17f82f"},{"name":"webpack-generate-error-stats","duration":2320,"timestamp":507458364,"id":850,"parentId":849,"tags":{},"startTime":1776939674112,"traceId":"08253691ab17f82f"},{"name":"run-webpack-compiler","duration":7422475,"timestamp":500038718,"id":19,"parentId":18,"tags":{},"startTime":1776939666692,"traceId":"08253691ab17f82f"},{"name":"format-webpack-messages","duration":85,"timestamp":507461203,"id":851,"parentId":18,"tags":{},"startTime":1776939674114,"traceId":"08253691ab17f82f"},{"name":"worker-main-server","duration":7423034,"timestamp":500038388,"id":18,"parentId":1,"tags":{},"startTime":1776939666692,"traceId":"08253691ab17f82f"},{"name":"create-entrypoints","duration":62681,"timestamp":507946113,"id":854,"parentId":852,"tags":{},"startTime":1776939674599,"traceId":"08253691ab17f82f"},{"name":"generate-webpack-config","duration":252504,"timestamp":508008995,"id":855,"parentId":853,"tags":{},"startTime":1776939674662,"traceId":"08253691ab17f82f"},{"name":"make","duration":785,"timestamp":508347862,"id":857,"parentId":856,"tags":{},"startTime":1776939675001,"traceId":"08253691ab17f82f"},{"name":"chunk-graph","duration":611,"timestamp":508351490,"id":859,"parentId":858,"tags":{},"startTime":1776939675005,"traceId":"08253691ab17f82f"},{"name":"optimize-modules","duration":25,"timestamp":508352229,"id":861,"parentId":858,"tags":{},"startTime":1776939675005,"traceId":"08253691ab17f82f"},{"name":"optimize-chunks","duration":878,"timestamp":508352337,"id":862,"parentId":858,"tags":{},"startTime":1776939675006,"traceId":"08253691ab17f82f"},{"name":"optimize-tree","duration":108,"timestamp":508353294,"id":863,"parentId":858,"tags":{},"startTime":1776939675007,"traceId":"08253691ab17f82f"},{"name":"optimize-chunk-modules","duration":586,"timestamp":508353589,"id":864,"parentId":858,"tags":{},"startTime":1776939675007,"traceId":"08253691ab17f82f"},{"name":"optimize","duration":2091,"timestamp":508352176,"id":860,"parentId":858,"tags":{},"startTime":1776939675005,"traceId":"08253691ab17f82f"},{"name":"module-hash","duration":88,"timestamp":508355281,"id":865,"parentId":858,"tags":{},"startTime":1776939675009,"traceId":"08253691ab17f82f"},{"name":"code-generation","duration":192,"timestamp":508355411,"id":866,"parentId":858,"tags":{},"startTime":1776939675009,"traceId":"08253691ab17f82f"},{"name":"hash","duration":405,"timestamp":508355835,"id":867,"parentId":858,"tags":{},"startTime":1776939675009,"traceId":"08253691ab17f82f"},{"name":"code-generation-jobs","duration":121,"timestamp":508356236,"id":868,"parentId":858,"tags":{},"startTime":1776939675009,"traceId":"08253691ab17f82f"},{"name":"module-assets","duration":75,"timestamp":508356331,"id":869,"parentId":858,"tags":{},"startTime":1776939675010,"traceId":"08253691ab17f82f"},{"name":"create-chunk-assets","duration":177,"timestamp":508356416,"id":870,"parentId":858,"tags":{},"startTime":1776939675010,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":153,"timestamp":508370253,"id":872,"parentId":871,"tags":{"name":"interception-route-rewrite-manifest.js","cache":"HIT"},"startTime":1776939675023,"traceId":"08253691ab17f82f"},{"name":"minify-webpack-plugin-optimize","duration":2146,"timestamp":508368272,"id":871,"parentId":856,"tags":{"compilationName":"edge-server","mangle":"[object Object]"},"startTime":1776939675022,"traceId":"08253691ab17f82f"},{"name":"css-minimizer-plugin","duration":110,"timestamp":508370500,"id":873,"parentId":856,"tags":{},"startTime":1776939675024,"traceId":"08253691ab17f82f"},{"name":"seal","duration":22742,"timestamp":508350922,"id":858,"parentId":856,"tags":{},"startTime":1776939675004,"traceId":"08253691ab17f82f"},{"name":"webpack-compilation","duration":32819,"timestamp":508341179,"id":856,"parentId":853,"tags":{"name":"edge-server"},"startTime":1776939674994,"traceId":"08253691ab17f82f"},{"name":"emit","duration":2101,"timestamp":508374496,"id":874,"parentId":853,"tags":{},"startTime":1776939675028,"traceId":"08253691ab17f82f"},{"name":"webpack-close","duration":586,"timestamp":508377344,"id":875,"parentId":853,"tags":{"name":"edge-server"},"startTime":1776939675031,"traceId":"08253691ab17f82f"},{"name":"webpack-generate-error-stats","duration":2359,"timestamp":508377975,"id":876,"parentId":875,"tags":{},"startTime":1776939675031,"traceId":"08253691ab17f82f"},{"name":"run-webpack-compiler","duration":434574,"timestamp":507946106,"id":853,"parentId":852,"tags":{},"startTime":1776939674599,"traceId":"08253691ab17f82f"},{"name":"format-webpack-messages","duration":84,"timestamp":508380688,"id":877,"parentId":852,"tags":{},"startTime":1776939675034,"traceId":"08253691ab17f82f"},{"name":"worker-main-edge-server","duration":435149,"timestamp":507945749,"id":852,"parentId":1,"tags":{},"startTime":1776939674599,"traceId":"08253691ab17f82f"},{"name":"create-entrypoints","duration":64236,"timestamp":508821324,"id":880,"parentId":878,"tags":{},"startTime":1776939675475,"traceId":"08253691ab17f82f"},{"name":"generate-webpack-config","duration":244301,"timestamp":508885755,"id":881,"parentId":879,"tags":{},"startTime":1776939675539,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659739,"timestamp":509226995,"id":888,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675880,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659722,"timestamp":509227043,"id":890,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675880,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659715,"timestamp":509227059,"id":892,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675880,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659618,"timestamp":509227163,"id":893,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675880,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659592,"timestamp":509227194,"id":894,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675880,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659590,"timestamp":509227201,"id":895,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675880,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659591,"timestamp":509227205,"id":896,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675880,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659601,"timestamp":509227209,"id":897,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675880,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659611,"timestamp":509227212,"id":898,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675880,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659667,"timestamp":509227215,"id":899,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675880,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659670,"timestamp":509227218,"id":900,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675880,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659670,"timestamp":509227222,"id":901,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675880,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659668,"timestamp":509227225,"id":902,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675880,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659668,"timestamp":509227228,"id":903,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675880,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659667,"timestamp":509227232,"id":904,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675880,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659666,"timestamp":509227235,"id":905,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675880,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659665,"timestamp":509227238,"id":906,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675880,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659664,"timestamp":509227241,"id":907,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675880,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659664,"timestamp":509227244,"id":908,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675880,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659662,"timestamp":509227247,"id":909,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675880,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659661,"timestamp":509227250,"id":910,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675880,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659659,"timestamp":509227253,"id":911,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675880,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659658,"timestamp":509227256,"id":912,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675880,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659657,"timestamp":509227259,"id":913,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675880,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659656,"timestamp":509227262,"id":914,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675881,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659655,"timestamp":509227265,"id":915,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675881,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659655,"timestamp":509227267,"id":916,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675881,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659653,"timestamp":509227272,"id":917,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675881,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659651,"timestamp":509227275,"id":918,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675881,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659650,"timestamp":509227277,"id":919,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675881,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659649,"timestamp":509227280,"id":920,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675881,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659648,"timestamp":509227283,"id":921,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675881,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659646,"timestamp":509227286,"id":922,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675881,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659644,"timestamp":509227289,"id":923,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675881,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659643,"timestamp":509227292,"id":924,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675881,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659641,"timestamp":509227295,"id":925,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675881,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659639,"timestamp":509227299,"id":926,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675881,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659637,"timestamp":509227302,"id":927,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675881,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659636,"timestamp":509227305,"id":928,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675881,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659635,"timestamp":509227308,"id":929,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675881,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659634,"timestamp":509227311,"id":930,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675881,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659632,"timestamp":509227314,"id":931,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675881,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659631,"timestamp":509227317,"id":932,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675881,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659629,"timestamp":509227320,"id":933,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675881,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659627,"timestamp":509227323,"id":934,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675881,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659626,"timestamp":509227326,"id":935,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675881,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659624,"timestamp":509227329,"id":936,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675881,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659623,"timestamp":509227332,"id":937,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675881,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659621,"timestamp":509227335,"id":938,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675881,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659618,"timestamp":509227339,"id":939,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675881,"traceId":"08253691ab17f82f"}]
5
+ [{"name":"add-entry","duration":659616,"timestamp":509227342,"id":940,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675881,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659615,"timestamp":509227344,"id":941,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675881,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659612,"timestamp":509227348,"id":942,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675881,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659611,"timestamp":509227351,"id":943,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675881,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659609,"timestamp":509227353,"id":944,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675881,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659613,"timestamp":509227356,"id":945,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675881,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659611,"timestamp":509227359,"id":946,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675881,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659609,"timestamp":509227362,"id":947,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675881,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659608,"timestamp":509227364,"id":948,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675881,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659604,"timestamp":509227369,"id":949,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675881,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659602,"timestamp":509227372,"id":950,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675881,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659600,"timestamp":509227375,"id":951,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675881,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659599,"timestamp":509227378,"id":952,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675881,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659596,"timestamp":509227381,"id":953,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675881,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659595,"timestamp":509227384,"id":954,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675881,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659593,"timestamp":509227387,"id":955,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675881,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659591,"timestamp":509227390,"id":956,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675881,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659589,"timestamp":509227392,"id":957,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675881,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659587,"timestamp":509227395,"id":958,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675881,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659585,"timestamp":509227399,"id":959,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675881,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659583,"timestamp":509227401,"id":960,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675881,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659581,"timestamp":509227405,"id":961,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675881,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659579,"timestamp":509227407,"id":962,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675881,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659577,"timestamp":509227411,"id":963,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675881,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659576,"timestamp":509227413,"id":964,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675881,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659574,"timestamp":509227416,"id":965,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675881,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659572,"timestamp":509227419,"id":966,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675881,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659570,"timestamp":509227422,"id":967,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675881,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659567,"timestamp":509227426,"id":968,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675881,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659565,"timestamp":509227429,"id":969,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675881,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659563,"timestamp":509227432,"id":970,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675881,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659562,"timestamp":509227435,"id":971,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675881,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659560,"timestamp":509227437,"id":972,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675881,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659558,"timestamp":509227440,"id":973,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675881,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659573,"timestamp":509227443,"id":974,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675881,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659573,"timestamp":509227446,"id":975,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675881,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659572,"timestamp":509227449,"id":976,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675881,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659577,"timestamp":509227452,"id":977,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675881,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659576,"timestamp":509227454,"id":978,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675881,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659573,"timestamp":509227458,"id":979,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675881,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659572,"timestamp":509227460,"id":980,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675881,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659570,"timestamp":509227463,"id":981,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675881,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659568,"timestamp":509227466,"id":982,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675881,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659566,"timestamp":509227469,"id":983,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675881,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659566,"timestamp":509227471,"id":984,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675881,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659564,"timestamp":509227474,"id":985,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675881,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659563,"timestamp":509227477,"id":986,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675881,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659561,"timestamp":509227480,"id":987,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675881,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659560,"timestamp":509227483,"id":988,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675881,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659559,"timestamp":509227486,"id":989,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675881,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659557,"timestamp":509227489,"id":990,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675881,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659556,"timestamp":509227491,"id":991,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675881,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659555,"timestamp":509227494,"id":992,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675881,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659554,"timestamp":509227497,"id":993,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675881,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659552,"timestamp":509227500,"id":994,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675881,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659550,"timestamp":509227504,"id":995,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675881,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659548,"timestamp":509227507,"id":996,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675881,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":659547,"timestamp":509227509,"id":997,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1776939675881,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":707295,"timestamp":509227033,"id":889,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp%2Fglobal-error.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1776939675880,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":719501,"timestamp":509226908,"id":887,"parentId":883,"tags":{"request":"next-client-pages-loader?absolutePagePath=%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fbuiltin%2Fglobal-not-found.js&page=%2F_not-found%2Fpage!"},"startTime":1776939675880,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":828898,"timestamp":509226884,"id":886,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-segment.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fhttp-access-fallback%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fnode_modules%2Fnext%2Fdist%2Flib%2Fframework%2Fboundary-components.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fnode_modules%2Fnext%2Fdist%2Flib%2Fmetadata%2Fgenerate%2Ficon-mark.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1776939675880,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":828954,"timestamp":509226849,"id":885,"parentId":883,"tags":{"request":"./node_modules/next/dist/client/app-next.js"},"startTime":1776939675880,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":845027,"timestamp":509226418,"id":884,"parentId":883,"tags":{"request":"./node_modules/next/dist/client/next.js"},"startTime":1776939675880,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":902864,"timestamp":509227051,"id":891,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fnode_modules%2Fnext%2Ffont%2Fgoogle%2Ftarget.css%3F%7B%5C%22path%5C%22%3A%5C%22src%2Fapp%2Flayout.tsx%5C%22%2C%5C%22import%5C%22%3A%5C%22Inter%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22variable%5C%22%3A%5C%22--font-inter%5C%22%2C%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22inter%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fnode_modules%2Fnext%2Ffont%2Fgoogle%2Ftarget.css%3F%7B%5C%22path%5C%22%3A%5C%22src%2Fapp%2Flayout.tsx%5C%22%2C%5C%22import%5C%22%3A%5C%22Lora%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22variable%5C%22%3A%5C%22--font-lora%5C%22%2C%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22lora%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fnode_modules%2Fnext%2Ffont%2Fgoogle%2Ftarget.css%3F%7B%5C%22path%5C%22%3A%5C%22src%2Fapp%2Flayout.tsx%5C%22%2C%5C%22import%5C%22%3A%5C%22JetBrains_Mono%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22variable%5C%22%3A%5C%22--font-jetbrains-mono%5C%22%2C%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22jetbrainsMono%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fapp%2Fglobals.css%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fcomponents%2Fshared%2FProviders.tsx%22%2C%22ids%22%3A%5B%22Providers%22%5D%7D&server=false!"},"startTime":1776939675880,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1788956,"timestamp":509227519,"id":1000,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fcomponents%2Freview%2FReviewPage.tsx%22%2C%22ids%22%3A%5B%22ReviewPage%22%5D%7D&server=false!"},"startTime":1776939675881,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1788984,"timestamp":509227513,"id":998,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fcomponents%2Fworkspace%2FEmptyState.tsx%22%2C%22ids%22%3A%5B%22EmptyState%22%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fcomponents%2Fworkspace%2FProjectItem.tsx%22%2C%22ids%22%3A%5B%22ProjectItem%22%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fcomponents%2Fworkspace%2FProjectSidebar.tsx%22%2C%22ids%22%3A%5B%22ProjectSidebar%22%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fcomponents%2Fworkspace%2FWorkspace.tsx%22%2C%22ids%22%3A%5B%22Workspace%22%5D%7D&server=false!"},"startTime":1776939675881,"traceId":"08253691ab17f82f"},{"name":"add-entry","duration":1788988,"timestamp":509227516,"id":999,"parentId":883,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2Fcockpit%2Fcockpit%2Fsrc%2Fcomponents%2Fproject%2FTabManager.tsx%22%2C%22ids%22%3A%5B%22TabManager%22%5D%7D&server=false!"},"startTime":1776939675881,"traceId":"08253691ab17f82f"},{"name":"make","duration":1790942,"timestamp":509225969,"id":883,"parentId":882,"tags":{},"startTime":1776939675879,"traceId":"08253691ab17f82f"},{"name":"chunk-graph","duration":85063,"timestamp":511238210,"id":1002,"parentId":1001,"tags":{},"startTime":1776939677891,"traceId":"08253691ab17f82f"},{"name":"optimize-modules","duration":21,"timestamp":511323393,"id":1004,"parentId":1001,"tags":{},"startTime":1776939677977,"traceId":"08253691ab17f82f"},{"name":"optimize-chunks","duration":94013,"timestamp":511333442,"id":1006,"parentId":1001,"tags":{},"startTime":1776939677987,"traceId":"08253691ab17f82f"},{"name":"optimize-tree","duration":353,"timestamp":511427605,"id":1007,"parentId":1001,"tags":{},"startTime":1776939678081,"traceId":"08253691ab17f82f"},{"name":"optimize-chunk-modules","duration":127444,"timestamp":511428147,"id":1008,"parentId":1001,"tags":{},"startTime":1776939678081,"traceId":"08253691ab17f82f"},{"name":"optimize","duration":232344,"timestamp":511323346,"id":1003,"parentId":1001,"tags":{},"startTime":1776939677977,"traceId":"08253691ab17f82f"},{"name":"module-hash","duration":84748,"timestamp":511642930,"id":1009,"parentId":1001,"tags":{},"startTime":1776939678296,"traceId":"08253691ab17f82f"},{"name":"code-generation","duration":405275,"timestamp":511727762,"id":1010,"parentId":1001,"tags":{},"startTime":1776939678381,"traceId":"08253691ab17f82f"},{"name":"hash","duration":31528,"timestamp":512143917,"id":1011,"parentId":1001,"tags":{},"startTime":1776939678797,"traceId":"08253691ab17f82f"},{"name":"code-generation-jobs","duration":688,"timestamp":512175442,"id":1012,"parentId":1001,"tags":{},"startTime":1776939678829,"traceId":"08253691ab17f82f"},{"name":"module-assets","duration":1740,"timestamp":512175814,"id":1013,"parentId":1001,"tags":{},"startTime":1776939678829,"traceId":"08253691ab17f82f"},{"name":"create-chunk-assets","duration":16035,"timestamp":512177578,"id":1014,"parentId":1001,"tags":{},"startTime":1776939678831,"traceId":"08253691ab17f82f"},{"name":"NextJsBuildManifest-generateClientManifest","duration":1671,"timestamp":512203648,"id":1016,"parentId":882,"tags":{},"startTime":1776939678857,"traceId":"08253691ab17f82f"},{"name":"NextJsBuildManifest-createassets","duration":2855,"timestamp":512202482,"id":1015,"parentId":882,"tags":{},"startTime":1776939678856,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47915,"timestamp":512232842,"id":1018,"parentId":1017,"tags":{"name":"static/chunks/main-8f84e99c14cc345a.js","cache":"HIT"},"startTime":1776939678886,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47745,"timestamp":512233026,"id":1019,"parentId":1017,"tags":{"name":"static/chunks/main-app-ac5fcfbf23e00fca.js","cache":"HIT"},"startTime":1776939678886,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47725,"timestamp":512233048,"id":1020,"parentId":1017,"tags":{"name":"static/chunks/app/_not-found/page-97fa7117fcb8102d.js","cache":"HIT"},"startTime":1776939678886,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47706,"timestamp":512233069,"id":1021,"parentId":1017,"tags":{"name":"static/chunks/app/_global-error/page-c3c18f7629998199.js","cache":"HIT"},"startTime":1776939678886,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47699,"timestamp":512233078,"id":1022,"parentId":1017,"tags":{"name":"static/chunks/app/global-error-a067ba6a29edf245.js","cache":"HIT"},"startTime":1776939678886,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47693,"timestamp":512233086,"id":1023,"parentId":1017,"tags":{"name":"static/chunks/next/dist/client/components/builtin/not-found-af6d62ce934c7a33.js","cache":"HIT"},"startTime":1776939678886,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47682,"timestamp":512233099,"id":1024,"parentId":1017,"tags":{"name":"static/chunks/app/layout-b1175a47c53a2c5a.js","cache":"HIT"},"startTime":1776939678886,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47677,"timestamp":512233106,"id":1025,"parentId":1017,"tags":{"name":"static/chunks/next/dist/client/components/builtin/forbidden-2d5487ab987db517.js","cache":"HIT"},"startTime":1776939678886,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47669,"timestamp":512233117,"id":1026,"parentId":1017,"tags":{"name":"static/chunks/next/dist/client/components/builtin/unauthorized-5a1e0e0620fade16.js","cache":"HIT"},"startTime":1776939678886,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47619,"timestamp":512233175,"id":1027,"parentId":1017,"tags":{"name":"static/chunks/next/dist/client/components/builtin/app-error-99f7cb09cb2ebb3e.js","cache":"HIT"},"startTime":1776939678886,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47603,"timestamp":512233192,"id":1028,"parentId":1017,"tags":{"name":"static/chunks/app/api/chat/route-337e7587b83b1afd.js","cache":"HIT"},"startTime":1776939678886,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47593,"timestamp":512233205,"id":1029,"parentId":1017,"tags":{"name":"static/chunks/app/api/comments/route-a5c0bcc28a3ebfe9.js","cache":"HIT"},"startTime":1776939678886,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47554,"timestamp":512233245,"id":1030,"parentId":1017,"tags":{"name":"static/chunks/app/api/db/columns/route-1322bb62562180d3.js","cache":"HIT"},"startTime":1776939678886,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47549,"timestamp":512233252,"id":1031,"parentId":1017,"tags":{"name":"static/chunks/app/api/db/connect/route-80ce4a0e16f7ce9d.js","cache":"HIT"},"startTime":1776939678886,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47544,"timestamp":512233259,"id":1032,"parentId":1017,"tags":{"name":"static/chunks/app/api/db/disconnect/route-6946f89d3c8ec92b.js","cache":"HIT"},"startTime":1776939678886,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47539,"timestamp":512233266,"id":1033,"parentId":1017,"tags":{"name":"static/chunks/app/api/db/export/route-72411e5bbb2add0d.js","cache":"HIT"},"startTime":1776939678887,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47534,"timestamp":512233272,"id":1034,"parentId":1017,"tags":{"name":"static/chunks/app/api/db/query/route-a119f54f9a009be8.js","cache":"HIT"},"startTime":1776939678887,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47530,"timestamp":512233279,"id":1035,"parentId":1017,"tags":{"name":"static/chunks/app/api/db/schemas/route-81365990bc2a4aaf.js","cache":"HIT"},"startTime":1776939678887,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47525,"timestamp":512233285,"id":1036,"parentId":1017,"tags":{"name":"static/chunks/app/api/extension/version/route-c993de46e4b893f1.js","cache":"HIT"},"startTime":1776939678887,"traceId":"08253691ab17f82f"}]
6
+ [{"name":"minify-js","duration":47521,"timestamp":512233291,"id":1037,"parentId":1017,"tags":{"name":"static/chunks/app/api/file/route-70444a47839ccbf1.js","cache":"HIT"},"startTime":1776939678887,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47512,"timestamp":512233301,"id":1038,"parentId":1017,"tags":{"name":"static/chunks/app/api/files/clipboard/route-54643ed8de8aa482.js","cache":"HIT"},"startTime":1776939678887,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47509,"timestamp":512233306,"id":1039,"parentId":1017,"tags":{"name":"static/chunks/app/api/files/copy/route-0912b46dadb85af6.js","cache":"HIT"},"startTime":1776939678887,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47504,"timestamp":512233311,"id":1040,"parentId":1017,"tags":{"name":"static/chunks/app/api/files/delete/route-358e98776cc6fc81.js","cache":"HIT"},"startTime":1776939678887,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47501,"timestamp":512233317,"id":1041,"parentId":1017,"tags":{"name":"static/chunks/app/api/files/expanded/route-670575a264201687.js","cache":"HIT"},"startTime":1776939678887,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47495,"timestamp":512233323,"id":1042,"parentId":1017,"tags":{"name":"static/chunks/app/api/files/index/route-de458f879c191a47.js","cache":"HIT"},"startTime":1776939678887,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47492,"timestamp":512233329,"id":1043,"parentId":1017,"tags":{"name":"static/chunks/app/api/files/init/route-9bcbbbf90441efa0.js","cache":"HIT"},"startTime":1776939678887,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47487,"timestamp":512233335,"id":1044,"parentId":1017,"tags":{"name":"static/chunks/app/api/files/paste/route-2d56a8d374541ce3.js","cache":"HIT"},"startTime":1776939678887,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47484,"timestamp":512233340,"id":1045,"parentId":1017,"tags":{"name":"static/chunks/app/api/files/read/route-1b3537fa04fc1d97.js","cache":"HIT"},"startTime":1776939678887,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47480,"timestamp":512233345,"id":1046,"parentId":1017,"tags":{"name":"static/chunks/app/api/files/readdir/route-9b718a6e44d49a65.js","cache":"HIT"},"startTime":1776939678887,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47476,"timestamp":512233351,"id":1047,"parentId":1017,"tags":{"name":"static/chunks/app/api/files/recent/route-cf805334da044df7.js","cache":"HIT"},"startTime":1776939678887,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47472,"timestamp":512233356,"id":1048,"parentId":1017,"tags":{"name":"static/chunks/app/api/files/save/route-28f5b46d1e6d651b.js","cache":"HIT"},"startTime":1776939678887,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47468,"timestamp":512233361,"id":1049,"parentId":1017,"tags":{"name":"static/chunks/app/api/git/branch-diff/route-36287d8f03f8ac78.js","cache":"HIT"},"startTime":1776939678887,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47465,"timestamp":512233366,"id":1050,"parentId":1017,"tags":{"name":"static/chunks/app/api/git/branches/route-1847ebc49d1caa63.js","cache":"HIT"},"startTime":1776939678887,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47461,"timestamp":512233371,"id":1051,"parentId":1017,"tags":{"name":"static/chunks/app/api/git/commit-diff/route-d9c25fc12508276e.js","cache":"HIT"},"startTime":1776939678887,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47457,"timestamp":512233376,"id":1052,"parentId":1017,"tags":{"name":"static/chunks/app/api/git/commits/route-3605b23d6f1bd7db.js","cache":"HIT"},"startTime":1776939678887,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47454,"timestamp":512233381,"id":1053,"parentId":1017,"tags":{"name":"static/chunks/app/api/git/diff/route-2c41df7c87e76acb.js","cache":"HIT"},"startTime":1776939678887,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47450,"timestamp":512233386,"id":1054,"parentId":1017,"tags":{"name":"static/chunks/app/api/git/discard/route-0316b74080c89913.js","cache":"HIT"},"startTime":1776939678887,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47447,"timestamp":512233391,"id":1055,"parentId":1017,"tags":{"name":"static/chunks/app/api/git/stage/route-90389eef566f7d42.js","cache":"HIT"},"startTime":1776939678887,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47443,"timestamp":512233397,"id":1056,"parentId":1017,"tags":{"name":"static/chunks/app/api/git/status/route-bc0230ea1be02356.js","cache":"HIT"},"startTime":1776939678887,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47439,"timestamp":512233403,"id":1057,"parentId":1017,"tags":{"name":"static/chunks/app/api/git/unstage/route-f28fa6fe2c218f53.js","cache":"HIT"},"startTime":1776939678887,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47435,"timestamp":512233408,"id":1058,"parentId":1017,"tags":{"name":"static/chunks/app/api/git/worktree/route-386e10deb3d78a76.js","cache":"HIT"},"startTime":1776939678887,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47431,"timestamp":512233413,"id":1059,"parentId":1017,"tags":{"name":"static/chunks/app/api/global-state/route-6f6e0e24cac7a671.js","cache":"HIT"},"startTime":1776939678887,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47428,"timestamp":512233418,"id":1060,"parentId":1017,"tags":{"name":"static/chunks/app/api/jupyter/load/route-00a30fee48aede32.js","cache":"HIT"},"startTime":1776939678887,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47424,"timestamp":512233424,"id":1061,"parentId":1017,"tags":{"name":"static/chunks/app/api/jupyter/save/route-3f35b1632748332d.js","cache":"HIT"},"startTime":1776939678887,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47420,"timestamp":512233429,"id":1062,"parentId":1017,"tags":{"name":"static/chunks/app/api/jupyter/shutdown/route-678e8203bffe8d47.js","cache":"HIT"},"startTime":1776939678887,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47417,"timestamp":512233434,"id":1063,"parentId":1017,"tags":{"name":"static/chunks/app/api/lsp/definition/route-bae546f22cbe4830.js","cache":"HIT"},"startTime":1776939678887,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47413,"timestamp":512233440,"id":1064,"parentId":1017,"tags":{"name":"static/chunks/app/api/lsp/hover/route-e5fce261a01c9645.js","cache":"HIT"},"startTime":1776939678887,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47409,"timestamp":512233445,"id":1065,"parentId":1017,"tags":{"name":"static/chunks/app/api/lsp/references/route-84ac97055af8a5e4.js","cache":"HIT"},"startTime":1776939678887,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47405,"timestamp":512233450,"id":1066,"parentId":1017,"tags":{"name":"static/chunks/app/api/lsp/status/route-67a1873817362eac.js","cache":"HIT"},"startTime":1776939678887,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47402,"timestamp":512233455,"id":1067,"parentId":1017,"tags":{"name":"static/chunks/app/api/lsp/warmup/route-05ae8887b9db9145.js","cache":"HIT"},"startTime":1776939678887,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47398,"timestamp":512233460,"id":1068,"parentId":1017,"tags":{"name":"static/chunks/app/api/mysql/columns/route-01c66374674f2319.js","cache":"HIT"},"startTime":1776939678887,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47395,"timestamp":512233465,"id":1069,"parentId":1017,"tags":{"name":"static/chunks/app/api/mysql/connect/route-ec075b491d961208.js","cache":"HIT"},"startTime":1776939678887,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47391,"timestamp":512233470,"id":1070,"parentId":1017,"tags":{"name":"static/chunks/app/api/mysql/disconnect/route-854b2df214c1f5ae.js","cache":"HIT"},"startTime":1776939678887,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47386,"timestamp":512233477,"id":1071,"parentId":1017,"tags":{"name":"static/chunks/app/api/mysql/export/route-11c3782c34ceae70.js","cache":"HIT"},"startTime":1776939678887,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47383,"timestamp":512233482,"id":1072,"parentId":1017,"tags":{"name":"static/chunks/app/api/mysql/query/route-49e9f97fa8c3b137.js","cache":"HIT"},"startTime":1776939678887,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47379,"timestamp":512233487,"id":1073,"parentId":1017,"tags":{"name":"static/chunks/app/api/mysql/schemas/route-27a8692b6308b3d5.js","cache":"HIT"},"startTime":1776939678887,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47374,"timestamp":512233493,"id":1074,"parentId":1017,"tags":{"name":"static/chunks/app/api/neo4j/connect/route-82c1770a34356e02.js","cache":"HIT"},"startTime":1776939678887,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47370,"timestamp":512233498,"id":1075,"parentId":1017,"tags":{"name":"static/chunks/app/api/neo4j/disconnect/route-385603ed5562b17a.js","cache":"HIT"},"startTime":1776939678887,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47366,"timestamp":512233503,"id":1076,"parentId":1017,"tags":{"name":"static/chunks/app/api/neo4j/query/route-f9821fa1d3acef26.js","cache":"HIT"},"startTime":1776939678887,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47363,"timestamp":512233508,"id":1077,"parentId":1017,"tags":{"name":"static/chunks/app/api/neo4j/schema/route-8be3e0d254716ff1.js","cache":"HIT"},"startTime":1776939678887,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47359,"timestamp":512233514,"id":1078,"parentId":1017,"tags":{"name":"static/chunks/app/api/open-cursor/route-c239b67b10f1e6ac.js","cache":"HIT"},"startTime":1776939678887,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47356,"timestamp":512233518,"id":1079,"parentId":1017,"tags":{"name":"static/chunks/app/api/open-vscode/route-7782955de34e4600.js","cache":"HIT"},"startTime":1776939678887,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47352,"timestamp":512233523,"id":1080,"parentId":1017,"tags":{"name":"static/chunks/app/api/pick-folder/route-006167d7861574b3.js","cache":"HIT"},"startTime":1776939678887,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47344,"timestamp":512233533,"id":1081,"parentId":1017,"tags":{"name":"static/chunks/app/api/pinned-sessions/route-849060b8fa811fb4.js","cache":"HIT"},"startTime":1776939678887,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47340,"timestamp":512233538,"id":1082,"parentId":1017,"tags":{"name":"static/chunks/app/api/project-state/route-9b9f70f70fc5d1a0.js","cache":"HIT"},"startTime":1776939678887,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47336,"timestamp":512233544,"id":1083,"parentId":1017,"tags":{"name":"static/chunks/app/api/redis/command/route-cbc4fc5d8b8cd166.js","cache":"HIT"},"startTime":1776939678887,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47333,"timestamp":512233549,"id":1084,"parentId":1017,"tags":{"name":"static/chunks/app/api/redis/connect/route-8de4cf324116aaf5.js","cache":"HIT"},"startTime":1776939678887,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47329,"timestamp":512233554,"id":1085,"parentId":1017,"tags":{"name":"static/chunks/app/api/redis/delete/route-c79441bfc5ec4082.js","cache":"HIT"},"startTime":1776939678887,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47326,"timestamp":512233559,"id":1086,"parentId":1017,"tags":{"name":"static/chunks/app/api/redis/disconnect/route-4a3047162680ef85.js","cache":"HIT"},"startTime":1776939678887,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47322,"timestamp":512233564,"id":1087,"parentId":1017,"tags":{"name":"static/chunks/app/api/redis/get/route-cbeda4d74978ff4c.js","cache":"HIT"},"startTime":1776939678887,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47319,"timestamp":512233569,"id":1088,"parentId":1017,"tags":{"name":"static/chunks/app/api/redis/keys/route-b72c981ae24e7da8.js","cache":"HIT"},"startTime":1776939678887,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47316,"timestamp":512233574,"id":1089,"parentId":1017,"tags":{"name":"static/chunks/app/api/redis/set/route-3a095133c9461e87.js","cache":"HIT"},"startTime":1776939678887,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47312,"timestamp":512233579,"id":1090,"parentId":1017,"tags":{"name":"static/chunks/app/api/review/[id]/comments/route-7eaa5944adfe50af.js","cache":"HIT"},"startTime":1776939678887,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47308,"timestamp":512233584,"id":1091,"parentId":1017,"tags":{"name":"static/chunks/app/api/review/[id]/replies/route-45f6686a5dffffb9.js","cache":"HIT"},"startTime":1776939678887,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47304,"timestamp":512233590,"id":1092,"parentId":1017,"tags":{"name":"static/chunks/app/api/review/[id]/route-82010df2fc1ee632.js","cache":"HIT"},"startTime":1776939678887,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47301,"timestamp":512233595,"id":1093,"parentId":1017,"tags":{"name":"static/chunks/app/api/review/identify/route-3c47e54adc19df58.js","cache":"HIT"},"startTime":1776939678887,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47297,"timestamp":512233599,"id":1094,"parentId":1017,"tags":{"name":"static/chunks/app/api/review/order/route-d4a999f81025c779.js","cache":"HIT"},"startTime":1776939678887,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47294,"timestamp":512233604,"id":1095,"parentId":1017,"tags":{"name":"static/chunks/app/api/review/route-0d608c205c6d68c4.js","cache":"HIT"},"startTime":1776939678887,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47291,"timestamp":512233609,"id":1096,"parentId":1017,"tags":{"name":"static/chunks/app/api/review/share-info/route-f5ff59630f9848ae.js","cache":"HIT"},"startTime":1776939678887,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47286,"timestamp":512233616,"id":1097,"parentId":1017,"tags":{"name":"static/chunks/app/api/review/users/route-b014b8ec6e4c9e87.js","cache":"HIT"},"startTime":1776939678887,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47283,"timestamp":512233621,"id":1098,"parentId":1017,"tags":{"name":"static/chunks/app/api/services/config/route-721acfacc8c139cd.js","cache":"HIT"},"startTime":1776939678887,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47279,"timestamp":512233626,"id":1099,"parentId":1017,"tags":{"name":"static/chunks/app/api/services/scripts/route-3d81e020f47bed20.js","cache":"HIT"},"startTime":1776939678887,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47276,"timestamp":512233631,"id":1100,"parentId":1017,"tags":{"name":"static/chunks/app/api/settings/route-78d17c4bfea2b29a.js","cache":"HIT"},"startTime":1776939678887,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47272,"timestamp":512233636,"id":1101,"parentId":1017,"tags":{"name":"static/chunks/app/api/version/route-0bf5492e529f4b4b.js","cache":"HIT"},"startTime":1776939678887,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47269,"timestamp":512233641,"id":1102,"parentId":1017,"tags":{"name":"static/chunks/app/manifest.webmanifest/route-1c538cf8511bee9b.js","cache":"HIT"},"startTime":1776939678887,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47266,"timestamp":512233646,"id":1103,"parentId":1017,"tags":{"name":"static/chunks/app/api/bash/route-c3eed81e2e1342d2.js","cache":"HIT"},"startTime":1776939678887,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47262,"timestamp":512233652,"id":1104,"parentId":1017,"tags":{"name":"static/chunks/app/api/chat/ollama/route-7f91766874d762bd.js","cache":"HIT"},"startTime":1776939678887,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47259,"timestamp":512233657,"id":1105,"parentId":1017,"tags":{"name":"static/chunks/app/api/commands/route-93daf54692ae0707.js","cache":"HIT"},"startTime":1776939678887,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47255,"timestamp":512233662,"id":1106,"parentId":1017,"tags":{"name":"static/chunks/app/api/claude-stats/route-567e37f65d4f4920.js","cache":"HIT"},"startTime":1776939678887,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47252,"timestamp":512233667,"id":1107,"parentId":1017,"tags":{"name":"static/chunks/app/api/chat/kimi/route-72aa6e48bacd4358.js","cache":"HIT"},"startTime":1776939678887,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47248,"timestamp":512233672,"id":1108,"parentId":1017,"tags":{"name":"static/chunks/app/api/chat/codex/route-92feabc50ee063d1.js","cache":"HIT"},"startTime":1776939678887,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47245,"timestamp":512233677,"id":1109,"parentId":1017,"tags":{"name":"static/chunks/app/api/files/blame/route-b07d8cf77be2ae1b.js","cache":"HIT"},"startTime":1776939678887,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47242,"timestamp":512233682,"id":1110,"parentId":1017,"tags":{"name":"static/chunks/app/api/files/search/route-7dc7c6af32c35cf2.js","cache":"HIT"},"startTime":1776939678887,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47238,"timestamp":512233687,"id":1111,"parentId":1017,"tags":{"name":"static/chunks/app/api/ollama/models/route-af12ec5c9d8d17d4.js","cache":"HIT"},"startTime":1776939678887,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47235,"timestamp":512233692,"id":1112,"parentId":1017,"tags":{"name":"static/chunks/app/api/note/route-09bb1102450b1a27.js","cache":"HIT"},"startTime":1776939678887,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47232,"timestamp":512233697,"id":1113,"parentId":1017,"tags":{"name":"static/chunks/app/api/ollama/start/route-8adeea838213bcb7.js","cache":"HIT"},"startTime":1776939678887,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47229,"timestamp":512233702,"id":1114,"parentId":1017,"tags":{"name":"static/chunks/app/api/project-settings/route-18b9adc0f9dab520.js","cache":"HIT"},"startTime":1776939678887,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47226,"timestamp":512233707,"id":1115,"parentId":1017,"tags":{"name":"static/chunks/app/api/projects/route-2137f4c64e5e745e.js","cache":"HIT"},"startTime":1776939678887,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47222,"timestamp":512233712,"id":1116,"parentId":1017,"tags":{"name":"static/chunks/app/api/session/[sessionId]/fork/route-52f1a481a39d9104.js","cache":"HIT"},"startTime":1776939678887,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47218,"timestamp":512233718,"id":1117,"parentId":1017,"tags":{"name":"static/chunks/app/api/scheduled-tasks/route-01af1b111108d767.js","cache":"HIT"},"startTime":1776939678887,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47214,"timestamp":512233723,"id":1118,"parentId":1017,"tags":{"name":"static/chunks/app/api/session/[sessionId]/history/route-1c9c76e957d75ba9.js","cache":"HIT"},"startTime":1776939678887,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47211,"timestamp":512233728,"id":1119,"parentId":1017,"tags":{"name":"static/chunks/app/api/sessions/projects/[encodedPath]/route-ff4c25ec1e94d5e4.js","cache":"HIT"},"startTime":1776939678887,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47207,"timestamp":512233734,"id":1120,"parentId":1017,"tags":{"name":"static/chunks/app/api/sessions/projects/route-08433b9499d91a6a.js","cache":"HIT"},"startTime":1776939678887,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47203,"timestamp":512233739,"id":1121,"parentId":1017,"tags":{"name":"static/chunks/app/api/skills/content/route-73c44a9e0c844200.js","cache":"HIT"},"startTime":1776939678887,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47199,"timestamp":512233745,"id":1122,"parentId":1017,"tags":{"name":"static/chunks/app/api/skills/[id]/route-d5f93e381aaa8407.js","cache":"HIT"},"startTime":1776939678887,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47196,"timestamp":512233749,"id":1123,"parentId":1017,"tags":{"name":"static/chunks/app/api/terminal/aliases/route-1c3c1e24ad89ddba.js","cache":"HIT"},"startTime":1776939678887,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47193,"timestamp":512233754,"id":1124,"parentId":1017,"tags":{"name":"static/chunks/app/api/skills/route-ce7c1066c80762ff.js","cache":"HIT"},"startTime":1776939678887,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47189,"timestamp":512233760,"id":1125,"parentId":1017,"tags":{"name":"static/chunks/app/api/terminal/autocomplete/route-7cb0712f2b4b9657.js","cache":"HIT"},"startTime":1776939678887,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47186,"timestamp":512233765,"id":1126,"parentId":1017,"tags":{"name":"static/chunks/app/api/sessions/route-e0517794ccb18296.js","cache":"HIT"},"startTime":1776939678887,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47182,"timestamp":512233770,"id":1127,"parentId":1017,"tags":{"name":"static/chunks/app/api/terminal/env/route-21f568bdd870330b.js","cache":"HIT"},"startTime":1776939678887,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47178,"timestamp":512233775,"id":1128,"parentId":1017,"tags":{"name":"static/chunks/app/api/terminal/bubble-order/route-610a5a8d5e696751.js","cache":"HIT"},"startTime":1776939678887,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47175,"timestamp":512233781,"id":1129,"parentId":1017,"tags":{"name":"static/chunks/app/api/session-by-path/route-eb6c30e3bd902220.js","cache":"HIT"},"startTime":1776939678887,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47171,"timestamp":512233786,"id":1130,"parentId":1017,"tags":{"name":"static/chunks/app/api/terminal/history/route-9678eb1f25e75ad4.js","cache":"HIT"},"startTime":1776939678887,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":47168,"timestamp":512233790,"id":1131,"parentId":1017,"tags":{"name":"static/chunks/app/page-7a7a836baf8a0ed2.js","cache":"HIT"},"startTime":1776939678887,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":14207,"timestamp":512266753,"id":1133,"parentId":1017,"tags":{"name":"static/chunks/app/review/[id]/page-6b785d5cb667b67a.js","cache":"HIT"},"startTime":1776939678920,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":14141,"timestamp":512266822,"id":1134,"parentId":1017,"tags":{"name":"static/chunks/webpack-ea5745a84eeccb78.js","cache":"HIT"},"startTime":1776939678920,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":14136,"timestamp":512266830,"id":1135,"parentId":1017,"tags":{"name":"static/chunks/8776.cf5f8a8d237591ae.js","cache":"HIT"},"startTime":1776939678920,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":14130,"timestamp":512266837,"id":1136,"parentId":1017,"tags":{"name":"static/chunks/9302.e7c3a924fe475a0d.js","cache":"HIT"},"startTime":1776939678920,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":14126,"timestamp":512266843,"id":1137,"parentId":1017,"tags":{"name":"static/chunks/8773.7c862d554fa9752c.js","cache":"HIT"},"startTime":1776939678920,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":14122,"timestamp":512266849,"id":1138,"parentId":1017,"tags":{"name":"static/chunks/36.aad6469b2cce66e8.js","cache":"HIT"},"startTime":1776939678920,"traceId":"08253691ab17f82f"}]
7
+ [{"name":"minify-js","duration":14119,"timestamp":512266854,"id":1139,"parentId":1017,"tags":{"name":"static/chunks/5575.e098244f80a816dc.js","cache":"HIT"},"startTime":1776939678920,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":14114,"timestamp":512266860,"id":1140,"parentId":1017,"tags":{"name":"static/chunks/3175.7d6a7252ca08164f.js","cache":"HIT"},"startTime":1776939678920,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":14111,"timestamp":512266865,"id":1141,"parentId":1017,"tags":{"name":"static/chunks/3186.fa075f8da2b5a168.js","cache":"HIT"},"startTime":1776939678920,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":14107,"timestamp":512266870,"id":1142,"parentId":1017,"tags":{"name":"static/chunks/2765.e82705b4c08d2395.js","cache":"HIT"},"startTime":1776939678920,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":14104,"timestamp":512266876,"id":1143,"parentId":1017,"tags":{"name":"static/chunks/7455.927d4aeb073e8bcc.js","cache":"HIT"},"startTime":1776939678920,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":14100,"timestamp":512266881,"id":1144,"parentId":1017,"tags":{"name":"static/chunks/4174.9a0b706f63ff2110.js","cache":"HIT"},"startTime":1776939678920,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":14097,"timestamp":512266887,"id":1145,"parentId":1017,"tags":{"name":"static/chunks/9178.044a37e7499f7aba.js","cache":"HIT"},"startTime":1776939678920,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":14094,"timestamp":512266892,"id":1146,"parentId":1017,"tags":{"name":"static/chunks/3313.08d96ec96eac6b39.js","cache":"HIT"},"startTime":1776939678920,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":14091,"timestamp":512266897,"id":1147,"parentId":1017,"tags":{"name":"static/chunks/8318.11064c98cff59d11.js","cache":"HIT"},"startTime":1776939678920,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":14087,"timestamp":512266902,"id":1148,"parentId":1017,"tags":{"name":"static/chunks/7846.c3f4bb2ef96e0889.js","cache":"HIT"},"startTime":1776939678920,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":14084,"timestamp":512266907,"id":1149,"parentId":1017,"tags":{"name":"static/chunks/6686.e010f18dafd96ce3.js","cache":"HIT"},"startTime":1776939678920,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":14081,"timestamp":512266912,"id":1150,"parentId":1017,"tags":{"name":"static/chunks/4900.2982169aa23d9cae.js","cache":"HIT"},"startTime":1776939678920,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":14077,"timestamp":512266918,"id":1151,"parentId":1017,"tags":{"name":"static/chunks/2747.1fa40829b7fc61ed.js","cache":"HIT"},"startTime":1776939678920,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":14074,"timestamp":512266923,"id":1152,"parentId":1017,"tags":{"name":"static/chunks/3290.9ce9507152d8775e.js","cache":"HIT"},"startTime":1776939678920,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":14071,"timestamp":512266928,"id":1153,"parentId":1017,"tags":{"name":"static/chunks/8496.c237be43ffc724ae.js","cache":"HIT"},"startTime":1776939678920,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":14091,"timestamp":512266933,"id":1154,"parentId":1017,"tags":{"name":"static/chunks/5331.b520c9ecb308554b.js","cache":"HIT"},"startTime":1776939678920,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":14088,"timestamp":512266938,"id":1155,"parentId":1017,"tags":{"name":"static/chunks/5937.b7d1dfffd1eb2f8d.js","cache":"HIT"},"startTime":1776939678920,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":14085,"timestamp":512266943,"id":1156,"parentId":1017,"tags":{"name":"static/chunks/8406.851a3e1ca052fca5.js","cache":"HIT"},"startTime":1776939678920,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":14082,"timestamp":512266949,"id":1157,"parentId":1017,"tags":{"name":"static/chunks/5005.89f20c77b8fdc4bf.js","cache":"HIT"},"startTime":1776939678920,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":14075,"timestamp":512266958,"id":1158,"parentId":1017,"tags":{"name":"static/chunks/4608.2fc44d984192af90.js","cache":"HIT"},"startTime":1776939678920,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":14072,"timestamp":512266963,"id":1159,"parentId":1017,"tags":{"name":"static/chunks/8192.cee5fe6896cd2428.js","cache":"HIT"},"startTime":1776939678920,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":14069,"timestamp":512266968,"id":1160,"parentId":1017,"tags":{"name":"static/chunks/7113.27c27f3535799f74.js","cache":"HIT"},"startTime":1776939678920,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":14065,"timestamp":512266974,"id":1161,"parentId":1017,"tags":{"name":"static/chunks/4242.744a93febd68428e.js","cache":"HIT"},"startTime":1776939678920,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":14063,"timestamp":512266979,"id":1162,"parentId":1017,"tags":{"name":"static/chunks/4367.ccd453ca4f3be9e9.js","cache":"HIT"},"startTime":1776939678920,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":14058,"timestamp":512266987,"id":1163,"parentId":1017,"tags":{"name":"static/chunks/5183.869a777619228249.js","cache":"HIT"},"startTime":1776939678920,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":14055,"timestamp":512266992,"id":1164,"parentId":1017,"tags":{"name":"static/chunks/6959.26122ff5d0290050.js","cache":"HIT"},"startTime":1776939678920,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":14052,"timestamp":512266997,"id":1165,"parentId":1017,"tags":{"name":"static/chunks/5482.a2bf161a92d1587d.js","cache":"HIT"},"startTime":1776939678920,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":14025,"timestamp":512267027,"id":1166,"parentId":1017,"tags":{"name":"static/chunks/5498.de095dd856c6f75e.js","cache":"HIT"},"startTime":1776939678920,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":14018,"timestamp":512267035,"id":1167,"parentId":1017,"tags":{"name":"static/chunks/1188.fd2b7cde27d7da4b.js","cache":"HIT"},"startTime":1776939678920,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":14004,"timestamp":512267052,"id":1168,"parentId":1017,"tags":{"name":"static/chunks/2403.6b3f9e8698bf162a.js","cache":"HIT"},"startTime":1776939678920,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":14000,"timestamp":512267058,"id":1169,"parentId":1017,"tags":{"name":"static/chunks/6647.1f700d3541458519.js","cache":"HIT"},"startTime":1776939678920,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13997,"timestamp":512267063,"id":1170,"parentId":1017,"tags":{"name":"static/chunks/3787.41899be7825207af.js","cache":"HIT"},"startTime":1776939678920,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13993,"timestamp":512267069,"id":1171,"parentId":1017,"tags":{"name":"static/chunks/5920.648913c3d7c4ad46.js","cache":"HIT"},"startTime":1776939678920,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13990,"timestamp":512267074,"id":1172,"parentId":1017,"tags":{"name":"static/chunks/6110.98c96432e0f6c8e7.js","cache":"HIT"},"startTime":1776939678920,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13986,"timestamp":512267080,"id":1173,"parentId":1017,"tags":{"name":"static/chunks/1413.f57623563e2c98b8.js","cache":"HIT"},"startTime":1776939678920,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13983,"timestamp":512267085,"id":1174,"parentId":1017,"tags":{"name":"static/chunks/9261.00e5964190d6eabc.js","cache":"HIT"},"startTime":1776939678920,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13980,"timestamp":512267090,"id":1175,"parentId":1017,"tags":{"name":"static/chunks/3782.a86ade822cebe717.js","cache":"HIT"},"startTime":1776939678920,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13976,"timestamp":512267096,"id":1176,"parentId":1017,"tags":{"name":"static/chunks/6331.1b937b7a6059bc5c.js","cache":"HIT"},"startTime":1776939678920,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13973,"timestamp":512267101,"id":1177,"parentId":1017,"tags":{"name":"static/chunks/5338.19028973f057003c.js","cache":"HIT"},"startTime":1776939678920,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13969,"timestamp":512267107,"id":1178,"parentId":1017,"tags":{"name":"static/chunks/4350.7b37efca425923a9.js","cache":"HIT"},"startTime":1776939678920,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13966,"timestamp":512267112,"id":1179,"parentId":1017,"tags":{"name":"static/chunks/9015.0fb4988a353cf1fb.js","cache":"HIT"},"startTime":1776939678920,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13963,"timestamp":512267117,"id":1180,"parentId":1017,"tags":{"name":"static/chunks/3288.e0e95479f8e144f2.js","cache":"HIT"},"startTime":1776939678920,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13959,"timestamp":512267123,"id":1181,"parentId":1017,"tags":{"name":"static/chunks/1932.465d83a4033e634d.js","cache":"HIT"},"startTime":1776939678920,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13956,"timestamp":512267128,"id":1182,"parentId":1017,"tags":{"name":"static/chunks/7819.632d6ca73d39b6d1.js","cache":"HIT"},"startTime":1776939678920,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13952,"timestamp":512267134,"id":1183,"parentId":1017,"tags":{"name":"static/chunks/2614.1fb6a3f66c124fa1.js","cache":"HIT"},"startTime":1776939678920,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13949,"timestamp":512267140,"id":1184,"parentId":1017,"tags":{"name":"static/chunks/2783.74fc40454900cc92.js","cache":"HIT"},"startTime":1776939678920,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13946,"timestamp":512267145,"id":1185,"parentId":1017,"tags":{"name":"static/chunks/4829.44502220b0129e28.js","cache":"HIT"},"startTime":1776939678920,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13943,"timestamp":512267150,"id":1186,"parentId":1017,"tags":{"name":"static/chunks/425.94eff8cea862bac5.js","cache":"HIT"},"startTime":1776939678920,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13939,"timestamp":512267156,"id":1187,"parentId":1017,"tags":{"name":"static/chunks/7844.6698481a000216e5.js","cache":"HIT"},"startTime":1776939678920,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13936,"timestamp":512267161,"id":1188,"parentId":1017,"tags":{"name":"static/chunks/698.d958b4f426e473ab.js","cache":"HIT"},"startTime":1776939678920,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13932,"timestamp":512267166,"id":1189,"parentId":1017,"tags":{"name":"static/chunks/4583.6f32653e4820000f.js","cache":"HIT"},"startTime":1776939678920,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13929,"timestamp":512267171,"id":1190,"parentId":1017,"tags":{"name":"static/chunks/1198.66512d0e6d281760.js","cache":"HIT"},"startTime":1776939678920,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13926,"timestamp":512267176,"id":1191,"parentId":1017,"tags":{"name":"static/chunks/4678.1c977c388f4335b0.js","cache":"HIT"},"startTime":1776939678920,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13923,"timestamp":512267181,"id":1192,"parentId":1017,"tags":{"name":"static/chunks/2964.92c42112254b5d4d.js","cache":"HIT"},"startTime":1776939678920,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13920,"timestamp":512267186,"id":1193,"parentId":1017,"tags":{"name":"static/chunks/2349.4c631f92ea7c9a72.js","cache":"HIT"},"startTime":1776939678920,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13917,"timestamp":512267191,"id":1194,"parentId":1017,"tags":{"name":"static/chunks/6293.3d99e4edff97ce19.js","cache":"HIT"},"startTime":1776939678920,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13914,"timestamp":512267196,"id":1195,"parentId":1017,"tags":{"name":"static/chunks/5061.da628e2cc88d329a.js","cache":"HIT"},"startTime":1776939678920,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13911,"timestamp":512267201,"id":1196,"parentId":1017,"tags":{"name":"static/chunks/4823.be44845afc184ec5.js","cache":"HIT"},"startTime":1776939678920,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13903,"timestamp":512267210,"id":1197,"parentId":1017,"tags":{"name":"static/chunks/2501.a452e442d158f3f0.js","cache":"HIT"},"startTime":1776939678920,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13900,"timestamp":512267215,"id":1198,"parentId":1017,"tags":{"name":"static/chunks/8670.da1bd5795c37383d.js","cache":"HIT"},"startTime":1776939678920,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13897,"timestamp":512267220,"id":1199,"parentId":1017,"tags":{"name":"static/chunks/4223.987b031dc1751ff3.js","cache":"HIT"},"startTime":1776939678920,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13894,"timestamp":512267225,"id":1200,"parentId":1017,"tags":{"name":"static/chunks/7977.609af35d9daf6cea.js","cache":"HIT"},"startTime":1776939678920,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13892,"timestamp":512267230,"id":1201,"parentId":1017,"tags":{"name":"static/chunks/2031.6051672457ef48f4.js","cache":"HIT"},"startTime":1776939678920,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13889,"timestamp":512267235,"id":1202,"parentId":1017,"tags":{"name":"static/chunks/8457.febf638b91e4a542.js","cache":"HIT"},"startTime":1776939678920,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13885,"timestamp":512267241,"id":1203,"parentId":1017,"tags":{"name":"static/chunks/2041.bac4409c50e7b498.js","cache":"HIT"},"startTime":1776939678920,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13882,"timestamp":512267246,"id":1204,"parentId":1017,"tags":{"name":"static/chunks/3194.8353563a594a9666.js","cache":"HIT"},"startTime":1776939678920,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13879,"timestamp":512267251,"id":1205,"parentId":1017,"tags":{"name":"static/chunks/2895.3c7c19bbbf4f6158.js","cache":"HIT"},"startTime":1776939678920,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13876,"timestamp":512267256,"id":1206,"parentId":1017,"tags":{"name":"static/chunks/640.4f1665b61ecb00c9.js","cache":"HIT"},"startTime":1776939678920,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13873,"timestamp":512267260,"id":1207,"parentId":1017,"tags":{"name":"static/chunks/9186.9a43d3853430f495.js","cache":"HIT"},"startTime":1776939678920,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13870,"timestamp":512267266,"id":1208,"parentId":1017,"tags":{"name":"static/chunks/6887.f23e10f1d4aae979.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13867,"timestamp":512267271,"id":1209,"parentId":1017,"tags":{"name":"static/chunks/9448.98915a3e831dd4b3.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13864,"timestamp":512267276,"id":1210,"parentId":1017,"tags":{"name":"static/chunks/9690.9a9cc05a2f1a7473.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13861,"timestamp":512267281,"id":1211,"parentId":1017,"tags":{"name":"static/chunks/4553.d23e2eaa905033c2.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13858,"timestamp":512267285,"id":1212,"parentId":1017,"tags":{"name":"static/chunks/1248.032d3aa3d1b6dc8b.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13855,"timestamp":512267290,"id":1213,"parentId":1017,"tags":{"name":"static/chunks/9189.155e8b97d6d08a7a.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13853,"timestamp":512267295,"id":1214,"parentId":1017,"tags":{"name":"static/chunks/400.2bf206f4fafee390.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13850,"timestamp":512267299,"id":1215,"parentId":1017,"tags":{"name":"static/chunks/3437.c8d37b1dcea09a48.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13847,"timestamp":512267304,"id":1216,"parentId":1017,"tags":{"name":"static/chunks/2735.89be64531b13eda5.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13844,"timestamp":512267310,"id":1217,"parentId":1017,"tags":{"name":"static/chunks/1335.338eb18c1f849748.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13840,"timestamp":512267315,"id":1218,"parentId":1017,"tags":{"name":"static/chunks/1215.34498eb4e3a8464f.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13837,"timestamp":512267320,"id":1219,"parentId":1017,"tags":{"name":"static/chunks/2374.95263727c9bf88e8.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13834,"timestamp":512267325,"id":1220,"parentId":1017,"tags":{"name":"static/chunks/9421.ec796638d1371dd5.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13831,"timestamp":512267330,"id":1221,"parentId":1017,"tags":{"name":"static/chunks/10.a86dd33ee260874a.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13828,"timestamp":512267335,"id":1222,"parentId":1017,"tags":{"name":"static/chunks/3476.c0d3fca16c2a0b1f.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13826,"timestamp":512267339,"id":1223,"parentId":1017,"tags":{"name":"static/chunks/1656.e7a467524bb9ef0b.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13815,"timestamp":512267352,"id":1224,"parentId":1017,"tags":{"name":"static/chunks/8243.486a6dc7a56913b5.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13813,"timestamp":512267357,"id":1225,"parentId":1017,"tags":{"name":"static/chunks/816.070dd0b3c7eca472.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13810,"timestamp":512267362,"id":1226,"parentId":1017,"tags":{"name":"static/chunks/376.513c7b4ab5d24670.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13808,"timestamp":512267367,"id":1227,"parentId":1017,"tags":{"name":"static/chunks/6938.5b5b9c0e67de5779.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13805,"timestamp":512267372,"id":1228,"parentId":1017,"tags":{"name":"static/chunks/794.874bd281a91eb0be.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13802,"timestamp":512267377,"id":1229,"parentId":1017,"tags":{"name":"static/chunks/4309.83e97fd358c568f0.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13799,"timestamp":512267381,"id":1230,"parentId":1017,"tags":{"name":"static/chunks/6931.5563a247425ff795.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13797,"timestamp":512267386,"id":1231,"parentId":1017,"tags":{"name":"static/chunks/3392.c3f28c00258237d2.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13792,"timestamp":512267393,"id":1232,"parentId":1017,"tags":{"name":"static/chunks/6402.8802184b078cd227.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13760,"timestamp":512267427,"id":1233,"parentId":1017,"tags":{"name":"static/chunks/4053.913f2710e0bc99ce.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13757,"timestamp":512267432,"id":1234,"parentId":1017,"tags":{"name":"static/chunks/3860.100e28e5c0d7dfac.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13754,"timestamp":512267437,"id":1235,"parentId":1017,"tags":{"name":"static/chunks/4650.eac8c19d2babfb0f.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13751,"timestamp":512267442,"id":1236,"parentId":1017,"tags":{"name":"static/chunks/1453.3995fc5da405ff2e.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13746,"timestamp":512267448,"id":1237,"parentId":1017,"tags":{"name":"static/chunks/8132.0babe138cc7888fd.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13742,"timestamp":512267454,"id":1238,"parentId":1017,"tags":{"name":"static/chunks/4634.cb548b29744b8af6.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13739,"timestamp":512267459,"id":1239,"parentId":1017,"tags":{"name":"static/chunks/6339.acbf22062261fbb2.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"}]
8
+ [{"name":"minify-js","duration":13736,"timestamp":512267464,"id":1240,"parentId":1017,"tags":{"name":"static/chunks/5968.8e4a2aa9d4ae16b1.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13733,"timestamp":512267470,"id":1241,"parentId":1017,"tags":{"name":"static/chunks/6572.c68fa9dd48e855fe.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13730,"timestamp":512267475,"id":1242,"parentId":1017,"tags":{"name":"static/chunks/583.6913a3809b25245b.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13727,"timestamp":512267479,"id":1243,"parentId":1017,"tags":{"name":"static/chunks/2839.03c9cc023f78256e.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13727,"timestamp":512267484,"id":1244,"parentId":1017,"tags":{"name":"static/chunks/7227.19091b1b241ca45c.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13725,"timestamp":512267489,"id":1245,"parentId":1017,"tags":{"name":"static/chunks/1280.3fd7e094d6fae2cf.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13722,"timestamp":512267493,"id":1246,"parentId":1017,"tags":{"name":"static/chunks/5347.62bcbead35f1d7a9.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13719,"timestamp":512267498,"id":1247,"parentId":1017,"tags":{"name":"static/chunks/9220.e152797abf0e9997.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13716,"timestamp":512267503,"id":1248,"parentId":1017,"tags":{"name":"static/chunks/6741.528a6819251e1fbb.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13713,"timestamp":512267508,"id":1249,"parentId":1017,"tags":{"name":"static/chunks/5670.5d74796feda08276.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13711,"timestamp":512267513,"id":1250,"parentId":1017,"tags":{"name":"static/chunks/3873.9ad63ba235730e32.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13708,"timestamp":512267517,"id":1251,"parentId":1017,"tags":{"name":"static/chunks/3072.09eb6cd013d86327.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13705,"timestamp":512267522,"id":1252,"parentId":1017,"tags":{"name":"static/chunks/541.58a363bc4d46845e.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13702,"timestamp":512267527,"id":1253,"parentId":1017,"tags":{"name":"static/chunks/3304.f081fdc3ebdb5214.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13700,"timestamp":512267532,"id":1254,"parentId":1017,"tags":{"name":"static/chunks/5645.b5158a5d570c2de7.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13697,"timestamp":512267537,"id":1255,"parentId":1017,"tags":{"name":"static/chunks/1184.0c6560fbcff196ee.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13694,"timestamp":512267542,"id":1256,"parentId":1017,"tags":{"name":"static/chunks/6729.bbfd2a5324e6b598.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13691,"timestamp":512267547,"id":1257,"parentId":1017,"tags":{"name":"static/chunks/5690.a8e86ab0c10f736b.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13688,"timestamp":512267552,"id":1258,"parentId":1017,"tags":{"name":"static/chunks/9842.c9a9ef21e4ac986b.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13686,"timestamp":512267557,"id":1259,"parentId":1017,"tags":{"name":"static/chunks/1501.5ee5dbf184d74701.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13683,"timestamp":512267562,"id":1260,"parentId":1017,"tags":{"name":"static/chunks/194.f167337f50225ab9.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13681,"timestamp":512267566,"id":1261,"parentId":1017,"tags":{"name":"static/chunks/4567.e27e45377d78a71b.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13677,"timestamp":512267571,"id":1262,"parentId":1017,"tags":{"name":"static/chunks/4540.31ea9b12cd7e8344.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13675,"timestamp":512267576,"id":1263,"parentId":1017,"tags":{"name":"static/chunks/6455.098e1cc52373590c.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13672,"timestamp":512267581,"id":1264,"parentId":1017,"tags":{"name":"static/chunks/5320.cd2763bfcaf21772.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13670,"timestamp":512267586,"id":1265,"parentId":1017,"tags":{"name":"static/chunks/2215.fb010eac3ba68a86.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13667,"timestamp":512267591,"id":1266,"parentId":1017,"tags":{"name":"static/chunks/7799.b690007167173ad9.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13664,"timestamp":512267595,"id":1267,"parentId":1017,"tags":{"name":"static/chunks/6099.82f989d646337ffb.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13662,"timestamp":512267600,"id":1268,"parentId":1017,"tags":{"name":"static/chunks/8288.07e29419e8cb668c.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13659,"timestamp":512267605,"id":1269,"parentId":1017,"tags":{"name":"static/chunks/6290.86719ce3def06011.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13657,"timestamp":512267610,"id":1270,"parentId":1017,"tags":{"name":"static/chunks/3419.90a9ee6da5ab98d0.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13655,"timestamp":512267615,"id":1271,"parentId":1017,"tags":{"name":"static/chunks/9547.c7ac1449da54e2db.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13652,"timestamp":512267620,"id":1272,"parentId":1017,"tags":{"name":"static/chunks/4474.c79873facc33ff21.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13649,"timestamp":512267624,"id":1273,"parentId":1017,"tags":{"name":"static/chunks/6948.2742954b7526015e.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13646,"timestamp":512267629,"id":1274,"parentId":1017,"tags":{"name":"static/chunks/968.e9fd828deab9a857.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13643,"timestamp":512267634,"id":1275,"parentId":1017,"tags":{"name":"static/chunks/7040.df96cbc5f67f15af.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13640,"timestamp":512267639,"id":1276,"parentId":1017,"tags":{"name":"static/chunks/6166.38c3e6fdcca544a2.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13637,"timestamp":512267644,"id":1277,"parentId":1017,"tags":{"name":"static/chunks/8947.a2be8b892f8eab46.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13634,"timestamp":512267648,"id":1278,"parentId":1017,"tags":{"name":"static/chunks/3324.b6ce7bc8c94d0c51.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13631,"timestamp":512267653,"id":1279,"parentId":1017,"tags":{"name":"static/chunks/3095.08c252b33c080013.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13628,"timestamp":512267659,"id":1280,"parentId":1017,"tags":{"name":"static/chunks/9240.29b05cb21993fdff.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13624,"timestamp":512267664,"id":1281,"parentId":1017,"tags":{"name":"static/chunks/9294.c729bda2dc817add.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13621,"timestamp":512267669,"id":1282,"parentId":1017,"tags":{"name":"static/chunks/7636.8d465c86f5b1bbc0.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13618,"timestamp":512267674,"id":1283,"parentId":1017,"tags":{"name":"static/chunks/327.718c9ac85228ae12.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13615,"timestamp":512267679,"id":1284,"parentId":1017,"tags":{"name":"static/chunks/34.65686560fc060e1a.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13612,"timestamp":512267684,"id":1285,"parentId":1017,"tags":{"name":"static/chunks/8545.27261f333ade1594.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13609,"timestamp":512267689,"id":1286,"parentId":1017,"tags":{"name":"static/chunks/5755.b75d06ce82454f5d.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13606,"timestamp":512267694,"id":1287,"parentId":1017,"tags":{"name":"static/chunks/9569.6625248cb07e86b9.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13602,"timestamp":512267700,"id":1288,"parentId":1017,"tags":{"name":"static/chunks/6580.a425ab3172508cfd.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13599,"timestamp":512267704,"id":1289,"parentId":1017,"tags":{"name":"static/chunks/893.24b32242375aa583.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13596,"timestamp":512267709,"id":1290,"parentId":1017,"tags":{"name":"static/chunks/3077.97a876b8ff637942.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13593,"timestamp":512267715,"id":1291,"parentId":1017,"tags":{"name":"static/chunks/6144.cb60f41cd1c3e425.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13590,"timestamp":512267719,"id":1292,"parentId":1017,"tags":{"name":"static/chunks/5712.ef87d30795895154.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13587,"timestamp":512267724,"id":1293,"parentId":1017,"tags":{"name":"static/chunks/5025.771ea1b83e146ecc.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13583,"timestamp":512267730,"id":1294,"parentId":1017,"tags":{"name":"static/chunks/3229.665a56ef5cc2fb77.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13580,"timestamp":512267734,"id":1295,"parentId":1017,"tags":{"name":"static/chunks/252.1045a3a17f099845.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13577,"timestamp":512267739,"id":1296,"parentId":1017,"tags":{"name":"static/chunks/4903.60b2e6ad9d06931f.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13574,"timestamp":512267744,"id":1297,"parentId":1017,"tags":{"name":"static/chunks/5997.c0b403b6f6466d46.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13572,"timestamp":512267749,"id":1298,"parentId":1017,"tags":{"name":"static/chunks/6412.f8577af421096e1a.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13569,"timestamp":512267754,"id":1299,"parentId":1017,"tags":{"name":"static/chunks/2062.972a9dc786249918.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13567,"timestamp":512267758,"id":1300,"parentId":1017,"tags":{"name":"static/chunks/2710.3737b7fa00fc4a91.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13564,"timestamp":512267763,"id":1301,"parentId":1017,"tags":{"name":"static/chunks/862.2de35e6961bba1df.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13560,"timestamp":512267769,"id":1302,"parentId":1017,"tags":{"name":"static/chunks/5728.82b5eaa7236aea2b.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13556,"timestamp":512267774,"id":1303,"parentId":1017,"tags":{"name":"static/chunks/123.300fc857bfd28b58.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13553,"timestamp":512267779,"id":1304,"parentId":1017,"tags":{"name":"static/chunks/8848.2bef6000462fa211.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13551,"timestamp":512267784,"id":1305,"parentId":1017,"tags":{"name":"static/chunks/1161.e4d2e7e2ee21f5c8.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13526,"timestamp":512267811,"id":1306,"parentId":1017,"tags":{"name":"static/chunks/6360.769ec8686592b773.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13518,"timestamp":512267821,"id":1307,"parentId":1017,"tags":{"name":"static/chunks/8113.a571b3948d99b27d.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13512,"timestamp":512267829,"id":1308,"parentId":1017,"tags":{"name":"static/chunks/9377.2b6ce9ce5c4b6552.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13505,"timestamp":512267837,"id":1309,"parentId":1017,"tags":{"name":"static/chunks/7142.f0df6c61f4112031.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13499,"timestamp":512267846,"id":1310,"parentId":1017,"tags":{"name":"static/chunks/3111.0bed64d54c385a0c.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13493,"timestamp":512267854,"id":1311,"parentId":1017,"tags":{"name":"static/chunks/9648.958476ee189c7f10.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13487,"timestamp":512267862,"id":1312,"parentId":1017,"tags":{"name":"static/chunks/1379.0cf87941b255b24a.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13480,"timestamp":512267871,"id":1313,"parentId":1017,"tags":{"name":"static/chunks/7152.d19e8fa8c5ac91c7.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13473,"timestamp":512267879,"id":1314,"parentId":1017,"tags":{"name":"static/chunks/8257.31ae7cc0f2495ba6.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13466,"timestamp":512267889,"id":1315,"parentId":1017,"tags":{"name":"static/chunks/1556.dd2bf649f5e3fd22.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13460,"timestamp":512267896,"id":1316,"parentId":1017,"tags":{"name":"static/chunks/8704.790865d348997fb8.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13454,"timestamp":512267904,"id":1317,"parentId":1017,"tags":{"name":"static/chunks/2728.360ef80320379626.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13448,"timestamp":512267912,"id":1318,"parentId":1017,"tags":{"name":"static/chunks/8432.5175a8782850ae87.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13442,"timestamp":512267920,"id":1319,"parentId":1017,"tags":{"name":"static/chunks/7610.e380843ed8747098.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13436,"timestamp":512267928,"id":1320,"parentId":1017,"tags":{"name":"static/chunks/2503.d0864abd598db60e.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13428,"timestamp":512267938,"id":1321,"parentId":1017,"tags":{"name":"static/chunks/6046.f47f2f671413d82c.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13422,"timestamp":512267946,"id":1322,"parentId":1017,"tags":{"name":"static/chunks/4080.2ee23eb31633457f.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13416,"timestamp":512267954,"id":1323,"parentId":1017,"tags":{"name":"static/chunks/7557.5fb5bcfacf631d2c.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13409,"timestamp":512267964,"id":1324,"parentId":1017,"tags":{"name":"static/chunks/830.e0b41f979c6c0e7b.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13402,"timestamp":512267972,"id":1325,"parentId":1017,"tags":{"name":"static/chunks/1142.a8057b652e574f3a.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13396,"timestamp":512267980,"id":1326,"parentId":1017,"tags":{"name":"static/chunks/5922.90bd359f1488e4b3.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13390,"timestamp":512267989,"id":1327,"parentId":1017,"tags":{"name":"static/chunks/3274.6cde8c2c8629e9e9.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13355,"timestamp":512268026,"id":1328,"parentId":1017,"tags":{"name":"static/chunks/9006.4606a9f635a5d6b4.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13347,"timestamp":512268035,"id":1329,"parentId":1017,"tags":{"name":"static/chunks/1078.41740d1f25d95ef8.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13341,"timestamp":512268043,"id":1330,"parentId":1017,"tags":{"name":"static/chunks/4963.87a7ab778419173e.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13334,"timestamp":512268052,"id":1331,"parentId":1017,"tags":{"name":"static/chunks/1274.089dd30168b8dd45.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13328,"timestamp":512268060,"id":1332,"parentId":1017,"tags":{"name":"static/chunks/1977.035283df607a8ad4.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13322,"timestamp":512268068,"id":1333,"parentId":1017,"tags":{"name":"static/chunks/3483.c835f6d29336906c.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13315,"timestamp":512268077,"id":1334,"parentId":1017,"tags":{"name":"static/chunks/1456.a6f02a82572b6f7d.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13309,"timestamp":512268085,"id":1335,"parentId":1017,"tags":{"name":"static/chunks/4163.3378c777a9a83a00.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13303,"timestamp":512268093,"id":1336,"parentId":1017,"tags":{"name":"static/chunks/4357.36433c94722a1b3d.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13296,"timestamp":512268102,"id":1337,"parentId":1017,"tags":{"name":"static/chunks/840.2b8a5062480c58f9.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13291,"timestamp":512268110,"id":1338,"parentId":1017,"tags":{"name":"static/chunks/1365.1763d8fd578ff435.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13284,"timestamp":512268118,"id":1339,"parentId":1017,"tags":{"name":"static/chunks/6588.353ddec96b173c75.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13277,"timestamp":512268127,"id":1340,"parentId":1017,"tags":{"name":"static/chunks/9466.3d89081f66cfd57c.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"}]
9
+ [{"name":"minify-js","duration":13271,"timestamp":512268135,"id":1341,"parentId":1017,"tags":{"name":"static/chunks/2013.01836900f9f1dacc.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13259,"timestamp":512268149,"id":1342,"parentId":1017,"tags":{"name":"static/chunks/7525.fccd9411ddd8b8a6.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13252,"timestamp":512268158,"id":1343,"parentId":1017,"tags":{"name":"static/chunks/9565.06fb575ba33fc787.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13246,"timestamp":512268166,"id":1344,"parentId":1017,"tags":{"name":"static/chunks/2179.7e4ebd37c034d2ad.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13240,"timestamp":512268174,"id":1345,"parentId":1017,"tags":{"name":"static/chunks/7182.ce55e98e8ca3925f.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13233,"timestamp":512268182,"id":1346,"parentId":1017,"tags":{"name":"static/chunks/7425.03dc231e78cdf4bb.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13227,"timestamp":512268191,"id":1347,"parentId":1017,"tags":{"name":"static/chunks/4539.3574b8ec6e1b1827.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13220,"timestamp":512268200,"id":1348,"parentId":1017,"tags":{"name":"static/chunks/5553.44aeb5ab5fc6f547.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13214,"timestamp":512268209,"id":1349,"parentId":1017,"tags":{"name":"static/chunks/7021.4a15a4b75ad1f066.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13207,"timestamp":512268217,"id":1350,"parentId":1017,"tags":{"name":"static/chunks/2160.3d7d3408eb5dd2fd.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13201,"timestamp":512268225,"id":1351,"parentId":1017,"tags":{"name":"static/chunks/1219.af66c02d35a9aac1.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13195,"timestamp":512268233,"id":1352,"parentId":1017,"tags":{"name":"static/chunks/4275.f5348df20bf58aab.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13189,"timestamp":512268241,"id":1353,"parentId":1017,"tags":{"name":"static/chunks/7650.7945df0d31f1df8d.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13183,"timestamp":512268249,"id":1354,"parentId":1017,"tags":{"name":"static/chunks/4976.1f13224a16b04bf2.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13177,"timestamp":512268257,"id":1355,"parentId":1017,"tags":{"name":"static/chunks/4370.a3c94f7e6ca0fe9e.js","cache":"HIT"},"startTime":1776939678921,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13170,"timestamp":512268266,"id":1356,"parentId":1017,"tags":{"name":"static/chunks/624.a1904a85dfc485a7.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13165,"timestamp":512268273,"id":1357,"parentId":1017,"tags":{"name":"static/chunks/4659.1743f9a9bc83c2c8.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13157,"timestamp":512268283,"id":1358,"parentId":1017,"tags":{"name":"static/chunks/3942.28705c77a3230c0f.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13151,"timestamp":512268292,"id":1359,"parentId":1017,"tags":{"name":"static/chunks/5518.b0b438f31ecd94a6.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13144,"timestamp":512268300,"id":1360,"parentId":1017,"tags":{"name":"static/chunks/2485.7c1771d82502f223.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13138,"timestamp":512268309,"id":1361,"parentId":1017,"tags":{"name":"static/chunks/7041.a0e54d1d3704ce86.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13131,"timestamp":512268317,"id":1362,"parentId":1017,"tags":{"name":"static/chunks/2812.70986f4c89fb9f39.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13126,"timestamp":512268324,"id":1363,"parentId":1017,"tags":{"name":"static/chunks/7635.a9b4e0fe03a8b3ec.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13120,"timestamp":512268332,"id":1364,"parentId":1017,"tags":{"name":"static/chunks/7884.d6f32943366d911a.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13113,"timestamp":512268341,"id":1365,"parentId":1017,"tags":{"name":"static/chunks/4358.62cab3800015edb0.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13107,"timestamp":512268350,"id":1366,"parentId":1017,"tags":{"name":"static/chunks/9005.7e7485e60f535a31.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13101,"timestamp":512268357,"id":1367,"parentId":1017,"tags":{"name":"static/chunks/1595.5e2e484c156c4e34.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13096,"timestamp":512268365,"id":1368,"parentId":1017,"tags":{"name":"static/chunks/3979.dc4a6bdab85427e6.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13090,"timestamp":512268373,"id":1369,"parentId":1017,"tags":{"name":"static/chunks/9680.df62bde488780b42.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13084,"timestamp":512268380,"id":1370,"parentId":1017,"tags":{"name":"static/chunks/2107.8712a4d70140ec3c.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13077,"timestamp":512268390,"id":1371,"parentId":1017,"tags":{"name":"static/chunks/5375.71458ae86130bcf9.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13072,"timestamp":512268397,"id":1372,"parentId":1017,"tags":{"name":"static/chunks/5136.cefe0a1de0d2cc1c.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13066,"timestamp":512268404,"id":1373,"parentId":1017,"tags":{"name":"static/chunks/4295.24962fb2a0590e65.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13060,"timestamp":512268412,"id":1374,"parentId":1017,"tags":{"name":"static/chunks/7258.28a0176cb9ac55e5.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13055,"timestamp":512268419,"id":1375,"parentId":1017,"tags":{"name":"static/chunks/9996.847eced8e454ff66.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13049,"timestamp":512268427,"id":1376,"parentId":1017,"tags":{"name":"static/chunks/9224.7a258b786c8fd4a2.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13044,"timestamp":512268434,"id":1377,"parentId":1017,"tags":{"name":"static/chunks/6704.921c8a127690396a.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13039,"timestamp":512268442,"id":1378,"parentId":1017,"tags":{"name":"static/chunks/6927.8995e03bddcb2166.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13032,"timestamp":512268450,"id":1379,"parentId":1017,"tags":{"name":"static/chunks/5424.84bb5b5e67ace412.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13027,"timestamp":512268458,"id":1380,"parentId":1017,"tags":{"name":"static/chunks/3082.b5508cb7899b2b52.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13021,"timestamp":512268466,"id":1381,"parentId":1017,"tags":{"name":"static/chunks/9382.06e06c8d568c96f8.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13015,"timestamp":512268473,"id":1382,"parentId":1017,"tags":{"name":"static/chunks/2130.b7f96de9cc71a698.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13009,"timestamp":512268481,"id":1383,"parentId":1017,"tags":{"name":"static/chunks/9666.6c5d2a124e369887.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":13004,"timestamp":512268489,"id":1384,"parentId":1017,"tags":{"name":"static/chunks/392.29882b44fb6d6f9d.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12998,"timestamp":512268497,"id":1385,"parentId":1017,"tags":{"name":"static/chunks/9841.ca811fb4964aafdc.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12993,"timestamp":512268504,"id":1386,"parentId":1017,"tags":{"name":"static/chunks/3492.8a98f6b863ef67be.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12987,"timestamp":512268512,"id":1387,"parentId":1017,"tags":{"name":"static/chunks/214.f2d3c152b9755298.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12981,"timestamp":512268520,"id":1388,"parentId":1017,"tags":{"name":"static/chunks/579.f5d60b2a14edeaf6.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12975,"timestamp":512268528,"id":1389,"parentId":1017,"tags":{"name":"static/chunks/6311.2474c11f023b786b.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12969,"timestamp":512268536,"id":1390,"parentId":1017,"tags":{"name":"static/chunks/7524.a8b5f30bf7ff605e.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12965,"timestamp":512268542,"id":1391,"parentId":1017,"tags":{"name":"static/chunks/6563.59526fa94758ab38.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12959,"timestamp":512268550,"id":1392,"parentId":1017,"tags":{"name":"static/chunks/6701.33ffa9e9e309f208.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12953,"timestamp":512268558,"id":1393,"parentId":1017,"tags":{"name":"static/chunks/7785.ab2c7de0151c3fd0.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12947,"timestamp":512268566,"id":1394,"parentId":1017,"tags":{"name":"static/chunks/9136.be4d03590a92f316.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12904,"timestamp":512268612,"id":1395,"parentId":1017,"tags":{"name":"static/chunks/2489.8c9078cd3767ad0e.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12896,"timestamp":512268622,"id":1396,"parentId":1017,"tags":{"name":"static/chunks/1247.f317b3f02219270e.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12887,"timestamp":512268633,"id":1397,"parentId":1017,"tags":{"name":"static/chunks/6859.9a81569ffa964445.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12852,"timestamp":512268670,"id":1398,"parentId":1017,"tags":{"name":"static/chunks/7921.3fa04c4dcf83cea5.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12844,"timestamp":512268680,"id":1399,"parentId":1017,"tags":{"name":"static/chunks/6846.5b17b5f9701ce22e.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12838,"timestamp":512268689,"id":1400,"parentId":1017,"tags":{"name":"static/chunks/3074.0b8a20d5fb6788ff.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12831,"timestamp":512268698,"id":1401,"parentId":1017,"tags":{"name":"static/chunks/9521.4021d4a35654fb21.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12825,"timestamp":512268706,"id":1402,"parentId":1017,"tags":{"name":"static/chunks/6089.f654fce4dfc2d123.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12819,"timestamp":512268714,"id":1403,"parentId":1017,"tags":{"name":"static/chunks/5520.0dff0e44a3ca823e.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12813,"timestamp":512268721,"id":1404,"parentId":1017,"tags":{"name":"static/chunks/4969.90d397e0312a077b.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12807,"timestamp":512268729,"id":1405,"parentId":1017,"tags":{"name":"static/chunks/2954.1d328ca1e57ce70f.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12801,"timestamp":512268738,"id":1406,"parentId":1017,"tags":{"name":"static/chunks/5491.24cf2d17b2b85458.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12762,"timestamp":512268779,"id":1407,"parentId":1017,"tags":{"name":"static/chunks/9615.bfb6c0a4cd76455f.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12754,"timestamp":512268789,"id":1408,"parentId":1017,"tags":{"name":"static/chunks/7625.36561933eb547aaf.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12747,"timestamp":512268798,"id":1409,"parentId":1017,"tags":{"name":"static/chunks/1534.9aeef18daea4b105.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12740,"timestamp":512268807,"id":1410,"parentId":1017,"tags":{"name":"static/chunks/8430.eb0fd54737d8dd8c.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12734,"timestamp":512268815,"id":1411,"parentId":1017,"tags":{"name":"static/chunks/8555.b74a64f18f11dcd2.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12727,"timestamp":512268824,"id":1412,"parentId":1017,"tags":{"name":"static/chunks/7082.4e07d19b0ec9b0af.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12721,"timestamp":512268831,"id":1413,"parentId":1017,"tags":{"name":"static/chunks/1583.c4016592ecafde4e.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12715,"timestamp":512268839,"id":1414,"parentId":1017,"tags":{"name":"static/chunks/5750.eaab81d22a66329f.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12709,"timestamp":512268848,"id":1415,"parentId":1017,"tags":{"name":"static/chunks/7465.f74d7d6ef11639a2.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12702,"timestamp":512268857,"id":1416,"parentId":1017,"tags":{"name":"static/chunks/1898.272b559655499354.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12696,"timestamp":512268864,"id":1417,"parentId":1017,"tags":{"name":"static/chunks/7130.71b7efc3cf7ae8a7.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12690,"timestamp":512268872,"id":1418,"parentId":1017,"tags":{"name":"static/chunks/966.9590b6a68335923d.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12685,"timestamp":512268880,"id":1419,"parentId":1017,"tags":{"name":"static/chunks/1664.b7a8a1ce5eb709df.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12679,"timestamp":512268888,"id":1420,"parentId":1017,"tags":{"name":"static/chunks/3286.bc25b2a890b9a8e7.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12672,"timestamp":512268897,"id":1421,"parentId":1017,"tags":{"name":"static/chunks/4593.9132f60a72f47a04.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12666,"timestamp":512268905,"id":1422,"parentId":1017,"tags":{"name":"static/chunks/9267.83898a270adb507e.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12660,"timestamp":512268913,"id":1423,"parentId":1017,"tags":{"name":"static/chunks/7889.07de7cac7d6a9864.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12654,"timestamp":512268920,"id":1424,"parentId":1017,"tags":{"name":"static/chunks/5318.290d218e68c63738.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12648,"timestamp":512268928,"id":1425,"parentId":1017,"tags":{"name":"static/chunks/8656.075f73388d989b9a.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12642,"timestamp":512268936,"id":1426,"parentId":1017,"tags":{"name":"static/chunks/700.9cb1783406d5c3a1.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12637,"timestamp":512268944,"id":1427,"parentId":1017,"tags":{"name":"static/chunks/1987.cc16e0c7a0870452.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12631,"timestamp":512268952,"id":1428,"parentId":1017,"tags":{"name":"static/chunks/1310.cda9c155a96c078e.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12626,"timestamp":512268960,"id":1429,"parentId":1017,"tags":{"name":"static/chunks/1590.b3b5618ff8263efc.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12618,"timestamp":512268970,"id":1430,"parentId":1017,"tags":{"name":"static/chunks/5139.0be359f08abeada5.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12612,"timestamp":512268978,"id":1431,"parentId":1017,"tags":{"name":"static/chunks/5394.fa9a2ac5dee7bbf1.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12606,"timestamp":512268986,"id":1432,"parentId":1017,"tags":{"name":"static/chunks/2235.17c098ccc9ae2798.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12600,"timestamp":512268994,"id":1433,"parentId":1017,"tags":{"name":"static/chunks/1948.978def232c6206c2.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12577,"timestamp":512269018,"id":1434,"parentId":1017,"tags":{"name":"static/chunks/3613.d7d666d8eed49c66.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12571,"timestamp":512269027,"id":1435,"parentId":1017,"tags":{"name":"static/chunks/2921.28ab18b40b8e2f00.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12564,"timestamp":512269035,"id":1436,"parentId":1017,"tags":{"name":"static/chunks/2729.8b7c14d3171d0b76.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12558,"timestamp":512269044,"id":1437,"parentId":1017,"tags":{"name":"static/chunks/4892.0537bc7802301f78.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12550,"timestamp":512269053,"id":1438,"parentId":1017,"tags":{"name":"static/chunks/6383.8d16936fc25c334a.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12545,"timestamp":512269061,"id":1439,"parentId":1017,"tags":{"name":"static/chunks/9233.4baaaa602f7e6a70.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12539,"timestamp":512269070,"id":1440,"parentId":1017,"tags":{"name":"static/chunks/5788.4aa486571bf2e839.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12533,"timestamp":512269078,"id":1441,"parentId":1017,"tags":{"name":"static/chunks/6026.5d9528823e4870d9.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"}]
10
+ [{"name":"minify-js","duration":12527,"timestamp":512269086,"id":1442,"parentId":1017,"tags":{"name":"static/chunks/5364.0fd5ee76d4665040.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12520,"timestamp":512269095,"id":1443,"parentId":1017,"tags":{"name":"static/chunks/9318.d6938709ea34b148.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12514,"timestamp":512269103,"id":1444,"parentId":1017,"tags":{"name":"static/chunks/6871.d679637633d7da8e.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12508,"timestamp":512269111,"id":1445,"parentId":1017,"tags":{"name":"static/chunks/7443.69a9bbad68a25bd5.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12502,"timestamp":512269119,"id":1446,"parentId":1017,"tags":{"name":"static/chunks/142.22067b54d67e9cfa.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12495,"timestamp":512269128,"id":1447,"parentId":1017,"tags":{"name":"static/chunks/254.525b25c42c2e5d5a.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12489,"timestamp":512269136,"id":1448,"parentId":1017,"tags":{"name":"static/chunks/7547.e3c3cf78684ae006.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12483,"timestamp":512269144,"id":1449,"parentId":1017,"tags":{"name":"static/chunks/8317.f1323bd2f9b4fe35.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12477,"timestamp":512269153,"id":1450,"parentId":1017,"tags":{"name":"static/chunks/5199.3e664cf0174500b6.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12471,"timestamp":512269161,"id":1451,"parentId":1017,"tags":{"name":"static/chunks/6962.e0cd2d5b6efb7469.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12464,"timestamp":512269169,"id":1452,"parentId":1017,"tags":{"name":"static/chunks/5269.8b33f242a14be250.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12459,"timestamp":512269176,"id":1453,"parentId":1017,"tags":{"name":"static/chunks/7479.cc243294ef14524b.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12454,"timestamp":512269183,"id":1454,"parentId":1017,"tags":{"name":"static/chunks/2020.8d4deb5b71330365.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12448,"timestamp":512269191,"id":1455,"parentId":1017,"tags":{"name":"static/chunks/7874.776c791a6edf8980.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12442,"timestamp":512269199,"id":1456,"parentId":1017,"tags":{"name":"static/chunks/1409.b29e6566d6a047ca.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12436,"timestamp":512269207,"id":1457,"parentId":1017,"tags":{"name":"static/chunks/7084.a3847f999489b629.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12430,"timestamp":512269215,"id":1458,"parentId":1017,"tags":{"name":"static/chunks/9373.ddd78f06c5d9a8d7.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12424,"timestamp":512269223,"id":1459,"parentId":1017,"tags":{"name":"static/chunks/3682.39cfae4886107de1.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12417,"timestamp":512269231,"id":1460,"parentId":1017,"tags":{"name":"static/chunks/5325.534d61b0ed6db9bc.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12411,"timestamp":512269239,"id":1461,"parentId":1017,"tags":{"name":"static/chunks/6460.438138109d43d3ba.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12405,"timestamp":512269247,"id":1462,"parentId":1017,"tags":{"name":"static/chunks/4699.0725735293f70a9a.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12399,"timestamp":512269255,"id":1463,"parentId":1017,"tags":{"name":"static/chunks/framework-9a8a3f0151579960.js","cache":"HIT"},"startTime":1776939678922,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12393,"timestamp":512269263,"id":1464,"parentId":1017,"tags":{"name":"static/chunks/d1c28714.214e0009d717ed6c.js","cache":"HIT"},"startTime":1776939678923,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12387,"timestamp":512269271,"id":1465,"parentId":1017,"tags":{"name":"static/chunks/4ca0cff5.789ae6f66ac30e2d.js","cache":"HIT"},"startTime":1776939678923,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12380,"timestamp":512269280,"id":1466,"parentId":1017,"tags":{"name":"static/chunks/7d29de82.14fd5bb54d6b7d20.js","cache":"HIT"},"startTime":1776939678923,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12373,"timestamp":512269289,"id":1467,"parentId":1017,"tags":{"name":"static/chunks/1cd6e1d3.faad54da091e8f42.js","cache":"HIT"},"startTime":1776939678923,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12367,"timestamp":512269297,"id":1468,"parentId":1017,"tags":{"name":"static/chunks/570e4624.7911804ff3d8e956.js","cache":"HIT"},"startTime":1776939678923,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12361,"timestamp":512269305,"id":1469,"parentId":1017,"tags":{"name":"static/chunks/ce16f5a9.83f4e77092504bcd.js","cache":"HIT"},"startTime":1776939678923,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12354,"timestamp":512269315,"id":1470,"parentId":1017,"tags":{"name":"static/chunks/d3ac728e-a5b076816e776ed1.js","cache":"HIT"},"startTime":1776939678923,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12347,"timestamp":512269323,"id":1471,"parentId":1017,"tags":{"name":"static/chunks/90542734.2d1a2b87aba8663d.js","cache":"HIT"},"startTime":1776939678923,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12341,"timestamp":512269331,"id":1472,"parentId":1017,"tags":{"name":"static/chunks/70e0d97a-2d56f47748c010fa.js","cache":"HIT"},"startTime":1776939678923,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12335,"timestamp":512269339,"id":1473,"parentId":1017,"tags":{"name":"static/chunks/2ff9d716.676d881bfa3c60e7.js","cache":"HIT"},"startTime":1776939678923,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12329,"timestamp":512269348,"id":1474,"parentId":1017,"tags":{"name":"static/chunks/af7f6608.780d064838c52b26.js","cache":"HIT"},"startTime":1776939678923,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12322,"timestamp":512269357,"id":1475,"parentId":1017,"tags":{"name":"static/chunks/e868780c.b03bb6d46556f1ff.js","cache":"HIT"},"startTime":1776939678923,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12315,"timestamp":512269366,"id":1476,"parentId":1017,"tags":{"name":"static/chunks/54a60aa6-e0314902de3ec6a3.js","cache":"HIT"},"startTime":1776939678923,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12308,"timestamp":512269374,"id":1477,"parentId":1017,"tags":{"name":"static/chunks/92e53eb0.4a625cee989cd872.js","cache":"HIT"},"startTime":1776939678923,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12301,"timestamp":512269383,"id":1478,"parentId":1017,"tags":{"name":"static/chunks/cee15710.d8de0d590c1c12d7.js","cache":"HIT"},"startTime":1776939678923,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12296,"timestamp":512269391,"id":1479,"parentId":1017,"tags":{"name":"static/chunks/4402d2ac.6ea6b372743e17e0.js","cache":"HIT"},"startTime":1776939678923,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12289,"timestamp":512269399,"id":1480,"parentId":1017,"tags":{"name":"static/chunks/cfdf2ac7.11fa4ad4c70c7e57.js","cache":"HIT"},"startTime":1776939678923,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12284,"timestamp":512269407,"id":1481,"parentId":1017,"tags":{"name":"static/chunks/53c1bd3f.94ed7a0ef30faa72.js","cache":"HIT"},"startTime":1776939678923,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12278,"timestamp":512269415,"id":1482,"parentId":1017,"tags":{"name":"static/chunks/799ebd4e.82f86abf23884ab4.js","cache":"HIT"},"startTime":1776939678923,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12272,"timestamp":512269423,"id":1483,"parentId":1017,"tags":{"name":"static/chunks/4bd1b696-30cf42bc5b843299.js","cache":"HIT"},"startTime":1776939678923,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12266,"timestamp":512269431,"id":1484,"parentId":1017,"tags":{"name":"static/chunks/aaea2bcf-f0fd47062adb56d3.js","cache":"HIT"},"startTime":1776939678923,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12260,"timestamp":512269438,"id":1485,"parentId":1017,"tags":{"name":"static/chunks/3126.670df92517e12f08.js","cache":"HIT"},"startTime":1776939678923,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12254,"timestamp":512269446,"id":1486,"parentId":1017,"tags":{"name":"static/chunks/8863.38a250bc93441012.js","cache":"HIT"},"startTime":1776939678923,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12247,"timestamp":512269455,"id":1487,"parentId":1017,"tags":{"name":"static/chunks/9114-0ae74cf0f1880aac.js","cache":"HIT"},"startTime":1776939678923,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12240,"timestamp":512269464,"id":1488,"parentId":1017,"tags":{"name":"static/chunks/3700-73e6389d720c6476.js","cache":"HIT"},"startTime":1776939678923,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12234,"timestamp":512269472,"id":1489,"parentId":1017,"tags":{"name":"static/chunks/2821.9a424cd8d891b3b2.js","cache":"HIT"},"startTime":1776939678923,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12228,"timestamp":512269480,"id":1490,"parentId":1017,"tags":{"name":"static/chunks/3743-2d00a0d31772a1b2.js","cache":"HIT"},"startTime":1776939678923,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12223,"timestamp":512269487,"id":1491,"parentId":1017,"tags":{"name":"static/chunks/1991.d4d3fd65b9094099.js","cache":"HIT"},"startTime":1776939678923,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12216,"timestamp":512269496,"id":1492,"parentId":1017,"tags":{"name":"static/chunks/6155.9e124133ec8458a4.js","cache":"HIT"},"startTime":1776939678923,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12211,"timestamp":512269504,"id":1493,"parentId":1017,"tags":{"name":"static/chunks/5019.e7bce25161a52ed4.js","cache":"HIT"},"startTime":1776939678923,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12205,"timestamp":512269512,"id":1494,"parentId":1017,"tags":{"name":"static/chunks/7085.a6e1368cc7188732.js","cache":"HIT"},"startTime":1776939678923,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12197,"timestamp":512269521,"id":1495,"parentId":1017,"tags":{"name":"static/chunks/3794-e3794ea7186046f9.js","cache":"HIT"},"startTime":1776939678923,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12191,"timestamp":512269529,"id":1496,"parentId":1017,"tags":{"name":"static/chunks/3695-249ae83a4493cc54.js","cache":"HIT"},"startTime":1776939678923,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12184,"timestamp":512269538,"id":1497,"parentId":1017,"tags":{"name":"static/chunks/6148-b3b91d25880eaa18.js","cache":"HIT"},"startTime":1776939678923,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12178,"timestamp":512269546,"id":1498,"parentId":1017,"tags":{"name":"static/chunks/2171-87a0a5239bf2ea29.js","cache":"HIT"},"startTime":1776939678923,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12171,"timestamp":512269555,"id":1499,"parentId":1017,"tags":{"name":"static/chunks/3530-c755551be037362b.js","cache":"HIT"},"startTime":1776939678923,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":12166,"timestamp":512269563,"id":1500,"parentId":1017,"tags":{"name":"static/chunks/6108-d11e3eb14020cf48.js","cache":"HIT"},"startTime":1776939678923,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":2263,"timestamp":512279468,"id":1502,"parentId":1017,"tags":{"name":"static/chunks/9062-7cb595371986ca9f.js","cache":"HIT"},"startTime":1776939678933,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":2225,"timestamp":512279508,"id":1503,"parentId":1017,"tags":{"name":"server/middleware-react-loadable-manifest.js","cache":"HIT"},"startTime":1776939678933,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":1950,"timestamp":512279785,"id":1505,"parentId":1017,"tags":{"name":"server/middleware-build-manifest.js","cache":"HIT"},"startTime":1776939678933,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":2933,"timestamp":512279551,"id":1504,"parentId":1017,"tags":{"name":"static/KErTlLLQlubS82IizAx-5/_ssgManifest.js","cache":"MISS"},"startTime":1776939678933,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":1968,"timestamp":512280562,"id":1507,"parentId":1017,"tags":{"name":"server/next-font-manifest.js","cache":"MISS"},"startTime":1776939678934,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":4478,"timestamp":512279799,"id":1506,"parentId":1017,"tags":{"name":"static/KErTlLLQlubS82IizAx-5/_buildManifest.js","cache":"MISS"},"startTime":1776939678933,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":57091,"timestamp":512269571,"id":1501,"parentId":1017,"tags":{"name":"static/chunks/6878-0089dc62dc821def.js","cache":"MISS"},"startTime":1776939678923,"traceId":"08253691ab17f82f"},{"name":"minify-js","duration":240949,"timestamp":512233796,"id":1132,"parentId":1017,"tags":{"name":"static/chunks/app/project/page-694bdb28984e5c12.js","cache":"MISS"},"startTime":1776939678887,"traceId":"08253691ab17f82f"},{"name":"minify-webpack-plugin-optimize","duration":266599,"timestamp":512208163,"id":1017,"parentId":882,"tags":{"compilationName":"client","mangle":"[object Object]"},"startTime":1776939678861,"traceId":"08253691ab17f82f"},{"name":"minify-css","duration":154,"timestamp":512475320,"id":1509,"parentId":1508,"tags":{"file":"static/css/133684c5ccd6d2be.css","cache":"HIT"},"startTime":1776939679129,"traceId":"08253691ab17f82f"},{"name":"minify-css","duration":109,"timestamp":512475370,"id":1510,"parentId":1508,"tags":{"file":"static/css/f1a31bb8453c8c65.css","cache":"HIT"},"startTime":1776939679129,"traceId":"08253691ab17f82f"},{"name":"css-minimizer-plugin","duration":431,"timestamp":512475050,"id":1508,"parentId":882,"tags":{},"startTime":1776939679128,"traceId":"08253691ab17f82f"},{"name":"seal","duration":1439705,"timestamp":511131353,"id":1001,"parentId":882,"tags":{},"startTime":1776939677785,"traceId":"08253691ab17f82f"},{"name":"webpack-compilation","duration":3352930,"timestamp":509218432,"id":882,"parentId":879,"tags":{"name":"client"},"startTime":1776939675872,"traceId":"08253691ab17f82f"},{"name":"emit","duration":73773,"timestamp":512571694,"id":1511,"parentId":879,"tags":{},"startTime":1776939679225,"traceId":"08253691ab17f82f"},{"name":"webpack-close","duration":1248689,"timestamp":512649244,"id":1512,"parentId":879,"tags":{"name":"client"},"startTime":1776939679302,"traceId":"08253691ab17f82f"},{"name":"webpack-generate-error-stats","duration":2313,"timestamp":513898025,"id":1513,"parentId":1512,"tags":{},"startTime":1776939680551,"traceId":"08253691ab17f82f"},{"name":"run-webpack-compiler","duration":5079232,"timestamp":508821317,"id":879,"parentId":878,"tags":{},"startTime":1776939675475,"traceId":"08253691ab17f82f"},{"name":"format-webpack-messages","duration":76,"timestamp":513900558,"id":1514,"parentId":878,"tags":{},"startTime":1776939680554,"traceId":"08253691ab17f82f"},{"name":"worker-main-client","duration":5079798,"timestamp":508820961,"id":878,"parentId":1,"tags":{},"startTime":1776939675474,"traceId":"08253691ab17f82f"},{"name":"run-webpack","duration":14324238,"timestamp":499618723,"id":17,"parentId":1,"tags":{},"startTime":1776939666272,"traceId":"08253691ab17f82f"},{"name":"run-typescript","duration":14964445,"timestamp":513946659,"id":1516,"parentId":1,"tags":{},"startTime":1776939680600,"traceId":"08253691ab17f82f"},{"name":"generate-required-server-files","duration":1222,"timestamp":528911427,"id":1518,"parentId":1,"tags":{},"startTime":1776939695565,"traceId":"08253691ab17f82f"},{"name":"check-static-error-page","duration":31570,"timestamp":528926098,"id":1520,"parentId":1519,"tags":{},"startTime":1776939695579,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":274313,"timestamp":528965424,"id":1631,"parentId":1522,"tags":{},"startTime":1776939695619,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":312065,"timestamp":528927767,"id":1522,"parentId":1519,"tags":{"page":"/_global-error"},"startTime":1776939695581,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":352830,"timestamp":528965122,"id":1630,"parentId":1521,"tags":{},"startTime":1776939695618,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":391169,"timestamp":528926854,"id":1521,"parentId":1519,"tags":{"page":"/_not-found"},"startTime":1776939695580,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":374302,"timestamp":528971200,"id":1633,"parentId":1531,"tags":{},"startTime":1776939695624,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":411513,"timestamp":528934034,"id":1531,"parentId":1519,"tags":{"page":"/api/db/columns"},"startTime":1776939695587,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":389216,"timestamp":528971441,"id":1635,"parentId":1533,"tags":{},"startTime":1776939695625,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":425212,"timestamp":528935487,"id":1533,"parentId":1519,"tags":{"page":"/api/db/disconnect"},"startTime":1776939695589,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":392548,"timestamp":528971520,"id":1636,"parentId":1532,"tags":{},"startTime":1776939695625,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":430003,"timestamp":528934109,"id":1532,"parentId":1519,"tags":{"page":"/api/db/connect"},"startTime":1776939695587,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":393589,"timestamp":528971291,"id":1634,"parentId":1530,"tags":{},"startTime":1776939695625,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":430983,"timestamp":528933923,"id":1530,"parentId":1519,"tags":{"page":"/api/comments"},"startTime":1776939695587,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":396124,"timestamp":528971572,"id":1637,"parentId":1534,"tags":{},"startTime":1776939695625,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":432127,"timestamp":528935597,"id":1534,"parentId":1519,"tags":{"page":"/api/db/export"},"startTime":1776939695589,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":398298,"timestamp":528971815,"id":1639,"parentId":1536,"tags":{},"startTime":1776939695625,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":434170,"timestamp":528935970,"id":1536,"parentId":1519,"tags":{"page":"/api/db/schemas"},"startTime":1776939695589,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":401067,"timestamp":528971872,"id":1640,"parentId":1537,"tags":{},"startTime":1776939695625,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":436907,"timestamp":528936060,"id":1537,"parentId":1519,"tags":{"page":"/api/extension/version"},"startTime":1776939695589,"traceId":"08253691ab17f82f"}]
11
+ [{"name":"is-page-static","duration":404236,"timestamp":528971910,"id":1641,"parentId":1538,"tags":{},"startTime":1776939695625,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":440030,"timestamp":528936141,"id":1538,"parentId":1519,"tags":{"page":"/api/file"},"startTime":1776939695589,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":406342,"timestamp":528972059,"id":1642,"parentId":1540,"tags":{},"startTime":1776939695625,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":442127,"timestamp":528936299,"id":1540,"parentId":1519,"tags":{"page":"/api/files/clipboard"},"startTime":1776939695590,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":408875,"timestamp":528972088,"id":1643,"parentId":1541,"tags":{},"startTime":1776939695625,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":444620,"timestamp":528936367,"id":1541,"parentId":1519,"tags":{"page":"/api/files/copy"},"startTime":1776939695590,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":411086,"timestamp":528972114,"id":1644,"parentId":1542,"tags":{},"startTime":1776939695625,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":446817,"timestamp":528936442,"id":1542,"parentId":1519,"tags":{"page":"/api/files/delete"},"startTime":1776939695590,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":414994,"timestamp":528972137,"id":1645,"parentId":1543,"tags":{},"startTime":1776939695625,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":450637,"timestamp":528936520,"id":1543,"parentId":1519,"tags":{"page":"/api/files/expanded"},"startTime":1776939695590,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":416707,"timestamp":528972161,"id":1646,"parentId":1544,"tags":{},"startTime":1776939695625,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":452286,"timestamp":528936603,"id":1544,"parentId":1519,"tags":{"page":"/api/files/index"},"startTime":1776939695590,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":418684,"timestamp":528972197,"id":1647,"parentId":1545,"tags":{},"startTime":1776939695625,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":454225,"timestamp":528936676,"id":1545,"parentId":1519,"tags":{"page":"/api/files/init"},"startTime":1776939695590,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":419364,"timestamp":528971737,"id":1638,"parentId":1535,"tags":{},"startTime":1776939695625,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":455265,"timestamp":528935859,"id":1535,"parentId":1519,"tags":{"page":"/api/db/query"},"startTime":1776939695589,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":420671,"timestamp":528972231,"id":1648,"parentId":1547,"tags":{},"startTime":1776939695625,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":456097,"timestamp":528936827,"id":1547,"parentId":1519,"tags":{"page":"/api/files/read"},"startTime":1776939695590,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":422333,"timestamp":528972267,"id":1649,"parentId":1546,"tags":{},"startTime":1776939695626,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":457868,"timestamp":528936754,"id":1546,"parentId":1519,"tags":{"page":"/api/files/paste"},"startTime":1776939695590,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":422615,"timestamp":528972298,"id":1650,"parentId":1548,"tags":{},"startTime":1776939695626,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":458035,"timestamp":528936897,"id":1548,"parentId":1519,"tags":{"page":"/api/files/readdir"},"startTime":1776939695590,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":424222,"timestamp":528972558,"id":1652,"parentId":1550,"tags":{},"startTime":1776939695626,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":459744,"timestamp":528937057,"id":1550,"parentId":1519,"tags":{"page":"/api/files/save"},"startTime":1776939695590,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":425609,"timestamp":528972443,"id":1651,"parentId":1549,"tags":{},"startTime":1776939695626,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":461109,"timestamp":528936966,"id":1549,"parentId":1519,"tags":{"page":"/api/files/recent"},"startTime":1776939695590,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":426171,"timestamp":528972587,"id":1653,"parentId":1553,"tags":{},"startTime":1776939695626,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":461492,"timestamp":528937287,"id":1553,"parentId":1519,"tags":{"page":"/api/git/branches"},"startTime":1776939695591,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":428014,"timestamp":528972655,"id":1655,"parentId":1554,"tags":{},"startTime":1776939695626,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":463326,"timestamp":528937365,"id":1554,"parentId":1519,"tags":{"page":"/api/git/commit-diff"},"startTime":1776939695591,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":430436,"timestamp":528972620,"id":1654,"parentId":1552,"tags":{},"startTime":1776939695626,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":465863,"timestamp":528937218,"id":1552,"parentId":1519,"tags":{"page":"/api/git/branch-diff"},"startTime":1776939695590,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":430676,"timestamp":528972680,"id":1656,"parentId":1555,"tags":{},"startTime":1776939695626,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":465932,"timestamp":528937444,"id":1555,"parentId":1519,"tags":{"page":"/api/git/commits"},"startTime":1776939695591,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":432778,"timestamp":528972707,"id":1657,"parentId":1556,"tags":{},"startTime":1776939695626,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":467991,"timestamp":528937517,"id":1556,"parentId":1519,"tags":{"page":"/api/git/diff"},"startTime":1776939695591,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":433219,"timestamp":528972728,"id":1658,"parentId":1557,"tags":{},"startTime":1776939695626,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":468379,"timestamp":528937588,"id":1557,"parentId":1519,"tags":{"page":"/api/git/discard"},"startTime":1776939695591,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":436225,"timestamp":528970348,"id":1632,"parentId":1527,"tags":{},"startTime":1776939695624,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":472979,"timestamp":528933612,"id":1527,"parentId":1519,"tags":{"page":"/api/chat"},"startTime":1776939695587,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":435877,"timestamp":528972750,"id":1659,"parentId":1558,"tags":{},"startTime":1776939695626,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":470982,"timestamp":528937669,"id":1558,"parentId":1519,"tags":{"page":"/api/git/stage"},"startTime":1776939695591,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":435955,"timestamp":528972779,"id":1660,"parentId":1559,"tags":{},"startTime":1776939695626,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":471005,"timestamp":528937746,"id":1559,"parentId":1519,"tags":{"page":"/api/git/status"},"startTime":1776939695591,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":439690,"timestamp":528972844,"id":1662,"parentId":1561,"tags":{},"startTime":1776939695626,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":474664,"timestamp":528937897,"id":1561,"parentId":1519,"tags":{"page":"/api/git/worktree"},"startTime":1776939695591,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":439845,"timestamp":528972870,"id":1663,"parentId":1562,"tags":{},"startTime":1776939695626,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":474767,"timestamp":528937975,"id":1562,"parentId":1519,"tags":{"page":"/api/global-state"},"startTime":1776939695591,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":440854,"timestamp":528972802,"id":1661,"parentId":1560,"tags":{},"startTime":1776939695626,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":475852,"timestamp":528937825,"id":1560,"parentId":1519,"tags":{"page":"/api/git/unstage"},"startTime":1776939695591,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":444214,"timestamp":528972896,"id":1664,"parentId":1563,"tags":{},"startTime":1776939695626,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":476061,"timestamp":528941068,"id":1563,"parentId":1519,"tags":{"page":"/api/jupyter/load"},"startTime":1776939695594,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":444223,"timestamp":528972973,"id":1667,"parentId":1564,"tags":{},"startTime":1776939695626,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":476023,"timestamp":528941181,"id":1564,"parentId":1519,"tags":{"page":"/api/jupyter/save"},"startTime":1776939695594,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":444332,"timestamp":528972918,"id":1665,"parentId":1565,"tags":{},"startTime":1776939695626,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":475985,"timestamp":528941275,"id":1565,"parentId":1519,"tags":{"page":"/api/jupyter/shutdown"},"startTime":1776939695595,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":445457,"timestamp":528972948,"id":1666,"parentId":1567,"tags":{},"startTime":1776939695626,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":476091,"timestamp":528942338,"id":1567,"parentId":1519,"tags":{"page":"/api/lsp/hover"},"startTime":1776939695596,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":446086,"timestamp":528975125,"id":1670,"parentId":1569,"tags":{},"startTime":1776939695628,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":478689,"timestamp":528942540,"id":1569,"parentId":1519,"tags":{"page":"/api/lsp/status"},"startTime":1776939695596,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":448402,"timestamp":528972997,"id":1668,"parentId":1566,"tags":{},"startTime":1776939695626,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":480077,"timestamp":528941349,"id":1566,"parentId":1519,"tags":{"page":"/api/lsp/definition"},"startTime":1776939695595,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":446417,"timestamp":528975085,"id":1669,"parentId":1568,"tags":{},"startTime":1776939695628,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":479070,"timestamp":528942446,"id":1568,"parentId":1519,"tags":{"page":"/api/lsp/references"},"startTime":1776939695596,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":449246,"timestamp":528975151,"id":1671,"parentId":1570,"tags":{},"startTime":1776939695628,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":481794,"timestamp":528942628,"id":1570,"parentId":1519,"tags":{"page":"/api/lsp/warmup"},"startTime":1776939695596,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":477898,"timestamp":528975281,"id":1672,"parentId":1572,"tags":{},"startTime":1776939695629,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":510431,"timestamp":528942789,"id":1572,"parentId":1519,"tags":{"page":"/api/mysql/connect"},"startTime":1776939695596,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":480189,"timestamp":528975363,"id":1675,"parentId":1574,"tags":{},"startTime":1776939695629,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":512632,"timestamp":528942953,"id":1574,"parentId":1519,"tags":{"page":"/api/mysql/export"},"startTime":1776939695596,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":482252,"timestamp":528975384,"id":1676,"parentId":1575,"tags":{},"startTime":1776939695629,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":514617,"timestamp":528943047,"id":1575,"parentId":1519,"tags":{"page":"/api/mysql/query"},"startTime":1776939695596,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":490056,"timestamp":528975318,"id":1673,"parentId":1571,"tags":{},"startTime":1776939695629,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":522694,"timestamp":528942711,"id":1571,"parentId":1519,"tags":{"page":"/api/mysql/columns"},"startTime":1776939695596,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":493088,"timestamp":528975426,"id":1678,"parentId":1576,"tags":{},"startTime":1776939695629,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":525414,"timestamp":528943124,"id":1576,"parentId":1519,"tags":{"page":"/api/mysql/schemas"},"startTime":1776939695596,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":497706,"timestamp":528975340,"id":1674,"parentId":1573,"tags":{},"startTime":1776939695629,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":530206,"timestamp":528942868,"id":1573,"parentId":1519,"tags":{"page":"/api/mysql/disconnect"},"startTime":1776939695596,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":523788,"timestamp":528975407,"id":1677,"parentId":1577,"tags":{},"startTime":1776939695629,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":557654,"timestamp":528943210,"id":1577,"parentId":1519,"tags":{"page":"/api/neo4j/connect"},"startTime":1776939695596,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":526022,"timestamp":528977136,"id":1681,"parentId":1580,"tags":{},"startTime":1776939695630,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":559749,"timestamp":528943441,"id":1580,"parentId":1519,"tags":{"page":"/api/neo4j/schema"},"startTime":1776939695597,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":527645,"timestamp":528977500,"id":1682,"parentId":1584,"tags":{},"startTime":1776939695631,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":558898,"timestamp":528946278,"id":1584,"parentId":1519,"tags":{"page":"/api/open-cursor"},"startTime":1776939695600,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":529445,"timestamp":528977529,"id":1683,"parentId":1585,"tags":{},"startTime":1776939695631,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":560649,"timestamp":528946370,"id":1585,"parentId":1519,"tags":{"page":"/api/open-vscode"},"startTime":1776939695600,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":531418,"timestamp":528977550,"id":1684,"parentId":1587,"tags":{},"startTime":1776939695631,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":562443,"timestamp":528946551,"id":1587,"parentId":1519,"tags":{"page":"/api/pinned-sessions"},"startTime":1776939695600,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":535278,"timestamp":528977573,"id":1685,"parentId":1586,"tags":{},"startTime":1776939695631,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":566420,"timestamp":528946455,"id":1586,"parentId":1519,"tags":{"page":"/api/pick-folder"},"startTime":1776939695600,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":537551,"timestamp":528977647,"id":1686,"parentId":1589,"tags":{},"startTime":1776939695631,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":568500,"timestamp":528946723,"id":1589,"parentId":1519,"tags":{"page":"/api/project-state"},"startTime":1776939695600,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":557600,"timestamp":528975446,"id":1679,"parentId":1579,"tags":{},"startTime":1776939695629,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":589737,"timestamp":528943366,"id":1579,"parentId":1519,"tags":{"page":"/api/neo4j/query"},"startTime":1776939695597,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":559957,"timestamp":528977709,"id":1687,"parentId":1591,"tags":{},"startTime":1776939695631,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":590745,"timestamp":528946964,"id":1591,"parentId":1519,"tags":{"page":"/api/redis/command"},"startTime":1776939695600,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":562769,"timestamp":528977087,"id":1680,"parentId":1578,"tags":{},"startTime":1776939695630,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":596594,"timestamp":528943293,"id":1578,"parentId":1519,"tags":{"page":"/api/neo4j/disconnect"},"startTime":1776939695597,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":563286,"timestamp":528977751,"id":1689,"parentId":1592,"tags":{},"startTime":1776939695631,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":594002,"timestamp":528947060,"id":1592,"parentId":1519,"tags":{"page":"/api/redis/connect"},"startTime":1776939695600,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":566117,"timestamp":528977791,"id":1691,"parentId":1595,"tags":{},"startTime":1776939695631,"traceId":"08253691ab17f82f"}]
12
+ [{"name":"check-page","duration":592913,"timestamp":528951222,"id":1595,"parentId":1519,"tags":{"page":"/api/redis/get"},"startTime":1776939695604,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":569090,"timestamp":528977807,"id":1692,"parentId":1596,"tags":{},"startTime":1776939695631,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":595618,"timestamp":528951302,"id":1596,"parentId":1519,"tags":{"page":"/api/redis/keys"},"startTime":1776939695605,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":571760,"timestamp":528977826,"id":1693,"parentId":1597,"tags":{},"startTime":1776939695631,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":598236,"timestamp":528951373,"id":1597,"parentId":1519,"tags":{"page":"/api/redis/set"},"startTime":1776939695605,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":576713,"timestamp":528977769,"id":1690,"parentId":1594,"tags":{},"startTime":1776939695631,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":603399,"timestamp":528951101,"id":1594,"parentId":1519,"tags":{"page":"/api/redis/disconnect"},"startTime":1776939695604,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":583034,"timestamp":528977731,"id":1688,"parentId":1593,"tags":{},"startTime":1776939695631,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":613638,"timestamp":528947154,"id":1593,"parentId":1519,"tags":{"page":"/api/redis/delete"},"startTime":1776939695600,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":585444,"timestamp":528977855,"id":1694,"parentId":1599,"tags":{},"startTime":1776939695631,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":611806,"timestamp":528951534,"id":1599,"parentId":1519,"tags":{"page":"/api/review/[id]/replies"},"startTime":1776939695605,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":587494,"timestamp":528979053,"id":1697,"parentId":1602,"tags":{},"startTime":1776939695632,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":614801,"timestamp":528951774,"id":1602,"parentId":1519,"tags":{"page":"/api/review/order"},"startTime":1776939695605,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":589083,"timestamp":528977949,"id":1695,"parentId":1598,"tags":{},"startTime":1776939695631,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":615598,"timestamp":528951451,"id":1598,"parentId":1519,"tags":{"page":"/api/review/[id]/comments"},"startTime":1776939695605,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":589791,"timestamp":528977982,"id":1696,"parentId":1600,"tags":{},"startTime":1776939695631,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":616186,"timestamp":528951608,"id":1600,"parentId":1519,"tags":{"page":"/api/review/[id]"},"startTime":1776939695605,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":592814,"timestamp":528979103,"id":1698,"parentId":1601,"tags":{},"startTime":1776939695632,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":620246,"timestamp":528951702,"id":1601,"parentId":1519,"tags":{"page":"/api/review/identify"},"startTime":1776939695605,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":593940,"timestamp":528979137,"id":1699,"parentId":1603,"tags":{},"startTime":1776939695632,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":621261,"timestamp":528951842,"id":1603,"parentId":1519,"tags":{"page":"/api/review"},"startTime":1776939695605,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":594020,"timestamp":528979180,"id":1701,"parentId":1605,"tags":{},"startTime":1776939695632,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":621181,"timestamp":528952035,"id":1605,"parentId":1519,"tags":{"page":"/api/review/users"},"startTime":1776939695605,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":596092,"timestamp":528979158,"id":1700,"parentId":1604,"tags":{},"startTime":1776939695632,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":623345,"timestamp":528951929,"id":1604,"parentId":1519,"tags":{"page":"/api/review/share-info"},"startTime":1776939695605,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":596227,"timestamp":528979288,"id":1702,"parentId":1607,"tags":{},"startTime":1776939695633,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":623328,"timestamp":528952207,"id":1607,"parentId":1519,"tags":{"page":"/api/services/config"},"startTime":1776939695605,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":596554,"timestamp":528979309,"id":1703,"parentId":1608,"tags":{},"startTime":1776939695633,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":623595,"timestamp":528952286,"id":1608,"parentId":1519,"tags":{"page":"/api/services/scripts"},"startTime":1776939695606,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":597568,"timestamp":528980138,"id":1705,"parentId":1624,"tags":{},"startTime":1776939695633,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":620579,"timestamp":528957150,"id":1624,"parentId":1519,"tags":{"page":"/api/version"},"startTime":1776939695610,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":598385,"timestamp":528979862,"id":1704,"parentId":1615,"tags":{},"startTime":1776939695633,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":625347,"timestamp":528952921,"id":1615,"parentId":1519,"tags":{"page":"/api/settings"},"startTime":1776939695606,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":598776,"timestamp":528980165,"id":1706,"parentId":1626,"tags":{},"startTime":1776939695633,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":621669,"timestamp":528957294,"id":1626,"parentId":1519,"tags":{"page":"/manifest.webmanifest"},"startTime":1776939695611,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":599051,"timestamp":528980191,"id":1707,"parentId":1625,"tags":{},"startTime":1776939695633,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":622044,"timestamp":528957222,"id":1625,"parentId":1519,"tags":{"page":"/favicon.ico"},"startTime":1776939695610,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":593848,"timestamp":528987381,"id":1708,"parentId":1523,"tags":{},"startTime":1776939695641,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":650173,"timestamp":528931078,"id":1523,"parentId":1519,"tags":{"page":"/api/bash"},"startTime":1776939695584,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":593996,"timestamp":528989639,"id":1709,"parentId":1524,"tags":{},"startTime":1776939695643,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":652387,"timestamp":528931269,"id":1524,"parentId":1519,"tags":{"page":"/api/chat/codex"},"startTime":1776939695585,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":585154,"timestamp":528999119,"id":1711,"parentId":1529,"tags":{},"startTime":1776939695652,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":650486,"timestamp":528933805,"id":1529,"parentId":1519,"tags":{"page":"/api/commands"},"startTime":1776939695587,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":586171,"timestamp":529000279,"id":1712,"parentId":1539,"tags":{},"startTime":1776939695654,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":650261,"timestamp":528936216,"id":1539,"parentId":1519,"tags":{"page":"/api/files/blame"},"startTime":1776939695589,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":580815,"timestamp":529006300,"id":1713,"parentId":1551,"tags":{},"startTime":1776939695660,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":650002,"timestamp":528937135,"id":1551,"parentId":1519,"tags":{"page":"/api/files/search"},"startTime":1776939695590,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":582717,"timestamp":529006773,"id":1714,"parentId":1581,"tags":{},"startTime":1776939695660,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":645981,"timestamp":528943528,"id":1581,"parentId":1519,"tags":{"page":"/api/note"},"startTime":1776939695597,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":582574,"timestamp":529007339,"id":1715,"parentId":1583,"tags":{},"startTime":1776939695661,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":643753,"timestamp":528946177,"id":1583,"parentId":1519,"tags":{"page":"/api/ollama/start"},"startTime":1776939695599,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":584824,"timestamp":529007888,"id":1716,"parentId":1588,"tags":{},"startTime":1776939695661,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":646100,"timestamp":528946630,"id":1588,"parentId":1519,"tags":{"page":"/api/project-settings"},"startTime":1776939695600,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":581452,"timestamp":529011346,"id":1717,"parentId":1590,"tags":{},"startTime":1776939695665,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":645944,"timestamp":528946867,"id":1590,"parentId":1519,"tags":{"page":"/api/projects"},"startTime":1776939695600,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":573919,"timestamp":529023152,"id":1719,"parentId":1525,"tags":{},"startTime":1776939695676,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":665427,"timestamp":528931668,"id":1525,"parentId":1519,"tags":{"page":"/api/chat/kimi"},"startTime":1776939695585,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":575676,"timestamp":529023897,"id":1720,"parentId":1610,"tags":{},"startTime":1776939695677,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":647145,"timestamp":528952461,"id":1610,"parentId":1519,"tags":{"page":"/api/session/[sessionId]/fork"},"startTime":1776939695606,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":576137,"timestamp":529026947,"id":1721,"parentId":1611,"tags":{},"startTime":1776939695680,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":650557,"timestamp":528952555,"id":1611,"parentId":1519,"tags":{"page":"/api/session/[sessionId]/history"},"startTime":1776939695606,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":578567,"timestamp":529028698,"id":1722,"parentId":1613,"tags":{},"startTime":1776939695682,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":654554,"timestamp":528952735,"id":1613,"parentId":1519,"tags":{"page":"/api/sessions/projects"},"startTime":1776939695606,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":578847,"timestamp":529030812,"id":1723,"parentId":1528,"tags":{},"startTime":1776939695684,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":675970,"timestamp":528933710,"id":1528,"parentId":1519,"tags":{"page":"/api/claude-stats"},"startTime":1776939695587,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":580586,"timestamp":529032316,"id":1724,"parentId":1614,"tags":{},"startTime":1776939695686,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":660099,"timestamp":528952825,"id":1614,"parentId":1519,"tags":{"page":"/api/sessions"},"startTime":1776939695606,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":583647,"timestamp":529032754,"id":1725,"parentId":1616,"tags":{},"startTime":1776939695686,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":663416,"timestamp":528953011,"id":1616,"parentId":1519,"tags":{"page":"/api/skills/[id]"},"startTime":1776939695606,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":585992,"timestamp":529033369,"id":1726,"parentId":1582,"tags":{},"startTime":1776939695687,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":673349,"timestamp":528946036,"id":1582,"parentId":1519,"tags":{"page":"/api/ollama/models"},"startTime":1776939695599,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":588734,"timestamp":529033784,"id":1727,"parentId":1617,"tags":{},"startTime":1776939695687,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":666848,"timestamp":528955694,"id":1617,"parentId":1519,"tags":{"page":"/api/skills/content"},"startTime":1776939695609,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":590888,"timestamp":529034540,"id":1728,"parentId":1618,"tags":{},"startTime":1776939695688,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":669607,"timestamp":528955842,"id":1618,"parentId":1519,"tags":{"page":"/api/skills"},"startTime":1776939695609,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":590806,"timestamp":529037458,"id":1729,"parentId":1620,"tags":{},"startTime":1776939695691,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":671524,"timestamp":528956762,"id":1620,"parentId":1519,"tags":{"page":"/api/terminal/autocomplete"},"startTime":1776939695610,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":593229,"timestamp":529038022,"id":1730,"parentId":1619,"tags":{},"startTime":1776939695691,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":674651,"timestamp":528956625,"id":1619,"parentId":1519,"tags":{"page":"/api/terminal/aliases"},"startTime":1776939695610,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":636854,"timestamp":528995891,"id":1710,"parentId":1526,"tags":{},"startTime":1776939695651,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":699321,"timestamp":528933445,"id":1526,"parentId":1519,"tags":{"page":"/api/chat/ollama"},"startTime":1776939695587,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":595809,"timestamp":529038573,"id":1731,"parentId":1622,"tags":{},"startTime":1776939695692,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":677450,"timestamp":528956954,"id":1622,"parentId":1519,"tags":{"page":"/api/terminal/env"},"startTime":1776939695610,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":596172,"timestamp":529039087,"id":1732,"parentId":1621,"tags":{},"startTime":1776939695692,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":678421,"timestamp":528956858,"id":1621,"parentId":1519,"tags":{"page":"/api/terminal/bubble-order"},"startTime":1776939695610,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":586004,"timestamp":529052038,"id":1733,"parentId":1609,"tags":{},"startTime":1776939695705,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":685685,"timestamp":528952377,"id":1609,"parentId":1519,"tags":{"page":"/api/session-by-path"},"startTime":1776939695606,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":583444,"timestamp":529054713,"id":1734,"parentId":1612,"tags":{},"startTime":1776939695708,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":685536,"timestamp":528952638,"id":1612,"parentId":1519,"tags":{"page":"/api/sessions/projects/[encodedPath]"},"startTime":1776939695606,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":588282,"timestamp":529056779,"id":1735,"parentId":1623,"tags":{},"startTime":1776939695710,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":688027,"timestamp":528957065,"id":1623,"parentId":1519,"tags":{"page":"/api/terminal/history"},"startTime":1776939695610,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":664417,"timestamp":529018453,"id":1718,"parentId":1606,"tags":{},"startTime":1776939695672,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":730797,"timestamp":528952112,"id":1606,"parentId":1519,"tags":{"page":"/api/scheduled-tasks"},"startTime":1776939695605,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":667114,"timestamp":529064616,"id":1737,"parentId":1629,"tags":{},"startTime":1776939695718,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":774225,"timestamp":528957552,"id":1629,"parentId":1519,"tags":{"page":"/review/[id]"},"startTime":1776939695611,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":673032,"timestamp":529064625,"id":1738,"parentId":1628,"tags":{},"startTime":1776939695718,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":780208,"timestamp":528957473,"id":1628,"parentId":1519,"tags":{"page":"/project"},"startTime":1776939695611,"traceId":"08253691ab17f82f"},{"name":"is-page-static","duration":673577,"timestamp":529064592,"id":1736,"parentId":1627,"tags":{},"startTime":1776939695718,"traceId":"08253691ab17f82f"},{"name":"check-page","duration":780797,"timestamp":528957379,"id":1627,"parentId":1519,"tags":{"page":"/"},"startTime":1776939695611,"traceId":"08253691ab17f82f"},{"name":"static-check","duration":812694,"timestamp":528925508,"id":1519,"parentId":1,"tags":{},"startTime":1776939695579,"traceId":"08253691ab17f82f"},{"name":"write-routes-manifest","duration":18964,"timestamp":529748447,"id":1742,"parentId":1,"tags":{},"startTime":1776939696402,"traceId":"08253691ab17f82f"}]
13
+ [{"name":"load-dotenv","duration":34,"timestamp":530046188,"id":1745,"parentId":1744,"tags":{},"startTime":1776939696699,"traceId":"08253691ab17f82f"},{"name":"run-export-path-map","duration":539,"timestamp":535149555,"id":1746,"parentId":1744,"tags":{},"startTime":1776939701803,"traceId":"08253691ab17f82f"},{"name":"next-export","duration":5434273,"timestamp":530045385,"id":1744,"parentId":1,"tags":{},"startTime":1776939696699,"traceId":"08253691ab17f82f"},{"name":"move-exported-app-not-found-","duration":45017,"timestamp":535482161,"id":1747,"parentId":1743,"tags":{},"startTime":1776939702135,"traceId":"08253691ab17f82f"},{"name":"move-exported-app-global-error-","duration":62540,"timestamp":535527298,"id":1748,"parentId":1743,"tags":{},"startTime":1776939702181,"traceId":"08253691ab17f82f"},{"name":"static-generation","duration":5983032,"timestamp":530042221,"id":1743,"parentId":1,"tags":{},"startTime":1776939696695,"traceId":"08253691ab17f82f"},{"name":"write-routes-manifest","duration":82567,"timestamp":536025486,"id":1749,"parentId":1,"tags":{},"startTime":1776939702679,"traceId":"08253691ab17f82f"},{"name":"node-file-trace-build","duration":18079483,"timestamp":529739432,"id":1741,"parentId":1,"tags":{"isTurbotrace":"false"},"startTime":1776939696393,"traceId":"08253691ab17f82f"},{"name":"apply-include-excludes","duration":898,"timestamp":547818935,"id":1750,"parentId":1,"tags":{},"startTime":1776939714472,"traceId":"08253691ab17f82f"},{"name":"collect-build-traces","duration":18081020,"timestamp":529738896,"id":1740,"parentId":1,"tags":{},"startTime":1776939696392,"traceId":"08253691ab17f82f"},{"name":"print-tree-view","duration":2899,"timestamp":547820142,"id":1751,"parentId":1,"tags":{},"startTime":1776939714473,"traceId":"08253691ab17f82f"},{"name":"telemetry-flush","duration":52,"timestamp":547823054,"id":1752,"parentId":1,"tags":{},"startTime":1776939714476,"traceId":"08253691ab17f82f"},{"name":"next-build","duration":48350299,"timestamp":499472818,"id":1,"tags":{"buildMode":"default","version":"16.1.6","bundler":"webpack","has-custom-webpack-config":"false","use-build-worker":"true"},"startTime":1776939666126,"traceId":"08253691ab17f82f"}]