d1s 0.2.13 → 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 (403) 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/{server/chunks/638.js → .next/server/chunks/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/{.next/server/chunks/638.js → server/chunks/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/cache/webpack/server-production/2.pack +0 -0
  333. package/dist/.next/.next/cache/webpack/server-production/3.pack +0 -0
  334. package/dist/.next/.next/static/FEsQ9jwPUQv5A3fwg6Opl/_buildManifest.js +0 -1
  335. package/dist/.next/.next/static/Y9mYu4WBghepP5oT_3OdR/_buildManifest.js +0 -1
  336. package/dist/.next/.next/static/ae3gNmoSGm-R5LJC4UagI/_buildManifest.js +0 -1
  337. package/dist/.next/.next/static/bKfUJeuvAQlBmR3TjrfkH/_buildManifest.js +0 -1
  338. package/dist/.next/.next/static/chunks/576-18a2209e1ed26aad.js +0 -1
  339. package/dist/.next/.next/static/chunks/735-b885dfec6353171d.js +0 -1
  340. package/dist/.next/.next/static/chunks/app/api/cloudflare/route-b77846f372b01f38.js +0 -1
  341. package/dist/.next/.next/static/chunks/app/api/databases/route-407794f8145d9a0b.js +0 -1
  342. package/dist/.next/.next/static/chunks/app/api/migrations/sync/route-9f480f5590369a8f.js +0 -1
  343. package/dist/.next/.next/static/chunks/app/api/migrations/sync-files/route-92010db279b4dd8e.js +0 -1
  344. package/dist/.next/.next/static/chunks/app/api/pull-data/confirm/route-a02fe6d3cdd0a535.js +0 -1
  345. package/dist/.next/.next/static/chunks/app/api/pull-remote/confirm/route-f401a03507d1da50.js +0 -1
  346. package/dist/.next/.next/static/chunks/app/api/pull-remote/preview/route-3c53814b5cb8b6b0.js +0 -1
  347. package/dist/.next/.next/static/chunks/app/api/push-remote/confirm/route-8f359249e907c63b.js +0 -1
  348. package/dist/.next/.next/static/chunks/app/api/push-remote/preview/route-b51bf94f39c17a9d.js +0 -1
  349. package/dist/.next/.next/static/chunks/app/api/query/route-87bae2d4aebaf859.js +0 -1
  350. package/dist/.next/.next/static/chunks/app/api/tables/[name]/route-d20ca163b9c03e7c.js +0 -1
  351. package/dist/.next/.next/static/chunks/app/api/tables/route-0f46f911562abcdf.js +0 -1
  352. package/dist/.next/.next/static/chunks/app/api/update/route-14edc1917760bce0.js +0 -1
  353. package/dist/.next/.next/static/chunks/app/page-f05cd0fc436bf9bc.js +0 -1
  354. package/dist/.next/.next/static/chunks/app/page-f2bc307c0d8acdaa.js +0 -1
  355. package/dist/.next/.next/static/chunks/webpack-c76ac1e586b2802a.js +0 -1
  356. package/dist/.next/.next/static/css/7c16f57d325d0d7d.css +0 -3
  357. package/dist/.next/.next/static/ejYPqJ2kVicVp5EFWOZIC/_buildManifest.js +0 -1
  358. package/dist/.next/.next/static/gABGrAoO8IPArDo_Ns_7g/_buildManifest.js +0 -1
  359. package/dist/.next/.next/static/gh-QfIUVo4FTTduYCVKT6/_buildManifest.js +0 -1
  360. package/dist/.next/.next/static/media/569ce4b8f30dc480-s.p.woff2 +0 -0
  361. package/dist/.next/.next/static/thaCy2qVeNqYYhdayr13C/_buildManifest.js +0 -1
  362. package/dist/.next/.next/static/ybCx6L6gHqtODbKmlhU-d/_buildManifest.js +0 -1
  363. package/dist/.next/.next/static/ybCx6L6gHqtODbKmlhU-d/_ssgManifest.js +0 -1
  364. package/dist/.next/cache/webpack/client-production/1.pack +0 -0
  365. package/dist/.next/cache/webpack/client-production/2.pack +0 -0
  366. package/dist/.next/cache/webpack/client-production/index.pack.old +0 -0
  367. package/dist/.next/static/IX-QLbm7scYnyqWeeimal/_buildManifest.js +0 -1
  368. package/dist/.next/static/IX-QLbm7scYnyqWeeimal/_ssgManifest.js +0 -1
  369. package/dist/.next/static/chunks/576-18a2209e1ed26aad.js +0 -1
  370. package/dist/.next/static/chunks/735-b885dfec6353171d.js +0 -1
  371. package/dist/.next/static/chunks/app/api/cloudflare/route-b77846f372b01f38.js +0 -1
  372. package/dist/.next/static/chunks/app/api/databases/route-407794f8145d9a0b.js +0 -1
  373. package/dist/.next/static/chunks/app/api/migrations/sync/route-9f480f5590369a8f.js +0 -1
  374. package/dist/.next/static/chunks/app/api/migrations/sync-files/route-92010db279b4dd8e.js +0 -1
  375. package/dist/.next/static/chunks/app/api/pull-data/confirm/route-a02fe6d3cdd0a535.js +0 -1
  376. package/dist/.next/static/chunks/app/api/pull-remote/confirm/route-f401a03507d1da50.js +0 -1
  377. package/dist/.next/static/chunks/app/api/pull-remote/preview/route-3c53814b5cb8b6b0.js +0 -1
  378. package/dist/.next/static/chunks/app/api/push-remote/confirm/route-8f359249e907c63b.js +0 -1
  379. package/dist/.next/static/chunks/app/api/push-remote/preview/route-b51bf94f39c17a9d.js +0 -1
  380. package/dist/.next/static/chunks/app/api/query/route-87bae2d4aebaf859.js +0 -1
  381. package/dist/.next/static/chunks/app/api/tables/[name]/route-d20ca163b9c03e7c.js +0 -1
  382. package/dist/.next/static/chunks/app/api/tables/route-0f46f911562abcdf.js +0 -1
  383. package/dist/.next/static/chunks/app/api/update/route-14edc1917760bce0.js +0 -1
  384. package/dist/.next/static/chunks/app/page-f05cd0fc436bf9bc.js +0 -1
  385. package/dist/.next/static/chunks/webpack-c76ac1e586b2802a.js +0 -1
  386. package/dist/.next/static/css/7c16f57d325d0d7d.css +0 -3
  387. package/dist/.next/static/media/569ce4b8f30dc480-s.p.woff2 +0 -0
  388. /package/dist/.next/.next/static/{FEsQ9jwPUQv5A3fwg6Opl → -OO4tE7EKr8o62Bne-ODo}/_ssgManifest.js +0 -0
  389. /package/dist/.next/.next/static/{Y9mYu4WBghepP5oT_3OdR → 3kAeIJC56X7aw1Fk5_OXO}/_ssgManifest.js +0 -0
  390. /package/dist/.next/.next/static/{ae3gNmoSGm-R5LJC4UagI → J8r9W6xxmYYvuKehItNuW}/_ssgManifest.js +0 -0
  391. /package/dist/.next/.next/static/{bKfUJeuvAQlBmR3TjrfkH → arc9h7hbaQzL1Dl0iuVrT}/_ssgManifest.js +0 -0
  392. /package/dist/.next/.next/static/chunks/{4bd1b696-8c908eb707f85a27.js → 4bd1b696-124ea104c06f6cea.js} +0 -0
  393. /package/dist/.next/.next/static/chunks/{517-3b698a5d3da06ff7.js → 517-c876ce2f00030cd0.js} +0 -0
  394. /package/dist/.next/.next/static/chunks/{692-ede418e1d28a1394.js → 692-9e59d546afd11ec3.js} +0 -0
  395. /package/dist/.next/.next/static/chunks/app/_not-found/{page-b786c3dd79ad15a5.js → page-3e24b81707d98126.js} +0 -0
  396. /package/dist/.next/.next/static/{ejYPqJ2kVicVp5EFWOZIC → fiesjBWbrmSSyLf4biwrX}/_ssgManifest.js +0 -0
  397. /package/dist/.next/.next/static/{gABGrAoO8IPArDo_Ns_7g → ft39e6W6vSgUL7peRo7pE}/_ssgManifest.js +0 -0
  398. /package/dist/.next/.next/static/{gh-QfIUVo4FTTduYCVKT6 → u7ssdTycF4iQ-w-pQZhxg}/_ssgManifest.js +0 -0
  399. /package/dist/.next/static/chunks/{4bd1b696-8c908eb707f85a27.js → 4bd1b696-124ea104c06f6cea.js} +0 -0
  400. /package/dist/.next/static/chunks/{517-3b698a5d3da06ff7.js → 517-c876ce2f00030cd0.js} +0 -0
  401. /package/dist/.next/static/chunks/{692-ede418e1d28a1394.js → 692-9e59d546afd11ec3.js} +0 -0
  402. /package/dist/.next/static/chunks/app/_not-found/{page-b786c3dd79ad15a5.js → page-3e24b81707d98126.js} +0 -0
  403. /package/dist/.next/{.next/static/thaCy2qVeNqYYhdayr13C → static/zh4Fz2tbm8GRka4woRrGp}/_ssgManifest.js +0 -0
package/dist/.next/trace CHANGED
@@ -1,3 +1,18 @@
1
- [{"name":"generate-buildid","duration":87,"timestamp":598044710624,"id":4,"parentId":1,"tags":{},"startTime":1751699032186,"traceId":"0b7c13ff595b59d8"},{"name":"load-custom-routes","duration":147,"timestamp":598044710749,"id":5,"parentId":1,"tags":{},"startTime":1751699032186,"traceId":"0b7c13ff595b59d8"},{"name":"create-dist-dir","duration":139,"timestamp":598044734437,"id":6,"parentId":1,"tags":{},"startTime":1751699032210,"traceId":"0b7c13ff595b59d8"},{"name":"create-pages-mapping","duration":90,"timestamp":598044743153,"id":7,"parentId":1,"tags":{},"startTime":1751699032218,"traceId":"0b7c13ff595b59d8"},{"name":"collect-app-paths","duration":25720,"timestamp":598044743261,"id":8,"parentId":1,"tags":{},"startTime":1751699032218,"traceId":"0b7c13ff595b59d8"},{"name":"create-app-mapping","duration":632,"timestamp":598044769000,"id":9,"parentId":1,"tags":{},"startTime":1751699032244,"traceId":"0b7c13ff595b59d8"},{"name":"public-dir-conflict-check","duration":256,"timestamp":598044769815,"id":10,"parentId":1,"tags":{},"startTime":1751699032245,"traceId":"0b7c13ff595b59d8"},{"name":"generate-routes-manifest","duration":1109,"timestamp":598044770178,"id":11,"parentId":1,"tags":{},"startTime":1751699032245,"traceId":"0b7c13ff595b59d8"},{"name":"create-entrypoints","duration":11459,"timestamp":598044775310,"id":14,"parentId":1,"tags":{},"startTime":1751699032250,"traceId":"0b7c13ff595b59d8"},{"name":"generate-webpack-config","duration":140208,"timestamp":598044786798,"id":15,"parentId":13,"tags":{},"startTime":1751699032262,"traceId":"0b7c13ff595b59d8"},{"name":"next-trace-entrypoint-plugin","duration":1016,"timestamp":598044974727,"id":17,"parentId":16,"tags":{},"startTime":1751699032450,"traceId":"0b7c13ff595b59d8"},{"name":"add-entry","duration":126615,"timestamp":598044978573,"id":32,"parentId":18,"tags":{"request":"next/dist/pages/_app"},"startTime":1751699032454,"traceId":"0b7c13ff595b59d8"},{"name":"add-entry","duration":139362,"timestamp":598044978577,"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":1751699032454,"traceId":"0b7c13ff595b59d8"},{"name":"add-entry","duration":151948,"timestamp":598044978583,"id":35,"parentId":18,"tags":{"request":"next/dist/pages/_document"},"startTime":1751699032454,"traceId":"0b7c13ff595b59d8"},{"name":"add-entry","duration":182305,"timestamp":598044978218,"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":1751699032453,"traceId":"0b7c13ff595b59d8"},{"name":"add-entry","duration":181948,"timestamp":598044978586,"id":36,"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":1751699032454,"traceId":"0b7c13ff595b59d8"},{"name":"add-entry","duration":188914,"timestamp":598044978562,"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":1751699032454,"traceId":"0b7c13ff595b59d8"},{"name":"add-entry","duration":214240,"timestamp":598044978436,"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":1751699032454,"traceId":"0b7c13ff595b59d8"},{"name":"add-entry","duration":214225,"timestamp":598044978465,"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":1751699032454,"traceId":"0b7c13ff595b59d8"},{"name":"add-entry","duration":214263,"timestamp":598044978430,"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":1751699032454,"traceId":"0b7c13ff595b59d8"},{"name":"add-entry","duration":214283,"timestamp":598044978419,"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":1751699032454,"traceId":"0b7c13ff595b59d8"},{"name":"add-entry","duration":214217,"timestamp":598044978489,"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":1751699032454,"traceId":"0b7c13ff595b59d8"},{"name":"add-entry","duration":214265,"timestamp":598044978443,"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":1751699032454,"traceId":"0b7c13ff595b59d8"},{"name":"add-entry","duration":214262,"timestamp":598044978448,"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":1751699032454,"traceId":"0b7c13ff595b59d8"},{"name":"add-entry","duration":214258,"timestamp":598044978453,"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":1751699032454,"traceId":"0b7c13ff595b59d8"},{"name":"add-entry","duration":214239,"timestamp":598044978475,"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":1751699032454,"traceId":"0b7c13ff595b59d8"},{"name":"add-entry","duration":214260,"timestamp":598044978459,"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":1751699032454,"traceId":"0b7c13ff595b59d8"},{"name":"add-entry","duration":214223,"timestamp":598044978498,"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":1751699032454,"traceId":"0b7c13ff595b59d8"},{"name":"add-entry","duration":214144,"timestamp":598044978580,"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":1751699032454,"traceId":"0b7c13ff595b59d8"},{"name":"make","duration":360156,"timestamp":598044978122,"id":18,"parentId":16,"tags":{},"startTime":1751699032453,"traceId":"0b7c13ff595b59d8"},{"name":"get-entries","duration":576,"timestamp":598045338899,"id":100,"parentId":99,"tags":{},"startTime":1751699032814,"traceId":"0b7c13ff595b59d8"},{"name":"node-file-trace-plugin","duration":79632,"timestamp":598045341175,"id":101,"parentId":99,"tags":{"traceEntryCount":"32"},"startTime":1751699032816,"traceId":"0b7c13ff595b59d8"},{"name":"collect-traced-files","duration":653,"timestamp":598045420817,"id":102,"parentId":99,"tags":{},"startTime":1751699032896,"traceId":"0b7c13ff595b59d8"},{"name":"finish-modules","duration":82662,"timestamp":598045338811,"id":99,"parentId":17,"tags":{},"startTime":1751699032814,"traceId":"0b7c13ff595b59d8"},{"name":"chunk-graph","duration":9775,"timestamp":598045439139,"id":104,"parentId":103,"tags":{},"startTime":1751699032914,"traceId":"0b7c13ff595b59d8"},{"name":"optimize-modules","duration":12,"timestamp":598045448980,"id":106,"parentId":103,"tags":{},"startTime":1751699032924,"traceId":"0b7c13ff595b59d8"},{"name":"optimize-chunks","duration":9908,"timestamp":598045449029,"id":107,"parentId":103,"tags":{},"startTime":1751699032924,"traceId":"0b7c13ff595b59d8"},{"name":"optimize-tree","duration":61,"timestamp":598045458989,"id":108,"parentId":103,"tags":{},"startTime":1751699032934,"traceId":"0b7c13ff595b59d8"},{"name":"optimize-chunk-modules","duration":12626,"timestamp":598045459089,"id":109,"parentId":103,"tags":{},"startTime":1751699032934,"traceId":"0b7c13ff595b59d8"},{"name":"optimize","duration":22816,"timestamp":598045448954,"id":105,"parentId":103,"tags":{},"startTime":1751699032924,"traceId":"0b7c13ff595b59d8"},{"name":"module-hash","duration":13731,"timestamp":598045481593,"id":110,"parentId":103,"tags":{},"startTime":1751699032957,"traceId":"0b7c13ff595b59d8"},{"name":"code-generation","duration":2318,"timestamp":598045495383,"id":111,"parentId":103,"tags":{},"startTime":1751699032970,"traceId":"0b7c13ff595b59d8"},{"name":"hash","duration":5945,"timestamp":598045500659,"id":112,"parentId":103,"tags":{},"startTime":1751699032976,"traceId":"0b7c13ff595b59d8"},{"name":"code-generation-jobs","duration":150,"timestamp":598045506603,"id":113,"parentId":103,"tags":{},"startTime":1751699032982,"traceId":"0b7c13ff595b59d8"},{"name":"module-assets","duration":217,"timestamp":598045506728,"id":114,"parentId":103,"tags":{},"startTime":1751699032982,"traceId":"0b7c13ff595b59d8"},{"name":"create-chunk-assets","duration":851,"timestamp":598045506951,"id":115,"parentId":103,"tags":{},"startTime":1751699032982,"traceId":"0b7c13ff595b59d8"},{"name":"minify-js","duration":148,"timestamp":598045512962,"id":117,"parentId":116,"tags":{"name":"../app/_not-found/page.js","cache":"HIT"},"startTime":1751699032988,"traceId":"0b7c13ff595b59d8"},{"name":"minify-js","duration":72,"timestamp":598045513044,"id":118,"parentId":116,"tags":{"name":"../app/api/cloudflare/route.js","cache":"HIT"},"startTime":1751699032988,"traceId":"0b7c13ff595b59d8"},{"name":"minify-js","duration":68,"timestamp":598045513049,"id":119,"parentId":116,"tags":{"name":"../app/api/databases/route.js","cache":"HIT"},"startTime":1751699032988,"traceId":"0b7c13ff595b59d8"},{"name":"minify-js","duration":65,"timestamp":598045513053,"id":120,"parentId":116,"tags":{"name":"../app/api/migrations/sync-files/route.js","cache":"HIT"},"startTime":1751699032988,"traceId":"0b7c13ff595b59d8"},{"name":"minify-js","duration":64,"timestamp":598045513055,"id":121,"parentId":116,"tags":{"name":"../app/api/migrations/sync/route.js","cache":"HIT"},"startTime":1751699032988,"traceId":"0b7c13ff595b59d8"},{"name":"minify-js","duration":62,"timestamp":598045513057,"id":122,"parentId":116,"tags":{"name":"../app/api/pull-data/confirm/route.js","cache":"HIT"},"startTime":1751699032988,"traceId":"0b7c13ff595b59d8"},{"name":"minify-js","duration":60,"timestamp":598045513060,"id":123,"parentId":116,"tags":{"name":"../app/api/pull-remote/confirm/route.js","cache":"HIT"},"startTime":1751699032988,"traceId":"0b7c13ff595b59d8"},{"name":"minify-js","duration":58,"timestamp":598045513062,"id":124,"parentId":116,"tags":{"name":"../app/api/pull-remote/preview/route.js","cache":"HIT"},"startTime":1751699032988,"traceId":"0b7c13ff595b59d8"},{"name":"minify-js","duration":57,"timestamp":598045513065,"id":125,"parentId":116,"tags":{"name":"../app/api/push-remote/confirm/route.js","cache":"HIT"},"startTime":1751699032988,"traceId":"0b7c13ff595b59d8"},{"name":"minify-js","duration":56,"timestamp":598045513067,"id":126,"parentId":116,"tags":{"name":"../app/api/push-remote/preview/route.js","cache":"HIT"},"startTime":1751699032988,"traceId":"0b7c13ff595b59d8"},{"name":"minify-js","duration":52,"timestamp":598045513071,"id":127,"parentId":116,"tags":{"name":"../app/api/query/route.js","cache":"HIT"},"startTime":1751699032988,"traceId":"0b7c13ff595b59d8"},{"name":"minify-js","duration":50,"timestamp":598045513074,"id":128,"parentId":116,"tags":{"name":"../app/api/tables/route.js","cache":"HIT"},"startTime":1751699032988,"traceId":"0b7c13ff595b59d8"},{"name":"minify-js","duration":47,"timestamp":598045513077,"id":129,"parentId":116,"tags":{"name":"../app/api/update/route.js","cache":"HIT"},"startTime":1751699032988,"traceId":"0b7c13ff595b59d8"},{"name":"minify-js","duration":46,"timestamp":598045513079,"id":130,"parentId":116,"tags":{"name":"../pages/_app.js","cache":"HIT"},"startTime":1751699032988,"traceId":"0b7c13ff595b59d8"},{"name":"minify-js","duration":44,"timestamp":598045513082,"id":131,"parentId":116,"tags":{"name":"../pages/_error.js","cache":"HIT"},"startTime":1751699032988,"traceId":"0b7c13ff595b59d8"},{"name":"minify-js","duration":39,"timestamp":598045513087,"id":132,"parentId":116,"tags":{"name":"../app/api/tables/[name]/route.js","cache":"HIT"},"startTime":1751699032988,"traceId":"0b7c13ff595b59d8"},{"name":"minify-js","duration":37,"timestamp":598045513090,"id":133,"parentId":116,"tags":{"name":"../pages/_document.js","cache":"HIT"},"startTime":1751699032988,"traceId":"0b7c13ff595b59d8"},{"name":"minify-js","duration":35,"timestamp":598045513092,"id":134,"parentId":116,"tags":{"name":"../app/page.js","cache":"HIT"},"startTime":1751699032988,"traceId":"0b7c13ff595b59d8"},{"name":"minify-js","duration":34,"timestamp":598045513094,"id":135,"parentId":116,"tags":{"name":"../webpack-runtime.js","cache":"HIT"},"startTime":1751699032988,"traceId":"0b7c13ff595b59d8"},{"name":"minify-js","duration":33,"timestamp":598045513096,"id":136,"parentId":116,"tags":{"name":"638.js","cache":"HIT"},"startTime":1751699032988,"traceId":"0b7c13ff595b59d8"},{"name":"minify-js","duration":31,"timestamp":598045513098,"id":137,"parentId":116,"tags":{"name":"452.js","cache":"HIT"},"startTime":1751699032988,"traceId":"0b7c13ff595b59d8"},{"name":"minify-js","duration":30,"timestamp":598045513100,"id":138,"parentId":116,"tags":{"name":"391.js","cache":"HIT"},"startTime":1751699032988,"traceId":"0b7c13ff595b59d8"},{"name":"minify-js","duration":29,"timestamp":598045513102,"id":139,"parentId":116,"tags":{"name":"992.js","cache":"HIT"},"startTime":1751699032988,"traceId":"0b7c13ff595b59d8"},{"name":"minify-js","duration":28,"timestamp":598045513104,"id":140,"parentId":116,"tags":{"name":"627.js","cache":"HIT"},"startTime":1751699032988,"traceId":"0b7c13ff595b59d8"},{"name":"minify-js","duration":25,"timestamp":598045513107,"id":141,"parentId":116,"tags":{"name":"226.js","cache":"HIT"},"startTime":1751699032988,"traceId":"0b7c13ff595b59d8"},{"name":"minify-js","duration":24,"timestamp":598045513109,"id":142,"parentId":116,"tags":{"name":"572.js","cache":"HIT"},"startTime":1751699032988,"traceId":"0b7c13ff595b59d8"},{"name":"minify-webpack-plugin-optimize","duration":3990,"timestamp":598045509157,"id":116,"parentId":16,"tags":{"compilationName":"server"},"startTime":1751699032984,"traceId":"0b7c13ff595b59d8"},{"name":"css-minimizer-plugin","duration":79,"timestamp":598045513260,"id":143,"parentId":16,"tags":{},"startTime":1751699032988,"traceId":"0b7c13ff595b59d8"},{"name":"create-trace-assets","duration":1478,"timestamp":598045513430,"id":144,"parentId":17,"tags":{},"startTime":1751699032989,"traceId":"0b7c13ff595b59d8"},{"name":"seal","duration":89587,"timestamp":598045429907,"id":103,"parentId":16,"tags":{},"startTime":1751699032905,"traceId":"0b7c13ff595b59d8"},{"name":"webpack-compilation","duration":552194,"timestamp":598044973869,"id":16,"parentId":13,"tags":{"name":"server"},"startTime":1751699032449,"traceId":"0b7c13ff595b59d8"},{"name":"emit","duration":7435,"timestamp":598045526323,"id":145,"parentId":13,"tags":{},"startTime":1751699033001,"traceId":"0b7c13ff595b59d8"},{"name":"webpack-close","duration":323,"timestamp":598045534542,"id":146,"parentId":13,"tags":{"name":"server"},"startTime":1751699033010,"traceId":"0b7c13ff595b59d8"},{"name":"webpack-generate-error-stats","duration":1050,"timestamp":598045534886,"id":147,"parentId":146,"tags":{},"startTime":1751699033010,"traceId":"0b7c13ff595b59d8"},{"name":"make","duration":93,"timestamp":598045541795,"id":149,"parentId":148,"tags":{},"startTime":1751699033017,"traceId":"0b7c13ff595b59d8"},{"name":"chunk-graph","duration":20,"timestamp":598045542179,"id":151,"parentId":150,"tags":{},"startTime":1751699033017,"traceId":"0b7c13ff595b59d8"},{"name":"optimize-modules","duration":3,"timestamp":598045542218,"id":153,"parentId":150,"tags":{},"startTime":1751699033017,"traceId":"0b7c13ff595b59d8"},{"name":"optimize-chunks","duration":32,"timestamp":598045542247,"id":154,"parentId":150,"tags":{},"startTime":1751699033017,"traceId":"0b7c13ff595b59d8"},{"name":"optimize-tree","duration":3,"timestamp":598045542296,"id":155,"parentId":150,"tags":{},"startTime":1751699033017,"traceId":"0b7c13ff595b59d8"},{"name":"optimize-chunk-modules","duration":22,"timestamp":598045542326,"id":156,"parentId":150,"tags":{},"startTime":1751699033017,"traceId":"0b7c13ff595b59d8"},{"name":"optimize","duration":154,"timestamp":598045542207,"id":152,"parentId":150,"tags":{},"startTime":1751699033017,"traceId":"0b7c13ff595b59d8"},{"name":"module-hash","duration":8,"timestamp":598045542442,"id":157,"parentId":150,"tags":{},"startTime":1751699033018,"traceId":"0b7c13ff595b59d8"},{"name":"code-generation","duration":6,"timestamp":598045542455,"id":158,"parentId":150,"tags":{},"startTime":1751699033018,"traceId":"0b7c13ff595b59d8"},{"name":"hash","duration":23,"timestamp":598045542484,"id":159,"parentId":150,"tags":{},"startTime":1751699033018,"traceId":"0b7c13ff595b59d8"},{"name":"code-generation-jobs","duration":16,"timestamp":598045542507,"id":160,"parentId":150,"tags":{},"startTime":1751699033018,"traceId":"0b7c13ff595b59d8"},{"name":"module-assets","duration":8,"timestamp":598045542519,"id":161,"parentId":150,"tags":{},"startTime":1751699033018,"traceId":"0b7c13ff595b59d8"},{"name":"create-chunk-assets","duration":7,"timestamp":598045542531,"id":162,"parentId":150,"tags":{},"startTime":1751699033018,"traceId":"0b7c13ff595b59d8"},{"name":"minify-js","duration":15,"timestamp":598045544084,"id":164,"parentId":163,"tags":{"name":"interception-route-rewrite-manifest.js","cache":"HIT"},"startTime":1751699033019,"traceId":"0b7c13ff595b59d8"},{"name":"minify-webpack-plugin-optimize","duration":358,"timestamp":598045543745,"id":163,"parentId":148,"tags":{"compilationName":"edge-server"},"startTime":1751699033019,"traceId":"0b7c13ff595b59d8"},{"name":"css-minimizer-plugin","duration":3,"timestamp":598045544121,"id":165,"parentId":148,"tags":{},"startTime":1751699033019,"traceId":"0b7c13ff595b59d8"},{"name":"seal","duration":2813,"timestamp":598045542120,"id":150,"parentId":148,"tags":{},"startTime":1751699033017,"traceId":"0b7c13ff595b59d8"},{"name":"webpack-compilation","duration":3894,"timestamp":598045541081,"id":148,"parentId":13,"tags":{"name":"edge-server"},"startTime":1751699033016,"traceId":"0b7c13ff595b59d8"},{"name":"emit","duration":415,"timestamp":598045544998,"id":166,"parentId":13,"tags":{},"startTime":1751699033020,"traceId":"0b7c13ff595b59d8"},{"name":"webpack-close","duration":77,"timestamp":598045545521,"id":167,"parentId":13,"tags":{"name":"edge-server"},"startTime":1751699033021,"traceId":"0b7c13ff595b59d8"},{"name":"webpack-generate-error-stats","duration":295,"timestamp":598045545602,"id":168,"parentId":167,"tags":{},"startTime":1751699033021,"traceId":"0b7c13ff595b59d8"}]
2
- [{"name":"add-entry","duration":72026,"timestamp":598045550759,"id":179,"parentId":170,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1751699033026,"traceId":"0b7c13ff595b59d8"},{"name":"add-entry","duration":72033,"timestamp":598045550762,"id":180,"parentId":170,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1751699033026,"traceId":"0b7c13ff595b59d8"},{"name":"add-entry","duration":72034,"timestamp":598045550764,"id":181,"parentId":170,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1751699033026,"traceId":"0b7c13ff595b59d8"},{"name":"add-entry","duration":72034,"timestamp":598045550765,"id":182,"parentId":170,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1751699033026,"traceId":"0b7c13ff595b59d8"},{"name":"add-entry","duration":72034,"timestamp":598045550766,"id":183,"parentId":170,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1751699033026,"traceId":"0b7c13ff595b59d8"},{"name":"add-entry","duration":72033,"timestamp":598045550768,"id":184,"parentId":170,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1751699033026,"traceId":"0b7c13ff595b59d8"},{"name":"add-entry","duration":72031,"timestamp":598045550770,"id":185,"parentId":170,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1751699033026,"traceId":"0b7c13ff595b59d8"},{"name":"add-entry","duration":72031,"timestamp":598045550772,"id":186,"parentId":170,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1751699033026,"traceId":"0b7c13ff595b59d8"},{"name":"add-entry","duration":72031,"timestamp":598045550773,"id":187,"parentId":170,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1751699033026,"traceId":"0b7c13ff595b59d8"},{"name":"add-entry","duration":72032,"timestamp":598045550774,"id":188,"parentId":170,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1751699033026,"traceId":"0b7c13ff595b59d8"},{"name":"add-entry","duration":72032,"timestamp":598045550776,"id":189,"parentId":170,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1751699033026,"traceId":"0b7c13ff595b59d8"},{"name":"add-entry","duration":72031,"timestamp":598045550777,"id":190,"parentId":170,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1751699033026,"traceId":"0b7c13ff595b59d8"},{"name":"add-entry","duration":72031,"timestamp":598045550778,"id":191,"parentId":170,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1751699033026,"traceId":"0b7c13ff595b59d8"},{"name":"add-entry","duration":106696,"timestamp":598045550741,"id":174,"parentId":170,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fclient%2Fcomponents%2Fnot-found-error&page=%2F_not-found%2Fpage!"},"startTime":1751699033026,"traceId":"0b7c13ff595b59d8"},{"name":"add-entry","duration":110241,"timestamp":598045550748,"id":175,"parentId":170,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1751699033026,"traceId":"0b7c13ff595b59d8"},{"name":"add-entry","duration":129394,"timestamp":598045550756,"id":177,"parentId":170,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1751699033026,"traceId":"0b7c13ff595b59d8"},{"name":"add-entry","duration":144636,"timestamp":598045550678,"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":1751699033026,"traceId":"0b7c13ff595b59d8"},{"name":"add-entry","duration":146238,"timestamp":598045550672,"id":172,"parentId":170,"tags":{"request":"./node_modules/next/dist/client/app-next.js"},"startTime":1751699033026,"traceId":"0b7c13ff595b59d8"},{"name":"add-entry","duration":158908,"timestamp":598045550754,"id":176,"parentId":170,"tags":{"request":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/client/router.js"},"startTime":1751699033026,"traceId":"0b7c13ff595b59d8"},{"name":"add-entry","duration":159026,"timestamp":598045550648,"id":171,"parentId":170,"tags":{"request":"./node_modules/next/dist/client/next.js"},"startTime":1751699033026,"traceId":"0b7c13ff595b59d8"},{"name":"add-entry","duration":186384,"timestamp":598045550779,"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":1751699033026,"traceId":"0b7c13ff595b59d8"},{"name":"postcss-process","duration":203610,"timestamp":598045815752,"id":196,"parentId":195,"tags":{},"startTime":1751699033291,"traceId":"0b7c13ff595b59d8"},{"name":"postcss-loader","duration":286392,"timestamp":598045733014,"id":195,"parentId":194,"tags":{},"startTime":1751699033208,"traceId":"0b7c13ff595b59d8"},{"name":"css-loader","duration":21540,"timestamp":598046019533,"id":197,"parentId":194,"tags":{"astUsed":"true"},"startTime":1751699033495,"traceId":"0b7c13ff595b59d8"},{"name":"build-module-css","duration":319579,"timestamp":598045728196,"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":1751699033203,"traceId":"0b7c13ff595b59d8"},{"name":"build-module-css","duration":325800,"timestamp":598045724643,"id":193,"parentId":169,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/src/app/globals.css","layer":"app-pages-browser"},"startTime":1751699033200,"traceId":"0b7c13ff595b59d8"},{"name":"build-module","duration":43,"timestamp":598046050545,"id":198,"parentId":193,"tags":{},"startTime":1751699033526,"traceId":"0b7c13ff595b59d8"},{"name":"add-entry","duration":499853,"timestamp":598045550757,"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":1751699033026,"traceId":"0b7c13ff595b59d8"},{"name":"make","duration":500098,"timestamp":598045550529,"id":170,"parentId":169,"tags":{},"startTime":1751699033026,"traceId":"0b7c13ff595b59d8"},{"name":"chunk-graph","duration":5491,"timestamp":598046061243,"id":200,"parentId":199,"tags":{},"startTime":1751699033536,"traceId":"0b7c13ff595b59d8"},{"name":"optimize-modules","duration":4,"timestamp":598046066770,"id":202,"parentId":199,"tags":{},"startTime":1751699033542,"traceId":"0b7c13ff595b59d8"},{"name":"optimize-chunks","duration":2421,"timestamp":598046067293,"id":204,"parentId":199,"tags":{},"startTime":1751699033542,"traceId":"0b7c13ff595b59d8"},{"name":"optimize-tree","duration":5,"timestamp":598046069739,"id":205,"parentId":199,"tags":{},"startTime":1751699033545,"traceId":"0b7c13ff595b59d8"},{"name":"optimize-chunk-modules","duration":4932,"timestamp":598046069762,"id":206,"parentId":199,"tags":{},"startTime":1751699033545,"traceId":"0b7c13ff595b59d8"},{"name":"optimize","duration":7955,"timestamp":598046066759,"id":201,"parentId":199,"tags":{},"startTime":1751699033542,"traceId":"0b7c13ff595b59d8"},{"name":"module-hash","duration":6762,"timestamp":598046079577,"id":207,"parentId":199,"tags":{},"startTime":1751699033555,"traceId":"0b7c13ff595b59d8"},{"name":"code-generation","duration":1075,"timestamp":598046086378,"id":208,"parentId":199,"tags":{},"startTime":1751699033561,"traceId":"0b7c13ff595b59d8"},{"name":"hash","duration":2275,"timestamp":598046088957,"id":209,"parentId":199,"tags":{},"startTime":1751699033564,"traceId":"0b7c13ff595b59d8"},{"name":"code-generation-jobs","duration":64,"timestamp":598046091231,"id":210,"parentId":199,"tags":{},"startTime":1751699033566,"traceId":"0b7c13ff595b59d8"},{"name":"module-assets","duration":160,"timestamp":598046091287,"id":211,"parentId":199,"tags":{},"startTime":1751699033566,"traceId":"0b7c13ff595b59d8"},{"name":"create-chunk-assets","duration":1119,"timestamp":598046091452,"id":212,"parentId":199,"tags":{},"startTime":1751699033567,"traceId":"0b7c13ff595b59d8"},{"name":"NextJsBuildManifest-generateClientManifest","duration":737,"timestamp":598046093327,"id":214,"parentId":169,"tags":{},"startTime":1751699033568,"traceId":"0b7c13ff595b59d8"},{"name":"NextJsBuildManifest-createassets","duration":1093,"timestamp":598046092975,"id":213,"parentId":169,"tags":{},"startTime":1751699033568,"traceId":"0b7c13ff595b59d8"},{"name":"minify-js","duration":331,"timestamp":598046096236,"id":216,"parentId":215,"tags":{"name":"static/chunks/main-8d0ab17774ffa031.js","cache":"HIT"},"startTime":1751699033571,"traceId":"0b7c13ff595b59d8"},{"name":"minify-js","duration":312,"timestamp":598046096258,"id":217,"parentId":215,"tags":{"name":"static/chunks/main-app-4506e88db72db4b7.js","cache":"HIT"},"startTime":1751699033571,"traceId":"0b7c13ff595b59d8"},{"name":"minify-js","duration":305,"timestamp":598046096266,"id":218,"parentId":215,"tags":{"name":"static/chunks/app/_not-found/page-b786c3dd79ad15a5.js","cache":"HIT"},"startTime":1751699033571,"traceId":"0b7c13ff595b59d8"},{"name":"minify-js","duration":301,"timestamp":598046096271,"id":219,"parentId":215,"tags":{"name":"static/chunks/pages/_app-d23763e3e6c904ff.js","cache":"HIT"},"startTime":1751699033571,"traceId":"0b7c13ff595b59d8"},{"name":"minify-js","duration":297,"timestamp":598046096275,"id":220,"parentId":215,"tags":{"name":"static/chunks/pages/_error-9b7125ad1a1e68fa.js","cache":"HIT"},"startTime":1751699033571,"traceId":"0b7c13ff595b59d8"},{"name":"minify-js","duration":293,"timestamp":598046096280,"id":221,"parentId":215,"tags":{"name":"static/chunks/app/layout-40ec07d04681ba81.js","cache":"HIT"},"startTime":1751699033571,"traceId":"0b7c13ff595b59d8"},{"name":"minify-js","duration":290,"timestamp":598046096284,"id":222,"parentId":215,"tags":{"name":"static/chunks/app/api/cloudflare/route-b77846f372b01f38.js","cache":"HIT"},"startTime":1751699033571,"traceId":"0b7c13ff595b59d8"},{"name":"minify-js","duration":286,"timestamp":598046096288,"id":223,"parentId":215,"tags":{"name":"static/chunks/app/api/databases/route-407794f8145d9a0b.js","cache":"HIT"},"startTime":1751699033571,"traceId":"0b7c13ff595b59d8"},{"name":"minify-js","duration":283,"timestamp":598046096292,"id":224,"parentId":215,"tags":{"name":"static/chunks/app/api/migrations/sync-files/route-92010db279b4dd8e.js","cache":"HIT"},"startTime":1751699033571,"traceId":"0b7c13ff595b59d8"},{"name":"minify-js","duration":280,"timestamp":598046096297,"id":225,"parentId":215,"tags":{"name":"static/chunks/app/api/migrations/sync/route-9f480f5590369a8f.js","cache":"HIT"},"startTime":1751699033571,"traceId":"0b7c13ff595b59d8"},{"name":"minify-js","duration":276,"timestamp":598046096301,"id":226,"parentId":215,"tags":{"name":"static/chunks/app/api/pull-data/confirm/route-a02fe6d3cdd0a535.js","cache":"HIT"},"startTime":1751699033571,"traceId":"0b7c13ff595b59d8"},{"name":"minify-js","duration":273,"timestamp":598046096305,"id":227,"parentId":215,"tags":{"name":"static/chunks/app/api/pull-remote/confirm/route-f401a03507d1da50.js","cache":"HIT"},"startTime":1751699033571,"traceId":"0b7c13ff595b59d8"},{"name":"minify-js","duration":269,"timestamp":598046096309,"id":228,"parentId":215,"tags":{"name":"static/chunks/app/api/pull-remote/preview/route-3c53814b5cb8b6b0.js","cache":"HIT"},"startTime":1751699033571,"traceId":"0b7c13ff595b59d8"},{"name":"minify-js","duration":266,"timestamp":598046096313,"id":229,"parentId":215,"tags":{"name":"static/chunks/app/api/push-remote/confirm/route-8f359249e907c63b.js","cache":"HIT"},"startTime":1751699033571,"traceId":"0b7c13ff595b59d8"},{"name":"minify-js","duration":262,"timestamp":598046096317,"id":230,"parentId":215,"tags":{"name":"static/chunks/app/api/push-remote/preview/route-b51bf94f39c17a9d.js","cache":"HIT"},"startTime":1751699033571,"traceId":"0b7c13ff595b59d8"},{"name":"minify-js","duration":259,"timestamp":598046096321,"id":231,"parentId":215,"tags":{"name":"static/chunks/app/api/query/route-87bae2d4aebaf859.js","cache":"HIT"},"startTime":1751699033571,"traceId":"0b7c13ff595b59d8"},{"name":"minify-js","duration":255,"timestamp":598046096326,"id":232,"parentId":215,"tags":{"name":"static/chunks/app/api/tables/route-0f46f911562abcdf.js","cache":"HIT"},"startTime":1751699033571,"traceId":"0b7c13ff595b59d8"},{"name":"minify-js","duration":252,"timestamp":598046096330,"id":233,"parentId":215,"tags":{"name":"static/chunks/app/api/update/route-14edc1917760bce0.js","cache":"HIT"},"startTime":1751699033571,"traceId":"0b7c13ff595b59d8"},{"name":"minify-js","duration":249,"timestamp":598046096333,"id":234,"parentId":215,"tags":{"name":"static/chunks/app/api/tables/[name]/route-d20ca163b9c03e7c.js","cache":"HIT"},"startTime":1751699033571,"traceId":"0b7c13ff595b59d8"},{"name":"minify-js","duration":246,"timestamp":598046096337,"id":235,"parentId":215,"tags":{"name":"static/chunks/app/page-f05cd0fc436bf9bc.js","cache":"HIT"},"startTime":1751699033571,"traceId":"0b7c13ff595b59d8"},{"name":"minify-js","duration":242,"timestamp":598046096342,"id":236,"parentId":215,"tags":{"name":"static/chunks/webpack-c76ac1e586b2802a.js","cache":"HIT"},"startTime":1751699033571,"traceId":"0b7c13ff595b59d8"},{"name":"minify-js","duration":238,"timestamp":598046096346,"id":237,"parentId":215,"tags":{"name":"static/chunks/framework-d29117d969504448.js","cache":"HIT"},"startTime":1751699033571,"traceId":"0b7c13ff595b59d8"},{"name":"minify-js","duration":235,"timestamp":598046096350,"id":238,"parentId":215,"tags":{"name":"static/chunks/4bd1b696-8c908eb707f85a27.js","cache":"HIT"},"startTime":1751699033571,"traceId":"0b7c13ff595b59d8"},{"name":"minify-js","duration":232,"timestamp":598046096354,"id":239,"parentId":215,"tags":{"name":"static/chunks/692-ede418e1d28a1394.js","cache":"HIT"},"startTime":1751699033571,"traceId":"0b7c13ff595b59d8"},{"name":"minify-js","duration":228,"timestamp":598046096358,"id":240,"parentId":215,"tags":{"name":"static/chunks/517-3b698a5d3da06ff7.js","cache":"HIT"},"startTime":1751699033571,"traceId":"0b7c13ff595b59d8"},{"name":"minify-js","duration":224,"timestamp":598046096363,"id":241,"parentId":215,"tags":{"name":"static/chunks/576-18a2209e1ed26aad.js","cache":"HIT"},"startTime":1751699033571,"traceId":"0b7c13ff595b59d8"},{"name":"minify-js","duration":219,"timestamp":598046096369,"id":242,"parentId":215,"tags":{"name":"static/chunks/92-5f7522943fcb72a8.js","cache":"HIT"},"startTime":1751699033571,"traceId":"0b7c13ff595b59d8"},{"name":"minify-js","duration":215,"timestamp":598046096374,"id":243,"parentId":215,"tags":{"name":"static/chunks/735-b885dfec6353171d.js","cache":"HIT"},"startTime":1751699033571,"traceId":"0b7c13ff595b59d8"},{"name":"minify-js","duration":211,"timestamp":598046096378,"id":244,"parentId":215,"tags":{"name":"server/middleware-react-loadable-manifest.js","cache":"HIT"},"startTime":1751699033571,"traceId":"0b7c13ff595b59d8"},{"name":"minify-js","duration":49,"timestamp":598046096541,"id":246,"parentId":215,"tags":{"name":"server/middleware-build-manifest.js","cache":"HIT"},"startTime":1751699033572,"traceId":"0b7c13ff595b59d8"},{"name":"minify-js","duration":26,"timestamp":598046096565,"id":248,"parentId":215,"tags":{"name":"server/next-font-manifest.js","cache":"HIT"},"startTime":1751699033572,"traceId":"0b7c13ff595b59d8"},{"name":"minify-js","duration":992,"timestamp":598046096382,"id":245,"parentId":215,"tags":{"name":"static/IX-QLbm7scYnyqWeeimal/_ssgManifest.js","cache":"MISS"},"startTime":1751699033571,"traceId":"0b7c13ff595b59d8"},{"name":"minify-js","duration":1687,"timestamp":598046096545,"id":247,"parentId":215,"tags":{"name":"static/IX-QLbm7scYnyqWeeimal/_buildManifest.js","cache":"MISS"},"startTime":1751699033572,"traceId":"0b7c13ff595b59d8"},{"name":"minify-webpack-plugin-optimize","duration":3595,"timestamp":598046094644,"id":215,"parentId":169,"tags":{"compilationName":"client"},"startTime":1751699033570,"traceId":"0b7c13ff595b59d8"},{"name":"minify-css","duration":43,"timestamp":598046098301,"id":250,"parentId":249,"tags":{"file":"static/css/aca1e07deeaf8fc7.css","cache":"HIT"},"startTime":1751699033573,"traceId":"0b7c13ff595b59d8"},{"name":"css-minimizer-plugin","duration":73,"timestamp":598046098273,"id":249,"parentId":169,"tags":{},"startTime":1751699033573,"traceId":"0b7c13ff595b59d8"},{"name":"seal","duration":49684,"timestamp":598046055847,"id":199,"parentId":169,"tags":{},"startTime":1751699033531,"traceId":"0b7c13ff595b59d8"},{"name":"webpack-compilation","duration":555764,"timestamp":598045549809,"id":169,"parentId":13,"tags":{"name":"client"},"startTime":1751699033025,"traceId":"0b7c13ff595b59d8"},{"name":"emit","duration":8662,"timestamp":598046105595,"id":251,"parentId":13,"tags":{},"startTime":1751699033581,"traceId":"0b7c13ff595b59d8"},{"name":"webpack-close","duration":83240,"timestamp":598046114547,"id":252,"parentId":13,"tags":{"name":"client"},"startTime":1751699033590,"traceId":"0b7c13ff595b59d8"},{"name":"webpack-generate-error-stats","duration":607,"timestamp":598046197800,"id":253,"parentId":252,"tags":{},"startTime":1751699033673,"traceId":"0b7c13ff595b59d8"},{"name":"run-webpack-compiler","duration":1423250,"timestamp":598044775308,"id":13,"parentId":1,"tags":{},"startTime":1751699032250,"traceId":"0b7c13ff595b59d8"},{"name":"format-webpack-messages","duration":41,"timestamp":598046198561,"id":254,"parentId":1,"tags":{},"startTime":1751699033674,"traceId":"0b7c13ff595b59d8"},{"name":"verify-and-lint","duration":508821,"timestamp":598046205422,"id":257,"parentId":1,"tags":{},"startTime":1751699033680,"traceId":"0b7c13ff595b59d8"},{"name":"verify-typescript-setup","duration":2636365,"timestamp":598046202473,"id":256,"parentId":1,"tags":{},"startTime":1751699033678,"traceId":"0b7c13ff595b59d8"},{"name":"check-static-error-page","duration":4391,"timestamp":598048848928,"id":260,"parentId":259,"tags":{},"startTime":1751699036324,"traceId":"0b7c13ff595b59d8"},{"name":"check-page","duration":957,"timestamp":598048873464,"id":261,"parentId":259,"tags":{"page":"/_app"},"startTime":1751699036349,"traceId":"0b7c13ff595b59d8"},{"name":"check-page","duration":643,"timestamp":598048873788,"id":263,"parentId":259,"tags":{"page":"/_document"},"startTime":1751699036349,"traceId":"0b7c13ff595b59d8"},{"name":"check-page","duration":1215,"timestamp":598048873767,"id":262,"parentId":259,"tags":{"page":"/_error"},"startTime":1751699036349,"traceId":"0b7c13ff595b59d8"},{"name":"is-page-static","duration":195215,"timestamp":598048875898,"id":283,"parentId":269,"tags":{},"startTime":1751699036351,"traceId":"0b7c13ff595b59d8"},{"name":"check-page","duration":197184,"timestamp":598048874009,"id":269,"parentId":259,"tags":{"page":"/api/pull-data/confirm"},"startTime":1751699036349,"traceId":"0b7c13ff595b59d8"},{"name":"is-page-static","duration":196154,"timestamp":598048876190,"id":285,"parentId":264,"tags":{},"startTime":1751699036351,"traceId":"0b7c13ff595b59d8"},{"name":"check-page","duration":198581,"timestamp":598048873799,"id":264,"parentId":259,"tags":{"page":"/_not-found"},"startTime":1751699036349,"traceId":"0b7c13ff595b59d8"},{"name":"is-page-static","duration":201437,"timestamp":598048876448,"id":289,"parentId":271,"tags":{},"startTime":1751699036351,"traceId":"0b7c13ff595b59d8"},{"name":"check-page","duration":203847,"timestamp":598048874074,"id":271,"parentId":259,"tags":{"page":"/api/pull-remote/preview"},"startTime":1751699036349,"traceId":"0b7c13ff595b59d8"},{"name":"is-page-static","duration":203268,"timestamp":598048876607,"id":290,"parentId":277,"tags":{},"startTime":1751699036352,"traceId":"0b7c13ff595b59d8"},{"name":"check-page","duration":205639,"timestamp":598048874267,"id":277,"parentId":259,"tags":{"page":"/api/update"},"startTime":1751699036349,"traceId":"0b7c13ff595b59d8"},{"name":"is-page-static","duration":204884,"timestamp":598048877246,"id":291,"parentId":275,"tags":{},"startTime":1751699036352,"traceId":"0b7c13ff595b59d8"}]
3
- [{"name":"check-page","duration":208217,"timestamp":598048874150,"id":275,"parentId":259,"tags":{"page":"/api/tables/[name]"},"startTime":1751699036349,"traceId":"0b7c13ff595b59d8"},{"name":"is-page-static","duration":206921,"timestamp":598048875822,"id":282,"parentId":268,"tags":{},"startTime":1751699036351,"traceId":"0b7c13ff595b59d8"},{"name":"check-page","duration":208784,"timestamp":598048873990,"id":268,"parentId":259,"tags":{"page":"/api/migrations/sync"},"startTime":1751699036349,"traceId":"0b7c13ff595b59d8"},{"name":"is-page-static","duration":207187,"timestamp":598048876349,"id":287,"parentId":274,"tags":{},"startTime":1751699036351,"traceId":"0b7c13ff595b59d8"},{"name":"check-page","duration":209434,"timestamp":598048874132,"id":274,"parentId":259,"tags":{"page":"/api/query"},"startTime":1751699036349,"traceId":"0b7c13ff595b59d8"},{"name":"is-page-static","duration":215722,"timestamp":598048876280,"id":286,"parentId":270,"tags":{},"startTime":1751699036351,"traceId":"0b7c13ff595b59d8"},{"name":"check-page","duration":218005,"timestamp":598048874031,"id":270,"parentId":259,"tags":{"page":"/api/pull-remote/confirm"},"startTime":1751699036349,"traceId":"0b7c13ff595b59d8"},{"name":"is-page-static","duration":216824,"timestamp":598048875757,"id":281,"parentId":267,"tags":{},"startTime":1751699036351,"traceId":"0b7c13ff595b59d8"},{"name":"check-page","duration":218634,"timestamp":598048873970,"id":267,"parentId":259,"tags":{"page":"/api/migrations/sync-files"},"startTime":1751699036349,"traceId":"0b7c13ff595b59d8"},{"name":"is-page-static","duration":215502,"timestamp":598048877290,"id":292,"parentId":273,"tags":{},"startTime":1751699036352,"traceId":"0b7c13ff595b59d8"},{"name":"check-page","duration":218694,"timestamp":598048874113,"id":273,"parentId":259,"tags":{"page":"/api/push-remote/preview"},"startTime":1751699036349,"traceId":"0b7c13ff595b59d8"},{"name":"is-page-static","duration":217167,"timestamp":598048875686,"id":280,"parentId":266,"tags":{},"startTime":1751699036351,"traceId":"0b7c13ff595b59d8"},{"name":"check-page","duration":218913,"timestamp":598048873947,"id":266,"parentId":259,"tags":{"page":"/api/databases"},"startTime":1751699036349,"traceId":"0b7c13ff595b59d8"},{"name":"is-page-static","duration":219247,"timestamp":598048875437,"id":279,"parentId":265,"tags":{},"startTime":1751699036350,"traceId":"0b7c13ff595b59d8"},{"name":"check-page","duration":220789,"timestamp":598048873916,"id":265,"parentId":259,"tags":{"page":"/api/cloudflare"},"startTime":1751699036349,"traceId":"0b7c13ff595b59d8"},{"name":"is-page-static","duration":222169,"timestamp":598048875968,"id":284,"parentId":272,"tags":{},"startTime":1751699036351,"traceId":"0b7c13ff595b59d8"},{"name":"check-page","duration":224086,"timestamp":598048874094,"id":272,"parentId":259,"tags":{"page":"/api/push-remote/confirm"},"startTime":1751699036349,"traceId":"0b7c13ff595b59d8"},{"name":"is-page-static","duration":225611,"timestamp":598048876394,"id":288,"parentId":276,"tags":{},"startTime":1751699036351,"traceId":"0b7c13ff595b59d8"},{"name":"check-page","duration":227895,"timestamp":598048874169,"id":276,"parentId":259,"tags":{"page":"/api/tables"},"startTime":1751699036349,"traceId":"0b7c13ff595b59d8"},{"name":"is-page-static","duration":225345,"timestamp":598048879142,"id":293,"parentId":278,"tags":{},"startTime":1751699036354,"traceId":"0b7c13ff595b59d8"},{"name":"check-page","duration":230214,"timestamp":598048874296,"id":278,"parentId":259,"tags":{"page":"/"},"startTime":1751699036349,"traceId":"0b7c13ff595b59d8"},{"name":"static-check","duration":256150,"timestamp":598048848391,"id":259,"parentId":1,"tags":{},"startTime":1751699036323,"traceId":"0b7c13ff595b59d8"},{"name":"generate-required-server-files","duration":209,"timestamp":598049104775,"id":295,"parentId":1,"tags":{},"startTime":1751699036580,"traceId":"0b7c13ff595b59d8"},{"name":"write-routes-manifest","duration":1229,"timestamp":598049108616,"id":297,"parentId":1,"tags":{},"startTime":1751699036584,"traceId":"0b7c13ff595b59d8"},{"name":"load-dotenv","duration":12,"timestamp":598049396338,"id":300,"parentId":299,"tags":{},"startTime":1751699036871,"traceId":"0b7c13ff595b59d8"},{"name":"run-export-path-map","duration":224,"timestamp":598049907884,"id":301,"parentId":299,"tags":{},"startTime":1751699037383,"traceId":"0b7c13ff595b59d8"},{"name":"next-export","duration":892311,"timestamp":598049395987,"id":299,"parentId":1,"tags":{},"startTime":1751699036871,"traceId":"0b7c13ff595b59d8"},{"name":"move-exported-app-not-found-","duration":1966,"timestamp":598050288858,"id":302,"parentId":298,"tags":{},"startTime":1751699037764,"traceId":"0b7c13ff595b59d8"},{"name":"move-exported-page","duration":18299,"timestamp":598050290880,"id":303,"parentId":298,"tags":{},"startTime":1751699037766,"traceId":"0b7c13ff595b59d8"},{"name":"static-generation","duration":1090125,"timestamp":598049394806,"id":298,"parentId":1,"tags":{},"startTime":1751699036870,"traceId":"0b7c13ff595b59d8"},{"name":"node-file-trace-build","duration":3663522,"timestamp":598049106187,"id":296,"parentId":1,"tags":{"isTurbotrace":"false"},"startTime":1751699036581,"traceId":"0b7c13ff595b59d8"},{"name":"apply-include-excludes","duration":280,"timestamp":598052769726,"id":304,"parentId":1,"tags":{},"startTime":1751699040245,"traceId":"0b7c13ff595b59d8"},{"name":"print-tree-view","duration":1400,"timestamp":598052770283,"id":305,"parentId":1,"tags":{},"startTime":1751699040245,"traceId":"0b7c13ff595b59d8"},{"name":"telemetry-flush","duration":19,"timestamp":598052771689,"id":306,"parentId":1,"tags":{},"startTime":1751699040247,"traceId":"0b7c13ff595b59d8"},{"name":"next-build","duration":8105309,"timestamp":598044666403,"id":1,"tags":{"buildMode":"default","isTurboBuild":"false","version":"15.1.6","has-custom-webpack-config":"true","use-build-worker":"false"},"startTime":1751699032142,"traceId":"0b7c13ff595b59d8"}]
1
+ [{"name":"generate-buildid","duration":119,"timestamp":1532282095641,"id":4,"parentId":1,"tags":{},"startTime":1773907991400,"traceId":"c94d3a685d13f935"},{"name":"load-custom-routes","duration":129,"timestamp":1532282095800,"id":5,"parentId":1,"tags":{},"startTime":1773907991400,"traceId":"c94d3a685d13f935"},{"name":"create-dist-dir","duration":152,"timestamp":1532282127429,"id":6,"parentId":1,"tags":{},"startTime":1773907991432,"traceId":"c94d3a685d13f935"},{"name":"create-pages-mapping","duration":78,"timestamp":1532282128574,"id":7,"parentId":1,"tags":{},"startTime":1773907991433,"traceId":"c94d3a685d13f935"},{"name":"collect-app-paths","duration":1677,"timestamp":1532282128666,"id":8,"parentId":1,"tags":{},"startTime":1773907991433,"traceId":"c94d3a685d13f935"},{"name":"create-app-mapping","duration":732,"timestamp":1532282130362,"id":9,"parentId":1,"tags":{},"startTime":1773907991435,"traceId":"c94d3a685d13f935"},{"name":"public-dir-conflict-check","duration":625,"timestamp":1532282131307,"id":10,"parentId":1,"tags":{},"startTime":1773907991436,"traceId":"c94d3a685d13f935"},{"name":"generate-routes-manifest","duration":1524,"timestamp":1532282132040,"id":11,"parentId":1,"tags":{},"startTime":1773907991436,"traceId":"c94d3a685d13f935"},{"name":"create-entrypoints","duration":64814,"timestamp":1532282140221,"id":14,"parentId":1,"tags":{},"startTime":1773907991444,"traceId":"c94d3a685d13f935"},{"name":"generate-webpack-config","duration":162198,"timestamp":1532282205073,"id":15,"parentId":13,"tags":{},"startTime":1773907991509,"traceId":"c94d3a685d13f935"},{"name":"next-trace-entrypoint-plugin","duration":1103,"timestamp":1532282424407,"id":17,"parentId":16,"tags":{},"startTime":1773907991729,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":22635,"timestamp":1532282474591,"id":43,"parentId":38,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/pages/_app.js","layer":null},"startTime":1773907991779,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":39439,"timestamp":1532282476333,"id":44,"parentId":41,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/pages/_document.js","layer":null},"startTime":1773907991781,"traceId":"c94d3a685d13f935"},{"name":"build-module","duration":138,"timestamp":1532282526450,"id":67,"parentId":43,"tags":{"name":"react/jsx-runtime","layer":null},"startTime":1773907991831,"traceId":"c94d3a685d13f935"},{"name":"build-module","duration":17,"timestamp":1532282526611,"id":68,"parentId":43,"tags":{"name":"react","layer":null},"startTime":1773907991831,"traceId":"c94d3a685d13f935"},{"name":"build-module","duration":50064,"timestamp":1532282479102,"id":45,"parentId":19,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/build/webpack/loaders/next-app-loader/index.js?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!","layer":"rsc"},"startTime":1773907991783,"traceId":"c94d3a685d13f935"},{"name":"build-module","duration":43032,"timestamp":1532282486750,"id":52,"parentId":26,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/build/webpack/loaders/next-app-loader/index.js?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!","layer":"rsc"},"startTime":1773907991791,"traceId":"c94d3a685d13f935"},{"name":"build-module","duration":43870,"timestamp":1532282486531,"id":51,"parentId":25,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/build/webpack/loaders/next-app-loader/index.js?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!","layer":"rsc"},"startTime":1773907991791,"traceId":"c94d3a685d13f935"},{"name":"build-module","duration":45109,"timestamp":1532282485974,"id":47,"parentId":21,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/build/webpack/loaders/next-app-loader/index.js?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!","layer":"rsc"},"startTime":1773907991790,"traceId":"c94d3a685d13f935"},{"name":"build-module","duration":45098,"timestamp":1532282486396,"id":49,"parentId":23,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/build/webpack/loaders/next-app-loader/index.js?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!","layer":"rsc"},"startTime":1773907991791,"traceId":"c94d3a685d13f935"},{"name":"build-module","duration":46090,"timestamp":1532282485838,"id":46,"parentId":20,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/build/webpack/loaders/next-app-loader/index.js?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!","layer":"rsc"},"startTime":1773907991790,"traceId":"c94d3a685d13f935"},{"name":"build-module","duration":45424,"timestamp":1532282486965,"id":54,"parentId":28,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/build/webpack/loaders/next-app-loader/index.js?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!","layer":"rsc"},"startTime":1773907991791,"traceId":"c94d3a685d13f935"},{"name":"build-module","duration":45879,"timestamp":1532282487062,"id":55,"parentId":29,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/build/webpack/loaders/next-app-loader/index.js?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!","layer":"rsc"},"startTime":1773907991791,"traceId":"c94d3a685d13f935"},{"name":"build-module","duration":46472,"timestamp":1532282487109,"id":56,"parentId":30,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/build/webpack/loaders/next-app-loader/index.js?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!","layer":"rsc"},"startTime":1773907991791,"traceId":"c94d3a685d13f935"},{"name":"build-module","duration":47191,"timestamp":1532282486850,"id":53,"parentId":27,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/build/webpack/loaders/next-app-loader/index.js?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!","layer":"rsc"},"startTime":1773907991791,"traceId":"c94d3a685d13f935"},{"name":"build-module","duration":47584,"timestamp":1532282487154,"id":57,"parentId":31,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/build/webpack/loaders/next-app-loader/index.js?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!","layer":"rsc"},"startTime":1773907991791,"traceId":"c94d3a685d13f935"},{"name":"build-module","duration":47923,"timestamp":1532282487197,"id":58,"parentId":32,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/build/webpack/loaders/next-app-loader/index.js?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!","layer":"rsc"},"startTime":1773907991791,"traceId":"c94d3a685d13f935"},{"name":"build-module","duration":48233,"timestamp":1532282487252,"id":59,"parentId":33,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/build/webpack/loaders/next-app-loader/index.js?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!","layer":"rsc"},"startTime":1773907991791,"traceId":"c94d3a685d13f935"},{"name":"build-module","duration":48578,"timestamp":1532282487298,"id":60,"parentId":34,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/build/webpack/loaders/next-app-loader/index.js?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!","layer":"rsc"},"startTime":1773907991792,"traceId":"c94d3a685d13f935"},{"name":"build-module","duration":48812,"timestamp":1532282487393,"id":61,"parentId":35,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/build/webpack/loaders/next-app-loader/index.js?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!","layer":"rsc"},"startTime":1773907991792,"traceId":"c94d3a685d13f935"},{"name":"build-module","duration":50158,"timestamp":1532282486467,"id":50,"parentId":24,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/build/webpack/loaders/next-app-loader/index.js?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!","layer":"rsc"},"startTime":1773907991791,"traceId":"c94d3a685d13f935"},{"name":"build-module","duration":49540,"timestamp":1532282487483,"id":63,"parentId":39,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/build/webpack/loaders/next-app-loader/index.js?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!","layer":"rsc"},"startTime":1773907991792,"traceId":"c94d3a685d13f935"},{"name":"build-module","duration":50073,"timestamp":1532282487437,"id":62,"parentId":36,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/build/webpack/loaders/next-app-loader/index.js?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!","layer":"rsc"},"startTime":1773907991792,"traceId":"c94d3a685d13f935"},{"name":"build-module","duration":50533,"timestamp":1532282487538,"id":64,"parentId":40,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/build/webpack/loaders/next-app-loader/index.js?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!","layer":"rsc"},"startTime":1773907991792,"traceId":"c94d3a685d13f935"},{"name":"build-module","duration":27472,"timestamp":1532282517841,"id":66,"parentId":37,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/build/webpack/loaders/next-route-loader/index.js?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!","layer":null},"startTime":1773907991822,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":5151,"timestamp":1532282548374,"id":69,"parentId":44,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/server/htmlescape.js","layer":null},"startTime":1773907991853,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":5795,"timestamp":1532282548560,"id":72,"parentId":44,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/lib/pretty-bytes.js","layer":null},"startTime":1773907991853,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":6157,"timestamp":1532282548546,"id":71,"parentId":44,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/server/get-page-files.js","layer":null},"startTime":1773907991853,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":7162,"timestamp":1532282548525,"id":70,"parentId":44,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/server/utils.js","layer":null},"startTime":1773907991853,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":4917,"timestamp":1532282551058,"id":76,"parentId":44,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/shared/lib/encode-uri-path.js","layer":null},"startTime":1773907991855,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":8024,"timestamp":1532282548572,"id":73,"parentId":44,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/lib/is-error.js","layer":null},"startTime":1773907991853,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":8706,"timestamp":1532282551032,"id":75,"parentId":44,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/shared/lib/constants.js","layer":null},"startTime":1773907991855,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":10884,"timestamp":1532282550918,"id":74,"parentId":43,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/shared/lib/utils.js","layer":null},"startTime":1773907991855,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":16442,"timestamp":1532282551079,"id":77,"parentId":44,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/server/lib/trace/tracer.js","layer":null},"startTime":1773907991855,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":16728,"timestamp":1532282551099,"id":78,"parentId":44,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/server/lib/trace/utils.js","layer":null},"startTime":1773907991855,"traceId":"c94d3a685d13f935"},{"name":"build-module","duration":84506,"timestamp":1532282486042,"id":48,"parentId":22,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/build/webpack/loaders/next-app-loader/index.js?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!","layer":"rsc"},"startTime":1773907991790,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":2910,"timestamp":1532282570263,"id":79,"parentId":73,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/shared/lib/is-plain-object.js","layer":null},"startTime":1773907991874,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":4340,"timestamp":1532282573512,"id":83,"parentId":77,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/shared/lib/is-thenable.js","layer":null},"startTime":1773907991878,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":4682,"timestamp":1532282573410,"id":81,"parentId":71,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/shared/lib/page-path/denormalize-page-path.js","layer":null},"startTime":1773907991878,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":5237,"timestamp":1532282573349,"id":80,"parentId":75,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/shared/lib/modern-browserslist-target.js","layer":null},"startTime":1773907991878,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":5653,"timestamp":1532282573435,"id":82,"parentId":71,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/shared/lib/page-path/normalize-page-path.js","layer":null},"startTime":1773907991878,"traceId":"c94d3a685d13f935"},{"name":"build-module","duration":26,"timestamp":1532282583857,"id":86,"parentId":82,"tags":{"name":"path","layer":null},"startTime":1773907991888,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":5810,"timestamp":1532282582047,"id":84,"parentId":77,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/server/lib/trace/constants.js","layer":null},"startTime":1773907991886,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":5293,"timestamp":1532282583897,"id":87,"parentId":66,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/pages/_error.js","layer":null},"startTime":1773907991888,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":7429,"timestamp":1532282583266,"id":85,"parentId":66,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/server/route-kind.js","layer":null},"startTime":1773907991887,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":2195,"timestamp":1532282589446,"id":89,"parentId":81,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/shared/lib/page-path/normalize-path-sep.js","layer":null},"startTime":1773907991894,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":1511,"timestamp":1532282590801,"id":90,"parentId":82,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js","layer":null},"startTime":1773907991895,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":4460,"timestamp":1532282589392,"id":88,"parentId":66,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/build/templates/helpers.js","layer":null},"startTime":1773907991894,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":1268,"timestamp":1532282593909,"id":93,"parentId":45,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/server/route-kind.js","layer":"rsc"},"startTime":1773907991898,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":5784,"timestamp":1532282590890,"id":91,"parentId":66,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/server/route-modules/pages/module.compiled.js","layer":null},"startTime":1773907991895,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":4173,"timestamp":1532282594522,"id":96,"parentId":87,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/shared/lib/head.js","layer":null},"startTime":1773907991899,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":9325,"timestamp":1532282591998,"id":92,"parentId":44,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/server/route-modules/pages/vendored/contexts/html-context.js","layer":null},"startTime":1773907991896,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":17,"timestamp":1532282602379,"id":98,"parentId":91,"tags":{"name":"next/dist/compiled/next-server/pages.runtime.prod.js","layer":null},"startTime":1773907991907,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":14964,"timestamp":1532282594407,"id":94,"parentId":45,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/server/lib/patch-fetch.js","layer":"rsc"},"startTime":1773907991899,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":15555,"timestamp":1532282594468,"id":95,"parentId":45,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/server/route-modules/app-route/module.compiled.js","layer":"rsc"},"startTime":1773907991899,"traceId":"c94d3a685d13f935"},{"name":"build-module","duration":125756,"timestamp":1532282487581,"id":65,"parentId":42,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/build/webpack/loaders/next-app-loader/index.js?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!","layer":"rsc"},"startTime":1773907991792,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":22220,"timestamp":1532282600466,"id":97,"parentId":77,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/compiled/@opentelemetry/api/index.js","layer":null},"startTime":1773907991905,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":60,"timestamp":1532282624767,"id":101,"parentId":95,"tags":{"name":"next/dist/compiled/next-server/app-route.runtime.prod.js","layer":null},"startTime":1773907991929,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":2987,"timestamp":1532282624843,"id":102,"parentId":94,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/server/lib/trace/constants.js","layer":"rsc"},"startTime":1773907991929,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":4398,"timestamp":1532282624964,"id":103,"parentId":94,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/server/lib/trace/tracer.js","layer":"rsc"},"startTime":1773907991929,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":6728,"timestamp":1532282625021,"id":104,"parentId":96,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/shared/lib/side-effect.js","layer":null},"startTime":1773907991929,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":6840,"timestamp":1532282625056,"id":105,"parentId":96,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/shared/lib/amp-mode.js","layer":null},"startTime":1773907991929,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":24296,"timestamp":1532282611004,"id":99,"parentId":48,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/server/route-modules/app-page/module.compiled.js","layer":"ssr"},"startTime":1773907991915,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":25094,"timestamp":1532282611105,"id":100,"parentId":48,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/server/app-render/entry-base.js","layer":"rsc"},"startTime":1773907991915,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":4357,"timestamp":1532282632156,"id":107,"parentId":48,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/client/components/forbidden-error.js","layer":"rsc"},"startTime":1773907991936,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":4511,"timestamp":1532282632209,"id":109,"parentId":48,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/client/components/unauthorized-error.js","layer":"rsc"},"startTime":1773907991936,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":4810,"timestamp":1532282632080,"id":106,"parentId":48,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/client/components/error-boundary.js","layer":"rsc"},"startTime":1773907991936,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":4903,"timestamp":1532282632185,"id":108,"parentId":48,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/client/components/not-found-error.js","layer":"rsc"},"startTime":1773907991936,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":2865,"timestamp":1532282639164,"id":110,"parentId":96,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/shared/lib/utils/warn-once.js","layer":null},"startTime":1773907991943,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":10340,"timestamp":1532282642173,"id":117,"parentId":103,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/compiled/@opentelemetry/api/index.js","layer":"rsc"},"startTime":1773907991946,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":11261,"timestamp":1532282642278,"id":118,"parentId":103,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/shared/lib/is-thenable.js","layer":"rsc"},"startTime":1773907991946,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":11416,"timestamp":1532282642310,"id":119,"parentId":81,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/shared/lib/router/utils/index.js","layer":null},"startTime":1773907991947,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":23,"timestamp":1532282653837,"id":120,"parentId":99,"tags":{"name":"next/dist/compiled/next-server/app-page.runtime.prod.js","layer":null},"startTime":1773907991958,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":17830,"timestamp":1532282639287,"id":112,"parentId":94,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/server/dynamic-rendering-utils.js","layer":"rsc"},"startTime":1773907991944,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":19013,"timestamp":1532282639222,"id":111,"parentId":94,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/lib/constants.js","layer":"rsc"},"startTime":1773907991943,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":19355,"timestamp":1532282639339,"id":113,"parentId":94,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/lib/scheduler.js","layer":"rsc"},"startTime":1773907991944,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":21185,"timestamp":1532282639387,"id":114,"parentId":94,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/server/app-render/dynamic-rendering.js","layer":"rsc"},"startTime":1773907991944,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":21571,"timestamp":1532282639481,"id":116,"parentId":94,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/server/lib/clone-response.js","layer":"rsc"},"startTime":1773907991944,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":22224,"timestamp":1532282639435,"id":115,"parentId":94,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/server/lib/dedupe-fetch.js","layer":"rsc"},"startTime":1773907991944,"traceId":"c94d3a685d13f935"},{"name":"build-module-external","duration":18,"timestamp":1532282662108,"id":123,"parentId":100,"tags":{"name":"../app-render/work-async-storage.external","layer":null},"startTime":1773907991966,"traceId":"c94d3a685d13f935"},{"name":"build-module-external","duration":5,"timestamp":1532282662132,"id":124,"parentId":100,"tags":{"name":"./work-unit-async-storage.external","layer":null},"startTime":1773907991966,"traceId":"c94d3a685d13f935"},{"name":"build-module-external","duration":5,"timestamp":1532282662141,"id":125,"parentId":100,"tags":{"name":"../app-render/action-async-storage.external","layer":null},"startTime":1773907991966,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":6446,"timestamp":1532282662077,"id":122,"parentId":100,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/client/components/render-from-template-context.js","layer":"rsc"},"startTime":1773907991966,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":6473,"timestamp":1532282662151,"id":126,"parentId":100,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/client/components/client-page.js","layer":"rsc"},"startTime":1773907991966,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":6529,"timestamp":1532282662173,"id":127,"parentId":100,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/client/components/client-segment.js","layer":"rsc"},"startTime":1773907991966,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":7276,"timestamp":1532282662246,"id":128,"parentId":100,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/client/components/hooks-server-context.js","layer":"rsc"},"startTime":1773907991966,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":7610,"timestamp":1532282662005,"id":121,"parentId":100,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/client/components/layout-router.js","layer":"rsc"},"startTime":1773907991966,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":2924,"timestamp":1532282669940,"id":130,"parentId":100,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js","layer":"rsc"},"startTime":1773907991974,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":3249,"timestamp":1532282670011,"id":131,"parentId":107,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/client/components/http-access-fallback/error-fallback.js","layer":"rsc"},"startTime":1773907991974,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":13172,"timestamp":1532282662270,"id":129,"parentId":100,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/server/app-render/collect-segment-data.js","layer":"rsc"},"startTime":1773907991966,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":6720,"timestamp":1532282671276,"id":140,"parentId":119,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/shared/lib/router/utils/is-dynamic.js","layer":null},"startTime":1773907991975,"traceId":"c94d3a685d13f935"}]
2
+ [{"name":"build-module-js","duration":8698,"timestamp":1532282670358,"id":139,"parentId":119,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/shared/lib/router/utils/sorted-routes.js","layer":null},"startTime":1773907991975,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":12064,"timestamp":1532282670037,"id":132,"parentId":100,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/lib/metadata/metadata.js","layer":"rsc"},"startTime":1773907991974,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":12440,"timestamp":1532282670224,"id":136,"parentId":100,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/server/app-render/rsc/preloads.js","layer":"rsc"},"startTime":1773907991974,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":12577,"timestamp":1532282670269,"id":137,"parentId":100,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/server/app-render/rsc/postpone.js","layer":"rsc"},"startTime":1773907991974,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":13014,"timestamp":1532282670313,"id":138,"parentId":100,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/server/app-render/rsc/taint.js","layer":"rsc"},"startTime":1773907991975,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":22868,"timestamp":1532282670133,"id":134,"parentId":100,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/server/request/search-params.js","layer":"rsc"},"startTime":1773907991974,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":24887,"timestamp":1532282670180,"id":135,"parentId":100,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/server/request/params.js","layer":"rsc"},"startTime":1773907991974,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":16259,"timestamp":1532282680146,"id":142,"parentId":115,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/shared/lib/invariant-error.js","layer":"rsc"},"startTime":1773907991984,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":16720,"timestamp":1532282680063,"id":141,"parentId":114,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/client/components/static-generation-bailout.js","layer":"rsc"},"startTime":1773907991984,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":26950,"timestamp":1532282670086,"id":133,"parentId":100,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/lib/metadata/metadata-boundary.js","layer":"rsc"},"startTime":1773907991974,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":6155,"timestamp":1532282698163,"id":147,"parentId":45,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/src/app/api/databases/route.js","layer":"rsc"},"startTime":1773907992002,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":5949,"timestamp":1532282698715,"id":148,"parentId":61,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/src/app/api/update/route.js","layer":"rsc"},"startTime":1773907992003,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":6721,"timestamp":1532282698767,"id":149,"parentId":55,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/src/app/api/query/route.js","layer":"rsc"},"startTime":1773907992003,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":29664,"timestamp":1532282680173,"id":143,"parentId":114,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/lib/metadata/metadata-constants.js","layer":"rsc"},"startTime":1773907991984,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":30290,"timestamp":1532282680245,"id":145,"parentId":96,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/server/route-modules/pages/vendored/contexts/head-manager-context.js","layer":null},"startTime":1773907991984,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":30393,"timestamp":1532282680226,"id":144,"parentId":96,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/server/route-modules/pages/vendored/contexts/amp-context.js","layer":null},"startTime":1773907991984,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":4942,"timestamp":1532282706487,"id":152,"parentId":50,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/src/app/api/pro/route.js","layer":"rsc"},"startTime":1773907992011,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":6919,"timestamp":1532282706433,"id":151,"parentId":46,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/src/app/api/cloudflare/route.js","layer":"rsc"},"startTime":1773907992011,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":13800,"timestamp":1532282706321,"id":150,"parentId":58,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/src/app/api/tables/route.js","layer":"rsc"},"startTime":1773907992011,"traceId":"c94d3a685d13f935"},{"name":"build-module-json","duration":636,"timestamp":1532282721808,"id":162,"parentId":148,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/package.json","layer":"rsc"},"startTime":1773907992026,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":7140,"timestamp":1532282716859,"id":153,"parentId":62,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/src/app/api/schema/route.js","layer":"rsc"},"startTime":1773907992021,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":7839,"timestamp":1532282717063,"id":156,"parentId":57,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/src/app/api/tables/[name]/import/route.js","layer":"rsc"},"startTime":1773907992021,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":9093,"timestamp":1532282717010,"id":155,"parentId":64,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/src/app/api/tables/[name]/route.js","layer":"rsc"},"startTime":1773907992021,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":30073,"timestamp":1532282698042,"id":146,"parentId":94,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/server/response-cache/index.js","layer":"rsc"},"startTime":1773907992002,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":9445,"timestamp":1532282721788,"id":161,"parentId":132,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/client/components/http-access-fallback/http-access-fallback.js","layer":"rsc"},"startTime":1773907992026,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":10585,"timestamp":1532282721521,"id":157,"parentId":52,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/src/app/api/migrations/sync-files/route.js","layer":"rsc"},"startTime":1773907992026,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":10891,"timestamp":1532282722056,"id":164,"parentId":49,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/src/app/api/migrations/sync/route.js","layer":"rsc"},"startTime":1773907992026,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":11772,"timestamp":1532282722006,"id":163,"parentId":47,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/src/app/api/migrations/list/route.js","layer":"rsc"},"startTime":1773907992026,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":7333,"timestamp":1532282728822,"id":172,"parentId":53,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/src/app/api/pull-remote/preview/route.js","layer":"rsc"},"startTime":1773907992033,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":12246,"timestamp":1532282728553,"id":167,"parentId":54,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/src/app/api/push-remote/preview/route.js","layer":"rsc"},"startTime":1773907992033,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":13207,"timestamp":1532282728780,"id":171,"parentId":56,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/src/app/api/push-remote/confirm/route.js","layer":"rsc"},"startTime":1773907992033,"traceId":"c94d3a685d13f935"},{"name":"build-module","duration":25,"timestamp":1532282742660,"id":173,"parentId":150,"tags":{"name":"util","layer":null},"startTime":1773907992047,"traceId":"c94d3a685d13f935"},{"name":"build-module","duration":6,"timestamp":1532282742696,"id":174,"parentId":150,"tags":{"name":"child_process","layer":null},"startTime":1773907992047,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":28943,"timestamp":1532282716978,"id":154,"parentId":140,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/server/lib/interception-routes.js","layer":null},"startTime":1773907992021,"traceId":"c94d3a685d13f935"},{"name":"build-module-jsx","duration":3526,"timestamp":1532282742878,"id":177,"parentId":65,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/src/app/page.jsx","layer":"rsc"},"startTime":1773907992047,"traceId":"c94d3a685d13f935"},{"name":"build-module-jsx","duration":3837,"timestamp":1532282742820,"id":176,"parentId":48,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/src/app/layout.jsx","layer":"rsc"},"startTime":1773907992047,"traceId":"c94d3a685d13f935"},{"name":"build-module-cjs","duration":29723,"timestamp":1532282722102,"id":165,"parentId":43,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/@swc/helpers/cjs/_interop_require_default.cjs","layer":null},"startTime":1773907992026,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":10975,"timestamp":1532282742711,"id":175,"parentId":63,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/src/app/api/pull-remote/confirm/route.js","layer":"rsc"},"startTime":1773907992047,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":36646,"timestamp":1532282721689,"id":159,"parentId":129,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/server/stream-utils/node-web-streams-helper.js","layer":"rsc"},"startTime":1773907992026,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":38290,"timestamp":1532282721629,"id":158,"parentId":129,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/api/constants.js","layer":"rsc"},"startTime":1773907992026,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":42343,"timestamp":1532282721740,"id":160,"parentId":132,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/lib/metadata/resolve-metadata.js","layer":"rsc"},"startTime":1773907992026,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":42197,"timestamp":1532282722124,"id":166,"parentId":131,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/@swc/helpers/esm/_interop_require_default.js","layer":"rsc"},"startTime":1773907992026,"traceId":"c94d3a685d13f935"},{"name":"add-entry","duration":337051,"timestamp":1532282428594,"id":38,"parentId":18,"tags":{"request":"next/dist/pages/_app"},"startTime":1773907991733,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":39712,"timestamp":1532282728738,"id":170,"parentId":134,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/server/request/utils.js","layer":"rsc"},"startTime":1773907992033,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":40317,"timestamp":1532282728694,"id":169,"parentId":134,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/server/create-deduped-by-callsite-server-error-logger.js","layer":"rsc"},"startTime":1773907992033,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":40540,"timestamp":1532282728642,"id":168,"parentId":106,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/build/webpack/loaders/next-flight-loader/module-proxy.js","layer":"rsc"},"startTime":1773907992033,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":40049,"timestamp":1532282743024,"id":180,"parentId":132,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/lib/metadata/generate/opengraph.js","layer":"rsc"},"startTime":1773907992047,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":41131,"timestamp":1532282742924,"id":178,"parentId":132,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/lib/metadata/generate/basic.js","layer":"rsc"},"startTime":1773907992047,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":41422,"timestamp":1532282742973,"id":179,"parentId":132,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/lib/metadata/generate/alternate.js","layer":"rsc"},"startTime":1773907992047,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":41662,"timestamp":1532282743070,"id":181,"parentId":132,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/lib/metadata/generate/icons.js","layer":"rsc"},"startTime":1773907992047,"traceId":"c94d3a685d13f935"},{"name":"build-module","duration":98,"timestamp":1532282805760,"id":186,"parentId":157,"tags":{"name":"fs/promises","layer":null},"startTime":1773907992110,"traceId":"c94d3a685d13f935"},{"name":"build-module","duration":12,"timestamp":1532282806174,"id":193,"parentId":175,"tags":{"name":"crypto","layer":null},"startTime":1773907992110,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":5792,"timestamp":1532282805711,"id":185,"parentId":60,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/src/app/api/time-travel/restore/route.js","layer":"rsc"},"startTime":1773907992110,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":6815,"timestamp":1532282805651,"id":184,"parentId":59,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/src/app/api/time-travel/preview/route.js","layer":"rsc"},"startTime":1773907992110,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":7318,"timestamp":1532282806192,"id":194,"parentId":158,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/shared/lib/constants.js","layer":"rsc"},"startTime":1773907992110,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":7532,"timestamp":1532282806256,"id":196,"parentId":154,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/shared/lib/router/utils/app-paths.js","layer":null},"startTime":1773907992110,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":8930,"timestamp":1532282805883,"id":187,"parentId":51,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/src/app/api/pull-data/confirm/route.js","layer":"rsc"},"startTime":1773907992110,"traceId":"c94d3a685d13f935"},{"name":"build-module-cjs","duration":23539,"timestamp":1532282805618,"id":183,"parentId":96,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/@swc/helpers/cjs/_interop_require_wildcard.cjs","layer":null},"startTime":1773907992110,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":23527,"timestamp":1532282806128,"id":192,"parentId":146,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/server/response-cache/utils.js","layer":"rsc"},"startTime":1773907992110,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":23790,"timestamp":1532282806078,"id":191,"parentId":146,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/server/response-cache/types.js","layer":"rsc"},"startTime":1773907992110,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":24135,"timestamp":1532282806034,"id":190,"parentId":146,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/lib/batcher.js","layer":"rsc"},"startTime":1773907992110,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":24066,"timestamp":1532282806270,"id":197,"parentId":159,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/lib/detached-promise.js","layer":"rsc"},"startTime":1773907992110,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":25332,"timestamp":1532282805487,"id":182,"parentId":132,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/lib/metadata/generate/meta.js","layer":"rsc"},"startTime":1773907992110,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":24784,"timestamp":1532282806363,"id":199,"parentId":159,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/server/stream-utils/uint8array-helpers.js","layer":"rsc"},"startTime":1773907992111,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":25004,"timestamp":1532282806317,"id":198,"parentId":159,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/server/stream-utils/encodedTags.js","layer":"rsc"},"startTime":1773907992111,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":25531,"timestamp":1532282805933,"id":188,"parentId":100,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/server/route-modules/app-page/vendored/rsc/react-server-dom-webpack-server-edge.js","layer":"rsc"},"startTime":1773907992110,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":25446,"timestamp":1532282806210,"id":195,"parentId":134,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/server/web/spec-extension/adapters/reflect.js","layer":"rsc"},"startTime":1773907992110,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":26004,"timestamp":1532282805985,"id":189,"parentId":100,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/server/route-modules/app-page/vendored/rsc/react-server-dom-webpack-static-edge.js","layer":"rsc"},"startTime":1773907992110,"traceId":"c94d3a685d13f935"},{"name":"add-entry","duration":403746,"timestamp":1532282428591,"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":1773907991733,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":30763,"timestamp":1532282810182,"id":201,"parentId":114,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/server/route-modules/app-page/vendored/rsc/react.js","layer":"rsc"},"startTime":1773907992114,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":30991,"timestamp":1532282810081,"id":200,"parentId":107,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/server/route-modules/app-page/vendored/rsc/react-jsx-runtime.js","layer":"rsc"},"startTime":1773907992114,"traceId":"c94d3a685d13f935"},{"name":"build-module-external","duration":21,"timestamp":1532282841552,"id":212,"parentId":170,"tags":{"name":"../app-render/after-task-async-storage.external","layer":null},"startTime":1773907992146,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":3270,"timestamp":1532282841628,"id":214,"parentId":194,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/shared/lib/modern-browserslist-target.js","layer":"rsc"},"startTime":1773907992146,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":3900,"timestamp":1532282841520,"id":211,"parentId":160,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/shared/lib/segment.js","layer":"rsc"},"startTime":1773907992146,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":4862,"timestamp":1532282843280,"id":215,"parentId":196,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/shared/lib/segment.js","layer":null},"startTime":1773907992147,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":15561,"timestamp":1532282833243,"id":202,"parentId":160,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/lib/interop-default.js","layer":"rsc"},"startTime":1773907992137,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":15694,"timestamp":1532282833412,"id":204,"parentId":160,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/server/lib/app-dir-module.js","layer":"rsc"},"startTime":1773907992138,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":15866,"timestamp":1532282833464,"id":205,"parentId":160,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/lib/metadata/generate/utils.js","layer":"rsc"},"startTime":1773907992138,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":16069,"timestamp":1532282833520,"id":206,"parentId":129,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/compiled/react-server-dom-webpack/client.edge.js","layer":"rsc"},"startTime":1773907992138,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":16486,"timestamp":1532282833356,"id":203,"parentId":160,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/lib/metadata/default-metadata.js","layer":"rsc"},"startTime":1773907992138,"traceId":"c94d3a685d13f935"},{"name":"add-entry","duration":423304,"timestamp":1532282428688,"id":41,"parentId":18,"tags":{"request":"next/dist/pages/_document"},"startTime":1773907991733,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":12860,"timestamp":1532282841412,"id":209,"parentId":160,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/lib/metadata/resolvers/resolve-basics.js","layer":"rsc"},"startTime":1773907992146,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":13174,"timestamp":1532282841355,"id":208,"parentId":160,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/lib/metadata/resolvers/resolve-title.js","layer":"rsc"},"startTime":1773907992146,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":14014,"timestamp":1532282841248,"id":207,"parentId":160,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/lib/metadata/resolvers/resolve-opengraph.js","layer":"rsc"},"startTime":1773907992145,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":13866,"timestamp":1532282841582,"id":213,"parentId":178,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/lib/metadata/constants.js","layer":"rsc"},"startTime":1773907992146,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":14279,"timestamp":1532282841469,"id":210,"parentId":160,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/lib/metadata/resolvers/resolve-icons.js","layer":"rsc"},"startTime":1773907992146,"traceId":"c94d3a685d13f935"},{"name":"build-module-css","duration":672,"timestamp":1532282856017,"id":223,"parentId":176,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/src/app/globals.css","layer":"rsc"},"startTime":1773907992160,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":6515,"timestamp":1532282851819,"id":220,"parentId":147,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/src/lib/find-wrangler-config.js","layer":"rsc"},"startTime":1773907992156,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":7527,"timestamp":1532282851877,"id":221,"parentId":147,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/src/lib/local-db.js","layer":"rsc"},"startTime":1773907992156,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":8241,"timestamp":1532282851923,"id":222,"parentId":155,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/src/lib/sql-sanitizer.js","layer":"rsc"},"startTime":1773907992156,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":10769,"timestamp":1532282851722,"id":219,"parentId":149,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/src/lib/migrations.js","layer":"rsc"},"startTime":1773907992156,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":19719,"timestamp":1532282843312,"id":216,"parentId":160,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/build/output/log.js","layer":"rsc"},"startTime":1773907992148,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":16962,"timestamp":1532282851668,"id":218,"parentId":182,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/lib/non-nullable.js","layer":"rsc"},"startTime":1773907992156,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":17522,"timestamp":1532282851561,"id":217,"parentId":192,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/server/render-result.js","layer":"rsc"},"startTime":1773907992156,"traceId":"c94d3a685d13f935"},{"name":"build-module","duration":25,"timestamp":1532282869733,"id":225,"parentId":221,"tags":{"name":"fs","layer":null},"startTime":1773907992174,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":2826,"timestamp":1532282869770,"id":226,"parentId":220,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/src/lib/logger.js","layer":"rsc"},"startTime":1773907992174,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":3515,"timestamp":1532282869919,"id":228,"parentId":149,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/src/lib/parse-sql-error.js","layer":"rsc"},"startTime":1773907992174,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":10175,"timestamp":1532282863400,"id":224,"parentId":136,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/server/route-modules/app-page/vendored/rsc/react-dom.js","layer":"rsc"},"startTime":1773907992168,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":3447,"timestamp":1532282871309,"id":229,"parentId":155,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/src/lib/database-queue.js","layer":"rsc"},"startTime":1773907992176,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":3832,"timestamp":1532282871381,"id":230,"parentId":175,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/src/lib/schema-operations.js","layer":"rsc"},"startTime":1773907992176,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":8293,"timestamp":1532282869866,"id":227,"parentId":219,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/src/lib/sql-operations.js","layer":"rsc"},"startTime":1773907992174,"traceId":"c94d3a685d13f935"}]
3
+ [{"name":"build-module-js","duration":14110,"timestamp":1532282871436,"id":231,"parentId":207,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/lib/url.js","layer":"rsc"},"startTime":1773907992176,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":14717,"timestamp":1532282871491,"id":232,"parentId":209,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/lib/metadata/resolvers/resolve-url.js","layer":"rsc"},"startTime":1773907992176,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":15807,"timestamp":1532282873793,"id":234,"parentId":216,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/lib/picocolors.js","layer":"rsc"},"startTime":1773907992178,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":16184,"timestamp":1532282873844,"id":235,"parentId":216,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/server/lib/lru-cache.js","layer":"rsc"},"startTime":1773907992178,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":2558,"timestamp":1532282888594,"id":240,"parentId":176,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/src/context/database-context.js","layer":"rsc"},"startTime":1773907992193,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":7178,"timestamp":1532282884805,"id":236,"parentId":217,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/server/pipe-readable.js","layer":"rsc"},"startTime":1773907992189,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":38778,"timestamp":1532282888532,"id":239,"parentId":147,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/api/server.js","layer":"rsc"},"startTime":1773907992193,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":62117,"timestamp":1532282873716,"id":233,"parentId":206,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/compiled/react-server-dom-webpack/cjs/react-server-dom-webpack-client.edge.production.js","layer":"rsc"},"startTime":1773907992178,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":7280,"timestamp":1532282929583,"id":246,"parentId":231,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/client/components/app-router-headers.js","layer":"rsc"},"startTime":1773907992234,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":46086,"timestamp":1532282892211,"id":241,"parentId":160,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/compiled/server-only/empty.js","layer":"rsc"},"startTime":1773907992196,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":1710,"timestamp":1532282937012,"id":247,"parentId":232,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/shared/lib/isomorphic/path.js","layer":"rsc"},"startTime":1773907992241,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":823,"timestamp":1532282941682,"id":250,"parentId":228,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/src/lib/sql-error-types.js","layer":"rsc"},"startTime":1773907992246,"traceId":"c94d3a685d13f935"},{"name":"build-module-jsx","duration":1428,"timestamp":1532282942524,"id":251,"parentId":176,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/src/components/ui/toaster.jsx","layer":"rsc"},"startTime":1773907992247,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":3697,"timestamp":1532282940608,"id":248,"parentId":236,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/server/client-component-renderer-logger.js","layer":"rsc"},"startTime":1773907992245,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":4157,"timestamp":1532282940709,"id":249,"parentId":236,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/server/web/spec-extension/adapters/next-request.js","layer":"rsc"},"startTime":1773907992245,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":2840,"timestamp":1532282945113,"id":253,"parentId":220,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/find-up/index.js","layer":"rsc"},"startTime":1773907992249,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":3271,"timestamp":1532282945032,"id":252,"parentId":239,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/server/web/exports/index.js","layer":"rsc"},"startTime":1773907992249,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":4051,"timestamp":1532282945163,"id":254,"parentId":220,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/strip-json-comments/index.js","layer":"rsc"},"startTime":1773907992249,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":4322,"timestamp":1532282949530,"id":255,"parentId":249,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/server/request-meta.js","layer":"rsc"},"startTime":1773907992254,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":4956,"timestamp":1532282949627,"id":256,"parentId":249,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/server/web/utils.js","layer":"rsc"},"startTime":1773907992254,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":5332,"timestamp":1532282951126,"id":257,"parentId":249,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/server/web/spec-extension/request.js","layer":"rsc"},"startTime":1773907992255,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":6595,"timestamp":1532282951487,"id":259,"parentId":249,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/server/base-http/helpers.js","layer":"rsc"},"startTime":1773907992256,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":7279,"timestamp":1532282951431,"id":258,"parentId":226,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/winston/lib/winston.js","layer":"rsc"},"startTime":1773907992256,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":5357,"timestamp":1532282955003,"id":264,"parentId":252,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/server/web/spec-extension/url-pattern.js","layer":"rsc"},"startTime":1773907992259,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":6080,"timestamp":1532282954899,"id":262,"parentId":252,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/server/web/spec-extension/response.js","layer":"rsc"},"startTime":1773907992259,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":7399,"timestamp":1532282954749,"id":260,"parentId":252,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/server/request/connection.js","layer":"rsc"},"startTime":1773907992259,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":7641,"timestamp":1532282954955,"id":263,"parentId":252,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/server/web/spec-extension/user-agent.js","layer":"rsc"},"startTime":1773907992259,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":7896,"timestamp":1532282954834,"id":261,"parentId":252,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/server/web/spec-extension/image-response.js","layer":"rsc"},"startTime":1773907992259,"traceId":"c94d3a685d13f935"},{"name":"build-module","duration":21,"timestamp":1532282966661,"id":270,"parentId":253,"tags":{"name":"node:path","layer":null},"startTime":1773907992271,"traceId":"c94d3a685d13f935"},{"name":"build-module-json","duration":138,"timestamp":1532282966645,"id":269,"parentId":258,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/winston/package.json","layer":"rsc"},"startTime":1773907992271,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":8390,"timestamp":1532282959148,"id":265,"parentId":220,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/@iarna/toml/toml.js","layer":"rsc"},"startTime":1773907992263,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":4853,"timestamp":1532282966445,"id":266,"parentId":257,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/server/web/next-url.js","layer":"rsc"},"startTime":1773907992271,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":4903,"timestamp":1532282966595,"id":268,"parentId":257,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/server/web/spec-extension/cookies.js","layer":"rsc"},"startTime":1773907992271,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":5167,"timestamp":1532282966543,"id":267,"parentId":257,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/server/web/error.js","layer":"rsc"},"startTime":1773907992271,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":5768,"timestamp":1532282969708,"id":273,"parentId":258,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/winston/lib/winston/container.js","layer":"rsc"},"startTime":1773907992274,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":7444,"timestamp":1532282969802,"id":275,"parentId":258,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/winston/lib/winston/logger.js","layer":"rsc"},"startTime":1773907992274,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":8242,"timestamp":1532282969653,"id":272,"parentId":258,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/winston/lib/winston/exception-handler.js","layer":"rsc"},"startTime":1773907992274,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":8630,"timestamp":1532282969563,"id":271,"parentId":258,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/winston/lib/winston/common.js","layer":"rsc"},"startTime":1773907992274,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":10368,"timestamp":1532282971911,"id":277,"parentId":265,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/@iarna/toml/parse.js","layer":"rsc"},"startTime":1773907992276,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":12912,"timestamp":1532282969852,"id":276,"parentId":258,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/winston/lib/winston/create-logger.js","layer":"rsc"},"startTime":1773907992274,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":13664,"timestamp":1532282969755,"id":274,"parentId":258,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/winston/lib/winston/rejection-handler.js","layer":"rsc"},"startTime":1773907992274,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":3309,"timestamp":1532282980671,"id":280,"parentId":266,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/shared/lib/get-hostname.js","layer":"rsc"},"startTime":1773907992285,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":3416,"timestamp":1532282980755,"id":281,"parentId":266,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/shared/lib/router/utils/format-next-pathname-info.js","layer":"rsc"},"startTime":1773907992285,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":13073,"timestamp":1532282973370,"id":278,"parentId":265,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/@iarna/toml/stringify.js","layer":"rsc"},"startTime":1773907992278,"traceId":"c94d3a685d13f935"},{"name":"build-module","duration":17,"timestamp":1532282986715,"id":283,"parentId":272,"tags":{"name":"os","layer":null},"startTime":1773907992291,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":2922,"timestamp":1532282984548,"id":282,"parentId":266,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/shared/lib/router/utils/get-next-pathname-info.js","layer":"rsc"},"startTime":1773907992289,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":14047,"timestamp":1532282973587,"id":279,"parentId":252,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/server/after/index.js","layer":"rsc"},"startTime":1773907992278,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":2892,"timestamp":1532282986738,"id":284,"parentId":266,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/shared/lib/i18n/detect-domain-locale.js","layer":"rsc"},"startTime":1773907992291,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":3643,"timestamp":1532282992042,"id":297,"parentId":281,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/shared/lib/router/utils/remove-trailing-slash.js","layer":"rsc"},"startTime":1773907992296,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":4572,"timestamp":1532282992082,"id":299,"parentId":281,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/shared/lib/router/utils/add-path-suffix.js","layer":"rsc"},"startTime":1773907992296,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":4707,"timestamp":1532282992100,"id":300,"parentId":281,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/shared/lib/router/utils/add-locale.js","layer":"rsc"},"startTime":1773907992296,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":4864,"timestamp":1532282992064,"id":298,"parentId":281,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/shared/lib/router/utils/add-path-prefix.js","layer":"rsc"},"startTime":1773907992296,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":7273,"timestamp":1532282991117,"id":285,"parentId":253,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/path-exists/index.js","layer":"rsc"},"startTime":1773907992295,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":7377,"timestamp":1532282991552,"id":291,"parentId":277,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/@iarna/toml/parse-async.js","layer":"rsc"},"startTime":1773907992296,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":7657,"timestamp":1532282991505,"id":290,"parentId":277,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/@iarna/toml/parse-string.js","layer":"rsc"},"startTime":1773907992296,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":7846,"timestamp":1532282991641,"id":293,"parentId":277,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/@iarna/toml/parse-pretty-error.js","layer":"rsc"},"startTime":1773907992296,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":8214,"timestamp":1532282991596,"id":292,"parentId":277,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/@iarna/toml/parse-stream.js","layer":"rsc"},"startTime":1773907992296,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":8841,"timestamp":1532282991322,"id":287,"parentId":253,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/unicorn-magic/node.js","layer":"rsc"},"startTime":1773907992296,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":8938,"timestamp":1532282991418,"id":289,"parentId":272,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/winston/lib/winston/exception-stream.js","layer":"rsc"},"startTime":1773907992296,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":3144,"timestamp":1532282997374,"id":304,"parentId":282,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/shared/lib/i18n/normalize-locale-path.js","layer":"rsc"},"startTime":1773907992302,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":3233,"timestamp":1532282997401,"id":305,"parentId":282,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/shared/lib/router/utils/path-has-prefix.js","layer":"rsc"},"startTime":1773907992302,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":9471,"timestamp":1532282991372,"id":288,"parentId":275,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/winston/lib/winston/profiler.js","layer":"rsc"},"startTime":1773907992296,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":10089,"timestamp":1532282991261,"id":286,"parentId":253,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/locate-path/index.js","layer":"rsc"},"startTime":1773907992295,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":4184,"timestamp":1532282997422,"id":306,"parentId":282,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/shared/lib/router/utils/remove-path-prefix.js","layer":"rsc"},"startTime":1773907992302,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":10824,"timestamp":1532282991899,"id":294,"parentId":258,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/winston/lib/winston/transports/index.js","layer":"rsc"},"startTime":1773907992296,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":10986,"timestamp":1532282991950,"id":295,"parentId":258,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/winston/lib/winston/config/index.js","layer":"rsc"},"startTime":1773907992296,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":11096,"timestamp":1532282991998,"id":296,"parentId":274,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/winston/lib/winston/rejection-stream.js","layer":"rsc"},"startTime":1773907992296,"traceId":"c94d3a685d13f935"},{"name":"build-module","duration":17,"timestamp":1532283005541,"id":307,"parentId":292,"tags":{"name":"stream","layer":null},"startTime":1773907992310,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":8710,"timestamp":1532282997254,"id":302,"parentId":275,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/logform/json.js","layer":"rsc"},"startTime":1773907992301,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":9237,"timestamp":1532282997127,"id":301,"parentId":275,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/winston-transport/legacy.js","layer":"rsc"},"startTime":1773907992301,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":9314,"timestamp":1532282997323,"id":303,"parentId":279,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/server/after/after.js","layer":"rsc"},"startTime":1773907992302,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":4157,"timestamp":1532283007431,"id":309,"parentId":299,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/shared/lib/router/utils/parse-path.js","layer":"rsc"},"startTime":1773907992312,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":7417,"timestamp":1532283007479,"id":310,"parentId":287,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/unicorn-magic/default.js","layer":"rsc"},"startTime":1773907992312,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":7832,"timestamp":1532283007343,"id":308,"parentId":275,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/async/forEach.js","layer":"rsc"},"startTime":1773907992312,"traceId":"c94d3a685d13f935"},{"name":"build-module","duration":16,"timestamp":1532283015320,"id":319,"parentId":286,"tags":{"name":"node:fs","layer":null},"startTime":1773907992320,"traceId":"c94d3a685d13f935"},{"name":"build-module","duration":4,"timestamp":1532283015341,"id":320,"parentId":286,"tags":{"name":"node:process","layer":null},"startTime":1773907992320,"traceId":"c94d3a685d13f935"},{"name":"build-module","duration":3,"timestamp":1532283015349,"id":321,"parentId":286,"tags":{"name":"node:url","layer":null},"startTime":1773907992320,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":5683,"timestamp":1532283011692,"id":311,"parentId":258,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/logform/index.js","layer":"rsc"},"startTime":1773907992316,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":5706,"timestamp":1532283011776,"id":312,"parentId":258,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/winston-transport/index.js","layer":"rsc"},"startTime":1773907992316,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":13845,"timestamp":1532283012609,"id":313,"parentId":291,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/@iarna/toml/lib/toml-parser.js","layer":"rsc"},"startTime":1773907992317,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":14609,"timestamp":1532283012675,"id":314,"parentId":294,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/winston/lib/winston/transports/http.js","layer":"rsc"},"startTime":1773907992317,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":14881,"timestamp":1532283012773,"id":316,"parentId":294,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/winston/lib/winston/transports/console.js","layer":"rsc"},"startTime":1773907992317,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":15173,"timestamp":1532283012726,"id":315,"parentId":294,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/winston/lib/winston/transports/stream.js","layer":"rsc"},"startTime":1773907992317,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":16824,"timestamp":1532283012819,"id":317,"parentId":294,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/winston/lib/winston/transports/file.js","layer":"rsc"},"startTime":1773907992317,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":24610,"timestamp":1532283014409,"id":318,"parentId":263,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/compiled/ua-parser-js/ua-parser.js","layer":"rsc"},"startTime":1773907992319,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":26604,"timestamp":1532283015356,"id":322,"parentId":302,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/logform/format.js","layer":"rsc"},"startTime":1773907992320,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":27432,"timestamp":1532283015411,"id":323,"parentId":301,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/winston-transport/modern.js","layer":"rsc"},"startTime":1773907992320,"traceId":"c94d3a685d13f935"},{"name":"build-module","duration":16,"timestamp":1532283045713,"id":328,"parentId":314,"tags":{"name":"http","layer":null},"startTime":1773907992350,"traceId":"c94d3a685d13f935"},{"name":"build-module","duration":5,"timestamp":1532283045735,"id":329,"parentId":314,"tags":{"name":"https","layer":null},"startTime":1773907992350,"traceId":"c94d3a685d13f935"},{"name":"build-module","duration":4,"timestamp":1532283045744,"id":330,"parentId":317,"tags":{"name":"zlib","layer":null},"startTime":1773907992350,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":8630,"timestamp":1532283041337,"id":326,"parentId":272,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/one-time/index.js","layer":"rsc"},"startTime":1773907992346,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":8818,"timestamp":1532283041287,"id":325,"parentId":275,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/triple-beam/index.js","layer":"rsc"},"startTime":1773907992346,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":9068,"timestamp":1532283041384,"id":327,"parentId":308,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/async/eachOf.js","layer":"rsc"},"startTime":1773907992346,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":9411,"timestamp":1532283041190,"id":324,"parentId":275,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/readable-stream/readable.js","layer":"rsc"},"startTime":1773907992345,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":6928,"timestamp":1532283046366,"id":332,"parentId":308,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/async/internal/wrapAsync.js","layer":"rsc"},"startTime":1773907992351,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":6948,"timestamp":1532283046457,"id":333,"parentId":308,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/async/internal/withoutIndex.js","layer":"rsc"},"startTime":1773907992351,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":7241,"timestamp":1532283046297,"id":331,"parentId":275,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/is-stream/index.js","layer":"rsc"},"startTime":1773907992351,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":7065,"timestamp":1532283046639,"id":337,"parentId":311,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/logform/errors.js","layer":"rsc"},"startTime":1773907992351,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":7201,"timestamp":1532283046602,"id":336,"parentId":311,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/logform/align.js","layer":"rsc"},"startTime":1773907992351,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":7258,"timestamp":1532283046717,"id":339,"parentId":311,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/logform/combine.js","layer":"rsc"},"startTime":1773907992351,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":7510,"timestamp":1532283046556,"id":335,"parentId":311,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/logform/levels.js","layer":"rsc"},"startTime":1773907992351,"traceId":"c94d3a685d13f935"}]
4
+ [{"name":"build-module-js","duration":7731,"timestamp":1532283046679,"id":338,"parentId":311,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/logform/cli.js","layer":"rsc"},"startTime":1773907992351,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":7722,"timestamp":1532283046804,"id":341,"parentId":311,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/logform/label.js","layer":"rsc"},"startTime":1773907992351,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":7784,"timestamp":1532283046861,"id":342,"parentId":311,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/logform/logstash.js","layer":"rsc"},"startTime":1773907992351,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":8316,"timestamp":1532283046502,"id":334,"parentId":308,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/async/internal/awaitify.js","layer":"rsc"},"startTime":1773907992351,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":8130,"timestamp":1532283046903,"id":343,"parentId":311,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/logform/metadata.js","layer":"rsc"},"startTime":1773907992351,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":8569,"timestamp":1532283046764,"id":340,"parentId":311,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/logform/colorize.js","layer":"rsc"},"startTime":1773907992351,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":8546,"timestamp":1532283046941,"id":344,"parentId":311,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/logform/ms.js","layer":"rsc"},"startTime":1773907992351,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":8613,"timestamp":1532283047031,"id":346,"parentId":311,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/logform/pretty-print.js","layer":"rsc"},"startTime":1773907992351,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":8906,"timestamp":1532283046979,"id":345,"parentId":311,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/logform/pad-levels.js","layer":"rsc"},"startTime":1773907992351,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":8960,"timestamp":1532283047069,"id":347,"parentId":311,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/logform/printf.js","layer":"rsc"},"startTime":1773907992351,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":9071,"timestamp":1532283047107,"id":348,"parentId":311,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/logform/simple.js","layer":"rsc"},"startTime":1773907992351,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":9155,"timestamp":1532283047182,"id":350,"parentId":311,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/logform/timestamp.js","layer":"rsc"},"startTime":1773907992351,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":9484,"timestamp":1532283047144,"id":349,"parentId":311,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/logform/splat.js","layer":"rsc"},"startTime":1773907992351,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":9554,"timestamp":1532283047220,"id":351,"parentId":311,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/logform/uncolorize.js","layer":"rsc"},"startTime":1773907992351,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":9980,"timestamp":1532283047258,"id":352,"parentId":313,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/@iarna/toml/lib/parser.js","layer":"rsc"},"startTime":1773907992351,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":10048,"timestamp":1532283047296,"id":353,"parentId":313,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/@iarna/toml/lib/create-datetime.js","layer":"rsc"},"startTime":1773907992352,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":10550,"timestamp":1532283047344,"id":354,"parentId":313,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/@iarna/toml/lib/create-datetime-float.js","layer":"rsc"},"startTime":1773907992352,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":10871,"timestamp":1532283047420,"id":356,"parentId":313,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/@iarna/toml/lib/create-time.js","layer":"rsc"},"startTime":1773907992352,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":11100,"timestamp":1532283047383,"id":355,"parentId":313,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/@iarna/toml/lib/create-date.js","layer":"rsc"},"startTime":1773907992352,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":13460,"timestamp":1532283051198,"id":358,"parentId":317,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/async/series.js","layer":"rsc"},"startTime":1773907992355,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":13918,"timestamp":1532283051111,"id":357,"parentId":317,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/winston/lib/winston/tail-file.js","layer":"rsc"},"startTime":1773907992355,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":15997,"timestamp":1532283051870,"id":360,"parentId":268,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/compiled/@edge-runtime/cookies/index.js","layer":"rsc"},"startTime":1773907992356,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":16608,"timestamp":1532283051814,"id":359,"parentId":272,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/stack-trace/lib/stack-trace.js","layer":"rsc"},"startTime":1773907992356,"traceId":"c94d3a685d13f935"},{"name":"add-entry","duration":640174,"timestamp":1532282428584,"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":1773907991733,"traceId":"c94d3a685d13f935"},{"name":"add-entry","duration":640330,"timestamp":1532282428433,"id":24,"parentId":18,"tags":{"request":"next-app-loader?page=%2Fapi%2Fpro%2Froute&name=app%2Fapi%2Fpro%2Froute&pagePath=private-next-app-dir%2Fapi%2Fpro%2Froute.js&appDir=%2FVolumes%2FProjectSpace%2F_wip%2Fd1studio%2Fsrc%2Fapp&appPaths=%2Fapi%2Fpro%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1773907991733,"traceId":"c94d3a685d13f935"},{"name":"build-module","duration":20,"timestamp":1532283069207,"id":374,"parentId":357,"tags":{"name":"string_decoder","layer":null},"startTime":1773907992373,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":6780,"timestamp":1532283063524,"id":362,"parentId":327,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/async/eachOfLimit.js","layer":"rsc"},"startTime":1773907992368,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":8316,"timestamp":1532283063432,"id":361,"parentId":324,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/readable-stream/lib/_stream_writable.js","layer":"rsc"},"startTime":1773907992368,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":8167,"timestamp":1532283063723,"id":366,"parentId":327,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/async/internal/onlyOnce.js","layer":"rsc"},"startTime":1773907992368,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":8376,"timestamp":1532283063639,"id":364,"parentId":327,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/async/internal/once.js","layer":"rsc"},"startTime":1773907992368,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":8539,"timestamp":1532283063592,"id":363,"parentId":327,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/async/internal/isArrayLike.js","layer":"rsc"},"startTime":1773907992368,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":8536,"timestamp":1532283063684,"id":365,"parentId":327,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/async/internal/breakLoop.js","layer":"rsc"},"startTime":1773907992368,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":11658,"timestamp":1532283063762,"id":367,"parentId":324,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/readable-stream/lib/_stream_readable.js","layer":"rsc"},"startTime":1773907992368,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":11694,"timestamp":1532283063878,"id":370,"parentId":324,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/readable-stream/lib/_stream_passthrough.js","layer":"rsc"},"startTime":1773907992368,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":12105,"timestamp":1532283063801,"id":368,"parentId":324,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/readable-stream/lib/_stream_duplex.js","layer":"rsc"},"startTime":1773907992368,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":15140,"timestamp":1532283063840,"id":369,"parentId":324,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/readable-stream/lib/_stream_transform.js","layer":"rsc"},"startTime":1773907992368,"traceId":"c94d3a685d13f935"},{"name":"build-module","duration":12,"timestamp":1532283079887,"id":380,"parentId":361,"tags":{"name":"buffer","layer":null},"startTime":1773907992384,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":11733,"timestamp":1532283068635,"id":372,"parentId":354,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/@iarna/toml/lib/format-num.js","layer":"rsc"},"startTime":1773907992373,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":12103,"timestamp":1532283068684,"id":373,"parentId":286,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/p-locate/index.js","layer":"rsc"},"startTime":1773907992373,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":12547,"timestamp":1532283068539,"id":371,"parentId":332,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/async/asyncify.js","layer":"rsc"},"startTime":1773907992373,"traceId":"c94d3a685d13f935"},{"name":"build-module","duration":6,"timestamp":1532283082349,"id":381,"parentId":367,"tags":{"name":"events","layer":null},"startTime":1773907992387,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":6172,"timestamp":1532283077870,"id":376,"parentId":358,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/async/eachOfSeries.js","layer":"rsc"},"startTime":1773907992382,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":6344,"timestamp":1532283077925,"id":377,"parentId":358,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/async/internal/parallel.js","layer":"rsc"},"startTime":1773907992382,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":8158,"timestamp":1532283077775,"id":375,"parentId":302,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/safe-stable-stringify/index.js","layer":"rsc"},"startTime":1773907992382,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":8268,"timestamp":1532283078020,"id":379,"parentId":324,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/readable-stream/lib/internal/streams/pipeline.js","layer":"rsc"},"startTime":1773907992382,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":8696,"timestamp":1532283077972,"id":378,"parentId":324,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/readable-stream/lib/internal/streams/end-of-stream.js","layer":"rsc"},"startTime":1773907992382,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":7800,"timestamp":1532283082365,"id":382,"parentId":362,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/async/internal/eachOfLimit.js","layer":"rsc"},"startTime":1773907992387,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":10157,"timestamp":1532283083450,"id":383,"parentId":361,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/readable-stream/lib/internal/streams/stream.js","layer":"rsc"},"startTime":1773907992388,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":11354,"timestamp":1532283083557,"id":385,"parentId":361,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/readable-stream/lib/internal/streams/state.js","layer":"rsc"},"startTime":1773907992388,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":11664,"timestamp":1532283083510,"id":384,"parentId":361,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/readable-stream/lib/internal/streams/destroy.js","layer":"rsc"},"startTime":1773907992388,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":11925,"timestamp":1532283083601,"id":386,"parentId":361,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/readable-stream/errors.js","layer":"rsc"},"startTime":1773907992388,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":9095,"timestamp":1532283087067,"id":387,"parentId":367,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/readable-stream/lib/internal/streams/buffer_list.js","layer":"rsc"},"startTime":1773907992391,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":9455,"timestamp":1532283087226,"id":389,"parentId":367,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/readable-stream/lib/internal/streams/from.js","layer":"rsc"},"startTime":1773907992391,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":10087,"timestamp":1532283087130,"id":388,"parentId":367,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/readable-stream/lib/internal/streams/async_iterator.js","layer":"rsc"},"startTime":1773907992391,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":9420,"timestamp":1532283088936,"id":390,"parentId":371,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/async/internal/initialParams.js","layer":"rsc"},"startTime":1773907992393,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":8331,"timestamp":1532283091824,"id":391,"parentId":371,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/async/internal/setImmediate.js","layer":"rsc"},"startTime":1773907992396,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":7012,"timestamp":1532283094003,"id":392,"parentId":325,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/triple-beam/config/index.js","layer":"rsc"},"startTime":1773907992398,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":3564,"timestamp":1532283099750,"id":394,"parentId":382,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/async/internal/iterator.js","layer":"rsc"},"startTime":1773907992404,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":3763,"timestamp":1532283099812,"id":395,"parentId":382,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/async/internal/asyncEachOfLimit.js","layer":"rsc"},"startTime":1773907992404,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":4012,"timestamp":1532283099677,"id":393,"parentId":272,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/@dabh/diagnostics/node/index.js","layer":"rsc"},"startTime":1773907992404,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":4618,"timestamp":1532283101862,"id":396,"parentId":340,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/@colors/colors/safe.js","layer":"rsc"},"startTime":1773907992406,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":5996,"timestamp":1532283102927,"id":397,"parentId":344,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/ms/index.js","layer":"rsc"},"startTime":1773907992407,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":4042,"timestamp":1532283105258,"id":398,"parentId":326,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/fn.name/index.js","layer":"rsc"},"startTime":1773907992409,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":4967,"timestamp":1532283105323,"id":399,"parentId":367,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/string_decoder/lib/string_decoder.js","layer":"rsc"},"startTime":1773907992410,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":5737,"timestamp":1532283106128,"id":402,"parentId":392,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/triple-beam/config/syslog.js","layer":"rsc"},"startTime":1773907992410,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":5946,"timestamp":1532283106025,"id":400,"parentId":392,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/triple-beam/config/cli.js","layer":"rsc"},"startTime":1773907992410,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":5986,"timestamp":1532283106082,"id":401,"parentId":392,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/triple-beam/config/npm.js","layer":"rsc"},"startTime":1773907992410,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":5445,"timestamp":1532283107499,"id":404,"parentId":394,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/async/internal/getIterator.js","layer":"rsc"},"startTime":1773907992412,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":5547,"timestamp":1532283107549,"id":405,"parentId":393,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/@dabh/diagnostics/node/production.js","layer":"rsc"},"startTime":1773907992412,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":7109,"timestamp":1532283107432,"id":403,"parentId":350,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/fecha/lib/fecha.js","layer":"rsc"},"startTime":1773907992412,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":3915,"timestamp":1532283111374,"id":407,"parentId":361,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/inherits/inherits.js","layer":"rsc"},"startTime":1773907992416,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":4084,"timestamp":1532283111287,"id":406,"parentId":361,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/util-deprecate/node.js","layer":"rsc"},"startTime":1773907992416,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":1980,"timestamp":1532283114694,"id":409,"parentId":373,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/p-limit/index.js","layer":"rsc"},"startTime":1773907992419,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":3011,"timestamp":1532283114626,"id":408,"parentId":396,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/@colors/colors/lib/colors.js","layer":"rsc"},"startTime":1773907992419,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":2793,"timestamp":1532283116708,"id":410,"parentId":405,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/@dabh/diagnostics/diagnostics.js","layer":"rsc"},"startTime":1773907992421,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":4033,"timestamp":1532283118314,"id":411,"parentId":407,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/inherits/inherits_browser.js","layer":"rsc"},"startTime":1773907992423,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":2105,"timestamp":1532283121804,"id":412,"parentId":408,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/@colors/colors/lib/styles.js","layer":"rsc"},"startTime":1773907992426,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":2345,"timestamp":1532283122373,"id":413,"parentId":408,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/@colors/colors/lib/system/supports-colors.js","layer":"rsc"},"startTime":1773907992427,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":2791,"timestamp":1532283122433,"id":414,"parentId":408,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/@colors/colors/lib/custom/trap.js","layer":"rsc"},"startTime":1773907992427,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":2785,"timestamp":1532283122564,"id":417,"parentId":408,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/@colors/colors/lib/maps/zebra.js","layer":"rsc"},"startTime":1773907992427,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":2843,"timestamp":1532283122606,"id":418,"parentId":408,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/@colors/colors/lib/maps/rainbow.js","layer":"rsc"},"startTime":1773907992427,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":2904,"timestamp":1532283122648,"id":419,"parentId":408,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/@colors/colors/lib/maps/random.js","layer":"rsc"},"startTime":1773907992427,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":3128,"timestamp":1532283122522,"id":416,"parentId":408,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/@colors/colors/lib/maps/america.js","layer":"rsc"},"startTime":1773907992427,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":3484,"timestamp":1532283122478,"id":415,"parentId":408,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/@colors/colors/lib/custom/zalgo.js","layer":"rsc"},"startTime":1773907992427,"traceId":"c94d3a685d13f935"},{"name":"build-module","duration":16,"timestamp":1532283136938,"id":420,"parentId":221,"tags":{"name":"better-sqlite3","layer":null},"startTime":1773907992441,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":888,"timestamp":1532283137116,"id":421,"parentId":413,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/@colors/colors/lib/system/has-flag.js","layer":"rsc"},"startTime":1773907992441,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":1126,"timestamp":1532283137268,"id":422,"parentId":399,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/safe-buffer/index.js","layer":"rsc"},"startTime":1773907992441,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":744,"timestamp":1532283138663,"id":423,"parentId":409,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/yocto-queue/index.js","layer":"rsc"},"startTime":1773907992443,"traceId":"c94d3a685d13f935"},{"name":"add-entry","duration":711254,"timestamp":1532282428183,"id":19,"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":1773907991732,"traceId":"c94d3a685d13f935"},{"name":"add-entry","duration":710964,"timestamp":1532282428479,"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":1773907991733,"traceId":"c94d3a685d13f935"},{"name":"add-entry","duration":711045,"timestamp":1532282428403,"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":1773907991733,"traceId":"c94d3a685d13f935"},{"name":"add-entry","duration":710879,"timestamp":1532282428572,"id":32,"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":1773907991733,"traceId":"c94d3a685d13f935"},{"name":"add-entry","duration":710871,"timestamp":1532282428588,"id":36,"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":1773907991733,"traceId":"c94d3a685d13f935"},{"name":"add-entry","duration":710822,"timestamp":1532282428641,"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":1773907991733,"traceId":"c94d3a685d13f935"},{"name":"add-entry","duration":711020,"timestamp":1532282428446,"id":26,"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":1773907991733,"traceId":"c94d3a685d13f935"},{"name":"add-entry","duration":711040,"timestamp":1532282428428,"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":1773907991733,"traceId":"c94d3a685d13f935"},{"name":"add-entry","duration":711053,"timestamp":1532282428416,"id":21,"parentId":18,"tags":{"request":"next-app-loader?page=%2Fapi%2Fmigrations%2Flist%2Froute&name=app%2Fapi%2Fmigrations%2Flist%2Froute&pagePath=private-next-app-dir%2Fapi%2Fmigrations%2Flist%2Froute.js&appDir=%2FVolumes%2FProjectSpace%2F_wip%2Fd1studio%2Fsrc%2Fapp&appPaths=%2Fapi%2Fmigrations%2Flist%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1773907991733,"traceId":"c94d3a685d13f935"},{"name":"add-entry","duration":711018,"timestamp":1532282428453,"id":27,"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":1773907991733,"traceId":"c94d3a685d13f935"},{"name":"add-entry","duration":711011,"timestamp":1532282428465,"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":1773907991733,"traceId":"c94d3a685d13f935"},{"name":"add-entry","duration":710990,"timestamp":1532282428487,"id":30,"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":1773907991733,"traceId":"c94d3a685d13f935"},{"name":"add-entry","duration":710883,"timestamp":1532282428597,"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":1773907991733,"traceId":"c94d3a685d13f935"}]
5
+ [{"name":"add-entry","duration":711062,"timestamp":1532282428558,"id":31,"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":1773907991733,"traceId":"c94d3a685d13f935"},{"name":"add-entry","duration":711044,"timestamp":1532282428581,"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":1773907991733,"traceId":"c94d3a685d13f935"},{"name":"add-entry","duration":711051,"timestamp":1532282428576,"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":1773907991733,"traceId":"c94d3a685d13f935"},{"name":"add-entry","duration":711190,"timestamp":1532282428438,"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":1773907991733,"traceId":"c94d3a685d13f935"},{"name":"font-loader","duration":606059,"timestamp":1532282925868,"id":245,"parentId":244,"tags":{},"startTime":1773907992230,"traceId":"c94d3a685d13f935"},{"name":"postcss","duration":2152,"timestamp":1532283647123,"id":424,"parentId":244,"tags":{},"startTime":1773907992951,"traceId":"c94d3a685d13f935"},{"name":"next-font-loader","duration":723699,"timestamp":1532282925835,"id":244,"parentId":238,"tags":{},"startTime":1773907992230,"traceId":"c94d3a685d13f935"},{"name":"css-loader","duration":13374,"timestamp":1532283649370,"id":425,"parentId":238,"tags":{"astUsed":"true"},"startTime":1773907992954,"traceId":"c94d3a685d13f935"},{"name":"build-module","duration":774479,"timestamp":1532282888498,"id":238,"parentId":176,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.jsx\",\"import\":\"Geist_Mono\",\"arguments\":[{\"variable\":\"--font-geist-mono\",\"subsets\":[\"latin\"]}],\"variableName\":\"geistMono\"}","layer":"rsc"},"startTime":1773907992193,"traceId":"c94d3a685d13f935"},{"name":"font-loader","duration":740429,"timestamp":1532282922971,"id":243,"parentId":242,"tags":{},"startTime":1773907992227,"traceId":"c94d3a685d13f935"},{"name":"postcss","duration":214,"timestamp":1532283663420,"id":426,"parentId":242,"tags":{},"startTime":1773907992968,"traceId":"c94d3a685d13f935"},{"name":"next-font-loader","duration":769629,"timestamp":1532282894032,"id":242,"parentId":237,"tags":{},"startTime":1773907992198,"traceId":"c94d3a685d13f935"},{"name":"css-loader","duration":576,"timestamp":1532283663652,"id":427,"parentId":237,"tags":{"astUsed":"true"},"startTime":1773907992968,"traceId":"c94d3a685d13f935"},{"name":"build-module","duration":777969,"timestamp":1532282886337,"id":237,"parentId":176,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.jsx\",\"import\":\"Geist\",\"arguments\":[{\"variable\":\"--font-geist-sans\",\"subsets\":[\"latin\"]}],\"variableName\":\"geistSans\"}","layer":"rsc"},"startTime":1773907992191,"traceId":"c94d3a685d13f935"},{"name":"add-entry","duration":1235962,"timestamp":1532282428422,"id":22,"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":1773907991733,"traceId":"c94d3a685d13f935"},{"name":"add-entry","duration":1235696,"timestamp":1532282428693,"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":1773907991733,"traceId":"c94d3a685d13f935"},{"name":"build-module","duration":1016,"timestamp":1532283760862,"id":514,"parentId":16,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?server=true!","layer":"ssr"},"startTime":1773907993065,"traceId":"c94d3a685d13f935"},{"name":"build-module","duration":62,"timestamp":1532283761903,"id":515,"parentId":16,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?server=true!","layer":"rsc"},"startTime":1773907993066,"traceId":"c94d3a685d13f935"},{"name":"build-module","duration":496,"timestamp":1532283761977,"id":516,"parentId":16,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?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=true!","layer":"ssr"},"startTime":1773907993066,"traceId":"c94d3a685d13f935"},{"name":"build-module","duration":173,"timestamp":1532283762481,"id":517,"parentId":16,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?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=true!","layer":"rsc"},"startTime":1773907993067,"traceId":"c94d3a685d13f935"},{"name":"build-module","duration":185,"timestamp":1532283762660,"id":518,"parentId":16,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?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=true!","layer":"ssr"},"startTime":1773907993067,"traceId":"c94d3a685d13f935"},{"name":"build-module","duration":218,"timestamp":1532283762851,"id":519,"parentId":16,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?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=true!","layer":"rsc"},"startTime":1773907993067,"traceId":"c94d3a685d13f935"},{"name":"build-module","duration":62,"timestamp":1532283763075,"id":520,"parentId":16,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2FVolumes%2FProjectSpace%2F_wip%2Fd1studio%2Fsrc%2Fapp%2Fpage.jsx%22%2C%22ids%22%3A%5B%5D%7D&server=true!","layer":"ssr"},"startTime":1773907993067,"traceId":"c94d3a685d13f935"},{"name":"build-module","duration":60,"timestamp":1532283763142,"id":521,"parentId":16,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2FVolumes%2FProjectSpace%2F_wip%2Fd1studio%2Fsrc%2Fapp%2Fpage.jsx%22%2C%22ids%22%3A%5B%5D%7D&server=true!","layer":"rsc"},"startTime":1773907993067,"traceId":"c94d3a685d13f935"},{"name":"build-module-jsx","duration":2411,"timestamp":1532283766302,"id":522,"parentId":520,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/src/app/page.jsx","layer":"ssr"},"startTime":1773907993071,"traceId":"c94d3a685d13f935"},{"name":"build-module-jsx","duration":2075,"timestamp":1532283769939,"id":525,"parentId":516,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/src/components/ui/toaster.jsx","layer":"ssr"},"startTime":1773907993074,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":5319,"timestamp":1532283769694,"id":523,"parentId":518,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/client/components/error-boundary.js","layer":"ssr"},"startTime":1773907993074,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":7078,"timestamp":1532283769734,"id":524,"parentId":516,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/src/context/database-context.js","layer":"ssr"},"startTime":1773907993074,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":4828,"timestamp":1532283772221,"id":529,"parentId":518,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/client/components/render-from-template-context.js","layer":"ssr"},"startTime":1773907993076,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":5295,"timestamp":1532283772108,"id":526,"parentId":518,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/client/components/client-page.js","layer":"ssr"},"startTime":1773907993076,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":5457,"timestamp":1532283772177,"id":527,"parentId":518,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/client/components/client-segment.js","layer":"ssr"},"startTime":1773907993076,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":12085,"timestamp":1532283772201,"id":528,"parentId":518,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/client/components/layout-router.js","layer":"ssr"},"startTime":1773907993076,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":6395,"timestamp":1532283778608,"id":530,"parentId":518,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js","layer":"ssr"},"startTime":1773907993083,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":3193,"timestamp":1532283785528,"id":531,"parentId":518,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/lib/metadata/metadata-boundary.js","layer":"ssr"},"startTime":1773907993090,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":570,"timestamp":1532283788783,"id":532,"parentId":523,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/@swc/helpers/esm/_interop_require_default.js","layer":"ssr"},"startTime":1773907993093,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":2126,"timestamp":1532283788872,"id":534,"parentId":526,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/server/request/search-params.js","layer":"ssr"},"startTime":1773907993093,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":3314,"timestamp":1532283788918,"id":535,"parentId":526,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/server/request/params.js","layer":"ssr"},"startTime":1773907993093,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":8209,"timestamp":1532283788849,"id":533,"parentId":526,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/shared/lib/invariant-error.js","layer":"ssr"},"startTime":1773907993093,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":2898,"timestamp":1532283797762,"id":537,"parentId":530,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/shared/lib/utils/warn-once.js","layer":"ssr"},"startTime":1773907993102,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":3226,"timestamp":1532283797699,"id":536,"parentId":530,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/client/components/http-access-fallback/http-access-fallback.js","layer":"ssr"},"startTime":1773907993102,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":421,"timestamp":1532283800998,"id":539,"parentId":531,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/lib/metadata/metadata-constants.js","layer":"ssr"},"startTime":1773907993105,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":2091,"timestamp":1532283801086,"id":541,"parentId":523,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/client/components/is-next-router-error.js","layer":"ssr"},"startTime":1773907993105,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":2323,"timestamp":1532283801103,"id":542,"parentId":523,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/client/components/nav-failure-handler.js","layer":"ssr"},"startTime":1773907993105,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":1055,"timestamp":1532283803586,"id":543,"parentId":534,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/server/dynamic-rendering-utils.js","layer":"ssr"},"startTime":1773907993108,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":1367,"timestamp":1532283803656,"id":544,"parentId":534,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/server/create-deduped-by-callsite-server-error-logger.js","layer":"ssr"},"startTime":1773907993108,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":1516,"timestamp":1532283803703,"id":545,"parentId":534,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/lib/scheduler.js","layer":"ssr"},"startTime":1773907993108,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":2490,"timestamp":1532283803747,"id":546,"parentId":534,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/server/app-render/dynamic-rendering.js","layer":"ssr"},"startTime":1773907993108,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":2694,"timestamp":1532283803792,"id":547,"parentId":534,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/server/request/utils.js","layer":"ssr"},"startTime":1773907993108,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":2774,"timestamp":1532283803842,"id":548,"parentId":534,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/server/web/spec-extension/adapters/reflect.js","layer":"ssr"},"startTime":1773907993108,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":5971,"timestamp":1532283801061,"id":540,"parentId":523,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/client/components/navigation-untracked.js","layer":"ssr"},"startTime":1773907993105,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":6305,"timestamp":1532283803909,"id":550,"parentId":528,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/client/components/match-segments.js","layer":"ssr"},"startTime":1773907993108,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":6415,"timestamp":1532283803944,"id":552,"parentId":528,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/shared/lib/router/utils/handle-smooth-scroll.js","layer":"ssr"},"startTime":1773907993108,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":6594,"timestamp":1532283803888,"id":549,"parentId":528,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/client/components/unresolved-thenable.js","layer":"ssr"},"startTime":1773907993108,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":6881,"timestamp":1532283803926,"id":551,"parentId":528,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/client/components/redirect-boundary.js","layer":"ssr"},"startTime":1773907993108,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":15696,"timestamp":1532283797784,"id":538,"parentId":529,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/@swc/helpers/esm/_interop_require_wildcard.js","layer":"ssr"},"startTime":1773907993102,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":3138,"timestamp":1532283813652,"id":555,"parentId":528,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/client/components/router-reducer/reducers/get-segment-value.js","layer":"ssr"},"startTime":1773907993118,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":3337,"timestamp":1532283813633,"id":554,"parentId":528,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/client/components/router-reducer/create-router-cache-key.js","layer":"ssr"},"startTime":1773907993118,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":3532,"timestamp":1532283813671,"id":556,"parentId":528,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/client/components/router-reducer/reducers/has-interception-route-in-current-tree.js","layer":"ssr"},"startTime":1773907993118,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":4313,"timestamp":1532283813582,"id":553,"parentId":528,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/client/components/router-reducer/fetch-server-response.js","layer":"ssr"},"startTime":1773907993118,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":2568,"timestamp":1532283816068,"id":558,"parentId":546,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/client/components/static-generation-bailout.js","layer":"ssr"},"startTime":1773907993120,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":2768,"timestamp":1532283816029,"id":557,"parentId":546,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/client/components/hooks-server-context.js","layer":"ssr"},"startTime":1773907993120,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":1123,"timestamp":1532283819206,"id":562,"parentId":542,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/client/components/router-reducer/create-href-from-url.js","layer":"ssr"},"startTime":1773907993123,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":1384,"timestamp":1532283819186,"id":561,"parentId":541,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/client/components/redirect-error.js","layer":"ssr"},"startTime":1773907993123,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":534,"timestamp":1532283822114,"id":568,"parentId":556,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/server/lib/interception-routes.js","layer":"ssr"},"startTime":1773907993126,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":1898,"timestamp":1532283822072,"id":566,"parentId":554,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/shared/lib/segment.js","layer":"ssr"},"startTime":1773907993126,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":2838,"timestamp":1532283821730,"id":565,"parentId":551,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/client/components/redirect.js","layer":"ssr"},"startTime":1773907993126,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":3430,"timestamp":1532283821707,"id":564,"parentId":551,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/client/components/navigation.js","layer":"ssr"},"startTime":1773907993126,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":5352,"timestamp":1532283822096,"id":567,"parentId":553,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/client/components/app-router-headers.js","layer":"ssr"},"startTime":1773907993126,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":8700,"timestamp":1532283819141,"id":560,"parentId":523,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/server/route-modules/app-page/vendored/ssr/react.js","layer":"ssr"},"startTime":1773907993123,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":8885,"timestamp":1532283819079,"id":559,"parentId":523,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/server/route-modules/app-page/vendored/ssr/react-jsx-runtime.js","layer":"ssr"},"startTime":1773907993123,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":8081,"timestamp":1532283821637,"id":563,"parentId":550,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/server/app-render/get-segment-param.js","layer":"ssr"},"startTime":1773907993126,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":2683,"timestamp":1532283828579,"id":570,"parentId":553,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/client/app-find-source-map-url.js","layer":"ssr"},"startTime":1773907993133,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":2800,"timestamp":1532283828622,"id":572,"parentId":553,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/client/app-build-id.js","layer":"ssr"},"startTime":1773907993133,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":3118,"timestamp":1532283828519,"id":569,"parentId":553,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/client/app-call-server.js","layer":"ssr"},"startTime":1773907993133,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":3298,"timestamp":1532283828603,"id":571,"parentId":553,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/client/flight-data-helpers.js","layer":"ssr"},"startTime":1773907993133,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":4174,"timestamp":1532283828640,"id":573,"parentId":553,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/shared/lib/hash.js","layer":"ssr"},"startTime":1773907993133,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":4419,"timestamp":1532283828657,"id":574,"parentId":553,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/client/components/router-reducer/router-reducer-types.js","layer":"ssr"},"startTime":1773907993133,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":3484,"timestamp":1532283829808,"id":575,"parentId":568,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/shared/lib/router/utils/app-paths.js","layer":"ssr"},"startTime":1773907993134,"traceId":"c94d3a685d13f935"},{"name":"build-module-jsx","duration":3745,"timestamp":1532283829977,"id":578,"parentId":522,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/src/components/schema-view.jsx","layer":"ssr"},"startTime":1773907993134,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":1848,"timestamp":1532283833998,"id":585,"parentId":560,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/server/route-modules/app-page/module.compiled.js","layer":"ssr"},"startTime":1773907993138,"traceId":"c94d3a685d13f935"},{"name":"build-module-jsx","duration":9678,"timestamp":1532283830064,"id":580,"parentId":522,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/src/components/migrations-view.jsx","layer":"ssr"},"startTime":1773907993134,"traceId":"c94d3a685d13f935"},{"name":"build-module-jsx","duration":10573,"timestamp":1532283830022,"id":579,"parentId":522,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/src/components/sidebar.jsx","layer":"ssr"},"startTime":1773907993134,"traceId":"c94d3a685d13f935"},{"name":"build-module-jsx","duration":11639,"timestamp":1532283829932,"id":577,"parentId":522,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/src/components/sql-editor.jsx","layer":"ssr"},"startTime":1773907993134,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":11530,"timestamp":1532283830256,"id":584,"parentId":561,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/client/components/redirect-status-code.js","layer":"ssr"},"startTime":1773907993134,"traceId":"c94d3a685d13f935"},{"name":"build-module-jsx","duration":12404,"timestamp":1532283830107,"id":581,"parentId":522,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/src/components/remote-sync-view.jsx","layer":"ssr"},"startTime":1773907993134,"traceId":"c94d3a685d13f935"},{"name":"build-module-jsx","duration":15804,"timestamp":1532283829839,"id":576,"parentId":522,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/src/components/table-view.jsx","layer":"ssr"},"startTime":1773907993134,"traceId":"c94d3a685d13f935"},{"name":"build-module-jsx","duration":19175,"timestamp":1532283830166,"id":582,"parentId":522,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/src/components/time-travel-view.jsx","layer":"ssr"},"startTime":1773907993134,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":10036,"timestamp":1532283850347,"id":588,"parentId":564,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/client/components/bailout-to-client-rendering.js","layer":"ssr"},"startTime":1773907993155,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":10384,"timestamp":1532283850317,"id":587,"parentId":564,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/client/components/navigation.react-server.js","layer":"ssr"},"startTime":1773907993155,"traceId":"c94d3a685d13f935"},{"name":"build-module-jsx","duration":10891,"timestamp":1532283850191,"id":586,"parentId":522,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/src/components/status-bar.jsx","layer":"ssr"},"startTime":1773907993154,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":36458,"timestamp":1532283830210,"id":583,"parentId":528,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/server/route-modules/app-page/vendored/ssr/react-dom.js","layer":"ssr"},"startTime":1773907993134,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":5195,"timestamp":1532283861779,"id":589,"parentId":575,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js","layer":"ssr"},"startTime":1773907993166,"traceId":"c94d3a685d13f935"},{"name":"build-module-json","duration":565,"timestamp":1532283869038,"id":590,"parentId":579,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/package.json","layer":"ssr"},"startTime":1773907993173,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":3370,"timestamp":1532283869372,"id":592,"parentId":524,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/src/lib/request-deduplication.js","layer":"ssr"},"startTime":1773907993174,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":4033,"timestamp":1532283869292,"id":591,"parentId":577,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/src/lib/parse-sql-error.js","layer":"ssr"},"startTime":1773907993174,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":14152,"timestamp":1532283869424,"id":593,"parentId":529,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/server/route-modules/app-page/vendored/contexts/app-router-context.js","layer":"ssr"},"startTime":1773907993174,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":7977,"timestamp":1532283876280,"id":598,"parentId":587,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/client/components/unauthorized.js","layer":"ssr"},"startTime":1773907993180,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":8192,"timestamp":1532283876231,"id":596,"parentId":587,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/client/components/not-found.js","layer":"ssr"},"startTime":1773907993180,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":8315,"timestamp":1532283876261,"id":597,"parentId":587,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/client/components/forbidden.js","layer":"ssr"},"startTime":1773907993180,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":8442,"timestamp":1532283876298,"id":599,"parentId":587,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/client/components/unstable-rethrow.js","layer":"ssr"},"startTime":1773907993181,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":1491,"timestamp":1532283885111,"id":600,"parentId":591,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/src/lib/sql-error-types.js","layer":"ssr"},"startTime":1773907993189,"traceId":"c94d3a685d13f935"}]
6
+ [{"name":"build-module-js","duration":1562,"timestamp":1532283886339,"id":601,"parentId":588,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/shared/lib/lazy-dynamic/bailout-to-csr.js","layer":"ssr"},"startTime":1773907993191,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":11896,"timestamp":1532283876138,"id":595,"parentId":553,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/server/route-modules/app-page/vendored/ssr/react-server-dom-webpack-client-edge.js","layer":"ssr"},"startTime":1773907993180,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":12118,"timestamp":1532283875993,"id":594,"parentId":540,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/server/route-modules/app-page/vendored/contexts/hooks-client-context.js","layer":"ssr"},"startTime":1773907993180,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":2190,"timestamp":1532283887069,"id":602,"parentId":525,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/src/hooks/use-toast.js","layer":"ssr"},"startTime":1773907993191,"traceId":"c94d3a685d13f935"},{"name":"build-module-jsx","duration":1636,"timestamp":1532283888200,"id":603,"parentId":525,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/src/components/ui/toast.jsx","layer":"ssr"},"startTime":1773907993192,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":5214,"timestamp":1532283890205,"id":604,"parentId":564,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/server/route-modules/app-page/vendored/contexts/server-inserted-html.js","layer":"ssr"},"startTime":1773907993194,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":3852,"timestamp":1532283891821,"id":605,"parentId":599,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/server/lib/router-utils/is-postpone.js","layer":"ssr"},"startTime":1773907993196,"traceId":"c94d3a685d13f935"},{"name":"build-module-jsx","duration":4574,"timestamp":1532283894847,"id":607,"parentId":578,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/src/components/schema-erd.jsx","layer":"ssr"},"startTime":1773907993199,"traceId":"c94d3a685d13f935"},{"name":"build-module-jsx","duration":3830,"timestamp":1532283895897,"id":611,"parentId":576,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/src/components/delete-records-dialog.jsx","layer":"ssr"},"startTime":1773907993200,"traceId":"c94d3a685d13f935"},{"name":"build-module-jsx","duration":4161,"timestamp":1532283895851,"id":610,"parentId":581,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/src/components/cloudflare-credentials-modal.jsx","layer":"ssr"},"startTime":1773907993200,"traceId":"c94d3a685d13f935"},{"name":"build-module-jsx","duration":4864,"timestamp":1532283895743,"id":608,"parentId":579,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/src/components/environment-handler.jsx","layer":"ssr"},"startTime":1773907993200,"traceId":"c94d3a685d13f935"},{"name":"build-module-jsx","duration":5311,"timestamp":1532283895804,"id":609,"parentId":576,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/src/components/editable-cell.jsx","layer":"ssr"},"startTime":1773907993200,"traceId":"c94d3a685d13f935"},{"name":"build-module-jsx","duration":5387,"timestamp":1532283895940,"id":612,"parentId":576,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/src/components/table-error-dialog.jsx","layer":"ssr"},"startTime":1773907993200,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":8832,"timestamp":1532283893003,"id":606,"parentId":599,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/export/helpers/is-dynamic-usage-error.js","layer":"ssr"},"startTime":1773907993197,"traceId":"c94d3a685d13f935"},{"name":"build-module-jsx","duration":6211,"timestamp":1532283895984,"id":613,"parentId":577,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/src/components/query-results.jsx","layer":"ssr"},"startTime":1773907993200,"traceId":"c94d3a685d13f935"},{"name":"build-module-jsx","duration":6921,"timestamp":1532283896028,"id":614,"parentId":576,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/src/components/table-toolbar.jsx","layer":"ssr"},"startTime":1773907993200,"traceId":"c94d3a685d13f935"},{"name":"build-module-jsx","duration":16901,"timestamp":1532283896070,"id":615,"parentId":576,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/src/components/editable-row.jsx","layer":"ssr"},"startTime":1773907993200,"traceId":"c94d3a685d13f935"},{"name":"build-module-jsx","duration":17167,"timestamp":1532283896871,"id":616,"parentId":576,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/src/components/import-dialog.jsx","layer":"ssr"},"startTime":1773907993201,"traceId":"c94d3a685d13f935"},{"name":"build-module-jsx","duration":4880,"timestamp":1532283914639,"id":617,"parentId":576,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/src/components/resize-columns.jsx","layer":"ssr"},"startTime":1773907993219,"traceId":"c94d3a685d13f935"},{"name":"build-module-jsx","duration":5282,"timestamp":1532283924706,"id":634,"parentId":576,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/src/components/column-sorting.jsx","layer":"ssr"},"startTime":1773907993229,"traceId":"c94d3a685d13f935"},{"name":"build-module-jsx","duration":5819,"timestamp":1532283924608,"id":632,"parentId":576,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/src/components/relation-row.jsx","layer":"ssr"},"startTime":1773907993229,"traceId":"c94d3a685d13f935"},{"name":"build-module-jsx","duration":6509,"timestamp":1532283924661,"id":633,"parentId":576,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/src/components/table-filter-bar.jsx","layer":"ssr"},"startTime":1773907993229,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":14209,"timestamp":1532283923897,"id":618,"parentId":578,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/api/app-dynamic.js","layer":"ssr"},"startTime":1773907993228,"traceId":"c94d3a685d13f935"},{"name":"build-module-jsx","duration":34722,"timestamp":1532283940387,"id":635,"parentId":580,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/src/components/ui/alert.jsx","layer":"ssr"},"startTime":1773907993245,"traceId":"c94d3a685d13f935"},{"name":"build-module-jsx","duration":34867,"timestamp":1532283940477,"id":636,"parentId":580,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/src/components/ui/button.jsx","layer":"ssr"},"startTime":1773907993245,"traceId":"c94d3a685d13f935"},{"name":"build-module-jsx","duration":34953,"timestamp":1532283940526,"id":637,"parentId":579,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/src/components/ui/input.jsx","layer":"ssr"},"startTime":1773907993245,"traceId":"c94d3a685d13f935"},{"name":"build-module-jsx","duration":35053,"timestamp":1532283940572,"id":638,"parentId":576,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/src/components/ui/checkbox.jsx","layer":"ssr"},"startTime":1773907993245,"traceId":"c94d3a685d13f935"},{"name":"build-module-jsx","duration":35187,"timestamp":1532283940616,"id":639,"parentId":576,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/src/components/ui/scroll-area.jsx","layer":"ssr"},"startTime":1773907993245,"traceId":"c94d3a685d13f935"},{"name":"build-module-jsx","duration":37485,"timestamp":1532283940705,"id":641,"parentId":580,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/src/components/ui/table.jsx","layer":"ssr"},"startTime":1773907993245,"traceId":"c94d3a685d13f935"},{"name":"build-module-jsx","duration":38304,"timestamp":1532283940660,"id":640,"parentId":579,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/src/components/ui/dropdown-menu.jsx","layer":"ssr"},"startTime":1773907993245,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":64585,"timestamp":1532283924276,"id":620,"parentId":579,"tags":{"name":"__barrel_optimize__?names=AlertCircle,ArrowDownToLine,ArrowUpFromLine,ChevronDown,Clock,Database,Loader2,Lock,Search,Table2,TerminalSquare!=!/Volumes/ProjectSpace/_wip/d1studio/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"ssr"},"startTime":1773907993228,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":64966,"timestamp":1532283923992,"id":619,"parentId":580,"tags":{"name":"__barrel_optimize__?names=AlertCircle,CheckCircle2,Clock,FileCode,Loader2,RefreshCw!=!/Volumes/ProjectSpace/_wip/d1studio/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"ssr"},"startTime":1773907993228,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":64726,"timestamp":1532283924301,"id":621,"parentId":577,"tags":{"name":"__barrel_optimize__?names=ChevronDown,Command,CornerDownLeft,GripHorizontal,Loader2!=!/Volumes/ProjectSpace/_wip/d1studio/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"ssr"},"startTime":1773907993229,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":64767,"timestamp":1532283924324,"id":622,"parentId":581,"tags":{"name":"__barrel_optimize__?names=AlertCircle,CheckCircle2,Download,Loader2,RefreshCw,Upload!=!/Volumes/ProjectSpace/_wip/d1studio/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"ssr"},"startTime":1773907993229,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":64765,"timestamp":1532283924363,"id":624,"parentId":586,"tags":{"name":"__barrel_optimize__?names=Loader2!=!/Volumes/ProjectSpace/_wip/d1studio/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"ssr"},"startTime":1773907993229,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":68739,"timestamp":1532283924396,"id":625,"parentId":603,"tags":{"name":"__barrel_optimize__?names=X!=!/Volumes/ProjectSpace/_wip/d1studio/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"ssr"},"startTime":1773907993229,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":70786,"timestamp":1532283924344,"id":623,"parentId":576,"tags":{"name":"__barrel_optimize__?names=AlertCircle,Loader2!=!/Volumes/ProjectSpace/_wip/d1studio/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"ssr"},"startTime":1773907993229,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":70767,"timestamp":1532283924448,"id":626,"parentId":607,"tags":{"name":"__barrel_optimize__?names=Key,LayoutGrid,Link2,Loader2,Maximize2,RefreshCw!=!/Volumes/ProjectSpace/_wip/d1studio/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"ssr"},"startTime":1773907993229,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":70778,"timestamp":1532283924484,"id":627,"parentId":611,"tags":{"name":"__barrel_optimize__?names=AlertCircle!=!/Volumes/ProjectSpace/_wip/d1studio/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"ssr"},"startTime":1773907993229,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":70867,"timestamp":1532283924505,"id":628,"parentId":609,"tags":{"name":"__barrel_optimize__?names=ArrowRight!=!/Volumes/ProjectSpace/_wip/d1studio/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"ssr"},"startTime":1773907993229,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":70904,"timestamp":1532283924571,"id":630,"parentId":615,"tags":{"name":"__barrel_optimize__?names=Trash2!=!/Volumes/ProjectSpace/_wip/d1studio/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"ssr"},"startTime":1773907993229,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":71181,"timestamp":1532283924551,"id":629,"parentId":614,"tags":{"name":"__barrel_optimize__?names=ArrowLeft,ArrowRight,Loader2,SlidersHorizontal,Upload!=!/Volumes/ProjectSpace/_wip/d1studio/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"ssr"},"startTime":1773907993229,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":72902,"timestamp":1532283924589,"id":631,"parentId":616,"tags":{"name":"__barrel_optimize__?names=AlertCircle,CheckCircle2,FileJson,FileSpreadsheet,Upload!=!/Volumes/ProjectSpace/_wip/d1studio/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"ssr"},"startTime":1773907993229,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":55531,"timestamp":1532283942134,"id":642,"parentId":634,"tags":{"name":"__barrel_optimize__?names=ArrowDown,ArrowUp,ArrowUpDown!=!/Volumes/ProjectSpace/_wip/d1studio/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"ssr"},"startTime":1773907993246,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":55727,"timestamp":1532283942180,"id":643,"parentId":632,"tags":{"name":"__barrel_optimize__?names=Loader2,X!=!/Volumes/ProjectSpace/_wip/d1studio/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"ssr"},"startTime":1773907993246,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":55765,"timestamp":1532283942204,"id":644,"parentId":633,"tags":{"name":"__barrel_optimize__?names=Plus,TerminalSquare,X!=!/Volumes/ProjectSpace/_wip/d1studio/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"ssr"},"startTime":1773907993246,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":4557,"timestamp":1532284002066,"id":646,"parentId":640,"tags":{"name":"__barrel_optimize__?names=Check,ChevronRight,Circle!=!/Volumes/ProjectSpace/_wip/d1studio/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"ssr"},"startTime":1773907993306,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":4717,"timestamp":1532284001977,"id":645,"parentId":638,"tags":{"name":"__barrel_optimize__?names=Check!=!/Volumes/ProjectSpace/_wip/d1studio/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"ssr"},"startTime":1773907993306,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":1938,"timestamp":1532284005791,"id":648,"parentId":603,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/src/lib/utils.js","layer":"ssr"},"startTime":1773907993310,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":12062,"timestamp":1532284005846,"id":649,"parentId":618,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/shared/lib/app-dynamic.js","layer":"ssr"},"startTime":1773907993310,"traceId":"c94d3a685d13f935"},{"name":"build-module-mjs","duration":26166,"timestamp":1532284005679,"id":647,"parentId":577,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/@monaco-editor/react/dist/index.mjs","layer":"ssr"},"startTime":1773907993310,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":10658,"timestamp":1532284025030,"id":653,"parentId":620,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/lucide-react/dist/esm/icons/arrow-up-from-line.js","layer":"ssr"},"startTime":1773907993329,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":11512,"timestamp":1532284024995,"id":652,"parentId":620,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/lucide-react/dist/esm/icons/arrow-down-to-line.js","layer":"ssr"},"startTime":1773907993329,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":12117,"timestamp":1532284025056,"id":654,"parentId":620,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/lucide-react/dist/esm/icons/clock.js","layer":"ssr"},"startTime":1773907993329,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":12618,"timestamp":1532284025200,"id":655,"parentId":620,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/lucide-react/dist/esm/icons/chevron-down.js","layer":"ssr"},"startTime":1773907993329,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":12755,"timestamp":1532284025236,"id":656,"parentId":620,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/lucide-react/dist/esm/icons/loader-circle.js","layer":"ssr"},"startTime":1773907993329,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":12906,"timestamp":1532284025262,"id":657,"parentId":620,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/lucide-react/dist/esm/icons/lock.js","layer":"ssr"},"startTime":1773907993329,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":12975,"timestamp":1532284025343,"id":658,"parentId":620,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/lucide-react/dist/esm/icons/search.js","layer":"ssr"},"startTime":1773907993330,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":13041,"timestamp":1532284025526,"id":661,"parentId":620,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/lucide-react/dist/esm/icons/database.js","layer":"ssr"},"startTime":1773907993330,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":13373,"timestamp":1532284025466,"id":660,"parentId":620,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/lucide-react/dist/esm/icons/square-terminal.js","layer":"ssr"},"startTime":1773907993330,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":14153,"timestamp":1532284024890,"id":651,"parentId":620,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/lucide-react/dist/esm/icons/circle-alert.js","layer":"ssr"},"startTime":1773907993329,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":13793,"timestamp":1532284025387,"id":659,"parentId":620,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/lucide-react/dist/esm/icons/table-2.js","layer":"ssr"},"startTime":1773907993330,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":13755,"timestamp":1532284025553,"id":662,"parentId":619,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/lucide-react/dist/esm/icons/circle-check.js","layer":"ssr"},"startTime":1773907993330,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":13869,"timestamp":1532284025576,"id":663,"parentId":619,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/lucide-react/dist/esm/icons/file-code.js","layer":"ssr"},"startTime":1773907993330,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":13912,"timestamp":1532284025656,"id":665,"parentId":621,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/lucide-react/dist/esm/icons/corner-down-left.js","layer":"ssr"},"startTime":1773907993330,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":14005,"timestamp":1532284025700,"id":667,"parentId":622,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/lucide-react/dist/esm/icons/download.js","layer":"ssr"},"startTime":1773907993330,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":14254,"timestamp":1532284025598,"id":664,"parentId":619,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/lucide-react/dist/esm/icons/refresh-cw.js","layer":"ssr"},"startTime":1773907993330,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":14328,"timestamp":1532284025678,"id":666,"parentId":621,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/lucide-react/dist/esm/icons/grip-horizontal.js","layer":"ssr"},"startTime":1773907993330,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":14355,"timestamp":1532284025783,"id":670,"parentId":625,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/lucide-react/dist/esm/icons/x.js","layer":"ssr"},"startTime":1773907993330,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":14447,"timestamp":1532284025806,"id":671,"parentId":626,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/lucide-react/dist/esm/icons/key.js","layer":"ssr"},"startTime":1773907993330,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":14618,"timestamp":1532284025739,"id":668,"parentId":621,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/lucide-react/dist/esm/icons/command.js","layer":"ssr"},"startTime":1773907993330,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":14748,"timestamp":1532284025762,"id":669,"parentId":622,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/lucide-react/dist/esm/icons/upload.js","layer":"ssr"},"startTime":1773907993330,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":14717,"timestamp":1532284025934,"id":675,"parentId":628,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/lucide-react/dist/esm/icons/arrow-right.js","layer":"ssr"},"startTime":1773907993330,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":14948,"timestamp":1532284025872,"id":672,"parentId":626,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/lucide-react/dist/esm/icons/layout-grid.js","layer":"ssr"},"startTime":1773907993330,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":15219,"timestamp":1532284025893,"id":673,"parentId":626,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/lucide-react/dist/esm/icons/link-2.js","layer":"ssr"},"startTime":1773907993330,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":15303,"timestamp":1532284025992,"id":676,"parentId":630,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/lucide-react/dist/esm/icons/trash-2.js","layer":"ssr"},"startTime":1773907993330,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":15568,"timestamp":1532284025915,"id":674,"parentId":626,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/lucide-react/dist/esm/icons/maximize-2.js","layer":"ssr"},"startTime":1773907993330,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":15601,"timestamp":1532284026032,"id":678,"parentId":629,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/lucide-react/dist/esm/icons/arrow-left.js","layer":"ssr"},"startTime":1773907993330,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":15912,"timestamp":1532284026012,"id":677,"parentId":629,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/lucide-react/dist/esm/icons/sliders-horizontal.js","layer":"ssr"},"startTime":1773907993330,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":15935,"timestamp":1532284026126,"id":681,"parentId":642,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/lucide-react/dist/esm/icons/arrow-down.js","layer":"ssr"},"startTime":1773907993330,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":16113,"timestamp":1532284026084,"id":679,"parentId":631,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/lucide-react/dist/esm/icons/file-json.js","layer":"ssr"},"startTime":1773907993330,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":16246,"timestamp":1532284026104,"id":680,"parentId":631,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/lucide-react/dist/esm/icons/file-spreadsheet.js","layer":"ssr"},"startTime":1773907993330,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":17167,"timestamp":1532284026214,"id":683,"parentId":642,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/lucide-react/dist/esm/icons/arrow-up-down.js","layer":"ssr"},"startTime":1773907993330,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":17328,"timestamp":1532284026234,"id":684,"parentId":644,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/lucide-react/dist/esm/icons/plus.js","layer":"ssr"},"startTime":1773907993330,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":17509,"timestamp":1532284026146,"id":682,"parentId":642,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/lucide-react/dist/esm/icons/arrow-up.js","layer":"ssr"},"startTime":1773907993330,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":10846,"timestamp":1532284032952,"id":686,"parentId":646,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/lucide-react/dist/esm/icons/check.js","layer":"ssr"},"startTime":1773907993337,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":12801,"timestamp":1532284032465,"id":685,"parentId":646,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/lucide-react/dist/esm/icons/circle.js","layer":"ssr"},"startTime":1773907993337,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":12283,"timestamp":1532284033120,"id":687,"parentId":646,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/lucide-react/dist/esm/icons/chevron-right.js","layer":"ssr"},"startTime":1773907993337,"traceId":"c94d3a685d13f935"},{"name":"build-module-mjs","duration":26432,"timestamp":1532284021053,"id":650,"parentId":603,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/class-variance-authority/dist/index.mjs","layer":"ssr"},"startTime":1773907993325,"traceId":"c94d3a685d13f935"},{"name":"build-module-jsx","duration":2041,"timestamp":1532284053835,"id":691,"parentId":614,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/src/components/refresh-button.jsx","layer":"ssr"},"startTime":1773907993358,"traceId":"c94d3a685d13f935"},{"name":"build-module-jsx","duration":4290,"timestamp":1532284053550,"id":688,"parentId":614,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/src/components/sync-migrations-button.jsx","layer":"ssr"},"startTime":1773907993358,"traceId":"c94d3a685d13f935"},{"name":"build-module-jsx","duration":4720,"timestamp":1532284053736,"id":689,"parentId":608,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/src/components/push-preview-toast.jsx","layer":"ssr"},"startTime":1773907993358,"traceId":"c94d3a685d13f935"},{"name":"build-module-jsx","duration":5828,"timestamp":1532284053790,"id":690,"parentId":608,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/src/components/pull-preview-toast.jsx","layer":"ssr"},"startTime":1773907993358,"traceId":"c94d3a685d13f935"},{"name":"build-module-jsx","duration":8271,"timestamp":1532284053921,"id":693,"parentId":614,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/src/components/column-selector.jsx","layer":"ssr"},"startTime":1773907993358,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":8629,"timestamp":1532284053963,"id":694,"parentId":649,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/shared/lib/lazy-dynamic/loadable.js","layer":"ssr"},"startTime":1773907993358,"traceId":"c94d3a685d13f935"},{"name":"build-module-jsx","duration":9778,"timestamp":1532284053879,"id":692,"parentId":614,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/src/components/download-button.jsx","layer":"ssr"},"startTime":1773907993358,"traceId":"c94d3a685d13f935"},{"name":"build-module-css","duration":21807,"timestamp":1532284053984,"id":695,"parentId":607,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/@xyflow/react/dist/style.css","layer":"ssr"},"startTime":1773907993358,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":3033,"timestamp":1532284074895,"id":697,"parentId":691,"tags":{"name":"__barrel_optimize__?names=Loader2,RefreshCw!=!/Volumes/ProjectSpace/_wip/d1studio/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"ssr"},"startTime":1773907993379,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":3228,"timestamp":1532284074957,"id":698,"parentId":653,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/lucide-react/dist/esm/createLucideIcon.js","layer":"ssr"},"startTime":1773907993379,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":2864,"timestamp":1532284075842,"id":699,"parentId":688,"tags":{"name":"__barrel_optimize__?names=FolderSync,Loader2!=!/Volumes/ProjectSpace/_wip/d1studio/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"ssr"},"startTime":1773907993380,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":2860,"timestamp":1532284075895,"id":701,"parentId":693,"tags":{"name":"__barrel_optimize__?names=Columns!=!/Volumes/ProjectSpace/_wip/d1studio/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"ssr"},"startTime":1773907993380,"traceId":"c94d3a685d13f935"}]
7
+ [{"name":"build-module-js","duration":3112,"timestamp":1532284075875,"id":700,"parentId":690,"tags":{"name":"__barrel_optimize__?names=FileText,Loader2,X!=!/Volumes/ProjectSpace/_wip/d1studio/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"ssr"},"startTime":1773907993380,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":3137,"timestamp":1532284075913,"id":702,"parentId":692,"tags":{"name":"__barrel_optimize__?names=Download,FileCode,FileJson,FileSpreadsheet,Loader2!=!/Volumes/ProjectSpace/_wip/d1studio/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"ssr"},"startTime":1773907993380,"traceId":"c94d3a685d13f935"},{"name":"build-module-mjs","duration":30055,"timestamp":1532284055136,"id":696,"parentId":603,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/@radix-ui/react-toast/dist/index.mjs","layer":"ssr"},"startTime":1773907993359,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":4874,"timestamp":1532284081677,"id":703,"parentId":694,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/shared/lib/lazy-dynamic/dynamic-bailout-to-csr.js","layer":"ssr"},"startTime":1773907993386,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":5024,"timestamp":1532284081769,"id":704,"parentId":694,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/shared/lib/lazy-dynamic/preload-chunks.js","layer":"ssr"},"startTime":1773907993386,"traceId":"c94d3a685d13f935"},{"name":"build-module-jsx","duration":3573,"timestamp":1532284085375,"id":705,"parentId":611,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/src/components/ui/dialog.jsx","layer":"ssr"},"startTime":1773907993390,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":2426,"timestamp":1532284087031,"id":708,"parentId":699,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/lucide-react/dist/esm/icons/folder-sync.js","layer":"ssr"},"startTime":1773907993391,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":2482,"timestamp":1532284087069,"id":710,"parentId":700,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/lucide-react/dist/esm/icons/file-text.js","layer":"ssr"},"startTime":1773907993391,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":2575,"timestamp":1532284087051,"id":709,"parentId":701,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/lucide-react/dist/esm/icons/columns-2.js","layer":"ssr"},"startTime":1773907993391,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":2780,"timestamp":1532284087008,"id":707,"parentId":698,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/lucide-react/dist/esm/Icon.js","layer":"ssr"},"startTime":1773907993391,"traceId":"c94d3a685d13f935"},{"name":"build-module-jsx","duration":1855,"timestamp":1532284089998,"id":711,"parentId":614,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/src/components/ui/tooltip.jsx","layer":"ssr"},"startTime":1773907993394,"traceId":"c94d3a685d13f935"},{"name":"build-module-jsx","duration":2174,"timestamp":1532284090060,"id":712,"parentId":609,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/src/components/ui/select.jsx","layer":"ssr"},"startTime":1773907993394,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":1639,"timestamp":1532284092831,"id":713,"parentId":704,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/shared/lib/encode-uri-path.js","layer":"ssr"},"startTime":1773907993397,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":2033,"timestamp":1532284096577,"id":720,"parentId":707,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/lucide-react/dist/esm/defaultAttributes.js","layer":"ssr"},"startTime":1773907993401,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":2449,"timestamp":1532284096518,"id":718,"parentId":712,"tags":{"name":"__barrel_optimize__?names=Check,ChevronDown,ChevronUp!=!/Volumes/ProjectSpace/_wip/d1studio/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"ssr"},"startTime":1773907993401,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":2586,"timestamp":1532284096558,"id":719,"parentId":698,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/lucide-react/dist/esm/shared/src/utils.js","layer":"ssr"},"startTime":1773907993401,"traceId":"c94d3a685d13f935"},{"name":"build-module-mjs","duration":5812,"timestamp":1532284094638,"id":717,"parentId":636,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/@radix-ui/react-slot/dist/index.mjs","layer":"ssr"},"startTime":1773907993399,"traceId":"c94d3a685d13f935"},{"name":"build-module-mjs","duration":7244,"timestamp":1532284094492,"id":714,"parentId":638,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/@radix-ui/react-checkbox/dist/index.mjs","layer":"ssr"},"startTime":1773907993399,"traceId":"c94d3a685d13f935"},{"name":"build-module-mjs","duration":8149,"timestamp":1532284094595,"id":716,"parentId":640,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/@radix-ui/react-dropdown-menu/dist/index.mjs","layer":"ssr"},"startTime":1773907993399,"traceId":"c94d3a685d13f935"},{"name":"build-module-mjs","duration":10821,"timestamp":1532284094550,"id":715,"parentId":639,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/@radix-ui/react-scroll-area/dist/index.mjs","layer":"ssr"},"startTime":1773907993399,"traceId":"c94d3a685d13f935"},{"name":"build-module-mjs","duration":7259,"timestamp":1532284099386,"id":721,"parentId":648,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/clsx/dist/clsx.mjs","layer":"ssr"},"startTime":1773907993404,"traceId":"c94d3a685d13f935"},{"name":"build-module-mjs","duration":11711,"timestamp":1532284099458,"id":722,"parentId":648,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/tailwind-merge/dist/bundle-mjs.mjs","layer":"ssr"},"startTime":1773907993404,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":6613,"timestamp":1532284105551,"id":723,"parentId":718,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/lucide-react/dist/esm/icons/chevron-up.js","layer":"ssr"},"startTime":1773907993410,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":40113,"timestamp":1532284086943,"id":706,"parentId":607,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/@xyflow/react/dist/esm/index.js","layer":"ssr"},"startTime":1773907993391,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":4815,"timestamp":1532284138904,"id":724,"parentId":647,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/@monaco-editor/loader/lib/es/index.js","layer":"ssr"},"startTime":1773907993443,"traceId":"c94d3a685d13f935"},{"name":"build-module-mjs","duration":3419,"timestamp":1532284142429,"id":726,"parentId":696,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/@radix-ui/primitive/dist/index.mjs","layer":"ssr"},"startTime":1773907993447,"traceId":"c94d3a685d13f935"},{"name":"build-module-mjs","duration":4065,"timestamp":1532284142830,"id":730,"parentId":696,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/@radix-ui/react-use-callback-ref/dist/index.mjs","layer":"ssr"},"startTime":1773907993447,"traceId":"c94d3a685d13f935"},{"name":"build-module-mjs","duration":4954,"timestamp":1532284142477,"id":727,"parentId":696,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/@radix-ui/react-collection/dist/index.mjs","layer":"ssr"},"startTime":1773907993447,"traceId":"c94d3a685d13f935"},{"name":"build-module-mjs","duration":5622,"timestamp":1532284142916,"id":732,"parentId":696,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/@radix-ui/react-use-controllable-state/dist/index.mjs","layer":"ssr"},"startTime":1773907993447,"traceId":"c94d3a685d13f935"},{"name":"build-module-mjs","duration":5764,"timestamp":1532284143012,"id":734,"parentId":696,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/@radix-ui/react-compose-refs/dist/index.mjs","layer":"ssr"},"startTime":1773907993447,"traceId":"c94d3a685d13f935"},{"name":"build-module-mjs","duration":6052,"timestamp":1532284142873,"id":731,"parentId":696,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/@radix-ui/react-use-layout-effect/dist/index.mjs","layer":"ssr"},"startTime":1773907993447,"traceId":"c94d3a685d13f935"},{"name":"build-module-mjs","duration":6396,"timestamp":1532284142958,"id":733,"parentId":696,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/@radix-ui/react-context/dist/index.mjs","layer":"ssr"},"startTime":1773907993447,"traceId":"c94d3a685d13f935"},{"name":"build-module-mjs","duration":6468,"timestamp":1532284143143,"id":737,"parentId":696,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/@radix-ui/react-primitive/dist/index.mjs","layer":"ssr"},"startTime":1773907993447,"traceId":"c94d3a685d13f935"},{"name":"build-module-mjs","duration":6717,"timestamp":1532284143103,"id":736,"parentId":696,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/@radix-ui/react-visually-hidden/dist/index.mjs","layer":"ssr"},"startTime":1773907993447,"traceId":"c94d3a685d13f935"},{"name":"build-module-mjs","duration":9273,"timestamp":1532284142343,"id":725,"parentId":705,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/@radix-ui/react-dialog/dist/index.mjs","layer":"ssr"},"startTime":1773907993447,"traceId":"c94d3a685d13f935"},{"name":"build-module-mjs","duration":9353,"timestamp":1532284142523,"id":728,"parentId":696,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/@radix-ui/react-portal/dist/index.mjs","layer":"ssr"},"startTime":1773907993447,"traceId":"c94d3a685d13f935"},{"name":"build-module-mjs","duration":11602,"timestamp":1532284142775,"id":729,"parentId":696,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/@radix-ui/react-dismissable-layer/dist/index.mjs","layer":"ssr"},"startTime":1773907993447,"traceId":"c94d3a685d13f935"},{"name":"build-module-mjs","duration":12714,"timestamp":1532284143061,"id":735,"parentId":696,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/@radix-ui/react-presence/dist/index.mjs","layer":"ssr"},"startTime":1773907993447,"traceId":"c94d3a685d13f935"},{"name":"build-module-mjs","duration":16349,"timestamp":1532284143184,"id":738,"parentId":712,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/@radix-ui/react-select/dist/index.mjs","layer":"ssr"},"startTime":1773907993447,"traceId":"c94d3a685d13f935"},{"name":"build-module-mjs","duration":17549,"timestamp":1532284144596,"id":739,"parentId":711,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/@radix-ui/react-tooltip/dist/index.mjs","layer":"ssr"},"startTime":1773907993449,"traceId":"c94d3a685d13f935"},{"name":"build-module-mjs","duration":18718,"timestamp":1532284147584,"id":741,"parentId":706,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/zustand/esm/shallow.mjs","layer":"ssr"},"startTime":1773907993452,"traceId":"c94d3a685d13f935"},{"name":"build-module-mjs","duration":18988,"timestamp":1532284147518,"id":740,"parentId":706,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/zustand/esm/traditional.mjs","layer":"ssr"},"startTime":1773907993452,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":17785,"timestamp":1532284159937,"id":742,"parentId":724,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/@monaco-editor/loader/lib/es/loader/index.js","layer":"ssr"},"startTime":1773907993464,"traceId":"c94d3a685d13f935"},{"name":"build-module-mjs","duration":20088,"timestamp":1532284169239,"id":743,"parentId":714,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/@radix-ui/react-use-size/dist/index.mjs","layer":"ssr"},"startTime":1773907993473,"traceId":"c94d3a685d13f935"},{"name":"build-module-mjs","duration":20120,"timestamp":1532284169362,"id":745,"parentId":714,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/@radix-ui/react-use-previous/dist/index.mjs","layer":"ssr"},"startTime":1773907993474,"traceId":"c94d3a685d13f935"},{"name":"build-module-mjs","duration":14216,"timestamp":1532284176753,"id":746,"parentId":716,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/@radix-ui/react-id/dist/index.mjs","layer":"ssr"},"startTime":1773907993481,"traceId":"c94d3a685d13f935"},{"name":"build-module-mjs","duration":11879,"timestamp":1532284180427,"id":747,"parentId":715,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/@radix-ui/number/dist/index.mjs","layer":"ssr"},"startTime":1773907993485,"traceId":"c94d3a685d13f935"},{"name":"build-module-mjs","duration":12043,"timestamp":1532284180493,"id":748,"parentId":715,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/@radix-ui/react-direction/dist/index.mjs","layer":"ssr"},"startTime":1773907993485,"traceId":"c94d3a685d13f935"},{"name":"build-module-mjs","duration":28681,"timestamp":1532284169316,"id":744,"parentId":716,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/@radix-ui/react-menu/dist/index.mjs","layer":"ssr"},"startTime":1773907993474,"traceId":"c94d3a685d13f935"},{"name":"build-module-mjs","duration":9734,"timestamp":1532284188707,"id":749,"parentId":740,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/zustand/esm/vanilla.mjs","layer":"ssr"},"startTime":1773907993493,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":8787,"timestamp":1532284189961,"id":750,"parentId":706,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/classcat/index.js","layer":"ssr"},"startTime":1773907993494,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":9479,"timestamp":1532284193601,"id":753,"parentId":742,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/@monaco-editor/loader/lib/es/validators/index.js","layer":"ssr"},"startTime":1773907993498,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":9747,"timestamp":1532284193441,"id":751,"parentId":742,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/@monaco-editor/loader/lib/es/config/index.js","layer":"ssr"},"startTime":1773907993498,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":9777,"timestamp":1532284193646,"id":754,"parentId":742,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/@monaco-editor/loader/lib/es/utils/compose.js","layer":"ssr"},"startTime":1773907993498,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":9996,"timestamp":1532284193690,"id":755,"parentId":742,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/@monaco-editor/loader/lib/es/utils/deepMerge.js","layer":"ssr"},"startTime":1773907993498,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":10139,"timestamp":1532284193730,"id":756,"parentId":742,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/@monaco-editor/loader/lib/es/utils/makeCancelable.js","layer":"ssr"},"startTime":1773907993498,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":10836,"timestamp":1532284193549,"id":752,"parentId":742,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/@monaco-editor/loader/lib/es/_virtual/_rollupPluginBabelHelpers.js","layer":"ssr"},"startTime":1773907993498,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":20952,"timestamp":1532284202056,"id":757,"parentId":706,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/@xyflow/system/dist/esm/index.js","layer":"ssr"},"startTime":1773907993506,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":13711,"timestamp":1532284211628,"id":758,"parentId":740,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/use-sync-external-store/shim/with-selector.js","layer":"ssr"},"startTime":1773907993516,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":2598,"timestamp":1532284223378,"id":760,"parentId":753,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/@monaco-editor/loader/lib/es/utils/isObject.js","layer":"ssr"},"startTime":1773907993528,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":2872,"timestamp":1532284223282,"id":759,"parentId":753,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/@monaco-editor/loader/lib/es/utils/curry.js","layer":"ssr"},"startTime":1773907993528,"traceId":"c94d3a685d13f935"},{"name":"build-module-mjs","duration":3168,"timestamp":1532284226278,"id":762,"parentId":729,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/@radix-ui/react-use-escape-keydown/dist/index.mjs","layer":"ssr"},"startTime":1773907993530,"traceId":"c94d3a685d13f935"},{"name":"build-module-mjs","duration":5008,"timestamp":1532284226322,"id":763,"parentId":725,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/@radix-ui/react-focus-guards/dist/index.mjs","layer":"ssr"},"startTime":1773907993531,"traceId":"c94d3a685d13f935"},{"name":"build-module-mjs","duration":5926,"timestamp":1532284226213,"id":761,"parentId":725,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/@radix-ui/react-focus-scope/dist/index.mjs","layer":"ssr"},"startTime":1773907993530,"traceId":"c94d3a685d13f935"},{"name":"build-module-mjs","duration":7153,"timestamp":1532284226586,"id":764,"parentId":738,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/@radix-ui/react-popper/dist/index.mjs","layer":"ssr"},"startTime":1773907993531,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":4589,"timestamp":1532284229862,"id":765,"parentId":725,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/react-remove-scroll/dist/es2015/index.js","layer":"ssr"},"startTime":1773907993534,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":5008,"timestamp":1532284229980,"id":766,"parentId":725,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/aria-hidden/dist/es2015/index.js","layer":"ssr"},"startTime":1773907993534,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":4869,"timestamp":1532284232426,"id":767,"parentId":758,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim/with-selector.production.js","layer":"ssr"},"startTime":1773907993537,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":1305,"timestamp":1532284243573,"id":769,"parentId":765,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/react-remove-scroll/dist/es2015/Combination.js","layer":"ssr"},"startTime":1773907993548,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":1974,"timestamp":1532284243651,"id":770,"parentId":767,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/use-sync-external-store/shim/index.js","layer":"ssr"},"startTime":1773907993548,"traceId":"c94d3a685d13f935"},{"name":"build-module-mjs","duration":9817,"timestamp":1532284236558,"id":768,"parentId":744,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/@radix-ui/react-roving-focus/dist/index.mjs","layer":"ssr"},"startTime":1773907993541,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":3917,"timestamp":1532284243902,"id":771,"parentId":742,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/state-local/lib/es/state-local.js","layer":"ssr"},"startTime":1773907993548,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":2893,"timestamp":1532284246737,"id":772,"parentId":757,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-interpolate/src/index.js","layer":"ssr"},"startTime":1773907993551,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":2851,"timestamp":1532284246867,"id":774,"parentId":757,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-drag/src/index.js","layer":"ssr"},"startTime":1773907993551,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":3038,"timestamp":1532284246817,"id":773,"parentId":757,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-selection/src/index.js","layer":"ssr"},"startTime":1773907993551,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":3025,"timestamp":1532284246909,"id":775,"parentId":757,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-zoom/src/index.js","layer":"ssr"},"startTime":1773907993551,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":12341,"timestamp":1532284249207,"id":776,"parentId":769,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/react-remove-scroll/dist/es2015/UI.js","layer":"ssr"},"startTime":1773907993553,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":7895,"timestamp":1532284253948,"id":778,"parentId":770,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim.production.js","layer":"ssr"},"startTime":1773907993558,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":12684,"timestamp":1532284249276,"id":777,"parentId":769,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/react-remove-scroll/dist/es2015/sidecar.js","layer":"ssr"},"startTime":1773907993553,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":8550,"timestamp":1532284259239,"id":780,"parentId":772,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-interpolate/src/array.js","layer":"ssr"},"startTime":1773907993563,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":8967,"timestamp":1532284259283,"id":781,"parentId":772,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-interpolate/src/basis.js","layer":"ssr"},"startTime":1773907993564,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":9283,"timestamp":1532284259171,"id":779,"parentId":772,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-interpolate/src/value.js","layer":"ssr"},"startTime":1773907993563,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":9550,"timestamp":1532284259415,"id":784,"parentId":772,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-interpolate/src/discrete.js","layer":"ssr"},"startTime":1773907993564,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":9625,"timestamp":1532284259456,"id":785,"parentId":772,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-interpolate/src/hue.js","layer":"ssr"},"startTime":1773907993564,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":9682,"timestamp":1532284259537,"id":787,"parentId":772,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-interpolate/src/numberArray.js","layer":"ssr"},"startTime":1773907993564,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":9776,"timestamp":1532284259576,"id":788,"parentId":772,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-interpolate/src/object.js","layer":"ssr"},"startTime":1773907993564,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":9945,"timestamp":1532284259497,"id":786,"parentId":772,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-interpolate/src/number.js","layer":"ssr"},"startTime":1773907993564,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":10165,"timestamp":1532284259366,"id":783,"parentId":772,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-interpolate/src/date.js","layer":"ssr"},"startTime":1773907993564,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":9991,"timestamp":1532284259621,"id":789,"parentId":772,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-interpolate/src/round.js","layer":"ssr"},"startTime":1773907993564,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":10184,"timestamp":1532284259697,"id":791,"parentId":772,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-interpolate/src/zoom.js","layer":"ssr"},"startTime":1773907993564,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":10512,"timestamp":1532284259659,"id":790,"parentId":772,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-interpolate/src/string.js","layer":"ssr"},"startTime":1773907993564,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":10665,"timestamp":1532284259736,"id":792,"parentId":772,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-interpolate/src/rgb.js","layer":"ssr"},"startTime":1773907993564,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":10713,"timestamp":1532284259812,"id":794,"parentId":772,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-interpolate/src/lab.js","layer":"ssr"},"startTime":1773907993564,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":10730,"timestamp":1532284259929,"id":797,"parentId":772,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-interpolate/src/piecewise.js","layer":"ssr"},"startTime":1773907993564,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":11456,"timestamp":1532284259324,"id":782,"parentId":772,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-interpolate/src/basisClosed.js","layer":"ssr"},"startTime":1773907993564,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":11143,"timestamp":1532284259774,"id":793,"parentId":772,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-interpolate/src/hsl.js","layer":"ssr"},"startTime":1773907993564,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":11194,"timestamp":1532284259851,"id":795,"parentId":772,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-interpolate/src/hcl.js","layer":"ssr"},"startTime":1773907993564,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":11302,"timestamp":1532284259890,"id":796,"parentId":772,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-interpolate/src/cubehelix.js","layer":"ssr"},"startTime":1773907993564,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":11793,"timestamp":1532284259967,"id":798,"parentId":774,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-drag/src/drag.js","layer":"ssr"},"startTime":1773907993564,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":11855,"timestamp":1532284260044,"id":800,"parentId":773,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-selection/src/creator.js","layer":"ssr"},"startTime":1773907993564,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":11984,"timestamp":1532284260006,"id":799,"parentId":773,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-selection/src/create.js","layer":"ssr"},"startTime":1773907993564,"traceId":"c94d3a685d13f935"}]
8
+ [{"name":"build-module-js","duration":12190,"timestamp":1532284260086,"id":801,"parentId":773,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-selection/src/local.js","layer":"ssr"},"startTime":1773907993564,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":12016,"timestamp":1532284260361,"id":808,"parentId":773,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-selection/src/select.js","layer":"ssr"},"startTime":1773907993565,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":12338,"timestamp":1532284260127,"id":802,"parentId":773,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-selection/src/matcher.js","layer":"ssr"},"startTime":1773907993564,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":12367,"timestamp":1532284260206,"id":804,"parentId":773,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-selection/src/namespaces.js","layer":"ssr"},"startTime":1773907993564,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":12514,"timestamp":1532284260167,"id":803,"parentId":773,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-selection/src/namespace.js","layer":"ssr"},"startTime":1773907993564,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":12446,"timestamp":1532284260322,"id":807,"parentId":772,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-interpolate/src/quantize.js","layer":"ssr"},"startTime":1773907993565,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":12599,"timestamp":1532284260284,"id":806,"parentId":773,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-selection/src/pointers.js","layer":"ssr"},"startTime":1773907993565,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":12769,"timestamp":1532284260245,"id":805,"parentId":773,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-selection/src/pointer.js","layer":"ssr"},"startTime":1773907993564,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":13769,"timestamp":1532284260550,"id":813,"parentId":775,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-zoom/src/zoom.js","layer":"ssr"},"startTime":1773907993565,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":14033,"timestamp":1532284260399,"id":809,"parentId":773,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-selection/src/selectAll.js","layer":"ssr"},"startTime":1773907993565,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":14082,"timestamp":1532284260437,"id":810,"parentId":773,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-selection/src/selector.js","layer":"ssr"},"startTime":1773907993565,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":14126,"timestamp":1532284260474,"id":811,"parentId":773,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-selection/src/selectorAll.js","layer":"ssr"},"startTime":1773907993565,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":14236,"timestamp":1532284260513,"id":812,"parentId":774,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-drag/src/nodrag.js","layer":"ssr"},"startTime":1773907993565,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":17835,"timestamp":1532284260590,"id":814,"parentId":775,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-zoom/src/transform.js","layer":"ssr"},"startTime":1773907993565,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":17908,"timestamp":1532284260627,"id":815,"parentId":773,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-selection/src/window.js","layer":"ssr"},"startTime":1773907993565,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":15116,"timestamp":1532284264234,"id":816,"parentId":772,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-interpolate/src/transform/index.js","layer":"ssr"},"startTime":1773907993568,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":15315,"timestamp":1532284264306,"id":817,"parentId":773,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-selection/src/selection/index.js","layer":"ssr"},"startTime":1773907993569,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":15517,"timestamp":1532284264354,"id":818,"parentId":773,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-selection/src/selection/style.js","layer":"ssr"},"startTime":1773907993569,"traceId":"c94d3a685d13f935"},{"name":"build-module-mjs","duration":16112,"timestamp":1532284267214,"id":819,"parentId":764,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/@radix-ui/react-arrow/dist/index.mjs","layer":"ssr"},"startTime":1773907993571,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":14369,"timestamp":1532284278886,"id":820,"parentId":776,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/react-remove-scroll/dist/es2015/medium.js","layer":"ssr"},"startTime":1773907993583,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":14871,"timestamp":1532284278989,"id":821,"parentId":777,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/react-remove-scroll/dist/es2015/SideEffect.js","layer":"ssr"},"startTime":1773907993583,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":11087,"timestamp":1532284283677,"id":823,"parentId":785,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-interpolate/src/color.js","layer":"ssr"},"startTime":1773907993588,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":11123,"timestamp":1532284283803,"id":826,"parentId":798,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-drag/src/event.js","layer":"ssr"},"startTime":1773907993588,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":11402,"timestamp":1532284283609,"id":822,"parentId":779,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-interpolate/src/constant.js","layer":"ssr"},"startTime":1773907993588,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":11398,"timestamp":1532284283721,"id":824,"parentId":798,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-drag/src/noevent.js","layer":"ssr"},"startTime":1773907993588,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":11422,"timestamp":1532284283763,"id":825,"parentId":798,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-drag/src/constant.js","layer":"ssr"},"startTime":1773907993588,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":11369,"timestamp":1532284283884,"id":828,"parentId":813,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-zoom/src/constant.js","layer":"ssr"},"startTime":1773907993588,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":11411,"timestamp":1532284283926,"id":829,"parentId":813,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-zoom/src/event.js","layer":"ssr"},"startTime":1773907993588,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":11568,"timestamp":1532284283843,"id":827,"parentId":806,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-selection/src/sourceEvent.js","layer":"ssr"},"startTime":1773907993588,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":11518,"timestamp":1532284283965,"id":830,"parentId":813,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-zoom/src/noevent.js","layer":"ssr"},"startTime":1773907993588,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":11562,"timestamp":1532284284005,"id":831,"parentId":809,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-selection/src/array.js","layer":"ssr"},"startTime":1773907993588,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":8278,"timestamp":1532284291562,"id":834,"parentId":817,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-selection/src/selection/selectAll.js","layer":"ssr"},"startTime":1773907993596,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":8383,"timestamp":1532284291606,"id":835,"parentId":817,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-selection/src/selection/selectChild.js","layer":"ssr"},"startTime":1773907993596,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":8735,"timestamp":1532284291425,"id":832,"parentId":816,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-interpolate/src/transform/parse.js","layer":"ssr"},"startTime":1773907993596,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":8799,"timestamp":1532284291515,"id":833,"parentId":817,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-selection/src/selection/select.js","layer":"ssr"},"startTime":1773907993596,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":8777,"timestamp":1532284291649,"id":836,"parentId":817,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-selection/src/selection/selectChildren.js","layer":"ssr"},"startTime":1773907993596,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":8852,"timestamp":1532284291691,"id":837,"parentId":817,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-selection/src/selection/filter.js","layer":"ssr"},"startTime":1773907993596,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":8900,"timestamp":1532284291774,"id":839,"parentId":817,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-selection/src/selection/enter.js","layer":"ssr"},"startTime":1773907993596,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":8940,"timestamp":1532284291814,"id":840,"parentId":817,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-selection/src/selection/exit.js","layer":"ssr"},"startTime":1773907993596,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":9333,"timestamp":1532284291734,"id":838,"parentId":817,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-selection/src/selection/data.js","layer":"ssr"},"startTime":1773907993596,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":9308,"timestamp":1532284291931,"id":843,"parentId":817,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-selection/src/selection/order.js","layer":"ssr"},"startTime":1773907993596,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":9496,"timestamp":1532284291853,"id":841,"parentId":817,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-selection/src/selection/join.js","layer":"ssr"},"startTime":1773907993596,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":9583,"timestamp":1532284291892,"id":842,"parentId":817,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-selection/src/selection/merge.js","layer":"ssr"},"startTime":1773907993596,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":9637,"timestamp":1532284291967,"id":844,"parentId":817,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-selection/src/selection/sort.js","layer":"ssr"},"startTime":1773907993596,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":9606,"timestamp":1532284292085,"id":847,"parentId":817,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-selection/src/selection/node.js","layer":"ssr"},"startTime":1773907993596,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":9585,"timestamp":1532284292173,"id":849,"parentId":817,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-selection/src/selection/empty.js","layer":"ssr"},"startTime":1773907993596,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":9774,"timestamp":1532284292045,"id":846,"parentId":817,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-selection/src/selection/nodes.js","layer":"ssr"},"startTime":1773907993596,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":9765,"timestamp":1532284292127,"id":848,"parentId":817,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-selection/src/selection/size.js","layer":"ssr"},"startTime":1773907993596,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":9765,"timestamp":1532284292211,"id":850,"parentId":817,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-selection/src/selection/each.js","layer":"ssr"},"startTime":1773907993596,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":9802,"timestamp":1532284292289,"id":852,"parentId":817,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-selection/src/selection/property.js","layer":"ssr"},"startTime":1773907993597,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":10158,"timestamp":1532284292005,"id":845,"parentId":817,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-selection/src/selection/call.js","layer":"ssr"},"startTime":1773907993596,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":10079,"timestamp":1532284292249,"id":851,"parentId":817,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-selection/src/selection/attr.js","layer":"ssr"},"startTime":1773907993596,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":10232,"timestamp":1532284292328,"id":853,"parentId":817,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-selection/src/selection/classed.js","layer":"ssr"},"startTime":1773907993597,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":10270,"timestamp":1532284292407,"id":855,"parentId":817,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-selection/src/selection/html.js","layer":"ssr"},"startTime":1773907993597,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":10421,"timestamp":1532284292367,"id":854,"parentId":817,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-selection/src/selection/text.js","layer":"ssr"},"startTime":1773907993597,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":10414,"timestamp":1532284292446,"id":856,"parentId":817,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-selection/src/selection/raise.js","layer":"ssr"},"startTime":1773907993597,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":10466,"timestamp":1532284292485,"id":857,"parentId":817,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-selection/src/selection/lower.js","layer":"ssr"},"startTime":1773907993597,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":10509,"timestamp":1532284292557,"id":859,"parentId":817,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-selection/src/selection/insert.js","layer":"ssr"},"startTime":1773907993597,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":10550,"timestamp":1532284292593,"id":860,"parentId":817,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-selection/src/selection/remove.js","layer":"ssr"},"startTime":1773907993597,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":10702,"timestamp":1532284292522,"id":858,"parentId":817,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-selection/src/selection/append.js","layer":"ssr"},"startTime":1773907993597,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":11967,"timestamp":1532284292629,"id":861,"parentId":817,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-selection/src/selection/clone.js","layer":"ssr"},"startTime":1773907993597,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":12223,"timestamp":1532284292698,"id":863,"parentId":817,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-selection/src/selection/on.js","layer":"ssr"},"startTime":1773907993597,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":12338,"timestamp":1532284292732,"id":864,"parentId":817,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-selection/src/selection/dispatch.js","layer":"ssr"},"startTime":1773907993597,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":12413,"timestamp":1532284292767,"id":865,"parentId":817,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-selection/src/selection/iterator.js","layer":"ssr"},"startTime":1773907993597,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":14652,"timestamp":1532284292662,"id":862,"parentId":817,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-selection/src/selection/datum.js","layer":"ssr"},"startTime":1773907993597,"traceId":"c94d3a685d13f935"},{"name":"build-module-mjs","duration":11807,"timestamp":1532284296467,"id":866,"parentId":764,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/@floating-ui/react-dom/dist/floating-ui.react-dom.mjs","layer":"ssr"},"startTime":1773907993601,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":4603,"timestamp":1532284305526,"id":868,"parentId":821,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/react-remove-scroll/dist/es2015/handleScroll.js","layer":"ssr"},"startTime":1773907993610,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":4825,"timestamp":1532284305437,"id":867,"parentId":821,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/react-remove-scroll/dist/es2015/aggresiveCapture.js","layer":"ssr"},"startTime":1773907993610,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":3016,"timestamp":1532284309503,"id":869,"parentId":838,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-selection/src/constant.js","layer":"ssr"},"startTime":1773907993614,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":2998,"timestamp":1532284309604,"id":871,"parentId":839,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-selection/src/selection/sparse.js","layer":"ssr"},"startTime":1773907993614,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":3245,"timestamp":1532284309560,"id":870,"parentId":832,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-interpolate/src/transform/decompose.js","layer":"ssr"},"startTime":1773907993614,"traceId":"c94d3a685d13f935"},{"name":"build-module-mjs","duration":3649,"timestamp":1532284312091,"id":872,"parentId":769,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/tslib/tslib.es6.mjs","layer":"ssr"},"startTime":1773907993616,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":1384,"timestamp":1532284316770,"id":873,"parentId":798,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-dispatch/src/index.js","layer":"ssr"},"startTime":1773907993621,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":1256,"timestamp":1532284317321,"id":875,"parentId":813,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-transition/src/index.js","layer":"ssr"},"startTime":1773907993622,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":1419,"timestamp":1532284317268,"id":874,"parentId":777,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/use-sidecar/dist/es2015/index.js","layer":"ssr"},"startTime":1773907993621,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":1432,"timestamp":1532284317367,"id":876,"parentId":776,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/use-callback-ref/dist/es2015/index.js","layer":"ssr"},"startTime":1773907993622,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":2943,"timestamp":1532284317912,"id":877,"parentId":779,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-color/src/index.js","layer":"ssr"},"startTime":1773907993622,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":2784,"timestamp":1532284318190,"id":878,"parentId":776,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/react-remove-scroll-bar/dist/es2015/constants.js","layer":"ssr"},"startTime":1773907993622,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":5497,"timestamp":1532284318303,"id":879,"parentId":821,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/react-remove-scroll-bar/dist/es2015/index.js","layer":"ssr"},"startTime":1773907993623,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":4719,"timestamp":1532284321439,"id":880,"parentId":873,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-dispatch/src/dispatch.js","layer":"ssr"},"startTime":1773907993626,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":4628,"timestamp":1532284323140,"id":881,"parentId":875,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-transition/src/active.js","layer":"ssr"},"startTime":1773907993627,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":4727,"timestamp":1532284323188,"id":882,"parentId":875,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-transition/src/interrupt.js","layer":"ssr"},"startTime":1773907993627,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":4493,"timestamp":1532284324258,"id":887,"parentId":874,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/use-sidecar/dist/es2015/renderProp.js","layer":"ssr"},"startTime":1773907993628,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":4791,"timestamp":1532284324081,"id":883,"parentId":874,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/use-sidecar/dist/es2015/hoc.js","layer":"ssr"},"startTime":1773907993628,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":4798,"timestamp":1532284324177,"id":885,"parentId":874,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/use-sidecar/dist/es2015/config.js","layer":"ssr"},"startTime":1773907993628,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":4797,"timestamp":1532284324297,"id":888,"parentId":874,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/use-sidecar/dist/es2015/exports.js","layer":"ssr"},"startTime":1773907993629,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":5152,"timestamp":1532284324136,"id":884,"parentId":874,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/use-sidecar/dist/es2015/hook.js","layer":"ssr"},"startTime":1773907993628,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":5058,"timestamp":1532284324376,"id":890,"parentId":876,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/use-callback-ref/dist/es2015/useRef.js","layer":"ssr"},"startTime":1773907993629,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":5185,"timestamp":1532284324337,"id":889,"parentId":876,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/use-callback-ref/dist/es2015/assignRef.js","layer":"ssr"},"startTime":1773907993629,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":5198,"timestamp":1532284324415,"id":891,"parentId":876,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/use-callback-ref/dist/es2015/createRef.js","layer":"ssr"},"startTime":1773907993629,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":5642,"timestamp":1532284324454,"id":892,"parentId":876,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/use-callback-ref/dist/es2015/mergeRef.js","layer":"ssr"},"startTime":1773907993629,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":5800,"timestamp":1532284324492,"id":893,"parentId":876,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/use-callback-ref/dist/es2015/useMergeRef.js","layer":"ssr"},"startTime":1773907993629,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":5862,"timestamp":1532284324530,"id":894,"parentId":876,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/use-callback-ref/dist/es2015/useTransformRef.js","layer":"ssr"},"startTime":1773907993629,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":5913,"timestamp":1532284324567,"id":895,"parentId":876,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/use-callback-ref/dist/es2015/transformRef.js","layer":"ssr"},"startTime":1773907993629,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":6473,"timestamp":1532284324218,"id":886,"parentId":874,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/use-sidecar/dist/es2015/medium.js","layer":"ssr"},"startTime":1773907993628,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":5767,"timestamp":1532284325045,"id":897,"parentId":875,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-transition/src/selection/index.js","layer":"ssr"},"startTime":1773907993629,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":5956,"timestamp":1532284325089,"id":898,"parentId":875,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-transition/src/transition/index.js","layer":"ssr"},"startTime":1773907993629,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":6376,"timestamp":1532284325170,"id":900,"parentId":877,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-color/src/lab.js","layer":"ssr"},"startTime":1773907993629,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":7500,"timestamp":1532284325130,"id":899,"parentId":877,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-color/src/color.js","layer":"ssr"},"startTime":1773907993629,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":7796,"timestamp":1532284324998,"id":896,"parentId":876,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/use-callback-ref/dist/es2015/refToCallback.js","layer":"ssr"},"startTime":1773907993629,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":8123,"timestamp":1532284327359,"id":901,"parentId":821,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/react-style-singleton/dist/es2015/index.js","layer":"ssr"},"startTime":1773907993632,"traceId":"c94d3a685d13f935"}]
9
+ [{"name":"build-module-js","duration":8606,"timestamp":1532284327431,"id":902,"parentId":877,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-color/src/cubehelix.js","layer":"ssr"},"startTime":1773907993632,"traceId":"c94d3a685d13f935"},{"name":"build-module-mjs","duration":9779,"timestamp":1532284327989,"id":903,"parentId":866,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/@floating-ui/dom/dist/floating-ui.dom.mjs","layer":"ssr"},"startTime":1773907993632,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":11560,"timestamp":1532284333143,"id":904,"parentId":879,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/react-remove-scroll-bar/dist/es2015/component.js","layer":"ssr"},"startTime":1773907993637,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":11668,"timestamp":1532284333209,"id":905,"parentId":879,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/react-remove-scroll-bar/dist/es2015/utils.js","layer":"ssr"},"startTime":1773907993637,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":6153,"timestamp":1532284342007,"id":906,"parentId":881,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-transition/src/transition/schedule.js","layer":"ssr"},"startTime":1773907993646,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":5451,"timestamp":1532284343415,"id":910,"parentId":897,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-transition/src/selection/transition.js","layer":"ssr"},"startTime":1773907993648,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":5744,"timestamp":1532284343455,"id":911,"parentId":898,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-transition/src/transition/attr.js","layer":"ssr"},"startTime":1773907993648,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":6097,"timestamp":1532284343371,"id":909,"parentId":897,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-transition/src/selection/interrupt.js","layer":"ssr"},"startTime":1773907993648,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":6256,"timestamp":1532284343494,"id":912,"parentId":898,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-transition/src/transition/attrTween.js","layer":"ssr"},"startTime":1773907993648,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":6358,"timestamp":1532284343531,"id":913,"parentId":898,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-transition/src/transition/delay.js","layer":"ssr"},"startTime":1773907993648,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":6446,"timestamp":1532284343567,"id":914,"parentId":898,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-transition/src/transition/duration.js","layer":"ssr"},"startTime":1773907993648,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":6514,"timestamp":1532284343602,"id":915,"parentId":898,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-transition/src/transition/ease.js","layer":"ssr"},"startTime":1773907993648,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":6582,"timestamp":1532284343638,"id":916,"parentId":898,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-transition/src/transition/easeVarying.js","layer":"ssr"},"startTime":1773907993648,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":6986,"timestamp":1532284343327,"id":908,"parentId":900,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-color/src/math.js","layer":"ssr"},"startTime":1773907993648,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":6776,"timestamp":1532284343673,"id":917,"parentId":898,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-transition/src/transition/filter.js","layer":"ssr"},"startTime":1773907993648,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":6887,"timestamp":1532284343742,"id":919,"parentId":898,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-transition/src/transition/on.js","layer":"ssr"},"startTime":1773907993648,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":7469,"timestamp":1532284343270,"id":907,"parentId":900,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-color/src/define.js","layer":"ssr"},"startTime":1773907993647,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":7181,"timestamp":1532284343707,"id":918,"parentId":898,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-transition/src/transition/merge.js","layer":"ssr"},"startTime":1773907993648,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":7245,"timestamp":1532284343811,"id":921,"parentId":898,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-transition/src/transition/select.js","layer":"ssr"},"startTime":1773907993648,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":8668,"timestamp":1532284343847,"id":922,"parentId":898,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-transition/src/transition/selectAll.js","layer":"ssr"},"startTime":1773907993648,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":8934,"timestamp":1532284343881,"id":923,"parentId":898,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-transition/src/transition/style.js","layer":"ssr"},"startTime":1773907993648,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":9051,"timestamp":1532284343916,"id":924,"parentId":898,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-transition/src/transition/styleTween.js","layer":"ssr"},"startTime":1773907993648,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":9133,"timestamp":1532284343950,"id":925,"parentId":898,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-transition/src/transition/text.js","layer":"ssr"},"startTime":1773907993648,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":9225,"timestamp":1532284343984,"id":926,"parentId":898,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-transition/src/transition/textTween.js","layer":"ssr"},"startTime":1773907993648,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":9530,"timestamp":1532284343776,"id":920,"parentId":898,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-transition/src/transition/remove.js","layer":"ssr"},"startTime":1773907993648,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":9531,"timestamp":1532284344017,"id":927,"parentId":898,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-transition/src/transition/transition.js","layer":"ssr"},"startTime":1773907993648,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":9592,"timestamp":1532284344052,"id":928,"parentId":898,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-transition/src/transition/selection.js","layer":"ssr"},"startTime":1773907993648,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":9694,"timestamp":1532284344085,"id":929,"parentId":898,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-transition/src/transition/end.js","layer":"ssr"},"startTime":1773907993648,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":11847,"timestamp":1532284345031,"id":930,"parentId":898,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-transition/src/transition/tween.js","layer":"ssr"},"startTime":1773907993649,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":11957,"timestamp":1532284345081,"id":931,"parentId":884,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/use-sidecar/dist/es2015/env.js","layer":"ssr"},"startTime":1773907993649,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":10947,"timestamp":1532284347510,"id":933,"parentId":901,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/react-style-singleton/dist/es2015/component.js","layer":"ssr"},"startTime":1773907993652,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":11202,"timestamp":1532284347462,"id":932,"parentId":901,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/react-style-singleton/dist/es2015/singleton.js","layer":"ssr"},"startTime":1773907993652,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":11252,"timestamp":1532284347552,"id":934,"parentId":901,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/react-style-singleton/dist/es2015/hook.js","layer":"ssr"},"startTime":1773907993652,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":936,"timestamp":1532284358920,"id":935,"parentId":911,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-transition/src/transition/interpolate.js","layer":"ssr"},"startTime":1773907993663,"traceId":"c94d3a685d13f935"},{"name":"build-module-mjs","duration":1500,"timestamp":1532284361343,"id":936,"parentId":903,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.mjs","layer":"ssr"},"startTime":1773907993666,"traceId":"c94d3a685d13f935"},{"name":"build-module-mjs","duration":1330,"timestamp":1532284364179,"id":937,"parentId":903,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/@floating-ui/utils/dist/floating-ui.utils.mjs","layer":"ssr"},"startTime":1773907993668,"traceId":"c94d3a685d13f935"},{"name":"build-module-mjs","duration":3531,"timestamp":1532284364243,"id":938,"parentId":903,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/@floating-ui/core/dist/floating-ui.core.mjs","layer":"ssr"},"startTime":1773907993668,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":3526,"timestamp":1532284364725,"id":939,"parentId":906,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-timer/src/index.js","layer":"ssr"},"startTime":1773907993669,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":3581,"timestamp":1532284365523,"id":940,"parentId":910,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-ease/src/index.js","layer":"ssr"},"startTime":1773907993670,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":2241,"timestamp":1532284369264,"id":943,"parentId":939,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-timer/src/timeout.js","layer":"ssr"},"startTime":1773907993673,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":2703,"timestamp":1532284369228,"id":942,"parentId":939,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-timer/src/timer.js","layer":"ssr"},"startTime":1773907993673,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":2858,"timestamp":1532284369179,"id":941,"parentId":931,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/detect-node-es/esm/node.js","layer":"ssr"},"startTime":1773907993673,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":2802,"timestamp":1532284369548,"id":944,"parentId":939,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-timer/src/interval.js","layer":"ssr"},"startTime":1773907993674,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":1740,"timestamp":1532284370919,"id":945,"parentId":940,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-ease/src/linear.js","layer":"ssr"},"startTime":1773907993675,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":1760,"timestamp":1532284371008,"id":947,"parentId":940,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-ease/src/cubic.js","layer":"ssr"},"startTime":1773907993675,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":1897,"timestamp":1532284370967,"id":946,"parentId":940,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-ease/src/quad.js","layer":"ssr"},"startTime":1773907993675,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":1994,"timestamp":1532284371046,"id":948,"parentId":940,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-ease/src/poly.js","layer":"ssr"},"startTime":1773907993675,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":2029,"timestamp":1532284371122,"id":950,"parentId":940,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-ease/src/exp.js","layer":"ssr"},"startTime":1773907993675,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":2168,"timestamp":1532284371084,"id":949,"parentId":940,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-ease/src/sin.js","layer":"ssr"},"startTime":1773907993675,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":2188,"timestamp":1532284371159,"id":951,"parentId":940,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-ease/src/circle.js","layer":"ssr"},"startTime":1773907993675,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":2303,"timestamp":1532284371197,"id":952,"parentId":940,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-ease/src/bounce.js","layer":"ssr"},"startTime":1773907993675,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":2431,"timestamp":1532284371235,"id":953,"parentId":940,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-ease/src/back.js","layer":"ssr"},"startTime":1773907993675,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":3821,"timestamp":1532284371271,"id":954,"parentId":940,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-ease/src/elastic.js","layer":"ssr"},"startTime":1773907993675,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":374,"timestamp":1532284375469,"id":956,"parentId":950,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-ease/src/math.js","layer":"ssr"},"startTime":1773907993680,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":924,"timestamp":1532284375117,"id":955,"parentId":932,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/get-nonce/dist/es2015/index.js","layer":"ssr"},"startTime":1773907993679,"traceId":"c94d3a685d13f935"},{"name":"make","duration":1949693,"timestamp":1532282428069,"id":18,"parentId":16,"tags":{},"startTime":1773907991732,"traceId":"c94d3a685d13f935"},{"name":"get-entries","duration":653,"timestamp":1532284378363,"id":958,"parentId":957,"tags":{},"startTime":1773907993683,"traceId":"c94d3a685d13f935"},{"name":"node-file-trace-plugin","duration":109683,"timestamp":1532284380619,"id":959,"parentId":957,"tags":{"traceEntryCount":"44"},"startTime":1773907993685,"traceId":"c94d3a685d13f935"},{"name":"collect-traced-files","duration":708,"timestamp":1532284490314,"id":960,"parentId":957,"tags":{},"startTime":1773907993795,"traceId":"c94d3a685d13f935"},{"name":"finish-modules","duration":112751,"timestamp":1532284378274,"id":957,"parentId":17,"tags":{},"startTime":1773907993682,"traceId":"c94d3a685d13f935"},{"name":"chunk-graph","duration":11416,"timestamp":1532284519158,"id":962,"parentId":961,"tags":{},"startTime":1773907993823,"traceId":"c94d3a685d13f935"},{"name":"optimize-modules","duration":10,"timestamp":1532284530630,"id":964,"parentId":961,"tags":{},"startTime":1773907993835,"traceId":"c94d3a685d13f935"},{"name":"optimize-chunks","duration":11916,"timestamp":1532284530675,"id":965,"parentId":961,"tags":{},"startTime":1773907993835,"traceId":"c94d3a685d13f935"},{"name":"optimize-tree","duration":67,"timestamp":1532284542646,"id":966,"parentId":961,"tags":{},"startTime":1773907993847,"traceId":"c94d3a685d13f935"},{"name":"optimize-chunk-modules","duration":12865,"timestamp":1532284542752,"id":967,"parentId":961,"tags":{},"startTime":1773907993847,"traceId":"c94d3a685d13f935"},{"name":"optimize","duration":25064,"timestamp":1532284530608,"id":963,"parentId":961,"tags":{},"startTime":1773907993835,"traceId":"c94d3a685d13f935"},{"name":"module-hash","duration":11110,"timestamp":1532284564865,"id":968,"parentId":961,"tags":{},"startTime":1773907993869,"traceId":"c94d3a685d13f935"},{"name":"code-generation","duration":150650,"timestamp":1532284576015,"id":969,"parentId":961,"tags":{},"startTime":1773907993880,"traceId":"c94d3a685d13f935"},{"name":"hash","duration":7303,"timestamp":1532284729316,"id":970,"parentId":961,"tags":{},"startTime":1773907994034,"traceId":"c94d3a685d13f935"},{"name":"code-generation-jobs","duration":364,"timestamp":1532284736618,"id":971,"parentId":961,"tags":{},"startTime":1773907994041,"traceId":"c94d3a685d13f935"},{"name":"module-assets","duration":252,"timestamp":1532284736913,"id":972,"parentId":961,"tags":{},"startTime":1773907994041,"traceId":"c94d3a685d13f935"},{"name":"create-chunk-assets","duration":5935,"timestamp":1532284737170,"id":973,"parentId":961,"tags":{},"startTime":1773907994041,"traceId":"c94d3a685d13f935"},{"name":"minify-js","duration":49715,"timestamp":1532284758865,"id":978,"parentId":974,"tags":{"name":"../app/_not-found/page.js","cache":"MISS"},"startTime":1773907994063,"traceId":"c94d3a685d13f935"},{"name":"minify-js","duration":50963,"timestamp":1532284757651,"id":976,"parentId":974,"tags":{"name":"../app/api/cloudflare/route.js","cache":"MISS"},"startTime":1773907994062,"traceId":"c94d3a685d13f935"},{"name":"minify-js","duration":52683,"timestamp":1532284755944,"id":975,"parentId":974,"tags":{"name":"../app/api/databases/route.js","cache":"MISS"},"startTime":1773907994060,"traceId":"c94d3a685d13f935"},{"name":"minify-js","duration":49321,"timestamp":1532284759321,"id":980,"parentId":974,"tags":{"name":"../app/api/pro/route.js","cache":"MISS"},"startTime":1773907994064,"traceId":"c94d3a685d13f935"},{"name":"minify-js","duration":50469,"timestamp":1532284758187,"id":977,"parentId":974,"tags":{"name":"../app/api/migrations/list/route.js","cache":"MISS"},"startTime":1773907994062,"traceId":"c94d3a685d13f935"},{"name":"minify-js","duration":49269,"timestamp":1532284759395,"id":981,"parentId":974,"tags":{"name":"../app/api/pull-data/confirm/route.js","cache":"MISS"},"startTime":1773907994064,"traceId":"c94d3a685d13f935"},{"name":"minify-js","duration":49700,"timestamp":1532284758973,"id":979,"parentId":974,"tags":{"name":"../app/api/migrations/sync/route.js","cache":"MISS"},"startTime":1773907994063,"traceId":"c94d3a685d13f935"},{"name":"minify-js","duration":48834,"timestamp":1532284759848,"id":983,"parentId":974,"tags":{"name":"../app/api/pull-remote/preview/route.js","cache":"MISS"},"startTime":1773907994064,"traceId":"c94d3a685d13f935"},{"name":"minify-js","duration":49200,"timestamp":1532284759565,"id":982,"parentId":974,"tags":{"name":"../app/api/migrations/sync-files/route.js","cache":"MISS"},"startTime":1773907994064,"traceId":"c94d3a685d13f935"},{"name":"minify-js","duration":48241,"timestamp":1532284760544,"id":985,"parentId":974,"tags":{"name":"../app/api/query/route.js","cache":"MISS"},"startTime":1773907994065,"traceId":"c94d3a685d13f935"},{"name":"minify-js","duration":48633,"timestamp":1532284760160,"id":984,"parentId":974,"tags":{"name":"../app/api/push-remote/preview/route.js","cache":"MISS"},"startTime":1773907994064,"traceId":"c94d3a685d13f935"},{"name":"minify-js","duration":46946,"timestamp":1532284761857,"id":989,"parentId":974,"tags":{"name":"../app/api/time-travel/preview/route.js","cache":"MISS"},"startTime":1773907994066,"traceId":"c94d3a685d13f935"},{"name":"minify-js","duration":47519,"timestamp":1532284761294,"id":987,"parentId":974,"tags":{"name":"../app/api/tables/[name]/import/route.js","cache":"MISS"},"startTime":1773907994066,"traceId":"c94d3a685d13f935"},{"name":"minify-js","duration":47896,"timestamp":1532284760929,"id":986,"parentId":974,"tags":{"name":"../app/api/push-remote/confirm/route.js","cache":"MISS"},"startTime":1773907994065,"traceId":"c94d3a685d13f935"},{"name":"minify-js","duration":47244,"timestamp":1532284761594,"id":988,"parentId":974,"tags":{"name":"../app/api/tables/route.js","cache":"MISS"},"startTime":1773907994066,"traceId":"c94d3a685d13f935"},{"name":"minify-js","duration":46645,"timestamp":1532284762203,"id":991,"parentId":974,"tags":{"name":"../app/api/update/route.js","cache":"MISS"},"startTime":1773907994066,"traceId":"c94d3a685d13f935"},{"name":"minify-js","duration":46814,"timestamp":1532284762040,"id":990,"parentId":974,"tags":{"name":"../app/api/time-travel/restore/route.js","cache":"MISS"},"startTime":1773907994066,"traceId":"c94d3a685d13f935"},{"name":"minify-js","duration":46576,"timestamp":1532284762284,"id":992,"parentId":974,"tags":{"name":"../app/api/schema/route.js","cache":"MISS"},"startTime":1773907994067,"traceId":"c94d3a685d13f935"},{"name":"minify-js","duration":46215,"timestamp":1532284762652,"id":994,"parentId":974,"tags":{"name":"../pages/_app.js","cache":"MISS"},"startTime":1773907994067,"traceId":"c94d3a685d13f935"},{"name":"minify-js","duration":45282,"timestamp":1532284763592,"id":997,"parentId":974,"tags":{"name":"../pages/_document.js","cache":"MISS"},"startTime":1773907994068,"traceId":"c94d3a685d13f935"},{"name":"minify-js","duration":46445,"timestamp":1532284762439,"id":993,"parentId":974,"tags":{"name":"../pages/_error.js","cache":"MISS"},"startTime":1773907994067,"traceId":"c94d3a685d13f935"},{"name":"minify-js","duration":38385,"timestamp":1532284771123,"id":999,"parentId":974,"tags":{"name":"../webpack-runtime.js","cache":"MISS"},"startTime":1773907994075,"traceId":"c94d3a685d13f935"},{"name":"minify-js","duration":39153,"timestamp":1532284771338,"id":1000,"parentId":974,"tags":{"name":"487.js","cache":"MISS"},"startTime":1773907994076,"traceId":"c94d3a685d13f935"},{"name":"minify-js","duration":48227,"timestamp":1532284763180,"id":996,"parentId":974,"tags":{"name":"../app/api/tables/[name]/route.js","cache":"MISS"},"startTime":1773907994067,"traceId":"c94d3a685d13f935"},{"name":"minify-js","duration":49102,"timestamp":1532284762721,"id":995,"parentId":974,"tags":{"name":"../app/api/pull-remote/confirm/route.js","cache":"MISS"},"startTime":1773907994067,"traceId":"c94d3a685d13f935"},{"name":"minify-js","duration":79865,"timestamp":1532284771435,"id":1001,"parentId":974,"tags":{"name":"994.js","cache":"MISS"},"startTime":1773907994076,"traceId":"c94d3a685d13f935"},{"name":"minify-js","duration":79945,"timestamp":1532284773208,"id":1002,"parentId":974,"tags":{"name":"452.js","cache":"MISS"},"startTime":1773907994077,"traceId":"c94d3a685d13f935"},{"name":"minify-js","duration":101664,"timestamp":1532284773544,"id":1003,"parentId":974,"tags":{"name":"391.js","cache":"MISS"},"startTime":1773907994078,"traceId":"c94d3a685d13f935"},{"name":"minify-js","duration":93462,"timestamp":1532284784765,"id":1005,"parentId":974,"tags":{"name":"627.js","cache":"MISS"},"startTime":1773907994089,"traceId":"c94d3a685d13f935"}]
10
+ [{"name":"minify-js","duration":94545,"timestamp":1532284785795,"id":1006,"parentId":974,"tags":{"name":"226.js","cache":"MISS"},"startTime":1773907994090,"traceId":"c94d3a685d13f935"},{"name":"minify-js","duration":97192,"timestamp":1532284786120,"id":1007,"parentId":974,"tags":{"name":"572.js","cache":"MISS"},"startTime":1773907994090,"traceId":"c94d3a685d13f935"},{"name":"minify-js","duration":145759,"timestamp":1532284763613,"id":998,"parentId":974,"tags":{"name":"../app/page.js","cache":"MISS"},"startTime":1773907994068,"traceId":"c94d3a685d13f935"},{"name":"minify-js","duration":149362,"timestamp":1532284779199,"id":1004,"parentId":974,"tags":{"name":"992.js","cache":"MISS"},"startTime":1773907994083,"traceId":"c94d3a685d13f935"},{"name":"minify-webpack-plugin-optimize","duration":184075,"timestamp":1532284744501,"id":974,"parentId":16,"tags":{"compilationName":"server"},"startTime":1773907994049,"traceId":"c94d3a685d13f935"},{"name":"css-minimizer-plugin","duration":99,"timestamp":1532284928682,"id":1008,"parentId":16,"tags":{},"startTime":1773907994233,"traceId":"c94d3a685d13f935"},{"name":"create-trace-assets","duration":1742,"timestamp":1532284928872,"id":1009,"parentId":17,"tags":{},"startTime":1773907994233,"traceId":"c94d3a685d13f935"},{"name":"seal","duration":429492,"timestamp":1532284505380,"id":961,"parentId":16,"tags":{},"startTime":1773907993810,"traceId":"c94d3a685d13f935"},{"name":"webpack-compilation","duration":2520839,"timestamp":1532282423367,"id":16,"parentId":13,"tags":{"name":"server"},"startTime":1773907991728,"traceId":"c94d3a685d13f935"},{"name":"emit","duration":11279,"timestamp":1532284944484,"id":1010,"parentId":13,"tags":{},"startTime":1773907994249,"traceId":"c94d3a685d13f935"},{"name":"webpack-close","duration":211699,"timestamp":1532284956473,"id":1011,"parentId":13,"tags":{"name":"server"},"startTime":1773907994261,"traceId":"c94d3a685d13f935"},{"name":"webpack-generate-error-stats","duration":1287,"timestamp":1532285168207,"id":1012,"parentId":1011,"tags":{},"startTime":1773907994472,"traceId":"c94d3a685d13f935"},{"name":"make","duration":80,"timestamp":1532285174790,"id":1014,"parentId":1013,"tags":{},"startTime":1773907994479,"traceId":"c94d3a685d13f935"},{"name":"chunk-graph","duration":222,"timestamp":1532285175160,"id":1016,"parentId":1015,"tags":{},"startTime":1773907994479,"traceId":"c94d3a685d13f935"},{"name":"optimize-modules","duration":3,"timestamp":1532285175401,"id":1018,"parentId":1015,"tags":{},"startTime":1773907994480,"traceId":"c94d3a685d13f935"},{"name":"optimize-chunks","duration":33,"timestamp":1532285175429,"id":1019,"parentId":1015,"tags":{},"startTime":1773907994480,"traceId":"c94d3a685d13f935"},{"name":"optimize-tree","duration":3,"timestamp":1532285175477,"id":1020,"parentId":1015,"tags":{},"startTime":1773907994480,"traceId":"c94d3a685d13f935"},{"name":"optimize-chunk-modules","duration":22,"timestamp":1532285175506,"id":1021,"parentId":1015,"tags":{},"startTime":1773907994480,"traceId":"c94d3a685d13f935"},{"name":"optimize","duration":151,"timestamp":1532285175390,"id":1017,"parentId":1015,"tags":{},"startTime":1773907994480,"traceId":"c94d3a685d13f935"},{"name":"module-hash","duration":8,"timestamp":1532285175613,"id":1022,"parentId":1015,"tags":{},"startTime":1773907994480,"traceId":"c94d3a685d13f935"},{"name":"code-generation","duration":6,"timestamp":1532285175626,"id":1023,"parentId":1015,"tags":{},"startTime":1773907994480,"traceId":"c94d3a685d13f935"},{"name":"hash","duration":21,"timestamp":1532285175656,"id":1024,"parentId":1015,"tags":{},"startTime":1773907994480,"traceId":"c94d3a685d13f935"},{"name":"code-generation-jobs","duration":26,"timestamp":1532285175677,"id":1025,"parentId":1015,"tags":{},"startTime":1773907994480,"traceId":"c94d3a685d13f935"},{"name":"module-assets","duration":19,"timestamp":1532285175688,"id":1026,"parentId":1015,"tags":{},"startTime":1773907994480,"traceId":"c94d3a685d13f935"},{"name":"create-chunk-assets","duration":7,"timestamp":1532285175718,"id":1027,"parentId":1015,"tags":{},"startTime":1773907994480,"traceId":"c94d3a685d13f935"},{"name":"minify-js","duration":266,"timestamp":1532285176638,"id":1029,"parentId":1028,"tags":{"name":"interception-route-rewrite-manifest.js","cache":"MISS"},"startTime":1773907994481,"traceId":"c94d3a685d13f935"},{"name":"minify-webpack-plugin-optimize","duration":361,"timestamp":1532285176547,"id":1028,"parentId":1013,"tags":{"compilationName":"edge-server"},"startTime":1773907994481,"traceId":"c94d3a685d13f935"},{"name":"css-minimizer-plugin","duration":3,"timestamp":1532285176921,"id":1030,"parentId":1013,"tags":{},"startTime":1773907994481,"traceId":"c94d3a685d13f935"},{"name":"seal","duration":2488,"timestamp":1532285175100,"id":1015,"parentId":1013,"tags":{},"startTime":1773907994479,"traceId":"c94d3a685d13f935"},{"name":"webpack-compilation","duration":3520,"timestamp":1532285174103,"id":1013,"parentId":13,"tags":{"name":"edge-server"},"startTime":1773907994478,"traceId":"c94d3a685d13f935"},{"name":"emit","duration":295,"timestamp":1532285177640,"id":1031,"parentId":13,"tags":{},"startTime":1773907994482,"traceId":"c94d3a685d13f935"},{"name":"webpack-close","duration":2265,"timestamp":1532285178072,"id":1032,"parentId":13,"tags":{"name":"edge-server"},"startTime":1773907994482,"traceId":"c94d3a685d13f935"},{"name":"webpack-generate-error-stats","duration":437,"timestamp":1532285180351,"id":1033,"parentId":1032,"tags":{},"startTime":1773907994485,"traceId":"c94d3a685d13f935"},{"name":"build-module","duration":588,"timestamp":1532285190565,"id":1064,"parentId":1038,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?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!","layer":"app-pages-browser"},"startTime":1773907994495,"traceId":"c94d3a685d13f935"},{"name":"build-module","duration":52,"timestamp":1532285191182,"id":1065,"parentId":1043,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?server=false!","layer":"app-pages-browser"},"startTime":1773907994495,"traceId":"c94d3a685d13f935"},{"name":"build-module","duration":151,"timestamp":1532285191243,"id":1066,"parentId":1046,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?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!","layer":"app-pages-browser"},"startTime":1773907994495,"traceId":"c94d3a685d13f935"},{"name":"build-module","duration":56,"timestamp":1532285191400,"id":1067,"parentId":1063,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?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!","layer":"app-pages-browser"},"startTime":1773907994496,"traceId":"c94d3a685d13f935"},{"name":"add-entry","duration":6760,"timestamp":1532285185272,"id":1043,"parentId":1035,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1773907994489,"traceId":"c94d3a685d13f935"},{"name":"add-entry","duration":6763,"timestamp":1532285185274,"id":1044,"parentId":1035,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1773907994489,"traceId":"c94d3a685d13f935"},{"name":"add-entry","duration":6762,"timestamp":1532285185276,"id":1045,"parentId":1035,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1773907994489,"traceId":"c94d3a685d13f935"},{"name":"add-entry","duration":6760,"timestamp":1532285185279,"id":1047,"parentId":1035,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1773907994489,"traceId":"c94d3a685d13f935"},{"name":"add-entry","duration":6760,"timestamp":1532285185280,"id":1048,"parentId":1035,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1773907994489,"traceId":"c94d3a685d13f935"},{"name":"add-entry","duration":6759,"timestamp":1532285185282,"id":1049,"parentId":1035,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1773907994489,"traceId":"c94d3a685d13f935"},{"name":"add-entry","duration":6758,"timestamp":1532285185284,"id":1050,"parentId":1035,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1773907994490,"traceId":"c94d3a685d13f935"},{"name":"add-entry","duration":6758,"timestamp":1532285185286,"id":1051,"parentId":1035,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1773907994490,"traceId":"c94d3a685d13f935"},{"name":"add-entry","duration":6758,"timestamp":1532285185287,"id":1052,"parentId":1035,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1773907994490,"traceId":"c94d3a685d13f935"},{"name":"add-entry","duration":6757,"timestamp":1532285185290,"id":1053,"parentId":1035,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1773907994490,"traceId":"c94d3a685d13f935"},{"name":"add-entry","duration":6757,"timestamp":1532285185291,"id":1054,"parentId":1035,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1773907994490,"traceId":"c94d3a685d13f935"},{"name":"add-entry","duration":6757,"timestamp":1532285185292,"id":1055,"parentId":1035,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1773907994490,"traceId":"c94d3a685d13f935"},{"name":"add-entry","duration":6757,"timestamp":1532285185293,"id":1056,"parentId":1035,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1773907994490,"traceId":"c94d3a685d13f935"},{"name":"add-entry","duration":6757,"timestamp":1532285185294,"id":1057,"parentId":1035,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1773907994490,"traceId":"c94d3a685d13f935"},{"name":"add-entry","duration":6757,"timestamp":1532285185295,"id":1058,"parentId":1035,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1773907994490,"traceId":"c94d3a685d13f935"},{"name":"add-entry","duration":6757,"timestamp":1532285185296,"id":1059,"parentId":1035,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1773907994490,"traceId":"c94d3a685d13f935"},{"name":"add-entry","duration":6757,"timestamp":1532285185297,"id":1060,"parentId":1035,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1773907994490,"traceId":"c94d3a685d13f935"},{"name":"add-entry","duration":6757,"timestamp":1532285185298,"id":1061,"parentId":1035,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1773907994490,"traceId":"c94d3a685d13f935"},{"name":"add-entry","duration":6756,"timestamp":1532285185300,"id":1062,"parentId":1035,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1773907994490,"traceId":"c94d3a685d13f935"},{"name":"next-client-pages-loader","duration":68,"timestamp":1532285192846,"id":1071,"parentId":1070,"tags":{"absolutePagePath":"next/dist/client/components/not-found-error"},"startTime":1773907994497,"traceId":"c94d3a685d13f935"},{"name":"build-module","duration":640,"timestamp":1532285192474,"id":1070,"parentId":1039,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/build/webpack/loaders/next-client-pages-loader.js?absolutePagePath=next%2Fdist%2Fclient%2Fcomponents%2Fnot-found-error&page=%2F_not-found%2Fpage!","layer":"app-pages-browser"},"startTime":1773907994497,"traceId":"c94d3a685d13f935"},{"name":"next-client-pages-loader","duration":10,"timestamp":1532285193268,"id":1073,"parentId":1072,"tags":{"absolutePagePath":"next/dist/pages/_error"},"startTime":1773907994497,"traceId":"c94d3a685d13f935"},{"name":"build-module","duration":223,"timestamp":1532285193122,"id":1072,"parentId":1040,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/build/webpack/loaders/next-client-pages-loader.js?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!","layer":null},"startTime":1773907994497,"traceId":"c94d3a685d13f935"},{"name":"next-client-pages-loader","duration":9,"timestamp":1532285193408,"id":1075,"parentId":1074,"tags":{"absolutePagePath":"next/dist/pages/_app"},"startTime":1773907994498,"traceId":"c94d3a685d13f935"},{"name":"build-module","duration":124,"timestamp":1532285193351,"id":1074,"parentId":1041,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/build/webpack/loaders/next-client-pages-loader.js?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!","layer":null},"startTime":1773907994498,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":4081,"timestamp":1532285191631,"id":1069,"parentId":1037,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/client/app-next.js","layer":"app-pages-browser"},"startTime":1773907994496,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":4398,"timestamp":1532285191462,"id":1068,"parentId":1036,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/client/next.js","layer":null},"startTime":1773907994496,"traceId":"c94d3a685d13f935"},{"name":"build-module-jsx","duration":1812,"timestamp":1532285202257,"id":1078,"parentId":1066,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/src/components/ui/toaster.jsx","layer":"app-pages-browser"},"startTime":1773907994506,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":3047,"timestamp":1532285202301,"id":1079,"parentId":1064,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/client/components/client-page.js","layer":"app-pages-browser"},"startTime":1773907994507,"traceId":"c94d3a685d13f935"},{"name":"build-module-jsx","duration":3377,"timestamp":1532285202209,"id":1077,"parentId":1067,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/src/app/page.jsx","layer":"app-pages-browser"},"startTime":1773907994506,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":3487,"timestamp":1532285202317,"id":1080,"parentId":1064,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/client/components/client-segment.js","layer":"app-pages-browser"},"startTime":1773907994507,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":3590,"timestamp":1532285202367,"id":1083,"parentId":1064,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/client/components/render-from-template-context.js","layer":"app-pages-browser"},"startTime":1773907994507,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":3956,"timestamp":1532285202424,"id":1085,"parentId":1064,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js","layer":"app-pages-browser"},"startTime":1773907994507,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":8163,"timestamp":1532285202439,"id":1086,"parentId":1072,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/pages/_error.js","layer":null},"startTime":1773907994507,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":8799,"timestamp":1532285202333,"id":1081,"parentId":1064,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/client/components/error-boundary.js","layer":"app-pages-browser"},"startTime":1773907994507,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":11158,"timestamp":1532285201891,"id":1076,"parentId":1066,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/src/context/database-context.js","layer":"app-pages-browser"},"startTime":1773907994506,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":10819,"timestamp":1532285202451,"id":1087,"parentId":1074,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/pages/_app.js","layer":null},"startTime":1773907994507,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":13839,"timestamp":1532285202349,"id":1082,"parentId":1064,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/client/components/layout-router.js","layer":"app-pages-browser"},"startTime":1773907994507,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":14286,"timestamp":1532285202382,"id":1084,"parentId":1064,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/lib/metadata/metadata-boundary.js","layer":"app-pages-browser"},"startTime":1773907994507,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":14343,"timestamp":1532285202463,"id":1088,"parentId":1070,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/client/components/not-found-error.js","layer":"app-pages-browser"},"startTime":1773907994507,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":13487,"timestamp":1532285203523,"id":1092,"parentId":1068,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/client/webpack.js","layer":null},"startTime":1773907994508,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":13761,"timestamp":1532285203467,"id":1089,"parentId":1069,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/client/app-webpack.js","layer":"app-pages-browser"},"startTime":1773907994508,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":13953,"timestamp":1532285203508,"id":1091,"parentId":1069,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/client/app-bootstrap.js","layer":"app-pages-browser"},"startTime":1773907994508,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":14741,"timestamp":1532285203491,"id":1090,"parentId":1069,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/client/app-index.js","layer":"app-pages-browser"},"startTime":1773907994508,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":15608,"timestamp":1532285204407,"id":1093,"parentId":1068,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/client/index.js","layer":null},"startTime":1773907994509,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":4734,"timestamp":1532285235674,"id":1098,"parentId":1079,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/server/request/search-params.js","layer":"app-pages-browser"},"startTime":1773907994540,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":5599,"timestamp":1532285235718,"id":1099,"parentId":1079,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/server/request/params.js","layer":"app-pages-browser"},"startTime":1773907994540,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":9937,"timestamp":1532285235597,"id":1096,"parentId":1079,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/shared/lib/invariant-error.js","layer":"app-pages-browser"},"startTime":1773907994540,"traceId":"c94d3a685d13f935"},{"name":"build-module-jsx","duration":10868,"timestamp":1532285235546,"id":1095,"parentId":1078,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/src/components/ui/toast.jsx","layer":"app-pages-browser"},"startTime":1773907994540,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":10895,"timestamp":1532285235759,"id":1100,"parentId":1083,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/shared/lib/app-router-context.shared-runtime.js","layer":"app-pages-browser"},"startTime":1773907994540,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":11826,"timestamp":1532285235427,"id":1094,"parentId":1078,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/src/hooks/use-toast.js","layer":"app-pages-browser"},"startTime":1773907994540,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":11577,"timestamp":1532285235809,"id":1103,"parentId":1085,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/shared/lib/utils/warn-once.js","layer":"app-pages-browser"},"startTime":1773907994540,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":11869,"timestamp":1532285235791,"id":1102,"parentId":1085,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/client/components/http-access-fallback/http-access-fallback.js","layer":"app-pages-browser"},"startTime":1773907994540,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":12029,"timestamp":1532285235840,"id":1105,"parentId":1090,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/client/app-call-server.js","layer":"app-pages-browser"},"startTime":1773907994540,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":12215,"timestamp":1532285235855,"id":1106,"parentId":1090,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/client/app-find-source-map-url.js","layer":"app-pages-browser"},"startTime":1773907994540,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":12464,"timestamp":1532285235775,"id":1101,"parentId":1085,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/client/components/navigation-untracked.js","layer":"app-pages-browser"},"startTime":1773907994540,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":12510,"timestamp":1532285235870,"id":1107,"parentId":1090,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/client/app-build-id.js","layer":"app-pages-browser"},"startTime":1773907994540,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":15099,"timestamp":1532285235910,"id":1110,"parentId":1089,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/shared/lib/encode-uri-path.js","layer":"app-pages-browser"},"startTime":1773907994540,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":15221,"timestamp":1532285235928,"id":1111,"parentId":1090,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/shared/lib/head-manager-context.shared-runtime.js","layer":"app-pages-browser"},"startTime":1773907994540,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":16199,"timestamp":1532285235885,"id":1108,"parentId":1086,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/shared/lib/head.js","layer":null},"startTime":1773907994540,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":16740,"timestamp":1532285235955,"id":1113,"parentId":1081,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/client/components/is-next-router-error.js","layer":"app-pages-browser"},"startTime":1773907994540,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":16857,"timestamp":1532285235943,"id":1112,"parentId":1093,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/shared/lib/head-manager-context.shared-runtime.js","layer":null},"startTime":1773907994540,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":17470,"timestamp":1532285235969,"id":1114,"parentId":1081,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/client/components/nav-failure-handler.js","layer":"app-pages-browser"},"startTime":1773907994540,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":18616,"timestamp":1532285235826,"id":1104,"parentId":1042,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/client/router.js","layer":null},"startTime":1773907994540,"traceId":"c94d3a685d13f935"}]
11
+ [{"name":"build-module-js","duration":18804,"timestamp":1532285235992,"id":1115,"parentId":1082,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/client/components/unresolved-thenable.js","layer":"app-pages-browser"},"startTime":1773907994540,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":26631,"timestamp":1532285235897,"id":1109,"parentId":1087,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/shared/lib/utils.js","layer":null},"startTime":1773907994540,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":784,"timestamp":1532285264448,"id":1125,"parentId":1093,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/lib/is-error.js","layer":null},"startTime":1773907994569,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":2444,"timestamp":1532285264297,"id":1118,"parentId":1084,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/lib/metadata/metadata-constants.js","layer":"app-pages-browser"},"startTime":1773907994569,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":5343,"timestamp":1532285273405,"id":1138,"parentId":1086,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/@swc/helpers/esm/_interop_require_default.js","layer":null},"startTime":1773907994578,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":5188,"timestamp":1532285273811,"id":1140,"parentId":1093,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/@swc/helpers/esm/_interop_require_wildcard.js","layer":null},"startTime":1773907994578,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":6907,"timestamp":1532285273303,"id":1137,"parentId":1083,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/@swc/helpers/esm/_interop_require_wildcard.js","layer":"app-pages-browser"},"startTime":1773907994578,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":6531,"timestamp":1532285273760,"id":1139,"parentId":1090,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/@swc/helpers/esm/_interop_require_default.js","layer":"app-pages-browser"},"startTime":1773907994578,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":2267,"timestamp":1532285278208,"id":1155,"parentId":1098,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/server/dynamic-rendering-utils.js","layer":"app-pages-browser"},"startTime":1773907994582,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":2624,"timestamp":1532285278252,"id":1156,"parentId":1098,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/server/create-deduped-by-callsite-server-error-logger.js","layer":"app-pages-browser"},"startTime":1773907994582,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":2793,"timestamp":1532285278294,"id":1157,"parentId":1098,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/lib/scheduler.js","layer":"app-pages-browser"},"startTime":1773907994583,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":3854,"timestamp":1532285278344,"id":1158,"parentId":1098,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/server/app-render/dynamic-rendering.js","layer":"app-pages-browser"},"startTime":1773907994583,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":4020,"timestamp":1532285278430,"id":1160,"parentId":1098,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/server/request/utils.js","layer":"app-pages-browser"},"startTime":1773907994583,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":18801,"timestamp":1532285264365,"id":1120,"parentId":1082,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/client/components/router-reducer/create-router-cache-key.js","layer":"app-pages-browser"},"startTime":1773907994569,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":19190,"timestamp":1532285264186,"id":1116,"parentId":1082,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/client/components/match-segments.js","layer":"app-pages-browser"},"startTime":1773907994568,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":19421,"timestamp":1532285264272,"id":1117,"parentId":1082,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/client/components/redirect-boundary.js","layer":"app-pages-browser"},"startTime":1773907994568,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":19400,"timestamp":1532285264400,"id":1122,"parentId":1082,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/shared/lib/router/utils/handle-smooth-scroll.js","layer":"app-pages-browser"},"startTime":1773907994569,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":19609,"timestamp":1532285264383,"id":1121,"parentId":1088,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/client/components/http-access-fallback/error-fallback.js","layer":"app-pages-browser"},"startTime":1773907994569,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":19679,"timestamp":1532285264417,"id":1123,"parentId":1082,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/client/components/router-reducer/reducers/get-segment-value.js","layer":"app-pages-browser"},"startTime":1773907994569,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":19743,"timestamp":1532285264461,"id":1126,"parentId":1093,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/shared/lib/router/utils/handle-smooth-scroll.js","layer":null},"startTime":1773907994569,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":20485,"timestamp":1532285264344,"id":1119,"parentId":1082,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/client/components/router-reducer/fetch-server-response.js","layer":"app-pages-browser"},"startTime":1773907994569,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":20478,"timestamp":1532285264475,"id":1127,"parentId":1093,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/shared/lib/router/utils/is-dynamic.js","layer":null},"startTime":1773907994569,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":20666,"timestamp":1532285264432,"id":1124,"parentId":1082,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/client/components/router-reducer/reducers/has-interception-route-in-current-tree.js","layer":"app-pages-browser"},"startTime":1773907994569,"traceId":"c94d3a685d13f935"},{"name":"build-module-jsx","duration":21393,"timestamp":1532285264488,"id":1128,"parentId":1077,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/src/components/sidebar.jsx","layer":"app-pages-browser"},"startTime":1773907994569,"traceId":"c94d3a685d13f935"},{"name":"build-module-jsx","duration":21393,"timestamp":1532285264678,"id":1132,"parentId":1077,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/src/components/schema-view.jsx","layer":"app-pages-browser"},"startTime":1773907994569,"traceId":"c94d3a685d13f935"},{"name":"build-module-jsx","duration":21990,"timestamp":1532285264637,"id":1131,"parentId":1077,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/src/components/migrations-view.jsx","layer":"app-pages-browser"},"startTime":1773907994569,"traceId":"c94d3a685d13f935"},{"name":"build-module-jsx","duration":22898,"timestamp":1532285264528,"id":1129,"parentId":1077,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/src/components/sql-editor.jsx","layer":"app-pages-browser"},"startTime":1773907994569,"traceId":"c94d3a685d13f935"},{"name":"build-module-jsx","duration":22909,"timestamp":1532285264804,"id":1135,"parentId":1077,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/src/components/status-bar.jsx","layer":"app-pages-browser"},"startTime":1773907994569,"traceId":"c94d3a685d13f935"},{"name":"build-module-jsx","duration":23683,"timestamp":1532285264762,"id":1134,"parentId":1077,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/src/components/remote-sync-view.jsx","layer":"app-pages-browser"},"startTime":1773907994569,"traceId":"c94d3a685d13f935"},{"name":"build-module-jsx","duration":29278,"timestamp":1532285264721,"id":1133,"parentId":1077,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/src/components/time-travel-view.jsx","layer":"app-pages-browser"},"startTime":1773907994569,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":58717,"timestamp":1532285235627,"id":1097,"parentId":1079,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/server/app-render/work-async-storage.external.js","layer":"shared"},"startTime":1773907994540,"traceId":"c94d3a685d13f935"},{"name":"build-module-jsx","duration":32615,"timestamp":1532285264570,"id":1130,"parentId":1077,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/src/components/table-view.jsx","layer":"app-pages-browser"},"startTime":1773907994569,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":23514,"timestamp":1532285273951,"id":1145,"parentId":1093,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/shared/lib/hooks-client-context.shared-runtime.js","layer":null},"startTime":1773907994578,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":23652,"timestamp":1532285273981,"id":1147,"parentId":1076,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/src/lib/request-deduplication.js","layer":"app-pages-browser"},"startTime":1773907994578,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":23906,"timestamp":1532285273965,"id":1146,"parentId":1093,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/client/components/is-next-router-error.js","layer":null},"startTime":1773907994578,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":24111,"timestamp":1532285273933,"id":1144,"parentId":1093,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/shared/lib/app-router-context.shared-runtime.js","layer":null},"startTime":1773907994578,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":19690,"timestamp":1532285278469,"id":1161,"parentId":1101,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/shared/lib/hooks-client-context.shared-runtime.js","layer":"app-pages-browser"},"startTime":1773907994583,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":20281,"timestamp":1532285278191,"id":1154,"parentId":1090,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/client/components/router-reducer/create-initial-router-state.js","layer":"app-pages-browser"},"startTime":1773907994582,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":20187,"timestamp":1532285278484,"id":1162,"parentId":1108,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/shared/lib/side-effect.js","layer":null},"startTime":1773907994583,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":20779,"timestamp":1532285278175,"id":1153,"parentId":1090,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/shared/lib/router/action-queue.js","layer":"app-pages-browser"},"startTime":1773907994582,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":30307,"timestamp":1532285278148,"id":1152,"parentId":1090,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/client/components/app-router.js","layer":"app-pages-browser"},"startTime":1773907994582,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":46365,"timestamp":1532285264844,"id":1136,"parentId":1086,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/react/jsx-runtime.js","layer":null},"startTime":1773907994569,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":35055,"timestamp":1532285278063,"id":1150,"parentId":1092,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/build/deployment-id.js","layer":null},"startTime":1773907994582,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":35146,"timestamp":1532285278092,"id":1151,"parentId":1089,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/build/deployment-id.js","layer":"app-pages-browser"},"startTime":1773907994582,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":39481,"timestamp":1532285273823,"id":1141,"parentId":1086,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/react/index.js","layer":null},"startTime":1773907994578,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":35161,"timestamp":1532285278386,"id":1159,"parentId":1098,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/server/app-render/work-unit-async-storage.external.js","layer":"shared"},"startTime":1773907994583,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":40173,"timestamp":1532285273845,"id":1142,"parentId":1079,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/server/request/search-params.browser.js","layer":"app-pages-browser"},"startTime":1773907994578,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":40659,"timestamp":1532285273890,"id":1143,"parentId":1079,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/server/request/params.browser.js","layer":"app-pages-browser"},"startTime":1773907994578,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":1189,"timestamp":1532285322560,"id":1167,"parentId":1098,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/server/web/spec-extension/adapters/reflect.js","layer":"app-pages-browser"},"startTime":1773907994627,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":2430,"timestamp":1532285322510,"id":1164,"parentId":1108,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/shared/lib/amp-mode.js","layer":null},"startTime":1773907994627,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":2497,"timestamp":1532285322548,"id":1166,"parentId":1108,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/shared/lib/utils/warn-once.js","layer":null},"startTime":1773907994627,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":2719,"timestamp":1532285322459,"id":1163,"parentId":1108,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/shared/lib/amp-context.shared-runtime.js","layer":null},"startTime":1773907994627,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":2877,"timestamp":1532285322528,"id":1165,"parentId":1105,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/client/components/router-reducer/router-reducer-types.js","layer":"app-pages-browser"},"startTime":1773907994627,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":3260,"timestamp":1532285322612,"id":1169,"parentId":1093,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/client/route-announcer.js","layer":null},"startTime":1773907994627,"traceId":"c94d3a685d13f935"},{"name":"build-module-mjs","duration":1343,"timestamp":1532285326917,"id":1177,"parentId":1095,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/class-variance-authority/dist/index.mjs","layer":"app-pages-browser"},"startTime":1773907994631,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":6505,"timestamp":1532285322624,"id":1170,"parentId":1093,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/shared/lib/router-context.shared-runtime.js","layer":null},"startTime":1773907994627,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":7037,"timestamp":1532285322600,"id":1168,"parentId":1093,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/client/head-manager.js","layer":null},"startTime":1773907994627,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":7196,"timestamp":1532285322647,"id":1172,"parentId":1093,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/shared/lib/router/utils/querystring.js","layer":null},"startTime":1773907994627,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":7809,"timestamp":1532285322635,"id":1171,"parentId":1093,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/shared/lib/runtime-config.external.js","layer":null},"startTime":1773907994627,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":8281,"timestamp":1532285322670,"id":1174,"parentId":1093,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/shared/lib/mitt.js","layer":null},"startTime":1773907994627,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":8796,"timestamp":1532285322658,"id":1173,"parentId":1093,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/client/page-loader.js","layer":null},"startTime":1773907994627,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":4698,"timestamp":1532285326894,"id":1176,"parentId":1114,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/client/components/router-reducer/create-href-from-url.js","layer":"app-pages-browser"},"startTime":1773907994631,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":4659,"timestamp":1532285327030,"id":1180,"parentId":1090,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/client/components/globals/patch-console.js","layer":"app-pages-browser"},"startTime":1773907994631,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":6793,"timestamp":1532285326827,"id":1175,"parentId":1113,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/client/components/redirect-error.js","layer":"app-pages-browser"},"startTime":1773907994631,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":6613,"timestamp":1532285327115,"id":1181,"parentId":1090,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/client/components/globals/handle-global-errors.js","layer":"app-pages-browser"},"startTime":1773907994631,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":6741,"timestamp":1532285327134,"id":1182,"parentId":1090,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/client/react-client-callbacks/shared.js","layer":"app-pages-browser"},"startTime":1773907994631,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":6857,"timestamp":1532285327149,"id":1183,"parentId":1093,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/client/react-client-callbacks/shared.js","layer":null},"startTime":1773907994631,"traceId":"c94d3a685d13f935"},{"name":"build-module-json","duration":405,"timestamp":1532285336796,"id":1194,"parentId":1128,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/package.json","layer":"app-pages-browser"},"startTime":1773907994641,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":1998,"timestamp":1532285337081,"id":1199,"parentId":1116,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/server/app-render/get-segment-param.js","layer":"app-pages-browser"},"startTime":1773907994641,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":5432,"timestamp":1532285336633,"id":1186,"parentId":1093,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/client/has-base-path.js","layer":null},"startTime":1773907994641,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":5668,"timestamp":1532285336618,"id":1185,"parentId":1093,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/client/remove-base-path.js","layer":null},"startTime":1773907994641,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":5723,"timestamp":1532285336659,"id":1188,"parentId":1093,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/shared/lib/image-config-context.shared-runtime.js","layer":null},"startTime":1773907994641,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":6267,"timestamp":1532285336567,"id":1184,"parentId":1090,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/client/react-client-callbacks/app-router.js","layer":"app-pages-browser"},"startTime":1773907994641,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":6300,"timestamp":1532285336686,"id":1190,"parentId":1125,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/shared/lib/is-plain-object.js","layer":null},"startTime":1773907994641,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":6389,"timestamp":1532285336756,"id":1193,"parentId":1095,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/src/lib/utils.js","layer":"app-pages-browser"},"startTime":1773907994641,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":6836,"timestamp":1532285336672,"id":1189,"parentId":1093,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/shared/lib/router/adapters.js","layer":null},"startTime":1773907994641,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":6698,"timestamp":1532285337014,"id":1196,"parentId":1158,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/client/components/hooks-server-context.js","layer":"app-pages-browser"},"startTime":1773907994641,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":6904,"timestamp":1532285336996,"id":1195,"parentId":1119,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/client/flight-data-helpers.js","layer":"app-pages-browser"},"startTime":1773907994641,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":7032,"timestamp":1532285337027,"id":1197,"parentId":1158,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/client/components/static-generation-bailout.js","layer":"app-pages-browser"},"startTime":1773907994641,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":1684,"timestamp":1532285344969,"id":1205,"parentId":1127,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/server/lib/interception-routes.js","layer":null},"startTime":1773907994649,"traceId":"c94d3a685d13f935"},{"name":"font-loader","duration":795,"timestamp":1532285346710,"id":1226,"parentId":1225,"tags":{},"startTime":1773907994651,"traceId":"c94d3a685d13f935"},{"name":"font-loader","duration":213,"timestamp":1532285347295,"id":1228,"parentId":1227,"tags":{},"startTime":1773907994652,"traceId":"c94d3a685d13f935"},{"name":"postcss","duration":905,"timestamp":1532285350415,"id":1229,"parentId":1225,"tags":{},"startTime":1773907994655,"traceId":"c94d3a685d13f935"},{"name":"postcss","duration":408,"timestamp":1532285350917,"id":1230,"parentId":1227,"tags":{},"startTime":1773907994655,"traceId":"c94d3a685d13f935"},{"name":"next-font-loader","duration":4715,"timestamp":1532285346665,"id":1225,"parentId":1207,"tags":{},"startTime":1773907994651,"traceId":"c94d3a685d13f935"},{"name":"next-font-loader","duration":4102,"timestamp":1532285347279,"id":1227,"parentId":1208,"tags":{},"startTime":1773907994651,"traceId":"c94d3a685d13f935"},{"name":"css-loader","duration":4171,"timestamp":1532285351343,"id":1231,"parentId":1207,"tags":{"astUsed":"true"},"startTime":1773907994656,"traceId":"c94d3a685d13f935"},{"name":"css-loader","duration":4146,"timestamp":1532285351374,"id":1232,"parentId":1208,"tags":{"astUsed":"true"},"startTime":1773907994656,"traceId":"c94d3a685d13f935"},{"name":"build-module","duration":10769,"timestamp":1532285345065,"id":1207,"parentId":1148,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/font/google/target.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[2].use[1]!/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/build/webpack/loaders/next-font-loader/index.js??ruleSet[1].rules[13].oneOf[2].use[2]!/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.jsx\",\"import\":\"Geist\",\"arguments\":[{\"variable\":\"--font-geist-sans\",\"subsets\":[\"latin\"]}],\"variableName\":\"geistSans\"}","layer":null},"startTime":1773907994649,"traceId":"c94d3a685d13f935"},{"name":"build-module","duration":10680,"timestamp":1532285345247,"id":1208,"parentId":1149,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/font/google/target.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[2].use[1]!/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/build/webpack/loaders/next-font-loader/index.js??ruleSet[1].rules[13].oneOf[2].use[2]!/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.jsx\",\"import\":\"Geist_Mono\",\"arguments\":[{\"variable\":\"--font-geist-mono\",\"subsets\":[\"latin\"]}],\"variableName\":\"geistMono\"}","layer":null},"startTime":1773907994649,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":12748,"timestamp":1532285345016,"id":1206,"parentId":1124,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/server/lib/interception-routes.js","layer":"app-pages-browser"},"startTime":1773907994649,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":12645,"timestamp":1532285345273,"id":1209,"parentId":1132,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/api/app-dynamic.js","layer":"app-pages-browser"},"startTime":1773907994649,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":22426,"timestamp":1532285336647,"id":1187,"parentId":1093,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/client/script.js","layer":null},"startTime":1773907994641,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":35176,"timestamp":1532285327004,"id":1179,"parentId":1093,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/build/polyfills/polyfill-module.js","layer":null},"startTime":1773907994631,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":35475,"timestamp":1532285326962,"id":1178,"parentId":1090,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/build/polyfills/polyfill-module.js","layer":"app-pages-browser"},"startTime":1773907994631,"traceId":"c94d3a685d13f935"},{"name":"build-module-mjs","duration":27464,"timestamp":1532285336714,"id":1192,"parentId":1095,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/@radix-ui/react-toast/dist/index.mjs","layer":"app-pages-browser"},"startTime":1773907994641,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":19473,"timestamp":1532285344936,"id":1203,"parentId":1119,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/client/components/app-router-headers.js","layer":"app-pages-browser"},"startTime":1773907994649,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":19768,"timestamp":1532285344897,"id":1201,"parentId":1117,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/client/components/redirect.js","layer":"app-pages-browser"},"startTime":1773907994649,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":19865,"timestamp":1532285344919,"id":1202,"parentId":1120,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/shared/lib/segment.js","layer":"app-pages-browser"},"startTime":1773907994649,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":20313,"timestamp":1532285344832,"id":1200,"parentId":1117,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/client/components/navigation.js","layer":"app-pages-browser"},"startTime":1773907994649,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":20341,"timestamp":1532285344953,"id":1204,"parentId":1119,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/shared/lib/hash.js","layer":"app-pages-browser"},"startTime":1773907994649,"traceId":"c94d3a685d13f935"}]
12
+ [{"name":"build-module-js","duration":22057,"timestamp":1532285345327,"id":1211,"parentId":1093,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/client/tracing/report-to-socket.js","layer":null},"startTime":1773907994650,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":22228,"timestamp":1532285345342,"id":1212,"parentId":1104,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/client/with-router.js","layer":null},"startTime":1773907994650,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":22504,"timestamp":1532285345314,"id":1210,"parentId":1093,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/client/tracing/tracer.js","layer":null},"startTime":1773907994650,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":22141,"timestamp":1532285345893,"id":1216,"parentId":1146,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/client/components/http-access-fallback/http-access-fallback.js","layer":null},"startTime":1773907994650,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":22375,"timestamp":1532285345861,"id":1215,"parentId":1146,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/client/components/redirect-error.js","layer":null},"startTime":1773907994650,"traceId":"c94d3a685d13f935"},{"name":"build-module-jsx","duration":22879,"timestamp":1532285345915,"id":1217,"parentId":1128,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/src/components/environment-handler.jsx","layer":"app-pages-browser"},"startTime":1773907994650,"traceId":"c94d3a685d13f935"},{"name":"build-module-jsx","duration":22899,"timestamp":1532285346007,"id":1219,"parentId":1128,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/src/components/ui/input.jsx","layer":"app-pages-browser"},"startTime":1773907994650,"traceId":"c94d3a685d13f935"},{"name":"build-module-jsx","duration":23008,"timestamp":1532285346048,"id":1220,"parentId":1128,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/src/components/ui/alert.jsx","layer":"app-pages-browser"},"startTime":1773907994650,"traceId":"c94d3a685d13f935"},{"name":"build-module-jsx","duration":23101,"timestamp":1532285346128,"id":1222,"parentId":1131,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/src/components/ui/button.jsx","layer":"app-pages-browser"},"startTime":1773907994650,"traceId":"c94d3a685d13f935"},{"name":"build-module-jsx","duration":23437,"timestamp":1532285346168,"id":1223,"parentId":1129,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/src/components/query-results.jsx","layer":"app-pages-browser"},"startTime":1773907994650,"traceId":"c94d3a685d13f935"},{"name":"build-module-jsx","duration":23934,"timestamp":1532285346087,"id":1221,"parentId":1128,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/src/components/ui/dropdown-menu.jsx","layer":"app-pages-browser"},"startTime":1773907994650,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":24220,"timestamp":1532285346211,"id":1224,"parentId":1129,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/src/lib/parse-sql-error.js","layer":"app-pages-browser"},"startTime":1773907994650,"traceId":"c94d3a685d13f935"},{"name":"build-module-jsx","duration":25799,"timestamp":1532285345965,"id":1218,"parentId":1132,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/src/components/schema-erd.jsx","layer":"app-pages-browser"},"startTime":1773907994650,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":31457,"timestamp":1532285345360,"id":1213,"parentId":1104,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/shared/lib/router/router.js","layer":null},"startTime":1773907994650,"traceId":"c94d3a685d13f935"},{"name":"build-module-mjs","duration":4338,"timestamp":1532285391024,"id":1234,"parentId":1129,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/@monaco-editor/react/dist/index.mjs","layer":"app-pages-browser"},"startTime":1773907994695,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":66204,"timestamp":1532285337041,"id":1198,"parentId":1160,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/server/app-render/after-task-async-storage.external.js","layer":"app-pages-browser"},"startTime":1773907994641,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":66733,"timestamp":1532285336698,"id":1191,"parentId":1093,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/react-dom/client.js","layer":null},"startTime":1773907994641,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":12224,"timestamp":1532285391657,"id":1244,"parentId":1153,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/shared/lib/is-thenable.js","layer":"app-pages-browser"},"startTime":1773907994696,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":12362,"timestamp":1532285391691,"id":1246,"parentId":1152,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/client/has-base-path.js","layer":"app-pages-browser"},"startTime":1773907994696,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":12609,"timestamp":1532285391677,"id":1245,"parentId":1152,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/client/remove-base-path.js","layer":"app-pages-browser"},"startTime":1773907994696,"traceId":"c94d3a685d13f935"},{"name":"build-module-jsx","duration":13642,"timestamp":1532285390936,"id":1233,"parentId":1131,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/src/components/ui/table.jsx","layer":"app-pages-browser"},"startTime":1773907994695,"traceId":"c94d3a685d13f935"},{"name":"build-module-jsx","duration":13091,"timestamp":1532285391737,"id":1249,"parentId":1134,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/src/components/cloudflare-credentials-modal.jsx","layer":"app-pages-browser"},"startTime":1773907994696,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":13466,"timestamp":1532285391710,"id":1247,"parentId":1154,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/client/components/router-reducer/fill-lazy-items-till-leaf-with-head.js","layer":"app-pages-browser"},"startTime":1773907994696,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":13873,"timestamp":1532285391723,"id":1248,"parentId":1154,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/client/components/router-reducer/compute-changed-path.js","layer":"app-pages-browser"},"startTime":1773907994696,"traceId":"c94d3a685d13f935"},{"name":"build-module-jsx","duration":14374,"timestamp":1532285391774,"id":1250,"parentId":1130,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/src/components/table-toolbar.jsx","layer":"app-pages-browser"},"startTime":1773907994696,"traceId":"c94d3a685d13f935"},{"name":"build-module-jsx","duration":14472,"timestamp":1532285391882,"id":1253,"parentId":1130,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/src/components/delete-records-dialog.jsx","layer":"app-pages-browser"},"startTime":1773907994696,"traceId":"c94d3a685d13f935"},{"name":"build-module-jsx","duration":14998,"timestamp":1532285391811,"id":1251,"parentId":1130,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/src/components/editable-cell.jsx","layer":"app-pages-browser"},"startTime":1773907994696,"traceId":"c94d3a685d13f935"},{"name":"build-module-jsx","duration":15053,"timestamp":1532285391918,"id":1254,"parentId":1130,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/src/components/table-error-dialog.jsx","layer":"app-pages-browser"},"startTime":1773907994696,"traceId":"c94d3a685d13f935"},{"name":"build-module-jsx","duration":15046,"timestamp":1532285392024,"id":1257,"parentId":1130,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/src/components/ui/checkbox.jsx","layer":"app-pages-browser"},"startTime":1773907994696,"traceId":"c94d3a685d13f935"},{"name":"build-module-jsx","duration":15206,"timestamp":1532285391989,"id":1256,"parentId":1130,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/src/components/ui/scroll-area.jsx","layer":"app-pages-browser"},"startTime":1773907994696,"traceId":"c94d3a685d13f935"},{"name":"build-module-jsx","duration":15858,"timestamp":1532285391847,"id":1252,"parentId":1130,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/src/components/editable-row.jsx","layer":"app-pages-browser"},"startTime":1773907994696,"traceId":"c94d3a685d13f935"},{"name":"build-module-jsx","duration":15837,"timestamp":1532285392097,"id":1259,"parentId":1130,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/src/components/column-sorting.jsx","layer":"app-pages-browser"},"startTime":1773907994696,"traceId":"c94d3a685d13f935"},{"name":"build-module-jsx","duration":16145,"timestamp":1532285392061,"id":1258,"parentId":1130,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/src/components/resize-columns.jsx","layer":"app-pages-browser"},"startTime":1773907994696,"traceId":"c94d3a685d13f935"},{"name":"build-module-jsx","duration":16412,"timestamp":1532285392131,"id":1260,"parentId":1130,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/src/components/relation-row.jsx","layer":"app-pages-browser"},"startTime":1773907994696,"traceId":"c94d3a685d13f935"},{"name":"build-module-jsx","duration":17298,"timestamp":1532285391954,"id":1255,"parentId":1130,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/src/components/import-dialog.jsx","layer":"app-pages-browser"},"startTime":1773907994696,"traceId":"c94d3a685d13f935"},{"name":"build-module-jsx","duration":17547,"timestamp":1532285392166,"id":1261,"parentId":1130,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/src/components/table-filter-bar.jsx","layer":"app-pages-browser"},"startTime":1773907994696,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":18698,"timestamp":1532285391069,"id":1235,"parentId":1095,"tags":{"name":"__barrel_optimize__?names=X!=!/Volumes/ProjectSpace/_wip/d1studio/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"app-pages-browser"},"startTime":1773907994695,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":19444,"timestamp":1532285391309,"id":1237,"parentId":1131,"tags":{"name":"__barrel_optimize__?names=AlertCircle,CheckCircle2,Clock,FileCode,Loader2,RefreshCw!=!/Volumes/ProjectSpace/_wip/d1studio/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"app-pages-browser"},"startTime":1773907994696,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":19561,"timestamp":1532285391290,"id":1236,"parentId":1128,"tags":{"name":"__barrel_optimize__?names=AlertCircle,ArrowDownToLine,ArrowUpFromLine,ChevronDown,Clock,Database,Loader2,Lock,Search,Table2,TerminalSquare!=!/Volumes/ProjectSpace/_wip/d1studio/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"app-pages-browser"},"startTime":1773907994696,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":19546,"timestamp":1532285391341,"id":1239,"parentId":1135,"tags":{"name":"__barrel_optimize__?names=Loader2!=!/Volumes/ProjectSpace/_wip/d1studio/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"app-pages-browser"},"startTime":1773907994696,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":19581,"timestamp":1532285391356,"id":1240,"parentId":1134,"tags":{"name":"__barrel_optimize__?names=AlertCircle,CheckCircle2,Download,Loader2,RefreshCw,Upload!=!/Volumes/ProjectSpace/_wip/d1studio/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"app-pages-browser"},"startTime":1773907994696,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":19603,"timestamp":1532285391371,"id":1241,"parentId":1130,"tags":{"name":"__barrel_optimize__?names=AlertCircle,Loader2!=!/Volumes/ProjectSpace/_wip/d1studio/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"app-pages-browser"},"startTime":1773907994696,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":19692,"timestamp":1532285391325,"id":1238,"parentId":1129,"tags":{"name":"__barrel_optimize__?names=ChevronDown,Command,CornerDownLeft,GripHorizontal,Loader2!=!/Volumes/ProjectSpace/_wip/d1studio/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"app-pages-browser"},"startTime":1773907994696,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":1445,"timestamp":1532285422721,"id":1275,"parentId":1182,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/lib/is-error.js","layer":"app-pages-browser"},"startTime":1773907994727,"traceId":"c94d3a685d13f935"},{"name":"build-module-mjs","duration":1536,"timestamp":1532285422855,"id":1282,"parentId":1177,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/clsx/dist/clsx.mjs","layer":"app-pages-browser"},"startTime":1773907994727,"traceId":"c94d3a685d13f935"},{"name":"build-module","duration":21,"timestamp":1532285426830,"id":1315,"parentId":1213,"tags":{"layer":null},"startTime":1773907994731,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":1058,"timestamp":1532285426860,"id":1316,"parentId":1213,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/lib/constants.js","layer":null},"startTime":1773907994731,"traceId":"c94d3a685d13f935"},{"name":"build-module-mjs","duration":78907,"timestamp":1532285426732,"id":1312,"parentId":1193,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/tailwind-merge/dist/bundle-mjs.mjs","layer":"app-pages-browser"},"startTime":1773907994731,"traceId":"c94d3a685d13f935"},{"name":"build-module-mjs","duration":78918,"timestamp":1532285426884,"id":1318,"parentId":1192,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/@radix-ui/primitive/dist/index.mjs","layer":"app-pages-browser"},"startTime":1773907994731,"traceId":"c94d3a685d13f935"},{"name":"build-module-mjs","duration":79112,"timestamp":1532285426925,"id":1319,"parentId":1192,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/@radix-ui/react-compose-refs/dist/index.mjs","layer":"app-pages-browser"},"startTime":1773907994731,"traceId":"c94d3a685d13f935"},{"name":"build-module-mjs","duration":79539,"timestamp":1532285427006,"id":1321,"parentId":1192,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/@radix-ui/react-context/dist/index.mjs","layer":"app-pages-browser"},"startTime":1773907994731,"traceId":"c94d3a685d13f935"},{"name":"build-module-mjs","duration":79617,"timestamp":1532285427163,"id":1325,"parentId":1192,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/@radix-ui/react-primitive/dist/index.mjs","layer":"app-pages-browser"},"startTime":1773907994731,"traceId":"c94d3a685d13f935"},{"name":"build-module-mjs","duration":79681,"timestamp":1532285427203,"id":1326,"parentId":1192,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/@radix-ui/react-use-callback-ref/dist/index.mjs","layer":"app-pages-browser"},"startTime":1773907994731,"traceId":"c94d3a685d13f935"},{"name":"build-module-mjs","duration":79852,"timestamp":1532285427243,"id":1327,"parentId":1192,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/@radix-ui/react-use-controllable-state/dist/index.mjs","layer":"app-pages-browser"},"startTime":1773907994731,"traceId":"c94d3a685d13f935"},{"name":"build-module-mjs","duration":79901,"timestamp":1532285427282,"id":1328,"parentId":1192,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/@radix-ui/react-use-layout-effect/dist/index.mjs","layer":"app-pages-browser"},"startTime":1773907994731,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":86093,"timestamp":1532285422554,"id":1263,"parentId":1152,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/client/add-base-path.js","layer":"app-pages-browser"},"startTime":1773907994727,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":86492,"timestamp":1532285422505,"id":1262,"parentId":1093,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/client/portal/index.js","layer":null},"startTime":1773907994727,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":86827,"timestamp":1532285422589,"id":1265,"parentId":1152,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/client/components/app-router-announcer.js","layer":"app-pages-browser"},"startTime":1773907994727,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":87101,"timestamp":1532285422574,"id":1264,"parentId":1152,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/client/components/use-reducer.js","layer":"app-pages-browser"},"startTime":1773907994727,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":87380,"timestamp":1532285422632,"id":1268,"parentId":1153,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/client/components/router-reducer/router-reducer.js","layer":"app-pages-browser"},"startTime":1773907994727,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":87554,"timestamp":1532285422648,"id":1269,"parentId":1152,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/shared/lib/router/utils/is-bot.js","layer":"app-pages-browser"},"startTime":1773907994727,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":87816,"timestamp":1532285422663,"id":1270,"parentId":1173,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/client/add-base-path.js","layer":null},"startTime":1773907994727,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":88312,"timestamp":1532285422618,"id":1267,"parentId":1154,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/client/components/router-reducer/refetch-inactive-parallel-segments.js","layer":"app-pages-browser"},"startTime":1773907994727,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":88445,"timestamp":1532285422697,"id":1273,"parentId":1182,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/shared/lib/lazy-dynamic/bailout-to-csr.js","layer":"app-pages-browser"},"startTime":1773907994727,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":88625,"timestamp":1532285422685,"id":1272,"parentId":1175,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/client/components/redirect-status-code.js","layer":"app-pages-browser"},"startTime":1773907994727,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":88696,"timestamp":1532285422710,"id":1274,"parentId":1173,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/shared/lib/router/utils/remove-trailing-slash.js","layer":null},"startTime":1773907994727,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":88792,"timestamp":1532285422762,"id":1276,"parentId":1183,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/shared/lib/lazy-dynamic/bailout-to-csr.js","layer":null},"startTime":1773907994727,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":91882,"timestamp":1532285422604,"id":1266,"parentId":1154,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/client/components/router-reducer/prefetch-cache-utils.js","layer":"app-pages-browser"},"startTime":1773907994727,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":92585,"timestamp":1532285422674,"id":1271,"parentId":1173,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/shared/lib/constants.js","layer":null},"startTime":1773907994727,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":123988,"timestamp":1532285391533,"id":1243,"parentId":1097,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/server/app-render/work-async-storage-instance.js","layer":"shared"},"startTime":1773907994696,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":124395,"timestamp":1532285391385,"id":1242,"parentId":1090,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/compiled/react-server-dom-webpack/client.js","layer":"app-pages-browser"},"startTime":1773907994696,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":93118,"timestamp":1532285422832,"id":1280,"parentId":1186,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/shared/lib/router/utils/path-has-prefix.js","layer":null},"startTime":1773907994727,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":93235,"timestamp":1532285422844,"id":1281,"parentId":1189,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/shared/lib/router/utils/index.js","layer":null},"startTime":1773907994727,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":93693,"timestamp":1532285422801,"id":1278,"parentId":1152,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/client/components/router-reducer/reducers/find-head-in-cache.js","layer":"app-pages-browser"},"startTime":1773907994727,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":92128,"timestamp":1532285425159,"id":1288,"parentId":1173,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/client/add-locale.js","layer":null},"startTime":1773907994729,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":92447,"timestamp":1532285425143,"id":1287,"parentId":1168,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/client/set-attributes-from-props.js","layer":null},"startTime":1773907994729,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":92560,"timestamp":1532285425182,"id":1290,"parentId":1182,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/client/react-client-callbacks/report-global-error.js","layer":"app-pages-browser"},"startTime":1773907994729,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":92664,"timestamp":1532285425205,"id":1292,"parentId":1173,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/shared/lib/router/utils/get-asset-path-from-route.js","layer":null},"startTime":1773907994729,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":92803,"timestamp":1532285425195,"id":1291,"parentId":1183,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/client/react-client-callbacks/report-global-error.js","layer":null},"startTime":1773907994729,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":92978,"timestamp":1532285425215,"id":1293,"parentId":1173,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/shared/lib/router/utils/parse-relative-url.js","layer":null},"startTime":1773907994729,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":93244,"timestamp":1532285425238,"id":1295,"parentId":1173,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/shared/lib/router/utils/interpolate-as.js","layer":null},"startTime":1773907994729,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":93431,"timestamp":1532285425298,"id":1298,"parentId":1209,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/shared/lib/app-dynamic.js","layer":"app-pages-browser"},"startTime":1773907994730,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":93907,"timestamp":1532285425225,"id":1294,"parentId":1180,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/client/components/globals/intercept-console-error.js","layer":"app-pages-browser"},"startTime":1773907994729,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":93981,"timestamp":1532285425390,"id":1302,"parentId":1200,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/client/components/bailout-to-client-rendering.js","layer":"app-pages-browser"},"startTime":1773907994730,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":94142,"timestamp":1532285425376,"id":1301,"parentId":1200,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/shared/lib/server-inserted-html.shared-runtime.js","layer":"app-pages-browser"},"startTime":1773907994730,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":94210,"timestamp":1532285425418,"id":1304,"parentId":1213,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/shared/lib/page-path/denormalize-page-path.js","layer":null},"startTime":1773907994730,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":94541,"timestamp":1532285425360,"id":1300,"parentId":1200,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/client/components/navigation.react-server.js","layer":"app-pages-browser"},"startTime":1773907994730,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":94638,"timestamp":1532285425405,"id":1303,"parentId":1215,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/client/components/redirect-status-code.js","layer":null},"startTime":1773907994730,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":95925,"timestamp":1532285425170,"id":1289,"parentId":1173,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/client/route-loader.js","layer":null},"startTime":1773907994729,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":95798,"timestamp":1532285425433,"id":1305,"parentId":1213,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/shared/lib/i18n/normalize-locale-path.js","layer":null},"startTime":1773907994730,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":95956,"timestamp":1532285425462,"id":1307,"parentId":1206,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/shared/lib/router/utils/app-paths.js","layer":"app-pages-browser"},"startTime":1773907994730,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":96069,"timestamp":1532285425476,"id":1308,"parentId":1213,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/shared/lib/router/utils/parse-path.js","layer":null},"startTime":1773907994730,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":96324,"timestamp":1532285425488,"id":1309,"parentId":1213,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/shared/lib/router/utils/get-next-pathname-info.js","layer":null},"startTime":1773907994730,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":96473,"timestamp":1532285425500,"id":1310,"parentId":1213,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/shared/lib/router/utils/format-next-pathname-info.js","layer":null},"startTime":1773907994730,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":95243,"timestamp":1532285426870,"id":1317,"parentId":1213,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/shared/lib/router/utils/is-bot.js","layer":null},"startTime":1773907994731,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":96829,"timestamp":1532285425449,"id":1306,"parentId":1205,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/shared/lib/router/utils/app-paths.js","layer":null},"startTime":1773907994730,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":95649,"timestamp":1532285426784,"id":1313,"parentId":1152,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/client/components/segment-cache/prefetch.js","layer":"app-pages-browser"},"startTime":1773907994731,"traceId":"c94d3a685d13f935"},{"name":"build-module-mjs","duration":95586,"timestamp":1532285427085,"id":1323,"parentId":1192,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/@radix-ui/react-portal/dist/index.mjs","layer":"app-pages-browser"},"startTime":1773907994731,"traceId":"c94d3a685d13f935"},{"name":"build-module-mjs","duration":96062,"timestamp":1532285426966,"id":1320,"parentId":1192,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/@radix-ui/react-collection/dist/index.mjs","layer":"app-pages-browser"},"startTime":1773907994731,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":97845,"timestamp":1532285425259,"id":1296,"parentId":1221,"tags":{"name":"__barrel_optimize__?names=Check,ChevronRight,Circle!=!/Volumes/ProjectSpace/_wip/d1studio/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"app-pages-browser"},"startTime":1773907994729,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":97898,"timestamp":1532285425281,"id":1297,"parentId":1218,"tags":{"name":"__barrel_optimize__?names=Key,LayoutGrid,Link2,Loader2,Maximize2,RefreshCw!=!/Volumes/ProjectSpace/_wip/d1studio/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"app-pages-browser"},"startTime":1773907994729,"traceId":"c94d3a685d13f935"}]
13
+ [{"name":"build-module-mjs","duration":108442,"timestamp":1532285427124,"id":1324,"parentId":1192,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/@radix-ui/react-presence/dist/index.mjs","layer":"app-pages-browser"},"startTime":1773907994731,"traceId":"c94d3a685d13f935"},{"name":"build-module-mjs","duration":109334,"timestamp":1532285427045,"id":1322,"parentId":1192,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/@radix-ui/react-dismissable-layer/dist/index.mjs","layer":"app-pages-browser"},"startTime":1773907994731,"traceId":"c94d3a685d13f935"},{"name":"build-module-mjs","duration":6782,"timestamp":1532285538333,"id":1331,"parentId":1192,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/@radix-ui/react-visually-hidden/dist/index.mjs","layer":"app-pages-browser"},"startTime":1773907994843,"traceId":"c94d3a685d13f935"},{"name":"build-module-mjs","duration":7182,"timestamp":1532285538414,"id":1332,"parentId":1222,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/@radix-ui/react-slot/dist/index.mjs","layer":"app-pages-browser"},"startTime":1773907994843,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":125553,"timestamp":1532285422780,"id":1277,"parentId":1159,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/server/app-render/work-unit-async-storage-instance.js","layer":"shared"},"startTime":1773907994727,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":126456,"timestamp":1532285422895,"id":1283,"parentId":1141,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/react/cjs/react.production.min.js","layer":null},"startTime":1773907994727,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":126630,"timestamp":1532285422820,"id":1279,"parentId":1078,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/compiled/react/jsx-runtime.js","layer":"app-pages-browser"},"startTime":1773907994727,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":126684,"timestamp":1532285422906,"id":1284,"parentId":1136,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/react/cjs/react-jsx-runtime.production.min.js","layer":null},"startTime":1773907994727,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":11755,"timestamp":1532285538684,"id":1346,"parentId":1235,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/lucide-react/dist/esm/icons/x.js","layer":"app-pages-browser"},"startTime":1773907994843,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":13949,"timestamp":1532285538499,"id":1334,"parentId":1188,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/shared/lib/image-config.js","layer":null},"startTime":1773907994843,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":14063,"timestamp":1532285538519,"id":1335,"parentId":1189,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/shared/lib/router/utils/as-path-to-search-params.js","layer":null},"startTime":1773907994843,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":14004,"timestamp":1532285538701,"id":1347,"parentId":1237,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/lucide-react/dist/esm/icons/circle-alert.js","layer":"app-pages-browser"},"startTime":1773907994843,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":14068,"timestamp":1532285538715,"id":1348,"parentId":1237,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/lucide-react/dist/esm/icons/circle-check.js","layer":"app-pages-browser"},"startTime":1773907994843,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":14123,"timestamp":1532285538729,"id":1349,"parentId":1237,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/lucide-react/dist/esm/icons/clock.js","layer":"app-pages-browser"},"startTime":1773907994843,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":14943,"timestamp":1532285538530,"id":1336,"parentId":1189,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/shared/lib/router/utils/route-regex.js","layer":null},"startTime":1773907994843,"traceId":"c94d3a685d13f935"},{"name":"add-entry","duration":371886,"timestamp":1532285185269,"id":1041,"parentId":1035,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1773907994489,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":20646,"timestamp":1532285538575,"id":1339,"parentId":1251,"tags":{"name":"__barrel_optimize__?names=ArrowRight!=!/Volumes/ProjectSpace/_wip/d1studio/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"app-pages-browser"},"startTime":1773907994843,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":20753,"timestamp":1532285538543,"id":1337,"parentId":1250,"tags":{"name":"__barrel_optimize__?names=ArrowLeft,ArrowRight,Loader2,SlidersHorizontal,Upload!=!/Volumes/ProjectSpace/_wip/d1studio/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"app-pages-browser"},"startTime":1773907994843,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":20780,"timestamp":1532285538561,"id":1338,"parentId":1253,"tags":{"name":"__barrel_optimize__?names=AlertCircle!=!/Volumes/ProjectSpace/_wip/d1studio/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"app-pages-browser"},"startTime":1773907994843,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":20784,"timestamp":1532285538590,"id":1340,"parentId":1257,"tags":{"name":"__barrel_optimize__?names=Check!=!/Volumes/ProjectSpace/_wip/d1studio/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"app-pages-browser"},"startTime":1773907994843,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":20798,"timestamp":1532285538607,"id":1341,"parentId":1252,"tags":{"name":"__barrel_optimize__?names=Trash2!=!/Volumes/ProjectSpace/_wip/d1studio/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"app-pages-browser"},"startTime":1773907994843,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":20822,"timestamp":1532285538621,"id":1342,"parentId":1259,"tags":{"name":"__barrel_optimize__?names=ArrowDown,ArrowUp,ArrowUpDown!=!/Volumes/ProjectSpace/_wip/d1studio/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"app-pages-browser"},"startTime":1773907994843,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":20839,"timestamp":1532285538637,"id":1343,"parentId":1260,"tags":{"name":"__barrel_optimize__?names=Loader2,X!=!/Volumes/ProjectSpace/_wip/d1studio/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"app-pages-browser"},"startTime":1773907994843,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":20913,"timestamp":1532285538654,"id":1344,"parentId":1255,"tags":{"name":"__barrel_optimize__?names=AlertCircle,CheckCircle2,FileJson,FileSpreadsheet,Upload!=!/Volumes/ProjectSpace/_wip/d1studio/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"app-pages-browser"},"startTime":1773907994843,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":20938,"timestamp":1532285538669,"id":1345,"parentId":1261,"tags":{"name":"__barrel_optimize__?names=Plus,TerminalSquare,X!=!/Volumes/ProjectSpace/_wip/d1studio/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"app-pages-browser"},"startTime":1773907994843,"traceId":"c94d3a685d13f935"},{"name":"build-module-mjs","duration":22185,"timestamp":1532285538458,"id":1333,"parentId":1221,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/@radix-ui/react-dropdown-menu/dist/index.mjs","layer":"app-pages-browser"},"startTime":1773907994843,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":135686,"timestamp":1532285425133,"id":1286,"parentId":1090,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/compiled/react-dom/client.js","layer":"app-pages-browser"},"startTime":1773907994729,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":143184,"timestamp":1532285426804,"id":1314,"parentId":1082,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/compiled/react-dom/index.js","layer":"app-pages-browser"},"startTime":1773907994731,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":148188,"timestamp":1532285425115,"id":1285,"parentId":1083,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/compiled/react/index.js","layer":"app-pages-browser"},"startTime":1773907994729,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":150825,"timestamp":1532285425315,"id":1299,"parentId":1201,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/server/app-render/action-async-storage.external.js","layer":"shared"},"startTime":1773907994730,"traceId":"c94d3a685d13f935"},{"name":"postcss-process","duration":299027,"timestamp":1532285427969,"id":1330,"parentId":1329,"tags":{},"startTime":1773907994732,"traceId":"c94d3a685d13f935"},{"name":"postcss-loader","duration":299686,"timestamp":1532285427374,"id":1329,"parentId":1311,"tags":{},"startTime":1773907994732,"traceId":"c94d3a685d13f935"},{"name":"css-loader","duration":8352,"timestamp":1532285727099,"id":1378,"parentId":1311,"tags":{"astUsed":"true"},"startTime":1773907995031,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":182975,"timestamp":1532285554155,"id":1351,"parentId":1237,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/lucide-react/dist/esm/icons/loader-circle.js","layer":"app-pages-browser"},"startTime":1773907994858,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":183151,"timestamp":1532285554097,"id":1350,"parentId":1237,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/lucide-react/dist/esm/icons/file-code.js","layer":"app-pages-browser"},"startTime":1773907994858,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":183131,"timestamp":1532285554195,"id":1353,"parentId":1236,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/lucide-react/dist/esm/icons/arrow-down-to-line.js","layer":"app-pages-browser"},"startTime":1773907994858,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":183219,"timestamp":1532285554176,"id":1352,"parentId":1237,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/lucide-react/dist/esm/icons/refresh-cw.js","layer":"app-pages-browser"},"startTime":1773907994858,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":183241,"timestamp":1532285554226,"id":1355,"parentId":1236,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/lucide-react/dist/esm/icons/chevron-down.js","layer":"app-pages-browser"},"startTime":1773907994858,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":183317,"timestamp":1532285554211,"id":1354,"parentId":1236,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/lucide-react/dist/esm/icons/arrow-up-from-line.js","layer":"app-pages-browser"},"startTime":1773907994858,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":183332,"timestamp":1532285554255,"id":1357,"parentId":1236,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/lucide-react/dist/esm/icons/lock.js","layer":"app-pages-browser"},"startTime":1773907994858,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":183402,"timestamp":1532285554241,"id":1356,"parentId":1236,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/lucide-react/dist/esm/icons/database.js","layer":"app-pages-browser"},"startTime":1773907994858,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":183429,"timestamp":1532285554270,"id":1358,"parentId":1236,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/lucide-react/dist/esm/icons/search.js","layer":"app-pages-browser"},"startTime":1773907994858,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":183460,"timestamp":1532285554295,"id":1359,"parentId":1236,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/lucide-react/dist/esm/icons/table-2.js","layer":"app-pages-browser"},"startTime":1773907994859,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":183500,"timestamp":1532285554313,"id":1360,"parentId":1236,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/lucide-react/dist/esm/icons/square-terminal.js","layer":"app-pages-browser"},"startTime":1773907994859,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":183543,"timestamp":1532285554329,"id":1361,"parentId":1240,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/lucide-react/dist/esm/icons/download.js","layer":"app-pages-browser"},"startTime":1773907994859,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":183582,"timestamp":1532285554344,"id":1362,"parentId":1240,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/lucide-react/dist/esm/icons/upload.js","layer":"app-pages-browser"},"startTime":1773907994859,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":183615,"timestamp":1532285554375,"id":1364,"parentId":1224,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/src/lib/sql-error-types.js","layer":"app-pages-browser"},"startTime":1773907994859,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":183803,"timestamp":1532285554358,"id":1363,"parentId":1246,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/shared/lib/router/utils/path-has-prefix.js","layer":"app-pages-browser"},"startTime":1773907994859,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":183687,"timestamp":1532285554671,"id":1370,"parentId":1213,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/client/detect-domain-locale.js","layer":null},"startTime":1773907994859,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":183881,"timestamp":1532285554659,"id":1369,"parentId":1187,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/client/request-idle-callback.js","layer":null},"startTime":1773907994859,"traceId":"c94d3a685d13f935"},{"name":"build-module-jsx","duration":184588,"timestamp":1532285554423,"id":1365,"parentId":1217,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/src/components/push-preview-toast.jsx","layer":"app-pages-browser"},"startTime":1773907994859,"traceId":"c94d3a685d13f935"},{"name":"build-module-jsx","duration":185099,"timestamp":1532285554464,"id":1366,"parentId":1217,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/src/components/pull-preview-toast.jsx","layer":"app-pages-browser"},"startTime":1773907994859,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":185105,"timestamp":1532285554682,"id":1371,"parentId":1213,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/client/remove-locale.js","layer":null},"startTime":1773907994859,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":185224,"timestamp":1532285554729,"id":1374,"parentId":1213,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/shared/lib/router/utils/route-matcher.js","layer":null},"startTime":1773907994859,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":185603,"timestamp":1532285554700,"id":1372,"parentId":1213,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/client/resolve-href.js","layer":null},"startTime":1773907994859,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":185782,"timestamp":1532285554753,"id":1376,"parentId":1213,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/shared/lib/router/utils/compare-states.js","layer":null},"startTime":1773907994859,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":185873,"timestamp":1532285554763,"id":1377,"parentId":1213,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/shared/lib/router/utils/is-local-url.js","layer":null},"startTime":1773907994859,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":186211,"timestamp":1532285554742,"id":1375,"parentId":1213,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/shared/lib/router/utils/format-url.js","layer":null},"startTime":1773907994859,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":11445,"timestamp":1532285749036,"id":1388,"parentId":1234,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/@monaco-editor/loader/lib/es/index.js","layer":"app-pages-browser"},"startTime":1773907995053,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":239758,"timestamp":1532285554620,"id":1368,"parentId":1218,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/@xyflow/react/dist/esm/index.js","layer":"app-pages-browser"},"startTime":1773907994859,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":46378,"timestamp":1532285748494,"id":1379,"parentId":1238,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/lucide-react/dist/esm/icons/command.js","layer":"app-pages-browser"},"startTime":1773907995053,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":46341,"timestamp":1532285748633,"id":1381,"parentId":1238,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/lucide-react/dist/esm/icons/grip-horizontal.js","layer":"app-pages-browser"},"startTime":1773907995053,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":46439,"timestamp":1532285748601,"id":1380,"parentId":1238,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/lucide-react/dist/esm/icons/corner-down-left.js","layer":"app-pages-browser"},"startTime":1773907995053,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":46210,"timestamp":1532285749015,"id":1387,"parentId":1275,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/shared/lib/is-plain-object.js","layer":"app-pages-browser"},"startTime":1773907995053,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":46643,"timestamp":1532285748937,"id":1385,"parentId":1213,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/shared/lib/bloom-filter.js","layer":null},"startTime":1773907995053,"traceId":"c94d3a685d13f935"},{"name":"build-module-jsx","duration":46696,"timestamp":1532285749118,"id":1389,"parentId":1250,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/src/components/refresh-button.jsx","layer":"app-pages-browser"},"startTime":1773907995053,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":47159,"timestamp":1532285748956,"id":1386,"parentId":1213,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/shared/lib/router/utils/omit.js","layer":null},"startTime":1773907995053,"traceId":"c94d3a685d13f935"},{"name":"build-module-jsx","duration":47103,"timestamp":1532285749366,"id":1392,"parentId":1250,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/src/components/column-selector.jsx","layer":"app-pages-browser"},"startTime":1773907995054,"traceId":"c94d3a685d13f935"},{"name":"build-module-jsx","duration":47261,"timestamp":1532285749485,"id":1393,"parentId":1249,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/src/components/ui/dialog.jsx","layer":"app-pages-browser"},"startTime":1773907995054,"traceId":"c94d3a685d13f935"},{"name":"build-module-jsx","duration":47731,"timestamp":1532285749194,"id":1390,"parentId":1250,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/src/components/sync-migrations-button.jsx","layer":"app-pages-browser"},"startTime":1773907995053,"traceId":"c94d3a685d13f935"},{"name":"build-module-jsx","duration":47380,"timestamp":1532285749650,"id":1395,"parentId":1250,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/src/components/ui/tooltip.jsx","layer":"app-pages-browser"},"startTime":1773907995054,"traceId":"c94d3a685d13f935"},{"name":"build-module-jsx","duration":48277,"timestamp":1532285749269,"id":1391,"parentId":1250,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/src/components/download-button.jsx","layer":"app-pages-browser"},"startTime":1773907995053,"traceId":"c94d3a685d13f935"},{"name":"build-module-jsx","duration":48299,"timestamp":1532285749574,"id":1394,"parentId":1250,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/src/components/ui/select.jsx","layer":"app-pages-browser"},"startTime":1773907995054,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":48063,"timestamp":1532285749865,"id":1398,"parentId":1271,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/shared/lib/modern-browserslist-target.js","layer":null},"startTime":1773907995054,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":48194,"timestamp":1532285749881,"id":1399,"parentId":1300,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/client/components/not-found.js","layer":"app-pages-browser"},"startTime":1773907995054,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":48327,"timestamp":1532285749901,"id":1400,"parentId":1300,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/client/components/forbidden.js","layer":"app-pages-browser"},"startTime":1773907995054,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":48427,"timestamp":1532285749920,"id":1401,"parentId":1300,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/client/components/unauthorized.js","layer":"app-pages-browser"},"startTime":1773907995054,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":48501,"timestamp":1532285749972,"id":1402,"parentId":1300,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/client/components/unstable-rethrow.js","layer":"app-pages-browser"},"startTime":1773907995054,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":48727,"timestamp":1532285749805,"id":1397,"parentId":1289,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/shared/lib/encode-uri-path.js","layer":null},"startTime":1773907995054,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":48633,"timestamp":1532285750009,"id":1404,"parentId":1306,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/shared/lib/segment.js","layer":null},"startTime":1773907995054,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":48829,"timestamp":1532285749991,"id":1403,"parentId":1298,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/shared/lib/lazy-dynamic/loadable.js","layer":"app-pages-browser"},"startTime":1773907995054,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":48870,"timestamp":1532285750024,"id":1405,"parentId":1263,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/shared/lib/router/utils/add-path-prefix.js","layer":"app-pages-browser"},"startTime":1773907995054,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":48853,"timestamp":1532285750095,"id":1407,"parentId":1304,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/shared/lib/page-path/normalize-path-sep.js","layer":null},"startTime":1773907995054,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":48887,"timestamp":1532285750111,"id":1408,"parentId":1307,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js","layer":"app-pages-browser"},"startTime":1773907995054,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":48909,"timestamp":1532285750130,"id":1409,"parentId":1306,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js","layer":null},"startTime":1773907995054,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":48910,"timestamp":1532285750194,"id":1411,"parentId":1309,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/shared/lib/router/utils/remove-path-prefix.js","layer":null},"startTime":1773907995054,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":48956,"timestamp":1532285750209,"id":1412,"parentId":1310,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/shared/lib/router/utils/add-path-suffix.js","layer":null},"startTime":1773907995054,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":49043,"timestamp":1532285750224,"id":1413,"parentId":1310,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/shared/lib/router/utils/add-locale.js","layer":null},"startTime":1773907995054,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":49244,"timestamp":1532285750080,"id":1406,"parentId":1270,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/shared/lib/router/utils/add-path-prefix.js","layer":null},"startTime":1773907995054,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":49209,"timestamp":1532285750306,"id":1415,"parentId":1183,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/stitched-error.js","layer":null},"startTime":1773907995055,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":49974,"timestamp":1532285750178,"id":1410,"parentId":1281,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/shared/lib/router/utils/sorted-routes.js","layer":null},"startTime":1773907995054,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":50154,"timestamp":1532285750286,"id":1414,"parentId":1182,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/stitched-error.js","layer":"app-pages-browser"},"startTime":1773907995055,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":50511,"timestamp":1532285750321,"id":1416,"parentId":1181,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/use-error-handler.js","layer":"app-pages-browser"},"startTime":1773907995055,"traceId":"c94d3a685d13f935"},{"name":"build-module-mjs","duration":5980,"timestamp":1532285807948,"id":1426,"parentId":1322,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/@radix-ui/react-use-escape-keydown/dist/index.mjs","layer":"app-pages-browser"},"startTime":1773907995112,"traceId":"c94d3a685d13f935"},{"name":"build-module-mjs","duration":66610,"timestamp":1532285748707,"id":1382,"parentId":1257,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/@radix-ui/react-checkbox/dist/index.mjs","layer":"app-pages-browser"},"startTime":1773907995053,"traceId":"c94d3a685d13f935"},{"name":"build-module-mjs","duration":69751,"timestamp":1532285748802,"id":1383,"parentId":1256,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/@radix-ui/react-scroll-area/dist/index.mjs","layer":"app-pages-browser"},"startTime":1773907995053,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":11125,"timestamp":1532285807815,"id":1419,"parentId":1296,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/lucide-react/dist/esm/icons/chevron-right.js","layer":"app-pages-browser"},"startTime":1773907995112,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":11233,"timestamp":1532285807783,"id":1418,"parentId":1296,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/lucide-react/dist/esm/icons/check.js","layer":"app-pages-browser"},"startTime":1773907995112,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":11230,"timestamp":1532285807854,"id":1420,"parentId":1296,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/lucide-react/dist/esm/icons/circle.js","layer":"app-pages-browser"},"startTime":1773907995112,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":11288,"timestamp":1532285807871,"id":1421,"parentId":1297,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/lucide-react/dist/esm/icons/key.js","layer":"app-pages-browser"},"startTime":1773907995112,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":11350,"timestamp":1532285807886,"id":1422,"parentId":1297,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/lucide-react/dist/esm/icons/layout-grid.js","layer":"app-pages-browser"},"startTime":1773907995112,"traceId":"c94d3a685d13f935"}]
14
+ [{"name":"build-module-js","duration":11530,"timestamp":1532285807902,"id":1423,"parentId":1297,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/lucide-react/dist/esm/icons/link-2.js","layer":"app-pages-browser"},"startTime":1773907995112,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":11580,"timestamp":1532285807916,"id":1424,"parentId":1297,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/lucide-react/dist/esm/icons/maximize-2.js","layer":"app-pages-browser"},"startTime":1773907995112,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":11666,"timestamp":1532285807932,"id":1425,"parentId":1346,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/lucide-react/dist/esm/createLucideIcon.js","layer":"app-pages-browser"},"startTime":1773907995112,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":11730,"timestamp":1532285808056,"id":1431,"parentId":1289,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/client/trusted-types.js","layer":null},"startTime":1773907995112,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":12606,"timestamp":1532285807708,"id":1417,"parentId":1211,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/client/components/react-dev-overlay/pages/websocket.js","layer":null},"startTime":1773907995112,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":12553,"timestamp":1532285808030,"id":1429,"parentId":1270,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/client/normalize-trailing-slash.js","layer":null},"startTime":1773907995112,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":12783,"timestamp":1532285808013,"id":1428,"parentId":1263,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/client/normalize-trailing-slash.js","layer":"app-pages-browser"},"startTime":1773907995112,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":12821,"timestamp":1532285808098,"id":1434,"parentId":1313,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/client/components/segment-cache/cache-key.js","layer":"app-pages-browser"},"startTime":1773907995112,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":13016,"timestamp":1532285808080,"id":1433,"parentId":1267,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/client/components/router-reducer/apply-flight-data.js","layer":"app-pages-browser"},"startTime":1773907995112,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":13182,"timestamp":1532285808130,"id":1436,"parentId":1268,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/client/components/router-reducer/reducers/server-patch-reducer.js","layer":"app-pages-browser"},"startTime":1773907995112,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":13337,"timestamp":1532285808144,"id":1437,"parentId":1268,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/client/components/router-reducer/reducers/restore-reducer.js","layer":"app-pages-browser"},"startTime":1773907995112,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":13620,"timestamp":1532285808158,"id":1438,"parentId":1268,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/client/components/router-reducer/reducers/refresh-reducer.js","layer":"app-pages-browser"},"startTime":1773907995112,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":13814,"timestamp":1532285808172,"id":1439,"parentId":1268,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/client/components/router-reducer/reducers/prefetch-reducer.js","layer":"app-pages-browser"},"startTime":1773907995112,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":14206,"timestamp":1532285808185,"id":1440,"parentId":1268,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/client/components/router-reducer/reducers/hmr-refresh-reducer.js","layer":"app-pages-browser"},"startTime":1773907995112,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":15038,"timestamp":1532285808115,"id":1435,"parentId":1268,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/client/components/router-reducer/reducers/navigate-reducer.js","layer":"app-pages-browser"},"startTime":1773907995112,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":15631,"timestamp":1532285808199,"id":1441,"parentId":1268,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/client/components/router-reducer/reducers/server-action-reducer.js","layer":"app-pages-browser"},"startTime":1773907995112,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":279156,"timestamp":1532285554711,"id":1373,"parentId":1213,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/lib/is-api-route.js","layer":null},"startTime":1773907994859,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":90099,"timestamp":1532285749741,"id":1396,"parentId":1198,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/server/app-render/after-task-async-storage-instance.js","layer":"app-pages-browser"},"startTime":1773907995054,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":91447,"timestamp":1532285748902,"id":1384,"parentId":1207,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/build/webpack/loaders/css-loader/src/runtime/api.js","layer":null},"startTime":1773907995053,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":4815,"timestamp":1532285835978,"id":1443,"parentId":1339,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/lucide-react/dist/esm/icons/arrow-right.js","layer":"app-pages-browser"},"startTime":1773907995140,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":4871,"timestamp":1532285836007,"id":1444,"parentId":1337,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/lucide-react/dist/esm/icons/arrow-left.js","layer":"app-pages-browser"},"startTime":1773907995140,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":4981,"timestamp":1532285836026,"id":1445,"parentId":1337,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/lucide-react/dist/esm/icons/sliders-horizontal.js","layer":"app-pages-browser"},"startTime":1773907995140,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":5091,"timestamp":1532285836060,"id":1447,"parentId":1342,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/lucide-react/dist/esm/icons/arrow-down.js","layer":"app-pages-browser"},"startTime":1773907995140,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":5174,"timestamp":1532285836075,"id":1448,"parentId":1342,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/lucide-react/dist/esm/icons/arrow-up.js","layer":"app-pages-browser"},"startTime":1773907995140,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":5235,"timestamp":1532285836095,"id":1449,"parentId":1342,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/lucide-react/dist/esm/icons/arrow-up-down.js","layer":"app-pages-browser"},"startTime":1773907995140,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":5554,"timestamp":1532285836043,"id":1446,"parentId":1341,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/lucide-react/dist/esm/icons/trash-2.js","layer":"app-pages-browser"},"startTime":1773907995140,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":5596,"timestamp":1532285836115,"id":1450,"parentId":1344,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/lucide-react/dist/esm/icons/file-json.js","layer":"app-pages-browser"},"startTime":1773907995140,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":5965,"timestamp":1532285835917,"id":1442,"parentId":1366,"tags":{"name":"__barrel_optimize__?names=FileText,Loader2,X!=!/Volumes/ProjectSpace/_wip/d1studio/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"app-pages-browser"},"startTime":1773907995140,"traceId":"c94d3a685d13f935"},{"name":"build-module","duration":574456,"timestamp":1532285274025,"id":1148,"parentId":1066,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.jsx\",\"import\":\"Geist\",\"arguments\":[{\"variable\":\"--font-geist-sans\",\"subsets\":[\"latin\"]}],\"variableName\":\"geistSans\"}","layer":"app-pages-browser"},"startTime":1773907994578,"traceId":"c94d3a685d13f935"},{"name":"build-module","duration":570740,"timestamp":1532285277953,"id":1149,"parentId":1066,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.jsx\",\"import\":\"Geist_Mono\",\"arguments\":[{\"variable\":\"--font-geist-mono\",\"subsets\":[\"latin\"]}],\"variableName\":\"geistMono\"}","layer":"app-pages-browser"},"startTime":1773907994582,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":5865,"timestamp":1532285845855,"id":1460,"parentId":1388,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/@monaco-editor/loader/lib/es/loader/index.js","layer":"app-pages-browser"},"startTime":1773907995150,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":5947,"timestamp":1532285845915,"id":1461,"parentId":1402,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/export/helpers/is-dynamic-usage-error.js","layer":"app-pages-browser"},"startTime":1773907995150,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":5978,"timestamp":1532285845961,"id":1462,"parentId":1402,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/server/lib/router-utils/is-postpone.js","layer":"app-pages-browser"},"startTime":1773907995150,"traceId":"c94d3a685d13f935"},{"name":"build-module-mjs","duration":5907,"timestamp":1532285846255,"id":1473,"parentId":1333,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/@radix-ui/react-id/dist/index.mjs","layer":"app-pages-browser"},"startTime":1773907995150,"traceId":"c94d3a685d13f935"},{"name":"build-module-mjs","duration":6016,"timestamp":1532285846294,"id":1474,"parentId":1368,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/zustand/esm/traditional.mjs","layer":"app-pages-browser"},"startTime":1773907995151,"traceId":"c94d3a685d13f935"},{"name":"build-module-mjs","duration":6181,"timestamp":1532285846333,"id":1475,"parentId":1368,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/zustand/esm/shallow.mjs","layer":"app-pages-browser"},"startTime":1773907995151,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":6248,"timestamp":1532285846373,"id":1476,"parentId":1368,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/classcat/index.js","layer":"app-pages-browser"},"startTime":1773907995151,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":16403,"timestamp":1532285846412,"id":1477,"parentId":1368,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/@xyflow/system/dist/esm/index.js","layer":"app-pages-browser"},"startTime":1773907995151,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":55512,"timestamp":1532285808068,"id":1432,"parentId":1243,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/server/app-render/async-local-storage.js","layer":"shared"},"startTime":1773907995112,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":56594,"timestamp":1532285807988,"id":1427,"parentId":1191,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/react-dom/index.js","layer":null},"startTime":1773907995112,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":56602,"timestamp":1532285808043,"id":1430,"parentId":1242,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/compiled/react-server-dom-webpack/client.browser.js","layer":"app-pages-browser"},"startTime":1773907995112,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":19668,"timestamp":1532285845589,"id":1451,"parentId":1344,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/lucide-react/dist/esm/icons/file-spreadsheet.js","layer":"app-pages-browser"},"startTime":1773907995150,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":19670,"timestamp":1532285845658,"id":1452,"parentId":1345,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/lucide-react/dist/esm/icons/plus.js","layer":"app-pages-browser"},"startTime":1773907995150,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":19432,"timestamp":1532285846004,"id":1463,"parentId":1403,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/shared/lib/lazy-dynamic/dynamic-bailout-to-csr.js","layer":"app-pages-browser"},"startTime":1773907995150,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":19605,"timestamp":1532285846019,"id":1464,"parentId":1403,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/shared/lib/lazy-dynamic/preload-chunks.js","layer":"app-pages-browser"},"startTime":1773907995150,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":20042,"timestamp":1532285845683,"id":1453,"parentId":1363,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/shared/lib/router/utils/parse-path.js","layer":"app-pages-browser"},"startTime":1773907995150,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":19700,"timestamp":1532285846169,"id":1469,"parentId":1425,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/lucide-react/dist/esm/Icon.js","layer":"app-pages-browser"},"startTime":1773907995150,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":19748,"timestamp":1532285846201,"id":1471,"parentId":1428,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/shared/lib/router/utils/remove-trailing-slash.js","layer":"app-pages-browser"},"startTime":1773907995150,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":19879,"timestamp":1532285846155,"id":1468,"parentId":1336,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/shared/lib/escape-regexp.js","layer":null},"startTime":1773907995150,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":19960,"timestamp":1532285846184,"id":1470,"parentId":1425,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/lucide-react/dist/esm/shared/src/utils.js","layer":"app-pages-browser"},"startTime":1773907995150,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":21026,"timestamp":1532285845716,"id":1454,"parentId":1313,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/client/components/segment-cache/scheduler.js","layer":"app-pages-browser"},"startTime":1773907995150,"traceId":"c94d3a685d13f935"},{"name":"add-entry","duration":683749,"timestamp":1532285185271,"id":1042,"parentId":1035,"tags":{"request":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/client/router.js"},"startTime":1773907994489,"traceId":"c94d3a685d13f935"},{"name":"build-module-mjs","duration":4077,"timestamp":1532285868710,"id":1481,"parentId":1382,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/@radix-ui/react-use-previous/dist/index.mjs","layer":"app-pages-browser"},"startTime":1773907995173,"traceId":"c94d3a685d13f935"},{"name":"build-module-mjs","duration":4146,"timestamp":1532285868786,"id":1482,"parentId":1382,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/@radix-ui/react-use-size/dist/index.mjs","layer":"app-pages-browser"},"startTime":1773907995173,"traceId":"c94d3a685d13f935"},{"name":"build-module-mjs","duration":4205,"timestamp":1532285868830,"id":1483,"parentId":1383,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/@radix-ui/react-direction/dist/index.mjs","layer":"app-pages-browser"},"startTime":1773907995173,"traceId":"c94d3a685d13f935"},{"name":"build-module-mjs","duration":4211,"timestamp":1532285868872,"id":1484,"parentId":1383,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/@radix-ui/number/dist/index.mjs","layer":"app-pages-browser"},"startTime":1773907995173,"traceId":"c94d3a685d13f935"},{"name":"build-module-mjs","duration":27936,"timestamp":1532285846038,"id":1465,"parentId":1393,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/@radix-ui/react-dialog/dist/index.mjs","layer":"app-pages-browser"},"startTime":1773907995150,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":28303,"timestamp":1532285845735,"id":1455,"parentId":1389,"tags":{"name":"__barrel_optimize__?names=Loader2,RefreshCw!=!/Volumes/ProjectSpace/_wip/d1studio/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"app-pages-browser"},"startTime":1773907995150,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":28319,"timestamp":1532285845754,"id":1456,"parentId":1392,"tags":{"name":"__barrel_optimize__?names=Columns!=!/Volumes/ProjectSpace/_wip/d1studio/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"app-pages-browser"},"startTime":1773907995150,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":28337,"timestamp":1532285845771,"id":1457,"parentId":1390,"tags":{"name":"__barrel_optimize__?names=FolderSync,Loader2!=!/Volumes/ProjectSpace/_wip/d1studio/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"app-pages-browser"},"startTime":1773907995150,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":28348,"timestamp":1532285845807,"id":1458,"parentId":1391,"tags":{"name":"__barrel_optimize__?names=Download,FileCode,FileJson,FileSpreadsheet,Loader2!=!/Volumes/ProjectSpace/_wip/d1studio/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"app-pages-browser"},"startTime":1773907995150,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":28367,"timestamp":1532285845825,"id":1459,"parentId":1394,"tags":{"name":"__barrel_optimize__?names=Check,ChevronDown,ChevronUp!=!/Volumes/ProjectSpace/_wip/d1studio/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"app-pages-browser"},"startTime":1773907995150,"traceId":"c94d3a685d13f935"},{"name":"build-module-mjs","duration":29796,"timestamp":1532285846078,"id":1466,"parentId":1395,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/@radix-ui/react-tooltip/dist/index.mjs","layer":"app-pages-browser"},"startTime":1773907995150,"traceId":"c94d3a685d13f935"},{"name":"build-module-mjs","duration":32103,"timestamp":1532285846216,"id":1472,"parentId":1333,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/@radix-ui/react-menu/dist/index.mjs","layer":"app-pages-browser"},"startTime":1773907995150,"traceId":"c94d3a685d13f935"},{"name":"build-module-mjs","duration":36326,"timestamp":1532285846117,"id":1467,"parentId":1394,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/@radix-ui/react-select/dist/index.mjs","layer":"app-pages-browser"},"startTime":1773907995150,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":13673,"timestamp":1532285869001,"id":1490,"parentId":1416,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/enqueue-client-error.js","layer":"app-pages-browser"},"startTime":1773907995173,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":13984,"timestamp":1532285868971,"id":1488,"parentId":1416,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/hydration-error-info.js","layer":"app-pages-browser"},"startTime":1773907995173,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":14209,"timestamp":1532285868987,"id":1489,"parentId":1416,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/console-error.js","layer":"app-pages-browser"},"startTime":1773907995173,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":14391,"timestamp":1532285868949,"id":1487,"parentId":1416,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/attach-hydration-error-state.js","layer":"app-pages-browser"},"startTime":1773907995173,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":3097,"timestamp":1532285897766,"id":1492,"parentId":1396,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/server/app-render/async-local-storage.js","layer":"app-pages-browser"},"startTime":1773907995202,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":55313,"timestamp":1532285846451,"id":1478,"parentId":1279,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/compiled/react/cjs/react-jsx-runtime.production.js","layer":"app-pages-browser"},"startTime":1773907995151,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":55363,"timestamp":1532285846487,"id":1480,"parentId":1299,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/server/app-render/action-async-storage-instance.js","layer":"shared"},"startTime":1773907995151,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":56459,"timestamp":1532285846474,"id":1479,"parentId":1285,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/compiled/react/cjs/react.production.js","layer":"app-pages-browser"},"startTime":1773907995151,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":5436,"timestamp":1532285897709,"id":1491,"parentId":1442,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/lucide-react/dist/esm/icons/file-text.js","layer":"app-pages-browser"},"startTime":1773907995202,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":5442,"timestamp":1532285897864,"id":1496,"parentId":1436,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/client/components/router-reducer/is-navigating-to-new-root-layout.js","layer":"app-pages-browser"},"startTime":1773907995202,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":5788,"timestamp":1532285897814,"id":1493,"parentId":1433,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/client/components/router-reducer/fill-cache-with-new-subtree-data.js","layer":"app-pages-browser"},"startTime":1773907995202,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":6084,"timestamp":1532285897834,"id":1494,"parentId":1439,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/client/components/promise-queue.js","layer":"app-pages-browser"},"startTime":1773907995202,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":6310,"timestamp":1532285897850,"id":1495,"parentId":1436,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/client/components/router-reducer/apply-router-state-patch-to-tree.js","layer":"app-pages-browser"},"startTime":1773907995202,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":6456,"timestamp":1532285897879,"id":1497,"parentId":1436,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/client/components/router-reducer/handle-mutable.js","layer":"app-pages-browser"},"startTime":1773907995202,"traceId":"c94d3a685d13f935"},{"name":"build-module","duration":56,"timestamp":1532285905622,"id":1501,"parentId":1148,"tags":{},"startTime":1773907995210,"traceId":"c94d3a685d13f935"},{"name":"build-module","duration":5,"timestamp":1532285905682,"id":1502,"parentId":1149,"tags":{},"startTime":1773907995210,"traceId":"c94d3a685d13f935"},{"name":"build-module-mjs","duration":1289,"timestamp":1532285905692,"id":1503,"parentId":1474,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/zustand/esm/vanilla.mjs","layer":"app-pages-browser"},"startTime":1773907995210,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":1653,"timestamp":1532285905759,"id":1505,"parentId":1460,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/@monaco-editor/loader/lib/es/_virtual/_rollupPluginBabelHelpers.js","layer":"app-pages-browser"},"startTime":1773907995210,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":1659,"timestamp":1532285905816,"id":1506,"parentId":1460,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/@monaco-editor/loader/lib/es/config/index.js","layer":"app-pages-browser"},"startTime":1773907995210,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":1744,"timestamp":1532285905858,"id":1507,"parentId":1460,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/@monaco-editor/loader/lib/es/validators/index.js","layer":"app-pages-browser"},"startTime":1773907995210,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":1779,"timestamp":1532285905898,"id":1508,"parentId":1460,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/@monaco-editor/loader/lib/es/utils/compose.js","layer":"app-pages-browser"},"startTime":1773907995210,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":1812,"timestamp":1532285905938,"id":1509,"parentId":1460,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/@monaco-editor/loader/lib/es/utils/deepMerge.js","layer":"app-pages-browser"},"startTime":1773907995210,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":1853,"timestamp":1532285905976,"id":1510,"parentId":1460,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/@monaco-editor/loader/lib/es/utils/makeCancelable.js","layer":"app-pages-browser"},"startTime":1773907995210,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":44214,"timestamp":1532285868935,"id":1486,"parentId":1314,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/compiled/react-dom/cjs/react-dom.production.js","layer":"app-pages-browser"},"startTime":1773907995173,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":86219,"timestamp":1532285868913,"id":1485,"parentId":1286,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/compiled/react-dom/cjs/react-dom-client.production.js","layer":"app-pages-browser"},"startTime":1773907995173,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":49643,"timestamp":1532285905737,"id":1504,"parentId":1469,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/lucide-react/dist/esm/defaultAttributes.js","layer":"app-pages-browser"},"startTime":1773907995210,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":50066,"timestamp":1532285905555,"id":1499,"parentId":1417,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/get-socket-url.js","layer":null},"startTime":1773907995210,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":50251,"timestamp":1532285905500,"id":1498,"parentId":1438,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/client/components/router-reducer/handle-segment-mismatch.js","layer":"app-pages-browser"},"startTime":1773907995210,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":49937,"timestamp":1532285906029,"id":1512,"parentId":1441,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/client/assign-location.js","layer":"app-pages-browser"},"startTime":1773907995210,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":50261,"timestamp":1532285906016,"id":1511,"parentId":1416,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/client/lib/console.js","layer":"app-pages-browser"},"startTime":1773907995210,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":51800,"timestamp":1532285905572,"id":1500,"parentId":1437,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/client/components/router-reducer/ppr-navigations.js","layer":"app-pages-browser"},"startTime":1773907995210,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":2368,"timestamp":1532285958575,"id":1524,"parentId":1474,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/use-sync-external-store/shim/with-selector.js","layer":"app-pages-browser"},"startTime":1773907995263,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":2414,"timestamp":1532285958621,"id":1525,"parentId":1477,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-drag/src/index.js","layer":"app-pages-browser"},"startTime":1773907995263,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":2473,"timestamp":1532285958662,"id":1526,"parentId":1477,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-selection/src/index.js","layer":"app-pages-browser"},"startTime":1773907995263,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":2475,"timestamp":1532285958700,"id":1527,"parentId":1477,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-zoom/src/index.js","layer":"app-pages-browser"},"startTime":1773907995263,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":2588,"timestamp":1532285958739,"id":1528,"parentId":1477,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-interpolate/src/index.js","layer":"app-pages-browser"},"startTime":1773907995263,"traceId":"c94d3a685d13f935"}]
15
+ [{"name":"build-module-js","duration":3610,"timestamp":1532285958786,"id":1529,"parentId":1460,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/state-local/lib/es/state-local.js","layer":"app-pages-browser"},"startTime":1773907995263,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":4796,"timestamp":1532285958333,"id":1513,"parentId":1435,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/client/components/router-reducer/invalidate-cache-below-flight-segmentpath.js","layer":"app-pages-browser"},"startTime":1773907995263,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":4884,"timestamp":1532285958393,"id":1514,"parentId":1435,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/client/components/router-reducer/should-hard-navigate.js","layer":"app-pages-browser"},"startTime":1773907995263,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":5047,"timestamp":1532285958413,"id":1515,"parentId":1435,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/client/components/router-reducer/clear-cache-node-data-for-segment-path.js","layer":"app-pages-browser"},"startTime":1773907995263,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":5097,"timestamp":1532285958477,"id":1519,"parentId":1456,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/lucide-react/dist/esm/icons/columns-2.js","layer":"app-pages-browser"},"startTime":1773907995263,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":5147,"timestamp":1532285958499,"id":1520,"parentId":1457,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/lucide-react/dist/esm/icons/folder-sync.js","layer":"app-pages-browser"},"startTime":1773907995263,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":5390,"timestamp":1532285958461,"id":1518,"parentId":1441,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/client/components/router-reducer/reducers/server-reference-info.js","layer":"app-pages-browser"},"startTime":1773907995263,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":5404,"timestamp":1532285958525,"id":1521,"parentId":1459,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/lucide-react/dist/esm/icons/chevron-up.js","layer":"app-pages-browser"},"startTime":1773907995263,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":5996,"timestamp":1532285958430,"id":1516,"parentId":1435,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/client/components/router-reducer/aliased-prefetch-navigations.js","layer":"app-pages-browser"},"startTime":1773907995263,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":6505,"timestamp":1532285958445,"id":1517,"parentId":1435,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/client/components/segment-cache/navigation.js","layer":"app-pages-browser"},"startTime":1773907995263,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":4782,"timestamp":1532285967315,"id":1535,"parentId":1465,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/react-remove-scroll/dist/es2015/index.js","layer":"app-pages-browser"},"startTime":1773907995272,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":5232,"timestamp":1532285967350,"id":1536,"parentId":1465,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/aria-hidden/dist/es2015/index.js","layer":"app-pages-browser"},"startTime":1773907995272,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":15702,"timestamp":1532285958826,"id":1530,"parentId":1454,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/client/components/segment-cache/cache.js","layer":"app-pages-browser"},"startTime":1773907995263,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":898,"timestamp":1532285975239,"id":1538,"parentId":1507,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/@monaco-editor/loader/lib/es/utils/curry.js","layer":"app-pages-browser"},"startTime":1773907995279,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":864,"timestamp":1532285975324,"id":1539,"parentId":1507,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/@monaco-editor/loader/lib/es/utils/isObject.js","layer":"app-pages-browser"},"startTime":1773907995280,"traceId":"c94d3a685d13f935"},{"name":"build-module-mjs","duration":9241,"timestamp":1532285967200,"id":1532,"parentId":1465,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/@radix-ui/react-focus-guards/dist/index.mjs","layer":"app-pages-browser"},"startTime":1773907995271,"traceId":"c94d3a685d13f935"},{"name":"build-module-mjs","duration":10101,"timestamp":1532285967111,"id":1531,"parentId":1465,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/@radix-ui/react-focus-scope/dist/index.mjs","layer":"app-pages-browser"},"startTime":1773907995271,"traceId":"c94d3a685d13f935"},{"name":"build-module-mjs","duration":10533,"timestamp":1532285967279,"id":1534,"parentId":1472,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/@radix-ui/react-roving-focus/dist/index.mjs","layer":"app-pages-browser"},"startTime":1773907995271,"traceId":"c94d3a685d13f935"},{"name":"build-module-mjs","duration":11326,"timestamp":1532285967242,"id":1533,"parentId":1466,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/@radix-ui/react-popper/dist/index.mjs","layer":"app-pages-browser"},"startTime":1773907995271,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":3619,"timestamp":1532285975368,"id":1540,"parentId":1490,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/client/components/is-hydration-error.js","layer":"app-pages-browser"},"startTime":1773907995280,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":7403,"timestamp":1532285980908,"id":1541,"parentId":1525,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-drag/src/drag.js","layer":"app-pages-browser"},"startTime":1773907995285,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":8686,"timestamp":1532285980974,"id":1542,"parentId":1525,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-drag/src/nodrag.js","layer":"app-pages-browser"},"startTime":1773907995285,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":8734,"timestamp":1532285981016,"id":1543,"parentId":1526,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-selection/src/create.js","layer":"app-pages-browser"},"startTime":1773907995285,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":8800,"timestamp":1532285981053,"id":1544,"parentId":1526,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-selection/src/creator.js","layer":"app-pages-browser"},"startTime":1773907995285,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":8868,"timestamp":1532285981088,"id":1545,"parentId":1526,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-selection/src/local.js","layer":"app-pages-browser"},"startTime":1773907995285,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":8887,"timestamp":1532285981122,"id":1546,"parentId":1526,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-selection/src/matcher.js","layer":"app-pages-browser"},"startTime":1773907995285,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":8923,"timestamp":1532285981157,"id":1547,"parentId":1526,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-selection/src/namespace.js","layer":"app-pages-browser"},"startTime":1773907995285,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":8933,"timestamp":1532285981192,"id":1548,"parentId":1526,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-selection/src/namespaces.js","layer":"app-pages-browser"},"startTime":1773907995285,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":8992,"timestamp":1532285981226,"id":1549,"parentId":1526,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-selection/src/pointer.js","layer":"app-pages-browser"},"startTime":1773907995285,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":9024,"timestamp":1532285981262,"id":1550,"parentId":1526,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-selection/src/pointers.js","layer":"app-pages-browser"},"startTime":1773907995285,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":9043,"timestamp":1532285981299,"id":1551,"parentId":1526,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-selection/src/select.js","layer":"app-pages-browser"},"startTime":1773907995286,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":9062,"timestamp":1532285981335,"id":1552,"parentId":1526,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-selection/src/selectAll.js","layer":"app-pages-browser"},"startTime":1773907995286,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":9069,"timestamp":1532285981372,"id":1553,"parentId":1526,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-selection/src/selector.js","layer":"app-pages-browser"},"startTime":1773907995286,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":9072,"timestamp":1532285981407,"id":1554,"parentId":1526,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-selection/src/selectorAll.js","layer":"app-pages-browser"},"startTime":1773907995286,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":9075,"timestamp":1532285981444,"id":1555,"parentId":1526,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-selection/src/window.js","layer":"app-pages-browser"},"startTime":1773907995286,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":10490,"timestamp":1532285981480,"id":1556,"parentId":1527,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-zoom/src/zoom.js","layer":"app-pages-browser"},"startTime":1773907995286,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":10647,"timestamp":1532285981516,"id":1557,"parentId":1527,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-zoom/src/transform.js","layer":"app-pages-browser"},"startTime":1773907995286,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":10754,"timestamp":1532285981552,"id":1558,"parentId":1528,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-interpolate/src/value.js","layer":"app-pages-browser"},"startTime":1773907995286,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":10834,"timestamp":1532285981588,"id":1559,"parentId":1528,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-interpolate/src/array.js","layer":"app-pages-browser"},"startTime":1773907995286,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":10907,"timestamp":1532285981624,"id":1560,"parentId":1528,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-interpolate/src/basis.js","layer":"app-pages-browser"},"startTime":1773907995286,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":10945,"timestamp":1532285981659,"id":1561,"parentId":1528,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-interpolate/src/basisClosed.js","layer":"app-pages-browser"},"startTime":1773907995286,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":10957,"timestamp":1532285981695,"id":1562,"parentId":1528,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-interpolate/src/date.js","layer":"app-pages-browser"},"startTime":1773907995286,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":10965,"timestamp":1532285981730,"id":1563,"parentId":1528,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-interpolate/src/discrete.js","layer":"app-pages-browser"},"startTime":1773907995286,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":10980,"timestamp":1532285981766,"id":1564,"parentId":1528,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-interpolate/src/hue.js","layer":"app-pages-browser"},"startTime":1773907995286,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":11001,"timestamp":1532285981803,"id":1565,"parentId":1528,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-interpolate/src/number.js","layer":"app-pages-browser"},"startTime":1773907995286,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":11041,"timestamp":1532285981838,"id":1566,"parentId":1528,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-interpolate/src/numberArray.js","layer":"app-pages-browser"},"startTime":1773907995286,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":11096,"timestamp":1532285981874,"id":1567,"parentId":1528,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-interpolate/src/object.js","layer":"app-pages-browser"},"startTime":1773907995286,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":11103,"timestamp":1532285981910,"id":1568,"parentId":1528,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-interpolate/src/round.js","layer":"app-pages-browser"},"startTime":1773907995286,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":11285,"timestamp":1532285981946,"id":1569,"parentId":1528,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-interpolate/src/string.js","layer":"app-pages-browser"},"startTime":1773907995286,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":11607,"timestamp":1532285981981,"id":1570,"parentId":1528,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-interpolate/src/zoom.js","layer":"app-pages-browser"},"startTime":1773907995286,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":11803,"timestamp":1532285982016,"id":1571,"parentId":1528,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-interpolate/src/rgb.js","layer":"app-pages-browser"},"startTime":1773907995286,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":11880,"timestamp":1532285982052,"id":1572,"parentId":1528,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-interpolate/src/hsl.js","layer":"app-pages-browser"},"startTime":1773907995286,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":11949,"timestamp":1532285982087,"id":1573,"parentId":1528,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-interpolate/src/lab.js","layer":"app-pages-browser"},"startTime":1773907995286,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":12007,"timestamp":1532285982121,"id":1574,"parentId":1528,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-interpolate/src/hcl.js","layer":"app-pages-browser"},"startTime":1773907995286,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":12081,"timestamp":1532285982157,"id":1575,"parentId":1528,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-interpolate/src/cubehelix.js","layer":"app-pages-browser"},"startTime":1773907995286,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":12134,"timestamp":1532285982193,"id":1576,"parentId":1528,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-interpolate/src/piecewise.js","layer":"app-pages-browser"},"startTime":1773907995286,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":12158,"timestamp":1532285982229,"id":1577,"parentId":1528,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-interpolate/src/quantize.js","layer":"app-pages-browser"},"startTime":1773907995286,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":12360,"timestamp":1532285982264,"id":1578,"parentId":1524,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim/with-selector.production.js","layer":"app-pages-browser"},"startTime":1773907995286,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":12553,"timestamp":1532285982303,"id":1579,"parentId":1526,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-selection/src/selection/index.js","layer":"app-pages-browser"},"startTime":1773907995287,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":12679,"timestamp":1532285982339,"id":1580,"parentId":1526,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-selection/src/selection/style.js","layer":"app-pages-browser"},"startTime":1773907995287,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":12889,"timestamp":1532285982376,"id":1581,"parentId":1528,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-interpolate/src/transform/index.js","layer":"app-pages-browser"},"startTime":1773907995287,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":37141,"timestamp":1532285958542,"id":1522,"parentId":1417,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/server/dev/hot-reloader-types.js","layer":null},"startTime":1773907995263,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":39948,"timestamp":1532285958563,"id":1523,"parentId":1430,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/compiled/react-server-dom-webpack/cjs/react-server-dom-webpack-client.browser.production.js","layer":"app-pages-browser"},"startTime":1773907995263,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":16361,"timestamp":1532285982414,"id":1582,"parentId":1493,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/client/components/router-reducer/invalidate-cache-by-router-state.js","layer":"app-pages-browser"},"startTime":1773907995287,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":63459,"timestamp":1532285967386,"id":1537,"parentId":1427,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/react-dom/cjs/react-dom.production.min.js","layer":null},"startTime":1773907995272,"traceId":"c94d3a685d13f935"},{"name":"postcss-process","duration":3417,"timestamp":1532286031556,"id":1587,"parentId":1586,"tags":{},"startTime":1773907995336,"traceId":"c94d3a685d13f935"},{"name":"postcss-loader","duration":3457,"timestamp":1532286031530,"id":1586,"parentId":1585,"tags":{},"startTime":1773907995336,"traceId":"c94d3a685d13f935"},{"name":"css-loader","duration":911,"timestamp":1532286034995,"id":1588,"parentId":1585,"tags":{"astUsed":"true"},"startTime":1773907995339,"traceId":"c94d3a685d13f935"},{"name":"build-module-css","duration":4752,"timestamp":1532286031491,"id":1585,"parentId":1367,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/@xyflow/react/dist/style.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/node_modules/@xyflow/react/dist/style.css","layer":null},"startTime":1773907995336,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":5724,"timestamp":1532286031379,"id":1583,"parentId":1535,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/react-remove-scroll/dist/es2015/Combination.js","layer":"app-pages-browser"},"startTime":1773907995336,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":7224,"timestamp":1532286031464,"id":1584,"parentId":1499,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/shared/lib/normalized-asset-prefix.js","layer":null},"startTime":1773907995336,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":8683,"timestamp":1532286042032,"id":1589,"parentId":1541,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-drag/src/noevent.js","layer":"app-pages-browser"},"startTime":1773907995346,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":8513,"timestamp":1532286042268,"id":1590,"parentId":1541,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-drag/src/constant.js","layer":"app-pages-browser"},"startTime":1773907995346,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":8457,"timestamp":1532286042473,"id":1591,"parentId":1541,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-drag/src/event.js","layer":"app-pages-browser"},"startTime":1773907995347,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":8406,"timestamp":1532286042584,"id":1592,"parentId":1549,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-selection/src/sourceEvent.js","layer":"app-pages-browser"},"startTime":1773907995347,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":8332,"timestamp":1532286042719,"id":1593,"parentId":1552,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-selection/src/array.js","layer":"app-pages-browser"},"startTime":1773907995347,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":8140,"timestamp":1532286042953,"id":1594,"parentId":1556,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-zoom/src/constant.js","layer":"app-pages-browser"},"startTime":1773907995347,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":8018,"timestamp":1532286043135,"id":1595,"parentId":1556,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-zoom/src/event.js","layer":"app-pages-browser"},"startTime":1773907995347,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":7907,"timestamp":1532286043298,"id":1596,"parentId":1556,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-zoom/src/noevent.js","layer":"app-pages-browser"},"startTime":1773907995348,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":7890,"timestamp":1532286043415,"id":1597,"parentId":1558,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-interpolate/src/constant.js","layer":"app-pages-browser"},"startTime":1773907995348,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":8296,"timestamp":1532286043568,"id":1598,"parentId":1564,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-interpolate/src/color.js","layer":"app-pages-browser"},"startTime":1773907995348,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":8579,"timestamp":1532286043644,"id":1599,"parentId":1578,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/use-sync-external-store/shim/index.js","layer":"app-pages-browser"},"startTime":1773907995348,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":8816,"timestamp":1532286043691,"id":1600,"parentId":1579,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-selection/src/selection/select.js","layer":"app-pages-browser"},"startTime":1773907995348,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":8919,"timestamp":1532286043735,"id":1601,"parentId":1579,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-selection/src/selection/selectAll.js","layer":"app-pages-browser"},"startTime":1773907995348,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":8974,"timestamp":1532286043777,"id":1602,"parentId":1579,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-selection/src/selection/selectChild.js","layer":"app-pages-browser"},"startTime":1773907995348,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":9009,"timestamp":1532286043818,"id":1603,"parentId":1579,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-selection/src/selection/selectChildren.js","layer":"app-pages-browser"},"startTime":1773907995348,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":9070,"timestamp":1532286043859,"id":1604,"parentId":1579,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-selection/src/selection/filter.js","layer":"app-pages-browser"},"startTime":1773907995348,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":9359,"timestamp":1532286043899,"id":1605,"parentId":1579,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-selection/src/selection/data.js","layer":"app-pages-browser"},"startTime":1773907995348,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":9442,"timestamp":1532286043939,"id":1606,"parentId":1579,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-selection/src/selection/enter.js","layer":"app-pages-browser"},"startTime":1773907995348,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":9463,"timestamp":1532286043978,"id":1607,"parentId":1579,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-selection/src/selection/exit.js","layer":"app-pages-browser"},"startTime":1773907995348,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":9511,"timestamp":1532286044018,"id":1608,"parentId":1579,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-selection/src/selection/join.js","layer":"app-pages-browser"},"startTime":1773907995348,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":9514,"timestamp":1532286044118,"id":1609,"parentId":1579,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-selection/src/selection/merge.js","layer":"app-pages-browser"},"startTime":1773907995348,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":9452,"timestamp":1532286044263,"id":1610,"parentId":1579,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-selection/src/selection/order.js","layer":"app-pages-browser"},"startTime":1773907995348,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":9435,"timestamp":1532286044382,"id":1611,"parentId":1579,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-selection/src/selection/sort.js","layer":"app-pages-browser"},"startTime":1773907995349,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":9372,"timestamp":1532286044491,"id":1612,"parentId":1579,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-selection/src/selection/call.js","layer":"app-pages-browser"},"startTime":1773907995349,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":9313,"timestamp":1532286044585,"id":1613,"parentId":1579,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-selection/src/selection/nodes.js","layer":"app-pages-browser"},"startTime":1773907995349,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":9283,"timestamp":1532286044670,"id":1614,"parentId":1579,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-selection/src/selection/node.js","layer":"app-pages-browser"},"startTime":1773907995349,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":9245,"timestamp":1532286044756,"id":1615,"parentId":1579,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-selection/src/selection/size.js","layer":"app-pages-browser"},"startTime":1773907995349,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":9198,"timestamp":1532286044837,"id":1616,"parentId":1579,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-selection/src/selection/empty.js","layer":"app-pages-browser"},"startTime":1773907995349,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":9177,"timestamp":1532286044915,"id":1617,"parentId":1579,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-selection/src/selection/each.js","layer":"app-pages-browser"},"startTime":1773907995349,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":9265,"timestamp":1532286044994,"id":1618,"parentId":1579,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-selection/src/selection/attr.js","layer":"app-pages-browser"},"startTime":1773907995349,"traceId":"c94d3a685d13f935"}]
16
+ [{"name":"build-module-js","duration":9454,"timestamp":1532286045075,"id":1619,"parentId":1579,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-selection/src/selection/property.js","layer":"app-pages-browser"},"startTime":1773907995349,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":9606,"timestamp":1532286045157,"id":1620,"parentId":1579,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-selection/src/selection/classed.js","layer":"app-pages-browser"},"startTime":1773907995349,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":9607,"timestamp":1532286045236,"id":1621,"parentId":1579,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-selection/src/selection/text.js","layer":"app-pages-browser"},"startTime":1773907995349,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":9570,"timestamp":1532286045344,"id":1622,"parentId":1579,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-selection/src/selection/html.js","layer":"app-pages-browser"},"startTime":1773907995350,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":9513,"timestamp":1532286045443,"id":1623,"parentId":1579,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-selection/src/selection/raise.js","layer":"app-pages-browser"},"startTime":1773907995350,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":9358,"timestamp":1532286045642,"id":1624,"parentId":1579,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-selection/src/selection/lower.js","layer":"app-pages-browser"},"startTime":1773907995350,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":9295,"timestamp":1532286045761,"id":1625,"parentId":1579,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-selection/src/selection/append.js","layer":"app-pages-browser"},"startTime":1773907995350,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":9249,"timestamp":1532286045875,"id":1626,"parentId":1579,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-selection/src/selection/insert.js","layer":"app-pages-browser"},"startTime":1773907995350,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":9197,"timestamp":1532286045969,"id":1627,"parentId":1579,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-selection/src/selection/remove.js","layer":"app-pages-browser"},"startTime":1773907995350,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":9169,"timestamp":1532286046057,"id":1628,"parentId":1579,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-selection/src/selection/clone.js","layer":"app-pages-browser"},"startTime":1773907995350,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":9124,"timestamp":1532286046140,"id":1629,"parentId":1579,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-selection/src/selection/datum.js","layer":"app-pages-browser"},"startTime":1773907995350,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":9301,"timestamp":1532286046227,"id":1630,"parentId":1579,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-selection/src/selection/on.js","layer":"app-pages-browser"},"startTime":1773907995350,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":9322,"timestamp":1532286046308,"id":1631,"parentId":1579,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-selection/src/selection/dispatch.js","layer":"app-pages-browser"},"startTime":1773907995351,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":9311,"timestamp":1532286046389,"id":1632,"parentId":1579,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-selection/src/selection/iterator.js","layer":"app-pages-browser"},"startTime":1773907995351,"traceId":"c94d3a685d13f935"},{"name":"build-module-css","duration":502678,"timestamp":1532285554505,"id":1367,"parentId":1218,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/@xyflow/react/dist/style.css","layer":"app-pages-browser"},"startTime":1773907994859,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":12092,"timestamp":1532286046521,"id":1633,"parentId":1530,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/client/components/segment-cache/tuple-map.js","layer":"app-pages-browser"},"startTime":1773907995351,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":12220,"timestamp":1532286046622,"id":1634,"parentId":1530,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/client/components/segment-cache/lru.js","layer":"app-pages-browser"},"startTime":1773907995351,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":1942,"timestamp":1532286061336,"id":1635,"parentId":1581,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-interpolate/src/transform/parse.js","layer":"app-pages-browser"},"startTime":1773907995366,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":733,"timestamp":1532286064213,"id":1636,"parentId":1583,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/react-remove-scroll/dist/es2015/UI.js","layer":"app-pages-browser"},"startTime":1773907995368,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":740,"timestamp":1532286064270,"id":1637,"parentId":1583,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/react-remove-scroll/dist/es2015/sidecar.js","layer":"app-pages-browser"},"startTime":1773907995368,"traceId":"c94d3a685d13f935"},{"name":"build-module-mjs","duration":1436,"timestamp":1532286064310,"id":1638,"parentId":1533,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/@floating-ui/react-dom/dist/floating-ui.react-dom.mjs","layer":"app-pages-browser"},"startTime":1773907995369,"traceId":"c94d3a685d13f935"},{"name":"build-module-mjs","duration":1507,"timestamp":1532286064348,"id":1639,"parentId":1533,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/@radix-ui/react-arrow/dist/index.mjs","layer":"app-pages-browser"},"startTime":1773907995369,"traceId":"c94d3a685d13f935"},{"name":"build-module-css","duration":640446,"timestamp":1532285425515,"id":1311,"parentId":1214,"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":1773907994730,"traceId":"c94d3a685d13f935"},{"name":"build-module","duration":17,"timestamp":1532286066559,"id":1642,"parentId":1367,"tags":{},"startTime":1773907995371,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":3214,"timestamp":1532286066581,"id":1643,"parentId":1599,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim.production.js","layer":"app-pages-browser"},"startTime":1773907995371,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":3217,"timestamp":1532286066633,"id":1644,"parentId":1605,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-selection/src/constant.js","layer":"app-pages-browser"},"startTime":1773907995371,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":3217,"timestamp":1532286066675,"id":1645,"parentId":1606,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-selection/src/selection/sparse.js","layer":"app-pages-browser"},"startTime":1773907995371,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":3214,"timestamp":1532286066715,"id":1646,"parentId":1541,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-dispatch/src/index.js","layer":"app-pages-browser"},"startTime":1773907995371,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":3216,"timestamp":1532286066754,"id":1647,"parentId":1556,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-transition/src/index.js","layer":"app-pages-browser"},"startTime":1773907995371,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":3219,"timestamp":1532286066793,"id":1648,"parentId":1558,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-color/src/index.js","layer":"app-pages-browser"},"startTime":1773907995371,"traceId":"c94d3a685d13f935"},{"name":"build-module-mjs","duration":4702,"timestamp":1532286066831,"id":1649,"parentId":1583,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/tslib/tslib.es6.mjs","layer":"app-pages-browser"},"startTime":1773907995371,"traceId":"c94d3a685d13f935"},{"name":"build-module-css","duration":726970,"timestamp":1532285345374,"id":1214,"parentId":1066,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/src/app/globals.css","layer":"app-pages-browser"},"startTime":1773907994650,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":1320,"timestamp":1532286073869,"id":1650,"parentId":1635,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-interpolate/src/transform/decompose.js","layer":"app-pages-browser"},"startTime":1773907995378,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":276,"timestamp":1532286075578,"id":1651,"parentId":1636,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/react-remove-scroll/dist/es2015/medium.js","layer":"app-pages-browser"},"startTime":1773907995380,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":764,"timestamp":1532286075633,"id":1652,"parentId":1637,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/react-remove-scroll/dist/es2015/SideEffect.js","layer":"app-pages-browser"},"startTime":1773907995380,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":12316,"timestamp":1532286064421,"id":1641,"parentId":1108,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/build/polyfills/process.js","layer":null},"startTime":1773907995369,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":12453,"timestamp":1532286064385,"id":1640,"parentId":1157,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/build/polyfills/process.js","layer":"app-pages-browser"},"startTime":1773907995369,"traceId":"c94d3a685d13f935"},{"name":"build-module","duration":15,"timestamp":1532286077251,"id":1653,"parentId":1214,"tags":{},"startTime":1773907995381,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":1657,"timestamp":1532286077270,"id":1654,"parentId":1646,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-dispatch/src/dispatch.js","layer":"app-pages-browser"},"startTime":1773907995381,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":1716,"timestamp":1532286077314,"id":1655,"parentId":1647,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-transition/src/active.js","layer":"app-pages-browser"},"startTime":1773907995382,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":1766,"timestamp":1532286077351,"id":1656,"parentId":1647,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-transition/src/interrupt.js","layer":"app-pages-browser"},"startTime":1773907995382,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":2604,"timestamp":1532286077386,"id":1657,"parentId":1648,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-color/src/color.js","layer":"app-pages-browser"},"startTime":1773907995382,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":2949,"timestamp":1532286077421,"id":1658,"parentId":1648,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-color/src/lab.js","layer":"app-pages-browser"},"startTime":1773907995382,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":3132,"timestamp":1532286077455,"id":1659,"parentId":1648,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-color/src/cubehelix.js","layer":"app-pages-browser"},"startTime":1773907995382,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":3146,"timestamp":1532286077488,"id":1660,"parentId":1647,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-transition/src/selection/index.js","layer":"app-pages-browser"},"startTime":1773907995382,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":3257,"timestamp":1532286077526,"id":1661,"parentId":1647,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-transition/src/transition/index.js","layer":"app-pages-browser"},"startTime":1773907995382,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":3270,"timestamp":1532286077562,"id":1662,"parentId":1636,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/react-remove-scroll-bar/dist/es2015/constants.js","layer":"app-pages-browser"},"startTime":1773907995382,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":3302,"timestamp":1532286077596,"id":1663,"parentId":1636,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/use-callback-ref/dist/es2015/index.js","layer":"app-pages-browser"},"startTime":1773907995382,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":3314,"timestamp":1532286077630,"id":1664,"parentId":1637,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/use-sidecar/dist/es2015/index.js","layer":"app-pages-browser"},"startTime":1773907995382,"traceId":"c94d3a685d13f935"},{"name":"build-module-mjs","duration":6378,"timestamp":1532286082271,"id":1665,"parentId":1638,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/@floating-ui/dom/dist/floating-ui.dom.mjs","layer":"app-pages-browser"},"startTime":1773907995386,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":775,"timestamp":1532286089165,"id":1666,"parentId":1652,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/react-remove-scroll/dist/es2015/aggresiveCapture.js","layer":"app-pages-browser"},"startTime":1773907995393,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":965,"timestamp":1532286089238,"id":1667,"parentId":1652,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/react-remove-scroll/dist/es2015/handleScroll.js","layer":"app-pages-browser"},"startTime":1773907995393,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":2819,"timestamp":1532286090450,"id":1668,"parentId":1657,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-color/src/define.js","layer":"app-pages-browser"},"startTime":1773907995395,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":2826,"timestamp":1532286090500,"id":1669,"parentId":1658,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-color/src/math.js","layer":"app-pages-browser"},"startTime":1773907995395,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":3173,"timestamp":1532286090537,"id":1670,"parentId":1655,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-transition/src/transition/schedule.js","layer":"app-pages-browser"},"startTime":1773907995395,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":3189,"timestamp":1532286090576,"id":1671,"parentId":1660,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-transition/src/selection/interrupt.js","layer":"app-pages-browser"},"startTime":1773907995395,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":4265,"timestamp":1532286090613,"id":1672,"parentId":1660,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-transition/src/selection/transition.js","layer":"app-pages-browser"},"startTime":1773907995395,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":4434,"timestamp":1532286090649,"id":1673,"parentId":1661,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-transition/src/transition/attr.js","layer":"app-pages-browser"},"startTime":1773907995395,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":4514,"timestamp":1532286090684,"id":1674,"parentId":1661,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-transition/src/transition/attrTween.js","layer":"app-pages-browser"},"startTime":1773907995395,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":4556,"timestamp":1532286090719,"id":1675,"parentId":1661,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-transition/src/transition/delay.js","layer":"app-pages-browser"},"startTime":1773907995395,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":4590,"timestamp":1532286090755,"id":1676,"parentId":1661,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-transition/src/transition/duration.js","layer":"app-pages-browser"},"startTime":1773907995395,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":4611,"timestamp":1532286090791,"id":1677,"parentId":1661,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-transition/src/transition/ease.js","layer":"app-pages-browser"},"startTime":1773907995395,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":4630,"timestamp":1532286090825,"id":1678,"parentId":1661,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-transition/src/transition/easeVarying.js","layer":"app-pages-browser"},"startTime":1773907995395,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":4681,"timestamp":1532286090861,"id":1679,"parentId":1661,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-transition/src/transition/filter.js","layer":"app-pages-browser"},"startTime":1773907995395,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":4741,"timestamp":1532286090896,"id":1680,"parentId":1661,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-transition/src/transition/merge.js","layer":"app-pages-browser"},"startTime":1773907995395,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":4834,"timestamp":1532286090930,"id":1681,"parentId":1661,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-transition/src/transition/on.js","layer":"app-pages-browser"},"startTime":1773907995395,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":4854,"timestamp":1532286090966,"id":1682,"parentId":1661,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-transition/src/transition/remove.js","layer":"app-pages-browser"},"startTime":1773907995395,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":4917,"timestamp":1532286091001,"id":1683,"parentId":1661,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-transition/src/transition/select.js","layer":"app-pages-browser"},"startTime":1773907995395,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":4982,"timestamp":1532286091034,"id":1684,"parentId":1661,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-transition/src/transition/selectAll.js","layer":"app-pages-browser"},"startTime":1773907995395,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":4993,"timestamp":1532286091069,"id":1685,"parentId":1661,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-transition/src/transition/selection.js","layer":"app-pages-browser"},"startTime":1773907995395,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":5167,"timestamp":1532286091104,"id":1686,"parentId":1661,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-transition/src/transition/style.js","layer":"app-pages-browser"},"startTime":1773907995395,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":5227,"timestamp":1532286091139,"id":1687,"parentId":1661,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-transition/src/transition/styleTween.js","layer":"app-pages-browser"},"startTime":1773907995395,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":5262,"timestamp":1532286091175,"id":1688,"parentId":1661,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-transition/src/transition/text.js","layer":"app-pages-browser"},"startTime":1773907995395,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":5291,"timestamp":1532286091220,"id":1689,"parentId":1661,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-transition/src/transition/textTween.js","layer":"app-pages-browser"},"startTime":1773907995395,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":5336,"timestamp":1532286091259,"id":1690,"parentId":1661,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-transition/src/transition/transition.js","layer":"app-pages-browser"},"startTime":1773907995395,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":5502,"timestamp":1532286091296,"id":1691,"parentId":1661,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-transition/src/transition/tween.js","layer":"app-pages-browser"},"startTime":1773907995396,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":5549,"timestamp":1532286091334,"id":1692,"parentId":1661,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-transition/src/transition/end.js","layer":"app-pages-browser"},"startTime":1773907995396,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":5573,"timestamp":1532286091373,"id":1693,"parentId":1663,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/use-callback-ref/dist/es2015/assignRef.js","layer":"app-pages-browser"},"startTime":1773907995396,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":5615,"timestamp":1532286091412,"id":1694,"parentId":1663,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/use-callback-ref/dist/es2015/useRef.js","layer":"app-pages-browser"},"startTime":1773907995396,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":5624,"timestamp":1532286091450,"id":1695,"parentId":1663,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/use-callback-ref/dist/es2015/createRef.js","layer":"app-pages-browser"},"startTime":1773907995396,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":5626,"timestamp":1532286091500,"id":1696,"parentId":1663,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/use-callback-ref/dist/es2015/mergeRef.js","layer":"app-pages-browser"},"startTime":1773907995396,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":5701,"timestamp":1532286091539,"id":1697,"parentId":1663,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/use-callback-ref/dist/es2015/useMergeRef.js","layer":"app-pages-browser"},"startTime":1773907995396,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":5702,"timestamp":1532286091583,"id":1698,"parentId":1663,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/use-callback-ref/dist/es2015/useTransformRef.js","layer":"app-pages-browser"},"startTime":1773907995396,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":5708,"timestamp":1532286091622,"id":1699,"parentId":1663,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/use-callback-ref/dist/es2015/transformRef.js","layer":"app-pages-browser"},"startTime":1773907995396,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":5753,"timestamp":1532286091659,"id":1700,"parentId":1663,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/use-callback-ref/dist/es2015/refToCallback.js","layer":"app-pages-browser"},"startTime":1773907995396,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":5788,"timestamp":1532286091698,"id":1701,"parentId":1664,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/use-sidecar/dist/es2015/hoc.js","layer":"app-pages-browser"},"startTime":1773907995396,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":5892,"timestamp":1532286091735,"id":1702,"parentId":1664,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/use-sidecar/dist/es2015/hook.js","layer":"app-pages-browser"},"startTime":1773907995396,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":5901,"timestamp":1532286091772,"id":1703,"parentId":1664,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/use-sidecar/dist/es2015/config.js","layer":"app-pages-browser"},"startTime":1773907995396,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":6021,"timestamp":1532286091810,"id":1704,"parentId":1664,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/use-sidecar/dist/es2015/medium.js","layer":"app-pages-browser"},"startTime":1773907995396,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":6114,"timestamp":1532286091847,"id":1705,"parentId":1664,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/use-sidecar/dist/es2015/renderProp.js","layer":"app-pages-browser"},"startTime":1773907995396,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":6138,"timestamp":1532286091889,"id":1706,"parentId":1664,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/use-sidecar/dist/es2015/exports.js","layer":"app-pages-browser"},"startTime":1773907995396,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":6157,"timestamp":1532286091927,"id":1707,"parentId":1652,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/react-remove-scroll-bar/dist/es2015/index.js","layer":"app-pages-browser"},"startTime":1773907995396,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":6162,"timestamp":1532286091965,"id":1708,"parentId":1652,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/react-style-singleton/dist/es2015/index.js","layer":"app-pages-browser"},"startTime":1773907995396,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":933,"timestamp":1532286105164,"id":1709,"parentId":1673,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-transition/src/transition/interpolate.js","layer":"app-pages-browser"},"startTime":1773907995409,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":916,"timestamp":1532286105241,"id":1710,"parentId":1702,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/use-sidecar/dist/es2015/env.js","layer":"app-pages-browser"},"startTime":1773907995409,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":1116,"timestamp":1532286105282,"id":1711,"parentId":1707,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/react-remove-scroll-bar/dist/es2015/component.js","layer":"app-pages-browser"},"startTime":1773907995409,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":1200,"timestamp":1532286105321,"id":1712,"parentId":1707,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/react-remove-scroll-bar/dist/es2015/utils.js","layer":"app-pages-browser"},"startTime":1773907995410,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":1207,"timestamp":1532286105368,"id":1713,"parentId":1708,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/react-style-singleton/dist/es2015/component.js","layer":"app-pages-browser"},"startTime":1773907995410,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":1271,"timestamp":1532286105416,"id":1714,"parentId":1708,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/react-style-singleton/dist/es2015/singleton.js","layer":"app-pages-browser"},"startTime":1773907995410,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":1280,"timestamp":1532286105461,"id":1715,"parentId":1708,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/react-style-singleton/dist/es2015/hook.js","layer":"app-pages-browser"},"startTime":1773907995410,"traceId":"c94d3a685d13f935"},{"name":"build-module-mjs","duration":1641,"timestamp":1532286105498,"id":1716,"parentId":1665,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.mjs","layer":"app-pages-browser"},"startTime":1773907995410,"traceId":"c94d3a685d13f935"}]
17
+ [{"name":"build-module-mjs","duration":3477,"timestamp":1532286105536,"id":1717,"parentId":1665,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/@floating-ui/core/dist/floating-ui.core.mjs","layer":"app-pages-browser"},"startTime":1773907995410,"traceId":"c94d3a685d13f935"},{"name":"build-module-mjs","duration":3785,"timestamp":1532286105578,"id":1718,"parentId":1665,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/@floating-ui/utils/dist/floating-ui.utils.mjs","layer":"app-pages-browser"},"startTime":1773907995410,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":1806,"timestamp":1532286110480,"id":1719,"parentId":1670,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-timer/src/index.js","layer":"app-pages-browser"},"startTime":1773907995415,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":1854,"timestamp":1532286110544,"id":1720,"parentId":1672,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-ease/src/index.js","layer":"app-pages-browser"},"startTime":1773907995415,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":1559,"timestamp":1532286115744,"id":1721,"parentId":1719,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-timer/src/timer.js","layer":"app-pages-browser"},"startTime":1773907995420,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":1594,"timestamp":1532286115817,"id":1722,"parentId":1719,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-timer/src/timeout.js","layer":"app-pages-browser"},"startTime":1773907995420,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":1644,"timestamp":1532286115862,"id":1723,"parentId":1719,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-timer/src/interval.js","layer":"app-pages-browser"},"startTime":1773907995420,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":1644,"timestamp":1532286115903,"id":1724,"parentId":1720,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-ease/src/linear.js","layer":"app-pages-browser"},"startTime":1773907995420,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":1667,"timestamp":1532286115941,"id":1725,"parentId":1720,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-ease/src/quad.js","layer":"app-pages-browser"},"startTime":1773907995420,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":1682,"timestamp":1532286115979,"id":1726,"parentId":1720,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-ease/src/cubic.js","layer":"app-pages-browser"},"startTime":1773907995420,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":1739,"timestamp":1532286116017,"id":1727,"parentId":1720,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-ease/src/poly.js","layer":"app-pages-browser"},"startTime":1773907995420,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":1765,"timestamp":1532286116054,"id":1728,"parentId":1720,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-ease/src/sin.js","layer":"app-pages-browser"},"startTime":1773907995420,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":1789,"timestamp":1532286116093,"id":1729,"parentId":1720,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-ease/src/exp.js","layer":"app-pages-browser"},"startTime":1773907995420,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":1798,"timestamp":1532286116138,"id":1730,"parentId":1720,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-ease/src/circle.js","layer":"app-pages-browser"},"startTime":1773907995420,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":1884,"timestamp":1532286116174,"id":1731,"parentId":1720,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-ease/src/bounce.js","layer":"app-pages-browser"},"startTime":1773907995420,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":1936,"timestamp":1532286116212,"id":1732,"parentId":1720,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-ease/src/back.js","layer":"app-pages-browser"},"startTime":1773907995420,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":2062,"timestamp":1532286116248,"id":1733,"parentId":1720,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-ease/src/elastic.js","layer":"app-pages-browser"},"startTime":1773907995420,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":518,"timestamp":1532286118726,"id":1736,"parentId":1714,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/get-nonce/dist/es2015/index.js","layer":"app-pages-browser"},"startTime":1773907995423,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":189,"timestamp":1532286119471,"id":1739,"parentId":1729,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/d3-ease/src/math.js","layer":"app-pages-browser"},"startTime":1773907995424,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":3556,"timestamp":1532286116286,"id":1734,"parentId":1494,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/@swc/helpers/esm/_class_private_field_loose_key.js","layer":"app-pages-browser"},"startTime":1773907995421,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":3624,"timestamp":1532286116327,"id":1735,"parentId":1494,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/@swc/helpers/esm/_class_private_field_loose_base.js","layer":"app-pages-browser"},"startTime":1773907995421,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":1252,"timestamp":1532286118785,"id":1737,"parentId":1710,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/detect-node-es/esm/browser.js","layer":"app-pages-browser"},"startTime":1773907995423,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":649,"timestamp":1532286119517,"id":1740,"parentId":1485,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/compiled/scheduler/index.js","layer":"app-pages-browser"},"startTime":1773907995424,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":911,"timestamp":1532286119410,"id":1738,"parentId":1537,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/scheduler/index.js","layer":null},"startTime":1773907995424,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":792,"timestamp":1532286120982,"id":1742,"parentId":1641,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/compiled/process/browser.js","layer":null},"startTime":1773907995425,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":1107,"timestamp":1532286120997,"id":1743,"parentId":1640,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/compiled/process/browser.js","layer":"app-pages-browser"},"startTime":1773907995425,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":1938,"timestamp":1532286120897,"id":1741,"parentId":1740,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/compiled/scheduler/cjs/scheduler.production.js","layer":"app-pages-browser"},"startTime":1773907995425,"traceId":"c94d3a685d13f935"},{"name":"add-entry","duration":937613,"timestamp":1532285185267,"id":1040,"parentId":1035,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1773907994489,"traceId":"c94d3a685d13f935"},{"name":"add-entry","duration":937680,"timestamp":1532285185256,"id":1037,"parentId":1035,"tags":{"request":"./node_modules/next/dist/client/app-next.js"},"startTime":1773907994489,"traceId":"c94d3a685d13f935"},{"name":"add-entry","duration":937674,"timestamp":1532285185266,"id":1039,"parentId":1035,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fclient%2Fcomponents%2Fnot-found-error&page=%2F_not-found%2Fpage!"},"startTime":1773907994489,"traceId":"c94d3a685d13f935"},{"name":"add-entry","duration":937678,"timestamp":1532285185264,"id":1038,"parentId":1035,"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":1773907994489,"traceId":"c94d3a685d13f935"},{"name":"add-entry","duration":937666,"timestamp":1532285185278,"id":1046,"parentId":1035,"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":1773907994489,"traceId":"c94d3a685d13f935"},{"name":"add-entry","duration":937645,"timestamp":1532285185301,"id":1063,"parentId":1035,"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":1773907994490,"traceId":"c94d3a685d13f935"},{"name":"build-module-js","duration":2495,"timestamp":1532286121038,"id":1744,"parentId":1738,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/scheduler/cjs/scheduler.production.min.js","layer":null},"startTime":1773907995425,"traceId":"c94d3a685d13f935"},{"name":"add-entry","duration":938325,"timestamp":1532285185238,"id":1036,"parentId":1035,"tags":{"request":"./node_modules/next/dist/client/next.js"},"startTime":1773907994489,"traceId":"c94d3a685d13f935"},{"name":"make","duration":938462,"timestamp":1532285185128,"id":1035,"parentId":1034,"tags":{},"startTime":1773907994489,"traceId":"c94d3a685d13f935"},{"name":"chunk-graph","duration":3558,"timestamp":1532286140758,"id":1746,"parentId":1745,"tags":{},"startTime":1773907995445,"traceId":"c94d3a685d13f935"},{"name":"optimize-modules","duration":3,"timestamp":1532286144337,"id":1748,"parentId":1745,"tags":{},"startTime":1773907995449,"traceId":"c94d3a685d13f935"},{"name":"optimize-chunks","duration":5750,"timestamp":1532286145246,"id":1750,"parentId":1745,"tags":{},"startTime":1773907995449,"traceId":"c94d3a685d13f935"},{"name":"optimize-tree","duration":5,"timestamp":1532286151022,"id":1751,"parentId":1745,"tags":{},"startTime":1773907995455,"traceId":"c94d3a685d13f935"},{"name":"optimize-chunk-modules","duration":7424,"timestamp":1532286151043,"id":1752,"parentId":1745,"tags":{},"startTime":1773907995455,"traceId":"c94d3a685d13f935"},{"name":"optimize","duration":14158,"timestamp":1532286144329,"id":1747,"parentId":1745,"tags":{},"startTime":1773907995449,"traceId":"c94d3a685d13f935"},{"name":"module-hash","duration":7399,"timestamp":1532286165809,"id":1753,"parentId":1745,"tags":{},"startTime":1773907995470,"traceId":"c94d3a685d13f935"},{"name":"code-generation","duration":101141,"timestamp":1532286173230,"id":1754,"parentId":1745,"tags":{},"startTime":1773907995477,"traceId":"c94d3a685d13f935"},{"name":"hash","duration":2436,"timestamp":1532286275880,"id":1755,"parentId":1745,"tags":{},"startTime":1773907995580,"traceId":"c94d3a685d13f935"},{"name":"code-generation-jobs","duration":151,"timestamp":1532286278315,"id":1756,"parentId":1745,"tags":{},"startTime":1773907995583,"traceId":"c94d3a685d13f935"},{"name":"module-assets","duration":170,"timestamp":1532286278459,"id":1757,"parentId":1745,"tags":{},"startTime":1773907995583,"traceId":"c94d3a685d13f935"},{"name":"create-chunk-assets","duration":5645,"timestamp":1532286278633,"id":1758,"parentId":1745,"tags":{},"startTime":1773907995583,"traceId":"c94d3a685d13f935"},{"name":"NextJsBuildManifest-generateClientManifest","duration":672,"timestamp":1532286286618,"id":1760,"parentId":1034,"tags":{},"startTime":1773907995591,"traceId":"c94d3a685d13f935"},{"name":"NextJsBuildManifest-createassets","duration":952,"timestamp":1532286286341,"id":1759,"parentId":1034,"tags":{},"startTime":1773907995591,"traceId":"c94d3a685d13f935"},{"name":"minify-js","duration":48487,"timestamp":1532286295750,"id":1763,"parentId":1761,"tags":{"name":"static/chunks/main-app-4506e88db72db4b7.js","cache":"MISS"},"startTime":1773907995600,"traceId":"c94d3a685d13f935"},{"name":"minify-js","duration":48406,"timestamp":1532286295857,"id":1765,"parentId":1761,"tags":{"name":"static/chunks/pages/_error-9b7125ad1a1e68fa.js","cache":"MISS"},"startTime":1773907995600,"traceId":"c94d3a685d13f935"},{"name":"minify-js","duration":48394,"timestamp":1532286295879,"id":1766,"parentId":1761,"tags":{"name":"static/chunks/pages/_app-d23763e3e6c904ff.js","cache":"MISS"},"startTime":1773907995600,"traceId":"c94d3a685d13f935"},{"name":"minify-js","duration":48384,"timestamp":1532286295901,"id":1767,"parentId":1761,"tags":{"name":"static/chunks/app/api/databases/route-cd322321212797cf.js","cache":"MISS"},"startTime":1773907995600,"traceId":"c94d3a685d13f935"},{"name":"minify-js","duration":48379,"timestamp":1532286295919,"id":1768,"parentId":1761,"tags":{"name":"static/chunks/app/api/cloudflare/route-d0c1dc2a9e7dce36.js","cache":"MISS"},"startTime":1773907995600,"traceId":"c94d3a685d13f935"},{"name":"minify-js","duration":48371,"timestamp":1532286295935,"id":1769,"parentId":1761,"tags":{"name":"static/chunks/app/api/migrations/list/route-cd710ff75b6bcd02.js","cache":"MISS"},"startTime":1773907995600,"traceId":"c94d3a685d13f935"},{"name":"minify-js","duration":48528,"timestamp":1532286295785,"id":1764,"parentId":1761,"tags":{"name":"static/chunks/app/_not-found/page-3e24b81707d98126.js","cache":"MISS"},"startTime":1773907995600,"traceId":"c94d3a685d13f935"},{"name":"minify-js","duration":48230,"timestamp":1532286296092,"id":1771,"parentId":1761,"tags":{"name":"static/chunks/app/api/migrations/sync/route-ee522f232b9f0a9c.js","cache":"MISS"},"startTime":1773907995600,"traceId":"c94d3a685d13f935"},{"name":"minify-js","duration":48207,"timestamp":1532286296123,"id":1773,"parentId":1761,"tags":{"name":"static/chunks/app/api/pull-data/confirm/route-118764086af798f8.js","cache":"MISS"},"startTime":1773907995600,"traceId":"c94d3a685d13f935"},{"name":"minify-js","duration":48230,"timestamp":1532286296107,"id":1772,"parentId":1761,"tags":{"name":"static/chunks/app/api/pro/route-c90c1f901fc00d38.js","cache":"MISS"},"startTime":1773907995600,"traceId":"c94d3a685d13f935"},{"name":"minify-js","duration":48206,"timestamp":1532286296139,"id":1774,"parentId":1761,"tags":{"name":"static/chunks/app/api/migrations/sync-files/route-79ee2c26f87d3bc7.js","cache":"MISS"},"startTime":1773907995600,"traceId":"c94d3a685d13f935"},{"name":"minify-js","duration":48197,"timestamp":1532286296155,"id":1775,"parentId":1761,"tags":{"name":"static/chunks/app/api/pull-remote/preview/route-342db7ea13e6f447.js","cache":"MISS"},"startTime":1773907995600,"traceId":"c94d3a685d13f935"},{"name":"minify-js","duration":48189,"timestamp":1532286296171,"id":1776,"parentId":1761,"tags":{"name":"static/chunks/app/api/push-remote/preview/route-ab090482f299f57f.js","cache":"MISS"},"startTime":1773907995600,"traceId":"c94d3a685d13f935"},{"name":"minify-js","duration":48181,"timestamp":1532286296186,"id":1777,"parentId":1761,"tags":{"name":"static/chunks/app/api/query/route-4d21a8b1d34491f1.js","cache":"MISS"},"startTime":1773907995600,"traceId":"c94d3a685d13f935"},{"name":"minify-js","duration":48173,"timestamp":1532286296201,"id":1778,"parentId":1761,"tags":{"name":"static/chunks/app/api/push-remote/confirm/route-b778c053bd515abd.js","cache":"MISS"},"startTime":1773907995600,"traceId":"c94d3a685d13f935"},{"name":"minify-js","duration":48164,"timestamp":1532286296217,"id":1779,"parentId":1761,"tags":{"name":"static/chunks/app/api/tables/[name]/import/route-510472de7a5c29bd.js","cache":"MISS"},"startTime":1773907995600,"traceId":"c94d3a685d13f935"},{"name":"minify-js","duration":48156,"timestamp":1532286296232,"id":1780,"parentId":1761,"tags":{"name":"static/chunks/app/api/tables/route-daa975df4ea8e8f8.js","cache":"MISS"},"startTime":1773907995600,"traceId":"c94d3a685d13f935"},{"name":"minify-js","duration":48146,"timestamp":1532286296248,"id":1781,"parentId":1761,"tags":{"name":"static/chunks/app/api/time-travel/preview/route-5787d7e8f17bd539.js","cache":"MISS"},"startTime":1773907995600,"traceId":"c94d3a685d13f935"},{"name":"minify-js","duration":48138,"timestamp":1532286296263,"id":1782,"parentId":1761,"tags":{"name":"static/chunks/app/api/time-travel/restore/route-84b64a27e831e21c.js","cache":"MISS"},"startTime":1773907995600,"traceId":"c94d3a685d13f935"},{"name":"minify-js","duration":48129,"timestamp":1532286296279,"id":1783,"parentId":1761,"tags":{"name":"static/chunks/app/api/update/route-54ee900537982652.js","cache":"MISS"},"startTime":1773907995600,"traceId":"c94d3a685d13f935"},{"name":"minify-js","duration":48121,"timestamp":1532286296294,"id":1784,"parentId":1761,"tags":{"name":"static/chunks/app/api/schema/route-cb17a387d6b557ad.js","cache":"MISS"},"startTime":1773907995601,"traceId":"c94d3a685d13f935"},{"name":"minify-js","duration":48111,"timestamp":1532286296310,"id":1785,"parentId":1761,"tags":{"name":"static/chunks/app/api/pull-remote/confirm/route-2b0ade4ebfcea0bc.js","cache":"MISS"},"startTime":1773907995601,"traceId":"c94d3a685d13f935"},{"name":"minify-js","duration":48101,"timestamp":1532286296325,"id":1786,"parentId":1761,"tags":{"name":"static/chunks/app/api/tables/[name]/route-6a1fa95c303ce0de.js","cache":"MISS"},"startTime":1773907995601,"traceId":"c94d3a685d13f935"},{"name":"minify-js","duration":48483,"timestamp":1532286295951,"id":1770,"parentId":1761,"tags":{"name":"static/chunks/app/layout-f0ec4d636ee0f763.js","cache":"MISS"},"startTime":1773907995600,"traceId":"c94d3a685d13f935"},{"name":"minify-js","duration":43333,"timestamp":1532286301108,"id":1788,"parentId":1761,"tags":{"name":"static/chunks/webpack-024900a94af4f0a7.js","cache":"MISS"},"startTime":1773907995605,"traceId":"c94d3a685d13f935"},{"name":"minify-js","duration":43207,"timestamp":1532286301243,"id":1789,"parentId":1761,"tags":{"name":"static/chunks/52.3805be84ba856e6c.js","cache":"MISS"},"startTime":1773907995605,"traceId":"c94d3a685d13f935"},{"name":"minify-js","duration":71315,"timestamp":1532286296341,"id":1787,"parentId":1761,"tags":{"name":"static/chunks/app/page-358bf2112802ff85.js","cache":"MISS"},"startTime":1773907995601,"traceId":"c94d3a685d13f935"},{"name":"minify-js","duration":77265,"timestamp":1532286292323,"id":1762,"parentId":1761,"tags":{"name":"static/chunks/main-8d0ab17774ffa031.js","cache":"MISS"},"startTime":1773907995597,"traceId":"c94d3a685d13f935"},{"name":"minify-js","duration":79464,"timestamp":1532286309475,"id":1793,"parentId":1761,"tags":{"name":"static/chunks/692-9e59d546afd11ec3.js","cache":"MISS"},"startTime":1773907995614,"traceId":"c94d3a685d13f935"},{"name":"minify-js","duration":98255,"timestamp":1532286301529,"id":1790,"parentId":1761,"tags":{"name":"static/chunks/framework-d29117d969504448.js","cache":"MISS"},"startTime":1773907995606,"traceId":"c94d3a685d13f935"},{"name":"minify-js","duration":93601,"timestamp":1532286307633,"id":1792,"parentId":1761,"tags":{"name":"static/chunks/1a258343.1c8d07ca51f19051.js","cache":"MISS"},"startTime":1773907995612,"traceId":"c94d3a685d13f935"},{"name":"minify-js","duration":113445,"timestamp":1532286302396,"id":1791,"parentId":1761,"tags":{"name":"static/chunks/4bd1b696-124ea104c06f6cea.js","cache":"MISS"},"startTime":1773907995607,"traceId":"c94d3a685d13f935"},{"name":"minify-js","duration":98629,"timestamp":1532286322115,"id":1797,"parentId":1761,"tags":{"name":"static/chunks/92-a84bdac2be7c8d7a.js","cache":"MISS"},"startTime":1773907995626,"traceId":"c94d3a685d13f935"},{"name":"minify-js","duration":103291,"timestamp":1532286322383,"id":1798,"parentId":1761,"tags":{"name":"static/chunks/480-85b6c8ae3f51b156.js","cache":"MISS"},"startTime":1773907995627,"traceId":"c94d3a685d13f935"},{"name":"minify-js","duration":103114,"timestamp":1532286322624,"id":1799,"parentId":1761,"tags":{"name":"server/middleware-react-loadable-manifest.js","cache":"MISS"},"startTime":1773907995627,"traceId":"c94d3a685d13f935"},{"name":"minify-js","duration":103105,"timestamp":1532286322641,"id":1800,"parentId":1761,"tags":{"name":"static/zh4Fz2tbm8GRka4woRrGp/_ssgManifest.js","cache":"MISS"},"startTime":1773907995627,"traceId":"c94d3a685d13f935"},{"name":"minify-js","duration":103129,"timestamp":1532286322651,"id":1801,"parentId":1761,"tags":{"name":"server/middleware-build-manifest.js","cache":"MISS"},"startTime":1773907995627,"traceId":"c94d3a685d13f935"},{"name":"minify-js","duration":104065,"timestamp":1532286322662,"id":1802,"parentId":1761,"tags":{"name":"static/zh4Fz2tbm8GRka4woRrGp/_buildManifest.js","cache":"MISS"},"startTime":1773907995627,"traceId":"c94d3a685d13f935"},{"name":"minify-js","duration":104118,"timestamp":1532286322671,"id":1803,"parentId":1761,"tags":{"name":"server/next-font-manifest.js","cache":"MISS"},"startTime":1773907995627,"traceId":"c94d3a685d13f935"},{"name":"minify-js","duration":136006,"timestamp":1532286315390,"id":1795,"parentId":1761,"tags":{"name":"static/chunks/345.290e14996643753f.js","cache":"MISS"},"startTime":1773907995620,"traceId":"c94d3a685d13f935"},{"name":"minify-js","duration":157547,"timestamp":1532286310426,"id":1794,"parentId":1761,"tags":{"name":"static/chunks/517-c876ce2f00030cd0.js","cache":"MISS"},"startTime":1773907995615,"traceId":"c94d3a685d13f935"},{"name":"minify-js","duration":153410,"timestamp":1532286318051,"id":1796,"parentId":1761,"tags":{"name":"static/chunks/803-a2fcfbd00e6b3b38.js","cache":"MISS"},"startTime":1773907995622,"traceId":"c94d3a685d13f935"},{"name":"minify-webpack-plugin-optimize","duration":183624,"timestamp":1532286287842,"id":1761,"parentId":1034,"tags":{"compilationName":"client"},"startTime":1773907995592,"traceId":"c94d3a685d13f935"},{"name":"minify-css","duration":237192,"timestamp":1532286471575,"id":1805,"parentId":1804,"tags":{"file":"static/css/ff9e0e6ee7c7f254.css","cache":"MISS"},"startTime":1773907995776,"traceId":"c94d3a685d13f935"},{"name":"minify-css","duration":237151,"timestamp":1532286471621,"id":1806,"parentId":1804,"tags":{"file":"static/css/1c55b199e782dd50.css","cache":"MISS"},"startTime":1773907995776,"traceId":"c94d3a685d13f935"},{"name":"css-minimizer-plugin","duration":237234,"timestamp":1532286471540,"id":1804,"parentId":1034,"tags":{},"startTime":1773907995776,"traceId":"c94d3a685d13f935"},{"name":"seal","duration":582196,"timestamp":1532286133990,"id":1745,"parentId":1034,"tags":{},"startTime":1773907995438,"traceId":"c94d3a685d13f935"},{"name":"webpack-compilation","duration":1531764,"timestamp":1532285184467,"id":1034,"parentId":13,"tags":{"name":"client"},"startTime":1773907994489,"traceId":"c94d3a685d13f935"},{"name":"emit","duration":6995,"timestamp":1532286716250,"id":1807,"parentId":13,"tags":{},"startTime":1773907996020,"traceId":"c94d3a685d13f935"},{"name":"webpack-close","duration":142742,"timestamp":1532286723529,"id":1808,"parentId":13,"tags":{"name":"client"},"startTime":1773907996028,"traceId":"c94d3a685d13f935"},{"name":"webpack-generate-error-stats","duration":555,"timestamp":1532286866281,"id":1809,"parentId":1808,"tags":{},"startTime":1773907996170,"traceId":"c94d3a685d13f935"}]
18
+ [{"name":"run-webpack-compiler","duration":4726933,"timestamp":1532282140211,"id":13,"parentId":1,"tags":{},"startTime":1773907991444,"traceId":"c94d3a685d13f935"},{"name":"format-webpack-messages","duration":55,"timestamp":1532286867147,"id":1810,"parentId":1,"tags":{},"startTime":1773907996171,"traceId":"c94d3a685d13f935"},{"name":"verify-and-lint","duration":928092,"timestamp":1532286876549,"id":1813,"parentId":1,"tags":{},"startTime":1773907996181,"traceId":"c94d3a685d13f935"},{"name":"verify-typescript-setup","duration":3133278,"timestamp":1532286873092,"id":1812,"parentId":1,"tags":{},"startTime":1773907996177,"traceId":"c94d3a685d13f935"},{"name":"check-static-error-page","duration":4040,"timestamp":1532290020651,"id":1816,"parentId":1815,"tags":{},"startTime":1773907999325,"traceId":"c94d3a685d13f935"},{"name":"check-page","duration":2757,"timestamp":1532290051862,"id":1817,"parentId":1815,"tags":{"page":"/_app"},"startTime":1773907999356,"traceId":"c94d3a685d13f935"},{"name":"check-page","duration":879,"timestamp":1532290053749,"id":1819,"parentId":1815,"tags":{"page":"/_document"},"startTime":1773907999358,"traceId":"c94d3a685d13f935"},{"name":"check-page","duration":2248,"timestamp":1532290053710,"id":1818,"parentId":1815,"tags":{"page":"/_error"},"startTime":1773907999358,"traceId":"c94d3a685d13f935"},{"name":"is-page-static","duration":302233,"timestamp":1532290057895,"id":1845,"parentId":1824,"tags":{},"startTime":1773907999362,"traceId":"c94d3a685d13f935"},{"name":"check-page","duration":306232,"timestamp":1532290054008,"id":1824,"parentId":1815,"tags":{"page":"/api/migrations/sync-files"},"startTime":1773907999358,"traceId":"c94d3a685d13f935"},{"name":"is-page-static","duration":302534,"timestamp":1532290057781,"id":1842,"parentId":1821,"tags":{},"startTime":1773907999362,"traceId":"c94d3a685d13f935"},{"name":"check-page","duration":306415,"timestamp":1532290053919,"id":1821,"parentId":1815,"tags":{"page":"/api/cloudflare"},"startTime":1773907999358,"traceId":"c94d3a685d13f935"},{"name":"is-page-static","duration":307443,"timestamp":1532290058588,"id":1851,"parentId":1831,"tags":{},"startTime":1773907999363,"traceId":"c94d3a685d13f935"},{"name":"check-page","duration":311823,"timestamp":1532290054229,"id":1831,"parentId":1815,"tags":{"page":"/api/push-remote/preview"},"startTime":1773907999358,"traceId":"c94d3a685d13f935"},{"name":"is-page-static","duration":308034,"timestamp":1532290058085,"id":1848,"parentId":1827,"tags":{},"startTime":1773907999362,"traceId":"c94d3a685d13f935"},{"name":"check-page","duration":311981,"timestamp":1532290054147,"id":1827,"parentId":1815,"tags":{"page":"/api/pull-data/confirm"},"startTime":1773907999358,"traceId":"c94d3a685d13f935"},{"name":"is-page-static","duration":309528,"timestamp":1532290058697,"id":1854,"parentId":1833,"tags":{},"startTime":1773907999363,"traceId":"c94d3a685d13f935"},{"name":"check-page","duration":313926,"timestamp":1532290054317,"id":1833,"parentId":1815,"tags":{"page":"/api/schema"},"startTime":1773907999359,"traceId":"c94d3a685d13f935"},{"name":"is-page-static","duration":310472,"timestamp":1532290058665,"id":1852,"parentId":1830,"tags":{},"startTime":1773907999363,"traceId":"c94d3a685d13f935"},{"name":"check-page","duration":314966,"timestamp":1532290054208,"id":1830,"parentId":1815,"tags":{"page":"/api/push-remote/confirm"},"startTime":1773907999358,"traceId":"c94d3a685d13f935"},{"name":"is-page-static","duration":311819,"timestamp":1532290057576,"id":1841,"parentId":1820,"tags":{},"startTime":1773907999362,"traceId":"c94d3a685d13f935"},{"name":"check-page","duration":315653,"timestamp":1532290053759,"id":1820,"parentId":1815,"tags":{"page":"/_not-found"},"startTime":1773907999358,"traceId":"c94d3a685d13f935"},{"name":"is-page-static","duration":314576,"timestamp":1532290057820,"id":1843,"parentId":1822,"tags":{},"startTime":1773907999362,"traceId":"c94d3a685d13f935"},{"name":"check-page","duration":318467,"timestamp":1532290053958,"id":1822,"parentId":1815,"tags":{"page":"/api/databases"},"startTime":1773907999358,"traceId":"c94d3a685d13f935"},{"name":"is-page-static","duration":315335,"timestamp":1532290058893,"id":1858,"parentId":1837,"tags":{},"startTime":1773907999363,"traceId":"c94d3a685d13f935"},{"name":"check-page","duration":319849,"timestamp":1532290054408,"id":1837,"parentId":1815,"tags":{"page":"/api/time-travel/preview"},"startTime":1773907999359,"traceId":"c94d3a685d13f935"},{"name":"is-page-static","duration":317780,"timestamp":1532290057858,"id":1844,"parentId":1823,"tags":{},"startTime":1773907999362,"traceId":"c94d3a685d13f935"},{"name":"check-page","duration":321673,"timestamp":1532290053985,"id":1823,"parentId":1815,"tags":{"page":"/api/migrations/list"},"startTime":1773907999358,"traceId":"c94d3a685d13f935"},{"name":"is-page-static","duration":322350,"timestamp":1532290058706,"id":1855,"parentId":1834,"tags":{},"startTime":1773907999363,"traceId":"c94d3a685d13f935"},{"name":"check-page","duration":326743,"timestamp":1532290054349,"id":1834,"parentId":1815,"tags":{"page":"/api/tables/[name]/import"},"startTime":1773907999359,"traceId":"c94d3a685d13f935"},{"name":"is-page-static","duration":322928,"timestamp":1532290058909,"id":1860,"parentId":1839,"tags":{},"startTime":1773907999363,"traceId":"c94d3a685d13f935"},{"name":"check-page","duration":327422,"timestamp":1532290054446,"id":1839,"parentId":1815,"tags":{"page":"/api/update"},"startTime":1773907999359,"traceId":"c94d3a685d13f935"},{"name":"is-page-static","duration":324317,"timestamp":1532290058902,"id":1859,"parentId":1838,"tags":{},"startTime":1773907999363,"traceId":"c94d3a685d13f935"},{"name":"check-page","duration":328849,"timestamp":1532290054427,"id":1838,"parentId":1815,"tags":{"page":"/api/time-travel/restore"},"startTime":1773907999359,"traceId":"c94d3a685d13f935"},{"name":"is-page-static","duration":328144,"timestamp":1532290058688,"id":1853,"parentId":1832,"tags":{},"startTime":1773907999363,"traceId":"c94d3a685d13f935"},{"name":"check-page","duration":332619,"timestamp":1532290054247,"id":1832,"parentId":1815,"tags":{"page":"/api/query"},"startTime":1773907999358,"traceId":"c94d3a685d13f935"},{"name":"is-page-static","duration":331788,"timestamp":1532290058044,"id":1847,"parentId":1826,"tags":{},"startTime":1773907999362,"traceId":"c94d3a685d13f935"},{"name":"check-page","duration":335738,"timestamp":1532290054120,"id":1826,"parentId":1815,"tags":{"page":"/api/pro"},"startTime":1773907999358,"traceId":"c94d3a685d13f935"},{"name":"is-page-static","duration":332219,"timestamp":1532290058865,"id":1856,"parentId":1835,"tags":{},"startTime":1773907999363,"traceId":"c94d3a685d13f935"},{"name":"check-page","duration":336731,"timestamp":1532290054370,"id":1835,"parentId":1815,"tags":{"page":"/api/tables/[name]"},"startTime":1773907999359,"traceId":"c94d3a685d13f935"},{"name":"is-page-static","duration":338103,"timestamp":1532290057927,"id":1846,"parentId":1825,"tags":{},"startTime":1773907999362,"traceId":"c94d3a685d13f935"},{"name":"check-page","duration":342036,"timestamp":1532290054029,"id":1825,"parentId":1815,"tags":{"page":"/api/migrations/sync"},"startTime":1773907999358,"traceId":"c94d3a685d13f935"},{"name":"is-page-static","duration":339492,"timestamp":1532290058880,"id":1857,"parentId":1836,"tags":{},"startTime":1773907999363,"traceId":"c94d3a685d13f935"},{"name":"check-page","duration":344013,"timestamp":1532290054390,"id":1836,"parentId":1815,"tags":{"page":"/api/tables"},"startTime":1773907999359,"traceId":"c94d3a685d13f935"},{"name":"is-page-static","duration":332741,"timestamp":1532290065733,"id":1861,"parentId":1840,"tags":{},"startTime":1773907999370,"traceId":"c94d3a685d13f935"},{"name":"check-page","duration":344019,"timestamp":1532290054463,"id":1840,"parentId":1815,"tags":{"page":"/"},"startTime":1773907999359,"traceId":"c94d3a685d13f935"},{"name":"is-page-static","duration":348781,"timestamp":1532290058535,"id":1849,"parentId":1828,"tags":{},"startTime":1773907999363,"traceId":"c94d3a685d13f935"},{"name":"check-page","duration":353177,"timestamp":1532290054168,"id":1828,"parentId":1815,"tags":{"page":"/api/pull-remote/confirm"},"startTime":1773907999358,"traceId":"c94d3a685d13f935"},{"name":"is-page-static","duration":349759,"timestamp":1532290058561,"id":1850,"parentId":1829,"tags":{},"startTime":1773907999363,"traceId":"c94d3a685d13f935"},{"name":"check-page","duration":354137,"timestamp":1532290054189,"id":1829,"parentId":1815,"tags":{"page":"/api/pull-remote/preview"},"startTime":1773907999358,"traceId":"c94d3a685d13f935"},{"name":"static-check","duration":388126,"timestamp":1532290020234,"id":1815,"parentId":1,"tags":{},"startTime":1773907999324,"traceId":"c94d3a685d13f935"},{"name":"generate-required-server-files","duration":360,"timestamp":1532290408560,"id":1863,"parentId":1,"tags":{},"startTime":1773907999713,"traceId":"c94d3a685d13f935"},{"name":"write-routes-manifest","duration":1336,"timestamp":1532290413473,"id":1865,"parentId":1,"tags":{},"startTime":1773907999718,"traceId":"c94d3a685d13f935"},{"name":"load-dotenv","duration":22,"timestamp":1532290783045,"id":1868,"parentId":1867,"tags":{},"startTime":1773908000087,"traceId":"c94d3a685d13f935"},{"name":"run-export-path-map","duration":340,"timestamp":1532291369067,"id":1869,"parentId":1867,"tags":{},"startTime":1773908000673,"traceId":"c94d3a685d13f935"},{"name":"next-export","duration":1045220,"timestamp":1532290782605,"id":1867,"parentId":1,"tags":{},"startTime":1773908000087,"traceId":"c94d3a685d13f935"},{"name":"move-exported-app-not-found-","duration":6518,"timestamp":1532291828756,"id":1870,"parentId":1866,"tags":{},"startTime":1773908001133,"traceId":"c94d3a685d13f935"},{"name":"move-exported-page","duration":19231,"timestamp":1532291835349,"id":1871,"parentId":1866,"tags":{},"startTime":1773908001140,"traceId":"c94d3a685d13f935"},{"name":"static-generation","duration":1293484,"timestamp":1532290780286,"id":1866,"parentId":1,"tags":{},"startTime":1773908000084,"traceId":"c94d3a685d13f935"},{"name":"node-file-trace-build","duration":4724705,"timestamp":1532290410291,"id":1864,"parentId":1,"tags":{"isTurbotrace":"false"},"startTime":1773907999715,"traceId":"c94d3a685d13f935"},{"name":"apply-include-excludes","duration":367,"timestamp":1532295135047,"id":1872,"parentId":1,"tags":{},"startTime":1773908004439,"traceId":"c94d3a685d13f935"},{"name":"print-tree-view","duration":1595,"timestamp":1532295135780,"id":1873,"parentId":1,"tags":{},"startTime":1773908004440,"traceId":"c94d3a685d13f935"},{"name":"telemetry-flush","duration":21,"timestamp":1532295137380,"id":1874,"parentId":1,"tags":{},"startTime":1773908004442,"traceId":"c94d3a685d13f935"},{"name":"next-build","duration":13095744,"timestamp":1532282041659,"id":1,"tags":{"buildMode":"default","isTurboBuild":"false","version":"15.1.6","has-custom-webpack-config":"true","use-build-worker":"false"},"startTime":1773907991346,"traceId":"c94d3a685d13f935"}]