d1s 0.3.7 → 0.3.11

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 (195) hide show
  1. package/README.md +1 -1
  2. package/dist/.next/BUILD_ID +1 -1
  3. package/dist/.next/app-build-manifest.json +125 -125
  4. package/dist/.next/app-path-routes-manifest.json +23 -1
  5. package/dist/.next/build-manifest.json +14 -14
  6. package/dist/.next/export-marker.json +6 -1
  7. package/dist/.next/images-manifest.json +58 -1
  8. package/dist/.next/next-minimal-server.js.nft.json +1 -1
  9. package/dist/.next/next-server.js.nft.json +1 -1
  10. package/dist/.next/prerender-manifest.json +61 -1
  11. package/dist/.next/react-loadable-manifest.json +5 -5
  12. package/dist/.next/required-server-files.json +325 -1
  13. package/dist/.next/routes-manifest.json +70 -1
  14. package/dist/.next/server/app/_not-found/page.js +2 -1
  15. package/dist/.next/server/app/_not-found/page.js.nft.json +1 -1
  16. package/dist/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
  17. package/dist/.next/server/app/_not-found.html +1 -1
  18. package/dist/.next/server/app/_not-found.meta +1 -1
  19. package/dist/.next/server/app/_not-found.rsc +15 -12
  20. package/dist/.next/server/app/api/cloudflare/route.js +1 -1
  21. package/dist/.next/server/app/api/cloudflare/route.js.nft.json +1 -1
  22. package/dist/.next/server/app/api/cloudflare/route_client-reference-manifest.js +1 -1
  23. package/dist/.next/server/app/api/databases/route.js +1 -1
  24. package/dist/.next/server/app/api/databases/route.js.nft.json +1 -1
  25. package/dist/.next/server/app/api/databases/route_client-reference-manifest.js +1 -1
  26. package/dist/.next/server/app/api/migrations/list/route.js +8 -8
  27. package/dist/.next/server/app/api/migrations/list/route.js.nft.json +1 -1
  28. package/dist/.next/server/app/api/migrations/list/route_client-reference-manifest.js +1 -1
  29. package/dist/.next/server/app/api/migrations/sync/route.js +10 -10
  30. package/dist/.next/server/app/api/migrations/sync/route.js.nft.json +1 -1
  31. package/dist/.next/server/app/api/migrations/sync/route_client-reference-manifest.js +1 -1
  32. package/dist/.next/server/app/api/migrations/sync-files/route.js +8 -8
  33. package/dist/.next/server/app/api/migrations/sync-files/route.js.nft.json +1 -1
  34. package/dist/.next/server/app/api/migrations/sync-files/route_client-reference-manifest.js +1 -1
  35. package/dist/.next/server/app/api/pro/route.js +1 -1
  36. package/dist/.next/server/app/api/pro/route.js.nft.json +1 -1
  37. package/dist/.next/server/app/api/pro/route_client-reference-manifest.js +1 -1
  38. package/dist/.next/server/app/api/pull-data/confirm/route.js +1 -1
  39. package/dist/.next/server/app/api/pull-data/confirm/route.js.nft.json +1 -1
  40. package/dist/.next/server/app/api/pull-data/confirm/route_client-reference-manifest.js +1 -1
  41. package/dist/.next/server/app/api/pull-remote/confirm/route.js +8 -8
  42. package/dist/.next/server/app/api/pull-remote/confirm/route.js.nft.json +1 -1
  43. package/dist/.next/server/app/api/pull-remote/confirm/route_client-reference-manifest.js +1 -1
  44. package/dist/.next/server/app/api/pull-remote/preview/route.js +8 -8
  45. package/dist/.next/server/app/api/pull-remote/preview/route.js.nft.json +1 -1
  46. package/dist/.next/server/app/api/pull-remote/preview/route_client-reference-manifest.js +1 -1
  47. package/dist/.next/server/app/api/push-remote/confirm/route.js +10 -10
  48. package/dist/.next/server/app/api/push-remote/confirm/route.js.nft.json +1 -1
  49. package/dist/.next/server/app/api/push-remote/confirm/route_client-reference-manifest.js +1 -1
  50. package/dist/.next/server/app/api/push-remote/preview/route.js +10 -10
  51. package/dist/.next/server/app/api/push-remote/preview/route.js.nft.json +1 -1
  52. package/dist/.next/server/app/api/push-remote/preview/route_client-reference-manifest.js +1 -1
  53. package/dist/.next/server/app/api/query/route.js +15 -15
  54. package/dist/.next/server/app/api/query/route.js.nft.json +1 -1
  55. package/dist/.next/server/app/api/query/route_client-reference-manifest.js +1 -1
  56. package/dist/.next/server/app/api/schema/route.js +1 -1
  57. package/dist/.next/server/app/api/schema/route.js.nft.json +1 -1
  58. package/dist/.next/server/app/api/schema/route_client-reference-manifest.js +1 -1
  59. package/dist/.next/server/app/api/tables/[name]/import/route.js +1 -1
  60. package/dist/.next/server/app/api/tables/[name]/import/route.js.nft.json +1 -1
  61. package/dist/.next/server/app/api/tables/[name]/import/route_client-reference-manifest.js +1 -1
  62. package/dist/.next/server/app/api/tables/[name]/route.js +5 -5
  63. package/dist/.next/server/app/api/tables/[name]/route.js.nft.json +1 -1
  64. package/dist/.next/server/app/api/tables/[name]/route_client-reference-manifest.js +1 -1
  65. package/dist/.next/server/app/api/tables/route.js +2 -2
  66. package/dist/.next/server/app/api/tables/route.js.nft.json +1 -1
  67. package/dist/.next/server/app/api/tables/route_client-reference-manifest.js +1 -1
  68. package/dist/.next/server/app/api/time-travel/preview/route.js +1 -1
  69. package/dist/.next/server/app/api/time-travel/preview/route.js.nft.json +1 -1
  70. package/dist/.next/server/app/api/time-travel/preview/route_client-reference-manifest.js +1 -1
  71. package/dist/.next/server/app/api/time-travel/restore/route.js +1 -1
  72. package/dist/.next/server/app/api/time-travel/restore/route.js.nft.json +1 -1
  73. package/dist/.next/server/app/api/time-travel/restore/route_client-reference-manifest.js +1 -1
  74. package/dist/.next/server/app/api/update/route.js +1 -1
  75. package/dist/.next/server/app/api/update/route.js.nft.json +1 -1
  76. package/dist/.next/server/app/api/update/route_client-reference-manifest.js +1 -1
  77. package/dist/.next/server/app/index.html +3 -3
  78. package/dist/.next/server/app/index.meta +1 -1
  79. package/dist/.next/server/app/index.rsc +18 -15
  80. package/dist/.next/server/app/page.js +15 -14
  81. package/dist/.next/server/app/page.js.nft.json +1 -1
  82. package/dist/.next/server/app/page_client-reference-manifest.js +1 -1
  83. package/dist/.next/server/app-paths-manifest.json +4 -4
  84. package/dist/.next/server/chunks/347.js +23 -0
  85. package/dist/.next/server/chunks/366.js +1 -0
  86. package/dist/.next/server/chunks/386.js +9 -0
  87. package/dist/.next/server/chunks/611.js +6 -0
  88. package/dist/.next/server/chunks/626.js +30 -0
  89. package/dist/.next/server/chunks/692.js +1 -0
  90. package/dist/.next/server/chunks/839.js +1 -0
  91. package/dist/.next/server/chunks/873.js +22 -0
  92. package/dist/.next/server/functions-config-manifest.json +6 -1
  93. package/dist/.next/server/middleware-build-manifest.js +1 -1
  94. package/dist/.next/server/middleware-react-loadable-manifest.js +1 -1
  95. package/dist/.next/server/pages/404.html +1 -1
  96. package/dist/.next/server/pages/500.html +1 -1
  97. package/dist/.next/server/pages/_app.js +1 -1
  98. package/dist/.next/server/pages/_document.js +1 -1
  99. package/dist/.next/server/pages/_document.js.nft.json +1 -1
  100. package/dist/.next/server/pages/_error.js +19 -1
  101. package/dist/.next/server/pages/_error.js.nft.json +1 -1
  102. package/dist/.next/server/pages-manifest.json +6 -1
  103. package/dist/.next/server/server-reference-manifest.json +1 -1
  104. package/dist/.next/server/webpack-runtime.js +1 -1
  105. package/dist/.next/static/chunks/1a258343.234dd786cf6c097e.js +1 -0
  106. package/dist/.next/static/chunks/255-4f212684648fcab9.js +1 -0
  107. package/dist/.next/static/chunks/421-55f8ce492f5bd9c3.js +1 -0
  108. package/dist/.next/static/chunks/4bd1b696-c023c6e3521b1417.js +1 -0
  109. package/dist/.next/static/chunks/654-f2f8931465d44ae7.js +1 -0
  110. package/dist/.next/static/chunks/69-00a70b2df83ed9ee.js +1 -0
  111. package/dist/.next/static/chunks/823-77b9a2d152da81dd.js +1 -0
  112. package/dist/.next/static/chunks/95.8b08bca2768cb67c.js +1 -0
  113. package/dist/.next/static/chunks/950.edd33691c78c1807.js +1 -0
  114. package/dist/.next/static/chunks/app/_not-found/page-255a8a616fa8d3a5.js +1 -0
  115. package/dist/.next/static/chunks/app/api/cloudflare/{route-d0c1dc2a9e7dce36.js → route-58aca057db1e5530.js} +1 -1
  116. package/dist/.next/static/chunks/app/api/databases/{route-cd322321212797cf.js → route-58aca057db1e5530.js} +1 -1
  117. package/dist/.next/static/chunks/app/api/migrations/list/{route-cd710ff75b6bcd02.js → route-58aca057db1e5530.js} +1 -1
  118. package/dist/.next/static/chunks/app/api/migrations/sync/route-58aca057db1e5530.js +1 -0
  119. package/dist/.next/static/chunks/app/api/migrations/sync-files/{route-79ee2c26f87d3bc7.js → route-58aca057db1e5530.js} +1 -1
  120. package/dist/.next/static/chunks/app/api/pro/route-58aca057db1e5530.js +1 -0
  121. package/dist/.next/static/chunks/app/api/pull-data/confirm/route-58aca057db1e5530.js +1 -0
  122. package/dist/.next/static/chunks/app/api/pull-remote/confirm/route-58aca057db1e5530.js +1 -0
  123. package/dist/.next/static/chunks/app/api/pull-remote/preview/route-58aca057db1e5530.js +1 -0
  124. package/dist/.next/static/chunks/app/api/push-remote/confirm/route-58aca057db1e5530.js +1 -0
  125. package/dist/.next/static/chunks/app/api/push-remote/preview/route-58aca057db1e5530.js +1 -0
  126. package/dist/.next/static/chunks/app/api/query/route-58aca057db1e5530.js +1 -0
  127. package/dist/.next/static/chunks/app/api/schema/route-58aca057db1e5530.js +1 -0
  128. package/dist/.next/static/chunks/app/api/tables/[name]/import/route-58aca057db1e5530.js +1 -0
  129. package/dist/.next/static/chunks/app/api/tables/[name]/route-58aca057db1e5530.js +1 -0
  130. package/dist/.next/static/chunks/app/api/tables/route-58aca057db1e5530.js +1 -0
  131. package/dist/.next/static/chunks/app/api/time-travel/preview/route-58aca057db1e5530.js +1 -0
  132. package/dist/.next/static/chunks/app/api/time-travel/restore/route-58aca057db1e5530.js +1 -0
  133. package/dist/.next/static/chunks/app/api/update/route-58aca057db1e5530.js +1 -0
  134. package/dist/.next/static/chunks/app/layout-a5219438265f0b6c.js +1 -0
  135. package/dist/.next/static/chunks/app/page-4170252891367dde.js +1 -0
  136. package/dist/.next/static/chunks/framework-a6e0b7e30f98059a.js +1 -0
  137. package/dist/.next/static/chunks/main-0bd218f776705cbf.js +1 -0
  138. package/dist/.next/static/chunks/main-app-d20e9d5e211da7c8.js +1 -0
  139. package/dist/.next/static/chunks/pages/_app-7d307437aca18ad4.js +1 -0
  140. package/dist/.next/static/chunks/pages/_error-cb2a52f75f2162e2.js +1 -0
  141. package/dist/.next/static/chunks/webpack-d5e8b5757f0fec83.js +1 -0
  142. package/dist/.next/static/css/262ae258bbcfd289.css +3 -0
  143. package/dist/.next/static/css/599369d853c61df7.css +31 -0
  144. package/dist/.next/static/{TqY9pInUBjZNteD9IEnz3 → kGRfd0CDzKPsrYHw9rLTQ}/_buildManifest.js +1 -1
  145. package/dist/.next/trace +3 -3
  146. package/dist/app/api/query/route.js +35 -16
  147. package/dist/app/api/schema/route.js +16 -6
  148. package/dist/app/api/tables/[name]/route.js +23 -12
  149. package/dist/app/api/tables/route.js +21 -6
  150. package/dist/d1-studio.js +1 -0
  151. package/package.json +6 -2
  152. package/dist/.next/server/chunks/226.js +0 -30
  153. package/dist/.next/server/chunks/391.js +0 -23
  154. package/dist/.next/server/chunks/452.js +0 -1
  155. package/dist/.next/server/chunks/487.js +0 -1
  156. package/dist/.next/server/chunks/572.js +0 -1
  157. package/dist/.next/server/chunks/627.js +0 -6
  158. package/dist/.next/server/chunks/992.js +0 -3
  159. package/dist/.next/server/chunks/994.js +0 -13
  160. package/dist/.next/static/chunks/1a258343.3b3e7ba5ba0bd0d2.js +0 -1
  161. package/dist/.next/static/chunks/345.8fc37569d5708622.js +0 -1
  162. package/dist/.next/static/chunks/480-85b6c8ae3f51b156.js +0 -1
  163. package/dist/.next/static/chunks/4bd1b696-124ea104c06f6cea.js +0 -1
  164. package/dist/.next/static/chunks/517-c876ce2f00030cd0.js +0 -2
  165. package/dist/.next/static/chunks/52.2cdc9bdb75e1fc2e.js +0 -1
  166. package/dist/.next/static/chunks/692-9e59d546afd11ec3.js +0 -1
  167. package/dist/.next/static/chunks/803-a2fcfbd00e6b3b38.js +0 -1
  168. package/dist/.next/static/chunks/92-a84bdac2be7c8d7a.js +0 -1
  169. package/dist/.next/static/chunks/app/_not-found/page-3e24b81707d98126.js +0 -1
  170. package/dist/.next/static/chunks/app/api/migrations/sync/route-ee522f232b9f0a9c.js +0 -1
  171. package/dist/.next/static/chunks/app/api/pro/route-c90c1f901fc00d38.js +0 -1
  172. package/dist/.next/static/chunks/app/api/pull-data/confirm/route-118764086af798f8.js +0 -1
  173. package/dist/.next/static/chunks/app/api/pull-remote/confirm/route-2b0ade4ebfcea0bc.js +0 -1
  174. package/dist/.next/static/chunks/app/api/pull-remote/preview/route-342db7ea13e6f447.js +0 -1
  175. package/dist/.next/static/chunks/app/api/push-remote/confirm/route-b778c053bd515abd.js +0 -1
  176. package/dist/.next/static/chunks/app/api/push-remote/preview/route-ab090482f299f57f.js +0 -1
  177. package/dist/.next/static/chunks/app/api/query/route-4d21a8b1d34491f1.js +0 -1
  178. package/dist/.next/static/chunks/app/api/schema/route-cb17a387d6b557ad.js +0 -1
  179. package/dist/.next/static/chunks/app/api/tables/[name]/import/route-510472de7a5c29bd.js +0 -1
  180. package/dist/.next/static/chunks/app/api/tables/[name]/route-6a1fa95c303ce0de.js +0 -1
  181. package/dist/.next/static/chunks/app/api/tables/route-daa975df4ea8e8f8.js +0 -1
  182. package/dist/.next/static/chunks/app/api/time-travel/preview/route-5787d7e8f17bd539.js +0 -1
  183. package/dist/.next/static/chunks/app/api/time-travel/restore/route-84b64a27e831e21c.js +0 -1
  184. package/dist/.next/static/chunks/app/api/update/route-54ee900537982652.js +0 -1
  185. package/dist/.next/static/chunks/app/layout-f0ec4d636ee0f763.js +0 -1
  186. package/dist/.next/static/chunks/app/page-6bcbc40fdbc40128.js +0 -1
  187. package/dist/.next/static/chunks/framework-d29117d969504448.js +0 -1
  188. package/dist/.next/static/chunks/main-8d0ab17774ffa031.js +0 -1
  189. package/dist/.next/static/chunks/main-app-4506e88db72db4b7.js +0 -1
  190. package/dist/.next/static/chunks/pages/_app-d23763e3e6c904ff.js +0 -1
  191. package/dist/.next/static/chunks/pages/_error-9b7125ad1a1e68fa.js +0 -1
  192. package/dist/.next/static/chunks/webpack-024900a94af4f0a7.js +0 -1
  193. package/dist/.next/static/css/2c165a0ede9b2442.css +0 -3
  194. package/dist/.next/static/css/32df9a4d493f8b0f.css +0 -31
  195. /package/dist/.next/static/{TqY9pInUBjZNteD9IEnz3 → kGRfd0CDzKPsrYHw9rLTQ}/_ssgManifest.js +0 -0
package/dist/.next/trace CHANGED
@@ -1,3 +1,3 @@
1
- [{"name":"generate-buildid","duration":140,"timestamp":2125506595082,"id":4,"parentId":1,"tags":{},"startTime":1774501215373,"traceId":"6d53023c22778486"},{"name":"load-custom-routes","duration":178,"timestamp":2125506595271,"id":5,"parentId":1,"tags":{},"startTime":1774501215373,"traceId":"6d53023c22778486"},{"name":"create-dist-dir","duration":170,"timestamp":2125506649340,"id":6,"parentId":1,"tags":{},"startTime":1774501215427,"traceId":"6d53023c22778486"},{"name":"create-pages-mapping","duration":121,"timestamp":2125506662837,"id":7,"parentId":1,"tags":{},"startTime":1774501215441,"traceId":"6d53023c22778486"},{"name":"collect-app-paths","duration":2609,"timestamp":2125506662981,"id":8,"parentId":1,"tags":{},"startTime":1774501215441,"traceId":"6d53023c22778486"},{"name":"create-app-mapping","duration":1034,"timestamp":2125506665616,"id":9,"parentId":1,"tags":{},"startTime":1774501215444,"traceId":"6d53023c22778486"},{"name":"public-dir-conflict-check","duration":763,"timestamp":2125506667256,"id":10,"parentId":1,"tags":{},"startTime":1774501215445,"traceId":"6d53023c22778486"},{"name":"generate-routes-manifest","duration":1914,"timestamp":2125506668150,"id":11,"parentId":1,"tags":{},"startTime":1774501215446,"traceId":"6d53023c22778486"},{"name":"create-entrypoints","duration":53250,"timestamp":2125506676299,"id":14,"parentId":1,"tags":{},"startTime":1774501215454,"traceId":"6d53023c22778486"},{"name":"generate-webpack-config","duration":250483,"timestamp":2125506729612,"id":15,"parentId":13,"tags":{},"startTime":1774501215508,"traceId":"6d53023c22778486"},{"name":"next-trace-entrypoint-plugin","duration":8236,"timestamp":2125507049038,"id":17,"parentId":16,"tags":{},"startTime":1774501215827,"traceId":"6d53023c22778486"},{"name":"add-entry","duration":278634,"timestamp":2125507067914,"id":37,"parentId":18,"tags":{"request":"next/dist/pages/_app"},"startTime":1774501215846,"traceId":"6d53023c22778486"},{"name":"add-entry","duration":295798,"timestamp":2125507068032,"id":42,"parentId":18,"tags":{"request":"next/dist/pages/_document"},"startTime":1774501215846,"traceId":"6d53023c22778486"},{"name":"add-entry","duration":333330,"timestamp":2125507067917,"id":38,"parentId":18,"tags":{"request":"next-route-loader?kind=PAGES&page=%2F_error&preferredRegion=&absolutePagePath=next%2Fdist%2Fpages%2F_error&absoluteAppPath=next%2Fdist%2Fpages%2F_app&absoluteDocumentPath=next%2Fdist%2Fpages%2F_document&middlewareConfigBase64=e30%3D!"},"startTime":1774501215846,"traceId":"6d53023c22778486"},{"name":"add-entry","duration":430793,"timestamp":2125507067907,"id":35,"parentId":18,"tags":{"request":"next-app-loader?page=%2F_not-found%2Fpage&name=app%2F_not-found%2Fpage&pagePath=next%2Fdist%2Fclient%2Fcomponents%2Fnot-found-error&appDir=%2FVolumes%2FProjectSpace%2F_wip%2Fd1studio%2Fsrc%2Fapp&appPaths=next%2Fdist%2Fclient%2Fcomponents%2Fnot-found-error&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1774501215846,"traceId":"6d53023c22778486"},{"name":"add-entry","duration":430688,"timestamp":2125507068025,"id":41,"parentId":18,"tags":{"request":"next-app-loader?page=%2Fpage&name=app%2Fpage&pagePath=private-next-app-dir%2Fpage.jsx&appDir=%2FVolumes%2FProjectSpace%2F_wip%2Fd1studio%2Fsrc%2Fapp&appPaths=%2Fpage&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1774501215846,"traceId":"6d53023c22778486"},{"name":"add-entry","duration":448862,"timestamp":2125507067747,"id":24,"parentId":18,"tags":{"request":"next-app-loader?page=%2Fapi%2Fpro%2Froute&name=app%2Fapi%2Fpro%2Froute&pagePath=private-next-app-dir%2Fapi%2Fpro%2Froute.js&appDir=%2FVolumes%2FProjectSpace%2F_wip%2Fd1studio%2Fsrc%2Fapp&appPaths=%2Fapi%2Fpro%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1774501215846,"traceId":"6d53023c22778486"},{"name":"add-entry","duration":448718,"timestamp":2125507067904,"id":34,"parentId":18,"tags":{"request":"next-app-loader?page=%2Fapi%2Fupdate%2Froute&name=app%2Fapi%2Fupdate%2Froute&pagePath=private-next-app-dir%2Fapi%2Fupdate%2Froute.js&appDir=%2FVolumes%2FProjectSpace%2F_wip%2Fd1studio%2Fsrc%2Fapp&appPaths=%2Fapi%2Fupdate%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1774501215846,"traceId":"6d53023c22778486"},{"name":"add-entry","duration":496877,"timestamp":2125507067446,"id":19,"parentId":18,"tags":{"request":"next-app-loader?page=%2Fapi%2Fcloudflare%2Froute&name=app%2Fapi%2Fcloudflare%2Froute&pagePath=private-next-app-dir%2Fapi%2Fcloudflare%2Froute.js&appDir=%2FVolumes%2FProjectSpace%2F_wip%2Fd1studio%2Fsrc%2Fapp&appPaths=%2Fapi%2Fcloudflare%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1774501215845,"traceId":"6d53023c22778486"},{"name":"add-entry","duration":496606,"timestamp":2125507067735,"id":22,"parentId":18,"tags":{"request":"next-app-loader?page=%2Fapi%2Fmigrations%2Fsync-files%2Froute&name=app%2Fapi%2Fmigrations%2Fsync-files%2Froute&pagePath=private-next-app-dir%2Fapi%2Fmigrations%2Fsync-files%2Froute.js&appDir=%2FVolumes%2FProjectSpace%2F_wip%2Fd1studio%2Fsrc%2Fapp&appPaths=%2Fapi%2Fmigrations%2Fsync-files%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1774501215846,"traceId":"6d53023c22778486"},{"name":"add-entry","duration":496825,"timestamp":2125507067741,"id":23,"parentId":18,"tags":{"request":"next-app-loader?page=%2Fapi%2Fmigrations%2Fsync%2Froute&name=app%2Fapi%2Fmigrations%2Fsync%2Froute&pagePath=private-next-app-dir%2Fapi%2Fmigrations%2Fsync%2Froute.js&appDir=%2FVolumes%2FProjectSpace%2F_wip%2Fd1studio%2Fsrc%2Fapp&appPaths=%2Fapi%2Fmigrations%2Fsync%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1774501215846,"traceId":"6d53023c22778486"},{"name":"add-entry","duration":496843,"timestamp":2125507067752,"id":25,"parentId":18,"tags":{"request":"next-app-loader?page=%2Fapi%2Fpull-data%2Fconfirm%2Froute&name=app%2Fapi%2Fpull-data%2Fconfirm%2Froute&pagePath=private-next-app-dir%2Fapi%2Fpull-data%2Fconfirm%2Froute.js&appDir=%2FVolumes%2FProjectSpace%2F_wip%2Fd1studio%2Fsrc%2Fapp&appPaths=%2Fapi%2Fpull-data%2Fconfirm%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1774501215846,"traceId":"6d53023c22778486"},{"name":"add-entry","duration":496843,"timestamp":2125507067762,"id":26,"parentId":18,"tags":{"request":"next-app-loader?page=%2Fapi%2Fpull-remote%2Fpreview%2Froute&name=app%2Fapi%2Fpull-remote%2Fpreview%2Froute&pagePath=private-next-app-dir%2Fapi%2Fpull-remote%2Fpreview%2Froute.js&appDir=%2FVolumes%2FProjectSpace%2F_wip%2Fd1studio%2Fsrc%2Fapp&appPaths=%2Fapi%2Fpull-remote%2Fpreview%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1774501215846,"traceId":"6d53023c22778486"},{"name":"add-entry","duration":496842,"timestamp":2125507067769,"id":27,"parentId":18,"tags":{"request":"next-app-loader?page=%2Fapi%2Fpush-remote%2Fpreview%2Froute&name=app%2Fapi%2Fpush-remote%2Fpreview%2Froute&pagePath=private-next-app-dir%2Fapi%2Fpush-remote%2Fpreview%2Froute.js&appDir=%2FVolumes%2FProjectSpace%2F_wip%2Fd1studio%2Fsrc%2Fapp&appPaths=%2Fapi%2Fpush-remote%2Fpreview%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1774501215846,"traceId":"6d53023c22778486"},{"name":"add-entry","duration":496822,"timestamp":2125507067798,"id":29,"parentId":18,"tags":{"request":"next-app-loader?page=%2Fapi%2Fquery%2Froute&name=app%2Fapi%2Fquery%2Froute&pagePath=private-next-app-dir%2Fapi%2Fquery%2Froute.js&appDir=%2FVolumes%2FProjectSpace%2F_wip%2Fd1studio%2Fsrc%2Fapp&appPaths=%2Fapi%2Fquery%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1774501215846,"traceId":"6d53023c22778486"},{"name":"add-entry","duration":496748,"timestamp":2125507067894,"id":32,"parentId":18,"tags":{"request":"next-app-loader?page=%2Fapi%2Ftime-travel%2Fpreview%2Froute&name=app%2Fapi%2Ftime-travel%2Fpreview%2Froute&pagePath=private-next-app-dir%2Fapi%2Ftime-travel%2Fpreview%2Froute.js&appDir=%2FVolumes%2FProjectSpace%2F_wip%2Fd1studio%2Fsrc%2Fapp&appPaths=%2Fapi%2Ftime-travel%2Fpreview%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1774501215846,"traceId":"6d53023c22778486"},{"name":"add-entry","duration":496757,"timestamp":2125507067898,"id":33,"parentId":18,"tags":{"request":"next-app-loader?page=%2Fapi%2Fschema%2Froute&name=app%2Fapi%2Fschema%2Froute&pagePath=private-next-app-dir%2Fapi%2Fschema%2Froute.js&appDir=%2FVolumes%2FProjectSpace%2F_wip%2Fd1studio%2Fsrc%2Fapp&appPaths=%2Fapi%2Fschema%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1774501215846,"traceId":"6d53023c22778486"},{"name":"add-entry","duration":496879,"timestamp":2125507067783,"id":28,"parentId":18,"tags":{"request":"next-app-loader?page=%2Fapi%2Fpush-remote%2Fconfirm%2Froute&name=app%2Fapi%2Fpush-remote%2Fconfirm%2Froute&pagePath=private-next-app-dir%2Fapi%2Fpush-remote%2Fconfirm%2Froute.js&appDir=%2FVolumes%2FProjectSpace%2F_wip%2Fd1studio%2Fsrc%2Fapp&appPaths=%2Fapi%2Fpush-remote%2Fconfirm%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1774501215846,"traceId":"6d53023c22778486"},{"name":"add-entry","duration":496757,"timestamp":2125507067911,"id":36,"parentId":18,"tags":{"request":"next-app-loader?page=%2Fapi%2Ftime-travel%2Frestore%2Froute&name=app%2Fapi%2Ftime-travel%2Frestore%2Froute&pagePath=private-next-app-dir%2Fapi%2Ftime-travel%2Frestore%2Froute.js&appDir=%2FVolumes%2FProjectSpace%2F_wip%2Fd1studio%2Fsrc%2Fapp&appPaths=%2Fapi%2Ftime-travel%2Frestore%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1774501215846,"traceId":"6d53023c22778486"},{"name":"add-entry","duration":567332,"timestamp":2125507067715,"id":20,"parentId":18,"tags":{"request":"next-app-loader?page=%2Fapi%2Fdatabases%2Froute&name=app%2Fapi%2Fdatabases%2Froute&pagePath=private-next-app-dir%2Fapi%2Fdatabases%2Froute.js&appDir=%2FVolumes%2FProjectSpace%2F_wip%2Fd1studio%2Fsrc%2Fapp&appPaths=%2Fapi%2Fdatabases%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1774501215846,"traceId":"6d53023c22778486"},{"name":"add-entry","duration":567372,"timestamp":2125507067729,"id":21,"parentId":18,"tags":{"request":"next-app-loader?page=%2Fapi%2Fmigrations%2Flist%2Froute&name=app%2Fapi%2Fmigrations%2Flist%2Froute&pagePath=private-next-app-dir%2Fapi%2Fmigrations%2Flist%2Froute.js&appDir=%2FVolumes%2FProjectSpace%2F_wip%2Fd1studio%2Fsrc%2Fapp&appPaths=%2Fapi%2Fmigrations%2Flist%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1774501215846,"traceId":"6d53023c22778486"},{"name":"add-entry","duration":567229,"timestamp":2125507067880,"id":31,"parentId":18,"tags":{"request":"next-app-loader?page=%2Fapi%2Ftables%2Froute&name=app%2Fapi%2Ftables%2Froute&pagePath=private-next-app-dir%2Fapi%2Ftables%2Froute.js&appDir=%2FVolumes%2FProjectSpace%2F_wip%2Fd1studio%2Fsrc%2Fapp&appPaths=%2Fapi%2Ftables%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1774501215846,"traceId":"6d53023c22778486"},{"name":"add-entry","duration":567309,"timestamp":2125507067807,"id":30,"parentId":18,"tags":{"request":"next-app-loader?page=%2Fapi%2Ftables%2F%5Bname%5D%2Fimport%2Froute&name=app%2Fapi%2Ftables%2F%5Bname%5D%2Fimport%2Froute&pagePath=private-next-app-dir%2Fapi%2Ftables%2F%5Bname%5D%2Fimport%2Froute.js&appDir=%2FVolumes%2FProjectSpace%2F_wip%2Fd1studio%2Fsrc%2Fapp&appPaths=%2Fapi%2Ftables%2F%5Bname%5D%2Fimport%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1774501215846,"traceId":"6d53023c22778486"},{"name":"add-entry","duration":567157,"timestamp":2125507067969,"id":40,"parentId":18,"tags":{"request":"next-app-loader?page=%2Fapi%2Ftables%2F%5Bname%5D%2Froute&name=app%2Fapi%2Ftables%2F%5Bname%5D%2Froute&pagePath=private-next-app-dir%2Fapi%2Ftables%2F%5Bname%5D%2Froute.js&appDir=%2FVolumes%2FProjectSpace%2F_wip%2Fd1studio%2Fsrc%2Fapp&appPaths=%2Fapi%2Ftables%2F%5Bname%5D%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1774501215846,"traceId":"6d53023c22778486"},{"name":"add-entry","duration":567214,"timestamp":2125507067920,"id":39,"parentId":18,"tags":{"request":"next-app-loader?page=%2Fapi%2Fpull-remote%2Fconfirm%2Froute&name=app%2Fapi%2Fpull-remote%2Fconfirm%2Froute&pagePath=private-next-app-dir%2Fapi%2Fpull-remote%2Fconfirm%2Froute.js&appDir=%2FVolumes%2FProjectSpace%2F_wip%2Fd1studio%2Fsrc%2Fapp&appPaths=%2Fapi%2Fpull-remote%2Fconfirm%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1774501215846,"traceId":"6d53023c22778486"},{"name":"make","duration":1016178,"timestamp":2125507067142,"id":18,"parentId":16,"tags":{},"startTime":1774501215845,"traceId":"6d53023c22778486"},{"name":"get-entries","duration":1696,"timestamp":2125508084545,"id":130,"parentId":129,"tags":{},"startTime":1774501216862,"traceId":"6d53023c22778486"},{"name":"node-file-trace-plugin","duration":183308,"timestamp":2125508088414,"id":131,"parentId":129,"tags":{"traceEntryCount":"44"},"startTime":1774501216866,"traceId":"6d53023c22778486"},{"name":"collect-traced-files","duration":2809,"timestamp":2125508271737,"id":132,"parentId":129,"tags":{},"startTime":1774501217050,"traceId":"6d53023c22778486"},{"name":"finish-modules","duration":190113,"timestamp":2125508084454,"id":129,"parentId":17,"tags":{},"startTime":1774501216862,"traceId":"6d53023c22778486"},{"name":"chunk-graph","duration":18459,"timestamp":2125508319835,"id":134,"parentId":133,"tags":{},"startTime":1774501217098,"traceId":"6d53023c22778486"},{"name":"optimize-modules","duration":13,"timestamp":2125508338385,"id":136,"parentId":133,"tags":{},"startTime":1774501217116,"traceId":"6d53023c22778486"},{"name":"optimize-chunks","duration":18967,"timestamp":2125508338437,"id":137,"parentId":133,"tags":{},"startTime":1774501217116,"traceId":"6d53023c22778486"},{"name":"optimize-tree","duration":70,"timestamp":2125508357466,"id":138,"parentId":133,"tags":{},"startTime":1774501217135,"traceId":"6d53023c22778486"},{"name":"optimize-chunk-modules","duration":17600,"timestamp":2125508357581,"id":139,"parentId":133,"tags":{},"startTime":1774501217135,"traceId":"6d53023c22778486"},{"name":"optimize","duration":36890,"timestamp":2125508338353,"id":135,"parentId":133,"tags":{},"startTime":1774501217116,"traceId":"6d53023c22778486"},{"name":"module-hash","duration":23974,"timestamp":2125508405457,"id":140,"parentId":133,"tags":{},"startTime":1774501217183,"traceId":"6d53023c22778486"},{"name":"code-generation","duration":258138,"timestamp":2125508429498,"id":141,"parentId":133,"tags":{},"startTime":1774501217207,"traceId":"6d53023c22778486"},{"name":"hash","duration":5838,"timestamp":2125508692069,"id":142,"parentId":133,"tags":{},"startTime":1774501217470,"traceId":"6d53023c22778486"},{"name":"code-generation-jobs","duration":208,"timestamp":2125508697905,"id":143,"parentId":133,"tags":{},"startTime":1774501217476,"traceId":"6d53023c22778486"},{"name":"module-assets","duration":2172,"timestamp":2125508698046,"id":144,"parentId":133,"tags":{},"startTime":1774501217476,"traceId":"6d53023c22778486"},{"name":"create-chunk-assets","duration":20621,"timestamp":2125508700275,"id":145,"parentId":133,"tags":{},"startTime":1774501217478,"traceId":"6d53023c22778486"},{"name":"minify-js","duration":31725,"timestamp":2125508745088,"id":152,"parentId":146,"tags":{"name":"../app/api/pro/route.js","cache":"HIT"},"startTime":1774501217523,"traceId":"6d53023c22778486"},{"name":"minify-js","duration":29710,"timestamp":2125508747118,"id":162,"parentId":146,"tags":{"name":"../app/api/update/route.js","cache":"HIT"},"startTime":1774501217525,"traceId":"6d53023c22778486"},{"name":"minify-js","duration":29702,"timestamp":2125508747129,"id":163,"parentId":146,"tags":{"name":"../app/_not-found/page.js","cache":"HIT"},"startTime":1774501217525,"traceId":"6d53023c22778486"},{"name":"minify-js","duration":29490,"timestamp":2125508747342,"id":165,"parentId":146,"tags":{"name":"../pages/_app.js","cache":"HIT"},"startTime":1774501217525,"traceId":"6d53023c22778486"},{"name":"minify-js","duration":29481,"timestamp":2125508747352,"id":166,"parentId":146,"tags":{"name":"../pages/_error.js","cache":"HIT"},"startTime":1774501217525,"traceId":"6d53023c22778486"},{"name":"minify-js","duration":9903,"timestamp":2125508766933,"id":170,"parentId":146,"tags":{"name":"../pages/_document.js","cache":"HIT"},"startTime":1774501217545,"traceId":"6d53023c22778486"},{"name":"minify-js","duration":9881,"timestamp":2125508766956,"id":171,"parentId":146,"tags":{"name":"../webpack-runtime.js","cache":"HIT"},"startTime":1774501217545,"traceId":"6d53023c22778486"},{"name":"minify-js","duration":9878,"timestamp":2125508766960,"id":172,"parentId":146,"tags":{"name":"487.js","cache":"HIT"},"startTime":1774501217545,"traceId":"6d53023c22778486"},{"name":"minify-js","duration":9876,"timestamp":2125508766963,"id":173,"parentId":146,"tags":{"name":"994.js","cache":"HIT"},"startTime":1774501217545,"traceId":"6d53023c22778486"},{"name":"minify-js","duration":9875,"timestamp":2125508766965,"id":174,"parentId":146,"tags":{"name":"452.js","cache":"HIT"},"startTime":1774501217545,"traceId":"6d53023c22778486"},{"name":"minify-js","duration":650,"timestamp":2125508776191,"id":177,"parentId":146,"tags":{"name":"627.js","cache":"HIT"},"startTime":1774501217554,"traceId":"6d53023c22778486"},{"name":"minify-js","duration":630,"timestamp":2125508776212,"id":178,"parentId":146,"tags":{"name":"226.js","cache":"HIT"},"startTime":1774501217554,"traceId":"6d53023c22778486"},{"name":"minify-js","duration":81435,"timestamp":2125508740081,"id":147,"parentId":146,"tags":{"name":"../app/api/cloudflare/route.js","cache":"MISS"},"startTime":1774501217518,"traceId":"6d53023c22778486"},{"name":"minify-js","duration":79270,"timestamp":2125508742382,"id":148,"parentId":146,"tags":{"name":"../app/api/databases/route.js","cache":"MISS"},"startTime":1774501217520,"traceId":"6d53023c22778486"},{"name":"minify-js","duration":78804,"timestamp":2125508742894,"id":149,"parentId":146,"tags":{"name":"../app/api/migrations/list/route.js","cache":"MISS"},"startTime":1774501217521,"traceId":"6d53023c22778486"},{"name":"minify-js","duration":77717,"timestamp":2125508744012,"id":150,"parentId":146,"tags":{"name":"../app/api/migrations/sync-files/route.js","cache":"MISS"},"startTime":1774501217522,"traceId":"6d53023c22778486"},{"name":"minify-js","duration":76628,"timestamp":2125508745151,"id":153,"parentId":146,"tags":{"name":"../app/api/pull-data/confirm/route.js","cache":"MISS"},"startTime":1774501217523,"traceId":"6d53023c22778486"},{"name":"minify-js","duration":76873,"timestamp":2125508744952,"id":151,"parentId":146,"tags":{"name":"../app/api/migrations/sync/route.js","cache":"MISS"},"startTime":1774501217523,"traceId":"6d53023c22778486"},{"name":"minify-js","duration":76623,"timestamp":2125508745225,"id":154,"parentId":146,"tags":{"name":"../app/api/pull-remote/preview/route.js","cache":"MISS"},"startTime":1774501217523,"traceId":"6d53023c22778486"},{"name":"minify-js","duration":76496,"timestamp":2125508745375,"id":155,"parentId":146,"tags":{"name":"../app/api/push-remote/preview/route.js","cache":"MISS"},"startTime":1774501217523,"traceId":"6d53023c22778486"},{"name":"minify-js","duration":76291,"timestamp":2125508745614,"id":156,"parentId":146,"tags":{"name":"../app/api/push-remote/confirm/route.js","cache":"MISS"},"startTime":1774501217524,"traceId":"6d53023c22778486"},{"name":"minify-js","duration":76064,"timestamp":2125508745874,"id":157,"parentId":146,"tags":{"name":"../app/api/query/route.js","cache":"MISS"},"startTime":1774501217524,"traceId":"6d53023c22778486"},{"name":"minify-js","duration":75016,"timestamp":2125508746941,"id":161,"parentId":146,"tags":{"name":"../app/api/schema/route.js","cache":"MISS"},"startTime":1774501217525,"traceId":"6d53023c22778486"},{"name":"minify-js","duration":75537,"timestamp":2125508746447,"id":159,"parentId":146,"tags":{"name":"../app/api/tables/route.js","cache":"MISS"},"startTime":1774501217524,"traceId":"6d53023c22778486"},{"name":"minify-js","duration":75944,"timestamp":2125508746061,"id":158,"parentId":146,"tags":{"name":"../app/api/tables/[name]/import/route.js","cache":"MISS"},"startTime":1774501217524,"traceId":"6d53023c22778486"},{"name":"minify-js","duration":75298,"timestamp":2125508746738,"id":160,"parentId":146,"tags":{"name":"../app/api/time-travel/preview/route.js","cache":"MISS"},"startTime":1774501217525,"traceId":"6d53023c22778486"},{"name":"minify-js","duration":77031,"timestamp":2125508747132,"id":164,"parentId":146,"tags":{"name":"../app/api/time-travel/restore/route.js","cache":"MISS"},"startTime":1774501217525,"traceId":"6d53023c22778486"},{"name":"minify-js","duration":82700,"timestamp":2125508747355,"id":167,"parentId":146,"tags":{"name":"../app/api/pull-remote/confirm/route.js","cache":"MISS"},"startTime":1774501217525,"traceId":"6d53023c22778486"},{"name":"minify-js","duration":82484,"timestamp":2125508747802,"id":168,"parentId":146,"tags":{"name":"../app/api/tables/[name]/route.js","cache":"MISS"},"startTime":1774501217526,"traceId":"6d53023c22778486"},{"name":"minify-js","duration":62568,"timestamp":2125508776218,"id":179,"parentId":146,"tags":{"name":"572.js","cache":"MISS"},"startTime":1774501217554,"traceId":"6d53023c22778486"},{"name":"minify-js","duration":172161,"timestamp":2125508766968,"id":175,"parentId":146,"tags":{"name":"391.js","cache":"MISS"},"startTime":1774501217545,"traceId":"6d53023c22778486"},{"name":"minify-js","duration":208488,"timestamp":2125508770688,"id":176,"parentId":146,"tags":{"name":"992.js","cache":"MISS"},"startTime":1774501217549,"traceId":"6d53023c22778486"},{"name":"minify-js","duration":244043,"timestamp":2125508748254,"id":169,"parentId":146,"tags":{"name":"../app/page.js","cache":"MISS"},"startTime":1774501217526,"traceId":"6d53023c22778486"},{"name":"minify-webpack-plugin-optimize","duration":267522,"timestamp":2125508724833,"id":146,"parentId":16,"tags":{"compilationName":"server"},"startTime":1774501217503,"traceId":"6d53023c22778486"},{"name":"css-minimizer-plugin","duration":129,"timestamp":2125508992495,"id":180,"parentId":16,"tags":{},"startTime":1774501217770,"traceId":"6d53023c22778486"},{"name":"create-trace-assets","duration":2382,"timestamp":2125508992748,"id":181,"parentId":17,"tags":{},"startTime":1774501217771,"traceId":"6d53023c22778486"},{"name":"seal","duration":698733,"timestamp":2125508304390,"id":133,"parentId":16,"tags":{},"startTime":1774501217082,"traceId":"6d53023c22778486"},{"name":"webpack-compilation","duration":1987182,"timestamp":2125507044652,"id":16,"parentId":13,"tags":{"name":"server"},"startTime":1774501215823,"traceId":"6d53023c22778486"},{"name":"emit","duration":10443,"timestamp":2125509032217,"id":182,"parentId":13,"tags":{},"startTime":1774501217810,"traceId":"6d53023c22778486"},{"name":"webpack-close","duration":114832,"timestamp":2125509043919,"id":183,"parentId":13,"tags":{"name":"server"},"startTime":1774501217822,"traceId":"6d53023c22778486"},{"name":"webpack-generate-error-stats","duration":1408,"timestamp":2125509158823,"id":184,"parentId":183,"tags":{},"startTime":1774501217937,"traceId":"6d53023c22778486"},{"name":"make","duration":158,"timestamp":2125509167315,"id":186,"parentId":185,"tags":{},"startTime":1774501217945,"traceId":"6d53023c22778486"},{"name":"chunk-graph","duration":254,"timestamp":2125509167857,"id":188,"parentId":187,"tags":{},"startTime":1774501217946,"traceId":"6d53023c22778486"},{"name":"optimize-modules","duration":3,"timestamp":2125509168135,"id":190,"parentId":187,"tags":{},"startTime":1774501217946,"traceId":"6d53023c22778486"},{"name":"optimize-chunks","duration":46,"timestamp":2125509168169,"id":191,"parentId":187,"tags":{},"startTime":1774501217946,"traceId":"6d53023c22778486"},{"name":"optimize-tree","duration":4,"timestamp":2125509168236,"id":192,"parentId":187,"tags":{},"startTime":1774501217946,"traceId":"6d53023c22778486"},{"name":"optimize-chunk-modules","duration":44,"timestamp":2125509168298,"id":193,"parentId":187,"tags":{},"startTime":1774501217946,"traceId":"6d53023c22778486"},{"name":"optimize","duration":250,"timestamp":2125509168122,"id":189,"parentId":187,"tags":{},"startTime":1774501217946,"traceId":"6d53023c22778486"},{"name":"module-hash","duration":9,"timestamp":2125509168478,"id":194,"parentId":187,"tags":{},"startTime":1774501217946,"traceId":"6d53023c22778486"}]
2
- [{"name":"code-generation","duration":7,"timestamp":2125509168548,"id":195,"parentId":187,"tags":{},"startTime":1774501217946,"traceId":"6d53023c22778486"},{"name":"hash","duration":30,"timestamp":2125509168603,"id":196,"parentId":187,"tags":{},"startTime":1774501217947,"traceId":"6d53023c22778486"},{"name":"code-generation-jobs","duration":21,"timestamp":2125509168633,"id":197,"parentId":187,"tags":{},"startTime":1774501217947,"traceId":"6d53023c22778486"},{"name":"module-assets","duration":11,"timestamp":2125509168650,"id":198,"parentId":187,"tags":{},"startTime":1774501217947,"traceId":"6d53023c22778486"},{"name":"create-chunk-assets","duration":8,"timestamp":2125509168664,"id":199,"parentId":187,"tags":{},"startTime":1774501217947,"traceId":"6d53023c22778486"},{"name":"minify-js","duration":34,"timestamp":2125509172282,"id":201,"parentId":200,"tags":{"name":"interception-route-rewrite-manifest.js","cache":"HIT"},"startTime":1774501217950,"traceId":"6d53023c22778486"},{"name":"minify-webpack-plugin-optimize","duration":311,"timestamp":2125509172010,"id":200,"parentId":185,"tags":{"compilationName":"edge-server"},"startTime":1774501217950,"traceId":"6d53023c22778486"},{"name":"css-minimizer-plugin","duration":3,"timestamp":2125509172337,"id":202,"parentId":185,"tags":{},"startTime":1774501217950,"traceId":"6d53023c22778486"},{"name":"seal","duration":5427,"timestamp":2125509167770,"id":187,"parentId":185,"tags":{},"startTime":1774501217946,"traceId":"6d53023c22778486"},{"name":"webpack-compilation","duration":6776,"timestamp":2125509166467,"id":185,"parentId":13,"tags":{"name":"edge-server"},"startTime":1774501217944,"traceId":"6d53023c22778486"},{"name":"emit","duration":382,"timestamp":2125509173266,"id":203,"parentId":13,"tags":{},"startTime":1774501217951,"traceId":"6d53023c22778486"},{"name":"webpack-close","duration":121,"timestamp":2125509173799,"id":204,"parentId":13,"tags":{"name":"edge-server"},"startTime":1774501217952,"traceId":"6d53023c22778486"},{"name":"webpack-generate-error-stats","duration":426,"timestamp":2125509173925,"id":205,"parentId":204,"tags":{},"startTime":1774501217952,"traceId":"6d53023c22778486"},{"name":"add-entry","duration":124649,"timestamp":2125509179434,"id":215,"parentId":207,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1774501217957,"traceId":"6d53023c22778486"},{"name":"add-entry","duration":124664,"timestamp":2125509179435,"id":216,"parentId":207,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1774501217957,"traceId":"6d53023c22778486"},{"name":"add-entry","duration":124662,"timestamp":2125509179439,"id":217,"parentId":207,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1774501217957,"traceId":"6d53023c22778486"},{"name":"add-entry","duration":124661,"timestamp":2125509179441,"id":218,"parentId":207,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1774501217957,"traceId":"6d53023c22778486"},{"name":"add-entry","duration":124661,"timestamp":2125509179443,"id":219,"parentId":207,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1774501217957,"traceId":"6d53023c22778486"},{"name":"add-entry","duration":124661,"timestamp":2125509179444,"id":220,"parentId":207,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1774501217957,"traceId":"6d53023c22778486"},{"name":"add-entry","duration":124660,"timestamp":2125509179446,"id":221,"parentId":207,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1774501217957,"traceId":"6d53023c22778486"},{"name":"add-entry","duration":124658,"timestamp":2125509179449,"id":222,"parentId":207,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1774501217957,"traceId":"6d53023c22778486"},{"name":"add-entry","duration":124658,"timestamp":2125509179451,"id":223,"parentId":207,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1774501217957,"traceId":"6d53023c22778486"},{"name":"add-entry","duration":124660,"timestamp":2125509179453,"id":224,"parentId":207,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1774501217957,"traceId":"6d53023c22778486"},{"name":"add-entry","duration":124659,"timestamp":2125509179456,"id":225,"parentId":207,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1774501217957,"traceId":"6d53023c22778486"},{"name":"add-entry","duration":124658,"timestamp":2125509179457,"id":226,"parentId":207,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1774501217957,"traceId":"6d53023c22778486"},{"name":"add-entry","duration":124658,"timestamp":2125509179459,"id":227,"parentId":207,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1774501217957,"traceId":"6d53023c22778486"},{"name":"add-entry","duration":124658,"timestamp":2125509179460,"id":228,"parentId":207,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1774501217957,"traceId":"6d53023c22778486"},{"name":"add-entry","duration":124658,"timestamp":2125509179461,"id":229,"parentId":207,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1774501217957,"traceId":"6d53023c22778486"},{"name":"add-entry","duration":124658,"timestamp":2125509179462,"id":230,"parentId":207,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1774501217957,"traceId":"6d53023c22778486"},{"name":"add-entry","duration":124657,"timestamp":2125509179465,"id":232,"parentId":207,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1774501217957,"traceId":"6d53023c22778486"},{"name":"add-entry","duration":124656,"timestamp":2125509179466,"id":233,"parentId":207,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1774501217957,"traceId":"6d53023c22778486"},{"name":"add-entry","duration":124656,"timestamp":2125509179468,"id":234,"parentId":207,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1774501217957,"traceId":"6d53023c22778486"},{"name":"add-entry","duration":192129,"timestamp":2125509179426,"id":211,"parentId":207,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fclient%2Fcomponents%2Fnot-found-error&page=%2F_not-found%2Fpage!"},"startTime":1774501217957,"traceId":"6d53023c22778486"},{"name":"add-entry","duration":196715,"timestamp":2125509179428,"id":212,"parentId":207,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1774501217957,"traceId":"6d53023c22778486"},{"name":"add-entry","duration":236597,"timestamp":2125509179432,"id":214,"parentId":207,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1774501217957,"traceId":"6d53023c22778486"},{"name":"add-entry","duration":271763,"timestamp":2125509179424,"id":210,"parentId":207,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FVolumes%2FProjectSpace%2F_wip%2Fd1studio%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FVolumes%2FProjectSpace%2F_wip%2Fd1studio%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-segment.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FVolumes%2FProjectSpace%2F_wip%2Fd1studio%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FVolumes%2FProjectSpace%2F_wip%2Fd1studio%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%2FVolumes%2FProjectSpace%2F_wip%2Fd1studio%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FVolumes%2FProjectSpace%2F_wip%2Fd1studio%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%2FVolumes%2FProjectSpace%2F_wip%2Fd1studio%2Fnode_modules%2Fnext%2Fdist%2Flib%2Fmetadata%2Fmetadata-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1774501217957,"traceId":"6d53023c22778486"},{"name":"add-entry","duration":284695,"timestamp":2125509179412,"id":209,"parentId":207,"tags":{"request":"./node_modules/next/dist/client/app-next.js"},"startTime":1774501217957,"traceId":"6d53023c22778486"},{"name":"add-entry","duration":294925,"timestamp":2125509179430,"id":213,"parentId":207,"tags":{"request":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/client/router.js"},"startTime":1774501217957,"traceId":"6d53023c22778486"},{"name":"add-entry","duration":295028,"timestamp":2125509179367,"id":208,"parentId":207,"tags":{"request":"./node_modules/next/dist/client/next.js"},"startTime":1774501217957,"traceId":"6d53023c22778486"},{"name":"postcss-process","duration":440667,"timestamp":2125509596875,"id":239,"parentId":238,"tags":{},"startTime":1774501218375,"traceId":"6d53023c22778486"},{"name":"postcss-loader","duration":627369,"timestamp":2125509410301,"id":238,"parentId":237,"tags":{},"startTime":1774501218188,"traceId":"6d53023c22778486"},{"name":"css-loader","duration":27548,"timestamp":2125510037827,"id":240,"parentId":237,"tags":{"astUsed":"true"},"startTime":1774501218816,"traceId":"6d53023c22778486"},{"name":"add-entry","duration":957633,"timestamp":2125509179469,"id":235,"parentId":207,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FVolumes%2FProjectSpace%2F_wip%2Fd1studio%2Fsrc%2Fapp%2Fpage.jsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1774501217957,"traceId":"6d53023c22778486"},{"name":"build-module-css","duration":744815,"timestamp":2125509393403,"id":237,"parentId":236,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/src/app/globals.css.webpack[javascript/auto]!=!/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[2]!/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[3]!/Volumes/ProjectSpace/_wip/d1studio/src/app/globals.css","layer":null},"startTime":1774501218171,"traceId":"6d53023c22778486"},{"name":"build-module-css","duration":766343,"timestamp":2125509376943,"id":236,"parentId":206,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/src/app/globals.css","layer":"app-pages-browser"},"startTime":1774501218155,"traceId":"6d53023c22778486"},{"name":"build-module","duration":49,"timestamp":2125510143400,"id":241,"parentId":236,"tags":{},"startTime":1774501218921,"traceId":"6d53023c22778486"},{"name":"add-entry","duration":964022,"timestamp":2125509179464,"id":231,"parentId":207,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FVolumes%2FProjectSpace%2F_wip%2Fd1studio%2Fnode_modules%2Fnext%2Ffont%2Fgoogle%2Ftarget.css%3F%7B%5C%22path%5C%22%3A%5C%22src%2Fapp%2Flayout.jsx%5C%22%2C%5C%22import%5C%22%3A%5C%22Geist%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22variable%5C%22%3A%5C%22--font-geist-sans%5C%22%2C%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22geistSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FVolumes%2FProjectSpace%2F_wip%2Fd1studio%2Fnode_modules%2Fnext%2Ffont%2Fgoogle%2Ftarget.css%3F%7B%5C%22path%5C%22%3A%5C%22src%2Fapp%2Flayout.jsx%5C%22%2C%5C%22import%5C%22%3A%5C%22Geist_Mono%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22variable%5C%22%3A%5C%22--font-geist-mono%5C%22%2C%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22geistMono%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FVolumes%2FProjectSpace%2F_wip%2Fd1studio%2Fsrc%2Fapp%2Fglobals.css%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FVolumes%2FProjectSpace%2F_wip%2Fd1studio%2Fsrc%2Fcomponents%2Fui%2Ftoaster.jsx%22%2C%22ids%22%3A%5B%22Toaster%22%5D%7D&modules=%7B%22request%22%3A%22%2FVolumes%2FProjectSpace%2F_wip%2Fd1studio%2Fsrc%2Fcontext%2Fdatabase-context.js%22%2C%22ids%22%3A%5B%22DatabaseProvider%22%5D%7D&server=false!"},"startTime":1774501217957,"traceId":"6d53023c22778486"},{"name":"make","duration":964333,"timestamp":2125509179181,"id":207,"parentId":206,"tags":{},"startTime":1774501217957,"traceId":"6d53023c22778486"},{"name":"chunk-graph","duration":8206,"timestamp":2125510166882,"id":243,"parentId":242,"tags":{},"startTime":1774501218945,"traceId":"6d53023c22778486"},{"name":"optimize-modules","duration":17,"timestamp":2125510175148,"id":245,"parentId":242,"tags":{},"startTime":1774501218953,"traceId":"6d53023c22778486"},{"name":"optimize-chunks","duration":22873,"timestamp":2125510176410,"id":247,"parentId":242,"tags":{},"startTime":1774501218954,"traceId":"6d53023c22778486"},{"name":"optimize-tree","duration":6,"timestamp":2125510199317,"id":248,"parentId":242,"tags":{},"startTime":1774501218977,"traceId":"6d53023c22778486"},{"name":"optimize-chunk-modules","duration":13297,"timestamp":2125510199352,"id":249,"parentId":242,"tags":{},"startTime":1774501218977,"traceId":"6d53023c22778486"},{"name":"optimize","duration":37550,"timestamp":2125510175131,"id":244,"parentId":242,"tags":{},"startTime":1774501218953,"traceId":"6d53023c22778486"},{"name":"module-hash","duration":13250,"timestamp":2125510222628,"id":250,"parentId":242,"tags":{},"startTime":1774501219001,"traceId":"6d53023c22778486"},{"name":"code-generation","duration":2558,"timestamp":2125510235966,"id":251,"parentId":242,"tags":{},"startTime":1774501219014,"traceId":"6d53023c22778486"},{"name":"hash","duration":3949,"timestamp":2125510241475,"id":252,"parentId":242,"tags":{},"startTime":1774501219019,"traceId":"6d53023c22778486"},{"name":"code-generation-jobs","duration":90,"timestamp":2125510245423,"id":253,"parentId":242,"tags":{},"startTime":1774501219023,"traceId":"6d53023c22778486"},{"name":"module-assets","duration":214,"timestamp":2125510245499,"id":254,"parentId":242,"tags":{},"startTime":1774501219023,"traceId":"6d53023c22778486"},{"name":"create-chunk-assets","duration":1276,"timestamp":2125510245720,"id":255,"parentId":242,"tags":{},"startTime":1774501219024,"traceId":"6d53023c22778486"},{"name":"NextJsBuildManifest-generateClientManifest","duration":806,"timestamp":2125510248085,"id":257,"parentId":206,"tags":{},"startTime":1774501219026,"traceId":"6d53023c22778486"},{"name":"NextJsBuildManifest-createassets","duration":1204,"timestamp":2125510247696,"id":256,"parentId":206,"tags":{},"startTime":1774501219026,"traceId":"6d53023c22778486"},{"name":"minify-js","duration":409,"timestamp":2125510251805,"id":259,"parentId":258,"tags":{"name":"static/chunks/main-8d0ab17774ffa031.js","cache":"HIT"},"startTime":1774501219030,"traceId":"6d53023c22778486"},{"name":"minify-js","duration":387,"timestamp":2125510251835,"id":260,"parentId":258,"tags":{"name":"static/chunks/main-app-4506e88db72db4b7.js","cache":"HIT"},"startTime":1774501219030,"traceId":"6d53023c22778486"},{"name":"minify-js","duration":382,"timestamp":2125510251843,"id":261,"parentId":258,"tags":{"name":"static/chunks/app/_not-found/page-3e24b81707d98126.js","cache":"HIT"},"startTime":1774501219030,"traceId":"6d53023c22778486"},{"name":"minify-js","duration":377,"timestamp":2125510251848,"id":262,"parentId":258,"tags":{"name":"static/chunks/pages/_app-d23763e3e6c904ff.js","cache":"HIT"},"startTime":1774501219030,"traceId":"6d53023c22778486"},{"name":"minify-js","duration":373,"timestamp":2125510251853,"id":263,"parentId":258,"tags":{"name":"static/chunks/pages/_error-9b7125ad1a1e68fa.js","cache":"HIT"},"startTime":1774501219030,"traceId":"6d53023c22778486"},{"name":"minify-js","duration":370,"timestamp":2125510251858,"id":264,"parentId":258,"tags":{"name":"static/chunks/app/api/cloudflare/route-d0c1dc2a9e7dce36.js","cache":"HIT"},"startTime":1774501219030,"traceId":"6d53023c22778486"},{"name":"minify-js","duration":367,"timestamp":2125510251862,"id":265,"parentId":258,"tags":{"name":"static/chunks/app/api/databases/route-cd322321212797cf.js","cache":"HIT"},"startTime":1774501219030,"traceId":"6d53023c22778486"},{"name":"minify-js","duration":364,"timestamp":2125510251866,"id":266,"parentId":258,"tags":{"name":"static/chunks/app/api/migrations/list/route-cd710ff75b6bcd02.js","cache":"HIT"},"startTime":1774501219030,"traceId":"6d53023c22778486"},{"name":"minify-js","duration":360,"timestamp":2125510251870,"id":267,"parentId":258,"tags":{"name":"static/chunks/app/api/migrations/sync-files/route-79ee2c26f87d3bc7.js","cache":"HIT"},"startTime":1774501219030,"traceId":"6d53023c22778486"},{"name":"minify-js","duration":357,"timestamp":2125510251874,"id":268,"parentId":258,"tags":{"name":"static/chunks/app/api/migrations/sync/route-ee522f232b9f0a9c.js","cache":"HIT"},"startTime":1774501219030,"traceId":"6d53023c22778486"},{"name":"minify-js","duration":354,"timestamp":2125510251878,"id":269,"parentId":258,"tags":{"name":"static/chunks/app/api/pro/route-c90c1f901fc00d38.js","cache":"HIT"},"startTime":1774501219030,"traceId":"6d53023c22778486"},{"name":"minify-js","duration":351,"timestamp":2125510251882,"id":270,"parentId":258,"tags":{"name":"static/chunks/app/api/pull-data/confirm/route-118764086af798f8.js","cache":"HIT"},"startTime":1774501219030,"traceId":"6d53023c22778486"},{"name":"minify-js","duration":347,"timestamp":2125510251887,"id":271,"parentId":258,"tags":{"name":"static/chunks/app/api/pull-remote/preview/route-342db7ea13e6f447.js","cache":"HIT"},"startTime":1774501219030,"traceId":"6d53023c22778486"},{"name":"minify-js","duration":344,"timestamp":2125510251891,"id":272,"parentId":258,"tags":{"name":"static/chunks/app/api/push-remote/preview/route-ab090482f299f57f.js","cache":"HIT"},"startTime":1774501219030,"traceId":"6d53023c22778486"},{"name":"minify-js","duration":341,"timestamp":2125510251895,"id":273,"parentId":258,"tags":{"name":"static/chunks/app/api/push-remote/confirm/route-b778c053bd515abd.js","cache":"HIT"},"startTime":1774501219030,"traceId":"6d53023c22778486"},{"name":"minify-js","duration":338,"timestamp":2125510251899,"id":274,"parentId":258,"tags":{"name":"static/chunks/app/api/query/route-4d21a8b1d34491f1.js","cache":"HIT"},"startTime":1774501219030,"traceId":"6d53023c22778486"},{"name":"minify-js","duration":335,"timestamp":2125510251903,"id":275,"parentId":258,"tags":{"name":"static/chunks/app/api/tables/[name]/import/route-510472de7a5c29bd.js","cache":"HIT"},"startTime":1774501219030,"traceId":"6d53023c22778486"},{"name":"minify-js","duration":332,"timestamp":2125510251907,"id":276,"parentId":258,"tags":{"name":"static/chunks/app/api/tables/route-daa975df4ea8e8f8.js","cache":"HIT"},"startTime":1774501219030,"traceId":"6d53023c22778486"},{"name":"minify-js","duration":329,"timestamp":2125510251911,"id":277,"parentId":258,"tags":{"name":"static/chunks/app/api/time-travel/preview/route-5787d7e8f17bd539.js","cache":"HIT"},"startTime":1774501219030,"traceId":"6d53023c22778486"},{"name":"minify-js","duration":326,"timestamp":2125510251915,"id":278,"parentId":258,"tags":{"name":"static/chunks/app/api/schema/route-cb17a387d6b557ad.js","cache":"HIT"},"startTime":1774501219030,"traceId":"6d53023c22778486"},{"name":"minify-js","duration":320,"timestamp":2125510251921,"id":279,"parentId":258,"tags":{"name":"static/chunks/app/api/update/route-54ee900537982652.js","cache":"HIT"},"startTime":1774501219030,"traceId":"6d53023c22778486"},{"name":"minify-js","duration":317,"timestamp":2125510251925,"id":280,"parentId":258,"tags":{"name":"static/chunks/app/layout-f0ec4d636ee0f763.js","cache":"HIT"},"startTime":1774501219030,"traceId":"6d53023c22778486"},{"name":"minify-js","duration":315,"timestamp":2125510251929,"id":281,"parentId":258,"tags":{"name":"static/chunks/app/api/time-travel/restore/route-84b64a27e831e21c.js","cache":"HIT"},"startTime":1774501219030,"traceId":"6d53023c22778486"},{"name":"minify-js","duration":311,"timestamp":2125510251933,"id":282,"parentId":258,"tags":{"name":"static/chunks/app/api/pull-remote/confirm/route-2b0ade4ebfcea0bc.js","cache":"HIT"},"startTime":1774501219030,"traceId":"6d53023c22778486"},{"name":"minify-js","duration":306,"timestamp":2125510251940,"id":283,"parentId":258,"tags":{"name":"static/chunks/app/api/tables/[name]/route-6a1fa95c303ce0de.js","cache":"HIT"},"startTime":1774501219030,"traceId":"6d53023c22778486"},{"name":"minify-js","duration":301,"timestamp":2125510251944,"id":284,"parentId":258,"tags":{"name":"static/chunks/app/page-6bcbc40fdbc40128.js","cache":"HIT"},"startTime":1774501219030,"traceId":"6d53023c22778486"},{"name":"minify-js","duration":297,"timestamp":2125510251950,"id":285,"parentId":258,"tags":{"name":"static/chunks/webpack-024900a94af4f0a7.js","cache":"HIT"},"startTime":1774501219030,"traceId":"6d53023c22778486"},{"name":"minify-js","duration":293,"timestamp":2125510251954,"id":286,"parentId":258,"tags":{"name":"static/chunks/52.3805be84ba856e6c.js","cache":"HIT"},"startTime":1774501219030,"traceId":"6d53023c22778486"},{"name":"minify-js","duration":263,"timestamp":2125510251984,"id":287,"parentId":258,"tags":{"name":"static/chunks/framework-d29117d969504448.js","cache":"HIT"},"startTime":1774501219030,"traceId":"6d53023c22778486"},{"name":"minify-js","duration":252,"timestamp":2125510251996,"id":288,"parentId":258,"tags":{"name":"static/chunks/4bd1b696-124ea104c06f6cea.js","cache":"HIT"},"startTime":1774501219030,"traceId":"6d53023c22778486"},{"name":"minify-js","duration":248,"timestamp":2125510252001,"id":289,"parentId":258,"tags":{"name":"static/chunks/1a258343.1c8d07ca51f19051.js","cache":"HIT"},"startTime":1774501219030,"traceId":"6d53023c22778486"},{"name":"minify-js","duration":245,"timestamp":2125510252005,"id":290,"parentId":258,"tags":{"name":"static/chunks/692-9e59d546afd11ec3.js","cache":"HIT"},"startTime":1774501219030,"traceId":"6d53023c22778486"},{"name":"minify-js","duration":241,"timestamp":2125510252010,"id":291,"parentId":258,"tags":{"name":"static/chunks/517-c876ce2f00030cd0.js","cache":"HIT"},"startTime":1774501219030,"traceId":"6d53023c22778486"},{"name":"minify-js","duration":237,"timestamp":2125510252014,"id":292,"parentId":258,"tags":{"name":"static/chunks/345.290e14996643753f.js","cache":"HIT"},"startTime":1774501219030,"traceId":"6d53023c22778486"},{"name":"minify-js","duration":234,"timestamp":2125510252018,"id":293,"parentId":258,"tags":{"name":"static/chunks/803-a2fcfbd00e6b3b38.js","cache":"HIT"},"startTime":1774501219030,"traceId":"6d53023c22778486"},{"name":"minify-js","duration":231,"timestamp":2125510252022,"id":294,"parentId":258,"tags":{"name":"static/chunks/92-a84bdac2be7c8d7a.js","cache":"HIT"},"startTime":1774501219030,"traceId":"6d53023c22778486"},{"name":"minify-js","duration":213,"timestamp":2125510252041,"id":295,"parentId":258,"tags":{"name":"static/chunks/480-85b6c8ae3f51b156.js","cache":"HIT"},"startTime":1774501219030,"traceId":"6d53023c22778486"},{"name":"minify-js","duration":205,"timestamp":2125510252049,"id":296,"parentId":258,"tags":{"name":"server/middleware-react-loadable-manifest.js","cache":"HIT"},"startTime":1774501219030,"traceId":"6d53023c22778486"},{"name":"minify-js","duration":72,"timestamp":2125510252183,"id":298,"parentId":258,"tags":{"name":"server/middleware-build-manifest.js","cache":"HIT"},"startTime":1774501219030,"traceId":"6d53023c22778486"}]
3
- [{"name":"minify-js","duration":225,"timestamp":2125510252210,"id":300,"parentId":258,"tags":{"name":"server/next-font-manifest.js","cache":"HIT"},"startTime":1774501219030,"traceId":"6d53023c22778486"},{"name":"minify-js","duration":1840,"timestamp":2125510252097,"id":297,"parentId":258,"tags":{"name":"static/TqY9pInUBjZNteD9IEnz3/_ssgManifest.js","cache":"MISS"},"startTime":1774501219030,"traceId":"6d53023c22778486"},{"name":"minify-js","duration":1961,"timestamp":2125510252191,"id":299,"parentId":258,"tags":{"name":"static/TqY9pInUBjZNteD9IEnz3/_buildManifest.js","cache":"MISS"},"startTime":1774501219030,"traceId":"6d53023c22778486"},{"name":"minify-webpack-plugin-optimize","duration":4440,"timestamp":2125510249721,"id":258,"parentId":206,"tags":{"compilationName":"client"},"startTime":1774501219028,"traceId":"6d53023c22778486"},{"name":"minify-css","duration":76,"timestamp":2125510254253,"id":302,"parentId":301,"tags":{"file":"static/css/ff9e0e6ee7c7f254.css","cache":"HIT"},"startTime":1774501219032,"traceId":"6d53023c22778486"},{"name":"minify-css","duration":57,"timestamp":2125510254275,"id":303,"parentId":301,"tags":{"file":"static/css/1c55b199e782dd50.css","cache":"HIT"},"startTime":1774501219032,"traceId":"6d53023c22778486"},{"name":"css-minimizer-plugin","duration":113,"timestamp":2125510254221,"id":301,"parentId":206,"tags":{},"startTime":1774501219032,"traceId":"6d53023c22778486"},{"name":"seal","duration":105654,"timestamp":2125510155725,"id":242,"parentId":206,"tags":{},"startTime":1774501218934,"traceId":"6d53023c22778486"},{"name":"webpack-compilation","duration":1083155,"timestamp":2125509178278,"id":206,"parentId":13,"tags":{"name":"client"},"startTime":1774501217956,"traceId":"6d53023c22778486"},{"name":"emit","duration":8039,"timestamp":2125510261459,"id":304,"parentId":13,"tags":{},"startTime":1774501219039,"traceId":"6d53023c22778486"},{"name":"webpack-close","duration":16698,"timestamp":2125510270090,"id":305,"parentId":13,"tags":{"name":"client"},"startTime":1774501219048,"traceId":"6d53023c22778486"},{"name":"webpack-generate-error-stats","duration":2548,"timestamp":2125510286809,"id":306,"parentId":305,"tags":{},"startTime":1774501219065,"traceId":"6d53023c22778486"},{"name":"run-webpack-compiler","duration":3613403,"timestamp":2125506676294,"id":13,"parentId":1,"tags":{},"startTime":1774501215454,"traceId":"6d53023c22778486"},{"name":"format-webpack-messages","duration":772,"timestamp":2125510289707,"id":307,"parentId":1,"tags":{},"startTime":1774501219068,"traceId":"6d53023c22778486"},{"name":"verify-and-lint","duration":1421967,"timestamp":2125510322885,"id":310,"parentId":1,"tags":{},"startTime":1774501219101,"traceId":"6d53023c22778486"},{"name":"verify-typescript-setup","duration":6422718,"timestamp":2125510312641,"id":309,"parentId":1,"tags":{},"startTime":1774501219091,"traceId":"6d53023c22778486"},{"name":"check-static-error-page","duration":3163,"timestamp":2125516768795,"id":313,"parentId":312,"tags":{},"startTime":1774501225547,"traceId":"6d53023c22778486"},{"name":"check-page","duration":4219,"timestamp":2125516796867,"id":314,"parentId":312,"tags":{"page":"/_app"},"startTime":1774501225575,"traceId":"6d53023c22778486"},{"name":"check-page","duration":2620,"timestamp":2125516798483,"id":316,"parentId":312,"tags":{"page":"/_document"},"startTime":1774501225576,"traceId":"6d53023c22778486"},{"name":"check-page","duration":5659,"timestamp":2125516798213,"id":315,"parentId":312,"tags":{"page":"/_error"},"startTime":1774501225576,"traceId":"6d53023c22778486"},{"name":"is-page-static","duration":427350,"timestamp":2125516807467,"id":341,"parentId":323,"tags":{},"startTime":1774501225585,"traceId":"6d53023c22778486"},{"name":"check-page","duration":435455,"timestamp":2125516799431,"id":323,"parentId":312,"tags":{"page":"/api/pro"},"startTime":1774501225577,"traceId":"6d53023c22778486"},{"name":"is-page-static","duration":430932,"timestamp":2125516807300,"id":339,"parentId":319,"tags":{},"startTime":1774501225585,"traceId":"6d53023c22778486"},{"name":"check-page","duration":439116,"timestamp":2125516799164,"id":319,"parentId":312,"tags":{"page":"/api/databases"},"startTime":1774501225577,"traceId":"6d53023c22778486"},{"name":"is-page-static","duration":429514,"timestamp":2125516808858,"id":345,"parentId":325,"tags":{},"startTime":1774501225587,"traceId":"6d53023c22778486"},{"name":"check-page","duration":438833,"timestamp":2125516799563,"id":325,"parentId":312,"tags":{"page":"/api/pull-remote/confirm"},"startTime":1774501225578,"traceId":"6d53023c22778486"},{"name":"is-page-static","duration":431049,"timestamp":2125516807403,"id":340,"parentId":320,"tags":{},"startTime":1774501225585,"traceId":"6d53023c22778486"},{"name":"check-page","duration":439247,"timestamp":2125516799234,"id":320,"parentId":312,"tags":{"page":"/api/migrations/list"},"startTime":1774501225577,"traceId":"6d53023c22778486"},{"name":"is-page-static","duration":436436,"timestamp":2125516809565,"id":351,"parentId":330,"tags":{},"startTime":1774501225589,"traceId":"6d53023c22778486"},{"name":"check-page","duration":445730,"timestamp":2125516800327,"id":330,"parentId":312,"tags":{"page":"/api/schema"},"startTime":1774501225578,"traceId":"6d53023c22778486"},{"name":"is-page-static","duration":461146,"timestamp":2125516809031,"id":346,"parentId":326,"tags":{},"startTime":1774501225587,"traceId":"6d53023c22778486"},{"name":"check-page","duration":470581,"timestamp":2125516799626,"id":326,"parentId":312,"tags":{"page":"/api/pull-remote/preview"},"startTime":1774501225578,"traceId":"6d53023c22778486"},{"name":"is-page-static","duration":459698,"timestamp":2125516810705,"id":352,"parentId":331,"tags":{},"startTime":1774501225589,"traceId":"6d53023c22778486"},{"name":"check-page","duration":470026,"timestamp":2125516800396,"id":331,"parentId":312,"tags":{"page":"/api/tables/[name]/import"},"startTime":1774501225578,"traceId":"6d53023c22778486"},{"name":"is-page-static","duration":467790,"timestamp":2125516809471,"id":349,"parentId":327,"tags":{},"startTime":1774501225587,"traceId":"6d53023c22778486"},{"name":"check-page","duration":477677,"timestamp":2125516799690,"id":327,"parentId":312,"tags":{"page":"/api/push-remote/confirm"},"startTime":1774501225578,"traceId":"6d53023c22778486"},{"name":"is-page-static","duration":470151,"timestamp":2125516807668,"id":342,"parentId":322,"tags":{},"startTime":1774501225586,"traceId":"6d53023c22778486"},{"name":"check-page","duration":478483,"timestamp":2125516799360,"id":322,"parentId":312,"tags":{"page":"/api/migrations/sync"},"startTime":1774501225577,"traceId":"6d53023c22778486"},{"name":"is-page-static","duration":468007,"timestamp":2125516811144,"id":354,"parentId":333,"tags":{},"startTime":1774501225589,"traceId":"6d53023c22778486"},{"name":"check-page","duration":478670,"timestamp":2125516800499,"id":333,"parentId":312,"tags":{"page":"/api/tables"},"startTime":1774501225578,"traceId":"6d53023c22778486"},{"name":"is-page-static","duration":475298,"timestamp":2125516809535,"id":350,"parentId":317,"tags":{},"startTime":1774501225587,"traceId":"6d53023c22778486"},{"name":"check-page","duration":486326,"timestamp":2125516798535,"id":317,"parentId":312,"tags":{"page":"/_not-found"},"startTime":1774501225576,"traceId":"6d53023c22778486"},{"name":"is-page-static","duration":474291,"timestamp":2125516811181,"id":357,"parentId":336,"tags":{},"startTime":1774501225589,"traceId":"6d53023c22778486"},{"name":"check-page","duration":484765,"timestamp":2125516800724,"id":336,"parentId":312,"tags":{"page":"/api/update"},"startTime":1774501225579,"traceId":"6d53023c22778486"},{"name":"is-page-static","duration":474611,"timestamp":2125516811173,"id":356,"parentId":335,"tags":{},"startTime":1774501225589,"traceId":"6d53023c22778486"},{"name":"check-page","duration":485131,"timestamp":2125516800688,"id":335,"parentId":312,"tags":{"page":"/api/time-travel/restore"},"startTime":1774501225579,"traceId":"6d53023c22778486"},{"name":"is-page-static","duration":475879,"timestamp":2125516811103,"id":353,"parentId":332,"tags":{},"startTime":1774501225589,"traceId":"6d53023c22778486"},{"name":"check-page","duration":486559,"timestamp":2125516800444,"id":332,"parentId":312,"tags":{"page":"/api/tables/[name]"},"startTime":1774501225578,"traceId":"6d53023c22778486"},{"name":"is-page-static","duration":479270,"timestamp":2125516808051,"id":344,"parentId":321,"tags":{},"startTime":1774501225586,"traceId":"6d53023c22778486"},{"name":"check-page","duration":488031,"timestamp":2125516799298,"id":321,"parentId":312,"tags":{"page":"/api/migrations/sync-files"},"startTime":1774501225577,"traceId":"6d53023c22778486"},{"name":"is-page-static","duration":486383,"timestamp":2125516812160,"id":358,"parentId":337,"tags":{},"startTime":1774501225590,"traceId":"6d53023c22778486"},{"name":"check-page","duration":497844,"timestamp":2125516800754,"id":337,"parentId":312,"tags":{"page":"/"},"startTime":1774501225579,"traceId":"6d53023c22778486"},{"name":"is-page-static","duration":487522,"timestamp":2125516811161,"id":355,"parentId":334,"tags":{},"startTime":1774501225589,"traceId":"6d53023c22778486"},{"name":"check-page","duration":498126,"timestamp":2125516800581,"id":334,"parentId":312,"tags":{"page":"/api/time-travel/preview"},"startTime":1774501225579,"traceId":"6d53023c22778486"},{"name":"is-page-static","duration":493114,"timestamp":2125516806928,"id":338,"parentId":318,"tags":{},"startTime":1774501225585,"traceId":"6d53023c22778486"},{"name":"check-page","duration":501030,"timestamp":2125516799048,"id":318,"parentId":312,"tags":{"page":"/api/cloudflare"},"startTime":1774501225577,"traceId":"6d53023c22778486"},{"name":"is-page-static","duration":497453,"timestamp":2125516809149,"id":348,"parentId":328,"tags":{},"startTime":1774501225587,"traceId":"6d53023c22778486"},{"name":"check-page","duration":506761,"timestamp":2125516799884,"id":328,"parentId":312,"tags":{"page":"/api/push-remote/preview"},"startTime":1774501225578,"traceId":"6d53023c22778486"},{"name":"is-page-static","duration":500638,"timestamp":2125516807749,"id":343,"parentId":324,"tags":{},"startTime":1774501225586,"traceId":"6d53023c22778486"},{"name":"check-page","duration":508907,"timestamp":2125516799499,"id":324,"parentId":312,"tags":{"page":"/api/pull-data/confirm"},"startTime":1774501225577,"traceId":"6d53023c22778486"},{"name":"is-page-static","duration":505845,"timestamp":2125516809090,"id":347,"parentId":329,"tags":{},"startTime":1774501225587,"traceId":"6d53023c22778486"},{"name":"check-page","duration":514955,"timestamp":2125516800005,"id":329,"parentId":312,"tags":{"page":"/api/query"},"startTime":1774501225578,"traceId":"6d53023c22778486"},{"name":"static-check","duration":548178,"timestamp":2125516766833,"id":312,"parentId":1,"tags":{},"startTime":1774501225545,"traceId":"6d53023c22778486"},{"name":"generate-required-server-files","duration":348,"timestamp":2125517315256,"id":360,"parentId":1,"tags":{},"startTime":1774501226093,"traceId":"6d53023c22778486"},{"name":"write-routes-manifest","duration":1885,"timestamp":2125517320549,"id":362,"parentId":1,"tags":{},"startTime":1774501226098,"traceId":"6d53023c22778486"},{"name":"load-dotenv","duration":21,"timestamp":2125517951017,"id":365,"parentId":364,"tags":{},"startTime":1774501226729,"traceId":"6d53023c22778486"},{"name":"run-export-path-map","duration":285,"timestamp":2125518787771,"id":366,"parentId":364,"tags":{},"startTime":1774501227566,"traceId":"6d53023c22778486"},{"name":"next-export","duration":1656794,"timestamp":2125517950473,"id":364,"parentId":1,"tags":{},"startTime":1774501226728,"traceId":"6d53023c22778486"},{"name":"move-exported-app-not-found-","duration":2495,"timestamp":2125519608049,"id":367,"parentId":363,"tags":{},"startTime":1774501228386,"traceId":"6d53023c22778486"},{"name":"move-exported-page","duration":48595,"timestamp":2125519610641,"id":368,"parentId":363,"tags":{},"startTime":1774501228389,"traceId":"6d53023c22778486"},{"name":"static-generation","duration":1867262,"timestamp":2125517946939,"id":363,"parentId":1,"tags":{},"startTime":1774501226725,"traceId":"6d53023c22778486"},{"name":"node-file-trace-build","duration":7078221,"timestamp":2125517317433,"id":361,"parentId":1,"tags":{"isTurbotrace":"false"},"startTime":1774501226095,"traceId":"6d53023c22778486"},{"name":"apply-include-excludes","duration":350,"timestamp":2125524395675,"id":369,"parentId":1,"tags":{},"startTime":1774501233174,"traceId":"6d53023c22778486"},{"name":"print-tree-view","duration":1835,"timestamp":2125524396394,"id":370,"parentId":1,"tags":{},"startTime":1774501233174,"traceId":"6d53023c22778486"},{"name":"telemetry-flush","duration":18,"timestamp":2125524398239,"id":371,"parentId":1,"tags":{},"startTime":1774501233176,"traceId":"6d53023c22778486"},{"name":"next-build","duration":17878529,"timestamp":2125506519731,"id":1,"tags":{"buildMode":"default","isTurboBuild":"false","version":"15.1.6","has-custom-webpack-config":"true","use-build-worker":"false"},"startTime":1774501215298,"traceId":"6d53023c22778486"}]
1
+ [{"name":"generate-buildid","duration":88,"timestamp":1427400167798,"id":4,"parentId":1,"tags":{},"startTime":1777905912835,"traceId":"9878b33d7bc5c848"},{"name":"load-custom-routes","duration":125,"timestamp":1427400167921,"id":5,"parentId":1,"tags":{},"startTime":1777905912835,"traceId":"9878b33d7bc5c848"},{"name":"create-dist-dir","duration":483,"timestamp":1427400203934,"id":6,"parentId":1,"tags":{},"startTime":1777905912871,"traceId":"9878b33d7bc5c848"},{"name":"create-pages-mapping","duration":84,"timestamp":1427400215095,"id":7,"parentId":1,"tags":{},"startTime":1777905912882,"traceId":"9878b33d7bc5c848"},{"name":"collect-app-files","duration":1747,"timestamp":1427400215200,"id":8,"parentId":1,"tags":{},"startTime":1777905912882,"traceId":"9878b33d7bc5c848"},{"name":"create-app-mapping","duration":690,"timestamp":1427400216959,"id":9,"parentId":1,"tags":{},"startTime":1777905912884,"traceId":"9878b33d7bc5c848"},{"name":"create-app-layouts","duration":145,"timestamp":1427400217661,"id":10,"parentId":1,"tags":{},"startTime":1777905912885,"traceId":"9878b33d7bc5c848"},{"name":"collect-default-files","duration":733,"timestamp":1427400218532,"id":12,"parentId":1,"tags":{},"startTime":1777905912885,"traceId":"9878b33d7bc5c848"},{"name":"generate-route-types","duration":35423,"timestamp":1427400218031,"id":11,"parentId":1,"tags":{},"startTime":1777905912885,"traceId":"9878b33d7bc5c848"},{"name":"public-dir-conflict-check","duration":258,"timestamp":1427400253495,"id":13,"parentId":1,"tags":{},"startTime":1777905912920,"traceId":"9878b33d7bc5c848"},{"name":"generate-routes-manifest","duration":816,"timestamp":1427400253953,"id":14,"parentId":1,"tags":{},"startTime":1777905912921,"traceId":"9878b33d7bc5c848"},{"name":"create-entrypoints","duration":18225,"timestamp":1427400258669,"id":17,"parentId":1,"tags":{},"startTime":1777905912926,"traceId":"9878b33d7bc5c848"},{"name":"generate-webpack-config","duration":131869,"timestamp":1427400276923,"id":18,"parentId":16,"tags":{},"startTime":1777905912944,"traceId":"9878b33d7bc5c848"},{"name":"next-trace-entrypoint-plugin","duration":1016,"timestamp":1427400455871,"id":20,"parentId":19,"tags":{},"startTime":1777905913123,"traceId":"9878b33d7bc5c848"},{"name":"add-entry","duration":178373,"timestamp":1427400459671,"id":39,"parentId":21,"tags":{"request":"next/dist/pages/_app"},"startTime":1777905913127,"traceId":"9878b33d7bc5c848"},{"name":"add-entry","duration":236307,"timestamp":1427400459540,"id":27,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fpro%2Froute&name=app%2Fapi%2Fpro%2Froute&pagePath=private-next-app-dir%2Fapi%2Fpro%2Froute.js&appDir=%2FVolumes%2FProjectSpace%2F_wip%2Fd1studio%2Fsrc%2Fapp&appPaths=%2Fapi%2Fpro%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1777905913127,"traceId":"9878b33d7bc5c848"},{"name":"add-entry","duration":236287,"timestamp":1427400459569,"id":31,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fschema%2Froute&name=app%2Fapi%2Fschema%2Froute&pagePath=private-next-app-dir%2Fapi%2Fschema%2Froute.js&appDir=%2FVolumes%2FProjectSpace%2F_wip%2Fd1studio%2Fsrc%2Fapp&appPaths=%2Fapi%2Fschema%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1777905913127,"traceId":"9878b33d7bc5c848"},{"name":"add-entry","duration":236194,"timestamp":1427400459664,"id":37,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fupdate%2Froute&name=app%2Fapi%2Fupdate%2Froute&pagePath=private-next-app-dir%2Fapi%2Fupdate%2Froute.js&appDir=%2FVolumes%2FProjectSpace%2F_wip%2Fd1studio%2Fsrc%2Fapp&appPaths=%2Fapi%2Fupdate%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1777905913127,"traceId":"9878b33d7bc5c848"},{"name":"add-entry","duration":238848,"timestamp":1427400459677,"id":41,"parentId":21,"tags":{"request":"next-app-loader?page=%2F_not-found%2Fpage&name=app%2F_not-found%2Fpage&pagePath=%2FVolumes%2FProjectSpace%2F_wip%2Fd1studio%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fbuiltin%2Fglobal-not-found.js&appDir=%2FVolumes%2FProjectSpace%2F_wip%2Fd1studio%2Fsrc%2Fapp&appPaths=%2FVolumes%2FProjectSpace%2F_wip%2Fd1studio%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":1777905913127,"traceId":"9878b33d7bc5c848"},{"name":"add-entry","duration":238764,"timestamp":1427400459765,"id":44,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fpage&name=app%2Fpage&pagePath=private-next-app-dir%2Fpage.jsx&appDir=%2FVolumes%2FProjectSpace%2F_wip%2Fd1studio%2Fsrc%2Fapp&appPaths=%2Fpage&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1777905913127,"traceId":"9878b33d7bc5c848"},{"name":"add-entry","duration":239145,"timestamp":1427400459771,"id":45,"parentId":21,"tags":{"request":"next/dist/pages/_document"},"startTime":1777905913127,"traceId":"9878b33d7bc5c848"},{"name":"add-entry","duration":245316,"timestamp":1427400459680,"id":42,"parentId":21,"tags":{"request":"next-route-loader?kind=PAGES&page=%2F_error&preferredRegion=&absolutePagePath=next%2Fdist%2Fpages%2F_error&absoluteAppPath=next%2Fdist%2Fpages%2F_app&absoluteDocumentPath=next%2Fdist%2Fpages%2F_document&middlewareConfigBase64=e30%3D!"},"startTime":1777905913127,"traceId":"9878b33d7bc5c848"},{"name":"add-entry","duration":269782,"timestamp":1427400459522,"id":24,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fmigrations%2Fsync-files%2Froute&name=app%2Fapi%2Fmigrations%2Fsync-files%2Froute&pagePath=private-next-app-dir%2Fapi%2Fmigrations%2Fsync-files%2Froute.js&appDir=%2FVolumes%2FProjectSpace%2F_wip%2Fd1studio%2Fsrc%2Fapp&appPaths=%2Fapi%2Fmigrations%2Fsync-files%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1777905913126,"traceId":"9878b33d7bc5c848"},{"name":"add-entry","duration":270012,"timestamp":1427400459310,"id":22,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fcloudflare%2Froute&name=app%2Fapi%2Fcloudflare%2Froute&pagePath=private-next-app-dir%2Fapi%2Fcloudflare%2Froute.js&appDir=%2FVolumes%2FProjectSpace%2F_wip%2Fd1studio%2Fsrc%2Fapp&appPaths=%2Fapi%2Fcloudflare%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1777905913126,"traceId":"9878b33d7bc5c848"},{"name":"add-entry","duration":269776,"timestamp":1427400459552,"id":29,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fpull-remote%2Fpreview%2Froute&name=app%2Fapi%2Fpull-remote%2Fpreview%2Froute&pagePath=private-next-app-dir%2Fapi%2Fpull-remote%2Fpreview%2Froute.js&appDir=%2FVolumes%2FProjectSpace%2F_wip%2Fd1studio%2Fsrc%2Fapp&appPaths=%2Fapi%2Fpull-remote%2Fpreview%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1777905913127,"traceId":"9878b33d7bc5c848"},{"name":"add-entry","duration":269825,"timestamp":1427400459559,"id":30,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fpush-remote%2Fpreview%2Froute&name=app%2Fapi%2Fpush-remote%2Fpreview%2Froute&pagePath=private-next-app-dir%2Fapi%2Fpush-remote%2Fpreview%2Froute.js&appDir=%2FVolumes%2FProjectSpace%2F_wip%2Fd1studio%2Fsrc%2Fapp&appPaths=%2Fapi%2Fpush-remote%2Fpreview%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1777905913127,"traceId":"9878b33d7bc5c848"},{"name":"add-entry","duration":269806,"timestamp":1427400459583,"id":32,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fpush-remote%2Fconfirm%2Froute&name=app%2Fapi%2Fpush-remote%2Fconfirm%2Froute&pagePath=private-next-app-dir%2Fapi%2Fpush-remote%2Fconfirm%2Froute.js&appDir=%2FVolumes%2FProjectSpace%2F_wip%2Fd1studio%2Fsrc%2Fapp&appPaths=%2Fapi%2Fpush-remote%2Fconfirm%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1777905913127,"traceId":"9878b33d7bc5c848"},{"name":"add-entry","duration":269731,"timestamp":1427400459661,"id":36,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Ftime-travel%2Fpreview%2Froute&name=app%2Fapi%2Ftime-travel%2Fpreview%2Froute&pagePath=private-next-app-dir%2Fapi%2Ftime-travel%2Fpreview%2Froute.js&appDir=%2FVolumes%2FProjectSpace%2F_wip%2Fd1studio%2Fsrc%2Fapp&appPaths=%2Fapi%2Ftime-travel%2Fpreview%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1777905913127,"traceId":"9878b33d7bc5c848"},{"name":"add-entry","duration":269727,"timestamp":1427400459668,"id":38,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Ftime-travel%2Frestore%2Froute&name=app%2Fapi%2Ftime-travel%2Frestore%2Froute&pagePath=private-next-app-dir%2Fapi%2Ftime-travel%2Frestore%2Froute.js&appDir=%2FVolumes%2FProjectSpace%2F_wip%2Fd1studio%2Fsrc%2Fapp&appPaths=%2Fapi%2Ftime-travel%2Frestore%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1777905913127,"traceId":"9878b33d7bc5c848"},{"name":"add-entry","duration":269743,"timestamp":1427400459656,"id":35,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Ftables%2Froute&name=app%2Fapi%2Ftables%2Froute&pagePath=private-next-app-dir%2Fapi%2Ftables%2Froute.js&appDir=%2FVolumes%2FProjectSpace%2F_wip%2Fd1studio%2Fsrc%2Fapp&appPaths=%2Fapi%2Ftables%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1777905913127,"traceId":"9878b33d7bc5c848"},{"name":"add-entry","duration":269678,"timestamp":1427400459724,"id":43,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Ftables%2F%5Bname%5D%2Froute&name=app%2Fapi%2Ftables%2F%5Bname%5D%2Froute&pagePath=private-next-app-dir%2Fapi%2Ftables%2F%5Bname%5D%2Froute.js&appDir=%2FVolumes%2FProjectSpace%2F_wip%2Fd1studio%2Fsrc%2Fapp&appPaths=%2Fapi%2Ftables%2F%5Bname%5D%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1777905913127,"traceId":"9878b33d7bc5c848"},{"name":"add-entry","duration":269876,"timestamp":1427400459529,"id":25,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fmigrations%2Fsync%2Froute&name=app%2Fapi%2Fmigrations%2Fsync%2Froute&pagePath=private-next-app-dir%2Fapi%2Fmigrations%2Fsync%2Froute.js&appDir=%2FVolumes%2FProjectSpace%2F_wip%2Fd1studio%2Fsrc%2Fapp&appPaths=%2Fapi%2Fmigrations%2Fsync%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1777905913126,"traceId":"9878b33d7bc5c848"},{"name":"add-entry","duration":269861,"timestamp":1427400459546,"id":28,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fpull-data%2Fconfirm%2Froute&name=app%2Fapi%2Fpull-data%2Fconfirm%2Froute&pagePath=private-next-app-dir%2Fapi%2Fpull-data%2Fconfirm%2Froute.js&appDir=%2FVolumes%2FProjectSpace%2F_wip%2Fd1studio%2Fsrc%2Fapp&appPaths=%2Fapi%2Fpull-data%2Fconfirm%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1777905913127,"traceId":"9878b33d7bc5c848"},{"name":"add-entry","duration":269764,"timestamp":1427400459645,"id":34,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fquery%2Froute&name=app%2Fapi%2Fquery%2Froute&pagePath=private-next-app-dir%2Fapi%2Fquery%2Froute.js&appDir=%2FVolumes%2FProjectSpace%2F_wip%2Fd1studio%2Fsrc%2Fapp&appPaths=%2Fapi%2Fquery%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1777905913127,"traceId":"9878b33d7bc5c848"},{"name":"add-entry","duration":284528,"timestamp":1427400459510,"id":23,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fdatabases%2Froute&name=app%2Fapi%2Fdatabases%2Froute&pagePath=private-next-app-dir%2Fapi%2Fdatabases%2Froute.js&appDir=%2FVolumes%2FProjectSpace%2F_wip%2Fd1studio%2Fsrc%2Fapp&appPaths=%2Fapi%2Fdatabases%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1777905913126,"traceId":"9878b33d7bc5c848"},{"name":"add-entry","duration":284515,"timestamp":1427400459535,"id":26,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fmigrations%2Flist%2Froute&name=app%2Fapi%2Fmigrations%2Flist%2Froute&pagePath=private-next-app-dir%2Fapi%2Fmigrations%2Flist%2Froute.js&appDir=%2FVolumes%2FProjectSpace%2F_wip%2Fd1studio%2Fsrc%2Fapp&appPaths=%2Fapi%2Fmigrations%2Flist%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1777905913126,"traceId":"9878b33d7bc5c848"},{"name":"add-entry","duration":284462,"timestamp":1427400459590,"id":33,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Ftables%2F%5Bname%5D%2Fimport%2Froute&name=app%2Fapi%2Ftables%2F%5Bname%5D%2Fimport%2Froute&pagePath=private-next-app-dir%2Fapi%2Ftables%2F%5Bname%5D%2Fimport%2Froute.js&appDir=%2FVolumes%2FProjectSpace%2F_wip%2Fd1studio%2Fsrc%2Fapp&appPaths=%2Fapi%2Ftables%2F%5Bname%5D%2Fimport%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1777905913127,"traceId":"9878b33d7bc5c848"},{"name":"add-entry","duration":284382,"timestamp":1427400459674,"id":40,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fpull-remote%2Fconfirm%2Froute&name=app%2Fapi%2Fpull-remote%2Fconfirm%2Froute&pagePath=private-next-app-dir%2Fapi%2Fpull-remote%2Fconfirm%2Froute.js&appDir=%2FVolumes%2FProjectSpace%2F_wip%2Fd1studio%2Fsrc%2Fapp&appPaths=%2Fapi%2Fpull-remote%2Fconfirm%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1777905913127,"traceId":"9878b33d7bc5c848"},{"name":"make","duration":486413,"timestamp":1427400459195,"id":21,"parentId":19,"tags":{},"startTime":1777905913126,"traceId":"9878b33d7bc5c848"},{"name":"get-entries","duration":747,"timestamp":1427400946318,"id":133,"parentId":132,"tags":{},"startTime":1777905913613,"traceId":"9878b33d7bc5c848"},{"name":"node-file-trace-plugin","duration":109033,"timestamp":1427400949397,"id":134,"parentId":132,"tags":{"traceEntryCount":"44"},"startTime":1777905913616,"traceId":"9878b33d7bc5c848"},{"name":"collect-traced-files","duration":716,"timestamp":1427401058439,"id":135,"parentId":132,"tags":{},"startTime":1777905913725,"traceId":"9878b33d7bc5c848"},{"name":"finish-modules","duration":112964,"timestamp":1427400946193,"id":132,"parentId":20,"tags":{},"startTime":1777905913613,"traceId":"9878b33d7bc5c848"},{"name":"chunk-graph","duration":14502,"timestamp":1427401086392,"id":137,"parentId":136,"tags":{},"startTime":1777905913753,"traceId":"9878b33d7bc5c848"},{"name":"optimize-modules","duration":11,"timestamp":1427401100957,"id":139,"parentId":136,"tags":{},"startTime":1777905913768,"traceId":"9878b33d7bc5c848"},{"name":"optimize-chunks","duration":14685,"timestamp":1427401101004,"id":140,"parentId":136,"tags":{},"startTime":1777905913768,"traceId":"9878b33d7bc5c848"},{"name":"optimize-tree","duration":80,"timestamp":1427401115752,"id":141,"parentId":136,"tags":{},"startTime":1777905913783,"traceId":"9878b33d7bc5c848"},{"name":"optimize-chunk-modules","duration":15768,"timestamp":1427401115874,"id":142,"parentId":136,"tags":{},"startTime":1777905913783,"traceId":"9878b33d7bc5c848"},{"name":"optimize","duration":30837,"timestamp":1427401100934,"id":138,"parentId":136,"tags":{},"startTime":1777905913768,"traceId":"9878b33d7bc5c848"},{"name":"module-hash","duration":14889,"timestamp":1427401144139,"id":143,"parentId":136,"tags":{},"startTime":1777905913811,"traceId":"9878b33d7bc5c848"},{"name":"code-generation","duration":42580,"timestamp":1427401159081,"id":144,"parentId":136,"tags":{},"startTime":1777905913826,"traceId":"9878b33d7bc5c848"},{"name":"hash","duration":5029,"timestamp":1427401204865,"id":145,"parentId":136,"tags":{},"startTime":1777905913872,"traceId":"9878b33d7bc5c848"},{"name":"code-generation-jobs","duration":181,"timestamp":1427401209894,"id":146,"parentId":136,"tags":{},"startTime":1777905913877,"traceId":"9878b33d7bc5c848"},{"name":"module-assets","duration":323,"timestamp":1427401210020,"id":147,"parentId":136,"tags":{},"startTime":1777905913877,"traceId":"9878b33d7bc5c848"},{"name":"create-chunk-assets","duration":5646,"timestamp":1427401210348,"id":148,"parentId":136,"tags":{},"startTime":1777905913877,"traceId":"9878b33d7bc5c848"},{"name":"minify-js","duration":8350,"timestamp":1427401224473,"id":150,"parentId":149,"tags":{"name":"../app/api/cloudflare/route.js","cache":"HIT"},"startTime":1777905913891,"traceId":"9878b33d7bc5c848"},{"name":"minify-js","duration":8287,"timestamp":1427401224547,"id":151,"parentId":149,"tags":{"name":"../app/api/databases/route.js","cache":"HIT"},"startTime":1777905913892,"traceId":"9878b33d7bc5c848"},{"name":"minify-js","duration":4098,"timestamp":1427401228738,"id":155,"parentId":149,"tags":{"name":"../app/api/pro/route.js","cache":"HIT"},"startTime":1777905913896,"traceId":"9878b33d7bc5c848"},{"name":"minify-js","duration":4039,"timestamp":1427401228798,"id":156,"parentId":149,"tags":{"name":"../app/api/pull-data/confirm/route.js","cache":"HIT"},"startTime":1777905913896,"traceId":"9878b33d7bc5c848"},{"name":"minify-js","duration":3376,"timestamp":1427401229463,"id":159,"parentId":149,"tags":{"name":"../app/api/schema/route.js","cache":"HIT"},"startTime":1777905913896,"traceId":"9878b33d7bc5c848"},{"name":"minify-js","duration":2996,"timestamp":1427401229845,"id":161,"parentId":149,"tags":{"name":"../app/api/tables/[name]/import/route.js","cache":"HIT"},"startTime":1777905913897,"traceId":"9878b33d7bc5c848"},{"name":"minify-js","duration":2646,"timestamp":1427401230195,"id":163,"parentId":149,"tags":{"name":"../app/api/tables/route.js","cache":"HIT"},"startTime":1777905913897,"traceId":"9878b33d7bc5c848"},{"name":"minify-js","duration":2644,"timestamp":1427401230198,"id":164,"parentId":149,"tags":{"name":"../app/api/time-travel/preview/route.js","cache":"HIT"},"startTime":1777905913897,"traceId":"9878b33d7bc5c848"},{"name":"minify-js","duration":2642,"timestamp":1427401230201,"id":165,"parentId":149,"tags":{"name":"../app/api/update/route.js","cache":"HIT"},"startTime":1777905913897,"traceId":"9878b33d7bc5c848"},{"name":"minify-js","duration":2641,"timestamp":1427401230203,"id":166,"parentId":149,"tags":{"name":"../app/api/time-travel/restore/route.js","cache":"HIT"},"startTime":1777905913897,"traceId":"9878b33d7bc5c848"},{"name":"minify-js","duration":2639,"timestamp":1427401230206,"id":167,"parentId":149,"tags":{"name":"../pages/_app.js","cache":"HIT"},"startTime":1777905913897,"traceId":"9878b33d7bc5c848"},{"name":"minify-js","duration":2256,"timestamp":1427401230590,"id":169,"parentId":149,"tags":{"name":"../app/_not-found/page.js","cache":"HIT"},"startTime":1777905913898,"traceId":"9878b33d7bc5c848"},{"name":"minify-js","duration":2254,"timestamp":1427401230593,"id":170,"parentId":149,"tags":{"name":"../pages/_error.js","cache":"HIT"},"startTime":1777905913898,"traceId":"9878b33d7bc5c848"},{"name":"minify-js","duration":2253,"timestamp":1427401230595,"id":171,"parentId":149,"tags":{"name":"../app/api/tables/[name]/route.js","cache":"HIT"},"startTime":1777905913898,"traceId":"9878b33d7bc5c848"},{"name":"minify-js","duration":2250,"timestamp":1427401230598,"id":172,"parentId":149,"tags":{"name":"../app/page.js","cache":"HIT"},"startTime":1777905913898,"traceId":"9878b33d7bc5c848"},{"name":"minify-js","duration":2245,"timestamp":1427401230604,"id":173,"parentId":149,"tags":{"name":"../pages/_document.js","cache":"HIT"},"startTime":1777905913898,"traceId":"9878b33d7bc5c848"},{"name":"minify-js","duration":2242,"timestamp":1427401230608,"id":174,"parentId":149,"tags":{"name":"../webpack-runtime.js","cache":"HIT"},"startTime":1777905913898,"traceId":"9878b33d7bc5c848"},{"name":"minify-js","duration":2241,"timestamp":1427401230610,"id":175,"parentId":149,"tags":{"name":"366.js","cache":"HIT"},"startTime":1777905913898,"traceId":"9878b33d7bc5c848"},{"name":"minify-js","duration":2240,"timestamp":1427401230612,"id":176,"parentId":149,"tags":{"name":"873.js","cache":"HIT"},"startTime":1777905913898,"traceId":"9878b33d7bc5c848"},{"name":"minify-js","duration":2239,"timestamp":1427401230614,"id":177,"parentId":149,"tags":{"name":"692.js","cache":"HIT"},"startTime":1777905913898,"traceId":"9878b33d7bc5c848"},{"name":"minify-js","duration":2238,"timestamp":1427401230616,"id":178,"parentId":149,"tags":{"name":"347.js","cache":"HIT"},"startTime":1777905913898,"traceId":"9878b33d7bc5c848"},{"name":"minify-js","duration":43,"timestamp":1427401232811,"id":180,"parentId":149,"tags":{"name":"611.js","cache":"HIT"},"startTime":1777905913900,"traceId":"9878b33d7bc5c848"},{"name":"minify-js","duration":39,"timestamp":1427401232817,"id":181,"parentId":149,"tags":{"name":"626.js","cache":"HIT"},"startTime":1777905913900,"traceId":"9878b33d7bc5c848"},{"name":"minify-js","duration":36,"timestamp":1427401232820,"id":182,"parentId":149,"tags":{"name":"839.js","cache":"HIT"},"startTime":1777905913900,"traceId":"9878b33d7bc5c848"},{"name":"minify-js","duration":10995,"timestamp":1427401226823,"id":153,"parentId":149,"tags":{"name":"../app/api/migrations/sync/route.js","cache":"MISS"},"startTime":1777905913894,"traceId":"9878b33d7bc5c848"},{"name":"minify-js","duration":9045,"timestamp":1427401228804,"id":157,"parentId":149,"tags":{"name":"../app/api/pull-remote/preview/route.js","cache":"MISS"},"startTime":1777905913896,"traceId":"9878b33d7bc5c848"},{"name":"minify-js","duration":10323,"timestamp":1427401227838,"id":154,"parentId":149,"tags":{"name":"../app/api/migrations/list/route.js","cache":"MISS"},"startTime":1777905913895,"traceId":"9878b33d7bc5c848"},{"name":"minify-js","duration":14000,"timestamp":1427401224551,"id":152,"parentId":149,"tags":{"name":"../app/api/migrations/sync-files/route.js","cache":"MISS"},"startTime":1777905913892,"traceId":"9878b33d7bc5c848"},{"name":"minify-js","duration":12556,"timestamp":1427401229136,"id":158,"parentId":149,"tags":{"name":"../app/api/push-remote/preview/route.js","cache":"MISS"},"startTime":1777905913896,"traceId":"9878b33d7bc5c848"},{"name":"minify-js","duration":12486,"timestamp":1427401229472,"id":160,"parentId":149,"tags":{"name":"../app/api/push-remote/confirm/route.js","cache":"MISS"},"startTime":1777905913896,"traceId":"9878b33d7bc5c848"},{"name":"minify-js","duration":12297,"timestamp":1427401229849,"id":162,"parentId":149,"tags":{"name":"../app/api/query/route.js","cache":"MISS"},"startTime":1777905913897,"traceId":"9878b33d7bc5c848"},{"name":"minify-js","duration":13706,"timestamp":1427401230208,"id":168,"parentId":149,"tags":{"name":"../app/api/pull-remote/confirm/route.js","cache":"MISS"},"startTime":1777905913897,"traceId":"9878b33d7bc5c848"},{"name":"minify-js","duration":82720,"timestamp":1427401230618,"id":179,"parentId":149,"tags":{"name":"386.js","cache":"MISS"},"startTime":1777905913898,"traceId":"9878b33d7bc5c848"},{"name":"minify-webpack-plugin-optimize","duration":95662,"timestamp":1427401217690,"id":149,"parentId":19,"tags":{"compilationName":"server","mangle":"[object Object]"},"startTime":1777905913885,"traceId":"9878b33d7bc5c848"},{"name":"css-minimizer-plugin","duration":97,"timestamp":1427401313453,"id":183,"parentId":19,"tags":{},"startTime":1777905913980,"traceId":"9878b33d7bc5c848"},{"name":"create-trace-assets","duration":2215,"timestamp":1427401313652,"id":184,"parentId":20,"tags":{},"startTime":1777905913981,"traceId":"9878b33d7bc5c848"},{"name":"seal","duration":251757,"timestamp":1427401071986,"id":136,"parentId":19,"tags":{},"startTime":1777905913739,"traceId":"9878b33d7bc5c848"},{"name":"webpack-compilation","duration":876809,"timestamp":1427400455063,"id":19,"parentId":16,"tags":{"name":"server"},"startTime":1777905913122,"traceId":"9878b33d7bc5c848"},{"name":"emit","duration":10756,"timestamp":1427401332198,"id":185,"parentId":16,"tags":{},"startTime":1777905913999,"traceId":"9878b33d7bc5c848"},{"name":"webpack-close","duration":51101,"timestamp":1427401343953,"id":186,"parentId":16,"tags":{"name":"server"},"startTime":1777905914011,"traceId":"9878b33d7bc5c848"},{"name":"webpack-generate-error-stats","duration":1214,"timestamp":1427401395093,"id":187,"parentId":186,"tags":{},"startTime":1777905914062,"traceId":"9878b33d7bc5c848"},{"name":"make","duration":91,"timestamp":1427401402222,"id":189,"parentId":188,"tags":{},"startTime":1777905914069,"traceId":"9878b33d7bc5c848"},{"name":"chunk-graph","duration":223,"timestamp":1427401402631,"id":191,"parentId":190,"tags":{},"startTime":1777905914070,"traceId":"9878b33d7bc5c848"},{"name":"optimize-modules","duration":3,"timestamp":1427401402877,"id":193,"parentId":190,"tags":{},"startTime":1777905914070,"traceId":"9878b33d7bc5c848"},{"name":"optimize-chunks","duration":33,"timestamp":1427401402907,"id":194,"parentId":190,"tags":{},"startTime":1777905914070,"traceId":"9878b33d7bc5c848"},{"name":"optimize-tree","duration":3,"timestamp":1427401402957,"id":195,"parentId":190,"tags":{},"startTime":1777905914070,"traceId":"9878b33d7bc5c848"}]
2
+ [{"name":"optimize-chunk-modules","duration":33,"timestamp":1427401403032,"id":196,"parentId":190,"tags":{},"startTime":1777905914070,"traceId":"9878b33d7bc5c848"},{"name":"optimize","duration":216,"timestamp":1427401402864,"id":192,"parentId":190,"tags":{},"startTime":1777905914070,"traceId":"9878b33d7bc5c848"},{"name":"module-hash","duration":9,"timestamp":1427401403190,"id":197,"parentId":190,"tags":{},"startTime":1777905914070,"traceId":"9878b33d7bc5c848"},{"name":"code-generation","duration":8,"timestamp":1427401403204,"id":198,"parentId":190,"tags":{},"startTime":1777905914070,"traceId":"9878b33d7bc5c848"},{"name":"hash","duration":31,"timestamp":1427401403240,"id":199,"parentId":190,"tags":{},"startTime":1777905914070,"traceId":"9878b33d7bc5c848"},{"name":"code-generation-jobs","duration":17,"timestamp":1427401403271,"id":200,"parentId":190,"tags":{},"startTime":1777905914070,"traceId":"9878b33d7bc5c848"},{"name":"module-assets","duration":9,"timestamp":1427401403284,"id":201,"parentId":190,"tags":{},"startTime":1777905914070,"traceId":"9878b33d7bc5c848"},{"name":"create-chunk-assets","duration":9,"timestamp":1427401403297,"id":202,"parentId":190,"tags":{},"startTime":1777905914070,"traceId":"9878b33d7bc5c848"},{"name":"minify-js","duration":17,"timestamp":1427401406580,"id":204,"parentId":203,"tags":{"name":"interception-route-rewrite-manifest.js","cache":"HIT"},"startTime":1777905914074,"traceId":"9878b33d7bc5c848"},{"name":"minify-webpack-plugin-optimize","duration":343,"timestamp":1427401406261,"id":203,"parentId":188,"tags":{"compilationName":"edge-server","mangle":"[object Object]"},"startTime":1777905914073,"traceId":"9878b33d7bc5c848"},{"name":"css-minimizer-plugin","duration":5,"timestamp":1427401406620,"id":205,"parentId":188,"tags":{},"startTime":1777905914074,"traceId":"9878b33d7bc5c848"},{"name":"seal","duration":4906,"timestamp":1427401402570,"id":190,"parentId":188,"tags":{},"startTime":1777905914070,"traceId":"9878b33d7bc5c848"},{"name":"webpack-compilation","duration":6110,"timestamp":1427401401411,"id":188,"parentId":16,"tags":{"name":"edge-server"},"startTime":1777905914068,"traceId":"9878b33d7bc5c848"},{"name":"emit","duration":334,"timestamp":1427401407545,"id":206,"parentId":16,"tags":{},"startTime":1777905914075,"traceId":"9878b33d7bc5c848"},{"name":"webpack-close","duration":75,"timestamp":1427401407985,"id":207,"parentId":16,"tags":{"name":"edge-server"},"startTime":1777905914075,"traceId":"9878b33d7bc5c848"},{"name":"webpack-generate-error-stats","duration":280,"timestamp":1427401408063,"id":208,"parentId":207,"tags":{},"startTime":1777905914075,"traceId":"9878b33d7bc5c848"},{"name":"add-entry","duration":78208,"timestamp":1427401413014,"id":218,"parentId":210,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1777905914080,"traceId":"9878b33d7bc5c848"},{"name":"add-entry","duration":78219,"timestamp":1427401413016,"id":219,"parentId":210,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1777905914080,"traceId":"9878b33d7bc5c848"},{"name":"add-entry","duration":78218,"timestamp":1427401413020,"id":220,"parentId":210,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1777905914080,"traceId":"9878b33d7bc5c848"},{"name":"add-entry","duration":78218,"timestamp":1427401413021,"id":221,"parentId":210,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1777905914080,"traceId":"9878b33d7bc5c848"},{"name":"add-entry","duration":78217,"timestamp":1427401413023,"id":222,"parentId":210,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1777905914080,"traceId":"9878b33d7bc5c848"},{"name":"add-entry","duration":78217,"timestamp":1427401413025,"id":223,"parentId":210,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1777905914080,"traceId":"9878b33d7bc5c848"},{"name":"add-entry","duration":78170,"timestamp":1427401413072,"id":224,"parentId":210,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1777905914080,"traceId":"9878b33d7bc5c848"},{"name":"add-entry","duration":78167,"timestamp":1427401413077,"id":225,"parentId":210,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1777905914080,"traceId":"9878b33d7bc5c848"},{"name":"add-entry","duration":78167,"timestamp":1427401413078,"id":226,"parentId":210,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1777905914080,"traceId":"9878b33d7bc5c848"},{"name":"add-entry","duration":78169,"timestamp":1427401413080,"id":227,"parentId":210,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1777905914080,"traceId":"9878b33d7bc5c848"},{"name":"add-entry","duration":78168,"timestamp":1427401413083,"id":228,"parentId":210,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1777905914080,"traceId":"9878b33d7bc5c848"},{"name":"add-entry","duration":78167,"timestamp":1427401413084,"id":229,"parentId":210,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1777905914080,"traceId":"9878b33d7bc5c848"},{"name":"add-entry","duration":78167,"timestamp":1427401413085,"id":230,"parentId":210,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1777905914080,"traceId":"9878b33d7bc5c848"},{"name":"add-entry","duration":78167,"timestamp":1427401413086,"id":231,"parentId":210,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1777905914080,"traceId":"9878b33d7bc5c848"},{"name":"add-entry","duration":78167,"timestamp":1427401413088,"id":232,"parentId":210,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1777905914080,"traceId":"9878b33d7bc5c848"},{"name":"add-entry","duration":78167,"timestamp":1427401413089,"id":233,"parentId":210,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1777905914080,"traceId":"9878b33d7bc5c848"},{"name":"add-entry","duration":78166,"timestamp":1427401413090,"id":234,"parentId":210,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1777905914080,"traceId":"9878b33d7bc5c848"},{"name":"add-entry","duration":78166,"timestamp":1427401413091,"id":235,"parentId":210,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1777905914080,"traceId":"9878b33d7bc5c848"},{"name":"add-entry","duration":78165,"timestamp":1427401413094,"id":237,"parentId":210,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1777905914080,"traceId":"9878b33d7bc5c848"},{"name":"add-entry","duration":114032,"timestamp":1427401413011,"id":216,"parentId":210,"tags":{"request":"next-client-pages-loader?absolutePagePath=%2FVolumes%2FProjectSpace%2F_wip%2Fd1studio%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fbuiltin%2Fglobal-not-found.js&page=%2F_not-found%2Fpage!"},"startTime":1777905914080,"traceId":"9878b33d7bc5c848"},{"name":"add-entry","duration":114755,"timestamp":1427401413007,"id":214,"parentId":210,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1777905914080,"traceId":"9878b33d7bc5c848"},{"name":"add-entry","duration":114755,"timestamp":1427401413013,"id":217,"parentId":210,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1777905914080,"traceId":"9878b33d7bc5c848"},{"name":"add-entry","duration":153280,"timestamp":1427401413005,"id":213,"parentId":210,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FVolumes%2FProjectSpace%2F_wip%2Fd1studio%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fbuiltin%2Fglobal-error.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FVolumes%2FProjectSpace%2F_wip%2Fd1studio%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FVolumes%2FProjectSpace%2F_wip%2Fd1studio%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-segment.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FVolumes%2FProjectSpace%2F_wip%2Fd1studio%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%2FVolumes%2FProjectSpace%2F_wip%2Fd1studio%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FVolumes%2FProjectSpace%2F_wip%2Fd1studio%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fmetadata%2Fasync-metadata.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FVolumes%2FProjectSpace%2F_wip%2Fd1studio%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%2FVolumes%2FProjectSpace%2F_wip%2Fd1studio%2Fnode_modules%2Fnext%2Fdist%2Flib%2Fframework%2Fboundary-components.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FVolumes%2FProjectSpace%2F_wip%2Fd1studio%2Fnode_modules%2Fnext%2Fdist%2Flib%2Fmetadata%2Fgenerate%2Ficon-mark.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1777905914080,"traceId":"9878b33d7bc5c848"},{"name":"add-entry","duration":160619,"timestamp":1427401412997,"id":212,"parentId":210,"tags":{"request":"./node_modules/next/dist/client/app-next.js"},"startTime":1777905914080,"traceId":"9878b33d7bc5c848"},{"name":"add-entry","duration":166946,"timestamp":1427401413009,"id":215,"parentId":210,"tags":{"request":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/client/router.js"},"startTime":1777905914080,"traceId":"9878b33d7bc5c848"},{"name":"add-entry","duration":166991,"timestamp":1427401412974,"id":211,"parentId":210,"tags":{"request":"./node_modules/next/dist/client/next.js"},"startTime":1777905914080,"traceId":"9878b33d7bc5c848"},{"name":"postcss-process","duration":250570,"timestamp":1427401659348,"id":242,"parentId":241,"tags":{},"startTime":1777905914326,"traceId":"9878b33d7bc5c848"},{"name":"postcss-loader","duration":357480,"timestamp":1427401552500,"id":241,"parentId":240,"tags":{},"startTime":1777905914219,"traceId":"9878b33d7bc5c848"},{"name":"css-loader","duration":21097,"timestamp":1427401910106,"id":243,"parentId":240,"tags":{"astUsed":"true"},"startTime":1777905914577,"traceId":"9878b33d7bc5c848"},{"name":"add-entry","duration":551693,"timestamp":1427401413095,"id":238,"parentId":210,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FVolumes%2FProjectSpace%2F_wip%2Fd1studio%2Fsrc%2Fapp%2Fpage.jsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1777905914080,"traceId":"9878b33d7bc5c848"},{"name":"build-module-css","duration":424984,"timestamp":1427401540731,"id":240,"parentId":239,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/src/app/globals.css.webpack[javascript/auto]!=!/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[2]!/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[3]!/Volumes/ProjectSpace/_wip/d1studio/src/app/globals.css","layer":null},"startTime":1777905914208,"traceId":"9878b33d7bc5c848"},{"name":"build-module-css","duration":440444,"timestamp":1427401528170,"id":239,"parentId":209,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/src/app/globals.css","layer":"app-pages-browser"},"startTime":1777905914195,"traceId":"9878b33d7bc5c848"},{"name":"build-module","duration":43,"timestamp":1427401968718,"id":244,"parentId":239,"tags":{},"startTime":1777905914636,"traceId":"9878b33d7bc5c848"},{"name":"add-entry","duration":555691,"timestamp":1427401413093,"id":236,"parentId":210,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FVolumes%2FProjectSpace%2F_wip%2Fd1studio%2Fnode_modules%2Fnext%2Ffont%2Fgoogle%2Ftarget.css%3F%7B%5C%22path%5C%22%3A%5C%22src%2Fapp%2Flayout.jsx%5C%22%2C%5C%22import%5C%22%3A%5C%22Geist%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22variable%5C%22%3A%5C%22--font-geist-sans%5C%22%2C%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22geistSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FVolumes%2FProjectSpace%2F_wip%2Fd1studio%2Fnode_modules%2Fnext%2Ffont%2Fgoogle%2Ftarget.css%3F%7B%5C%22path%5C%22%3A%5C%22src%2Fapp%2Flayout.jsx%5C%22%2C%5C%22import%5C%22%3A%5C%22Geist_Mono%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22variable%5C%22%3A%5C%22--font-geist-mono%5C%22%2C%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22geistMono%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FVolumes%2FProjectSpace%2F_wip%2Fd1studio%2Fsrc%2Fapp%2Fglobals.css%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FVolumes%2FProjectSpace%2F_wip%2Fd1studio%2Fsrc%2Fcomponents%2Fui%2Ftoaster.jsx%22%2C%22ids%22%3A%5B%22Toaster%22%5D%7D&modules=%7B%22request%22%3A%22%2FVolumes%2FProjectSpace%2F_wip%2Fd1studio%2Fsrc%2Fcontext%2Fdatabase-context.js%22%2C%22ids%22%3A%5B%22DatabaseProvider%22%5D%7D&server=false!"},"startTime":1777905914080,"traceId":"9878b33d7bc5c848"},{"name":"make","duration":555952,"timestamp":1427401412851,"id":210,"parentId":209,"tags":{},"startTime":1777905914080,"traceId":"9878b33d7bc5c848"},{"name":"chunk-graph","duration":4172,"timestamp":1427401985000,"id":246,"parentId":245,"tags":{},"startTime":1777905914652,"traceId":"9878b33d7bc5c848"},{"name":"optimize-modules","duration":4,"timestamp":1427401989200,"id":248,"parentId":245,"tags":{},"startTime":1777905914656,"traceId":"9878b33d7bc5c848"},{"name":"optimize-chunks","duration":3166,"timestamp":1427401990505,"id":250,"parentId":245,"tags":{},"startTime":1777905914657,"traceId":"9878b33d7bc5c848"},{"name":"optimize-tree","duration":5,"timestamp":1427401993692,"id":251,"parentId":245,"tags":{},"startTime":1777905914661,"traceId":"9878b33d7bc5c848"},{"name":"optimize-chunk-modules","duration":8040,"timestamp":1427401993712,"id":252,"parentId":245,"tags":{},"startTime":1777905914661,"traceId":"9878b33d7bc5c848"},{"name":"optimize","duration":12582,"timestamp":1427401989191,"id":247,"parentId":245,"tags":{},"startTime":1777905914656,"traceId":"9878b33d7bc5c848"},{"name":"module-hash","duration":9619,"timestamp":1427402007358,"id":253,"parentId":245,"tags":{},"startTime":1777905914674,"traceId":"9878b33d7bc5c848"},{"name":"code-generation","duration":997,"timestamp":1427402016996,"id":254,"parentId":245,"tags":{},"startTime":1777905914684,"traceId":"9878b33d7bc5c848"},{"name":"hash","duration":2487,"timestamp":1427402019350,"id":255,"parentId":245,"tags":{},"startTime":1777905914686,"traceId":"9878b33d7bc5c848"},{"name":"code-generation-jobs","duration":63,"timestamp":1427402021837,"id":256,"parentId":245,"tags":{},"startTime":1777905914689,"traceId":"9878b33d7bc5c848"},{"name":"module-assets","duration":149,"timestamp":1427402021889,"id":257,"parentId":245,"tags":{},"startTime":1777905914689,"traceId":"9878b33d7bc5c848"},{"name":"create-chunk-assets","duration":1100,"timestamp":1427402022042,"id":258,"parentId":245,"tags":{},"startTime":1777905914689,"traceId":"9878b33d7bc5c848"},{"name":"NextJsBuildManifest-generateClientManifest","duration":747,"timestamp":1427402024033,"id":260,"parentId":209,"tags":{},"startTime":1777905914691,"traceId":"9878b33d7bc5c848"},{"name":"NextJsBuildManifest-createassets","duration":1135,"timestamp":1427402023649,"id":259,"parentId":209,"tags":{},"startTime":1777905914691,"traceId":"9878b33d7bc5c848"},{"name":"minify-js","duration":238,"timestamp":1427402027231,"id":262,"parentId":261,"tags":{"name":"static/chunks/main-32c61514c007754d.js","cache":"HIT"},"startTime":1777905914694,"traceId":"9878b33d7bc5c848"},{"name":"minify-js","duration":221,"timestamp":1427402027250,"id":263,"parentId":261,"tags":{"name":"static/chunks/main-app-91a2119809527859.js","cache":"HIT"},"startTime":1777905914694,"traceId":"9878b33d7bc5c848"},{"name":"minify-js","duration":215,"timestamp":1427402027256,"id":264,"parentId":261,"tags":{"name":"static/chunks/pages/_app-a7351dc25c6079bb.js","cache":"HIT"},"startTime":1777905914694,"traceId":"9878b33d7bc5c848"},{"name":"minify-js","duration":211,"timestamp":1427402027261,"id":265,"parentId":261,"tags":{"name":"static/chunks/app/_not-found/page-f3e4295ff1b51780.js","cache":"HIT"},"startTime":1777905914694,"traceId":"9878b33d7bc5c848"},{"name":"minify-js","duration":207,"timestamp":1427402027266,"id":266,"parentId":261,"tags":{"name":"static/chunks/pages/_error-d228f1ee46cc8b08.js","cache":"HIT"},"startTime":1777905914694,"traceId":"9878b33d7bc5c848"},{"name":"minify-js","duration":204,"timestamp":1427402027270,"id":267,"parentId":261,"tags":{"name":"static/chunks/app/api/cloudflare/route-8c1c507d4f561531.js","cache":"HIT"},"startTime":1777905914694,"traceId":"9878b33d7bc5c848"},{"name":"minify-js","duration":201,"timestamp":1427402027274,"id":268,"parentId":261,"tags":{"name":"static/chunks/app/api/databases/route-9544aaaaa658a8fb.js","cache":"HIT"},"startTime":1777905914694,"traceId":"9878b33d7bc5c848"},{"name":"minify-js","duration":198,"timestamp":1427402027278,"id":269,"parentId":261,"tags":{"name":"static/chunks/app/api/migrations/sync-files/route-8b445b92cd7ec3e4.js","cache":"HIT"},"startTime":1777905914694,"traceId":"9878b33d7bc5c848"},{"name":"minify-js","duration":195,"timestamp":1427402027281,"id":270,"parentId":261,"tags":{"name":"static/chunks/app/api/migrations/sync/route-beb6926bdd6948e1.js","cache":"HIT"},"startTime":1777905914694,"traceId":"9878b33d7bc5c848"},{"name":"minify-js","duration":192,"timestamp":1427402027285,"id":271,"parentId":261,"tags":{"name":"static/chunks/app/api/migrations/list/route-e7c196adaa7245af.js","cache":"HIT"},"startTime":1777905914694,"traceId":"9878b33d7bc5c848"},{"name":"minify-js","duration":186,"timestamp":1427402027291,"id":272,"parentId":261,"tags":{"name":"static/chunks/app/api/pro/route-eb4a4e2143a3c42e.js","cache":"HIT"},"startTime":1777905914694,"traceId":"9878b33d7bc5c848"},{"name":"minify-js","duration":182,"timestamp":1427402027296,"id":273,"parentId":261,"tags":{"name":"static/chunks/app/api/pull-data/confirm/route-263288b3660d3222.js","cache":"HIT"},"startTime":1777905914694,"traceId":"9878b33d7bc5c848"},{"name":"minify-js","duration":179,"timestamp":1427402027300,"id":274,"parentId":261,"tags":{"name":"static/chunks/app/api/pull-remote/preview/route-531593a3e88fc9b3.js","cache":"HIT"},"startTime":1777905914694,"traceId":"9878b33d7bc5c848"},{"name":"minify-js","duration":176,"timestamp":1427402027304,"id":275,"parentId":261,"tags":{"name":"static/chunks/app/api/push-remote/preview/route-5a40f93a3246c467.js","cache":"HIT"},"startTime":1777905914694,"traceId":"9878b33d7bc5c848"},{"name":"minify-js","duration":172,"timestamp":1427402027308,"id":276,"parentId":261,"tags":{"name":"static/chunks/app/api/schema/route-b82b1ba522013e49.js","cache":"HIT"},"startTime":1777905914694,"traceId":"9878b33d7bc5c848"},{"name":"minify-js","duration":169,"timestamp":1427402027312,"id":277,"parentId":261,"tags":{"name":"static/chunks/app/api/push-remote/confirm/route-3bd617409fd92714.js","cache":"HIT"},"startTime":1777905914694,"traceId":"9878b33d7bc5c848"},{"name":"minify-js","duration":166,"timestamp":1427402027315,"id":278,"parentId":261,"tags":{"name":"static/chunks/app/api/tables/[name]/import/route-79a2dc7d92dd35b9.js","cache":"HIT"},"startTime":1777905914694,"traceId":"9878b33d7bc5c848"},{"name":"minify-js","duration":163,"timestamp":1427402027319,"id":279,"parentId":261,"tags":{"name":"static/chunks/app/api/query/route-ebace281cb5179ea.js","cache":"HIT"},"startTime":1777905914694,"traceId":"9878b33d7bc5c848"},{"name":"minify-js","duration":161,"timestamp":1427402027323,"id":280,"parentId":261,"tags":{"name":"static/chunks/app/api/tables/route-e80d68d561435c85.js","cache":"HIT"},"startTime":1777905914694,"traceId":"9878b33d7bc5c848"},{"name":"minify-js","duration":157,"timestamp":1427402027327,"id":281,"parentId":261,"tags":{"name":"static/chunks/app/api/time-travel/preview/route-1717271e185272a2.js","cache":"HIT"},"startTime":1777905914694,"traceId":"9878b33d7bc5c848"},{"name":"minify-js","duration":154,"timestamp":1427402027331,"id":282,"parentId":261,"tags":{"name":"static/chunks/app/api/update/route-3a1f8b3ab19868c0.js","cache":"HIT"},"startTime":1777905914694,"traceId":"9878b33d7bc5c848"},{"name":"minify-js","duration":151,"timestamp":1427402027334,"id":283,"parentId":261,"tags":{"name":"static/chunks/app/api/time-travel/restore/route-e107ed96f73eb04c.js","cache":"HIT"},"startTime":1777905914694,"traceId":"9878b33d7bc5c848"},{"name":"minify-js","duration":148,"timestamp":1427402027338,"id":284,"parentId":261,"tags":{"name":"static/chunks/app/api/pull-remote/confirm/route-1fb7d477f8377b32.js","cache":"HIT"},"startTime":1777905914694,"traceId":"9878b33d7bc5c848"},{"name":"minify-js","duration":146,"timestamp":1427402027341,"id":285,"parentId":261,"tags":{"name":"static/chunks/app/layout-03c57110e35078a0.js","cache":"HIT"},"startTime":1777905914694,"traceId":"9878b33d7bc5c848"},{"name":"minify-js","duration":142,"timestamp":1427402027346,"id":286,"parentId":261,"tags":{"name":"static/chunks/app/api/tables/[name]/route-da0e95fd3a6c744e.js","cache":"HIT"},"startTime":1777905914694,"traceId":"9878b33d7bc5c848"},{"name":"minify-js","duration":139,"timestamp":1427402027349,"id":287,"parentId":261,"tags":{"name":"static/chunks/app/page-c50c518a7d38e325.js","cache":"HIT"},"startTime":1777905914694,"traceId":"9878b33d7bc5c848"},{"name":"minify-js","duration":136,"timestamp":1427402027353,"id":288,"parentId":261,"tags":{"name":"static/chunks/webpack-8693a99357bf98f4.js","cache":"HIT"},"startTime":1777905914694,"traceId":"9878b33d7bc5c848"},{"name":"minify-js","duration":133,"timestamp":1427402027356,"id":289,"parentId":261,"tags":{"name":"static/chunks/950.c7dd5d4cf78037dd.js","cache":"HIT"},"startTime":1777905914694,"traceId":"9878b33d7bc5c848"},{"name":"minify-js","duration":130,"timestamp":1427402027360,"id":290,"parentId":261,"tags":{"name":"static/chunks/framework-da4f371d7ec91c05.js","cache":"HIT"},"startTime":1777905914694,"traceId":"9878b33d7bc5c848"},{"name":"minify-js","duration":127,"timestamp":1427402027364,"id":291,"parentId":261,"tags":{"name":"static/chunks/4bd1b696-0fb175ec903c9df0.js","cache":"HIT"},"startTime":1777905914694,"traceId":"9878b33d7bc5c848"},{"name":"minify-js","duration":124,"timestamp":1427402027367,"id":292,"parentId":261,"tags":{"name":"static/chunks/1a258343.60ae4b05d78f9e0d.js","cache":"HIT"},"startTime":1777905914694,"traceId":"9878b33d7bc5c848"},{"name":"minify-js","duration":121,"timestamp":1427402027371,"id":293,"parentId":261,"tags":{"name":"static/chunks/421-78da897a5e985ce4.js","cache":"HIT"},"startTime":1777905914694,"traceId":"9878b33d7bc5c848"},{"name":"minify-js","duration":119,"timestamp":1427402027374,"id":294,"parentId":261,"tags":{"name":"static/chunks/255-c795e1164ebb60cf.js","cache":"HIT"},"startTime":1777905914694,"traceId":"9878b33d7bc5c848"},{"name":"minify-js","duration":116,"timestamp":1427402027378,"id":295,"parentId":261,"tags":{"name":"static/chunks/95.842880f857607832.js","cache":"HIT"},"startTime":1777905914694,"traceId":"9878b33d7bc5c848"},{"name":"minify-js","duration":113,"timestamp":1427402027381,"id":296,"parentId":261,"tags":{"name":"static/chunks/69-0a1cc583959b402c.js","cache":"HIT"},"startTime":1777905914694,"traceId":"9878b33d7bc5c848"},{"name":"minify-js","duration":110,"timestamp":1427402027385,"id":297,"parentId":261,"tags":{"name":"static/chunks/654-972bba5c9db289ee.js","cache":"HIT"},"startTime":1777905914694,"traceId":"9878b33d7bc5c848"}]
3
+ [{"name":"minify-js","duration":236,"timestamp":1427402027388,"id":298,"parentId":261,"tags":{"name":"static/chunks/823-f8ce1c037c0fd246.js","cache":"HIT"},"startTime":1777905914694,"traceId":"9878b33d7bc5c848"},{"name":"minify-js","duration":234,"timestamp":1427402027392,"id":299,"parentId":261,"tags":{"name":"server/middleware-react-loadable-manifest.js","cache":"HIT"},"startTime":1777905914694,"traceId":"9878b33d7bc5c848"},{"name":"minify-js","duration":182,"timestamp":1427402027445,"id":301,"parentId":261,"tags":{"name":"server/middleware-build-manifest.js","cache":"HIT"},"startTime":1777905914694,"traceId":"9878b33d7bc5c848"},{"name":"minify-js","duration":161,"timestamp":1427402027467,"id":303,"parentId":261,"tags":{"name":"server/next-font-manifest.js","cache":"HIT"},"startTime":1777905914694,"traceId":"9878b33d7bc5c848"},{"name":"minify-js","duration":463,"timestamp":1427402027394,"id":300,"parentId":261,"tags":{"name":"static/kGRfd0CDzKPsrYHw9rLTQ/_ssgManifest.js","cache":"MISS"},"startTime":1777905914694,"traceId":"9878b33d7bc5c848"},{"name":"minify-js","duration":676,"timestamp":1427402027448,"id":302,"parentId":261,"tags":{"name":"static/kGRfd0CDzKPsrYHw9rLTQ/_buildManifest.js","cache":"MISS"},"startTime":1777905914694,"traceId":"9878b33d7bc5c848"},{"name":"minify-webpack-plugin-optimize","duration":2755,"timestamp":1427402025375,"id":261,"parentId":209,"tags":{"compilationName":"client","mangle":"[object Object]"},"startTime":1777905914692,"traceId":"9878b33d7bc5c848"},{"name":"minify-css","duration":51,"timestamp":1427402028198,"id":305,"parentId":304,"tags":{"file":"static/css/6754f08f665b746e.css","cache":"HIT"},"startTime":1777905914695,"traceId":"9878b33d7bc5c848"},{"name":"minify-css","duration":31,"timestamp":1427402028219,"id":306,"parentId":304,"tags":{"file":"static/css/1c55b199e782dd50.css","cache":"HIT"},"startTime":1777905914695,"traceId":"9878b33d7bc5c848"},{"name":"css-minimizer-plugin","duration":81,"timestamp":1427402028170,"id":304,"parentId":209,"tags":{},"startTime":1777905914695,"traceId":"9878b33d7bc5c848"},{"name":"seal","duration":58959,"timestamp":1427401976621,"id":245,"parentId":209,"tags":{},"startTime":1777905914644,"traceId":"9878b33d7bc5c848"},{"name":"webpack-compilation","duration":623452,"timestamp":1427401412163,"id":209,"parentId":16,"tags":{"name":"client"},"startTime":1777905914079,"traceId":"9878b33d7bc5c848"},{"name":"emit","duration":6583,"timestamp":1427402035635,"id":307,"parentId":16,"tags":{},"startTime":1777905914703,"traceId":"9878b33d7bc5c848"},{"name":"webpack-close","duration":7251,"timestamp":1427402042508,"id":308,"parentId":16,"tags":{"name":"client"},"startTime":1777905914709,"traceId":"9878b33d7bc5c848"},{"name":"webpack-generate-error-stats","duration":533,"timestamp":1427402049768,"id":309,"parentId":308,"tags":{},"startTime":1777905914717,"traceId":"9878b33d7bc5c848"},{"name":"run-webpack-compiler","duration":1791777,"timestamp":1427400258666,"id":16,"parentId":1,"tags":{},"startTime":1777905912926,"traceId":"9878b33d7bc5c848"},{"name":"format-webpack-messages","duration":47,"timestamp":1427402050446,"id":310,"parentId":1,"tags":{},"startTime":1777905914717,"traceId":"9878b33d7bc5c848"},{"name":"verify-and-lint","duration":872332,"timestamp":1427402058018,"id":313,"parentId":1,"tags":{},"startTime":1777905914725,"traceId":"9878b33d7bc5c848"},{"name":"verify-typescript-setup","duration":4112661,"timestamp":1427402054880,"id":312,"parentId":1,"tags":{},"startTime":1777905914722,"traceId":"9878b33d7bc5c848"},{"name":"check-static-error-page","duration":5200,"timestamp":1427406185377,"id":316,"parentId":315,"tags":{},"startTime":1777905918852,"traceId":"9878b33d7bc5c848"},{"name":"check-page","duration":2901,"timestamp":1427406230048,"id":317,"parentId":315,"tags":{"page":"/_app"},"startTime":1777905918897,"traceId":"9878b33d7bc5c848"},{"name":"check-page","duration":2455,"timestamp":1427406230509,"id":319,"parentId":315,"tags":{"page":"/_document"},"startTime":1777905918897,"traceId":"9878b33d7bc5c848"},{"name":"check-page","duration":3681,"timestamp":1427406230468,"id":318,"parentId":315,"tags":{"page":"/_error"},"startTime":1777905918897,"traceId":"9878b33d7bc5c848"},{"name":"is-page-static","duration":194629,"timestamp":1427406236805,"id":346,"parentId":329,"tags":{},"startTime":1777905918904,"traceId":"9878b33d7bc5c848"},{"name":"check-page","duration":199939,"timestamp":1427406231582,"id":329,"parentId":315,"tags":{"page":"/api/pull-remote/preview"},"startTime":1777905918899,"traceId":"9878b33d7bc5c848"},{"name":"is-page-static","duration":198726,"timestamp":1427406237416,"id":350,"parentId":331,"tags":{},"startTime":1777905918904,"traceId":"9878b33d7bc5c848"},{"name":"check-page","duration":204470,"timestamp":1427406231733,"id":331,"parentId":315,"tags":{"page":"/api/push-remote/preview"},"startTime":1777905918899,"traceId":"9878b33d7bc5c848"},{"name":"is-page-static","duration":207407,"timestamp":1427406237544,"id":352,"parentId":334,"tags":{},"startTime":1777905918904,"traceId":"9878b33d7bc5c848"},{"name":"check-page","duration":212736,"timestamp":1427406232263,"id":334,"parentId":315,"tags":{"page":"/api/tables/[name]/import"},"startTime":1777905918899,"traceId":"9878b33d7bc5c848"},{"name":"is-page-static","duration":210047,"timestamp":1427406237563,"id":353,"parentId":321,"tags":{},"startTime":1777905918905,"traceId":"9878b33d7bc5c848"},{"name":"check-page","duration":216970,"timestamp":1427406230707,"id":321,"parentId":315,"tags":{"page":"/api/cloudflare"},"startTime":1777905918898,"traceId":"9878b33d7bc5c848"},{"name":"is-page-static","duration":213504,"timestamp":1427406236920,"id":347,"parentId":326,"tags":{},"startTime":1777905918904,"traceId":"9878b33d7bc5c848"},{"name":"check-page","duration":219125,"timestamp":1427406231335,"id":326,"parentId":315,"tags":{"page":"/api/pro"},"startTime":1777905918898,"traceId":"9878b33d7bc5c848"},{"name":"is-page-static","duration":221102,"timestamp":1427406236446,"id":342,"parentId":325,"tags":{},"startTime":1777905918903,"traceId":"9878b33d7bc5c848"},{"name":"check-page","duration":226373,"timestamp":1427406231218,"id":325,"parentId":315,"tags":{"page":"/api/migrations/sync"},"startTime":1777905918898,"traceId":"9878b33d7bc5c848"},{"name":"is-page-static","duration":223430,"timestamp":1427406236498,"id":343,"parentId":324,"tags":{},"startTime":1777905918903,"traceId":"9878b33d7bc5c848"},{"name":"check-page","duration":229005,"timestamp":1427406230970,"id":324,"parentId":315,"tags":{"page":"/api/migrations/sync-files"},"startTime":1777905918898,"traceId":"9878b33d7bc5c848"},{"name":"is-page-static","duration":223979,"timestamp":1427406237619,"id":356,"parentId":337,"tags":{},"startTime":1777905918905,"traceId":"9878b33d7bc5c848"},{"name":"check-page","duration":229130,"timestamp":1427406232488,"id":337,"parentId":315,"tags":{"page":"/api/time-travel/preview"},"startTime":1777905918899,"traceId":"9878b33d7bc5c848"},{"name":"is-page-static","duration":226495,"timestamp":1427406236769,"id":345,"parentId":327,"tags":{},"startTime":1777905918904,"traceId":"9878b33d7bc5c848"},{"name":"check-page","duration":231893,"timestamp":1427406231410,"id":327,"parentId":315,"tags":{"page":"/api/pull-data/confirm"},"startTime":1777905918898,"traceId":"9878b33d7bc5c848"},{"name":"is-page-static","duration":228235,"timestamp":1427406237227,"id":348,"parentId":328,"tags":{},"startTime":1777905918904,"traceId":"9878b33d7bc5c848"},{"name":"check-page","duration":233995,"timestamp":1427406231510,"id":328,"parentId":315,"tags":{"page":"/api/pull-remote/confirm"},"startTime":1777905918898,"traceId":"9878b33d7bc5c848"},{"name":"is-page-static","duration":230350,"timestamp":1427406237275,"id":349,"parentId":332,"tags":{},"startTime":1777905918904,"traceId":"9878b33d7bc5c848"},{"name":"check-page","duration":235865,"timestamp":1427406231799,"id":332,"parentId":315,"tags":{"page":"/api/query"},"startTime":1777905918899,"traceId":"9878b33d7bc5c848"},{"name":"is-page-static","duration":230004,"timestamp":1427406237752,"id":357,"parentId":335,"tags":{},"startTime":1777905918905,"traceId":"9878b33d7bc5c848"},{"name":"check-page","duration":235386,"timestamp":1427406232395,"id":335,"parentId":315,"tags":{"page":"/api/tables/[name]"},"startTime":1777905918899,"traceId":"9878b33d7bc5c848"},{"name":"is-page-static","duration":230347,"timestamp":1427406237767,"id":358,"parentId":338,"tags":{},"startTime":1777905918905,"traceId":"9878b33d7bc5c848"},{"name":"check-page","duration":235618,"timestamp":1427406232513,"id":338,"parentId":315,"tags":{"page":"/api/time-travel/restore"},"startTime":1777905918899,"traceId":"9878b33d7bc5c848"},{"name":"is-page-static","duration":233412,"timestamp":1427406237605,"id":355,"parentId":336,"tags":{},"startTime":1777905918905,"traceId":"9878b33d7bc5c848"},{"name":"check-page","duration":238601,"timestamp":1427406232461,"id":336,"parentId":315,"tags":{"page":"/api/tables"},"startTime":1777905918899,"traceId":"9878b33d7bc5c848"},{"name":"is-page-static","duration":234593,"timestamp":1427406236535,"id":344,"parentId":322,"tags":{},"startTime":1777905918903,"traceId":"9878b33d7bc5c848"},{"name":"check-page","duration":240263,"timestamp":1427406230875,"id":322,"parentId":315,"tags":{"page":"/api/databases"},"startTime":1777905918898,"traceId":"9878b33d7bc5c848"},{"name":"is-page-static","duration":235108,"timestamp":1427406236076,"id":341,"parentId":323,"tags":{},"startTime":1777905918903,"traceId":"9878b33d7bc5c848"},{"name":"check-page","duration":240256,"timestamp":1427406230937,"id":323,"parentId":315,"tags":{"page":"/api/migrations/list"},"startTime":1777905918898,"traceId":"9878b33d7bc5c848"},{"name":"is-page-static","duration":233430,"timestamp":1427406237789,"id":359,"parentId":330,"tags":{},"startTime":1777905918905,"traceId":"9878b33d7bc5c848"},{"name":"check-page","duration":239600,"timestamp":1427406231632,"id":330,"parentId":315,"tags":{"page":"/api/push-remote/confirm"},"startTime":1777905918899,"traceId":"9878b33d7bc5c848"},{"name":"is-page-static","duration":244578,"timestamp":1427406237798,"id":360,"parentId":339,"tags":{},"startTime":1777905918905,"traceId":"9878b33d7bc5c848"},{"name":"check-page","duration":249842,"timestamp":1427406232578,"id":339,"parentId":315,"tags":{"page":"/api/update"},"startTime":1777905918900,"traceId":"9878b33d7bc5c848"},{"name":"is-page-static","duration":198898,"timestamp":1427406285842,"id":361,"parentId":340,"tags":{},"startTime":1777905918953,"traceId":"9878b33d7bc5c848"},{"name":"check-page","duration":252155,"timestamp":1427406232605,"id":340,"parentId":315,"tags":{"page":"/"},"startTime":1777905918900,"traceId":"9878b33d7bc5c848"},{"name":"is-page-static","duration":247767,"timestamp":1427406237587,"id":354,"parentId":320,"tags":{},"startTime":1777905918905,"traceId":"9878b33d7bc5c848"},{"name":"check-page","duration":254839,"timestamp":1427406230526,"id":320,"parentId":315,"tags":{"page":"/_not-found"},"startTime":1777905918897,"traceId":"9878b33d7bc5c848"},{"name":"is-page-static","duration":256863,"timestamp":1427406237449,"id":351,"parentId":333,"tags":{},"startTime":1777905918904,"traceId":"9878b33d7bc5c848"},{"name":"check-page","duration":262384,"timestamp":1427406231951,"id":333,"parentId":315,"tags":{"page":"/api/schema"},"startTime":1777905918899,"traceId":"9878b33d7bc5c848"},{"name":"static-check","duration":310704,"timestamp":1427406183660,"id":315,"parentId":1,"tags":{},"startTime":1777905918851,"traceId":"9878b33d7bc5c848"},{"name":"generate-required-server-files","duration":411,"timestamp":1427406494786,"id":363,"parentId":1,"tags":{},"startTime":1777905919162,"traceId":"9878b33d7bc5c848"},{"name":"write-routes-manifest","duration":2250,"timestamp":1427406500405,"id":365,"parentId":1,"tags":{},"startTime":1777905919167,"traceId":"9878b33d7bc5c848"},{"name":"load-dotenv","duration":14,"timestamp":1427406885131,"id":368,"parentId":367,"tags":{},"startTime":1777905919552,"traceId":"9878b33d7bc5c848"},{"name":"run-export-path-map","duration":394,"timestamp":1427407070185,"id":369,"parentId":367,"tags":{},"startTime":1777905919737,"traceId":"9878b33d7bc5c848"},{"name":"next-export","duration":731960,"timestamp":1427406884636,"id":367,"parentId":1,"tags":{},"startTime":1777905919552,"traceId":"9878b33d7bc5c848"},{"name":"move-exported-app-not-found-","duration":3899,"timestamp":1427407618665,"id":370,"parentId":366,"tags":{},"startTime":1777905920286,"traceId":"9878b33d7bc5c848"},{"name":"move-exported-page","duration":44156,"timestamp":1427407622684,"id":371,"parentId":366,"tags":{},"startTime":1777905920290,"traceId":"9878b33d7bc5c848"},{"name":"static-generation","duration":894894,"timestamp":1427406881654,"id":366,"parentId":1,"tags":{},"startTime":1777905919549,"traceId":"9878b33d7bc5c848"},{"name":"write-routes-manifest","duration":9252,"timestamp":1427407776716,"id":372,"parentId":1,"tags":{},"startTime":1777905920444,"traceId":"9878b33d7bc5c848"},{"name":"node-file-trace-build","duration":3718742,"timestamp":1427406497938,"id":364,"parentId":1,"tags":{"isTurbotrace":"false"},"startTime":1777905919165,"traceId":"9878b33d7bc5c848"},{"name":"apply-include-excludes","duration":314,"timestamp":1427410216698,"id":373,"parentId":1,"tags":{},"startTime":1777905922884,"traceId":"9878b33d7bc5c848"},{"name":"print-tree-view","duration":1653,"timestamp":1427410217299,"id":374,"parentId":1,"tags":{},"startTime":1777905922884,"traceId":"9878b33d7bc5c848"},{"name":"telemetry-flush","duration":19,"timestamp":1427410218959,"id":375,"parentId":1,"tags":{},"startTime":1777905922886,"traceId":"9878b33d7bc5c848"},{"name":"next-build","duration":10096872,"timestamp":1427400122109,"id":1,"tags":{"buildMode":"default","isTurboBuild":"false","version":"15.5.15","has-custom-webpack-config":"true","use-build-worker":"false"},"startTime":1777905912789,"traceId":"9878b33d7bc5c848"}]
@@ -31,7 +31,9 @@ export async function POST(req) {
31
31
  }
32
32
 
33
33
  // Extract the SQL query from the request body.
34
- const { query, db } = await req.json();
34
+ const { query, db, target } = await req.json();
35
+ const executionTarget = target === 'remote' ? 'remote' : 'local';
36
+ const isRemote = executionTarget === 'remote';
35
37
 
36
38
  if (logger.shouldLog('debug')) {
37
39
  logger.debug('Received query:', query);
@@ -89,21 +91,36 @@ export async function POST(req) {
89
91
  // Validate each parsed statement.
90
92
  statements = statements.map(validateStatement);
91
93
 
92
- // Initialize the migrations table only for non-read-only queries.
93
- // Skipping for SELECT/PRAGMA/EXPLAIN avoids an extra wrangler/miniflare process per read query.
94
- const createMigrationsTable = `
95
- CREATE TABLE IF NOT EXISTS d1_migrations (
96
- id INTEGER PRIMARY KEY AUTOINCREMENT,
97
- name TEXT NOT NULL UNIQUE,
98
- checksum TEXT NOT NULL,
99
- applied_at DATETIME DEFAULT CURRENT_TIMESTAMP
100
- );
101
- `;
102
94
  const isReadOnly = statements.every(s => {
103
95
  const u = s.sql.trim().toUpperCase();
104
96
  return u.startsWith('SELECT') || u.startsWith('PRAGMA') || u.startsWith('EXPLAIN');
105
97
  });
106
- if (!isReadOnly) {
98
+
99
+ if (isRemote && process.env.D1_IS_PRO !== 'true') {
100
+ return NextResponse.json(
101
+ { success: false, error: { type: 'PRO_REQUIRED', message: 'Pro license required. Run: d1s --license YOUR-KEY' } },
102
+ { status: 402 }
103
+ );
104
+ }
105
+
106
+ if (isRemote && !isReadOnly) {
107
+ return NextResponse.json(
108
+ { success: false, error: { message: 'Remote query mode is read-only for now. Use SELECT, PRAGMA, or EXPLAIN.' } },
109
+ { status: 400 }
110
+ );
111
+ }
112
+
113
+ // Initialize the migrations table only for local non-read-only queries.
114
+ // Skipping for SELECT/PRAGMA/EXPLAIN avoids an extra wrangler/miniflare process per read query.
115
+ if (!isRemote && !isReadOnly) {
116
+ const createMigrationsTable = `
117
+ CREATE TABLE IF NOT EXISTS d1_migrations (
118
+ id INTEGER PRIMARY KEY AUTOINCREMENT,
119
+ name TEXT NOT NULL UNIQUE,
120
+ checksum TEXT NOT NULL,
121
+ applied_at DATETIME DEFAULT CURRENT_TIMESTAMP
122
+ );
123
+ `;
107
124
  await executeSQL(projectDir, databaseName, createMigrationsTable, {}, false, dbConfig);
108
125
  }
109
126
 
@@ -111,7 +128,7 @@ export async function POST(req) {
111
128
  const hasSchemaChanges = statements.some(isSchemaChange);
112
129
 
113
130
  let result;
114
- if (hasSchemaChanges) {
131
+ if (hasSchemaChanges && !isRemote) {
115
132
  // Process schema changes and capture migrations.
116
133
  // The handleSchemaChange helper is responsible for executing the DDL statements.
117
134
  const migrations = await handleSchemaChange(projectDir, databaseName, statements);
@@ -120,13 +137,14 @@ export async function POST(req) {
120
137
  result = {
121
138
  success: true,
122
139
  migrations,
123
- results: [{ results: [] }]
140
+ results: [{ results: [] }],
141
+ execution: { target: executionTarget, readOnly: isReadOnly }
124
142
  };
125
143
  } else {
126
144
  // For data modification queries, execute the statements.
127
145
  const results = [];
128
146
  for (const stmt of statements) {
129
- const output = await executeSQL(projectDir, databaseName, stmt.sql, {}, false, dbConfig);
147
+ const output = await executeSQL(projectDir, databaseName, stmt.sql, {}, isRemote, dbConfig);
130
148
 
131
149
  try {
132
150
  const parsed = JSON.parse(output);
@@ -139,7 +157,8 @@ export async function POST(req) {
139
157
 
140
158
  result = {
141
159
  success: true,
142
- results: [{ results }]
160
+ results: [{ results }],
161
+ execution: { target: executionTarget, readOnly: isReadOnly }
143
162
  };
144
163
  }
145
164