d1s 0.3.12 → 0.3.14

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 (73) hide show
  1. package/README.md +1 -1
  2. package/dist/.next/BUILD_ID +1 -1
  3. package/dist/.next/app-build-manifest.json +38 -38
  4. package/dist/.next/app-path-routes-manifest.json +9 -9
  5. package/dist/.next/build-manifest.json +2 -2
  6. package/dist/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
  7. package/dist/.next/server/app/_not-found.html +1 -1
  8. package/dist/.next/server/app/_not-found.rsc +1 -1
  9. package/dist/.next/server/app/api/cloudflare/route.js +1 -1
  10. package/dist/.next/server/app/api/cloudflare/route_client-reference-manifest.js +1 -1
  11. package/dist/.next/server/app/api/databases/route.js +1 -1
  12. package/dist/.next/server/app/api/databases/route_client-reference-manifest.js +1 -1
  13. package/dist/.next/server/app/api/migrations/list/route.js +2 -2
  14. package/dist/.next/server/app/api/migrations/list/route_client-reference-manifest.js +1 -1
  15. package/dist/.next/server/app/api/migrations/sync/route.js +3 -3
  16. package/dist/.next/server/app/api/migrations/sync/route_client-reference-manifest.js +1 -1
  17. package/dist/.next/server/app/api/migrations/sync-files/route.js +2 -2
  18. package/dist/.next/server/app/api/migrations/sync-files/route_client-reference-manifest.js +1 -1
  19. package/dist/.next/server/app/api/pro/route_client-reference-manifest.js +1 -1
  20. package/dist/.next/server/app/api/pull-data/confirm/route.js +1 -1
  21. package/dist/.next/server/app/api/pull-data/confirm/route_client-reference-manifest.js +1 -1
  22. package/dist/.next/server/app/api/pull-remote/confirm/route.js +2 -2
  23. package/dist/.next/server/app/api/pull-remote/confirm/route_client-reference-manifest.js +1 -1
  24. package/dist/.next/server/app/api/pull-remote/preview/route.js +2 -2
  25. package/dist/.next/server/app/api/pull-remote/preview/route_client-reference-manifest.js +1 -1
  26. package/dist/.next/server/app/api/push-remote/confirm/route.js +3 -3
  27. package/dist/.next/server/app/api/push-remote/confirm/route_client-reference-manifest.js +1 -1
  28. package/dist/.next/server/app/api/push-remote/preview/route.js +3 -3
  29. package/dist/.next/server/app/api/push-remote/preview/route_client-reference-manifest.js +1 -1
  30. package/dist/.next/server/app/api/query/route.js +3 -3
  31. package/dist/.next/server/app/api/query/route_client-reference-manifest.js +1 -1
  32. package/dist/.next/server/app/api/schema/route.js +1 -1
  33. package/dist/.next/server/app/api/schema/route_client-reference-manifest.js +1 -1
  34. package/dist/.next/server/app/api/tables/[name]/import/route.js +1 -1
  35. package/dist/.next/server/app/api/tables/[name]/import/route_client-reference-manifest.js +1 -1
  36. package/dist/.next/server/app/api/tables/[name]/route.js +2 -2
  37. package/dist/.next/server/app/api/tables/[name]/route_client-reference-manifest.js +1 -1
  38. package/dist/.next/server/app/api/tables/route.js +2 -2
  39. package/dist/.next/server/app/api/tables/route_client-reference-manifest.js +1 -1
  40. package/dist/.next/server/app/api/time-travel/preview/route.js +1 -1
  41. package/dist/.next/server/app/api/time-travel/preview/route_client-reference-manifest.js +1 -1
  42. package/dist/.next/server/app/api/time-travel/restore/route.js +1 -1
  43. package/dist/.next/server/app/api/time-travel/restore/route_client-reference-manifest.js +1 -1
  44. package/dist/.next/server/app/api/update/route.js +1 -1
  45. package/dist/.next/server/app/api/update/route_client-reference-manifest.js +1 -1
  46. package/dist/.next/server/app/index.html +2 -2
  47. package/dist/.next/server/app/index.rsc +2 -2
  48. package/dist/.next/server/app/page.js +1 -1
  49. package/dist/.next/server/app/page_client-reference-manifest.js +1 -1
  50. package/dist/.next/server/app-paths-manifest.json +9 -9
  51. package/dist/.next/server/chunks/366.js +1 -1
  52. package/dist/.next/server/chunks/386.js +4 -4
  53. package/dist/.next/server/chunks/626.js +1 -1
  54. package/dist/.next/server/pages/404.html +1 -1
  55. package/dist/.next/server/pages/500.html +1 -1
  56. package/dist/.next/static/chunks/app/{page-8357e24c136e1cb2.js → page-5f5e2a64d451ecb1.js} +1 -1
  57. package/dist/.next/trace +3 -3
  58. package/dist/app/api/migrations/sync/route.js +1 -3
  59. package/dist/app/api/pull-data/confirm/route.js +2 -22
  60. package/dist/app/api/pull-remote/confirm/route.js +0 -15
  61. package/dist/app/api/push-remote/confirm/route.js +0 -6
  62. package/dist/app/api/push-remote/preview/route.js +0 -4
  63. package/dist/app/api/query/route.js +0 -6
  64. package/dist/app/api/tables/route.js +0 -3
  65. package/dist/app/api/time-travel/preview/route.js +0 -2
  66. package/dist/app/api/time-travel/restore/route.js +0 -2
  67. package/dist/app/api/update/route.js +1 -2
  68. package/dist/lib/find-wrangler-config.js +0 -3
  69. package/dist/lib/local-db.js +0 -6
  70. package/dist/lib/sql-operations.js +1 -15
  71. package/package.json +1 -1
  72. /package/dist/.next/static/{pmKtFRQ7K5CL_jqemxlSj → o_MkOiVF7_eRHovqofgAP}/_buildManifest.js +0 -0
  73. /package/dist/.next/static/{pmKtFRQ7K5CL_jqemxlSj → o_MkOiVF7_eRHovqofgAP}/_ssgManifest.js +0 -0
package/dist/.next/trace CHANGED
@@ -1,3 +1,3 @@
1
- [{"name":"generate-buildid","duration":97,"timestamp":1428059690292,"id":4,"parentId":1,"tags":{},"startTime":1777906572342,"traceId":"3b10f67b1d0847ea"},{"name":"load-custom-routes","duration":141,"timestamp":1428059690430,"id":5,"parentId":1,"tags":{},"startTime":1777906572342,"traceId":"3b10f67b1d0847ea"},{"name":"create-dist-dir","duration":505,"timestamp":1428059731313,"id":6,"parentId":1,"tags":{},"startTime":1777906572383,"traceId":"3b10f67b1d0847ea"},{"name":"create-pages-mapping","duration":83,"timestamp":1428059741907,"id":7,"parentId":1,"tags":{},"startTime":1777906572393,"traceId":"3b10f67b1d0847ea"},{"name":"collect-app-files","duration":1654,"timestamp":1428059742008,"id":8,"parentId":1,"tags":{},"startTime":1777906572393,"traceId":"3b10f67b1d0847ea"},{"name":"create-app-mapping","duration":662,"timestamp":1428059743672,"id":9,"parentId":1,"tags":{},"startTime":1777906572395,"traceId":"3b10f67b1d0847ea"},{"name":"create-app-layouts","duration":136,"timestamp":1428059744346,"id":10,"parentId":1,"tags":{},"startTime":1777906572396,"traceId":"3b10f67b1d0847ea"},{"name":"collect-default-files","duration":831,"timestamp":1428059745063,"id":12,"parentId":1,"tags":{},"startTime":1777906572396,"traceId":"3b10f67b1d0847ea"},{"name":"generate-route-types","duration":35039,"timestamp":1428059744664,"id":11,"parentId":1,"tags":{},"startTime":1777906572396,"traceId":"3b10f67b1d0847ea"},{"name":"public-dir-conflict-check","duration":373,"timestamp":1428059779740,"id":13,"parentId":1,"tags":{},"startTime":1777906572431,"traceId":"3b10f67b1d0847ea"},{"name":"generate-routes-manifest","duration":862,"timestamp":1428059780296,"id":14,"parentId":1,"tags":{},"startTime":1777906572432,"traceId":"3b10f67b1d0847ea"},{"name":"create-entrypoints","duration":16027,"timestamp":1428059784991,"id":17,"parentId":1,"tags":{},"startTime":1777906572436,"traceId":"3b10f67b1d0847ea"},{"name":"generate-webpack-config","duration":140536,"timestamp":1428059801042,"id":18,"parentId":16,"tags":{},"startTime":1777906572452,"traceId":"3b10f67b1d0847ea"},{"name":"next-trace-entrypoint-plugin","duration":1137,"timestamp":1428059990489,"id":20,"parentId":19,"tags":{},"startTime":1777906572642,"traceId":"3b10f67b1d0847ea"},{"name":"add-entry","duration":208025,"timestamp":1428059994595,"id":40,"parentId":21,"tags":{"request":"next/dist/pages/_app"},"startTime":1777906572646,"traceId":"3b10f67b1d0847ea"},{"name":"add-entry","duration":272439,"timestamp":1428059994449,"id":26,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fpro%2Froute&name=app%2Fapi%2Fpro%2Froute&pagePath=private-next-app-dir%2Fapi%2Fpro%2Froute.js&appDir=%2FVolumes%2FProjectSpace%2F_wip%2Fd1studio%2Fsrc%2Fapp&appPaths=%2Fapi%2Fpro%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1777906572646,"traceId":"3b10f67b1d0847ea"},{"name":"add-entry","duration":272314,"timestamp":1428059994586,"id":37,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fupdate%2Froute&name=app%2Fapi%2Fupdate%2Froute&pagePath=private-next-app-dir%2Fapi%2Fupdate%2Froute.js&appDir=%2FVolumes%2FProjectSpace%2F_wip%2Fd1studio%2Fsrc%2Fapp&appPaths=%2Fapi%2Fupdate%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1777906572646,"traceId":"3b10f67b1d0847ea"},{"name":"add-entry","duration":275249,"timestamp":1428059994222,"id":22,"parentId":21,"tags":{"request":"next-app-loader?page=%2F_not-found%2Fpage&name=app%2F_not-found%2Fpage&pagePath=%2FVolumes%2FProjectSpace%2F_wip%2Fd1studio%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fbuiltin%2Fglobal-not-found.js&appDir=%2FVolumes%2FProjectSpace%2F_wip%2Fd1studio%2Fsrc%2Fapp&appPaths=%2FVolumes%2FProjectSpace%2F_wip%2Fd1studio%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fbuiltin%2Fglobal-not-found&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1777906572646,"traceId":"3b10f67b1d0847ea"},{"name":"add-entry","duration":274779,"timestamp":1428059994699,"id":45,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fpage&name=app%2Fpage&pagePath=private-next-app-dir%2Fpage.jsx&appDir=%2FVolumes%2FProjectSpace%2F_wip%2Fd1studio%2Fsrc%2Fapp&appPaths=%2Fpage&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1777906572646,"traceId":"3b10f67b1d0847ea"},{"name":"add-entry","duration":275129,"timestamp":1428059994693,"id":44,"parentId":21,"tags":{"request":"next/dist/pages/_document"},"startTime":1777906572646,"traceId":"3b10f67b1d0847ea"},{"name":"add-entry","duration":280517,"timestamp":1428059994598,"id":41,"parentId":21,"tags":{"request":"next-route-loader?kind=PAGES&page=%2F_error&preferredRegion=&absolutePagePath=next%2Fdist%2Fpages%2F_error&absoluteAppPath=next%2Fdist%2Fpages%2F_app&absoluteDocumentPath=next%2Fdist%2Fpages%2F_document&middlewareConfigBase64=e30%3D!"},"startTime":1777906572646,"traceId":"3b10f67b1d0847ea"},{"name":"add-entry","duration":309373,"timestamp":1428059994426,"id":23,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fmigrations%2Fsync-files%2Froute&name=app%2Fapi%2Fmigrations%2Fsync-files%2Froute&pagePath=private-next-app-dir%2Fapi%2Fmigrations%2Fsync-files%2Froute.js&appDir=%2FVolumes%2FProjectSpace%2F_wip%2Fd1studio%2Fsrc%2Fapp&appPaths=%2Fapi%2Fmigrations%2Fsync-files%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1777906572646,"traceId":"3b10f67b1d0847ea"},{"name":"add-entry","duration":309308,"timestamp":1428059994506,"id":33,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fschema%2Froute&name=app%2Fapi%2Fschema%2Froute&pagePath=private-next-app-dir%2Fapi%2Fschema%2Froute.js&appDir=%2FVolumes%2FProjectSpace%2F_wip%2Fd1studio%2Fsrc%2Fapp&appPaths=%2Fapi%2Fschema%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1777906572646,"traceId":"3b10f67b1d0847ea"},{"name":"add-entry","duration":309367,"timestamp":1428059994461,"id":28,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fcloudflare%2Froute&name=app%2Fapi%2Fcloudflare%2Froute&pagePath=private-next-app-dir%2Fapi%2Fcloudflare%2Froute.js&appDir=%2FVolumes%2FProjectSpace%2F_wip%2Fd1studio%2Fsrc%2Fapp&appPaths=%2Fapi%2Fcloudflare%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1777906572646,"traceId":"3b10f67b1d0847ea"},{"name":"add-entry","duration":309337,"timestamp":1428059994498,"id":32,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fquery%2Froute&name=app%2Fapi%2Fquery%2Froute&pagePath=private-next-app-dir%2Fapi%2Fquery%2Froute.js&appDir=%2FVolumes%2FProjectSpace%2F_wip%2Fd1studio%2Fsrc%2Fapp&appPaths=%2Fapi%2Fquery%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1777906572646,"traceId":"3b10f67b1d0847ea"},{"name":"add-entry","duration":309256,"timestamp":1428059994582,"id":36,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Ftime-travel%2Frestore%2Froute&name=app%2Fapi%2Ftime-travel%2Frestore%2Froute&pagePath=private-next-app-dir%2Fapi%2Ftime-travel%2Frestore%2Froute.js&appDir=%2FVolumes%2FProjectSpace%2F_wip%2Fd1studio%2Fsrc%2Fapp&appPaths=%2Fapi%2Ftime-travel%2Frestore%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1777906572646,"traceId":"3b10f67b1d0847ea"},{"name":"add-entry","duration":309387,"timestamp":1428059994454,"id":27,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fpull-data%2Fconfirm%2Froute&name=app%2Fapi%2Fpull-data%2Fconfirm%2Froute&pagePath=private-next-app-dir%2Fapi%2Fpull-data%2Fconfirm%2Froute.js&appDir=%2FVolumes%2FProjectSpace%2F_wip%2Fd1studio%2Fsrc%2Fapp&appPaths=%2Fapi%2Fpull-data%2Fconfirm%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1777906572646,"traceId":"3b10f67b1d0847ea"},{"name":"add-entry","duration":309371,"timestamp":1428059994474,"id":30,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fpush-remote%2Fpreview%2Froute&name=app%2Fapi%2Fpush-remote%2Fpreview%2Froute&pagePath=private-next-app-dir%2Fapi%2Fpush-remote%2Fpreview%2Froute.js&appDir=%2FVolumes%2FProjectSpace%2F_wip%2Fd1studio%2Fsrc%2Fapp&appPaths=%2Fapi%2Fpush-remote%2Fpreview%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1777906572646,"traceId":"3b10f67b1d0847ea"},{"name":"add-entry","duration":309380,"timestamp":1428059994467,"id":29,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fpush-remote%2Fconfirm%2Froute&name=app%2Fapi%2Fpush-remote%2Fconfirm%2Froute&pagePath=private-next-app-dir%2Fapi%2Fpush-remote%2Fconfirm%2Froute.js&appDir=%2FVolumes%2FProjectSpace%2F_wip%2Fd1studio%2Fsrc%2Fapp&appPaths=%2Fapi%2Fpush-remote%2Fconfirm%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1777906572646,"traceId":"3b10f67b1d0847ea"},{"name":"add-entry","duration":309321,"timestamp":1428059994589,"id":38,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Ftables%2Froute&name=app%2Fapi%2Ftables%2Froute&pagePath=private-next-app-dir%2Fapi%2Ftables%2Froute.js&appDir=%2FVolumes%2FProjectSpace%2F_wip%2Fd1studio%2Fsrc%2Fapp&appPaths=%2Fapi%2Ftables%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1777906572646,"traceId":"3b10f67b1d0847ea"},{"name":"add-entry","duration":309338,"timestamp":1428059994577,"id":35,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fpull-remote%2Fpreview%2Froute&name=app%2Fapi%2Fpull-remote%2Fpreview%2Froute&pagePath=private-next-app-dir%2Fapi%2Fpull-remote%2Fpreview%2Froute.js&appDir=%2FVolumes%2FProjectSpace%2F_wip%2Fd1studio%2Fsrc%2Fapp&appPaths=%2Fapi%2Fpull-remote%2Fpreview%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1777906572646,"traceId":"3b10f67b1d0847ea"},{"name":"add-entry","duration":309474,"timestamp":1428059994443,"id":25,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fmigrations%2Fsync%2Froute&name=app%2Fapi%2Fmigrations%2Fsync%2Froute&pagePath=private-next-app-dir%2Fapi%2Fmigrations%2Fsync%2Froute.js&appDir=%2FVolumes%2FProjectSpace%2F_wip%2Fd1studio%2Fsrc%2Fapp&appPaths=%2Fapi%2Fmigrations%2Fsync%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1777906572646,"traceId":"3b10f67b1d0847ea"},{"name":"add-entry","duration":309327,"timestamp":1428059994592,"id":39,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Ftime-travel%2Fpreview%2Froute&name=app%2Fapi%2Ftime-travel%2Fpreview%2Froute&pagePath=private-next-app-dir%2Fapi%2Ftime-travel%2Fpreview%2Froute.js&appDir=%2FVolumes%2FProjectSpace%2F_wip%2Fd1studio%2Fsrc%2Fapp&appPaths=%2Fapi%2Ftime-travel%2Fpreview%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1777906572646,"traceId":"3b10f67b1d0847ea"},{"name":"add-entry","duration":325347,"timestamp":1428059994437,"id":24,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fmigrations%2Flist%2Froute&name=app%2Fapi%2Fmigrations%2Flist%2Froute&pagePath=private-next-app-dir%2Fapi%2Fmigrations%2Flist%2Froute.js&appDir=%2FVolumes%2FProjectSpace%2F_wip%2Fd1studio%2Fsrc%2Fapp&appPaths=%2Fapi%2Fmigrations%2Flist%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1777906572646,"traceId":"3b10f67b1d0847ea"},{"name":"add-entry","duration":325317,"timestamp":1428059994484,"id":31,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fdatabases%2Froute&name=app%2Fapi%2Fdatabases%2Froute&pagePath=private-next-app-dir%2Fapi%2Fdatabases%2Froute.js&appDir=%2FVolumes%2FProjectSpace%2F_wip%2Fd1studio%2Fsrc%2Fapp&appPaths=%2Fapi%2Fdatabases%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1777906572646,"traceId":"3b10f67b1d0847ea"},{"name":"add-entry","duration":325242,"timestamp":1428059994564,"id":34,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Ftables%2F%5Bname%5D%2Fimport%2Froute&name=app%2Fapi%2Ftables%2F%5Bname%5D%2Fimport%2Froute&pagePath=private-next-app-dir%2Fapi%2Ftables%2F%5Bname%5D%2Fimport%2Froute.js&appDir=%2FVolumes%2FProjectSpace%2F_wip%2Fd1studio%2Fsrc%2Fapp&appPaths=%2Fapi%2Ftables%2F%5Bname%5D%2Fimport%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1777906572646,"traceId":"3b10f67b1d0847ea"},{"name":"add-entry","duration":325211,"timestamp":1428059994601,"id":42,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fpull-remote%2Fconfirm%2Froute&name=app%2Fapi%2Fpull-remote%2Fconfirm%2Froute&pagePath=private-next-app-dir%2Fapi%2Fpull-remote%2Fconfirm%2Froute.js&appDir=%2FVolumes%2FProjectSpace%2F_wip%2Fd1studio%2Fsrc%2Fapp&appPaths=%2Fapi%2Fpull-remote%2Fconfirm%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1777906572646,"traceId":"3b10f67b1d0847ea"},{"name":"add-entry","duration":325166,"timestamp":1428059994649,"id":43,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Ftables%2F%5Bname%5D%2Froute&name=app%2Fapi%2Ftables%2F%5Bname%5D%2Froute&pagePath=private-next-app-dir%2Fapi%2Ftables%2F%5Bname%5D%2Froute.js&appDir=%2FVolumes%2FProjectSpace%2F_wip%2Fd1studio%2Fsrc%2Fapp&appPaths=%2Fapi%2Ftables%2F%5Bname%5D%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1777906572646,"traceId":"3b10f67b1d0847ea"},{"name":"make","duration":538229,"timestamp":1428059994107,"id":21,"parentId":19,"tags":{},"startTime":1777906572645,"traceId":"3b10f67b1d0847ea"},{"name":"get-entries","duration":688,"timestamp":1428060532966,"id":133,"parentId":132,"tags":{},"startTime":1777906573184,"traceId":"3b10f67b1d0847ea"},{"name":"node-file-trace-plugin","duration":115617,"timestamp":1428060536276,"id":134,"parentId":132,"tags":{"traceEntryCount":"44"},"startTime":1777906573188,"traceId":"3b10f67b1d0847ea"},{"name":"collect-traced-files","duration":727,"timestamp":1428060651903,"id":135,"parentId":132,"tags":{},"startTime":1777906573303,"traceId":"3b10f67b1d0847ea"},{"name":"finish-modules","duration":119757,"timestamp":1428060532876,"id":132,"parentId":20,"tags":{},"startTime":1777906573184,"traceId":"3b10f67b1d0847ea"},{"name":"chunk-graph","duration":15341,"timestamp":1428060678597,"id":137,"parentId":136,"tags":{},"startTime":1777906573330,"traceId":"3b10f67b1d0847ea"},{"name":"optimize-modules","duration":10,"timestamp":1428060693996,"id":139,"parentId":136,"tags":{},"startTime":1777906573345,"traceId":"3b10f67b1d0847ea"},{"name":"optimize-chunks","duration":12914,"timestamp":1428060694041,"id":140,"parentId":136,"tags":{},"startTime":1777906573345,"traceId":"3b10f67b1d0847ea"},{"name":"optimize-tree","duration":66,"timestamp":1428060706997,"id":141,"parentId":136,"tags":{},"startTime":1777906573358,"traceId":"3b10f67b1d0847ea"},{"name":"optimize-chunk-modules","duration":12419,"timestamp":1428060707099,"id":142,"parentId":136,"tags":{},"startTime":1777906573358,"traceId":"3b10f67b1d0847ea"},{"name":"optimize","duration":25587,"timestamp":1428060693974,"id":138,"parentId":136,"tags":{},"startTime":1777906573345,"traceId":"3b10f67b1d0847ea"},{"name":"module-hash","duration":12806,"timestamp":1428060731216,"id":143,"parentId":136,"tags":{},"startTime":1777906573382,"traceId":"3b10f67b1d0847ea"},{"name":"code-generation","duration":6045,"timestamp":1428060744055,"id":144,"parentId":136,"tags":{},"startTime":1777906573395,"traceId":"3b10f67b1d0847ea"},{"name":"hash","duration":4612,"timestamp":1428060752822,"id":145,"parentId":136,"tags":{},"startTime":1777906573404,"traceId":"3b10f67b1d0847ea"},{"name":"code-generation-jobs","duration":150,"timestamp":1428060757434,"id":146,"parentId":136,"tags":{},"startTime":1777906573409,"traceId":"3b10f67b1d0847ea"},{"name":"module-assets","duration":308,"timestamp":1428060757530,"id":147,"parentId":136,"tags":{},"startTime":1777906573409,"traceId":"3b10f67b1d0847ea"},{"name":"create-chunk-assets","duration":826,"timestamp":1428060757843,"id":148,"parentId":136,"tags":{},"startTime":1777906573409,"traceId":"3b10f67b1d0847ea"},{"name":"minify-js","duration":143,"timestamp":1428060764666,"id":150,"parentId":149,"tags":{"name":"../app/_not-found/page.js","cache":"HIT"},"startTime":1777906573416,"traceId":"3b10f67b1d0847ea"},{"name":"minify-js","duration":87,"timestamp":1428060764726,"id":151,"parentId":149,"tags":{"name":"../app/api/migrations/sync-files/route.js","cache":"HIT"},"startTime":1777906573416,"traceId":"3b10f67b1d0847ea"},{"name":"minify-js","duration":83,"timestamp":1428060764731,"id":152,"parentId":149,"tags":{"name":"../app/api/migrations/list/route.js","cache":"HIT"},"startTime":1777906573416,"traceId":"3b10f67b1d0847ea"},{"name":"minify-js","duration":81,"timestamp":1428060764733,"id":153,"parentId":149,"tags":{"name":"../app/api/migrations/sync/route.js","cache":"HIT"},"startTime":1777906573416,"traceId":"3b10f67b1d0847ea"},{"name":"minify-js","duration":80,"timestamp":1428060764735,"id":154,"parentId":149,"tags":{"name":"../app/api/pro/route.js","cache":"HIT"},"startTime":1777906573416,"traceId":"3b10f67b1d0847ea"},{"name":"minify-js","duration":78,"timestamp":1428060764738,"id":155,"parentId":149,"tags":{"name":"../app/api/pull-data/confirm/route.js","cache":"HIT"},"startTime":1777906573416,"traceId":"3b10f67b1d0847ea"},{"name":"minify-js","duration":76,"timestamp":1428060764740,"id":156,"parentId":149,"tags":{"name":"../app/api/cloudflare/route.js","cache":"HIT"},"startTime":1777906573416,"traceId":"3b10f67b1d0847ea"},{"name":"minify-js","duration":75,"timestamp":1428060764743,"id":157,"parentId":149,"tags":{"name":"../app/api/push-remote/confirm/route.js","cache":"HIT"},"startTime":1777906573416,"traceId":"3b10f67b1d0847ea"},{"name":"minify-js","duration":73,"timestamp":1428060764745,"id":158,"parentId":149,"tags":{"name":"../app/api/push-remote/preview/route.js","cache":"HIT"},"startTime":1777906573416,"traceId":"3b10f67b1d0847ea"},{"name":"minify-js","duration":72,"timestamp":1428060764747,"id":159,"parentId":149,"tags":{"name":"../app/api/databases/route.js","cache":"HIT"},"startTime":1777906573416,"traceId":"3b10f67b1d0847ea"},{"name":"minify-js","duration":69,"timestamp":1428060764751,"id":160,"parentId":149,"tags":{"name":"../app/api/query/route.js","cache":"HIT"},"startTime":1777906573416,"traceId":"3b10f67b1d0847ea"},{"name":"minify-js","duration":66,"timestamp":1428060764754,"id":161,"parentId":149,"tags":{"name":"../app/api/schema/route.js","cache":"HIT"},"startTime":1777906573416,"traceId":"3b10f67b1d0847ea"},{"name":"minify-js","duration":64,"timestamp":1428060764757,"id":162,"parentId":149,"tags":{"name":"../app/api/tables/[name]/import/route.js","cache":"HIT"},"startTime":1777906573416,"traceId":"3b10f67b1d0847ea"},{"name":"minify-js","duration":63,"timestamp":1428060764758,"id":163,"parentId":149,"tags":{"name":"../app/api/pull-remote/preview/route.js","cache":"HIT"},"startTime":1777906573416,"traceId":"3b10f67b1d0847ea"},{"name":"minify-js","duration":61,"timestamp":1428060764761,"id":164,"parentId":149,"tags":{"name":"../app/api/time-travel/restore/route.js","cache":"HIT"},"startTime":1777906573416,"traceId":"3b10f67b1d0847ea"},{"name":"minify-js","duration":57,"timestamp":1428060764766,"id":165,"parentId":149,"tags":{"name":"../app/api/update/route.js","cache":"HIT"},"startTime":1777906573416,"traceId":"3b10f67b1d0847ea"},{"name":"minify-js","duration":55,"timestamp":1428060764769,"id":166,"parentId":149,"tags":{"name":"../app/api/tables/route.js","cache":"HIT"},"startTime":1777906573416,"traceId":"3b10f67b1d0847ea"},{"name":"minify-js","duration":53,"timestamp":1428060764770,"id":167,"parentId":149,"tags":{"name":"../app/api/time-travel/preview/route.js","cache":"HIT"},"startTime":1777906573416,"traceId":"3b10f67b1d0847ea"},{"name":"minify-js","duration":52,"timestamp":1428060764772,"id":168,"parentId":149,"tags":{"name":"../pages/_app.js","cache":"HIT"},"startTime":1777906573416,"traceId":"3b10f67b1d0847ea"},{"name":"minify-js","duration":51,"timestamp":1428060764774,"id":169,"parentId":149,"tags":{"name":"../pages/_error.js","cache":"HIT"},"startTime":1777906573416,"traceId":"3b10f67b1d0847ea"},{"name":"minify-js","duration":50,"timestamp":1428060764776,"id":170,"parentId":149,"tags":{"name":"../app/api/pull-remote/confirm/route.js","cache":"HIT"},"startTime":1777906573416,"traceId":"3b10f67b1d0847ea"},{"name":"minify-js","duration":49,"timestamp":1428060764778,"id":171,"parentId":149,"tags":{"name":"../app/api/tables/[name]/route.js","cache":"HIT"},"startTime":1777906573416,"traceId":"3b10f67b1d0847ea"},{"name":"minify-js","duration":48,"timestamp":1428060764779,"id":172,"parentId":149,"tags":{"name":"../pages/_document.js","cache":"HIT"},"startTime":1777906573416,"traceId":"3b10f67b1d0847ea"},{"name":"minify-js","duration":47,"timestamp":1428060764781,"id":173,"parentId":149,"tags":{"name":"../app/page.js","cache":"HIT"},"startTime":1777906573416,"traceId":"3b10f67b1d0847ea"},{"name":"minify-js","duration":45,"timestamp":1428060764784,"id":174,"parentId":149,"tags":{"name":"../webpack-runtime.js","cache":"HIT"},"startTime":1777906573416,"traceId":"3b10f67b1d0847ea"},{"name":"minify-js","duration":44,"timestamp":1428060764786,"id":175,"parentId":149,"tags":{"name":"366.js","cache":"HIT"},"startTime":1777906573416,"traceId":"3b10f67b1d0847ea"},{"name":"minify-js","duration":43,"timestamp":1428060764788,"id":176,"parentId":149,"tags":{"name":"873.js","cache":"HIT"},"startTime":1777906573416,"traceId":"3b10f67b1d0847ea"},{"name":"minify-js","duration":42,"timestamp":1428060764789,"id":177,"parentId":149,"tags":{"name":"692.js","cache":"HIT"},"startTime":1777906573416,"traceId":"3b10f67b1d0847ea"},{"name":"minify-js","duration":41,"timestamp":1428060764791,"id":178,"parentId":149,"tags":{"name":"347.js","cache":"HIT"},"startTime":1777906573416,"traceId":"3b10f67b1d0847ea"},{"name":"minify-js","duration":40,"timestamp":1428060764793,"id":179,"parentId":149,"tags":{"name":"386.js","cache":"HIT"},"startTime":1777906573416,"traceId":"3b10f67b1d0847ea"},{"name":"minify-js","duration":39,"timestamp":1428060764795,"id":180,"parentId":149,"tags":{"name":"611.js","cache":"HIT"},"startTime":1777906573416,"traceId":"3b10f67b1d0847ea"},{"name":"minify-js","duration":30,"timestamp":1428060764804,"id":181,"parentId":149,"tags":{"name":"626.js","cache":"HIT"},"startTime":1777906573416,"traceId":"3b10f67b1d0847ea"},{"name":"minify-js","duration":28,"timestamp":1428060764807,"id":182,"parentId":149,"tags":{"name":"839.js","cache":"HIT"},"startTime":1777906573416,"traceId":"3b10f67b1d0847ea"},{"name":"minify-webpack-plugin-optimize","duration":4666,"timestamp":1428060760176,"id":149,"parentId":19,"tags":{"compilationName":"server","mangle":"[object Object]"},"startTime":1777906573411,"traceId":"3b10f67b1d0847ea"},{"name":"css-minimizer-plugin","duration":59,"timestamp":1428060764890,"id":183,"parentId":19,"tags":{},"startTime":1777906573416,"traceId":"3b10f67b1d0847ea"},{"name":"create-trace-assets","duration":2063,"timestamp":1428060765031,"id":184,"parentId":20,"tags":{},"startTime":1777906573416,"traceId":"3b10f67b1d0847ea"},{"name":"seal","duration":106673,"timestamp":1428060666277,"id":136,"parentId":19,"tags":{},"startTime":1777906573318,"traceId":"3b10f67b1d0847ea"},{"name":"webpack-compilation","duration":792366,"timestamp":1428059989506,"id":19,"parentId":16,"tags":{"name":"server"},"startTime":1777906572641,"traceId":"3b10f67b1d0847ea"},{"name":"emit","duration":7450,"timestamp":1428060782148,"id":185,"parentId":16,"tags":{},"startTime":1777906573433,"traceId":"3b10f67b1d0847ea"},{"name":"webpack-close","duration":323,"timestamp":1428060790563,"id":186,"parentId":16,"tags":{"name":"server"},"startTime":1777906573442,"traceId":"3b10f67b1d0847ea"},{"name":"webpack-generate-error-stats","duration":1136,"timestamp":1428060790911,"id":187,"parentId":186,"tags":{},"startTime":1777906573442,"traceId":"3b10f67b1d0847ea"},{"name":"make","duration":96,"timestamp":1428060797562,"id":189,"parentId":188,"tags":{},"startTime":1777906573449,"traceId":"3b10f67b1d0847ea"},{"name":"chunk-graph","duration":218,"timestamp":1428060797959,"id":191,"parentId":190,"tags":{},"startTime":1777906573449,"traceId":"3b10f67b1d0847ea"},{"name":"optimize-modules","duration":3,"timestamp":1428060798197,"id":193,"parentId":190,"tags":{},"startTime":1777906573449,"traceId":"3b10f67b1d0847ea"},{"name":"optimize-chunks","duration":36,"timestamp":1428060798226,"id":194,"parentId":190,"tags":{},"startTime":1777906573450,"traceId":"3b10f67b1d0847ea"},{"name":"optimize-tree","duration":3,"timestamp":1428060798278,"id":195,"parentId":190,"tags":{},"startTime":1777906573450,"traceId":"3b10f67b1d0847ea"}]
2
- [{"name":"optimize-chunk-modules","duration":25,"timestamp":1428060798348,"id":196,"parentId":190,"tags":{},"startTime":1777906573450,"traceId":"3b10f67b1d0847ea"},{"name":"optimize","duration":201,"timestamp":1428060798186,"id":192,"parentId":190,"tags":{},"startTime":1777906573449,"traceId":"3b10f67b1d0847ea"},{"name":"module-hash","duration":7,"timestamp":1428060798469,"id":197,"parentId":190,"tags":{},"startTime":1777906573450,"traceId":"3b10f67b1d0847ea"},{"name":"code-generation","duration":6,"timestamp":1428060798482,"id":198,"parentId":190,"tags":{},"startTime":1777906573450,"traceId":"3b10f67b1d0847ea"},{"name":"hash","duration":24,"timestamp":1428060798511,"id":199,"parentId":190,"tags":{},"startTime":1777906573450,"traceId":"3b10f67b1d0847ea"},{"name":"code-generation-jobs","duration":16,"timestamp":1428060798535,"id":200,"parentId":190,"tags":{},"startTime":1777906573450,"traceId":"3b10f67b1d0847ea"},{"name":"module-assets","duration":8,"timestamp":1428060798547,"id":201,"parentId":190,"tags":{},"startTime":1777906573450,"traceId":"3b10f67b1d0847ea"},{"name":"create-chunk-assets","duration":7,"timestamp":1428060798559,"id":202,"parentId":190,"tags":{},"startTime":1777906573450,"traceId":"3b10f67b1d0847ea"},{"name":"minify-js","duration":16,"timestamp":1428060801389,"id":204,"parentId":203,"tags":{"name":"interception-route-rewrite-manifest.js","cache":"HIT"},"startTime":1777906573453,"traceId":"3b10f67b1d0847ea"},{"name":"minify-webpack-plugin-optimize","duration":281,"timestamp":1428060801128,"id":203,"parentId":188,"tags":{"compilationName":"edge-server","mangle":"[object Object]"},"startTime":1777906573452,"traceId":"3b10f67b1d0847ea"},{"name":"css-minimizer-plugin","duration":3,"timestamp":1428060801432,"id":205,"parentId":188,"tags":{},"startTime":1777906573453,"traceId":"3b10f67b1d0847ea"},{"name":"seal","duration":4352,"timestamp":1428060797888,"id":190,"parentId":188,"tags":{},"startTime":1777906573449,"traceId":"3b10f67b1d0847ea"},{"name":"webpack-compilation","duration":5457,"timestamp":1428060796822,"id":188,"parentId":16,"tags":{"name":"edge-server"},"startTime":1777906573448,"traceId":"3b10f67b1d0847ea"},{"name":"emit","duration":285,"timestamp":1428060802300,"id":206,"parentId":16,"tags":{},"startTime":1777906573454,"traceId":"3b10f67b1d0847ea"},{"name":"webpack-close","duration":67,"timestamp":1428060802674,"id":207,"parentId":16,"tags":{"name":"edge-server"},"startTime":1777906573454,"traceId":"3b10f67b1d0847ea"},{"name":"webpack-generate-error-stats","duration":365,"timestamp":1428060802744,"id":208,"parentId":207,"tags":{},"startTime":1777906573454,"traceId":"3b10f67b1d0847ea"},{"name":"add-entry","duration":74032,"timestamp":1428060807132,"id":219,"parentId":210,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1777906573458,"traceId":"3b10f67b1d0847ea"},{"name":"add-entry","duration":74038,"timestamp":1428060807136,"id":220,"parentId":210,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1777906573458,"traceId":"3b10f67b1d0847ea"},{"name":"add-entry","duration":74038,"timestamp":1428060807137,"id":221,"parentId":210,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1777906573458,"traceId":"3b10f67b1d0847ea"},{"name":"add-entry","duration":74038,"timestamp":1428060807139,"id":222,"parentId":210,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1777906573458,"traceId":"3b10f67b1d0847ea"},{"name":"add-entry","duration":74036,"timestamp":1428060807141,"id":223,"parentId":210,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1777906573458,"traceId":"3b10f67b1d0847ea"},{"name":"add-entry","duration":73995,"timestamp":1428060807183,"id":224,"parentId":210,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1777906573458,"traceId":"3b10f67b1d0847ea"},{"name":"add-entry","duration":73992,"timestamp":1428060807187,"id":225,"parentId":210,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1777906573458,"traceId":"3b10f67b1d0847ea"},{"name":"add-entry","duration":73993,"timestamp":1428060807189,"id":226,"parentId":210,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1777906573458,"traceId":"3b10f67b1d0847ea"},{"name":"add-entry","duration":73993,"timestamp":1428060807190,"id":227,"parentId":210,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1777906573458,"traceId":"3b10f67b1d0847ea"},{"name":"add-entry","duration":73993,"timestamp":1428060807192,"id":228,"parentId":210,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1777906573458,"traceId":"3b10f67b1d0847ea"},{"name":"add-entry","duration":73993,"timestamp":1428060807194,"id":229,"parentId":210,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1777906573458,"traceId":"3b10f67b1d0847ea"},{"name":"add-entry","duration":73993,"timestamp":1428060807195,"id":230,"parentId":210,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1777906573458,"traceId":"3b10f67b1d0847ea"},{"name":"add-entry","duration":73992,"timestamp":1428060807196,"id":231,"parentId":210,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1777906573458,"traceId":"3b10f67b1d0847ea"},{"name":"add-entry","duration":73992,"timestamp":1428060807197,"id":232,"parentId":210,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1777906573458,"traceId":"3b10f67b1d0847ea"},{"name":"add-entry","duration":73992,"timestamp":1428060807198,"id":233,"parentId":210,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1777906573458,"traceId":"3b10f67b1d0847ea"},{"name":"add-entry","duration":73991,"timestamp":1428060807200,"id":234,"parentId":210,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1777906573458,"traceId":"3b10f67b1d0847ea"},{"name":"add-entry","duration":73991,"timestamp":1428060807201,"id":235,"parentId":210,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1777906573458,"traceId":"3b10f67b1d0847ea"},{"name":"add-entry","duration":73991,"timestamp":1428060807202,"id":236,"parentId":210,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1777906573458,"traceId":"3b10f67b1d0847ea"},{"name":"add-entry","duration":73990,"timestamp":1428060807203,"id":237,"parentId":210,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1777906573458,"traceId":"3b10f67b1d0847ea"},{"name":"add-entry","duration":109880,"timestamp":1428060807124,"id":214,"parentId":210,"tags":{"request":"next-client-pages-loader?absolutePagePath=%2FVolumes%2FProjectSpace%2F_wip%2Fd1studio%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fbuiltin%2Fglobal-not-found.js&page=%2F_not-found%2Fpage!"},"startTime":1777906573458,"traceId":"3b10f67b1d0847ea"},{"name":"add-entry","duration":110630,"timestamp":1428060807126,"id":215,"parentId":210,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1777906573458,"traceId":"3b10f67b1d0847ea"},{"name":"add-entry","duration":110632,"timestamp":1428060807129,"id":217,"parentId":210,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1777906573458,"traceId":"3b10f67b1d0847ea"},{"name":"add-entry","duration":143531,"timestamp":1428060807122,"id":213,"parentId":210,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FVolumes%2FProjectSpace%2F_wip%2Fd1studio%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fbuiltin%2Fglobal-error.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FVolumes%2FProjectSpace%2F_wip%2Fd1studio%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FVolumes%2FProjectSpace%2F_wip%2Fd1studio%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-segment.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FVolumes%2FProjectSpace%2F_wip%2Fd1studio%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fhttp-access-fallback%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FVolumes%2FProjectSpace%2F_wip%2Fd1studio%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FVolumes%2FProjectSpace%2F_wip%2Fd1studio%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fmetadata%2Fasync-metadata.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FVolumes%2FProjectSpace%2F_wip%2Fd1studio%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FVolumes%2FProjectSpace%2F_wip%2Fd1studio%2Fnode_modules%2Fnext%2Fdist%2Flib%2Fframework%2Fboundary-components.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FVolumes%2FProjectSpace%2F_wip%2Fd1studio%2Fnode_modules%2Fnext%2Fdist%2Flib%2Fmetadata%2Fgenerate%2Ficon-mark.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1777906573458,"traceId":"3b10f67b1d0847ea"},{"name":"add-entry","duration":149638,"timestamp":1428060807114,"id":212,"parentId":210,"tags":{"request":"./node_modules/next/dist/client/app-next.js"},"startTime":1777906573458,"traceId":"3b10f67b1d0847ea"},{"name":"add-entry","duration":155692,"timestamp":1428060807128,"id":216,"parentId":210,"tags":{"request":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/client/router.js"},"startTime":1777906573458,"traceId":"3b10f67b1d0847ea"},{"name":"add-entry","duration":155730,"timestamp":1428060807097,"id":211,"parentId":210,"tags":{"request":"./node_modules/next/dist/client/next.js"},"startTime":1777906573458,"traceId":"3b10f67b1d0847ea"},{"name":"postcss-process","duration":248338,"timestamp":1428061050021,"id":242,"parentId":241,"tags":{},"startTime":1777906573701,"traceId":"3b10f67b1d0847ea"},{"name":"postcss-loader","duration":366381,"timestamp":1428060932017,"id":241,"parentId":240,"tags":{},"startTime":1777906573583,"traceId":"3b10f67b1d0847ea"},{"name":"css-loader","duration":21496,"timestamp":1428061298512,"id":243,"parentId":240,"tags":{"astUsed":"true"},"startTime":1777906573950,"traceId":"3b10f67b1d0847ea"},{"name":"add-entry","duration":547398,"timestamp":1428060807204,"id":238,"parentId":210,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FVolumes%2FProjectSpace%2F_wip%2Fd1studio%2Fsrc%2Fapp%2Fpage.jsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1777906573458,"traceId":"3b10f67b1d0847ea"},{"name":"build-module-css","duration":436821,"timestamp":1428060918313,"id":240,"parentId":239,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/src/app/globals.css.webpack[javascript/auto]!=!/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[2]!/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[3]!/Volumes/ProjectSpace/_wip/d1studio/src/app/globals.css","layer":null},"startTime":1777906573570,"traceId":"3b10f67b1d0847ea"},{"name":"build-module-css","duration":454380,"timestamp":1428060903603,"id":239,"parentId":209,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/src/app/globals.css","layer":"app-pages-browser"},"startTime":1777906573555,"traceId":"3b10f67b1d0847ea"},{"name":"build-module","duration":44,"timestamp":1428061358082,"id":244,"parentId":239,"tags":{},"startTime":1777906574009,"traceId":"3b10f67b1d0847ea"},{"name":"add-entry","duration":551019,"timestamp":1428060807131,"id":218,"parentId":210,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FVolumes%2FProjectSpace%2F_wip%2Fd1studio%2Fnode_modules%2Fnext%2Ffont%2Fgoogle%2Ftarget.css%3F%7B%5C%22path%5C%22%3A%5C%22src%2Fapp%2Flayout.jsx%5C%22%2C%5C%22import%5C%22%3A%5C%22Geist%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22variable%5C%22%3A%5C%22--font-geist-sans%5C%22%2C%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22geistSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FVolumes%2FProjectSpace%2F_wip%2Fd1studio%2Fnode_modules%2Fnext%2Ffont%2Fgoogle%2Ftarget.css%3F%7B%5C%22path%5C%22%3A%5C%22src%2Fapp%2Flayout.jsx%5C%22%2C%5C%22import%5C%22%3A%5C%22Geist_Mono%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22variable%5C%22%3A%5C%22--font-geist-mono%5C%22%2C%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22geistMono%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FVolumes%2FProjectSpace%2F_wip%2Fd1studio%2Fsrc%2Fapp%2Fglobals.css%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FVolumes%2FProjectSpace%2F_wip%2Fd1studio%2Fsrc%2Fcomponents%2Fui%2Ftoaster.jsx%22%2C%22ids%22%3A%5B%22Toaster%22%5D%7D&modules=%7B%22request%22%3A%22%2FVolumes%2FProjectSpace%2F_wip%2Fd1studio%2Fsrc%2Fcontext%2Fdatabase-context.js%22%2C%22ids%22%3A%5B%22DatabaseProvider%22%5D%7D&server=false!"},"startTime":1777906573458,"traceId":"3b10f67b1d0847ea"},{"name":"make","duration":551190,"timestamp":1428060806980,"id":210,"parentId":209,"tags":{},"startTime":1777906573458,"traceId":"3b10f67b1d0847ea"},{"name":"chunk-graph","duration":4329,"timestamp":1428061375261,"id":246,"parentId":245,"tags":{},"startTime":1777906574027,"traceId":"3b10f67b1d0847ea"},{"name":"optimize-modules","duration":4,"timestamp":1428061379620,"id":248,"parentId":245,"tags":{},"startTime":1777906574031,"traceId":"3b10f67b1d0847ea"},{"name":"optimize-chunks","duration":3077,"timestamp":1428061380768,"id":250,"parentId":245,"tags":{},"startTime":1777906574032,"traceId":"3b10f67b1d0847ea"},{"name":"optimize-tree","duration":4,"timestamp":1428061383866,"id":251,"parentId":245,"tags":{},"startTime":1777906574035,"traceId":"3b10f67b1d0847ea"},{"name":"optimize-chunk-modules","duration":8924,"timestamp":1428061383884,"id":252,"parentId":245,"tags":{},"startTime":1777906574035,"traceId":"3b10f67b1d0847ea"},{"name":"optimize","duration":13220,"timestamp":1428061379611,"id":247,"parentId":245,"tags":{},"startTime":1777906574031,"traceId":"3b10f67b1d0847ea"},{"name":"module-hash","duration":7794,"timestamp":1428061398518,"id":253,"parentId":245,"tags":{},"startTime":1777906574050,"traceId":"3b10f67b1d0847ea"},{"name":"code-generation","duration":2683,"timestamp":1428061406341,"id":254,"parentId":245,"tags":{},"startTime":1777906574058,"traceId":"3b10f67b1d0847ea"},{"name":"hash","duration":2834,"timestamp":1428061410452,"id":255,"parentId":245,"tags":{},"startTime":1777906574062,"traceId":"3b10f67b1d0847ea"},{"name":"code-generation-jobs","duration":92,"timestamp":1428061413285,"id":256,"parentId":245,"tags":{},"startTime":1777906574065,"traceId":"3b10f67b1d0847ea"},{"name":"module-assets","duration":203,"timestamp":1428061413365,"id":257,"parentId":245,"tags":{},"startTime":1777906574065,"traceId":"3b10f67b1d0847ea"},{"name":"create-chunk-assets","duration":1227,"timestamp":1428061413573,"id":258,"parentId":245,"tags":{},"startTime":1777906574065,"traceId":"3b10f67b1d0847ea"},{"name":"NextJsBuildManifest-generateClientManifest","duration":726,"timestamp":1428061415692,"id":260,"parentId":209,"tags":{},"startTime":1777906574067,"traceId":"3b10f67b1d0847ea"},{"name":"NextJsBuildManifest-createassets","duration":1060,"timestamp":1428061415362,"id":259,"parentId":209,"tags":{},"startTime":1777906574067,"traceId":"3b10f67b1d0847ea"},{"name":"minify-js","duration":350,"timestamp":1428061418697,"id":262,"parentId":261,"tags":{"name":"static/chunks/main-32c61514c007754d.js","cache":"HIT"},"startTime":1777906574070,"traceId":"3b10f67b1d0847ea"},{"name":"minify-js","duration":332,"timestamp":1428061418717,"id":263,"parentId":261,"tags":{"name":"static/chunks/main-app-91a2119809527859.js","cache":"HIT"},"startTime":1777906574070,"traceId":"3b10f67b1d0847ea"},{"name":"minify-js","duration":326,"timestamp":1428061418725,"id":264,"parentId":261,"tags":{"name":"static/chunks/app/_not-found/page-f3e4295ff1b51780.js","cache":"HIT"},"startTime":1777906574070,"traceId":"3b10f67b1d0847ea"},{"name":"minify-js","duration":322,"timestamp":1428061418729,"id":265,"parentId":261,"tags":{"name":"static/chunks/pages/_app-a7351dc25c6079bb.js","cache":"HIT"},"startTime":1777906574070,"traceId":"3b10f67b1d0847ea"},{"name":"minify-js","duration":318,"timestamp":1428061418734,"id":266,"parentId":261,"tags":{"name":"static/chunks/pages/_error-d228f1ee46cc8b08.js","cache":"HIT"},"startTime":1777906574070,"traceId":"3b10f67b1d0847ea"},{"name":"minify-js","duration":313,"timestamp":1428061418740,"id":267,"parentId":261,"tags":{"name":"static/chunks/app/layout-03c57110e35078a0.js","cache":"HIT"},"startTime":1777906574070,"traceId":"3b10f67b1d0847ea"},{"name":"minify-js","duration":308,"timestamp":1428061418745,"id":268,"parentId":261,"tags":{"name":"static/chunks/app/api/migrations/sync-files/route-8b445b92cd7ec3e4.js","cache":"HIT"},"startTime":1777906574070,"traceId":"3b10f67b1d0847ea"},{"name":"minify-js","duration":305,"timestamp":1428061418749,"id":269,"parentId":261,"tags":{"name":"static/chunks/app/api/migrations/list/route-e7c196adaa7245af.js","cache":"HIT"},"startTime":1777906574070,"traceId":"3b10f67b1d0847ea"},{"name":"minify-js","duration":302,"timestamp":1428061418753,"id":270,"parentId":261,"tags":{"name":"static/chunks/app/api/migrations/sync/route-beb6926bdd6948e1.js","cache":"HIT"},"startTime":1777906574070,"traceId":"3b10f67b1d0847ea"},{"name":"minify-js","duration":299,"timestamp":1428061418757,"id":271,"parentId":261,"tags":{"name":"static/chunks/app/api/pro/route-eb4a4e2143a3c42e.js","cache":"HIT"},"startTime":1777906574070,"traceId":"3b10f67b1d0847ea"},{"name":"minify-js","duration":295,"timestamp":1428061418761,"id":272,"parentId":261,"tags":{"name":"static/chunks/app/api/pull-data/confirm/route-263288b3660d3222.js","cache":"HIT"},"startTime":1777906574070,"traceId":"3b10f67b1d0847ea"},{"name":"minify-js","duration":291,"timestamp":1428061418765,"id":273,"parentId":261,"tags":{"name":"static/chunks/app/api/cloudflare/route-8c1c507d4f561531.js","cache":"HIT"},"startTime":1777906574070,"traceId":"3b10f67b1d0847ea"},{"name":"minify-js","duration":287,"timestamp":1428061418770,"id":274,"parentId":261,"tags":{"name":"static/chunks/app/api/push-remote/confirm/route-3bd617409fd92714.js","cache":"HIT"},"startTime":1777906574070,"traceId":"3b10f67b1d0847ea"},{"name":"minify-js","duration":284,"timestamp":1428061418774,"id":275,"parentId":261,"tags":{"name":"static/chunks/app/api/push-remote/preview/route-5a40f93a3246c467.js","cache":"HIT"},"startTime":1777906574070,"traceId":"3b10f67b1d0847ea"},{"name":"minify-js","duration":281,"timestamp":1428061418778,"id":276,"parentId":261,"tags":{"name":"static/chunks/app/api/databases/route-9544aaaaa658a8fb.js","cache":"HIT"},"startTime":1777906574070,"traceId":"3b10f67b1d0847ea"},{"name":"minify-js","duration":277,"timestamp":1428061418783,"id":277,"parentId":261,"tags":{"name":"static/chunks/app/api/query/route-ebace281cb5179ea.js","cache":"HIT"},"startTime":1777906574070,"traceId":"3b10f67b1d0847ea"},{"name":"minify-js","duration":272,"timestamp":1428061418788,"id":278,"parentId":261,"tags":{"name":"static/chunks/app/api/schema/route-b82b1ba522013e49.js","cache":"HIT"},"startTime":1777906574070,"traceId":"3b10f67b1d0847ea"},{"name":"minify-js","duration":269,"timestamp":1428061418792,"id":279,"parentId":261,"tags":{"name":"static/chunks/app/api/tables/[name]/import/route-79a2dc7d92dd35b9.js","cache":"HIT"},"startTime":1777906574070,"traceId":"3b10f67b1d0847ea"},{"name":"minify-js","duration":266,"timestamp":1428061418796,"id":280,"parentId":261,"tags":{"name":"static/chunks/app/api/pull-remote/preview/route-531593a3e88fc9b3.js","cache":"HIT"},"startTime":1777906574070,"traceId":"3b10f67b1d0847ea"},{"name":"minify-js","duration":263,"timestamp":1428061418800,"id":281,"parentId":261,"tags":{"name":"static/chunks/app/api/time-travel/restore/route-e107ed96f73eb04c.js","cache":"HIT"},"startTime":1777906574070,"traceId":"3b10f67b1d0847ea"},{"name":"minify-js","duration":260,"timestamp":1428061418803,"id":282,"parentId":261,"tags":{"name":"static/chunks/app/api/update/route-3a1f8b3ab19868c0.js","cache":"HIT"},"startTime":1777906574070,"traceId":"3b10f67b1d0847ea"},{"name":"minify-js","duration":256,"timestamp":1428061418807,"id":283,"parentId":261,"tags":{"name":"static/chunks/app/api/tables/route-e80d68d561435c85.js","cache":"HIT"},"startTime":1777906574070,"traceId":"3b10f67b1d0847ea"},{"name":"minify-js","duration":254,"timestamp":1428061418811,"id":284,"parentId":261,"tags":{"name":"static/chunks/app/api/time-travel/preview/route-1717271e185272a2.js","cache":"HIT"},"startTime":1777906574070,"traceId":"3b10f67b1d0847ea"},{"name":"minify-js","duration":251,"timestamp":1428061418815,"id":285,"parentId":261,"tags":{"name":"static/chunks/app/api/pull-remote/confirm/route-1fb7d477f8377b32.js","cache":"HIT"},"startTime":1777906574070,"traceId":"3b10f67b1d0847ea"},{"name":"minify-js","duration":247,"timestamp":1428061418819,"id":286,"parentId":261,"tags":{"name":"static/chunks/app/api/tables/[name]/route-da0e95fd3a6c744e.js","cache":"HIT"},"startTime":1777906574070,"traceId":"3b10f67b1d0847ea"},{"name":"minify-js","duration":244,"timestamp":1428061418823,"id":287,"parentId":261,"tags":{"name":"static/chunks/app/page-30001cb000b96307.js","cache":"HIT"},"startTime":1777906574070,"traceId":"3b10f67b1d0847ea"},{"name":"minify-js","duration":241,"timestamp":1428061418827,"id":288,"parentId":261,"tags":{"name":"static/chunks/webpack-8693a99357bf98f4.js","cache":"HIT"},"startTime":1777906574070,"traceId":"3b10f67b1d0847ea"},{"name":"minify-js","duration":238,"timestamp":1428061418830,"id":289,"parentId":261,"tags":{"name":"static/chunks/950.c7dd5d4cf78037dd.js","cache":"HIT"},"startTime":1777906574070,"traceId":"3b10f67b1d0847ea"},{"name":"minify-js","duration":235,"timestamp":1428061418834,"id":290,"parentId":261,"tags":{"name":"static/chunks/framework-da4f371d7ec91c05.js","cache":"HIT"},"startTime":1777906574070,"traceId":"3b10f67b1d0847ea"},{"name":"minify-js","duration":231,"timestamp":1428061418838,"id":291,"parentId":261,"tags":{"name":"static/chunks/4bd1b696-0fb175ec903c9df0.js","cache":"HIT"},"startTime":1777906574070,"traceId":"3b10f67b1d0847ea"},{"name":"minify-js","duration":228,"timestamp":1428061418842,"id":292,"parentId":261,"tags":{"name":"static/chunks/1a258343.60ae4b05d78f9e0d.js","cache":"HIT"},"startTime":1777906574070,"traceId":"3b10f67b1d0847ea"},{"name":"minify-js","duration":225,"timestamp":1428061418845,"id":293,"parentId":261,"tags":{"name":"static/chunks/421-78da897a5e985ce4.js","cache":"HIT"},"startTime":1777906574070,"traceId":"3b10f67b1d0847ea"},{"name":"minify-js","duration":220,"timestamp":1428061418851,"id":294,"parentId":261,"tags":{"name":"static/chunks/255-c795e1164ebb60cf.js","cache":"HIT"},"startTime":1777906574070,"traceId":"3b10f67b1d0847ea"},{"name":"minify-js","duration":217,"timestamp":1428061418855,"id":295,"parentId":261,"tags":{"name":"static/chunks/95.842880f857607832.js","cache":"HIT"},"startTime":1777906574070,"traceId":"3b10f67b1d0847ea"},{"name":"minify-js","duration":214,"timestamp":1428061418858,"id":296,"parentId":261,"tags":{"name":"static/chunks/69-0a1cc583959b402c.js","cache":"HIT"},"startTime":1777906574070,"traceId":"3b10f67b1d0847ea"},{"name":"minify-js","duration":211,"timestamp":1428061418862,"id":297,"parentId":261,"tags":{"name":"static/chunks/654-972bba5c9db289ee.js","cache":"HIT"},"startTime":1777906574070,"traceId":"3b10f67b1d0847ea"}]
3
- [{"name":"minify-js","duration":316,"timestamp":1428061418866,"id":298,"parentId":261,"tags":{"name":"static/chunks/823-f8ce1c037c0fd246.js","cache":"HIT"},"startTime":1777906574070,"traceId":"3b10f67b1d0847ea"},{"name":"minify-js","duration":314,"timestamp":1428061418869,"id":299,"parentId":261,"tags":{"name":"server/middleware-react-loadable-manifest.js","cache":"HIT"},"startTime":1777906574070,"traceId":"3b10f67b1d0847ea"},{"name":"minify-js","duration":164,"timestamp":1428061419020,"id":301,"parentId":261,"tags":{"name":"server/middleware-build-manifest.js","cache":"HIT"},"startTime":1777906574070,"traceId":"3b10f67b1d0847ea"},{"name":"minify-js","duration":141,"timestamp":1428061419045,"id":303,"parentId":261,"tags":{"name":"server/next-font-manifest.js","cache":"HIT"},"startTime":1777906574070,"traceId":"3b10f67b1d0847ea"},{"name":"minify-js","duration":844,"timestamp":1428061418872,"id":300,"parentId":261,"tags":{"name":"static/pmKtFRQ7K5CL_jqemxlSj/_ssgManifest.js","cache":"MISS"},"startTime":1777906574070,"traceId":"3b10f67b1d0847ea"},{"name":"minify-js","duration":846,"timestamp":1428061419023,"id":302,"parentId":261,"tags":{"name":"static/pmKtFRQ7K5CL_jqemxlSj/_buildManifest.js","cache":"MISS"},"startTime":1777906574070,"traceId":"3b10f67b1d0847ea"},{"name":"minify-webpack-plugin-optimize","duration":2893,"timestamp":1428061416980,"id":261,"parentId":209,"tags":{"compilationName":"client","mangle":"[object Object]"},"startTime":1777906574068,"traceId":"3b10f67b1d0847ea"},{"name":"minify-css","duration":50,"timestamp":1428061419933,"id":305,"parentId":304,"tags":{"file":"static/css/6754f08f665b746e.css","cache":"HIT"},"startTime":1777906574071,"traceId":"3b10f67b1d0847ea"},{"name":"minify-css","duration":31,"timestamp":1428061419954,"id":306,"parentId":304,"tags":{"file":"static/css/1c55b199e782dd50.css","cache":"HIT"},"startTime":1777906574071,"traceId":"3b10f67b1d0847ea"},{"name":"css-minimizer-plugin","duration":80,"timestamp":1428061419906,"id":304,"parentId":209,"tags":{},"startTime":1777906574071,"traceId":"3b10f67b1d0847ea"},{"name":"seal","duration":59424,"timestamp":1428061367082,"id":245,"parentId":209,"tags":{},"startTime":1777906574018,"traceId":"3b10f67b1d0847ea"},{"name":"webpack-compilation","duration":620135,"timestamp":1428060806408,"id":209,"parentId":16,"tags":{"name":"client"},"startTime":1777906573458,"traceId":"3b10f67b1d0847ea"},{"name":"emit","duration":8059,"timestamp":1428061426562,"id":307,"parentId":16,"tags":{},"startTime":1777906574078,"traceId":"3b10f67b1d0847ea"},{"name":"webpack-close","duration":29793,"timestamp":1428061434987,"id":308,"parentId":16,"tags":{"name":"client"},"startTime":1777906574086,"traceId":"3b10f67b1d0847ea"},{"name":"webpack-generate-error-stats","duration":511,"timestamp":1428061464792,"id":309,"parentId":308,"tags":{},"startTime":1777906574116,"traceId":"3b10f67b1d0847ea"},{"name":"run-webpack-compiler","duration":1680459,"timestamp":1428059784988,"id":16,"parentId":1,"tags":{},"startTime":1777906572436,"traceId":"3b10f67b1d0847ea"},{"name":"format-webpack-messages","duration":44,"timestamp":1428061465450,"id":310,"parentId":1,"tags":{},"startTime":1777906574117,"traceId":"3b10f67b1d0847ea"},{"name":"verify-and-lint","duration":962908,"timestamp":1428061475471,"id":313,"parentId":1,"tags":{},"startTime":1777906574127,"traceId":"3b10f67b1d0847ea"},{"name":"verify-typescript-setup","duration":4214547,"timestamp":1428061470727,"id":312,"parentId":1,"tags":{},"startTime":1777906574122,"traceId":"3b10f67b1d0847ea"},{"name":"check-static-error-page","duration":6701,"timestamp":1428065709035,"id":316,"parentId":315,"tags":{},"startTime":1777906578360,"traceId":"3b10f67b1d0847ea"},{"name":"check-page","duration":1435,"timestamp":1428065732409,"id":317,"parentId":315,"tags":{"page":"/_app"},"startTime":1777906578384,"traceId":"3b10f67b1d0847ea"},{"name":"check-page","duration":969,"timestamp":1428065732897,"id":319,"parentId":315,"tags":{"page":"/_document"},"startTime":1777906578384,"traceId":"3b10f67b1d0847ea"},{"name":"check-page","duration":1755,"timestamp":1428065732851,"id":318,"parentId":315,"tags":{"page":"/_error"},"startTime":1777906578384,"traceId":"3b10f67b1d0847ea"},{"name":"is-page-static","duration":183584,"timestamp":1428065736779,"id":346,"parentId":326,"tags":{},"startTime":1777906578388,"traceId":"3b10f67b1d0847ea"},{"name":"check-page","duration":187246,"timestamp":1428065733215,"id":326,"parentId":315,"tags":{"page":"/api/pro"},"startTime":1777906578384,"traceId":"3b10f67b1d0847ea"},{"name":"is-page-static","duration":194046,"timestamp":1428065736441,"id":344,"parentId":324,"tags":{},"startTime":1777906578388,"traceId":"3b10f67b1d0847ea"},{"name":"check-page","duration":197347,"timestamp":1428065733166,"id":324,"parentId":315,"tags":{"page":"/api/migrations/sync-files"},"startTime":1777906578384,"traceId":"3b10f67b1d0847ea"},{"name":"is-page-static","duration":198156,"timestamp":1428065738666,"id":351,"parentId":331,"tags":{},"startTime":1777906578390,"traceId":"3b10f67b1d0847ea"},{"name":"check-page","duration":203521,"timestamp":1428065733341,"id":331,"parentId":315,"tags":{"page":"/api/push-remote/preview"},"startTime":1777906578385,"traceId":"3b10f67b1d0847ea"},{"name":"is-page-static","duration":205633,"timestamp":1428065736650,"id":345,"parentId":325,"tags":{},"startTime":1777906578388,"traceId":"3b10f67b1d0847ea"},{"name":"check-page","duration":209714,"timestamp":1428065733189,"id":325,"parentId":315,"tags":{"page":"/api/migrations/sync"},"startTime":1777906578384,"traceId":"3b10f67b1d0847ea"},{"name":"is-page-static","duration":207531,"timestamp":1428065738420,"id":348,"parentId":328,"tags":{},"startTime":1777906578390,"traceId":"3b10f67b1d0847ea"},{"name":"check-page","duration":212724,"timestamp":1428065733268,"id":328,"parentId":315,"tags":{"page":"/api/pull-remote/confirm"},"startTime":1777906578385,"traceId":"3b10f67b1d0847ea"},{"name":"is-page-static","duration":212893,"timestamp":1428065736364,"id":343,"parentId":323,"tags":{},"startTime":1777906578388,"traceId":"3b10f67b1d0847ea"},{"name":"check-page","duration":216142,"timestamp":1428065733138,"id":323,"parentId":315,"tags":{"page":"/api/migrations/list"},"startTime":1777906578384,"traceId":"3b10f67b1d0847ea"},{"name":"is-page-static","duration":210636,"timestamp":1428065738716,"id":353,"parentId":334,"tags":{},"startTime":1777906578390,"traceId":"3b10f67b1d0847ea"},{"name":"check-page","duration":215863,"timestamp":1428065733499,"id":334,"parentId":315,"tags":{"page":"/api/tables/[name]/import"},"startTime":1777906578385,"traceId":"3b10f67b1d0847ea"},{"name":"is-page-static","duration":215879,"timestamp":1428065738883,"id":355,"parentId":335,"tags":{},"startTime":1777906578390,"traceId":"3b10f67b1d0847ea"},{"name":"check-page","duration":222303,"timestamp":1428065733532,"id":335,"parentId":315,"tags":{"page":"/api/tables/[name]"},"startTime":1777906578385,"traceId":"3b10f67b1d0847ea"},{"name":"is-page-static","duration":217200,"timestamp":1428065738730,"id":354,"parentId":333,"tags":{},"startTime":1777906578390,"traceId":"3b10f67b1d0847ea"},{"name":"check-page","duration":222546,"timestamp":1428065733392,"id":333,"parentId":315,"tags":{"page":"/api/schema"},"startTime":1777906578385,"traceId":"3b10f67b1d0847ea"},{"name":"is-page-static","duration":217167,"timestamp":1428065738899,"id":356,"parentId":337,"tags":{},"startTime":1777906578390,"traceId":"3b10f67b1d0847ea"},{"name":"check-page","duration":222493,"timestamp":1428065733578,"id":337,"parentId":315,"tags":{"page":"/api/time-travel/preview"},"startTime":1777906578385,"traceId":"3b10f67b1d0847ea"},{"name":"is-page-static","duration":218207,"timestamp":1428065738926,"id":358,"parentId":338,"tags":{},"startTime":1777906578390,"traceId":"3b10f67b1d0847ea"},{"name":"check-page","duration":223546,"timestamp":1428065733600,"id":338,"parentId":315,"tags":{"page":"/api/time-travel/restore"},"startTime":1777906578385,"traceId":"3b10f67b1d0847ea"},{"name":"is-page-static","duration":221265,"timestamp":1428065735910,"id":341,"parentId":321,"tags":{},"startTime":1777906578387,"traceId":"3b10f67b1d0847ea"},{"name":"check-page","duration":224112,"timestamp":1428065733068,"id":321,"parentId":315,"tags":{"page":"/api/cloudflare"},"startTime":1777906578384,"traceId":"3b10f67b1d0847ea"},{"name":"is-page-static","duration":219500,"timestamp":1428065739016,"id":360,"parentId":339,"tags":{},"startTime":1777906578390,"traceId":"3b10f67b1d0847ea"},{"name":"check-page","duration":224903,"timestamp":1428065733624,"id":339,"parentId":315,"tags":{"page":"/api/update"},"startTime":1777906578385,"traceId":"3b10f67b1d0847ea"},{"name":"is-page-static","duration":220864,"timestamp":1428065738626,"id":350,"parentId":330,"tags":{},"startTime":1777906578390,"traceId":"3b10f67b1d0847ea"},{"name":"check-page","duration":226222,"timestamp":1428065733316,"id":330,"parentId":315,"tags":{"page":"/api/push-remote/confirm"},"startTime":1777906578385,"traceId":"3b10f67b1d0847ea"},{"name":"is-page-static","duration":228542,"timestamp":1428065736267,"id":342,"parentId":322,"tags":{},"startTime":1777906578388,"traceId":"3b10f67b1d0847ea"},{"name":"check-page","duration":231737,"timestamp":1428065733113,"id":322,"parentId":315,"tags":{"page":"/api/databases"},"startTime":1777906578384,"traceId":"3b10f67b1d0847ea"},{"name":"is-page-static","duration":227672,"timestamp":1428065737945,"id":347,"parentId":327,"tags":{},"startTime":1777906578389,"traceId":"3b10f67b1d0847ea"},{"name":"check-page","duration":232405,"timestamp":1428065733246,"id":327,"parentId":315,"tags":{"page":"/api/pull-data/confirm"},"startTime":1777906578384,"traceId":"3b10f67b1d0847ea"},{"name":"is-page-static","duration":231377,"timestamp":1428065738917,"id":357,"parentId":336,"tags":{},"startTime":1777906578390,"traceId":"3b10f67b1d0847ea"},{"name":"check-page","duration":236775,"timestamp":1428065733554,"id":336,"parentId":315,"tags":{"page":"/api/tables"},"startTime":1777906578385,"traceId":"3b10f67b1d0847ea"},{"name":"is-page-static","duration":231891,"timestamp":1428065738469,"id":349,"parentId":329,"tags":{},"startTime":1777906578390,"traceId":"3b10f67b1d0847ea"},{"name":"check-page","duration":237073,"timestamp":1428065733293,"id":329,"parentId":315,"tags":{"page":"/api/pull-remote/preview"},"startTime":1777906578385,"traceId":"3b10f67b1d0847ea"},{"name":"is-page-static","duration":244386,"timestamp":1428065739008,"id":359,"parentId":320,"tags":{},"startTime":1777906578390,"traceId":"3b10f67b1d0847ea"},{"name":"check-page","duration":250515,"timestamp":1428065732907,"id":320,"parentId":315,"tags":{"page":"/_not-found"},"startTime":1777906578384,"traceId":"3b10f67b1d0847ea"},{"name":"is-page-static","duration":246804,"timestamp":1428065739506,"id":361,"parentId":340,"tags":{},"startTime":1777906578391,"traceId":"3b10f67b1d0847ea"},{"name":"check-page","duration":252690,"timestamp":1428065733644,"id":340,"parentId":315,"tags":{"page":"/"},"startTime":1777906578385,"traceId":"3b10f67b1d0847ea"},{"name":"is-page-static","duration":249889,"timestamp":1428065738696,"id":352,"parentId":332,"tags":{},"startTime":1777906578390,"traceId":"3b10f67b1d0847ea"},{"name":"check-page","duration":255228,"timestamp":1428065733363,"id":332,"parentId":315,"tags":{"page":"/api/query"},"startTime":1777906578385,"traceId":"3b10f67b1d0847ea"},{"name":"static-check","duration":281929,"timestamp":1428065706676,"id":315,"parentId":1,"tags":{},"startTime":1777906578358,"traceId":"3b10f67b1d0847ea"},{"name":"generate-required-server-files","duration":248,"timestamp":1428065988808,"id":363,"parentId":1,"tags":{},"startTime":1777906578640,"traceId":"3b10f67b1d0847ea"},{"name":"write-routes-manifest","duration":10987,"timestamp":1428065992970,"id":365,"parentId":1,"tags":{},"startTime":1777906578644,"traceId":"3b10f67b1d0847ea"},{"name":"load-dotenv","duration":13,"timestamp":1428066396554,"id":368,"parentId":367,"tags":{},"startTime":1777906579048,"traceId":"3b10f67b1d0847ea"},{"name":"run-export-path-map","duration":215,"timestamp":1428066572076,"id":369,"parentId":367,"tags":{},"startTime":1777906579223,"traceId":"3b10f67b1d0847ea"},{"name":"next-export","duration":609878,"timestamp":1428066396095,"id":367,"parentId":1,"tags":{},"startTime":1777906579047,"traceId":"3b10f67b1d0847ea"},{"name":"move-exported-app-not-found-","duration":6010,"timestamp":1428067006821,"id":370,"parentId":366,"tags":{},"startTime":1777906579658,"traceId":"3b10f67b1d0847ea"},{"name":"move-exported-page","duration":32087,"timestamp":1428067012941,"id":371,"parentId":366,"tags":{},"startTime":1777906579664,"traceId":"3b10f67b1d0847ea"},{"name":"static-generation","duration":768744,"timestamp":1428066393418,"id":366,"parentId":1,"tags":{},"startTime":1777906579045,"traceId":"3b10f67b1d0847ea"},{"name":"write-routes-manifest","duration":16268,"timestamp":1428067162311,"id":372,"parentId":1,"tags":{},"startTime":1777906579814,"traceId":"3b10f67b1d0847ea"},{"name":"node-file-trace-build","duration":3850146,"timestamp":1428065990335,"id":364,"parentId":1,"tags":{"isTurbotrace":"false"},"startTime":1777906578642,"traceId":"3b10f67b1d0847ea"},{"name":"apply-include-excludes","duration":398,"timestamp":1428069840548,"id":373,"parentId":1,"tags":{},"startTime":1777906582492,"traceId":"3b10f67b1d0847ea"},{"name":"print-tree-view","duration":2021,"timestamp":1428069841476,"id":374,"parentId":1,"tags":{},"startTime":1777906582493,"traceId":"3b10f67b1d0847ea"},{"name":"telemetry-flush","duration":20,"timestamp":1428069843503,"id":375,"parentId":1,"tags":{},"startTime":1777906582495,"traceId":"3b10f67b1d0847ea"},{"name":"next-build","duration":10202603,"timestamp":1428059640926,"id":1,"tags":{"buildMode":"default","isTurboBuild":"false","version":"15.5.15","has-custom-webpack-config":"true","use-build-worker":"false"},"startTime":1777906572292,"traceId":"3b10f67b1d0847ea"}]
1
+ [{"name":"generate-buildid","duration":116,"timestamp":1490982817863,"id":4,"parentId":1,"tags":{},"startTime":1777969495381,"traceId":"0ca3d0241d342132"},{"name":"load-custom-routes","duration":195,"timestamp":1490982818020,"id":5,"parentId":1,"tags":{},"startTime":1777969495381,"traceId":"0ca3d0241d342132"},{"name":"create-dist-dir","duration":1753,"timestamp":1490982872170,"id":6,"parentId":1,"tags":{},"startTime":1777969495435,"traceId":"0ca3d0241d342132"},{"name":"create-pages-mapping","duration":810,"timestamp":1490982893318,"id":7,"parentId":1,"tags":{},"startTime":1777969495456,"traceId":"0ca3d0241d342132"},{"name":"collect-app-files","duration":2390,"timestamp":1490982894160,"id":8,"parentId":1,"tags":{},"startTime":1777969495457,"traceId":"0ca3d0241d342132"},{"name":"create-app-mapping","duration":1700,"timestamp":1490982896573,"id":9,"parentId":1,"tags":{},"startTime":1777969495460,"traceId":"0ca3d0241d342132"},{"name":"create-app-layouts","duration":220,"timestamp":1490982898303,"id":10,"parentId":1,"tags":{},"startTime":1777969495461,"traceId":"0ca3d0241d342132"},{"name":"collect-default-files","duration":1440,"timestamp":1490982902351,"id":12,"parentId":1,"tags":{},"startTime":1777969495466,"traceId":"0ca3d0241d342132"},{"name":"generate-route-types","duration":19582,"timestamp":1490982898821,"id":11,"parentId":1,"tags":{},"startTime":1777969495462,"traceId":"0ca3d0241d342132"},{"name":"public-dir-conflict-check","duration":682,"timestamp":1490982918562,"id":13,"parentId":1,"tags":{},"startTime":1777969495482,"traceId":"0ca3d0241d342132"},{"name":"generate-routes-manifest","duration":933,"timestamp":1490982919378,"id":14,"parentId":1,"tags":{},"startTime":1777969495483,"traceId":"0ca3d0241d342132"},{"name":"create-entrypoints","duration":20939,"timestamp":1490982978681,"id":17,"parentId":1,"tags":{},"startTime":1777969495542,"traceId":"0ca3d0241d342132"},{"name":"generate-webpack-config","duration":211900,"timestamp":1490982999657,"id":18,"parentId":16,"tags":{},"startTime":1777969495563,"traceId":"0ca3d0241d342132"},{"name":"next-trace-entrypoint-plugin","duration":1619,"timestamp":1490983282562,"id":20,"parentId":19,"tags":{},"startTime":1777969495846,"traceId":"0ca3d0241d342132"},{"name":"add-entry","duration":303650,"timestamp":1490983287959,"id":39,"parentId":21,"tags":{"request":"next/dist/pages/_app"},"startTime":1777969495851,"traceId":"0ca3d0241d342132"},{"name":"add-entry","duration":511039,"timestamp":1490983287807,"id":28,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fpro%2Froute&name=app%2Fapi%2Fpro%2Froute&pagePath=private-next-app-dir%2Fapi%2Fpro%2Froute.js&appDir=%2FVolumes%2FProjectSpace%2F_wip%2Fd1studio%2Fsrc%2Fapp&appPaths=%2Fapi%2Fpro%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1777969495851,"traceId":"0ca3d0241d342132"},{"name":"add-entry","duration":510944,"timestamp":1490983287926,"id":34,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fschema%2Froute&name=app%2Fapi%2Fschema%2Froute&pagePath=private-next-app-dir%2Fapi%2Fschema%2Froute.js&appDir=%2FVolumes%2FProjectSpace%2F_wip%2Fd1studio%2Fsrc%2Fapp&appPaths=%2Fapi%2Fschema%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1777969495851,"traceId":"0ca3d0241d342132"},{"name":"add-entry","duration":510912,"timestamp":1490983287962,"id":40,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fupdate%2Froute&name=app%2Fapi%2Fupdate%2Froute&pagePath=private-next-app-dir%2Fapi%2Fupdate%2Froute.js&appDir=%2FVolumes%2FProjectSpace%2F_wip%2Fd1studio%2Fsrc%2Fapp&appPaths=%2Fapi%2Fupdate%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1777969495851,"traceId":"0ca3d0241d342132"},{"name":"add-entry","duration":517665,"timestamp":1490983287801,"id":27,"parentId":21,"tags":{"request":"next-app-loader?page=%2F_not-found%2Fpage&name=app%2F_not-found%2Fpage&pagePath=%2FVolumes%2FProjectSpace%2F_wip%2Fd1studio%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fbuiltin%2Fglobal-not-found.js&appDir=%2FVolumes%2FProjectSpace%2F_wip%2Fd1studio%2Fsrc%2Fapp&appPaths=%2FVolumes%2FProjectSpace%2F_wip%2Fd1studio%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fbuiltin%2Fglobal-not-found&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1777969495851,"traceId":"0ca3d0241d342132"},{"name":"add-entry","duration":517389,"timestamp":1490983288089,"id":45,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fpage&name=app%2Fpage&pagePath=private-next-app-dir%2Fpage.jsx&appDir=%2FVolumes%2FProjectSpace%2F_wip%2Fd1studio%2Fsrc%2Fapp&appPaths=%2Fpage&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1777969495851,"traceId":"0ca3d0241d342132"},{"name":"add-entry","duration":518272,"timestamp":1490983288080,"id":44,"parentId":21,"tags":{"request":"next/dist/pages/_document"},"startTime":1777969495851,"traceId":"0ca3d0241d342132"},{"name":"add-entry","duration":533919,"timestamp":1490983287966,"id":41,"parentId":21,"tags":{"request":"next-route-loader?kind=PAGES&page=%2F_error&preferredRegion=&absolutePagePath=next%2Fdist%2Fpages%2F_error&absoluteAppPath=next%2Fdist%2Fpages%2F_app&absoluteDocumentPath=next%2Fdist%2Fpages%2F_document&middlewareConfigBase64=e30%3D!"},"startTime":1777969495851,"traceId":"0ca3d0241d342132"},{"name":"add-entry","duration":589201,"timestamp":1490983287523,"id":22,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fcloudflare%2Froute&name=app%2Fapi%2Fcloudflare%2Froute&pagePath=private-next-app-dir%2Fapi%2Fcloudflare%2Froute.js&appDir=%2FVolumes%2FProjectSpace%2F_wip%2Fd1studio%2Fsrc%2Fapp&appPaths=%2Fapi%2Fcloudflare%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1777969495851,"traceId":"0ca3d0241d342132"},{"name":"add-entry","duration":588859,"timestamp":1490983287946,"id":36,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Ftime-travel%2Fpreview%2Froute&name=app%2Fapi%2Ftime-travel%2Fpreview%2Froute&pagePath=private-next-app-dir%2Fapi%2Ftime-travel%2Fpreview%2Froute.js&appDir=%2FVolumes%2FProjectSpace%2F_wip%2Fd1studio%2Fsrc%2Fapp&appPaths=%2Fapi%2Ftime-travel%2Fpreview%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1777969495851,"traceId":"0ca3d0241d342132"},{"name":"add-entry","duration":589039,"timestamp":1490983287795,"id":26,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fpull-data%2Fconfirm%2Froute&name=app%2Fapi%2Fpull-data%2Fconfirm%2Froute&pagePath=private-next-app-dir%2Fapi%2Fpull-data%2Fconfirm%2Froute.js&appDir=%2FVolumes%2FProjectSpace%2F_wip%2Fd1studio%2Fsrc%2Fapp&appPaths=%2Fapi%2Fpull-data%2Fconfirm%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1777969495851,"traceId":"0ca3d0241d342132"},{"name":"add-entry","duration":589026,"timestamp":1490983287821,"id":30,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fpush-remote%2Fconfirm%2Froute&name=app%2Fapi%2Fpush-remote%2Fconfirm%2Froute&pagePath=private-next-app-dir%2Fapi%2Fpush-remote%2Fconfirm%2Froute.js&appDir=%2FVolumes%2FProjectSpace%2F_wip%2Fd1studio%2Fsrc%2Fapp&appPaths=%2Fapi%2Fpush-remote%2Fconfirm%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1777969495851,"traceId":"0ca3d0241d342132"},{"name":"add-entry","duration":589021,"timestamp":1490983287835,"id":31,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fpush-remote%2Fpreview%2Froute&name=app%2Fapi%2Fpush-remote%2Fpreview%2Froute&pagePath=private-next-app-dir%2Fapi%2Fpush-remote%2Fpreview%2Froute.js&appDir=%2FVolumes%2FProjectSpace%2F_wip%2Fd1studio%2Fsrc%2Fapp&appPaths=%2Fapi%2Fpush-remote%2Fpreview%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1777969495851,"traceId":"0ca3d0241d342132"},{"name":"add-entry","duration":589078,"timestamp":1490983287859,"id":33,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fquery%2Froute&name=app%2Fapi%2Fquery%2Froute&pagePath=private-next-app-dir%2Fapi%2Fquery%2Froute.js&appDir=%2FVolumes%2FProjectSpace%2F_wip%2Fd1studio%2Fsrc%2Fapp&appPaths=%2Fapi%2Fquery%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1777969495851,"traceId":"0ca3d0241d342132"},{"name":"add-entry","duration":589156,"timestamp":1490983287789,"id":25,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fmigrations%2Fsync%2Froute&name=app%2Fapi%2Fmigrations%2Fsync%2Froute&pagePath=private-next-app-dir%2Fapi%2Fmigrations%2Fsync%2Froute.js&appDir=%2FVolumes%2FProjectSpace%2F_wip%2Fd1studio%2Fsrc%2Fapp&appPaths=%2Fapi%2Fmigrations%2Fsync%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1777969495851,"traceId":"0ca3d0241d342132"},{"name":"add-entry","duration":589367,"timestamp":1490983287850,"id":32,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fpull-remote%2Fpreview%2Froute&name=app%2Fapi%2Fpull-remote%2Fpreview%2Froute&pagePath=private-next-app-dir%2Fapi%2Fpull-remote%2Fpreview%2Froute.js&appDir=%2FVolumes%2FProjectSpace%2F_wip%2Fd1studio%2Fsrc%2Fapp&appPaths=%2Fapi%2Fpull-remote%2Fpreview%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1777969495851,"traceId":"0ca3d0241d342132"},{"name":"add-entry","duration":589290,"timestamp":1490983287954,"id":38,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Ftime-travel%2Frestore%2Froute&name=app%2Fapi%2Ftime-travel%2Frestore%2Froute&pagePath=private-next-app-dir%2Fapi%2Ftime-travel%2Frestore%2Froute.js&appDir=%2FVolumes%2FProjectSpace%2F_wip%2Fd1studio%2Fsrc%2Fapp&appPaths=%2Fapi%2Ftime-travel%2Frestore%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1777969495851,"traceId":"0ca3d0241d342132"},{"name":"add-entry","duration":589467,"timestamp":1490983287782,"id":24,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fmigrations%2Fsync-files%2Froute&name=app%2Fapi%2Fmigrations%2Fsync-files%2Froute&pagePath=private-next-app-dir%2Fapi%2Fmigrations%2Fsync-files%2Froute.js&appDir=%2FVolumes%2FProjectSpace%2F_wip%2Fd1studio%2Fsrc%2Fapp&appPaths=%2Fapi%2Fmigrations%2Fsync-files%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1777969495851,"traceId":"0ca3d0241d342132"},{"name":"add-entry","duration":611838,"timestamp":1490983287767,"id":23,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fdatabases%2Froute&name=app%2Fapi%2Fdatabases%2Froute&pagePath=private-next-app-dir%2Fapi%2Fdatabases%2Froute.js&appDir=%2FVolumes%2FProjectSpace%2F_wip%2Fd1studio%2Fsrc%2Fapp&appPaths=%2Fapi%2Fdatabases%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1777969495851,"traceId":"0ca3d0241d342132"},{"name":"add-entry","duration":611691,"timestamp":1490983287941,"id":35,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Ftables%2Froute&name=app%2Fapi%2Ftables%2Froute&pagePath=private-next-app-dir%2Fapi%2Ftables%2Froute.js&appDir=%2FVolumes%2FProjectSpace%2F_wip%2Fd1studio%2Fsrc%2Fapp&appPaths=%2Fapi%2Ftables%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1777969495851,"traceId":"0ca3d0241d342132"},{"name":"add-entry","duration":611823,"timestamp":1490983287813,"id":29,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fmigrations%2Flist%2Froute&name=app%2Fapi%2Fmigrations%2Flist%2Froute&pagePath=private-next-app-dir%2Fapi%2Fmigrations%2Flist%2Froute.js&appDir=%2FVolumes%2FProjectSpace%2F_wip%2Fd1studio%2Fsrc%2Fapp&appPaths=%2Fapi%2Fmigrations%2Flist%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1777969495851,"traceId":"0ca3d0241d342132"},{"name":"add-entry","duration":611690,"timestamp":1490983287950,"id":37,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Ftables%2F%5Bname%5D%2Fimport%2Froute&name=app%2Fapi%2Ftables%2F%5Bname%5D%2Fimport%2Froute&pagePath=private-next-app-dir%2Fapi%2Ftables%2F%5Bname%5D%2Fimport%2Froute.js&appDir=%2FVolumes%2FProjectSpace%2F_wip%2Fd1studio%2Fsrc%2Fapp&appPaths=%2Fapi%2Ftables%2F%5Bname%5D%2Fimport%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1777969495851,"traceId":"0ca3d0241d342132"},{"name":"add-entry","duration":611617,"timestamp":1490983288028,"id":43,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fpull-remote%2Fconfirm%2Froute&name=app%2Fapi%2Fpull-remote%2Fconfirm%2Froute&pagePath=private-next-app-dir%2Fapi%2Fpull-remote%2Fconfirm%2Froute.js&appDir=%2FVolumes%2FProjectSpace%2F_wip%2Fd1studio%2Fsrc%2Fapp&appPaths=%2Fapi%2Fpull-remote%2Fconfirm%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1777969495851,"traceId":"0ca3d0241d342132"},{"name":"add-entry","duration":611676,"timestamp":1490983287971,"id":42,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Ftables%2F%5Bname%5D%2Froute&name=app%2Fapi%2Ftables%2F%5Bname%5D%2Froute&pagePath=private-next-app-dir%2Fapi%2Ftables%2F%5Bname%5D%2Froute.js&appDir=%2FVolumes%2FProjectSpace%2F_wip%2Fd1studio%2Fsrc%2Fapp&appPaths=%2Fapi%2Ftables%2F%5Bname%5D%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1777969495851,"traceId":"0ca3d0241d342132"},{"name":"make","duration":842339,"timestamp":1490983287384,"id":21,"parentId":19,"tags":{},"startTime":1777969495851,"traceId":"0ca3d0241d342132"},{"name":"get-entries","duration":871,"timestamp":1490984130488,"id":133,"parentId":132,"tags":{},"startTime":1777969496694,"traceId":"0ca3d0241d342132"},{"name":"node-file-trace-plugin","duration":108488,"timestamp":1490984133660,"id":134,"parentId":132,"tags":{"traceEntryCount":"44"},"startTime":1777969496697,"traceId":"0ca3d0241d342132"},{"name":"collect-traced-files","duration":744,"timestamp":1490984242159,"id":135,"parentId":132,"tags":{},"startTime":1777969496805,"traceId":"0ca3d0241d342132"},{"name":"finish-modules","duration":112517,"timestamp":1490984130389,"id":132,"parentId":20,"tags":{},"startTime":1777969496694,"traceId":"0ca3d0241d342132"},{"name":"chunk-graph","duration":26011,"timestamp":1490984269477,"id":137,"parentId":136,"tags":{},"startTime":1777969496833,"traceId":"0ca3d0241d342132"},{"name":"optimize-modules","duration":11,"timestamp":1490984295583,"id":139,"parentId":136,"tags":{},"startTime":1777969496859,"traceId":"0ca3d0241d342132"},{"name":"optimize-chunks","duration":24884,"timestamp":1490984295634,"id":140,"parentId":136,"tags":{},"startTime":1777969496859,"traceId":"0ca3d0241d342132"},{"name":"optimize-tree","duration":73,"timestamp":1490984320590,"id":141,"parentId":136,"tags":{},"startTime":1777969496884,"traceId":"0ca3d0241d342132"},{"name":"optimize-chunk-modules","duration":19298,"timestamp":1490984320708,"id":142,"parentId":136,"tags":{},"startTime":1777969496884,"traceId":"0ca3d0241d342132"},{"name":"optimize","duration":44518,"timestamp":1490984295555,"id":138,"parentId":136,"tags":{},"startTime":1777969496859,"traceId":"0ca3d0241d342132"},{"name":"module-hash","duration":18265,"timestamp":1490984356168,"id":143,"parentId":136,"tags":{},"startTime":1777969496919,"traceId":"0ca3d0241d342132"},{"name":"code-generation","duration":58701,"timestamp":1490984374500,"id":144,"parentId":136,"tags":{},"startTime":1777969496938,"traceId":"0ca3d0241d342132"},{"name":"hash","duration":11070,"timestamp":1490984442450,"id":145,"parentId":136,"tags":{},"startTime":1777969497006,"traceId":"0ca3d0241d342132"},{"name":"code-generation-jobs","duration":221,"timestamp":1490984453519,"id":146,"parentId":136,"tags":{},"startTime":1777969497017,"traceId":"0ca3d0241d342132"},{"name":"module-assets","duration":358,"timestamp":1490984453666,"id":147,"parentId":136,"tags":{},"startTime":1777969497017,"traceId":"0ca3d0241d342132"},{"name":"create-chunk-assets","duration":4269,"timestamp":1490984454030,"id":148,"parentId":136,"tags":{},"startTime":1777969497017,"traceId":"0ca3d0241d342132"},{"name":"minify-js","duration":11375,"timestamp":1490984475684,"id":150,"parentId":149,"tags":{"name":"../app/api/cloudflare/route.js","cache":"HIT"},"startTime":1777969497039,"traceId":"0ca3d0241d342132"},{"name":"minify-js","duration":11264,"timestamp":1490984475808,"id":151,"parentId":149,"tags":{"name":"../app/api/databases/route.js","cache":"HIT"},"startTime":1777969497039,"traceId":"0ca3d0241d342132"},{"name":"minify-js","duration":6068,"timestamp":1490984481006,"id":154,"parentId":149,"tags":{"name":"../app/api/pull-data/confirm/route.js","cache":"HIT"},"startTime":1777969497044,"traceId":"0ca3d0241d342132"},{"name":"minify-js","duration":6021,"timestamp":1490984481055,"id":155,"parentId":149,"tags":{"name":"../app/_not-found/page.js","cache":"HIT"},"startTime":1777969497044,"traceId":"0ca3d0241d342132"},{"name":"minify-js","duration":6017,"timestamp":1490984481059,"id":156,"parentId":149,"tags":{"name":"../app/api/pro/route.js","cache":"HIT"},"startTime":1777969497044,"traceId":"0ca3d0241d342132"},{"name":"minify-js","duration":3904,"timestamp":1490984483175,"id":162,"parentId":149,"tags":{"name":"../app/api/schema/route.js","cache":"HIT"},"startTime":1777969497046,"traceId":"0ca3d0241d342132"},{"name":"minify-js","duration":3890,"timestamp":1490984483190,"id":163,"parentId":149,"tags":{"name":"../app/api/tables/route.js","cache":"HIT"},"startTime":1777969497046,"traceId":"0ca3d0241d342132"},{"name":"minify-js","duration":3885,"timestamp":1490984483196,"id":164,"parentId":149,"tags":{"name":"../app/api/time-travel/preview/route.js","cache":"HIT"},"startTime":1777969497046,"traceId":"0ca3d0241d342132"},{"name":"minify-js","duration":3883,"timestamp":1490984483199,"id":165,"parentId":149,"tags":{"name":"../app/api/tables/[name]/import/route.js","cache":"HIT"},"startTime":1777969497046,"traceId":"0ca3d0241d342132"},{"name":"minify-js","duration":3882,"timestamp":1490984483201,"id":166,"parentId":149,"tags":{"name":"../app/api/time-travel/restore/route.js","cache":"HIT"},"startTime":1777969497046,"traceId":"0ca3d0241d342132"},{"name":"minify-js","duration":3880,"timestamp":1490984483204,"id":167,"parentId":149,"tags":{"name":"../pages/_app.js","cache":"HIT"},"startTime":1777969497046,"traceId":"0ca3d0241d342132"},{"name":"minify-js","duration":3878,"timestamp":1490984483207,"id":168,"parentId":149,"tags":{"name":"../app/api/update/route.js","cache":"HIT"},"startTime":1777969497046,"traceId":"0ca3d0241d342132"},{"name":"minify-js","duration":3876,"timestamp":1490984483210,"id":169,"parentId":149,"tags":{"name":"../pages/_error.js","cache":"HIT"},"startTime":1777969497046,"traceId":"0ca3d0241d342132"},{"name":"minify-js","duration":3874,"timestamp":1490984483212,"id":170,"parentId":149,"tags":{"name":"../app/api/tables/[name]/route.js","cache":"HIT"},"startTime":1777969497046,"traceId":"0ca3d0241d342132"},{"name":"minify-js","duration":3494,"timestamp":1490984483594,"id":172,"parentId":149,"tags":{"name":"../pages/_document.js","cache":"HIT"},"startTime":1777969497047,"traceId":"0ca3d0241d342132"},{"name":"minify-js","duration":3487,"timestamp":1490984483602,"id":173,"parentId":149,"tags":{"name":"../app/page.js","cache":"HIT"},"startTime":1777969497047,"traceId":"0ca3d0241d342132"},{"name":"minify-js","duration":3485,"timestamp":1490984483606,"id":174,"parentId":149,"tags":{"name":"../webpack-runtime.js","cache":"HIT"},"startTime":1777969497047,"traceId":"0ca3d0241d342132"},{"name":"minify-js","duration":3484,"timestamp":1490984483608,"id":175,"parentId":149,"tags":{"name":"366.js","cache":"HIT"},"startTime":1777969497047,"traceId":"0ca3d0241d342132"},{"name":"minify-js","duration":3483,"timestamp":1490984483610,"id":176,"parentId":149,"tags":{"name":"873.js","cache":"HIT"},"startTime":1777969497047,"traceId":"0ca3d0241d342132"},{"name":"minify-js","duration":3482,"timestamp":1490984483612,"id":177,"parentId":149,"tags":{"name":"692.js","cache":"HIT"},"startTime":1777969497047,"traceId":"0ca3d0241d342132"},{"name":"minify-js","duration":3481,"timestamp":1490984483614,"id":178,"parentId":149,"tags":{"name":"347.js","cache":"HIT"},"startTime":1777969497047,"traceId":"0ca3d0241d342132"},{"name":"minify-js","duration":64,"timestamp":1490984487031,"id":180,"parentId":149,"tags":{"name":"611.js","cache":"HIT"},"startTime":1777969497050,"traceId":"0ca3d0241d342132"},{"name":"minify-js","duration":45,"timestamp":1490984487051,"id":181,"parentId":149,"tags":{"name":"626.js","cache":"HIT"},"startTime":1777969497050,"traceId":"0ca3d0241d342132"},{"name":"minify-js","duration":41,"timestamp":1490984487055,"id":182,"parentId":149,"tags":{"name":"839.js","cache":"HIT"},"startTime":1777969497050,"traceId":"0ca3d0241d342132"},{"name":"minify-js","duration":18213,"timestamp":1490984475818,"id":152,"parentId":149,"tags":{"name":"../app/api/migrations/sync-files/route.js","cache":"MISS"},"startTime":1777969497039,"traceId":"0ca3d0241d342132"},{"name":"minify-js","duration":14054,"timestamp":1490984480020,"id":153,"parentId":149,"tags":{"name":"../app/api/migrations/sync/route.js","cache":"MISS"},"startTime":1777969497043,"traceId":"0ca3d0241d342132"},{"name":"minify-js","duration":13065,"timestamp":1490984481743,"id":158,"parentId":149,"tags":{"name":"../app/api/push-remote/confirm/route.js","cache":"MISS"},"startTime":1777969497045,"traceId":"0ca3d0241d342132"},{"name":"minify-js","duration":14031,"timestamp":1490984481062,"id":157,"parentId":149,"tags":{"name":"../app/api/migrations/list/route.js","cache":"MISS"},"startTime":1777969497044,"traceId":"0ca3d0241d342132"},{"name":"minify-js","duration":15022,"timestamp":1490984482516,"id":160,"parentId":149,"tags":{"name":"../app/api/pull-remote/preview/route.js","cache":"MISS"},"startTime":1777969497046,"traceId":"0ca3d0241d342132"},{"name":"minify-js","duration":15483,"timestamp":1490984482158,"id":159,"parentId":149,"tags":{"name":"../app/api/push-remote/preview/route.js","cache":"MISS"},"startTime":1777969497045,"traceId":"0ca3d0241d342132"},{"name":"minify-js","duration":16308,"timestamp":1490984482834,"id":161,"parentId":149,"tags":{"name":"../app/api/query/route.js","cache":"MISS"},"startTime":1777969497046,"traceId":"0ca3d0241d342132"},{"name":"minify-js","duration":17366,"timestamp":1490984483216,"id":171,"parentId":149,"tags":{"name":"../app/api/pull-remote/confirm/route.js","cache":"MISS"},"startTime":1777969497046,"traceId":"0ca3d0241d342132"},{"name":"minify-js","duration":102321,"timestamp":1490984483616,"id":179,"parentId":149,"tags":{"name":"386.js","cache":"MISS"},"startTime":1777969497047,"traceId":"0ca3d0241d342132"},{"name":"minify-webpack-plugin-optimize","duration":121774,"timestamp":1490984464184,"id":149,"parentId":19,"tags":{"compilationName":"server","mangle":"[object Object]"},"startTime":1777969497027,"traceId":"0ca3d0241d342132"},{"name":"css-minimizer-plugin","duration":168,"timestamp":1490984586115,"id":183,"parentId":19,"tags":{},"startTime":1777969497149,"traceId":"0ca3d0241d342132"},{"name":"create-trace-assets","duration":2692,"timestamp":1490984586419,"id":184,"parentId":20,"tags":{},"startTime":1777969497150,"traceId":"0ca3d0241d342132"},{"name":"seal","duration":341444,"timestamp":1490984255088,"id":136,"parentId":19,"tags":{},"startTime":1777969496818,"traceId":"0ca3d0241d342132"},{"name":"webpack-compilation","duration":1326820,"timestamp":1490983280969,"id":19,"parentId":16,"tags":{"name":"server"},"startTime":1777969495844,"traceId":"0ca3d0241d342132"},{"name":"emit","duration":10552,"timestamp":1490984608105,"id":185,"parentId":16,"tags":{},"startTime":1777969497171,"traceId":"0ca3d0241d342132"},{"name":"webpack-close","duration":60380,"timestamp":1490984619985,"id":186,"parentId":16,"tags":{"name":"server"},"startTime":1777969497183,"traceId":"0ca3d0241d342132"},{"name":"webpack-generate-error-stats","duration":1221,"timestamp":1490984680403,"id":187,"parentId":186,"tags":{},"startTime":1777969497244,"traceId":"0ca3d0241d342132"},{"name":"make","duration":105,"timestamp":1490984689079,"id":189,"parentId":188,"tags":{},"startTime":1777969497252,"traceId":"0ca3d0241d342132"},{"name":"chunk-graph","duration":267,"timestamp":1490984689665,"id":191,"parentId":190,"tags":{},"startTime":1777969497253,"traceId":"0ca3d0241d342132"},{"name":"optimize-modules","duration":4,"timestamp":1490984689961,"id":193,"parentId":190,"tags":{},"startTime":1777969497253,"traceId":"0ca3d0241d342132"},{"name":"optimize-chunks","duration":36,"timestamp":1490984689994,"id":194,"parentId":190,"tags":{},"startTime":1777969497253,"traceId":"0ca3d0241d342132"},{"name":"optimize-tree","duration":4,"timestamp":1490984690052,"id":195,"parentId":190,"tags":{},"startTime":1777969497253,"traceId":"0ca3d0241d342132"}]
2
+ [{"name":"optimize-chunk-modules","duration":39,"timestamp":1490984690140,"id":196,"parentId":190,"tags":{},"startTime":1777969497253,"traceId":"0ca3d0241d342132"},{"name":"optimize","duration":258,"timestamp":1490984689945,"id":192,"parentId":190,"tags":{},"startTime":1777969497253,"traceId":"0ca3d0241d342132"},{"name":"module-hash","duration":11,"timestamp":1490984690311,"id":197,"parentId":190,"tags":{},"startTime":1777969497253,"traceId":"0ca3d0241d342132"},{"name":"code-generation","duration":12,"timestamp":1490984690328,"id":198,"parentId":190,"tags":{},"startTime":1777969497254,"traceId":"0ca3d0241d342132"},{"name":"hash","duration":27,"timestamp":1490984690364,"id":199,"parentId":190,"tags":{},"startTime":1777969497254,"traceId":"0ca3d0241d342132"},{"name":"code-generation-jobs","duration":21,"timestamp":1490984690392,"id":200,"parentId":190,"tags":{},"startTime":1777969497254,"traceId":"0ca3d0241d342132"},{"name":"module-assets","duration":12,"timestamp":1490984690407,"id":201,"parentId":190,"tags":{},"startTime":1777969497254,"traceId":"0ca3d0241d342132"},{"name":"create-chunk-assets","duration":8,"timestamp":1490984690422,"id":202,"parentId":190,"tags":{},"startTime":1777969497254,"traceId":"0ca3d0241d342132"},{"name":"minify-js","duration":24,"timestamp":1490984694531,"id":204,"parentId":203,"tags":{"name":"interception-route-rewrite-manifest.js","cache":"HIT"},"startTime":1777969497258,"traceId":"0ca3d0241d342132"},{"name":"minify-webpack-plugin-optimize","duration":379,"timestamp":1490984694182,"id":203,"parentId":188,"tags":{"compilationName":"edge-server","mangle":"[object Object]"},"startTime":1777969497257,"traceId":"0ca3d0241d342132"},{"name":"css-minimizer-plugin","duration":8,"timestamp":1490984694599,"id":205,"parentId":188,"tags":{},"startTime":1777969497258,"traceId":"0ca3d0241d342132"},{"name":"seal","duration":5888,"timestamp":1490984689584,"id":190,"parentId":188,"tags":{},"startTime":1777969497253,"traceId":"0ca3d0241d342132"},{"name":"webpack-compilation","duration":7315,"timestamp":1490984688204,"id":188,"parentId":16,"tags":{"name":"edge-server"},"startTime":1777969497251,"traceId":"0ca3d0241d342132"},{"name":"emit","duration":312,"timestamp":1490984695543,"id":206,"parentId":16,"tags":{},"startTime":1777969497259,"traceId":"0ca3d0241d342132"},{"name":"webpack-close","duration":79,"timestamp":1490984695964,"id":207,"parentId":16,"tags":{"name":"edge-server"},"startTime":1777969497259,"traceId":"0ca3d0241d342132"},{"name":"webpack-generate-error-stats","duration":297,"timestamp":1490984696047,"id":208,"parentId":207,"tags":{},"startTime":1777969497259,"traceId":"0ca3d0241d342132"},{"name":"add-entry","duration":94215,"timestamp":1490984701186,"id":218,"parentId":210,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1777969497264,"traceId":"0ca3d0241d342132"},{"name":"add-entry","duration":94224,"timestamp":1490984701188,"id":219,"parentId":210,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1777969497264,"traceId":"0ca3d0241d342132"},{"name":"add-entry","duration":94222,"timestamp":1490984701192,"id":220,"parentId":210,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1777969497264,"traceId":"0ca3d0241d342132"},{"name":"add-entry","duration":94222,"timestamp":1490984701194,"id":221,"parentId":210,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1777969497264,"traceId":"0ca3d0241d342132"},{"name":"add-entry","duration":94221,"timestamp":1490984701195,"id":222,"parentId":210,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1777969497264,"traceId":"0ca3d0241d342132"},{"name":"add-entry","duration":94172,"timestamp":1490984701246,"id":224,"parentId":210,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1777969497264,"traceId":"0ca3d0241d342132"},{"name":"add-entry","duration":94169,"timestamp":1490984701250,"id":225,"parentId":210,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1777969497264,"traceId":"0ca3d0241d342132"},{"name":"add-entry","duration":94168,"timestamp":1490984701252,"id":226,"parentId":210,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1777969497264,"traceId":"0ca3d0241d342132"},{"name":"add-entry","duration":94168,"timestamp":1490984701253,"id":227,"parentId":210,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1777969497264,"traceId":"0ca3d0241d342132"},{"name":"add-entry","duration":94168,"timestamp":1490984701256,"id":228,"parentId":210,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1777969497264,"traceId":"0ca3d0241d342132"},{"name":"add-entry","duration":94168,"timestamp":1490984701258,"id":229,"parentId":210,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1777969497264,"traceId":"0ca3d0241d342132"},{"name":"add-entry","duration":94167,"timestamp":1490984701259,"id":230,"parentId":210,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1777969497264,"traceId":"0ca3d0241d342132"},{"name":"add-entry","duration":94167,"timestamp":1490984701260,"id":231,"parentId":210,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1777969497264,"traceId":"0ca3d0241d342132"},{"name":"add-entry","duration":94167,"timestamp":1490984701261,"id":232,"parentId":210,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1777969497264,"traceId":"0ca3d0241d342132"},{"name":"add-entry","duration":94166,"timestamp":1490984701263,"id":233,"parentId":210,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1777969497264,"traceId":"0ca3d0241d342132"},{"name":"add-entry","duration":94165,"timestamp":1490984701264,"id":234,"parentId":210,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1777969497264,"traceId":"0ca3d0241d342132"},{"name":"add-entry","duration":94167,"timestamp":1490984701266,"id":235,"parentId":210,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1777969497264,"traceId":"0ca3d0241d342132"},{"name":"add-entry","duration":94167,"timestamp":1490984701267,"id":236,"parentId":210,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1777969497264,"traceId":"0ca3d0241d342132"},{"name":"add-entry","duration":94167,"timestamp":1490984701268,"id":237,"parentId":210,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1777969497264,"traceId":"0ca3d0241d342132"},{"name":"add-entry","duration":132885,"timestamp":1490984701179,"id":214,"parentId":210,"tags":{"request":"next-client-pages-loader?absolutePagePath=%2FVolumes%2FProjectSpace%2F_wip%2Fd1studio%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fbuiltin%2Fglobal-not-found.js&page=%2F_not-found%2Fpage!"},"startTime":1777969497264,"traceId":"0ca3d0241d342132"},{"name":"add-entry","duration":133664,"timestamp":1490984701181,"id":215,"parentId":210,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1777969497264,"traceId":"0ca3d0241d342132"},{"name":"add-entry","duration":133667,"timestamp":1490984701185,"id":217,"parentId":210,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1777969497264,"traceId":"0ca3d0241d342132"},{"name":"add-entry","duration":182843,"timestamp":1490984701176,"id":213,"parentId":210,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FVolumes%2FProjectSpace%2F_wip%2Fd1studio%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fbuiltin%2Fglobal-error.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FVolumes%2FProjectSpace%2F_wip%2Fd1studio%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FVolumes%2FProjectSpace%2F_wip%2Fd1studio%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-segment.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FVolumes%2FProjectSpace%2F_wip%2Fd1studio%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fhttp-access-fallback%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FVolumes%2FProjectSpace%2F_wip%2Fd1studio%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FVolumes%2FProjectSpace%2F_wip%2Fd1studio%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fmetadata%2Fasync-metadata.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FVolumes%2FProjectSpace%2F_wip%2Fd1studio%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FVolumes%2FProjectSpace%2F_wip%2Fd1studio%2Fnode_modules%2Fnext%2Fdist%2Flib%2Fframework%2Fboundary-components.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FVolumes%2FProjectSpace%2F_wip%2Fd1studio%2Fnode_modules%2Fnext%2Fdist%2Flib%2Fmetadata%2Fgenerate%2Ficon-mark.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1777969497264,"traceId":"0ca3d0241d342132"},{"name":"add-entry","duration":190074,"timestamp":1490984701167,"id":212,"parentId":210,"tags":{"request":"./node_modules/next/dist/client/app-next.js"},"startTime":1777969497264,"traceId":"0ca3d0241d342132"},{"name":"add-entry","duration":199128,"timestamp":1490984701183,"id":216,"parentId":210,"tags":{"request":"/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/client/router.js"},"startTime":1777969497264,"traceId":"0ca3d0241d342132"},{"name":"add-entry","duration":199179,"timestamp":1490984701142,"id":211,"parentId":210,"tags":{"request":"./node_modules/next/dist/client/next.js"},"startTime":1777969497264,"traceId":"0ca3d0241d342132"},{"name":"postcss-process","duration":333409,"timestamp":1490985001577,"id":242,"parentId":241,"tags":{},"startTime":1777969497565,"traceId":"0ca3d0241d342132"},{"name":"postcss-loader","duration":469446,"timestamp":1490984865600,"id":241,"parentId":240,"tags":{},"startTime":1777969497429,"traceId":"0ca3d0241d342132"},{"name":"css-loader","duration":23129,"timestamp":1490985335305,"id":243,"parentId":240,"tags":{"astUsed":"true"},"startTime":1777969497898,"traceId":"0ca3d0241d342132"},{"name":"add-entry","duration":696878,"timestamp":1490984701269,"id":238,"parentId":210,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FVolumes%2FProjectSpace%2F_wip%2Fd1studio%2Fsrc%2Fapp%2Fpage.jsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1777969497264,"traceId":"0ca3d0241d342132"},{"name":"build-module-css","duration":550010,"timestamp":1490984848995,"id":240,"parentId":239,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/src/app/globals.css.webpack[javascript/auto]!=!/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[2]!/Volumes/ProjectSpace/_wip/d1studio/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[3]!/Volumes/ProjectSpace/_wip/d1studio/src/app/globals.css","layer":null},"startTime":1777969497412,"traceId":"0ca3d0241d342132"},{"name":"build-module-css","duration":566157,"timestamp":1490984836174,"id":239,"parentId":209,"tags":{"name":"/Volumes/ProjectSpace/_wip/d1studio/src/app/globals.css","layer":"app-pages-browser"},"startTime":1777969497399,"traceId":"0ca3d0241d342132"},{"name":"build-module","duration":65,"timestamp":1490985402455,"id":244,"parentId":239,"tags":{},"startTime":1777969497966,"traceId":"0ca3d0241d342132"},{"name":"add-entry","duration":701348,"timestamp":1490984701197,"id":223,"parentId":210,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FVolumes%2FProjectSpace%2F_wip%2Fd1studio%2Fnode_modules%2Fnext%2Ffont%2Fgoogle%2Ftarget.css%3F%7B%5C%22path%5C%22%3A%5C%22src%2Fapp%2Flayout.jsx%5C%22%2C%5C%22import%5C%22%3A%5C%22Geist%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22variable%5C%22%3A%5C%22--font-geist-sans%5C%22%2C%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22geistSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FVolumes%2FProjectSpace%2F_wip%2Fd1studio%2Fnode_modules%2Fnext%2Ffont%2Fgoogle%2Ftarget.css%3F%7B%5C%22path%5C%22%3A%5C%22src%2Fapp%2Flayout.jsx%5C%22%2C%5C%22import%5C%22%3A%5C%22Geist_Mono%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22variable%5C%22%3A%5C%22--font-geist-mono%5C%22%2C%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22geistMono%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FVolumes%2FProjectSpace%2F_wip%2Fd1studio%2Fsrc%2Fapp%2Fglobals.css%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FVolumes%2FProjectSpace%2F_wip%2Fd1studio%2Fsrc%2Fcomponents%2Fui%2Ftoaster.jsx%22%2C%22ids%22%3A%5B%22Toaster%22%5D%7D&modules=%7B%22request%22%3A%22%2FVolumes%2FProjectSpace%2F_wip%2Fd1studio%2Fsrc%2Fcontext%2Fdatabase-context.js%22%2C%22ids%22%3A%5B%22DatabaseProvider%22%5D%7D&server=false!"},"startTime":1777969497264,"traceId":"0ca3d0241d342132"},{"name":"make","duration":701568,"timestamp":1490984701010,"id":210,"parentId":209,"tags":{},"startTime":1777969497264,"traceId":"0ca3d0241d342132"},{"name":"chunk-graph","duration":6409,"timestamp":1490985422490,"id":246,"parentId":245,"tags":{},"startTime":1777969497986,"traceId":"0ca3d0241d342132"},{"name":"optimize-modules","duration":3,"timestamp":1490985428931,"id":248,"parentId":245,"tags":{},"startTime":1777969497992,"traceId":"0ca3d0241d342132"},{"name":"optimize-chunks","duration":4114,"timestamp":1490985430186,"id":250,"parentId":245,"tags":{},"startTime":1777969497993,"traceId":"0ca3d0241d342132"},{"name":"optimize-tree","duration":5,"timestamp":1490985434327,"id":251,"parentId":245,"tags":{},"startTime":1777969497998,"traceId":"0ca3d0241d342132"},{"name":"optimize-chunk-modules","duration":9639,"timestamp":1490985434350,"id":252,"parentId":245,"tags":{},"startTime":1777969497998,"traceId":"0ca3d0241d342132"},{"name":"optimize","duration":15116,"timestamp":1490985428921,"id":247,"parentId":245,"tags":{},"startTime":1777969497992,"traceId":"0ca3d0241d342132"},{"name":"module-hash","duration":11363,"timestamp":1490985450704,"id":253,"parentId":245,"tags":{},"startTime":1777969498014,"traceId":"0ca3d0241d342132"},{"name":"code-generation","duration":1291,"timestamp":1490985462103,"id":254,"parentId":245,"tags":{},"startTime":1777969498025,"traceId":"0ca3d0241d342132"},{"name":"hash","duration":3179,"timestamp":1490985465181,"id":255,"parentId":245,"tags":{},"startTime":1777969498028,"traceId":"0ca3d0241d342132"},{"name":"code-generation-jobs","duration":96,"timestamp":1490985468359,"id":256,"parentId":245,"tags":{},"startTime":1777969498032,"traceId":"0ca3d0241d342132"},{"name":"module-assets","duration":267,"timestamp":1490985468434,"id":257,"parentId":245,"tags":{},"startTime":1777969498032,"traceId":"0ca3d0241d342132"},{"name":"create-chunk-assets","duration":1260,"timestamp":1490985468706,"id":258,"parentId":245,"tags":{},"startTime":1777969498032,"traceId":"0ca3d0241d342132"},{"name":"NextJsBuildManifest-generateClientManifest","duration":812,"timestamp":1490985470910,"id":260,"parentId":209,"tags":{},"startTime":1777969498034,"traceId":"0ca3d0241d342132"},{"name":"NextJsBuildManifest-createassets","duration":1160,"timestamp":1490985470566,"id":259,"parentId":209,"tags":{},"startTime":1777969498034,"traceId":"0ca3d0241d342132"},{"name":"minify-js","duration":294,"timestamp":1490985474566,"id":262,"parentId":261,"tags":{"name":"static/chunks/main-32c61514c007754d.js","cache":"HIT"},"startTime":1777969498038,"traceId":"0ca3d0241d342132"},{"name":"minify-js","duration":271,"timestamp":1490985474596,"id":263,"parentId":261,"tags":{"name":"static/chunks/main-app-91a2119809527859.js","cache":"HIT"},"startTime":1777969498038,"traceId":"0ca3d0241d342132"},{"name":"minify-js","duration":264,"timestamp":1490985474604,"id":264,"parentId":261,"tags":{"name":"static/chunks/app/_not-found/page-f3e4295ff1b51780.js","cache":"HIT"},"startTime":1777969498038,"traceId":"0ca3d0241d342132"},{"name":"minify-js","duration":260,"timestamp":1490985474609,"id":265,"parentId":261,"tags":{"name":"static/chunks/pages/_app-a7351dc25c6079bb.js","cache":"HIT"},"startTime":1777969498038,"traceId":"0ca3d0241d342132"},{"name":"minify-js","duration":257,"timestamp":1490985474614,"id":266,"parentId":261,"tags":{"name":"static/chunks/pages/_error-d228f1ee46cc8b08.js","cache":"HIT"},"startTime":1777969498038,"traceId":"0ca3d0241d342132"},{"name":"minify-js","duration":253,"timestamp":1490985474618,"id":267,"parentId":261,"tags":{"name":"static/chunks/app/api/cloudflare/route-8c1c507d4f561531.js","cache":"HIT"},"startTime":1777969498038,"traceId":"0ca3d0241d342132"},{"name":"minify-js","duration":249,"timestamp":1490985474622,"id":268,"parentId":261,"tags":{"name":"static/chunks/app/api/databases/route-9544aaaaa658a8fb.js","cache":"HIT"},"startTime":1777969498038,"traceId":"0ca3d0241d342132"},{"name":"minify-js","duration":246,"timestamp":1490985474626,"id":269,"parentId":261,"tags":{"name":"static/chunks/app/api/migrations/sync-files/route-8b445b92cd7ec3e4.js","cache":"HIT"},"startTime":1777969498038,"traceId":"0ca3d0241d342132"},{"name":"minify-js","duration":242,"timestamp":1490985474630,"id":270,"parentId":261,"tags":{"name":"static/chunks/app/api/migrations/sync/route-beb6926bdd6948e1.js","cache":"HIT"},"startTime":1777969498038,"traceId":"0ca3d0241d342132"},{"name":"minify-js","duration":239,"timestamp":1490985474635,"id":271,"parentId":261,"tags":{"name":"static/chunks/app/api/pull-data/confirm/route-263288b3660d3222.js","cache":"HIT"},"startTime":1777969498038,"traceId":"0ca3d0241d342132"},{"name":"minify-js","duration":236,"timestamp":1490985474638,"id":272,"parentId":261,"tags":{"name":"static/chunks/app/layout-03c57110e35078a0.js","cache":"HIT"},"startTime":1777969498038,"traceId":"0ca3d0241d342132"},{"name":"minify-js","duration":232,"timestamp":1490985474643,"id":273,"parentId":261,"tags":{"name":"static/chunks/app/api/pro/route-eb4a4e2143a3c42e.js","cache":"HIT"},"startTime":1777969498038,"traceId":"0ca3d0241d342132"},{"name":"minify-js","duration":228,"timestamp":1490985474647,"id":274,"parentId":261,"tags":{"name":"static/chunks/app/api/migrations/list/route-e7c196adaa7245af.js","cache":"HIT"},"startTime":1777969498038,"traceId":"0ca3d0241d342132"},{"name":"minify-js","duration":225,"timestamp":1490985474651,"id":275,"parentId":261,"tags":{"name":"static/chunks/app/api/push-remote/confirm/route-3bd617409fd92714.js","cache":"HIT"},"startTime":1777969498038,"traceId":"0ca3d0241d342132"},{"name":"minify-js","duration":222,"timestamp":1490985474655,"id":276,"parentId":261,"tags":{"name":"static/chunks/app/api/push-remote/preview/route-5a40f93a3246c467.js","cache":"HIT"},"startTime":1777969498038,"traceId":"0ca3d0241d342132"},{"name":"minify-js","duration":219,"timestamp":1490985474659,"id":277,"parentId":261,"tags":{"name":"static/chunks/app/api/pull-remote/preview/route-531593a3e88fc9b3.js","cache":"HIT"},"startTime":1777969498038,"traceId":"0ca3d0241d342132"},{"name":"minify-js","duration":215,"timestamp":1490985474663,"id":278,"parentId":261,"tags":{"name":"static/chunks/app/api/query/route-ebace281cb5179ea.js","cache":"HIT"},"startTime":1777969498038,"traceId":"0ca3d0241d342132"},{"name":"minify-js","duration":211,"timestamp":1490985474667,"id":279,"parentId":261,"tags":{"name":"static/chunks/app/api/schema/route-b82b1ba522013e49.js","cache":"HIT"},"startTime":1777969498038,"traceId":"0ca3d0241d342132"},{"name":"minify-js","duration":208,"timestamp":1490985474671,"id":280,"parentId":261,"tags":{"name":"static/chunks/app/api/tables/route-e80d68d561435c85.js","cache":"HIT"},"startTime":1777969498038,"traceId":"0ca3d0241d342132"},{"name":"minify-js","duration":205,"timestamp":1490985474675,"id":281,"parentId":261,"tags":{"name":"static/chunks/app/api/time-travel/preview/route-1717271e185272a2.js","cache":"HIT"},"startTime":1777969498038,"traceId":"0ca3d0241d342132"},{"name":"minify-js","duration":202,"timestamp":1490985474678,"id":282,"parentId":261,"tags":{"name":"static/chunks/app/api/tables/[name]/import/route-79a2dc7d92dd35b9.js","cache":"HIT"},"startTime":1777969498038,"traceId":"0ca3d0241d342132"},{"name":"minify-js","duration":199,"timestamp":1490985474683,"id":283,"parentId":261,"tags":{"name":"static/chunks/app/api/time-travel/restore/route-e107ed96f73eb04c.js","cache":"HIT"},"startTime":1777969498038,"traceId":"0ca3d0241d342132"},{"name":"minify-js","duration":195,"timestamp":1490985474687,"id":284,"parentId":261,"tags":{"name":"static/chunks/app/api/update/route-3a1f8b3ab19868c0.js","cache":"HIT"},"startTime":1777969498038,"traceId":"0ca3d0241d342132"},{"name":"minify-js","duration":191,"timestamp":1490985474692,"id":285,"parentId":261,"tags":{"name":"static/chunks/app/api/tables/[name]/route-da0e95fd3a6c744e.js","cache":"HIT"},"startTime":1777969498038,"traceId":"0ca3d0241d342132"},{"name":"minify-js","duration":186,"timestamp":1490985474698,"id":286,"parentId":261,"tags":{"name":"static/chunks/app/api/pull-remote/confirm/route-1fb7d477f8377b32.js","cache":"HIT"},"startTime":1777969498038,"traceId":"0ca3d0241d342132"},{"name":"minify-js","duration":181,"timestamp":1490985474702,"id":287,"parentId":261,"tags":{"name":"static/chunks/app/page-e50a860a4a5047b3.js","cache":"HIT"},"startTime":1777969498038,"traceId":"0ca3d0241d342132"},{"name":"minify-js","duration":177,"timestamp":1490985474707,"id":288,"parentId":261,"tags":{"name":"static/chunks/webpack-8693a99357bf98f4.js","cache":"HIT"},"startTime":1777969498038,"traceId":"0ca3d0241d342132"},{"name":"minify-js","duration":173,"timestamp":1490985474712,"id":289,"parentId":261,"tags":{"name":"static/chunks/950.c7dd5d4cf78037dd.js","cache":"HIT"},"startTime":1777969498038,"traceId":"0ca3d0241d342132"},{"name":"minify-js","duration":170,"timestamp":1490985474715,"id":290,"parentId":261,"tags":{"name":"static/chunks/framework-da4f371d7ec91c05.js","cache":"HIT"},"startTime":1777969498038,"traceId":"0ca3d0241d342132"},{"name":"minify-js","duration":163,"timestamp":1490985474724,"id":291,"parentId":261,"tags":{"name":"static/chunks/4bd1b696-0fb175ec903c9df0.js","cache":"HIT"},"startTime":1777969498038,"traceId":"0ca3d0241d342132"},{"name":"minify-js","duration":160,"timestamp":1490985474727,"id":292,"parentId":261,"tags":{"name":"static/chunks/1a258343.60ae4b05d78f9e0d.js","cache":"HIT"},"startTime":1777969498038,"traceId":"0ca3d0241d342132"},{"name":"minify-js","duration":157,"timestamp":1490985474731,"id":293,"parentId":261,"tags":{"name":"static/chunks/421-78da897a5e985ce4.js","cache":"HIT"},"startTime":1777969498038,"traceId":"0ca3d0241d342132"},{"name":"minify-js","duration":154,"timestamp":1490985474735,"id":294,"parentId":261,"tags":{"name":"static/chunks/255-c795e1164ebb60cf.js","cache":"HIT"},"startTime":1777969498038,"traceId":"0ca3d0241d342132"},{"name":"minify-js","duration":151,"timestamp":1490985474738,"id":295,"parentId":261,"tags":{"name":"static/chunks/95.842880f857607832.js","cache":"HIT"},"startTime":1777969498038,"traceId":"0ca3d0241d342132"},{"name":"minify-js","duration":148,"timestamp":1490985474742,"id":296,"parentId":261,"tags":{"name":"static/chunks/69-0a1cc583959b402c.js","cache":"HIT"},"startTime":1777969498038,"traceId":"0ca3d0241d342132"},{"name":"minify-js","duration":145,"timestamp":1490985474745,"id":297,"parentId":261,"tags":{"name":"static/chunks/654-972bba5c9db289ee.js","cache":"HIT"},"startTime":1777969498038,"traceId":"0ca3d0241d342132"}]
3
+ [{"name":"minify-js","duration":332,"timestamp":1490985474749,"id":298,"parentId":261,"tags":{"name":"static/chunks/823-f8ce1c037c0fd246.js","cache":"HIT"},"startTime":1777969498038,"traceId":"0ca3d0241d342132"},{"name":"minify-js","duration":330,"timestamp":1490985474753,"id":299,"parentId":261,"tags":{"name":"server/middleware-react-loadable-manifest.js","cache":"HIT"},"startTime":1777969498038,"traceId":"0ca3d0241d342132"},{"name":"minify-js","duration":250,"timestamp":1490985474834,"id":301,"parentId":261,"tags":{"name":"server/middleware-build-manifest.js","cache":"HIT"},"startTime":1777969498038,"traceId":"0ca3d0241d342132"},{"name":"minify-js","duration":228,"timestamp":1490985474857,"id":303,"parentId":261,"tags":{"name":"server/next-font-manifest.js","cache":"HIT"},"startTime":1777969498038,"traceId":"0ca3d0241d342132"},{"name":"minify-js","duration":551,"timestamp":1490985474756,"id":300,"parentId":261,"tags":{"name":"static/o_MkOiVF7_eRHovqofgAP/_ssgManifest.js","cache":"MISS"},"startTime":1777969498038,"traceId":"0ca3d0241d342132"},{"name":"minify-js","duration":743,"timestamp":1490985474836,"id":302,"parentId":261,"tags":{"name":"static/o_MkOiVF7_eRHovqofgAP/_buildManifest.js","cache":"MISS"},"startTime":1777969498038,"traceId":"0ca3d0241d342132"},{"name":"minify-webpack-plugin-optimize","duration":3223,"timestamp":1490985472362,"id":261,"parentId":209,"tags":{"compilationName":"client","mangle":"[object Object]"},"startTime":1777969498036,"traceId":"0ca3d0241d342132"},{"name":"minify-css","duration":69,"timestamp":1490985475678,"id":305,"parentId":304,"tags":{"file":"static/css/6754f08f665b746e.css","cache":"HIT"},"startTime":1777969498039,"traceId":"0ca3d0241d342132"},{"name":"minify-css","duration":42,"timestamp":1490985475707,"id":306,"parentId":304,"tags":{"file":"static/css/1c55b199e782dd50.css","cache":"HIT"},"startTime":1777969498039,"traceId":"0ca3d0241d342132"},{"name":"css-minimizer-plugin","duration":104,"timestamp":1490985475646,"id":304,"parentId":209,"tags":{},"startTime":1777969498039,"traceId":"0ca3d0241d342132"},{"name":"seal","duration":72427,"timestamp":1490985412609,"id":245,"parentId":209,"tags":{},"startTime":1777969497976,"traceId":"0ca3d0241d342132"},{"name":"webpack-compilation","duration":784766,"timestamp":1490984700326,"id":209,"parentId":16,"tags":{"name":"client"},"startTime":1777969497264,"traceId":"0ca3d0241d342132"},{"name":"emit","duration":8279,"timestamp":1490985485117,"id":307,"parentId":16,"tags":{},"startTime":1777969498048,"traceId":"0ca3d0241d342132"},{"name":"webpack-close","duration":10717,"timestamp":1490985493850,"id":308,"parentId":16,"tags":{"name":"client"},"startTime":1777969498057,"traceId":"0ca3d0241d342132"},{"name":"webpack-generate-error-stats","duration":551,"timestamp":1490985504578,"id":309,"parentId":308,"tags":{},"startTime":1777969498068,"traceId":"0ca3d0241d342132"},{"name":"run-webpack-compiler","duration":2526628,"timestamp":1490982978674,"id":16,"parentId":1,"tags":{},"startTime":1777969495542,"traceId":"0ca3d0241d342132"},{"name":"format-webpack-messages","duration":60,"timestamp":1490985505306,"id":310,"parentId":1,"tags":{},"startTime":1777969498068,"traceId":"0ca3d0241d342132"},{"name":"verify-and-lint","duration":895411,"timestamp":1490985510891,"id":313,"parentId":1,"tags":{},"startTime":1777969498074,"traceId":"0ca3d0241d342132"},{"name":"verify-typescript-setup","duration":3426519,"timestamp":1490985507797,"id":312,"parentId":1,"tags":{},"startTime":1777969498071,"traceId":"0ca3d0241d342132"},{"name":"check-static-error-page","duration":2206,"timestamp":1490988949007,"id":316,"parentId":315,"tags":{},"startTime":1777969501512,"traceId":"0ca3d0241d342132"},{"name":"check-page","duration":2987,"timestamp":1490988976756,"id":317,"parentId":315,"tags":{"page":"/_app"},"startTime":1777969501540,"traceId":"0ca3d0241d342132"},{"name":"check-page","duration":1954,"timestamp":1490988977801,"id":319,"parentId":315,"tags":{"page":"/_document"},"startTime":1777969501541,"traceId":"0ca3d0241d342132"},{"name":"check-page","duration":4157,"timestamp":1490988977638,"id":318,"parentId":315,"tags":{"page":"/_error"},"startTime":1777969501541,"traceId":"0ca3d0241d342132"},{"name":"is-page-static","duration":209119,"timestamp":1490988984663,"id":347,"parentId":326,"tags":{},"startTime":1777969501548,"traceId":"0ca3d0241d342132"},{"name":"check-page","duration":215118,"timestamp":1490988978769,"id":326,"parentId":315,"tags":{"page":"/api/pro"},"startTime":1777969501542,"traceId":"0ca3d0241d342132"},{"name":"is-page-static","duration":213603,"timestamp":1490988983785,"id":341,"parentId":320,"tags":{},"startTime":1777969501547,"traceId":"0ca3d0241d342132"},{"name":"check-page","duration":219609,"timestamp":1490988977828,"id":320,"parentId":315,"tags":{"page":"/_not-found"},"startTime":1777969501541,"traceId":"0ca3d0241d342132"},{"name":"is-page-static","duration":240311,"timestamp":1490988985834,"id":351,"parentId":330,"tags":{},"startTime":1777969501549,"traceId":"0ca3d0241d342132"},{"name":"check-page","duration":247309,"timestamp":1490988978874,"id":330,"parentId":315,"tags":{"page":"/api/push-remote/confirm"},"startTime":1777969501542,"traceId":"0ca3d0241d342132"},{"name":"is-page-static","duration":241861,"timestamp":1490988984408,"id":346,"parentId":325,"tags":{},"startTime":1777969501548,"traceId":"0ca3d0241d342132"},{"name":"check-page","duration":247610,"timestamp":1490988978670,"id":325,"parentId":315,"tags":{"page":"/api/migrations/sync"},"startTime":1777969501542,"traceId":"0ca3d0241d342132"},{"name":"is-page-static","duration":242982,"timestamp":1490988984165,"id":343,"parentId":322,"tags":{},"startTime":1777969501547,"traceId":"0ca3d0241d342132"},{"name":"check-page","duration":248850,"timestamp":1490988978327,"id":322,"parentId":315,"tags":{"page":"/api/databases"},"startTime":1777969501542,"traceId":"0ca3d0241d342132"},{"name":"is-page-static","duration":245974,"timestamp":1490988984332,"id":345,"parentId":324,"tags":{},"startTime":1777969501548,"traceId":"0ca3d0241d342132"},{"name":"check-page","duration":251761,"timestamp":1490988978575,"id":324,"parentId":315,"tags":{"page":"/api/migrations/sync-files"},"startTime":1777969501542,"traceId":"0ca3d0241d342132"},{"name":"is-page-static","duration":246387,"timestamp":1490988984247,"id":344,"parentId":323,"tags":{},"startTime":1777969501547,"traceId":"0ca3d0241d342132"},{"name":"check-page","duration":252271,"timestamp":1490988978392,"id":323,"parentId":315,"tags":{"page":"/api/migrations/list"},"startTime":1777969501542,"traceId":"0ca3d0241d342132"},{"name":"is-page-static","duration":247125,"timestamp":1490988985884,"id":353,"parentId":332,"tags":{},"startTime":1777969501549,"traceId":"0ca3d0241d342132"},{"name":"check-page","duration":254080,"timestamp":1490988978973,"id":332,"parentId":315,"tags":{"page":"/api/query"},"startTime":1777969501542,"traceId":"0ca3d0241d342132"},{"name":"is-page-static","duration":246645,"timestamp":1490988986518,"id":357,"parentId":336,"tags":{},"startTime":1777969501550,"traceId":"0ca3d0241d342132"},{"name":"check-page","duration":253862,"timestamp":1490988979317,"id":336,"parentId":315,"tags":{"page":"/api/tables"},"startTime":1777969501542,"traceId":"0ca3d0241d342132"},{"name":"is-page-static","duration":248527,"timestamp":1490988986546,"id":358,"parentId":337,"tags":{},"startTime":1777969501550,"traceId":"0ca3d0241d342132"},{"name":"check-page","duration":255770,"timestamp":1490988979340,"id":337,"parentId":315,"tags":{"page":"/api/time-travel/preview"},"startTime":1777969501543,"traceId":"0ca3d0241d342132"},{"name":"is-page-static","duration":250564,"timestamp":1490988986589,"id":360,"parentId":339,"tags":{},"startTime":1777969501550,"traceId":"0ca3d0241d342132"},{"name":"check-page","duration":257762,"timestamp":1490988979438,"id":339,"parentId":315,"tags":{"page":"/api/update"},"startTime":1777969501543,"traceId":"0ca3d0241d342132"},{"name":"is-page-static","duration":251675,"timestamp":1490988985899,"id":354,"parentId":333,"tags":{},"startTime":1777969501549,"traceId":"0ca3d0241d342132"},{"name":"check-page","duration":258529,"timestamp":1490988979063,"id":333,"parentId":315,"tags":{"page":"/api/schema"},"startTime":1777969501542,"traceId":"0ca3d0241d342132"},{"name":"is-page-static","duration":253338,"timestamp":1490988986453,"id":356,"parentId":335,"tags":{},"startTime":1777969501550,"traceId":"0ca3d0241d342132"},{"name":"check-page","duration":260621,"timestamp":1490988979210,"id":335,"parentId":315,"tags":{"page":"/api/tables/[name]"},"startTime":1777969501542,"traceId":"0ca3d0241d342132"},{"name":"is-page-static","duration":254956,"timestamp":1490988985911,"id":355,"parentId":334,"tags":{},"startTime":1777969501549,"traceId":"0ca3d0241d342132"},{"name":"check-page","duration":261718,"timestamp":1490988979173,"id":334,"parentId":315,"tags":{"page":"/api/tables/[name]/import"},"startTime":1777969501542,"traceId":"0ca3d0241d342132"},{"name":"is-page-static","duration":262720,"timestamp":1490988985858,"id":352,"parentId":331,"tags":{},"startTime":1777969501549,"traceId":"0ca3d0241d342132"},{"name":"check-page","duration":269658,"timestamp":1490988978949,"id":331,"parentId":315,"tags":{"page":"/api/push-remote/preview"},"startTime":1777969501542,"traceId":"0ca3d0241d342132"},{"name":"is-page-static","duration":263165,"timestamp":1490988986569,"id":359,"parentId":338,"tags":{},"startTime":1777969501550,"traceId":"0ca3d0241d342132"},{"name":"check-page","duration":270393,"timestamp":1490988979362,"id":338,"parentId":315,"tags":{"page":"/api/time-travel/restore"},"startTime":1777969501543,"traceId":"0ca3d0241d342132"},{"name":"is-page-static","duration":269515,"timestamp":1490988984752,"id":348,"parentId":327,"tags":{},"startTime":1777969501548,"traceId":"0ca3d0241d342132"},{"name":"check-page","duration":275495,"timestamp":1490988978800,"id":327,"parentId":315,"tags":{"page":"/api/pull-data/confirm"},"startTime":1777969501542,"traceId":"0ca3d0241d342132"},{"name":"is-page-static","duration":273926,"timestamp":1490988984076,"id":342,"parentId":321,"tags":{},"startTime":1777969501547,"traceId":"0ca3d0241d342132"},{"name":"check-page","duration":279905,"timestamp":1490988978133,"id":321,"parentId":315,"tags":{"page":"/api/cloudflare"},"startTime":1777969501541,"traceId":"0ca3d0241d342132"},{"name":"is-page-static","duration":237300,"timestamp":1490989024164,"id":361,"parentId":340,"tags":{},"startTime":1777969501587,"traceId":"0ca3d0241d342132"},{"name":"check-page","duration":282028,"timestamp":1490988979460,"id":340,"parentId":315,"tags":{"page":"/"},"startTime":1777969501543,"traceId":"0ca3d0241d342132"},{"name":"is-page-static","duration":282579,"timestamp":1490988985582,"id":349,"parentId":328,"tags":{},"startTime":1777969501549,"traceId":"0ca3d0241d342132"},{"name":"check-page","duration":289355,"timestamp":1490988978827,"id":328,"parentId":315,"tags":{"page":"/api/pull-remote/confirm"},"startTime":1777969501542,"traceId":"0ca3d0241d342132"},{"name":"is-page-static","duration":282859,"timestamp":1490988985776,"id":350,"parentId":329,"tags":{},"startTime":1777969501549,"traceId":"0ca3d0241d342132"},{"name":"check-page","duration":289835,"timestamp":1490988978851,"id":329,"parentId":315,"tags":{"page":"/api/pull-remote/preview"},"startTime":1777969501542,"traceId":"0ca3d0241d342132"},{"name":"static-check","duration":320329,"timestamp":1490988948432,"id":315,"parentId":1,"tags":{},"startTime":1777969501512,"traceId":"0ca3d0241d342132"},{"name":"generate-required-server-files","duration":246,"timestamp":1490989268945,"id":363,"parentId":1,"tags":{},"startTime":1777969501832,"traceId":"0ca3d0241d342132"},{"name":"write-routes-manifest","duration":1541,"timestamp":1490989273139,"id":365,"parentId":1,"tags":{},"startTime":1777969501836,"traceId":"0ca3d0241d342132"},{"name":"load-dotenv","duration":15,"timestamp":1490989676170,"id":368,"parentId":367,"tags":{},"startTime":1777969502239,"traceId":"0ca3d0241d342132"},{"name":"run-export-path-map","duration":286,"timestamp":1490989863423,"id":369,"parentId":367,"tags":{},"startTime":1777969502427,"traceId":"0ca3d0241d342132"},{"name":"next-export","duration":518994,"timestamp":1490989675686,"id":367,"parentId":1,"tags":{},"startTime":1777969502239,"traceId":"0ca3d0241d342132"},{"name":"move-exported-app-not-found-","duration":24064,"timestamp":1490990195458,"id":370,"parentId":366,"tags":{},"startTime":1777969502759,"traceId":"0ca3d0241d342132"},{"name":"move-exported-page","duration":34109,"timestamp":1490990219618,"id":371,"parentId":366,"tags":{},"startTime":1777969502783,"traceId":"0ca3d0241d342132"},{"name":"static-generation","duration":694678,"timestamp":1490989673015,"id":366,"parentId":1,"tags":{},"startTime":1777969502236,"traceId":"0ca3d0241d342132"},{"name":"write-routes-manifest","duration":12204,"timestamp":1490990367861,"id":372,"parentId":1,"tags":{},"startTime":1777969502931,"traceId":"0ca3d0241d342132"},{"name":"node-file-trace-build","duration":3461221,"timestamp":1490989270443,"id":364,"parentId":1,"tags":{"isTurbotrace":"false"},"startTime":1777969501834,"traceId":"0ca3d0241d342132"},{"name":"apply-include-excludes","duration":428,"timestamp":1490992731688,"id":373,"parentId":1,"tags":{},"startTime":1777969505295,"traceId":"0ca3d0241d342132"},{"name":"print-tree-view","duration":1963,"timestamp":1490992732204,"id":374,"parentId":1,"tags":{},"startTime":1777969505295,"traceId":"0ca3d0241d342132"},{"name":"telemetry-flush","duration":18,"timestamp":1490992734176,"id":375,"parentId":1,"tags":{},"startTime":1777969505297,"traceId":"0ca3d0241d342132"},{"name":"next-build","duration":9984456,"timestamp":1490982749743,"id":1,"tags":{"buildMode":"default","isTurboBuild":"false","version":"15.5.15","has-custom-webpack-config":"true","use-build-worker":"false"},"startTime":1777969495313,"traceId":"0ca3d0241d342132"}]
@@ -20,8 +20,6 @@ const execAsync = promisify(exec);
20
20
  * Uses the centralized Wrangler configuration helper to determine the D1 database.
21
21
  */
22
22
  export async function POST(req) {
23
- logger.logRequest('POST', '/api/migrations/sync');
24
-
25
23
  try {
26
24
  const { accountId, apiToken } = await req.json();
27
25
  const projectDir = process.env.D1_PROJECT_DIR;
@@ -122,7 +120,7 @@ export async function POST(req) {
122
120
  results.applied.push(migration.name);
123
121
 
124
122
  } catch (error) {
125
- console.error(`Failed to apply migration ${migration.name}:`, error);
123
+ logger.error(`Failed to apply migration ${migration.name}:`, error);
126
124
 
127
125
  // Track failed migration
128
126
  await trackMigration(projectDir, databaseName, {
@@ -19,9 +19,7 @@ import {
19
19
  */
20
20
  function getOrderingColumn(tableSchema) {
21
21
  const pkColumn = tableSchema.columns?.find(col => col.isPrimaryKey);
22
- const orderingCol = pkColumn ? pkColumn.name : 'rowid';
23
- logger.debug(`Determined ordering column for table ${tableSchema.name || 'unknown'}: ${orderingCol}`);
24
- return orderingCol;
22
+ return pkColumn ? pkColumn.name : 'rowid';
25
23
  }
26
24
 
27
25
  /**
@@ -48,8 +46,7 @@ function computeInsertionOrder(tableSchemas) {
48
46
  graph[table.name].add(referencedTable);
49
47
  }
50
48
  });
51
- logger.debug('Computed dependency graph:', graph);
52
-
49
+
53
50
  // Topological sort (depth-first search) to compute insertion order.
54
51
  const sorted = [];
55
52
  const visited = {}; // 'temp' = visiting, 'perm' = done
@@ -78,7 +75,6 @@ function computeInsertionOrder(tableSchemas) {
78
75
  }
79
76
  });
80
77
 
81
- logger.debug('Computed insertion order (parent tables first):', sorted);
82
78
  return sorted;
83
79
  }
84
80
 
@@ -98,33 +94,26 @@ function computeInsertionOrder(tableSchemas) {
98
94
  * @returns {object} Details of data pulled.
99
95
  */
100
96
  async function applyDataPull(projectDir, accountId, apiToken, databaseName) {
101
- logger.debug('Starting data pull process...');
102
97
  const env = {
103
98
  ...process.env,
104
99
  CLOUDFLARE_API_TOKEN: apiToken,
105
100
  CLOUDFLARE_ACCOUNT_ID: accountId
106
101
  };
107
102
 
108
- logger.debug('Fetching current schema for data pull...');
109
103
  const currentSchema = await getCurrentSchema(projectDir, databaseName, env, false);
110
104
  // Filter for table objects that have a name.
111
105
  const tableSchemas = currentSchema.filter(obj => obj.type === 'table' && obj.name);
112
- logger.debug('Local table schema for data pull:', tableSchemas.map(t => t.name));
113
106
 
114
107
  // Compute insertion order based on foreign key dependencies.
115
108
  const insertionOrder = computeInsertionOrder(tableSchemas);
116
- logger.debug('Final computed insertion order:', insertionOrder);
117
109
 
118
110
  // Process each table in the computed insertion order.
119
111
  for (const tableName of insertionOrder) {
120
112
  const table = tableSchemas.find(t => t.name === tableName);
121
113
  if (!table) {
122
- logger.debug(`Skipping table ${tableName} as it is not in the current schema list.`);
123
114
  continue;
124
115
  }
125
- logger.debug(`Processing table: ${tableName}`);
126
116
  const orderingColumn = getOrderingColumn(table);
127
- logger.debug(`Fetching data for table: ${tableName} ordered by ${orderingColumn}`);
128
117
 
129
118
  // Fetch remote data.
130
119
  const rows = await fetchRemoteDataHelper(
@@ -135,32 +124,25 @@ async function applyDataPull(projectDir, accountId, apiToken, databaseName) {
135
124
  75,
136
125
  orderingColumn
137
126
  );
138
- logger.debug(`Fetched ${rows.length} records for table: ${tableName}`);
139
127
 
140
128
  if (rows.length > 0) {
141
129
  const insertSQL = generateBulkInsertSQL(tableName, rows);
142
- logger.debug(`Generated bulk insert SQL for ${tableName}: ${insertSQL}`);
143
130
 
144
131
  try {
145
132
  // Execute the insert SQL directly.
146
133
  await executeSQL(projectDir, databaseName, insertSQL, env, false);
147
- logger.debug(`Bulk inserted ${rows.length} records into table: ${tableName}`);
148
134
  } catch (insertError) {
149
135
  logger.error(`Error inserting data into table ${tableName}:`, insertError);
150
136
  // Abort the entire process to preserve data integrity.
151
137
  throw new Error(`Data pull failed for table ${tableName}: ${insertError.message}`);
152
138
  }
153
- } else {
154
- logger.debug(`No data fetched for table: ${tableName}`);
155
139
  }
156
140
  }
157
- logger.debug('Data pull process completed successfully.');
158
141
  return { message: 'All data pulled successfully.' };
159
142
  }
160
143
 
161
144
  export async function POST(req) {
162
145
  try {
163
- logger.debug('Received request for data pull.');
164
146
  const { accountId, apiToken } = await req.json();
165
147
  const projectDir = process.env.D1_PROJECT_DIR;
166
148
  if (!projectDir) {
@@ -202,9 +184,7 @@ export async function POST(req) {
202
184
  );
203
185
  }
204
186
  const databaseName = config.d1_databases[0].database_name;
205
- logger.debug(`Initiating data pull for database: ${databaseName}`);
206
187
  const result = await applyDataPull(projectDir, accountId, apiToken, databaseName);
207
- logger.debug('Data pull result:', result);
208
188
  return NextResponse.json({
209
189
  success: true,
210
190
  message: result.message,