d1s 0.2.12 → 0.3.0

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 (396) hide show
  1. package/README.md +14 -1
  2. package/dist/.next/.next/BUILD_ID +1 -1
  3. package/dist/.next/.next/app-build-manifest.json +121 -79
  4. package/dist/.next/.next/app-path-routes-manifest.json +1 -1
  5. package/dist/.next/.next/build-manifest.json +7 -7
  6. package/dist/.next/.next/cache/.rscinfo +1 -1
  7. package/dist/.next/.next/cache/.tsbuildinfo +1 -1
  8. package/dist/.next/.next/cache/webpack/client-development/0.pack.gz +0 -0
  9. package/dist/.next/.next/cache/webpack/client-development/1.pack.gz +0 -0
  10. package/dist/.next/.next/cache/webpack/client-development/index.pack.gz +0 -0
  11. package/dist/.next/.next/cache/webpack/client-development/index.pack.gz.old +0 -0
  12. package/dist/.next/.next/cache/webpack/client-production/0.pack +0 -0
  13. package/dist/.next/.next/cache/webpack/client-production/1.pack +0 -0
  14. package/dist/.next/.next/cache/webpack/client-production/10.pack +0 -0
  15. package/dist/.next/.next/cache/webpack/client-production/11.pack +0 -0
  16. package/dist/.next/.next/cache/webpack/client-production/12.pack +0 -0
  17. package/dist/.next/.next/cache/webpack/client-production/2.pack +0 -0
  18. package/dist/.next/.next/cache/webpack/client-production/3.pack +0 -0
  19. package/dist/.next/.next/cache/webpack/client-production/4.pack +0 -0
  20. package/dist/.next/.next/cache/webpack/client-production/5.pack +0 -0
  21. package/dist/.next/.next/cache/webpack/client-production/6.pack +0 -0
  22. package/dist/.next/.next/cache/webpack/client-production/7.pack +0 -0
  23. package/dist/.next/.next/cache/webpack/client-production/8.pack +0 -0
  24. package/dist/.next/.next/cache/webpack/client-production/9.pack +0 -0
  25. package/dist/.next/.next/cache/webpack/client-production/index.pack +0 -0
  26. package/dist/.next/.next/cache/webpack/client-production/index.pack.old +0 -0
  27. package/dist/.next/.next/cache/webpack/edge-server-production/index.pack +0 -0
  28. package/dist/.next/.next/cache/webpack/server-development/0.pack.gz +0 -0
  29. package/dist/.next/.next/cache/webpack/server-development/1.pack.gz +0 -0
  30. package/dist/.next/.next/cache/webpack/server-development/index.pack.gz +0 -0
  31. package/dist/.next/.next/cache/webpack/server-production/0.pack +0 -0
  32. package/dist/.next/.next/cache/webpack/server-production/1.pack +0 -0
  33. package/dist/.next/.next/cache/webpack/server-production/index.pack +0 -0
  34. package/dist/.next/.next/cache/webpack/server-production/index.pack.old +0 -0
  35. package/dist/.next/.next/next-minimal-server.js.nft.json +1 -1
  36. package/dist/.next/.next/next-server.js.nft.json +1 -1
  37. package/dist/.next/.next/prerender-manifest.json +1 -1
  38. package/dist/.next/.next/react-loadable-manifest.json +11 -1
  39. package/dist/.next/.next/required-server-files.json +1 -1
  40. package/dist/.next/.next/routes-manifest.json +1 -1
  41. package/dist/.next/.next/server/app/_not-found/page.js +1 -1
  42. package/dist/.next/.next/server/app/_not-found/page.js.nft.json +1 -1
  43. package/dist/.next/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
  44. package/dist/.next/.next/server/app/_not-found.html +1 -1
  45. package/dist/.next/.next/server/app/_not-found.rsc +5 -5
  46. package/dist/.next/.next/server/app/api/cloudflare/route.js +1 -1
  47. package/dist/.next/.next/server/app/api/cloudflare/route.js.nft.json +1 -1
  48. package/dist/.next/.next/server/app/api/cloudflare/route_client-reference-manifest.js +1 -1
  49. package/dist/.next/.next/server/app/api/databases/route.js +1 -1
  50. package/dist/.next/.next/server/app/api/databases/route.js.nft.json +1 -1
  51. package/dist/.next/.next/server/app/api/databases/route_client-reference-manifest.js +1 -1
  52. package/dist/.next/.next/server/app/api/migrations/list/route.js +26 -0
  53. package/dist/.next/.next/server/app/api/migrations/list/route.js.nft.json +1 -0
  54. package/dist/.next/.next/server/app/api/migrations/list/route_client-reference-manifest.js +1 -0
  55. package/dist/.next/.next/server/app/api/migrations/sync/route.js +5 -5
  56. package/dist/.next/.next/server/app/api/migrations/sync/route.js.nft.json +1 -1
  57. package/dist/.next/.next/server/app/api/migrations/sync/route_client-reference-manifest.js +1 -1
  58. package/dist/.next/.next/server/app/api/migrations/sync-files/route.js +4 -4
  59. package/dist/.next/.next/server/app/api/migrations/sync-files/route.js.nft.json +1 -1
  60. package/dist/.next/.next/server/app/api/migrations/sync-files/route_client-reference-manifest.js +1 -1
  61. package/dist/.next/.next/server/app/api/pro/route.js +1 -0
  62. package/dist/.next/.next/server/app/api/pro/route.js.nft.json +1 -0
  63. package/dist/.next/.next/server/app/api/pro/route_client-reference-manifest.js +1 -0
  64. package/dist/.next/.next/server/app/api/pull-data/confirm/route.js +1 -1
  65. package/dist/.next/.next/server/app/api/pull-data/confirm/route.js.nft.json +1 -1
  66. package/dist/.next/.next/server/app/api/pull-data/confirm/route_client-reference-manifest.js +1 -1
  67. package/dist/.next/.next/server/app/api/pull-remote/confirm/route.js +4 -4
  68. package/dist/.next/.next/server/app/api/pull-remote/confirm/route.js.nft.json +1 -1
  69. package/dist/.next/.next/server/app/api/pull-remote/confirm/route_client-reference-manifest.js +1 -1
  70. package/dist/.next/.next/server/app/api/pull-remote/preview/route.js +4 -4
  71. package/dist/.next/.next/server/app/api/pull-remote/preview/route.js.nft.json +1 -1
  72. package/dist/.next/.next/server/app/api/pull-remote/preview/route_client-reference-manifest.js +1 -1
  73. package/dist/.next/.next/server/app/api/push-remote/confirm/route.js +6 -6
  74. package/dist/.next/.next/server/app/api/push-remote/confirm/route.js.nft.json +1 -1
  75. package/dist/.next/.next/server/app/api/push-remote/confirm/route_client-reference-manifest.js +1 -1
  76. package/dist/.next/.next/server/app/api/push-remote/preview/route.js +6 -6
  77. package/dist/.next/.next/server/app/api/push-remote/preview/route.js.nft.json +1 -1
  78. package/dist/.next/.next/server/app/api/push-remote/preview/route_client-reference-manifest.js +1 -1
  79. package/dist/.next/.next/server/app/api/query/route.js +9 -9
  80. package/dist/.next/.next/server/app/api/query/route.js.nft.json +1 -1
  81. package/dist/.next/.next/server/app/api/query/route_client-reference-manifest.js +1 -1
  82. package/dist/.next/.next/server/app/api/schema/route.js +1 -0
  83. package/dist/.next/.next/server/app/api/schema/route.js.nft.json +1 -0
  84. package/dist/.next/.next/server/app/api/schema/route_client-reference-manifest.js +1 -0
  85. package/dist/.next/.next/server/app/api/tables/[name]/import/route.js +1 -0
  86. package/dist/.next/.next/server/app/api/tables/[name]/import/route.js.nft.json +1 -0
  87. package/dist/.next/.next/server/app/api/tables/[name]/import/route_client-reference-manifest.js +1 -0
  88. package/dist/.next/.next/server/app/api/tables/[name]/route.js +5 -5
  89. package/dist/.next/.next/server/app/api/tables/[name]/route.js.nft.json +1 -1
  90. package/dist/.next/.next/server/app/api/tables/[name]/route_client-reference-manifest.js +1 -1
  91. package/dist/.next/.next/server/app/api/tables/route.js +2 -2
  92. package/dist/.next/.next/server/app/api/tables/route.js.nft.json +1 -1
  93. package/dist/.next/.next/server/app/api/tables/route_client-reference-manifest.js +1 -1
  94. package/dist/.next/.next/server/app/api/time-travel/preview/route.js +1 -0
  95. package/dist/.next/.next/server/app/api/time-travel/preview/route.js.nft.json +1 -0
  96. package/dist/.next/.next/server/app/api/time-travel/preview/route_client-reference-manifest.js +1 -0
  97. package/dist/.next/.next/server/app/api/time-travel/restore/route.js +1 -0
  98. package/dist/.next/.next/server/app/api/time-travel/restore/route.js.nft.json +1 -0
  99. package/dist/.next/.next/server/app/api/time-travel/restore/route_client-reference-manifest.js +1 -0
  100. package/dist/.next/.next/server/app/api/update/route.js +1 -1
  101. package/dist/.next/.next/server/app/api/update/route.js.nft.json +1 -1
  102. package/dist/.next/.next/server/app/api/update/route_client-reference-manifest.js +1 -1
  103. package/dist/.next/.next/server/app/index.html +5 -3
  104. package/dist/.next/.next/server/app/index.rsc +6 -6
  105. package/dist/.next/.next/server/app/page.js +15 -15
  106. package/dist/.next/.next/server/app/page.js.nft.json +1 -1
  107. package/dist/.next/.next/server/app/page_client-reference-manifest.js +1 -1
  108. package/dist/.next/.next/server/app-paths-manifest.json +10 -4
  109. package/dist/.next/.next/server/chunks/226.js +12 -12
  110. package/dist/.next/.next/server/chunks/391.js +1 -1
  111. package/dist/.next/.next/server/chunks/452.js +1 -1
  112. package/dist/.next/.next/server/chunks/487.js +1 -0
  113. package/dist/.next/.next/server/chunks/572.js +1 -1
  114. package/dist/.next/.next/server/chunks/992.js +3 -3
  115. package/dist/.next/.next/server/chunks/{638.js → 994.js} +3 -3
  116. package/dist/.next/.next/server/middleware-build-manifest.js +1 -1
  117. package/dist/.next/.next/server/middleware-react-loadable-manifest.js +1 -1
  118. package/dist/.next/.next/server/next-font-manifest.js +1 -1
  119. package/dist/.next/.next/server/next-font-manifest.json +1 -1
  120. package/dist/.next/.next/server/pages/404.html +1 -1
  121. package/dist/.next/.next/server/pages/500.html +1 -1
  122. package/dist/.next/.next/server/pages-manifest.json +1 -1
  123. package/dist/.next/.next/server/server-reference-manifest.json +1 -1
  124. package/dist/.next/.next/static/-OO4tE7EKr8o62Bne-ODo/_buildManifest.js +1 -0
  125. package/dist/.next/.next/static/3kAeIJC56X7aw1Fk5_OXO/_buildManifest.js +1 -0
  126. package/dist/.next/.next/static/J8r9W6xxmYYvuKehItNuW/_buildManifest.js +1 -0
  127. package/dist/.next/.next/static/arc9h7hbaQzL1Dl0iuVrT/_buildManifest.js +1 -0
  128. package/dist/.next/.next/static/chunks/1a258343.3b3e7ba5ba0bd0d2.js +1 -0
  129. package/dist/.next/.next/static/chunks/345.8fc37569d5708622.js +1 -0
  130. package/dist/.next/.next/static/chunks/480-85b6c8ae3f51b156.js +1 -0
  131. package/dist/.next/.next/static/chunks/52.2cdc9bdb75e1fc2e.js +1 -0
  132. package/dist/.next/.next/static/chunks/803-a2fcfbd00e6b3b38.js +1 -0
  133. package/dist/.next/.next/static/chunks/{92-5f7522943fcb72a8.js → 92-a84bdac2be7c8d7a.js} +1 -1
  134. package/dist/.next/.next/static/chunks/app/api/cloudflare/route-d0c1dc2a9e7dce36.js +1 -0
  135. package/dist/.next/.next/static/chunks/app/api/databases/route-cd322321212797cf.js +1 -0
  136. package/dist/.next/.next/static/chunks/app/api/migrations/list/route-cd710ff75b6bcd02.js +1 -0
  137. package/dist/.next/.next/static/chunks/app/api/migrations/sync/route-ee522f232b9f0a9c.js +1 -0
  138. package/dist/.next/.next/static/chunks/app/api/migrations/sync-files/route-79ee2c26f87d3bc7.js +1 -0
  139. package/dist/.next/.next/static/chunks/app/api/pro/route-c90c1f901fc00d38.js +1 -0
  140. package/dist/.next/.next/static/chunks/app/api/pull-data/confirm/route-118764086af798f8.js +1 -0
  141. package/dist/.next/.next/static/chunks/app/api/pull-remote/confirm/route-2b0ade4ebfcea0bc.js +1 -0
  142. package/dist/.next/.next/static/chunks/app/api/pull-remote/preview/route-342db7ea13e6f447.js +1 -0
  143. package/dist/.next/.next/static/chunks/app/api/push-remote/confirm/route-b778c053bd515abd.js +1 -0
  144. package/dist/.next/.next/static/chunks/app/api/push-remote/preview/route-ab090482f299f57f.js +1 -0
  145. package/dist/.next/.next/static/chunks/app/api/query/route-4d21a8b1d34491f1.js +1 -0
  146. package/dist/.next/.next/static/chunks/app/api/schema/route-cb17a387d6b557ad.js +1 -0
  147. package/dist/.next/.next/static/chunks/app/api/tables/[name]/import/route-510472de7a5c29bd.js +1 -0
  148. package/dist/.next/.next/static/chunks/app/api/tables/[name]/route-6a1fa95c303ce0de.js +1 -0
  149. package/dist/.next/.next/static/chunks/app/api/tables/route-daa975df4ea8e8f8.js +1 -0
  150. package/dist/.next/.next/static/chunks/app/api/time-travel/preview/route-5787d7e8f17bd539.js +1 -0
  151. package/dist/.next/.next/static/chunks/app/api/time-travel/restore/route-84b64a27e831e21c.js +1 -0
  152. package/dist/.next/.next/static/chunks/app/api/update/route-54ee900537982652.js +1 -0
  153. package/dist/.next/.next/static/chunks/app/{layout-40ec07d04681ba81.js → layout-f0ec4d636ee0f763.js} +1 -1
  154. package/dist/.next/.next/static/chunks/app/page-358bf2112802ff85.js +1 -0
  155. package/dist/.next/.next/static/chunks/webpack-024900a94af4f0a7.js +1 -0
  156. package/dist/.next/.next/static/css/2c165a0ede9b2442.css +3 -0
  157. package/dist/.next/.next/static/css/32df9a4d493f8b0f.css +31 -0
  158. package/dist/.next/.next/static/fiesjBWbrmSSyLf4biwrX/_buildManifest.js +1 -0
  159. package/dist/.next/.next/static/ft39e6W6vSgUL7peRo7pE/_buildManifest.js +1 -0
  160. package/dist/.next/.next/static/media/4cf2300e9c8272f7-s.p.woff2 +0 -0
  161. package/dist/.next/.next/static/u7ssdTycF4iQ-w-pQZhxg/_buildManifest.js +1 -0
  162. package/dist/.next/.next/trace +3 -3
  163. package/dist/.next/.next/types/app/api/migrations/list/route.ts +347 -0
  164. package/dist/.next/.next/types/app/api/pro/route.ts +347 -0
  165. package/dist/.next/.next/types/app/api/schema/route.ts +347 -0
  166. package/dist/.next/.next/types/app/api/tables/[name]/import/route.ts +347 -0
  167. package/dist/.next/.next/types/app/api/time-travel/preview/route.ts +347 -0
  168. package/dist/.next/.next/types/app/api/time-travel/restore/route.ts +347 -0
  169. package/dist/.next/BUILD_ID +1 -1
  170. package/dist/.next/app-build-manifest.json +122 -80
  171. package/dist/.next/app-path-routes-manifest.json +1 -1
  172. package/dist/.next/build-manifest.json +7 -7
  173. package/dist/.next/cache/.rscinfo +1 -1
  174. package/dist/.next/cache/.tsbuildinfo +1 -1
  175. package/dist/.next/cache/webpack/client-production/0.pack +0 -0
  176. package/dist/.next/cache/webpack/client-production/index.pack +0 -0
  177. package/dist/.next/cache/webpack/edge-server-production/index.pack +0 -0
  178. package/dist/.next/cache/webpack/server-production/0.pack +0 -0
  179. package/dist/.next/cache/webpack/server-production/index.pack +0 -0
  180. package/dist/.next/next-minimal-server.js.nft.json +1 -1
  181. package/dist/.next/next-server.js.nft.json +1 -1
  182. package/dist/.next/prerender-manifest.json +1 -1
  183. package/dist/.next/react-loadable-manifest.json +11 -1
  184. package/dist/.next/required-server-files.json +1 -1
  185. package/dist/.next/routes-manifest.json +1 -1
  186. package/dist/.next/server/app/_not-found/page.js +1 -1
  187. package/dist/.next/server/app/_not-found/page.js.nft.json +1 -1
  188. package/dist/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
  189. package/dist/.next/server/app/_not-found.html +1 -1
  190. package/dist/.next/server/app/_not-found.rsc +5 -5
  191. package/dist/.next/server/app/api/cloudflare/route.js +1 -1
  192. package/dist/.next/server/app/api/cloudflare/route.js.nft.json +1 -1
  193. package/dist/.next/server/app/api/cloudflare/route_client-reference-manifest.js +1 -1
  194. package/dist/.next/server/app/api/databases/route.js +1 -1
  195. package/dist/.next/server/app/api/databases/route.js.nft.json +1 -1
  196. package/dist/.next/server/app/api/databases/route_client-reference-manifest.js +1 -1
  197. package/dist/.next/server/app/api/migrations/list/route.js +26 -0
  198. package/dist/.next/server/app/api/migrations/list/route.js.nft.json +1 -0
  199. package/dist/.next/server/app/api/migrations/list/route_client-reference-manifest.js +1 -0
  200. package/dist/.next/server/app/api/migrations/sync/route.js +5 -5
  201. package/dist/.next/server/app/api/migrations/sync/route.js.nft.json +1 -1
  202. package/dist/.next/server/app/api/migrations/sync/route_client-reference-manifest.js +1 -1
  203. package/dist/.next/server/app/api/migrations/sync-files/route.js +4 -4
  204. package/dist/.next/server/app/api/migrations/sync-files/route.js.nft.json +1 -1
  205. package/dist/.next/server/app/api/migrations/sync-files/route_client-reference-manifest.js +1 -1
  206. package/dist/.next/server/app/api/pro/route.js +1 -0
  207. package/dist/.next/server/app/api/pro/route.js.nft.json +1 -0
  208. package/dist/.next/server/app/api/pro/route_client-reference-manifest.js +1 -0
  209. package/dist/.next/server/app/api/pull-data/confirm/route.js +1 -1
  210. package/dist/.next/server/app/api/pull-data/confirm/route.js.nft.json +1 -1
  211. package/dist/.next/server/app/api/pull-data/confirm/route_client-reference-manifest.js +1 -1
  212. package/dist/.next/server/app/api/pull-remote/confirm/route.js +4 -4
  213. package/dist/.next/server/app/api/pull-remote/confirm/route.js.nft.json +1 -1
  214. package/dist/.next/server/app/api/pull-remote/confirm/route_client-reference-manifest.js +1 -1
  215. package/dist/.next/server/app/api/pull-remote/preview/route.js +4 -4
  216. package/dist/.next/server/app/api/pull-remote/preview/route.js.nft.json +1 -1
  217. package/dist/.next/server/app/api/pull-remote/preview/route_client-reference-manifest.js +1 -1
  218. package/dist/.next/server/app/api/push-remote/confirm/route.js +6 -6
  219. package/dist/.next/server/app/api/push-remote/confirm/route.js.nft.json +1 -1
  220. package/dist/.next/server/app/api/push-remote/confirm/route_client-reference-manifest.js +1 -1
  221. package/dist/.next/server/app/api/push-remote/preview/route.js +6 -6
  222. package/dist/.next/server/app/api/push-remote/preview/route.js.nft.json +1 -1
  223. package/dist/.next/server/app/api/push-remote/preview/route_client-reference-manifest.js +1 -1
  224. package/dist/.next/server/app/api/query/route.js +9 -9
  225. package/dist/.next/server/app/api/query/route.js.nft.json +1 -1
  226. package/dist/.next/server/app/api/query/route_client-reference-manifest.js +1 -1
  227. package/dist/.next/server/app/api/schema/route.js +1 -0
  228. package/dist/.next/server/app/api/schema/route.js.nft.json +1 -0
  229. package/dist/.next/server/app/api/schema/route_client-reference-manifest.js +1 -0
  230. package/dist/.next/server/app/api/tables/[name]/import/route.js +1 -0
  231. package/dist/.next/server/app/api/tables/[name]/import/route.js.nft.json +1 -0
  232. package/dist/.next/server/app/api/tables/[name]/import/route_client-reference-manifest.js +1 -0
  233. package/dist/.next/server/app/api/tables/[name]/route.js +5 -5
  234. package/dist/.next/server/app/api/tables/[name]/route.js.nft.json +1 -1
  235. package/dist/.next/server/app/api/tables/[name]/route_client-reference-manifest.js +1 -1
  236. package/dist/.next/server/app/api/tables/route.js +2 -2
  237. package/dist/.next/server/app/api/tables/route.js.nft.json +1 -1
  238. package/dist/.next/server/app/api/tables/route_client-reference-manifest.js +1 -1
  239. package/dist/.next/server/app/api/time-travel/preview/route.js +1 -0
  240. package/dist/.next/server/app/api/time-travel/preview/route.js.nft.json +1 -0
  241. package/dist/.next/server/app/api/time-travel/preview/route_client-reference-manifest.js +1 -0
  242. package/dist/.next/server/app/api/time-travel/restore/route.js +1 -0
  243. package/dist/.next/server/app/api/time-travel/restore/route.js.nft.json +1 -0
  244. package/dist/.next/server/app/api/time-travel/restore/route_client-reference-manifest.js +1 -0
  245. package/dist/.next/server/app/api/update/route.js +1 -1
  246. package/dist/.next/server/app/api/update/route.js.nft.json +1 -1
  247. package/dist/.next/server/app/api/update/route_client-reference-manifest.js +1 -1
  248. package/dist/.next/server/app/index.html +5 -3
  249. package/dist/.next/server/app/index.rsc +6 -6
  250. package/dist/.next/server/app/page.js +15 -15
  251. package/dist/.next/server/app/page.js.nft.json +1 -1
  252. package/dist/.next/server/app/page_client-reference-manifest.js +1 -1
  253. package/dist/.next/server/app-paths-manifest.json +11 -5
  254. package/dist/.next/server/chunks/226.js +12 -12
  255. package/dist/.next/server/chunks/391.js +1 -1
  256. package/dist/.next/server/chunks/452.js +1 -1
  257. package/dist/.next/server/chunks/487.js +1 -0
  258. package/dist/.next/server/chunks/572.js +1 -1
  259. package/dist/.next/server/chunks/992.js +3 -3
  260. package/dist/.next/server/chunks/{638.js → 994.js} +3 -3
  261. package/dist/.next/server/middleware-build-manifest.js +1 -1
  262. package/dist/.next/server/middleware-react-loadable-manifest.js +1 -1
  263. package/dist/.next/server/next-font-manifest.js +1 -1
  264. package/dist/.next/server/next-font-manifest.json +1 -1
  265. package/dist/.next/server/pages/404.html +1 -1
  266. package/dist/.next/server/pages/500.html +1 -1
  267. package/dist/.next/server/pages-manifest.json +1 -1
  268. package/dist/.next/server/server-reference-manifest.json +1 -1
  269. package/dist/.next/static/chunks/1a258343.3b3e7ba5ba0bd0d2.js +1 -0
  270. package/dist/.next/static/chunks/345.8fc37569d5708622.js +1 -0
  271. package/dist/.next/static/chunks/480-85b6c8ae3f51b156.js +1 -0
  272. package/dist/.next/static/chunks/52.2cdc9bdb75e1fc2e.js +1 -0
  273. package/dist/.next/static/chunks/803-a2fcfbd00e6b3b38.js +1 -0
  274. package/dist/.next/static/chunks/{92-5f7522943fcb72a8.js → 92-a84bdac2be7c8d7a.js} +1 -1
  275. package/dist/.next/static/chunks/app/api/cloudflare/route-d0c1dc2a9e7dce36.js +1 -0
  276. package/dist/.next/static/chunks/app/api/databases/route-cd322321212797cf.js +1 -0
  277. package/dist/.next/static/chunks/app/api/migrations/list/route-cd710ff75b6bcd02.js +1 -0
  278. package/dist/.next/static/chunks/app/api/migrations/sync/route-ee522f232b9f0a9c.js +1 -0
  279. package/dist/.next/static/chunks/app/api/migrations/sync-files/route-79ee2c26f87d3bc7.js +1 -0
  280. package/dist/.next/static/chunks/app/api/pro/route-c90c1f901fc00d38.js +1 -0
  281. package/dist/.next/static/chunks/app/api/pull-data/confirm/route-118764086af798f8.js +1 -0
  282. package/dist/.next/static/chunks/app/api/pull-remote/confirm/route-2b0ade4ebfcea0bc.js +1 -0
  283. package/dist/.next/static/chunks/app/api/pull-remote/preview/route-342db7ea13e6f447.js +1 -0
  284. package/dist/.next/static/chunks/app/api/push-remote/confirm/route-b778c053bd515abd.js +1 -0
  285. package/dist/.next/static/chunks/app/api/push-remote/preview/route-ab090482f299f57f.js +1 -0
  286. package/dist/.next/static/chunks/app/api/query/route-4d21a8b1d34491f1.js +1 -0
  287. package/dist/.next/static/chunks/app/api/schema/route-cb17a387d6b557ad.js +1 -0
  288. package/dist/.next/static/chunks/app/api/tables/[name]/import/route-510472de7a5c29bd.js +1 -0
  289. package/dist/.next/static/chunks/app/api/tables/[name]/route-6a1fa95c303ce0de.js +1 -0
  290. package/dist/.next/static/chunks/app/api/tables/route-daa975df4ea8e8f8.js +1 -0
  291. package/dist/.next/static/chunks/app/api/time-travel/preview/route-5787d7e8f17bd539.js +1 -0
  292. package/dist/.next/static/chunks/app/api/time-travel/restore/route-84b64a27e831e21c.js +1 -0
  293. package/dist/.next/static/chunks/app/api/update/route-54ee900537982652.js +1 -0
  294. package/dist/.next/static/chunks/app/{layout-40ec07d04681ba81.js → layout-f0ec4d636ee0f763.js} +1 -1
  295. package/dist/.next/static/chunks/app/page-358bf2112802ff85.js +1 -0
  296. package/dist/.next/static/chunks/webpack-024900a94af4f0a7.js +1 -0
  297. package/dist/.next/static/css/2c165a0ede9b2442.css +3 -0
  298. package/dist/.next/static/css/32df9a4d493f8b0f.css +31 -0
  299. package/dist/.next/static/media/4cf2300e9c8272f7-s.p.woff2 +0 -0
  300. package/dist/.next/static/zh4Fz2tbm8GRka4woRrGp/_buildManifest.js +1 -0
  301. package/dist/.next/trace +18 -3
  302. package/dist/.next/types/app/api/migrations/list/route.ts +347 -0
  303. package/dist/.next/types/app/api/pro/route.ts +347 -0
  304. package/dist/.next/types/app/api/schema/route.ts +347 -0
  305. package/dist/.next/types/app/api/tables/[name]/import/route.ts +347 -0
  306. package/dist/.next/types/app/api/time-travel/preview/route.ts +347 -0
  307. package/dist/.next/types/app/api/time-travel/restore/route.ts +347 -0
  308. package/dist/app/api/databases/route.js +2 -1
  309. package/dist/app/api/migrations/list/route.js +137 -0
  310. package/dist/app/api/migrations/sync-files/route.js +2 -1
  311. package/dist/app/api/pro/route.js +7 -0
  312. package/dist/app/api/pull-remote/confirm/route.js +138 -146
  313. package/dist/app/api/pull-remote/preview/route.js +49 -84
  314. package/dist/app/api/push-remote/confirm/route.js +31 -12
  315. package/dist/app/api/push-remote/preview/route.js +27 -12
  316. package/dist/app/api/query/route.js +24 -13
  317. package/dist/app/api/schema/route.js +63 -0
  318. package/dist/app/api/tables/[name]/import/route.js +112 -0
  319. package/dist/app/api/tables/[name]/route.js +38 -29
  320. package/dist/app/api/tables/route.js +29 -16
  321. package/dist/app/api/time-travel/preview/route.js +122 -0
  322. package/dist/app/api/time-travel/restore/route.js +106 -0
  323. package/dist/app/page.jsx +26 -8
  324. package/dist/d1-studio.js +129 -23
  325. package/dist/lib/license.js +99 -71
  326. package/dist/lib/local-db.js +223 -0
  327. package/dist/lib/migrations.js +40 -2
  328. package/dist/lib/parse-sql-error.js +99 -160
  329. package/dist/lib/sql-operations.js +28 -10
  330. package/dist/lib/telemetry.js +39 -0
  331. package/package.json +6 -2
  332. package/dist/.next/.next/static/Y9mYu4WBghepP5oT_3OdR/_buildManifest.js +0 -1
  333. package/dist/.next/.next/static/ae3gNmoSGm-R5LJC4UagI/_buildManifest.js +0 -1
  334. package/dist/.next/.next/static/bKfUJeuvAQlBmR3TjrfkH/_buildManifest.js +0 -1
  335. package/dist/.next/.next/static/chunks/576-18a2209e1ed26aad.js +0 -1
  336. package/dist/.next/.next/static/chunks/735-b885dfec6353171d.js +0 -1
  337. package/dist/.next/.next/static/chunks/app/api/cloudflare/route-b77846f372b01f38.js +0 -1
  338. package/dist/.next/.next/static/chunks/app/api/databases/route-407794f8145d9a0b.js +0 -1
  339. package/dist/.next/.next/static/chunks/app/api/migrations/sync/route-9f480f5590369a8f.js +0 -1
  340. package/dist/.next/.next/static/chunks/app/api/migrations/sync-files/route-92010db279b4dd8e.js +0 -1
  341. package/dist/.next/.next/static/chunks/app/api/pull-data/confirm/route-a02fe6d3cdd0a535.js +0 -1
  342. package/dist/.next/.next/static/chunks/app/api/pull-remote/confirm/route-f401a03507d1da50.js +0 -1
  343. package/dist/.next/.next/static/chunks/app/api/pull-remote/preview/route-3c53814b5cb8b6b0.js +0 -1
  344. package/dist/.next/.next/static/chunks/app/api/push-remote/confirm/route-8f359249e907c63b.js +0 -1
  345. package/dist/.next/.next/static/chunks/app/api/push-remote/preview/route-b51bf94f39c17a9d.js +0 -1
  346. package/dist/.next/.next/static/chunks/app/api/query/route-87bae2d4aebaf859.js +0 -1
  347. package/dist/.next/.next/static/chunks/app/api/tables/[name]/route-d20ca163b9c03e7c.js +0 -1
  348. package/dist/.next/.next/static/chunks/app/api/tables/route-0f46f911562abcdf.js +0 -1
  349. package/dist/.next/.next/static/chunks/app/api/update/route-14edc1917760bce0.js +0 -1
  350. package/dist/.next/.next/static/chunks/app/page-f05cd0fc436bf9bc.js +0 -1
  351. package/dist/.next/.next/static/chunks/webpack-c76ac1e586b2802a.js +0 -1
  352. package/dist/.next/.next/static/css/7c16f57d325d0d7d.css +0 -3
  353. package/dist/.next/.next/static/ejYPqJ2kVicVp5EFWOZIC/_buildManifest.js +0 -1
  354. package/dist/.next/.next/static/gABGrAoO8IPArDo_Ns_7g/_buildManifest.js +0 -1
  355. package/dist/.next/.next/static/gh-QfIUVo4FTTduYCVKT6/_buildManifest.js +0 -1
  356. package/dist/.next/.next/static/media/569ce4b8f30dc480-s.p.woff2 +0 -0
  357. package/dist/.next/.next/static/ybCx6L6gHqtODbKmlhU-d/_buildManifest.js +0 -1
  358. package/dist/.next/cache/webpack/client-production/1.pack +0 -0
  359. package/dist/.next/cache/webpack/client-production/2.pack +0 -0
  360. package/dist/.next/cache/webpack/client-production/index.pack.old +0 -0
  361. package/dist/.next/static/IX-QLbm7scYnyqWeeimal/_buildManifest.js +0 -1
  362. package/dist/.next/static/chunks/576-18a2209e1ed26aad.js +0 -1
  363. package/dist/.next/static/chunks/735-b885dfec6353171d.js +0 -1
  364. package/dist/.next/static/chunks/app/api/cloudflare/route-b77846f372b01f38.js +0 -1
  365. package/dist/.next/static/chunks/app/api/databases/route-407794f8145d9a0b.js +0 -1
  366. package/dist/.next/static/chunks/app/api/migrations/sync/route-9f480f5590369a8f.js +0 -1
  367. package/dist/.next/static/chunks/app/api/migrations/sync-files/route-92010db279b4dd8e.js +0 -1
  368. package/dist/.next/static/chunks/app/api/pull-data/confirm/route-a02fe6d3cdd0a535.js +0 -1
  369. package/dist/.next/static/chunks/app/api/pull-remote/confirm/route-f401a03507d1da50.js +0 -1
  370. package/dist/.next/static/chunks/app/api/pull-remote/preview/route-3c53814b5cb8b6b0.js +0 -1
  371. package/dist/.next/static/chunks/app/api/push-remote/confirm/route-8f359249e907c63b.js +0 -1
  372. package/dist/.next/static/chunks/app/api/push-remote/preview/route-b51bf94f39c17a9d.js +0 -1
  373. package/dist/.next/static/chunks/app/api/query/route-87bae2d4aebaf859.js +0 -1
  374. package/dist/.next/static/chunks/app/api/tables/[name]/route-d20ca163b9c03e7c.js +0 -1
  375. package/dist/.next/static/chunks/app/api/tables/route-0f46f911562abcdf.js +0 -1
  376. package/dist/.next/static/chunks/app/api/update/route-14edc1917760bce0.js +0 -1
  377. package/dist/.next/static/chunks/app/page-f05cd0fc436bf9bc.js +0 -1
  378. package/dist/.next/static/chunks/webpack-c76ac1e586b2802a.js +0 -1
  379. package/dist/.next/static/css/7c16f57d325d0d7d.css +0 -3
  380. package/dist/.next/static/media/569ce4b8f30dc480-s.p.woff2 +0 -0
  381. /package/dist/.next/.next/static/{Y9mYu4WBghepP5oT_3OdR → -OO4tE7EKr8o62Bne-ODo}/_ssgManifest.js +0 -0
  382. /package/dist/.next/.next/static/{ae3gNmoSGm-R5LJC4UagI → 3kAeIJC56X7aw1Fk5_OXO}/_ssgManifest.js +0 -0
  383. /package/dist/.next/.next/static/{bKfUJeuvAQlBmR3TjrfkH → J8r9W6xxmYYvuKehItNuW}/_ssgManifest.js +0 -0
  384. /package/dist/.next/.next/static/{ejYPqJ2kVicVp5EFWOZIC → arc9h7hbaQzL1Dl0iuVrT}/_ssgManifest.js +0 -0
  385. /package/dist/.next/.next/static/chunks/{4bd1b696-8c908eb707f85a27.js → 4bd1b696-124ea104c06f6cea.js} +0 -0
  386. /package/dist/.next/.next/static/chunks/{517-3b698a5d3da06ff7.js → 517-c876ce2f00030cd0.js} +0 -0
  387. /package/dist/.next/.next/static/chunks/{692-ede418e1d28a1394.js → 692-9e59d546afd11ec3.js} +0 -0
  388. /package/dist/.next/.next/static/chunks/app/_not-found/{page-b786c3dd79ad15a5.js → page-3e24b81707d98126.js} +0 -0
  389. /package/dist/.next/.next/static/{gABGrAoO8IPArDo_Ns_7g → fiesjBWbrmSSyLf4biwrX}/_ssgManifest.js +0 -0
  390. /package/dist/.next/.next/static/{gh-QfIUVo4FTTduYCVKT6 → ft39e6W6vSgUL7peRo7pE}/_ssgManifest.js +0 -0
  391. /package/dist/.next/.next/static/{ybCx6L6gHqtODbKmlhU-d → u7ssdTycF4iQ-w-pQZhxg}/_ssgManifest.js +0 -0
  392. /package/dist/.next/static/chunks/{4bd1b696-8c908eb707f85a27.js → 4bd1b696-124ea104c06f6cea.js} +0 -0
  393. /package/dist/.next/static/chunks/{517-3b698a5d3da06ff7.js → 517-c876ce2f00030cd0.js} +0 -0
  394. /package/dist/.next/static/chunks/{692-ede418e1d28a1394.js → 692-9e59d546afd11ec3.js} +0 -0
  395. /package/dist/.next/static/chunks/app/_not-found/{page-b786c3dd79ad15a5.js → page-3e24b81707d98126.js} +0 -0
  396. /package/dist/.next/static/{IX-QLbm7scYnyqWeeimal → zh4Fz2tbm8GRka4woRrGp}/_ssgManifest.js +0 -0
@@ -1,3 +1,3 @@
1
- [{"name":"generate-buildid","duration":88,"timestamp":599637792302,"id":4,"parentId":1,"tags":{},"startTime":1751700625248,"traceId":"ede426f17e4f8733"},{"name":"load-custom-routes","duration":120,"timestamp":599637792428,"id":5,"parentId":1,"tags":{},"startTime":1751700625248,"traceId":"ede426f17e4f8733"},{"name":"create-dist-dir","duration":143,"timestamp":599637816423,"id":6,"parentId":1,"tags":{},"startTime":1751700625272,"traceId":"ede426f17e4f8733"},{"name":"create-pages-mapping","duration":89,"timestamp":599637824010,"id":7,"parentId":1,"tags":{},"startTime":1751700625279,"traceId":"ede426f17e4f8733"},{"name":"collect-app-paths","duration":26758,"timestamp":599637824118,"id":8,"parentId":1,"tags":{},"startTime":1751700625280,"traceId":"ede426f17e4f8733"},{"name":"create-app-mapping","duration":896,"timestamp":599637850896,"id":9,"parentId":1,"tags":{},"startTime":1751700625306,"traceId":"ede426f17e4f8733"},{"name":"public-dir-conflict-check","duration":290,"timestamp":599637852019,"id":10,"parentId":1,"tags":{},"startTime":1751700625307,"traceId":"ede426f17e4f8733"},{"name":"generate-routes-manifest","duration":1139,"timestamp":599637852394,"id":11,"parentId":1,"tags":{},"startTime":1751700625308,"traceId":"ede426f17e4f8733"},{"name":"create-entrypoints","duration":14628,"timestamp":599637858020,"id":14,"parentId":1,"tags":{},"startTime":1751700625313,"traceId":"ede426f17e4f8733"},{"name":"generate-webpack-config","duration":143984,"timestamp":599637872749,"id":15,"parentId":13,"tags":{},"startTime":1751700625328,"traceId":"ede426f17e4f8733"},{"name":"next-trace-entrypoint-plugin","duration":1035,"timestamp":599638060013,"id":17,"parentId":16,"tags":{},"startTime":1751700625515,"traceId":"ede426f17e4f8733"},{"name":"add-entry","duration":124044,"timestamp":599638064071,"id":32,"parentId":18,"tags":{"request":"next/dist/pages/_app"},"startTime":1751700625519,"traceId":"ede426f17e4f8733"},{"name":"add-entry","duration":134386,"timestamp":599638064075,"id":33,"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":1751700625519,"traceId":"ede426f17e4f8733"},{"name":"add-entry","duration":147399,"timestamp":599638064086,"id":36,"parentId":18,"tags":{"request":"next/dist/pages/_document"},"startTime":1751700625519,"traceId":"ede426f17e4f8733"},{"name":"add-entry","duration":177809,"timestamp":599638063655,"id":19,"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":1751700625519,"traceId":"ede426f17e4f8733"},{"name":"add-entry","duration":177391,"timestamp":599638064083,"id":35,"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":1751700625519,"traceId":"ede426f17e4f8733"},{"name":"add-entry","duration":181894,"timestamp":599638064059,"id":31,"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":1751700625519,"traceId":"ede426f17e4f8733"},{"name":"add-entry","duration":208955,"timestamp":599638063914,"id":21,"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":1751700625519,"traceId":"ede426f17e4f8733"},{"name":"add-entry","duration":208981,"timestamp":599638063899,"id":20,"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":1751700625519,"traceId":"ede426f17e4f8733"},{"name":"add-entry","duration":208903,"timestamp":599638063981,"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":1751700625519,"traceId":"ede426f17e4f8733"},{"name":"add-entry","duration":208902,"timestamp":599638063988,"id":30,"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":1751700625519,"traceId":"ede426f17e4f8733"},{"name":"add-entry","duration":208968,"timestamp":599638063926,"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":1751700625519,"traceId":"ede426f17e4f8733"},{"name":"add-entry","duration":208965,"timestamp":599638063931,"id":24,"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":1751700625519,"traceId":"ede426f17e4f8733"},{"name":"add-entry","duration":208961,"timestamp":599638063936,"id":25,"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":1751700625519,"traceId":"ede426f17e4f8733"},{"name":"add-entry","duration":208957,"timestamp":599638063942,"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":1751700625519,"traceId":"ede426f17e4f8733"},{"name":"add-entry","duration":208936,"timestamp":599638063966,"id":28,"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":1751700625519,"traceId":"ede426f17e4f8733"},{"name":"add-entry","duration":208828,"timestamp":599638064078,"id":34,"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":1751700625519,"traceId":"ede426f17e4f8733"},{"name":"add-entry","duration":208987,"timestamp":599638063921,"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":1751700625519,"traceId":"ede426f17e4f8733"},{"name":"add-entry","duration":208955,"timestamp":599638063954,"id":27,"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":1751700625519,"traceId":"ede426f17e4f8733"},{"name":"make","duration":353707,"timestamp":599638063543,"id":18,"parentId":16,"tags":{},"startTime":1751700625519,"traceId":"ede426f17e4f8733"},{"name":"get-entries","duration":575,"timestamp":599638417861,"id":100,"parentId":99,"tags":{},"startTime":1751700625873,"traceId":"ede426f17e4f8733"},{"name":"node-file-trace-plugin","duration":79603,"timestamp":599638420056,"id":101,"parentId":99,"tags":{"traceEntryCount":"32"},"startTime":1751700625875,"traceId":"ede426f17e4f8733"},{"name":"collect-traced-files","duration":629,"timestamp":599638499670,"id":102,"parentId":99,"tags":{},"startTime":1751700625955,"traceId":"ede426f17e4f8733"},{"name":"finish-modules","duration":82529,"timestamp":599638417774,"id":99,"parentId":17,"tags":{},"startTime":1751700625873,"traceId":"ede426f17e4f8733"},{"name":"chunk-graph","duration":9389,"timestamp":599638517471,"id":104,"parentId":103,"tags":{},"startTime":1751700625973,"traceId":"ede426f17e4f8733"},{"name":"optimize-modules","duration":12,"timestamp":599638526927,"id":106,"parentId":103,"tags":{},"startTime":1751700625982,"traceId":"ede426f17e4f8733"},{"name":"optimize-chunks","duration":8991,"timestamp":599638526976,"id":107,"parentId":103,"tags":{},"startTime":1751700625982,"traceId":"ede426f17e4f8733"},{"name":"optimize-tree","duration":61,"timestamp":599638536016,"id":108,"parentId":103,"tags":{},"startTime":1751700625991,"traceId":"ede426f17e4f8733"},{"name":"optimize-chunk-modules","duration":11646,"timestamp":599638536114,"id":109,"parentId":103,"tags":{},"startTime":1751700625991,"traceId":"ede426f17e4f8733"},{"name":"optimize","duration":20914,"timestamp":599638526901,"id":105,"parentId":103,"tags":{},"startTime":1751700625982,"traceId":"ede426f17e4f8733"},{"name":"module-hash","duration":11767,"timestamp":599638556586,"id":110,"parentId":103,"tags":{},"startTime":1751700626012,"traceId":"ede426f17e4f8733"},{"name":"code-generation","duration":140016,"timestamp":599638568394,"id":111,"parentId":103,"tags":{},"startTime":1751700626024,"traceId":"ede426f17e4f8733"},{"name":"hash","duration":4732,"timestamp":599638711059,"id":112,"parentId":103,"tags":{},"startTime":1751700626166,"traceId":"ede426f17e4f8733"},{"name":"code-generation-jobs","duration":135,"timestamp":599638715790,"id":113,"parentId":103,"tags":{},"startTime":1751700626171,"traceId":"ede426f17e4f8733"},{"name":"module-assets","duration":194,"timestamp":599638715902,"id":114,"parentId":103,"tags":{},"startTime":1751700626171,"traceId":"ede426f17e4f8733"},{"name":"create-chunk-assets","duration":4392,"timestamp":599638716101,"id":115,"parentId":103,"tags":{},"startTime":1751700626171,"traceId":"ede426f17e4f8733"},{"name":"minify-js","duration":19067,"timestamp":599638728491,"id":117,"parentId":116,"tags":{"name":"../app/_not-found/page.js","cache":"HIT"},"startTime":1751700626184,"traceId":"ede426f17e4f8733"},{"name":"minify-js","duration":16013,"timestamp":599638731554,"id":129,"parentId":116,"tags":{"name":"../app/api/update/route.js","cache":"HIT"},"startTime":1751700626187,"traceId":"ede426f17e4f8733"},{"name":"minify-js","duration":16005,"timestamp":599638731563,"id":130,"parentId":116,"tags":{"name":"../pages/_app.js","cache":"HIT"},"startTime":1751700626187,"traceId":"ede426f17e4f8733"},{"name":"minify-js","duration":16003,"timestamp":599638731566,"id":131,"parentId":116,"tags":{"name":"../pages/_error.js","cache":"HIT"},"startTime":1751700626187,"traceId":"ede426f17e4f8733"},{"name":"minify-js","duration":3144,"timestamp":599638744426,"id":134,"parentId":116,"tags":{"name":"../pages/_document.js","cache":"HIT"},"startTime":1751700626200,"traceId":"ede426f17e4f8733"},{"name":"minify-js","duration":3129,"timestamp":599638744442,"id":135,"parentId":116,"tags":{"name":"../webpack-runtime.js","cache":"HIT"},"startTime":1751700626200,"traceId":"ede426f17e4f8733"},{"name":"minify-js","duration":3127,"timestamp":599638744445,"id":136,"parentId":116,"tags":{"name":"638.js","cache":"HIT"},"startTime":1751700626200,"traceId":"ede426f17e4f8733"},{"name":"minify-js","duration":3126,"timestamp":599638744447,"id":137,"parentId":116,"tags":{"name":"452.js","cache":"HIT"},"startTime":1751700626200,"traceId":"ede426f17e4f8733"},{"name":"minify-js","duration":187,"timestamp":599638747387,"id":140,"parentId":116,"tags":{"name":"627.js","cache":"HIT"},"startTime":1751700626203,"traceId":"ede426f17e4f8733"},{"name":"minify-js","duration":182,"timestamp":599638747393,"id":141,"parentId":116,"tags":{"name":"226.js","cache":"HIT"},"startTime":1751700626203,"traceId":"ede426f17e4f8733"},{"name":"minify-js","duration":29953,"timestamp":599638729712,"id":119,"parentId":116,"tags":{"name":"../app/api/databases/route.js","cache":"MISS"},"startTime":1751700626185,"traceId":"ede426f17e4f8733"},{"name":"minify-js","duration":31129,"timestamp":599638728561,"id":118,"parentId":116,"tags":{"name":"../app/api/cloudflare/route.js","cache":"MISS"},"startTime":1751700626184,"traceId":"ede426f17e4f8733"},{"name":"minify-js","duration":28914,"timestamp":599638730786,"id":122,"parentId":116,"tags":{"name":"../app/api/pull-data/confirm/route.js","cache":"MISS"},"startTime":1751700626186,"traceId":"ede426f17e4f8733"},{"name":"minify-js","duration":29173,"timestamp":599638730609,"id":121,"parentId":116,"tags":{"name":"../app/api/migrations/sync/route.js","cache":"MISS"},"startTime":1751700626186,"traceId":"ede426f17e4f8733"},{"name":"minify-js","duration":28938,"timestamp":599638730865,"id":123,"parentId":116,"tags":{"name":"../app/api/pull-remote/confirm/route.js","cache":"MISS"},"startTime":1751700626186,"traceId":"ede426f17e4f8733"},{"name":"minify-js","duration":28848,"timestamp":599638730976,"id":124,"parentId":116,"tags":{"name":"../app/api/pull-remote/preview/route.js","cache":"MISS"},"startTime":1751700626186,"traceId":"ede426f17e4f8733"},{"name":"minify-js","duration":29708,"timestamp":599638730128,"id":120,"parentId":116,"tags":{"name":"../app/api/migrations/sync-files/route.js","cache":"MISS"},"startTime":1751700626186,"traceId":"ede426f17e4f8733"},{"name":"minify-js","duration":28769,"timestamp":599638731075,"id":125,"parentId":116,"tags":{"name":"../app/api/push-remote/confirm/route.js","cache":"MISS"},"startTime":1751700626186,"traceId":"ede426f17e4f8733"},{"name":"minify-js","duration":28494,"timestamp":599638731407,"id":128,"parentId":116,"tags":{"name":"../app/api/tables/route.js","cache":"MISS"},"startTime":1751700626187,"traceId":"ede426f17e4f8733"},{"name":"minify-js","duration":28730,"timestamp":599638731181,"id":126,"parentId":116,"tags":{"name":"../app/api/push-remote/preview/route.js","cache":"MISS"},"startTime":1751700626187,"traceId":"ede426f17e4f8733"},{"name":"minify-js","duration":28631,"timestamp":599638731287,"id":127,"parentId":116,"tags":{"name":"../app/api/query/route.js","cache":"MISS"},"startTime":1751700626187,"traceId":"ede426f17e4f8733"},{"name":"minify-js","duration":28356,"timestamp":599638731569,"id":132,"parentId":116,"tags":{"name":"../app/api/tables/[name]/route.js","cache":"MISS"},"startTime":1751700626187,"traceId":"ede426f17e4f8733"},{"name":"minify-js","duration":16050,"timestamp":599638747396,"id":142,"parentId":116,"tags":{"name":"572.js","cache":"MISS"},"startTime":1751700626203,"traceId":"ede426f17e4f8733"},{"name":"minify-js","duration":72470,"timestamp":599638744450,"id":138,"parentId":116,"tags":{"name":"391.js","cache":"MISS"},"startTime":1751700626200,"traceId":"ede426f17e4f8733"},{"name":"minify-js","duration":95040,"timestamp":599638745555,"id":139,"parentId":116,"tags":{"name":"992.js","cache":"MISS"},"startTime":1751700626201,"traceId":"ede426f17e4f8733"},{"name":"minify-js","duration":109660,"timestamp":599638731665,"id":133,"parentId":116,"tags":{"name":"../app/page.js","cache":"MISS"},"startTime":1751700626187,"traceId":"ede426f17e4f8733"},{"name":"minify-webpack-plugin-optimize","duration":119341,"timestamp":599638721992,"id":116,"parentId":16,"tags":{"compilationName":"server"},"startTime":1751700626177,"traceId":"ede426f17e4f8733"},{"name":"css-minimizer-plugin","duration":114,"timestamp":599638841441,"id":143,"parentId":16,"tags":{},"startTime":1751700626297,"traceId":"ede426f17e4f8733"},{"name":"create-trace-assets","duration":1324,"timestamp":599638841655,"id":144,"parentId":17,"tags":{},"startTime":1751700626297,"traceId":"ede426f17e4f8733"},{"name":"seal","duration":338422,"timestamp":599638508646,"id":103,"parentId":16,"tags":{},"startTime":1751700625964,"traceId":"ede426f17e4f8733"},{"name":"webpack-compilation","duration":793171,"timestamp":599638059157,"id":16,"parentId":13,"tags":{"name":"server"},"startTime":1751700625515,"traceId":"ede426f17e4f8733"},{"name":"emit","duration":6050,"timestamp":599638852536,"id":145,"parentId":13,"tags":{},"startTime":1751700626308,"traceId":"ede426f17e4f8733"},{"name":"webpack-close","duration":60983,"timestamp":599638859376,"id":146,"parentId":13,"tags":{"name":"server"},"startTime":1751700626315,"traceId":"ede426f17e4f8733"},{"name":"webpack-generate-error-stats","duration":1137,"timestamp":599638920396,"id":147,"parentId":146,"tags":{},"startTime":1751700626376,"traceId":"ede426f17e4f8733"},{"name":"make","duration":83,"timestamp":599638927203,"id":149,"parentId":148,"tags":{},"startTime":1751700626383,"traceId":"ede426f17e4f8733"},{"name":"chunk-graph","duration":18,"timestamp":599638927572,"id":151,"parentId":150,"tags":{},"startTime":1751700626383,"traceId":"ede426f17e4f8733"},{"name":"optimize-modules","duration":3,"timestamp":599638927610,"id":153,"parentId":150,"tags":{},"startTime":1751700626383,"traceId":"ede426f17e4f8733"},{"name":"optimize-chunks","duration":32,"timestamp":599638927640,"id":154,"parentId":150,"tags":{},"startTime":1751700626383,"traceId":"ede426f17e4f8733"},{"name":"optimize-tree","duration":5,"timestamp":599638927693,"id":155,"parentId":150,"tags":{},"startTime":1751700626383,"traceId":"ede426f17e4f8733"},{"name":"optimize-chunk-modules","duration":21,"timestamp":599638927727,"id":156,"parentId":150,"tags":{},"startTime":1751700626383,"traceId":"ede426f17e4f8733"},{"name":"optimize","duration":164,"timestamp":599638927599,"id":152,"parentId":150,"tags":{},"startTime":1751700626383,"traceId":"ede426f17e4f8733"},{"name":"module-hash","duration":8,"timestamp":599638927840,"id":157,"parentId":150,"tags":{},"startTime":1751700626383,"traceId":"ede426f17e4f8733"},{"name":"code-generation","duration":6,"timestamp":599638927854,"id":158,"parentId":150,"tags":{},"startTime":1751700626383,"traceId":"ede426f17e4f8733"},{"name":"hash","duration":23,"timestamp":599638927882,"id":159,"parentId":150,"tags":{},"startTime":1751700626383,"traceId":"ede426f17e4f8733"},{"name":"code-generation-jobs","duration":16,"timestamp":599638927906,"id":160,"parentId":150,"tags":{},"startTime":1751700626383,"traceId":"ede426f17e4f8733"},{"name":"module-assets","duration":8,"timestamp":599638927917,"id":161,"parentId":150,"tags":{},"startTime":1751700626383,"traceId":"ede426f17e4f8733"},{"name":"create-chunk-assets","duration":7,"timestamp":599638927929,"id":162,"parentId":150,"tags":{},"startTime":1751700626383,"traceId":"ede426f17e4f8733"},{"name":"minify-js","duration":30,"timestamp":599638929439,"id":164,"parentId":163,"tags":{"name":"interception-route-rewrite-manifest.js","cache":"HIT"},"startTime":1751700626385,"traceId":"ede426f17e4f8733"},{"name":"minify-webpack-plugin-optimize","duration":289,"timestamp":599638929184,"id":163,"parentId":148,"tags":{"compilationName":"edge-server"},"startTime":1751700626385,"traceId":"ede426f17e4f8733"},{"name":"css-minimizer-plugin","duration":3,"timestamp":599638929493,"id":165,"parentId":148,"tags":{},"startTime":1751700626385,"traceId":"ede426f17e4f8733"},{"name":"seal","duration":2833,"timestamp":599638927514,"id":150,"parentId":148,"tags":{},"startTime":1751700626383,"traceId":"ede426f17e4f8733"},{"name":"webpack-compilation","duration":3872,"timestamp":599638926514,"id":148,"parentId":13,"tags":{"name":"edge-server"},"startTime":1751700626382,"traceId":"ede426f17e4f8733"},{"name":"emit","duration":347,"timestamp":599638930408,"id":166,"parentId":13,"tags":{},"startTime":1751700626386,"traceId":"ede426f17e4f8733"},{"name":"webpack-close","duration":74,"timestamp":599638930857,"id":167,"parentId":13,"tags":{"name":"edge-server"},"startTime":1751700626386,"traceId":"ede426f17e4f8733"},{"name":"webpack-generate-error-stats","duration":269,"timestamp":599638930934,"id":168,"parentId":167,"tags":{},"startTime":1751700626386,"traceId":"ede426f17e4f8733"}]
2
- [{"name":"add-entry","duration":64110,"timestamp":599638935446,"id":179,"parentId":170,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1751700626391,"traceId":"ede426f17e4f8733"},{"name":"add-entry","duration":64119,"timestamp":599638935449,"id":180,"parentId":170,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1751700626391,"traceId":"ede426f17e4f8733"},{"name":"add-entry","duration":64119,"timestamp":599638935451,"id":181,"parentId":170,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1751700626391,"traceId":"ede426f17e4f8733"},{"name":"add-entry","duration":64119,"timestamp":599638935452,"id":182,"parentId":170,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1751700626391,"traceId":"ede426f17e4f8733"},{"name":"add-entry","duration":64119,"timestamp":599638935453,"id":183,"parentId":170,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1751700626391,"traceId":"ede426f17e4f8733"},{"name":"add-entry","duration":64118,"timestamp":599638935455,"id":184,"parentId":170,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1751700626391,"traceId":"ede426f17e4f8733"},{"name":"add-entry","duration":64116,"timestamp":599638935457,"id":185,"parentId":170,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1751700626391,"traceId":"ede426f17e4f8733"},{"name":"add-entry","duration":64116,"timestamp":599638935459,"id":186,"parentId":170,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1751700626391,"traceId":"ede426f17e4f8733"},{"name":"add-entry","duration":64115,"timestamp":599638935460,"id":187,"parentId":170,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1751700626391,"traceId":"ede426f17e4f8733"},{"name":"add-entry","duration":64117,"timestamp":599638935461,"id":188,"parentId":170,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1751700626391,"traceId":"ede426f17e4f8733"},{"name":"add-entry","duration":64117,"timestamp":599638935463,"id":189,"parentId":170,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1751700626391,"traceId":"ede426f17e4f8733"},{"name":"add-entry","duration":64117,"timestamp":599638935464,"id":190,"parentId":170,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1751700626391,"traceId":"ede426f17e4f8733"},{"name":"add-entry","duration":64116,"timestamp":599638935465,"id":191,"parentId":170,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1751700626391,"traceId":"ede426f17e4f8733"},{"name":"add-entry","duration":97888,"timestamp":599638935428,"id":174,"parentId":170,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fclient%2Fcomponents%2Fnot-found-error&page=%2F_not-found%2Fpage!"},"startTime":1751700626391,"traceId":"ede426f17e4f8733"},{"name":"add-entry","duration":100825,"timestamp":599638935435,"id":175,"parentId":170,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1751700626391,"traceId":"ede426f17e4f8733"},{"name":"add-entry","duration":125308,"timestamp":599638935443,"id":177,"parentId":170,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1751700626391,"traceId":"ede426f17e4f8733"},{"name":"add-entry","duration":136344,"timestamp":599638935365,"id":173,"parentId":170,"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":1751700626391,"traceId":"ede426f17e4f8733"},{"name":"add-entry","duration":138848,"timestamp":599638935359,"id":172,"parentId":170,"tags":{"request":"./node_modules/next/dist/client/app-next.js"},"startTime":1751700626391,"traceId":"ede426f17e4f8733"},{"name":"add-entry","duration":148415,"timestamp":599638935441,"id":176,"parentId":170,"tags":{"request":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/client/router.js"},"startTime":1751700626391,"traceId":"ede426f17e4f8733"},{"name":"add-entry","duration":148529,"timestamp":599638935338,"id":171,"parentId":170,"tags":{"request":"./node_modules/next/dist/client/next.js"},"startTime":1751700626391,"traceId":"ede426f17e4f8733"},{"name":"postcss-process","duration":216261,"timestamp":599639132991,"id":196,"parentId":195,"tags":{},"startTime":1751700626588,"traceId":"ede426f17e4f8733"},{"name":"postcss-loader","duration":293723,"timestamp":599639055580,"id":195,"parentId":194,"tags":{},"startTime":1751700626511,"traceId":"ede426f17e4f8733"},{"name":"css-loader","duration":15874,"timestamp":599639349442,"id":197,"parentId":194,"tags":{"astUsed":"true"},"startTime":1751700626805,"traceId":"ede426f17e4f8733"},{"name":"add-entry","duration":445651,"timestamp":599638935466,"id":192,"parentId":170,"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":1751700626391,"traceId":"ede426f17e4f8733"},{"name":"build-module-css","duration":335433,"timestamp":599639046430,"id":194,"parentId":193,"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":1751700626502,"traceId":"ede426f17e4f8733"},{"name":"build-module-css","duration":347746,"timestamp":599639036486,"id":193,"parentId":169,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/src/app/globals.css","layer":"app-pages-browser"},"startTime":1751700626492,"traceId":"ede426f17e4f8733"},{"name":"build-module","duration":42,"timestamp":599639384323,"id":198,"parentId":193,"tags":{},"startTime":1751700626840,"traceId":"ede426f17e4f8733"},{"name":"add-entry","duration":448941,"timestamp":599638935444,"id":178,"parentId":170,"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":1751700626391,"traceId":"ede426f17e4f8733"},{"name":"make","duration":449188,"timestamp":599638935215,"id":170,"parentId":169,"tags":{},"startTime":1751700626391,"traceId":"ede426f17e4f8733"},{"name":"chunk-graph","duration":3328,"timestamp":599639394344,"id":200,"parentId":199,"tags":{},"startTime":1751700626850,"traceId":"ede426f17e4f8733"},{"name":"optimize-modules","duration":3,"timestamp":599639397701,"id":202,"parentId":199,"tags":{},"startTime":1751700626853,"traceId":"ede426f17e4f8733"},{"name":"optimize-chunks","duration":2295,"timestamp":599639399919,"id":204,"parentId":199,"tags":{},"startTime":1751700626855,"traceId":"ede426f17e4f8733"},{"name":"optimize-tree","duration":4,"timestamp":599639402233,"id":205,"parentId":199,"tags":{},"startTime":1751700626858,"traceId":"ede426f17e4f8733"},{"name":"optimize-chunk-modules","duration":4302,"timestamp":599639402254,"id":206,"parentId":199,"tags":{},"startTime":1751700626858,"traceId":"ede426f17e4f8733"},{"name":"optimize","duration":8884,"timestamp":599639397692,"id":201,"parentId":199,"tags":{},"startTime":1751700626853,"traceId":"ede426f17e4f8733"},{"name":"module-hash","duration":7495,"timestamp":599639410940,"id":207,"parentId":199,"tags":{},"startTime":1751700626866,"traceId":"ede426f17e4f8733"},{"name":"code-generation","duration":1319,"timestamp":599639418455,"id":208,"parentId":199,"tags":{},"startTime":1751700626874,"traceId":"ede426f17e4f8733"},{"name":"hash","duration":2623,"timestamp":599639421387,"id":209,"parentId":199,"tags":{},"startTime":1751700626877,"traceId":"ede426f17e4f8733"},{"name":"code-generation-jobs","duration":74,"timestamp":599639424010,"id":210,"parentId":199,"tags":{},"startTime":1751700626879,"traceId":"ede426f17e4f8733"},{"name":"module-assets","duration":155,"timestamp":599639424073,"id":211,"parentId":199,"tags":{},"startTime":1751700626879,"traceId":"ede426f17e4f8733"},{"name":"create-chunk-assets","duration":1108,"timestamp":599639424232,"id":212,"parentId":199,"tags":{},"startTime":1751700626880,"traceId":"ede426f17e4f8733"},{"name":"NextJsBuildManifest-generateClientManifest","duration":704,"timestamp":599639426007,"id":214,"parentId":169,"tags":{},"startTime":1751700626881,"traceId":"ede426f17e4f8733"},{"name":"NextJsBuildManifest-createassets","duration":999,"timestamp":599639425716,"id":213,"parentId":169,"tags":{},"startTime":1751700626881,"traceId":"ede426f17e4f8733"},{"name":"minify-js","duration":213,"timestamp":599639428668,"id":216,"parentId":215,"tags":{"name":"static/chunks/main-8d0ab17774ffa031.js","cache":"HIT"},"startTime":1751700626884,"traceId":"ede426f17e4f8733"},{"name":"minify-js","duration":188,"timestamp":599639428696,"id":217,"parentId":215,"tags":{"name":"static/chunks/main-app-4506e88db72db4b7.js","cache":"HIT"},"startTime":1751700626884,"traceId":"ede426f17e4f8733"},{"name":"minify-js","duration":182,"timestamp":599639428703,"id":218,"parentId":215,"tags":{"name":"static/chunks/app/_not-found/page-b786c3dd79ad15a5.js","cache":"HIT"},"startTime":1751700626884,"traceId":"ede426f17e4f8733"},{"name":"minify-js","duration":178,"timestamp":599639428708,"id":219,"parentId":215,"tags":{"name":"static/chunks/pages/_app-d23763e3e6c904ff.js","cache":"HIT"},"startTime":1751700626884,"traceId":"ede426f17e4f8733"},{"name":"minify-js","duration":174,"timestamp":599639428712,"id":220,"parentId":215,"tags":{"name":"static/chunks/pages/_error-9b7125ad1a1e68fa.js","cache":"HIT"},"startTime":1751700626884,"traceId":"ede426f17e4f8733"},{"name":"minify-js","duration":171,"timestamp":599639428716,"id":221,"parentId":215,"tags":{"name":"static/chunks/app/layout-40ec07d04681ba81.js","cache":"HIT"},"startTime":1751700626884,"traceId":"ede426f17e4f8733"},{"name":"minify-js","duration":168,"timestamp":599639428720,"id":222,"parentId":215,"tags":{"name":"static/chunks/app/api/cloudflare/route-b77846f372b01f38.js","cache":"HIT"},"startTime":1751700626884,"traceId":"ede426f17e4f8733"},{"name":"minify-js","duration":164,"timestamp":599639428724,"id":223,"parentId":215,"tags":{"name":"static/chunks/app/api/databases/route-407794f8145d9a0b.js","cache":"HIT"},"startTime":1751700626884,"traceId":"ede426f17e4f8733"},{"name":"minify-js","duration":162,"timestamp":599639428727,"id":224,"parentId":215,"tags":{"name":"static/chunks/app/api/migrations/sync-files/route-92010db279b4dd8e.js","cache":"HIT"},"startTime":1751700626884,"traceId":"ede426f17e4f8733"},{"name":"minify-js","duration":159,"timestamp":599639428731,"id":225,"parentId":215,"tags":{"name":"static/chunks/app/api/migrations/sync/route-9f480f5590369a8f.js","cache":"HIT"},"startTime":1751700626884,"traceId":"ede426f17e4f8733"},{"name":"minify-js","duration":156,"timestamp":599639428734,"id":226,"parentId":215,"tags":{"name":"static/chunks/app/api/pull-data/confirm/route-a02fe6d3cdd0a535.js","cache":"HIT"},"startTime":1751700626884,"traceId":"ede426f17e4f8733"},{"name":"minify-js","duration":153,"timestamp":599639428738,"id":227,"parentId":215,"tags":{"name":"static/chunks/app/api/pull-remote/confirm/route-f401a03507d1da50.js","cache":"HIT"},"startTime":1751700626884,"traceId":"ede426f17e4f8733"},{"name":"minify-js","duration":150,"timestamp":599639428742,"id":228,"parentId":215,"tags":{"name":"static/chunks/app/api/pull-remote/preview/route-3c53814b5cb8b6b0.js","cache":"HIT"},"startTime":1751700626884,"traceId":"ede426f17e4f8733"},{"name":"minify-js","duration":147,"timestamp":599639428746,"id":229,"parentId":215,"tags":{"name":"static/chunks/app/api/push-remote/confirm/route-8f359249e907c63b.js","cache":"HIT"},"startTime":1751700626884,"traceId":"ede426f17e4f8733"},{"name":"minify-js","duration":144,"timestamp":599639428749,"id":230,"parentId":215,"tags":{"name":"static/chunks/app/api/push-remote/preview/route-b51bf94f39c17a9d.js","cache":"HIT"},"startTime":1751700626884,"traceId":"ede426f17e4f8733"},{"name":"minify-js","duration":141,"timestamp":599639428753,"id":231,"parentId":215,"tags":{"name":"static/chunks/app/api/query/route-87bae2d4aebaf859.js","cache":"HIT"},"startTime":1751700626884,"traceId":"ede426f17e4f8733"},{"name":"minify-js","duration":138,"timestamp":599639428756,"id":232,"parentId":215,"tags":{"name":"static/chunks/app/api/tables/route-0f46f911562abcdf.js","cache":"HIT"},"startTime":1751700626884,"traceId":"ede426f17e4f8733"},{"name":"minify-js","duration":135,"timestamp":599639428760,"id":233,"parentId":215,"tags":{"name":"static/chunks/app/api/update/route-14edc1917760bce0.js","cache":"HIT"},"startTime":1751700626884,"traceId":"ede426f17e4f8733"},{"name":"minify-js","duration":132,"timestamp":599639428763,"id":234,"parentId":215,"tags":{"name":"static/chunks/app/api/tables/[name]/route-d20ca163b9c03e7c.js","cache":"HIT"},"startTime":1751700626884,"traceId":"ede426f17e4f8733"},{"name":"minify-js","duration":129,"timestamp":599639428768,"id":235,"parentId":215,"tags":{"name":"static/chunks/app/page-f05cd0fc436bf9bc.js","cache":"HIT"},"startTime":1751700626884,"traceId":"ede426f17e4f8733"},{"name":"minify-js","duration":125,"timestamp":599639428772,"id":236,"parentId":215,"tags":{"name":"static/chunks/webpack-c76ac1e586b2802a.js","cache":"HIT"},"startTime":1751700626884,"traceId":"ede426f17e4f8733"},{"name":"minify-js","duration":122,"timestamp":599639428776,"id":237,"parentId":215,"tags":{"name":"static/chunks/framework-d29117d969504448.js","cache":"HIT"},"startTime":1751700626884,"traceId":"ede426f17e4f8733"},{"name":"minify-js","duration":119,"timestamp":599639428779,"id":238,"parentId":215,"tags":{"name":"static/chunks/4bd1b696-8c908eb707f85a27.js","cache":"HIT"},"startTime":1751700626884,"traceId":"ede426f17e4f8733"},{"name":"minify-js","duration":117,"timestamp":599639428783,"id":239,"parentId":215,"tags":{"name":"static/chunks/692-ede418e1d28a1394.js","cache":"HIT"},"startTime":1751700626884,"traceId":"ede426f17e4f8733"},{"name":"minify-js","duration":113,"timestamp":599639428787,"id":240,"parentId":215,"tags":{"name":"static/chunks/517-3b698a5d3da06ff7.js","cache":"HIT"},"startTime":1751700626884,"traceId":"ede426f17e4f8733"},{"name":"minify-js","duration":110,"timestamp":599639428791,"id":241,"parentId":215,"tags":{"name":"static/chunks/576-18a2209e1ed26aad.js","cache":"HIT"},"startTime":1751700626884,"traceId":"ede426f17e4f8733"},{"name":"minify-js","duration":107,"timestamp":599639428795,"id":242,"parentId":215,"tags":{"name":"static/chunks/92-5f7522943fcb72a8.js","cache":"HIT"},"startTime":1751700626884,"traceId":"ede426f17e4f8733"},{"name":"minify-js","duration":104,"timestamp":599639428798,"id":243,"parentId":215,"tags":{"name":"static/chunks/735-b885dfec6353171d.js","cache":"HIT"},"startTime":1751700626884,"traceId":"ede426f17e4f8733"},{"name":"minify-js","duration":101,"timestamp":599639428802,"id":244,"parentId":215,"tags":{"name":"server/middleware-react-loadable-manifest.js","cache":"HIT"},"startTime":1751700626884,"traceId":"ede426f17e4f8733"},{"name":"minify-js","duration":46,"timestamp":599639428858,"id":246,"parentId":215,"tags":{"name":"server/middleware-build-manifest.js","cache":"HIT"},"startTime":1751700626884,"traceId":"ede426f17e4f8733"},{"name":"minify-js","duration":25,"timestamp":599639428879,"id":248,"parentId":215,"tags":{"name":"server/next-font-manifest.js","cache":"HIT"},"startTime":1751700626884,"traceId":"ede426f17e4f8733"},{"name":"minify-js","duration":486,"timestamp":599639428806,"id":245,"parentId":215,"tags":{"name":"static/ybCx6L6gHqtODbKmlhU-d/_ssgManifest.js","cache":"MISS"},"startTime":1751700626884,"traceId":"ede426f17e4f8733"},{"name":"minify-js","duration":1282,"timestamp":599639428861,"id":247,"parentId":215,"tags":{"name":"static/ybCx6L6gHqtODbKmlhU-d/_buildManifest.js","cache":"MISS"},"startTime":1751700626884,"traceId":"ede426f17e4f8733"},{"name":"minify-webpack-plugin-optimize","duration":2892,"timestamp":599639427255,"id":215,"parentId":169,"tags":{"compilationName":"client"},"startTime":1751700626883,"traceId":"ede426f17e4f8733"},{"name":"minify-css","duration":41,"timestamp":599639430204,"id":250,"parentId":249,"tags":{"file":"static/css/aca1e07deeaf8fc7.css","cache":"HIT"},"startTime":1751700626886,"traceId":"ede426f17e4f8733"},{"name":"css-minimizer-plugin","duration":69,"timestamp":599639430178,"id":249,"parentId":169,"tags":{},"startTime":1751700626886,"traceId":"ede426f17e4f8733"},{"name":"seal","duration":46657,"timestamp":599639388991,"id":199,"parentId":169,"tags":{},"startTime":1751700626844,"traceId":"ede426f17e4f8733"},{"name":"webpack-compilation","duration":501139,"timestamp":599638934541,"id":169,"parentId":13,"tags":{"name":"client"},"startTime":1751700626390,"traceId":"ede426f17e4f8733"},{"name":"emit","duration":3764,"timestamp":599639435700,"id":251,"parentId":13,"tags":{},"startTime":1751700626891,"traceId":"ede426f17e4f8733"},{"name":"webpack-close","duration":8900,"timestamp":599639439677,"id":252,"parentId":13,"tags":{"name":"client"},"startTime":1751700626895,"traceId":"ede426f17e4f8733"},{"name":"webpack-generate-error-stats","duration":569,"timestamp":599639448589,"id":253,"parentId":252,"tags":{},"startTime":1751700626904,"traceId":"ede426f17e4f8733"},{"name":"run-webpack-compiler","duration":1591301,"timestamp":599637858018,"id":13,"parentId":1,"tags":{},"startTime":1751700625313,"traceId":"ede426f17e4f8733"},{"name":"format-webpack-messages","duration":56,"timestamp":599639449322,"id":254,"parentId":1,"tags":{},"startTime":1751700626905,"traceId":"ede426f17e4f8733"},{"name":"verify-and-lint","duration":541743,"timestamp":599639456220,"id":257,"parentId":1,"tags":{},"startTime":1751700626912,"traceId":"ede426f17e4f8733"},{"name":"verify-typescript-setup","duration":2749174,"timestamp":599639453186,"id":256,"parentId":1,"tags":{},"startTime":1751700626909,"traceId":"ede426f17e4f8733"},{"name":"check-static-error-page","duration":5002,"timestamp":599642218817,"id":260,"parentId":259,"tags":{},"startTime":1751700629674,"traceId":"ede426f17e4f8733"},{"name":"check-page","duration":2498,"timestamp":599642240116,"id":261,"parentId":259,"tags":{"page":"/_app"},"startTime":1751700629695,"traceId":"ede426f17e4f8733"},{"name":"check-page","duration":1599,"timestamp":599642241040,"id":263,"parentId":259,"tags":{"page":"/_document"},"startTime":1751700629696,"traceId":"ede426f17e4f8733"},{"name":"check-page","duration":3598,"timestamp":599642240980,"id":262,"parentId":259,"tags":{"page":"/_error"},"startTime":1751700629696,"traceId":"ede426f17e4f8733"},{"name":"is-page-static","duration":205481,"timestamp":599642245226,"id":281,"parentId":266,"tags":{},"startTime":1751700629701,"traceId":"ede426f17e4f8733"},{"name":"check-page","duration":209401,"timestamp":599642241396,"id":266,"parentId":259,"tags":{"page":"/api/databases"},"startTime":1751700629697,"traceId":"ede426f17e4f8733"},{"name":"is-page-static","duration":207859,"timestamp":599642245029,"id":279,"parentId":264,"tags":{},"startTime":1751700629700,"traceId":"ede426f17e4f8733"},{"name":"check-page","duration":211871,"timestamp":599642241061,"id":264,"parentId":259,"tags":{"page":"/_not-found"},"startTime":1751700629696,"traceId":"ede426f17e4f8733"},{"name":"is-page-static","duration":209762,"timestamp":599642245444,"id":285,"parentId":271,"tags":{},"startTime":1751700629701,"traceId":"ede426f17e4f8733"},{"name":"check-page","duration":213474,"timestamp":599642241780,"id":271,"parentId":259,"tags":{"page":"/api/pull-remote/preview"},"startTime":1751700629697,"traceId":"ede426f17e4f8733"},{"name":"is-page-static","duration":214182,"timestamp":599642245952,"id":291,"parentId":269,"tags":{},"startTime":1751700629701,"traceId":"ede426f17e4f8733"},{"name":"check-page","duration":218644,"timestamp":599642241531,"id":269,"parentId":259,"tags":{"page":"/api/pull-data/confirm"},"startTime":1751700629697,"traceId":"ede426f17e4f8733"},{"name":"is-page-static","duration":216843,"timestamp":599642245964,"id":292,"parentId":277,"tags":{},"startTime":1751700629701,"traceId":"ede426f17e4f8733"}]
3
- [{"name":"check-page","duration":221043,"timestamp":599642242241,"id":277,"parentId":259,"tags":{"page":"/api/update"},"startTime":1751700629698,"traceId":"ede426f17e4f8733"},{"name":"is-page-static","duration":218819,"timestamp":599642245909,"id":289,"parentId":276,"tags":{},"startTime":1751700629701,"traceId":"ede426f17e4f8733"},{"name":"check-page","duration":222739,"timestamp":599642242018,"id":276,"parentId":259,"tags":{"page":"/api/tables"},"startTime":1751700629697,"traceId":"ede426f17e4f8733"},{"name":"is-page-static","duration":220964,"timestamp":599642245483,"id":286,"parentId":272,"tags":{},"startTime":1751700629701,"traceId":"ede426f17e4f8733"},{"name":"check-page","duration":224633,"timestamp":599642241838,"id":272,"parentId":259,"tags":{"page":"/api/push-remote/confirm"},"startTime":1751700629697,"traceId":"ede426f17e4f8733"},{"name":"is-page-static","duration":225856,"timestamp":599642245186,"id":280,"parentId":265,"tags":{},"startTime":1751700629701,"traceId":"ede426f17e4f8733"},{"name":"check-page","duration":229773,"timestamp":599642241314,"id":265,"parentId":259,"tags":{"page":"/api/cloudflare"},"startTime":1751700629697,"traceId":"ede426f17e4f8733"},{"name":"is-page-static","duration":228600,"timestamp":599642245335,"id":284,"parentId":270,"tags":{},"startTime":1751700629701,"traceId":"ede426f17e4f8733"},{"name":"check-page","duration":232349,"timestamp":599642241629,"id":270,"parentId":259,"tags":{"page":"/api/pull-remote/confirm"},"startTime":1751700629697,"traceId":"ede426f17e4f8733"},{"name":"is-page-static","duration":230506,"timestamp":599642245259,"id":282,"parentId":268,"tags":{},"startTime":1751700629701,"traceId":"ede426f17e4f8733"},{"name":"check-page","duration":234311,"timestamp":599642241488,"id":268,"parentId":259,"tags":{"page":"/api/migrations/sync"},"startTime":1751700629697,"traceId":"ede426f17e4f8733"},{"name":"is-page-static","duration":231063,"timestamp":599642245928,"id":290,"parentId":274,"tags":{},"startTime":1751700629701,"traceId":"ede426f17e4f8733"},{"name":"check-page","duration":235096,"timestamp":599642241930,"id":274,"parentId":259,"tags":{"page":"/api/query"},"startTime":1751700629697,"traceId":"ede426f17e4f8733"},{"name":"is-page-static","duration":232217,"timestamp":599642246923,"id":293,"parentId":278,"tags":{},"startTime":1751700629702,"traceId":"ede426f17e4f8733"},{"name":"check-page","duration":236866,"timestamp":599642242310,"id":278,"parentId":259,"tags":{"page":"/"},"startTime":1751700629698,"traceId":"ede426f17e4f8733"},{"name":"is-page-static","duration":236566,"timestamp":599642245294,"id":283,"parentId":267,"tags":{},"startTime":1751700629701,"traceId":"ede426f17e4f8733"},{"name":"check-page","duration":240456,"timestamp":599642241444,"id":267,"parentId":259,"tags":{"page":"/api/migrations/sync-files"},"startTime":1751700629697,"traceId":"ede426f17e4f8733"},{"name":"is-page-static","duration":248149,"timestamp":599642245515,"id":287,"parentId":273,"tags":{},"startTime":1751700629701,"traceId":"ede426f17e4f8733"},{"name":"check-page","duration":251804,"timestamp":599642241886,"id":273,"parentId":259,"tags":{"page":"/api/push-remote/preview"},"startTime":1751700629697,"traceId":"ede426f17e4f8733"},{"name":"is-page-static","duration":249624,"timestamp":599642245878,"id":288,"parentId":275,"tags":{},"startTime":1751700629701,"traceId":"ede426f17e4f8733"},{"name":"check-page","duration":253541,"timestamp":599642241976,"id":275,"parentId":259,"tags":{"page":"/api/tables/[name]"},"startTime":1751700629697,"traceId":"ede426f17e4f8733"},{"name":"static-check","duration":277033,"timestamp":599642218509,"id":259,"parentId":1,"tags":{},"startTime":1751700629674,"traceId":"ede426f17e4f8733"},{"name":"generate-required-server-files","duration":190,"timestamp":599642495727,"id":295,"parentId":1,"tags":{},"startTime":1751700629951,"traceId":"ede426f17e4f8733"},{"name":"write-routes-manifest","duration":1174,"timestamp":599642499079,"id":297,"parentId":1,"tags":{},"startTime":1751700629954,"traceId":"ede426f17e4f8733"},{"name":"load-dotenv","duration":10,"timestamp":599642788168,"id":300,"parentId":299,"tags":{},"startTime":1751700630244,"traceId":"ede426f17e4f8733"},{"name":"run-export-path-map","duration":221,"timestamp":599643345936,"id":301,"parentId":299,"tags":{},"startTime":1751700630801,"traceId":"ede426f17e4f8733"},{"name":"next-export","duration":960137,"timestamp":599642787799,"id":299,"parentId":1,"tags":{},"startTime":1751700630243,"traceId":"ede426f17e4f8733"},{"name":"move-exported-app-not-found-","duration":1730,"timestamp":599643748506,"id":302,"parentId":298,"tags":{},"startTime":1751700631204,"traceId":"ede426f17e4f8733"},{"name":"move-exported-page","duration":85149,"timestamp":599643750291,"id":303,"parentId":298,"tags":{},"startTime":1751700631206,"traceId":"ede426f17e4f8733"},{"name":"static-generation","duration":1159453,"timestamp":599642786177,"id":298,"parentId":1,"tags":{},"startTime":1751700630242,"traceId":"ede426f17e4f8733"},{"name":"node-file-trace-build","duration":3816973,"timestamp":599642496779,"id":296,"parentId":1,"tags":{"isTurbotrace":"false"},"startTime":1751700629952,"traceId":"ede426f17e4f8733"},{"name":"apply-include-excludes","duration":284,"timestamp":599646313767,"id":304,"parentId":1,"tags":{},"startTime":1751700633769,"traceId":"ede426f17e4f8733"},{"name":"print-tree-view","duration":1377,"timestamp":599646314338,"id":305,"parentId":1,"tags":{},"startTime":1751700633770,"traceId":"ede426f17e4f8733"},{"name":"telemetry-flush","duration":19,"timestamp":599646315722,"id":306,"parentId":1,"tags":{},"startTime":1751700633771,"traceId":"ede426f17e4f8733"},{"name":"next-build","duration":8568533,"timestamp":599637747211,"id":1,"tags":{"buildMode":"default","isTurboBuild":"false","version":"15.1.6","has-custom-webpack-config":"true","use-build-worker":"false"},"startTime":1751700625203,"traceId":"ede426f17e4f8733"}]
1
+ [{"name":"generate-buildid","duration":89,"timestamp":1547439373926,"id":4,"parentId":1,"tags":{},"startTime":1773923148662,"traceId":"40d9899f2bb4f15f"},{"name":"load-custom-routes","duration":130,"timestamp":1547439374052,"id":5,"parentId":1,"tags":{},"startTime":1773923148662,"traceId":"40d9899f2bb4f15f"},{"name":"create-dist-dir","duration":165,"timestamp":1547439396657,"id":6,"parentId":1,"tags":{},"startTime":1773923148685,"traceId":"40d9899f2bb4f15f"},{"name":"create-pages-mapping","duration":186,"timestamp":1547439419542,"id":7,"parentId":1,"tags":{},"startTime":1773923148708,"traceId":"40d9899f2bb4f15f"},{"name":"collect-app-paths","duration":5247,"timestamp":1547439419776,"id":8,"parentId":1,"tags":{},"startTime":1773923148708,"traceId":"40d9899f2bb4f15f"},{"name":"create-app-mapping","duration":3202,"timestamp":1547439425067,"id":9,"parentId":1,"tags":{},"startTime":1773923148713,"traceId":"40d9899f2bb4f15f"},{"name":"public-dir-conflict-check","duration":3313,"timestamp":1547439429148,"id":10,"parentId":1,"tags":{},"startTime":1773923148717,"traceId":"40d9899f2bb4f15f"},{"name":"generate-routes-manifest","duration":4932,"timestamp":1547439432809,"id":11,"parentId":1,"tags":{},"startTime":1773923148721,"traceId":"40d9899f2bb4f15f"},{"name":"create-entrypoints","duration":18049,"timestamp":1547439471852,"id":14,"parentId":1,"tags":{},"startTime":1773923148760,"traceId":"40d9899f2bb4f15f"},{"name":"generate-webpack-config","duration":153591,"timestamp":1547439489935,"id":15,"parentId":13,"tags":{},"startTime":1773923148778,"traceId":"40d9899f2bb4f15f"},{"name":"next-trace-entrypoint-plugin","duration":1192,"timestamp":1547439695533,"id":17,"parentId":16,"tags":{},"startTime":1773923148984,"traceId":"40d9899f2bb4f15f"},{"name":"add-entry","duration":169931,"timestamp":1547439699915,"id":38,"parentId":18,"tags":{"request":"next/dist/pages/_app"},"startTime":1773923148988,"traceId":"40d9899f2bb4f15f"},{"name":"add-entry","duration":180234,"timestamp":1547439699912,"id":37,"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":1773923148988,"traceId":"40d9899f2bb4f15f"},{"name":"add-entry","duration":193262,"timestamp":1547439700013,"id":41,"parentId":18,"tags":{"request":"next/dist/pages/_document"},"startTime":1773923148988,"traceId":"40d9899f2bb4f15f"},{"name":"add-entry","duration":232904,"timestamp":1547439699775,"id":26,"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":1773923148988,"traceId":"40d9899f2bb4f15f"},{"name":"add-entry","duration":240511,"timestamp":1547439699733,"id":20,"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":1773923148988,"traceId":"40d9899f2bb4f15f"},{"name":"add-entry","duration":240236,"timestamp":1547439700021,"id":42,"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":1773923148988,"traceId":"40d9899f2bb4f15f"},{"name":"add-entry","duration":244213,"timestamp":1547439699905,"id":35,"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":1773923148988,"traceId":"40d9899f2bb4f15f"},{"name":"add-entry","duration":281239,"timestamp":1547439699752,"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":1773923148988,"traceId":"40d9899f2bb4f15f"},{"name":"add-entry","duration":281128,"timestamp":1547439699880,"id":31,"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":1773923148988,"traceId":"40d9899f2bb4f15f"},{"name":"add-entry","duration":281250,"timestamp":1547439699769,"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":1773923148988,"traceId":"40d9899f2bb4f15f"},{"name":"add-entry","duration":281127,"timestamp":1547439699897,"id":33,"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":1773923148988,"traceId":"40d9899f2bb4f15f"},{"name":"add-entry","duration":281127,"timestamp":1547439699901,"id":34,"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":1773923148988,"traceId":"40d9899f2bb4f15f"},{"name":"add-entry","duration":281524,"timestamp":1547439699508,"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":1773923148988,"traceId":"40d9899f2bb4f15f"},{"name":"add-entry","duration":281215,"timestamp":1547439699819,"id":30,"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":1773923148988,"traceId":"40d9899f2bb4f15f"},{"name":"add-entry","duration":281338,"timestamp":1547439699764,"id":24,"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":1773923148988,"traceId":"40d9899f2bb4f15f"},{"name":"add-entry","duration":281325,"timestamp":1547439699784,"id":27,"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":1773923148988,"traceId":"40d9899f2bb4f15f"},{"name":"add-entry","duration":281301,"timestamp":1547439699811,"id":29,"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":1773923148988,"traceId":"40d9899f2bb4f15f"},{"name":"add-entry","duration":281318,"timestamp":1547439699796,"id":28,"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":1773923148988,"traceId":"40d9899f2bb4f15f"},{"name":"add-entry","duration":295451,"timestamp":1547439699746,"id":21,"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":1773923148988,"traceId":"40d9899f2bb4f15f"},{"name":"add-entry","duration":295455,"timestamp":1547439699758,"id":23,"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":1773923148988,"traceId":"40d9899f2bb4f15f"},{"name":"add-entry","duration":295325,"timestamp":1547439699893,"id":32,"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":1773923148988,"traceId":"40d9899f2bb4f15f"},{"name":"add-entry","duration":295314,"timestamp":1547439699909,"id":36,"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":1773923148988,"traceId":"40d9899f2bb4f15f"},{"name":"add-entry","duration":295264,"timestamp":1547439699962,"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":1773923148988,"traceId":"40d9899f2bb4f15f"},{"name":"add-entry","duration":295310,"timestamp":1547439699918,"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":1773923148988,"traceId":"40d9899f2bb4f15f"},{"name":"make","duration":500132,"timestamp":1547439699395,"id":18,"parentId":16,"tags":{},"startTime":1773923148988,"traceId":"40d9899f2bb4f15f"},{"name":"get-entries","duration":734,"timestamp":1547440200163,"id":130,"parentId":129,"tags":{},"startTime":1773923149488,"traceId":"40d9899f2bb4f15f"},{"name":"node-file-trace-plugin","duration":121543,"timestamp":1547440202659,"id":131,"parentId":129,"tags":{"traceEntryCount":"44"},"startTime":1773923149491,"traceId":"40d9899f2bb4f15f"},{"name":"collect-traced-files","duration":709,"timestamp":1547440324212,"id":132,"parentId":129,"tags":{},"startTime":1773923149612,"traceId":"40d9899f2bb4f15f"},{"name":"finish-modules","duration":124855,"timestamp":1547440200069,"id":129,"parentId":17,"tags":{},"startTime":1773923149488,"traceId":"40d9899f2bb4f15f"},{"name":"chunk-graph","duration":11449,"timestamp":1547440352310,"id":134,"parentId":133,"tags":{},"startTime":1773923149640,"traceId":"40d9899f2bb4f15f"},{"name":"optimize-modules","duration":10,"timestamp":1547440363825,"id":136,"parentId":133,"tags":{},"startTime":1773923149652,"traceId":"40d9899f2bb4f15f"},{"name":"optimize-chunks","duration":11810,"timestamp":1547440363870,"id":137,"parentId":133,"tags":{},"startTime":1773923149652,"traceId":"40d9899f2bb4f15f"},{"name":"optimize-tree","duration":64,"timestamp":1547440375729,"id":138,"parentId":133,"tags":{},"startTime":1773923149664,"traceId":"40d9899f2bb4f15f"},{"name":"optimize-chunk-modules","duration":13077,"timestamp":1547440375853,"id":139,"parentId":133,"tags":{},"startTime":1773923149664,"traceId":"40d9899f2bb4f15f"},{"name":"optimize","duration":25190,"timestamp":1547440363794,"id":135,"parentId":133,"tags":{},"startTime":1773923149652,"traceId":"40d9899f2bb4f15f"},{"name":"module-hash","duration":11331,"timestamp":1547440398350,"id":140,"parentId":133,"tags":{},"startTime":1773923149687,"traceId":"40d9899f2bb4f15f"},{"name":"code-generation","duration":156159,"timestamp":1547440409718,"id":141,"parentId":133,"tags":{},"startTime":1773923149698,"traceId":"40d9899f2bb4f15f"},{"name":"hash","duration":5044,"timestamp":1547440568771,"id":142,"parentId":133,"tags":{},"startTime":1773923149857,"traceId":"40d9899f2bb4f15f"},{"name":"code-generation-jobs","duration":175,"timestamp":1547440573814,"id":143,"parentId":133,"tags":{},"startTime":1773923149862,"traceId":"40d9899f2bb4f15f"},{"name":"module-assets","duration":334,"timestamp":1547440573930,"id":144,"parentId":133,"tags":{},"startTime":1773923149862,"traceId":"40d9899f2bb4f15f"},{"name":"create-chunk-assets","duration":6597,"timestamp":1547440574269,"id":145,"parentId":133,"tags":{},"startTime":1773923149862,"traceId":"40d9899f2bb4f15f"},{"name":"minify-js","duration":24588,"timestamp":1547440593051,"id":148,"parentId":146,"tags":{"name":"../app/_not-found/page.js","cache":"HIT"},"startTime":1773923149881,"traceId":"40d9899f2bb4f15f"},{"name":"minify-js","duration":21968,"timestamp":1547440595681,"id":154,"parentId":146,"tags":{"name":"../app/api/pro/route.js","cache":"HIT"},"startTime":1773923149884,"traceId":"40d9899f2bb4f15f"},{"name":"minify-js","duration":20140,"timestamp":1547440597512,"id":163,"parentId":146,"tags":{"name":"../app/api/update/route.js","cache":"HIT"},"startTime":1773923149886,"traceId":"40d9899f2bb4f15f"},{"name":"minify-js","duration":20012,"timestamp":1547440597640,"id":165,"parentId":146,"tags":{"name":"../pages/_error.js","cache":"HIT"},"startTime":1773923149886,"traceId":"40d9899f2bb4f15f"},{"name":"minify-js","duration":20009,"timestamp":1547440597645,"id":166,"parentId":146,"tags":{"name":"../pages/_app.js","cache":"HIT"},"startTime":1773923149886,"traceId":"40d9899f2bb4f15f"},{"name":"minify-js","duration":19685,"timestamp":1547440597970,"id":169,"parentId":146,"tags":{"name":"../pages/_document.js","cache":"HIT"},"startTime":1773923149886,"traceId":"40d9899f2bb4f15f"},{"name":"minify-js","duration":3346,"timestamp":1547440614310,"id":171,"parentId":146,"tags":{"name":"../webpack-runtime.js","cache":"HIT"},"startTime":1773923149902,"traceId":"40d9899f2bb4f15f"},{"name":"minify-js","duration":3330,"timestamp":1547440614328,"id":172,"parentId":146,"tags":{"name":"487.js","cache":"HIT"},"startTime":1773923149902,"traceId":"40d9899f2bb4f15f"},{"name":"minify-js","duration":3327,"timestamp":1547440614331,"id":173,"parentId":146,"tags":{"name":"994.js","cache":"HIT"},"startTime":1773923149902,"traceId":"40d9899f2bb4f15f"},{"name":"minify-js","duration":3326,"timestamp":1547440614333,"id":174,"parentId":146,"tags":{"name":"452.js","cache":"HIT"},"startTime":1773923149902,"traceId":"40d9899f2bb4f15f"},{"name":"minify-js","duration":217,"timestamp":1547440617443,"id":177,"parentId":146,"tags":{"name":"627.js","cache":"HIT"},"startTime":1773923149906,"traceId":"40d9899f2bb4f15f"},{"name":"minify-js","duration":212,"timestamp":1547440617448,"id":178,"parentId":146,"tags":{"name":"226.js","cache":"HIT"},"startTime":1773923149906,"traceId":"40d9899f2bb4f15f"},{"name":"minify-js","duration":43144,"timestamp":1547440591030,"id":147,"parentId":146,"tags":{"name":"../app/api/cloudflare/route.js","cache":"MISS"},"startTime":1773923149879,"traceId":"40d9899f2bb4f15f"},{"name":"minify-js","duration":40997,"timestamp":1547440593209,"id":149,"parentId":146,"tags":{"name":"../app/api/databases/route.js","cache":"MISS"},"startTime":1773923149881,"traceId":"40d9899f2bb4f15f"},{"name":"minify-js","duration":38761,"timestamp":1547440595462,"id":153,"parentId":146,"tags":{"name":"../app/api/pull-data/confirm/route.js","cache":"MISS"},"startTime":1773923149884,"traceId":"40d9899f2bb4f15f"},{"name":"minify-js","duration":38887,"timestamp":1547440595347,"id":152,"parentId":146,"tags":{"name":"../app/api/migrations/sync/route.js","cache":"MISS"},"startTime":1773923149884,"traceId":"40d9899f2bb4f15f"},{"name":"minify-js","duration":39044,"timestamp":1547440595203,"id":151,"parentId":146,"tags":{"name":"../app/api/migrations/list/route.js","cache":"MISS"},"startTime":1773923149883,"traceId":"40d9899f2bb4f15f"},{"name":"minify-js","duration":39203,"timestamp":1547440595053,"id":150,"parentId":146,"tags":{"name":"../app/api/migrations/sync-files/route.js","cache":"MISS"},"startTime":1773923149883,"traceId":"40d9899f2bb4f15f"},{"name":"minify-js","duration":38545,"timestamp":1547440595724,"id":155,"parentId":146,"tags":{"name":"../app/api/push-remote/confirm/route.js","cache":"MISS"},"startTime":1773923149884,"traceId":"40d9899f2bb4f15f"},{"name":"minify-js","duration":38102,"timestamp":1547440596175,"id":156,"parentId":146,"tags":{"name":"../app/api/pull-remote/preview/route.js","cache":"MISS"},"startTime":1773923149884,"traceId":"40d9899f2bb4f15f"},{"name":"minify-js","duration":37869,"timestamp":1547440596416,"id":157,"parentId":146,"tags":{"name":"../app/api/push-remote/preview/route.js","cache":"MISS"},"startTime":1773923149885,"traceId":"40d9899f2bb4f15f"},{"name":"minify-js","duration":37337,"timestamp":1547440596958,"id":159,"parentId":146,"tags":{"name":"../app/api/schema/route.js","cache":"MISS"},"startTime":1773923149885,"traceId":"40d9899f2bb4f15f"},{"name":"minify-js","duration":36946,"timestamp":1547440597357,"id":161,"parentId":146,"tags":{"name":"../app/api/time-travel/preview/route.js","cache":"MISS"},"startTime":1773923149886,"traceId":"40d9899f2bb4f15f"},{"name":"minify-js","duration":36870,"timestamp":1547440597439,"id":162,"parentId":146,"tags":{"name":"../app/api/time-travel/restore/route.js","cache":"MISS"},"startTime":1773923149886,"traceId":"40d9899f2bb4f15f"},{"name":"minify-js","duration":37667,"timestamp":1547440596655,"id":158,"parentId":146,"tags":{"name":"../app/api/query/route.js","cache":"MISS"},"startTime":1773923149885,"traceId":"40d9899f2bb4f15f"},{"name":"minify-js","duration":37105,"timestamp":1547440597225,"id":160,"parentId":146,"tags":{"name":"../app/api/tables/[name]/import/route.js","cache":"MISS"},"startTime":1773923149885,"traceId":"40d9899f2bb4f15f"},{"name":"minify-js","duration":36809,"timestamp":1547440597532,"id":164,"parentId":146,"tags":{"name":"../app/api/tables/route.js","cache":"MISS"},"startTime":1773923149886,"traceId":"40d9899f2bb4f15f"},{"name":"minify-js","duration":38495,"timestamp":1547440597806,"id":168,"parentId":146,"tags":{"name":"../app/api/tables/[name]/route.js","cache":"MISS"},"startTime":1773923149886,"traceId":"40d9899f2bb4f15f"},{"name":"minify-js","duration":40370,"timestamp":1547440597647,"id":167,"parentId":146,"tags":{"name":"../app/api/pull-remote/confirm/route.js","cache":"MISS"},"startTime":1773923149886,"traceId":"40d9899f2bb4f15f"},{"name":"minify-js","duration":26169,"timestamp":1547440617452,"id":179,"parentId":146,"tags":{"name":"572.js","cache":"MISS"},"startTime":1773923149906,"traceId":"40d9899f2bb4f15f"},{"name":"minify-js","duration":81912,"timestamp":1547440614335,"id":175,"parentId":146,"tags":{"name":"391.js","cache":"MISS"},"startTime":1773923149902,"traceId":"40d9899f2bb4f15f"},{"name":"minify-js","duration":105738,"timestamp":1547440615543,"id":176,"parentId":146,"tags":{"name":"992.js","cache":"MISS"},"startTime":1773923149904,"traceId":"40d9899f2bb4f15f"},{"name":"minify-js","duration":135668,"timestamp":1547440597974,"id":170,"parentId":146,"tags":{"name":"../app/page.js","cache":"MISS"},"startTime":1773923149886,"traceId":"40d9899f2bb4f15f"},{"name":"minify-webpack-plugin-optimize","duration":151183,"timestamp":1547440582480,"id":146,"parentId":16,"tags":{"compilationName":"server"},"startTime":1773923149871,"traceId":"40d9899f2bb4f15f"},{"name":"css-minimizer-plugin","duration":114,"timestamp":1547440733776,"id":180,"parentId":16,"tags":{},"startTime":1773923150022,"traceId":"40d9899f2bb4f15f"},{"name":"create-trace-assets","duration":1743,"timestamp":1547440733995,"id":181,"parentId":17,"tags":{},"startTime":1773923150022,"traceId":"40d9899f2bb4f15f"},{"name":"seal","duration":400421,"timestamp":1547440340105,"id":133,"parentId":16,"tags":{},"startTime":1773923149628,"traceId":"40d9899f2bb4f15f"},{"name":"webpack-compilation","duration":1054677,"timestamp":1547439694462,"id":16,"parentId":13,"tags":{"name":"server"},"startTime":1773923148983,"traceId":"40d9899f2bb4f15f"},{"name":"emit","duration":12893,"timestamp":1547440749428,"id":182,"parentId":13,"tags":{},"startTime":1773923150038,"traceId":"40d9899f2bb4f15f"},{"name":"webpack-close","duration":77311,"timestamp":1547440763322,"id":183,"parentId":13,"tags":{"name":"server"},"startTime":1773923150051,"traceId":"40d9899f2bb4f15f"},{"name":"webpack-generate-error-stats","duration":1334,"timestamp":1547440840674,"id":184,"parentId":183,"tags":{},"startTime":1773923150129,"traceId":"40d9899f2bb4f15f"},{"name":"make","duration":90,"timestamp":1547440848551,"id":186,"parentId":185,"tags":{},"startTime":1773923150137,"traceId":"40d9899f2bb4f15f"},{"name":"chunk-graph","duration":217,"timestamp":1547440848960,"id":188,"parentId":187,"tags":{},"startTime":1773923150137,"traceId":"40d9899f2bb4f15f"},{"name":"optimize-modules","duration":3,"timestamp":1547440849198,"id":190,"parentId":187,"tags":{},"startTime":1773923150137,"traceId":"40d9899f2bb4f15f"},{"name":"optimize-chunks","duration":30,"timestamp":1547440849256,"id":191,"parentId":187,"tags":{},"startTime":1773923150137,"traceId":"40d9899f2bb4f15f"},{"name":"optimize-tree","duration":3,"timestamp":1547440849304,"id":192,"parentId":187,"tags":{},"startTime":1773923150137,"traceId":"40d9899f2bb4f15f"},{"name":"optimize-chunk-modules","duration":23,"timestamp":1547440849336,"id":193,"parentId":187,"tags":{},"startTime":1773923150137,"traceId":"40d9899f2bb4f15f"},{"name":"optimize","duration":191,"timestamp":1547440849187,"id":189,"parentId":187,"tags":{},"startTime":1773923150137,"traceId":"40d9899f2bb4f15f"},{"name":"module-hash","duration":9,"timestamp":1547440849480,"id":194,"parentId":187,"tags":{},"startTime":1773923150138,"traceId":"40d9899f2bb4f15f"}]
2
+ [{"name":"code-generation","duration":8,"timestamp":1547440849540,"id":195,"parentId":187,"tags":{},"startTime":1773923150138,"traceId":"40d9899f2bb4f15f"},{"name":"hash","duration":25,"timestamp":1547440849577,"id":196,"parentId":187,"tags":{},"startTime":1773923150138,"traceId":"40d9899f2bb4f15f"},{"name":"code-generation-jobs","duration":35,"timestamp":1547440849602,"id":197,"parentId":187,"tags":{},"startTime":1773923150138,"traceId":"40d9899f2bb4f15f"},{"name":"module-assets","duration":9,"timestamp":1547440849632,"id":198,"parentId":187,"tags":{},"startTime":1773923150138,"traceId":"40d9899f2bb4f15f"},{"name":"create-chunk-assets","duration":8,"timestamp":1547440849645,"id":199,"parentId":187,"tags":{},"startTime":1773923150138,"traceId":"40d9899f2bb4f15f"},{"name":"minify-js","duration":31,"timestamp":1547440854660,"id":201,"parentId":200,"tags":{"name":"interception-route-rewrite-manifest.js","cache":"HIT"},"startTime":1773923150143,"traceId":"40d9899f2bb4f15f"},{"name":"minify-webpack-plugin-optimize","duration":415,"timestamp":1547440854284,"id":200,"parentId":185,"tags":{"compilationName":"edge-server"},"startTime":1773923150142,"traceId":"40d9899f2bb4f15f"},{"name":"css-minimizer-plugin","duration":4,"timestamp":1547440854717,"id":202,"parentId":185,"tags":{},"startTime":1773923150143,"traceId":"40d9899f2bb4f15f"},{"name":"seal","duration":6782,"timestamp":1547440848899,"id":187,"parentId":185,"tags":{},"startTime":1773923150137,"traceId":"40d9899f2bb4f15f"},{"name":"webpack-compilation","duration":7997,"timestamp":1547440847733,"id":185,"parentId":13,"tags":{"name":"edge-server"},"startTime":1773923150136,"traceId":"40d9899f2bb4f15f"},{"name":"emit","duration":729,"timestamp":1547440855763,"id":203,"parentId":13,"tags":{},"startTime":1773923150144,"traceId":"40d9899f2bb4f15f"},{"name":"webpack-close","duration":83,"timestamp":1547440856616,"id":204,"parentId":13,"tags":{"name":"edge-server"},"startTime":1773923150145,"traceId":"40d9899f2bb4f15f"},{"name":"webpack-generate-error-stats","duration":290,"timestamp":1547440856702,"id":205,"parentId":204,"tags":{},"startTime":1773923150145,"traceId":"40d9899f2bb4f15f"},{"name":"add-entry","duration":69410,"timestamp":1547440861317,"id":215,"parentId":207,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1773923150149,"traceId":"40d9899f2bb4f15f"},{"name":"add-entry","duration":69415,"timestamp":1547440861321,"id":217,"parentId":207,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1773923150149,"traceId":"40d9899f2bb4f15f"},{"name":"add-entry","duration":69415,"timestamp":1547440861323,"id":218,"parentId":207,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1773923150149,"traceId":"40d9899f2bb4f15f"},{"name":"add-entry","duration":69415,"timestamp":1547440861325,"id":219,"parentId":207,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1773923150149,"traceId":"40d9899f2bb4f15f"},{"name":"add-entry","duration":69415,"timestamp":1547440861326,"id":220,"parentId":207,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1773923150149,"traceId":"40d9899f2bb4f15f"},{"name":"add-entry","duration":69414,"timestamp":1547440861327,"id":221,"parentId":207,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1773923150149,"traceId":"40d9899f2bb4f15f"},{"name":"add-entry","duration":69412,"timestamp":1547440861330,"id":222,"parentId":207,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1773923150149,"traceId":"40d9899f2bb4f15f"},{"name":"add-entry","duration":69411,"timestamp":1547440861332,"id":223,"parentId":207,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1773923150149,"traceId":"40d9899f2bb4f15f"},{"name":"add-entry","duration":69411,"timestamp":1547440861333,"id":224,"parentId":207,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1773923150149,"traceId":"40d9899f2bb4f15f"},{"name":"add-entry","duration":69410,"timestamp":1547440861336,"id":225,"parentId":207,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1773923150149,"traceId":"40d9899f2bb4f15f"},{"name":"add-entry","duration":69410,"timestamp":1547440861337,"id":226,"parentId":207,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1773923150149,"traceId":"40d9899f2bb4f15f"},{"name":"add-entry","duration":69410,"timestamp":1547440861339,"id":227,"parentId":207,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1773923150149,"traceId":"40d9899f2bb4f15f"},{"name":"add-entry","duration":69409,"timestamp":1547440861340,"id":228,"parentId":207,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1773923150149,"traceId":"40d9899f2bb4f15f"},{"name":"add-entry","duration":69409,"timestamp":1547440861341,"id":229,"parentId":207,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1773923150149,"traceId":"40d9899f2bb4f15f"},{"name":"add-entry","duration":69409,"timestamp":1547440861342,"id":230,"parentId":207,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1773923150150,"traceId":"40d9899f2bb4f15f"},{"name":"add-entry","duration":69408,"timestamp":1547440861343,"id":231,"parentId":207,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1773923150150,"traceId":"40d9899f2bb4f15f"},{"name":"add-entry","duration":69408,"timestamp":1547440861344,"id":232,"parentId":207,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1773923150150,"traceId":"40d9899f2bb4f15f"},{"name":"add-entry","duration":69407,"timestamp":1547440861346,"id":233,"parentId":207,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1773923150150,"traceId":"40d9899f2bb4f15f"},{"name":"add-entry","duration":69407,"timestamp":1547440861347,"id":234,"parentId":207,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1773923150150,"traceId":"40d9899f2bb4f15f"},{"name":"add-entry","duration":103191,"timestamp":1547440861310,"id":211,"parentId":207,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fclient%2Fcomponents%2Fnot-found-error&page=%2F_not-found%2Fpage!"},"startTime":1773923150149,"traceId":"40d9899f2bb4f15f"},{"name":"add-entry","duration":106849,"timestamp":1547440861314,"id":213,"parentId":207,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1773923150149,"traceId":"40d9899f2bb4f15f"},{"name":"add-entry","duration":133139,"timestamp":1547440861312,"id":212,"parentId":207,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1773923150149,"traceId":"40d9899f2bb4f15f"},{"name":"add-entry","duration":146420,"timestamp":1547440861308,"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":1773923150149,"traceId":"40d9899f2bb4f15f"},{"name":"add-entry","duration":154952,"timestamp":1547440861300,"id":209,"parentId":207,"tags":{"request":"./node_modules/next/dist/client/app-next.js"},"startTime":1773923150149,"traceId":"40d9899f2bb4f15f"},{"name":"add-entry","duration":156957,"timestamp":1547440861315,"id":214,"parentId":207,"tags":{"request":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/client/router.js"},"startTime":1773923150149,"traceId":"40d9899f2bb4f15f"},{"name":"add-entry","duration":156995,"timestamp":1547440861283,"id":208,"parentId":207,"tags":{"request":"./node_modules/next/dist/client/next.js"},"startTime":1773923150149,"traceId":"40d9899f2bb4f15f"},{"name":"add-entry","duration":172240,"timestamp":1547440861318,"id":216,"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":1773923150149,"traceId":"40d9899f2bb4f15f"},{"name":"add-entry","duration":203011,"timestamp":1547440861348,"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":1773923150150,"traceId":"40d9899f2bb4f15f"},{"name":"make","duration":203253,"timestamp":1547440861173,"id":207,"parentId":206,"tags":{},"startTime":1773923150149,"traceId":"40d9899f2bb4f15f"},{"name":"chunk-graph","duration":3869,"timestamp":1547441081002,"id":237,"parentId":236,"tags":{},"startTime":1773923150369,"traceId":"40d9899f2bb4f15f"},{"name":"optimize-modules","duration":3,"timestamp":1547441084899,"id":239,"parentId":236,"tags":{},"startTime":1773923150373,"traceId":"40d9899f2bb4f15f"},{"name":"optimize-chunks","duration":4369,"timestamp":1547441085806,"id":241,"parentId":236,"tags":{},"startTime":1773923150374,"traceId":"40d9899f2bb4f15f"},{"name":"optimize-tree","duration":6,"timestamp":1547441090200,"id":242,"parentId":236,"tags":{},"startTime":1773923150378,"traceId":"40d9899f2bb4f15f"},{"name":"optimize-chunk-modules","duration":6502,"timestamp":1547441090222,"id":243,"parentId":236,"tags":{},"startTime":1773923150378,"traceId":"40d9899f2bb4f15f"},{"name":"optimize","duration":11853,"timestamp":1547441084890,"id":238,"parentId":236,"tags":{},"startTime":1773923150373,"traceId":"40d9899f2bb4f15f"},{"name":"module-hash","duration":7958,"timestamp":1547441102068,"id":244,"parentId":236,"tags":{},"startTime":1773923150390,"traceId":"40d9899f2bb4f15f"},{"name":"code-generation","duration":1097,"timestamp":1547441110047,"id":245,"parentId":236,"tags":{},"startTime":1773923150398,"traceId":"40d9899f2bb4f15f"},{"name":"hash","duration":2676,"timestamp":1547441112775,"id":246,"parentId":236,"tags":{},"startTime":1773923150401,"traceId":"40d9899f2bb4f15f"},{"name":"code-generation-jobs","duration":78,"timestamp":1547441115451,"id":247,"parentId":236,"tags":{},"startTime":1773923150404,"traceId":"40d9899f2bb4f15f"},{"name":"module-assets","duration":146,"timestamp":1547441115517,"id":248,"parentId":236,"tags":{},"startTime":1773923150404,"traceId":"40d9899f2bb4f15f"},{"name":"create-chunk-assets","duration":1107,"timestamp":1547441115668,"id":249,"parentId":236,"tags":{},"startTime":1773923150404,"traceId":"40d9899f2bb4f15f"},{"name":"NextJsBuildManifest-generateClientManifest","duration":658,"timestamp":1547441117707,"id":251,"parentId":206,"tags":{},"startTime":1773923150406,"traceId":"40d9899f2bb4f15f"},{"name":"NextJsBuildManifest-createassets","duration":1037,"timestamp":1547441117332,"id":250,"parentId":206,"tags":{},"startTime":1773923150405,"traceId":"40d9899f2bb4f15f"},{"name":"minify-js","duration":191,"timestamp":1547441120403,"id":253,"parentId":252,"tags":{"name":"static/chunks/main-8d0ab17774ffa031.js","cache":"HIT"},"startTime":1773923150409,"traceId":"40d9899f2bb4f15f"},{"name":"minify-js","duration":177,"timestamp":1547441120419,"id":254,"parentId":252,"tags":{"name":"static/chunks/main-app-4506e88db72db4b7.js","cache":"HIT"},"startTime":1773923150409,"traceId":"40d9899f2bb4f15f"},{"name":"minify-js","duration":172,"timestamp":1547441120425,"id":255,"parentId":252,"tags":{"name":"static/chunks/app/_not-found/page-3e24b81707d98126.js","cache":"HIT"},"startTime":1773923150409,"traceId":"40d9899f2bb4f15f"},{"name":"minify-js","duration":169,"timestamp":1547441120429,"id":256,"parentId":252,"tags":{"name":"static/chunks/pages/_error-9b7125ad1a1e68fa.js","cache":"HIT"},"startTime":1773923150409,"traceId":"40d9899f2bb4f15f"},{"name":"minify-js","duration":167,"timestamp":1547441120432,"id":257,"parentId":252,"tags":{"name":"static/chunks/pages/_app-d23763e3e6c904ff.js","cache":"HIT"},"startTime":1773923150409,"traceId":"40d9899f2bb4f15f"},{"name":"minify-js","duration":165,"timestamp":1547441120434,"id":258,"parentId":252,"tags":{"name":"static/chunks/app/api/cloudflare/route-d0c1dc2a9e7dce36.js","cache":"HIT"},"startTime":1773923150409,"traceId":"40d9899f2bb4f15f"},{"name":"minify-js","duration":163,"timestamp":1547441120437,"id":259,"parentId":252,"tags":{"name":"static/chunks/app/layout-f0ec4d636ee0f763.js","cache":"HIT"},"startTime":1773923150409,"traceId":"40d9899f2bb4f15f"},{"name":"minify-js","duration":161,"timestamp":1547441120440,"id":260,"parentId":252,"tags":{"name":"static/chunks/app/api/databases/route-cd322321212797cf.js","cache":"HIT"},"startTime":1773923150409,"traceId":"40d9899f2bb4f15f"},{"name":"minify-js","duration":159,"timestamp":1547441120443,"id":261,"parentId":252,"tags":{"name":"static/chunks/app/api/migrations/sync-files/route-79ee2c26f87d3bc7.js","cache":"HIT"},"startTime":1773923150409,"traceId":"40d9899f2bb4f15f"},{"name":"minify-js","duration":157,"timestamp":1547441120445,"id":262,"parentId":252,"tags":{"name":"static/chunks/app/api/migrations/list/route-cd710ff75b6bcd02.js","cache":"HIT"},"startTime":1773923150409,"traceId":"40d9899f2bb4f15f"},{"name":"minify-js","duration":155,"timestamp":1547441120448,"id":263,"parentId":252,"tags":{"name":"static/chunks/app/api/migrations/sync/route-ee522f232b9f0a9c.js","cache":"HIT"},"startTime":1773923150409,"traceId":"40d9899f2bb4f15f"},{"name":"minify-js","duration":153,"timestamp":1547441120451,"id":264,"parentId":252,"tags":{"name":"static/chunks/app/api/pull-data/confirm/route-118764086af798f8.js","cache":"HIT"},"startTime":1773923150409,"traceId":"40d9899f2bb4f15f"},{"name":"minify-js","duration":150,"timestamp":1547441120454,"id":265,"parentId":252,"tags":{"name":"static/chunks/app/api/pro/route-c90c1f901fc00d38.js","cache":"HIT"},"startTime":1773923150409,"traceId":"40d9899f2bb4f15f"},{"name":"minify-js","duration":149,"timestamp":1547441120456,"id":266,"parentId":252,"tags":{"name":"static/chunks/app/api/push-remote/confirm/route-b778c053bd515abd.js","cache":"HIT"},"startTime":1773923150409,"traceId":"40d9899f2bb4f15f"},{"name":"minify-js","duration":147,"timestamp":1547441120459,"id":267,"parentId":252,"tags":{"name":"static/chunks/app/api/pull-remote/preview/route-342db7ea13e6f447.js","cache":"HIT"},"startTime":1773923150409,"traceId":"40d9899f2bb4f15f"},{"name":"minify-js","duration":145,"timestamp":1547441120462,"id":268,"parentId":252,"tags":{"name":"static/chunks/app/api/push-remote/preview/route-ab090482f299f57f.js","cache":"HIT"},"startTime":1773923150409,"traceId":"40d9899f2bb4f15f"},{"name":"minify-js","duration":143,"timestamp":1547441120464,"id":269,"parentId":252,"tags":{"name":"static/chunks/app/api/query/route-4d21a8b1d34491f1.js","cache":"HIT"},"startTime":1773923150409,"traceId":"40d9899f2bb4f15f"},{"name":"minify-js","duration":141,"timestamp":1547441120467,"id":270,"parentId":252,"tags":{"name":"static/chunks/app/api/schema/route-cb17a387d6b557ad.js","cache":"HIT"},"startTime":1773923150409,"traceId":"40d9899f2bb4f15f"},{"name":"minify-js","duration":139,"timestamp":1547441120469,"id":271,"parentId":252,"tags":{"name":"static/chunks/app/api/tables/[name]/import/route-510472de7a5c29bd.js","cache":"HIT"},"startTime":1773923150409,"traceId":"40d9899f2bb4f15f"},{"name":"minify-js","duration":137,"timestamp":1547441120472,"id":272,"parentId":252,"tags":{"name":"static/chunks/app/api/time-travel/preview/route-5787d7e8f17bd539.js","cache":"HIT"},"startTime":1773923150409,"traceId":"40d9899f2bb4f15f"},{"name":"minify-js","duration":136,"timestamp":1547441120475,"id":273,"parentId":252,"tags":{"name":"static/chunks/app/api/time-travel/restore/route-84b64a27e831e21c.js","cache":"HIT"},"startTime":1773923150409,"traceId":"40d9899f2bb4f15f"},{"name":"minify-js","duration":134,"timestamp":1547441120478,"id":274,"parentId":252,"tags":{"name":"static/chunks/app/api/update/route-54ee900537982652.js","cache":"HIT"},"startTime":1773923150409,"traceId":"40d9899f2bb4f15f"},{"name":"minify-js","duration":132,"timestamp":1547441120480,"id":275,"parentId":252,"tags":{"name":"static/chunks/app/api/tables/route-daa975df4ea8e8f8.js","cache":"HIT"},"startTime":1773923150409,"traceId":"40d9899f2bb4f15f"},{"name":"minify-js","duration":130,"timestamp":1547441120483,"id":276,"parentId":252,"tags":{"name":"static/chunks/app/api/pull-remote/confirm/route-2b0ade4ebfcea0bc.js","cache":"HIT"},"startTime":1773923150409,"traceId":"40d9899f2bb4f15f"},{"name":"minify-js","duration":127,"timestamp":1547441120486,"id":277,"parentId":252,"tags":{"name":"static/chunks/app/api/tables/[name]/route-6a1fa95c303ce0de.js","cache":"HIT"},"startTime":1773923150409,"traceId":"40d9899f2bb4f15f"},{"name":"minify-js","duration":126,"timestamp":1547441120489,"id":278,"parentId":252,"tags":{"name":"static/chunks/app/page-358bf2112802ff85.js","cache":"HIT"},"startTime":1773923150409,"traceId":"40d9899f2bb4f15f"},{"name":"minify-js","duration":123,"timestamp":1547441120492,"id":279,"parentId":252,"tags":{"name":"static/chunks/webpack-024900a94af4f0a7.js","cache":"HIT"},"startTime":1773923150409,"traceId":"40d9899f2bb4f15f"},{"name":"minify-js","duration":122,"timestamp":1547441120495,"id":280,"parentId":252,"tags":{"name":"static/chunks/52.3805be84ba856e6c.js","cache":"HIT"},"startTime":1773923150409,"traceId":"40d9899f2bb4f15f"},{"name":"minify-js","duration":118,"timestamp":1547441120498,"id":281,"parentId":252,"tags":{"name":"static/chunks/framework-d29117d969504448.js","cache":"HIT"},"startTime":1773923150409,"traceId":"40d9899f2bb4f15f"},{"name":"minify-js","duration":116,"timestamp":1547441120502,"id":282,"parentId":252,"tags":{"name":"static/chunks/4bd1b696-124ea104c06f6cea.js","cache":"HIT"},"startTime":1773923150409,"traceId":"40d9899f2bb4f15f"},{"name":"minify-js","duration":114,"timestamp":1547441120505,"id":283,"parentId":252,"tags":{"name":"static/chunks/1a258343.1c8d07ca51f19051.js","cache":"HIT"},"startTime":1773923150409,"traceId":"40d9899f2bb4f15f"},{"name":"minify-js","duration":111,"timestamp":1547441120508,"id":284,"parentId":252,"tags":{"name":"static/chunks/692-9e59d546afd11ec3.js","cache":"HIT"},"startTime":1773923150409,"traceId":"40d9899f2bb4f15f"},{"name":"minify-js","duration":110,"timestamp":1547441120510,"id":285,"parentId":252,"tags":{"name":"static/chunks/517-c876ce2f00030cd0.js","cache":"HIT"},"startTime":1773923150409,"traceId":"40d9899f2bb4f15f"},{"name":"minify-js","duration":107,"timestamp":1547441120513,"id":286,"parentId":252,"tags":{"name":"static/chunks/345.290e14996643753f.js","cache":"HIT"},"startTime":1773923150409,"traceId":"40d9899f2bb4f15f"},{"name":"minify-js","duration":106,"timestamp":1547441120515,"id":287,"parentId":252,"tags":{"name":"static/chunks/803-a2fcfbd00e6b3b38.js","cache":"HIT"},"startTime":1773923150409,"traceId":"40d9899f2bb4f15f"},{"name":"minify-js","duration":103,"timestamp":1547441120519,"id":288,"parentId":252,"tags":{"name":"static/chunks/92-a84bdac2be7c8d7a.js","cache":"HIT"},"startTime":1773923150409,"traceId":"40d9899f2bb4f15f"},{"name":"minify-js","duration":101,"timestamp":1547441120521,"id":289,"parentId":252,"tags":{"name":"static/chunks/480-85b6c8ae3f51b156.js","cache":"HIT"},"startTime":1773923150409,"traceId":"40d9899f2bb4f15f"},{"name":"minify-js","duration":99,"timestamp":1547441120524,"id":290,"parentId":252,"tags":{"name":"server/middleware-react-loadable-manifest.js","cache":"HIT"},"startTime":1773923150409,"traceId":"40d9899f2bb4f15f"},{"name":"minify-js","duration":49,"timestamp":1547441120575,"id":292,"parentId":252,"tags":{"name":"server/middleware-build-manifest.js","cache":"HIT"},"startTime":1773923150409,"traceId":"40d9899f2bb4f15f"},{"name":"minify-js","duration":32,"timestamp":1547441120592,"id":294,"parentId":252,"tags":{"name":"server/next-font-manifest.js","cache":"HIT"},"startTime":1773923150409,"traceId":"40d9899f2bb4f15f"},{"name":"minify-js","duration":1160,"timestamp":1547441120528,"id":291,"parentId":252,"tags":{"name":"static/ft39e6W6vSgUL7peRo7pE/_ssgManifest.js","cache":"MISS"},"startTime":1773923150409,"traceId":"40d9899f2bb4f15f"},{"name":"minify-js","duration":1523,"timestamp":1547441120577,"id":293,"parentId":252,"tags":{"name":"static/ft39e6W6vSgUL7peRo7pE/_buildManifest.js","cache":"MISS"},"startTime":1773923150409,"traceId":"40d9899f2bb4f15f"},{"name":"minify-webpack-plugin-optimize","duration":3222,"timestamp":1547441118882,"id":252,"parentId":206,"tags":{"compilationName":"client"},"startTime":1773923150407,"traceId":"40d9899f2bb4f15f"},{"name":"minify-css","duration":44,"timestamp":1547441122150,"id":296,"parentId":295,"tags":{"file":"static/css/ff9e0e6ee7c7f254.css","cache":"HIT"},"startTime":1773923150410,"traceId":"40d9899f2bb4f15f"},{"name":"minify-css","duration":27,"timestamp":1547441122168,"id":297,"parentId":295,"tags":{"file":"static/css/1c55b199e782dd50.css","cache":"HIT"},"startTime":1773923150410,"traceId":"40d9899f2bb4f15f"}]
3
+ [{"name":"css-minimizer-plugin","duration":197,"timestamp":1547441122127,"id":295,"parentId":206,"tags":{},"startTime":1773923150410,"traceId":"40d9899f2bb4f15f"},{"name":"seal","duration":53109,"timestamp":1547441073981,"id":236,"parentId":206,"tags":{},"startTime":1773923150362,"traceId":"40d9899f2bb4f15f"},{"name":"webpack-compilation","duration":266634,"timestamp":1547440860494,"id":206,"parentId":13,"tags":{"name":"client"},"startTime":1773923150149,"traceId":"40d9899f2bb4f15f"},{"name":"emit","duration":7104,"timestamp":1547441127150,"id":298,"parentId":13,"tags":{},"startTime":1773923150415,"traceId":"40d9899f2bb4f15f"},{"name":"webpack-close","duration":11423,"timestamp":1547441134574,"id":299,"parentId":13,"tags":{"name":"client"},"startTime":1773923150423,"traceId":"40d9899f2bb4f15f"},{"name":"webpack-generate-error-stats","duration":466,"timestamp":1547441146009,"id":300,"parentId":299,"tags":{},"startTime":1773923150434,"traceId":"40d9899f2bb4f15f"},{"name":"run-webpack-compiler","duration":1674775,"timestamp":1547439471847,"id":13,"parentId":1,"tags":{},"startTime":1773923148760,"traceId":"40d9899f2bb4f15f"},{"name":"format-webpack-messages","duration":51,"timestamp":1547441146625,"id":301,"parentId":1,"tags":{},"startTime":1773923150435,"traceId":"40d9899f2bb4f15f"},{"name":"verify-and-lint","duration":862874,"timestamp":1547441154092,"id":304,"parentId":1,"tags":{},"startTime":1773923150442,"traceId":"40d9899f2bb4f15f"},{"name":"verify-typescript-setup","duration":3292563,"timestamp":1547441151019,"id":303,"parentId":1,"tags":{},"startTime":1773923150439,"traceId":"40d9899f2bb4f15f"},{"name":"check-static-error-page","duration":2034,"timestamp":1547444457319,"id":307,"parentId":306,"tags":{},"startTime":1773923153745,"traceId":"40d9899f2bb4f15f"},{"name":"check-page","duration":6481,"timestamp":1547444486445,"id":308,"parentId":306,"tags":{"page":"/_app"},"startTime":1773923153775,"traceId":"40d9899f2bb4f15f"},{"name":"check-page","duration":5555,"timestamp":1547444487408,"id":310,"parentId":306,"tags":{"page":"/_document"},"startTime":1773923153776,"traceId":"40d9899f2bb4f15f"},{"name":"check-page","duration":7642,"timestamp":1547444487336,"id":309,"parentId":306,"tags":{"page":"/_error"},"startTime":1773923153775,"traceId":"40d9899f2bb4f15f"},{"name":"is-page-static","duration":191378,"timestamp":1547444505440,"id":338,"parentId":317,"tags":{},"startTime":1773923153794,"traceId":"40d9899f2bb4f15f"},{"name":"check-page","duration":208931,"timestamp":1547444487941,"id":317,"parentId":306,"tags":{"page":"/api/pro"},"startTime":1773923153776,"traceId":"40d9899f2bb4f15f"},{"name":"is-page-static","duration":204119,"timestamp":1547444501713,"id":332,"parentId":311,"tags":{},"startTime":1773923153790,"traceId":"40d9899f2bb4f15f"},{"name":"check-page","duration":218441,"timestamp":1547444487422,"id":311,"parentId":306,"tags":{"page":"/_not-found"},"startTime":1773923153776,"traceId":"40d9899f2bb4f15f"},{"name":"is-page-static","duration":207113,"timestamp":1547444502690,"id":335,"parentId":314,"tags":{},"startTime":1773923153791,"traceId":"40d9899f2bb4f15f"},{"name":"check-page","duration":222069,"timestamp":1547444487804,"id":314,"parentId":306,"tags":{"page":"/api/migrations/list"},"startTime":1773923153776,"traceId":"40d9899f2bb4f15f"},{"name":"is-page-static","duration":212330,"timestamp":1547444503838,"id":336,"parentId":315,"tags":{},"startTime":1773923153792,"traceId":"40d9899f2bb4f15f"},{"name":"check-page","duration":228396,"timestamp":1547444487834,"id":315,"parentId":306,"tags":{"page":"/api/migrations/sync-files"},"startTime":1773923153776,"traceId":"40d9899f2bb4f15f"},{"name":"is-page-static","duration":205088,"timestamp":1547444515514,"id":345,"parentId":324,"tags":{},"startTime":1773923153804,"traceId":"40d9899f2bb4f15f"},{"name":"check-page","duration":228660,"timestamp":1547444491984,"id":324,"parentId":306,"tags":{"page":"/api/schema"},"startTime":1773923153780,"traceId":"40d9899f2bb4f15f"},{"name":"is-page-static","duration":207047,"timestamp":1547444515446,"id":344,"parentId":321,"tags":{},"startTime":1773923153804,"traceId":"40d9899f2bb4f15f"},{"name":"check-page","duration":231128,"timestamp":1547444491406,"id":321,"parentId":306,"tags":{"page":"/api/push-remote/confirm"},"startTime":1773923153780,"traceId":"40d9899f2bb4f15f"},{"name":"is-page-static","duration":212087,"timestamp":1547444512499,"id":342,"parentId":322,"tags":{},"startTime":1773923153801,"traceId":"40d9899f2bb4f15f"},{"name":"check-page","duration":233032,"timestamp":1547444491581,"id":322,"parentId":306,"tags":{"page":"/api/push-remote/preview"},"startTime":1773923153780,"traceId":"40d9899f2bb4f15f"},{"name":"is-page-static","duration":214615,"timestamp":1547444512569,"id":343,"parentId":323,"tags":{},"startTime":1773923153801,"traceId":"40d9899f2bb4f15f"},{"name":"check-page","duration":235491,"timestamp":1547444491717,"id":323,"parentId":306,"tags":{"page":"/api/query"},"startTime":1773923153780,"traceId":"40d9899f2bb4f15f"},{"name":"is-page-static","duration":215010,"timestamp":1547444515877,"id":347,"parentId":326,"tags":{},"startTime":1773923153804,"traceId":"40d9899f2bb4f15f"},{"name":"check-page","duration":238833,"timestamp":1547444492115,"id":326,"parentId":306,"tags":{"page":"/api/tables/[name]"},"startTime":1773923153780,"traceId":"40d9899f2bb4f15f"},{"name":"is-page-static","duration":217171,"timestamp":1547444515534,"id":346,"parentId":325,"tags":{},"startTime":1773923153804,"traceId":"40d9899f2bb4f15f"},{"name":"check-page","duration":240662,"timestamp":1547444492065,"id":325,"parentId":306,"tags":{"page":"/api/tables/[name]/import"},"startTime":1773923153780,"traceId":"40d9899f2bb4f15f"},{"name":"is-page-static","duration":217733,"timestamp":1547444515912,"id":348,"parentId":327,"tags":{},"startTime":1773923153804,"traceId":"40d9899f2bb4f15f"},{"name":"check-page","duration":241441,"timestamp":1547444492216,"id":327,"parentId":306,"tags":{"page":"/api/tables"},"startTime":1773923153780,"traceId":"40d9899f2bb4f15f"},{"name":"is-page-static","duration":217727,"timestamp":1547444515952,"id":350,"parentId":329,"tags":{},"startTime":1773923153804,"traceId":"40d9899f2bb4f15f"},{"name":"check-page","duration":241381,"timestamp":1547444492304,"id":329,"parentId":306,"tags":{"page":"/api/time-travel/restore"},"startTime":1773923153780,"traceId":"40d9899f2bb4f15f"},{"name":"is-page-static","duration":218083,"timestamp":1547444515966,"id":351,"parentId":330,"tags":{},"startTime":1773923153804,"traceId":"40d9899f2bb4f15f"},{"name":"check-page","duration":241657,"timestamp":1547444492400,"id":330,"parentId":306,"tags":{"page":"/api/update"},"startTime":1773923153781,"traceId":"40d9899f2bb4f15f"},{"name":"is-page-static","duration":219830,"timestamp":1547444515935,"id":349,"parentId":328,"tags":{},"startTime":1773923153804,"traceId":"40d9899f2bb4f15f"},{"name":"check-page","duration":243534,"timestamp":1547444492261,"id":328,"parentId":306,"tags":{"page":"/api/time-travel/preview"},"startTime":1773923153780,"traceId":"40d9899f2bb4f15f"},{"name":"is-page-static","duration":234585,"timestamp":1547444502488,"id":334,"parentId":313,"tags":{},"startTime":1773923153791,"traceId":"40d9899f2bb4f15f"},{"name":"check-page","duration":249343,"timestamp":1547444487766,"id":313,"parentId":306,"tags":{"page":"/api/databases"},"startTime":1773923153776,"traceId":"40d9899f2bb4f15f"},{"name":"is-page-static","duration":232282,"timestamp":1547444505253,"id":337,"parentId":316,"tags":{},"startTime":1773923153793,"traceId":"40d9899f2bb4f15f"},{"name":"check-page","duration":249640,"timestamp":1547444487911,"id":316,"parentId":306,"tags":{"page":"/api/migrations/sync"},"startTime":1773923153776,"traceId":"40d9899f2bb4f15f"},{"name":"is-page-static","duration":229535,"timestamp":1547444512409,"id":340,"parentId":319,"tags":{},"startTime":1773923153801,"traceId":"40d9899f2bb4f15f"},{"name":"check-page","duration":250742,"timestamp":1547444491248,"id":319,"parentId":306,"tags":{"page":"/api/pull-remote/confirm"},"startTime":1773923153779,"traceId":"40d9899f2bb4f15f"},{"name":"is-page-static","duration":241677,"timestamp":1547444502027,"id":333,"parentId":312,"tags":{},"startTime":1773923153790,"traceId":"40d9899f2bb4f15f"},{"name":"check-page","duration":256087,"timestamp":1547444487637,"id":312,"parentId":306,"tags":{"page":"/api/cloudflare"},"startTime":1773923153776,"traceId":"40d9899f2bb4f15f"},{"name":"is-page-static","duration":238312,"timestamp":1547444505496,"id":339,"parentId":318,"tags":{},"startTime":1773923153794,"traceId":"40d9899f2bb4f15f"},{"name":"check-page","duration":255844,"timestamp":1547444487972,"id":318,"parentId":306,"tags":{"page":"/api/pull-data/confirm"},"startTime":1773923153776,"traceId":"40d9899f2bb4f15f"},{"name":"is-page-static","duration":238166,"timestamp":1547444512470,"id":341,"parentId":320,"tags":{},"startTime":1773923153801,"traceId":"40d9899f2bb4f15f"},{"name":"check-page","duration":259355,"timestamp":1547444491353,"id":320,"parentId":306,"tags":{"page":"/api/pull-remote/preview"},"startTime":1773923153780,"traceId":"40d9899f2bb4f15f"},{"name":"is-page-static","duration":234815,"timestamp":1547444516400,"id":352,"parentId":331,"tags":{},"startTime":1773923153805,"traceId":"40d9899f2bb4f15f"},{"name":"check-page","duration":258776,"timestamp":1547444492455,"id":331,"parentId":306,"tags":{"page":"/"},"startTime":1773923153781,"traceId":"40d9899f2bb4f15f"},{"name":"static-check","duration":295247,"timestamp":1547444456017,"id":306,"parentId":1,"tags":{},"startTime":1773923153744,"traceId":"40d9899f2bb4f15f"},{"name":"generate-required-server-files","duration":204,"timestamp":1547444751615,"id":354,"parentId":1,"tags":{},"startTime":1773923154040,"traceId":"40d9899f2bb4f15f"},{"name":"write-routes-manifest","duration":1349,"timestamp":1547444755317,"id":356,"parentId":1,"tags":{},"startTime":1773923154043,"traceId":"40d9899f2bb4f15f"},{"name":"load-dotenv","duration":13,"timestamp":1547445063747,"id":359,"parentId":358,"tags":{},"startTime":1773923154352,"traceId":"40d9899f2bb4f15f"},{"name":"run-export-path-map","duration":234,"timestamp":1547445580779,"id":360,"parentId":358,"tags":{},"startTime":1773923154869,"traceId":"40d9899f2bb4f15f"},{"name":"next-export","duration":945866,"timestamp":1547445063385,"id":358,"parentId":1,"tags":{},"startTime":1773923154352,"traceId":"40d9899f2bb4f15f"},{"name":"move-exported-app-not-found-","duration":2665,"timestamp":1547446009912,"id":361,"parentId":357,"tags":{},"startTime":1773923155298,"traceId":"40d9899f2bb4f15f"},{"name":"move-exported-page","duration":25930,"timestamp":1547446012695,"id":362,"parentId":357,"tags":{},"startTime":1773923155301,"traceId":"40d9899f2bb4f15f"},{"name":"static-generation","duration":1161419,"timestamp":1547445061724,"id":357,"parentId":1,"tags":{},"startTime":1773923154350,"traceId":"40d9899f2bb4f15f"},{"name":"node-file-trace-build","duration":3842051,"timestamp":1547444752933,"id":355,"parentId":1,"tags":{"isTurbotrace":"false"},"startTime":1773923154041,"traceId":"40d9899f2bb4f15f"},{"name":"apply-include-excludes","duration":306,"timestamp":1547448594998,"id":363,"parentId":1,"tags":{},"startTime":1773923157883,"traceId":"40d9899f2bb4f15f"},{"name":"print-tree-view","duration":1647,"timestamp":1547448595617,"id":364,"parentId":1,"tags":{},"startTime":1773923157884,"traceId":"40d9899f2bb4f15f"},{"name":"telemetry-flush","duration":16,"timestamp":1547448597290,"id":365,"parentId":1,"tags":{},"startTime":1773923157885,"traceId":"40d9899f2bb4f15f"},{"name":"next-build","duration":9268480,"timestamp":1547439328829,"id":1,"tags":{"buildMode":"default","isTurboBuild":"false","version":"15.1.6","has-custom-webpack-config":"true","use-build-worker":"false"},"startTime":1773923148617,"traceId":"40d9899f2bb4f15f"}]